*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container2{
    display: none;
}

.container{
    width: 100%;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    background-image: url(Asset/Character/bg2_2.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 11%;
}

.container .character-desc{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;    
    justify-content: center;
    flex-direction: column;
    perspective: 1500px;
}

.container .character-desc .char-desc{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(-30deg);
    backdrop-filter: blur(100px);
    perspective: 1500px;
    color: white;
    margin-top: 70px;
    margin-left: 100px;
    margin-right: -32%;
    width: 100%;
    height: 70%;
}

.container .character-desc .char-desc h1{
    text-align: center;
    background: linear-gradient(to top, #f6452e, #ff9636, #ffd859, #ffd859, #ffd859);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 39px;
    font-family: "Grenze Gotisch", serif;
}

.container .character-desc .char-desc .char-detail .desc {
    text-align: justify;
    padding: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container .character-desc .char-desc .achievement{
    text-align: center;
    margin-top: 5%;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 30px;
}

.container .character-desc .char-desc .achievement h1{
    margin-bottom: -20px;
}

.container .character-desc .char-desc .achievement1,
.container .character-desc .char-desc .achievement2,
.container .character-desc .char-desc .achievement3
{
    font-family: "Grenze Gotisch", serif;
    font-size: 20px;
    margin-bottom: -20px;
}

.container .detail{
    width: 25%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
}

.container .detail .control{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 25px;
    width: 100%;
    height: 85%;
    margin-bottom: 20%;
    transform: rotateY(30deg);
    padding-top: 15px;
    backdrop-filter: blur(100px);
    margin-left: -70%;
}

.container .detail .control .tombol{
    display: flex;
    align-content: space-evenly; 
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.container .detail .control button{
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    margin-right: 15px;
    height: 90%;
}

.container .detail .control button img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.container .detail .control button:hover{
    transform: translateY(-5px);
    filter: drop-shadow(0 0 0.75rem rgb(158, 158, 158));
}

.container .imagee{
    display: flex;
    width: 20%;
    height: 90%;
    justify-content: center;
    align-items: center;
    margin-left: 2.5%;
    margin-right: 1.5%;
    margin-bottom: -1%;
}

.container .imagee img{
    width: 300px;
    height: 600px;
    filter: drop-shadow(10px 0 20px rgba(0,0,0,0.5));
    animation: gloweffect 4s infinite;
}

@keyframes gloweffect {
    0%,
    100% {
      filter: drop-shadow(0 0 0.35rem #ff9636);
    }
    25% {
      filter: drop-shadow(0 0 0.65rem #f6452e);
    }
    50% {
      filter: drop-shadow(0 0 0.85rem #ffd859 );
    }
}

@media (min-width: 1900px) and (min-height: 1582px)
{
    .container .character-desc .char-desc h1{
        font-size: 70px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 35px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 35px;
    }

    .container .imagee img{
        width: 500px;
        height: 1050px;
    }
}

@media (max-width: 1204px)
{
    .container .character-desc .char-desc h1{
        font-size: 30px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 16px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 16px;
    }

    .container .imagee img{
        width: 500px;
        height: 475px;
    }
}

@media (max-width: 1070px)
{
    .container .character-desc .char-desc h1{
        font-size: 25px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 16px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 16px;
    }

    .container .imagee img{
        width: 500px;
        height: 455px;
    }

    .container .character-desc .char-desc .achievement
    {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 920px)
{
    .container .detail .control{
        height: 65%;
    }

    .container .character-desc .char-desc h1{
        font-size: 22px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 14px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 14px;
    }

    .container .imagee img{
        width: 300px;
        height: 440px;
    }

    .container .character-desc .char-desc{
        height: 60%;
    }
}

@media (max-width: 820px)
{
    .container .detail{
        justify-content: flex-end;
        margin-right: 10px;
    }
    
    .container .imagee{
        margin-right: 0;
        margin-left: 0;
    }

    .container .detail .control{
        height: 65%;
        width: 270px;
    }

    .container .character-desc .char-desc{
        margin-left: 50px;
        height: 65%;
    }

    .container .character-desc .char-desc h1{
        font-size: 22px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 12px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 12px;
    }

    .container .imagee img{
        width: 300px;
        height: 440px;
    }
}

@media (max-width: 735px)
{
    .container .detail{
        margin-right: 0px;
    }

    .container .imagee img{
        width: 300px;
        height: 420px;
    }

    .container .character-desc .char-desc{
        border-radius: 30px;
        height: 55%;
        margin-left: 35px;
    }

    .container .detail .control{
        height: 60%;
        width: 260px;
        margin-bottom: 35%;
    }
}

@media (max-width: 690px)
{
    .container .detail .control
    {
        width: 250px;
    }
}

@media (max-width: 650px)
{
    .container .detail .control
    {
        width: 235px;
        height: 55%;
    }

    .container .character-desc .char-desc h1{
        font-size: 20px;
    }
}

@media (max-width: 610px)
{
    .container .detail .control
    {
        width: 225px;
        height: 50%;
    }

    .container .imagee img{
        width: 250px;
        height: 410px;
    }

    .container .character-desc .char-desc .char-detail .desc {
        font-size: 11px;
    }

    .container .character-desc .char-desc .achievement p{
        font-size: 11px;
    }
}

@media (max-width: 575px)
{
    .container .detail .control
    {
        width: 210px;
        height: 45%;
    }

    .container .imagee img{
        width: 190px;
        height: 410px;
    }
}

@media (max-width: 540px)
{
    .container .detail .control
    {
        width: 200px;
        height: 40%;
    }
}

@media (max-width: 515px)
{
    .container{
        display: none;
    }

    .container2{
        display: contents;
        width: 100%;
        height: 120vh;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: center;
        background-image: url(Asset/Character/bg2_2.jpg);
        background-size: cover;
        background-position: center;
        padding-bottom: 11%;
        flex-direction: column;
    }

    .container2 .section1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 90px;
    }

    .container2 .section1 .character-desc{
        width: 50%;
        height: 75%;
        display: flex;
        align-items: center;    
        justify-content: center;
        flex-direction: column;
        perspective: 1500px;
        border-radius: 30px;
        margin-left: 20px;
    }

    .container2 .section1 .character-desc .char-desc{
        display: flex;
        flex-direction: column;
        transform: rotateY(-30deg);
        backdrop-filter: blur(100px);
        perspective: 1500px;
        color: white;
        width: 100%;
        height: 100%;
        border-radius: 30px;
        margin-left: 35px;
        margin-top: 70px;
    }

    .container2 .section1 .character-desc .char-desc h1{
        text-align: center;
        background: linear-gradient(to top, #f6452e, #ff9636, #ffd859, #ffd859, #ffd859);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-family: "Grenze Gotisch", serif;
    }
    
    .container2 .section1 .character-desc .char-desc .char-detail .desc {
        text-align: justify;
        padding: 10px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 12px;
    }

    .container2 .section1 .character-desc .char-desc .achievement{
        text-align: center;
    }

    .container2 .section1 .character-desc .char-desc h1{
        font-size: 20px;
    }

    .container2 .section1 .character-desc .char-desc .achievement1,
    .container2 .section1 .character-desc .char-desc .achievement2,
    .container2 .section1 .character-desc .char-desc .achievement3
    {
        font-family: "Grenze Gotisch", serif;
        font-size: 12px;
        margin-bottom: -20px;
    }

    .container2 .detail-atas{
        width: 100%;
        height: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }

    .container2 .detail-atas .control-atas{
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-direction: row;
        border-radius: 25px;
        width: 90%;
        height: 25%;
        backdrop-filter: blur(100px);
    }

    .container2 .detail-atas .control-atas .tombol-atas{
        display: flex;
        width: 100%;
    }

    .container2 .detail-atas .control-atas button{
        color: #fff;
        font-size: 12px;
        border-radius: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 100%;
        margin-right: 10px;
        height: 15%;
    }

    .container2 .detail-atas .control-atas button img{
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }

    .container2 .detail-atas .control-atas button:hover{
        transform: translateY(-5px);
        filter: drop-shadow(0 0 0.75rem rgb(158, 158, 158));
    }
    
    .container2 .section1 .imagee{
        display: flex;
        width: 20%;
        height: 90%;
        justify-content: center;
        align-items: center;
        margin-left: 2.5%;
        margin-right: 1.5%;
    }
    
    .container2 .section1 .imagee img{
        width: 500px;
        height: 420px;
        filter: drop-shadow(10px 0 20px rgba(0,0,0,0.5));
        animation: gloweffect 4s infinite;
    }
}

@media (max-width: 468px)
{
    .container2 .section1 .imagee img{
        width: 300px;
        height: 400px;
    }

    .container2 .section1{
        margin-bottom: 80px;
    }

    .container2 .section1 .character-desc .char-desc h1{
        font-size: 22px;
    }

    .container2 .section1 .character-desc .char-desc .char-detail .desc {
        font-size: 10px;
    }

    .container2 .section1 .character-desc .char-desc .achievement p{
        font-size: 10px;
    }

    .container2 .section1 .character-desc{
        height: 85%;
    }
}

@media (max-width: 380px)
{
    .container2 .section1 .imagee img{
        width: 175px;
        height: 380px;
    }

    .container2 .section1 .character-desc .char-desc h1{
        font-size: 20px;
    }

    .container2 .section1 .character-desc .char-desc .char-detail .desc {
        font-size: 9px;
    }

    .container2 .section1 .character-desc .char-desc .achievement p{
        font-size: 9px;
    }

    .container2 .section1 .character-desc{
        height: 80%;
    }
}

@media (max-width: 334px)
{
    .container2 .section1 .imagee img{
        width: 150px;
        height: 340px;
    }

    .container2 .section1 .character-desc .char-desc h1{
        font-size: 18px;
    }

    .container2 .section1{
        margin-bottom: 50px;
    }
}

@media (max-width: 285px)
{
    .container2 .section1 .character-desc .char-desc h1{
        font-size: 16px;
    }

    .container2 .section1 .character-desc .char-desc .char-detail .desc {
        font-size: 8px;
    }

    .container2 .section1 .character-desc .char-desc .achievement p{
        font-size: 8px;
    }

    .container2 .section1 .character-desc{
        height: 72%;
    }

    .container2 .section1 .imagee img{
        width: 130px;
        height: 300px;
    }

    .container2 .section1{
        margin-bottom: 20px;
    }
}