*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    height: auto!important;
}
.container{
    display: none;
    width: 100%;
}
.section{
    position:relative;
    width: 100%;
    height: 100vh;
   overflow: hidden;
    border-bottom: 2px solid black;
}
.section img{
    position: absolute;
}
#running{
    position: absolute;
    bottom: 10%;

}

#section1-background{
    position: absolute;
    top: 0;
    width: 103%;
    height: 110%;
    scale: 1.1;
    z-index: -1;
}
.lowerPart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.lowerPart p{
    text-align: center;
    color: white;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.lowerPart button{
    padding: 10px;
    width: 60%;
    font-weight: bold;
    background-color: pink;
    border: none;
    color: white;
}

.ani {
    animation: fadeOut 3s forwards;
}

.first{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
@keyframes fadeOut {
    to {
        width: 0%;
    }
}

.msg{
    position: absolute;
    padding: 10px;
    text-align: center;
    bottom: 4.5%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.5rem;
    color: rgb(66, 66, 66);
}

#ikot, #msg2{
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#section6-1, #section6-2, #section6-3{
    /* border: 2px solid black; */
    box-shadow: 10px 10px 10px rgb(127, 127, 127);
}
#section6-1{
    top:10%;
    left:-100%;
    rotate: -10deg;
}
#section6-2{
    right: -100%;
    top: 30%;
    rotate: 10deg;
}
#section6-3{
    left: -100%;
    top: 50%;
    rotate: -10deg;
}
#section7-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    scale: 0;
    transition: all ease 200ms;
}
#section8-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    opacity: 0;
}
#section10-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgb(87, 86, 86);
}

#section11-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgb(87, 86, 86);
}
#section12-1{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgb(87, 86, 86);
}

.msg10{
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    color: rgb(248, 114, 114);
    text-align: center;
    border:1px solid red;

    width: 100%;
}