#title{
    background-color:white;
    color:#03674a;
    
}
.container-fluid{
    padding:1% 10% 0%;
  
    background-color: white;
}
/*navbar*/
.navbar{
    padding:0 0 2%;
}

.nav-item{
    padding:0 45px;
}
.nav-link{
    font-size:1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.learnnav{
    color:black !important; 
}
.productnav{
    color:black !important ;

}
.contactnav{
    color:white !important;
}
.nav-link:hover{
    color:#5bc41b !important;
}
.navbar-brand{
    font-size:2.5rem;
    font-family:'Pacifico', cursive;
    color:#5bc41b !important;
}

/*body*/

.download-btn{
    border-radius: 100px;
    border: 0px;
    font-family: 'Poppins', sans-serif;
    background-color:#5bc41b;
    color:white;
}
.contact-btn{
    border:0px;
    font-family:'Poppins', sans-serif;
    font-weight: bold;
    border-radius: 30px;
    background-color: #5bc41b;
    color:white;
    justify-content: center;
    height: auto;
    width: 150px;
}
.contact-btn:hover{
    background-color: #03674a;
}



/* form */

.container{
    position:absolute;
    max-width:800px;
    height:350px;
    margin:auto;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family: 'Poppins', sans-serif;


}.myRightCtn{
    position:relative;
    background-image: linear-gradient(45deg,#5bc41b,#03674a);
    border-radius: 25px;
    height:93%;
    padding: 25px;
    color:white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myLeftCtn{
    position: relative;
    background:#fff;
    border-radius: 25px;
    height:92%;
    padding:25px;
    padding-left:50px;
}
.myLeftCtn header{
    color: #03674a;
    font-size:24px;
    font-weight:700;
    margin-bottom: 20px;
    margin-left: 90px;
}
.row{
    height: 100%;

}
.myCard{
    position:relative;
    background:#fff;
    height:100%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 40px -10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.7);
    box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.7);
}
.myRightCtn header{
    color:white;
    font-size:44px;
}
.box{
    position:relative;
    margin:20px;
    margin-bottom:100px;
}
.myLeftCtn .myInput{
    width:230px;
    border-radius:25px;
    padding:10px;
    padding-left:50px;
    border:none;
    -webkit-box-shadow:0px 10px 49px -14px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 10px 49px -14px rgba(0,0,0,0.7);
    box-shadow:0px 10px 49px -14px rgba(0,0,0,0.7);
}
.myLeftCtn.myInput:focus{
    outline:none;
}
.myForm{
    position: relative;
    margin-top:50px;
}
.myLeftCtn .butt{
    background: linear-gradient(45deg, #5bc41b, #03674a);
    margin-left: 18px;
    color:white;
    width:230px;
    border:none;
    border-radius:25px;
    padding:10px;
    -webkit-box-shadow: 0px 10px 41px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 10px 41px -11px rgba(0,0,0,0.7);
    box-shadow: 0px 10px 41px -11px rgba(0,0,0,0.7);
}
.myLeftCtn .butt:hover{
    background: linear-gradient(45deg, #5bc41b,#03674a );
}
.myLeftCtn .fas{
    position:relative;
    color:#5bc41b;
    left:36px;
}
.butt_out{
    background-color: transparent;
    color:#fff;
    width:120px;
    border: 2px solid #fff;
    border-radius: 25px;
    padding:10px;
    -webkit-box-shadow:0px 10px 49px -14px rgba(0,0,0,0.7);
    -moz-box-shadow:0px 10px 49px -14px rgba(0,0,0,0.7);
    box-shadow: 0px 10px 49px -14px rgba(0,0,0, 0.7);
}
.butt_out:hover{
    border:2px solid #eecbff;
}
.butt_out:focus{
    outline:none;
}
/*footer*/

#footer{
    margin-top:40%;
    margin-bottom:0%;
    padding:4% 15%;
    text-align:center;
    background-color: #272727;
    color:white;

}
.scl-icn{
    padding:20px 15px;
    color:white;
}
.scl-icn:hover{
    color:#5bc41b;
}
.checky{
    padding-left: 25px ;
}
.sign-up{
    padding: 20px 0 0 0;
}
.sign{
    text-decoration: none;
    color: #5bc41b;
    font-weight: bold;
}
.sign:hover{
    text-decoration: none;
    color:#03674a;
}
.cpy{
    font-size: small;
}