
@font-face {
    font-family: gesslight ;
    src: url(GESSTwoLight-Light.woff2);
}
@font-face {
    font-family: gess ;
    src: url(GESSTwoMedium-Medium.woff2);
}

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


/*===================================================*/
/*Start Block1*/
.block1 {
    background: url("../images/1.png") no-repeat center ;
    min-height: 900px;
    background-size: cover;
}
.block1-img {
    margin-bottom: 20px;
}

/*===================================================*/
/*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;
        }





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


.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.jpg) 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: #85111080;
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.form-head {
    font-weight:550;
    font-size: 30px;
    padding: 0 0 18px;
    line-height: 2;
    color: #fff;
}
.block4-last {
    margin: 20px 10px;
}


.block4-price {
    margin: auto;
    width: 100%;
    height: 100%;
}
.block4-price span {
    color: #fff;
    font-size: 13px;
}

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

.block4-price2 {
    width: 93%;
    margin: auto;
}
.form-control-input {
    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: #7d7c80;
}

.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: #FFF;
    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: #fff;
}

.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;
}