*{
    margin: 0px;
    padding: 0px;
    font-family: Arial;

}
/* navbar start */
.navbar-and-logo{
    background-color: #2c3e50;
    width: 100%;
    height: 80px;
    position:sticky;
    top: 0px;
}
#site{
margin-left: 5px;
    border-radius: 100%;
    background-color: white;

}
nav{
    margin-left: 63%;
   position: relative;
   bottom :40px;
}
li{
    display: inline-block;
    font-weight: bold;
    width: 80px;
}
a{
    text-decoration: none;
    color: white;

}
li>a:hover{
    border-bottom: 2px solid rgb(74, 74, 255);
}
/* navbar ended */
/* navbar after part started */
.after-nav{
    width: 100%;
    height:495px;
    background-image: linear-gradient(to right, #2c3e50,#3498db );
}
h1#welcome{
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 120px;
}
h4#welcome{
    font-size: 20px;
    padding-top: 50px;
    width:50% ;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.open-account{
   display: block;
    width: 15%;
    height: 80px;
    background-color: #fff;
    font-weight: bolder;
    border: 1px solid white;
    font-size: 18px;
    color: black;
    border-radius: 8px;
   text-align: center;
    margin: 80px auto ;
    transition: 0.9s ease;
    
}
.open-account:hover{
    width: 17%;
    height: 100px;
    font-size:22px ;

    background-color: #3498db;
    color: #fff;
     border: 1px solid #3498db;

}
/* navbar after part ended */

#three-boxes-main{
    margin-top: 100px;
    width: 100%;
    height: 600px;
    background-color: #e3e3e3;
}
.three-boxes:hover{
    padding: 8px;
    box-shadow: 0px 0px 05px black ;
}
#three-boxes:hover{
    padding: 8px;
    box-shadow: 0px 0px 05px black ;
}
.main-three-heading{
    text-align: center;
    padding-top: 50px;
}
.three-boxes{
    width: 28%;
    height: 150px;
    border: 2px solid black;
    display: inline-block;
    margin-left: 2%;
    border-radius: 15px;
    border-left: 5px solid rgb(100, 100, 255);
    border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: white;
transition: 0.5s ease;
    
   
}
#three-boxes{
      width: 28%;
      margin-top: 4%;
    height: 150px;
    border: 2px solid black;
    display: inline-block;
    margin-left: 5%;
border-radius: 15px;border-left: 5px solid rgb(100, 100, 255);
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
background-color: #fff;
transition: 0.5s ease;
}
h3+p{
    color: rgb(109, 108, 108);
    margin-top: 10px;
    width: 290px;
    word-spacing: 4px;
    margin-left: 30px;
}
#three-boxes>h3{
    margin-left: 30px;
    margin-top: 25px;
}
.three-boxes>h3{
    margin-left: 30px;
     margin-top: 25px;
}

#before-footer{
width: 100%;
height: 600px;
background-color: #1a252f;
}
#before-footer-text{
    color: #fff;
    text-align: center;
    padding-top: 85px;
}
.before-footer-divs{
    box-shadow: 0px 0px 10px white;
    display: inline-block;
    width: 27%;
    height: 100px;
    border: 2px solid white;
    background-color: #2c3e50;
     border-color: #2c3e50;
     border-radius: 10px;
     margin-left: 20px;
     margin-top: 55px;
     transition: 0.5s ease;
}
#before-footer-first-div{
     box-shadow: 0px 0px 10px white;
     display: inline-block;
    width: 27%;
    height: 100px;
    border: 2px solid white;
    background-color: #2c3e50;
    border-radius: 10px;
    transition: 0.5s ease;
    border-color: #2c3e50;
    margin-left: 8%;
     margin-top: 55px;
}
#before-footer-first-div:hover{
    padding: 8px;
}
.before-footer-divs:hover{
    padding: 8px;
}
#before-footer-first-div>p{
color: #fff;
margin-top: 30px;
margin-left: 20px;
width: 90%;
}
.before-footer-divs>p{
color: #fff;
margin-left: 20px;
margin-top: 30px;
width: 90%;
}
.footer{
    width: 100%;
    height:300px ;
    background-color: #2c3e50;
    color: #fff;
}
.problem{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.three-footer{
    display: inline-block;
    

}
.input-footer{

    width: 400px;
    height: 35px;
    border-radius: 8px;
    padding-left: 5px;
}
.first-footer{
    margin-bottom: 20px;
    margin-top: 25px;
}
.other-text{
    margin-bottom: 20px;
    margin-top: 25px;
}
#before-footer-form{
    width: 100%;
    height: 600px;
    background-color: #e2e8f0;
}
@media(max-width:850px){
 .navbar-and-logo{
    width: 1006px;
 }   
 .after-nav{
    width: 1006px;
 }
}