@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.webp) 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: #a5904e;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d7bf71;
}
.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: #111111bf;
    box-shadow: 0 0 5px #fff, 0 0 15px #ffd34e, 0 0 25px #ffd34e;
}
@media (max-width: 768px) {
    .box-shadow {
        background: #00000096;
    }
}
.bg-modal {
    background: radial-gradient(100% 100% at 50% 0,#3c3c3c 0,#000000 44%,#1a1a1a 100%);
    border: 2px solid #3c3c3c;
    box-shadow: 0 0 10px #3c3c3c;
}
