
@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&display=swap');
/*  */

.page-header{
    height:105px !important;
    background-color:white !important;
    box-shadow: black 3px 2px 3px 2px black !important;
    border-bottom: rgba(255, 255, 255, 0.26) solid 1px;
}
.brand-cont{
    height:104px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: rgb(255, 255, 255) solid 65px;

}
.logo-box{
    align-self: center;
    width: 130px; 
    height: 100px; 
    z-index: 99;
    margin-left: 2%;
}
.logo-box img{
    width: 100%;
    height: 100%;
    object-fit: fill;
   }
.nav-topbar {
    height: 2rem;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: white;padding:20px 0;
    padding:2% 2%;
   border-bottom: 1px black solid;
}

.topbarbox-1 {
    display: flex !important;
    justify-content: start;
    padding-left: 0;
}
.topbarbox-4 {
    display: flex;
    align-items: center;

}

.topbarbox-5 {
    margin-left: auto;
    color:white;

}

.topbarbox-5 a{
    color:white;
}

.topbarbox-2 {
    display: flex !important;
    align-items: center;
    font-size: 1.2rem !important;
}

.topbarbox-2 p {
    font-size: 1.2rem;
}
.topbarbox-3 p {
    font-size: 1.2rem;
}

.topbarbox-3 {
    display: flex !important;
    align-items: center;
}

.topbarbox-3 p {
    font-size: 1rem;
}


.nav-bottom-bar{
    display: flex !important;
    align-items:center !important;
    padding:20px 0 !important;
    height: 63px;
    border-radius: 8px !important;
    margin-left:-1px
}
.rd-navbar-nav-wrap .rd-navbar-nav li a{
    color:black !important;
    font-weight: 700 !important;
    list-style: none;
    text-decoration: none;
   
}
.rd-navbar-nav{
    padding-top: 2%;
    width: 800px;
    display: flex;
    justify-content: space-around;
}


@media (max-width: 1200px) {
    .brand-cont{
       display: none !important;
    }
    .logo-box{
       display: none !important;
    }
    .page-header {
      margin-top:-18px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .brand-cont-mobile {
        display: none;
    }
}
  .rd-navbar-panel {
    position: relative;
    height:85px !important;
    padding-bottom:12px !important;
    padding-right: 10px;
}



.rd-navbar-toggle {
    position: absolute;
    top: 20px !important;
    left: 16px !important;
    border:#002514 solid;
    color: white !important;
}


.brand-cont-mobile {
    position: absolute;
    right: 10px;
    height: 72px;
    width: 85px !important;
    z-index: 9;
    top:0;
}
.logo-box-mobile {
   width: 85px !important;
   height: 72px;


}
.logo-box-mobile img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}



.carousel-item {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.315); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text .carousel-caption {
    position: relative; 
}



.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@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;
    }
}

.about-icon i{
    color: #F58C02;
}
.about-icon h2{
    color:#016237 !important;
    font-size:1.5rem !important;
    font-weight: bold;
}
.about-icon p{
    color: #F58C02;
}

.h-bnner-cta{
    max-width: 900px;
}
.h-bnner-cta h1{
    max-width: 900px;
    font-size:5rem;
}


.carousel-caption h1{
    color:white;
    text-shadow:2px 1px 5px black;
    font-size:5.5rem;
    font-family: "Beau Rivage", cursive !important;
}


.h-bnner-cta a{
    border:#F58C02 solid !important;
    background-color: #F58C02;
    color:white;
    font-size:1.2rem;
    text-decoration: none;
    padding:8px 25px !important;
    display: inline-block;
    margin:1%;
    font-family: 'Nunito', sans-serif !important;
}
.h-bnner-cta a:hover{
    border:#F58C02 1px solid !important;
    background-color:rgba(0, 0, 0, 0.411);
    color:white;
    font-size:1.2rem;
    text-decoration: none;
    padding:8px 25px !important;
    display: inline-block;
    margin:1%;

}


.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}
.datetimepicker-input{
    border: #006136 solid 1px !important;
    border-radius: 0px !important;

}
.availability_check .form-select-box{
    border: #006136 solid 1px !important;
    z-index: 99999;
    border-radius: 0px !important;
}
.av-search-btn{
    border:#F58C02 solid 1px;
    border-radius: 0px;
    background-color: #F58C02;
    color: white;
}
.av-search-btn:hover{
    border:#006136 solid 1px;
    color: #006136;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    background: url("/assets/images/cta-bg.jpeg") top center;
    background-size: cover;
    position: relative;
    padding:10% 0;
}
#hero p{
  color: white;
  text-shadow: 2px 4px 4px rgb(0, 0, 0);
}

#hero:before {
    content: "";
    background:rgba(0, 0, 0, 0.685);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    padding-top: 110px;
}
.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@media (max-width: 992px) {
    #hero .container {
        padding-top: 98px;
    }
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: green;
    /* font-family: "Poppins", sans-serif; */
}

#hero h1 span {
    color: orange;
}

#hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
}

#hero .btns {
    margin-top: 30px;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: green;
    border: 2px solid orange;
    background: rgba(245, 245, 245, 0.521);
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background:orange;
    color: #fff;
}

#hero .btn-book {
    margin-left: 15px;
}

#hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(orange 50%, rgba(238, 238, 236, 0.959) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    border: #002514 solid 2px;
}

#hero .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #002514;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(4, 41, 0);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
    border-left: 15px solid orange;
    transform: scale(20);
}

#hero .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
        
    }
}

@media (max-width: 992px) {
    #hero .play-btn {
        margin-top: 30px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }
    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
.specials{
    border:#016136 5px solid;
    background-color: #016136;
    padding:0 0 1% 0 !important;
}
.specials .container-fluid{
    border:#016136 5px solid;
    background-color: #016136;
    padding-top:2%;
    margin-top: 6%;

}

.specials .sec-heading h2{
    color:white !important;
}
.specials .sec-heading h2 span{
    color: #F58C02 !important;
}
.specials .sec-heading .sub-title{
    color: #F58C02 !important;
}

.main-showcase-nav{
    margin-bottom: 2% !important;
}
.nav-item {
    border:#002514 1px solid;
    background-color:#006136;
}
.nav-item a{
    color: white;
    border-radius: 2px !important;
    border: 0px !important;
}
.nav-item a:hover{
    color: #F58C02;
    border: 0px !important;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #F58C02 !important;
    color: white; 
}
.room-item{
    box-shadow: 1px 1px 2px 3px #01330759;
    background-color: white;
    padding-bottom:4%;
    border:#006136 1px solid;
}
.room-item-bottom{
    padding:0 4%;
}
.room-item h5{
    color:#002514;
}
.h-room-price{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-5%;
    position: relative;
    background-color:#006136;
    color:white;
    font-size:1.2rem;
    padding:5px;
    font-weight:bold;
    margin-left:22px;
    border-radius: 2px;
}
.ps-2 .fa-star{
 color:#F58C02;
 font-size:18px;
}
.home-thump-amenities .fa-bed{
    color: #006136 !important;
    font-size: 18px;
}
.home-thump-amenities .fa-bath{
    color: #006136 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-wifi{
    color: #006136 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-shower{
    color: #006136 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-coffee{
    color: #006136 !important;
    font-size: 18px;

}
.home-thump-amenities .fa-tv{
    color: #006136 !important;
    font-size: 18px;

}
.amenities-section-header h2{
    color: #006136;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 2rem;
    font-family: 'Nunito', sans-serif !important;
    text-align: start;
}
.amenities-section-header h2 span{
    color: #F58C02;
    font-family: 'Nunito', sans-serif !important;
}
/* ================================================= */
/* ----------------- Amenities Style --------------- */
/* ================================================= */
#amenities {
    position: relative;
    padding: 45px 0 15px 0;
    text-align: center;
}

#amenities.home-amenities {
    max-height: 100%;
    background-image: url(/assets/images/b-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

#amenities.home-amenities:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#amenities .container {
    position: relative;
    z-index: 1;
}

#amenities.home-amenities h2,
#amenities.home-amenities h3,
#amenities.home-amenities p {
    color: #ffffff;
}


#amenities .icons {
    margin-bottom: 30px;
}

#amenities .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}

#amenities h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #006136;
    font-weight: bold;
    font-size:1.5rem;
    font-weight: bold;
    font-family: 'Nunito', sans-serif !important;

}

.amenity .icons i{
color: #F58C02 !important;
font-size: 80px !important;
font-weight: 100 !important;
margin-bottom: 5px;
color: #006136;
}
.amenity .icons i:hover{
color:#F58C02 !important;
font-size: 80px !important;
font-weight: 200 !important;
margin-bottom: 5px;
}








/*--------------------------------------------------------------
# Rates
--------------------------------------------------------------*/
.inner-rates-cont{
    padding:1%;
}
table{
    width: 100%;
}


td{
    border:#F58C02 solid 1px !important;
    padding-left: 5px;
    font-size: 1.2rem;
}
.rates-to-note{
    padding-bottom: 5%;

}
.rates-to-note p{
    color: white;
    font-size: 1.2rem;
}
.rates-to-note h3{
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px;
    font-family: 'Nunito', sans-serif !important;
}
.rates-to-note h4{
    color:#006136;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    font-family: 'Nunito', sans-serif !important;
}
.rates-to-note ul li{
    list-style:inside;
    font-size: 1.2rem;
    line-height: 150%;
    color:black;
}

.tab-pane h3.rates-head{
    color: #006136;
    text-align: center;
    margin:5rem 0;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Nunito', sans-serif !important;
}
   















/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 1px solid #002514;
    border-bottom: 1px solid #002514;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
#hero h2{
    font-size: 50px !important;
    margin-bottom: 70px !important;
}
.why-shrub h4{
    color:#F58C02;
    font-weight: bold;
    font-size:1.5rem;
    font-weight: bold;
}
.why-shrub p{
 color:white !important;
}
.choose-icon{
    height: 75px;
    margin-bottom: 4%;
}
.choose-icon img{
   height: 100%;
   width: 100%;
   object-fit: contain;
}










/* Testimonial Slider Styles */
.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-item {
    text-align: center;
    padding: 20px;
    margin: 0 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial-item p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
}

.testimonial-item img {
    border-radius: 50%;
}

.testimonial-item h6 {
    color: #333;
    margin-bottom: 5px;
}

.testimonial-item small {
    color: #777;
}

/* Quote Icon Styles */
.fa-quote-right {
    color: #F58C02;
    font-size:1.4rem !important;
}

.reviews-txt{
    color: black;
    font-size:1.2rem !important;
    text-align: center !important;
}
.fa-quote-left{
    color: #F58C02;
    font-size:1.4rem !important;
}

 



.h-photo-box .main-element-button{
    margin-top:5%;
    font-size:1.2rem;
}






/* Responsive Styles */
@media (min-width: 992px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-carousel .testimonial-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.pac-main-box{
    box-shadow: 1px 1px 2px 3px #01330759;

}

.pac-box-mid {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);

}


.pac-inclusions ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pac-inclusions li {
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif !important;

}
.pac-inclusions h5 {
    margin-bottom: 10px;
    color:black;
    margin:1rem 0;
    font-size: 1.2rem;
    /* font-family: "Beau Rivage", cursive !important; */
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif !important;
}

.pac-price-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-top:1px #006136 solid;
    padding-top:5%;
}
.pac-box-mid h4{
 border-bottom: 1px solid;
 padding-bottom:5%;
 color: #006136;
 font-size: 2rem;
 font-family: "Beau Rivage", cursive !important;
 letter-spacing: 2px;
 font-weight: bold;
}
.top_details_four_item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.568); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding-top: 90% !important;
}

.overlay p
{
    margin: 0;
    color: white !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin:0 5%;
    font-size: 2rem;
    font-family: "Beau Rivage", cursive !important;
    text-shadow:1px 2px 4px black;
}
.overlay a {
    margin: 0;
    color: white !important;
    text-transform: capitalize;
}

.pac-price-box h5 {
    font-size: 24px;
    font-family: 'Nunito', sans-serif !important;
    margin: 0 0 10px;
}
.pac-price-box h4 {
    font-size: 1.4rem;
    font-family: 'Nunito', sans-serif !important;
    margin: 0 0 10px;
    color: #006136;
    font-weight: bold;


}
.pac-price-box h4 span{
    font-size: 14px;
    font-family: 'Nunito', sans-serif !important;
    margin: 0 0 10px;
    color:#F58C02;
}

.pac-box-mid a {
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #006136;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    font-family: 'Nunito', sans-serif !important;
    font-size: 1.2rem !important;
    padding: 8px 20px !important;
    margin-top:5%;

}
.pac-box-mid a:hover {
background-color: #F58C02 !important;
color: white;
font-size: 1.2rem !important;
}


.job-tittle{
    padding:4%;
    font-family: 'Nunito', sans-serif !important;
}
.job-tittle h5{
    font-family: 'Nunito', sans-serif !important;
}





/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */
/* ============================================= */

.contact-form-body .section-heading h3{
    margin-bottom:5rem;
    color:#006136;
    font-weight: normal;
    text-shadow: none !important;
    font-size: 3rem;
    font-family: 'Nunito', sans-serif !important;
}
.contact-form-body .section-heading h2 span{
    margin-bottom:5rem;
    color: #F58C02;
}
/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: -110px;
    padding-top: 180px;
}

.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 #FFFFFF;
    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: #FFFFFF;
    font-size: 1.2;
    font-weight: normal;
    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: 1.2rem;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
input[type="email"]::placeholder {
    color: black; 
    font-size: 1.2rem;
}