/*
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: 1200px !important;
    position: relative;
    padding: 0;
}

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


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

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
    color: #999;
}
ul,ol,li{
    list-style: 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: 'sf-bold';
    src: url('fonts/sf-arabic-black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'sf';
    src: url('fonts/sf-arabic-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


h1,h2{
    font-family: sf-bold;
}





body {
    margin: 0;
    padding: 0;
    color: #000;
    /* font-family: Dubai; */
    /* font-family: Dubai; */
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    text-align: left;
    /* background: #fff; */
    background: #F8FDFF;
}

@media (max-width: 769px) {
 body {
    padding: 0 0 55px;
 }   
}


.ger{
  background-image: linear-gradient(to left, #0a262d, #67b26f);
  background: linear-gradient(90deg, #39bae2 14.53%, #0a262d 77.55%);

  /* Clip the background to the text shape */
  -webkit-background-clip: text; /* For Safari compatibility */
  background-clip: text;
  /* Make the text transparent so the background is visible */
  -webkit-text-fill-color: transparent; /* For Safari compatibility */
  color: transparent;
}

header{
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #E0C3B980;
    /* min-height: 97px; */
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999999;
} 
header .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
} 
header .container img{
    width: auto;
    height: 69px;
}
@media (max-width: 769px) {
    header .container img{
    height: 50px;
}
}

header .container ul.nav{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
header .container ul.nav li{
    padding: 0 2px;
}
header .container ul.nav li a{
    display: block;
    padding: 12px 15px;
    color: #45646D;
    text-decoration: none;
    outline: none;
}
header .container ul.nav li a:hover{
    color: #39bae2;
}


header .container .box {
    display: flex;
    align-items: center;
}
header .container .box .fa-bars{width: 47px;height: 47px;display: none;background: #f2f2f2;color: #0a262d;border-radius: 50%;justify-content: center;align-items: center;font-size: 20px;}

header .container .box ul{
    padding: 0;
    margin: 0 10px;
}
header .container .box ul li{}
header .container .box ul li a{
    width: 47px;
    height: 47px;
    background-color: #F2F2F2;
    border-radius: 50%;
    background-image: url("img/lang.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 47px;
    display: flex;
    font-size: 0;
}


@media (max-width: 769px) {
    /* header .container .box {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #fff;
        padding: 10px 20px;
        display: flex;
        flex-wrap:nowrap;
        align-items: center;
    }
    header .container .box .fa-bars {
        display: flex;
    } */
    .nav{
        background: #ffffff;
        padding: 10px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-wrap: nowrap !important;
        width: 100%;
        margin: 0;
        border-top: 1px solid #fff3e9;
        justify-content: center !important;
        width: 100%;
    }
    .nav li{
        margin: 0;
        padding: 0;
    }
    .nav li a{
        padding: 15px 9px !important;
        font-size: 15px;
    }
} 
.wa{
    height: 46px;
    width: auto;
    padding: 0 5px 0 15px;
    border-radius: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #50BE42;
    flex-direction: row-reverse;
    font-family: sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}
.wa i{
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/wa.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    margin: 0 0 0 6px;
}
/*  */

.hero{
    background-color: #fff;
    padding: 0;
    position: relative;
}
.hero > img{
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
}
.hero .cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero .container{
    position: relative;
}
.hero .container .block{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
}
.hero .container .block strong{
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
.hero .container .block h1{
    color: #0A262D;
    font-size: 40px;
    font-weight: bold;
    margin: 15px 0;
    font-family: 'Urbanist';
    text-transform: uppercase;
}
@media (max-width: 769px) {
    .hero .container .block h1{
    font-size: 30px;
}
}

.hero .container .block p{
    margin: 0;
    color: #45646D;
    font-weight: 500;
    text-transform: uppercase;
}
.hero .container .block a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin: 15px 0;
    background-color: #39BAE2;
    color: #fff;
    text-decoration: none;
    outline: none;
    background-image: url("img/more.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    width: 240px;
    height: 54px;
    padding-left: 30px;
}
.hero .container .block  a:hover{
    opacity: 0.6;
}






/*  */
.tit{
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0 0 15px;
}
.tit i{
    width: 100px;
    height: 20px;
    margin: 0px 10px 0 0;
}
.tit span{
   background: linear-gradient(-91deg, #4F3043 14.53%, #A76D7D 77.55%);
  /* Clip the background to the text shape */
   -webkit-background-clip: text; /* For Safari compatibility */
   background-clip: text;
  /* Make the text transparent so the background is visible */
   -webkit-text-fill-color: transparent; /* For Safari compatibility */
   color: transparent;
   margin: 0;
   font-size: 30px;
   font-weight: 500;
}
.works{
    display: flex;
    align-items: center;
}
.works img{
    width: 110px;
    height: 140px;
    border-radius: 10px;
    margin: 2px;
    object-fit: cover;
}
@media (max-width: 769px) {
    .works img{
    width: 90px;
}
}

.works a{
    display: inline-flex;
    text-decoration: none;
    outline: none;
    color: #381E31;
    font-size: 18px;
    font-weight: 500;
}
.works a i{
    width: 28px;
    height: 28px;
    margin: 0 5px;
    background-image: url("img/down.svg");
    background-size: 100% 100%;
}
.works a:hover{
    opacity: 0.7;
}







.hero .container .block-img{
    position: relative;
    align-items: end;

}
.hero .container .block-img:after{
    content: "";
    position: absolute;
    top: 0;
    right: 30%;
    left: 30%;
    height: 40%;
    background: #381E311A;
    z-index: 0;
}
.hero .container .block .box{
    background-image: url("img/basma.png");
    background-size: 100% auto;
    background-position: center bottom -50px;
    background-repeat: no-repeat;
}
.hero .container .block .box img{
        max-width: 100%;
        max-height: 100%;
        position: relative;
        z-index: 9;
        margin: 60px auto 0;
}
.hero .container .block .box i{
    width: 100px;
    height: 100px;
    background-image: url("img/sahm.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 9%;
    top: 26%;
    z-index: 99;
}
/*  */
.hero .media{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
} 
.hero .media a{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    margin: 1px 0;
} 
.hero .media a:hover{
    opacity: 0.7;
} 
.fa-facebook-f{
    color: #1677F0;
}
.fa-instagram{
    color: #D305D1;

}
.fa-tiktok{
    color: #000;
    text-shadow: -1px 2px 1px #D93E67;
}
.fa-snapchat{
    color: #FFFA00;
    text-shadow: -1px 2px 1px #000;

}
.fa-whatsapp{
    color: #60D669;
}
/*  */
section{
    padding: 60px 10px;
    clear: both;
    position: relative;
    overflow: hidden;
}

.lamsa{
    /* background: #fff; */
    border-radius: 25px;
}
.lamsa .container{
    display: flex;
    flex-wrap: wrap;
}
.center{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 9;
}
.center h6{
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 0;
    color: #0a262d;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}


.center h1{
    color: #4ec1e5;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 40px;
    font-family: 'Urbanist';
    text-transform: uppercase;
}
.all {
    display: flex;
    flex-wrap: wrap;
}
.lamsa .container .block{
    padding: 15px;
}
.lamsa .container .block .box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lamsa .container .block .box i{
    width: 100px;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    position: relative;
    z-index: 9;
    border: 1px solid #45646D26;
}

.lamsa .container .block .box i img{
    width: 70%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    display: flex;
    background: #fff;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    padding: 5px;
}
.lamsa .container .block .box h3{
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #0A262D;
    text-align: center;
}
.lamsa .container .block .box p{
    color: #45646D;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
}

/*  */

.line {
    text-shadow: 0 0 1px #678689;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 1;
    padding: 0;
    margin: -70px 0 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    color: #F8FDFF;
    font-weight: 900;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: start;
    height: 80px;
    text-align: center;
    padding: 17px 0 0;
    z-index: 9;
    position: relative;
}



.serv{
    background-color: #EAFAFF;
    /* padding: 10px 0 50px; */
    overflow: hidden;
}
#serv{
    position: absolute;
    top: -90px;
    right: 0;
}



.serv .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.serv .container h6{
    color: #0A262D;
    display: flex;
    font-size: 20px;
}
.serv .container h1{
    color: #39BAE2;
    font-size: 40px;
    font-family: Urbanist;
    min-width: 40%;
    display: flex;
}
.serv .container .all-serv{
    display: flex;
    flex-wrap: wrap;
}
.serv .container .all-serv .item{
    padding: 10px;
}
.serv .container .all-serv .item .box{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #45646D1A;
    height: 100%;
}
.serv .container .all-serv .item .box img{
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
}
.serv .container .all-serv .item .box h2{
    color: #0A262D;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    font-family: Urbanist;
}
.serv .container .all-serv .item .box p{
    width: 100%;
    margin: 15px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #DBDBDB;
    color: #45646D;
    min-height: 70px;
}

/*  */
.tabs{
    display: flex;
    flex-wrap: wrap;
}

.tabs-title{
    display:flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 15px;
    list-style: none;
    margin: 0;
}

.tabs-title li{
    display: flex;
    flex-wrap: nowrap;
    height: 65px;
    background-color: #fff;
    border: 1px solid #DDDDDD57;
    align-items: center;
    padding: 0 15px;
    border-radius: 75px;
    background-image: url("img/left.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px auto;
    color: #967165;
    font-size: 16px;
    margin: 0 0 10px;
    cursor: pointer;
}

.tabs-title .num{
    margin: 0 5px 0 0;
}

.tabs-title li.active{
    border: 1px solid #4F3043;
    color:#381E31;
}

.tab-box{
display:none;
 padding: 10px;
}

.tab-box.active{
display:block;
}
.tab-box video{
    width: 100%;
    height: 380px;
    border-radius: 20px;
    object-fit: cover;
}
.links{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
}
.links a{
    width: 100%;
    height: auto;
    padding: 20px;
    color: #fff;
    background-color: #967165;
    margin: 0 0 10px;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 769px) {
    .links a{
    width: calc(50% - 10px) !important;
}
}

.links a:hover{
    opacity: 0.7;
}
.links a ~ a{
    background: linear-gradient(-270deg, #4F3043 0%, #A76D7D 100%);
}
.links a i{
    height: 50px;
    width: 100%;
    padding: 0 60px 0 0;
    background-image: url("img/more.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40px 40px;
    color: #fff;
    /* font-weight: 600; */
    display: flex;
    font-style: normal;
    line-height: normal;
    align-items: center;
    font-size: 17px;
}

/* about */
.about{
    background-color: #F8FDFF;
    background-image: url("img/bg-en.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 30px;
    padding-top: 10px;
}


#about{
    position: absolute;
    top: -90px;
    right: 0;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}
.about .container .block{
    padding: 20px;
    color: #45646D;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    /* font-size: 16px; */
}
.about .container .block .box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
/* .about .container .block .box i{
    width: 120px;
    height: 120px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50px;
    left: -46px;
} */
.about .container .block img{
    width: 76%;
    height: auto;
    display: flex;
    margin-right: 130px;
}
.about .container .block strong{
    color: #39BAE2;
    text-transform: uppercase;
}
.about .container .block h1{
    color: #0A262D;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    margin: 0px 0 20px;
    
  /* Clip the background to the text shape */
     /* For Safari compatibility */
    
  /* Make the text transparent so the background is visible */
     /* For Safari compatibility */
    font-family: 'Urbanist';
    line-height: normal;
    text-transform: uppercase;
}


.about .container .block ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    outline: none;
    padding: 0;
    margin: 15px 0;
}
.about .container .block ul li{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #967165;
    background-image: url("img/chek.svg");
    background-repeat: no-repeat;
    background-position: left top 5px;
    line-height: normal;
}
.about .container .block ul li strong{
    font-size: 18px;
    /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
    background: linear-gradient(90deg, #4F3043 14.53%, #af8792 27.55%);
  /* Clip the background to the text shape */
    -webkit-background-clip: text; /* For Safari compatibility */
    background-clip: text;
  /* Make the text transparent so the background is visible */
    -webkit-text-fill-color: transparent; /* For Safari compatibility */
    color: transparent;
    display: flex;
    margin: 0 0 2px;
}
.about .container .block-count{
    margin: 0 auto;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about .container .block-count .item{
    position: relative;
    height: auto;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.about .container .block-count .item h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #39BAE2;
    font-family: sans-serif;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    /* font-family: sf-bold; */
    font-weight: bold;
    direction: rtl;
    margin: 0;
}
.about .container .block-count .item p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #381E31;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #45646D;
    margin: 0;
}

.sahem{
    width: 130px;
    height: 130px;
    background-image: url("img/sahem.gif");
    background-size: 100% 100%;
    margin: 0 0 -40px;
    transform: rotateY(0deg);
    filter: opacity(0.5);
}
@media (max-width: 769px) {
    .about .container .block img {
    width: 90%;
    margin-right: 0;
}
    .sahem{
        display: none; 
    }
}
/*  */

.step{}
.step .container{
    display: flex;
    flex-wrap: wrap;
}
.step .container .step-all{
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 570px;
    z-index: 6;
    position: relative;
    padding: 0 0 100px;
}
@media (max-width: 769px) {
    .step .container .step-all{
    background-size: auto 300px;
    padding: 0 0 300px;
}
}

.step .container .step-all .item{
    padding: 10px;
    float: left;
}
.step .container .step-all .item:nth-child(2){
    float: right;
}
.step .container .step-all .item:nth-child(3){
    clear: both;
}
.step .container .step-all .item:last-child{
     float: right;
}


.step .container .step-all .item .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.step .container .step-all .item .box i{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #45646D26;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    border-radius: 50%;
}
.step .container .step-all .item .box i span{
    background-color: #39BAE2;
    color: #fff;
    font-size: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
}
.step .container .step-all .item .box i img{
    width: 60px;
    height: auto;
}
.step .container .step-all .item .box h3{
    color: #0A262D;
    font-size: 22px;
    font-family: Urbanist;
    margin: 15px 0;
}
.step .container .step-all .item .box p{
    color: #45646D;
    text-align: center;
}
.net{
    width: 100%;
    position: relative;
    margin: -170px 0 0;
    height: 200px;
    background-image: url("img/net.png");
    background-size: 100% 100%;
    z-index: 1;
}

/*  */

#porto{
    position: absolute;
    right: 0;
    top: -160px;
}
.porto{
    padding: 20px 0 40px 110px;
    background: #FFF3E9;
}
@media (max-width: 769px) {
.porto{
    padding: 20px 10px 20px ;
} 
}
.porto .container{
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.porto .container .block{
    padding: 20px;
    font-size: 17px;
}
.porto .container .block h1{
    font-family: Urbanist;
    font-weight: bold;
}

/*  */

.tab-nav{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    display: flex;
    flex-direction: column;
}
.tab-nav .link{
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    color: #967165;
    border-right: 5px solid #fff;
    cursor: pointer;
}
@media (max-width: 769px) {
  .tab-nav .link{
    width: 50px;
}  
}
.tab-nav .link span{
    font-weight: 200 !important;
}
.tab-nav .link.active{
    border-right: 5px solid #967165;
    font-weight: bold;
}
@media (max-width: 769px) {
 .tab-nav{
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    flex-direction: initial;
    flex-wrap: nowrap;
    margin: 0 0 20px;
    border: none;
    border-bottom: 5px solid #fff;
    justify-content: space-between;
} 
.tab-nav .link{
    font-size: 16px;
}
.tab-nav .link.active{
    border: none;
    border-bottom: 5px solid #967165;
    font-weight: initial;
}  
}



.body-tab{
display:none;
flex-wrap: wrap;

}

.body-tab.active{
display:flex;

}
.body-tab .item{
    padding: 5px;
    position: relative;
}
.body-tab .item video{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    display:block;
background:#000;
}
.body-tab .item p{
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 0px;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.play{
    color: #fff;
    background-color: #381E31;
    background-image: url("img/play.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    padding: 0 60px 0 15px;
    height: 52px;
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 52px;
    font-size: 14px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    justify-content: center;
    padding-bottom: 5px;
    cursor: pointer;
}

/*  */
.say{
    background: #EAFAFF;
}
.say .move{
    color: #fff;
}
.say .container{
}
.say .item{
    padding: 5px;
    direction: ltr;
}
.say .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
}
.say .item .box i{
    background-image: url("img/user.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    width: 70px;
    height: 70px;
    background-color: #f9f9f9;
    border: 1px solid #45646D;
    border-radius: 50%;
    margin: 0 auto 0 0;
}

.say .item .box h3{
    font-size: 22px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}
.say .item .box span{
    clear: both;
    width: 100%;
    margin: 6px 0 0;
    color: #45646D;
    font-size: 14px;
}
.say .item .box p{
    background-color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
    color: #45646D;
    font-size: 16px;
    margin: 10px 0 0;
    width: 100%;
}
/*  */
.owl-nav{
      display: flex;
    justify-content: center;  
    padding: 15px 0 0;
}
.owl-prev{
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    background-image: url("img/l.svg") !important;
    background-size: 100% 100% !important;
    margin: 5px;
}
.owl-next{
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    background-image: url("img/r.svg") !important;
    background-size: 100% 100% !important;
    margin: 5px;
}


.owl-dots{
    display: flex;
    justify-content: center;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 5px;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
    background: #D9D9D9 !important;
}
.owl-dots .owl-dot.active{
    background: #80505E !important;
    transition: all 0.5s ease 0s;
transform: scale(1.3);
}
/*  */

.clinte{
    background-color: #FFF3E9;
}
#clinte{
    position: absolute;
    right: 0;
    top: -90px;
}
.clinte .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    background-image: url("img/star2.svg");
    background-repeat: no-repeat;
    background-position: right top;
}
.clinte .container .center{
    background-image: url("img/star2.svg");
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
}
.clint-slider{}
.clint-slider .item{
    padding: 6px;
}
.clint-slider .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    height: 120px;
    width: 100%;
    margin: 0 0 10px;
}
.clint-slider .item .box img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/*  */
.contact{
    position: relative;
}
#contact{
    position: absolute;
    right: 0;
    top: -90px;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact .container .block{ 
    padding: 25px;
}
.contact .container .block h6{
display: flex;
    align-items: center;
    line-height: normal;
    padding: 0;
    color: #0a262d;
    font-size: 21px;
    font-weight: 500;
}
.contact .container .block h1{
    color: #4ec1e5;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: 'Urbanist';
}
.contact .container .block p{
    color: #45646D;
}

.call{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.call .box{
    margin: 3px 0;
    width: 100%;
    display: flex;
    align-items: flex-end !important;
    color: #45646D;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: left center;
    direction: rtl;
    align-content: flex-end;
}
.call .phone{
    background-image: url("img/phone.svg");
}
.call .mail{
    background-image: url("img/mail.svg");
}
.call .adress{
    background-image: url("img/home.svg");
}
/*  */
.mdia{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px 0;
}
.mdia a{
    background-color: #EAFAFF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 2px;
}


.fa-facebook-f{
    color: #1677F0;
}
.fa-instagram{
    color: #D305D1;

}
.fa-tiktok{
    color: #000;
    text-shadow: -1px 2px 1px #D93E67;
}
.fa-snapchat{
    color: #c5c100;
}
.fa-whatsapp{
    color: #60D669;
}



.contact .container .block img{
    width: 100%;
    height: auto;
}
.contact .container .block form{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row-reverse;
    
    p{
        margin: 0;
    }
 }
 .rows{
    padding: 5px;
    margin: 0 0 5px;
    color: #0A262D;
    font-size: 15px;
 }
 .wpcf7-form-control {
    width: 100%;
    margin: 3px 0 0;
    min-height: 52px;
    max-height: 170px;
    border: 1px solid #1211271F;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    text-align: left;
    direction: ltr;
    font-size: 16px;
    color: #999;
    background: #FFFFFF0D;
 }
 .wpcf7-submit{
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
 border-radius: 8px;
 margin: 0 auto 0 0;
 background-color: #39BAE2;
 color: #fff;
 text-decoration: none;
 outline: none;
 background-image: url(img/more.svg);
 background-repeat: no-repeat;
 background-position: left 20px center;
 width: 140px;
 height: 54px;
 padding-left: 30px;
 text-align: center;
 }
/*  */

footer{
    padding: 30px 10px 0;
    border-radius: 25px;
    margin: 15px 0 0;
    color: #45646D;
    position: relative;
    border: 10px solid #f8fdff;
    background: #EAFAFF;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    position: initial;
}
footer .container .foot{
    padding: 15px;
    font-size: 15px;
}
footer .container .foot img{
    height: 58px;
    width: auto;
    margin: 0 0 10px;
}
footer .container .foot h3{
    font-size: 20px;
    margin: 0 0 15px;
    color: #39BAE2;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li{
    display: block;
}
footer .container .foot ul li a{
    color: #45646D;
    padding: 3px 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
footer .container .foot ul li a:hover{
    opacity: 0.6;
}
.copy{
    margin: 20px  auto 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #45646D;
    font-size: 14px;
    border-top: 1px solid #00000014;
}



/*  */

form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    top: 3px;
    right: 3px;
    top: 3px;
    left: auto;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-family: Urbanist !important;
    background: #39BAE2 !important;
    color: #fff !important;
}
.mailpoet_text{
     font-family: Urbanist !important;
    color: #999 !important;
     padding: 13px 10px !important;
     background: #fff !important;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_paragraph {
    width: 100% !important;
}


/* rtwpvg-thumbnail-image rtwpvg-thumbnail-image-193 slick-slide slick-active
rtwpvg-thumbnail-image rtwpvg-thumbnail-image-77 slick-slide slick-current slick-active */

/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

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

.owl-carousel{
    direction: ltr;
}

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


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

*/
/* .hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
} */
