.container {
    max-width: 1170px;
    width: 100%;
}


*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: ltr;
    line-height: 2;
}
 h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #cd9a40;
}
a:hover{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
}
/*@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

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

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


body{
    color: #000;
    font-size: 16px;
    font-family: 'Hind Vadodara', sans-serif;
    /*font-family: 'Almarai', sans-serif;*/
    margin: 0;
    text-align: left;
    position: relative;
}
.row{
    display: block;
}
/**/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 15px;
}
header img{
    float: left;
    height: 72px;
    width: auto;
}

header ul{
    list-style: none;
    display: block;
    float: left;
    margin: 15px 0 0 50px;
}
header ul li{
    float: left;
    margin: 0 5px;
}
header ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
    display: block;
    padding: 10px;
    font-weight: 600;
}
header ul li a:hover{
    color: #000;
}
@media (max-width: 769px) {
    header img{
        height: 35px !important;
    }
header ul{
    position: fixed;
    top: 150vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e801f6;
    background: rgb(62,1,167);
background: linear-gradient(0deg, rgba(62,1,167,1) 0%, rgba(233,0,246,1) 100%);
    margin: 0 !important;
    padding: 50px;
    transition: all 0.5s ease 0s;
}
.on{
    top: 60px !important;
    transition: all 0.5s ease 0s;

}

header ul li{
    float: none;
    overflow: hidden;
    display: block;
    margin: 5px 0;
}
header ul li a{
    padding: 10px 0;
}
}

/**/
.laang{
    float: right;
    margin: 20px 0 0 auto;
    background-color: #f4d7fc;
    border: 1px solid #ceb0eb;
    height: 33px;
    width: auto;
    padding: 0 10px 0 35px;
    border-radius: 40px;
    background-image: url("img/gol.png");
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 20px;
    color: #53089e;
    line-height: 30px;
    font-weight: 400;
}
.laang select{
    background: #f4d7fc;
    border: none;
    outline: none;
}

.laang a{
    color: #53089e;
    text-decoration: none;
    outline: none;
}
@media (max-width: 769px) {
.laang{
    margin:  0 0 0 auto !important
}
.bar{
    float: right;
    margin: 7px 0 0 15px;
    width: 25px;
    height: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
} 
 .bar:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #fff;
    width: 80%; 
 }  
}



/****/

.terms-pop{
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    padding: 40px 20px;
    display: none;
    text-align: center;
        flex-direction: column;
        justify-content: center;
}
.pop{
    display: flex !important;
}
.terms-pop .terms-box{
    padding: 25px;
    border-radius: 15px;
    background: #fff;
    position: relative;
    display: block;
    max-width: 800px;
    text-align: center;
    float: none;
    margin: 0 auto;
    overflow-y: auto;
}
.terms-pop .terms-box ul{
	direction: ltr;
	padding: 10px 20px;
}

.terms-pop .terms-box .x{
    background-image: url("img/x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    z-index: 9999999999999999999999999;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
}

/**/
.slider{
    padding: 100px 0 0;
    min-height: 100vh;
    background-image: url("img/slider.png");
    background-repeat: no-repeat;
    background-position: top left;
    clear: both;
    overflow: hidden;
}

@media (max-width: 769px) {
.slider{
background: rgb(62,1,167);
background: linear-gradient(0deg, rgba(62,1,167,1) 0%, rgba(233,0,246,1) 100%);
padding-bottom: 30px;
}
}



.slider .block{
    float: right;
    padding: 20px;
    color: #fff;
}
.slider .block img{
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 100%;
    height: auto;
}
.slider .block .tit{
    background: #ffffff;
    color: #555;
    padding: 3px 15px;
    border-radius: 15px;
    float: left;
    margin: 30px 0 10px;
}
.slider .block h1{
    clear: both;
    display: block;
    font-weight: normal;
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
    max-width: 400px;
    font-size: 45px;
    line-height: 1.2;
}
.slider .block h1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 2px;
    background: #e916f6;
}
.slider .block h1 strong{
    font-weight: bold;
}
.slider .block p{
    clear: both;
    display: block;
}
.slider .block a{
    clear: both;
    background: #e916f6;
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 7px 25px;
    float: left;
    margin: 25px 0 0;
    border-radius: 10px;
}
.slider .block a:hover{
    background: #fff;
    color: #e916f6;
}

/**/
section{
    clear: both;
    padding: 70px 0;
    display: block;
    overflow: hidden;
}
.about{
    background-image: url("img/line.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.about .block{
    float: left;
    padding: 25px;
}
.about .block img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.about .block h1{
    margin: 0 0 5px;
}
.about .block .block-text{
    position: relative;
}
.about .block-text:after{
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    background: #fbeafd;
    border-radius: 0 0 50% 0;
    width: 110px;
    height: 120px;
    z-index: -1;
}
/**/

.what{
    background: #f7f7ff;
    color: #000;
    text-align: center;
}
.what .what-box{
    float: left;
    padding: 30px;
    font-size: 14px;
}
.what .what-box img{
    display: block;
    float: none;
    margin: 0 auto 15px;
    width: 74px;
    height: 74px;
    border-radius: 10px;
}
.what .what-box h4{
    display: block;
    margin: 0 0 15px;
    color: #27039E;
    font-size: 18px;
    font-weight: bold;
}

/**/
.how{
    color: #fff;
    background-image: url("img/vid.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 80%;
    text-align: center;
    padding: 60px 20px;
}
.how video{
    width: 100%;
    height: 370px;
    max-width: 655px;
    border-radius: 20px;
    margin: 0 auto;
    float: none;
}
/**/
.screen{
    color: #000;
    text-align: center;
}
.screen-slider{
    position: relative;
    clear: both;
    padding: 0 100px;
}
@media (max-width: 769px) {
.screen-slider{
    padding: 0 40px;
}
}
.screen-slider .item{
    padding: 40px 5px;
}
.screen-slider .item img{
    width: 100%;
     transition: all 0.5s ease 0s;
    height: auto;
    position: relative;
    z-index: 99;
}
.screen-slider .item img:hover{
     transition: all 0.5s ease 0s;
        transform: scale(1.2);

}

.screen-slider .owl-prev,.screen-slider .owl-next{
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    background-image: url("img/l.png");
    background-position: center;
    background-size: 100%;
    margin: -25px 0 0;
}
.screen-slider .owl-next{
      background-image: url("img/r.png");  
          left: auto;
          right: 0;
}
/**/
.owl-pagination{
    clear: both;
    text-align: center;
    margin: 0;
    text-align: center;
}
.owl-pagination .owl-page{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c4c4c4;
    margin: 3px;
    display: inline-block;
    float: none;
}
.owl-pagination .owl-page.active{
    background: #f655d3;
}

/**/
.download{
    background: rgb(62,1,167);
    background: linear-gradient(90deg, rgba(62,1,167,1) 0%, rgba(233,0,246,1) 100%);
    position: relative;
    overflow: inherit;
    float: left;
    width: 100%;
}
.download:after{
    content: "";
    position: absolute;
    top: -116px;
    right: 3%;
    width: 178px;
    height: 117px;
    background-image: url("img/car.gif");
    background-size: 100%;
}
@media (max-width: 769px) {
.download:after {
    top: -52px;
    width: 78px;
    height: 52px;
    right: 0;
}
}
.download .block{
    float: right;
    padding: 0 25px;
    color: #fff;
}
.download .block img.app-img{
    display: block;
    margin: -130px auto 0;
    float: none;
    max-width: 100%;
}
.download .block h1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
}
.download .block p{}
.download .block a{
    float: left;
    overflow: hidden;
    display: block;
    margin: 0px 10px 0 0;
}
.download .block a img{
    width: 145px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 10px;
}
/**/
.contact{
    text-align: left;
    background-image: url("img/contact.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 270px;
    padding-bottom: 40px;
}
@media (max-width: 769px) {
 .contact{
    background-position: right bottom;
    padding-bottom: 60px;
    background-size: 40% auto;
}   
}

.contact h2{
    color: #de0cf2;
    margin: 0 0 15px;
    font-weight: bold;
    padding: 0 15px;
}
.contact .block{
    float: left;
    padding: 15px;
}
.contact h3{
    color: #2c04a0;
    margin: 0 0 25px;
    display: block;
}

.contact-box{
    position: relative;
    overflow: hidden;
    min-width: 50px;
    padding: 0 0 15px 40px;
}
.contact-box img{
    position: absolute;
    top: 0;
    left: 0;
}
/**/
.rows {
    float: left;
    padding: 5px;
    overflow: hidden;
}
.rows button,.rows  input,.rows  optgroup,.rows  select,.rows  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px 15px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
    outline: none;
    max-height: 100px;
}
.rows .wpcf7-submit{
    background: linear-gradient(96.16deg, #28039E 8.43%, #C70BE7 98.94%);
    border-radius: 37px;
    width: 120px;
    text-align: center;
    float: left;
    color: #fff;
}
/**/
.block-img{
    background-image: url("img/block-img.gif");
    background-position: center;
    min-height: 444px;
    background-size: 100%;
    float: right !important;
}
@media (max-width: 769px) {
.block-img{
    /*display: none;*/
}
}



/*footer*/
footer{
    background: #efefef;
    padding: 20px;
    clear: both;
    position: relative;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}
footer:after{
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(96.16deg, #28039E 8.43%, #C70BE7 98.94%);
    z-index: 99;
  
}
footer a{
    float: left;
    margin: 15px 15px 30px;
    display: block;
    overflow: hidden;
}

footer a.link{
    float: right;
    margin: 15px;
}
footer a img{
    width: 130px;
    height: auto;
    border-radius: 10px;
}

footer img.logo-footer{
    margin: 0 auto;
    display: block;
    float: none;
}
@media (max-width: 769px) {
 footer img.logo-footer{
    margin: 0 auto ;
    clear: both;
}   
}
.copy{
    clear: both;
    display: block;
    text-align: center;
    position: relative;
    margin: 30px 0 0;
}
.copy:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #676767;
}
.copy span{
    display: inline-block;
    margin: 0 auto;
    float: none;
    background: #efefef;
    padding: 0 15px;
    color: #2e02a0;
    position: relative;
    z-index: 9;
    direction: ltr;
    line-height: normal;
}
.copy .fa{
    display: inline-block;
    margin: 0 3px;
    color: #d60cee;
    text-decoration: none;
    outline: none;
    font-size: 20px;
    float: right;
}
.copy span a{
    padding: 3px 1px 0;
    margin: 0px 0 0;
    display: inline-block;
    float: right;
}
.copyright{
    float: left;
    margin: 0px 10px 0;
}
@media (max-width: 769px) {
.copy span a{
    display: inline-block;
    float: none;
}
.copyright{
    float: none;
    margin: 0px ;
    display: block;
    width: 100%;
}
}



@media (max-width: 769px) {

}


/*

        transition: all 0.5s ease 0s;
        transform: scale(1.2);


        display: flex;
        flex-direction: column;
        justify-content: center;

        
font-family: 'georgia', serif;
        font-family: 'Poppins', sans-serif;

*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







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






@media (max-width: 769px) {
.laang{
	display: none;
}
	header img{
		height: 72px !important;
	}
	
.about {
	background: none !important;
}
.how video {
    height: 180px;
}
.contact {
    padding-bottom: 190px;
    background-size: 80% auto;
}
}





@media (min-width: 769px) {
.lang-item{
	display: none;
}
	.slider .block{
		float: left !important;
	}
}


.block-img{
	background-size: auto !important;
}
.single{
	direction: ltr
}
