* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    background-size: cover;
    background-position: center;
    background-image: url(./images/imgi_22_paper_mobile.jpg);
    background-repeat: no-repeat;
}
.sct1  i{
    padding-left: 100px;
    padding-top: 50px;
    font-size: 2.5em;
    color: #200401;
}
.sct1 h1{
    font-family: "Finger Paint", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #FF1FB7;
    position: absolute;
    z-index: 1000;
    top: 20px;
    transform: skew(-25deg);
    left: 430px;
    font-size: 6.5em;
}
.sct1 h1  span{
    color: #FF0328;
}
/* section2 */
.sct2-hero{
    position: relative;
}
.img-hero{
    width: 1180px;
    position: absolute;
    top: -88px;
    left: 40px;
}
.img-hero2{
    width: 350px;
    object-fit: contain;
    position: absolute;
    top: 48px;
    left: 470px;
}
/* section3 */
.thunder{
   position: absolute;
   z-index: 1000;
   left: 1150px;
   top: 570px;
   width: 30px;
}
.thunder:hover{
   animation:  solid 0.19s alternate-reverse;
   animation-iteration-count: calc(3);
}

@keyframes solid {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(-0.5rem);
    }

    100% {
        transform: translateY(0%);
    }
}
marquee{
    position: absolute;
    font-size: 1em;
    font-weight: 400;
    top: 670px;
    font-family: "Finger Paint", sans-serif;
  font-style: italic;
  color: #FF0328;
}
marquee span{
    color: #FF1FB7;
}
@media (max-width: 500px) {
    body{
    background-size: cover;
    background-position: center;
    background-image: url(./images/imgi_22_paper_mobile.jpg);
    background-repeat: repeat;
}
    .sct1{
        width: auto;
    }
    .sct1 i{
        width: auto;
        padding-left: 20px;
    }
    .sct1 h1{
    width: auto;
    font-weight: 550;
    z-index: 1000;
    top: 40px;
    transform: skew(-25deg);
    left: 110px;
    font-size: 2.8em;
}
/* section2 */
.sct2-hero{
position: relative;
}
.img-hero{
    width: 390px;
    object-fit: contain;
    position: absolute;
    top: 130px;
    left: -10px;
}
.img-hero2{
    width: 140px;
    object-fit: contain;
    position: absolute;
    top: 190px;
    left: 120px;
}
.thunder{
   position: absolute;
   z-index: 1000;
   left: 310px;
   top: 570px;
   width: 30px;
}
    

}
