* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Varela Round', sans-serif;
    background: url("../imgmain/body.webp") center center/cover no-repeat;
    min-height: 100vh;
    color:#F4F4F6;
    line-height: 1.6;
    background-attachment: fixed;
    position: relative;
}

body::before{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    text-align: center;
}

.header-logo img {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1
    );
}

.main-content {
    padding-top: 75px;
    position: relative;
    z-index: 3;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay::before {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}

.slider_bg_1 {
    background: transparent;
}

.slider_area {
    min-height: calc(100vh - 75px);
    display: table;
    width: 100%;
}

.slider_area .container {
    display: table-cell;
    vertical-align: middle;
    padding: 60px 20px;
}

.col-xl-12,
.col-md-12 {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.slider_text {
    background: rgba(255,255,255, 0.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 60px 50px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    max-width: 850px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.slider_text h3 {
    color: #FFF;
    font-family: 'Varela Round', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.slider_text p {
    font-size: 17px;
    font-weight: 400;
    color: #E6E6E9;
    margin-bottom: 24px;
    margin-top: 15px;
    line-height: 1.8;
}

.boxed-btn3-white {
    color: #fff;
    display: inline-block;
    padding: 14px 30px;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 2px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}

.boxed-btn3-white:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
}

.ranking-area {
    padding: 60px 20px;
}

.ranking-container {
    max-width: 1000px;
    margin: 0 auto;
}

.ranking-item {
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    padding: 25px 30px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    position: relative;
}

.ranking-position {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    font-size: 28px;
    font-weight: 700;
    color: #9999A1;
    font-family: 'Varela Round', sans-serif;
}

.ranking-logo {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    padding-right: 25px;
}

.ranking-logo img {
    max-width: 80px;
    height: auto;
    border-radius: 8px;
}

.ranking-info {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.ranking-name {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px 0;
}

.ranking-desc {
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    color: #9999A1;
    margin: 0;
    line-height: 1.5;
}

.ranking-bonus {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #E6E6E9;
    background: rgba(255,255,255,0.08);
    padding: 12px 18px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.1);
}

.ranking-rating {
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    text-align: center;
    color: #F4D03F;
    font-size: 14px;
    letter-spacing: -1px;
}

.ranking-rating span {
    display: block;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px;
    letter-spacing: 0;
}

.ranking-btn {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s;
}

.ranking-btn:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.4);
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-section .row {
    display: block;
}

.ftco-section .d-flex {
    display: block;
}

.ftco-section .col-md-5 {
    display: none;
}

.ftco-section .col-md-7 {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.ftco-section .py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ftco-section .pr-md-4 {
    padding-right: 1.5rem;
}

.heading-section .subheading {
    font-size: 14px;
    color: #9999A1;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: 'Varela Round', sans-serif;
}

.heading-section .mb-4 {
    margin-bottom: 1.5rem;
}

.ftco-section p {
    font-size: 16px;
    color: #E6E6E9;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: 'Varela Round', sans-serif;
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-2 {
    height: 100%;
}

.btn.btn-primary {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s;
}

.btn.btn-primary.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.btn.btn-primary.py-3 {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.btn.btn-primary:hover {
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.intro-section {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.spad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.intro-section .row {
    display: block;
}

.intro-section .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.intro-section img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.about-text {
    padding-left: 30px;
}

.about-text h3 {
    margin-bottom: 25px;
    font-family: 'Varela Round', sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.about-text p {
    margin-bottom: 25px;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    color: #E6E6E9;
    line-height: 1.8;
}

.readmore-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #E6E6E9;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    line-height: 1;
    text-decoration: none;
    padding-bottom: 5px;
    transition: all 0.3s;
}

.readmore-btn:hover {
    color: #fff;
    border-bottom-color: #fff;
}

.site-section {
    padding: 3em 0;
}

.site-section .row {
    display: block;
}

.site-section .mb-5 {
    margin-bottom: 3rem;
}

.site-section .col-12 {
    width: 100%;
    padding: 0 15px;
}

.site-section .col-md-7 {
    width: 58.333%;
    margin: 0 auto;
    padding: 0 15px;
}

.site-section .text-center {
    text-align: center;
}

.site-section .display-4 {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.site-section > .container > .row > .col-md-7 > p {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color:#E6E6E9;
}

.text-section {
    padding: 5em 0;
    background: transparent;
}

.text-section .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-section .row {
    display: block;
}

.text-section .justify-content-center {
    text-align: center;
}

.text-section .col-md-8 {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.text-section h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.5em;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
}

.text-section .col-md-8 {
    display: block;
}

.text-section .col-md-8::after {
    content: "";
    display: table;
    clear: both;
}

.text-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: #E6E6E9;
    margin-bottom: 1.5em;
    font-family: 'Varela Round', sans-serif;
    text-align: left;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 25px 30px;
    font-style: italic;
    width: 31.333%;
    float: left;
    margin-right: 3%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.text-section p:last-child {
    margin-right: 0;
}

.p_120 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.col-lg-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.col-md-6 { padding: 0 15px; }
.col-sm-6 { padding: 0 15px; }

.footer_area {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1
    );
}

.footer_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.single-footer-widget p {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.7;
}

.single-footer-widget p a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.single-footer-widget p a:hover {
    color: #ffffff;
}

.l_blog_item a {
    text-decoration: none;
}

.l_blog_item h5 {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    font-weight: 400;
}

.l_blog_item h5:hover {
    color: #fff;
}

.l_blog_item + .l_blog_item {
    margin-top: 18px;
}

.responsible-section {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
}

.responsible-text {
    margin-bottom: 25px;
}

.age-badge {
    display: inline-block;
    background: #E6E6E9;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 18px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.responsible-text p {
    color: #E6E6E9;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.regulator-logos {
    display: block;
    text-align: center;
}

.regulator-logos a {
    display: inline-block;
    margin: 8px 12px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.regulator-logos a:hover {
    opacity: 1;
}

.regulator-logos img {
    height: 60px;
    width: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    margin-top: 40px;
    text-align: center;
}

.footer-text {
    color: #999;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .col-lg-3 {
        width: 50%;
        margin-bottom: 35px;
    }

    .slider_text {
        padding: 50px 40px;
    }

    .slider_text h3 {
        font-size: 32px;
    }

    .text-section p {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .text-section p:nth-child(3) {
        margin-right: 4%;
    }

    .text-section p:nth-child(2n+1) {
        clear: left;
    }

    .text-section p:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .ranking-item {
        display: block;
        text-align: center;
        padding: 30px 25px;
    }

    .ranking-position {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .ranking-logo {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .ranking-logo img {
        max-width: 90px;
    }

    .ranking-info {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }

    .ranking-bonus {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .ranking-rating {
        display: block;
        width: 100%;
        margin-bottom: 18px;
    }

    .ranking-btn {
        display: inline-block;
        width: auto;
        padding: 14px 35px;
    }
}

@media (max-width: 768px) {
    .header-logo img {
        height: 38px;
    }

    .main-content {
        padding-top: 68px;
    }

    .slider_area {
        min-height: auto;
        display: block;
    }

    .slider_area .container {
        display: block;
        padding: 50px 15px;
    }

    .slider_text {
        padding: 35px 25px;
    }

    .slider_text h3 {
        font-size: 26px;
    }

    .slider_text p {
        font-size: 15px;
    }

    .col-lg-3,
    .col-md-6 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .p_120 {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .responsible-section {
        padding: 25px 20px;
    }

    .regulator-logos a {
        margin: 6px 8px;
    }

    .regulator-logos img {
        height: 28px;
    }

    .ftco-section {
        padding: 4em 0;
    }

    .heading-section h2 {
        font-size: 26px;
    }

    .ftco-section .col-md-7 {
        padding: 40px 0;
    }

    .intro-section .col-lg-6 {
        width: 100%;
        float: none;
    }

    .about-text {
        margin-top: 35px;
        padding-left: 0;
    }

    .about-text h3 {
        font-size: 24px;
    }

    .spad {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .site-section .display-4 {
        font-size: 1.8rem;
    }

    .site-section .col-md-7 {
        width: 100%;
    }

    .text-section {
        padding: 3em 0;
    }

    .text-section h2 {
        font-size: 1.5rem;
    }

    .text-section .col-md-8 {
        width: 100%;
    }

    .text-section p {
        width: 100%;
        float: none;
        margin-right: 0;
        padding: 20px;
        font-size: 0.95rem;
    }
}

@media(max-width:480px){
    .header-logo img {
        height: 32px;
    }

    .slider_text h3 {
        font-size: 22px;
    }

    .slider_text p {
        font-size: 14px;
    }

    .slider_text {
        padding: 28px 18px;
    }

    .boxed-btn3-white {
        padding: 12px 24px;
        font-size: 13px;
        width: 100%;
    }

    .age-badge {
        font-size: 16px;
        padding: 6px 14px;
    }

    .responsible-text p {
        font-size: 13px;
    }

    .regulator-logos img {
        height: 24px;
    }

    .footer_title {
        font-size: 16px;
    }

    .ranking-area {
        padding: 40px 15px;
    }

    .ranking-item {
        padding: 25px 20px;
    }

    .ranking-name {
        font-size: 18px;
    }

    .ranking-bonus {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.page-content {
    padding: 60px 0 80px;
    min-height: calc(100vh - 400px);
}

.page-content h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Varela Round', sans-serif;
    line-height: 1.3;
}

.page-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family:'Varela Round', sans-serif;
    line-height: 1.4;
}

.page-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #E6E6E9;
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: 'Varela Round', sans-serif;
}

.page-content p {
    font-size: 16px;
    color: #E6E6E9;
    line-height: 1.85;
    margin-bottom: 18px;
    font-family: 'Varela Round', sans-serif;
}

.page-content .container {
    max-width: 800px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 50px 60px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

@media (max-width:768px) {
    .page-content {
        padding: 40px 0 60px;
    }

    .page-content .container {
        padding: 35px 25px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .page-content h1 {
        font-size: 28px;
        margin-bottom:25px;
    }

    .page-content h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .page-content h3 {
        font-size: 18px;
    }

    .page-content p {
        font-size: 15px;
        line-height: 1.75;
    }
}

@media(max-width: 480px){
    .page-content .container{
        padding: 28px 20px;
    }

    .page-content h1{
        font-size: 24px;
    }

    .page-content h2{
        font-size: 20px;
    }

    .page-content p{
        font-size: 14px;
    }
}

.age-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-popup-overlay.hidden {
    display: none;
}

.age-popup-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 50px 40px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.age-popup-icon {
    display: inline-block;
    background: #E6E6E9;
    color: #000;
    font-family: 'Varela Round', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.age-popup-title {
    font-family: 'Varela Round', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.age-popup-text {
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    color: #E6E6E9;
    line-height: 1.7;
    margin-bottom: 30px;
}

.age-popup-btn {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.age-popup-btn:hover {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.4);
}

@media (max-width: 480px) {
    .age-popup-box {
        padding: 40px 25px;
    }

    .age-popup-icon {
        font-size: 28px;
        padding: 15px 25px;
    }

    .age-popup-title {
        font-size: 22px;
    }

    .age-popup-text {
        font-size: 14px;
    }

    .age-popup-btn {
        font-size: 14px;
        padding: 14px 30px;
    }
}