/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/


.container {
    width: 100%;
    max-width: 1170px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}




/* @font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirLTProLight.otf") format('')
}
@font-face {
    font-family: Nature;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Nature.ttf") format('truetype')
} */


body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: sky;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
    direction: rtl;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sky bd;
}

/*  */


header{
    padding: 7px 10px;
    position: fixed;
    left: 7%;
    top: 15px;
    right: 7%;
    z-index: 999;
    background: #EFC624;
    border-radius: 80px;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    border-radius: 75px;
    min-height: 75px;
    background: #EFC624;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
header .container img{
    display: block;
    height: 65px;
    width: auto;
}
@media (max-width: 769px) {
    header .container img{
        height: 45px;
    }
}
header .container ul.topnav{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
header .container ul.topnav li{
    display: flex;
}
header .container ul.topnav li a{
    display: flex;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 18px;
}
header .container ul.topnav li a:hover{
    color: #000;
    text-decoration: none;
}

@media (max-width: 769px) {
    
header .container ul.topnav{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    right: -340px;
    top: 0;
    height: 100vh;
    z-index: 99999999;
transition: all 0.5s ease 0s;
padding: 30px;
    background: #EFC624;
    flex-direction: column;
    justify-content: center;
    width: 300px;
}
header .container ul.topnav.on{
transition: all 0.5s ease 0s;
right: 0 !important;
}
header .container ul.topnav li{
    width: 100%;
    display: flex;
}
header .container ul.topnav li a{
    width: 100%;
    font-size: 21px;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff61;
}
}


header .container .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .container .box a.wa{
    background-color: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 9px 15px 0px 60px;
    min-height: 50px;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 36px auto;
    margin: 0 5px;
    display: flex;
    align-items: center;
    direction: ltr;
    border-radius: 50px;
}
@media (max-width: 769px) {
    
header .container .box a.wa{
    font-size: 0;
    padding: 5px;
    background-position: center center;
    width: 50px;
}
}
header .container .box ul{
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
header .container .box ul li a{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    border-radius: 50%;
}
header .container .box ul li a:hover{
    background: #000;
    color: #fff;
}
.fa-bars{
    display: none;
}
@media (max-width: 769px) {
    .fa-bars{
        display: flex;
        background: #fff;
        height: 50px;
        width: 50px;
        color: #000;
        border-radius: 50%;
        margin: 3px 5px 0 0;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
}
/*  */
.hero{
    border: 15px solid #fff;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(239, 198, 36, 0.07) 0%, rgba(239, 198, 36, 0.26) 100%);
    min-height: 100vh;
    padding-top: 120px;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}
.hero .container .block{
    padding: 20px 15px;
    color: #455A64;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero .container .block img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.hero .container .block h6{
    background-color: #fff;
    color: #000;
    border: 1px solid #EFC624;
    padding: 5px 15px 5px 33px;
    border-radius: 40px;
    margin: 0 0 20px;
    width: auto;
    display: flex;
    background-image: url("img/fxemoji_fire.svg");
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-size: 17px;
    font-family: sky;
}
.hero .container .block h1{
    color: #000;
    font-size: 40px;
    margin: 0 0 20px;
}
.hero .container .block .a{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    flex-direction: row;
    justify-content: flex-start;
}
a.google{
    width: 167px;
    height: 51px;
    background-image: url("img/google.svg");
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    display: block;
}
a.apple{
    width: 167px;
    height: 51px;
    background-image: url("img/apple.svg");
    background-size: 100% 100%;
    margin: 2px;
    display: block;
}
/*  */
.down{
    width: 35px;
    height: 50px;
    background-color: #fff;
    background-image: url("img/down.gif");
    background-repeat: no-repeat;
    background-position: center top 4px;
    background-size: 20px auto;
    border: 1px solid #EEEEEE;
    border-radius: 45px;
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
    display: flex;
}
/*  */
section{
    padding: 50px 10px;
    clear: both;
    position: relative;
    overflow: hidden;
}
.how{}
.how .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.how .container .block{
    padding: 15px;
}
.how .container .block h2{
    margin: 0 0 5px;
    font-size: 30px;
}
.how .container .block h1{
    margin: 0 0 10px;
    font-size: 40px;
    color: #000;
}
.how .container .block .box{
    background: #EFC62426;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.how .container .block .box i{
    width: 102px;
    height: 102px;
    border: 1px solid #EFC624;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
.how .container .block .box i img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.how .container .block .box h4{
    color: #000;
    font-size: 20px;
    margin: 0 0 10px;
}
.how .container .block .box p{
    margin: 0;
    color: #6D6E71;
}
/*  */
.about{
    background-image: url("img/bg.png");
    background-position: bottom center;
    background-size: 100% auto;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.about .container .block .box{
    background: #EFC624;
    display: flex;
    flex-wrap: wrap;
    border-radius: 40px;
    padding: 80px 50px 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
@media (max-width: 769px) {
    .about .container .block .box{

        padding: 50px 20px 0;
    }
}

.about .container .block .box::after{
    content: "";
    position: absolute;
    top: -30px;
    right: 100%;
    margin-right: -90px;
    width: 130px;
    height: 80px;
    background-image: url("img/sahm.gif");
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}
.about .container .block img{
    height: auto;
    max-height: 100%;
    width: 317px;
}
.about .container .block h5{
    font-size: 20px;
    margin: 0 0 10px;
}
.about .container .block h1{
    color: #000;
    margin: 0 0 10px;
    font-size: 36px;
}
.about .container .block ul{
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}
.about .container .block ul li{
    color: #231F20;
    background: #FDF7DE;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 7px;
}
/*  */
.do{}
.do .container{
    background: #000;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}
.do .container h1{
    font-size: 36px;
}
/*  */
.steep{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    justify-content: center;
}
.steep .box{
    padding: 60px 20px 60px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steep .box:first-child{
    background-image: url("img/2.png");
    background-repeat: no-repeat;
    background-position: right 40px top;
}
.steep .box:nth-child(5){
    background-image: url("img/1.png");
    background-repeat: no-repeat;
    background-position: left 40px top;
}
.steep .box i{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    overflow: hidden;
}
.steep .box i img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.steep .box h4{
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
}
.steep .sahm{
    position: relative;
    padding: 10px;
}
.steep .sahm:nth-child(2){
    transform: rotateX(180deg);
}
.steep .sahm:after{
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -100px;
    width: 200px;
    height: 60px;
    background-image: url("img/steep.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.sahm:last-child{
    display: none;
}
@media (max-width: 769px) {
    .sahm{
        display: none;
    }
}
/*  */

.what{}
.what .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.what .container .block{
    padding: 20px;
}
.what .container video{
    border-radius: 20px;
}
.what .container .block h2{
    font-size: 24px;
    margin: 0 0 10px;
}
.what .container .block h1{
    font-size: 36px;
    margin: 0 0 10px;
}
.what .container .block .whatall{
    display: flex;
    flex-wrap: wrap;
}
.what .container .block .whatall .box{
    padding: 10px 60px 10px 10px;
    display: flex;
    position: relative;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.what .container .block .whatall .box img{
    width: 32px;
    height: auto;
    position: absolute;
    right: 0;
    top: 14px;
}
.what .container .block .whatall .box h4{
    margin: 0;
    font-size: 20px;
}
.what .container .block .whatall .box p{
    margin: 0;
}
/*  */
.viwe{
    border: 15px solid #fff;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(239, 198, 36, 0.26) 0%, rgba(239, 198, 36, 0) 100%);
}
.viwe .container{
    display: flex;
    flex-wrap: wrap;
}
.viwe .container .block{
    padding: 10px;
}
.viwe .container .block h2{
    margin: 0 0 5px;
    font-size: 24px;
}
.viwe .container .block h1{
    font-size: 36px;
    margin: 0 0 20px;
}
.viwe .container .block p{}
.viwe .container .block .viwe-slider{
    margin: 20px 0 0;
}
.viwe .container .block .viwe-slider .item{
    padding: 10px 2px;
}
@media (min-width: 769px) {
    .viwe .container .block .viwe-slider .owl-item:nth-child(3){
        margin-top: -20px;
    }
}

.viwe .container .block .viwe-slider .item img{
    width: 100%;
    height: auto;
}
/*  */
.contact{
    position: relative;
    overflow: inherit;
    z-index: 99;
    padding-bottom: 0;
}
.contact .hot1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    display: flex;
    height: 60px;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: rotate(-5deg);
    z-index: 999;
}
.contact .hot2{
    background: #EFC624;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    height: 60px;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: rotate(5deg);
    z-index: 999;

}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.contact .container .block{
    padding: 10px;
    color: #455A64;
    position: relative;
}
@media (min-width: 769px) {

.contact .container .block::before{
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 130px;
    height: 80px;
    background-image: url(img/sahm.gif);
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}
.contact .container .block::after{
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 130px;
    height: 80px;
    background-image: url(img/sahm.gif);
    background-size: auto 100%;
    background-repeat: no-repeat;
    /* transform: rotateY(180deg); */
}
}


.contact .container .block h1{
    color: #000;
    font-size: 36px;
    margin: 0 0 10px;
}
.contact .container .block h2{
    font-size: 24px;
    margin: 0 0 10px;
}
.contact .container .block .a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}
.contact .container .block img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.contact .container .block form{
    max-width: 600px;
    height: auto;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block form p{
    padding: 0;
    margin: 0;
}
/*  */
.rows{
    padding: 10px;
    text-align: right;
    color: #000;
}
.wpcf7-form-control{
    width: 100%;
    border: 1px solid #1211271F;
    outline: none;
    margin: 2px 0 0;
    border-radius: 8px;
    padding: 15px;
    max-height: 120px;
    text-align: right;
}

.wpcf7-submit{
    color: #fff;
    background: #EFC624;
    width: 140px;
    border: none;
    text-align: center;
    margin: 0 auto;
    display: flex;
    font-size: 20px;
}
.wpcf7-submit:hover{
    background: #000;
}
/*  */
footer{
    background: #000;
    border: 15px solid #fff;
    border-radius: 30px;
    padding: 30px 10px 0;
    color: #fff;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .container .block{
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
footer .container .block img{
   margin: 0 0 10px;
   width: auto;
   height: 80px;
}
.copy{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-top: 1px solid #FFFFFF2E;
    margin: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
@media (max-width: 769px) {
    .copy{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.copy span{
    color: #EFC624;
}
.copy span a{
    text-decoration: none;
    outline: none;
    color: #C2C2C2;
    display: inline-flex;
    padding: 5px;
}
.copy span a:hover{
    color: #EFC624;
}

a.link{
    background: #231F20;
    display: flex;
    flex-wrap: wrap;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 10px 2px 0;
    text-decoration: none;
    outline: none;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
a.link img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
a.link:hover{
    background: #EFC624;
}
/*  */
.page{
    padding: 50px 20px;
}
.page p{
    color: #455A64;
}
.page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.page .container ul{
    color: #EFC624;
    padding: 0;
    margin: 20px;
    font-size: 18px;
}
/*  */
.head{
    border: 15px solid #fff;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(239, 198, 36, 0.07) 0%, rgba(239, 198, 36, 0.26) 100%);
    padding-top: 0;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #737384;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 0;
}
.head .container img{
    margin: 0 auto 30px;
    width: auto;
    height: 80px;
}
.head .container h1{
    color: #000;
    font-size: 36px;
}
/*  */
.head .container .box{
    position: absolute;
    left: 0;
    top: 10px;
    width: 260px;
    display: flex;
}

.head .container .box a.wa{
    background-color: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 9px 15px 0px 60px;
    min-height: 50px;
    background-image: url(img/wa.gif);
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 36px auto;
    margin: 0 5px;
    display: flex;
    align-items: center;
    direction: ltr;
    border-radius: 50px;
}
.head .container .box ul{
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.head .container .box ul li a{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    border-radius: 50%;
}
.head .container .box ul li a:hover{
    background: #000;
    color: #fff;
}



/***
*******************************************************/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}
