html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Lobster Two', cursive;
    font-family: 'Satisfy', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Great Vibes', serif;
    font-family: 'Kurale', serif;
    font-family: "Herr Von Muellerhoff", cursive;
    font-family: 'Bellefair', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Lato', sans-serif;
}
/*************NAVBAR**************/
.navbar {
    background-color: #0000007b;
    padding: 20px;
    box-shadow:none;
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 17px;
    color: rgb(236, 229, 229);
    font-family: 'Lato', sans-serif;
}
.navbar li a:hover{
    color: #6B8E6E;
    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(199, 154, 119)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color:#6B8E6E;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color: rgb(250, 250, 250)!important;
    border-bottom: 2px solid #6B8E6E;
}

.book-btn{
    background-color:none;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
    border:rgb(239, 232, 232) solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#f0f0f0c7;
    color: white;
    padding: 10px 30px;
    border-radius: 3px;
}

.carousel-2{
    background: url('../img/Photo\ \(32\).jpg') rgba(0, 0, 0, 0.484);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 750px;
  }
  .carousel-1{
    background: url('../img/371665851.jpg') rgba(0, 0, 0, 0.341);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 750px;
  }
  .carousel-3{
    background: url('../img/Photo\ \(8\).jpg')rgba(0, 0, 0, 0.237);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 750px;
  }
  .carousel-caption{
    top: 30%;
  }

.text{
    border: #6B8E6E solid 1px;
}
.home-tittle{
    font-family: 'Gilda Display', serif;
    color: black;
    font-size: 46px;
    line-height: 56px;
}
.img-home{
    outline: 2px solid #6B8E6E;
    /* outline-offset: -90px; */
}
.img-home:hover{
    outline: 1px solid #6B8E6E;
    outline-offset: -20px;
    transition-duration: 0.4s;
}

#activities {
    background: url(../img/pexels-photo-64208.jpeg) rgba(0, 0, 0, 0.503);
    background-size: contain;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding-bottom: 100px;
    height: 600px;
    display: flex;
    align-items: center!important;
}


.rooms-section{
    margin-top: 100px;
  }
  .book-box{
    text-align: center;
    background-color: #6B8E6E;
    color: white;
    padding: 15px;
    margin-top: -50px;
    transition-duration: 0.4s;
    transform: scale(1);
  }
  .book-box:hover{
    transition-duration: 0.4s;
    transform: scale(1.02);
  }
  .card1{
    padding: 30px;
  }
  .room-content{
    margin-top: 30px;
  }
  .room-wrapper:hover{
    box-shadow: 0.5rem 0.5rem #6B8E6E, -0.5rem -0.5rem #ccc;
  }
  .button{
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        padding: 0.5em 2em;
        border: 2px solid #6B8E6E;
        border-radius: 0px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
        color: #6B8E6E;
        text-decoration: none;
        transition: 0.3s ease all;
        z-index: 1;
  }
  .button:hover{
    border: 2px solid #6B8E6E;
    background-color:  #6B8E6E;
    color: white;
    transition: 0.3s ease all;
  }

      #restaurant{
        background: url("../img/image\ \(8\).png") rgba(0, 0, 0, 0.192);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
    }

    #facilities {
        padding-bottom: 50px;
       }
      
      .facility-box{
        text-align: center;
        padding: 4%;
        transition-duration: 0.4s;
      
      }
      .facility-box:hover{
        background-color: #6B8E6E;
        color: #ffffff;
        transform: translateY(-5px);
        transition-duration: 0.4s;
      }
      
      .facility-box:hover .fac-paragraph{
        color: #ffffff!important;
      }

      #contact-home {
        background: url("../img/1.jpg") rgba(20, 19, 19, 0.26);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 600px;
    }
            /**********ROOM SECTION*************/
            #room-layot {
                background: url(/img/Photo\ \(16\).jpg) rgba(20, 19, 19, 0.514);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-blend-mode: multiply;
                height: 600px;
            }
        .border-design{
            border-image: linear-gradient(to bottom, #566cad, #bfbdcf, #566cad) 1 100%;
        }


            /*********ABOUT SECTION***********/
            #about-layot {
              background: url("../img/Photo\ \(32\).jpg") rgba(20, 19, 19, 0.514);
              background-position: center;
              background-repeat: no-repeat;
              background-size: cover;
              background-blend-mode: multiply;
              height: 600px;
          }
         
          #testimonials {
            background: url(/img/1.jpg) rgba(20, 19, 19, 0.486);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 600px;
        }

        /*********RESTAURANT SECTION***********/
        #restaurant-layot {
          background: url("../img/restaurant.jpg") rgba(20, 19, 19, 0.514);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-blend-mode: multiply;
          height: 600px;
      }
      #home-menu {
        background: url(../img/parallax-5.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        position: relative;
        height: auto;
    }
    .img-menu {
      transition: transform .2s; 
      margin: 0 auto;
    }
    
    .img-menu:hover {
      transform: scale(1.05); 
      transition-duration: 1s;
     }
     #contact-layot {
      background: url("../img/Photo\ \(8\).jpg") rgba(20, 19, 19, 0.514);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      height: 550px;
  }

  @media(max-width: 486px){
    #activities{
      height: 650px !important;
    }
    .facility-box{
      margin-bottom: 15px;
    }
    .gallery-btn{
      margin-left: 0px !important;
    }
    #gallery-home{
      padding: 50px 0px !important;
    }
    .about-tittle{
      margin-top: 40% !important;
    }
    .img-2{
      margin-left: 0px !important;
    }
    .title-testimonials{
      font-size: 40px!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;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}
/* End Animations*/