*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navber{
    border: 1px solid;
    border-radius: 50px;
    background-image: linear-gradient( 45deg,rgb(240, 129, 147),white);
    
}
.navber .btn{
    padding: 5px 20px;
    background:rgb(245, 123, 174);
    color: #fff;
  
}
.header{
    background-image: url(img/bg-1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    

}
.content{
    padding-top: 10%;
}
.join{
    background: linear-gradient(to bottom, rgb(247, 62, 108),rgb(250, 249, 249));
   margin: 10px 10px;
   padding: 20px 15px;
   border-radius: 50%;
   border: 5px solid rgb(100, 98, 98);
   box-shadow: rgba(246, 110, 196, 0.951) 5px 5px, rgba(237, 151, 205, 0.876) 10px 10px, rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px, rgba(240, 46, 170, 0.05) 25px 25px;
}
.join .btn{
    padding: 5px 10px;
    font-size: 15px;
    color: #000;
    background: linear-gradient(to bottom, rgb(247, 62, 108),rgb(250, 249, 249));
}

.nav-item{
    color: #000;
    background: rgb(236, 78, 152);
    border-radius: 5px 30px 5px;

   
}
.form1{
    background:rgb(233, 132, 166);
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px

}
 
.form1 .btn{
    padding: 5px 10px ;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-right: 5%;
    background-image: linear-gradient(45deg,white,pink);
    border-radius: 5px 20px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  
}
.text{
    color: rgb(255, 0, 221);   

}
.download-section a{
    background: rgb(238, 100, 201);
    color: #042838;
}
.footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/footer.jpg);
}
.footer p{
    color: #042838;
}
.footer h1{
    color: #042838;
}
.footer .btn{
    color: #042838;
}
.footer a{
    /*font-size: 30px;*/
    color: #042838;
}
.footer-mob {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-radius: 1rem;
  }

  .footer-mob {
    display: none;
}


@media only screen and (max-width: 768px){
    body{
        padding-bottom: 4rem;
      }
    .header{
        height: unset !important;
      }
      .download{
        text-align: center;
      }


    .about-section .col-md-4 img {
        margin-left: 0%;
       
    }
      .mob-hide-nav{
        display: none;
      }
      .footer-mob {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient( 45deg,rgb(215, 150, 245),rgb(248, 116, 116));   
        text-align: center;
        border-radius: 1rem;
        z-index: 1;
      }
      
}




