*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html{
    scroll-behavior: smooth;
    /* overflow: hidden; */
}
body{
    font-family: 'inter', sans-serif;
    overflow-x: hidden;
    transition:ease-in-out .5s;
}
:root{
    --primary-color:#70008f;
    --secondary-color:#ffffff;
}
.main{
    padding: 0 2em;
    display: flex;
    flex-direction: column;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5em;
    margin-top: 2em;
    box-shadow: 0 0 5px 0 rgba(112, 0, 143, 0.336);
    padding: 0 1.5em;
    width: 100%;
}
nav .nav-img img{
height: 9em;
}

nav a{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #999;
    position: relative;
}
nav button{
    background: var(--primary-color);
    padding: .9em 6em;
    border: none;
    border-radius: .5em;
    color: var(--secondary-color);
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ===========================Hero======================== */

   #Hero{
    display: flex;
}


.worked-pics {
width: 50%;
padding: 10PX;
/* border: 2px solid red;  */
}
.photoshop-edit{
    width: 100%;
}

.hero-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2em;
    width: 80%;
    margin-top:3em;
}
.buy:hover{
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: .5s;
border: 1px solid var(--primary-color);
}
 .buy{
background-color: var(--primary-color);
color: var(--secondary-color);
border: none;
width: 40%;
padding: 10px 0;
font-size: clamp(2px,2vw,15px);
outline: none;
}
.learn{
background-color: var(--secondary-color);
border: 1px solid var(--primary-color);
color: var(--primary-color);
width: 40%;
padding: 10px 0;
font-size: clamp(2px,2vw,15px);

}
.learn:hover{
    cursor: pointer;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transition: .5s;
}
.hero-btn button{
border-radius: 7px;
}
.hero-txt1{
    width: 50%;
    flex-direction: column;
}
.hero-txt1 h1{
    font-weight: bolder;
    font-weight: 900;
    font-family: 'inter';
    font-size: clamp(0.9em,5vw,30em);
}
.hero-txt1 span{
    color: var(--primary-color);
}


#test{
display: flex;
justify-content: center;
}
.Progress{
   display: flex;
   justify-content: space-around;
   background-color: var(--secondary-color);
   box-shadow: 0 0 7px 0 rgb(226, 182, 226);
   padding: 2em ;
width: 80%;
}

.Progress p{
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;    
    font-size: clamp(25px,4vw,50px);
}
.Progress p >span{
    color: #333;
    font-size: clamp(9px,1.5vw,20px);
}
/* =====================ABOUT================ */
#about-us{
/* border: 1px solid red; */
padding-bottom:10em;
margin-top:2em;
display: flex;
flex-direction: column;
align-items: center;
}
.abt-tlt{
    margin-top:5vh;
    font-size: 25px;
    font-weight: 900;
    font-weight: bolder;
    text-align: center;
}
.aboutMain-con{
    display: flex;
    justify-content: space-around;
    width: 90%;
padding: 30px 5em ;
box-shadow: 0 0 7px rgb(214, 212, 212); 
border-radius: 1em;
margin-top: 2em;
}
.abt-con{
    height: 20em;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
border-radius: 0.6em;
color: var(--primary-color);
background-color: #fdf7ff;
font-weight: bolder;
}
.abt-con:nth-child(1){
    background-color: rgba(255, 192, 203, 0.062);
    box-shadow: 0 0 7px rgb(214, 212, 212); 
    
}
.abt-con:nth-child(2){
    background-color: var(--primary-color);
    color: var(--secondary-color); 
    padding: 0 10px;
    
}
/* .abt-con:nth-child(2):hover{
    -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            
} */
/* =================KEYFRAME============== */
/* @-webkit-keyframes flip-vertical-right {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
    }
  }
  @keyframes flip-vertical-right {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
    }
  } */
  

.abt-con:nth-child(3){
    background-color: rgba(255, 192, 203, 0.062);
    box-shadow: 0 0 7px rgb(214, 212, 212); 
}
.abt-con img{
    height: 30%;
}
.abt-con h2{
    margin-top: 2em;
}

.abt-con p{
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    margin-top: 1em;
}

#services{
    color: var(--primary-color);    
    display: flex;
    padding:2em 1em;
    background-color: #fcf0ffb0;
    background-image: url(../Images/Nav-Logo.png);
    background-repeat: no-repeat;
    background-blend-mode:lighten;
    background-size: contain;
    background-position: -60px;
    /* margin-bottom: 30vh; */
}
.ser-txt{
    width: 40%;
}
.lorem-text{
    font-size: clamp(0.6em,1.5vw,8em);
    margin-top: 20px;
}
.ser-txt h1{
font-size: 3em;
font-weight: bold;
color: black;

}
.ser-txt p{
    text-align: center;
    color: black;
    font-size: 1.2em;
    line-height: 2;
    text-align: left;
}
#our{
    border-bottom: 2px solid purple;
}
.ser-con{
    color: var(--primary-color);
    font-weight: 100;
    font-size: 13px;
    text-align: left;
    display: flex;
    /* gap: 10em; */
    justify-content: space-between;

}
.sevices-main{
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    place-items: center;
}
.sub-main{
    padding: 3.5em;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2em;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: .5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.301);
    text-align: center;
}
.sub-main:hover{
    transform: scale(1.05);
    transition: .5s;
}

.sub1{
    margin-top: 2em;
}


/* ==============CUSTOMERS================ */
.curstomers{
    display: flex;
    justify-content: center;

} 
#client{
    display: flex; 
 flex-direction: column; 
     width: 90%; 
     align-items: center;
     margin:0 auto;
}

.col-lg-3{
    text-align: left;
}
.customer-comment_con::-webkit-scrollbar {
    width: 12px;
    background-color: white;
    display:none;
  }
  
  .customer-comment_con::-webkit-scrollbar-track {
    background-color: white;
    display:none;
  }
  
  .customer-comment_con::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 50px;
    position: absolute;
    display:none;
  }
  
  .customer-comment_con::-webkit-scrollbar-thumb:hover {
    display:none;
    background: none;
  }
.customer-comment_con{
    display: flex;
   gap: 10px;
    width: 100%;
    overflow: scroll;
    /* padding: 10vh; */
}
.customer-1{
    height: 40vh;
    min-width: 50vh;
    border-radius: 20px;
    box-shadow: 1px 0px 7px 2px rgba(18,17,17,0.25);
-webkit-box-shadow: 1px 0px 7px 2px rgba(18,17,17,0.25);
-moz-box-shadow: 1px 0px 7px 2px rgba(18,17,17,0.25);
padding: 20px;
}
.customer-1 img{
    border-radius: 100%;
    width: 70px;
    height: 70px;
}
.custormers-head{
    display: grid;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    grid-template-columns: 30% 70%;
}

/* .customer-1 p{
} */


.stars{
    position: absolute;
    top: 5em;
    padding-left: 100px ;

}

.custormers-head h3{
    font-size: 20px;
    font-weight: bold;
}


#client h1{
text-align: center;
margin-top: 10vh;
font-size: 1.4em;
font-weight: bold;
}
#client h1 span{
    border-bottom: 3px solid var(--primary-color);
}


/* ==========================FAQ======================= */

#FAQ{
display: flex;
justify-content:space-between;
align-items: center;
}
.faqImg{
width: 100%;
}


.faqImg img{
    height: 100vh;
    width: 100%;
}
.Faq{
    display: flex;
    flex-direction: column;
align-items: left;
margin-top: 3em;
gap: 1.5em;
width: 100%;
}
.Faq h2{
    font-size: 30px;
    border-bottom: 3px solid var(--primary-color);
    width: 1.5em;
    font-weight: bold;
}

.Faq .question-zone p{
    border-bottom: 1px solid black;
    justify-content: space-between;
    font-weight: bold;
}
.none {
display: none;
}

.class{
    transform: rotate(-50deg);
    transition: .5s;
}
/* ========================APP====================== */
#APP{
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stars{
    display: flex;
    gap: 5px;
}

.stars i{
    color: gold;
}

.app-main{
    display: flex;
    color: white;
    line-height:2;
    justify-content: space-between;
    height: 80vh;
    padding: 0 20px;
}
#APP h1{
    font-size: 3em;
    font-weight: bold;
}
#APP h1 span{
    border-bottom: 3px solid var(--secondary-color);
    width:0.1em;
}
.app-txt{
    width: 100%;
}
.app-img{   
    width: 50%;
}

.app-img img{
    width: 50%;
}

.app-store{
    display: flex;
    gap: 3em;
    width: 100%;
    align-items: center;
}
.app-store img{
    width: 20%;  
}
.app-store img:last-child{
    height: 10%;
}
/* footer{
    display: flex;
    align-items: center;
    background-color: black;
    color: white;
    justify-content: space-between;
    padding: 0 1em;
}
footer .footer-img img{
    width: 100%;
}
.footer-img{
    width: 10%;
}
.foot-txt{
    display: flex;
    gap: 2em;

}
.foot-txt h3:first-child{
    border-right: 3px solid var(--secondary-color);
    padding-right: 3em;
}
.foot-txt h3:nth-child(2){
    border-right: 3px solid var(--secondary-color);
    padding-right: 3em;

}
.footer-txt{
    display: flex;
    flex-direction: column;
    gap: .6em;
    align-items: center;
}
.footer-icon{
    display: flex;
    gap: 1.3em;
} */

/* ===============SCROLL================= */

::-webkit-scrollbar {
    width: 5.5px;
    transition: 1s ease-in-out;
  }
  
::-webkit-scrollbar:hover {
    width: 9px;
  }
  
  ::-webkit-scrollbar-track {
    border-radius: 50px;
    padding: 20px;
    margin: 30px;
    background-color: #48015c5d;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #7d009c;
    border-radius: 50px;
    padding: 20px;
    position: absolute;
    margin: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #70008f;
  }
  /* ==================SCROLL END==================== */





  
nav .market a:first-child{
    display: flex;
    align-items: center;
    gap: 10px;
}
nav .market{
 position: relative;
}

.edit-me{
    height: 50mm;
}

.div{
    width: 15em;
    position: absolute;
    display: flex;
    flex-direction: column;
    display: none;
    background-color: var(--primary-color);
gap: 10px;
box-shadow: 3px 3px 10px 0 black;
 padding: 10px;
 transition: 2s ease-in-out ;
 border-radius: 8px;
}
.div a{
    color: var(--secondary-color);
    width: 100%;
    height: 2em;
    border-radius: 0.5em;
    transition: 2s ease-in-out ;
}

.div a:hover{
    transition: .2s ease-in-out;
    padding-left: 30px;
    background-color: white;
    color: var(--primary-color);
    width: 100%;
    align-items: center;
}
.market a:hover + .div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
/* .drop-down{
    display: none;
    flex-direction: column;
    justify-content: center;
} */


details{
    direction: rtl;
    text-align: left;
    display: flex;
}

details a{
    margin-bottom: 10px;
}



.move-container{
    width: 100%;
    overflow: scroll;
    border-radius: 5px;
}

.move-container::-webkit-scrollbar-button{
    color: transparent;
    background-color: transparent;
    width: 1px;
    display:none;
}
.move-container::-webkit-scrollbar-track{
    color: transparent;
    background-color: transparent;
    width: 1px;
    display:none;
}
.move-container::-webkit-scrollbar-thumb{
    color: transparent;
    background-color: transparent;
    width: 1px;
    display:none;

}
.move-container::-webkit-scrollbar-track-piece{
    color: transparent;
    background-color: transparent;
    width: 1px;
    display:none;
}

.move-wrapper{
    width: 100%;
    display: flex;
    gap: 10px;
    animation: slide 20s infinite linear alternate;
    padding: 10px;
}


@keyframes slide {
    0%  { transform: translateX(0); }
    25%  { transform: translateX(0); }
    30%  { transform: translateX(-100%); }
    50%  { transform: translateX(-100%); }
    55%  { transform: translateX(-200%); }
    75%  { transform: translateX(-200%); }
    80%  { transform: translateX(-300%); }
    100%  { transform: translateX(-300%); }
}


.div:hover{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* NAV FIXED */

 .fixed{
    background-color: white;
    width: 100%;
    position:fixed;
    inset: 0;
    margin-top: 0;
    transition:  .5s;
    z-index:5;
 }



