body {
  overflow-x: hidden;
  background-color: white;
  
}


.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 30px !important;
  padding-left: .5rem;
  font-size: 19px !important;
  font-weight: 700;
  color: white;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {

  color: #FFC442;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-nav .dropdown:hover .nav-link {
  color: #FFC442;
}

.bg-light {
  background-color: #D73327 !important;
}



.se-btn {
  border: none;
  background: transparent;
  color: white;
  font-size: 23px;
}

.user-btn {
  color: white;
  font-size: 23px;
}

.sticky {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background-color: #D73327;
}

marquee {
  margin-bottom: -6px;
  font-size: 18px;
  font-weight: 600;
  background: white;
  padding: 7px;
}

.section {
  background-color: white;
}

.pt-5 {
  padding-top: 3rem !important;
  margin-top: -11px;
}

.owl-carousel .item {
  /* width: 275px; */
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

.product-name {
  color: black;
  text-decoration: none;
}

.hover-animation {
  position: relative;
}

.hover-animation img {
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.hover-animation img.image-front:hover {
  opacity: 0;
  cursor: pointer;
}

.hover-animation {
  position: relative;
  /* display: inline-block; */
  width: auto;
}

.image-front {
  width: 100%;
}

.hover-animation img {
  position: absolute;
  top: 0;
  left: 0;
  width: 84%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.hover-animation img.image-back {
  opacity: 0;
}

.hover-animation:hover img.image-back {
  opacity: 1;
}

.hover-animation:hover img.image-front {
  opacity: 0;
}

.hover-animation a,
.hover-animation p {
  position: relative;
  z-index: 1;
}

.pro-name {
  padding-top: 95%;
}

.owl-dots {
  display: none !important;
}

button.owl-prev {
  display: none !important;
}

button.owl-next {
  display: none !important;
}

img.platform {
  width: 140px !important;
}

.available .ite {
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  margin-left: 60px;
}

.section-change {
  transition: background-color 2s ease;
}

.tet {
  font-size: 76px;
  font-weight: 700;
  color: white;
  margin-top: 15px;
}

.wave {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 700;
}

.wave-para {
  font-size: 15px;
}

.section-animated {
  position: relative;
  width: 100%;
  height: 580px;
  /* Full viewport height */
  overflow: hidden;
}

.section-animated video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the entire section */
}

.pattern {
  background-color: #D73327;
  background-image: url(../img/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-carousel .it {
  font-size: 18px;
  border: 1px solid gainsboro;
  padding: 4px;
  border-radius: 10px;
}

.blog-title {
  font-size: 18px;
  margin-top: 15px;
  text-align: center;

  color: rgb(34, 33, 33);
}
.blog-detail{
  font-size: 15px;
  padding: 9px;
  margin-top: -9px;
}

.title-link {
  text-decoration: none;
}

.footer {
  background-color: #D73327;
}

.social-media {
  list-style: none;
  display: flex;
  justify-content: center;
}




.section1 {
  background-color: #ffc01b;
}

.footer-link {
  text-align: center;
  padding: 20px 0;
  background-color: #f8f8f8;
}

.footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* display: inline-flex; */
  /* gap: 10px !important; */
}

.footer-link li {
  font-size: 17px;
  font-weight: normal;
}

.footer-link a {
  text-decoration: none;
  color: #333;
}

.footer-link a:hover {
  text-decoration: underline;
  color: #007BFF;
}

.review-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 9px rgb(0 0 0 / 33%);
  padding: 20px;
  
  text-align: left;
  margin: 4px;
}

.review-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.stars {
  color: #ffc107;
  font-size: 18px;
}

.review-head {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.modal-btn {
  border: none;
  width: 100%;
  padding: 9px;
  font-weight: 500;
  background: #D73327;
  color: white;
  font-size: 17px;
}

.sign {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.review-text {
  font-size: 14px;
  color: #555;
  margin: 15px 0;
  line-height: 1.6;
}

.review-author {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.add-to-cart {
  color: #D73327;
  font-size: 26px;
}

.add-to-cart:hover {
  color: #FFC442;
}

.add-to-fav {
  color: #D73327;
  font-size: 24px;
  margin-left: 16px;
}

.add-to-fav:hover {
  color: #FFC442;
}

.add-icon {
  margin-top: 10px;
}

.social-media {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-media li {
  display: inline-block;
}

.pri {
  font-size: 20px;
  margin-top: 6px;
}

.social-link {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  transition: transform 0.4s ease-in-out;
  margin: 0 12px;
}

.social-link1 {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  transition: transform 0.4s ease-in-out;
  margin: -2px 12px;
}

.social-link:hover {
  animation: hoverEffect 0.4s ease-in-out forwards;
  color: white;
}

@keyframes hoverEffect {
  0% {
    transform: scale(1.5);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.5);
  }
}

.share-btn {

  padding: 1px 10px;

}

.section-des {
  background: #f9f8f8;
}

.follow-icon {
  text-align: center;
  color: white;
  font-size: 20px;
}




.our-pro img:hover {
  transform: scale(1.2);
  /* Zoom effect */
  transition: transform 0.3s ease-in-out;
  /* Smooth transition */
}

.pri,
.product-name {
  /* Ensure no zoom effect on these elements */
  transition: none;
}

.us-them-para {
  font-size: 16px;
  font-weight: 700;
}

.tax {
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 0;
}

.query-btn {
  border: none;
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 700;
  background: #D73327;
  color: white;
  width: 88%;
}

/* .section-faq {
  background: #d73327d4;
  background-size: cover;
  background-position: center;
  padding: 64px;
} */

.h2-head {
  font-size: 22px;
  font-weight: 700;
}

.card-sec {
  background: #FEE5A3;
  padding-top: 61px;
  padding-bottom: 61px;
}

.section-faq {
  /* padding: 0 !important; */
  background-color: #D73327;
  background-image: url(../img/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion-button::after {
  background-image: url('../img/ar-do.png');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/ar-up.png');
  transform: rotate(-0deg);
}

.contact-section {
  background-image: url(../img/cont-bg.png);
  background-size: 100% 100%;
}

.form-contaniner {
  padding: 50px;
}

.contact-sub-btn {
  border: none;
  width: 100%;
  padding: 11px;
  font-size: 21px;
  font-weight: 500;
  background-color: #f36868;
  color: white;
}

.form-div {
  background: white;
  padding: 50px;
  width: 87%;
  margin: auto;
  box-shadow: 0px 1px 4px 0px #cdb1b1;
  border-radius: 5px
}

.cont a {
  color: white;

}

.con-box-icon {
  border: 1px solid;
  height: 40px;
  color: #EB6F71;
  width: 40px;
  text-align: center;
  padding-top: 10px;
  border-radius: 34px;
  background: white;
}

.cart-box {
  border: 1px solid #0000000d;
  padding-top: 5px;
  background: #0000000d;
  border-radius: 6px;
  margin-bottom: 20px;
}

button.cart-ad {
  border: 1px solid;
  width: 45px;
  height: 32px;
  color: white;
  background-color: #D73327 !important;
  border-radius: 6px;
  margin-top: 23px;
}

button.cart-check {
  background-color: #D73327 !important;
  color: white;
  height: 60px;
  width: 320px;
  font-size: 18px;
}

.cart-container {
  max-width: 500px;
  margin: 20px auto;

  border-radius: 10px;
  padding: 20px;
}

.product-img {
  width: 60px;
  height: auto;
}

.product-title {
  font-size: 14px;
  color: #333;
}

.price {
  font-weight: bold;
  color: #000;
}

.discount-input {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 6px;
  width: 70%;
}

.apply-btn {
  border: none;
  background-color: #e0e0e0;
  padding: 7px 12px;
  cursor: pointer;
  border-radius: 5px;
}

.apply-btn:hover {
  background-color: #ccc;
}

.total {
  font-size: 18px;
  font-weight: bold;
}

.tax-note {
  font-size: 12px;
  color: #666;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.cont {
  margin-top: 167px;
  line-height: 7px;
}

.form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-check-label {
  font-size: 14px;
  color: #333;
}

.btn-save {
  font-size: 14px;
  color: #666;
}

.form-control,
.form-select {
  font-size: 14px;
  padding: 10px;
}

.form-check-input {
  margin-top: 6px;
}

.divider {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

button.cart-pay {
  height: 50px;
  width: 100%;
  font-size: 18px;
  color: white;
  background: #FFC442;
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 700;
}

a.ink {
  text-decoration: none;
  color: black;
}

p.borde {
  border: 3px solid;
  width: 40px;
  margin-top: 45px;
}

.hei {
  line-height: 7px;
}

button.sub {
  height: 45px;
  background: black;
  color: white;
  width: 100%;
  border: 3px solid black;
}

button.sub:hover {
  background: white;
  color: black;
  border: 3px solid black;
}

.logo-img {
  width: 168px;
}

.menu-logo {
  width: 176px;
}
/* .about-bann {
  background-image: url('{{ $abouts->getBannerImage() }}');
  background-size: 100% 100%;
  height: 80vh;
} */
 .about-heading{
  position: relative;
 }

.vid{
  background: #000000;
}
.section-ab-5 {
  background: #A2CA43;


}
.pointer{
  width: 40px;
  position: absolute;
  margin-left: -27px;
  margin-top: 7px;

}
.ab-5 {
  font-size: 22px;
  text-align: center;
  padding-top: 6%;
  color: white;
  width: 89%;
  margin: auto;
  /* font-family: 'Poppins', sans-serif; */
}
/* .nut {
  background: #FFCC32;
  padding: 19px;
  padding-top: 30px;
 
}
.eco {
  background: #B7EFD4;
  padding: 19px;
  padding-top: 30px;

}
.sus {
  background: #37818A;
  padding: 19px;
  padding-top: 30px;

} */
.h-full {
  display: flex;
  flex-direction: column;
}

.nut, .eco, .sus {
  flex: 1;
  padding: 30px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nut {
  background: #FFCC32;
}

.eco {
  background: #B7EFD4;
}

.sus {
  background: #37818A;
}

.nut-btn {
  text-decoration: none;
  padding: 10px 40px;
  background: white;
  color: #407B84;
  font-size: 23px;
  font-weight: 700;
  border-radius: 35px;
  /* font-family: 'Bebas Neue', sans-serif; */
}
.blub-sec {
  background-color: #FCF6DF;
}

.planet{
  font-size: 35px;
  margin-top: -2px;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-weight: 600;
}
.nut-details {
  font-size: 17px;
  font-weight: 700;
  color: #407B84;
  text-align: center;
  padding-top: 15px;
  width: 80%;
  margin: auto;
  /* font-family: sans-serif; */
}
.sus-details{
  font-size: 17px;
  font-weight: 700;
  width: 80%;
  margin: auto;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  /* font-family: sans-serif; */
}
.ab-5-ready{
  text-align: center;
  color: white;
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 35px;
  /* font-family:  sans-serif; */
}
.explor {
  
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid orange;
  color: #1a2766;
  font-weight: 500;
  background: white;
  border-radius: 25px;
}
.h2-head-about {
  font-size: 35px;
  font-weight: 600;
  /* font-family:  sans-serif; */
}

.ab-crd {
  border: 1px solid gainsboro;
  border-radius: 7px;
}

.crd-title {
text-align: center;
border: 1px solid;
width: 78%;
margin: 0 auto;
border-radius: 31px;
padding: 0.4rem;
background: green;
color: white;
font-weight: 600;
/* font-size: 0.7rem; */
/* font-family:  sans-serif; */
}
.indi-about{
text-align: center;
padding-top: 30px;
font-size: 50px;
/* font-family:  sans-serif; */
font-weight: 600;
}
.indi-para{
  width: 74%;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  /* font-family:  sans-serif; */
}
.indi-para2{
  /* font-family:  sans-serif; */
  line-height: 2 !important;
}
.ani-para {
/* font-family:  sans-serif; */
margin: 0;
}
.padma{
  padding: 0px;
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
.about-heading{
  position: relative;
 }
  .logo-img {
    width: 130px !important;
    margin-left: 37px;
  }
  .h2-head-about {
    font-size: 25px;
}
.indi-para2 {
  font-size: 16px;
}
.sus-details{
  font-size: 17px;
}
  .menu-logo {
    width: 113px;
  }

  .tet {
    font-size: 50px;
  }



  .head-icon {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .second-col {
    padding: 10px !important;
}

  .first-col {
    padding: 8px !important;
  }

  .us {
    font-size: 30px !important;
    text-align: center;
  }

  .care {
    font-size: 13px !important;
    margin-top: 12px !important;
  }

  .ready {
    font-size: 13px !important;
    padding-top: 20px !important;
  }

  .menu-section {
    padding: 6px;
  }
  .us-them-para {
    font-size: 9px!important;
  }
  .exp {
    padding: 6px 6px !important;
    font-size: 15px !important;
  }
  .section-animated{
    height: 50vh!important;
  }
  .indi-para {
    width: 90%;
    text-align: center;
    margin: auto;
    font-size: 13px;
    padding-top: 1px;
    /* font-family: 'Poppins', sans-serif; */
}
.indi-about {
  padding-top: 0px !important;
  font-size: 25px !important;
}
/* .about-bann {
  height: 20vh;
} */
.ind1{
  width: 100% !important; 
}
.ind2{
  margin-bottom: 26px;
}
.indi3{
  display: block !important;
}
.ind4 {
  display: flex;
}
.key-icon {
  flex-wrap: wrap;
  padding: 0;
}
.key-icon li {
  padding: 0px;
  flex-direction: column;
}
.form-contaniner {
  padding: 0px;
  padding-top: 35px;
}
.form-div {
  padding: 13px;
  width: 90%;
}
.ind5{
  text-align: center;
  justify-content: center !important;
}
.ind6{
  text-align: center;
  justify-content: center !important;
}


}
.ind1{
  /* background: #f9e4d3; */
  border-radius:25px;
  width: 94%; 
  height:100%;
}
.indi3{
  display: flex;
}
.head-icon {
  margin-left: 12px;
  margin-right: 22px;
}
.ind8{
  color: #D73327;
  border: 1px solid #D73327;
}
.ind8:hover{
  color: white;
  border: 1px solid #D73327;
  background: #D73327;
}


@media only screen and (min-width: 412px) and (max-width: 915px) {
  .about-heading{
    position: relative;
   }
  .nut-details {
    font-size: 10px;
   
  }
  .sus-details{
    font-size: 10px;
  }
  .ind5{
    text-align: center;
    justify-content: center !important;
  }
  .ind6{
    text-align: center;
    justify-content: center !important;
  }
  .form-div {
    padding: 13px;
    width: 90%;
}
  .form-contaniner {
    padding: 0px;
    padding-top: 35px;
}
  .key-icon {
    flex-wrap: wrap;
    padding: 0;
}
.key-icon li {
  padding: 0px;
  flex-direction: column;
}
  .ind4 {
    display: flex;
}
  .ind2{
    margin-bottom: 26px;
  }
  .ind1{
    width: 100% !important; 
  }
  .indi-about {
    padding-top: 0px !important;
    font-size: 25px !important;
  }


}
@media (max-width: 740px) {
  /* Styles for extra small devices */
 .footer-link ul{
      display: flex;
      flex-direction: column;
  }
}

.h2-head-about {
  font-size: 25px;
}
.indi-para2 {
font-size: 16px;
}
  .logo-img {
    width: 130px !important;
    margin-left: 37px;
  }
  
  .indi-para {
    width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 1px;
    /* font-family: sans-serif; */
}
.indi-about {
  text-align: center;
  padding-top: 10px;
  font-size: 30px;
  /* font-family: 'Bebas Neue', sans-serif; */
  font-weight: 600;
}
  .us-them-para {
    font-size: 9px!important;
}
  .exp {
    padding: 6px 6px !important;
    font-size: 15px !important;
  }

  .ready {
    font-size: 13px !important;
    padding-top: 20px !important;
  }

  .menu-section {
    padding: 6px;
  }

  .first-col {
    padding: 8px !important;
  }

  .menu-logo {
    width: 113px;
  }

  .care {
    font-size: 13px !important;
    margin-top: 12px !important;
  }

  .us {
    font-size: 30px !important;
    text-align: center;
  }

  .tet {
    font-size: 50px;
  }

  .footer-link ul {
    display: flex;
    line-height: 35px;
    justify-content: center;
    /* gap: 10px; */
}

 
  .section-animated{
    height: 50vh!important;
  }
  .second-col {
    padding: 10px !important;
}
