*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#fff;
}
img{
    width:30px;
    height:30px;
}
.style-date{
    color:white;
}
body{
    background-image: linear-gradient(to left, #1c2541, #19223d, #151e38, #121b34, #0f1830, #111b33, #141e37, #16213a, #1f2c46, #273852, #31445e, #3a506b);
}

.header-container{
    display:flex;
    justify-content: space-evenly;
  align-items: center;
    height:5rem;
    border-bottom:1px solid black;
    width:100%;

  
}

.header-container li{
    margin-right:20px;
}
.text-gradident{

border-bottom:1px solid ghostwhite;
  padding:10px;
    text-align: center;
  color:ghostwhite;
  border-top:1px solid ghostwhite;
}
.name,
.menu{
    flex:1;
   
}
.layer{
    border-radius:10px;
    padding:10px;
    background-color: #0E3386;
opacity: .7;

}
.name{
  display:flex;
  justify-content: center;
  color:white;
}
.menu ul{
    display:flex;
    justify-content: flex-end;
    gap:1rem;

}
.section-container{
    display:flex;
  
}
.intro{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  line-height:1.6;
  padding:30px;
    

}
small{
    font-size:12px;
}
.show-pics img{
    height:300px;
    width:600px;
}
.underline{
    border-bottom:1px solid ghostwhite;
}
.intro a{
    color:black;
    text-decoration: underline;
    display:block;
    text-align: center;
    font-size:20px;
    background-color: #DE3163;
    margin:10px 0px;
}

.overlay h2{
    font-weight: normal;
    margin-bottom:10px;
    font-size:1.6rem;

}

.intro p{
    text-align:center;
    padding:10px;
    color:ghostwhite;
    font-size:16px;

}
.intro .left{
    text-align: left;
}

.form-name{
    border-bottom:1px solid black;
    margin-bottom: 20px;
    text-align:center;
}
.form-container{
   padding:20px;

 
    height:90vh;
    width:30%;
    margin:10px auto;
    background-color:#FAF9F6;
    border-radius:5px;
    box-shadow:2px 2px 5px rgba(0,0,0,0.8);
}
.form-container form label{
    display:flex;
    margin:20px 0px;
}
.form-container form input{
    height:30px;
    outline:none;
    border-radius:2px;
    border:none;
    width:100%;
    border-bottom:1px solid black;

}
.form-group input[type="submit"]{
    width:100%;
    background-color:blue;
    color:#fbf5f3;
    margin-top:20px;
    border:none;
    outline:none;
    border-radius:2px;
}
.form-group-link{
    display:flex;
    flex-direction: column;
    justify-content: center;
margin-top:40px;
    height:50px;
    gap:10px;
}
.group-link-1{
    background-color:	#0096FF;
  padding:5px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.group-link-2{
    background-color:#353935;
  padding:5px;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.form-group-link a{
    color:white;
    text-decoration: none;
}
.info{
    text-align:center;
    margin-top:10px;
    font-size:10px;
}
.what-we-offer img{
    width:400px;
    height:200px;

    padding:10px;
}
.foot{

padding:20px;
}
.login-design{
    font-size:1.5rem;
   border-radius:10px;
    box-shadow:2px 2px 10px rgba(0,0,0,0.8);
}
.login-design h2{
    font-weight:normal; 
    letter-spacing: 1.2px;
    box-shadow:1px 1px 2px rgba(0,0,0,0.8);
    padding:5px;
    color:white;
}
.footer-container{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:10px;
}
.social-media img{
    width:20px;
    height:20px;
    object-fit: contain;
   margin:20px 0px 10px 0px;
}
.second-nav ul{ 
    display:flex;
    gap:20px;
    padding:10px;
    color:white;
}
.own-underline{
    border:1px solid ghostwhite;
}
.other{
    display:flex;
    gap:20px;
}
    .underline {
        text-decoration: underline;
    }
    .features p{
        color:ghostwhite;
        margin-top:10px;
    }
    .features {
        text-align: center;
    }
    .show-pics p
  {
        color:ghostwhite;

        margin-top:10px;
    }
    .show-pics{
        text-align: center;
    }
@media only screen and (max-width: 768px) {
    .header-container{
       display:block;
       height:200px;
    }
    .menu ul{
        display:block;
        text-align:center;
        padding:10px;
    }
    .menu ul li{
        padding:10px 0px;
    }
    .section-container{
        display:block;
    }
    .form-container{
        width:70%;
       
    }
.show-pics img{
    height:150px;
    width:300px;
}

.what-we-offer img{
    width:300px;
    height:150px;
   
}
   .features p{
        color:ghostwhite;
        margin-top:10px;
    }
    .features {
        text-align: center;
    }
  }