@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;

}
.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%;
}

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

.desktop-banner.banner-left .img_banner_left{
    display: block;
}

.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: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 55px;
}

.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 {
        padding-top: px;
        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;
    }
}