html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Abel', sans-serif;
    font-family: 'Lobster Two', cursive;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Tangerine', cursive;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Lato', sans-serif;
    
}
/*************NAVBAR**************/
.navbar {
    background-color:#516a6d;
    padding: 20px;
    box-shadow:none;
    
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Abel', sans-serif;
}
.navbar li a:hover{
    color: #042e12;
    margin: 0 20px;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255,255,255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color:#233529;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color:#ffffff !important;
    border-bottom: 2px solid#ffffff;
}

.book-btn{
    background-color:rgba(255, 255, 255, 0.76);
    color: #233529;
    padding: 10px 30px;
    border-radius: 3px;
    border:#233529 solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#779BA0;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
}

.carousel-2{
    background: url('../img/carousel-2.jpg') rgba(0, 0, 0, 0.493);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
  }
  .carousel-1{
    background: url('../img/carousel_1.jpg') rgba(0, 0, 0, 0.507);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
  }
  .carousel-3{
    background: url('../img/carousel3.jpeg')rgba(0, 0, 0, 0.425);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
  }
    .carousel-4{
    background: url('../img/carousel4.jpg')rgba(0, 0, 0, 0.425);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
  }
  .carousel-caption{
    top: 35%;
  }
  /*****Imtroduction****/
  .card-1{
    border-radius: 0px;
    padding: 10px;
  }
  .card-1:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  .card-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background:#779BA0;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out;
  }
  .card-1:hover:before {
    transform: scale(2.15);
    transition: transform 0.2s ease-out;

  }

  .card-img-top{
    border-radius: 0px;
  }
/****Rooms******/

 .hidden-room-content{
        display: none;
    }
    .room-box-1:hover .hidden-room-content{
        display: block;
    }
    .room-img,.room-content{
        transition-duration: 0.4s;
    }
    .room-box-1:hover .room-img{
        filter: brightness(40%)!important;
        transition-duration: 0.4s;
    }
    .room-box-1:hover .room-content{
        margin-top: -130px!important;
        transition-duration: 0.4s;
    }
    .card-body-1{
      background-color: #1A2720;
    }
    .card:hover {
      transition: all 0.2s ease-out;
      box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.466);
      top: -4px;
      border: 1px solid #cccccc;
      background-color: white;
    }
/****Accordion ******/

.accordion-item{
    border: none;
    font-family: 'DM Sans', sans-serif;
}
.accordion-button{
    color: #042e12;
}

.accordion-button:not(.collapsed) {
  color: #233529;
  background-color: transparent;
  box-shadow: inset 0 calc(var(--mdb-accordion-border-width)*-1) 0 var(--mdb-accordion-border-color);
}
.book-btn-1{
    background-color:#779BA0;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0px;
    border:#233529 solid 1px;
    font-size: 18px; 
}
.book-btn-1:hover{
    background-color:#779BA0;
    color: #233529;
    padding: 10px 30px;
    border-radius: 3px;
}

#testimonials{
    background: url("../img/sheets.jpg") rgba(0, 0, 0, 0.466);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
  @media(max-width: 486px){
    .card{
        width: 18rem !important;
        margin-top: 20px;
      }
      .prov{
        display: none;
      }
      .about-side-img{
        margin: 0px!important;
      }
      .room-tittle{
       font-size: 40px!important;
        margin-left: 0px !important;
      }
      .room-text{
        font-size:15px !important;
        margin-left: 0px !important;
      }
      .room-box-1{
        height: 250px !important;
      }

#location{
  height: 400px !important;
}
.loc-title, .section{
margin-top: 0px !important;
}
.room-home{
  padding-left: 10px !important;
}
      }
       /*******ROOM SECTION********/
#room-layot {
  background: url("../img/bed-breakfast.jpeg") rgba(0, 0, 0, 0.288);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding-bottom: 70px;
  height: 600px;
  display: flex;
  align-items: center!important;
}
.room-tittle{
  margin-left: 750px;
  margin-top: 150px;
  font-size: 70px;
  font-family: 'Gilda Display', serif;
  }
 
  .room-icon{
    width: 50px;
    padding-left:20px;
    padding-top: 20px;
  }
  #room-type{
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .rooms1-single {
      position: relative;
      display: block;
      margin-bottom: 80px;
  }
  .rooms1-img {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 1;
      border: 1px solid #AA8453;
      padding: 5px;
  }
  .rooms1-img img {
      width: 100%;
      transform: scale(1);
      transition: transform 500ms ease;
  }
  .rooms1-single:hover .rooms1-img img {
      transform: scale(1.05);
  }
  .rooms1-content {
      position: relative;
      display: block;
      background-color:#516A6D;
      padding: 30px;
      margin-top: -60px;
      margin-left: 30px;
      margin-right: 30px;
      overflow: hidden;
      transition: all 500ms ease;
      z-index: 1;
      visibility: visible;
      opacity: 0;
  }
  
  .rooms1-content {
      visibility: visible;
      opacity: 1;
  }
  .rooms1-title
   {
      font-family: 'Libre Caslon Display', serif;
      font-size: 25px;
      margin-bottom: 0px;
      color: #ffffff;
      font-weight: 400;
      line-height: 1.2em;
      transition: all 500ms ease;
  }
  .room-btn{
    background-color:rgba(255, 255, 255, 0.76);
    color: #233529;
    padding: 10px 20px;
    border-radius: 3px;
    border:#233529 solid 1px;
    font-size: 18px; 
}
.room-btn:hover{
    background-color:#779BA0;
    color: white;
    padding: 10px 20px;
    border-radius: 3px
}
.rules{
  margin-top: -380px;
  font-family: 'Gilda Display', serif;
}
  @media screen and (max-width: 991px) {
      .carousel-1, .carousel-2, .carousel-3, .carousel-4{
          height:750px !important;
      }
      .rooms1 .content {
      padding: 0 30px;
      margin-top: 30px;
      margin-bottom: 30px;
      }
      .fact-box{
        width: 300px;
      }
      .house-rules{
        display: none;
      }
      #room-layot, #location, #gallery-layot, #contact-layot{
        background-attachment: scroll !important;
      }
      .map{
        display: none;
      }
      .map-1{
        width: 300px !important;
      }
    }

    /********** About Section*********/
    .img-home{
      outline: 2px solid #AF884C;
      /* outline-offset: -90px; */
  }
  .img-home:hover{
      outline: 1px solid #AF884C;
      outline-offset: -20px;
      transition-duration: 0.4s;
  }
  
  #location {
    background: url("../img/ksamil-1.jpg") rgba(0, 0, 0, 0.336);
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding-bottom: 70px;
    height: 600px;
    display: flex;
    align-items: center!important;
  }
  /*******Gallery Section********/
  #gallery-layot {
    background: url("../img/breakfast.jpeg") rgba(0, 0, 0, 0.288);
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding-bottom: 70px;
    height: 600px;
    display: flex;
    align-items: center!important;
  }

  /*******Contact Section ********/
  #contact-layot {
    background: url("../img/reception.jpg") rgba(0, 0, 0, 0.473);
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-blend-mode: multiply;
    padding-bottom: 70px;
    height: 600px;
    display: flex;
    align-items: center!important;
  }