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

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


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

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


/*@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: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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



body {
    margin: 0;
    padding: 0;
    color: #fff;
    /* font-family: Dubai; */
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    background: #0C0B0B;
}

/*  */
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: "DM Serif Display";
}



header{
    background: #0C0B0BE5;
    padding: 15px 10px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
header .container img{
    width: auto;
    height: 64px;
}
@media (max-width: 769px) {
    header .container{
        padding: 10px;
    }
    header .container img{
    height: 40px;
}
}
header .container ul.topnav{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
header .container ul.topnav li{

}
@media (min-width: 769px) {
header .container ul.topnav li:last-child{
    display: none !important;
}
}
header .container ul.topnav > li.menu-item-has-children{
    /* background-image: url("img/v.svg");
    background-repeat: no-repeat;
    background-position: left top 12px; */
}
header .container ul.topnav li a{
    color: #727272;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px 15px  20px;
    text-transform: uppercase;
    background-image: url("img/li2.svg");
    background-repeat: no-repeat;
    background-position: left center;
}
header .container ul.topnav li:hover > a,
li.current-menu-item a
{
    color: #fff !important;
    background-image: url("img/li.svg") !important;
}
header .container ul.topnav li > ul{
    position: absolute;
    right: 0;
    left: 0;
    top: 91%;
    background-color: #E8E0D2;
    list-style: none;
    display: none;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
}
header .container ul.topnav li:hover > ul{
    display: flex;
}


header .container ul.topnav li ul li{
    width: 300px;
    max-height: 100%;
    color: #7D544D;
    font-size: 18px;
    font-weight: 600;
}

header .container ul.topnav li ul li a{
    font-weight: 800;
}

header .container ul.topnav li ul li ul{
    position: relative;
    list-style: none;
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: flex !important;
}
header .container ul.topnav li ul li ul li{
    width: 100%;
}
header .container ul.topnav li ul li ul li a{
    color: #7D544D;
    font-weight: 400;
    font-size: 15px;
}
header .container ul.topnav li ul li ul li a:hover{
    color: #000;
}


.bar{
    display: none;
}
@media (max-width: 769px) {
    .bar{
        display: flex;
        width: 30px;
        height: 15px;
        border-top: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        margin: 0 0 0 10px;
    }
    .lang{
        margin: 0 auto 0 0;
    }
    header .container ul.topnav{
        position: fixed;
        left: -320px;
        top: 0;
        height: 100vh;
        width: 300px;
        background-color: #222;
        transition: all 0.5s ease 0s;
        padding: 20px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        z-index: 999;
    }
    .open{
transition: all 0.5s ease 0s;
        left: 0 !important;
    }
     header .container ul.topnav > li{
        margin: 10px 0;
     }
    header .container ul.topnav ul{
        position: initial !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        padding: 0 !important;
    }
    header .container ul.topnav li > ul{
        padding: 0 10px !important;
    }

}


/*  */

.lang{
    display: flex;
    align-items: center;
}
.lang ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.lang ul li{}
.lang ul li a{
    width: 49px;
    height: 49px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    padding: 0 0 5px;
    border: 1px solid #353535;
    border-radius: 50%;
    margin: 0 5px;

}
.lang ul li a:hover{
    color: #FF7300;
}
.lang .contact{
    height: 49px;
    padding: 0 25px;
    border-radius: 49px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 5px;
    text-decoration: none;
    outline: none;
    background-image: url("img/but.png");
    background-size: 100% 100%;
    /* background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%); */
}
.lang .contact i{
    width: 19px;
    height: 19px;
    background-image: url("img/s.svg");
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}
.lang .contact:hover{
   opacity: 0.9;
}
@media (max-width: 769px) {
    .lang{
        margin: 0 0 0 auto;
    }
  .lang .contact{
    display: none;
  }  
}
.lang .wa{
    width: 49px;
    height: 49px;
    background-color: #fff;
    margin: 0 5px;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70% 70%;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
}
@media (max-width: 769px) {
    .lang .wa{
        position: fixed;
        bottom: 15px;
        left: 15px;
        z-index: 999;
    }
}



/*  */
.hero{
    padding: 0;
    position: relative;
}
.hero video{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: calc(100vh - 94px);
    object-fit: cover;
    opacity: 0.4;
}
.hero .cover{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    max-width: 700px !important;
    text-align: center;
}
.hero .container h1{
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px 0;
}
.hero .container h1 strong{
  background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* للمتصفحات الحديثة */
}

.hero .container .foots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}
.hero .container .foots a{
    width: 200px;
    height: 49px;
    color: #fff;
    border-radius: 49px;
    margin: 3px;
    text-decoration: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero .container .foots a:hover{
    opacity: 0.8;
}
.hero .container .foots a i{
    width: 19px;
    height: 19px;
    background-image: url(img/s.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}
.hero .container .foots a.link{
    background-image: url("img/but.png");
    background-size: 100% 100%;
}
.hero .container .foots a.pro{
    color: #fff;
    border: 1px solid #FF7300;
}
/*  */
section{
    padding: 50px 5px;
    clear: both;
}
.about{
    margin: 50px 0 0;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    padding: 15px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.about .container .block img{
    width: 100%;
    height: auto;
}
.tit{
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 25px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font-size: 23px;
}
.tit span{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about .container .block h2{
    color: #fff;
    font-size: 26px;
    margin: 0 0 15px;
}
.about .container .block h2 strong{
     background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;   
}
.about .container .block ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.about .container .block ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 85px;
    background-image: url("img/icon1.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 70px;
    min-height: 80px;
    margin: 0 0 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffffab;
    flex-direction: column;
    justify-content: flex-start;
}
.about .container .block ul li:last-child{
    background-image: url("img/icon2.svg");

}
.about .container .block ul li strong{
     font-family: "DM Serif Display";
     display: block;
     width: 100%;
     font-size: 22px;
     font-weight: 500;
     margin: 0;
}
.about .container .block a{
    width: 170px;
    height: 49px;
    color: #fff;
    border-radius: 49px;
    margin: 3px;
    text-decoration: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/but.png);
    background-size: 100% 100%;
}
.about .container .block a:hover{
    opacity: 0.8;
}
.about .container .block  a i {
    width: 19px;
    height: 19px;
    background-image: url(img/s.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}






/*  */
section{
    clear: both;
    padding: 50px 5px;
}

.choose{
    position: relative;
}
.choose::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 300px;
    background-image: url("img/led-r.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.choose::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 300px;
    background-image: url("img/led-l.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.choose .container{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    position: relative;
    z-index: 99;
}
.choose .container h4{
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Outfit';
    font-size: 18px;
}
.choose .container h1{
    width: 100%;
    text-align: center;
    font-size: 50px !important;
    font-weight: 800;
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Outfit';
    background-clip: text;
    margin: 0 0 60px !important;
    text-transform: uppercase;
	position: relative;
}
.choose .container h1 i{
	font-style: initial;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	background: initial;
	background-clip: initial;
	text-shadow: 0px 1px 1px #e5c500;
	-webkit-text-fill-color: #0c0b0b;
	opacity: 0.6;
	z-index: -2;
}
.choose .container h1 span{
	font-style: initial;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: initial;
	background-clip: initial;
	text-shadow: 0px 1px 1px #e5c500;
	-webkit-text-fill-color: #0c0b0b;
	opacity: 0.3;
	z-index: -3;
}


@media (max-width: 769px) {
    .choose .container h1{
    font-size: 36px;
}
}

.span{
    background-image: url("img/tit.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 170px;
/*     max-width: 900px; */
    margin: 0 auto;
}

.choose .container .box{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.choose .container .box i{
    width: 82px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("img/ch.png");
    background-size: 100% 100%;
}
.choose .container .box i img{
    width: 58px;
    height: 58px;
}
.choose .container .box h3{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px;
    margin: 10px 0;
}
.choose .container .box p{
    text-align: center;
    font-size: 13px;
}
/*  */
.services{
    background-color: #E59E030D;
    padding: 50px 15px;
}
.services .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.services .container > a {
    width: 150px;
    height: 49px;
    color: #fff;
    border-radius: 49px;
    margin: 15px 0;
    text-decoration: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF7300;
}
.services .container > a:hover {
    opacity: 0.7;
}
.services .container > a i {
    width: 19px;
    height: 19px;
    background-image: url(img/s.svg);
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}
/*  */
.serv-slider{
    width: calc(50vw + 550px);
    margin-top: 30px;
    margin-left: calc(50% - 570px);
    min-height: 300px;
    overflow: hidden;
}
.slider3{
    width: 130%;
}
@media (max-width: 769px) {
.serv-slider{
width: 100%;
  margin: 30px 0 0;
  min-height: 300px;
}
.slider3{
    width: 100%;
}
}
.serv-box{
    padding: 10px;
    overflow: hidden;
}
.serv-box a{
    text-decoration: none;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}
.serv-box a video{
    width: 100%;
    height: 320px;
    border-radius: 15px;
    object-fit: cover;
    opacity: 0.5;
}

.serv-box a h3{
    display: none;
    font-family: Poppins;
    transition: all 0.5s ease 0s;
    font-size: 25px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(255 0 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
}
.serv-box a:hover h3{
transition: all 0.5s ease 0s;
    opacity: 0;
}
.serv-box a .cap{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.5s ease 0s;
    justify-content: flex-end;
    padding: 25px;
}
.serv-box a:hover .cap{
transition: all 0.5s ease 0s;
    top: 0%;
}
.serv-box a .cap h2{
    font-size: 25px;
    font-family: Poppins;
    font-weight: 600;
transition: all 0.5s ease 0s;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(255 116 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;

    margin: 0px 0 -120px;
}
.serv-box a .cap p{
transition: all 0.5s ease 0s;
	opacity: 0;
}
.serv-box a .cap i{
    width: 45px;
    height: 45px;
    background-image: url("img/a.svg");
    background-size : 100% 100%;
    margin: 10px 0 0;
transition: all 0.5s ease 0s;
    opacity: 0;
}
.serv-box a:hover .cap{
	h2{
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%) text;
		 font-size: 35px;
		margin: 0 0 10px;
transition: all 0.5s ease 0s;
		
	}
	p{
		opacity:1;
transition: all 0.5s ease 0s;
		
	}
	i{
		opacity: 1;
transition: all 0.5s ease 0s;
		
	}
}
.projects{
    padding: 50px 20px;
}
.projects .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.projects .container h5{
    font-family: Poppins;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
    text-transform: uppercase;
}
.projects .container h1{
    max-width: 690px;
    font-size: 37px;
    font-weight: 400;
    margin: 10px auto;
    display: block;
    text-transform: capitalize;
}
.projects .container h1 strong{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;

}
.all-projects{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
}
.projects-box{
    padding: 10px;
}
.projects-box a{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.projects-box a i{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    border-radius: 15px;
    margin: 0 0 15px;
    width: 100%;
}
.projects-box a img{
    width: 100%;
    height: 400px;
    border-radius: 15px;
    margin: auto auto 5px -5px;
}
.projects-box a h3{
    color: #E59E03;
    font-size: 25px;
    width: 100%;
    text-align: center;
}
.projects-box a span{
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'Dubai';
}
/*  */
.count{
    background-image: url("img/count.jpg");
    background-size: 100% 100%;
    background-size: cover;
    background-position: center bottom;
    padding: 20px 0;
}
.count .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
}
.count .container .block{
    padding: 15px;
}
.count .container .block h1{
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.count .container .block p{
    text-align: center;
    margin: 0;
    font-size: 15px;
}

/*  */
.creative{}
.creative .container{}
.creative .container  h2{
    font-size: 28px;
}
.creative .container  h2 strong{
        -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;

}
.creative  .creative-all{
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    max-width: 1140px;
}
.creative  .creative-all .creative-row{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 25px;
    color: #fff;
    text-align: center;
}
.creative  .creative-all .creative-row video{
    width: 100%;
    max-width: 650px;
    height: 400px;
    object-fit: cover;
    margin: 0 0 0 auto;
}
.creative  .creative-all .creative-row .pop{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
background: linear-gradient(90deg, rgba(23, 18, 11, 1) 50%, rgba(23, 18, 11, 0) 100%);
}
.creative  .creative-all .creative-row .pop h1{
    font-size: 40px;
    margin: 0 0 10px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;

}
.creative  .creative-all .creative-row .pop p{
    font-size: 18px;
}

.creative  .creative-all .creative-row:nth-child(odd) video{
    margin: 0 auto 0 0;
}
.creative  .creative-all .creative-row:nth-child(odd) .pop{
    left: auto;
    right: 0;
background: #17120B;
background: linear-gradient(-90deg, rgba(23, 18, 11, 1) 50%, rgba(23, 18, 11, 0) 100%);
    align-items: flex-end;
}
/*  */
.partners{}
.partners .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.partners .container h1{
    font-size: 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
}
.partners .container p{

}
.partners .container .partners-logo{
    padding: 10px;
}
.partners .container .partners-logo i{
    background: #FFFFFF0A;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.partners .container .partners-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*  */

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

/* نخفي الراديو */
.tabs input {
  display: none;
}

.tab-buttons {
  display: flex;
  margin: 20px 0 0;
  background: #312E22;
  padding: 5px 0;
  border-radius: 55px;
  flex-wrap: wrap;
}

.tab-buttons label {
  /* flex: 1; */
  padding: 0 20px;
  text-align: center;
  background-color: #0000002E;
  color: #808080;
  cursor: pointer;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin: 3px 5px;
  max-width: 47%;
}

/* المحتوى */
.tab-content .content {
  display: none;
  padding: 15px;
}

/* التحكم في الإظهار */
#tab1:checked ~ .tab-content .content1,
#tab2:checked ~ .tab-content .content2,
#tab3:checked ~ .tab-content .content3,
#tab4:checked ~ .tab-content .content4,
#tab5:checked ~ .tab-content .content5,
#tab6:checked ~ .tab-content .content6,
#tab7:checked ~ .tab-content .content7
 {
  display: block;
}

/* شكل التاب النشط */
#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"],
#tab4:checked ~ .tab-buttons label[for="tab4"],
#tab5:checked ~ .tab-buttons label[for="tab5"],
#tab6:checked ~ .tab-buttons label[for="tab6"],
#tab7:checked ~ .tab-buttons label[for="tab7"]

{
  background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    color: #000;
}
/*  */
.img{}
.img img{
    padding: 10px;
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 15px;
}
.img h3{
    font-family: Poppins;
    margin: 10px 0;
}
.owl-buttons{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.owl-buttons .owl-prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 3px;
    border: 1px solid #E59E03;
    display: inline-flex;
    font-size: 0;
    z-index: 9;
    background-image: url("img/l.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.owl-buttons .owl-next{
     width: 45px;
    height: 45px;
    border-radius: 50%;
    position: relative;
    margin: 3px;
    font-size: 0;
    z-index: 9;
    border: 1px solid #E59E03;
    display: inline-flex;
    background-image: url("img/r.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-buttons div:hover{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
}
.owl-buttons .owl-next::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    background-image: url("img/r.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-buttons .owl-prev::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    background-image: url("img/l.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
/*  */
.step{
    margin: 0 0 100px;
}
.step::before{
    background-image: url("img/step-r.svg") !important;
}
.step::after{
    background-image: url("img/step-l.svg") !important;
}
.step .container .block-step{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.step .container .block .box span{
    width: 45px;
    height: 45px;
    color: #4CCC7B;
    font-size: 30px;
    border-radius: 50%;
    margin: 0 0 5px;
    background: #4CCC7B33;
}
.step .container .block .box h3{
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250 114 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
}
.step .container .block .box p{
    text-align: center;
    margin: 0;
    font-size: 14px;
    color: #667063;
}
.step .container img{
    max-width: 100%;
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    margin: 0 0 -170px;
}


.step .container .box span{
    width: 52px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("img/step.svg");
    background-size: 100% 100%;
    margin: 0 0 10px;
    padding: 5px 0 0;
}
.step .container .box span h2{
       background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 769px) {
    .step{
        margin: 0;
    }
    .step .container img{
     max-width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 15px 0 0;
}
}
/*  */

.clients{}
.clients .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.clients .container::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7%;
    height: 80px;
    background-image: url("img/qqr.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 0;
}
.clients .container::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        height: 80px;
        background-image: url("img/qql.svg");
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 0;
}
.clients-logo{
    padding: 10px;
}
.clients-logo .box{
    position: relative;
    background: linear-gradient(180deg, #E59E03 0%, rgba(96, 39, 27, 0) 100%);
    padding: 1px;
    border-radius: 15px;
    color: #fff;
}
.clients-logo .box > img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.clients-logo .box .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    text-align: center;
    font-size: 13px;
}
.clients-logo .box .text img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
}
.clients-logo .box .text h4{
    color: #fff !important;
    font-size: 17px;
    font-family: Poppins;
    margin: 10px 0 5px;
}
.clients-logo .box .text span{
    color: #999999 !important;
    margin: 0 0 5px;
    display: block;
    text-align: center;
}
.star{
    color: #E59E03;
    margin: 0 0 10px;
    font-size: 18px;
}
.star i{
    margin: 1px;
}
/*  */
.blog{
    background: initial !important;
}
.blog-box{
    padding: 10px;
}
.blog-box a{
    display: flex;
    flex-wrap: wrap;
}
.blog-box a img{
    width: 100%;
    height: 320px;
    border-radius: 10px;
}
.blog-box a span{
    margin: 10px 0;
    color: #979797;
}
.blog-box a span i{
    font-style: initial;
    color: #FF7300;
    margin: 0 5px 0 0;
}
.blog-box a h3{
    color: #fff;
    font-size: 22px;
}
/*  */
section.contact{
    position: relative;
}
.contact .container{}
section.contact .container::after,
section.contact .container::before
{
    display: none !important;
    opacity: 0;
}
section.contact::after{
content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 300px;
    background-image: url(img/led-l.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
section.contact::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 300px;
    background-image: url(img/led-r.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.contact-all{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.contact-all .box{
    padding: 15px;
}
.contact-all .box img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
 form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
form p{
    margin: 0;
}
.rows{
    padding: 5px;
}
.rows label{
    color: #fff;
    font-size: 13px;
    margin: 0 0 2px;
    width: 100%;
}
.wpcf7-form-control{
    width: 100%;
    min-height: 60px;
    outline: none;
    border: 1px solid #FFFFFF1F;
    background: #00000033;
    border-radius: 8px;
    text-align: left;
    padding: 5px 10px;
    color: #fff;
    direction: ltr;
    max-height: 100px;
}
.wpcf7-submit{
    height: 49px !important;
    width: 160px;
    padding: 0 0;
    border-radius: 49px !important;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto 0 0;
    text-decoration: none;
    outline: none;
    background-image: url(img/but.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    min-height: initial;
}
.wpcf7-submit:hover{
    opacity: 0.8;
}


/*  */
footer{
    background: #0B0A0A;
    padding: 30px 10px 10px;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
footer .container .block{
    padding: 15px;
    color: #E9E9E9;
    font-size: 14px;
}
footer .container img{
    margin: 0 0 15px;
    height: 64px;
}
footer .container .block ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin:10px 0;
    list-style: none;
}
footer .container .block ul li{
    padding: 2px;
}
footer .container .block ul li a{
    width: 40px;
    height: 40px;
    background-color: #FFFFFF12;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 20px;
}
footer .container .block ul li a:hover{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);

}

.fa-facebook-f{
    color: #1677F0;
}
.fa-instagram{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #D305D1 0%, #FB562F 70%, #D305D1 100%) text;
}
.fa-tiktok{
    text-shadow: 2px 2px 1px #D93E67;
}
.fa-snapchat{
    color: #FFFA00;
}
.fa-whatsapp{
    color: #7CDB5F;
}



/*  */
.copy{
    padding: 10px ;
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid #272727;
    margin: 20px 0 0;
    font-size: 13px;
}
.copy a{
    color: #E5C500;
    text-decoration: underline;
    outline: none;
}
.copy a:hover{
    color: #fff;
}
/*  */
.head{
    background-image: url("img/head.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 300px;
    /* padding-top: 120px; */
}
/*  */
.pro-page{
    padding: 10px;
}
.pro-page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.pro-page .container .block{
    padding: 15px;
}
.pro-page .container .block video{
    width: 100%;
    border-radius: 15px;
    height: auto;
    margin: 0 0 20px;
    object-fit: cover;
}
.pro-page .container .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.pro-page .container .block ul.det{
    margin: 15px 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pro-page .container .block ul.det li{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid #343839;
    color: #fff;
    justify-content: space-between;
}
.pro-page .container .block ul.det li span{
    color: #fff;
}
.pro-page .container .block .tit{
    background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 0;
    margin: 20px 0 0;
}
/*  */
.h1{
    font-size: 35px !important;
    margin: 0 0 10px !important;
}
/*  */
.serv-page{}
.serv-page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.serv-page .container .block{}
.serv-page .container .block img{
    height: 360px;
}
.serv-page .container .block video{
    height: 360px;
}

.serv-page .container .block{
    h1,h2,h3,h4{
       background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;     
    }
}
ol{
    padding: 10px ;
}
ol li{
    margin: 0 0 5px;
    color: #fff;
}
ol li::marker{
    color: #E59E03;
    font-weight: 600;
}
.serv-page .container .block ul{
    padding: 10px 0;
    list-style: none;
}
.serv-page .container .block ul li{
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
}
.serv-page .container .block ul li::before{
    content: "";
    width: 20px !important;
    height: 20px !important;
    background-image: url("img/chik.svg");
    background-size: 100% 100%;
    margin: 0 6px 0 0;
    display: inline-flex;
    min-width: 20px !important;
}
/*  */
.block-vid{}
.block-vid video{
    width: 100%;
    height: 170px !important;
    margin: 0 0 10px;
}
.block-vid img{
    width: 100%;
    height: 170px !important;
}

/*  */
.contact-page{}
.contact-page .container .contact-all{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.contact-page .container video{
    height: 200px !important;
    width: calc(100% - 30px);
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.call{
    display: flex;
    flex-wrap: wrap;
}
.call .box{}
.call .box .div{
    position: relative;
    padding: 0 0 0 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0 0 9px;
}
.call .box .div img{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #FFFFFF0F;
    position: absolute;
    left: 0;
    top: 0;
}
.call .box .div h3{
    width: 100%;
    margin: 0;
    display: block;
    font-size: 20px;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250, 114, 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
}
.call .box .div p{
    margin: 0;
}
.call .box iframe{
    width: 100%;
    border-radius: 15px;
    height: 240px !important;
}
/*  */

.head-about{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.head-about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 300px;
}
.head-about .container .block{
    padding: 20px;
}
.head-about .container .block h1{
    font-size: 30px;
    color: #fff;
}
.head-about .container .block h1 strong{
   -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(250, 114, 0) 0%, rgb(229, 197, 0) 70%, rgb(229, 158, 3) 100%) text;
  
}
/*  */
.about-page{
    position: relative;
    z-index: 99;
    margin: -100px 0 0;
}
.about-page .container{
    border: 1px solid #E59E03;
    padding: 20px;
    border-radius: 15px;
    background: #000;
}

.about-page .container .block ul li{
    background-image: url("img/v.svg");
}
.about-page .container .block ul li:last-child{
    background-image: url("img/m.svg");
}
/*  */
.do{}
.do .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.do .container .block{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.do .container .block h5{
background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 25px;
    padding: 0 0 0 30px;
    margin: 0 0 10px;
    font-size: 23px;
    span{
        background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    }
}
.do .container .block h2{
    /* font-size: 22px; */
    color: #fff;
}
.do .container .block h2 strong{
            background: linear-gradient(90deg, #FF7300 0%, #E5C500 70%, #E59E03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.do .container .block .box{
    padding: 16px 8px 0;
    margin: 0 !important;
}
.do .container .block .box img{
    width: 100%;
    height: auto;
    margin: 0;
}
.do .container .block .box:first-child{
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    min-height: initial;
}

.do .container .block ul{
    padding: 10px 0;
    list-style: none;
}
.do .container .block ul li{
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
}
.do .container .block ul li::before{
    content: "";
    width: 20px !important;
    height: 20px !important;
    background-image: url("img/chik.svg");
    background-size: 100% 100%;
    margin: 0 6px 0 0;
    display: inline-flex;
    min-width: 20px !important;
}



/*  */


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

*/

@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;
}
.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;
}
