
@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 ,'Poppins' ;
    position: relative;
}
.popi {
    font-family:'Poppins' !important;
    font-weight: 600;
}
/*===================================================*/
/*Start Block1*/
.block1 {
    color: #000;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.block1-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
}
.block1-top {

    background: #000;
}
.block1-contents-container {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0;
}
.block1-contents-container-1 {
    max-width: 458px;
    margin: auto;
    padding-top: 30px;
}
.block1-contents-container-2 {
    width: 50%;
}
.block-img2 {
    margin: 30px auto;
    text-align: center;
    width: 35%;
}
.block-logo {
    width: 85%;
    margin: auto;
}
.block1-head {
    font-size: 30px;
    margin: auto;
    line-height: 1.6;
    text-align: right;
    width: 70%;
    position: relative;
}
.block1-head:after {
    content: "";
    width: 45%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 12px;
    background: #b12431;
}
.block1-head1 {
    font-size: 40px;
    color: #d21010;
    line-height: 1.5;
    text-align: center;
}
.block1-head1 span {
    color: #fff;
    font-size: .8em;
    font-family: 'gesslight';
    font-weight: 400;
}

.block1-head2 {
    font-size: 26px;
    text-align: justify;
    text-align-last: justify;
    margin: 0 0 25px;
    position: relative;
    width: 450px;
    line-height: 1.2;
    padding-right: 19px;
}
.block1-head2:after {
    content: "";
    width: 8px;
    height: 78%;
    position: absolute;
    border-radius: 10px;
    right: 0;
    top: 6px;
    background: #dd2a2a;

}
.block1-head2:first-of-type {
    margin-top: 70px;
}


.block1-container-3 {
    padding: 0 0 50px;
}



.block1-btn {
    background: #ba0000;
    color: #fff;
    width: 452px;
    font-size: 55px;
    position: relative;
    line-height: 1.7;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: all .2s ease-in-out;
    margin: 35px 0 0
}

.block1-btn:hover {
    transform: scale(1.05);
}

.block1-logo {
    width: 43%;
    margin: 55px auto 30px;
}

.block-img {
    margin: 35px auto 0;
    width: 100%;
}

.block1-product-contents {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-family: gesslight;
    color: #1f1f1f;
}
.block1-product-contents:first-of-type {
    margin-top: 140px;
}
.block1-product-contents span{
    color: #748125;
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
}
.block1-product-contents div {
    padding-right: 50px;
}
.block1-product-contents img {
    max-width: 70px;
    max-height: 70px;
    position: relative;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 20px #00000059;
    box-shadow: 1px 1px 20px #00000059;
}

.block1-head5 {
    font-size: 32px;
    font-family: gesslight;
    margin: 10px 0px 20px;
}


 @-webkit-keyframes btn {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
     50% {
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
     }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }
 @keyframes btn {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
     50% {
         -webkit-transform: scale(1.1);
         transform: scale(1.1);
     }
     100% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }
/*===================================================*/
/*Start mid-section*/
.mid-section {
    background: #252525;
    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 {
    overflow: hidden;
    padding: 50px 0 ;
    background: url("../images/block2.1.jpg") no-repeat center;
    background-size: cover;
}
.block2-head {
    color: #fff;
    position: relative;
    font-size: 35px;
}

.block2-head span:first-of-type:after{
    content: "";
    background: #dd2a2a;
    width: 115%;
    transform: skew(-29deg);
    position: absolute;
    left: -7.5%;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.block2-head span:first-of-type{
    font-size: .8em;
    z-index: 1;
}
.block2-head span:last-of-type{
    font-size: 1.6em
}

.block2-img {
    margin: 30px auto 50px;
    position: relative;
    width: 90%;
}

.block2-p {

    margin-bottom: 40px;
}
.block2-p span {
    font-size: .7em;
}


/*===================================================*/
/*Start block3*/
 .block3  {
     padding: 50px 0 ;
 }


 .block3-head {
     color: #dd292a;
     position: relative;
     font-size: 65px;
     margin: 50px auto;
     display: inline-block;
     text-align: left;
     line-height: .95;
 }
 .block3-head:before {
     content: "عزيزي الرجل ";
     color: #000;
     font-size: .7em;
     text-align: right;
     position: absolute;
     top: -63px;
     right: 0;
 }
.block3-head span {
    position: relative;
    font-size: .5em;
    z-index: 1;
    color:
    #fff;
}
.block3-head span:after{
    content: "";
    background: #dd2a2a;
    width: 115%;
    transform: skew(-29deg);
    position: absolute;
    left: -7.5%;
    bottom: 0;
    height: 100%;
z-index: -1 ;
}
 .block3-p {
     font-size: 26px;
     color: #000;
     text-align: justify;
     margin-top: 10px;
 }

.block3-img2 {
    margin: 35px auto;
    width: 80%;
    cursor: pointer;
}


 /*===================================================*/
 /*Start block5*/
 .block5 {
     padding: 50px 0 ;
     background: #000;
     background-size: cover;
 }

 .block5-container {
     color: #fff;
     font-size: 25px;
     margin: 50px 0 0;
     line-height: 1.1;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     text-align: right;
 }
 .block5-container span {
     font-size: .8em;
 }

.block5-container img{
    position: relative;
    margin-bottom: 5px;
    margin-left: 15px;
}

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


.block4-head {
    position: relative;
    font-size: 40px;
    margin: 40px auto ;
    text-align: center
}
.block4-head span {
    color: #dd292a;
    font-size: 1.3em;
}


.form {
    padding: 15px;
    border-radius: 5px;
    background: #1f2835;
    color: #fff;
}

.form-head {
    font-size: 21px;
    padding: 23px 0px;
    line-height: 1.2;
}

.form-head span {
    font-size: .97em;
}
.block4-price {
    width: 100%;
}
.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 18px;
    color: #fff;
    resize: none;
    font-family: gess;
    line-height: 50px;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    background: #191919;
}
select.form-control-input {
    height: 65px !important;
}

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

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

.form-control-input::placeholder {
    color: #fff;
     font-family: gess;
}
#form-phone {
    font-family: Poppins;
}
.form-control-input:focus {
    background: #191919;
    color: #fff;
}



/*.error {*/
/*    color: #fff;*/
/*}*/


.form-call {
    width: 100% !important;
    margin: auto !important;
    line-height: 2;
    font-size: 50px;
}

.form-call:hover {
    color: #FFF;
    text-decoration: none;
    transform: inherit;
    border-color:transparent ;
}




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


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

.block4-last {
    margin: 15px auto 0;
    width: 30%;
}
.block4-last2 {
    margin: 15px auto 0;
    width: 100%;
}
#formContainer2 {
    display: none;
}
.hide-section {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.choose-offer {
    min-width: 230px;
    margin-top: 20px !important;
    font-size: 21px;
    line-height: 3;
}

.color {
    background: #085c97;
}
.color1 {
    background: #ba0000;
}