/*
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: #967165;
    /* font-family: Dubai; */
    /* font-family: Dubai; */
    font-size: 18px;
    font-family: "sf", sans-serif;
    font-weight: 400;
    text-align: right;
    /* background: #fff; */
    background: #FFF3E9;
}

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


.ger{
  /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
        background: linear-gradient(-90deg, #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;
}

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: 79px;
}
@media (max-width: 769px) {
    header .container img{
    height: 50px;
}
}

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

@media (max-width: 769px) {
    .nav{
        background: #fff;
        padding: 10px !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        flex-wrap: nowrap !important;
        width: 100%;
        margin: 0;
        border-top: 1px solid #d7b5b5;
        justify-content: center !important;
    }
    .nav li{
        margin: 0;
        padding: 0;
    }
    .nav li a{
        padding: 15px 9px !important;
        font-size: 15px;
    }
} 
.wa{
    height: 46px;
    width: auto;
    padding: 0 15px 0 5px;
    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 6px 0 0;
}
/*  */

.hero{
    background-color: #FFF3E9;
    padding: 0;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 15px 20px 0 30px;
}
.hero .container .block{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 0;
}
.hero .container .block h5{
    color: #80505E;
    font-size: 19px;
    font-weight: 500;
}
.hero .container .block h1{
    font-size: 50px;
    font-weight: bold;
    /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
    background: linear-gradient(270deg, #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;
    width: 100%;
    min-width: calc(100% + 79px) !important;
    margin: 0 0 20px;
}
@media (max-width: 769px) {
    .hero .container .block h1{
    width: 100%;
    min-width: 100%!important;
    margin: 0 0 20px;
    font-size: 40px;
}
}

.hero .container .block strong{
    color: #80505E;
    font-size: 17px;
    font-weight: normal;
}
.hero .container .block p{
    margin: 0;
}
.hero .container .block > a{
    border: 1px solid #80505E;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin: 15px 0 40px;
    height: 54px;
    background: linear-gradient(75.04deg, #F3E5EF 0%, #F8F0ED 52.07%, #F9E9EE 102.02%);
    flex-direction: row-reverse;
}
.hero .container .block >  a:hover{
    opacity: 0.6;
}
.hero .container .block >  a i{
    width: 22px;
    height: 10px;
    background-image: url("img/mor.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px;
}
.hero .container .block >  a span{
        background: linear-gradient(270deg, #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;
}
/*  */
.tit{
    display: flex;
    align-items: center;
    line-height: normal;
    margin: 0 0 15px;
}
.tit i{
    width: 100px;
    height: 20px;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin: 0px 0 0 10px;
}
.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;
    left: 30%;
    right: 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;
    left: 9%;
    top: 26%;
    z-index: 99;
}
@media (max-width: 769px) {
	.hero .container {
    flex-direction: column-reverse;
}
	.hero .container .block{
		padding-bottom: 15px;
	}
.hero .container .block .box i {
    width: 60px;
    height: 60px;
    background-image: url(img/sahm.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 4%;
    top: 34%;
    z-index: 99;
}
	.sh3a3{
		display: none !important;
	}
}
/*  */
.hero .media{
    position: absolute;
    left: 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: #c5c100;
}
.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{
    background-color: #E0C3B97A;
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 0;
    border-radius: 50px;
    color: #4F3043;
    font-size: 21px;
    font-weight: 500;
}
.center h6::after{
    content: "";
    width: 26px;
    height: 26px;
    margin: 0 5px;
    background-image: url("img/title.svg");
    background-size: 100% 100%;

}
.center h6::before{
        content: "";
    width: 26px;
    height: 26px;
    margin: 0 5px;
    background-image: url("img/title.svg");
    background-size: 100% 100%;
}
.center h1{
    color: #80505E;
    font-size: 40px;
    font-weight: 700;
    font-family: 'sf';
}

.sh3a3{
    background-image: url("img/sh3a3.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 80px;
    position: relative;
    padding: 50px 0 0;
    min-height: 130px;
}
.sh3a3::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background-color: #80505E;
    border-radius: 50%;
    border: 2px solid #fff;
}
.lamsa .container .all{
    background-image: url("img/net.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    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: 71px;
    height: 71px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    padding: 0;
    position: relative;
    z-index: 9;
}
.lamsa .container .block .box i::after{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    background-color: #E0C3B9;
    width: 71px;
    height: 71px;
    border-radius: 15px;
    z-index: 0;
}
.lamsa .container .block .box i::before{
   content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    background-color: #381E31;
    width: 71px;
    height: 71px;
    border-radius: 15px;
    z-index: 0;
}
.lamsa .container .block .box i img{
    width: 71px;
    height: 71px;
    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: 25px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.lamsa .container .block .box p{
    color: #967165;
    font-weight: 400;
    text-align: center;
}
.serv{
    background-color: #FFF3E9;
    padding: 10px 0 50px;
    overflow: hidden;
}
#serv{
    position: absolute;
    top: -90px;
    left: 0;
}
.move{
    overflow: hidden;
    white-space: nowrap;
    font-size: 60px;
    text-shadow: 0 0 2px #733909;
    color: #FFF3E9;
    font-family: sf-bold;
    margin: 0 0 20px;
    min-width: 560px;
}

.move-text{
    display: inline-block;
    font-size: 60px;
    text-shadow: 0 0 2px #733909;
    color: #FFF3E9;
    font-family: sf-bold;
}




.serv .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-tit{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 0 25px;
    font-size: 16px;
}
@media (max-width: 769px) {
    .block-tit{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 20px;
}
}

.serv .container h1{
    color: #80505E;
    font-size: 40px;
    font-family: sf;
    min-width: 40%;
    display: flex;
}
.serv .container h1 strong{
    background-image: url("img/strong.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 19px;
    background-size: auto 20px;
    color: #381E31;
    display: flex;
    margin: 0 6px;
}
.serv .container p{}


/*  */
.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: left 15px center;
    background-size: 14px auto;
    color: #967165;
    font-size: 16px;
    margin: 0 0 10px;
    cursor: pointer;
}

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

.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 0 0 60px;
    background-image: url("img/more.svg");
    background-repeat: no-repeat;
    background-position: left 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: #FFFFFF;
    border-radius: 25px 25px 0 0;
    background-image: url("img/basmabg.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 180px;
}
.about::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/basmabg.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 180px;
    transform: rotateY(180deg);
}
#about{
    position: absolute;
    top: -90px;
    left: 0;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}
.about .container .block{
    padding: 20px;
    color: #967165;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    font-size: 16px;
}
.about .container .block .box{
    position: relative;
}
.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;
    right: -46px;
}
.about .container .block img{
    width: 100%;
    height: auto;
}
.about .container .block h1{
    color: #80505E;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
        /* background-image: linear-gradient(to right, #4ca2cd, #67b26f); */
    background: linear-gradient(-90deg, #4F3043 14.53%, #af8792 66.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;
}
.about .container .block h1 strong{
    /* color: #381E31; */
}
.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 30px 0 0;
    margin: 0 0 10px;
    font-size: 16px;
    color: #967165;
    background-image: url("img/chek.svg");
    background-repeat: no-repeat;
    background-position: right 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 20px;
}
.about .container .block-count .item{
    position: relative;
    height: 90px;
    padding: 20px;
}
.about .container .block-count .item h2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 90px;
    color: #E0C3B980;
    font-family: sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* font-family: sf-bold; */
    font-weight: bold;
    direction: ltr;
}
.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%;
}

/*  */
.move-work{
    display: flex;
    padding: 10px 0;
    background: linear-gradient(270deg, #4F3043 0%, #A76D7D 100%);
    align-items: center;
    overflow: hidden;
    justify-content: flex-end;
}
#moveText2{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.move-work span{
    font-size: 30px;
    color: #FFFFFF;
    padding: 0;
    width: 190px;
    text-align: center;
}
.move-work i{
    width: 20px;
    height: 20px;
    background-image: url("img/title.svg");
    background-size: 100% 100%;
    margin: 0 5px;
    display: inline-block;
}
/*  */

#porto{
    position: absolute;
    left: 0;
    top: -160px;
}
.porto{
    padding: 20px 110px 40px 0;
    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: sf;
    font-weight: bold;
}

/*  */

.tab-nav{
    background: #fff;
    position: absolute;
    top: 0;
    right: 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-left: 5px solid #fff;
    cursor: pointer;
}
@media (max-width: 769px) {
  .tab-nav .link{
    width: 100px;
    min-width: 100px;
}  
}
.tab-nav .link span{
    font-weight: 200 !important;
}
.tab-nav .link.active{
    border-left: 5px solid #967165;
    font-weight: bold;
}
@media (max-width: 769px) {
 .tab-nav{
    background: #fff;
    position: relative;
    top: auto;
    right: 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;
    width: 100%;
    overflow-y: auto;
} 
.tab-nav .link{
    font-size: 16px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.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;
    left: 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: left center;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    padding: 0 15px 0 60px;
    height: 52px;
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 52px;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    justify-content: center;
    padding-bottom: 5px;
    cursor: pointer;
}

/*  */
.say{
    padding: 0 0 50px;
    background-image: url("img/bbgg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 7% auto;
}
.say .move{
    color: #fff;
}
.say .container{
}
.say .item{
    padding: 15px;
    direction: rtl;
}
.say .item .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.say .item .box p{
    background-color: #fff;
    border: 1px solid #D55C4E38;
    box-shadow: 6px 6px 10px 0px #E3284614;
    border-top: 10px solid #4F3043;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    position: relative;
    color: #967165;
    font-size: 18px;
    margin: 0 0 25px;
}
.say .item .box p:after{
    content: "";
    position: absolute;
    bottom: -15px;
    right: 40px;
    border: 20px solid #fff;
    border-width: 15px 10px 0px 5px;
    border-color: #fff #ffffff00 #ffffff00 #ffffff00;
}
.say .item .box i{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 2px dashed #D55C4E;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
    position: relative;
    margin: 0 20px 0 20px;
}
.say .item .box i::after{
    content: "";
    background-image: url("img/qq.svg");
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: auto auto -12px -12px;
}
.say .item .box i img{
    padding: 5px;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    margin: 0;
}
.say .item .box h3{
    font-size: 22px;
}
.say .item .box span{
    clear: both;
    width: calc(100% - 90px) !important;
    margin: -25px 110px 0 0;
    color: #967165;
    font-size: 14px;
}
/*  */
.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;
    left: 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: left top;
}
.clinte .container .center{
    background-image: url("img/star2.svg");
    background-repeat: no-repeat;
    background-position: right 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{
    background: #fff;
    border-radius: 25px;
    padding: 50px 10px 20px;
    display: flex;
}
#contact{
    position: absolute;
    left: 0;
    top: -90px;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.contact .container .block{ 
    padding: 15px;
}
.contact .container .block img{ 
    width: 100%;
    height: auto;
    margin: -50px 0 0;
}
.contact .container .block form{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    p{
        margin: 0;
    }
 }
 .rows{
    padding: 5px;
    margin: 0 0 5px;
    color: #381E31;
    font-size: 15px;
 }
 .wpcf7-form-control {
    width: 100%;
    margin: 3px 0 0;
    min-height: 52px;
    max-height: 130px;
    border: 1px solid #1211271F;
    padding: 5px 15px;
    border-radius: 5px;
    outline: none;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    color: #967165;
 }
 .wpcf7-submit{
     border: 1px solid #80505E;
     border-radius: 8px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     padding: 0 30px 0 50px;
     margin: 15px 0 40px;
     height: 54px;
     width: 150px;
     background-color: #F3E5EF;
     flex-direction: row-reverse;
     background-image: url(img/mor.svg);
     background-size: 20px auto;
     background-repeat: no-repeat;
     background-position: left 35px center;
     text-align: center;
     margin: 0;
 }
/*  */

footer{
    padding: 30px 10px 0;
    border-radius: 25px;
    margin: 15px 0 0;
    color: #fff;
    position: relative;
    border: 10px solid #FFF3E9;
    background: linear-gradient(92deg, #A76D7D 0%, #4F3043 100%);
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    position: initial;
}
footer .container .foot{
    padding: 15px;
    font-size: 15px;
}
footer .container .foot img{
    height: 100px;
    width: auto;
    margin: 0 0 10px;
}
footer .container .foot h3{
    font-size: 20px;
    margin: 0 0 15px;
}
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: #fff;
    padding: 3px 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
footer .container .foot ul li a:hover{
    opacity: 0.6;
}
.copy{
    margin: 40px  auto 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #ffffff20;
    max-width: 790px;
}
footer .media{
    background: #FFF3E9;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px 0;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 14px 0 0 0;
    width: auto;
    flex-direction: row-reverse;
    min-width: 230px;
}
.wwa{
     background: #FFF3E9;
     position: absolute;
     left: 0;
     bottom: 0;
     padding: 15px 20px 0;
     display: flex;
     flex-wrap: nowrap;
     border-radius: 0 14px 0 0;
     width: auto;
     flex-direction: row-reverse;
     min-width: 230px;
}

@media (max-width: 769px) {
    .wwa{
        display: none;
    }
    footer .media{
    background: initial;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    padding: 0;
}
footer .media > div{
    background: initial !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
}
footer .media > div{
    background-color: #D55C4E;
    padding: 5px;
    border-radius: 50px;
    display: flex;
}
footer .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 ;
}
/*  */

form.mailpoet_form {
    position: relative;
}
.mailpoet_submit{
    position: absolute;
    top: 3px;
    left: 3px;
    top: 3px;
    padding: 12px 24px !important;
    font-size: 16px !important;
    font-family: sf !important;
}
.mailpoet_text{
     font-family: sf !important;
     padding: 13px 10px !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) {
	.move{
		font-size: 40px !important
	}
	
.tabs-title{
    display:flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px 15px;
    list-style: none;
    margin: 0;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.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: left 15px center;
    background-size: 14px auto;
    color: #967165;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer;
    min-width: 300px;
}
	.tab-nav .link span {
    display: none;
}
	.none-xs{
		display: none;
	}
}

.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;
} */
