@font-face{
    font-family: clash-display;
    src: url(fonts/ClashDisplay-Medium.otf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --text-color:#FFFFFF;
    --primary-color:#7620C2;
    --clash-family: clash-display;
    --bg-body:#13072F;
    --title-grad: linear-gradient(to right,#2C00CC,#41ECFF,#FFFFFF);
    --subtitle-grad:linear-gradient(to right,#FFFFFF,#744580,#744580);
}
.container{
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
body{
    background: var(--bg-body);
    font-family: var(--clash-family);
}
a{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
ul{
    list-style-type: none;
}
.primary-btn{
    background: var(--primary-color);
    border-radius: 50px;
    color: var(--text-color);
    padding: 20.65px 53.72px;
    
}
.secondary-btn{
    columns: var(--text-color);
    text-decoration: underline;
    text-transform: capitalize;
}
.title1{
    font-size: 70.73px;
    font-weight: 600;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-50{
    width: 50%;
    padding: 0 15px;
}
.col-33{
    width: calc(100%/3);
    padding: 0 15px;

}
.col-25{
    width: calc(8.33% * 3);
    padding: 0 15px;

}
.d-flex{
  display: flex;
  align-items: center;
}

header{
    padding: 27px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

}
nav,.navbar-collasped,.navbar-collasped > ul,.nav-btn{
    display: flex;
    align-items: center;
}
nav .primary-btn{
    padding: 14.5px 29.5px 15.5px 33.5px;

}
.nav-btn{
    font-size: 29px;
    color: var(--text-color);

}
.nav-links,.nav-btn > a{
    font-family: var(--clash-family);
}
.nav-links{
    color: var(--text-color);
    position: relative;
}
.nav-links::after{
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: none;


}
nav{
    background: rgba(255, 255, 255, 10%);
    padding: 11px 17px;
    border-radius: 50px;
    backdrop-filter: blur(20px);
}
.nav-links:hover::after {
    display: block !important;
}
.navbar-collasped{
    flex-grow: 1;
}
.navbar-collasped > ul{
    margin: 0 auto;
}
.nav-items{
    margin-right: 54px;
}
.nav-btn > .secondary-btn{
    margin-right: 37px;
    text-decoration: none !important;
}
.banner-section{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
    background: url(./images/pic3.png) no-repeat center/cover;

}

.banner-section .title1{
    color: transparent;
     background: var(--title-grad);
    background-clip: text;
    -webkit-background-clip: text;
    max-width: 566px;

   
}
.banner-wrpr > p{
    margin: 46px 0;
    max-width: 566px;
    color: transparent;
    background: var(--subtitle-grad);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 13px;
    font-weight: 500;
}
.banner-btn > .primary-btn{
    margin-right: 28.3px;
}
.banner-wrpr{
    position: relative;
    z-index: 2;
}
.banner-ad{
    display: flex;
    background: rgba(0, 0, 0, 72%);
    border-radius: 30px;
    width: fit-content;
    padding: 20px;
    color: var(--text-color);
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;

}
.banner-ad-title{
    max-width: 353px;
    margin-left: 44px;
}
.banner-wrpr::after{
    content: 'scroll down';
    position: absolute;
    background: rgba(255, 255, 255, 10%);
    height: 186px;
    width: 184px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25.83px;
    color: white;
    left: 43%;
    backdrop-filter: blur(5px);
    bottom: -16px;


}
.our-services-sec{
    padding: 120px 0;
}
.our-services-hdr{
    color: var(--text-color);
    text-align: center;
    margin-bottom: 40px;
}
.our-services-hdr >h2{
    margin-top: 64px;

}
.card{
    border: 1px solid var(--text-color);
    border-radius: 57.33px;
    padding: 60px 42px;
    color: var(--text-color);
    margin-bottom: 12px;
    min-height: 397px;

}
.icon{
    margin-bottom: 96.71px;
}
.icon>img{
    width: 91.76px;
    height: 100%;
    object-fit: contain;
}
.card>h5{
    margin-bottom: 25px;

}
.card-link{
    display: flex;
    align-items: end;
}
.card-link>a{
    background: #9328F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 5px;
    border-radius: 50px;


}

.about-us1{
  padding: 120px 0;
 }
 .about-row{
  align-items: center;
 }
 .subtitle1{
  color: var(--text-color);
  margin-bottom: 48px;
 }
 .title2{
  color: var(--text-color);
  font-size: 68px;
  font-weight: 400;
  color: transparent;
  background: var(--subtitle-grad);
  background-clip: text;
  --webkit-background-clip:text;
 }

 .about-us-btn{
  width: fit-content;
  margin-top: 38px;
  margin-bottom: 106px;
 }
 
 .about-img{
  max-width: 694px;
  margin: 0 auto;
 }
  .about-img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .clients {
  display: flex;
  align-items: center;
  background: black;
  border-radius: 45px;
  padding: 15.19px 30px;
  width:fit-content;
  border: 1px solid white;
  
}

.client-photos .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: -12px;
  object-fit: cover;
}

.client-info {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-color);
}
.partners {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: var(--text-color);
  margin-left: 73px;
  
}
.work-with-us{
  padding: 120px 0;
  background: url("./images/pic13.png") no-repeat center/cover;


 }
 .work-hdr{
  color: var(--text-color);
  text-align: center;
  margin: 64px;
 }
 .work-hdr > h2{
  margin-top: 76px;
  font-size: 68px;
  font-weight: 400;
  margin-bottom: 160px;
 }
 .work-btn{
  margin-left: 444.94px;
 }
 .ad-sec{
  padding: 120px 0;
}

.ad-img{
  max-width: 595px;
  margin: 0 auto;
  margin-left: 150px;
}
.ad-img> img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ad-content{
  max-width: 676px;
  height: 752px;
  margin-left: 49px;
}
.ad-content> .ad-subtitle{
  max-width: 676px;
  height: 608px;
  color: var(--text-color);
  font-size: 128px;
  font-weight: 400;
  margin-bottom: 87px;
}
footer{
    padding: 120px 0;
    background: url(./images/Complete-footer.png)no-repeat center/cover;
    color: var(--text-color);
}
.footer-hdr>p{
    margin: 42px 0;

}
.social-links{
    display: flex;

}
.social-links li{
    margin-right: 29px;

}
.social-links li a{
    transition: 0.5 linear;
}
.social-links li a:hover{
    transform: scale(1.2);

}
.footer-heading{
    font-size: 20px;
    font-family: var(--clash-family);
    font-weight: 500;
    margin-bottom: 12px;

}
.footer-navigation-links{
    margin-bottom: 8px;
}
.footer-navigation-links>img{
    margin-right: 9px;

}
.email-input-form{
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    border: 1px solid white;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.email-input-form>input[type="email"]{
    background-color: transparent;
    border: none;
    display: inline-block;
    height: 100%;
    width: 80%;
    padding: 18px 5px;
    color: var(--text-color);
    font-family: var(--clash-family);

}
.email-input-form>input[type="email"]:focus{
    box-shadow: none;
    outline: none;
    
}
.email-input-form>input[type="email"]::placeholder{
    color: var(--text-color);
}
.email-submit-btn{
    background: var(--primary-color);
    border: none;
    outline: none;
    box-shadow: none;
    padding: 13px;
    border-radius: 50px;

}
@media screen and (max-width:1440px) {
    .banner-wrpr::after{
        transform: scale(0.4);
    }
    
}

@media screen and (max-width:1200px){
    .navbar-collasped{
        display: none;
    }
    .banner-ad{
        position: static;
        margin-top: 50px;

    }
    .banner-wrpr::after{
        position: static;
        transform: scale(0.7);
    }
    
}

@media screen and (max-width:1024px){
    .col-33{
        width: 50%;
    }

}
@media screen and (max-width:768px){
    .col-33{
        width: 100%;
    }
    .card{
        padding: 40px 24px;
    }
    
}



@media screen and (max-width:425px) {
    .title1{
        font-size: 40px;
    }
    .primary-btn{
        padding: 15px 20px;

    }
    .banner-section::after{
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right,rgba(0,0,0,0.3),transparent);
}
    .banner-btn > .primary-btn{
        margin-right: 20px;

    }
}
@media screen and (max-width:1440px){
  .ad-content> .ad-subtitle{
    width: 350px;
    height: 500px;
    font-size: 88px;
  }
 }
 @media screen and (max-width:1057px){
  .ad-content> .ad-subtitle{
    width: 250px;
    height: 300px;
    font-size: 58px;
  }
  .ad-subtitle{
    margin-top: 50px;
  }
 }