
@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/01.jpg") no-repeat center ;
    min-height: 900px;
    background-size: cover;
}


/*===================================================*/
/*Start Block2*/
.block2 {
    background: #eeeeee;
    padding: 15px;
}
.block2-p {
    color: #212121;
    text-align: justify;
    text-align-last: justify;
    font-size: 27px;
    margin: 10px 0 10px;
    font-weight: 500;
}
.block2-head {
    font-weight: 700;
    font-size: 45px;
    color: #942a2a;
    margin: 30px;
}
.block2-head img {
    width: 120px;
    display: block;
    margin: 5px auto;
}



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


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

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


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

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


.block4-price {
    margin: auto;
    width: 93%;
}
.block4-price span {
    color: #fff;
    font-size: 13px;
}
.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: #111425;
    font-family: gess;
}

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

.form-control-input::placeholder {
    color: #111425;
    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;
}
