:root {
  --primary-color:#ff4e09;
  --secondary-color: #fff;
  --heading-font: "Ibarra Real Nova";
  --heading-font-size:60px;
  --paragraph-font:"Poppins";
  --hero-title-font:"Ibarra Real Nova";
  --title-font: "Open Sans";
  --title-font-size:16px;

  
  
}


* {
  margin: 0;
  padding: 0;
}


body {
  overflow-x: hidden;
}




/* utility classes  */

.title {
  font-family: var(--title-font);
  font-size: var(--title-font-size);
  color: var(--primary-color);
  letter-spacing: 3px;
}


.heading {
  font-family: var(--heading-font);
  font-size:var(--heading-font-size);
  padding: 1.5rem 0;
  /* padding-bottom: 10px; */

}


.paragraph {
  font-family:var(--paragraph-font);
  font-size: 15px;
  color: rgb(85, 85, 85);
  line-height: 1.7rem;
}



.primary__btn {
  background: var(--primary-color);
  color: #fff;
  padding: 13px 50px;
  border: none;

}



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header {
  min-height: 100vh;

  /* background: #1F1F1C; */
  background:  linear-gradient(rgb(31,31,28,0.7),rgb(31,31,28,0.7)),  url(/rooms/assets/images/header.jpeg);
  background-size: cover;
  background-position: center;
}

.navbar {
  padding-top: 58px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding-left: 3rem;
  padding-right: 3rem;
  /* background: #111; */
  /* padding-bottom: 3rem; */
}

/* black navbar on scroll  */

.black-navbar {
  color: #111;
  background: #fff;
}



.logo img {
  /* font-family: 'Open Sans',sans-serif; */
  /* font-size: 27px; */
  /* color: #FEFEFF; */
  /* font-weight: 900; */
  /* z-index: 2; */
  object-fit: cover;
  height: 75px;
  /* width: 145px; */
  /* background: #111; */
}

.logo img:hover {
  transform: scale(1.2);
}
#logo-icon {
  height: 50px;
}


.link {
  color: #fefeff;
  /* color: #111; */
  font-family: "Open Sans", sans-serif;
  padding: 10px 0 10px 0;
  word-spacing: 3px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  border-bottom: 1px solid #fafafa;
  /* text-decoration: underline; */
  letter-spacing: 3px;
  z-index: 1;
}

.link-black {
  color: #111;
  border-bottom: 1px solid #111;
}

.toggle-bar-white {
  /* color: #111 !important; */
  background: #111 !important;
  
}

.toggle-bar {
  /* background: #fefeff; */
  border-radius: 50px;
  padding: 13px;
  font-size: 28px;
  font-weight: 550;
  margin-left: 15px;
  color: #fff;
}

.tagline p {
  color: var(--primary-color);
  font-family: "open sans", sans-serif;
  font-size: 14px;
  letter-spacing: 6px;
  font-weight: 700;
  text-align: center;
}

.its__here 
{
    font-family: "Ibarra Real Nova";
    font-size: 40px;
    font-weight: 400;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  /* background-color: #e9ecef; */
  border-radius: 0.3rem;
  color: #fefeff;
  margin-left: 170px;
}

.container-textbox {
  margin: 50px 200px 0 200px;
  color: #fefeff;
}

.white {
  color: #fefeff;
}
/* 
video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

 */


#home::after {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  
  }
  



.menu {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    width: 0;
    overflow-x: hidden;
    /* display: none; */
    /* z-index: 1; */
    transition: 0.7s;
        transform: scale(0.1);



}




.navbar-links  {
    list-style: none;
    /* margin-left: 200px; */
}

.navbar-links ul li {
    list-style: none;
    padding: 10px;
}

.navbar-links ul li a {
    text-decoration: none;
    color: #111;
    font-family: 'montserrat',sans-serif;
    font-weight: 900;
    font-size: 50px;
    /* padding-right: 20px; */
    
}

.navbar-links ul li a:hover {
  color:var(--primary-color);
  /* padding-left: 15px; */
  transition: 0.5s ease-in-out;
}



/* to hide and display menu  */

.hidemenu {
    /* display: block; */
    width: 100vw;
    transition: 0.7s ;
    /* overflow: hidden; */
    /* border-radius: 50px; */
    transform: scale(1);
    


}

.menulogo {
    color: #111;

}


.toggle-btn  , .toggle-bar {
z-index: 1;
/* background: #111; */

}

.menubtn {
    color: #111;
    /* background: #111; */
}


.tagline {
    padding-top: 160px;
}




.small-nav {
  padding-top: 10px;
  transition: 0.5s ease-in-out;
}





.btn1 {
    background: none;
    border: none;
}




.research {
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 60px;
  }


  /* about us section  */


.about__us {
  margin-top: 100px;
}

.about__img {
  /* height: 50%; */
  width: 90%;
  height:270px;
  object-fit: cover;
}


/* .about__us .right  {
  padding-left: 20px;
}
 */



/* footer  */



.footer {
  /* margin-top: 100px; */
  padding-top: 120px;
  min-height: 60vh;
  background: #272727;
  /* background: pri; */

}


.footer-titles {
  font-size: 30px;
  font-family: 'montserrat',sans-serif;
  /* color: rgb(212, 52, 52); */
  color: #fafafa;
  text-align: center;
}



.usefull-list li a {
  text-decoration: none;
  color: #FEFEFF;
}

.usefull-list  li {
  margin: 5px;
  border-radius: 10px;
}

.usefull-list li a:hover       {
 
  color: #3DF3D5;

}

.footer-border {
  height: 3px;
  width: 100px;
  background: #3DF3D5;
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 10px;
}

.footer-border-mantis {
  margin-right: auto;
  height: 3px;
  width: 100px;
  background: #3DF3D5;
  margin-top: 10px;
}

.cont-icons {
  color: #FEFEFF;
  background: #212121;
  /* border: 1px solid #FEFEFF; */
  border-radius: 30%;
  /* padding: px; */
  font-size: 20px;
  padding-right: 10px;
}


.dimmed-text {
  color: rgb(190, 188, 188) !important;
}



.footer-logo {
  width: 150px;
}



.lineheight {
  line-height: 40px ;
  text-align: justify;
}



.dark {
  color: #FEFEFF;
  background: #212121;
}


.img-container {
  position: relative;
  padding-bottom: 100%; /* Set the aspect ratio to 1:1 (square) */

}

.img-container img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* services  */


.services {
  padding-top: 120px;
}


.services__card {
  padding: 35px 20px;
  /* border-radius:60px 60px 60px 60px; */
  border-radius: 15px;
  /* border-top-right-radius: 0; */
  box-shadow: 0 0  5px 3px rgba(226, 226, 226, 0.827);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
  background-size: cover;
  background-position: center;
  /* background-repeat: no-repeat; */
  background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkPVrK5jq_qkk7px3jc6XN8jjsEp9nLcZ23u6Jk1fY2Mb_cNZj5FMx_xuqjauJqFne8bc&usqp=CAU");
}

.services__card:hover {
/* scale: 1.1; */
transition: 0.3s ease-in-out;
transform: scale(1.1);
}

.services__card img {
  height: 50px;
  width: 50px;
}

.services__card div {
  /* box-shadow: 0 0  4px 2px rgba(168, 168, 168, 0.62); */
 background: var(--primary-color);
 /* background: #222; */
 padding: 30px;
 border-radius: 50%; 
}

.services__card h5 {
  font-family: var(--paragraph-font);
  font-weight: bolder;
  text-align: center;
}


.underline__border 
{
  display: flex;
  height: 3px;
  background-color: var(--primary-color);
  width: 150px;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
}


#rooms {
  padding-top: 130px;
}

.room__image {
  height: 85vh;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;

}


.room__details h4 {
  font-family: var(--paragraph-font);
  color: rgb(94, 93, 93);
}

.view__room a {
  color: var(--primary-color) ;
  border-bottom: 1px solid var(--primary-color);
}



.divider {
  background: rgb(167, 167, 167);
  height: 1px;
  margin-top: 100px;
}


.contact_us
{
  padding-top: 130px;
}


.form__container {
  box-shadow: 0 0 8px 4px rgba(238, 234, 234, 0.721);
  padding: 50px;
  border-radius: 10px;
  width: 70%;
}

form {
  font-family: var(--paragraph-font);
}

form label {
  padding: 10px 0;
}


.container-gallery {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 8%;
}

.gallery {
  display: grid;
  grid-template-columns:repeat(auto-fit ,minmax(250px, 1fr)) ;
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
  height: 100%;
}


/* splide js  */

.splide__slide img {
  /* height: 90vh; */
  /* object-fit: cover; */
  vertical-align: bottom;
  height: 70vh;
  max-width: 100%;
}



/* video  */

.video-container {
  position: relative;
  width: 70%;
  height: 80vh;
  margin: 0 auto;
}


.video {
  position: absolute;
  width: 100%;
  height: 100%;
  /* height: 7vh; */
}

.play-button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
/* video  */

.splide__list li {
display: flex;
justify-content: center;
}

.amenities {
  margin-top: 100px;
  }




.amenties_left  
{
  /* background: url("./media/about4.jpeg"); */
 background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("../rooms/assets/images/302A5314.JPG");
  object-fit: cover;
  height: 80vh;
  padding: 100px 0;
  background-size: cover;
}


.amenties_right {
  background-color: #F1E9E5;
  padding-left: 50px;
}

.amenities__list li 
{
  padding: 9px 0;
  font-family: var(--paragraph-font);
  font-size: 18px;
  list-style: circle;
}



.statusTxt {
  font-size: 18px;
}



.whats-btn  {
  position: fixed;
  bottom: 35px;
  right: 40px;
  /* color: rgb(1,169,132); */
  /* color:#fff; */
  font-size: 30px;
  background: #222;
  border-radius: 50%;
  padding: 5px 15px;

}

.whats-btn a {
  color: rgb(1,169,132);
  /* color: #fff; */
  text-decoration: none;
}



/* keyframes  */

@keyframes zoom {
  0% {
    scale: 0.8;
  }

  25% {
    scale: 1;
  }

  50% {
    scale: 0.8;
  }
  75% {
    scale: 1;
  }
  100% {
    scale: 0.8;
  }
}

#tour-btn {
  /* background-color: ; */
  animation-name: zoom;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition: 0.1s ease-in-out;
}