@font-face {
    font-family: 'Neighbor';
    src: url('../fonts/fonnts.com-Neighbor_Regular.otf');
}

@font-face {
    font-family: 'Neighbor-reg';
    src: url('../fonts/fonnts.com-Neighbor_Black.otf');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /* Lock scroll total */
    scroll-behavior: smooth;
}

::placeholder {
    color: #fff !important;
    opacity: 0.4 !important;
}

section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: scale(0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

section.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    height: calc(90vh - 100px);
    /* 90vh dikurangi margin vertikal */
    width: calc(100% - 100px);
    /* kurangi lebar biar margin tidak overflow */
    margin: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    /* pastikan perhitungan width benar */
}

.information-contact p {
    color: #fff;
    font-size: 20px;
	margin-bottom: 5px;
	text-align: justify;
}

.information-contact h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

header {
    overflow-x: hidden;
}

:root {
    --primaryFont: 'Neighbor', sans-serif;
    --secondaryFont: 'Neighbor', sans-serif;
    --LogoColor: #212fff;
    --SubColor: #365da4 scroll-behavior: smooth;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.no-padding {
    padding: 0;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    position: fixed;
    top: 0;
}

header h1.logo-text {
    font-family: var(--primaryFont);
    text-align: end;
    font-size: 40px;
    margin: 0;
    font-weight: 800;
}

header a {
    text-decoration: none;
    color: var(--LogoColor);
    text-transform: uppercase;
}

header .hamburger-bar {
    border: none;
    background-color: transparent;
}

header .hamburger-bar span {
    height: 5px;
    background-color: var(--LogoColor);
    display: block;
    width: 35px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

header .hamburger-bar span:nth-child(2) {
    margin: 5px 0;
}

section.hero-banner {
    height: 90vh;
    position: relative;
    margin: 50px;
    border-radius: 50px;
}

.border-white {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
    -ms-border-radius: 0 0 0 30px;
    -o-border-radius: 0 0 0 30px;
}

section.hero-banner h1 {
    position: absolute;
    color: #fff;
    font-size: 100px;
    top: 5%;
    font-weight: 800;
    left: 50px;
    text-align: justify;
    text-transform: uppercase;
    font-family: 'Neighbor-reg', sans-serif;
}

.logo-tltc {
    position: absolute;
    left: 50px;
    top: 45%;
}

.content-list ul li a:hover {
    background: #223e99;
}

.animate-me {
    perspective: 100px;
}

.animate-wrap {
    opacity: 0;
}

section.hero-banner .bx-slider {
    position: absolute;
    bottom: 40px;
    left: 20px;
    gap: 50px;
    display: flex;
    width: 35%;
}

section.hero-banner .absolute {
    position: absolute;
    bottom: 50px;
}

a.box-one {
    display: none !important;
}

section.hero-banner .bx-slider .box-one {
    width: 450px;
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    s
}

section.hero-banner .bx-slider .box-one h2 {
    font-size: 35px;
    font-family: var(--secondaryFont);
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
}

.box-one:hover {
    opacity: 0.9;
}

.boxs img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 1px solid #fff;
}

.content-list {
    position: absolute;
    background-color: #d6df21;
    right: 0;
    z-index: 1;
    bottom: 0;
    height: auto;
    width: 400px;
    padding: 50px 30px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -ms-border-radius: 30px 0 0 0;
    -o-border-radius: 30px 0 0 0;
}

.content-list h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #2c358e;
    text-align: center;
}

.content-list ul {
    padding: 0;
    margin-top: 20px;
}


.content-list ul li {
    list-style: none;
}

.content-list ul li a {
    margin: 20px 0;
    display: block;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 5px 15px;
    color: #223e99;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #223e99;
}

.content-list ul li a:hover {
    color: #fff !important;
}

.record {
    position: absolute;
    right: 30px;
    top: 100px;
    height: 300px;
    width: 300px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
}

.record h2 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

/* the slides */
.mySwiper {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background-color: #52525296;
    padding: 40px;
    border-radius: 100%;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

/* end slides */

/* animation 3d */

@keyframes spin-3d {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/* end animation */

.navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    margin: 5px 0;
    font-weight: 600;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
}

.canvas-image {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 20px;
}

.offcanvas-end {
    width: 450px;
    padding: 10px 15px;
}

section.about {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.about h2 {
    color: #fff;
    font-family: var(--secondaryFont);
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
}

img.image-intro {
    height: 200px;
    display: block;
    margin: auto;
}

.animate-wrap {
    max-width: 75%;
    margin: auto;
    text-align: center;
}

.animate-wrap p {
    color: #fff;
    margin: 20px 0;
    font-size: 18px;
    line-height: 40px;
}

.about a {
    color: transparent;
    text-decoration: none;
}

.partner-wrap.d-flex {
    gap: 35px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.about {
    height: 100vh;
    overflow: hidden;
}

@media(min-width:1500px) and (max-width:1700px) {

    section.about {
        height: 100vh;
    }

    section.hero-banner h1 {
        font-size: 70px;
    }

    .logo-tltc {
        position: absolute;
        left: 50px;
        top: 35%;
        width: 120px;
    }

    section.hero-banner .bx-slider .box-one {
        height: 250px;
        width: 350px;

    }

    section.hero-banner .bx-slider .box-one h2 {
        font-size: 30px;
        font-weight: 900;
    }

    .boxs img {
        height: 250px;
    }

    .content-list {
        height: auto;
        padding: 20px 50px;
    }

    .record {
        position: absolute;
        right: 30px;
        top: 110px;
        height: 210px;
        width: 370px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


nav.navbar.bg-body-tertiary.fixed-top {
    width: 330px;
    position: fixed;
    right: 49px;
    top: 49px;
    left: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    background: #fff;
}

div#offcanvasNavbar {
    width: 380px !important;
}

a.navbar-brand img {
    width: 185px;
}

div#offcanvasNavbar {
    width: 430px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-toggler {
    width: 30px;
    height: 24px;
    position: relative;
    border: none;
    background: none;
    padding: 0;
    z-index: 1051;
}

.toggler-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #2130ff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.top-bar {
    top: 0;
}

.middle-bar {
    top: 10px;
}

.bottom-bar {
    top: 20px;
}

.custom-toggler.active .top-bar {
    transform: rotate(45deg);
    top: 10px;
}

.custom-toggler.active .middle-bar {
    opacity: 0;
}

.custom-toggler.active .bottom-bar {
    transform: rotate(-45deg);
    top: 10px;
}

button:focus:not(:focus-visible) {
    box-shadow: unset;
}

ul.navbar-nav a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 15px 0px;
}

.content-list {
    margin-top: 50px;
    background: #d6df21;
    padding: 35px;
    border-top-left-radius: 30px;
    width: 300px;
    position: absolute;
    bottom: 40px;
    right: 30px;
    border-radius: 30px;
}

section#features {
    margin: 50px;
    border-radius: 50px;
}

.box-features img {
    width: 100%;
    height: 185px;
    border-radius: 30px;
    margin-bottom: 20px;
    object-fit: cover;
}

.box-features {
    border-radius: 30px;
    padding: 15px 15px;
    position: relative;
    width: 85%;
    margin: auto;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 600px;
}

.box-features h1
 {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
}

.box-features p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

p {
    font-family: "DM Sans", sans-serif;
}

.button-contact a {
    background: linear-gradient(135deg, #3b5ba9, #2c358e);
    margin: 20px 0;
    display: block;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: "DM Sans", sans-serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.footer-offcanvas {
    padding: 0rem 1rem;
}

.copyright img {
    width: 45%;
}


section#replay h2 {
    color: #fff;
    font-family: var(--secondaryFont);
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slider-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    padding: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.replay-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.replay-item img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.replay-item:hover img {
    filter: brightness(70%);
}

.replay-item:hover .play-btn {
    display: block;
}

/* Nav buttons */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    border: none;
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.slider-nav.prev {
    left: 10px;
    background: transparent;
    padding: 0px;
    color: #fff;
}

.slider-nav.next {
    right: 10px;
    background: transparent;
    padding: 0px;
    color: #fff;
}

.slider-nav.next i {
    font-size: 45px !important;
}

.slider-nav.prev i {
    font-size: 45px !important;
}




/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.lightbox video {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
}

.close-lightbox-btn {
    margin-top: 20px;
    background-color: #2130ff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.slider-nav.next i:hover {
    color: #2130ff;
}

.slider-nav.prev i:hover {
    color: #2130ff;
}

.slider-replay {
    width: 80%;
    margin: auto;
}

.button-contact a:hover {
    color: #fff;
}

.help {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help .faq-section {
    color: #fff;
    padding: 0 40px;
}

.help .faq-section h2 {
    font-family: var(--secondaryFont);
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

button.accordion-button
 {
    text-transform: uppercase;
}

.help .faq-section p {
    font-family: var(--secondaryFont);
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.accordion {
    margin: 40px 0;
}

.accordion .accordion-item,
.accordion .accordion-button {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.accordion-item {
    margin-bottom: 30px;
    background-image: linear-gradient(90deg, rgba(0, 31, 97, 0.9), #223e99);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none;
}

.card-contact {
    border: 2px solid #fff;
    padding: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    max-width: 90%;
    margin: auto;
    margin-top: 50px;
}

.card-contact h2 {
    color: #fff;
    font-family: var(--secondaryFont);
    font-weight: 600;
    text-transform: uppercase;
}


.card-contact p {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    margin-top: 30px;
    margin: 0px;
}

section#contact form p
 {
    margin: 0;
}

form label {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

form label.required::after {
    content: '*';
    color: red;
}

.form-control {
    background-color: transparent;
    height: 50px;
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

input,
textarea,
select {
    color: #fff !important;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    /* placeholder agak transparan */
}

.form-control:focus {
    background-color: transparent;
}

.btn-send {
    background-image: linear-gradient(90deg, rgba(0, 31, 97, 0.9), #223e99);
    color: #fff;
    border: none;
    height: 50px;
    border-radius: 30px;
    width: 150px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
    box-sizing: border-box;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-container {
    width: 100%;
    height: 100%;
}

.close-modal {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.how-to-use {
    padding-top: 30px;
}

.list-how-to-use ul li {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "DM Sans", sans-serif;
    text-transform: lowercase;
}



.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.video-wrap {
    position: relative;
    width: 60%;
    height: 60vh;
    overflow: hidden;
    margin-left: auto;
}

.powered-by img {
    width: 125px;
}


.powered-by h5 {
    color: #fff;
}

.powered-by {
    text-align: center;
    display: flex;
    gap: 150px;
    justify-content: center;
    margin-top: 20px;
}

section#contact {
    height: 100vh;
    display: flex;
    align-items: center;
}

section#contact h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form-contact-us {
    padding: 50px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 85%;
    margin: auto;
}

.form-contact-us textarea.form-control {
    height: 200px;
}

section.hero-banner:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    border-radius: 50px;
}

.box-features video {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}

.tltc {
    display: flex;
    gap: 25px;
    align-items: center;
}

.wit {
    display: flex;
    gap: 25px;
    align-items: center;
    ;
}


    .preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s ease;
    }

    .loader-wrapper {
        position: relative;
        width: 150px;
        height: 150px;
    }

    .loader-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
        z-index: 2;
    }

    .loader-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: 150px;
        border: 4px solid transparent;
        border-top: 4px solid #0000ff; 
        border-radius: 50%;
        transform: translate(-50%, -50%);
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to { transform: translate(-50%, -50%) rotate(360deg); }
    }
