@import url('https://fonts.cdnfonts.com/css/svn-gilroy');
.roll-more {
    margin-top: 30px;
}
.box-phishing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
    padding-top: 60px;
    font-size: 16px;
    font-weight: 200;
    font-family: 'SVN-Gilroy', sans-serif;
    font-style: normal;

}

.register-card .box-phishing {
    padding-top: 20px;
}
.box-phishing .title-phishing-1{
    justify-content: center;
    text-align: center;
}
.enter-1111 {
    cursor: pointer;
}
.title-phishing-1 a:hover{
    text-decoration: none;
}
.title-phishing-1 {
    display: flex;
    font-size: 18px;
    color: #fff;
    align-items: center;
    gap: 6px;
}
.title-phishing-1 .mainsite{
    color: #fed500;
    font-weight: 600;
    position: relative;
    
}
.title-phishing-1 .mainsite::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 98%;
    background-color: #fed500;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%, -50%);
}
.title-phishing-1 .mainsite.non::after{
    content: '';
    height:0px;
}
.text-red{
    color: #FF3333;

}
.box-phishing.first{
    padding-top: 0px;
}
.des{
    display: none;
    font-size: 14px;
    font-family: 'SVN-Gilroy', sans-serif;
    font-style: normal;
}

.header {
    padding: 12px 0 2px;
}
.register-container {
    margin-top: 0px !important;
}
.roll-more {
    margin-top: 20px;
}
.title-phishing-1.mb{
    display: none;
}

.img_banner_left{
    width: 100%;
    display: block;
    border: 0;
    outline: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Right-align + vertically center the download button within the left banner */
.desktop-banner.banner-left{
    position: relative;
}



.d_download_btn_wrapper{
    width: 9%;
    position: absolute;
    right: 0;
    top: 39%;
    transform: translateY(-50%);
    animation: hw-download-float 0.5s ease-in-out infinite;
    z-index: 2;
    left: 75%;
}

@keyframes hw-download-float{
    0%, 100%{
        transform: translateY(-50%) translateY(0);
    }
    50%{
        transform: translateY(-50%) translateY(-6px);
    }
}

@media (prefers-reduced-motion: reduce){
    .d_download_btn_wrapper{
        animation: none;
    }
}

.img_download_btn{
    width: 100%;
}

.banner-right-slider{
    width: calc(50% - 360px);
    max-width: 440px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.banner-right-track{
    display: flex;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.banner-right-slide{
    flex: 0 0 100%;
}

.banner-right-dots{
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.banner-right-dots .banner-right-dot{
    width: 32px;
    height: 7px;
    border-radius: 999px;
    background: #411995;
    opacity: 0.85;
    cursor: pointer;
}

.banner-right-dots .banner-right-dot.active{
    background: linear-gradient(90deg, #b56cff, #6a2de2);
    opacity: 1;
}
@media (min-width: 300px) and (max-width: 420px) {
    .hero span img {
        margin-bottom: 0px !important;
    }
}
@media (min-width: 430px) and (max-width: 440px) {
    .hero span img {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 30em) {
    .box-phishing.first {
        margin-top: -15px;
    }
}
@media (min-width: 300px) and (max-width: 420px) {
    .mobile-app-download img {
        width: 90% !important;
    }
    .roll-more-mobile img {
        width: 50px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 48em) {
    .social-btn img {
        width: 35px;
        margin: 5px;
    }
    .mobile-app-download {
        margin-bottom: 5px;
    }
    .group-line.mobile {
        margin-top: -8px !important;
    }

    .title-phishing-1 {
        font-size: 14px;
        font-weight: 200;
        padding-bottom: 8px;
        color: #fff;
    }
    .des.show{
        display: block;
        padding-bottom: 2px;
        margin-top: 5px;
        font-size: 12px;
    }

    .banner-right-slider{
        display: none !important;
    }
}
@media (min-width: 421px) and (max-width: 428px) {
    .title-phishing-1 {
        padding-bottom: 8px;
    }
    .register-container {
        margin-top: 0px !important;
    }
    .roll-more-mobile img {
        width: 50px;
    }
    .hero span img {
        margin-top: -10px;
        margin-bottom: 2px !important;
    }
    .group-line.mobile {
            margin-top: -10px !important;
    }
    .mobile-app-download {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .btn-web-play-moblie {
        margin-top: -2px;
    }
    .des.show {
        padding-bottom: 0px;
    }
    .box-phishing.first {
        margin-top: 5px;
    }
    .title-phishing-1.mb{
        padding-bottom: 8px;
    }
}
@media (max-width: 768px) {
    .mobile-app-download img {
        width: 88%;
        margin-top: -10px;
    }

}
@media (min-width: 420px) and (max-width: 430px) {
    .hero span img {
        margin-top: -10px;
        margin-bottom: -15px !important;
    }
}
@media (max-width: 768px) {
    .social-mobile-left-fixed {
        left: 9px;
        align-items: flex-start;
    }
    .social-mobile-left-fixed, .social-mobile-right-fixed {
        gap: 0px;
    }
}
@media (max-width: 660px) {
    .register-card form {
        margin-top: 45px !important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.title-phishing-1.mb{
    display: block;
    padding-bottom: 12px;
}
.header {
    padding: 15px 0 0px;
}
.box-phishing.first{
    display: block;
    /* margin-top: -45px ; */
    margin-bottom: 4px ;
    padding-top: 0px;
}
.box-phishing {
    display: none;
}
.title-phishing-1 .mainsite::after {
    bottom: 0px;
}
}
@media only screen and (max-width: 30em) {
.box-phishing.first{
    display: block;
    /* margin-top: -30px ; */
    margin-bottom: 0px ;
}
}

@media (max-width: 410px) and (min-width:380px) {
        .register-card form {
        margin-top: 30px !important;
    }

    .group-line.mobile.mobile1 {
        margin-top: -28px !important;
    }
}

.security_icon{
    width: 15px;
    height: 15px;
    display: block;
}

.title_1111{
    display: none;
}

@media only screen and (max-width: 48em) {
    .box-phishing.first .title-phishing-1{
        display: none;
    }
    .box-phishing.first .title-phishing-1.title_1111{
        display: flex;
    }
}

@media (min-width: 769px) and (max-width: 1000px) {
    .hero {
        --hero-layout-width: min(100%, calc(100vw - 40px));
        --hero-center-width: min(92vw, 560px);
        --hero-title-width: clamp(390px, 58vw, 520px);
        --hero-card-pad-top: clamp(62px, 8vw, 88px);
        --hero-action-height: clamp(72px, 8vw, 92px);
        --hero-web-play-width: clamp(360px, 62vw, 480px);
        --hero-web-play-height: clamp(74px, 8vw, 92px);
    }

    .register-wrapper {
        grid-template-columns: minmax(0, var(--hero-center-width));
    }

    .register-wrapper > .desktop-banner.banner-left,
    .register-wrapper > .banner-right-slider {
        display: none !important;
    }
}

@media (min-width: 1001px) and (max-height: 850px) {
    .hero {
        --hero-layout-width: min(1120px, calc(100vw - 40px));
        --hero-center-width: clamp(440px, 48vw, 550px);
        --hero-side-width: clamp(150px, 17vw, 220px);
        --hero-gap: clamp(10px, 1.5vw, 20px);
        --hero-title-width: clamp(400px, 40vw, 520px);
        --hero-card-pad-top: clamp(52px, 7vh, 76px);
        --hero-field-height: clamp(64px, 8vh, 82px);
        --hero-input-height: clamp(52px, 6.8vh, 68px);
        --hero-action-height: clamp(66px, 8vh, 84px);
        --hero-web-play-width: clamp(330px, 38vw, 460px);
        --hero-web-play-height: clamp(66px, 8vh, 84px);
    }

    .header {
        padding-top: 8px;
    }

    .hero span img {
        margin-top: -18px;
        margin-bottom: -14px !important;
    }

    .box-phishing.first {
        margin-bottom: 0 !important;
    }

    .register-card form {
        margin-top: clamp(16px, 3vh, 30px) !important;
    }

    .register-card .or-line {
        margin: clamp(8px, 1.4vh, 14px) 0 clamp(4px, 1vh, 8px);
    }

    .register-card .box-phishing {
        padding-top: clamp(8px, 1.4vh, 14px);
    }

    .roll-more {
        margin-top: clamp(8px, 2vh, 20px) !important;
    }

    .games-carousel {
        margin-top: 0;
    }

    .game-item {
        width: clamp(68px, 7vw, 90px);
    }
}

@media (min-width: 769px) and (max-width: 1000px) and (max-height: 850px) {
    .hero {
        --hero-center-width: min(82vw, 520px);
        --hero-title-width: clamp(360px, 52vw, 480px);
        --hero-card-pad-top: clamp(52px, 7vh, 72px);
        --hero-field-height: clamp(62px, 8vh, 78px);
        --hero-input-height: clamp(50px, 6.8vh, 64px);
    }
}

/* iPad Pro 1024px */
@media (max-width: 1024px) {
    body,
    html {
        overflow-x: hidden;
        width: 100vw;
        max-width: 100%;
        position: relative;
    }

    .desktop-banner,
    .banner-right-slider,
    .btn-web-play,
    .games-carousel,
    .group-line:not(.mobile),
    .info-top,
    .or-line,
    .roll-more,
    .social-fixed,
    .register-card .box-phishing {
        display: none !important;
    }

    .group-line.mobile,
    .mobile-app-download,
    .note.mobile,
    .roll-more-mobile {
        display: block !important;
    }

    .btn-web-play-moblie {
        display: inline-block !important;
    }

    .games-carousel-wrapper {
        display: flex !important;
    }

    .games-carousel-container {
        display: block !important;
    }

    .social-mobile-left-fixed,
    .social-mobile-right-fixed {
        position: fixed;
        top: 5px;
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        z-index: 1000;
    }

    .social-mobile-left-fixed {
        left: 10px;
        align-items: flex-start;
    }

    .social-mobile-right-fixed {
        right: 10px;
        align-items: flex-end;
    }

    .social-btn img {
        object-fit: contain;
        transition: none !important;
    }

    .social-btn:hover img {
        transform: none !important;
    }

    .box-phishing.first > .title-phishing-1:not(.title_1111) {
        display: none !important;
    }

    .box-phishing.first > .title_1111 {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }

    .title-phishing-1.mb {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

    .info {
        padding: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding: 0 clamp(10px, 3vw, 20px);
    }

    .hero span img {
        width: clamp(420px, 52vw, 520px) !important;
        margin-top: -10px !important;
        margin-bottom: clamp(1px, 2vw, 1px) !important;
    }

    .register-container,
    .register-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }

    .register-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .register-card {
        display: block;
        width: min(100%, 560px) !important;
        max-width: calc(100vw - 24px);
        padding: clamp(36px, 5vw, 56px) clamp(18px, 3.5vw, 28px) 0 !important;
        margin-bottom: 0;
    }

    .register-card form {
        width: min(78vw, 430px) !important;
        margin: clamp(30px, 4.5vw, 44px) auto auto !important;
    }

    .register-card form .field {
        height: clamp(68px, 8vw, 86px) !important;
    }

    .input-pass,
    .input-user {
        height: clamp(58px, 6.6vw, 74px) !important;
        padding-left: clamp(38px, 5vw, 48px) !important;
    }

    .lock,
    .register-card form .user {
        left: 10px !important;
    }

    .btn.gold {
        width: min(72vw, 340px) !important;
        height: clamp(72px, 9vw, 92px) !important;
        margin-top: clamp(12px, 2vw, 20px) !important;
    }

    .group-line.mobile {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
    }

    .group-line.mobile img {
        width: 100%;
        height: 2px;
    }

    .title-phishing-1.mb {
        padding-bottom: 8px;
    }

    .mobile-app-download {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .mobile-app-download img {
        width: min(88vw, 650px) !important;
    }

    .des.show {
        display: block;
        padding-bottom: 2px;
        margin-top: 5px;
        font-size: 12px;
    }

    .btn-web-play-moblie {
        width: min(82vw, 500px) !important;
        height: clamp(80px, 10vw, 104px) !important;
        margin-top: -10px;
        margin-bottom: -10px !important;
        background-image: url(/img/web_play_btn.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
    }

    .roll-more-mobile img {
        width: clamp(56px, 7vw, 70px) !important;
        margin-top: 10px !important;
    }

    .games-carousel-wrapper {
        justify-content: center;
        align-items: flex-end;
        gap: clamp(8px, 2vw, 18px);
        flex-wrap: nowrap;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .banner-left-mobile,
    .banner-right-mobile {
        width: clamp(130px, 18vw, 170px) !important;
        height: auto;
    }

    .games-carousel-container {
        width: 100%;
        max-width: clamp(280px, 30vw, 340px);
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .games-carousel-mobile {
        display: flex;
        gap: 0;
        transition: transform .4s ease-in-out;
    }

    .game-item-mobile {
        min-width: 100%;
        text-align: center;
    }

    .game-item-mobile img {
        display: block;
        width: clamp(110px, 15vw, 150px) !important;
        height: auto;
        margin: 0 auto;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
    }

    .carousel-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #666;
        cursor: pointer;
        opacity: .4;
        transition: opacity .3s;
    }

    .carousel-dots .dot.active {
        background-color: #ffc940;
        opacity: 1;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
    .games-carousel-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
        justify-content: center;
        gap: clamp(10px, 2.5vw, 26px);
        width: min(100%, 930px);
        height: clamp(230px, 34vw, 360px);
        margin: clamp(12px, 2vw, 22px) auto clamp(22px, 3vw, 40px);
        padding: 0 clamp(8px, 2.2vw, 22px);
    }

    .banner-left-mobile,
    .banner-right-mobile,
    .games-carousel-container {
        align-self: stretch;
        justify-self: stretch;
        width: 100% !important;
        max-width: none !important;
        height: 100%;
        min-width: 0;
    }

    .banner-left-mobile,
    .banner-right-mobile {
        object-fit: contain;
        object-position: center bottom;
    }

    .games-carousel-container {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
    }

    .games-carousel-mobile {
        display: flex;
        align-items: flex-end;
        width: 100%;
        min-height: 0;
        flex: 1 1 auto;
        gap: 0;
    }

    .game-item-mobile {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-width: 100%;
        height: 100%;
    }

    .game-item-mobile a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .game-item-mobile img {
        width: auto !important;
        max-width: 86%;
        height: calc(100% - 30px) !important;
        max-height: clamp(170px, 28vw, 300px);
        object-fit: contain;
        margin: 0 auto;
    }

    .carousel-dots {
        display: flex;
        flex: 0 0 auto;
        justify-content: center;
        gap: clamp(7px, 1.2vw, 10px);
        margin-top: clamp(6px, 1vw, 10px);
    }
}

@media (max-width: 1024px) {
    .box-phishing.first > .title_1111 {
        margin-bottom: clamp(6px, 6px, 14px);
        line-height: 1.35;
    }

    .title-phishing-1.mb {
        margin-top: clamp(6px, 1.4vw, 12px);
        margin-bottom: clamp(12px, 2.4vw, 24px);
        padding-bottom: 0 !important;
        line-height: 1.35;
    }

    .mobile-app-download {
        margin-top: 0;
    }
}

@media (min-width: 480px) and (max-width: 824px) {
    .box-phishing.first > .title_1111 {
        margin-top: clamp(1px, 6vw, 16px);
    }
}

@media (max-width: 479px) {
    .box-phishing.first > .title_1111 {
        margin-top: 2px;
        margin-bottom: 0;
    }

    .title-phishing-1.mb {
        margin-top: 6px;
        margin-bottom: 18px;
    }
}
