/*Start block1*/

@media (max-width:1199px) {

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

  /*Start block2*/
  .block2-head img {
    width: 12vw;
  }

  .block2-p {
    font-size: 22.5px;
  }

  .block2-head {
    font-size: 34px;
  }

  .block2-container {
    margin-bottom: 40px;
  }

  .block-head2 {
    font-size: 26px;
  }

  :root {
    --maroon: #800022;
    --maroon-light: #a94451;
    --silver: #ededf6;
    --silver-mid: #c0c0c8;
    --gold: #d4af37;
    --white: #fff;
    --soft-grey: #f7f5fa;
  }

  .ingredient-row {
    margin: 12px 8px 0px 8px;
    background: linear-gradient(120deg, var(--soft-grey) 70%, var(--silver) 100%);
    border: 2px solid var(--silver-mid);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.5em;
    box-shadow: 0 4px 20px rgba(128, 0, 34, 0.09);
    padding: 18px 10px 18px 10px;
    gap: 14px;
    /* larger modern gap */
    width: auto;
    max-width: calc(100% - 16px);
    transition: box-shadow 0.22s, border-color 0.22s;
  }

  .ingredient-row:hover {
    box-shadow: 0 12px 32px rgba(128, 0, 34, 0.15);
    border-color: var(--gold);
  }

  /* Hide arrows in mobile */
  .ingredient-row .arrow-1,
  .ingredient-row .arrow-3 {
    display: none !important;
  }

  /* Name box */
  .ingredient-row .name {
    order: 1;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #fff9f3 60%, #f8f6f4 100%);
    color: #44303a;
    border-radius: 1em;
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(128, 0, 34, 0.07);
    border: none;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #d4af37;
    line-height: 60px;
  }

  /* Photo */
  .ingredient-row .photo {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--silver);
    box-shadow: 0 2px 9px rgba(128, 0, 34, 0.08);
    border: 2px solid var(--gold);
    margin-top: 2px;
  }

  .ingredient-row .photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3.5px solid var(--white);
    background-color: var(--soft-grey);
    box-shadow: 0 1.5px 6px rgba(92, 20, 40, 0.06);
  }

  /* Benefits box */
  .ingredient-row .benefits {
    order: 3;
    direction: rtl;
    text-align: right;
    width: 100%;
    padding: 13px 10px;
    background: linear-gradient(100deg, var(--white) 80%, var(--silver) 100%);
    border-radius: 0.8em;
    box-shadow: 0 1px 4px rgba(212, 175, 55, 0.07);
    border: 1.5px solid var(--gold);
    margin-top: 4px;
  }

  .ingredient-row .benefits h4 {
    font-size: 1.05em;
    background: linear-gradient(90deg, var(--maroon-light) 75%, var(--gold) 100%);
    color: white;
    padding: 7px 12px;
    border-radius: 0.6em;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 800;
    text-align: right;
    display: inline-block;
    letter-spacing: 0.5px;
  }

  .ingredient-row .benefits ul {
    margin: 0;
    padding: 0 2px 0 0;
    list-style: none;
    font-size: 1em;
    font-weight: 550;
  }

  .ingredient-row .benefits li {
    margin: 4px 0;
    line-height: 1.5;
    color: var(--maroon);
    position: relative;
    padding-right: 25px;
  }

  .ingredient-row .benefits li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 16px;
    height: 16px;
  }
}

/*Start block3*/
.block3-img img {
  width: 65%;
}

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

.block5-head {
  font-size: 42px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block5-context span:first-of-type {
  font-size: 1.35em;
}

.block5-head2 {
  font-size: 22px;
  margin: 15px 0 21px;
  padding-right: 26px;
}

.block5-context {
  font-size: 20px;
}

.block5-btn {
  width: 405px;
}

/*Start block7*/

.block7-container {
  font-size: 27px;
}

/*Start block4*/
.form-head {
  font-size: 20px;
}

.block4-p {
  font-size: 17px;
}

.form {
  margin: 15px auto 15px;
}




@media (max-width:991px) {


  /*Start block2*/
  .block2-p {
    font-size: 16.5px;
  }

  .block2-head {
    font-size: 25px;
  }

  /*Start block3*/
  .block3-head {
    font-size: 29px;
  }

  /*Start block5*/
  .block3 {
    padding: 40px 0;


  }

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

  .block5-head {
    font-size: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .block5-context span:first-of-type {
    font-size: 1.38em;
  }

  .block5-context {
    font-size: 14px;
    margin-bottom: 22px;
    padding-right: 20px;
  }

  .block5-context:before {
    width: 12px;
  }

  .block5-btn {
    font-size: 21px;
    width: 300px;
  }

  /*Start block7*/
  .block7-container {
    font-size: 19px;
    margin: 25px 0;
  }

  .block7 {
    padding: 5px 0 25px;
  }

  /*Start block4*/

  .form-head {
    font-size: 14px;
  }

  .form-control-input {
    min-height: 60px;
    font-size: 22px;
  }

  select.form-control-input {
    height: 60px !important;
  }

  .form {
    padding: 17px 10px 5px;
  }

  .block4-head {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .form-call {
    font-size: 26px;
    width: 100%;
  }

  .block4-price span {
    color: #fff;
    font-size: 9px;
  }

}

@media (max-width:767px) {
  /*start block4*/

  /*start block4*/
  .block2-p {
    font-size: 18px;
  }

  .block3-img img {
    width: 100%;
  }

  .block3-p {
    color: #fff;
    text-align: justify;
    font-size: 26px;
    text-align-last: justify;
  }

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

  .block5-head {
    font-size: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

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

  .block5-btn {
    font-size: 30px;
    margin: 10px auto;
    width: 458px;
  }

  .block5 {
    padding: 1px 0 4vw;
  }

  .block5-context {
    font-size: 17px;
    margin-bottom: 22px;
    padding-right: 20px;
  }

  /*start block7*/
  .block7-container {
    font-size: 25px;
  }

  /*start block4*/
  .block4 {
    padding: 1px 0 50px;
  }

  .form-head {
    font-size: 27px;
  }

  .block4-head {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .block4-price {
    /* width: 100%; */
    margin: 10px auto;
  }

  .form-call {
    font-size: 40px;
    width: 100%;
  }

  .form-control-input {
    min-height: 75px;
  }

  select.form-control-input {
    height: 75px !important;
  }

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

@media (max-width:576px) {


  .block-img {
    margin: 6vw auto;
    width: 40%;
  }

  .block1-logo {
    width: 33%;
    margin: 4vw auto;
  }

  .block1-head1 {
    font-size: 7vw;
    margin: 2vw auto 4vw;
  }

  .block1-head {
    font-size: 5.7vw;
    width: 100%;
    margin-top: 3vw;
  }

  .block1 {
    background: #181c25;
    padding: 5vw 0;
  }

  .block1-contents-container-2 {
    padding: 5vw 0;
  }

  .block1-container {
    width: 90%;
  }

  .block1-head2 {
    font-size: 5.32vw;
    margin-bottom: 6vw;


  }

  .block1-head2:before {
    top: 2vw;
    width: 4vw;
    margin-left: 6vw;
  }

  .block1-btn {
    font-size: 6vw;
    margin-top: 3vw;
    width: 75%;
    border-radius: 3vw;
  }

  .block1-btn div {
    padding: 3vw 0;
  }

  .block1-btn>span {
    padding: 4.3vw 0;
    border-top-left-radius: 1vw;
    border-bottom-left-radius: 1vw;
  }


  .block2 {
    background: #eeeeee;
    padding: 1px;
  }

  .block2-p {
    font-size: 5vw;
  }

  .block2-head {
    font-size: 7vw;
    margin: 5vw 0;
  }

  .block2-head img {
    width: 25vw;
  }


  .block3-p {
    font-size: 4.5vw;
  }

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

  .block5-head {
    font-size: 7vw;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .block5-btn {
    width: 100%;
    margin: 5vw auto 5vw auto;
    /* Top: 5vw, Bottom: 5vw, sides: auto */
  }

  .block5-context {
    font-size: 4.6vw;
    margin-bottom: 5vw;
    padding-right: 5vw;
  }

  .block5-context:before {
    width: 3vw;
  }

  .block5-context span:first-of-type {
    font-size: 6.1vw;
    text-align-last: justify;
  }

  .block7-container img {
    width: 11vw;
  }

  .block7-container {
    font-size: 5vw;
  }

  .block4 {
    padding: 1vw 0 8vw;
  }

  .block4-head {
    font-size: 6vw;
  }

  .block4-head img {
    width: 26vw;
  }

  .form-head {
    font-size: 4vw;
  }

  .form {
    padding: 10px 3vw;
  }
}

@media (max-width: 1050px) {
  .places-grid {
    gap: 20px;
  }

  .place-card {
    width: 300px;
  }
}

@media (max-width: 800px) {
  .places-grid {
    flex-direction: column;
    align-items: center;
  }

  .place-card {
    width: 95vw;
  }
}