:root {
  /* --primary: #894825;
  --secondary: #CEAE93; */

  --primary: #894825;
  --secondary: #9f5127;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: .3s all ease-in-out;
}
a {
  text-decoration: none;
}

.section {
  padding: 60px 0;
}



body {
  font-size: 18px;
  color: #555;
}

@media only screen and (max-width: 673px) {
  body {
    font-size: 16px;
  }
}



/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #faf6f6;
  position: fixed;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--primary) !important;
}

header .nav-link {
  font-size: 18px;
}

header .dropdown-menu {
  background-color: var(--primary);
}

header .dropdown-menu a {
  color: white;
}

.navbar {
padding-bottom: 0;
padding-top :0;
}

.navbar-toggler {
  border: none !important;
  outline: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--primary);
}

/* banner */
/* .banner {
  position: relative;
  width: 100%;
 
}  */

.banner .carousel-caption{
  position: absolute;
  bottom: 50%;
  z-index: 1000;
  transform: translateY(50%);
}
.banner .carousel-item{
  position: relative;
  height: 100vh!important;
}
.banner .carousel-item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.banner .carousel-indicators li::marker{
  color: transparent;
}
.carousel-indicators{
  align-items: center;
}
.carousel-indicators .active{
  height: 20px;
  width: 40px;
  background-color: white;
}
.banner .carousel-indicators, .carousel-control-prev, .carousel-control-next{
  z-index: 100;
}
.banner .contents h4 {
  width: fit-content;
  border-radius: 50px;
  padding: 8px 40px 8px 50px !important;
  background-color: rgba(163, 69, 25, 0.527);
}

.banner .contents h4::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 45px;
  height: 45px;
  border: 3px solid var(--primary);
  border-radius: 50%;
}

.banner .contents h4::before {
  content: "";
  position: absolute;
  top: 10;
  left: 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(../img/flavorfrontier.webp);
}

.btn {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.btn:hover {
  border: 1px solid var(--primary);
  background-color: white;
  color: var(--primary) !important;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 114px;
  }
}
@media only screen and (max-width: 692px) {
  .banner .carousel-item{
    position: relative;
    height: 100%!important;
  }
  .banner .contents {
    position: absolute;
    bottom: 80px;
    z-index: 11;
  }
  .banner .carousel-item::after{
    width: 0;
    height: 0;
  }
  .carousel-indicators .active{
    height: 10px;
    width: 30px;
    background-color: white;
  }
  .banner .contents h1 {
    font-size: 28px;
  }
} 

/* about */
.content h5 {
  width: fit-content;
  padding: 10px 40px 10px 50px !important;
}

.content h5::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  width: 45px;
  background-color: rgba(25, 163, 48, .2);
  height: 45px;
  border: 3px solid rgb(25, 163, 48);
  border-radius: 50%;
}

.content h5::before {
  content: "";
  position: absolute;
  top: 10;
  left: 14px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(../img/leaficon.webp);
}

.about .offer img {
  padding: 8px;
  border: 2px solid rgb(121, 59, 31);
  background-color: rgba(233, 128, 79, 0.24);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .about .content{
    margin-top: 35px;
  }

}



/* su-banner */
.sub-banner {
  position: relative;
  width: 100%;
} 
/* .sub-banner .carousel .carousel-inner .carousel-item img::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  background-color: red;
} */


.sub-banner .carousel-caption{
  position: absolute;
  bottom: 50%;
  z-index: 1000;
  transform: translateY(50%);
}
/* .sub-banner .carousel-item{
  position: relative;
  height: 60vh!important;
} */
.sub-banner .carousel-item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.952), rgba(255, 255, 255, 0));
  z-index: 99;
  width: 100%;
  height: 100%;
}
.sub-banner .carousel-indicators li::marker{
  color: transparent;
}
.sub-banner .carousel-indicators{
  align-items: center;
}
.sub-banner .carousel-indicators .active{
  height: 20px;
  width: 40px;
  background-color: white;
}
.sub-banner .carousel-indicators, .carousel-control-prev, .carousel-control-next{
  z-index: 100;
}

.btn {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.btn:hover {
  border: 1px solid var(--primary);
  background-color: white;
  color: var(--primary) !important;
}
@media only screen and (max-width: 890px) {
  .sub-banner .carousel-item .contents h1{
    font-size: 30px;

  }
}
@media only screen and (max-width: 692px) {
  .sub-banner .carousel-item .contents h1{
    font-size: 20px;

  }
}



@media only screen and (max-width: 692px) {
  .sub-banner .carousel-item{
    position: relative;
    height: 100%!important;
  }
  .sub-banner .contents {
    position: absolute;
 bottom: -37px;
    z-index: 11;
  }
  /* .sub-banner .carousel-item::after{
    width: 0;
    height: 0;
  } */
  .sub-banner .carousel-indicators .active{
    height: 10px;
    width: 30px;
    background-color: white;
  }
  .sub-banner .contents h1 {
    font-size: 28px;
  }
} 
@media only screen and (max-width: 500px) {
.sub-banner {
 display: none;
}
}

/* testimonial */
.testimonial .people .card {
  height: 300px;
}

.testimonial .people .card.odd {
  background-color: #2589462c;
  box-shadow: 9px 5px 5px #80808085;
}

.testimonial .people .card.even {
  background-color: #89258427;
    box-shadow: 9px 5px 5px #80808085;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: white;
  font-size: 14px;
}

.footer .footer-content {
  background: #eee;
  padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: black;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: var(--secondary);
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: black;
  font-size: 12px;
  line-height: 1;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: black;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--secondary);
 transition: 0.5s;
 letter-spacing: 0.2px;
}

.footer .footer-content .footer-newsletter form {
  margin-top: 30px;
  background: white;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.footer .footer-content .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer .footer-content .footer-newsletter form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-content .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--primary);
  color: black;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-content .footer-newsletter form input[type=submit]:hover {
  background: rgba(var(--primary), 0.85);
}

.footer .footer-legal {
  padding: 30px 0;
  background: #222;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: white;
}

.footer .footer-legal .credits a {
  color: var(--light-primary);
}

.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
  background: var(--primary);
  text-decoration: none;
}

@media only screen and (max-width: 540px) {
  .footer-info{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
}

.whatsapp:hover {
  background-color: white;
  color: #18d26e;
}

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  background-color: #222222;
  box-shadow: 0 0 .5rem #eee;
}

.call:hover {
  background-color: white;
  color: #222222;
}

/* ------------------------------
  ------------OUR STORY -----------
  ------------------------------ */
.story{
  padding-top:200px;
}
.story .card {
  box-shadow: 0px 0px 1rem #eee;
}

.story .card-title {
  position: relative;
}

/* .story .card-title::before{
    content: "";
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgb(255, 255, 255));
    width: 100%;
    height: 100px;
  } */

/* ------------------------------
  ------------OUR SERVICES -----------
  ------------------------------ */
.service-page {
  padding-top: 200px;
}
.service-page .card {
  box-shadow: 0 0 1rem #eee;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}
.contact .info {
  width: 100%;
  background: #fff;
}
#contact{
 padding-top:200px;
} 

.contact .info i {
  font-size: 20px;
  background: var(--primary);
  color: white;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--primary);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--primary);
  border: 0;
  padding: 10px 24px;
  color: white;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--secondary);
}
/* Frequently Asked Questions */
.accordion-button:focus{
  box-shadow: none;
  border: 1px solid var(--primary);
}
.accordion-button{
  border: 1px solid var(--primary);
}
.accordion-button:not(.collapsed){
  color: white;
  box-shadow: none;
  background-color: var(--secondary);
}

/*--------------------------------------------------------------
# Hot Product Section
--------------------------------------------------------------*/

.product-section .team-member .btn{
  width: 100%;
  background-color: #212529;
    border: none !important;

}
.product-section .team-member .btn:hover{
  background-color: #212529;
  opacity: 0.8;
  color:white !important;
}

.team .team-member {
  box-shadow: 0px 0 30px color-mix(in srgb, #000, transparent 92%);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}
.team .team-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: color-mix(in srgb, #ff0000, transparent 0%);
  z-index: 2;
}
.team .team-member .social span i{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 20px;
  border-radius: 50%;
  transform: translate(-14%, -10%);
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  z-index: -1;
}
.team .team-member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, #fff, transparent 0%);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .team-member .social a:hover {
  color: #000;
}
.team .team-member .social i {
  font-size: 18px;
}

.team .team-member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color:black;
}

.team .team-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: color-mix(in srgb, #000, transparent 50%);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: color-mix(in srgb, #000, transparent 30%);
}
.team .team-member .member-img img{
  height: 250px;
}
.team .team-member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px color-mix(in srgb, #000, transparent 85%);
}

.team .team-member:hover .social {
  right: 8px;
  opacity: 1;
}


@media only screen and (max-width: 540px) {
  .team .team-member .btn-dark{
    width:100%;
  }
  
}


/* faq section start */
.faq {
  padding-top: 200px;
}
/* .faq h2{
  color:var(--secondary);
} */


/* faq section end */

/* wholesale section start */

.wholesale{
  padding-top:200px;
}
/* wholesale section end */

.popular{
  color:var(--primary);
}


/* product-details page start */
.prod{
  padding-top:200px;

}
.prod-det .left{
  height: auto;
  padding: 20px;
  /* background-color: #f9f2d66e; */

}
.prod-det.section{
  padding-top:0px ;
}

.prod-det .right .icon-box span{
  font-size: 18px;
  margin: 0px 5px;
}
.prod-det .right .icon-box span i{
 background: rgb(94, 29, 29);
}
.prod-det #main-image{
  border: 1px solid rgb(218, 215, 215);
}

  .product-image {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: center;
  }
  
  .product-image img {
  width:100%;
    height: auto;
    border-radius: 2px;
  }
  
  .image-thumbnails {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    /* gap: 10px; */
  }
  
  .image-thumbnails .small-img {

    border: 2px solid transparent;
    cursor: pointer;
   flex-basis: 25%;
    
  }
  .image-thumbnails .small-img img{

 border-radius: 2px;
 /* border: 1px solid gray; */
    
  }
  .image-thumbnails img:hover {
    border-color: #555;
  }
 
  
/* product-details page start */


/* responsive style start */


@media only screen and (max-width: 1199px) {
  #contact  {
  padding-top: 150px;
  }
  .story {
    padding-top: 150px;
}
.faq {
  padding-top: 150px;
}
.wholesale {
  padding-top: 150px;
}
.prod {
  padding-top: 150px;
}
}
@media only screen and (max-width: 767px) {
  .prod {
    padding-top: 200px;
  }
  #contact  {
        padding-top: 200px;

    }
    .story {
          padding-top: 200px;

  }
  .faq {
        padding-top: 200px;

  }
  .wholesale {
        padding-top: 200px;

  }
}
@media only screen and (max-width: 475px) {
  .prod {
      padding-top: 150px;

  }
  #contact  {
          padding-top: 150px;


    }
    .story {
            padding-top: 150px;


  }
  .faq {
          padding-top: 150px;


  }
  .wholesale {
          padding-top: 150px;


  }
}
/* responsive style end */

/* reel section start */
.reel-section .team .team-member:hover {
  transform: scale(1.1);
}

.team.reels-section .team-member  {
 box-shadow:none; 
}
.team.reels-section .team-member video {
  border-radius: 10px;
 }
/* reel section end */