/* ------ large and medium devices (dekstops and laptops, 1280px and up) -----*/
@media (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
  .container {
    max-width: 1248px;
  }
}

/* ------ large and medium devices (dekstops and laptops, 1279.99px and 1080px) -----*/
@media (min-width: 1080px) and (max-width: 1279.99px) {
  html {
    font-size: 55%;
  }
  .container {
    max-width: 1040px;
  }
}

/* ------ large and medium devices (dekstops and laptops, 1079.99px and 992px) -----*/
@media (min-width: 992px) and (max-width: 1079.99px) {
  html {
    font-size: 50%;
  }
  .container {
    max-width: 960px;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .container-fluid {
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }

  .section_padding {
    padding: 9rem 0;
  }

  br {
    display: none;
  }

  :root {
    --menuHeight: 8rem;
  }

  .sticky_menu .site_header {
    height: 7rem;
  }

  /* row_gap_24 */
  .row_gap_24 {
    --bs-gutter-y: 2.4rem;
  }

  /* =========== Header area ========== */
  .sticky_menu.menu_active .site_header {
    box-shadow: none;
    border-bottom: 0.1rem solid #f1f1f1;
  }

  .primary_menu {
    position: fixed;
    width: 720px;
    height: calc(100% - var(--menuHeight)) !important;
    left: 50%;
    top: var(--menuHeight);
    align-items: flex-start !important;
    justify-content: flex-start;
    padding: 0;
    flex-direction: column;
    pointer-events: none;
    transform: translateY(3rem) translateX(-50%);
    opacity: 0;
    transition: 0.35s ease;
    transition-delay: 0.25s;
    padding-left: 0 !important;
    background: #ffffff;
    overflow: auto;
    padding-right: 0 !important;
    justify-content: space-between;
    gap: 3.2rem;
  }

  .menu_active .primary_menu {
    pointer-events: all;
    transform: translateY(0) translateX(-50%);
    opacity: 1;
    transition-delay: 1s;
  }

  .main_menu {
    flex-direction: column;
    gap: 0;
    padding: 0 1.6rem;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 1.6rem;
  }

  .main_menu li a {
    font-size: 1.6rem;
    border-radius: 0;
  }

  body.menu_active {
    overflow: hidden !important;
  }

  .menu_overlay {
    width: 200vw;
    height: 200vh;
    content: "";
    background: var(--white);
    position: fixed;
    left: -200vw;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 50% 50% 0;
    transition: all 1.5s cubic-bezier(0.68, 0, 0.27, 1.55);
    z-index: 1;
  }

  .menu_active .menu_overlay {
    left: -50vw;
  }

  .main_menu li {
    transition: 0.25s ease;
  }

  /* ============== Hamburger ============= */
  .hamburger img {
    width: 2rem;
    position: absolute;
    transition: 0.35s ease;
    filter: var(--black_img);
  }

  .hamburger .close_icon {
    width: 2rem;
    opacity: 0;
    transform: scale(0.5);
  }

  .hamburger {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999;
  }

  .menu_active .hamburger .close_icon {
    opacity: 1;
    transform: scale(1);
  }

  .menu_active .hamburger .Hamburger_icon {
    opacity: 0;
    transform: scale(0.5);
  }

  /* =================== Main style start ================== */
  /* mobile_menu_bottom */
  .mobile_menu_bottom .header_left_links {
    margin-left: 0;
  }

  .mobile_menu_bottom .social_icons {
    flex-direction: row-reverse;
    width: fit-content;
    margin: 2rem auto;
  }

  .mobile_menu_bottom {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5.3rem;
  }

  /* ============== Header =============== */
  .logo img {
    width: 11.5rem;
  }

  .main_menu > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    height: 5.5rem;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 0.1rem solid #e2e7eb;
  }

  .main_menu > a:last-child {
    border-bottom: none;
  }

  .header_btns {
    flex-direction: column;
    width: 100%;
    gap: 1.6rem;
    padding-top: 3.2rem;
  }

  .mobile_menu_bottom {
    width: 100%;
    padding: 0 1.6rem;
  }

  .header_btns a {
    max-width: 28rem;
    justify-content: center;
    width: 100%;
  }

  /* =========== hero_area =========== */
  .hero_top {
    padding-bottom: 8rem;
  }

  .nav_tabs {
    gap: 1.2rem;
  }

  .nav_link {
    padding: 0 1rem;
    font-size: 1.4rem;
  }

  .process_vector {
    display: none;
  }

  .process_box.v2,
  .process_box.v4 {
    margin-top: 0;
  }

  .process_area .row_gap_24 {
    gap: 4rem 0;
  }

  .process_box {
    height: 100%;
    height: 42rem;
  }

  /* ================== qoute_area ================= */
  .qoute_area {
    margin-top: 22rem;
  }

  .qoute_img {
    margin-top: -13rem;
  }

  .qoute_area .row {
    --bs-gutter-x: 4rem;
  }

  .title_48 {
    font-size: 4rem;
    line-height: 1.25;
  }

  .qoute_content .text_xl {
    width: 100%;
    padding: 1.5rem 0 3rem;
  }

  /* =============== footer_area ================== */
  .footer_row {
    gap: 4.5rem;
    grid-template-columns: 1fr 13rem 11rem 1fr;
  }
  .footer_end_row_content {
    text-align: left;
  }

  /* tab_img */
  .tab_img {
    height: 30rem;
  }
}

/*----- sm devices (tablets, 767px and down) -----*/
@media (max-width: 767px) {
  /* ============ default styles ============ */
  html {
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
  }

  .primary_menu,
  .container-fluid {
    width: 540px;
  }

  .section_padding {
    padding: 6rem 0;
  }

  /* titles */
  .title_56 {
    font-size: 4rem;
    line-height: 1.25;
  }

  .title_48 {
    font-size: 3.6rem;
    line-height: 1.25;
  }

  .title_40 {
    font-size: 2.8rem;
    line-height: 1.25;
  }

  .title_32 {
    font-size: 3.2rem;
    line-height: 1.25;
  }

  .title_28 {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .title_24 {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .title_22 {
    font-size: 2rem;
    line-height: 1.25;
  }

  .title_20 {
    font-size: 1.8rem;
    line-height: 1.25;
  }

  /* texts */
  .text_2xl {
    font-size: 2rem;
  }
  .text_xl {
    font-size: 1.8rem;
  }
  .text_lg {
    font-size: 1.6rem;
  }
  .text_md {
    font-size: 1.5rem;
  }

  /* sticky_bar */
  .sticky_bar {
    gap: 0.6rem;
    padding: 1.6rem 0;
  }

  .sticky_bar a {
    height: 3.6rem;
    font-size: 1.4rem;
    padding: 0 1.8rem;
    gap: 0.6rem;
  }

  .sticky_bar a img {
    width: 2.4rem;
  }

  /* progress */
  .progress-wrap {
    height: 4rem;
    width: 4rem;
    right: 1.6rem;
    bottom: 7rem;
  }

  /* ================= Hero area ==================== */
  .hero_bottom {
    flex-direction: column;
    gap: 1rem;
  }

  .hero_info_box {
    width: 100%;
  }

  .hero_btns {
    flex-direction: column;
    gap: 1rem;
  }

  .hero_btns a {
    width: 100%;
  }

  .hero_top {
    padding-bottom: 5rem;
  }

  .hero_top .text_xl {
    padding-right: 0;
  }

  .hero_top .title_56 {
    font-size: 3.2rem;
  }

  .hero_top .title_28 {
    font-size: 2rem;
  }

  .special_group .text_lg {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .special_group {
    gap: 0.8rem;
    padding: 0.8rem 2rem;
  }

  .special_group img {
    width: 3rem;
  }

  .hero_top h1 {
    line-height: 1.4;
  }

  /* ===================  */
  .nav_tabs {
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    margin: 2rem 0 3rem;
    padding: 0 1.6rem;
  }

  .nav_tabs::-webkit-scrollbar {
    display: none;
    scrollbar-width: 0;
  }

  .nav_link_indication {
    bottom: 0rem;
  }

  .nav_link_indication img {
    bottom: 0.2rem;
    transform: rotate(180deg);
  }

  .tab_img {
    height: 20rem;
  }

  .main_accordion_content_wrapper {
    padding: 4rem 0 2rem 2rem;
  }

  .info_box:not(.v2) {
    gap: 1rem;
    align-items: flex-start !important;
  }

  .info_box:not(.v2) span {
    padding: 0;
    font-size: 1.4rem;
  }

  .fligt_info {
    gap: 1.5rem;
    padding: 1.5rem 1.6rem;
  }

  .main_accordion_content {
    padding: 4rem 2rem 3rem 2rem;
  }

  .accordion_btn .text_xl {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  /* ================= Footer area ================== */
  .pi_options {
    gap: 2rem;
  }

  .footer_row {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .footer_mid_row_images .icon {
    width: 8rem;
    height: 8rem;
  }

  .footer_img1 {
    width: 5.5rem;
  }

  .footer_img2 {
    width: 7rem;
  }

  .footer_img3 {
    width: 6rem;
  }

  .lock_wrap {
    margin-right: auto;
    margin-top: 2rem;
    margin-left: auto;
  }

  .footer_mid_row_content .title_20 {
    text-align: center;
  }

  .footer_mid_row_images {
    gap: 2rem;
  }

  .footer_end_row_content {
    text-align: center;
  }

  .footer_row_end .col-lg-4 {
    text-align: center;
    justify-content: center !important;
    margin-top: 1.5rem;
  }

  .footer_col > .text_lg {
    padding: 1.5rem 0 3rem;
  }

  /* ====================== Mobile Responsive ======================== */
  .button {
    height: 4rem;
    padding: 0 1.8rem;
    font-size: 1.4rem;
  }

  .tourcard_info {
    width: calc(100% - 3rem);
  }

  .ti_point {
    font-size: 1.4rem;
  }

  .ti_point .icon_24 {
    width: 2rem;
  }

  .tourpackage_area .row_gap_24 {
    --bs-gutter-y: 4rem;
  }

  .accordion_item.v2 .accordion_btn {
    padding: 1.2rem;
  }

  .accordion_item.v2 .accordion_btn .text_xl {
    padding: 0;
  }

  .accordion_btn img {
    width: 1.8rem;
  }

  .faq_content {
    padding-top: 1.6rem;
  }

  .contact_area {
    padding: 6rem 0;
  }

  .qoute_area .row {
    --bs-gutter-y: 3rem;
  }

  .qoute_content {
    text-align: center;
  }

  .qoute_content .button {
    width: 100%;
  }

  .team_box {
    text-align: center;
    padding-bottom: 2.4rem;
  }

  .card ul li {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .pb_120 {
    padding-bottom: 8rem;
  }

  .pt_120 {
    padding-top: 8rem;
  }

  .pi_options {
    align-items: flex-start !important;
    justify-content: space-between;
  }

  .price_include_box {
    padding: 2.3rem 1.8rem;
  }

  .pi_contact_list {
    flex-direction: column;
    gap: 1rem;
  }

  .pi_option p {
    font-size: 1.4rem;
    white-space: nowrap;
    letter-spacing: -0.08em;
  }

  .pi_option p .title_28 {
    font-size: 1.8rem;
  }

  .team_box img {
    width: 12rem;
    height: 12rem;
  }

  .sticky_bar .phone_icon img {
    width: 1.2rem !important;
  }

  .sticky_bar .phone_icon {
    width: 2rem;
    height: 2rem;
  }

  .hero_btns .whatsapp_btn {
    height: 4rem;
    font-size: 1.4rem;
    width: 100%;
    gap: 0.8rem;
  }

  .hero_btns .whatsapp_btn img {
    width: 2.4rem;
  }

  .footer_row_end .col-lg-3.col-md-6.d-flex.justify-content-end {
    justify-content: center !important;
    padding-top: 1rem;
  }
}

/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {
  html {
    font-size: 2.4vw;
  }

  /* menu */
  .primary_menu,
  .container-fluid {
    width: calc(100%);
    padding: 0 1.6rem;
  }

  .container {
    padding: 0 1.6rem;
  }

  .header_btns a {
    max-width: 100%;
  }
}
