.navbar {
    padding: 8px 0;
    transition: all .3s ease-in-out;
    background: var(--white);
    padding: 12px 0;
    border-bottom: 1px solid #dfe7ff;
}

.navbar .navbar-brand img {
    max-width: 257px;
    max-height: 82px;
    width: 100%;
}

.navbar .nav-link {
    font-size: 18px;
    color: var(--black);
    padding: 0 !important;
    margin-left: 24px;
    position: relative;
}

.navbar .nav-link::after {
    content: '';
    width: 0%;
    height: 2px;
    background: var(--black);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.btn-primary {
    padding: 14px 30px;
    border-radius: 100px;
    background: #25d366 !important;
    color: var(--white);
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.btn-primary img {
    width: auto;
    height: 22px;
    position: relative;
    z-index: 1;
}

.whats-app-add {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btn-primary span {
    position: relative;
    z-index: 1;
}

.btn-primary:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #111b21;
    z-index: 0;
    transition: all .2s ease-in-out;
    border-radius: 100px;
    transform: translateX(-100%);
}

.btn-primary:hover:after {
    transform: translateX(0%);
}

.tour-section {
    padding: 100px 0;
}


.navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none !important;
}

.navbar-toggler img {
    width: 34px;
}

.hero-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 0 82px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
    animation: kenburnsDownRight 20s ease-in-out infinite alternate;
}

@keyframes kenburnsDownRight {
    0% {
        transform: scale(1.2) translate(-5%, -5%);
    }

    100% {
        transform: scale(1) translate(0, 0);
    }
}


.hero-section h3 {
    color: #FFFFFF;
    font-size: 68px;
    font-weight: 500;
    margin-bottom: 8px;
    text-shadow: 0 0 30px #000;
}

.hero-section h1 {
    color: #FFFFFF;
    font-size: 120px;
    font-weight: 600;
    line-height: 100%;
    text-shadow: 0 0 40px #000;
}

.hero-section .splitting .char {
    animation: hero-slide-in 5s cubic-bezier(.5, 0, .5, 1) infinite;
    animation-delay: calc(60ms * var(--char-index));
}

@keyframes hero-slide-in {
    0% {
        transform: translateY(0.5em) rotate(0);
        opacity: 0;
    }

    30% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }

    100% {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
}

.about-section {
    padding: 82px 0;
    position: relative;
    overflow: hidden;
}

.about-section .about-icon {
    position: absolute;
    top: 10%;
    left: 6%;
    animation: jumpAni 7s linear infinite;
    filter: brightness(0) saturate(100%) invert(16%) sepia(36%) saturate(4310%) hue-rotate(216deg) brightness(99%) contrast(93%);
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-section h5 {
    font-size: 28px;
    margin-bottom: 5px;
    color: var(--secoundry);
}

.about-section h2 {
    margin-bottom: 22px;
    font-size: 58px;
    color: var(--primary);
}

.about-section p {
    font-size: 18px;
    color: var(--gray);
}

.about-imgs {
    width: 100%;
    display: flex;
    gap: 24px;
    aspect-ratio: 1/1;
}

.about-imgs .img2,
.about-imgs .img1 {
    width: 50%;
}

.about-imgs .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 256px 256px 0px;
}

.about-imgs .img2 img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.about-imgs .img2 img:first-child {
    border-radius: 256px 256px 256px 0px;
}

.about-imgs .img2 img:last-child {
    border-radius: 256px 0 256px 256px;
}

.international-tour-section {
    padding: 82px 0;
    background-color: var(--primary);
    background-image: url(../images/international-tour-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.domestic-tour-slider,
.international-tour-slider {
    border-radius: 14px;
}

.testimonial-section h2,
.services-section h2,
.international-tour-section h2 {
    text-align: center;
    margin-bottom: 42px;
    color: var(--white);
    font-size: 42px;
}

.international-tour-section .swiper-button-next::after,
.international-tour-section .swiper-button-prev::after {
    display: none;
}

.international-tour-section .swiper-button-next,
.international-tour-section .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--white);
    border-radius: 100%;
}

.international-tour-section .swiper-button-next img,
.international-tour-section .swiper-button-prev img {
    width: 28px;
    height: 28px;
}

.international-tour-section .swiper-button-next {
    right: 0;
    top: -34px;
}

.international-tour-section .swiper-button-prev {
    left: 0;
    top: -34px;
    rotate: 180deg;
}

.testimonial-section h2,
.services-section h2 {
    color: var(--primary);
}

.services-section {
    padding: 82px 0;
    background-color: rgb(17 61 72 / 3%);
    background-image: url(../images/services-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-section .service-card {
    aspect-ratio: 370/292;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

.services-section .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-section .service-card:hover .service-content {
    transform: translateY(0);
}

.services-section .service-card:hover p {
    opacity: 1;
}

.services-section .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    transform: translateY(calc(100% - 60px));
    transition: all .3s ease-in-out;
    background: linear-gradient(180deg, rgba(0 0 0/ 0.05) 0%, #000 100%);
}

.services-section .service-content h5 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}

.services-section .service-content p {
    color: var(--white);
    font-size: 14px;
    margin: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.testimonial-section {
    padding: 82px 0;
    background: #1e3a8a17 url(../images/testimonial-bg.png ) no-repeat center / cover;
}

.testimonial-section h5 {
    font-size: 28px;
    margin-bottom: 5px;
    color: var(--secoundry);
    text-align: center;
}

.testimonial-card {
    width: 100%;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e7e7e7;
}

.testimonial-card .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.testimonial-card .card-header .profile-img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
}

.testimonial-card .header-content h6 {
    font-size: 22px;
    margin: 0;
    color: var(--primary);
}

.testimonial-card .header-content p {
    margin: 0;
    color: var(--gray);
}

.testimonial-card .stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

.testimonial-card .stars img {
    width: 14px;
}

.testimonial-card .quote-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -40px;
    width: 78px;
    height: 78px;
    background: rgb(232 235 243);
    border-radius: 100%;
    margin-top: auto;
}

.testimonial-slider {
    margin: 0 12px;
    padding-bottom: 16px;
}

.testimonial-section .swiper-slide {
    margin-top: 42px;
    overflow: unset;
    transition: all .3s ease-in-out;
    height: unset;
}

.testimonial-section .swiper-slide.swiper-slide-active {
    transform: translateY(-42px);
}

.testimonial-section .swiper-slide.swiper-slide-active .quote-icon {
    background: var(--primary);
}

.testimonial-section .swiper-slide.swiper-slide-active .quote-icon img {
    filter: brightness(100);
}

.testimonial-button-next,
.testimonial-button-prev {
    width: 42px;
    height: 42px;
    background: var(--primary);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: unset;
    left: 0;
    right: 0;
    margin: 0;
}

.testimonial-button-next::after,
.testimonial-button-prev::after {
    display: none;
}

.testimonial-button-next img,
.testimonial-button-prev img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.testimonial-button-prev {
    rotate: 180deg;
}

.testimonial-section .arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    height: 42px;
}


footer {
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 82px 0 24px;
}

footer .logo {
    max-width: 240px;
    width: 100%;
    margin-bottom: 24px;
}

.footer-description {
    color: var(--white);
    opacity: .8;
    margin-bottom: 28px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    border: 1px solid #ffffff6b;
    padding: 12px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.social-links a:hover {
    transform: translateY(-8px);
    background: var(--primary);
    border-color: var(--primary);
}

.social-links img {
    width: 18px;
}

footer h5 {
    color: var(--white);
    font-size: 24px;
    margin-bottom: 28px;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 8px;
    margin-bottom: 18px;
}

footer ul li:last-child {
    margin: 0;
}

footer ul li a {
    color: var(--white) !important;
    text-decoration: none;
    font-size: 16px;
    word-wrap: anywhere;
    position: relative;
}

footer ul li a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: var(--white);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
}

footer ul li a:hover::after {
    width: 100%;
}

footer ul li p {
    color: var(--white);
    font-size: 16px;
    margin-left: 32px;
}

footer ul li img {
    width: 24px;
    margin-top: 2px;
}

.bottom-footer {
    padding: 24px 0 0;
    border-top: 1px solid #ffffff40;
    margin: 42px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.bottom-footer a {
    color: var(--white);
    font-weight: 500;
}

footer p {
    color: var(--white);
    margin: 0;
}

footer .right-text span {
    font-weight: 600;
}

.international-tour-section .nav-link {
    color: white;
}

.international-tour-section .nav-pills .nav-link.active {
    background: #e05e5d;
}

.international-tour-section .nav-pills {
    background: #ffffff24;
    width: max-content;
    margin: 0 auto;
    padding: 10px;
    border-radius: 15px;
    gap: 5px;
    margin-bottom: 48px;
}

.international-tour-section .nav-link:hover {
    background: #ffffff24;
    color: white;
}

.tour-img {
    width: 100%;
    object-fit: contain;
    max-width: 450px;
}

.tour-content {
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.tour-content h4 {
    color: var(--white);
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 28px;
}

.tour-content h5 {
    font-size: 42px;
    color: var(--white);
}

.tour-content p {
    font-size: 24px;
    color: var(--white);
    margin-bottom: 18px;
}

.download-text {
    padding: 8px 22px;
    border: 1px solid var(--white);
    margin-bottom: 8px;
    border-radius: 30px;
    background: var(--white);
    color: var(--primary) !important;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 22px;
    font-weight: 500;
}

.tour-content .international-button-next,
.tour-content .international-button-prev {
    position: unset;
    margin: 0;
    width: 51px;
    height: 51px;
}

.download-text img {
    width: 28px;
}

.chose-us-section {
    padding: 82px 0;
    background: var(--primary);
}

.chose-us-section .chose-us-card {
    height: 100%;
    background: #fff;
}

.chose-us-section .chose-us-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.chose-us-section .chose-us-card div {
    padding: 24px;
}

.chose-us-section .chose-us-card h5 {
    color: var(--primary);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.chose-us-section .chose-us-card p {
    margin: 0;
    color: var(--gray);
}

.whatsapp-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #25d366 !important;
    box-shadow: 0px 0px 16px 5px rgb(0 0 0 / 23%);
}

.whatsapp-btn img {
    width: 24px;
}

/* Corporate Tour Images */

.international-tour-section .cp-tour-card {
    aspect-ratio: 370/292;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}

.international-tour-section .cp-tour-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.international-tour-section .cp-tour-card:hover .service-content {
    transform: translateY(0);
}

.international-tour-section .cp-tour-card:hover p {
    opacity: 1;
}

.international-tour-section .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    transform: translateY(calc(100% - 60px));
    transition: all .3s ease-in-out;
    background: linear-gradient(180deg, rgba(0 0 0/ 0.05) 0%, #000 100%);
}

.international-tour-section .service-content h5 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}

.international-tour-section .service-content p {
    color: var(--white);
    font-size: 14px;
    margin: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.international-tour-section .corporate-tours .swiper-button-next,
.international-tour-section .corporate-tours .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--white);
    border-radius: 100%;
}

.international-tour-section .corporate-tours .swiper-button-next img,
.international-tour-section .corporate-tours .swiper-button-prev img {
    width: 28px;
    height: 28px;
}

.international-tour-section .corporate-tours .swiper-button-next {
    right: -50px !important;
    top: 50% !important;
}

.international-tour-section .corporate-tours .swiper-button-prev {
    left: -50px !important;
    top: 50% !important;
    rotate: 180deg !important;
}