@font-face {
    font-family: title;
    src: url(../font/Bungee-Regular.ttf);
}
@font-face {
    font-family: title-from-caythue;
    src: url(../font/Oswald-Bold.ttf);
}
@font-face {
    font-family: text;
    src: url(../font/Comfortaa-Bold.ttf);
}

* {
    font-family: text;
}

/* Hero section */
.hero {
    height: 600px;
    background: url(../img/slider_bg.jpg) no-repeat center center/cover;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    /* Đảm bảo hero có thể chứa các pseudo-element */
}

.hero::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 50%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: #45f882;
    height: 50px;
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: #45f882;
    height: 50px;
}

.hero-content {
    max-width: 100%;
}

.hero-content span.badge {
    font-size: 1.5rem;
    /* Phóng to nhãn */
    padding: 10px 15px;
    font-family: title !important;
    color: white !important;
}

.hero-content h1 {
    font-size: 5rem;
    /* Tăng kích thước tiêu đề */
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    /* Giảm khoảng cách */
    text-shadow: -1px 5px 0 rgb(69 248 130 / .66);
    font-family: title !important;
}

.hero-content p {
    color: #ccc;
    font-size: 1.5rem;
    /* Tăng kích thước đoạn mô tả */
    margin-bottom: 20px;
}

.hero-content a {
    font-size: 1.5rem;
    /* Phóng to nút */
    padding: 10px 30px;
}

.hero-image {
    position: relative;
    text-align: center;
}

.hero-image img {
    max-width: 400px;
    /* Tăng kích thước ảnh */
    border-radius: 10px;
}

.status {
    font-size: 1.2rem;
    /* Tăng kích thước chữ "DEFEAT" */
    padding: 10px 20px;
    bottom: -15px;
    /* Đưa nhãn xuống gần hơn */
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

/* Navbar */
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.navbar-brand {
    font-size: 1.8rem;
}

.nav-link {
    font-size: 1.2rem;
    margin-left: 10px;
}

.nav-link:hover {
    color: #00ff87 !important;
}

.title_nav {
    font-family: title !important;
    color: white;
    text-shadow: -1px 5px 0 rgb(69 248 130 / .66);
}

.nav-item {
    font-family: title !important;
}

a.nav-link {
    color: white !important;
    font-family: title !important;
}

h5 {
    font-family: title !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        height: auto;
        /* Tự động điều chỉnh cho màn hình nhỏ */
        padding: 40px 20px;
        text-align: center;
    }

    .hero-content {
        margin-bottom: 20px;
    }

    .hero-content span.badge {
        font-size: 1rem;
        font-family: title !important;
    }

    .hero-content h1 {
        font-size: 3rem;
        font-family: title !important;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .hero-content a {
        font-size: 1.2rem;
    }

    .hero-image img {
        max-width: 250px;
    }

    .status {
        font-size: 1rem;
    }
}

.content_caythue {
    background-color: #0b0e13;
    min-height: 350px;
}

.dichvuhotro {
    font-size: 2rem;
    font-family: title !important;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info_dichvu {
    border: 1px solid #989b99;
    border-bottom: 5px solid #45f882;
}

.canxi {
    border-bottom: 5px solid #45f882;
}

.card>.list-group {
    border-bottom: none;
}

.hr {
    content: "";
    display: block;
    background-image: url(../img/title_shape.svg);
    width: 65px;
    height: 5px;
    margin: 20px auto 0;
    color: #0b0e13;
}

.img100_100 {
    width: 100px;
    height: 100px;
}

.content_arena {
    background-image: url(../img/area_bg01.jpg);
    background-position: top center;
    background-size: cover;
    height: 100%;
}
.content_arena_order{
    background-image: url(../img/area_bg02.jpg);
    background-position: top center;
    background-size: cover;
    height: 100%;
}
.nav-pills .nav-link.active {
    background-color: white !important;
    font-family: title !important;
    border-bottom: 5px solid #45f882;
    color: #333;
}

.nav-pills .nav-link {
    background-color: white !important;
    font-family: title !important;
    color: #333;
}

.footer {
    background-color: #121212;
    color: #fff;
    padding: 40px 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    margin-right: 15px;
    font-size: 24px;
}

.footer .newsletter input {
    max-width: 300px;
    border: none;
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

.footer .newsletter button {
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    background-color: #00d563;
    color: #fff;
}

.footer .payment-methods img {
    width: 40px;
    margin-right: 10px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.register_container{
    width: 400px;
    height: 550px;
    border: 1px solid #00d563;
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
    font-family: title !important;
}
.test_thu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_info{
    text-align: justify;
}
.from_container_caythue{
    width: 600px;
    height: 550px;
    border: 1px solid #00d563;
    background-color: #fff;
    padding: 3%;
    border-radius: 15px;
    font-family: title !important;
}
.from_container_caythue_info{
    width: 500px;
    height: 550px;
    border: 1px solid #00d563;
    background-color: #fff;
    padding: 3%;
    border-radius: 5px;
    font-family: title !important;
    overflow-y: scroll;
}
ul.dropdown-menu.show{
    background-color: #333 !important;
}
.title_from_caythue{
    font-family: title-from-caythue !important;
    font-weight: 600;
    text-transform: uppercase;
}
.title_from_caythue1{
    font-family: title-from-caythue !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.select2-container--default .select2-selection--single{
    background-color: none;
    border: 1px solid #201f1f30;
    border-radius: 4px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-selection__rendered img{
    width: 50px !important;
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
#lol_select_type{
    display: none;
}
#naraka_select_type{
    display: none;
}