﻿@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, "Bebas Neue";
    ;
    position: relative;
}


/*===================================================*/
/*Start block1*/
.block1 {
    background: url("../images/block1.1.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0 50px;
    text-align: center;
    color: #fff;
}

.block1-head {
    line-height: .9;
    text-align: right;
    font-size: 35px;
    margin-bottom: 20px;
}

.block1-head span {
    font-size: .61em;
}

.block1-ul {
    padding: 0;
    text-align: right;
}

.block1-ul i {
    border: 1px solid;
    padding: 3px;
    margin-left: 10px;
    font-size: .8em;
}

.block1-ul li {
    font-size: 21px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.block1-p {
    text-align: right;
    font-size: 21px;
    margin: 30px auto;
}

.block1-p span {
    font-size: 1em;
    letter-spacing: 4px;
    margin: 20px 0;
    display: block;
}

.block1-head3 {
    margin: 10px auto 30px;
    font-size: 15px;
}

.block1-video {
    width: 80%;
    margin: auto;
}

.block1-logo {
    width: 37%;
    margin: 0 auto 50px 0;
}

.block1-btn {
    background: #b92025;
    color: #fff;
    border-radius: 20px;
    font-size: 35px;
    width: 250px;
    /*margin-top: 5vw;*/
}

.block1-img {
    width: 80%;
    margin: auto;
}

/*Start Block2*/
.block2 {
    padding: 50px 0;
}

.block2-head {
    text-align: center;
    color: #b92025;
    font-size: 60px;
    margin: 30px auto;
}

.block2-head2 {
    color: #b92025;
    font-size: 24px;
    font-weight: bold;
    text-align-last: justify;
}

.block2-img {
    margin: 0 auto 30px;
}

.block2-p {
    font-size: 21px;
    margin: 0px auto 50px;
    line-height: 1.6;
    text-align: justify;
}

.block2-p span {
    font-weight: 300;
}

.block2-price {
    color: #444;
    font-size: 30px;
    font-weight: 700;
}

.block2-price span:after {
    content: "";
    width: 115%;
    height: 2px;
    left: -8px;
    position: absolute;
    top: 17px;
    background: #81262c;
    transform: rotate(-25deg);
}

.block2-price2 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
}

.block2-button-head {
    color: #81242d;
    font-weight: 700;
    font-size: 45px;
}

.block2-btn {
    background: #8e0000;
    color: #fff !important;
    width: 90%;
    font-size: 30px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 1.3;
    padding: 15px 0;
}

.block2-btn span {
    font-size: 1.5em;
}

.block2-img2 {
    width: 90%;
    margin: 20px auto 0;
}

.mid-section {
    background: #f2f2f2;
    padding: 70px 0 50px;
}

.mid-section-img img {
    display: block;
    margin: 0 auto 15px;
    background: #fff;
    box-shadow: 1px 1px 20px #00000080;
    width: 50%;
}

.mid-section-img:hover>img {
    background: #a7b749;
}

.mid-section-img {
    text-align: center;
    font-size: 21px;
    line-height: 1.2;
}

/*Start Block3*/
.block3 {
    text-align: center;
    background: url(../images/block4.1.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 40px;
}

.block3-p {
    text-align: justify;
    color: #fff;
    padding-right: 40px;
    width: 70%;
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
}

.block3-p:before {
    content: '';
    right: 0;
    top: 8px;
    height: 80%;
    border-radius: 10px;
    width: 14px;
    position: absolute;
    background: #b92025;
}

/*Start Block5*/
.block5 {
    padding: 50px 0;
    text-align: center;

}

.block5-head {
    color: #b92025;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 40px;

}

.block5-head1 span,
.block5-head2 span {
    display: block;
    font-family: gess;
}

.block5-head1 {
    text-align: left;
    color: #07153a;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 60px;
    font-family: "Bebas Neue";
    position: relative;
    padding-left: 20px;
}

.block5-head1:before {
    content: '';
    left: 0;
    top: 1px;
    height: 85%;
    border-radius: 4px;
    width: 14px;
    position: absolute;
    background: #b92025;
}

.block5-head1 span {
    color: #000;
    font-size: .6em;
    font-weight: 500;
}

.block5-head2 {
    text-align: right;
    color: #07153a;
    font-size: 35px;
    line-height: 1.2;
    margin-top: 60px;
    font-family: "Bebas Neue";
    position: relative;
    padding-right: 20px;
}

.block5-head2:before {
    content: '';
    right: 0;
    top: 1px;
    height: 85%;
    border-radius: 4px;
    width: 14px;
    position: absolute;
    background: #b92025;
}

.block5-head2 span {
    color: #000;
    font-size: .6em;
    font-weight: 500;
}

.block5-head1:first-of-type,
.block5-head2:first-of-type {
    margin-top: 140px;
}

.block5-img {
    width: 70%;
    margin: 0 auto 50px;
}

/*Start Block6*/
.block6 {
    text-align: center;
    background: url(../images/block5.1.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 0;
    color: #fff;
}

.block6-head {
    font-size: 60px;
    color: #b92025;
    line-height: 1.3;
    margin-bottom: 60px;
}

.block6-head span {
    font-size: .45em;
    color: #fff;
    line-height: 1;
    display: block;
}

.block6-p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 21px;
}

/*Start Block4*/
.block4 {
    padding: 50px 0;
    background: #2b2b2b;
}

.block4-head {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
}

.block4-head2 {
    color: #fff;
    font-size: 22px;
}

.block4-head3 {
    font-size: 40px;
    color: #fff;
}

.block4-img {
    width: 80%;
    margin: auto;
}

/*===================================================*/
/*Start block8*/
.block8 {
    padding: 50px 0;
    background: #e9e9e9;
    color: #606060;
}

.block8-p {
    font-size: 23px;
    color: #000;
    text-align: justify;
    margin-top: 80px;
}

.block8-img {
    margin-top: 45px;
}

.block8-img1 {
    margin-top: 45px;
}

.block8-p2 {
    color: #000;
    font-size: 33px;
    text-align: center;
    margin-top: 50px;
    line-height: 1.55;
    direction: ltr;
}

.block8-last {
    font-size: 26px;
    color: #fff;
    font-family: 'dinbold';
    margin-top: 30px;
}

.block8.bottom {
    padding: 50px 0;
    background: #fff;
}

.block2-container {
    margin: 100px auto 0;
    position: relative;
    transition: all .2s ease-in-out;
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    padding-left: 33px;
    direction: ltr;
}

.block2-container:before {
    content: "";
    background: #af3333;
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 90%;
    border-radius: 4px;
}

.block2-container2 {
    margin: 100px auto 0;
    position: relative;
    transition: all .2s ease-in-out;
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    padding-right: 33px;
}

.block2-container2:before {
    content: "";
    background: #af3333;
    position: absolute;
    right: 0;
    top: 2px;
    width: 19px;
    height: 90%;
    border-radius: 4px;
}

.block11 {
    padding: 50px 0;
    background: #fff;
}

.block11-head {
    color: #af3333;
    position: relative;
    font-size: 65px;
    margin: 50px auto;
    display: inline-block;
    text-align: left;
    line-height: .95;
}

.block11-head:before {
    content: "عزيزي الرجل ";
    color: #000;
    font-size: 35px;
    text-align: right;
    position: absolute;
    top: -63px;
    right: 0;
    top: -40px;
}

.block11-head span {
    position: relative;
    font-size: 35px;
    z-index: 1;
    color: #fff;
}

.block11-head span:after {
    content: "";
    background: #af3333;
    width: 115%;
    transform: skew(-29deg);
    position: absolute;
    left: -7.5%;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.block11-p {
    font-size: 25px;
    color: #000;
    text-align: justify;
    margin-top: 10px;
}

.block11-img {
    margin: 35px auto;
    width: 80%;
    cursor: pointer;
}


/*===================================================*/

.form {
    background: #151515;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    
}

.block4-last {
    width: 60%;
    margin: auto;

}

.form-head {
    font-size: 20px;
    line-height: 1.3;
    margin: 10px auto;
}

.form-control-input {
    border-radius: 15px;
    height: 60px;
}

#form-phone {
    font-family: Poppins;
}

#form-phone::placeholder {
    font-family: gess;
}

.form-control-input::placeholder {
    color: #a4a4a4;


}

.form-group {
    margin-bottom: 15px;
}

.block4-price {
    width: 90%;
}

.block4-price img {
    border-radius: 10px;
}


.custom-control-label-1 {
    cursor: pointer;
    min-height: 350px;
    width: 100%;
}

.custom-control-label-1::before {
    width: 100%;
    height: 250px;
}

.custom-control-label.black::before {
    background: #0c3555 url(../images/price-001.html) no-repeat center;
    background-size: contain;
    border-radius: 25px;
    border: 4px solid #ffff;
}

.custom-radio .custom-control-input:checked~.custom-control-label-1.black::before {
    background: #a7b749 url(../images/price-001.html) no-repeat center;
    background-size: contain;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 4px solid #fff;
    border-radius: 25px;
}

.custom-control-label-1::after {
    width: 65px;
    height: 65px;
    background: transparent !important;
}

.custom-control-label-1.white::before {
    background: #0c3555 url(../images/price-002.html) no-repeat center;
    background-size: contain;
    border-radius: 25px;
    border: 4px solid #ffff;
}

.custom-radio .custom-control-input:checked~.custom-control-label-1.white::before {
    background: #a7b749 url(../images/price-002.html) no-repeat center;
    background-size: contain;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 4px solid #fff;
    border-radius: 25px;
}

.customControlInline+.error {
    position: relative;
    bottom: -365px;
    color: #fff;
    left: -140px;
}
