
@media (max-width: 1500px){
  .banner__section .owl-nav .owl-prev {
    margin-left: 60px;
  }
  .banner__section .owl-nav .owl-next {
    margin-right: 60px;
  }
  .banner-text {
    left: 80px;
    bottom: 65px;

  }
}
@media (max-width: 1400px) {
  .banner__section .owl-nav .owl-prev {
    margin-left: 40px;
  }
  .banner__section .owl-nav .owl-next {
    margin-right: 40px;
  }
  .star-review-section {
    padding: 80px 50px;
  }
  .banner-text {
    left: 100px;
    bottom: 65px;

  }
}
@media (max-width: 1200px) {
  .custom-logo {
    width: 160px;
  }
  .main-heading {
    font-size: 70px;
    line-height: 70px;
  }
  .banner__section .owl-nav > button {
    width: 65px;
    height: 65px;
  }
  .mini-heading {
    font-size: 40px;
    line-height: 47px;
    max-width: 218px;
  }
  .welcome-text-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    width: 100%;
  }
  .img-text-section img {
    width: 250px;
    height: 250px;
  }
  .img-text-section {
    border: 10px solid white;
    position: relative;
    right: 0;
    top: 0;
  }
  .img-text-section img {
    width: 400px;
    height: 250px;
  }
  .user-details p {
    width: 100%;
    font-size: 18px;
  }
  .main-heading span {
    font-size: 17px;
    line-height: 24px;
  }
  .mini-heading {
    font-size: 38px;
    line-height: 47px;
  }
  .departure-date-wrapper h3 a {
    font-size: 28px;
    line-height: 36px;
  }
  .destinations-carousel .things-text a {
    padding: 8px 18px;
  }
  .link__title a {
    line-height: 42px;
  }
  .single-text .main-heading.small-width {
    max-width: 500px;
  }
  .main-heading {
    font-size: 60px;
    line-height: 60px;
  }
  .welcome-section.single-section .mini-heading {
    max-width: 250px;
  }
  .trip-season {
    row-gap: 40px;
  }
  .trip-facts-section .uk-grid {
    gap: 20px;
  }
  .main-heading.small-width {
    max-width: 450px;
  }
  .welcome-section.visible .img-text-section {
    top: 0;
  }
}

@media (max-width: 960px) {
  .offcanvas {
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    left: -100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: block;
  }
  .offcanvas.show {
    left: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .offcanvas::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1a1a1abf;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .offcanvas .offcanvas__bar {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 100%;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .offcanvas .offcanvas__bar .offcanvas__sidebar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 300px;
    background: #fff;
    position: relative;
    z-index: 10;
    height: 100%;
    overflow-y: auto;
  }
  .offcanvas .offcanvas__bar.showbar {
    left: 0;
  }

  .offcanvas__logo {
    padding: 20px;
    background: #333;
  }
  .offcanvas__logo .custom-logo-link {
    display: block;
    text-align: center;
  }
  .offcanvas__logo a img {
    width: 120px;
    margin: 0 auto;
  }
  .offcanvas__close {
    position: absolute;
    top: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 100;
    left: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .offcanvas__close .offcanvas__icon {
    width: 20px;
    line-height: 0;
  }
  .offcanvas__close .offcanvas__icon span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    vertical-align: top;
    background: var(--primary);
  }
  .offcanvas__close .offcanvas__icon span + span {
    margin-top: 5px;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
    -webkit-animation: ease 0.7s 0.6s icon1 forwards;
    animation: ease 0.7s 0.6s icon1 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
    -webkit-animation: ease 0.7s 0.6s icon2 forwards;
    animation: ease 0.7s 0.6s icon2 forwards;
  }

  .offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
    -webkit-animation: ease 0.7s 0.6s icon3 forwards;
    animation: ease 0.7s 0.6s icon3 forwards;
  }
  @-webkit-keyframes icon1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @keyframes icon1 {
    0% {
      top: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      top: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
  @-webkit-keyframes icon2 {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @keyframes icon2 {
    50% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @-webkit-keyframes icon3 {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 7px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  @keyframes icon3 {
    0% {
      bottom: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    50% {
      bottom: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      bottom: 7px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
  }
  .offcanvas ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #primary-menu1 {
    padding: 0;
    /* border-top: 1px solid #eee; */
  }
  #primary-menu1 > li > a {
    font-family: var(--primary-bold-font);
    color: #666;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
  }

  #primary-menu1 > li > ul,
  #primary-menu1 > li > ul > li > ul {
    display: none;
  }

  #primary-menu1 li {
    position: relative;
    cursor: pointer;
  }
  #primary-menu1 > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #primary-menu1 > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  #primary-menu1 > li > a:hover,
  #primary-menu1 > li a.show-active,
  #primary-menu1 > li > a:focus,
  #primary-menu1 > li:hover > a,
  #primary-menu1 > li:focus > a {
    background: #1a1a1a0d;
    color: var(--primary);
  }
  #primary-menu1 > li.menu-item-has-children ul li a.show-active {
    background: #333;
  }
  #primary-menu1 > li.menu-item-has-children a.show-active ~ span > i {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #primary-menu1 > li > ul > li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #primary-menu1 li.menu-item-has-children span {
    color: black;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 21px;
    width: 42px;
    height: 42px;
    background: #1a1a1a1c;
    right: 0;
  }
  #primary-menu1 li.menu-item-has-children span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
  }
  #primary-menu1
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    span {
    background: #fff;
  }
  #primary-menu1 li.menu-item-has-children > ul {
    /* margin-top: 5px; */
    border-bottom: 1px solid #eee;
    /* padding-bottom: 10px; */
    background: var(--tertiary);
  }

  #primary-menu1
    li.menu-item-has-children
    > ul
    > li.menu-item-has-children
    > ul {
    background: #fff;
    margin: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  #primary-menu1 > li.menu-item-has-children > span {
    top: 22px;
  }

  /* #primary-menu1 > li.menu-item-has-children ul li {
   border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  } */
  #primary-menu1 > li.menu-item-has-children ul li a {
    font-size: 14px;
    font-family: var(--primary-bold-font);
    color: var(--primary);
    background: #333;
    padding: 10px 30px;
    display: block;
    text-transform: capitalize;
  }

  #primary-menu1 > li ul li:hover > a {
    color: white;
    background: #333;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 40px;
    color: white;
  }

  #primary-menu1
    > li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li.menu-item-has-children
    ul
    li
    a {
    padding-left: 60px;
  }
  .offcanvas__details {
    border-top: 1px solid #eee;
    padding: 10px;
    background: #1a1a1a0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offcanvas__details .header-contact {
    padding: 10px;
    display: block;
    padding-top: 20px;
  }
  .offcanvas__details .header-socials > a,
  .offcanvas__details .header-contact {
    color: #333;
  }
  /* offcanvas */
  .ham-menu {
    display: block;
  }
  .ham-menu i {
    color: rgb(255, 255, 255);
    font-size: 22px;
    cursor: pointer;
  }
  .main-navigation {
    display: none;
  }
  .banner__section {
    height: 600px;
  }
  .banner__section .banner__slider img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
  .banner__section .owl-nav > button {
    width: 55px;
    height: 55px;
  }
  .banner__section .owl-nav .owl-prev {
    margin-left: 50px;
  }
  .banner__section .owl-nav .owl-next {
    margin-right: 50px;
  }
  .main-heading,
  .blogs-page-section .main-heading {
    font-size: 58px;
    line-height: 50px;
  }
  .welcome-text-wrapper {
    flex-direction: column;
  }
  .mini-heading {
    max-width: 100%;
  }
  .welcome-text-wrapper .mini-heading {
    margin: 0;
    align-items: start;
  }
  .welcome-text-wrapper p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin: 0;
  }
  .img-text-section {
    width: 326px;
  }
  .welcome-text-wrapper {
    align-items: flex-start;
  }
  .main-heading span {
    font-size: 18px;
    line-height: 24px;
    margin-left: 0;
    position: static;
    display: block;
    margin-top: 20px;
  }
  .main-heading.small-width {
    max-width: 600px;
  }
  .myarrow {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
  .section {
    padding: 50px 0;
  }
  .section-t {
    padding-top: 50px;
  }
  .section-b {
    padding-bottom: 50px;
  }
  .btn {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .departure-date-wrapper h3 a {
    font-size: 24px;
    line-height: 30px;
  }
  .departure-date-wrapper {
    padding: 30px 30px;
  }
  .hover__contact a {
    font-size: 25px;
    line-height: 28px;
  }
  .main-footer-section::after {
    background-position: bottom;
    background-size: cover;
    height: 455px;
  }
  .welcome-section::before {
    background-size: cover;
    height: 257px;
  }
  .star-review-section {
    padding: 80px 35px;
  }
  /* error section  */
  .error-content p {
    font-size: 50px;
  }
  .error-content div {
    font-size: 20px;
    padding-bottom: 30px;
  }
  /* error section  */
  /* contact page  */
  .contact-page {
    flex-direction: column;
    gap: 20px;
    box-shadow: none;
    background: transparent;
    gap: 40px;
    padding: 10px;
  }
  .contact-us {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
  }
  .form-section {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
  }
  /* contact page  */
  .contact-container .main-heading {
    color: var(--primary);
    font-size: 55px;
  }
  .the__title {
    font-size: 30px;
    line-height: 42px;
  }
  .scrolltop,
  .header-default {
    padding: 15px 0;
  }
  .page-section {
    padding: 55px 0;
  }
  .about-section-img img:last-child {
    position: static;
  }
  .main-heading,
  .blogs-page-section .main-heading {
    font-size: 48px;
    line-height: 50px;
  }
  .single-text .main-heading.small-width {
    max-width: 401px;
  }
  .single-section .mini-heading {
    max-width: 100%;
  }
  .mini-heading {
    font-size: 35px;
    line-height: 47px;
  }
  .trip-overview-wrapper .content__wrapper p {
    font-family: var(--secondary-medium-font);
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    opacity: 0.7;
  }
  .cost-included-wrapper ul li {
    font-size: 16px;
  }
  .trip-season {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 20px;
  }
  .iti__date__title {
    font-size: 20px;
    line-height: 28px;
  }
  .itinerary__items__content .the__content p {
    font-size: 17px;
    line-height: 34px;
  }
  .site-default {
    margin-top: 74px;
  }
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .site-header {
    top: 20px;
  }
  .scrolltop,
  .header-default {
    top: 0;
  }
  .single-menu-section {
    top: 84px;
  }
  .contact__footer__section{
    display: flex;
    gap: 20px;
  }
  .contact__footer__section .call-section:last-child {
    display: none;
  }
  .new__trip__highlight ul,.new__trip__highlight p{
    padding-left: 0;
  }
}
@media (max-width: 842px) {
  .single-menu-wrapper ul li a {
    font-size: 16px;
    padding: 10px 16px;
  }
  .btn .primary-btn a,
  .btn .primary-btn.price__btn,
  .secondary-btn a {
    padding: 8px 14px;
  }
}
@media (max-width: 767px) {
  .single-menu-section .btn {
    display: none;
  }
  .single-post .site-footer {
    padding-bottom: 66px;
  }
  .destination-banner-text .btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    padding: 10px 0;
    background: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
  }
  .destination-banner-text .btn .primary-btn a {
    background: transparent;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 18px;
  }
  .destination-banner-text .btn .secondary-btn {
    margin-right: 10px;
    font-size: 13px;
  }
  #toTop {
    bottom: 70px;
  }
  .destination-banner-text .btn .primary-btn a span {
    font-size: 12px;
  }
  .single-page-heading {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  .destination-banner-text h1 {
    display: none;
  }
}
@media (max-width: 640px) {
  .custom-logo {
    width: 145px;
  }
  .banner__section .owl-nav {
    opacity: 0;
  }
  .banner-text {
    left: 16px;
  }
  .main-heading,
  .blogs-page-section .main-heading {
    font-size: 45px;
    max-width: 100%;
    line-height: 45px;
  }
  .welcome-text-wrapper .mini-heading {
    margin: 0;
  }
  .remaning-days-wrapper {
    position: absolute;
    right: 60px;
    bottom: 10px;
    z-index: 2;
  }
  .main-heading span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    position: static;
    display: block;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .departure-date-wrapper {
    flex-direction: column;
    text-align: left;
  }
  .btn {
    justify-content: flex-start;
  }
  .departure-date-wrapper .remaning-days-section p {
    color: var(--secondary);
    text-align: left;
  }

  .departure-date-wrapper h3 {
    width: 100%;
  }

  .departure-date-wrapper.active .remaning-days-section p {
    text-align: left;
  }
  .remaning-days-section {
    padding: 10px 20px;
  }
  .departure-date-wrapper .remaning-days-section {
    padding: 10px 0px;
  }
  .departure-date-wrapper {
    padding: 30px 20px;
  }
  .sub-banner-section .mini-heading {
    position: absolute;
    top: 20px;
    left: 30px;
    max-width: 498px;
    z-index: 2;
    text-align: left;
  }
  .uk-flex-bottom {
    align-items: center;
  }
  .link__title.small a {
    font-size: 28px;
    line-height: 40px;
    max-width: 100%;
  }
  .star-review-section {
    padding: 80px 20px;
  }
  .star-review-section h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .star-review-section p {
    font-size: 16px;
    line-height: 25px;
  }
  .footer-main-menu ul {
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 0;
  }
  .hover__contact a {
    font-size: 22px;
    line-height: 28px;
  }
  .hover__contact i {
    font-size: 20px;
  }
  .contact-section {
    gap: 6px;
    flex-direction: column;
  }
  .footer-logo .custom-logo {
    width: 150px;
  }
  .main-footer-section {
    padding: 30px 0;
  }
  .copyright-sec2 {
    display: flex;
    justify-content: center;
  }
  .footer-copyright-section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .copy-footer p,
  .copy-footer p a {
    text-align: center;
  }
  .social-icon a {
    font-size: 18px;
  }
  .section {
    padding: 40px 0;
  }
  .section-t {
    padding-top: 40px;
  }
  .section-b {
    padding-bottom: 40px;
  }
  .things-carousel .things-to-do img {
    height: 300px;
  }
  .things-text {
    padding: 20px;
  }
  .things-text a {
    font-size: 20px;
  }
  .content__wrapper {
    margin-top: 30px;
  }
  .link__title a {
    font-size: 24px;
    line-height: 28px;
  }
  .destinations-text,
  .blogs-text {
    margin-top: 15px;
  }
  .destinations-carousel img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .departure-date-wrapper.active .remaning-days-section {
    right: 0;
  }
  .departure-date-wrapper .remaning-days-section {
    padding: 0;
    width: 100%;
  }
  .review-img {
    width: 110px;
    height: 110px;
    border: 5px solid white;
  }
  #toTop {
    right: 15px;
  }
  /* error section  */
  .error-content p {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .error-content div {
    font-size: 18px;
    padding-bottom: 20px;
  }
  /* error section  */
  /* contact page  */
  .contact-page {
    padding: 15px 0;
  }
  .contact-us,
  .form-section {
    padding: 20px;
  }
  .contact-info .con-info img {
    width: 25px;
  }
  .con-info span,
  .con-info a {
    font-size: 14px;
  }
  .con-info p {
    font-size: 14px;
  }
  .contact-info .con-info {
    padding: 10px 0;
    column-gap: 15px;
  }
  .con-info .icon {
    margin: 0 0;
  }

  .contact-container {
    padding-bottom: 40px;
  }
  .contact-container .main-heading {
    color: var(--primary);
    font-size: 48px;
  }
  .the__title {
    font-size: 26px;
    line-height: 42px;
  }
  .page-section {
    padding: 40px 0;
  }
  .content__wrapper.small {
    margin-top: 20px;
  }
  .destination-gap {
    row-gap: 10px;
  }

  /* offcanvas */
  .offcanvas__logo a img {
    width: 100px;
  }
  .offcanvas {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .offcanvas .offcanvas__bar {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .offcanvas .offcanvas__bar.showbar {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .offcanvas .offcanvas__bar .offcanvas__sidebar {
    min-width: 250px;
  }
  .offcanvas__close {
    left: 260px;
  }
  /* offcanvas */
  .about-section-img {
    flex-direction: column;
  }
  .about-section-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 10px;
  }
  .single-text .uk-container {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  .btn.single-btn a {
    padding: 5px 18px;
  }
  .btn .primary-btn a,
  .secondary-btn a {
    font-size: 13px;
    line-height: 30px;
  }
  .welcome-section {
    background: var(--secondary);
    padding: 20px 0;
    position: relative;
  }
  .trip-facts-section {
    background: var(--primary);
    padding: 25px 0;
  }

  .itinerary__items__content .the__content p {
    font-size: 17px;
    line-height: 28px;
  }
  .trip-season-text p {
    font-size: 20px;
    line-height: 27px;
  }
  .trip-season-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .trip-season-text span {
    font-size: 14px;
    line-height: 100%;
  }
  .cost-included-wrapper {
    border: 1px solid var(--primary);
    padding: 20px;
    border-radius: 10px;
    background: #f3b32915;
  }
  .big-btn.primary-btn a {
    padding: 6px 18px;
  }
  .scrolltop .custom-logo,
  .header-default .custom-logo {
    width: 100px;
  }

  .site-default {
    margin-top: 67px;
  }
  .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .gallery-wrapper .gallery-img:first-child {
    grid-column: span 1;
  }
  .single-menu-section {
    top: 67px;
    padding: 5px 0;
    overflow-x: auto;
  }
  .single-menu-section ul {
    justify-content: flex-start;
  }
  .single-menu-section ul li {
    white-space: nowrap;
  }
  .single-menu-wrapper ul li a::after {
    bottom: 0;
  }
  .trips-gap {
    margin: 40px 0;
  }
  .itinerary__items__body {
    margin-top: 20px;
  }
  #book-now form p {
    grid-column: span 12 !important;
  }
  .mini-heading.primary {
    font-size: 25px;
    line-height: 35px;
  }
  .single-post .site-footer {
    padding-bottom: 62px;
  }
  .footer-logo {
    gap: 20px;
  }
  .departure-date-wrapper.active h3 {
    left: 0;
    text-align: left;
    padding: 0 15px;
  }
  .departure-date-wrapper.active h3 a {
    font-size: 35px;
    line-height: 36px;
  }
  .contact__footer__section img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .contact__footer__section{
    margin-bottom:10px ;
  }
  .iframe__container iframe{
    height: 400px;
  }
  .header-contact .whatsapp-icon{
    display: none;
  }
  .header-contact {
    margin-right: 15px;
  }
  .whatsapp__ham-menu {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .mini-heading {
    font-size: 34px;
    line-height: 40px;
  }
  .welcome-text-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .img-text-section {
    width: 100%;
  }
  .img-text-section img {
    width: 100%;
    height: 250px;
  }
  .user-details-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
  }
  .main-heading,
  .blogs-page-section .main-heading {
    font-size: 40px;
    max-width: 100%;
    line-height: 40px;
  }
  .main-heading span {
    font-size: 14px;
    line-height: 20px;
  }
  .uk-flex {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .sub-banner-section .mini-heading {
    left: 0;
    z-index: 2;
    text-align: left;
    padding: 0 20px;
    width: 100%;
  }
  .remaning-days-section p {
    font-size: 14px;
    line-height: 20px;
  }
  .departure-date-section .btn .primary-btn a,
  .secondary-btn a {
    padding: 6px 15px;
  }
  .blogs-text span {
    font-size: 14px;
    line-height: 26px;
  }
  .link__title.small a {
    font-size: 26px;
    line-height: 30px;
    max-width: 100%;
  }
  .hover__contact a {
    font-size: 18px;
    line-height: 20px;
  }
  .footer-logo .custom-logo {
    width: 140px;
  }
  .content__wrapper {
    margin-top: 20px;
  }
  .scrolltop .site-header {
    top: 0;
  }
  .footer-sub-menu ul {
    row-gap: 0px;
  }
  .welcome-section {
    background: var(--secondary);
    padding: 30px 0;
    position: relative;
  }
  .trip-season {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    row-gap: 20px;
  }
  .trip-season-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .trip-season-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
