.font-alt2 {
    font-family: "M PLUS 1p";
    font-size: clamp(35px, 4vw, 50px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-alt3 {
    font-family: "M PLUS 1p";
    font-size: clamp(16px, 1.8vw, 30px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.font-alt4 {
    font-family: "M PLUS 1p";
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
}

.font-alt5 {
    font-family: "M PLUS 1p";
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;

}
.font-alt6 {
    font-family: "M PLUS 1p";
    font-size: clamp(35px, 4.5vw, 80px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    padding-top: 50px;

}

.pod {

    text-align: center;
    transition: 1.8s ease-in-out;
    transform: translateY(0px);
    opacity: 0;
}

.pod.on {
    transform: translateY(50px);
    opacity: 1.0;
}
.pod2 {
    margin-top: 40px;
    text-align: center;
    transition: 1.8s ease-in-out;
    transform: translateY(0px);
    opacity: 0;
}

.pod2.on {
    transform: translateY(50px);
    opacity: 1.0;
}
.pod3 {
    margin-top: -20px;
    margin-bottom: 40px;
    text-align: center;
    transition: 1.8s ease-in-out;
    transform: translateY(0px);
    opacity: 0;
}

.pod3.on {
    transform: translateY(50px);
    opacity: 1.0;
}

.timing02 {
    transition-delay: .2s;
}
.space {
    margin-top: -50px;
    margin-bottom: 100px;
}

.img_g {
    padding: 0 30px 0 0;
    transition: 1.8s ease-in-out;
    transform: translateY(50px);
    opacity: 0;
    text-align: center;
}

.img_g.on {
    transform: translateY(0px);
    opacity: 1.0;
}
.img_w {
    margin-top: 100px;
    padding: 0 30px 0 0;
    transition: 2.8s ease-in-out;
    transform: translateY(150px);
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.img_wc {
    margin-top: -48%;
    margin-left: 100px;
    padding: 0 30px 0 0;
    transition: 2.8s ease-in-out;
    transform: translateY(0px);
    opacity: 0;
    text-align: center;
    position: absolute;
}
.img_we {
    margin-top: -30%;
    margin-left: 150px;
    padding: 0 30px 0 0;
    transition: 3.8s ease-in-out;
    transform: translateX(100px);
    opacity: 0;
    text-align: center;
    position: absolute;
    z-index: 10;
}
.img_ws {
     margin-top: 50px;
    padding: 0 30px 0 0;
    transition: 2.8s ease-in-out;
    transform: translateY(10px);
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.img_w.on {
    transform: translateY(0px);
    opacity: 1.0;
}
.img_wc.on {
    transform: translateY(100px);
    opacity: 1.0;
}
.img_we.on {
    transform: translateX(0px);
    opacity: 1.0;
}
.img_ws.on {
    transform: translateY(0px);
    opacity: 1.0;
}
.container2 {
    width: auto;
    position: relative;
    margin: 0 60px 0 60px;
}

.row2 {
    margin-right: 20px;
    margin-left: 20px;
}

.mar {
    margin-top: 10px;
}

video {
    width: 70%;
}

.module2 {
    position: relative;
    padding:40px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateY(-100%);
  }
}


@media screen and (max-width:480px) {
    video {
        width: 100%;
    }

    .img_g {
        padding: 80px 0 0 0;
        text-align: center;
    }
    .container2 {
 padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
 .img_we {
    margin-top: -50%;
    margin-left: 10px;
    padding: 0 30px 0 0;
} 
  .img_wc {
    margin-top: -115%;
    margin-left: -10px;
    padding: 0 30px 0 0;
    }
    .img_ws {
        width: 50%;
    }
    .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.order2 {
    order:2;
}
.order1 {
    order:1;
}
    .img-wrap {
        margin-top: 120px;
    }
    .pod2 {
        margin-top:20px;
        margin-bottom: 40px;
    }
}
