@font-face {
    font-family: "Almarai-Bold";
    src: url("../../../webfonts/Almarai-Bold.ttf");
}
@font-face {
    font-family: "Almarai-Regular";
    src: url("../../../webfonts/Almarai-Regular.ttf");
}

.ads-div{
    display: flex;
}
.opacity-div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.text-above-image{
    position: absolute;
    bottom: 12px;
    right: 20px;
}
.text-in-div{
    font-family: Almarai-Bold,sans-serif;
    color: white;
    font-size: 20px;
}
.name-text{
    font-family: Almarai-Regular,sans-serif;
    font-size: 30px;
    color: black;
}
.with-us-text,.about-title{
    font-family: Almarai-Bold,sans-serif;
    font-size: 30px;
    color: black;
}
.present-text{
    font-family: Almarai-Bold,sans-serif;
    font-size: 45px;
    color: #fabc09;
}
.summary-text{
    font-family: Almarai-Regular,sans-serif;
    font-size: 21px;
    color: black;
}
.condition-bg-section{
    background: #f4eeee;
}
.section-title{
    font-family: Almarai-Bold,sans-serif;
    font-size: 35px;
    color: #000
}
.border-main-div{
    background: #cbcbcb;
    width: 30%;
    height: 3px;
    margin: auto;
}
.middle-border-div{
    background: #000;
    width: 30%;
    height: 3px;
    margin: auto;
    border-radius: 10px;
}
.register-to-link,.register-to-link:hover{
    font-family: Almarai-Regular, sans-serif;
    font-size: 20px;
    background-color: #fabc09;
    padding: 13px 27px;
    color: white;
    border-radius: 12px;
    display: inline-block;
}
.section-sub-title{
    font-family: Almarai-Bold,sans-serif;
    font-size: 22px;
    color: #000
}
.document-div{
    display: inline-block;
    width: 300px;
    height: 290px;
}
.document-div2{
    display: inline-block;
    width: 270px;
    height: 350px;
}
.p70{
    padding-top: 70px !important;
}
.top65{
    padding-top: 18% !important;
}

.text15{
    font-size:15px  !important

}
.box_shaddow{
    border-radius: 10px;
    box-shadow: 0px 10px 5px #e8b417, 10px 0px #e8b417;
    
}
.opacity2 ,.box_shaddow img{
    border-top-left-radius: 9%;
    border-bottom-left-radius: 9%;
}
.card{
    border-radius: 3%;
}
.document-div.bold-box1{
    background-color: #ddab3d;
}
.document-div.bold-box2{
    background-color: #fabc0b;
}
.document-div.bold-box3{
    background-color: #facc43;
}
.document-div.bold-box4{
    background-color: #fbd769;
}
.document-div.bold-box5{
    background-color: #f7c636;
}
.document-div.bold-box6{
    background-color: #f3b806;
}
.slick-slide{
    width: unset !important;
}
.circle-div{
    background-color: rgb(255 255 255);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    color: rgb(249 195 35);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    padding-top: 10px;
}
.document-text{
    font-family: Almarai-Regular, sans-serif;
    font-size: 22px;
    color: white;
}
.text-above-image-too{
    position: absolute;
    bottom: 0;
    right: 20px;
}
.text-in-div-too{
    font-family: Almarai-Bold,sans-serif;
    color: white;
    font-size: 24px;
}
.slick-arrow-next{
    position: absolute;
    right: -45px;
    bottom: 42%;
}
.slick-arrow-prev{
    position: absolute;
    left: -55px;
    bottom: 42%;
}




@media (max-width: 900px){
    p{
      /*  width: 100%;*/
    }
    .m18{
        margin-bottom: 0px !important;
    }
    .text-in-div {
font-size: 18px;}
.slick-arrow-prev{display: none !important}
.section-title {
    font-size: 25px;}
    .text-in-div-too {
        font-size: 20px;
    }
}
.contact-altareaf {
    background-color: #f2eeed !important;
    font-family: 'Almarai-Bold';
}
.contact-altareaf p{
    font-size: 25px !important;
    font-family: 'HelveticaNeueLTArabicLight' !important;
    color: #333 !important;
    text-align: justify;
}
.contact-altareaf p span{
    font-weight: 700;
}
@media (max-width: 376px){

.slick-arrow-prev{display: none !important;}
}