/* ------ large and medium devices (dekstops and laptops, 991px and up) -----*/
@media (min-width: 992px) {
  html {
    font-size: 0.694vw;
  }
  .container {
    max-width: 123.5rem;
  }
  .container_xl {
    max-width: 132rem;
  }
  .close_icon {
    display: none;
  }

  /* dropdown */
  .dropdown_btn:hover .dropdown_btn_inner:before {
    opacity: 1;
    width: 100%;
  }
  .dropdown_btn:hover .dropdown_btn_inner img {
    transform: rotate(-90deg);
  }

  .dropdown_menu.active_desktop {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }

  .menu_article div h5 {
    white-space: nowrap;
  }

  /* listing_col_lg_4 */
  .listing_col_lg_4 {
    width: 27%;
  }

  .listing_col_lg_8 {
    width: 73%;
  }

  /* sp_package */
  .sp_package .listing_col_lg_4 {
    width: 30%;
  }

  .sp_package .listing_col_lg_8 {
    width: 70%;
  }

  /* ======== sidebar_right ========= */
  .sidebar_right {
    position: sticky;
    top: 16rem;
  }

  .tour_package_left {
    padding-right: 2rem;
  }
}

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

  .container {
    padding: 0;
  }

  .container-fluid,
  .menu_container {
    width: 720px;
  }

  .col-md-0 {
    width: 0;
    padding: 0;
  }

  main {
    overflow: hidden;
  }

  /* =========== Header area ========== */
  .primary_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: flex-end;
    align-content: space-between;
    padding: 0;
    pointer-events: none;
    overflow: auto;
    left: 50%;
    transform: translateX(-50%);
  }

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

  .menu_active .primary_menu {
    pointer-events: all;
  }

  .main_menu {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0;
  }

  .main_menu li a,
  .menu_link {
    font-size: 2rem;
    letter-spacing: -0.03em;
    line-height: 1;
    height: 6rem;
    display: flex;
    align-items: center;
    padding: 0 2rem;
  }

  .menu_link {
    border-top: 0.1rem solid #efe4e4;
  }

  .menu_container li:last-child .menu_link {
    border-bottom: 0.1rem solid #efe4e4;
  }

  body.menu_active {
    overflow: hidden !important;
  }

  .menu_overlay {
    width: 200vw;
    height: 200vh;
    content: "";
    background: rgb(255, 255, 255);
    position: fixed;
    left: -200vw;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 50% 50% 0;
    transition: all 1s cubic-bezier(0.68, 0, 0.27, 1.55); /* elastic wave effect */
    z-index: 9999;
  }

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

  .menu_container {
    transition: 0.25s ease;
    transform: translateX(-2rem);
    opacity: 0;
    pointer-events: none;
  }

  .menu_active .menu_container {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    transition-delay: 0.65s;
  }

  /* ============== Hamburger ============= */
  .hamburger img {
    width: 3rem;
    position: absolute;
    transition: 0.35s ease;
  }

  .hamburger .close_icon {
    width: 2.2rem;
    opacity: 0;
    transform: scale(0.5);
    filter: brightness(0) saturate(100%) invert(6%) sepia(49%) saturate(2769%)
      hue-rotate(246deg) brightness(84%) contrast(96%);
  }

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

  .menu_active .hamburger .close_icon {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0) saturate(100%) invert(7%) sepia(18%) saturate(5515%)
      hue-rotate(241deg) brightness(95%) contrast(97%);
  }

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

  .sticky .hamburger .Hamburger_icon {
    filter: brightness(0) saturate(100%) invert(6%) sepia(49%) saturate(2769%)
      hue-rotate(246deg) brightness(84%) contrast(96%) !important;
  }

  /* ================= */
  .menu_bottom .hero_right {
    justify-content: space-between;
    padding: 4rem 0 10rem;
  }

  .menu_bottom {
    flex-direction: column;
  }

  .menu_bottom .fbr_bottom {
    padding-top: 0;
  }

  .menu_bottom .social_links a img {
    filter: brightness(0) saturate(100%) invert(4%) sepia(35%) saturate(6491%)
      hue-rotate(256deg) brightness(85%) contrast(93%);
  }

  .menu_bottom .fbr_bottom p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }

  .main_menu {
    padding: 16rem 0 5rem 0;
  }

  .menu_bottom {
    padding-bottom: 4.5rem;
  }

  .menu_link img {
    width: 3rem;
    transform: rotate(-90deg);
  }

  .menu_link.active img {
    display: block !important;
  }

  /* ============= added later */
  .dropdown_btn {
    height: 5rem;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .menu_container li,
  .menu_container li > div {
    width: 100%;
  }

  .dropdown_btn .dropdown_btn_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  /* dropdown_menu */
  .dropdown_menu {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    z-index: 999999;
    background: #fff;
    overflow: auto;
    transform: translateY(0) translateX(100%);
    align-items: flex-start;
  }

  .dropdown_menu.active_mobile {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0) translateX(0);
  }

  .dropdown_content {
    padding: 3rem 0;
    flex-direction: column;
    gap: 3rem;
    border-top: 0;
  }

  .dropdown_content_box2 {
    padding: 0;
  }

  .dropdown_content_box ul li a {
    height: auto;
  }

  .dropdown_content_box ul {
    gap: 2rem;
  }

  .menu_article > img {
    width: 14rem;
  }

  .dropdown_menu .close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex !important;
    cursor: pointer;
  }

  .menu_active .site_header.sticky {
    box-shadow: none;
  }

  /* ================= hero_area ================== */
  .hero_img {
    width: 40rem;
  }

  .title_64 {
    font-size: 4.4rem;
    line-height: 4.5rem;
  }

  .hero_top {
    padding-left: 3rem;
    padding-top: 2rem;
  }

  .contact_form .row {
    --bs-gutter-y: 3rem;
    margin-bottom: 3rem;
  }

  .hero_bottom {
    padding: 3.5rem 2rem;
  }

  /* ================ travels_area =============== */
  .travels_img {
    width: 36rem;
  }

  .travels_info_btns {
    flex-direction: column;
    align-items: start !important;
    gap: 0.8rem;
    margin-top: 3rem;
  }

  .travels_info_btns a {
    width: 100%;
    margin: 0 auto;
    height: 4.6rem;
  }

  .travels_content {
    gap: 4rem 2.5rem;
    align-items: center;
  }

  .travels_info_top .stars {
    padding: 1.2rem 0;
  }

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

  .travels_info_list h4 {
    line-height: 1.1;
    font-size: 2rem;
  }

  .travels_info_list li > span {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  /* ================ reviews_area =============== */
  .reviews_area .btn_yellow {
    margin: 0 auto;
    margin-top: 4rem;
  }

  .traveler_type_boxes {
    gap: 4rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .partner_boxes {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 0;
    max-width: 75rem;
    margin: 0 auto;
  }

  /* ================ whatsappCh_area =============== */
  .wh_chanel {
    width: 55rem;
  }

  .whatsapp_ch_content_inner {
    margin-left: -6rem;
  }

  .whatsapp_ch_content_inner ul {
    padding: 1.5rem 0;
    gap: 1rem;
  }

  /* ============== contact_area ============= */
  .contact_area .row {
    --bs-gutter-x: 2.5rem;
  }

  /* ============== experts_area ============= */
  .experts_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* ============== footer_area ============= */
  .footer_box ul {
    gap: 1.5rem;
  }

  .footer_top {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }

  .footer_mid1 {
    justify-content: center;
  }

  .footer_mid3 p {
    text-align: center !important;
  }

  .footer_mid3 {
    max-width: 24.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .approves {
    gap: 1.5rem;
  }

  .footer_mid {
    padding: 4rem 0 4rem;
  }

  .footer_mid2 p {
    padding-bottom: 1rem;
  }

  .footer_mid2 {
    margin: 3rem 0;
  }

  .footer_bottom a {
    display: block;
  }

  .footer_bottom span {
    text-align: center;
    display: block;
  }

  .footer_bottom p {
    margin: 1rem 0;
  }

  .statements .row.v2 {
    flex-direction: column-reverse;
  }

  .nav_style {
    white-space: nowrap;
  }

  .navs_style {
    margin-bottom: 4rem;
    width: 100%;
    overflow: auto;
  }

  .about_hero .title_64 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .about_hero .hero_top {
    padding-top: 1.5rem !important;
  }

  /* =========== value_area =========== */
  .value_area .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }

  .gallery_popup_slider .row {
    --bs-gutter-y: 1.5rem;
  }

  /* =========== dates_area =========== */
  .dates {
    gap: 1.5rem;
    width: 100%;
    overflow: auto;
    justify-content: flex-start !important;
  }

  .points li {
    white-space: nowrap;
  }

  .points {
    flex-wrap: wrap;
    border-radius: 0.8rem;
  }

  .what_expect {
    padding: 2rem;
  }

  .dates_slider .leftRight_arrow {
    display: flex;
  }
}

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

  :root {
    --menuHeight2: 7rem;
  }

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

  .main_content > div {
    padding: 5rem 0;
  }

  .btn {
    height: 4.8rem;
  }

  /* =================== Hero area =================== */
  .hero_area {
    padding-top: 0 !important;
  }

  .hero_top {
    flex-direction: column;
    gap: 1rem;
    padding-left: 0;
  }

  .hero_img {
    width: 100%;
  }

  /* ================ travels_area =============== */
  .travels_content {
    align-items: center;
    flex-direction: column;
  }

  /* ================ whatsappCh_area =============== */
  .wh_chanel {
    width: 100%;
  }

  .whatsapp_ch_content_inner {
    margin-left: 0;
  }

  .whatsapp_ch_content_inner ul {
    padding: 2rem 0;
    gap: 1.6rem;
  }

  .whatsapp_ch_content {
    flex-direction: column;
    gap: 3rem 0;
  }

  /* ============== experts_area ============= */
  .experts_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .dest_mid > a {
    height: 3.6rem;
    padding: 0 2rem;
    font-size: 1.4rem;
  }

  .arun_img {
    width: 5.5rem;
  }

  .dest_mid {
    padding: 2rem 0 2rem;
  }

  .dest_info_inner .title_32 {
    font-size: 3rem;
  }

  .reviews_content {
    padding: 0 3.5rem 4rem 3.5rem;
  }

  .review_box {
    padding: 2.5rem;
  }

  .traveler_type_boxes {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 3rem;
  }

  .traveler_type_box > img {
    width: 12rem;
    margin: 0 auto;
  }

  .traveler_type_box {
    text-align: center;
  }

  .partner_boxes {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .whatsapp_ch_content_inner {
    padding: 0 2rem 3rem 2rem;
  }

  .traveler_type_boxes {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 3rem;
  }

  .traveler_type_box > img {
    width: 12rem;
    margin: 0 auto;
  }

  .traveler_type_box {
    text-align: center;
  }

  .partner_boxes {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .whatsapp_ch_content_inner {
    padding: 0 2rem 3rem 2rem;
  }

  .speciality_area .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1rem;
  }

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

  .holidays_content {
    margin: 0;
    padding: 4rem 2rem;
  }

  .holidays_content .row {
    --bs-gutter-y: 2rem;
  }

  .contact_form .row {
    --bs-gutter-y: 2rem;
  }

  /* ============== footer_area ============= */
  .footer_top {
    grid-template-columns: 1fr 1fr;
  }

  .footer_box ul {
    gap: 1rem;
  }

  /* swiper */
  .leftRight_arrow {
    font-size: 1rem;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.6rem;
  }

  .swiper-button-prev.leftRight_arrow {
    left: -1rem;
  }

  .swiper-button-next.leftRight_arrow {
    right: -1rem;
  }

  /* ================= header ================= */
  .header_top_right a span {
    display: none;
  }

  .header_top_right a.mr_30 {
    margin-right: 1.5rem;
  }

  /* ================= package_listing_page =================== */
  .hero_top h1 {
    text-align: center;
  }

  .package_listing_hero .hero_top h1 {
    padding: 2rem 0 1rem;
  }

  /* ================= table_scroll =================== */
  .table_scroll {
    width: 100%;
    overflow: scroll;
    border: 0.1rem solid #ddd;
    border-radius: 1rem;
  }

  .package_table td:not(:first-child) {
    padding-left: 4rem;
    padding-right: 2rem;
    border: 0;
  }

  .package_filter_box {
    flex-direction: column;
  }

  .pf_content {
    padding: 2rem 1rem;
  }

  .pf_content_top p {
    white-space: nowrap;
  }

  .package_filter {
    gap: 3.5rem;
  }

  .rating_content {
    flex-direction: column;
  }

  .rating_content .review_box {
    padding: 2rem 1.5rem;
    padding-bottom: 0;
  }

  .rating_img img {
    width: 100%;
    height: 30rem;
  }

  .rating_img {
    width: 100%;
  }

  /* ========== navigation  =========== */
  .navigation {
    padding: 1rem 0 2.5rem 0 !important;
  }

  .accordion_item.v2 .accordion_content p {
    font-size: 1.5rem;
  }

  .timeline_top {
    flex-direction: column;
  }

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

  .timeline_left {
    margin-right: 1.6rem;
  }

  .timeline_img {
    width: 100%;
  }

  .timeline_right:before {
    width: 0.5rem;
  }

  .timeline_right {
    padding-left: 1.8rem;
  }

  .timeline_wrapper {
    margin-top: 5rem;
  }

  .timeline_head.mb_50 {
    margin-bottom: 3.5rem;
  }

  /* sticky_buttons */
  .sticky_buttons {
    gap: 1rem;
    padding: 1.6rem 0;
  }

  .sticky_buttons a {
    font-size: 1.45rem;
    white-space: nowrap;
    height: 3.5rem;
    padding: 0 1.5rem;
  }

  .sticky_buttons a img {
    width: 1.8rem;
  }

  .progress-wrap {
    bottom: 8.5rem;
  }

  .whatsapp_ch_content_inner > a,
  .wh_btn {
    width: 100%;
    padding: 0;
    justify-content: center;
  }

  .two-column {
    grid-template-columns: repeat(1, 1fr);
  }

  .filter-sidebar {
    width: 100%;
  }

  .what_expect {
    border-radius: 1rem;
    padding: 0 3rem 4rem 3rem;
  }

  .dates_slider .swiper-slide {
    margin: 0 0.8rem;
  }

  /* ============= timeline_box update ============== */
  .timeline_box {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding-left: 2rem;
    border-radius: 0;
  }

  .timeline_box:before {
    content: "";
    height: 100%;
    width: 0.4rem;
    background: linear-gradient(
      180deg,
      rgba(254, 230, 11, 0.82) 0%,
      #dd1062 100%
    );
    position: absolute;
    left: 0;
    top: 0;
  }

  .timeline_right:before {
    display: none;
  }

  .timeline_right {
    padding-left: 0;
  }

  .timeline_wrapper {
    display: grid;
    gap: 4rem;
  }

  .timeline_left .title_24 br {
    display: none;
  }

  .timeline_box:not(.v2) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* navigation */
  .navigation ul {
    white-space: nowrap;
    width: 100%;
    overflow: auto;
  }

  .gallery_area {
    padding-top: 0 !important;
  }
}

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

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

  .container {
    padding: 0 2rem;
  }

  .menu_container {
    width: 43rem;
  }

  .header_btn {
    width: 90%;
    margin: 0 auto;
  }

  .rating_img img {
    height: 25rem;
  }

  .sp_accordion_btn .spb_left p {
    display: none;
  }


  .navigation ul, .navs_style  {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
    padding: 0 2rem;
    justify-content: flex-start;
    border-radius: 0;
  }
}
