/* .my-navbar{
    background-color: grey !important;
} */

.mytext{
    margin-top: 10rem !important;
}
.mytext h2{
    font-size: 2.5rem;
}
.my-hero-list{
    list-style-type: none;
    gap: 2rem;
    margin-top: 1rem;
}
.my-list{
    margin-left: 2rem !important;
}
.lists{
    text-align: center;
    margin-bottom: 2rem;
}
@media(max-width:478px){
    .mytext{
        text-align: center;

    }
    .my-image{
        display: none;
    }
}
.myhead{
    text-align: center;
}
.my-boxe{
    background-color: black;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.container1{
    align-items: center;
    background-color: #ebf4fc;
    border-radius: 15px;
}
/* HERO SECTION */
.hero-section {
  min-height: 80vh;
  background-color: #f8f9fb;
}

.hero-input {
  max-width: 280px;
}

/* FOOTER */
.footer-section {
  background: linear-gradient(180deg, #0b1220, #020617);
  padding: 60px 0;
}

.footer-section ul li {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
}

.footer-section ul li:hover {
  color: #ffffff;
}
