@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Della Respira', serif;

  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: "Jost", sans-serif;
  font-family: 'Cinzel', serif;
  font-family: "Inconsolata", monospace;
  font-family: 'Gilda Display', serif;
  font-family: 'Raleway', sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  color: rgb(0, 0, 0);

}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 25px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}
nav.navbar {
  background-color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: "Inconsolata", monospace;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;
}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;
  letter-spacing: 3px;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}
a.nav-link:hover {
  transform: scale(1.02);
}

.navbar li a.active {
  color: #000000 !important;
  transform: scale(1.05);
  border-bottom: 1px#000000 solid !important;

  background-color: transparent;
}
.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../img/1.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../img/4.jpg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../img/5.jpg')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;

  padding: 50px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

.carousel-caption h1 {

  text-shadow: 7px 5px 5px #9b681b;

  font-size: 100px !important;
  font-weight: 400 !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}
.button {
  --primary-color: #252424;
  --secondary-color: #ffffff;
  --hover-color: #252424;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}
.button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background-color: #000000 !important;
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.button:hover {
  background-color: #000000;
}

.button:hover .arrow {
  background: var(--secondary-color);
}

.button:hover .arrow:before {
  right: 0;
}


.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.line {
  width: 50px; 
  background-color: #D19673; 
  height: 1px; 
}


.text {
color: #D19673;
}

.para{
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #845829;
  }
  
/***Feature Card Two***/
.feature-two{
    margin-top: -350px;
  }
.feature-two__item {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-radius: 1000px 1000px 0px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--solinom-white, #eed4ad);
  }
  .feature-two__item--two {
    border-radius: 0px 0px 1000px 1000px;
  }
  .feature-two__item--two .feature-two__item__icon {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .feature-two__item--two .feature-two__item__content {
    margin-top: -6px;
  }
  .feature-two__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
  .feature-two__item__bg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--solinom-text-dark, #15262C);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }
  .feature-two__item__icon {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    font-size: 42px;
    margin-right: auto;
    border: 10px solid var(--solinom-text, #101D22);
    background-color: var(--solinom-gray, #1C2F36);
    color: var(--solinom-base, #CBA36B);
    margin-bottom: 14px;
    transition: all 0.4s ease-in-out;
  }
  .feature-two__item__content {
    text-align: center;
  }
  .feature-two__item__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 0;
    transition: all 0.6s ease-in-out;
  }
  .feature-two__item__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    margin-bottom: 20px;
    padding-bottom: 0;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-two__item .solinom-btn {
    padding: 9px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
  }
  .feature-two__item .solinom-btn::after {
    background-color: var(--solinom-gray2, #283E46);
  }
  .feature-two__item__element {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .feature-two__item__element-two {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .feature-two__item__element-three {
    position: absolute;
    top: 0;
    left: 0;
  }
  .feature-two__item__element-fore {
    position: absolute;
    top: 0;
    right: 0;
  }
  .feature-two__item:hover .feature-two__item__bg {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .feature-two__item:hover .feature-two__item__bg::after {
    opacity: 0.9;
  }
  .feature-two__item:hover .feature-two__item__title {
    color: var(--solinom-white, #fff);
  }
  .feature-two__item:hover .feature-two__item__icon {
    background-color: var(--solinom-base, #CBA36B);
    color: var(--solinom-white, #fff);
    border-color: var(--solinom-gray2, #283E46);
  }
  .feature-two__item:hover .feature-two__item__icon i {
    animation: bounceIn 1s linear;
  }
  .feature-two__item:hover .feature-two__item__text {
    color: white;
}
  /***Feature Two***/
  .feature-two {
    position: relative;
    padding: 120px 0px 0px;
  }
  @media (max-width: 991px) {
    .feature-two {
      padding: 100px 0px 0px;
    }
  }
  @media (max-width: 768px) {
    .feature-two {
      padding: 80px 0px 0px;
    }
  }
  .feature-two--three {
    padding: 120px 0px;
  }
  @media (max-width: 991px) {
    .feature-two--three {
      padding: 100px 0px;
    }
  }
  @media (max-width: 768px) {
    .feature-two--three {
      padding: 80px 0px;
    }
  }
  .feature-two::after {
    content: "";
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--solinom-border-color, #FAF6F0);
    z-index: -1;
  }
.cover-bg{

  padding-bottom: 100px;
}
.content{
  padding: 40px;
  background: rgba(255, 255, 255, 0.551);
}
.col1{
  background: #f8e5cb;
}

.owl-next,
.owl-prev {
  height: 50px !important;
  position: absolute !important;
  width: 50px !important;
  cursor: pointer !important;
  top: 35% !important;
  background: #ffffff !important;
  transition: 0.5s !important;
  z-index: 100 !important;

}
 .owl-prev {
  left: 13px !important;
}
 .owl-next {
  right: 13px !important;
}
.owl-prev:hover
{
  background: #221C13 !important;
}
.owl-next:hover
{
  background: #221C13  !important;
}
.flex1 {
  display: flex !important;
  justify-content: space-between !important;
}

.testimonials{

  padding-bottom: 100px;
}

/*Rooms.html*/
.section-background{
  background: url('../img/5.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.cover-bg1{
  background: url('../img/4.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
/*Aboutus.html*/
.section-background1{
  background: url('../img/4.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}
.testimonial-box{
  padding: 40px;
  background: #704a4a00;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/bg-shape.png');
  background-position:bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.first{
  display: none;
}

/*Contact.html*/
.section-background2{
  background: url('../img/9.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.contact-box{
  background: url('../img/4.jpg') #44626eeb;

  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding: 50px;
width: 100%;
  text-align: center;
}

/*Gallery.html*/
.section-background3{
  background: url('../img/gallery.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.section-background1 h1 .section-background2 h1 .section-background3 h1{
  font-size: 60px !important;
  color: wheat;
  
}
@media(max-width:990px){
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .cover-bg, .section-background, .section-background1, .section-background2, .section-background3, .carousel1, .carousel2, .carousel3{
    background-attachment:scroll !important;

  }
  .carousel-caption{
    margin-bottom: 73%;
    text-align: center;
 
    padding: 10px;
  }
  .carousel-caption h1 {
 
    text-shadow: 7px 5px 5px #44626E;
  
    font-size: 50px !important;
    font-weight: 800 !important;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 3px !important;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  .container-fluid{
    padding: 20px !important;
  }
  nav.navbar{
    height: auto;
  }
  .content{
    padding: 40px;
    background: rgba(255, 255, 255, 0.551);
  }
  .section-background1 h1, .section-background2 h1, .section-background3 h1{
font-size: 39px !important;
  }

}
/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}
