
@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 ,'Readex Pro' ;
    position: relative;
}


/*===================================================*/
/*Start Block1*/
.block1-nav {
    background: #000;
    padding: 10px 0 ;
}
.block1-top {
    background: url(../images/block1.3.jpg) no-repeat center;
    min-height: 810px;
}
.block1 {
    position: relative;
    padding: 60px 0;
    margin-top: -315px;
    margin-bottom: 35px;
}

.block1-head2 {
    font-size: 27px;
    margin: 20px 0;
    position: relative;
    text-align: justify;
    display: flex;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
}

.block1-head2:first-of-type:after {
    content: "";
    border-bottom: 1px solid #9a9a9a;
    width: 100%;
    position: absolute;
    bottom: -8px;
}
.block1-btn {
    background: #a31c20;
    color: #fff;
    width: 350px;
    font-size: 30px;
    position: relative;
    line-height: 1;
    padding: 10px 0;
    border: 0;
    font-weight: 700;
    border-radius: 0;
}

/*===================================================*/
/*Start mid-section*/
.mid-section {
    background: #30353b;
    color: #fff;
    text-align: right;
    font-size: 25px;
    line-height: 1.2;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 20px 0;
}


.mid-section-head1 {
    font-family: gesslight;
    margin: 15px auto;
    font-size: 34px;
}

/*===================================================*/
/*Start Block2*/
.block2 {
    padding: 30px 0;
}

.block2-head {
    font-size: 35px;
    margin-bottom: 30px;
    color: #a21b1e;
}
.block2-head span {
    font-size: 2em;
}
.block2-head div {
    display: inline;
    font-family: 'Readex Pro';
}
.block2-img {
    width: 60%;
    margin: auto;
}
.block2-p {
    width: 70%;
    margin: 20px auto;
    font-size: 29px;
    text-align: justify;
    text-align-last: justify;
}
.block2-container {
    padding: 20px 30px 30px 50px;
    display: flex;
    align-items: center;
    margin: 30px 0;
    background: #e5eef7;
    border-radius: 30px;
}
.block2-container:nth-of-type(4) {
    background: #f0d9df;
}
.block2-container:nth-of-type(5) {
    background: #fef0cb;
}
.block2-container-head {
    text-align: right;
    color: #ab2e32;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    margin: 20px 0;
}
.block2-container-head span {
    font-family: gesslight;
    color: #27282a;
    font-weight: 400;
}
.block2-p2 {
    text-align: justify;
    width: 79%;
    font-size: 28px;
    color: #000;
}
.block2-img2 {
    width: 60%;
}
/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 50px 0;
    background: #282828;
}


.block4-head {
    color: #fff;
    position: relative;
    font-size: 30px;
    margin-bottom: 8px;
}



.form {
    padding: 0 15px 30px;
    background: #000;
    border-radius: 25px;
}

.form-head {
    font-size: 25px;
    padding: 18px 0;
    line-height: 1.2;
    color: #fff;
}


.block4-price {
    margin: 0 auto 22px;
    width: 93%;
}
.block4-price2 {
    width: 93%;
    margin: auto;
}
.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: #000;
    resize: none;
    min-height: 70px;
}
select.form-control-input {
    height: 70px !important;
    color: #000;
}

.form-control-input::-webkit-input-placeholder {
    color: #000;
}

.form-control-input:-ms-input-placeholder {
    color: #000;
}

.form-control-input::placeholder {
    color: #000;
}


#form-phone {
    font-family: sans-serif;
}

#form-phone::-webkit-input-placeholder {
    font-family: gess;
}

#form-phone:-ms-input-placeholder {
    font-family: gess;
}

#form-phone::placeholder {
    font-family: gess;
}
.form-img {
    margin: 20px auto;
    width: 40%;
}

.form-call {
    width: 100%;
    line-height: 1.2;
    font-size: 50px;
}

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


.count-down-contains {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #222222;
    color: #fff;
    border-radius: 50%;
    width: 100px;
    min-height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: gesslight;
    margin: 20px auto;
}
.hours , .minutes , .seconds {
    font-family: Montserrat;
    font-size: 30px;
}

.block4-p-last {
    margin-top: 30px;
    font-family: gesslight;
    font-size: 20px;
}

.form-control-input + .error {
    color: #fff;
}