/* body font stye */
p {
        font-family: 'Elviante',  serif !important;
    word-spacing: 2px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    a,
    label,
    button 
        {
        font-family: 'Lora', serif !important;
    }

html,
body {
    overflow-x: hidden !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*===== header =====  */    
.active-menu {
    /* color: #f50b9bdc !important; */
    /* your highlight color */
    border-bottom: 3px solid  #f505e1 !important;
             /* border-bottom: 3px solid  #f50511 !important; */
}

header {
    position: fixed;
    width: 100%;
    z-index: 3;
    }


header a {
    color: #022352 !important;
    transition: color 0.3s ease;
}

header.active a {
    color:#022352;
}

header.active {
    background-color: white;
    color: #022352;
    transition: 0.3s ;
}

header.active img{
    height: 60px;
}

.navbar-toggler-icon {
    filter: invert(1);
}

header.active .navbar-toggler-icon {
    filter: brightness(0);
}


.logo {
    transition: 0.5s ease-in-out;
}

header {
    transition: 0.5s ease-in-out;
}
header .nav-item .btn {
    background-color: rgb(121, 89, 48);
    color: white !important;
    border-bottom: none !important ;
}

header .logo {
    height: 100px ;
    width: auto;
    padding-left: 30px;
}

.navbar-nav a {
    text-decoration: none;
        color:#022352!important ;
        
}
header .navbar{
    background-color: white !important;
}
header.active,
.navbar-nav a {
    text-decoration: none;
    color: #022352;
}

.navbar-collapse.show a {
    margin: 0 !important;
    color: black !important;

}

header .offcanvas-end {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    color: inherit;

}







/* index text */

.hometext {
    position: relative;
    /* background-color:; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.479), rgba(0, 0, 0, 0.178)),
     url(../images/homebanner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    z-index: 0;
        margin-top: 90px;
}

.homebtn {
    z-index: -1;
}

#loginform{
    margin-top: 5% !important;
    background-color: rgba(0, 0, 0, 0.514);
}
#loginform button{
    border: double  white 4px !important;
    background-color:#030d1b !important;
} 
/* immersive */

#immersive {
    margin-bottom: 5% !important;
}
 #immersive p{
    text-align: justify;
 }
#immersive img {
    height: 350px;
    width: 100%;
}
#immersive a{
    background-color: rgb(121, 89, 48);
}

/* video */




#villas {
    margin-top: 3%;
    margin-bottom: 5%;
}

.modal-dialog .btn{
    background-color: rgb(121, 89, 48) !important;
    color:white!important;
    border: none;
}



/* our best villa */
#villasrow img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.img-dark {
    filter: brightness(60%);

}

/* facilities */
#facilities .card{
    background-color: rgba(102, 75, 26, 0.87);
    color: white;
}
#facilities .card:hover{
    box-shadow: 0px 0px 10px rgb(0, 0, 0);


}
#facilitiescarousel .item{
 padding: 5%;
 text-align: justify;
 align-items: center;

}

/* guest say */


#guest_say h1 {
    margin-bottom: 3%;
}

#guestcarousel .item img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
}



.guestbody {
    background-color: white;
    border-radius: 5px;
}

#guest_say {
    background-color:rgb(168, 135, 91);
}
#guest_say .card{
    background-color: transparent;
}
    

/* book your stay */
#bookyour {
color: black !important;
}
        
#bookyour button {
    border: 2px solid rgb(129, 103, 53);
    color: rgb(129, 103, 53);
}

/* homepage whatsapp */
.whatsapp_float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: transform .2s ease;
}
.whatsapp_float:hover { transform: scale(1.06); }

.whatsapp_icon {
  width: 34px;
  height: 34px;
  filter: invert(1); /* if using monochrome svg, make it white */
}

/* footer */
.imgfooter img {
    height: 80%px !important;
    width: 80%px;
    /* adjust size */
    /* crops nicely */
    /* optional */
}

#footerlogo img {
    margin-right: 20px;
    height: 80px;
    width: auto;
    margin-bottom: 20px;
}

#footera a {
    text-decoration: none;
    color: white;
}
#footerlogo p{
    text-align: justify !important;
}

#footer {
    color: white;
    /* background-color: #040114; */
    background-color: #040114;
        
}



/* footernav */

#footer-nav {
    background-color: #040113;
}

#footer-nav h6 {
    color: white;
}



/* about page  */
.abouttext {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.411), rgba(0, 0, 0, 0.39)),
        url(../images/aboutbanner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    position: relative;
    z-index: -1;
    margin-top: 90px;
}


/* about page numbers */
#aboutnumbers {
    /* background-color: rgb(13, 11, 46); */
    background-color: rgb(87, 8, 70);
    color: white;

}
#aboutnumbers .circle{
/* border-top: 3px solid rgb(251, 255, 0);
    border-radius: 80px; */
    height: 150px;
    width: 150px;
    /* makes it a circle */
        position: relative;
}

.circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border-top: 3px groove rgb(212, 209, 10);
    
    /* highlight color */
    
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* about content */
#aboutcontent p{
text-align: justify;
    text-align-last: center;
}
#aboutcontent {
    margin-top: 5%;
    margin-bottom: 5%;
}

/* our misssion */
.ourmission1 img {
    height: 150px;
    width: 150px;
}

.ourmission2 img {

    height: 300px;
    width: auto;
}

#ourmission {
    margin-bottom: 4%;
}

/* featured facilities cards */
#featured {
    background-color: rgb(250, 235, 215);
}

#featuredcard .card:hover {
    box-shadow: 5px 5px 10px gray;
    border-radius: 5px;
}

#featuredcard {
    margin-bottom: 3%;
}

/* carousel */
#aboutguestsay h1 {
    margin-bottom: 4%;
}

#aboutguestcarousel .item img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
}

#aboutguestcarousel .item {
    transition: ease;
}

#aboutguestcarousel .item:hover {
    opacity: 1;

    transition: ease;

}

#aboutguestcarousel .card-body {
    background-color: white;
    box-shadow: 5px 5px 10px gray;
    border-radius: 5px;
}

#aboutguestsay {
    background-color: rgb(168, 135, 91);
}

#aboutguestcarousel .card {
    background-color: transparent;
}

#aboutguestcarousel h4 {
    color: white;
}

#aboutcarousel {
    padding-top: 4%;
    padding-bottom: 3%;
}

/* book your stay */
#bookstay button {
    border: 2px solid rgb(129, 103, 53);
    color: rgb(129, 103, 53);

}

#bookstay {
    margin-bottom: 2%;
}



/*                       villa page        */

.villatext {
    /* background-image: url(../images/facilitiesbackground.png); */
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0.219)),
        url("../images/villabanner.png");
margin-top: 90px;
        background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    position: relative;
    z-index: -1;

}

#villa {
    margin-bottom: 6%;
}

/* duplex villa 3 */

#duplexvilla3 {
    margin-bottom: 6%;
}

#duplexvilla3 p {
    padding: 10px;
    font-size: small;
}

#atag a {
    text-decoration: none;
    color: black;
}

#atag img {
    height: 30px;
    margin-top: 2%;
    width: auto;
}

#duplexvilla3 .btn {
    background-color: rgb(129, 103, 53);
    color: white;
    border: 0;
}

#modalformail .dropdown-menu {
    width: 400px;
}

/* duplex villa  4 */

#duplexvilla4 {
    margin-bottom: 6%;
}



#duplexvilla4 p {
    padding: 10px;
    font-size: small;
}


#a4tag img {
    height: 30px;
    margin-top: 2%;
    width: auto;
}

#duplexvilla4 a {
    text-decoration: none;
    color: black;
}

#duplexvilla4 .btn {
    background-color: rgb(129, 103, 53);
    color: white;
    border: 0;
}

.duplex3img {
    background-image: url(../images/duplex3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px !important;
    width: auto;
}



/*                           facilities          */

.facilitiestext {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0.219)),
        url("../images/faci&vil.\ \(1\).png");
    margin-top: 90px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    position: relative;
    z-index: -1;

}

#facilitieshome {
    margin-bottom: 5%;
}

.sevencards {
    margin-bottom: 3%;
}

#sevenstones .card img {
    width: auto;
    height: 250px;
    border-radius: 0%;
}

#sevenstones .card-body {
    background-color: rgb(250, 250, 235);
    box-shadow: 2px 2px 5px gray;
    border: 0.5px solid rgba(121, 93, 40, 0.425);
}

#sevenstones .card-body h5 {
    color: rgba(139, 81, 47, 0.822);
}

#sevenstones .card-body:hover {
    box-shadow: 5px 5px 15px gray;
    background-color: whitesmoke;
    border: 0.5px solid rgba(121, 92, 40, 0.829);
}

#sevenstones {
    margin-bottom: 5%;
}

/* Gallery */


.gallerytext {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.322), rgba(0, 0, 0, 0.315)), url(../images/gallerybanner.png);
            margin-top: 90px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    position: relative;
    z-index: -1;

}

#gallery {
    margin-bottom: 5%;
}

#tabimages {
    margin-bottom: 2%;
}

/* gallery for carousel */

#gallerycarousel .item iframe {
    height: 230px;

}

#galleryvideo {
    padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 3%;
    margin-bottom: 2%;
}

#sec.gel.carousel {
    background-color: rgba(250, 235, 215, 0.938);
}

/* contact us */

.contacttext {

    background-image:
        linear-gradient(rgba(0, 0, 0, 0.438), rgba(0, 0, 0, 0.432)),
        url(../images/contactbanner.png);
        margin-top: 90px;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: auto;
    color: white;
    padding: 0%;
    position: relative;
    z-index: -1;

}


#contactform textarea {
    height: 150px;
}

#contactform .btn {
    color: white;
    background-color: rgb(104, 83, 30);
}

/* col-2 */
#flexbg .col-9 {
    background-color: white;
    border-radius: 10px;
}

#formcol-2 i {
    font-size: 50px;
    color: rgb(104, 83, 30);
}

#contactform {
    margin-bottom: 5%;
    background-color: rgba(250, 235, 215, 0.685);
}

/* contact map */
iframe {
    height: 450px;
    width: 100%;
    margin-bottom: 5%;
}