@charset "UTF-8";

@font-face {
    font-family: 'GHAITHSANS';
    src: url('../fonts/GHAITHSANS-Bold.otf'),
        url('../fonts/GHAITHSANS-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

 

a {
    transition: all 0.3s ease-in-out;
}

a:hover {
    transition: all 0.3s ease-in-out;
}


body {
    direction: rtl;
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Alexandria";
    font-size: 20px;
    font-weight: 400;
    color: #56361e;
    text-align: center;
}
.sliderhome {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sliderhome .item {
    width: 100% !important;
}

.sliderhome .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.sliderhome .owl-nav,
.sliderhome .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.sliderhome .owl-dots {
    bottom: 12px;
}


.page{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 100%;
    padding:  0;
    margin: 0 auto;
}
.prod{
    background-image: url("../images/topline.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding-top: 100px;
    position: relative;
}
.prod::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("../images/after.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 20% auto;
}
.page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 9;
}
.title{
    background-image: url("../images/title.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 0 auto 30px;
    width: 100%;
    font-size: 35px;
    max-width: 380px;
    color: #fff;
    font-weight: bold;
    height: 84px;
    justify-content: center;
    align-items: center;
    font-family: GHAITHSANS;
}
.title-prod{
    font-family: Alexandria;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
    height: 40px;
    width: 230px;
}
.text{
    max-width: 600px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    line-height: 1.7;
    

    strong{
        margin: 6px 0;
        display: flex;
        text-align: center;
    }
}
ul.pont{
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    list-style: none;
    align-items: flex-start;
}
ul.pont li{
    padding: 3px 0;
    /* background: #F6F6F6; */
    display: inline-block;
    font-size: 14px;
    color: #5F4121;
}
.text-flex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.call{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: 400;
}
.call a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    background-color: #56361e;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call a:hover{
    background-color: #ab82b1;
}
.call a i{
    font-size: 22px;
}
.call a i.fa-phone{
    font-size: 18px;
}
.call span{
    margin: 5px 10px;
}
.phone{
    display: inline-flex;
    flex-direction: row-reverse;
}
/*  */
.img-prod{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 300px;
    margin: 0 auto 15px;
    display: flex;
}



.img-footer{
    width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-bottom: 1px solid #e8e8e8;
    direction: rtl;
    padding: 20px 15px;
}

header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

header .container img {
    position: absolute;
    right: 20px;
    max-height: 50px;
    width: auto;
}

header .container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

header .container > ul li a {
    color: #56361e;
    text-decoration: none;
    font-weight: 300;
    font-size: 17px;
    padding: 10px 10px;
}

header .container > ul li a:hover {
    color: #000000;
}

header .container .whatsapp {
    position: absolute;
    left: 20px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 14px;
    font-weight: 300;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

header .container .whatsapp i {
    font-size: 26px;
}

body {
    padding-top: 76px;
}

@media only screen and (max-width: 768px) {
    header .container {
        padding: 8px 12px;
    }
    header .container img {
        max-height: 42px;
        right: 12px;
    }
    header .container .whatsapp {
        left: 12px;
        padding: 6px 10px;
        font-size: 14px;
    }
    header .container > ul {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .container > ul li a {
        font-size: 13px;
        padding: 0;
    }
}

/*  */
section{
    position: relative;
    clear: both;
    padding: 50px 10px;
}
section > i{
    position: absolute;
    top: -70px;
}
.about{}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
/*  */
.machine{
    background-color: #ac846b17;
}
.machine .block{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.machine .block .box{
    padding: 10px;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
}
/*  */
.team{}
.team .container{
    display: flex;
    flex-wrap: wrap;
}
.team .container .block{
    display: flex;
    flex-wrap: wrap;
}
.team .container .block .box{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.team .container .block .box:last-child{
    display: flex;
    flex-direction: row-reverse;
}
.boxx{
    padding: 20px;
}
.boxx .text{
    margin: 0 0 20px;
}


/*  */




@media only screen and (max-width: 768px) {
    .title {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    max-width: 290px;
    color: #fff;
    font-weight: bold;
    height: 84px;
    justify-content: center;
    align-items: center;
    font-family: GHAITHSANS;
}
.title-prod {
    font-family: Alexandria;
    font-weight: 400;
    margin-bottom: 0;
}
.text {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    line-height: 1.7;
    font-size: 14px;
    text-align: center;
}
.call{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
    flex-direction: row-reverse;
    font-weight: 400;
    align-items: center;
}
.call a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    background-color: #56361e;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call a i{
    font-size: 15px;
}
.call span{
    margin: 5px;
    font-size: 11px;
}
.phone{
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}
ul.pont li {
    padding: 10px;
    /* background: #F6F6F6; */
    display: inline-block;
    font-size: 15px;
    color: #5F4121;
}
.img-prod {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    display: flex;
}
}

/*  */
.owl-carousel{
    direction: ltr;
}