@media screen and (min-width: 601px) {

    .card-bg-1 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-1.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */
        /* z-index: -1; Place it behind other content */
    }

    .card-bg-2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-2.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .card-bg-3 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-3.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .img-mob {
        display: none;
    }

    .img-desk {
        display: block;
    }

    .p-description-we {
        font-size: 25px;
        text-align: center;
    }

    .p-description-we-2 {
        font-size: 25px;
        text-align: center;
    }

    .logo-top {
        max-width: 110px;
    }

    .p-img-home {
        padding: 60px;
    }

    .top-banner {
        font-size: 14px;
    }

    .pb-sec-1 {
        padding-bottom: 1.5rem;
    }

    .pd-l-60 {
        padding-left: 60px;
    }

    .img-header {
        background-image: url("../img/bg/1VT_BG2.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1450px;
    }

    .img-bg-section-2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/1VT_BG_2.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */

    }

    .img-bg-section-3 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/1VT_BG_3.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */

    }

    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: -2px;
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        vertical-align: middle;
    }
}

/* FONT  */
.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 12px !important;
}

.txt-bold {
    font-weight: bold !important;
}

/* END FONT  */
#particles-js {
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    position: absolute;
}

.navbar .logo-satuvisitrader {
    width: 155px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    font-weight: 400;
    text-align: center;
    z-index: 10;
    display: none;
}

.btn-tutup-red {
    font-size: 15px;
    font-weight: bold;
    color: red;
    border: 0px;
    background-color: white;
}

.bg-gradient {
    /* background: linear-gradient(135deg, #ff7e5f, #feb47b); */
    /* 010b24 | 0a2593 | 25539d | 010b24  | 010b24 | 0d248f */
    background-image: linear-gradient(45deg, #010b24, #0a2593, #25539d, #010b24, #010b24, #0d248f);
    /* filter: blur(10px); */
}

.btn-gradient-outline:hover {
    background-image: linear-gradient(45deg, #00ecfd, #0c85c8 100%);
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    transform: scale(1.05);

}

.btn-gradient-outline-gold:hover {
    background-image: linear-gradient(45deg, #bf872b, #f0e68d, #bf872b 100%);
    padding-left: 25px;
    padding-right: 25px;
    color: black;

}

.btn-gradient-outline {
    font-size: 12px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #00ecfd, #0c85c8) 1;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.btn-access {
    font-size: 14px;
    border: 1px solid #55546a;
    background-color: rgb(28 33 49);
    color: white;
}

.btn-gradient-outline-gold {
    font-size: 12px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #bf872b, #f0e68d, #bf872b) 1;
    background: transparent;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
}

.btn-gradient {
    font-size: 12px;
    border-radius: 0px;
    border: 2px solid;
    border-image: linear-gradient(45deg, #00ecfd, #0c85c8) 1;
    background-image: linear-gradient(45deg, #00ecfd, #0c85c8 100%);
    /* margin: 17px 7px; */
    padding-left: 25px;
    padding-right: 25px;
    color: white;

}

.btn-area {
    /* padding: 15px 7px; */
    margin: 19px 7px;
}

.font-headline {
    font-size: 55px;
    font-weight: 600;
    color: white;
}

.text-footbar {
    color: black;
    font-size: 14px;
}

.satuvisitrader-xm {
    max-width: 200px;
    margin-bottom: 10px;
    margin-right: 50px;
}

.text-ib {
    color: white;
    font-weight: 400;
    font-size: 22px;
}

.text-desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.title-konten {
    font-size: 28px;
}

.title-h-1 {
    font-size: 50px;
}

.title-h-1-s {
    font-size: 50px;
}

.subtitle-h-1 {
    font-size: 22px;
}

.sub-title {
    letter-spacing: 2px !important;
}

.sub-title-mobile {
    display: none;
}

.sub-title-1 {
    display: inline;
}

.logo-int {
    width: 400px !important;
}

.menu-title {
    padding: 10px 15px;
    font-size: 14px;
}

.border-grad {
    border: 2px solid !important;
    border-image: linear-gradient(45deg, #00ecfd, #0c85c8) 1 !important;
}

.project-grad {
    border-image: linear-gradient(45deg, #00ecfd, #0c85c8) 1;
    border: double 3px transparent;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #010b24, #101f43), linear-gradient(45deg, #00ecfd, #0c85c8);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.btn-close {
    position: absolute;
    top: 8px;
    right: 16px;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #e91230;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    /* text-shadow: 0 1px 0 #fff;
    opacity: .5; */
}

.img-banner {
    /* background-image: url("../img/PROMO_BANNER.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-navy {
    background-color: #010b24;
}

.color-font {
    background: -webkit-gradient(linear, left top, right top, from(#00ecfd), color-stop(#0c85c8), to(#0c85c8));
    background: -webkit-linear-gradient(left, #00ecfd, #0c85c8);
    background: -o-linear-gradient(left, #00ecfd, #0c85c8);
    background: linear-gradient(to right, #00ecfd, #0c85c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-font-2 {
    color: rgb(221 226 230);
}

.color-font-gr-1 {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#03f1ff), to(#003c74));
    background: -webkit-linear-gradient(left, #ffffff, #03f1ff, #003c74);
    background: -o-linear-gradient(left, #ffffff, #03f1ff, #003c74);
    background: linear-gradient(to right, #ffffff, #03f1ff, #003c74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-font-gr-2 {
    background: -webkit-gradient(linear, left top, right top, from(#ff8600), color-stop(#ff03d1), to(#7a02c0));
    background: -webkit-linear-gradient(left, #ff8600, #ff03d1, #7a02c0);
    background: -o-linear-gradient(left, #ff8600, #ff03d1, #7a02c0);
    background: linear-gradient(to right, #ff8600, #ff03d1, #7a02c0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.color-font-gr-3 {
    background: -webkit-gradient(linear, left top, right top, from(#00ecfd), color-stop(#0c3ec8), to(#003c74));
    background: -webkit-linear-gradient(left, #00ecfd, #0c3ec8, #003c74);
    background: -o-linear-gradient(left, #00ecfd, #0c3ec8, #003c74);
    background: linear-gradient(to right, #00ecfd, #0c3ec8, #003c74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gold {
    color: gold !important;
}

.gold-text {
    background: -webkit-gradient(linear, left top, right top, from(#bf872b), color-stop(#f0e68d), to(#bf872b));
    background: -webkit-linear-gradient(left, #bf872b, #f0e68d, #bf872b);
    background: -o-linear-gradient(left, #bf872b, #f0e68d, #bf872b);
    background: linear-gradient(to right, #bf872b, #f0e68d, #bf872b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rounded-2x1 {
    border-radius: 1.5rem;
    border: 1px solid #55546a;
}

.img-broker {
    max-width: 200px;
}

.card-space-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.card-space-pd-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-navbar {
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    
    .card-bg-1 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-1.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */
        /* z-index: -1; Place it behind other content */
    }

    .card-bg-2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-2-m.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .card-bg-3 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/bg-3-m.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rounded-2x1-img {
        border-radius: 10px;
        border: 1px solid #55546a;
    }

    .img-mob {
        display: block;
    }

    .img-desk {
        display: none;
    }

    .m-img-home {
        margin-top: 20px;
    }

    .p-description-we {
        font-size: 12px;
        text-align: center;
    }

    .p-description-we-2 {
        font-size: 13px;
        text-align: center;
    }

    .p-10 {
        padding: 10px;
    }

    .p-img-home {
        padding: 15px;
    }

    .top-banner {
        font-size: 11px;
    }

    .pb-sec-1 {
        padding-bottom: 3rem;
    }

    .mt-30-m {
        margin-top: 30px;
    }

    .title-h-2 {
        font-size: 30px;
    }

    .title-h-1 {
        font-size: 25px;
    }

    .title-h-1-s {
        font-size: 25px;
    }

    .subtitle-h-1 {
        font-size: 17px;
    }

    .pd-l-60 {
        padding-left: 20px;
    }

    .card-space-pd-1 {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px 20px;
    }

    .margin-navbar {
        margin-top: 50px;
    }

    .img-header {
        background-image: url("../img/bg/1VT_BG2.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 195%;
    }

    .img-bg-section-2 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/1VT_BG_2.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */

    }

    .img-bg-section-3 {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/bg/1VT_BG_3.png');
        /* Replace with your image path */
        background-size: cover;
        /* Cover the entire div */
        background-position: center;
        /* Center the background image */
        background-repeat: no-repeat;
        /* Prevent repeating */

    }

    .logo-top {
        max-width: 80px;
        margin-left: 10px;
    }

    .font-headline {
        font-size: 27px;
        font-weight: 600;
        color: white;
        line-height: 1.4;
    }

    .text-footbar {
        color: black;
        font-size: 10px;
    }

    .satuvisitrader-xm {
        max-width: 200px;
        margin-bottom: 10px;
        margin-right: 50px;
    }

    .text-ib {
        color: white;
        font-weight: 400;
        font-size: 14px;
    }

    .title-konten {
        font-size: 22px;
    }

    .sub-title {
        letter-spacing: 2px;
        font-size: 10px !important;
    }

    .sub-title-mobile {
        display: inline;
    }

    .sub-title-1 {
        display: none;
    }

    .logo-int {
        width: 300px !important;
    }

    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        margin: -2px;
        height: 28%;
    }

    .modal-dialog {
        display: inline-block;
        vertical-align: middle;
    }
}


.mt-5 {
    margin-top: 1.7rem !important;
}

.w-200px {
    width: 200px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-25px {
    padding-top: 25px;
}

.pb-50px {
    padding-bottom: 50px;
}

.line-1 {
    width: 100;
    height: 1px;
    margin: 0 5px;

    background: rgb(125, 185, 232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #010b24 0%, #00ecfd 50%, #010b24 100%);
    background: -webkit-gradient(linear, left right, left bottom, color-stop(0%, #010b24), color-stop(50%, #00ecfd), color-stop(100%, #010b24));
    background: -webkit-linear-gradient(right, #010b24 0%, #00ecfd 50%, #010b24 100%);
    background: -o-linear-gradient(right, #010b24 0%, #00ecfd 50%, #010b24 100%);
    background: -ms-linear-gradient(right, #010b24 0%, #00ecfd 50%, #010b24 100%);
    background: linear-gradient(to right, #010b24 0%, #00ecfd 50%, #010b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#7db9e8', GradientType=0);

}
