.sakontaqto{
  background: #EEF2FF;
  accent-color: #8B5CF6;
  width: 96%;
  height: auto;
  color: black;
  margin-top: 5px;
  font-weight: bolder;
  padding: 2%;
}
.sakontaqto h1{
    text-align: center;
}
a{
    text-decoration: none;
    color: black;
}
.sakontaqto p:hover{
    color: green;
}
.sakontaqto-flex-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px
}
.sakontaqto-flex-list img{
    height: 40px;
    width: 40px;
}
a:hover{
    color:green
}
.sakontaqto-flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 20px;
}
.ads1{
  margin-top: 20px;
    background:linear-gradient(270deg,#8e2e2e,#3a8b3a,#2828a4);
    width: 100%;
    height: 350px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: banner 10s ease-in-out infinite;
    background-size: 200% 100%;
    background-position: left;
    margin-bottom: -370px;
}
.ads1 p{
    font-size: 70px;
    color: white;
}


@keyframes banner{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
@media (max-width: 768px) {
  .ads1 {
    position: static;
    width: 100%;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ads1 p { 
    font-size: 20px;
    text-align: center;
  }

  .sakontaqto {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
  }

  .sakontaqto h1 {
    font-size: 24px;
  }

  .sakontaqto-flex {
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
  }

  .sakontaqto-flex-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
