@import url('https://fonts.googleapis.com/css2?family=Poppins:&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
body{
    background: #B80D57;
}

#heading{
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#0A1931;
  flex-wrap:wrap-reverse;
  padding-bottom:100px;
}
.headingtext{
    text-align: center;
}
.headingtext h1{
    color:#FF8303;
    font-family: 'Poppins', sans-serif;
    font-size:40px;
    font-weight:800;
}
.headingtext button{
    width:160px;
    height:50px;
    background-color:#B80D57;
    color:#F9F9F9;
    border:2px solid #B80D57;
    border-radius:20px;
    margin:15px;
    font-family: 'Poppins', sans-serif;
    font-weight:800;
    text-align: center;
    font-size:20px;
    cursor: pointer;
}
.uil-google-play{
    font-size:25px;
}
.fa-app-store{
    font-size: 25px;
}
.headingtext h2{
    color:#e6e7ee;
    font-family: 'Cabin', sans-serif;
    letter-spacing:2px;
}

.headingimage{
    display:flex;
    align-items: center;
    justify-content: center;
    width:500px;
    height:500px;
}
.headingimage img{
    width:400px;
    height:400px;
}
#benifit{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.benifitheading h1{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color:#0A1931;
    
}
#benifit .box{
    width:250px;
    height:300px;
    text-align: center;
    border:none;
    border-radius:10px;
    margin:10px;
    border-radius: 26px;
    background: #B80D57;
    box-shadow:  4px 4px 6px #81093d,
             -5px -5px 7px #ef1171;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.box h2{
    color: #F9F9F9;
    font-family: 'Source Sans Pro', sans-serif;
    margin:5px 10px;
}
.box h4{
    color:#0A1931;
    font-family: 'Source Sans Pro', sans-serif;
    margin:10px 10px;
}
.stepsheading h1{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color:#0A1931;
}
#allsteps{
    max-height:800px;
    display:flex;
    overflow-x: auto;
   
}
#allsteps::-webkit-scrollbar{
    width:0;
  }
.step{
    margin:25px 30px;
    min-width:100%;
    height:650px;
    text-align: center;
    border:none;
    color:#FDFAF6;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.step h2{
    color:#FDFAF6;
    font-family: 'Source Sans Pro', sans-serif;
}
.nextstep{
    width:130px;
    height:40px;
    background-color:#0A1931;
    border:none;
    border-radius:20px;
    color:#F9F9F9;
    margin-top:30px;
    font-family: 'Poppins', sans-serif;
    font-weight:800;
    cursor: pointer;
}
.howworksheading h2{
    text-align: center;
    color:#FDFAF6;
    font-family: 'Source Sans Pro', sans-serif;
}
#howworks 
{
  display:flex;
  justify-content: center;
  align-items: center;
}
.whyheading h2{
    text-align: center;
    color:#F9F9F9;
    font-family: 'Source Sans Pro', sans-serif;
}
.whyheading h4{
    text-align: center;
    color:#F9F9F9;
    font-family: 'Source Sans Pro', sans-serif;
}
#whyus{
    background-color: #0A1931;
}
#whyus1{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#whyus2{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap-reverse;
}
#whyus3{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.whyimage{
    display:flex;
    justify-content: center;
    align-items: center;
    width:400px;
    height:400px;
    background-color:#0A1931;
}
.whytext{
    width:400px;
    height:400px;  
    text-align: center;
    background-color:#0A1931;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.whytext h2{
 text-align: center;
 color:#ef1171;
 font-family: 'Source Sans Pro', sans-serif;
}
.whytext h3{
   color:#FDFAF6;
   text-align: center;
   font-family: 'Cabin', sans-serif;
   margin:10px 30px;
   
}
/* contact section css */
#login-box h1{
    text-align: center;
    color:#e6e7ee;
    font-family: 'Cabin';
}
#contact
{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contactimage
{
    width:500px;
    height:500px;
    margin:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formarea
{
    width:500px;
    height:500px;
    margin:10px;
}
#login-dataform
{
    margin-top:20px;
}

#login-dataform input{
    font-size:17px;
    color:#ffff;
    padding-left:30px;
    font-family: 'Source Sans Pro', sans-serif;
  }
textarea
{
    width:90%;
    height:130px;
    margin:10px;
    display: inline-block;
    border:none;
    box-sizing: border-box;
    background-color:#0A1931;
    border:none;
    border-radius:10px;
    font-size:18px;
    color:#ffff;
    padding:10px 30px;
    font-family: 'Source Sans Pro', sans-serif;
}
textarea:focus
{
 outline:none;
}
#login-dataform input, select {
    width:90%;
    height:50px;
    margin:10px;
    display: inline-block;
    border:none;
    box-sizing: border-box;
    border:none;
    background-color:#0A1931;
    border-radius:10px;
    /* background-color:transparent;
    border-bottom:2px solid #34495e; */
  }
  input:focus
  {
    outline:none;
  }
.authbtn
{  
      display:flex;
      justify-content: center;
      align-items: center;
}
  #loginbtn
{
    margin-top:20px;
    width:150px;
    height:40px;
    border:none;
    background-color:#e6e7ee;
    border-radius:15px;
    cursor: pointer;
    color:#B80D57;
    font-size:16px;
    font-weight:800;
    font-family: 'Poppins', sans-serif;
}
#contacticons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fa-whatsapp
{
    font-size:35px;
    color:#FCD535;
}
.fa-telegram-plane
{
    font-size:35px;
    color:#FCD535;
}
.fa-envelope
{
    font-size:35px;
    color:#FCD535;
}
.fa-phone-alt
{
    font-size:35px;
    color:#FCD535;
    text-align: center;
}
.connecticons
{
    text-align:center;
    border:1px solid none;
    border-radius:50%;
    width:50px;
    height:50px;
    margin:15px;
    cursor: pointer;
}

@media only screen and (max-width: 600px){
    .headingtext h1{
        font-size:30px;
    }
    .headingimage{
        width:300px;
        height:300px;
    }
    .headingimage img{
        width:250px;
        height:250px;
    }
    .waveimage{
        top:100%;
    }
    .step img{
        width:150px;
        height:300px; 
    }
    .whyimage 
    {
      width:200px;
      height:400px;
    }
    .whyimage img{
     width:150px;
     height:300px;
    }
    .whytext{
        width:300px;
        height:300px;
    }
    .whytext h3{
        margin:15px 5px;
    }
    .contactimage{
        width:300px;
        height:300px;
    }
    .contactimage img{
        width:250px;
        height:250px;
    }
}