:root {
    --theme-default-color: #0A82A7!important;
}
.yellow-text {
    color: var(--theme-default-color);
}
.hero-cta-btn:hover{
    background-color: var(--theme-default-color);
    color: #fff;
}
.youtube-play-btn{
    color: var(--theme-default-color);
}
.video-highlight-box:hover .youtube-play-btn{
    background-color: var(--theme-default-color);
}
.hotel-info{
    background-color: var(--theme-default-color);
}
.sightseeing-loc-btn:not(.active):hover{
    color: var(--theme-default-color);
}
.itinerary-section-img{
    margin-top: 30px;
}
.itinerary-day-btn.active{
    background-color: var(--theme-default-color);
}
.lead-submit-btn{
    background-color: var(--theme-default-color);
}
.satisfac-book-btn{
    background-color: var(--theme-default-color);
    color: #fff;
}
.rev-client-initials{
    background-color: var(--theme-default-color);
}
.rev-box{
    background-color: var(--theme-default-color);
}
#reviews_carousel .owl-nav button{
    color: var(--theme-default-color)!important;
}
.faq-item.open .faq-ques{
    border-bottom: 1px solid var(--theme-default-color)!important;
}
.faq-item{
    border-top: 2px solid var(--theme-default-color)!important;
}
.nav-item:hover .nav-link, .nav-item .nav-link.dropdown-toggle.show, .nav-item .dropdown-item:hover{
    color: var(--theme-default-color)!important;
}
.dropdown-link:hover, .dropdown-link.show{
    color: var(--theme-default-color)!important;
}
.footer .footer-list li a:hover, .footer-contact a:hover p, .footer-contact a:hover, .footer-primary a{
    color: var(--theme-default-color)!important;
}

.light-beige-bg {
    background-color: #f7fdff;
}
.single-service-box{
    background-color: #f7fdff;
}
.itinerary-day-btn:not(.active):hover{
    color: var(--theme-default-color);
}
.footer-primary{
    background-color: #e7f5fa;
}
.entertainment-box-inner{
    background-color: #ecfaff;
}
.itinerary-day-btn{
    background-color: #ebfaff;
}

.highlighted-text{
    background: linear-gradient(to right, #91b820 0%, #b5df38 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title .object-1{
    width: 79px;
    top: -39px;
    left: -29px;
    transform: rotate(-35deg);
}
.hero-left-section .element-2{
    bottom: 0;
}
.video-section .object-4{
    width: 85px;
}
.video-section .object-3{
    width: 110px;
}
.activities-section .element-5{
    bottom: 0;
    right: 5px;
    width: 400px;
    transform: none;
}
.entertainment-section .object-12{
    left: 10px;
    top: -85px;
    width: 350px;
}
.entertainment-section .object-13{
    width: 130px;
}
.satisfac-box{
    background-color: #f7fdff;
}
.highlighted-text{
    background: linear-gradient(to right, #0a82a7 0%, #57b4d1 100%)!important;
    background-clip: border-box!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.services-section .object-9{
    left: -20px;
    bottom: 0;
    width: 350px;
    opacity: 1;
}
.hotels-section-container .object-11{
    width: 120px;
    top: -55px;
    left: unset;
    right: -30px;
}
.faqs-section{
    overflow: hidden;
}
.faqs-section .object-17{
    position: absolute;
    bottom: -35px;
    left: -25px;
    width: 220px;
}
.artists-section .object-16 {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 315px;
}
.flights-section{
    position: relative;
}
.flights-section .object-19{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
}
.why-section {
    position: relative;
}
.why-section .object-18{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 350px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .hero-title .object-1{
        width: 67px;
        top: -34px;
        left: -26px;
    }
    .activities-section .element-5{
        width: 350px;
    }
    .entertainment-section .object-12{
        width: 310px;
    }
    .entertainment-section .object-13{
        width: 115px;
    }
    .artists-section .object-16{
        width: 290px;
    }
    .why-section .object-18{
        width: 320px;
    }
    .faqs-section .object-17{
        width: 195px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-title .object-1{
        width: 64px;
        top: -35px;
        left: -26px;
    }
    .video-section .object-3{
        width: 90px;
    }
    .video-section .object-4{
        width: 60px;
    }
    .services-section .object-9{
        width: 280px;
    }
    .hotels-section-container .object-11{
        width: 100px;
    }
    .activities-section .element-5{
        width: 280px;
    }
    .entertainment-section .object-12{
        width: 270px;
    }
    .entertainment-section .object-13{
        width: 100px;
    }
    .artists-section .object-16{
        width: 270px;
    }
    .flights-section .object-19{
        width: 130px;
    }
    .why-section .object-18{
        width: 290px;
    }
    .faqs-section .object-17{
        width: 170px;
    }
}

@media (max-width: 576px){
    .hero-title .object-1{
        width:55px;
        top: -29px;
        left: -23px;
    }
    .video-section .object-3{
        width: 70px;
    }
    .video-section .object-4{
        width: 45px;
    }
    .services-section .object-9{
        width: 180px;
    }
    .hotels-section-container .object-11{
        width: 70px;
        top: -44px;
        right: 5px;
    }
    .activities-section .element-5{
        width: 175px;
        right: 0;
    }
    .entertainment-section .object-12{
        width: 150px;
        top: -55px;
        left: 5px;
    }
    .entertainment-section .object-13{
        width: 70px;
    }
    .artists-section .object-16{
        width: 150px;
        left: 7px;
    }
    .flights-section .object-19{
        width: 95px;
    }
    .why-section .object-18{
        width: 190px;
    }
    .faqs-section .object-17{
        width: 138px;
        bottom: -95px;
    }
}




















