@media (min-width: 1600px) {
  img#curve-svg {
    top: 50%;
    max-width: 1300px;
    transform: translate(-55%, -50%);
  }

  .stat-num {
    font-size: 88px;
    line-height: 1;
    font-weight: 700;
  }

  .stat-year {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
  }

  #stat-block {
    top: 45%;
  }

  .compny_bnnr {
    padding: 60px 0 400px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1384px;
  }

  .what_we_sec .container {
    max-width: 1140px;
  }
}

@media (max-width: 1399px) {
  .orbit-map-con {
    padding-right: 15px;
  }

  .btm_scroll_story h3 {
    font-size: 28px;
  }

  .sol_lst_itm h4 {
    font-size: 14px;
  }

  .st_des {
    max-width: 450px;
  }

  .spch_sc_img {
    width: 600px;
  }
  .spch_sc_cnct {
    width: calc(100% - 600px);
    padding: 30px 30px;
}
.spch_sc_cnct h6{
  font-size: 23px;
}
}

@media (max-width: 1199px) {
  #journey-year {
    transform: translate(41%, -100%) !important;
  }


  .cap_info_innr {
    padding: 24px 16px;
  }

  .cap_info_innr p {
    padding-top: 40px;
  }

  .ftrlist {
    padding-left: 0;
  }

  .spch_sc_img {
    width: 350px;
    display: flex;
    align-items: flex-end;
}
.spch_sc_cnct {
    width: calc(100% - 350px);
}

  .radial-visual{
    width: 500px;
  }
  .radial-section__inner{
    gap: 24px;
  }
  .radial-content{
    width: calc(100% - 524px);
  }
  .radial-visual::before {
    width: 500px;
    height: 500px;
    top: -5px;
    left: 0px;
}
}

@media (max-width: 1024px) {
  body {
    padding-top: 78px;
  }

  .hdr_sec .container {
    position: relative;
  }

  .hdr_sec.scrolled {
    padding: 0;
  }

  .hdr_sec.scrolled .container {
    border-radius: 0;
    padding-block: 12px;
    padding-left: 12px;
  }

  .hdr_sec.scrolled .navbar {
    padding-inline: 0;
  }

  .hdr_logo {
    position: relative;
    z-index: 1002;
  }

  .hdr_logo .logo {
    max-width: 40px;
  }

  .menu_toggle {
    display: flex;
    position: relative;
    z-index: 1002;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 9px 7px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    background: var(--sec_bg);
    cursor: pointer;
  }

  .menu_toggle span:not(.visually-hidden) {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white);
    transition: var(--transition);
  }

  .menu_toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu_toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu_toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 92px 28px 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    overflow-y: auto;
    background: var(--sec_bg);
    box-shadow: -12px 0 32px rgba(0, 0, 0, 0.28);
    transform: translateX(100%);
    visibility: hidden;
    transition:
      transform 0.4s ease,
      visibility 0.4s ease;
  }

  .menu_close {
    display: flex;
    position: absolute;
    top: 24px;
    right: 28px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
  }

  .menu_close span,
  .submenu_toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--white);
    transition: var(--transition);
  }

  .menu_close span {
    position: absolute;
  }

  .menu_close span:first-child {
    transform: rotate(45deg);
  }

  .menu_close span:last-child {
    transform: rotate(-45deg);
  }

  .hdr_sec.menu_open .nav_wrapper {
    transform: translateX(0);
    visibility: visible;
    z-index: 1011;
    pointer-events: auto;
  }

  .nav_wrapper ul.navbar_nav {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .nav_wrapper ul.navbar_nav li.nav_item {
    padding-block: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav_wrapper ul.navbar_nav li.nav_item .nav_link {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .nav_link_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav_link_row .nav_link {
    flex: 1;
  }

  .submenu_toggle {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .submenu_toggle span {
    position: absolute;
    width: 14px;
  }

  .submenu_toggle span:last-child {
    transform: rotate(90deg);
  }

  .submenu_toggle[aria-expanded="true"] span:last-child {
    transform: rotate(0deg);
  }

  .sub-mnu {
    position: static;
    width: 100%;
    padding-left: 16px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      max-height 0.3s ease;
  }

  .nav_wrapper ul.navbar_nav li.nav_item.submenu_open .sub-mnu,
  .nav_wrapper ul.navbar_nav li.nav_item.submenu_open:hover .sub-mnu {
    opacity: 1;
    visibility: visible;
    max-height: 320px;
  }

  .sub-mnu .sub-mnu-itm {
    padding: 0;
    border-bottom: 0;
  }

  .sub-mnu .sub-mnu-itm .nav_link {
    padding-block: 9px !important;
    font-size: 13px !important;
  }

  .hdr-btn,
  .hdr-btn .primary_btn {
    width: 100%;
  }

  .overlay {
    position: fixed;
    inset: 0;
    z-index: 1010;
    display: block;
    background: rgba(0, 0, 0, 0.62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition);
    width: 100dvw;
    height: 100dvh;
    backdrop-filter: blur(3px);
  }

  .hdr_sec.menu_open {
    z-index: 999;
  }

  .hdr_sec.menu_open .overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.menu_is_open {
    position: fixed;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    touch-action: none;
  }
}

@media (max-width: 991px) {
  .bnnr_cnct_wrp {
    padding: 250px 0 80px;
    min-height: calc(100vh - 230px);
  }

  h1 {
    font-size: 50px;
    line-height: 1.125;
  }

  .bnnr_cnct p {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
    max-width: 560px;
  }

  #journey-year {
    transform: translate(23%, -100%) !important;
    font-size: 20px;
    left: 0 !important;
  }

  #journey-year-travel {
    font-size: 20px !important;
  }

  #stat-block {
    top: 48%;
  }

  #section3 .section-bg {
    background-size: cover;
    background-position: bottom;
  }


  .counter_sec .countr_para,
  .btm_scroll_story h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .counter_wrp .counter_itm h6 {
    font-size: 40px;
  }

  .counter_wrp .counter_itm p {
    padding-inline: 10px;
  }

  .cap_info_bx {
    width: 50%;
  }

  .sol_tab_wrp {
    flex-direction: column;
  }

  .sol_tb_mn .nav {
    margin: 0 auto;
    position: relative;
  }

  .sol_tab_wrp .sol_tab_lft {
    width: 100%;
    position: static;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .sol_tab_wrp .sol_tab_rgt {
    width: 100%;
  }

  .work_sldrinnr .img_wrp img {
    height: 220px;
  }

  .newsroom-hdng {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .card-img-wrap img {
    height: 300px;
  }

  .space-economy-con .econmy-crd {
    width: 100%;
    border-right: none;
    padding-inline: 0;
  }

  .space-economy-con .econmy-crd h4 {
    min-height: auto;
  }

  .space-economy-con .econmy-crd+.econmy-crd {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgb(0 0 0 / 10%);
  }

  .ftrlist {
    gap: 48px 0;
  }

  .orbit-map-con {
    padding-right: 0;
  }

  .spch_sc_img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.spch_sc_cnct{
  width: 100%;
    border-radius: 0 0 20px 20px;
}
.join_sec_col_cnct {
    padding: 20px 24px;
    max-width: 100%;
}
.compny_bnnr_innr .txt{
  max-width: 275px;
}
.radial-visual{
  width: 350px;
}
.radial-content {
    width: calc(100% - 374px);
    padding: 32px 16px;
}

.radial-visual::before {
    width: 350px;
    height: 350px;
    top: -2px;
}

}

@media (max-width: 767px) {
  .hm_bnnr {
    background-color: var(--sec_bg);
    padding: 10px 16px 40px;
  }

  h1 {
    font-size: 32px;
  }

  .bnnr_cnct_wrp {
    padding: 200px 0 40px;
    min-height: calc(100vh - 200px);
  }

  #headline .line1,
  #headline .line2 {
    font-size: clamp(28px, 5.5vw, 108px);
  }

  .stat-num {
    font-size: clamp(30px, 5.5vw, 74px);
  }



  .btm_scroll_story {
    padding: 40px 0 0;
  }

  .counter_sec {
    padding: 40px 0;
  }

  .counter_sec .countr_para {
    margin-top: 40px;
  }

  .counter_wrp .counter_itm {
    width: 100%;
  }

  .counter_wrp .counter_itm+.counter_itm {
    border-left: 0;
    border-top: 1px dashed var(--primary-color);
    margin-top: 12px;
    padding-top: 24px;
  }

  .xpo_top_sec::before {
    width: 260px;
    height: 260px;
  }

  .xpo_top_sec {
    padding: 140px 0 120px;
  }

  .xpo_scrl_cnct h2 {
    font-size: 18px;
    line-height: 1.4;
    max-width: 420px;
  }

  .sec_tle h6 {
    font-size: 18px;
  }

  h3 {
    font-size: 28px;
  }

  h2,
  .frm_orbt_sec .sec_tle h2 {
    font-size: 30px;
  }

  .frm_orbt_sec {
    min-height: auto;
  }

  .orbt_cnct_bx_cntnr {
    position: relative;
    bottom: 0;
    margin: 30px 0;
    padding: 0;
  }

  .orbt_cnct_bx {
    padding: 24px 20px;
    max-width: 100%;
  }

  .orbt_cnct_bx h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .orbt_tb_sec .nav_link {
    height: 50px;
    font-size: 14px;
    padding: 0 16px;
    min-width: auto;
  }

  .capablty_sec {
    padding: 40px 0;
  }

  .cap_info_bx {
    width: 100%;
  }

  .cap_info_innr {
    padding: 32px 16px;
  }

  .cap_info_innr h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .cap_info_innr p {
    padding-top: 20px;
  }

  .sec_ttle {
    margin-bottom: 24px;
  }

  .elvt_ttle {
    margin-bottom: 24px;
  }

  .elvt_ttle a {
    margin-top: 16px;
  }

  .sol_rgt_ttle h2 {
    margin-bottom: 24px;
  }

  .elveigh_sec::before {
    height: 300px;
    background-size: cover;
    background-position: top;
  }

  .elveigh_sec::after {
    height: 300px;
    background-size: cover;
    background-position: bottom;
  }

  .elveigh_sec {
    padding: 180px 0;
    margin-top: -80px;
    margin-bottom: -140px;
  }

  .elveigh_sec_cnct::before {
    top: 300px;
    height: calc(100% - 580px);
  }

  .st_des {
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .ourwrk_ttl::after {
    margin-top: 24px;
  }

  .our_wrk_sec {
    padding: 80px 0 40px;
  }

  .prnr_wrp {
    padding-top: 40px;
  }

  .prtnr_sec {
    padding-bottom: 40px;
  }

  .newsroom_Sec {
    padding: 40px 0;
  }

  .card-title h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .space-economy-sec {
    padding: 40px 0;
  }

  .our_orbit_sec {
    padding: 40px 0;
  }

  .footer_sec::before {
    height: 250px;
    background-position: bottom;
  }

  .footer_sec {
    padding-top: 200px;
    margin-top: -60px;
  }

  .footerList {
    padding-bottom: 40px;
  }

  .ftrlist {
    gap: 40px 20px;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .ftrlist_item {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }

  .ftrlist_item ul {
    margin-top: 20px;
  }

  .ftrlist_item li+li {
    margin-top: 8px;
  }

  .copyright-sec {
    padding-top: 40px;
    flex-direction: column;
    gap: 20px;
  }


  .tabAreaWrp .nav-tabs {
    margin-bottom: 30px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    padding: 2px 0;
  }

  .sol_tb_mn .nav .nav_link {
    padding: 0 12px;
    font-size: 12px;
  }

  .sol_tab_wrp .sol_tab_lft p {
    font-size: 16px;
  }

  .sol_lstngs ul li {
    width: calc((100% - 32px) / 2);
  }

  .work_sldrinnr .cnct_wrp h4 {
    min-height: auto;
  }

  .ftrlist_item h6 {
    font-size: 18px;
  }

  .team_sldr.slick-dotted.slick-slider, 
  .work_sldr.slick-dotted.slick-slider{
    margin-left: 0;
    margin-right: 0;
  }
  .sldr_itm,
  .work_sldr_itm {
    padding: 0;
  }

  .slider-progress-track {
    max-width: 250px;
  }

  .team_sldr .slick-dots,
  .work_sldr .slick-dots {
    width: 250px;
  }

  .team_sldr .slick-arrow.slick-next,
  .work_sldr .slick-arrow.slick-next {
    margin-left: 155px;
  }

  .news-card {
    margin: 0;
  }

  .news-slider {
    margin: 0;
  }

  .team_sldr .slick-arrow,
  .work_sldr .slick-arrow {
    margin-left: -155px;
  }

  .news-slider .slick-next {
    right: calc(50% - 150px);
  }

  .news-slider .slick-prev {
    left: calc(50% - 150px);
  }

  #backToTop {
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .mainFrm-wraper {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 24px;
  }

  .mainFrm-wraper .frm-wrp {
    width: 100%;
  }

  .wrap-dtls {
    margin-top: 24px;
  }

  .frm_wrp .btn-wrap {
    margin-top: 24px;
  }

  #globeViz {
    pointer-events: none;
  }

  .what_we_sec {
    padding: 40px 0;
  }

  .sec_ttle h6 {
    margin-bottom: 10px;
  }

  .whtwe_para_wrp {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    text-align: left;
  }

  .whtwe_para_wrp p+p {
    margin-top: 8px;
  }

  .our_vision_sec {
    padding-block: 40px;
    position: relative;
    z-index: 1;
  }

  .our_vision_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: -1;
  }

  .team_sec {
    padding: 40px 0;
  }

  .team_sec .tabAreaWrp .nav-tabs {
    margin-bottom: 0;
  }

  .team_sldr .slick-dots {
    margin-top: 40px;
  }

  .join_sec::before {
    margin-bottom: 40px;
  }

  .join_sec_col_cnct {
    padding: 40px 12px;
  }
  .join_sec_listing_itm + .join_sec_listing_itm{
    margin-top: 0;
  }

  .join_sec {
    padding: 40px 0;
  }

  .join_sec_listing_wrp {
    margin-bottom: 30px;
  }

  .team_sldr_cnct {
    height: 540px;
  }

  .inner_banner {
    height: auto;
  }

  .join_sec_col_cnct p {
    font-size: 16px;
  }

  .join_sec_listing_itm {
    font-size: 14px;
    padding: 12px 0;
  }

  .apply_btn {
    font-size: 12px;
  }

  .join_sec_listing_pr {
    padding: 10px 12px 20px;
  }

  .compny_bnnr_innr .txt .line1{
    height: 40px;
  }
  .compny_bnnr {
    padding: 40px 0 200px;
  }
  .compny_bnnr_innr{
    gap: 6px;
  }
  .compny_bnnr_innr .txt .line2{
    width: 150px;
  }
  .compny_bnnr_innr .txt .btm_t .line2 {
      width: 120px;
  }
  .compny_bnnr_innr .txt {
    max-width: 175px;
    font-size: 14px;
}
  .who_we_sec{
    padding: 40px 0 20px;
  }
  .wht_we_box{
    margin-top: 32px;
    padding: 24px 16px;
  }
  .vsn_clps_ttle h6,
  .our_mission_sec .sec_ttle h2,
  .who_we_sec h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .compny_bnnr_innr .lft_arc, .compny_bnnr_innr .rgt_arc{
    margin-top: 60px;
  }
  .vsn_clps_ttle h5{
    margin-bottom: 16px;
  }
  .who_accor_wrp{
    margin-top: 40px;
  }
  .accor_item .accor_button{
    font-size: 24px;
    padding: 16px 30px 16px 0;
  }
  .accor_item .accor_button::after {
    top: 17px;
    font-size: 24px;
  }
  .our_mission_sec{
    padding: 40px 0;
  }
  .our_vision_sec .sec_ttle{
    margin-bottom: 40px;
  }
  .spch_sc_cnct {
    padding: 20px 15px;
  }
  .spch_sc_cnct h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .vscnaccor_body h6{
    padding-top: 20px;
    margin-top: 20px;
  }
  .vscnaccor_body {
    padding-bottom: 20px;
}
.team_sldr {
  margin: 0 -6px;
}
.team_sldr  .sldr_itm {
    padding: 0 6px;
}

.arch_sec{
  padding-bottom: 20px;
}

.radial-content{
  width: 100%;
}

.radial-visual {
    width: 300px;
    margin: 0 auto;
}
.radial-visual::before {
    width: 300px;
    height: 300px;
    top: -2px;
    left: 0px;
}


  .sngle_cnct{padding:20px 0 40px}
  .sngle_cnct h1{font-size:32px}
  .sngle_cnct h2{font-size:28px}
  .sngle_cnct h3{font-size:24px}
  .sngle_cnct h4{font-size:22px}
  .sngle_cnct h5{font-size:20px}
  .sngle_cnct h6{font-size:18px}
  .sngle_cnct li,.sngle_cnct p{font-size:14px}
  .sngle_cnct blockquote{padding:20px;font-size:16px}
}

@media (max-width: 575px) {}