@font-face {
  font-family: gesslight;
  src: url(../fonts/GESSTwoLight-Light.woff2);
}

@font-face {
  font-family: gess;
  src: url(../fonts/GESSTwoMedium-Medium.woff2);
}


body {
  direction: rtl;
  font-family: gess, gesslight, "Zain";
  position: relative;
}



/*===================================================*/
/*Start Block2*/
.block2-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--title-color);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  width: 100%;
}

.block2-head span {
  color: var(--title-color);
  font-size: 32px;
}

.block2-head img {
  margin-top: 15px;
  max-width: 120px;
  height: auto;
}



:root {
  --gap: 2px;
  --title-color: #6b0f1a;
  /* deep maroon */
  --name-bg: #f8f4f0;
  /* soft warm white */
  --benefit-bg: #d4af37;
  /* gold */
  --card-bg: #a05261
}

.ingredients-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.ingredient-row {
  background-color: #f9f5ef;
  /* soft cream */
  border: 1px solid #d4af37;
  /* gold border */
  display: grid;
  grid-template-columns: 530px 80px 200px 80px 1fr;
  align-items: center;
  gap: var(--gap);
  width: auto;
  max-width: calc(100% - 40px);
  margin: 0 20px;
  padding-left: 30px;
  border-radius: 12px;
}

.ingredient-row .name {
  width: 100%;
  height: 100px;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--name-bg);
  border-radius: 8px;
  margin-left: 20px;

}

.ingredient-row .arrow-1 img,
.ingredient-row .arrow-3 img {
  display: block;
  width: 90px;
  height: 90px;
}

.ingredient-row .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.ingredient-row .photo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ccc;
  background-color: white;
}

.ingredient-row .benefits {
  direction: rtl;
  text-align: right;
  padding: 20px;
}

.ingredient-row .benefits h4 {
  margin: 0 0 8px 0;
  font-size: 22px;
  color: var(--title-color);
  background-color: var(--benefit-bg);
  padding: 8px 14px;
  border-radius: 8px;
}

.ingredient-row .benefits ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  list-style-position: inside;
  font-size: 20px;
  font-weight: 550;
}

.ingredient-row .benefits li {
  background: url('../images/check.png') no-repeat right center;
  /* RTL: on right side */
  background-size: 20px 20px;
  /* adjust size */
  padding-right: 28px;
  /* space for the checkmark */
  margin-bottom: 8px;
  margin: 6px 0;
  line-height: 1.6;
  color: #333;
}


/*Start Block1*/
.block1,
.block1 * {
  font-family: 'Readex Pro', sans-serif !important;
}

.block1 {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #323949;
}

.block1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2000px;
  margin: auto;
  position: relative;
}

.block1-contents-container {
  width: 60%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px;
}

.block1-contents-container-1 {
  max-width: 458px;
  margin: auto;
  padding-top: 30px;
}

.block1-contents-container-2 {
  width: 50%;
}

.block-img2 {
  width: 80%;
  margin: auto;
}

.block-logo {
  width: 85%;
  margin: auto;
}

.block1-head {
  font-size: 30px;
  margin: auto;
  line-height: 1.6;
  text-align: right;
  width: 70%;
  position: relative;
}

.block1-head:after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #b12431;
}

.block1-head1 {
  font-size: 38px;
  color: #af3333;
  line-height: 1;
  margin: 20px auto 30px;
  font-weight: 500;
}

.block1-head1 span {
  color: #606060;
  font-size: .6em;
  font-weight: 300;
  display: block;
  margin-top: 1em;
  line-height: 1.8;
}

.block1-head2 {
  font-size: 27px;
  text-align: justify;
  margin: 0 auto 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #606060;
}

.block1-head2 i {
  margin-left: 8px;
  color: #af3333;
  font-size: 1.6em;
}



.block1-container-3 {
  padding: 0 0 50px;
}



.block1-btn {
  background: #af3333;
  color: #fff;
  width: 340px;
  font-size: 33px;
  position: relative;
  line-height: 1.7;
  border: 1px solid;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-weight: 600;
  transition: all .2s ease-in-out;
  margin: 40px auto 0;
}

.block1-btn:hover {
  transform: scale(1.05);
}

.block1-btn.red {
  background: #af3333;
  border-color: #af3333
}



.block1-logo {
  width: 43%;
  margin: 55px auto 30px;
}

.block-img {
  margin: 34px auto;
  width: 100%;
}

.block1-product-contents {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: gesslight;
  color: #1f1f1f;
}

.block1-product-contents:first-of-type {
  margin-top: 140px;
}

.block1-product-contents span {
  color: #748125;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
}

.block1-product-contents div {
  padding-right: 50px;
}

.block1-product-contents img {
  max-width: 70px;
  max-height: 70px;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 20px #00000059;
  box-shadow: 1px 1px 20px #00000059;
}

.block1-head5 {
  font-size: 32px;
  font-family: gesslight;
  margin: 10px 0px 20px;
}


@-webkit-keyframes btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*===================================================*/


.section-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 2.2em;
  font-weight: bold;
}

.section-heading span {
  font-family: 'Zain';
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-subheading {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
  font-size: 1.1em;
}

.places-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
}

.place-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 1.5px 5px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  width: 320px;
  border: 3.5px solid transparent;
  display: block;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s;
}

.place-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}

.place-card-info {
  padding: 20px 18px 25px 18px;
  text-align: center;
  /* don't use flex for one child! */
  display: block;
  flex-grow: 1;
}

.place-title {
  font-weight: bold;
  font-size: 1.15em;
  margin: 8px 0 10px 0;
}

.place-desc {
  font-size: 1em;
  color: #333;
  min-height: 55px;
}

/* Color themes for borders */
.maroon-border {
  border-color: #FFA500;
}

.silver-border {
  border-color: #C0C0C0;
}

.teal-border {
  border-color: #008080;
}

.orange-border {
  border-color: #800000;
}

.purple-border {
  border-color: #800080;
}

/*Start Block3*/
.block3 {
  padding: 100px 0;
  background: url(../images/08.html) no-repeat center;
  background-size: cover;
}

.block3-head {
  font-weight: 700;
  font-size: 45px;
  color: #151422;
  margin: 30px;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block3-des {
  font-weight: 100;
  font-size: 20px;
  color: #151422;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block3-head img {
  width: 170px;
  display: block;
  margin: 15px auto;
}

.block3-head span {
  font-family: 'Zain';
  font-weight: 900;
  font-size: 55px;
  text-transform: uppercase;
}

/*===================================================*/
/*Start block5*/

.block5 {
  position: relative;
  padding: 0px;
}

.block5 .container {
  padding-top: 0;
  padding-bottom: 0;
  /* adjust as needed */
}

.block5-head {
  font-weight: 700;
  font-size: 45px;
  color: #151422;
  margin: 30px;
  line-height: 1.2;
}

.block5-head img {
  width: 120px;
  display: block;
  margin: 5px auto;
}

.block5-head span {
  font-family: 'Zain';
  font-weight: 900;
  text-transform: uppercase;
}


.block5-context {
  padding-right: 30px;
  position: relative;
  text-align: justify;
  text-align-last: justify;
  font-size: 25px;
  margin-bottom: 50px;
  font-family: 'gesslight';
  line-height: 1.4;
}

.block5-context:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 15px;
  background: #851111;
  height: 100%;
}

.block5-context span:first-of-type {
  display: block;
  font-size: 1.32em;
  font-family: 'gess';
  color: #851111;
  text-align-last: right;
}

.block5-context span:last-of-type {
  font-family: 'Zain';
  text-transform: uppercase;
}



.block5-btn {
  background: transparent;
  width: 530px;
  font-size: 35px;
  position: relative;
  border: 0;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 0;
  line-height: 1.5;
  margin: 10px auto;
}

.block5-btn img {
  width: 100%;
}


/*===================================================*/
/*Start Block7*/
.block7 {
  background: #1b1931;
  padding: 30px 0 50px;
}

.block7-container {
  position: relative;
  font-size: 34px;
  margin: 40px 0;
  text-align: right;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #f0c479;
}

.block7-container span {
  display: block;
  color: #fff;
  font-size: .8em;
}

.block7-img {
  width: 64%;
  margin: auto;
}

/*===================================================*/
/*Start Block4*/
.block4 {
  padding: 20px 0 50px;

  overflow: hidden;
}

.logo {
  max-width: 140px;
  margin: 30px auto;
}


.block4-head {
  color: #fff;
  position: relative;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.block4-head span:first-of-type {
  background: #bd215e;
  font-size: .5em;
  padding: 6px 75px;
  font-weight: 300;
}


.form {
  padding: 15px 20px 10px;
  background: #e9e9e9;
  width: 100%;
  margin: auto;
  border-radius: 10px;
}

.form-head {
  font-weight: 550;
  font-size: 30px;
  padding: 0 0 18px;
  line-height: 2;
  color: #606060;
}

.block4-last {
  margin: 20px 10px;
}


.block4-price {
  margin: auto;
  width: 290px;
  height: 100%;
}

.block4-price span {
  color: #606060;
  font-size: 13px;
}

.block4-price img {
  border-radius: 12px;
  width: 290px;
}

.block4-price2 {
  width: 93%;
  margin: auto;
}

.form-control-input {
  font-family: initial;
  width: 100%;
  margin: auto;
  font-size: 23px;
  color: #111425 !important;
  resize: none;
  min-height: 85px;
  border-radius: 15px;
  border: 2px solid #111425;
}

select.form-control-input {
  height: 85px !important;
    color: #851110!important;
  font-family: gess;
}

.form-control-input::-webkit-input-placeholder {
  color: #851110;
  font-family: gess;
}

.form-control-input:-ms-input-placeholder {
  color: #851110;
  font-family: gess;
}

.form-control-input::placeholder {
  color: #851110;
  font-family: gess;
}



#form-phone {
  font-family: 'Zain';
}

.form-img {
  margin: 20px auto;
  width: 40%;
}

.form-call {
  width: 100%;
  font-size: 47px;
  padding: 3px 0 10px;
  background: transparent;
}

.form-call img {
  width: 100%;
}

.form-call:hover {
  color: #606060;
  text-decoration: none
}




.form .form-group {
  margin-bottom: 20px;
}


.fixed-button:hover {
  text-decoration: underline;
}

.last-img {
  margin: 25px auto 0;
  width: 91%;
}



.block5-container {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.error {
  color: #606060;
}

.block4-img {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block1-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#promo-rain {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.rain-promo {
  position: absolute;
  width: 54px;
  /* adjust for your image size */
  height: 54px;
  user-select: none;
  will-change: transform;
  opacity: 0.88;
  /* Optional: a soft shadow for extra pop */
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
  animation-timing-function: linear;
}

#btnSubmit {
  background: #af3333 !important;
  border-color: #af3333 !important;
  color: #fff;
}

.block1-head2::before {
  content: "✓";
  /* Font Awesome check mark unicode */
  font-family: "Font Awesome 5 Free";
  /* Adjust based on your Font Awesome version */
  font-weight: 900;
  /* For solid icons */
  margin-left: 8px;
  /* Space between icon and text */
  margin-right: 12px;
  color: #af3333;
  font-size: 1.6em;
  /* Include the properties from your existing CSS */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
}

/* Make sure box-sizing is inherited */
.block1-head2::before {
  box-sizing: border-box;
}


@media (min-width: 851px) {
  .block1-contents-container .img-fluid {
    display: none;
  }
}

@media (max-width: 850px) {
  .block1-contents-container {
    width: 100%;
  }
  .block1-contents-container-2 {
    display: none!important;
  }
}

@media (max-width: 850px) {
  .form-block {
    flex-direction: column-reverse;
    align-items: center;
  }

    .form-block >div {
      max-width: 100%;
    }
}

.only_number {
  direction: ltr;
  text-align: right;
}

.block4-price {
  position: relative;
}

.block4-price .price  {
    position: absolute;
      font-family: initial;
      right: 6px;
      top: 86px;
      width: 158px;
      color: #b50004;
      font-size: 60px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
}

.block4-price .price span {
display: block;
  color: inherit;
  font-size: 20px;
}

.form__price {
  font-family: initial;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.form__price-new,
.form__price-old {
  padding: 0 4px;
}

.form__price-old {
  text-decoration: line-through;
  font-size: 14px;
}

.form__price-new {
  font-weight: 700;
  color: #af3333;
  font-size: 60px;
}

#btnSubmit {margin-top: 0;}

@media (max-width: 575px) {
  .block1-contents-container-1 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.ac_footer {
  font-family: initial;
  direction: ltr;
}