

body {
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    position: relative;
}


/*===================================================*/
/*Start Block1*/
.block1 {
    background: url("../images/01.jpg") no-repeat center ;
    background-size: cover;
    padding: 50px 0;
}
.block1-logo {
    width: 20%;
    margin: 35px auto 50px;
}
.block1-h2 {
    text-align: right;
    color: #9f0d0e;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    margin: 75px 0 50px;
}
.block1-h2 span {
    display: block;
    color: #000;
}
.block5-btn {
    color: #fff;
    background: #578352;
    border-radius: 15px;
    width: 250px;
    font-size: 45px;
    line-height: 1.4;
    display: inline-block;
    font-weight: 600;
    padding: 0;
}
.block5-btn.white-bg {
    color: #578352;
    background: #fff;
}
.btn-text {
    font-size: 18px;
    font-weight: 600;
}
/*===================================================*/
/*Start Block2*/
.block2 {
    padding: 15px;
}
.block2-p {
    color: #212121;
    text-align: justify;
    text-align-last: justify;
    font-size: 27px;
    margin: 10px 0 10px;
    font-weight: 500;
}
.block2-head {
    font-weight: 700;
    font-size: 45px;
    color: #000;
    margin: 50px 0;
}
.block2-head img {
    width: 120px;
    display: block;
    margin: 5px auto;
}
.block2-ul li{
    text-align: right;
    position: relative;
    padding-right: 20px;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 20px;
}
.block2-ul li:before {
    content: "";
    border-radius: 20px;
    width: 8px;
    height: 90%;
    right: 0;
    top: 5%;
    background: #578352;
    position: absolute;
}


    /*===================================================*/
/*Start Block3*/
.block3 {
    padding: 15px 0 ;
    background: #000000;
    background-size: cover;
    text-align: center;
}
.block3-img {
    background: #1a1a1a;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 30px;
}
.block3-content {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
}


/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 20px 0 50px;
    overflow: hidden;
}
.logo {
    max-width: 140px;
    margin: 30px auto;
}


.block4-head {
    color: #578352;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
}

.block4-head span {
    color: #000;
    display: block;
    font-size: .5em;
}


.form {
    padding: 15px 20px 20px;
    background: #cacaca;
    width: 100%;
    margin: auto;
    border-radius: 10px;
}

.form-head {
    font-size: 24px;
    padding: 0 0 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
}
.block4-last {
    margin: 20px 10px;
}


.block4-price {
    margin: auto;
}
.block4-price span {
    color: #fff;
    font-size: 13px;
}
.block4-price2 {
    width: 93%;
    margin: auto;
}
.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 19px;
    color: #111425 !important;
    resize: none;
    min-height: 60px;
    border-radius: 15px;
    border: 0;
    font-weight: 500;
}


.form-control-input::-webkit-input-placeholder {
    color: #111425;
    font-family: "IBM Plex Sans Arabic";
}

.form-control-input:-ms-input-placeholder {
    color: #111425;
    font-family: "IBM Plex Sans Arabic";
}

.form-control-input::placeholder {
    color: #111425;
    font-family: "IBM Plex Sans Arabic";
}



#form-phone {
    font-family: "IBM Plex Sans Arabic";
}

.form-img {
    margin: 20px auto;
    width: 40%;
}

.form-call {
    font-size: 47px;
}






.form .form-group {
    margin-bottom: 20px;
}


.fixed-button:hover {
    text-decoration: underline;
}

.last-img {
    margin: 25px auto 0;
    width: 91%;
}



.block5-container {
    max-width: 1400px;
    margin: auto;
    position: relative;
}
