@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



#billboard {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  color: white;
  padding: 20px;
  position: relative;
}


#header .menu-list a:hover {
  color: #ca9534 !important;
}

#book {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding: 20px;
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.7);
}

/* #book .col-md-12.col-lg-8.my-auto.px-5.col-sm-12 {
    background-color: #ffffffb5;
    padding-bottom: 33px;
  } */

#book .section-title {
  color: #E8E3CA !important;
}


.contact-bg {
  /* background-image: url(../images/contact-bg.jpg);
      background-size: cover; 
      background-position: center;
      background-repeat: no-repeat; 
      height: auto; 
      padding: 20px; 
      z-index: 9999; */
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.7);
}

#contact {
  background-image: url(../image/background/contactbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}


#contact .form-group {
  margin-top: 17px !important;
}

#contact button {
  margin-top: 5px;
}

#contact button {
  margin-top: 25px;
}

input[type=submit] {
  background-color: #d17227;
  transition: 0.3s;

}

input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid black;
  color: black;

}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  color: #036f23;
}


#contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  /* color: white; */
}

#contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  margin-top: 11px;
}

#contact i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #c99331;
}

#contact input {
  padding: 8px;
  margin-bottom: -5px;
  box-sizing: border-box;
  z-index: 1;
}

.bi-instagram:hover {
  color: black !important;
}

.icon-facebook:hover {
  color: black !important;
}


input[type=text],
select,
textarea {
  width: 45%;
  padding: 12px;
  border: 1px solid #080808;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  width: 100%;
}

.wpcf7-textarea {
  height: 100px;
}

input[type="submit"] {
  background-color: #9f151f;
  padding: 20px !important;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.44);
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 50%;
  background-color: transparent;
  color: #c99331;
  border: 3px solid #c99331;
}

#backToTopBtn svg.bi.bi-chevron-up {
  font-size: 104px;
  font-weight: bold;
}

#backToTopBtn:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.wpcf7-textarea,
.wpcf7-form-control.wpcf7-text {
  border: none;
  background-color: white;
}


#book .bi.bi-dot{
  background-color: #c99331;
  border-radius: 50%;
  width: 46px;
  margin: 23px;
}

#book .bi.bi-quote {
  font-size: 28px;
  color: #595959;
  padding-right: 11px;
}

#book #carouselExampleInterval {
  background-color: #fbfbfbc9;
  border: 2px solid aliceblue;
}

#book #carouselExampleIntervalsecond {
  background-color: #fbfbfbc9;
  border: 2px solid aliceblue;
}

.product-list .carousel-indicators [data-bs-target] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background-color: #c99331 !important;

}
#carouselExampleInterval .carousel-control-next i,
#carouselExampleInterval .carousel-control-prev i,
#carouselExampleIntervalsecond .carousel-control-next i,
#carouselExampleIntervalsecond .carousel-control-prev i{
    background: #000 !important;
    width: 40px !important;
    
}
#purchase {
    /*background-image: url(../images/bg/purchase-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff9dcad;
}

#purchase .purchase {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0rem 5rem 0rem;
}

#purchase .purchase .purchase_card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: #fff; */
    padding: 1rem;
    border-radius: 20px;
}
#purchase .purchase .purchase_img {
    text-align: center;
}

#purchase .purchase .purchase_img img {
    max-width: 100%;
    width: 25vw;
}


@media (max-width: 768px) {
    #purchase .purchase .purchase_img img {
        max-width: 100%;
        width: 100%;
    }
       #header .container-fluid .row .col-md-2 {
        flex: 0 0 auto;
        width: 29%;
    }

 #header .container-fluid .row   .col-md-4 {
        flex: 0 0 auto;
        width: 70%;
    }

   #header .container-fluid .row .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 375px) {
       #header .container-fluid .row .col-md-2 {
        flex: 0 0 auto;
        width: 100% !important;
    }

 #header .container-fluid .row   .col-md-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }

   #header .container-fluid .row .col-md-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
#owl-purchase .item {
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#owl-purchase .item img {
    display: block;
    width: 100%;
    height: auto;
}
.item .footer-btns a {
    background: #C99331;
    padding: .5rem 3rem;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff;
    border: 2px solid #C99331;
    transition: all .3s ease-in-out;
}

.item .footer-btns a:hover {
    background-color: transparent;
    color: #C99331;
}