@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;700&display=swap");

@font-face {
    font-family: "fc-friday";
    src: url("../fonts/FC-Friday/FC-Friday-Medium.ttf");
}

@font-face {
    font-family: "fc-friday-Italic";
    src: url("../fonts/FC-Friday/FC-Friday-Medium-Italic.ttf");
}


html {
    scroll-behavior: smooth;
}

body {
    /* background-image: url("../images/bg.png"); */
    background-repeat: repeat-x;
    background-position: top;
    background-size: cover;
    background-color: #C4EDFF;
    font-family: "Kanit", sans-serif;
}

/* ==== code for cuttom css ==== */

li {}

.font-nev {
    font-size: 1rem;
    /* font-family: "fc-friday";
    src: url("../fonts/FC-Friday/FC-Friday-Medium.ttf"); */
    color: white;
}

.font-nev:hover {
    color: white;
}

.head-bg {
    background-image: url('../images/bg01.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-t1 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Prompt";
    src: url("../fonts/Prompt/Prompt-Medium.ttf");
}

.text-t2 {
    font-size: 1.2rem;
    font-family: "Prompt";
    src: url("../fonts/Prompt/Prompt-Medium.ttf");
}

.hr-1 {
    background-color: white;
    height: 1px;
    margin: 0 2rem 0 2rem;
}

.btn-register {
    background-image: url("../images/btn_register.png");
    color: white;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 135px;
    height: 40px;
    align-content: center;
    font-size: 1rem;
    font-weight: bold;
}

.btn-login {
    background-image: url("../images/btn_login.png");
    color: white;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 135px;
    height: 40px;
    align-content: center;
    font-size: 1rem;
    font-weight: bold;
}


.text-t3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "TypoGraphica";
    src: url("../fonts/TypoGraphica/TypoGraphica.ttf");
}

.text-t4 {
    font-size: 1.2rem;
    font-family: "Prompt";
    src: url("../fonts/Prompt/Prompt-Medium.ttf");
}

.text-t5 {
    font-size: 1rem;
    font-family: "Prompt";
    src: url("../fonts/Prompt/Prompt-Medium.ttf");
}

.text-t6 {
    font-size: 0.75rem;
    font-family: "Prompt";
    src: url("../fonts/Prompt/Prompt-Medium.ttf");
    text-shadow: 0px 0px 10px #3D00E2;
}

.foot-bg {
    background-image: url('../images/bg02.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-girl {
    background: #04A9F6;
    background: linear-gradient(180deg, rgba(4, 169, 246, 0.6) 0%, rgba(1, 113, 239, 0.6) 50%, rgba(1, 63, 233, 0.6) 100%);
    border-radius: 1.25rem;
    padding: 1rem;
}

.bg-banner-game {
    background-image: url('../images/bg_banner_game_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1rem;
}

.bg-game-3 {
    background: #04A9F6;
    background: linear-gradient(180deg, rgba(4, 169, 246, 1) 0%, rgba(1, 113, 239, 1) 50%, rgba(1, 63, 233, 1) 100%);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 0;
}

.bg-casino-girl{
    background: #04A9F6;
    background: linear-gradient(180deg, rgba(4, 169, 246, 1) 0%, rgba(1, 113, 239, 1) 50%, rgba(1, 63, 233, 1) 100%);
}

/* ==== end cuttom css ==== */

/* === code for mobile-nav ===*/
#mobile-nav {
    position: fixed;
    min-height: 80px;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    padding-bottom: 0;
    padding-top: 0;
    background: rgb(103, 24, 196);
    background: linear-gradient(180deg, rgba(103, 24, 196, 1) 0%, rgba(45, 7, 106, 1) 50%, rgba(21, 0, 54, 1) 100%);
    z-index: 3;
    /* border-top: 3px solid #842029; */
}

#mobile-nav a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

#mobile-nav a div {
    font-size: 0.8rem;
}

#mobile-nav img {
    max-width: 110px;
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 30%;
}

#nav-top-mobile {
    background-color: rgba(0, 0, 0, 0.7);
}

#nav-top-mobile .offcanvas-header {
    border-bottom: 3px solid #52059f;
}

#nav-bottom-mobile {
    background: #C4EDFF;
    background: linear-gradient(180deg, #C4EDFF 0%, #40BDFF 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    min-height: 70px;
    max-height: 85px;
    border-radius: 1rem 1rem 0 0;
    z-index: 5;
    padding: 3px;
    border-top: 4px solid #0171EF;
}

#nav-bottom-mobile .bg-alpa {
    background: #FFFFFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.49) 100%);
    padding: 3px;
    border-radius: 1rem 1rem 0 0;
}

#nav-bottom-mobile .menu {
    color: #ffffff;
    font-family: "prompt";
    max-width: 90px;
}

#nav-bottom-mobile .menu .icon {
    font-size: 1.25rem;
}

#nav-bottom-mobile .menu-center {
    margin-top: -25px;
}

/* === end code for mobile-nav ===*/

/* ===== contact-box code css ===== */
.contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 9;
    max-width: 75px;
    /* min-height: 75px; */
    background: rgb(123, 24, 196);
    background: linear-gradient(180deg, rgba(123, 24, 196, 1) 0%, rgba(45, 7, 106, 1) 50%, rgba(0, 0, 82, 1) 100%);
    border: 4px solid #fcfcfc;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 2px rgb(123 24 196 / 70%);
}

/*===== modal-box code css =====*/
.modal-box {
    background: rgb(123, 24, 196);
    background: linear-gradient(180deg, rgba(123, 24, 196, 1) 0%, rgba(45, 7, 106, 1) 50%, rgba(0, 0, 82, 1) 100%);
    color: #fcfcfc;
    border: 4px solid #fcfcfc;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 2px rgb(123 24 196 / 70%);
}

/* ==== code for contact-us ==== */
.contact-box-2 {
    border: 2px solid #49b618;
    background-color: #000000;
    color: #49b618;
}

.btn-line {
    background-color: #06c755;
    border: 2px solid #06c755;
    color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    min-width: 130px;
    margin-right: 0.5rem;
}

.btn-line:hover {
    border: 2px solid #0f8d59;
    background-color: #0f8d59;
    color: #ffffff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    min-width: 130px;
    margin-right: 0.5rem;
}

/* ===== End contact-us CSS ===== */

/* ==== code for animation ==== */
.border-line {
    position: relative;
    height: 25rem;
    width: 20rem;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
}

.text {
    text-decoration: none;
    z-index: 10;
    font-size: 100px;
    font-family: system-ui;
    font-weight: bold;
    color: white;
    position: absolute;
}

.border-line::before {
    content: "";
    height: 40rem;
    width: 20rem;
    background: linear-gradient(90deg, red, blue);
    position: absolute;
    z-index: 1;
    animation: myAnim 2s linear 0s infinite reverse none;

}

@keyframes myAnim {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.logo_animation {
    position: relative;
    margin: 300px auto 0;
    width: 500px;
    height: 250px;
    background: linear-gradient(0deg, #000, #272727);
}

.logo_animation:before,
.logo_animation:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg,
            #ffe002,
            #ffe002,
            #1c1c1c,
            #1c1c1c,
            #ffe002,
            #ffe002,
            #1c1c1c,
            #1c1c1c,
            #ffe002,
            #ffe002);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: steam 15s linear infinite;
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.logo_animation:after {
    filter: blur(10px);
}

/* ===== End animation CSS ===== */


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #04A9F6 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #04A9F6;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

/* ===== End Scrollbar CSS ===== */

.font-fc-friday {
    font-family: "fc-friday";
}

.font-fc-friday-l {
    font-family: "fc-friday-Italic";
}

@media (min-width: 768px) {
    .font-nev {
        margin-top: 1.75rem;
    }

    .head-bg {
        background-image: url('../images/bg03.png');
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .foot-bg {
        background-image: url('../images/bg04.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bg-btn-blue {
        background: #04A9F6;
        background: linear-gradient(180deg, rgba(4, 169, 246, 1) 0%, rgba(1, 113, 239, 1) 50%, rgba(1, 63, 233, 1) 100%);
        border-radius: 2rem;
        padding: 0.3rem 0.5rem;
        font-size: 1rem;
        color: white;
        font-family: "Prompt";
        src: url("../fonts/Prompt/Prompt-Medium.ttf");
        width: 130px;
        text-align: center;
        margin: 0 5px;
    }

    .bg-btn-blue .font-nev {
        background: #FFFFFF;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.49) 100%);
        padding: 3px;
        border-radius: 1rem 1rem 0 0;
        width: 115px;
        display: inline-block;
        margin-top: 0;
    }

    .btn-register {
        width: 155px;
        height: 45px;
        font-size: 1.2rem;
    }

    .btn-login {
        width: 155px;
        height: 45px;
        font-size: 1.2rem;

    }

    .bg-banner-game {
        background-image: url('../images/bg_banner_game.png');
        padding: 1.2rem;
        background-size: 100% 100%;
    }

    .bg-game-3 {
        background: #04A9F6;
        background: linear-gradient(180deg, rgba(4, 169, 246, 1) 0%, rgba(1, 113, 239, 1) 50%, rgba(1, 63, 233, 1) 100%);
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 3rem;
    }



}

@media (min-width: 1024px) {
    .text-t1 {
        font-size: 3rem;
    }

    .text-t2 {
        font-size: 1.5rem;
    }

    .hr-1 {
        background-color: white;
        height: 1px;
        margin: 0 3rem 0 3rem;
    }

    .text-t3 {
        font-size: 4rem;
    }

    .text-t4 {
        font-size: 2rem;
    }

    .text-t5 {
        font-size: 1.2rem;
    }

    .text-t6 {
        font-size: 1rem;
    }

    .btn-register {

        width: 200px;
        height: 60px;
        font-size: 1.5rem;


    }

    .btn-login {
        width: 200px;
        height: 60px;
        font-size: 1.5rem;

    }

     .bg-banner-game {
        background-image: url('../images/bg_banner_game.png');
        padding: 1.2rem;
        background-size: contain;
    }

}

@media (min-width: 1440px) {
    body {
        zoom: 120%;
    }
}
