
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navber{
    margin: 0px 5px;
    background-image: linear-gradient( 45deg,rgb(136, 192, 230),white);
    border-radius: 5px 50px 5px;
}

.navber .btn{
    padding: 5px 20px;
    background:rgb(29, 123, 245);
    color: #fff;
   
}
.header{
    background-image: url(img/bg-1.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 10%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    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;

}
.content{
    margin-top: 10%;
 
}


.nav-item {
    padding: 5px 10px;
    background: rgb(3, 117, 246);
    border-radius: 5px 30px 5px;
  
 
}
 
 .form1{
    background: rgb(111, 164, 239);
    border-radius: 5px 30px 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;
}
.form1 .btn{
    padding: 5px 15px ;
    background-image: linear-gradient(45deg,white,rgb(26, 99, 233));
    color: #000;
    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;
    
 }
.section2 img{
    margin-left: 35%; 
    margin-top: 5%;
    height: 150px;
    width: 400px;
}
.section2 .col img{
    margin-left: 10%;height: 300px;width: 400px;
}

.join{
    padding:30px 20px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0px 10px;
    background: rgb(4, 179, 249);
    border: 1px solid black;
    color: #eee;
}
.icons {
    padding: 40px 50px;
    border-radius: 50%;
    background: rgb(107, 202, 243);
    font-size: 50px;
    color: #eee;
    transition: all 5s ease-in-out;
}
.icons:hover{
    transform: rotate(-360deg);

}
.join .btn{
    padding: 5px 15px ;
    background-image: linear-gradient(45deg,white,rgb(26, 99, 233));
    color: #000;
    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;
}
.download-section .text{
    color: rgb(9, 161, 255);   

}
.download-section a{
    background: rgb(116, 199, 238);
    color: #042838;
}
.footer{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/footer.png);
}
.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(90deg,rgb(68, 231, 243),white);  
        text-align: center;
        border-radius: 1rem;
        z-index: 1;
      }
      
}



