
/*color1: #0f6938;  green*/
/*color2: #b3a032;  yellow*/
/*color3: #050708;  black*/

*{
  color: #000;
  font-family: "Baloo Da 2", sans-serif;
}
html{
  scroll-behavior: smooth !important;
}
body{
  background: #fff;
  /*font-family: "Inter", sans-serif;*/
}

a{
  text-decoration: none;
  color: #65AEF2;
}
.fs-12{ font-size: 12px; }
.fs-24{ font-size: 24px; }
.fs-32{ font-size: 32px; }
.fs-64{ font-size: 64px; }
.text-one{ color: #65AEF2; }
.text-two{ color: #FF7E1D; }

.carousel-item img{

}
.carousel-caption h5{
  font-size: 64px;
  text-align: start;
  text-shadow: 0px 0px 10px black;
}
.footer-logo{
  width: 150px;
  height: auto;
}
.nav-link{
  font-size: 20px;
  color: #b3a032;
  /*text-shadow: 1px 1px 1px white;*/
  font-weight:bold;
}
.nav-link img{
  width: 66px;
  height: auto;
}
.navbar-brand img{
  width: 66px;
  height: auto;
}
.nav-item{
  padding: 0px 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #0f6938;
}
.nav-link:focus, .nav-link:hover {
  color: #0f6938;
}
.bookCard{
  background: #E9F3F6;
  border-radius: 2.5rem;
}
.btnBook{
  color: #fff;
  background: #0f6938;
  font-size: 24px;
  padding: 10px 30px;
  border: none;
  font-weight: 700;
}
.btnBook:hover{
  background: #b3a032;
}
#Gallery{
  background: white;
}
#Foods{
  background: #F3F3F3;
}
.hero-video-box{
    background:white;
    width:100%;
    height:90vh;
}
.hero-video-content{
    width:100%;
    /*height:100%;*/
}
.roomCard{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
}
.roomCard-img-box{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 1rem;
}
.roomCard-img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}
.roomCard:hover .roomCard-img{
    transform: scale(1.2);
}
.roomCard-title{
    background: red;
    background: transparent;
    height:120px;
    width:100%;
    font-size:22px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    font-weight:500;
}
.roomCard-p{
    background: red;
    background: transparent;
    height:80px;
    width:100%;
    font-size:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    font-weight:300;
}

.contactCard{
  background: #F3F3F3;
  border-radius: 1rem;
}
.form-control-1, .form-select-1{
  border: none;
  border-radius: 0px;
  padding: 15px;
}
.form-control-1:focus, .form-select-1:focus{
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.contactBtn{
  font-weight: 500;
  color: #fff;
  background: #0f6938;
  padding: 12px 24px;
  border: none;
}
.contactBtn:hover{
  background: #b3a032;
}
footer{
  background: #1E1E1E;
}
.SubscribeInput{
  border-radius: 10px 0px 0px 10px;
}
.input-group-text-1{
  background: #0f6938;
  color: white;
  padding: 10px 40px;
  cursor: pointer;
}
.input-group-text-1:hover{
  background: #b3a032;
}
.socialDiv{
    position:fixed;
    right: 10px;
    top: 0px;
    height:100vh;
    display:flex;
    gap: 20px;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    z-index:111;
}
.socialDiv a{
    background:#0f6938;
    width:40px;
    height:40px;
    border-radius:.5rem;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top:5px;
    transition:.5s;
}
.socialDiv i{
    color: #fff;
    font-size:25px;
}
.socialDiv a:hover{
    background: #fff;
}
.socialDiv a:hover i{
    color: #0f6938;
}

.whatsappIcon{
    position:fixed;
    left:10px;
    bottom:10px;
    background: #0f6938;
    border-radius:100%;
    width:50px;
    height:50px;
    margin:0px !important;
    padding:0px !important;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
}
.whatsappIcon i{
    transition:.5s;
    color: white;
}
.whatsappIcon:hover {
    background: #b3a032;
}

.backToTop{
    position:fixed;
    right:10px;
    bottom:10px;
}
.backToTop i{
    color:#0f6938;
    transition:.5s;
}
.backToTop:hover i{
    color:#b3a032;
}

::-webkit-scrollbar{
    width:5px;
}
::-webkit-scrollbar-track{
    background: #fff;
}
::-webkit-scrollbar-thumb{
    background: #0f6938;
    border-radius:5px;
}


.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 5;
	overflow: hidden;
	animation: loader 2s ease 2s;
	animation-fill-mode: forwards;
}
.loader .intro{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
@keyframes loader{
	0%{ opacity: 1; }
	100%{ opacity: 0; z-index: -2;}
}


/*MOBILE START*/
@media screen and (max-width: 600px) {

  .carousel-item {
    height: 40vh;
  }
  /* .navbar-brand img{
    width: 55px;
    height: auto;
  } */
  .navbar-brand img{
    width: 99px;
    height: auto;
  }
    .hero-video-box{
        background:#fff;
        width:100%;
        height:100%;
    }
    .roomCard-p{
        height:auto;
        padding:10px;
    }


        .owl-nav button.owl-prev {
          left: 25px;
        }
        .owl-nav button.owl-next {
          right: 25px;
        }
}
/*MOBILE END*/







