@import url('https://fonts.googleapis.com/css2?family=Forum&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
   font-family: Forum;
}
h6 {
    color: #3C4A33;
}

p {
   font-family: Jost;
}

.navbar li a {
    font-family: Jost;
}

.navbar li a:active {
    color: #3C4A33;
    border-bottom: 2px solid #3C4A33;
}

.navbar li a:hover {
    color: #3C4A33;
}

.btn-prim {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #3C4A33;
    background-color: #3C4A33 ;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Jost;
    transition: box-shadow 0.2s ease;
    transition-duration: 0.2s;
}
.btn-prim:hover {
   border: 2px solid #3C4A33;
   color: #3C4A33;
}

.carousel1 {
    background: url('/assets/photos/new/689427219.jpg')  rgba(0, 0, 0, 0.288);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel2 {
    background: url('/assets/photos/new/686187422.jpg') rgba(0, 0, 0, 0.288);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel3 {
    background: url('/assets/photos/new/686189071.jpg') rgba(0, 0, 0, 0.288);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 80vh;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 18.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

.btn-sec {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #3C4A33;
  background-color: #3C4A33;
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  font-family: Jost;
  position: relative;
  transition: box-shadow 0.2s ease;
  overflow: hidden;
  transition-duration: 0.2s;
}

.home-content {
    padding: 20px;
}

.room-section {
    text-align: center;
    padding: 2em;
    border: 1px solid white;
}

.book-now {
    background: url('../assets/photos/img6.jpg') rgba(0, 0, 0, 0.490);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    text-align: center;
}

.footer_wrapper {
    background: #3C4A33;
    padding: 5% 0 5% 0;
  }
  
.footer_wrapper .copyright-section {
    background-color: #3C4A33;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
}

.links {
    list-style: none;
}
.links a{
    color: #fff;
}
.footer-link {
    list-style: none;
    color: #ceeef8;
}
.contact-info a{
    color: #fff;
}

.accordion-button {
    color: #3C4A33;
    font-size: 20px;
    font-weight: 400;
}

.accordion-button {
    color: #3C4A33 !important;
}

.section-gallery {
    background: url('../assets/photos/img6.jpg') rgba(0, 0, 0, 0.575);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: start;
    height: 50vh;
    color: white;
}

.shadow {
    box-shadow: rgba(46, 28, 1, 0.596) 0px 13px 27px -5px, rgba(43, 39, 2, 0.445) 0px 8px 16px -8px !important;
}

.section-contact {
    background: url('./photos/img24.jpg') rgba(0, 0, 0, 0.575);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: start;
    height: 50vh;
    color: white;
}

.section-rooms {
    background: url('../assets/photos/img29.jpg') rgba(0, 0, 0, 0.575);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: start;
    height: 50vh;
    color: white;
}

.section-aboutus {
    background: url('./photos/gallery/gallery22.jpg') rgba(0, 0, 0, 0.363);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: start;
    height: 50vh;
    color: white;
}
.review-box{
    text-align: start;
    padding: 2em;
    border: 1px solid rgba(44, 66, 9, 0.473);
    border-style: dashed;
  }

.review-box .fa-star{
    color: gold;
}

  @media only screen and (max-width: 870px) {
    .m-box{
        padding: 2rem;
    }

    .media {
        margin-top: 2rem;
    }

    .m-image {
        margin-top: 2rem;
    }
    .carousel-caption1 {
        bottom: 20%;
    }
    .carousel-caption2 {
        bottom: 30%;
    }
  }