@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html,
body {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}
* {
    box-sizing: border-box;
}



a {
    cursor: pointer;
}

.icon-tele {
    z-index: 9999;
    font-size: 2rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: at-ripple-blue 1s linear infinite;
}

.popover-body {
    font-size: 1.6rem;
    font-weight: 600;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 24px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    background-color: #555;
    border: 1px solid #FF9300;
}

#myBtn img {
    width: 30px;
}

#myBtn:hover {
    background-color: #ff492a;
}

@keyframes at-ripple-blue {
    0% {
        box-shadow: 0 4px 10px rgba(111, 155, 180, 0.774),
            0 0 0 0 rgba(72, 126, 161, 0.644), 0 0 0 5px rgba(42, 94, 161, 0.788),
            0 0 0 10px rgba(47, 120, 153, 0.719);
    }

    100% {
        box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192),
            0 0 0 5px rgba(80, 157, 219, 0.274), 0 0 0 10px hsla(202, 75%, 71%, 0.205),
            0 0 0 20px rgba(107, 203, 241, 0.192);
    }
}

.section-real {
    padding: 4rem 0 0;
    background-color: #444444;
}

.section-real a {
    display: block;
}

.section-real .box {
    background: linear-gradient(60deg,
            hsl(224, 85%, 66%),
            hsl(269, 85%, 66%),
            hsl(314, 85%, 66%),
            hsl(359, 85%, 66%),
            hsl(44, 85%, 66%),
            hsl(89, 85%, 66%),
            hsl(134, 85%, 66%),
            hsl(179, 85%, 66%));
    padding: 5px;
    border-radius: 12px;
}

.title-real {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: bold;
    text-align: center;
    background-color: #444444;
    height: 100%;
    padding: 2rem 0;
    border-radius: 12px;
}

.nhapnhay {
    font-weight: bold;
    animation: my 700ms infinite;
}

@keyframes my {
    0% {
        color: #ff5c0b;
    }

    50% {
        color: #ff9d00;
    }

    100% {
        color: #ff5c0b;
    }
}


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

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-logo {
    width: 125px;
}

.section-header {
    background-color: #444444;
}

.section-header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    gap: 2rem;
}

.group-btn a {
  font-size: 1.8rem;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.section-header .btn-singin {
    background-color: #FF9300;
}

.section-header .btn-singup {
    background-color: #FF492A;
    margin-left: 2rem;
}

.menu-item a {
    color: #D9D9D9;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-item a:hover {
    color: #FF9300;
}

.swiper {
    --swiper-navigation-size: 22px;
    --swiper-navigation-color: #FF9300;
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff17;
    border: 1px solid #FF9300;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-banner {
    position: relative;

}

.content-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1212;
    background: rgba(27, 24, 20, 0.3);
    padding: 2rem 0 0;
}

.title-content-banner {
    font-size: 2rem;
    font-weight: 600;
    color: #FFFFFF;
}

.sub-content-banner {
    font-size: 2rem;
    color: #FFFFFF;
    padding: 1rem 0;
}

.box-content-banner {
    padding: 0px 18rem;
}

.content-banner .group-btn a {
    padding: 1.5rem 2rem;
    margin-top: 1rem;
}

.content-banner .group-btn .btn-singin {
    background-color: #FF9300;
    margin-left: 2rem;
}

.content-banner .group-btn .btn-singup {
    background-color: #FF492A;
}

.section-video {
    background-color: #444444;
    padding: 6rem 0;
}

.section-benefit {
    background-color: #444444;

}

.title-benefit,
.title-earn-bilions,
.title-highlight,
.title-contact {
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.title-rewards {
    line-height: 6rem;
    font-size: 4.5rem;
    text-align: center;
}

.box-benefit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    gap: 2rem;
}

.item-benefit {
    width: 25%;
}

.item-benefit .head-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-benefit .head-title span {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    margin-left: 2rem;
}

.img-icon {
    width: 55px;
}

.item-benefit .content {
    /*margin: 2rem;*/
    /*padding: 2rem;*/
    /*color: #ffffff;*/
    /*font-size: 1.8rem;*/
    /*line-height: 2.5rem;*/

    /*background: radial-gradient(50% 50% at 50% 50%, rgba(248, 174, 75, 0.15) 0%, rgba(134, 87, 25, 0.15) 95.83%);*/
    /*border: 2px solid rgba(255, 255, 255, 0.5);*/
    /*box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 6px;*/
    /*height: 160px;*/
    margin: 1rem;
    padding: 1rem;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(248, 174, 75, 0.15) 0%, rgba(134, 87, 25, 0.15) 95.83%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 160px;
}

.item-benefit .content p {
    text-align: justify;
}

.section-earn-bilions {
    background-color: #444444;
    padding-top: 4rem;
}

.section-earn-bilions .subtitle {
    color: #ffffff;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.2rem;
}

.box-earn-bilions {
    width: 80%;
    margin: 0 auto;
}

.icon-arrow {
    transform: rotate(180deg)
}

.accordion {
    background: rgba(106, 89, 66, 0.15);
    color: #D9D9D9;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2.5rem;
    transition: 0.4s;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;

    margin-top: 2rem;
}

.accordion .title {
    width: 100%;
}

.active,
.accordion:hover {
    background: rgba(106, 89, 66, 0.15);
}

.panel {
    padding: 2rem;
    display: none;
    overflow: hidden;
    background: rgba(106, 89, 66, 0.15);
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2.5rem;
    transition: all 1s ease-in-out;
}

.panel a {
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
}

.section-hh {
    background-color: #444444;
    padding: 5rem 0 3rem
}

.box-hh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.head-hh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-hh span {
    font-size: 6rem;
    font-weight: bold;
    background: linear-gradient(180deg, #F8AE4B 0%, #FCDCA7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.item-hh {
    background: radial-gradient(50% 50% at 50% 50%, rgba(248, 174, 75, 0.15) 0%, rgba(134, 87, 25, 0.15) 99.48%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 3rem 1rem;
    text-align: center;
}

.item-hh .title-content {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.item-hh ul li {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 1rem;
}

.item-hh .btn-reg {
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 98.44%);
    border-radius: 26px;
    font-size: 2rem;
    color: #533308;
    font-weight: 600;
    padding: 1rem 2rem;
    margin-top: 2rem;
}

.box-formula {
    margin-top: 2rem;
    color: #ffffff;
}

.box-formula p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.box-formula .title-formula {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.btn-see-details {
    text-align: center;
    margin-top: 3rem;
}

.btn-see-details a:hover {
    color: #533308;
}

.btn-see-detail {
    background: linear-gradient(180deg, #F8AE4B 0%, #FCDCA7 100%);
    border-radius: 36px;
    color: #533308;
    font-size: 2rem;
    padding: 1.5rem 3rem;
}

.section-rewards {
    background-color: #444444;
}

.subtitle {
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
}

.table {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    background: radial-gradient(50% 50% at 50% 50%, rgba(248, 174, 75, 0.2) 0%, rgba(83, 51, 8, 0.2) 100%);
}

table,
th,
td {
    border: 1px solid #CAB9A5;
    border-collapse: collapse;
}

th,
td {
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

table {
    width: 100%;

}

.table th {
    background: linear-gradient(180deg, #F8AE4B 0%, #FCDCA7 96.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 1.5rem;
    font-weight: bold;
}

.mt-2 {
    margin-top: 2rem;
}

.section-rewards p {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #ffffff;
}

.section-highlight {
    background-color: #444444;
    padding: 4rem 0;
}

.box-highlight {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 2rem;
}

.box-highlight .icon-img {
    width: 50px;
    gap: 10rem;
}

.item-highlight {
    padding: 2rem;
}

.head-highlight span {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    margin-left: 2rem;
}

.item-highlight p {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 2.5rem;
    padding: 0 3rem;
    text-align: justify;
}

.head-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-doitac{
    background: linear-gradient(252deg, #707882 0%, #323337 100%);
}
.doitac-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-doitac-top{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 15px;
}
.section-doitac-top .images-doitac{
    display: flex;
}
.section-doitac-top .text{
    width: 40%;
}
.section-doitac-top .text p{
    font-size: 24px;
}
.section-doitac-top .text span{
    font-size: 20px;
    margin: 0;
}
.section-doitac-top img{
    margin: 0 25px 0 10px;
    overflow: clip;
    vertical-align: middle;
}
.section-doitac-top .virareal{
    width: 40%;
}
.section-doitac-top .vip{
    padding-left: 25px;
    margin: 0;
    border-left: 1px solid #FEAD00;
}
.section-doitac-bot{
    padding: 15px 0 15px 0;
}

.section-contact {
    background-color: #1d1d1d;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
}

.section-contact .container {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.box-content .menu-contact{
    width: 100%;
    padding-bottom: 1.5rem;
}
.box-content .menu-contact ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-content .menu-contact ul .boder{
    border-right: 1px solid #ffffff;
}
.box-content .menu-contact ul li{
    padding-right: 2.5rem;
}
.box-content .menu-contact ul li a{
    font-size: 1rem;

}
ul li a{
    color: white;
}
ul li a:hover{
    color: #fbc67a;
}
/****/
.box-content .menu-mid{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1.5rem;
}
.box-content .menu-mid .menu-mid-left{
    display: flex;
    justify-content: space-between;
    width: 60%;
}
.menu-mid-left .menu-content p{
    color: #ffffff;
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
}
.menu-mid-left .menu-content ul li{
    line-height: 2rem;
}

/****/
.box-content .lienhe{
    width: 100%;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #ffffff;
}
.box-content .lienhe p{
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
}
.box-content .lienhe .lienhe-ct{
    display: flex;
    justify-content: space-between;
}
.box-content .lienhe .lienhe-ct span{
    color: #ffffff;
    font-size: 1rem;
}
.lienhe-ct  .mxh{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/****/
.box-content .bank{
    padding: 1rem 0 1rem 0;
    width: 100%;
}
.box-content .footer-text{
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 1rem 0 1rem 0;
}
.box-content .footer-bottom{
    padding: 1rem 0 1rem 0;
}
.section-doitac-top .okvipwin{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-notification {
    height: 45px;
    background: linear-gradient(180deg, #FF9300, #FF9300, #FF9300);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-notification i {
    font-size: 2rem;
    color: #ffffff;
    padding: 1rem;
}

.section-notification marquee {
    font-size: 1.2rem;
    height: 100%;
    align-items: center;
    display: flex;
    color: #ffffff;
}
/****/
.section-contact input[type=text],
.section-contact input[type=password] {
    width: 100%;
    padding: .5rem;
    margin: 4px 0 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    font-size: 2rem;
    color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent !important;
}

label {
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 2rem;
}

.box-registration {
    background: radial-gradient(50% 50% at 50% 50%, rgba(248, 174, 75, 0.2) 0%, rgba(134, 87, 25, 0.2) 100%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    padding: 2rem;

    margin-top: 2rem;
}



.box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input[type=submit] {
    background: linear-gradient(180deg, #F8AE4B 0%, #FCDCA7 100%);
    border-radius: 36px;
    color: #533308;
    font-weight: 600;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    cursor: pointer;
}

.btn-submit {
    text-align: center;
    margin-top: 2rem;
}



.input-captcha {
    position: relative;
}

.input-captcha img {
    position: absolute;
    width: 135px;
    height: 50px;
    bottom: 20px;
    right: 0;
}

.error {
    font-size: 1.4rem;
    color: #f01;
    padding: 0 0 1rem;
}

#exampleModalToggle .modal-title {
    font-size: 2rem;
}

#modal-text {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.header-logo {
    width: 190px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.modal-footer a button {
    font-size: 2rem;
}

.box-link-contact {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.qr-code {
    width: 40%;
    margin-top: 2rem;
}

.qr-code,
.qr-code img {
    border-radius: 12px;
}


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 12px;

    animation: nhapnhay-popup .7s infinite linear;
    z-index: 999999;
}

.popup img {
    border-radius: 12px;
}

.popup .close-popup {

    position: absolute;
    font-size: 2rem;
    background-color: #ffffff;
    font-weight: bold;
    right: 0;
    top: 0;
    padding: 1rem;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    cursor: pointer;
}

@keyframes nhapnhay-popup {
    0% {
        border: thick double #fdd8a3;
    }

    100% {
        border: thick double #ec9419;
    }

}

.exclusive-offer p {
    text-align: left;
    line-height: 3rem;
}

.section-world-cup {
    background-color: #444444;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.box-world-cup {
    background-color: #444444;
    border-radius: 12px;
    padding: 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    border: 2px solid #f9b659;
}

.box-world-cup .title-letter {
    text-align: center;
    line-height: 3.5rem;
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 3rem;
    font-weight: bold
}

.box-world-cup .title-head {
    line-height: 3.5rem;
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 1rem
}

.box-world-cup .sub-title-head {
    margin-top: 1rem;
}

.box-world-cup p {
    line-height: 3rem;
}

.box-world-cup p strong {
    background: linear-gradient(180deg, #F8AE4B 0%, #FDE1B1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}


@media screen and (max-width: 1023.98px) {
    .section-header .menu {
        gap: 2rem;
        font-size: 1.4rem;
    }

    .group-btn {
        display: flex;
        align-items: center;
    }

    .group-btn a {
    font-size: 1.3rem;
    color: #ffffff;
    padding: 0.7rem 1rem;
    border-radius: 4px;
}
 .group-btn a:hover {
     color: black;
 }
    .section-header .btn-singup {
        margin-left: 1rem;
        padding: 1rem;
    }

    .title-content-banner {
        font-size: 2.5rem;
    }

    .sub-content-banner {
        font-size: 1.6rem;
    }

    .content-banner .group-btn a {
        padding: 1.5rem 1rem;
    }

    .img-icon {
        width: 35px;
    }

    .item-benefit .head-title span {
        font-size: 1.8rem;
        margin-left: 1rem;
    }

    .box-benefit {
        gap: 0;
        align-items: flex-start;
    }

    .item-benefit .content {
        margin: 1rem;
        padding: 1rem;
    }

    .title-benefit,
    .title-earn-bilions,
    .title-rewards,
    .title-highlight
    {
        font-size: 3.5rem;

    }

    .box-hh {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }

    .head-hh span {
        font-size: 5rem;
    }

    .table th {
        font-size: 1.5rem;
    }

    .box-contact,
    .box-content {
        padding: 0;
    }
}
