:root {
    --font-thin: 100;
    --font-regular: 200;
    --font-semibold: 400;
    --font-bold: 600;

    --primary: limegreen;
    --secondary: limegreen;
    --light: #F5F5F5;
    --dark: #14141F;
    --light-gray: #F3F3F3;
}

body {
    font-size: 18px !important;
}

a {
    color: #fff !important;
}

a:hover {
    color: var(--primary) !important;
}

.main-cta-continer{
     width: 100%;    
}

.btn.main-cta {
    color: #fff;
    margin-top: 50px;
    padding: 15px 55px;
    background-color: limegreen;
    font-weight: bold;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.btn.main-cta:hover {
    transition: 0.5s;
    background-color: #000000;
    color: #fff;
}

.btn-gray {
    background-color: var(--light-gray);
    height: 50px !important;
}

/* Book Now Buttons */
.book-now-md {
    transition: 0.5s;
    position: absolute;
    bottom: 30px;
    padding: 15px 35px !important;
    border: none;
    outline: none;
    background-color: #000000;
    color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}


.book-now-md:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #000000;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 50px;
    right: 60px;
    left: 60px;
    z-index: 1010;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.white-nav {
    color: #fff;
    background-color: rgba(255, 255, 255, 1.0) !important;
}


.sticky-navbar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.2s;
}

/*** Hero Header ***/
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5) !important;
}

.hero .static-content {
    top: 50px;
}

.text-primary {
    color: limegreen !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: limegreen !important;
}

.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: normal;
    border-radius: 0px;
}

.activity-location {
    width: 100%;
}

.section-title {
    font-weight: 600;
    color: limegreen;
}

.section-subtitle {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.section-subtitle::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: limegreen;
}

.btn.btn-primary {
    background-color: black;
    text-color: white;
}

.primary {
    color: limegreen !important;
}

@media (max-width: 768px) {
    .navbar {
        border-radius: 0 !important;
        transition: 0.3s;
        top: 0px;
        right: 0px;
        left: 0px;
    }

    .white-nav {
        color: black;
        background-color: rgba(255, 255, 255, 1.0) !important;
    }
    
    
    .full-view {
        height: 100% !important;
    }
    
      .activity-location{
        display: none !important;    
    }
        
    .day{
        width: 100% !important;    
    }
    
}

@media (max-width: 399px) {

    .slider .col-lg-8 {
        text-align:  center !important;
        height: inherit !important;
    }
     .logo-icon {
        height: 25px ;
    } 
    
    .logo {
        font-size: 22px !important;    
    }

    .slider-title {
        font-size: 26px !important;
    }
    
    .slider-subtitle {
        font-size: 26px !important;
    }

    .main-cta{
        margin: unset !important;
    }

    
}


body {
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow-x: hidden;
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    height: 350px;
    border-radius: 20px;
    background-color: limegreen;
}

.content::-webkit-scrollbar-track {
    margin-top: 80px;
    background-color: transparent;
}

.full-view {
    height: 100vh;
}

/* Card --Destinations */
.card {
    position: relative;
    width: 300;
    height: 400px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toggles {
    position: absolute;
    top: 30px;
    display: flex;
}

.toggle {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

/*   Activities   */
.circular-icon {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.circular-container {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.circular-icon:hover {
    background-color: limegreen;
    cursor: pointer;
    color: #fff;
}

/* Booking form */
.special-request-container {
    position: relative;
}

.special-request-container #message {
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    color: white;
    border-radius: 26px;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.special-request-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 12px 45px;
}

.booking {
    position: relative;
}

.booking input,
.booking select {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.08);
    border: none;
    color: white;
    border-radius: 50px;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.booking label {
    padding-left: 45px;
    color: #fff;
}

/* Team */
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: black !important;
    border-radius: 20px;
    border-bottom: 1px solid black;
}

.team-item .btn:hover {
    color: var(--primary) !important;
}

.team-item:hover img {
    transform: scale(1.1);
}

/* Package Item */
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: 450px;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.package-item img {
    transition: .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-item:hover img {
    transform: scale(1.1);
}

.location-price {
    position: absolute;
    z-index: 1000;
    top: 40px;
}

.location-price .price {
    background-color: rgba(255, 255, 255, 0.8);
    width: 120px;
    padding: 10px;
}

/* Package Item Carousel */
.package-item.carousel-item {
    height: 450px;
    border-radius: 16px;
}

.package-item.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
}

.package-item .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    margin: 0 2px;
    padding: 0;
    z-index: 1900;
}

.package-item .carousel-indicators .active {
    background-color: limegreen;
}

.carousel-inner {
    position: relative;
}

.package-item .static-content {
    width: 100%;
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.package-item .destination .location {
    color: #fff;
    margin-top: 40px;
}

.package-item .discover-btn-container {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.package-item:hover .discover-btn-container {
    opacity: 1;
}

/* Services Start */
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
    transition: .5s;
    height: 350px;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/* Testimonial */
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }

    .white-nav {
        background-color: rgba(255, 255, 255, 1.0) !important;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
    height: 350px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/* Footer Start */
.footer-brand {
    position: relative;
    display: inline-block;
}

.footer-brand::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.footer ul {
    padding: 0;
}

.footer a {
    text-decoration: none;
    color: white;
    padding-left: 0;
}

.footer .newsletter {
    position: relative;
    left: 0;
    width: 80%;
    height: 100%;
}

.footer .newsletter label {
    padding-left: 45px;
    background-color: none;
    border: none;
}

.form-floating:focus {
    box-shadow: 0 0 0 0.25rem limegreen !important;
    border: 5px solid limegreen !important;
    outline: 5px solid limegreen !important ;
}


.form-floating > input + label::after {
    background: transparent !important;
    color: white;
}

.form-floating>.form-select~label::after {
    background-color: transparent;
}

.form-floating>.form-select option {
    padding: 15px;
    background-color: #fff;
    color: black;
}

.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~labell {
    background-color: transparent;
    color: white;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.footer .newsletter input {
    padding-left: 42px;
    padding-right: 90px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    border-radius: 50px;
}

.footer .newsletter .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background-color: black;
    border: none;
    border-radius: 0 30px 30px 0;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

/* Signature */
.footer-signature {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-signature::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.back-to-top {
    color: #fff;
    background: var(--primary);
    position: fixed;
    display: none;
    right: 80px;
    bottom: 80px;
    border-radius: 50%;
    z-index: 99;
    padding: 20px 25px;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}
