*{
    margin: 0;
    padding: 0;
  
   
}
#banner{
    background: linear-gradient(rgba(0,0,0,0.5),#BF40BF),url(images/background.png.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 140px;
    position: absolute;
    top: 3%;
    left: 1%;
    animation-delay: 0.5s;
}
.banner-txt{
    text-align: center;
    color: #fff;
    padding-top: 180px;
}
.banner-txt h1{
    stroke: #fff;
    stroke-width: 12%;
    font-size: 130px;
    font-family: 'Kaushan Script', cursive;
    color: #10e309;
    animation-delay: 1s;
    cursor: pointer;
}
.banner-txt h1 span{
    color: #000;
    stroke: #fff;
    stroke-width: 12%;
}
.banner-txt h1 span1{
    color: #db0707;
    stroke: #fff;
    stroke-width: 12%;
}
.banner-txt p{
    margin: 10px;
    font-size: 25px;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    animation-delay: 1.5s;
    cursor: pointer;
}
.logo1{
    width: 200px;
    position: absolute;
    bottom: 0%;
    right: 4%;
    animation-delay: 2.5s;
    cursor: pointer;
}
.banner-btn{
    margin: 70px auto 0;
    animation-delay: 2s;
}
.banner-btn a {
width: 150px;
text-decoration: none;
display: inline-block;
margin: 0 10px;
padding: 12px 0;
color: #fff;
border: .5px solid #fff;
position: relative;
z-index: 1;
transition: color 0.5s;
}
.banner-btn a span{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #10e309;
    z-index: -1;
    transition: 0.5s;

}
.banner-btn a:hover span{
    width: 100%;
}
.banner-btn a:hover{
    color: #000;
}
#sideNav{
    width: 200px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0%;
    background:#BF40BF;
    z-index: 2;
    transition: 0.5s;
}

nav ul li{
    list-style: none;
    margin: 50px 20px;
}
nav ul li a {
   text-decoration: none;
   color: #fff;
}
.gpbadimg{
    width: 100%;
    height: 100%;
}
#menubtn{
    width: 50px;
    height: 50px;
    background: #BF40BF;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 45px;
    z-index: 3;
    cursor: pointer;
}
#menubtn:hover{
    border-radius: 20px;
}
#menubtn img{
    width: 20px;
    margin-top: 15px;
}
.anim{
   opacity: 0;
   transform: translateY(30px);
   animation: moveup 0.5s linear forwards;
}
@keyframes moveup{
    100%{
        opacity: 1;
        transform: translateY(0px);

    }
}

/*--features--*/
#features{  
    align-items: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 70px 0;
}
.fetr-title-txt{
    text-align: center;
    padding-bottom: 70px;
}
.fetr-title-txt p{
    margin: auto;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #BF40BF;
    font-weight: bold;
    z-index: 1;
    position: relative;
    display:inline-block;
}
.fetr-title-txt h1{
    justify-content: center;
    text-align: center;
    font-size: 19px;
    position: relative;
    display: flex;
   
}
.fetr-title-txt h1 span{
    color:#BF40BF;
    margin-left: 1%;
}
.fetr-title-txt p::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#BF40BF,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(20deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.feature-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.features1{
    flex-basis: 50%;
}
.features1-img{
    flex-basis: 50%;
    margin: auto;
}
.features1-img:hover{
    transform: translateY(-10px);
}
.features1-img img{
    width: 110%;
    border-radius: 10px;
}
.features1 h1{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: #c88e08;
    font: bold;
}
.features1-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}






.features1-icon .far{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: #000;
    border: 3px solid #BF40BF;
}
.features1-icon-txt p{
    padding: 0 20px;
    text-align: initial;
}
.features1-icon-txt p:hover{
    
    transform: translateX(-10px);
}
#features1{  
    align-items: center;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 70px 0;
    background: #BF40BF;
    height: 70vh;
}
.fetr-title-txt2{
    text-align: center;
    padding-bottom: 70px;
}
.fetr-title-txt2 p{
    margin: auto;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    z-index: 1;
    position: relative;
    display:inline-block;
}

.fetr-title-txt2 p::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#000,#BF40BF);
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
    transform: rotate(20deg);
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
}
.features1-icon-txt1 p{
    padding: 0 20px;
    text-align: center;
    color: #BF40BF;
    font-size: 28px;
}
#gpimg{
    padding: 5px;
    text-align: center;
    
}
.google-play-badge{
    border: 2px solid #BF40BF;
    background-image: linear-gradient(45deg,#df4881,#c430d7);
    width: 300px;
    height: 150px;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    border-top-right-radius: 0;
}
.google-play-badge:hover{
    color: #fff;
    background-image: linear-gradient(45deg,#df4881,#c430d7);
    font-size: 14px;
    border-radius: 30px;
    transform: translateY(-10px);
    
}

#about{
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}
.aboutdes h1{
    text-align: center;
    padding-bottom: 30px;
    color: #BF40BF;
}
.aboutdes p{
    text-align: center;
    flex: 50%;
}
#footer{
    
    background: #BF40BF;
}
.footer-right{
    flex-basis: 45%;
    padding: 20px;
    margin-bottom: 15px;
    text-align: right;
    align-items: center;
}
.footer-right .fas{
    font-size: 20px;
    color: #000;
    margin: 10px;

}
.footer-right p{
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.footer-right h1{
    stroke: #fff;
    stroke-width: 1%;
    font-size: 20px;
    
    font-family: 'Poppins', sans-serif;
}
.social-links{
    text-align: center;
}
.social-links .fab{
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #fff;
    margin: 40px 5px 0;
    cursor: pointer;
    transition: 0.5s;
    
}
.social-links .fab:hover{
    background: #fff;
    color: #BF40BF;
    transform: translateY(-7px);
    border: 1px solid #000;
}

.copyright p{
    margin-left: 2%;
    margin: 10px;
}
.copyright h1{
    text-align: right;
    margin: 15px;
    color: #00000051;
}



@media screen and (max-width: 770px){
    .banner-txt h1{
        font-size: 44px;
    }
    .banner-txt p{
        margin: 10px;
        font-size: 20px;
        font-style: italic;
       font-family: 'Poppins', sans-serif;
    }
    .banner-btn a{
        display: block;
        margin: 12px auto;
    }
    #sideNav{
        width: 150px;
        height: 100vh;
        position: fixed;
        right: -250px;
        top: 0%;
        background:#BF40BF;
        z-index: 2;
        transition: 0.5s;
    }
    .gpbadimg{
        width: 120%;
        height: 120%;
    }
     .logo1 {
        width: 170px;
        position: absolute;
        right: 13.5%;
        bottom: 0%;
        margin-top: 3px auto;
       
    }
    .logo{
        width: 110px;
        position: absolute;
        top: 3%;
        left: 1%;
    }
    .fetr-title-txt h1{
        font-size: 10px;
    }
    .features1{
        flex-basis: 100%;
    }
    .features1-img{
        flex-basis: 100%;
        
    }
    .features1-img img{
        width: 100%;
    }
}






