body {
    margin: 0;
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    vertical-align: top;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
}

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

/*  */



.border-logo-triangle:after {
    position: absolute;
    content: '';
    width: 46%;
    height: 94px;
    top: -15px;
    left: 0;
    background-image: url(../images/white-background-on-top.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 71% 94%;
    z-index: 0;
}


.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 100px;
}

.su_button_circle {
    background-color: red;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}

.button_su_inner {
    display: flex;
    background-color: var(--bs-orange);
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: max-content;
    align-items: center;
    gap: 0 11px;
    text-align: center;
    border-radius: 100px;
    transition: 400ms;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100000;
}

.button_text_container {
    position: relative;
    z-index: 8;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80, 0.2);
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #18A5EB;
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #18A5EB;
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108, 0.6);
    }
}

/*  */
.header {
    padding: 20px 0px 10px;
    background: #200e86;
    overflow: hidden;
}


.nav-section {
    display: flex;
    gap: 0 22px;
    justify-content: flex-end;
    align-items: center;

}

.nav-icon-responsive {
    display: none;
    text-align: right;
}

.nav-section ul {
    gap: 0 30px;
    margin-bottom: 0px !important;
}

.nav li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.nav li a::before {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    transition: 0.3s;
}

.nav li a:hover::before {
    width: 100%;
}

.relative {
    position: relative
}

.border-logo {
    position: absolute;
    background: #fff;
    top: -43px;
    height: 153px;
    border-radius: 0px 0px 90px 90px;
    padding: 19px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}


.get-btn a {
    background-color: var(--btn-bgcolor);
    color: #fff;
    padding: 7px 27px 7px 4px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.border-logo-triangle {
    position: relative;
}

.pp-content-main {
    width: 73%;
}

.header-logo {
    height: 65px;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.button_su .get-btn-icon {
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #ff9800;
    z-index: 1;
}

.hero-main {
    padding: 100px 0px;
    position: relative;
}

.hero-floting-img1 img {
    position: absolute;
    top: 50px;
    left: 78px;
    width: 85px;
}

.hero-floting-img2 img {
    position: absolute;
    top: 270px;
    left: 753px;
    width: 70px;
}

.hero-floting-img3 img {
    position: absolute;
    bottom: 400px;
    right: 0;
    width: 50px;
}

.hero-floting-img4 img {
    position: absolute;
    bottom: 200px;
    right: 145px;
    width: 120px;
}

.h1-heading {
    font-size: 60px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 72px !important;
}

.h2-heading {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    margin: 0 auto !important;
}

.btn-or-story {
    padding: 25px 0 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.story-wrapper {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

.hero-get-btn a {
    background-color: var(--btn-bgcolor);
    color: #fff;
    padding: 5px 28px 5px 6px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    /* gap: 0 10px; */
}

.hero-get-btn .get-btn-icon {
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FF9800;
}

.wos-text {
    font-size: 15px;
    font-weight: 600;
    max-width: 85px;
    line-height: 20px !important;
}

.story-container {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 6px;
    background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
    display: flex;
    justify-content: center;
    align-items: center;
}

.story-container img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.play-icon::before {
    content: "";
    position: absolute;
    width: 50px;

    height: 50px;
    border-radius: 50%;
    padding: 2px;
    background: conic-gradient(red, orange, yellow, green, blue, indigo, violet, red);
    -webkit-mask:
        radial-gradient(farthest-side, #0000 calc(100% - 2px), #000 0);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: spin 2s linear infinite;
    z-index: -1;
}


.play-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: relative;
    z-index: 3;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.trip-plan {
    background-color: #200e86;
    margin: 150px 40px 0;
    border-radius: 20px;
    position: relative;
    padding: 0 0 60px;
}

.f-img-1 img {
    position: absolute;
    top: 250px;
    left: 610px;
    width: 225px;
    -webkit-animation: flying 1.5s linear infinite;
    animation: flying 1.5s linear infinite;
    z-index: 1;
}

@keyframes flying {
    0% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    100% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
}

.f-img-2 img {
    position: absolute;
    top: 190px;
    left: 900px;
    width: 135px;
}

.f-img-3 img {
    position: absolute;
    top: 278px;
    left: 335px;
    width: 250px;
    height: 100px;
    z-index: 1;
}

.f-img-4 img {
    position: absolute;
    top: -74px;
    left: 880px;
    width: 108px;
    animation: moving 3s ease-in-out infinite;
}

@keyframes moving {
    0% {
        transform: translateX(0);
        /* starting point */
    }

    50% {
        transform: translateX(50px);
        /* move right */
    }

    100% {
        transform: translateX(0);
        /* back to left */
    }
}

.banner-img img {
    max-width: 100%;
}

.yt-video {
    position: absolute;
    top: 300px;
    z-index: 1;
}

.video-btn {
    width: 70px;
    height: 70px;
    background: #ff5a3c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    border: 4px solid #fff;
    transition: transform 0.3s ease;
}

.video-btn:hover {
    transform: scale(1.1);
    background: #ff3333;
}

.trip-plan1-img img {
    width: 90%;
    margin: -150px 0 0 0;
    border-radius: 30px;
}

.trip-plan2-img img {
    margin-top: -125px;
    height: 493px;
    width: 100%;
}

.trip-plan1-text p {
    text-align: left;
    color: #ffff;
    font-size: 20px;
    margin: 40px 0 0 0;
    font-weight: 500;
}

.trip-slider {
    margin: 100px 0;
    position: relative;
}

.trip-plan:after {
    background-image: url(https://www.mytourmyway.com/img/hero/bg.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
}

.f-img-5 img {
    position: absolute;
    bottom: -31px;
    width: 108px;
    right: 70px;
    animation: moving 4s ease-in-out infinite;
}

.f-img-6 img {
    position: absolute;
    top: 46px;
    width: 55px;
    left: 100px;
}

.trip-slider-bb {
    border-bottom: 2px solid #eee;
    padding-bottom: 80px;
}

.slider-main-head p {
    color: #200e86;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.slider-main {
    position: relative;
}


.slider-main .slick-prev,
.slider-main .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -25%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #FF9800;
    background: #FF9800;
}

.slider-main .slick-prev {
    left: 1000px;
}

.slider-main .slick-next {
    right: 50px;
}

.slider-main .slick-prev:before,
.slider-main .slick-next:before {
    font-family: 'slick';
    font-size: 00px;
    line-height: 1;
    opacity: 1;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-main .slick-prev::before,
.slider-main .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
}


.slider-main .slick-prev::before {
    content: "\f104";
}


.slider-main .slick-next::before {
    content: "\f105";
}

.slider-main .slick-prev:before {
    content: "←";
    font-size: 18px;
    font-weight: 900;
}

.slider-main .slick-next:before {
    content: "→";
    font-size: 18px;
    font-weight: 900;
}

.slider-main-item {
    position: relative;
}

.slider-main-item img {
    width: 100%;
    height: 230px;
    padding: 0 10px;
}

.decrese-height {
    padding-top: 30px;
}

.decrese-height img {
    height: 200px;

}

.img-country-name {
    position: absolute;
    top: 20px;
    right: 30px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
}

.decrese-height .img-country-name {
    top: 50px;
}

.img-country-name p {
    font-size: 14px;
    font-weight: 600;
}

.slider-main img {
    border-radius: 20px;
    gap: 0 10px;
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    width: 280px;
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;
}

.search-box input::placeholder {
    color: #aaa;
}

.search-box i {
    color: #ff5722;
    margin-right: 8px;
    font-size: 16px;
}

.better-day {
    margin: 30px 0;
    position: relative;
}

.better-flot-icon img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 155px;
    width: 50px;
}

.betterday-img img {
    width: 100%;
}

.betterday-text1 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #777;
}

.betterday-text2 {
    font-size: 43px;
    font-weight: 700;
    color: #071355;
    line-height: 48px !important;
    max-width: 500px;
}

.betterday-text3 {
    font-size: 16px;
    font-weight: 500;
    margin: 30px auto !important;
    color: #000;
}

.android-ois-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.store-btn span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #555;
}

.google-play {
    border: 2px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(45deg, #00ff99, #ff3399, #ffcc00, #00ccff) border-box;
}

.google-play i {
    font-size: 22px;
    background: linear-gradient(45deg, #00ff99, #ff3399, #ffcc00, #00ccff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-store {
    border: 2px solid #000;
    background: #fff;
    border-radius: 12px;
}

.app-store i {
    font-size: 22px;
    color: #000;
}

.store-btn:hover {
    transform: scale(1.05);
}

.best-deal {
    margin: 70px 40px 0;
    border-radius: 20px;
    position: relative;
    padding: 115px 0px;
    background-image: url(../images/worldbannermap.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.best-deal-btn {
    padding-left: 200px;
}

.best-deal-btn a {
    background-color: var(--bs-orange);
    color: #fff;
    padding: 5px 20px 5px 6px;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    width: 165px;
    align-items: center;
    gap: 0 10px;
}

.best-deal-btn .get-btn-icon {
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #FF9800;
}

.best-deal-btn p {
    font-size: 50px;
    font-weight: 500;
    max-width: 300px;
    line-height: normal !important;
    margin-top: 25px;
    color: #fff;
}

.world-testi {
    border-radius: 20px;
    margin: 50px 40px 50px;
}

.world-testi-main {
    padding: 100px 0 0 30px;
}

.world-testi-main .slick-prev {
    display: none !important;
}

.world-testi-main .slick-next {
    top: 385px;
    right: 133px;
    border: 2px solid #FF9800;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #FF9800;
}

.world-testi-main .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;

}

.world-testi-main .slick-next::before {
    content: "\f105";
}

.world-testi-img img {
    width: 100%;
    border-radius: 30px;
}

.world-testimonial-text1 {
    font-size: 20px;
    font-weight: 600;
    max-width: 450px;
    color: #000;
}

.testmain {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 35px;
}

.testimg {
    display: flex;
}

.testimg img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -30px;
}

.testimg img:nth-child(1) {
    margin-left: 0px;
}

.testiname {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.testidegi {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px !important;
    line-height: normal !important;
}

.brand-box {
    margin: 60px 0 100px;
}

.brand-slider {
    border-bottom: 2px solid #eee;
    padding-bottom: 40px;
    justify-content: center;
    display: flex;
}

.brand-slider .brand-sli-div {
    text-align: center;
    display: flex;
}

.brand-slider .brand-sli-div {
    display: flex;
    justify-content: center;
}

.brand-slider img {
    width: 150px;
    height: 40px;
    filter: grayscale(1);
}

.explore-world {
    margin: 150px 0 50px;
    position: relative;
}

.ew-floting-icon1 img {
    position: absolute;
    top: 20px;
    left: -17px;
    width: 56px;
}

.ew-floting-icon2 img {
    position: absolute;
    bottom: 80px;
    right: 50px;
    width: 70px;
}

.explore-world-main {
    position: relative;
    background-color: #020074;
    border-radius: 12px;
    height: 100%;
    z-index: 1;
}

.explore-world-main::before {
    background-image: url(../images/explore.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 80%;
    left: 10%;
    bottom: 0;
    top: -70px;
}

.explore-world-img {
    justify-content: center;
    display: flex;
    position: relative;
}

/* .explore-world-img::after {
    position: absolute;
    border-radius: 12px;
    background-color: #E2D6CA;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */


.explore-world-text-btn {
    background-color: #ffff;
    border-radius: 12px;
    position: absolute;
    bottom: 60px;
    display: flex;
    gap: 0 10px;
    padding: 15px 20px;
    margin: 0 15px;
    width: 95%;
    align-items: center;
}

.explore-world-text-btn p {
    margin: 0 auto;
    font-size: 25px;
    font-weight: 700;
    color: #2a2a2a;
    max-width: 300px;

}

.explore-world-btn {
    background-color: #ff5a3c;
    color: #fff;
    padding: 12px 11px;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-block;
    width: 33%;
    text-align: center;
}

.read-see-main {
    gap: 24px 0;
    display: flex;
    flex-direction: column;
}

.read-blog {
    background-color: #BFF3FE;
    border-radius: 12px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.read-blog-main {
    margin: 20px;
}

.read-blog:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.read-blog a {
    text-decoration: none;
    color: #000;
}

.read-blog img {
    width: 100%;

    margin-top: 5px;
    border-radius: 0 0 12px 12px;
}

.read-b-main {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #000;
}

.read-blogtext1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.chat-w-expert-main {
    border-radius: 12px;
    text-align: center;
}

.chat-w-expert-main img {
    width: 100%;
    border-radius: 0 0 12px 12px;
}

.read-blogtext2 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px auto 0;
}

.see-our-work {
    background-color: #E2FECE;
    border-radius: 12px;
}

.chat-w-expert {
    background-color: #F2E8DE;
    border-radius: 12px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.chat-w-expert:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer {
    background-color: #200e86;
    border-radius: 20px 20px 0 0;
}

.footer h5,
.footer h6 {
    font-weight: 600;
}

.footer a:hover {
    color: #ff5a5f !important;
    transition: 0.3s;
}

.content-div,
.footer {
    clear: both
}


.footer {
    background-color: #200e86;
    padding: 50px 30px;
    border-radius: 20px;
    color: #fff;
    margin: 100px 40px 40px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.footer-top::before {
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    left: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
}

.footer-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 0 50px;
}

.footer-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

.footer-social a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #ff5a3c;
}

.footer-right p {
    font-size: 15px;
    color: #ffffffb5;
    margin-bottom: 10px;
    max-width: 88%;
    text-align: right;
}

.newsletter-box {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    width: 280px;
    border: 1px solid #ffffff33;
    padding: 5px;
}

.newsletter-box input {
    flex: 1;
    padding: 12px;
    border: none;
    outline: none;
    font-size: 14px;
    background: none;
}

.newsletter-box input::placeholder {
    color: #fff;
}

.newsletter-box button {
    background: #ff5a3c;
    border: none;
    color: #fff;
    padding: 0cap 18px;
    cursor: pointer;
    align-items: center;
    border-radius: 8px;
}

.footer-middle {
    margin-bottom: 30px;
}

.footer-logo {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.map-box {
    width: 180px;
    height: 80px;
    border-radius: 8px;
    margin-top: 10px;
}

.map-box iframe {
    border-radius: 8px;
}

.footer-col {
    min-width: 150px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.footer-icon-title a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul {
    list-style: none;
    padding-left: 0;
}

.footer-col ul li {
    margin-bottom: 10px !important;
}

.footer-icon-title {
    margin-bottom: 10px !important;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #ff5a3c;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    font-size: 14px;
}

.footer-payment {
    text-align: end;
}

.footer-payment img {
    height: 20px;
    margin-left: 15px;
}

#AD186900_1 #mid_tab {
    display: none
}

.searchbox {
       margin: 44px 0px;
}

#AD186900_1 .tabpaneback {
    border-radius: 14px !important;
}

.pages-hero {
    padding: 20px;
}


.pages-banner-img {
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    z-index: 1;
}

.pages-banner-img::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    right: 0;
    opacity: 0.7;
    content: '';
    background-image: linear-gradient(45deg, var(--bs-orange), #200e86);
    z-index: -1;
}

.pages-banner-h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.2;
    color: white;
}

.pages-banner-h2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: white;
}

.pages-content-main {
    margin: 20px auto;
    padding: 5px;
    width: 73%;
}

.pages-content-p1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    text-align: left;
    margin: 20px 0 0;
}


.pages-content-p2 {
    font-size: 15px;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000;
}

.pages-content-p3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: left;
    color: rgb(0, 0, 0);
    margin: 20px 0 0;
}

.p-highlight {
    font-weight: 800;
}

.p-dot-p4 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    margin-left: 20px;
    list-style: none;
}

.p-dot-p4::before,
.hf {
    content: "•";
    position: absolute;
    left: -15px;
    font-size: 20px;
    color: black;
    top: -3px;
}

.pp-content-p5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: rgb(0, 0, 0);
    margin: 20px 0 0;
}

.pp-content-p6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: rgb(0, 0, 0);
    margin: 8px 0 0;
}

.popup-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #200e86;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.popup-nav.active {
    right: 0;
}

.popup-nav .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    background: #200e86;
}

.popup-nav .popup-header span {
    color: #fff;
}

.popup-nav .popup-header button {
    background: none;
    border: none;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
}

/* Menu */
.popup-nav ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    flex-grow: 1;
}

.popup-nav ul li {
    margin-bottom: 18px;
    text-align: left;
}

.popup-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 6px;
    display: inline-block;
}

.popup-nav ul li a:hover {
    color: #007bff;
    transform: translateX(5px);
}

.button_su-responsive {
    position: absolute;
    bottom: 35px;
    left: 18%;
}

@media screen and (max-width:1500px) {
    .searchbox {
        width: 100%;
    }

}

@media screen and (max-width:1400px) {
    .searchbox {
        width: 71%;
    }

}

@media screen and (max-width:1300px) {
    .better-flot-icon img {
        right: 113px;
    }

    .ew-floting-icon2 img {
        position: absolute;
        bottom: 205px;
        right: 663px;
        width: 70px;
        z-index: 5;
    }

    .searchbox {
        position: absolute;
        width: 77%;
        margin: 30px 0px 0px;
    }

}



@media screen and (max-width:1200px) {

    .footer {
        margin: 70px 30px 30px;
    }

    .footer-brand {
        margin-bottom: 50px;
    }

    .nav-section ul {
        gap: 0 20px;
    }

    .slider-main .slick-prev,
    .slider-main .slick-next {
        top: 120%;
    }

    .slider-main .slick-next {
        right: 45%;
    }

    .slider-main .slick-prev {
        left: 45%;
    }


    .trip-plan {
        margin: 200px 40px 0;
    }


    .trip-plan2-img {
        display: none;
    }

    .yt-video {
        top: 400px;
        left: 31%;
    }

    .f-img-3 img {
        top: 378px;
        left: 539px;
    }

    .f-img-1 img {
        top: 250px;
        left: 410px;
    }

    .f-img-2 img {
        top: 190px;
        left: 700px;
    }

    .f-img-4 img {
        left: 680px;
    }

    .read-see-main {
        gap: 0 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .read-blog {
        background-color: #BFF3FE;
        border-radius: 12px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: 50%;
    }

    .chat-w-expert {
        flex-direction: row;
    }

    .rsemain {
        height: auto !important;
        gap: 24px 0;
    }

    .chat-w-expert-main img {
        display: none;
    }

    .searchbox {
        width: 88%;
    }
}

@media screen and (max-width:1130px) {
    .nav-section {
        display: none;
    }

    .nav-icon-responsive {
        display: block;
        text-align: right;
        margin-top: 8px;
        position: relative;
        z-index: 9;
        cursor: pointer;
    }

    .nav-icon-responsive img {
        width: 40px;
    }


    .slider-main .slick-next {
        right: 44%;
    }

    .slider-main .slick-prev {
        left: 44%;
    }

    .trip-plan1-img img {
        width: 79%;
        margin: -103px 0 0 0;
        border-radius: 30px;
    }

    .world-testi-main .slick-next {
        top: 390px;
        right: 36px;
    }

    .best-deal-btn {
        padding-left: 50px;
    }

}

@media screen and (max-width:1000px) {


    .trip-plan {
        margin: 330px 40px 0;
    }

    .f-img-2 img {
        top: 190px;
        left: 760px;
    }

    .f-img-1 img {
        top: 255px;
        left: 424px;
    }

    .searchbox {
        position: absolute;
        width: 97%;
        margin: 30px 0px 0px;
    }

    .trip-plan1-img img {
        width: 90%;
        margin: -70px 0 0 0;
        border-radius: 30px;
    }

    .world-testi-img img {
        margin-top: 20px;
    }

    .world-testi-main {
        padding: 35px 0 0 30px;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 70px;
        gap: 20px 0;
    }

}

@media screen and (max-width: 992px) {
    .pages-banner-h1 {
        font-size: 60px;
    }

    .best-deal {
        margin: 18px 40px 0;
        padding: 62px 0px;
    }

    .best-deal-btn p {
        font-size: 38px;
    }

    .footer-brand {
        display: none;
    }

    .footer-col1 {
        margin-top: 20px;

    }

    .slider-main .slick-next {
        right: 43%;
    }

    .slider-main .slick-prev {
        left: 43%;
    }

    .trip-plan {
        margin: 360px 40px 0;
    }

    .f-img-4 img {
        left: 480px;
    }

    .hero-floting-img2 img {
        left: 353px;
    }

    .hero-main {
        padding: 30px 0px;
    }

    .h1-heading {
        font-size: 45px;
        line-height: 62px !important;
    }

    .hero-floting-img1 img {
        position: absolute;
        top: 152px;
        left: 360px;
        width: 85px;
    }

    .searchbox {
        position: absolute;
        width: 97%;
        margin: 30px 0px 0px;
    }

    .f-img-3 img {
        display: none;
    }

    .f-img-1 img {
        top: 300px;
        left: 42%;
    }

    .f-img-2 img {
        top: 190px;
        left: 70%;
    }

    .yt-video {
        top: 65%;
        left: 31%;
    }

    .slider-main-head p {
        margin: 0 0 30px;
        max-width: 80%;
        font-size: 32px;
    }

    .f-img-6 img {
        display: none;
    }

    .betterday-text2 {
        font-size: 32px;
    }

    .betterday-text3 {
        margin: 25px auto !important;
    }

    .world-testi-img img {
        margin-top: 80px;
    }

    .testimg img {
        width: 50px;
        height: 50px;
        margin-left: -35px;
    }

    .world-testi-main .slick-next {
        top: 383px;
        right: 25px;
    }

}

@media screen and (max-width: 880px) {
    .world-testi-main .slick-next {
        top: 411px;
    }
}

@media screen and (max-width: 768px) {
    .best-deal {
        display: none;
    }

    .pages-banner-h1 {
        font-size: 55px;
    }

    .footer-top::before {
        display: none;
    }

    .best-deal-btn {
        padding-left: 0px;
    }

    .best-deal-btn p {
        font-size: 42px;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding-right: 0;
        gap: 10px 0;
    }

    .footer-right {
        display: flex;
        justify-content: flex-start;
        gap: 0;
        text-align: center;
        margin-top: 20px;
    }

    .footer-right p {
        text-align: left;
    }

    .slider-main .slick-next {
        right: 41%;
    }

    .slider-main .slick-prev {
        left: 41%;
    }

    .searchbox {
        position: absolute;
        width: 96%;
        margin: 30px 0px 0px;
        bottom: -140px;
    }

    .hero-floting-img2 img {
        display: none;
    }


    .trip-plan1-img img {
        width: 80%;
    }

    .trip-plan {
        margin: 250px 40px 0;
    }

    .f-img-1 img {
        top: 277px;
        left: 311px;
        width: 200px;
    }

    .f-img-4 img {
        left: 380px;
    }

    .yt-video {
        top: 70%;
        left: 35%;
    }

    .video-btn {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .f-img-2 img {
        display: none;
    }

    .world-testi-img {
        text-align: center;
    }

    .trip-slider {
        margin: 60px 0 50px;
        position: relative;
    }

    .world-testi {
        border-radius: 20px;
        margin: 50px 0px 50px;
    }

    .world-testi-img img {
        width: 65%;
        border-radius: 30px;
    }

    .world-testi-main {
        padding: 30px;
    }

    .world-testimonial-text1 {
        max-width: 100%;
    }

    .world-testi-main .slick-next {
        top: -20px;
        right: 32px;
    }

    .explore-world {
        margin: 200px 0 50px;
    }

    .explore-world-text-btn {
        padding: 0;
        padding: 0;
        bottom: 49px;
        bottom: 27px;
    }

    .explore-world-text-btn p {
        margin: 16px 0 0;
        max-width: 347px;
        text-align: left;
    }

    .world-testi-img img {
        margin-top: 0;
    }


    .ew-floting-icon1 img,
    .ew-floting-icon2 img {
        display: none;
    }

    .betterday-text {
        margin-top: 40px;
    }

    .betterday-text2 {
        max-width: none;
    }

    .h1-heading {
        font-size: 42px;

    }

    .footer {
        margin: 50px 20px 20px;
    }
}

@media screen and (max-width: 576px) {

    .pages-banner-h1 {
        font-size: 46px;
    }

    .footer-col1 {
        width: 50%;
    }

    .border-logo-triangle:after {
        width: 100%
    }

    .footer {
        margin: 50px 10px 10px;
    }

    .nav-menuwidth {
        width: 75%;
    }

    .nav-menuwidth2 {
        width: 25%;
    }

    .header-logo {
        width: 70%;
    }


    .slider-main .slick-next {
        right: 32%;
    }

    .slider-main .slick-prev {
        left: 32%;
    }

    .android-ois-btn {
        gap: 10px;
    }

    .searchbox {
        width: 94%;
    }

    .hero-floting-img1 img {
        position: absolute;
        top: 169px;
        left: 284px;
        width: 55px;
    }

    .story-container img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid white;
        object-fit: cover;
    }

    .story-container {
        width: 65px;
        height: 65px;

    }

    .btn-or-story {
        padding: 25px 0 0;
        display: flex;
        align-items: center;
        gap: 0 10px;
    }

    .play-icon {
        width: 40px;
        height: 40px;
    }

    .play-icon::before {
        width: 40px;
        height: 40px;
    }

    .hero-get-btn .get-btn-icon {
        width: 35px;
        height: 35px;
    }

    .hero-get-btn a {
        padding: 5px 12px 5px 6px;
        font-size: 14px;
        gap: 0 8px;
    }

    .searchbox {
        bottom: -330px;
    }

    .trip-plan {
        margin: 440px 10px 0;
    }

    .trip-plan1-img {
        text-align: center;
    }

    .trip-plan1-img img {
        width: 55%;
        margin: -70px 0 0 0;
    }

    .yt-video {
        top: 45%;
        left: 80%;
    }

    .betterday-text2 {
        font-size: 31px;
    }

    .f-img-4 img,
    .f-img-1 img {
        display: none;
    }

    .f-img-5 img {
        bottom: -50px;
        width: 62px;
    }

    .slider-main-head p {
        margin: 10px !important;
        max-width: 100%;
        font-size: 30px;
    }

    .explore-world-text-btn {
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }

    .explore-world-text-btn {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
        align-items: flex-start;
    }

    .read-blog-main {
        margin: 12px;
    }

    .read-blogtext1 {
        font-size: 17px;
    }

    .read-see-main {
        display: flex;
        flex-direction: column;
    }

    .read-see-main .read-blog {
        width: 100%;
        margin: 10px 0;
    }

    .rsemain {
        height: auto !important;
        gap: 10px 0;
    }

    .explore-world-text-btn p {
        font-size: 20px;
    }

    .world-testi-img img {
        width: 100%;
    }

    .footer-col1 {
        width: 100%;

    }

    .best-deal {
        padding: 60px 0px;
        margin: 10px 20px 0;
    }

    .footer-copyright p {
        text-align: left;
    }

    .footer-payment {
        text-align: left;
        margin-top: 20px;
        margin-left: -15px;
    }


    .world-testi-main {
        padding: 10px;
    }

    .world-testimonial-text1 {
        margin-top: 21px;
        font-size: 18px;
    }


.pages-content-main {
    width: 85%;
}


}