html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

/* button */

#button,
#button::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#button {
  background: #1c2c34d2;
  border: 3px solid #1c2c34d2 !important;
  border-radius: 5px !important;
  color: white !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

#button::before,
#button::after {
  background: white !important;
  content: "";
  position: absolute;
  z-index: -1;
}

#button:hover {
  color: #1c2c34d2 !important;
  transform: scale(1);
  cursor: pointer;
}

.btn-3 {
  overflow: hidden;
}

.btn-3::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  width: 135%;
}


/* footer */
:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #A3A190;
    --bg-color: #F4F4F4;
    --bg-white: #fff;
    --bg-black: #000;
    /* Text Style */
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --primary-text: #212122b9;
    --secondary-text: #CEA356;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #E4E4E4;
}


  .footer_wrapper {
    background-color:#1D1F25;
}
.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
}
.footer_wrapper .contact-info li a{
    color:white;
    text-decoration: none;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color:wheat;
}
.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover {
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}
.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
    background-color:  #DDDDDD;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
}
.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}

/* navbar */
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color: #FFFFFF;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.navbar-nav a {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 500;
    /* color: rgb(117, 113, 113); */
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    color: rgb(61, 59, 59);
    border-bottom: 1px solid transparent;
    position: relative;
}
.navbar-nav a:hover {
    color: #1c2c34d2;
    /* border-bottom: 1px solid #000000; */
}
.navbar-nav a.active {
    /* border-bottom: 1px solid #000000; */
    color: #1c2c34d2!important;
}
.navbar-nav a::before {
    content: '';
    width: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #1D1F25;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    transition: width .4s, left .4s;
  }
  .navbar-nav a:hover::before {
    width: 100%;
    left: 0;
  }

  /* font family */
  .cormo {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
  }

.open {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
  

/* index-bg */
#index-bg {
    background: url(img/img-15.jpg) rgba(0, 0, 0, 0.50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.index-ds h2 {
    font-size: 65px;
    color: #FFFFFF;
    line-height: 78px;
    letter-spacing: 1.3px;
    font-weight: 500;
}

.index-ds p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    font-weight: 400;
}

/* about */
.about-header {
    display: flex;
}

.about-header .border {
    transform: rotate(90deg);
    margin:0 20px;
}

.about-header .text h2 {
    color: #aa998a;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-left: 20px;
}


.about-desc h2 {
    color: #111111;
    font-size: 45px;
    letter-spacing: 0.9px;
    line-height: 54px;
    font-weight: 500;
}

.about-desc p {
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 15px 0;
}

.about-img img {
    height: 500px;
    width: 100%;
    border-radius: 5px;
}

/* facilities */
.facilities-header {
    display: flex;
}

.facilities-header .border {
    transform: rotate(90deg);
    margin:0 20px;
}

.facilities-header .text h2 {
    color: #aa998a;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-left: 20px;
}

.facilities-ds h3 {
    color: #111111;
    font-size: 26px;
    line-height: 34.6667px;
    letter-spacing: 0.52px;
    font-weight: 500;
    margin: 20px 0;
}

.facilities-ds h1 {
    font-size: 50px;
    font-weight: 500;
    color: #1D1F25;
}

.facilities-card {
    background:#1c2c34d2;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin: 15px 0;
    position: relative;
    height: 300px;
    transition: 1s ease;
}


.facilities-card:hover {
    transition: 1s ease;
    cursor: pointer;
}

.facilities-card:hover h4 {
    color: white;
    transition: 1s ease;
}

.faci-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.faci-icon i{
    color: #1C2C34;
    font-size: 30px;
    color:white;
    background: #49565D;
    padding: 30px;
    transition: 1s ease;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}


.facilities-card:hover .faci-icon i {
    background-color:white ;
    color: #A3A190;
    transition: 1s ease;
}

.faci-i-header {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.faci-i-header h4 {
    color: white;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0px 0px 22px;
    font-weight: 500;
}

.faci-i-header p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #cdcdcd;
}

.facilities-icons {
    text-align: center;
    margin-top: 50px;
}

.facilities-icons i {
    color: #aa998a;
    font-size: 50px;
}

.facilities-icons h3 {
    margin: 25px 0;
    font-size: 20px;
    line-height: 19.2px;
    letter-spacing: 1.6px;
    font-weight: 500;
}

/* gallery */
/* .gallery-img {
    position: relative;
   
}

.gallery-img::after {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #1C2C34;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
} */

/* rooms */
.room-1 {
    background: url(img/img-1.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover  ;
    background-blend-mode: multiply;
    border-radius: 5px;
}

.room-2 {
    background: url(img/img-7.jpg) rgba(0, 0, 0, 0.40);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover  ;
    background-blend-mode: multiply;
    border-radius: 5px;
}

.rooms-ds {
    margin-bottom:30px ;
}
.room-header {
    display: flex;
}

.room-header .border {
    transform: rotate(90deg);
    margin:0 20px;
}

.room-header .text h2 {
    color: #aa998a;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-left: 20px;
}

.text h1 {
    font-size: 45px;
    color: #111111;
    line-height: 54px;
    letter-spacing: 0.9px;
    font-weight:500;
}
.rooms-description h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
    font-weight: 500;
}
.room-img {
    height:35rem;
    width: 100%;
    position: relative;
}
.room-img img {
    position: absolute;
    height: 60rem;
    z-index: -1;
}

.rooms-home {
    position: absolute;
    bottom: 0;
    right: 50%;
    left: 50% ;
    width: 80%;
    transform: translate(-50%, -50%);
    background-color: #1C2C34;
    padding: 20px;
}

.rooms-home .rooms-description h2 {
    color: white;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.rooms-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rooms-fac {
    display: flex;
}
.rooms-faci {
    display: flex;
    margin-right: 20px;
}

.rooms-faci i {
    color: white;
    margin-right: 20px;
    margin-top: 10px;
}

.rooms-faci h5 {
    color: white;
    margin: 5px 0;
}
/* gallery */
.gallery-header {
    display: flex;
}

.gallery-header .border {
    transform: rotate(90deg);
    margin:0 20px;
}

.gallery-header .text h2 {
    color: #aa998a;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-left: 20px;
}

.gallery-ds .text h1 {
    font-size: 45px;
    color: #111111;
    line-height: 54px;
    letter-spacing: 0.9px;
    font-weight:500;
}
.gallery-ds {
    margin-bottom: 30px ;
}

.gallery-ds h3 {
    color: #111111;
    font-size: 26px;
    line-height: 34.6667px;
    letter-spacing: 0.52px;
    font-weight: 500;
    margin: 20px 0;
}

.gallery-ds h1 {
    font-size: 50px;
    font-weight: 500;
    color: #1D1F25;
}

.gallery {
    margin: 15px 0;
}
.gallery img {
    height: 300px;
    width: 100%;
    border-radius: 5px;
}

/* testimonials */
#testimonials {
    padding: 70px 0;
}

.testimonials-header {
    display: flex;
}

.testimonials-header .border {
    transform: rotate(90deg);
    margin:0 20px;
}

.testimonials-header .text h2 {
    color: #aa998a;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-left: 20px;
}

.testimonials-ds {
    margin: 20px 0;
}

.testimonials-ds .text h1 {
    font-size: 45px;
    color: #111111;
    line-height: 54px;
    letter-spacing: 0.9px;
    font-weight:500;
}

.testimonials-ds h3 {
    color: #111111;
    font-size: 26px;
    line-height: 34.6667px;
    letter-spacing: 0.52px;
    font-weight: 500;
    margin: 20px 0;
}

.testimonials-ds h1 {
    font-size: 50px;
    font-weight: 500;
    color: #1D1F25;
    
}

.testimonials-card h4 {
    padding: 0 10px;
    color: white;
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 38px;
    font-weight: 500;
}

.testi-card {
    border-radius: 5px;
    margin: 15px 0;
    border: 2px solid #777777;
    text-align: center;
    background-color: #1c2c34d2;
}

.testi-card i {
    color: #CEA356;
    font-size: 30px;
    margin: 15px 0;
}

.testimonials-card p {
    padding: 0 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
}

.stars i {
    color: #CEA356;
    font-size: 20px;
}

.client h4 {
    color: white;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-decoration: none;
    border-top: 2px solid #777777;
    margin: auto;
}

/* about-html */
#about-bg {
    background: url(img/img-10.jpg) rgba(0, 0, 0, 0.50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
  
}

.about-dsc h1 {
    color: white;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.about-dsc h4 {
    color: white;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3.2px;
    margin: 12px 0px 0px;
    font-weight: 400;
}
.bottom-about {
    margin-top: 50px;   
    display: flex;
    justify-content: center;
    text-align: center;
}

.bottom-about h6 {
    background-color: white;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 5px 20px;
}

.bottom-about h5 {
    color: white;
    font-size: 18px;
    margin: 0px;
     line-height: 26px;
    letter-spacing: 3.2px;
}

.bottom-about h5 a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    margin: 0px;
    line-height: 26px;
    letter-spacing: 3.2px;
    transition: 1s ease;
}

.bottom-about h5 a:hover {
    text-decoration: underline;
    transition: 1s ease;
}

/* rooms-html */
#rooms-bg {
    background: url(img/img-7.jpg) rgba(0, 0, 0, 0.50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.rooms-bg h4 {
    font-size: 25px;
    color: #111111;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin: 0px 0px 15px;
    font-weight: 500;
    text-align: center;
}

.roomss-desc {
    background-color: #F5F3F1;  
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 60vh;
}
.roomss-img img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover  ;
    background-blend-mode: multiply;
    border-radius: 5px;
    height: 60vh;
    width: 100%;
}


.roomss-faci {
    display: flex;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rooms-fac .roomss-faci i {
    color: #1C2C34;
    margin-right: 20px;
    margin-top: 10px;
}

.rooms-desc .roomss-faci h5 {
    color: #1C2C34;
    margin: 5px 0;
}
.rooms-desc .rooms-desc h2 {
    font-size: 30px;
    color: #AA998A;
    line-height: 36px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.rooms-description p {
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 12px;
    font-weight: 400;
    margin-bottom: 30px;
}

.rooms-description {
    border-bottom: 2px solid #1C2C34;
    
}

/* gallery-html */
#gallery-bg {
    background: url(img/img-11.jpg) rgba(0, 0, 0, 0.50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}



/* contact-html */
#contact-bg {
    background: url(img/img-14.jpg) rgba(0, 0, 0, 0.50);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 70vh;
}

.contact-info {
   padding: 30px;
}

.contact-info h3 {
    color: #111111;
    max-width: 600px;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.form-contact {
    margin-top: 30px;
}

.contact-card .con-des h4 {
    color: #111111;
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 10px;
    font-weight: 500;
}

.contact-card {
    display: flex;
    align-items: center;
}

.contact-card .icon i {
    font-size: 30px;
    margin-right: 30px;
    color: #24416B;
}

.contact-card .con-des h4 {
    color: #111111;
    font-size: 30px;
    line-height: 26px;
    font-weight: 500;
    text-align: start;
}

.contact-card .con-des p{
    color: #111111;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: start;
}

.contact-card .con-des p a {
    text-decoration: none;
    color: #111111;
    text-align: start;
}



/* 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;
  }


  @media (max-width:1100px) {
    .facilities-card {
        height: 350px;
    }
  }

  @media (max-width:900px) {
    .index-ds h2 {
        font-size: 50px;
    }

    .index-ds p {
        font-size: 15px;
    }
    .mob {
        display: flex;
        flex-direction: column;
    }
    /* header */
    .about-dsc h1 {
        font-size: 45px;
    }

    .about-dsc h4 {
        font-size: 15px;
    }

    .bottom-about h5 {
        font-size: 15px;
    }

    .bottom-about h5 a {
        font-size: 15px;
    }

    /* about */
    .about-header h2 {
        font-size: 15px !important;
    }

    .about-desc h2 {
        font-size: 30px;
    }

    .about-desc p {
        font-size: 15px;
    }

    /* facilities */
    .facilities-header .text  h2 {
        font-size: 15px;
    }

    .facilities-header h3 {
        font-size: 17px;
    }

    /* gallery */
    .gallery-header .text h2 {
        font-size: 15px;
    }

    .gallery-ds h1 {
        font-size: 30px !important;
    }

    /* testimonials */
    .testimonials-header .text h2 {
        font-size: 15px;
    }

    .testimonials-ds h1 {
        font-size: 30px !important;
    }

    .testimonials-card h4 {
        font-size: 20px;
    }

    .testimonials-card p {
        font-size: 15px;
    }
    /* rooms */
    .rooms-bg h4 {
        font-size: 18px;
    }

    .room-header h2 {
        font-size: 15px;
    }

    .rooms-ds .text h1 {
        font-size: 30px;
    }


    .rooms-fac {
        display: flex;
        flex-wrap: wrap;
    }

    .roomss-desc h2 {
        font-size: 18px;
    }


    .roomss-faci i {
        font-size: 18px;
    }

    .roomss-faci h5 {
        margin-top: 10px;
        font-size: 15px;
    }

    .rooms-description p {
        font-size: 15px;
    }



    /* contact */
    .contact-info h3 {
        font-size: 20px;
    }

    .con-des h4 {
        font-size: 20px !important;
    }

    .con-des p {
        font-size: 15px !important;
    }
  }

  @media (max-width:767px) {
    .about-img {
        margin: 15px 0;
    }
    
    .roomss-desc {
        height: 45vh;
       
    }

    .roomss-img img {
        height: 350px;
    }

  }

