
/* ✅ Adelle Sans Arabic */
@font-face {
  font-family: "AdelleSansArabic";
  src: url("fonts/AdelleSansARA-Bold.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "AdelleSansArabic";
  src: url("fonts/AdelleSansARA-Semibold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "AdelleSansArabic";
  src: url("fonts/AdelleSansARA-Bold.otf") format("opentype");
  font-weight: 700;
}


/* ✅ DIN Next LT Arabic */
@font-face {
  font-family: "DINNextArabic";
  src: url("fonts/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "DINNextArabic";
  src: url("fonts/DINNextLTArabic-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "DINNextArabic";
  src: url("fonts/DINNextLTArabic-Bold.ttf") format("truetype");
  font-weight: 700;
}

:root {
    --primary: #B2292E;
    --dark: #231F20;
}

body {
    margin: 0;
    font-family: "DINNextArabic", sans-serif;
    overflow-x: hidden;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparent !important;
    border-color: transparent !important;
}
a, a:hover, a:focus, button, button:hover, button:focus {
    text-decoration: none;
}
.container-fluid {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
/* Navbar Start */
header {
    background: #231F20;
}
.navbar-brand img {
    width: 65px;
}
.navbarIcon{
    transition: 0.3s;
}
.navbarIcon:hover {
    opacity: 0.8;
}
.navbarIcon img {
    width: 26px;
    margin-right: 10px;
}
.navbarIcon span {
    color: #FBF2E8;
    position: relative;
    top: 2px;
    text-transform: uppercase;
}
.navbarIcon span:hover {
    color: #B2292E;
    transition: all 0.5s;
}
.signupBtn {
    border: 1px solid #FBF2E8;
    border-radius: 50px;
    color: #FBF2E8;
    text-transform: uppercase;
    line-height: 0;
    padding: 14px 18px 16px 18px;
    transition: 0.3s;
}
.signupBtn:hover {
    background: #B2292E;
    border: 1px solid #B2292E;
    color: #FBF2E8;
    transition: all 0.5s;
}
.langText {
    color: #FBF2E8;
}
.langText img {
    width: 22px;
    height: 22px;
    margin-right: 2px;
    position: relative;
}
.navbarOffcanvas {
    background: hsl(345deg 6.06% 12.94% / 95%)
}
.navbarOffcanvas h5 {
    color: #B2292E;
}
.navbarOffcanvas-menu a {
    display: block;
    color: #FBF2E8;
    transition: 0.3s;
    font-size: 18px;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(251 242 232 / 8%);
}
.navbarOffcanvas-menu a:hover {
    color: #B2292E;
    border-bottom: 1px solid rgb(251 242 232 / 60%);
}
/* Navbar End */
/* Whatsapp Start */
.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 6;
}
.whatsapp-float img {
    width: 66px;
    transition: transform 0.4s ease;
}
.whatsapp-float img:hover {
    transform: scale(1.15);
}
/* Whatsapp End */
/* Banner Start */
.hero-section {
  background-color: #b42025; 
  color: #fff;
  position: relative;
}
.hero-section img {
    position: relative;
    z-index: 2;
    left: -8%;
    bottom: -50px;
}
.zigzag-banner {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url(../img/banner-pattern1.svg);
  background-repeat: repeat-x;
  background-size: 100% auto; 
  background-position: bottom center; 
  z-index: 1;
  transform: translateY(23%); 
}
.banner-btn {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    max-width: 335px;
    bottom: 32%;
    background: #FBF2E8;
    color: #b2292e;    
    padding: 12px 35px 9px 35px;
    border-radius: 40px;
    text-decoration: none;
    margin-top: 45px;
    display: inline-block;
    z-index: 2;
    position: relative;
    font-family: "AdelleSansArabic";
    font-weight: 400;
}
.banner-btn:hover {
    background: #231F20;
    color: #FBF2E8; 
    transition: all 0.5s;
}
.hero-img {
  max-width: 100%;
  height: auto;
}
.hero-caption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: -40px;
  z-index: 3;
}
.hero-caption h1 {
    font-size: 105px;
    color: #FBF2E8;
    font-family: "AdelleSansArabic";
    font-weight: 700;
}
/* Banner End */
/* Download Menu Start */
.download-menu-section {
    position: relative;
    width: 100%;
    height: 1080px;
    top: 0;
    background-image: url(../img/download-menu-img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
.zigzag-download-menu {
    width: 100%;
    height: 150px;
    top: 0;
    position: absolute;
    background-image: url(../img/download-menu-pattern1.svg);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}
.download-menu-section-btn {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    max-width: 430px;
    bottom: 32%;
    background: #b2292e;
    color: #FBF2E8;    
    padding: 14px 40px 10px 40px;
    border-radius: 40px;
    font-family: "AdelleSansArabic";
    font-weight: 400;
    text-decoration: none;
    margin-top: 18px;
    display: inline-block;
    transition: 0.3s;
}
.download-menu-section-btn:hover {
    background: #FBF2E8;
    color: #b2292e;  
    transition: all 0.5s;
}
/* Download Menu End */
/* Love it Start */
.loveit-section {
    position: relative;
    /* background-image: url(../img/loveat-bg1.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 825px;
}
.zigzag-download-menu {
    width: 100%;
    height: 150px;
    top: 0;
    position: absolute;
    background-image: url(../img/download-menu-pattern1.svg);
    background-size: 100% 100%;
    background-repeat: repeat-x;
}
.loveit-section-btn {
    position: absolute;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    max-width: 430px;
    bottom: 32%;
    background: #b2292e;
    color: #FBF2E8;    
    padding: 14px 40px 10px 40px;
    border-radius: 40px;
    font-family: "AdelleSansArabic";
    font-weight: 400;
    text-decoration: none;
    margin-top: 18px;
    display: inline-block;
    transition: 0.3s;
}
.loveit-section-btn:hover {
    background: #FBF2E8;
    color: #b2292e;  
    transition: all 0.5s;
}
.carousel {
    position: relative;
    z-index: -1;
}
.carousel-indicators {
    margin-bottom: 10rem;
}
.slider-section {
    position: relative;
    overflow: hidden;
}
.slide-img {
    height: 825px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.slide-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.carousel-indicators [data-bs-target] {
    background-color: #fff;
}
/* Love it End */
/* Ingredients Start */
.ingredients-section {
    background: #b2292e;
    padding: 100px 0 235px 0;
    color: #FBF2E8;
    position: relative;
}
.ingredients-section h4 {
    text-align: center;
    font-size: 30px;
    color: #EFCB00;
}
.zigzag-ingredients {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ingredients-pattern1.svg);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: top center;
    transform: translateY(-13.4%);
    z-index: 0;
}
.ingredients-section-box {
    border: 1px solid #fff;
    border-radius: 22%;
    margin: 10px 0;
    transition: all 0.5s;
}
.ingredients-section-box.active {
    border: 1px solid #EFCB00;
}
.ingredients-section-box:hover {
    border: 1px solid #EFCB00;
}
.ingredients-section-box img:hover {
    transform: scale(1.1);
}
.ingredients-section h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    margin-bottom: 60px;
    position: relative;
}
.ingredients-section p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 20px;
    color: #FBF2E8;
}
.ingredients-section-box {
  position: relative;
  display: inline-block;
  width: 205px;
  height: 205px;
  cursor: pointer;
}
.ingredients-section-box img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ingredients-section-box img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.ingredients-section-box:hover img:last-child {
  opacity: 1;
}
.ingredients-text {
    margin-top: 30px;
    font-size: 18px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.ingredients-text.active {
    display: block;
    animation: fade 0.5s;
}
@keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}
.ingredients-section-box img:first-child {
  display: none;
}
.ingredients-section-box img:last-child {
  display: inline-block;
}
.ingredients-section-box.active img:first-child {
  display: inline-block;
}
.ingredients-section-box.active img:last-child {
  display: none;
}
.ingredients-text.active {
  display: block;
}
/* Ingredients End */
/* Product Section Start */
.zigzag-ingredients-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ingredients-pattern1.svg);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: bottom center;
    transform: translateY(13.25%);
    z-index: 0;
}
.product-section {
    background: #B2292E;
    text-align: center;
    padding: 1px 0 60px 0;
    position: relative;
}
.zigzag-product {
    width: 100%;
    height: 140px; 
    background: url("../img/product-pattern1.svg") repeat-x;
    background-size: auto 100%; 
    background-position: 0 0;
    animation: movePattern 50s linear infinite;
    image-rendering: -webkit-optimize-contrast; 
    position: absolute;
    top: -108px;
}
.product-section-box {
    background: linear-gradient(to bottom, #F2C6A6 84%, #FBF2E8 16%);
    border-radius: 24px;
    text-align: center;
    width: 95%;
    margin: 40px 0;
    cursor: pointer;
}
.product-section-box .product-img {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    margin-bottom: 1.2rem;
    transition: transform 0.4s ease;
    transform: scale(1.3);
}
.product-section-box:hover .product-img {
    transform: scale(1.35);
}
.product-section-box .product-title {
    color: #B2292E;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 42px;
    padding-bottom: 20px;
}
.product-section h2 {
    color: #FBF2E8;
    font-size: 94px;
    font-family: "AdelleSansArabic";
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 0;
}
.product-section h3 {
    color: #FBF2E8;
    font-size: 108px;
    font-family: "AdelleSansArabic";
    font-weight: 700;
}
.product-section-btn {
    background: #FBF2E8;
    color: #B2292E;
    font-size: 28px;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: "AdelleSansArabic";
    font-weight: 400;
    max-width: 420px;
    margin: 70px 0px 50px 0;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.product-section-btn:hover {
    background: #231F20;
    color: #FBF2E8;  
    transition: all 0.5s;
}
.product-section-logo img {
  margin: 10px 15px;
}
.product-section-logo a {
    transition: all 0.5s;
}
.product-section-logo a:hover {
    opacity: 0.6;
}
.product-section-logo a:nth-child(1) img {
  width: 150px;
  height: auto;
}
.product-section-logo a:nth-child(2) img {
  width: 180px;
  height: auto;
}
.product-section-logo a:nth-child(3) img {
  width: 160px;
  height: auto;
}
.product-section-logo a:nth-child(4) img {
  width: 65px;
  height: auto;
}
.product-section-bottom {
    margin-top: 45px;
}
#orderModal {
    background: rgb(0 0 0 / 15%);
}
#orderModal .modal-content {
    background: rgb(35 31 32 / 95%);
}
#orderModal .close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #e8e0d7;
    display: flex;
    background: #B2292E;
    align-items: center;
    border-radius: 52px;
    font-weight: 600;
    align-content: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
#orderModal .close-btn:hover {
    opacity: 0.8;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.order-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 50%;
  padding: 10px;
}

.order-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.order-logo {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.order-btn {
  padding: 8px 20px;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#orderModal h4 {
    color: #B2292E;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #382d2f;
}
#orderModal a:hover {
    opacity: 0.65;
    transition: all 0.5s;
}
/* Mobile - 1 column */
@media (max-width: 576px) {
  .order-card {
    width: 100%;
  }
}
.order-logo.logo-1 { width: 150px; }
.order-logo.logo-2 { width: 180px; }
.order-logo.logo-3 { width: 160px; }
.order-logo.logo-4 { width: 65px; }

.order-logo {
  height: 100%;
}

/* Button */
.order-btn {
  margin-top: 10px;
  padding: 6px 14px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 5px;
}
/* Product Section End */
/* Footer Start */
.footer-section {
    background: #FBF2E8;
    position: relative;
    padding: 20px 0;
}
.zigzag-footer {
    width: 100%;
    height: 140px;
    top: -53px; 
    position: relative;
    background: url("../img/footer-pattern1.svg") repeat-x;
    background-size: auto 100%; 
    background-position: 0 0;
    animation: movePattern 50s linear infinite;
    image-rendering: -webkit-optimize-contrast; 
}
@keyframes movePattern {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -1902px; /* width of the image */
  }
}
footer ul {
    margin-bottom: 0 !important;
}
.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    text-decoration: none;
    font-weight: 500;
    color: #231f20;
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.footer-links a:hover {
    color: #B2292E;
}
.footeremailSec {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.subscribe-box {
  display: flex;
  align-items: center;
  background-color: #231f20; 
  border-radius: 8px;
  overflow: hidden;
  width: 250px;
    margin: 0 auto;
}

.subscribe-box input {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  width: 133px;
  font-size: 16px;
}

.subscribe-box input::placeholder {
  color: #e0e0e0;
}
.subscribe-box button {
    background-color: #FBF2E8;
    color: #231f20;
    border: none;
    padding: 3px 20px 5px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}
.subscribe-box button:hover {
    background: #B2292E;
    color: #FBF2E8;  
    transition: all 0.5s;
}
.footer-line {
    opacity: 1;
    border: 1px solid #231f20;
}
.footerlogoSec img {
    max-width: 50%;
}
.footerlogoSec p {
    color: #B2292E;
    font-size: 24px;
    font-weight: 500;
}
.socialIcons a img {
    width: 26px;
    height: 26px;
    margin: 8px 0 8px 22px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.socialIcons a img:hover {
    animation: bounce 0.6s ease;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.footercopySec a {
    text-decoration: none;
    font-weight: 500;
    color: #231f20;
    font-size: 20px;
    letter-spacing: .5px;
}
.footercopySec a:hover {
    color: #B2292E;
}
.iframeSection {    
    padding-bottom: 320px;
    padding-top: 30px;
    text-align: center;
} 
.iframeSection p { 
    margin: 0 auto !important;
    max-width: 100% !important;
    margin-top: -22px !important;
    padding-bottom: 35px;
}   
.iframeSection iframe {
    border-radius: 22px;
    max-width: 44%;
    width: 44%;
    margin: 0 auto;    
    padding: 0;
    border: 1px solid #b2292e !important;
}
.getText {
    margin-top: -22px !important;
}
/* Footer End */
/* About Us Start */
.about-inner-section {
    position: relative;
    background-image: url(../img/about-inner-bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
}
.zigzag-inner-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ingredients-pattern1.svg);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: bottom center;
    transform: translateY(13%);
    z-index: 0;
}
.about-section {
    background: #B2292E;
    position: relative;
    z-index: 1;
}
.zigzag-aboutus {
    width: 100%;
    height: 140px;
    background: url(../img/product-pattern1.svg) repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    animation: movePattern 50s linear infinite;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}
.about-section-content {
    padding-top: 100px;
    padding-bottom: 275px;
}
.about-section h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    margin-bottom: 35px;
}

.about-content{
        max-width: 48%;
         margin: 15px 8%;
}

.about-section p:first-child,
.about-section p:last-child{
    display: none;
}

.about-section p {
    text-align: center;
   
    font-size: 22px;
    color: #FBF2E8;

}
/* About Us End */
/* Contact Start */
.contact-inner-section {
    position: relative;
    background-image: url(../img/contact-inner-bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
}
.zigzag-inner-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ingredients-pattern1.svg);
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: bottom center;
    transform: translateY(13%);
    z-index: 0;
}
.contact-section {
    background: #B2292E;
    position: relative;
    z-index: 1;
}
.zigzag-contact {
    width: 100%;
    height: 140px;
    background: url(../img/product-pattern1.svg) repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    animation: movePattern 50s linear infinite;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}
.contact-section-content {
    padding-top: 100px;
}
.contact-section h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 46px;
    margin-bottom: 35px;
}
.contact-section p {
    text-align: center;
    margin: 20px 8%;
    font-size: 22px;
    color: #FBF2E8;
    max-width: 48%;
}
.contact-section-form {
    max-width: 48%;
    margin: 0 auto !important;
    text-align: center;
    padding-bottom: 35px;
    padding-top: 30px;
}


.contact-section-form p{
    max-width: inherit;
    margin: 0px;
}

.contact-section a,
.contact-section-form a {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 35px;
}
.contact-section-form a:hover {
    color: #FBF2E8;
}
.form-control {
    background: #981C26;
    border: none;
    color: #fff;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
}
.form-control::placeholder {
    color: #ddd;
}
.form-control:focus {
    box-shadow: none;
    background: #981C26;
    color: #fff;
}
textarea.form-control {
    min-height: 236px;
    height: 236px;
    resize: none;
}
.btn-send {
    background: #eee;
    color: #c62828;
    font-weight: bold;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    border: none;
}
.btn-send:hover {
    background: #fff;
}


.wpcf7-spinner{
    display: none !important;
}

/* Contact End */
@media (max-width: 400px) {
    .hero-caption h1 {
        font-size: 36px !important;
        margin-top: 115px;
    }
    .hero-section img {
        top: 30px !important;
    }
    .zigzag-banner {
        transform: translateY(14%) !important;
    }
    .carousel-indicators {
        margin-bottom: 3rem !important;
    }
    .zigzag-ingredients {
        transform: translateY(-2.8%) !important;
    }
    .zigzag-ingredients-1 {
        transform: translateY(6%) !important;
    }   
    .zigzag-inner-1 {
        transform: translateY(6%) !important;
    } 
    #orderModal .close-btn {
        position: absolute;
        right: 0;
        top: 0;
    }


    .form-control.wpcf7-tel.wpcf7-validates-as-tel{
        margin-bottom: 0px;
    }

    #contactForm p{
        margin-bottom: 0px;
    }
}
@media (max-width: 592px) {
    .navbarIcon span {
        display: none;
    }
    .langText img {
        display: none;
    }
    .navbar-brand img {
        width: 50px;
    }
    .hero-caption h1 {
        font-size: 40px;
        margin-top: 115px;
    }
    .hero-section img {
        left: -36%;
        max-width: 200%;
        top: 35px;
    }
    .carousel-indicators {
        margin-bottom: 4rem;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
    .zigzag-banner {
        transform: translateY(15%);
    }
    .banner-btn {
        font-size: 16px;
        padding: 8px 25px 6px 25px;
        margin-top: 0;
    }
    .download-menu-section {
        height: 450px;
        background-size: cover;
        background-position: center;
    }
    .download-menu-section-btn {
        font-size: 16px;
        max-width: 285px;
    } 
    .zigzag-download-menu {
        top: -48px !important;
    }
    .product-section {
        padding: 0 0 60px 0;
    }
    .product-section-bottom {
        margin-top: 0;
    }
    .zigzag-product {
        height: 130px;
        top: -100px;
    }
    .product-section h2 {
        font-size: 45px;
    }
    .product-section h3 {
        font-size: 46px;
    }
    .product-section-btn {
        font-size: 16px;
        padding: 12px 20px;
        max-width: 226px;
    }    
    .product-section-box .product-title {
        font-size: 20px;
    }    
    .zigzag-ingredients {
        transform: translateY(-3%);
    }
    .ingredients-section {
        padding: 100px 0 185px 0;
    }
    .ingredients-section-box {
        width: 165px;
        height: 165px;
    }
    .ingredients-section h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }
    .loveit-section {
        height: 450px;
    }
    .slide-img {
        height: 450px;
    }
    .zigzag-ingredients-1 {
        transform: translateY(7%);
    }
    .footeremailSec {
        padding-top: 5%;
    }
    .zigzag-footer {
        height: 130px;
    }
    .footer-section ul {
        text-align: center;
    }
    .about-inner-section {
        height: 450px;
    }
    .zigzag-inner-1 {
        transform: translateY(7%);
    }
    .about-section-content {
        padding-top: 85px;
        padding-bottom: 255px;
    }
    .about-section h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .about-section p {
        margin: 15px 1%;
        font-size: 20px;
        max-width: 98%;
    }
    .contact-section-content {
        padding-top: 85px;
    }
    .contact-section h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .contact-section p {
        margin: 15px 1%;
        font-size: 20px;
        max-width: 98%;
    }
    .contact-section-form {
        max-width: 100%;
        justify-content: center;
    }
    .contact-section-form a {
        font-size: 40px;
    }
    .contact-inner-section {
        height: 450px;
    }
    .iframeSection iframe {
        max-width: 82%;
    }
    #orderModal .close-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .order-card {
        height: 70px;
    }
    .order-logo.logo-1 {
        width: 125px;
    }
    .order-logo.logo-2 {
        width: 140px;
    }
    .order-logo.logo-3 {
        width: 130px;
    }
    .order-logo.logo-4 {
        width: 50px;
        margin-bottom: 20px;
    }

    .form-control.wpcf7-tel.wpcf7-validates-as-tel{
        margin-bottom: 0px;
    }

    #contactForm p{
        margin-bottom: 0px;
    }
    
    .sas-ingredient-top-box{
        text-align:center;
    }

}
@media (min-width: 602px) and (max-width: 992px) {    
    .hero-caption {
        top: 25px;
    }
    .hero-caption h1 {
        font-size: 68px;
    }
    .hero-section img {
        left: -18%;
        max-width: 150%;
        top: 40px;
    }
    .zigzag-banner {
        transform: translateY(19.8%);
    }
    .banner-btn {
        font-size: 18px;
        margin-top: 0;
    }
    .zigzag-download-menu {
        top: -24px !important;
    }
    .download-menu-section {
        height: 545px;
    }
    .download-menu-section-btn {
        font-size: 22px;
    }
    .zigzag-ingredients {
        transform: translateY(-7.6%);
    }
    .zigzag-product {
        height: 72px;
        top: -55px;
    }       
    .product-section h2 {
        font-size: 60px;
    }    
    .product-section h3 {
        font-size: 64px;
    }
    .ingredients-section-box {
        width: 165px;
        height: 165px;
    }
    .zigzag-footer {
        height: 72px;
        top: -38px;
    } 
    .zigzag-ingredients-1 {
        transform: translateY(11.5%);
    }
    .loveit-section {
        height: 500px;
    }
    .slide-img {
        height: 500px;
    }
    .carousel-indicators {
        margin-bottom: 5rem;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
    .ingredients-section {
        padding: 100px 0 165px 0;
    }
    .about-inner-section {
        height: 650px;
    }
    .about-section-content {
        padding-top: 90px;
        padding-bottom: 150px;
    }
    .zigzag-inner-1 {        
        transform: translateY(8.5%);
    }
    .about-section p {
        max-width: 82%;
    }
    .zigzag-aboutus {
        height: 72px;
        margin-bottom: 0;
    }
    .about-section-content {
        padding-top: 90px;
    }
    .contact-inner-section {
        height: 650px;
    }
    .contact-section p {
        max-width: 82%;
    }

    #contactForm p{
        max-width: 100%;
    }


    .contact-section-form {
        max-width: 82%;
    }
    .zigzag-contact {
        height: 72px;
        margin-bottom: 0;
    }
    .iframeSection {
        padding-bottom: 185px;
    }
    .iframeSection iframe {
        max-width: 82%;
    }
}
@media (min-width: 998px) and (max-width: 1028px) {
    .hero-caption {
        top: 0;
    }
    .hero-caption h1 {
        font-size: 70px;
    }    
    .zigzag-banner {
        transform: translateY(21.5%);
    }
    .banner-btn {
        font-size: 22px;
        margin-top: 20px;
    }
    .download-menu-section {
        position: relative;
        width: 100%;
        height: 700px;
    }
    .zigzag-product {
        height: 95px;
        top: -73px;
    }
    .zigzag-footer {
        height: 125px;
    }
    .download-menu-section-btn {
        font-size: 24px;
    }
    .zigzag-ingredients {
        transform: translateY(-9%);
    }
    .ingredients-section-box {
        width: 145px;
        height: 145px;
    }
    .loveit-section {
        height: 625px;
    }
    .slide-img {
        height: 625px;
    }
    .carousel-indicators {
        margin-bottom: 7rem;
    }
    .zigzag-ingredients-1 {
        transform: translateY(12.25%);
    }
    .product-section h3 {
        font-size: 96px;
    }
    .product-section h2 {
        font-size: 90px;
    }
    .zigzag-inner-1 {
        transform: translateY(9%);
    }
}
@media (max-width: 1028px) { 
    .zigzag-download-menu {
        top: -8px;
    }    
}
@media (min-width: 1800px) { 
    .zigzag-ingredients {
        transform: translateY(-22.5%);
    }   
    .zigzag-banner {
        transform: translateY(26.7%); 
    }
}

@media (min-width: 1900px) {    
    .zigzag-ingredients {
        transform: translateY(-16.5%);
    }  
    .zigzag-ingredients-1 {
        transform: translateY(16.5%);
    } 
    .zigzag-banner {
        transform: translateY(23.5%);
    } 
    .zigzag-inner-1 {
        transform: translateY(16%);
    }   
}

.pattern-strip {
  width: 100%;
  height: 140px; 
  background: url("img/pattern.png") repeat-x;
  background-size: contain;
  background-position: 0 0;
  animation: scrollPattern 20s linear infinite;
}

@keyframes scrollPattern {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}

.pattern-strip img,
.pattern-strip {
  display: block;
  background-repeat: repeat-x;
  background-color: #fef6ef; 
}