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

body {
    direction: rtl;
    font-family: 'IBM Plex Sans Arabic',c , Montserrat;
    position: relative;
}

/*===================================================*/
/*Start Block1*/
 .block1-top {
     background: #315d9e;
     background-size: cover;
     padding: 15px 0;
 }
 .block1-top-img {
     width: 70%;
     margin: auto;
 }

.block1 {
    position: relative;
    padding: 20px 0 50px;
    overflow-x: hidden;
}

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

.block1-contents-container {
    width: 50%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block1-contents-container-1 {
    max-width: 570px;
    margin: auto;
    padding-top: 25px
}

 .block1-head {
     font-size: 50px;
     position: relative;
     text-align: right;
     color: #fff;
     font-weight: 600;
     margin: 30px 0;
     line-height: 1.4;
 }

.block1-head .one {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 1.4;
    z-index: 2;

}
.block1-head .one::after {
    content: "";
    position: absolute;
    background: #a92533;
    -webkit-transform: skew(-35deg);
    transform: skew(-35deg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.block1-head .two {
    font-size: .63em;
    font-weight: 400;
}




.block1-head2 {
    font-size: 34px;
    margin: 30px 0;
    position: relative;
    padding-right: 20px;
    text-align: justify;
    display: flex;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
    text-align-last: justify;
}
.block1-head2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 90%;
    top: 4px;
    background: #a82431;
    border-radius: 7px;
}

.block1-img2 {
    margin: 20px 0;
}
.block1-img {
    width: 145%;
    margin-right: -50px;
    margin-top: 30px;
}


.block1-btn {
    background: #a92533;
    color: #fff;
    width: 400px;
    font-size: 40px;
    border-radius: 10px;
    position: relative;
    padding: 6px 0 ;
    border: 0;
    font-weight: 500;
    font-family: gess;
}

/*===================================================*/
/*Start Block2*/
.block2 {
    padding: 50px 0;
}
.block2.two {
    background:#ffff;
}
.block2-head {
    font-size: 50px;
    margin-bottom: 20px;
    color: #1e4080;
    font-weight: 700;
}
.block2-head span   {
    color: #a92634;
}
.block2-p {
    text-align: justify;
    font-size: 29px;
    margin-top: 70px;
    font-weight: 600
}
.block2-head2:before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 90%;
    top: 4px;
    background: #a82431;
    border-radius: 7px;
}
.block2-head2 {
    font-size: 25px;
    margin: 30px 0;
    position: relative;
    padding-right: 25px;
    text-align: right;
    line-height: 1.4;
    font-weight: 500;
}
.block2-head2:first-of-type {
    margin:80px 0 80px ;
}
.block2-img {
    width: 72%;
    margin: auto;
}
.block2-head3 {
    font-size: 25px;
    margin: 30px 0;
    position: relative;
    padding-left: 25px;
    text-align: left;
    line-height: 1.4;
    font-weight: 500;
}
.block2-head3:first-of-type {
    margin:80px 0 80px ;
}
.block2-head3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 90%;
    top: 4px;
    background: #a82431;
    border-radius: 7px;
}
/*===================================================*/
/*Start block3*/
 .block3  {
     background: #aebed8;
     background-size: cover;
     padding: 50px 0;
 }
 .block3-head {
     font-size: 65px;
     color: #6b1b2a;
     font-weight: 700;
     line-height: 1.4;
     display: inline-block;
 }
.block3:last-of-type .block2-head {
    font-size: 65px;
}
.block3-head .first {
    color: #18427e;
    display: block;
    font-size: .35em;
    text-align: right;
}
.block3-head .second {
    color: #18427e;
    display: block;
    font-size: .35em;
    text-align: left;
}
.block3-img {
    width: 100%;
    margin: 40px 0;
    background: #e7ebf4;
    border-radius: 10px;
    padding: 20px;
    font-size: 21px;
    font-weight: 700;
}
.block3-img img {
    margin-bottom: 15px;
}
.block3-img2 {
    margin: 20px 20px 50px;
}
 .block3-p {
     font-size: 26px;
     color: #fff;
     text-align: justify;
     text-align-last: center;
     line-height: 1.5;
     margin-bottom: 30px;
 }
 .block3-p span {
     color: #df2532;
     font-family: 'Montserrat';
     font-weight: bold;
 }


 /*===================================================*/
 /*Start block5*/
 .block5 {
     padding: 30px 0;
     background: #e8e8e8;
 }
.block5-head {
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}
 .block5-container {
     position: relative;
     color: #fff;
     font-size: 26px;
     text-align: left;
     margin: 20px auto;
     font-weight: 500;
     border-radius: 5px;
     padding-left: 15px;
 }
.block5-container:first-of-type {
    margin-top: 50px;
}
.block5-container:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 85%;
    top: 0px;
    background: #467845bd;
    border-radius: 7px;
}

 .block5-img {
     width: 55%;
     margin-right: auto;
     margin-top: -54px
 }
 .block5-how-to-use {
     text-align: justify;
     font-size: 22px;
     font-family: gesslight;
     margin: 20px 0;
 }
 .block5-last {
     font-size: 32px;
     margin: 45px auto;
     color: #fff;
     width: 75%;
 }
.block5-last span{
   color: #16548d;
    font-weight: 600;
}




/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 50px 0;
    background: #212d3b;
}
.logo {
    max-width: 140px;
    margin: 30px auto;
}


.block4-head {
    color: #fff;
    position: relative;
    font-size: 45px;
    margin-bottom: 50px;
    font-weight: 700;
}

.block4-head span:first-of-type {
    font-family: gesslight;
    color: #748125;
}


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

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


.block4-price {
    margin: 0 auto 30px;
    width: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 2;
}

.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 23px;
    color: #fff!important;
    resize: none;
    min-height: 85px;
    background: transparent;
}
.form-control-input:focus{
    background-color: transparent;
}
select.form-control-input {
    height: 85px !important;
    color: #fff;
}

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

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

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



#form-phone {
}

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

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




.error {
    color: #fff;
}