@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@200&display=swap);
body {
    font-family: Kanit, sans-serif;
    margin: 0;
    background: #000000;
    color: #ffffff;
    overflow-x: hidden;
}
body::after {
    content: "";
    background: #151925;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(325deg, #00000059 0, #00000036 100%), url(../images/bg/bg01.jpg) center center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #b75eff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d29bff;
}
.ct-content-all {
    padding-bottom: 10px;
}
@media (max-width: 600px) {
    .ct-content-all {
      padding-bottom: 30px;
    }
}
.ct-content-main {
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    padding-bottom: 30px;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .ct-content-main {
        margin-top: 0;
        border-radius: 0;
        box-shadow: 0 0 0 0 #000;
    }
}
.box-shadow {
    background: #6118c4bf;
    box-shadow: 0 0 5px #6118c4, 0 0 15px #6118c4, 0 0 25px #6118c4;
}
@media (max-width: 768px) {
    .box-shadow {
        background: #6118c496;
    }
}
.bg-modal {
    background: radial-gradient(100% 100% at 50% 0,#a460ff 0,#6118c4 44%,#6118c4 100%);
}
