html,body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    color: #777;
}

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}

.bitter {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btn-1 {
    padding: 12px 22px;
    background-color: #2E81A9;
    border: none;
    transition: 1s ease;
}

.btn-1:hover {
    opacity: 0.7;
    transition: 1s ease;
}

.btn-1 a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.btn-2 {
    background-color:#2E81A9;
    padding: 20px 25px;
    border: none;
}

.btn-2 a {
    background-color: #2E81A9;
    padding: 20px 25px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}

/* index.html */
.index-bg-1 {
    background: url('img/Photo\ \(44\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-bg-1 h1 {
    color: white;
    font-size:75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}

.index-bg-2 {
    background: url('img/Photo\ \(12\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-bg-2 h1 {
    color: white;
    font-size: 75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}

.about-img img {
    height: 550px;
    width: 80%;
}

.div-img img {
    position: relative;
    top: -390px;
    width: 50%;
    left: -20px;
    float: right;
    height: 400px;
    background-color: white;
    padding: 10px;
}

.about-ds h5 {
    font-size: 22px;
    color: #644222;
    line-height: 21.6px;
    font-weight: 600;
}

.about-ds h2 {
    font-size: 60px;
    color: #2E81A9;
    line-height: 72px;
    font-weight: 600;
}

.about-ds p {
    color: #777777;
    font-size: 15px;
    line-height: 26px;
    margin: 0px 0px 15px;
    font-weight: 400;
}

/* gallery */
#gallery {
    background: url('img/Photo\ \(34\).JPG') rgba(0, 0, 0, 0.40);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70vh;
    background-attachment: fixed;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
}

/* facilities */

.facilities-ds h5 {
    color: #644222;
    font-size: 22px;
   line-height: 21.6px;
   margin: 0px 0px 10px;
   font-weight: 600;
}

.facilities-ds h2 {
    font-size: 60px;
    color: #2E81A9;
    line-height: 72px;
    font-weight: 600;
}

.facilities-ds p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0px 15px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

.services {
    margin: 10px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    width: 100%;
    position: relative;
}


.service-icon {
    opacity: .07;
    position: absolute;
    right: 5%;
    top: 0;
    z-index: 1;
}

.service-icon img {
    width: 120px;
}

.services h3 {
    font-size: 26px;
    margin: 15px 0;
    color: #644222;
    line-height: 31.2px;
    font-weight: 600;
    text-decoration: none solid rgb(100, 66, 34);
}

.services p {
    font-size: 15px;
    color: #777777;
    line-height: 26px;
    margin: 0px 0px 15px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

.services a {
    text-decoration: none;
    color: #385EAB;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

/* rooms.html */
.rooms-ds h5 {
    font-size: 22px;
    color: #644222;
    line-height: 21.6px;
    margin: 0px 0px 10px;
    font-weight: 600;
    text-decoration: none solid rgb(100, 66, 34);
}

.rooms-ds h2 {
    font-size: 60px;
    color: #2E81A9;
    line-height: 72px;
    font-weight: 600;
    text-decoration: none solid rgb(16, 16, 16);
}

.rooms-ds p {
    font-size: 18px;
    color: #777777;
    line-height: 26px;
    margin: 10px 0px 15px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

.button button a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.single-services .button button {
    padding: 12px 30px;
    background:#2E81A9;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: relative;
    width: 40%;
}

.single-services {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .20);
    position: relative;
    padding-bottom: 20px ;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

/* .single-services:before {
    background: #2E81A9;
    content: "";
    height: 100%;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transition: .5s;
    width: 100%;
    z-index: -2;
} */

/* .single-services:hover::before{opacity: 1;} */

.services-content {
    padding: 10px 10px;
}

.services-thumb img {
    width: 100%;
    height: 270px;
}

.services-content h4 {
    font-size: 30px;
    color: #644222;
    line-height: 28.8px;
    font-weight: 600;
    text-decoration: none solid rgb(100, 66, 34);
}

.services-content p {
    font-size: 18px;
    color: #777777;
    line-height: 26px;
    font-weight: 400px;
    text-decoration: none solid rgb(119, 119, 119);
}

.icon ul {
    padding: 0;
    margin: 10px;
}
.icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.icon ul li img {
    width: 30px;
}


/* testimonials */
#testimonials {
    background:url('img/testimonial-bg.31412beecfbce8b1bbb9.png');
}

.testi-ds h5 {
    font-size: 22px;
    line-height: 21.8px;
    margin: 0px 0px 10px;
    font-weight: 600;
    text-decoration: none solid rgb(100, 66, 34);
    color: #644222;
}

.testi-ds h2 {
    font-size: 60px;
    color: #2E81A9;
    line-height: 72px;
    margin: 0px 0px 15px;
    text-decoration: none solid rgb(16, 16, 16);
    font-weight: 600;
}

.testi-ds p {
    color: #777777;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

.single-testimonial {
    background-color: #FFFFFF;
    padding: 20px;
    position: relative;
    height: auto    ;
}

.qt-img {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
}

.testi-author {
    display: flex;
    align-items: center;
}

.ta-info {
    margin-left: 30px;
}

.ta-info h6 {
    font-size: 26px;
    color: #644222;
    line-height: 31.2px;
    margin: 5px 0px;
    font-weight: 700;
    text-decoration: none solid rgb(100, 66, 34);
}

.ta-info span {
    font-size: 18px;
    color: #644222;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none solid rgb(100, 66, 34);
}

.review-icon {
    margin: 30px 0;
}

.review-icon p {
    font-size: 17px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

/* gallery */
#gallery {
    background: url('img/Photo\ \(48\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;    
}

.gallery-img h2 {
    margin-top: 20px;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 72px;
    font-weight: 600;
    text-decoration: none solid rgb(255, 255, 255);
}

#footer {
    background: url('img/footer-img.png');
}

/* about.html */
#about-about {
    background: url('img/Photo\ \(34\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 90vh;
    display: flex;
    align-items: center;
}

.about-ds-about h1 {
    color: white;
    font-size:75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}

/* rooms.html */
#rooms-about {
    background: url('img/Photo\ \(45\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 90vh;
    display: flex;
    align-items: center;
}

.room-description h2 {
    color: white;
    font-size:75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}


/* gallery.html */
#gallery-about {
    background: url('img/Photo\ \(41\).JPG') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 90vh;
    display: flex;
    align-items: center;
}

.gallery-description h1 {
    color: white;
    font-size:75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}

.gallery-ds h2 {
     margin-top: 20px;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 72px;
    font-weight: 600;
    text-decoration: none solid rgb(255, 255, 255);
}

.gallery-ds p {
    color: white;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

/* contact.html */
#contact-about {
    background: url('img/474049423.jpg') rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 90vh;
    display: flex;
    align-items: center;
}

.contact-description h1{
    color: white;
    font-size:75px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 108px;
    letter-spacing: 1px;
}

.cont-info {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border-bottom: 2px solid black;
    padding: 15px 0;
}


.con-icon i {
    background-color: #2E81A9;
    padding: 30px;
    border-radius: 50%;
    font-size: 40px;
}

.con-ds {
    margin-left: 30px;
}

.con-ds h5 {
    color: black;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none solid rgb(16, 16, 16);
}

.con-ds p {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

.con-ds a {
    text-decoration: none;
    color: #777777;
}

.cnt-ds h2 {
    margin-top: 20px;
    font-size: 40px;
    color: black;
    line-height: 72px;
    font-weight: 600;
    text-decoration: none solid rgb(255, 255, 255);
}

.cnt-ds p {
    color: #777777;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none solid rgb(119, 119, 119);
}

@media(max-width:767px) {
    .index-bg-2 h1 {
        font-size: 45px;
    }

    .about-ds h2 {
        font-size: 45px;
    }

    .facilities-ds h2 {
        font-size: 45px;
    }

    .rooms-ds h2 {
        font-size: 45px;
    }

    .gallery-img h2 {
        font-size: 45px;
    }

    .testi-ds h2 {
        font-size: 45px;
    }

    .room-description h2 {
        font-size: 45px;
    }

    .gallery-description h1 {
        font-size: 55px;
    }

    .contact-description h1 {
        font-size: 55px;
    }
}

/* annimation */
.fadeinleft {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease-out;
  }
  
  .fadeinright {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s 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;
  }


  

