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



.navber{
    background-image: linear-gradient( 45deg,rgb(136, 192, 230),white);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px 50px 5px;
}

.navber .btn{
    padding: 5px 15px;
    background:rgb(116, 12, 212);
    color: #fff;
    border: none;
 
}

.header{
    background-image: url(img/backgrund.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10%;
    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%;
    padding-left: 5%;
   
}
.nav-item {
    color: #fff;
    background: rgb(144, 11, 233);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
 
 .form1{
    background-image: linear-gradient( 45deg,rgb(136, 192, 230),rgb(201, 25, 249));
    border-radius: 85% 15% 77% 23% / 24% 76% 24% 76%  ;
    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:hover{
    border-radius: 5px 50px 5px;
}

.form1 .btn{
    padding: 5px 15px ;
    font-weight: bold;
    background-image: linear-gradient(45deg,white,rgb(144, 11, 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;
    
 }

.section{
    display: flex;
    justify-content: center;
    min-height: 80vh;
    background-image: url(img/ser.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5%;
}
.section .col img{
    margin-left: 20px;
    border-radius: 20px;
}
.section .content2{
    padding: 2px 30px;
    
}.section .content2 .col h4{
    color: rgb(144, 11, 233);
    font-size: 20px;
}

.section .content2 .col{
    margin: 10px 30px;
  
}

.section .content2 .col .fs-9{
    font-size: 10px;
    color: rgb(90, 114, 136);
}
.section .content2 .col a{
    text-decoration: none;
    padding: 5px 10px;
    background: linear-gradient(90deg, rgb(174, 0, 255), blue);
    color: #fff;
    font-size: 15px;
    border-radius: 5px 50px 5px;
    margin-top: 10px;

}
.section .content2 .col a:hover{
    border-radius: 5px 50px 5px ;
    border: 1px solid rgb(144, 11, 233);
    color: rgb(144, 11, 233);
    background: none;
}

.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/footer2.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(90deg,rgb(136, 22, 236),white);  
        text-align: center;
        border-radius: 1rem;
        z-index: 1;
      }
      
}






