@font-face{
    font-family:gesslight;
    src:url(GESSTwoLight-Light.woff2)
}
@font-face{
    font-family:gess;
    src:url(GESSTwoMedium-Medium.woff2)
}
@font-face{
    font-family:janna;
    src:url(ArbFONTS-Janna-LT-Regular.ttf)
}
body {
    direction: rtl;
    font-family: gess ,gesslight ,janna;
    position: relative;
}

/*===================================================*/
/*Start Block1*/


.block1 {
    z-index: 9;
    position: relative;
    background: #b3152e;
    color: #fff;
}
.block1-img {
    margin: auto;
    background: #15202d;
    text-align: center;
    padding: 30px;
}
.block1-img img{
    width: 10%;
}
.block1-head {
    font-size: 64px;
    margin: 50px auto;
    line-height: 1.5;
}
.block1-head span {
    font-family: gesslight;
    font-size: 1.05em;
}
.block1-head2 {
    font-size: 28px;
    margin-bottom: 30px;
}
.block1-head2 span {
    background: #d41f54;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
}
.block1-ul li {
    text-align: right;
    font-size: 27px;
    line-height: 2.5;
    position: relative;
    color: #fff;
}


.block2-ul li {
    text-align: center;
    font-size: 27px;
    line-height: 2.5;
    position: relative;
    color: #fff;
    list-style: none;
}


.block1-btn {
    background: #b3152e;
    color: #fff;
    width: 95%;
    font-size: 55px;
    line-height: 1.1;
    border-radius: 10px;
    position: relative;
    border: 0;
    padding: 15px 0;
    margin: 30px 25px 30px auto;
}
.block1-btn span:first-of-type {
    font-size: 0.5em;
    display: block;
    font-weight: 400;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'gesslight';
}
.block1-btn i {
    position: absolute;
}
.block1-btn i:last-of-type {
    left: 8%;
    top: 50%;
    transform: translate(-50% , -50%);
    font-size: .71em;
}
.block1-btn i:first-of-type {
    right: 1%;
    top: 50%;
    transform: translate(-50% , -50%);
    font-size: .71em;
}
.block1-img2 {
    margin-top: 30px;
}

.block1-ul {
    column-count: 2;
   margin-bottom: 0;
}
.block1-bottom {
    background: #15202d;
    text-align: center;
}
.block1-bottom-img {
    width: 97%;
    margin: 0 0 0 auto;
}
/*===================================================*/
/*Start Block2*/
.block2 {
    position: relative;
    background: #f2f2f2;
    padding: 50px 0 0;
}
.block2-contains {
    display: flex;
    font-size: 21px;
    line-height: 1.3;
    margin: 10px auto 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    text-align: justify;
    text-align-last: center;
    padding: 20px 33px;
}
.block2-contains:hover {
    box-shadow: 1px 1px 20px #ccc;
}
.block2-contains img {
    width: 100px;
    margin: 0 15px 10px;
}

.block2-head {
    font-size: 40px;
    color: #1e2631;
    text-align: center;
    margin: 20px auto;
    line-height: 1;
}
.block2-head span {
    font-family: janna;
    font-weight: bold;
    text-transform: uppercase;
}
.block2-head2 {
    font-size: 44px;
    color: #000;
    text-align: right;
    width: 125%;
}

.block2-last {
    font-size: 30px;
}

.row1-center {
    justify-content: center;
}
/*===================================================*/
/*Start Block3*/
.block3 {
    position: relative;
    background: #15202d;
    padding: 25px 0;
}
.block3-img img {
    width: 100%;
}
.block3-head {
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 10px auto ;
    line-height: 1;


}
.block3-head span{
    font-size: .7em;

}


.block3-head2 {
    text-align: left;
    font-size: 24px;
    margin: 45px auto;
    color: #fff;
    padding: 10px 22px;
    position: relative;
    line-height: 1;
}
.block3-head3 {
    text-align: right;
    font-size: 24px;
    margin: 45px auto;
    color: #fff;
    padding: 10px 32px;
    position: relative;
    line-height: 1;
}
.block3-head2:before {
    content: "";
    background: #b3152e;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    height: 100%;
    width: 15px;
    position: absolute;
}


.block3-head3:before {
    content: "";
    background: #b3152e;
    top: 0;
    right: 0;
    height: 100%;
    width: 15px;
    position: absolute;
}

.block3-img {
    width: 90%;
    margin: auto;
}

/*mid-section*/
.mid-section {
    background: #f2f2f2;
    color: #fff;

}

/*===================================================*/
/*Start block6*/

.block6 {
    position: relative;
}
.block6-img {
    margin-bottom: 30px;
}
.block6-img img:hover {
    box-shadow: 1px 1px 20px #000000ad;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
/*===================================================*/
/*Start Block4*/

.block4 {
    background: #15202d;
    padding: 50px 0;
    position: relative;
}
.block4-head {
    font-size: 35px;
    color: #fff;
    margin-bottom: 20px;
}
.form {
    width: 100%;
    margin: 15px auto 0;
    padding: 20px;
    border-radius: 7px;
    background: #394046;
}
.form-head {
    font-size: 26px;
    padding: 5px 0 30px;
    color: #fff;
    line-height: 1.2;
}

.form-head img {
    width: 40%;
    display: block;
    margin: 0 auto 13px;
}
.form-head span {
    font-size: .72em;
}
.form-control-input {
    width: 97%;
    margin: auto;
    border-radius: 7px;
    font-size: 22px;
    color: #15202d;
    resize: none;
    height: 70px;

}

select.form-control-input {
    height: calc(2.25rem + 35px) !important;
}


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

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

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



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

.form-call {
    width: 97%;
    margin: 10px auto;
}

.block4-img {
    width: 96%;
    margin: 25px auto;
}
.block4-img2 {
    margin: 5px auto;
    width: 96%;
}

.block4-last {
    color: #fff;
    font-size: 15px;
}
.error {
    color: #fff;
}