:root {
    --primary: #7091E6;
    --light: #F1F8FF;
    --dark: #8AAAE5
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semi-bold {
    font-weight: 600 !important
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99
}

body {
    overflow-x: hidden
}

p {
    text-align: justify !important
}

.btn {
    font-weight: 500;
    transition: .5s;
    border-radius: 20px;
    margin-right: 10px
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFF
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 2px
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 28px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    outline: none;
    line-height: 39px;
    font-weight: 500
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary)
}

@media (max-width:991.98px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 5px 0 !important
    }
}

@media (min-width:1024px) {
    .searchh-iconn {
        right: 81px;
        top: 55% !important
    }
}

@media (min-width:768px) {
    .searchh-iconn {
        right: 519px;
        top: 45% !important
    }
}

#top-header {
    border-bottom-left-radius: 12px
}

.head-icon {
    background: #fff;
    color: #000 !important;
    padding: 8px;
    border-radius: 20px
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(37 44 75 / .7);
    height: 70vh
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1rem;
    height: 1rem
}

@media (max-width:768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .dropdown-menu {
        width: 100%;
        max-width: 23px;
        min-width: 329px
    }
    .trip-card {
        height: 60vh !important
    }
}

.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#social-icon {
    background: #fff;
    padding: 4px;
    border-radius: 10px
}

.page-header-inner {
    background: rgb(219 10 10 / .7)
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light)
}

.social-img {
    height: 20px;
    width: 20px
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 100
}

@media (max-width:768px) {
    .booking {
        position: relative;
        margin-top: 25px !important;
        z-index: 100;
        padding-bottom: 0 !important
    }
}

.section-title {
    position: relative;
    display: inline-block
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary)
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary)
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none
}

.search-container {
    width: 200px;
    display: block
}

input.search-bar {
    margin: 0 auto;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    border-radius: 25px;
    outline: none;
    &:focus {
        border: 1px solid #008ABF;
        transition: 0.35s ease;
        &::-webkit-input-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0
        }
        &::-moz-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0
        }
        &:-ms-placeholder {
            transition: opacity 0.45s ease;
            opacity: 0
        }
    }
}

.searchh-iconn {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: gray
}

#social-icon {
    z-index: 999 !important
}

@media (min-width:768px) {
    .section-heading {
        font-size: 17px !important
    }
}

@media (min-width:1024px) {
    .section-heading {
        line-height: 33px;
        font-size: 22px !important;
        font-weight: 600;
        color: #202020;
        text-transform: capitalize;
        letter-spacing: 1px;
    }
}

.videoo-container {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin-top: 25px;
    border-radius: 5px
}

.videoo-container video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.overllayy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center
}

.overllayy h1 {
    font-size: 3rem
}

#headings {
    color: #fff
}

.overllayy p {
    margin: 10px 0;
    font-size: 1.2rem
}

.overllayy button {
    background: #7091E6;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 8px
}

.sliderr-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 15px 0;
    margin-top: -80px
}

.sliderr {
    display: flex;
    gap: 0;
    transition: transform 0.5s ease-in-out
}

.slidee {
    min-width: 220px;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 2px 2px 10px rgb(0 0 0 / .7);
    border: 2px solid #fff;
    border-radius: 10px
}

.prevv,
.nexxt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #7091E6;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5rem
}

.prevv {
    left: 10px
}

.nexxt {
    right: 10px
}

@media (max-width:768px) {
    .overllayy h1 {
        font-size: 2rem
    }
    .overllayy p {
        font-size: 1rem
    }
    .slide {
        min-width: 200px;
        height: 200px
    }
}

.packages {
    padding: 18px
}

.ribbon {
    --r: 15px;
    --b: 2px;
    position: relative;
    color: #fff;
    padding: 6px 24px;
    clip-path: polygon(0 0, 100% 0, calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%, 0 100%, calc(var(--r) - (var(--b) / 2)) 50%);
    font-size: 10px
}

.ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7091E6;
    z-index: -1;
    clip-path: polygon(calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b), calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)), calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%)
}

.current-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px
}

.old-price {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px
}

.count {
    font-size: 32px;
    font-weight: 500;
    color: #fff
}

.counter-wrapper {
    background: #425b8c;
    background: cover;
    background-position: center center;
    position: relative
}

.counter-inner {
    position: relative;
    z-index: 2
}

.count-icon {
    font-size: 48px
}

.count-head {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.serviceBox {
    color: #545151;
    background: linear-gradient(transparent 65%, #7096E1 65%);
    border-radius: 20px;
    text-align: center;
    padding: 0 6px 10px;
    height: 100%
}

.serviceBox .service-icon {
    color: #fff;
    background-color: #7096E1;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 85px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px
}

.serviceBox .service-content {
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 15px 15px 15px 15px;
    border-top: 15px solid #7096E1;
    height: 100%;
    box-shadow: 0 10px 20px rgb(0 0 0 / .1)
}

.serviceBox .title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 7px
}

.serviceBox .description {
    font-size: 14px;
    margin: 0 0 15px
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px
    }
    .serviceBox .service-content {
        padding: 0 35px 20px
    }
}

@media only screen and (max-width:359px) {
    .serviceBox .service-content {
        padding: 0 20px 20px
    }
}

.europe-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    gap: 20px
}

.europe-slider {
    width: 36%;
    min-width: 300px
}

.slide img {
    width: 100%;
    border-radius: 10px
}

img {
    width: 100%;
    height: auto
}

.europe-packages {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.europe-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s
}

.europe-card:hover {
    transform: scale(1.05)
}

.europe-card img {
    width: 100%;
    object-fit: cover;
    filter: brightness(70%)
}

.europe-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff
}

.europe-info h3 {
    color: #fff;
    font-size: 18px
}

.europe-info h3,
.europe-info p {
    margin: 5px 0
}

.europe-view-more {
    background: #7091E6;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin: 20px;
    transition: background 0.3s
}

.europe-view-more:hover {
    background: #7091E6
}

@media (max-width:1024px) {
    .europe-packages {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .europe-container {
        flex-direction: column;
        align-items: center
    }
    .europe-slider,
    .europe-packages {
        width: 100%
    }
    .europe-packages {
        grid-template-columns: repeat(1, 1fr)
    }
}

.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 45px rgb(0 0 0 / .08);
    transition: .5s
}

.service-item:hover {
    background: var(--primary)
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s
}

.service-item i,
.service-item h5,
.service-item p {
    transition: .5s
}

.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF !important
}

.image-box {
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgb(0 0 0 / .2)
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgb(15 23 43 / .1), rgb(15 23 43 / .1)), url(../img/video2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid #fff0;
    border-bottom: 22px solid #fff0
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.hero-section {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(lake.png) no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    color: #fff;
    padding: 20px;
    border-radius: 8px
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    border-radius: 12px
}

.hero-content {
    position: relative;
    max-width: 500px;
    z-index: 2
}

.hero-content h2 {
    font-size: 28px;
    font-weight: 700
}

.hero-content p {
    font-size: 16px;
    margin: 10px 0
}

.btnn {
    display: inline-block;
    background: #7091E6;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 10px
}

.finix-text h6 {
    color: #7091E6;
    font-weight: 400;
    font-size: 17px
}

.finix-text h2 {
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px
}

.finix-text p {
    color: #606060;
    font-size: 15px;
    line-height: 1.8rem
}

.process {
    margin-top: 50px
}

.process-img {
    border: 2px solid #7096e1;
    width: 103px;
    height: 91px;
    border-radius: 20px;
    margin-bottom: 17px
}

.why-choose-us {
    margin-top: 42px
}

.why-choose-us .finix-text h2 {
    font-weight: 500
}

.why-choose-us .ct-btn {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    font-size: 60px;
    background: #fff;
    position: absolute;
    top: 77%;
    right: 43%
}

.why-choose-us .ct-btn::before {
    content: "";
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background: #7091E6;
    border-radius: 50%;
    animation: choose 1.6s ease-out infinite
}

@keyframes choose {
    0%,
    30% {
        transform: scale(0);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .7
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

.why-choose-us .ct-btn a {
    color: #7091E6,
}

.feature {
    height: 350px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 35px 18px 25px 25px;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    border: 1px solid #7091E6;
    box-shadow: rgb(0 0 0 / .1) 0 4px 34px;
    border-radius: 16px;
    position: relative
}

.testimonial {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px
}

.testimonial-carousel .testimonial-item {
    padding: 30px
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 18px;
    transition: .5s
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFF
}

.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s
}

.team-item:hover {
    border-color: var(--secondary) !important
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important
}

footer {
    background: #425b8c;
    color: var(--lighter);
    padding: 2rem 0 2rem;
    position: relative;
    overflow: hidden
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary))
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem
}

.footer-column {
    position: relative;
    z-index: 1
}

.footer-column h3 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: var(--primary);
    border-radius: 3px
}

.footer-column p {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: .95rem
}

.footer-links {
    list-style: none;
    padding-left: 0
}

.footer-links li {
    margin-bottom: .75rem
}

.footer-links a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    display: inline-block;
    transition: var(--transition);
    position: relative;
    padding-left: 1rem
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: -5px;
    opacity: 0;
    transition: var(--transition);
    color: var(--primary)
}

.footer-links a:hover {
    color: #f1f1f1;
    padding-left: 1.5rem
}

.footer-links a:hover::before {
    left: 0;
    opacity: 1
}

.contact-info {
    margin-top: 1rem
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #fff
}

.contact-item i {
    margin-right: .75rem;
    color: #000;
    font-size: 1.1rem;
    margin-top: 3px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px
}

.contact-item span {
    font-size: .95rem;
    line-height: 1.5
}

.social-links {
    display: flex;
    gap: .3rem;
    margin-top: 1.5rem;
    flex-wrap: wrap
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: var(--transition);
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    text-decoration: none
}

.social-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primary), var(--primary-dark));
    opacity: 0;
    transition: var(--transition)
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md)
}

.social-link:hover::after {
    opacity: 1
}

.social-link i {
    position: relative;
    z-index: 1
}

.newsletter {
    margin-top: 1.5rem
}

.newsletter p {
    margin-bottom: 1rem
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem
}

.newsletter-input {
    flex: 1;
    min-width: 200px;
    padding: .85rem 1.25rem;
    border-radius: 50px;
    border: none;
    background: #fff;
    color: var(--lighter);
    font-size: .95rem;
    transition: var(--transition)
}

.newsletter-input::placeholder {
    color: var(--gray)
}

.newsletter-input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px var(--primary-light)
}

.newsletter-btn {
    padding: .85rem 1.75rem;
    border-radius: 50px;
    border: none;
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-size: .95rem;
    flex-shrink: 0
}

.newsletter-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm)
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgb(239 237 237 / .1);
    color: #fff;
    font-size: .85rem
}

.copyright a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition)
}

.copyright a:hover {
    color: var(--primary);
    text-decoration: underline
}

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md)
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-5px)
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer-column {
    animation: fadeIn 0.6s ease forwards
}

.footer-column:nth-child(1) {
    animation-delay: 0.1s
}

.footer-column:nth-child(2) {
    animation-delay: 0.2s
}

.footer-column:nth-child(3) {
    animation-delay: 0.3s
}

.footer-column:nth-child(4) {
    animation-delay: 0.4s
}

@media (max-width:992px) {
    .container {
        padding: 0 1.5rem
    }
    .footer-grid {
        gap: 2rem
    }
}

@media (max-width:768px) {
    footer {
        padding: 3rem 0 2rem
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
    .newsletter-form {
        flex-direction: column
    }
    .newsletter-input,
    .newsletter-btn {
        width: 100%
    }
}

@media (max-width:576px) {
    .footer-grid {
        grid-template-columns: 1fr
    }
    .footer-column h3::after {
        width: 40px
    }
}

.logo-container-section {
    display: flex;
    justify-content: center;
    align-items: center
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    border-radius: 10px;
    justify-content: center
}

.logo-container img {
    max-width: 100%;
    height: 40px !important;
    object-fit: contain;
    display: block
}

@media (max-width:1024px) {
    .logo-container {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media (max-width:768px) {
    .logo-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:480px) {
    .logo-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px
    }
}

.newsletter {
    position: relative;
    z-index: 1
}

.footer {
    position: relative;
    margin-top: -110px
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFF;
    border-radius: 35px;
    transition: .3s
}

.footer .btn.btn-social:hover {
    color: var(--primary)
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgb(256 256 256 / .1)
}

.footer .copyright a {
    color: var(--light)
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgb(255 255 255 / .3)
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.bg-banner {
    background-image: url(https://dreamzandclouds.wordpress.com/wp-content/uploads/2013/12/835bb25f8df8abb0f512d173baed5c0f.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px
}

.bg-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    bottom: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
    }
    80% {
        box-shadow: 0 0 0 14px #fff0
    }
}

.btn-whatsapp-pulse-border {
    bottom: 143px;
    right: 10px;
    animation-play-state: paused
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 2px solid #25d366;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }
    75% {
        padding: 30px;
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.btn-call-pulse {
    background: #2533d3;
    color: #fff;
    position: fixed;
    bottom: 40px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse-call;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999
}

@keyframes pulse-call {
    0% {
        box-shadow: 0 0 0 0 rgb(74 122 217 / .5)
    }
    80% {
        box-shadow: 0 0 0 14px #fff0
    }
}

.btn-call-pulse-border {
    bottom: 208px;
    right: 10px;
    animation-play-state: paused
}

.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 2px solid #597fd8;
    opacity: .75;
    animation-name: pulse-border-call;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}

@keyframes pulse-border-call {
    0% {
        padding: 25px;
        opacity: .75
    }
    75% {
        padding: 30px;
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.contact-address-area {
    position: relative;
    display: block;
    background: #fff;
    padding: 100px 0 120px
}

.contact-address-area .sec-title-style1.max-width {
    padding-bottom: 72px
}

.contact-address-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

.single-contact-address-box {
    position: relative;
    display: block;
    background: #f1f1f1;
    padding: 85px 30px 77px
}

.single-contact-address-box .icon-holder {
    position: relative;
    display: block;
    padding-bottom: 24px
}

.single-contact-address-box .icon-holder span:before {
    font-size: 75px
}

.single-contact-address-box h3 {
    color: #000;
    margin: 0 0 9px
}

.point {
    text-align: left
}

.single-contact-address-box h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 19px
}

.single-contact-address-box a {
    color: #fff
}

.single-contact-address-box.main-branch {
    background: #7091E6;
    padding: 53px 10px 51px;
    margin-top: -20px;
    margin-bottom: -20px
}

.single-contact-address-box.main-branch h3 {
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 38px;
    text-transform: uppercase;
    text-align: center
}

.single-contact-address-box.main-branch .inner {
    position: relative;
    display: block
}

.single-contact-address-box.main-branch .inner ul {
    position: relative;
    display: contents;
    overflow: hidden
}

.single-contact-address-box.main-branch .inner ul li {
    position: relative;
    display: block;
    padding-left: 110px;
    border-bottom: 1px solid #737373;
    padding-bottom: 23px;
    margin-bottom: 24px
}

.single-contact-address-box.main-branch .inner ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.single-contact-address-box.main-branch .inner ul li .title {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    border-bottom: 2px solid #7091E6
}

.single-contact-address-box.main-branch .inner ul li .text {
    position: relative;
    display: block
}

.single-contact-address-box.main-branch .inner ul li .text p {
    color: #131313;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0
}

.contact-info-area {
    position: relative;
    display: block;
    background: #fff
}

.contact-form {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 3px 8px 2px #ededed;
    box-shadow: 0 3px 8px 2px #ededed;
    z-index: 3
}

.contact-form .sec-title-style1 {
    position: relative;
    display: block;
    padding-bottom: 30px
}

.contact-form .text-box {
    position: relative;
    display: block;
    margin-top: 19px;
    width: 50%
}

.contact-form .text p {
    color: #848484;
    line-height: 26px;
    margin: 0
}

.contact-form .inner-box {
    position: relative;
    display: block;
    background: #fff
}

.contact-form form {
    position: relative;
    display: block
}

.contact-form form .input-box {
    position: relative;
    display: block
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding-left: 19px;
    padding-right: 15px;
    border-radius: 0;
    margin-bottom: 20px;
    transition: all 500ms ease
}

.contact-form form textarea {
    height: 130px;
    padding-left: 19px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 15px
}

.contact-form form input[type="text"]:focus {
    color: #222;
    border-color: #d4d4d4
}

.contact-form form input[type="email"]:focus {
    color: #222;
    border-color: #d4d4d4
}

.contact-form form textarea:focus {
    color: #222;
    border-color: #d4d4d4
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #848484
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #848484
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #848484
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #848484
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #848484
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #848484
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #848484
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #848484
}

.contact-form form button {
    position: relative;
    display: block;
    width: 100%;
    background: #7091E6;
    border: 1px solid #7091E6;
    color: #fff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer
}

.contact-form form button:hover {
    color: #fff;
    background: #131313
}

.timeline {
    background: rgb(255 255 255 / .1);
    line-height: 1.4em;
    padding: 1em;
    list-style: none;
    text-align: left;
    border-radius: .5em
}

.event {
    min-width: 20em;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / .05);
    padding: 15px 15px 5px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    font-weight: 400;
    line-height: 18px
}

.day {
    width: max-content;
    flex-shrink: 0;
    padding: 3px 12px;
    border-radius: 20px;
    background: #7091E6;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #fff
}

.timeline .event .member-parameters {
    display: none;
    border-top: 1px solid #e0e0e0;
    padding: 15px 0;
    line-height: 23px
}

.timeline .event:last-of-type .member-location,
.timeline .event:last-of-type .member-parameters {
    display: block
}

.member-infos {
    text-align: left;
    position: relative
}

.member-infos>h1 {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    cursor: pointer
}

.member-location a:before {
    margin-right: 5px
}

.member-location {
    text-indent: 2px
}

.contentt-boxx {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    margin: auto;
    z-index: 999
}

.read-more {
    color: #ff9a02;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none
}

.read-more:hover {
    text-decoration: underline
}

@media (max-width:768px) {
    .content-box {
        padding: 15px;
        max-width: 90%
    }
    .read-more {
        font-size: 14px;
        padding: 8px 12px
    }
}

@media (min-width:768px) {
    .trip-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgb(0 0 0 / .1);
        transition: transform 0.3s ease;
        height: 42vh;
        width: 100%;
        color: #f8f9fa
    }
}

@media (min-width:1024px) {
    .trip-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgb(0 0 0 / .1);
        transition: transform 0.3s ease;
        height: 68vh;
        width: 100%;
        color: #f8f9fa
    }
}

.trip-card:hover {
    transform: scale(1.03)
}

.trip-img {
    width: 100%;
    height: 500px;
    object-fit: cover
}

.trip-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgb(0 0 0 / .8), #fff0);
    color: #fff
}

.trip-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #f8f9fa !important
}

.price-tag {
    position: absolute;
    top: 10px;
    background: #ff9a02;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    font-size: 10px
}

.recommended {
    background: #ff9a02;
    padding: 0 10px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px
}

.fa-star {
    font-size: 10px
}

@media (max-width:768px) {
    .trip-content {
        padding: 10px
    }
    .trip-img {
        height: 440px
    }
}

.faq_3 .container-block {
    min-height: 55px;
    height: fit-content;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px
}

.faq_3 .text-blk {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 25px
}

.faq_3 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    justify-content: flex-start
}

.faq_3 .answer-box {
    max-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: max-height
}

.faq_3 .faq.active .openimg {
    transform: rotate(180deg)
}

.faq_3 .openimg {
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-property: transform
}

.faq_3 .faq.active .answer-box {
    max-height: 550px
}

.faq_3 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial
}

.faq_3 .responsive-container-block.container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.faq_3 .responsive-container-block.faqheading-bg {
    background-color: #f6a72e;
    height: 300px;
    flex-direction: column;
    text-align: center;
    color: #fff;
    align-items: center
}

.faq_3 .text-blk.faq-heading {
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    margin-top: -30px;
    margin-right: 0;
    margin-bottom: 28px;
    margin-left: 0
}

.faq_3 .text-blk.faq-subhead {
    max-width: 650px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 28px;
    margin-left: 0
}

.faq_3 .input {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: inset;
    border-right-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    height: 45px;
    width: 100%;
    font-size: 15px;
    padding-top: 1px;
    padding-right: 24px;
    padding-bottom: 1px;
    padding-left: 24px
}

.faq_3 .input-box {
    background-color: #fff;
    max-width: 550px;
    width: 100%;
    height: 45px;
    display: flex;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.faq_3 .search-btn {
    height: 45px;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    cursor: pointer
}

.faq_3 .heading-content {
    margin-top: 100px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.faq_3 .form-box {
    float: none;
    display: flex;
    justify-content: center
}

.faq_3 .responsive-container-block.dropdown-container {
    background-color: #fff;
    max-width: 850px;
    box-shadow: rgb(0 0 0 / .05) 0 4px 20px 7px;
    height: auto;
    flex-direction: column;
    display: block;
    margin-top: -120px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto
}

.faq_3 .search-svg {
    width: 20px;
    height: 20px
}

.faq_3 .responsive-container-block.dropdown-container-wrapper {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px
}

.faq_3 .text-blk.faq-head2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 60px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px
}

.faq_3 .faq {
    display: block;
    flex-direction: column;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaa;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0
}

.faq_3 .faq-question-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.faq_3 .text-blk.faq-questions {
    color: #525252;
    font-size: 18px
}

.faq_3 .text-blk.faq-answer {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    color: #9c9c9c;
    font-size: 19px;
    line-height: 28px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.faq_3 .faq-question-container:hover {
    cursor: pointer
}

@media (max-width:1024px) {
    .faq_3 .text-blk.faq-answer {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .faq_3 .responsive-container-block.faqheading-bg {
        padding-top: 0;
        padding-right: 30px;
        padding-bottom: 0;
        padding-left: 30px
    }
    .faq_3 .text-blk.faq-heading {
        font-size: 40px;
        line-height: 42px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0
    }
    .faq_3 .text-blk.faq-subhead {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0
    }
    .faq_3 .text-blk.faq-head2 {
        font-size: 38px
    }
    .faq_3 .text-blk.faq-questions {
        font-size: 22px
    }
    .faq_3 .text-blk.faq-answer {
        font-size: 18px
    }
    .faq_3 .text-blk.faq-questions {
        font-size: 20px
    }
    .faq_3 .text-blk.faq-answer {
        font-size: 16px;
        line-height: 23px
    }
}

@media (max-width:500px) {
    .faq_3 .responsive-container-block.dropdown-container-wrapper {
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px
    }
    .faq_3 .text-blk.faq-heading {
        font-size: 38px
    }
    .faq_3 .heading-content {
        margin-top: 60px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .faq_3 .text-blk.faq-subhead {
        font-size: 18px
    }
    .faq_3 .text-blk.faq-head2 {
        font-size: 30px;
        line-height: 46px;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: 0
    }
    .faq_3 .container-block {
        padding-top: 10px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px
    }
    .faq_3 .faq-question-container {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 0
    }
    .faq_3 .text-blk.faq-questions {
        font-size: 19px
    }
    .faq_3 .text-blk.faq-answer {
        font-size: 16px;
        line-height: 22px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
    .faq_3 .responsive-container-block.dropdown-container {
        margin-top: -100px;
        margin-right: 0;
        margin-bottom: 100px;
        margin-left: 0
    }
}

.body-wrapper {
    padding-top: 110px !important
}

@media (max-width:414px) {
    .body-wrapper {
        padding-top: 127px !important
    }
}

.body-wrap {
    padding-top: 92px !important
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%
}

.image-container img {
    width: 100%;
    height: auto;
    display: block
}

.image-container .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgb(0 0 0 / .7)
}

@media screen and (min-width: 1366px) and (max-width: 1500px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 9px;
    }
}

@media screen and (min-width: 1520px) {
    .navbar-dark.navbar .navbar-nav .nav-link {
        margin-right: 29px !important;
    }
}