*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
}

.nav-logo{
    padding-top: 20px;
    margin-bottom: 20px;
}

.navbar{
    height: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.nav-ul{
    margin-bottom: 10px;
    font-family: sans-serif;
    display: flex;
    list-style: none;
    float: right;
    gap: 20px;
    margin-left: 20rem;
    color: white;
    flex-wrap: wrap;
}

.nav-ul span{
    color: #EC00BF;
    margin-left: 7px;
}

.nav-ul li:hover{
    cursor: pointer;
    color: #EC00BF;
    transition: 1s;

}

.nav-btn{
    background-color: #EC00BF;
    width: 10rem;
    height: 3rem;
    border-radius: 20px;
    line-height: 3rem;
   
}

.nav-btn button{
    font-size: 20px;
    font-family: sans-serif;
    background:none;
    font-weight: 500;
    border: none;
    color: white;
    margin-left: 9px;
}

.nav-btn:hover{
    cursor: pointer;
    color: #e53295;
    transform: scale(1.1);
}

.hero-div{
    max-width: 100vw;
    min-height: 90vh;
    display: flex;
    padding-top:10%;
    justify-content: space-evenly;
    flex-wrap: wrap;

}
.hero-img1 img{
    height: 179px;
    width: 517px;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.hero-div .hero-content{
    width: 400px;
}

.hero-content span{
    color: #e53295;
}


.herodiv2 h1{
    font-size: 70px;
    font-family: sans-serif;
    color: white;
}

.hero-content p{
    font-size: 18px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: white;
}

.hero2-btn button{
    font-size: 18px;
    padding: 0.7rem 3.5rem;
    border-radius: 15px;
    letter-spacing: 0.1rem;
    border: 2px solid #e53295;
    background: transparent;
    color: #e53295;
} 

.hero2-btn button:hover{
    color:white;
    background-color: #EC00BF;
}

.links-dot{
    margin-top: 5rem;
}

.m3-img img{
    height: 50px;
    vertical-align: middle;
}
.m3-img .playstore{
    height: 70px;
    vertical-align:middle;
}
.main-img{
    margin-top:-140px;

}
.main-img img{
    height: 38.45rem;
}

.hero-div .banner img{
    height: 300px;
    border-radius: 30px;
    
}

.links-dot{
    border: 2px solid#EC00BF;
    width: 9rem;
    padding: 0.5rem 1rem;
    border-radius: 25px;


} 
.links-dot .fa-circle-dot{
    padding-left:0.4rem
}

.links-dot a{
    color: #EC00BF;
}

.links-dot a:hover{
    cursor: pointer;
    color:#e53295;
    transition: 0.3s;
}

.middle-sec{
    display: flex;
    margin-top: 11rem;
    justify-content: space-evenly;

}

.middle-contant{
    text-align: center;
    color: white;
    font-family: sans-serif;
}

.middle-contant h2{
    font-size: 29px;
    
}

.middle-contant p{
    margin-top: 1rem;
    font-size:18px ;
}

.middle-img2 img{
    margin-top: 9rem;

}

video{
    height: 200px;
    width: 100%;
}

.cardsdiv {
    display: flex;
    margin-top: 7rem;
    color: white;
    font-family: sans-serif;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    gap:4em
    
}


.cardsdiv img{
    height:20rem;
    width: 30rem;
    border: 2px solid gray;
    border-radius: 20px;
    

    
}

.text-block{
    position: absolute;
    top: 7rem;
    left: 2rem;
}

.card1{
    
    position: relative;
}

.card2{
    
    position: relative;
}

.card3{
  
    position: relative;
}

.card4{
    
    position: relative;
    
}

.footer-div{
    margin-top: 3em;
    height: 50vh;
    border-top: 2px solid gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    color: white;
}

.social-icon{
    display: flex;
    justify-content: center;
    color: white;
    margin-top: 3rem;
    gap: 2rem;
}

.social-icon i{
    font-size: 28px;
}

.social-icon i:hover{
    cursor: pointer;
    color: #EC00BF;
}

.copy-right{
    color: white;
}

.last-link{
    display: flex;
    color: #EC00BF;
    gap: 2rem;
}

.footer-content{
    width: 70%;
    text-align: center;
}

.footer-div .second-lastp{
    line-height:1.5rem;
    width: 50%;
    text-align: center;
}

.cardsdiv .fb button{
    position: relative;
    bottom: 5rem;
    left: 7rem;

}


/* .cardsdiv h3{
    font-size: 25px;
    margin-left: 9rem;
  

}
.cardsdiv p{
    font-size: 16px;
   

}


.img-content{
    position: absolute;
    margin-top: 7rem;
    margin-left: 1.5rem;
    position: fixed;
}
 */








/* .herodiv2 h1{
    margin-top: 9rem;
    margin-left: 3rem;
    font-size: 70px;
    font-family: sans-serif;
}

.div-p p{
    margin-top: 2rem;
    margin-left: 2rem;
    font-size: 18px;
    line-height: 24px;
}

.hero2-btn button{
    height: 20px;
    margin-top: 27rem ;
    
    

    
} */




/* .hero-img1{
    display: flex;
    max-width: 50%;
    margin-top: 5rem;
    margin-left: 10rem;
   background-image: url(./assist/asset\ 1.png);
   height: 30rem;
   width: 30rem;
   background-repeat: no-repeat;
   background-size: contain;
}

.hero1-h1{
    margin-left: 40rem;
    color: blue;
    font-size: 36px;
    font-weight: 700;
    
} 


.div-p p{
    display: flex;
    justify-content: end;
}  */
  @media only screen and (max-width:1000px) {
    .hero-div{
        flex-direction: column;
    }
  }