@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family:"poppins" , serif;
}
body{
    background-color: #5c7e4e;
}


header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
    padding: 0 -1rem;
    max-width: 1200px ;
    
}
.navigation ul{
    display: flex;
    list-style-type: none;
    gap: 2rem;
}

.navigation a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.navigation a:hover{
   
    color: rgb(47, 237, 209);
}
hr{
    opacity: 10%;
}
.hero{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
}
.arrow{
    position: absolute;
    transform: translateX(-5.5rem) translateY(.5rem);
}
.herosub{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.name{
    font-size: 3rem;
    color: aliceblue;
    
}
.title{
    font-size: 4rem;
    color: rgb(242, 255, 0);
}
.heroBtns{
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}
.vs{
    background-color: rgb(0, 161, 118);
    color: aliceblue;
    border-radius: 24px;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    text-shadow: 0px 4px 4px rgba(0, 0,0, 0.5);
    backdrop-filter: blur(4px);
}
.ss{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem auto;
    max-width: 1200px;
    gap: 10rem;
}
.t1{
    display: flex;
    flex-direction: column;

}
.t2{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 2rem;
}
.s1{
    color: aliceblue;
    font-size: 70px;
    
    
}
.s2{
    color: aqua;
    font-size: 50px;
    
}
.ap{
    text-align: justify;
    color: antiquewhite;
    font-size: 20px;
}
.pi{
    display: flex;
    align-items: center;
    margin:2rem ;

}
.store{
    background-image: url("a/assets/svg/background.svg");
    padding: 10rem 10rem;
    margin: 3rem 0rem;
}
.dc{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: left;
    margin: 5rem auto;
    max-width: 1200px;
}    
.po{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    font-size: 2rem;
}
.store ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
}
.store li{
    border-radius: 16px;
    background-color: rgba(57, 62, 70, 0.5) ;
    backdrop-filter: blur(4px);
    padding: 1rem 4rem;
}
.store li img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0,2;
}
.store li :hover{
    transform: scale(1.6);
}
.ss{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    margin:2rem auto ;
    max-width: 1200px;
}
.t1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 2rem;
}
.ap{
    font-size: 2rem;
}
.ca{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5rem;
    gap: 20rem;
}
.iw{
    display: flex;
    align-items: center;
}
.gma{
    display: flex;
    align-items: center;
   

}
.ca h3, .ca a{
    color: #000;
    text-decoration: none;
}
.ea{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px ;
       

}
.e{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: px ;
}
.sm{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.sm a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: rgba(132, 234, 210, 0.205);
    backdrop-filter: blur(4px);
    padding: 0.5rem;

}
.sm img{
    width: 25px;
    height: 24px;
}
footer{
    color: #000000;
    padding: 2rem;
    text-align: center;
}
@media (max-width: 1023px) {
    header {
      margin-left: 1rem;
      margin-right: 1rem;
    }
    .hero {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .ey {
      width: 400px;
    }
    .name,
    .title {
      font-size: 2rem;
    }
    .arrow {
      display: none;
    }
    .aboutMe {
      flex-direction: column-reverse;
      align-items: center;
      gap: 2rem;
    }
    .textContainer {
      align-items: center;
      margin: 0rem 5rem;
      gap: 1rem;
    }
    .ss,
    .s2 {
      font-size: 2rem;
    }
    
    .light {
      width: 60px;
    }
    .aboutMeImg {
      width: 400px;
    }
    .store {
      padding: 0;
    }
    .dc {
      padding: 5rem 0rem;
      gap: 3rem;
    }
    .po {
      margin-left: 1rem;
    }
    .store ul {
      flex-direction: column;
      gap: 1rem;
    }
    .ss {
      margin: 10rem 5rem;
      gap: 2rem;
    }
    .ca {
      flex-direction: column;
      gap: 1rem;
      margin-right: 0;
    }
  }

