* {
    margin: 0;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

#header, #content {
    display: none;
}
  

#loading {
    background-image: url('../images/PC-background-loading.jpg');
    background-repeat: no-repeat;
    background-position: center center;  
    background-size: cover;
}

.body-bg {
    background-image: url('../images/PC-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;  
    background-size: cover;

    position: fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100vh);
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-bg2 {
    background-image: url('../images/PC-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;  
    background-size: cover;
}


.body-wrapper {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    transform-origin: top left;
    transform: rotate(90deg) translateY(-100vh);
}
.body-wrapper2 {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    /* transform-origin: top left;
    transform: rotate(90deg) translateY(-100vh); */
}

input[type="file"] {
    display: none;
}
textarea {
    background-color: #edf8fe;
    color: #b8bec1;
    outline: unset!important;
}

.body-form {
    overflow-y: auto;
    overflow-x: hidden;
}


.body-form3 {
    overflow-y: unset!important;
    overflow-x: unset!important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
.mobi {
    display: none;
}
.pc {
    display: block;
}

.background {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    /* z-index: 1; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: center;
    background-image: url("../images/PC-background.jpg");
}

.border-bottom {
    border-bottom: 1px solid #606060;
}
.intro {
    /* position: absolute; */
    bottom: 2%;
    text-align: left;
    border-top: 2px solid white;
    padding-top: 10px;
    width: 25%;
    min-width: 250px;
    max-width: 300px;
    left: 12%;
}

@media only screen and (max-width: 768px) {

    .mobi {
        display: block!important;
    }

    .pc {
        display: none!important;
    }

    .body-bg {
        background-image: url('../images/PC-background.jpg');
        background-repeat: no-repeat;
        background-position: center center;  
        background-size: cover;
    
        position: unset!important;
        top: 0;
        left: 0;
        width: unset!important;
        height: unset!important;
        transform-origin: unset!important;
        transform: unset!important;
        overflow-x: unset!important;
        overflow-y: unset!important;
    }


    .body-wrapper {
        display: unset!important;
        flex-direction: unset!important;
        width: unset!important;;
        height: unset!important;
        transform-origin: unset!important;
        transform: unset!important;
    }

    textarea {
        font-size: 14px!important;
    }

    .sec1 {
        display: flex;
        width: 100%;
        height: 250px;
        position: relative;
        margin-top: 40px;
        overflow-y: hidden;
    }


    .body-form {
        overflow-y: unset!important;
        overflow-x: unset!important;
    }
    #content, #content2 {
        overflow-x: hidden!important;
        overflow: unset!important;
    }
    .filter-wrapper {
        align-items: center;
        text-align: center;
    }

    textarea {
        width: 80%;
    }
    
}

@media only screen and (max-width: 912px) {

    /* .mobi {
        display: block!important;
    }

    .pc {
        display: none!important;
    } */

    .body-bg {
        background-image: url('../images/PC-background.jpg');
        background-repeat: no-repeat;
        background-position: center center;  
        background-size: cover;
    
        position: unset!important;
        top: 0;
        left: 0;
        width: unset!important;
        height: unset!important;
        transform-origin: unset!important;
        transform: unset!important;
        overflow-x: unset!important;
        overflow-y: unset!important;
    }


    .body-wrapper {
        display: unset!important;
        flex-direction: unset!important;
        width: unset!important;;
        height: unset!important;
        transform-origin: unset!important;
        transform: unset!important;
    }

    textarea {
        font-size: 14px!important;
    }

    .sec1 {
        display: flex;
        width: 100%;
        height: 300px;
        position: relative;
        margin-top: 40px;
        overflow-y: hidden;
    }


    .body-form {
        overflow-y: auto!important;
        overflow-x: hidden!important;
    }
    #content, #content2 {
        overflow-x: hidden!important;
        overflow: unset!important;
    }
    .filter-wrapper {
        align-items: center;
        text-align: center;
    }

    textarea {
        width: 80%;
    }
    
}


.animation {
    -webkit-animation: shadowPulse 2s linear infinite;
            animation: shadowPulse 2s linear infinite;
  }
.animation1 {
    -webkit-animation: shadowPulse1 2s linear infinite;
            animation: shadowPulse1 2s linear infinite;
  }
.animation2 {
    -webkit-animation: shadowPulse2 2s linear infinite;
            animation: shadowPulse2 2s linear infinite;
  }
.animation3 {
    -webkit-animation: shadowPulse3 2s linear infinite;
            animation: shadowPulse3 2s linear infinite;
  }
.animation4 {
    -webkit-animation: shadowPulse4 2s linear infinite;
            animation: shadowPulse4 2s linear infinite;
  }

  .animation5 {
    -webkit-animation: shadowPulse5 5s linear infinite;
            animation: shadowPulse5 5s linear infinite;
  }

  .animation6 {
    -webkit-animation: shadowPulse5 4s linear infinite;
            animation: shadowPulse5 4s linear infinite;
  }

  @keyframes shadowPulse5 {
    0% {
        opacity: 1;
        /* left: 0; */
    }

    25% {
        opacity: 0.75;
        /* left: 100px; */
    }

    50% {
        opacity: 0.5;
        /* left: 150px; */
    }

    75% {
        opacity: 0.25;
        /* left: 200px; */
    }

    100% {
        opacity: 0;
        /* left: 300px; */
    }
}
@keyframes shadowPulse6 {
    0% {
        opacity: 0.75;
        /* left: -200px; */
    }

    25% {
        opacity: 0.5;
        /* left: -100px; */
    }

    50% {
        opacity: 0.25;
        /* left: 0px; */
    }

    75% {
        opacity: 0;
        /* left: 100px; */
    }

    100% {
        opacity: 1;
        /* left: 200px; */
    }
}
  @keyframes shadowPulse {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

@keyframes shadowPulse1 {
    0% {
        opacity: 0.75;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.25;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shadowPulse2 {
    0% {
        opacity: 0.5;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0.75;
    }
}


@keyframes shadowPulse3 {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes shadowPulse4 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 0.25;
    }
}