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


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

/*===================================================*/
/*Start Block1*/
.block1 {
    background: url(../images/block1.1-web.jpg) no-repeat center;
    position: relative;
    padding: 35px 0 70px;
    background-size: cover;
}



.block1-head2 {
    font-size: 31px;
    text-align: center;
    margin: 8px auto;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ffffff3b;
    line-height: 1.23;
    padding-bottom: 8px;

}
.block1-head2:nth-of-type(4) {
    border-bottom: 0;
    margin-bottom: 15px;
}
.block1-head2 span {
    font-family: gesslight;
    font-size: .86em;
}



.block1-btn {
    background: #dd3647;
    color: #fff;
    width: 100%;
    font-size: 40px;
    position: relative;
    line-height: 1;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    transition: all .2s ease-in-out;

 }
.block1-btn:hover {
    transform: scale(1.05);
}
.block1-btn div{
    display: inline-block;
    width: 81%;
    position: relative;
    padding: 15px 0;
    font-weight: 500;
}
.block1-btn > span {
    font-size: 0.4em;
    background: #b12a38;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 24%;
    padding: 3px 0;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.block1-btn span > span:first-of-type {
    font-size: 2em;
    font-weight: 700;
    display: inline-block;
    font-family: 'helvetica';
    margin-top: -4px;
}
.block1-btn span > span:last-of-type {
    font-size: .7em;
    font-family: "gesslight";

}


.block1-logo {
    width: 60%;
    margin: 50px auto 70px;
}
.block1 .col-6.pl-5 {
    margin-right: -70px;
}


.middle-section-img {
    margin: 10px auto;
}
/*===================================================*/
/*Start Block2*/
.block2 {
    overflow: hidden;
    padding: 50px 0 1px;
    background: #18191b;
}
.block2-head {
    position: relative;
    font-size: 35px;
    line-height: 1.3;
    color: #000;
    font-family: gesslight;
    margin-bottom: 30px;
}
.block2-head span:nth-of-type(2) {
    font-family: gess;
    color: #dd3647;
    font-size: 1.1em;
}
.block2-head:after {
    content: "";
    background: url(../images/block2.png) no-repeat;
    background-size: contain;
    width: 4.5em;
    height: 20px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50% , 50%);
}


 .block2-head2 {
     text-align: justify;
     font-size: 28px;
     line-height: 1.4;
     margin-top: 75px;
     color: #000;
 }
 .block2-head2 span {
     font-weight: bold;
 }
 .block2-head-span {
     position: relative;
     display: block;
     width: 300px;
     margin: 30px auto 40px;
 }
 .block2-head-span:before {
     content: "";
     width: 50%;
     height: 2px;
     position: absolute;
     left: 50%;
     bottom: 10px;
     transform: translate(-50%,-50%);
     background: #f6165f;

 }

.block2-img {
    margin: 50px auto;
    width: 63%;
}







/*===================================================*/
/*Start block3*/
 .block3  {
     padding: 40px 0 ;
 }
.block3-head {
    font-size: 32px;
    font-family: 'helvetica';
    margin: 50px auto 30px;
}

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


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

 .block6 {
     position: relative;
     padding: 50px 0 1px;
     background: #e9e9e9;
 }

 .block6-container {
     display: flex;
     align-items: center;
     width: 60%;
     background: #fff;
     border-radius: 10px;
     font-size: 22px;
     margin: 20px 0 20px auto;
     cursor: pointer;
 }
 .block6-container:nth-of-type(2) {
     margin-top: 60px;
 }
 .block6-container.two {
     margin-left: 0 !important;
     margin-right: auto !important;
 }
 .block6-container span{
     font-size: 31px;
     border-right: 1px solid #0000006e;
     text-align: justify;
     padding: 13px 25px 13px 0;
 }
.block6-container img {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 15px;
}
.block6-container:hover {
    background:#dd3647;
    color: #fff;
}
.block6-container:hover > span {
    border-right: 1px solid #ffffff7a;
}
 .block6-container:hover > img {
     filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(101deg) brightness(102%) contrast(102%);
 }


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


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

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

.form-head {
    font-size: 34px;
    padding: 16px 0 17px;
    line-height: 1.2;
    color: #fff;
}
.form-head span {
    font-size: .61em;
}

.block4-price {
    margin: auto;
    width: 98%;
}
.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 18px;
    color: #777777 !important;
    resize: none;
    line-height: 2;
    border: 0;
    height: 70px;
}
select.form-control-input {
    height: 70px !important;
}

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

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

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


#form-phone {
    font-family: helvetica;
}
#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%;
    margin: auto;
    line-height: 1.2;
    font-size: 50px;
}
.form-call div {
    width:100%;
}
.form-call:hover {
    transform: scale(1);
}
.form-call:hover {
    color: #FFF;
    text-decoration: none
}


.error {
    color: #fff;
}

.form .form-group {
    margin-bottom: 20px;
}


.fixed-button:hover {
    text-decoration: underline;
}

.last-img {
    margin: 25px auto 0;
    width: 91%;
}


