@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}
@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    .section__title h3 {
        font-size: 30px;
        line-height: 44px;
    }
    .section__title h2 {
        font-size: 38px;
    }
    .menu__right {
        gap: 16px;
    }
    .hero__title {
        font-size: 45px;
        line-height: 55px;
    }
    .hero__desc {
        color: var(--text);
        font-size: 18px;
        line-height: 32px;
        max-width: 400px;
    }
    .trip__area {
        padding: 140px 0px 110px;
    }
    .trip__area__title {
        margin-bottom: 60px;
    }
    .trip__wrapper {
        grid-template-columns: 430px 400px;
    }
    .trip__wrapper:nth-child(2n) {
        grid-template-columns: 400px 430px;
    }
    .trip__area__wrapper {
        gap: 100px;
    }
    .curve__border {
        width: 730px;
        top: 270px;
    }
    .journey__area {
        padding: 100px 0px;
    }
    .journey__content {
        padding-right: 16px;
        gap: 20px;
    }
    .gallery__area {
        padding: 100px 0px;
    }
    .gallery__title {
        margin-bottom: 60px;
    }
    .faq__area {
        padding: 60px 0px;
    }
    .footer__wrapper {
        padding: 100px 0px 60px;
    }
    .footer__logo {
        width: 200px;
    }
    .footer__widget__wrap {
        gap: 60px;
    }

}


@media (max-width: 991px) {
    .section__title h2 {
        font-size: 36px;
    }
    .section__title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .para__style {
        line-height: 24px;
    }
    .hero__area {
        padding-top: 50px;
    }
    .hero__title {
        font-size: 36px;
        line-height: 46px;
    }
    .hero__desc {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .trip__area {
        padding: 100px 0px 80px;
    }
    .trip__area__title {
        margin-bottom: 50px;
    }
    .trip__wrapper {
        grid-template-columns: 340px 300px;
    }
    .trip__wrapper:nth-child(2n) {
        grid-template-columns: 300px 340px;
    }
    .trip__content .trip__distance {
        font-size: 18px;
        margin: 16px 0px;
    }
    .trip__content .trip__desc {
        margin-bottom: 20px;
    }
    .trip__thumb__gal {
        border: 8px solid var(--light);
    }
    .trip__area__wrapper {
        gap: 70px;
    }
    .curve__border {
        width: 520px;
        top: 230px;
    }
    /* .trip__thumb__gal .owl-nav .owl-prev, .trip__thumb__gal .owl-nav .owl-next {
        height: 50px;
        width: 50px;
    }
    .trip__thumb__gal .owl-nav .owl-prev i, .trip__thumb__gal .owl-nav .owl-next i {
        font-size: 20px;
    } */
    .journey__area {
        padding: 80px 0px;
    }
    .journey__content h2 {
        line-height: 40px;
        font-size: 28px;
    }
    .journey__content {
        padding-right: 0;
        gap: 16px;
    }
    .gallery__area {
        padding: 80px 0px;
    }
    .gallery__title {
        margin-bottom: 50px;
    }
    .gallery__thumb span {
        font-size: 20px;
        bottom: 30px;
    }
    .faq__accordion {
        padding: 40px;
    }
    .faq__accordion .accordion-button {
        padding: 30px 20px;
        font-size: 20px;
    }
    .faq__accordion .accordion-button:not(.collapsed) {
        padding: 30px 20px 16px;
    }
    .faq__accordion .accordion-body {
        padding: 0px 80px 30px 20px;
    }
    .footer__wrapper {
        padding: 80px 0px 60px;
        gap: 60px;
    }
    .footer__logo {
        width: 270px;
    }
}

@media (max-width: 767px) {
  .roundtrip .wrap, .roundtrip .wrap article {
    max-width: 100vw;
    overflow: hidden;
  }
    .container {
        padding: 0px 20px;
    }


    .mobile-reverse {
      flex-direction: column-reverse!important;
    }

    .wp-block-columns.mobile-reverse {
      gap: 0;
    }

    .mobile-75 { 
      height: 75px!important;
    }

    .mobile-45 { 
      height: 45px!important;
    }

    .curve__border {
      display: none;
    }

    .roundtrip h2, .faq__area h2{
        font-size: 36px;
        line-height: 46px;
    }
    .para__style {
        font-size: 14px;
    }
    .hero__area {
        padding-top: 32px;
    }
    .roundtrip h1 {
        font-size: 45px!important;
        line-height: 55px;
        margin-bottom: 32px;
    }
    .hero__desc {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .hero__content {
        margin-top: 32px;
    }
    .hero__btn {
        width: 100%;
    }
    .trip__area {
        padding: 150px 0px 125px;
    }
    .trip__area__title {
        margin-bottom: 32px;
    }
    .trip-header {
        padding: 12px 36px 12px 12px;
        border-radius: 8px;
        background: #F9F9FB;
        font-family: "Cairo", sans-serif;
        margin-bottom: 16px;
        color: var(--text);
        position: relative;
        cursor: pointer;
    }
    .trip-header h3 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .trip-header h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .trip-header::after {
        height: 20px;
        width: 20px;
    }

    .trip-header::after {
        background-image: none !important;
        content: '\2b';
        font-family: 'Font Awesome 6 Pro';
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 24px;
        position: absolute;
        right: 10px;
        top: 12px;
        color: var(--primary);
    }

    .collapsed .trip-header h3, .collapsed .trip-header::after {
        color: var(--text);
    }
    .trip-body {
        padding-bottom: 16px;
    }
    .trip-body {
        margin-bottom: 16px;
        margin-top: 16px;
        line-height: 25px;
        letter-spacing: 0;
    }

    .collapsed .trip-header::after {
        content: '\2b';
    }

    .collapsed {
      padding-bottom: 1em!important;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image {
      width: 100%!important;
    }

    .trip-header::after {
        content: '\f068';
    }

    .roundtrip .journey__area, .faq__area {
        padding: 40px 1em!important;
        width: 100%!important;
    }
    .journey__area__title {
        margin-bottom: 32px;
    }
    .journey__area .wp-block-columns{
        gap: 0;
    }
    .gallery__area {
        padding: 125px 0px;
    }

    .gallery__thumb:hover img {
        transform: scale(1);
    }
    .gallery__thumb h4 {
        filter: drop-shadow(0px 4px 12px #000);
        bottom: 20px;
    }
    .swiper-slide-active  .gallery__thumb h4 {
        opacity: 1;
        visibility: visible;
    }
    .swiper-slide-active .gallery__thumb::after {
        opacity: 0;
        visibility: hidden;
    }

    .gallery__slider {
      margin-bottom: 55px;
    }

    .gallery__slider,.d-md-none {
      display: block!important;
    }
    .gallery__slider .swiper-button-next::after, .gallery__slider .swiper-button-prev::after {
        display: none;
    }
    .gallery__slider .swiper-button-next, .gallery__slider .swiper-button-prev {
        position: unset;
        width: 20px;
        height: 20px;
        color: var(--text);
        transition: all .3s;
    }
    .gallery__slider .swiper-button-next:hover, .gallery__slider .swiper-button-prev:hover {
        color: var(--primary);
    }
    .gallery__slider .swiper-pagination {
        position: unset;
    }
    .gallery__nav {
        gap: 12px;
    }

    .d-flex{
        display: flex !important;
    }

    .align-items-center {
            align-items: center !important;

    }
    
    .justify-content-center{
        justify-content: center !important;

    }
    .gallery__slider  .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        display: inline-block;
        background-color: var(--text);
        opacity: 1;
        margin: 0 3px;
    }
    .gallery__slider .swiper-pagination-bullet-active {
        width: 9px;
        height: 9px;
        background-color: var(--primary);
    }
    .swiper-slide-active .gallery__thumb {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 20px;
    }

    .faq__area .schema-faq {
      max-width: 100%;
      padding: 1.5em !important;
    }

    .faq__area .schema-faq .schema-faq-section .schema-faq-question:not(.collapsed) {
      padding: 1em 0;
    }

    .faq__area .schema-faq .schema-faq-section .schema-faq-answer {
      padding: 0;
    }

    .faq__area__title {
        margin-bottom: 32px;
    }
    .faq__accordion {
        padding: 24px;
        border-radius: 12px;
        padding-bottom: 5px;
    }
    .faq__accordion .accordion-button {
        padding: 24px 0px;
        font-size: 18px;
        line-height: 28px;
    }
    .faq__accordion .accordion-button:not(.collapsed) {
        padding: 24px 0px 16px;
    }
    .faq__accordion .accordion-body {
        padding: 0px 20px 24px 0px;
        font-size: 14px;
    }
    .faq__btn a {
        width: 100%;
    }
    .footer__wrapper {
        padding: 125px 0px 56px;
        gap: 56px;
    }
    .footer__desc {
        margin: 15px 0px;
        max-width: 301px;
        margin: 15px auto;
    }
    .footer__widget__wrap {
        gap: 56px 32px;
    }
    .footer__widget__wrap {
        gap: 56px 32px;
        width: 245px;
        margin: auto;
    }

    .faq__accordion .accordion-item:last-child {
        border-bottom: none !important;
    }
    .main__menu .menu__link:hover{
        color: #CFA885;    
    }

}