/*--------------------------------------------------------------
# Font Google
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
    --primary-font: "Poppins", sans-serif;
    /* --heading-font: "Raleway", sans-serif; */
    --default-color: #ffffff;
    --background-color: #ffffff;
    --primary-color: #010247;
    --accent-color: #9747ff;
    --heading-color: #2f0468;
    --muted-color: #444;
    /* --nav-color: #ffffff;
    --nav-hover-color: #EB8317;
    --nav-mobile-background-color: #ffffff;
    --contrast-color: #ffffff; */
}

:root {
    scroll-behavior: smooth;
}

/* .light-background {
    --background-color: #f9f9f9;
    --surface-color: #ffffff;
} */

.dark-background {
    --heading-color: #ffffff;
    /* --background-color: #010247; */
    --background-color: linear-gradient(
        94deg,
        rgba(85, 29, 97, 1) 0%,
        rgba(139, 93, 255, 1) 100%
    );
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: var(--primary-color);
    background-color: var(--background-color);
    font-family: var(--primary-font);
    z-index: 1;
    background: linear-gradient(135deg, #ffffff, #c3a3d9, #9b4de6, #7a4dd8);
    background-size: 400% 400%;
    animation: gradientMovement 15s ease infinite alternate;
    background-attachment: fixed;
}

@keyframes gradientMovement {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.web-decor {
    visibility: inherit;
}

.web-decor-hero {
    visibility: hidden;
}

@media (max-width: 768px) {
    .web-decor {
        visibility: hidden;
    }

    .web-decor-hero {
        visibility: inherit;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
    }
}
.web-decor2 {
    visibility: hidden;
}

@media (max-width: 768px) {
    .web-decor2 {
        visibility: inherit;
    }
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}

section,
.section {
    color: var(--primary-color);
    background: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 77px;
    overflow: clip;
}

.section-title {
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--primary-color), transparent 50%);
    position: relative;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--accent-color);
    margin: 4px 10px;
}

.section-title p {
    font-family: var(--primary-font);
    color: var(--heading-color);
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title span {
    color: var(--accent-color);
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    --background-color: rgba(255, 255, 255, 0);
    --heading-color: #ffffff;
    color: var(--primary-color);
    background-color: var(--background-color);
    padding: 0;
    /* margin-top: -10px; */
    transition: all 0.5s;
    z-index: 997;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.header .container-fluid.container-xl {
    justify-content: space-between;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.header .logo {
    line-height: 1;
    margin: 15px 0;
}

.header .logo img {
    max-height: 70px;
    margin-right: 8px;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

.header .btn-login {
    /* margin-top: 30px; */
    background-color: var(--accent-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.truncate-text {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .btn-login:hover {
    background-color: #2f0468;
    color: var(--default-color);
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.scrolled .header {
    backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(212, 179, 255, 0.7);
    padding: 0px 5px 10px 5px;
}

.header > .container-fluid {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    /* background-color: rgba(212, 179, 255, 0.5); */
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.38) 0%,
        rgba(231, 131, 247, 0.38) 100%
    );

    border-radius: 0px 0px 20px 20px;
}

.scrolled .header > .container-fluid {
    background: transparent !important;
    backdrop-filter: none;
    border-radius: 0px;
}

@media (max-width: 768px) {
    .header {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.7) 0%,
            transparent 100%
        );
        position: absolute;
        background: transparent;
        border-radius: 0;
    }

    .header .logo {
        margin: 10px 0;
    }

    .header .btn-login {
        margin-top: 0px;
        display: none;
    }

    .scrolled .header {
        position: fixed;
        backdrop-filter: none;
        background-color: rgba(212, 179, 255, 0.7) !important;
    }

    .header > .container-fluid {
        background: transparent !important;
        border-radius: 0;
        backdrop-filter: none;
        padding: 0 10px !important;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop */
@media (min-width: 1200px) {
    .scrolled .header nav#navmenu {
        backdrop-filter: none;
        /* margin-top: 1.5rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; */
        background-color: transparent;
    }
    .navmenu {
        padding: 20px 20px 20px 20px;
        /* border-radius: 12px; */
        /* border: 1px solid rgba(209, 213, 219, 0.3); */
        /* margin-right: 150px; */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.1s ease-in-out;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
        margin-left: 5px;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--primary-color);
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        border-radius: 50px;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:hover > a,
    .navmenu .active,
    .navmenu .active:focus {
        background-color: var(--accent-color);
        color: var(--default-color);
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: linear-gradient(
            180deg,
            rgba(85, 29, 97, 0.7) 0%,
            rgba(139, 93, 255, 0.7) 100%
        );
        display: block;
        position: absolute;
        visibility: hidden;
        left: 0;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border: 1px solid rgba(255, 255, 255, 0.125);
        border-radius: 15px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(7px) saturate(180%);
        -webkit-backdrop-filter: blur(7px) saturate(180%);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
        margin-left: 0;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--default-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul li:hover > a {
        background-color: transparent;
        color: var(--accent-color);
        color: #fdb201;
    }

    .navmenu .dropdown ul .active:hover {
        background-color: var(--accent-color);
        color: var(--default-color);
    }

    .navmenu .dropdown:hover > ul {
        opacity: 1;
        top: 105%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

/* Mobile */
@media (max-width: 1199px) {
    .navmenu a,
    .navmenu a:focus {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: break-spaces;
        transition: 0.3s;
        color: var(--primary-color);
    }

    .navmenu .active,
    .navmenu .active:focus {
        color: var(--accent-color);
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(
            in srgb,
            var(--accent-color),
            transparent 90%
        );
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--default-color);
        border: 1px solid
            color-mix(in srgb, var(--muted-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown > .dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-toggle {
        color: var(--default-color);
        background-color: var(--accent-color);
        border-radius: 5px;
        padding: 0 5px;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--default-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
        height: 100vh;
    }

    .mobile-nav-active .navmenu > ul {
        display: block;
    }
}

@media (max-width: 1024px) {
    .header .btn-login {
        display: none;
    }
    .navmenu .nav-mobile {
        padding: 20px 15px;
    }
    .navmenu .nav-mobile .btn-login {
        display: flex;
        text-align: center;
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* PC */
.hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    /* background-color: #d4b3ff; */
    background-color: transparent;
    background-size: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero > .container {
    background: transparent url(../img/hero-bg.png) no-repeat center center;
    background-size: auto 100%;
}

.hero > .container * {
    z-index: 10;
}

.hero > .container:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0 0 20px 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.hero .hero-img {
    position: absolute;
    /* height: 500px; */
    bottom: 0;
    right: 0;
}

.hero .hero-img img {
    height: 500px;
}

.hero .hero-content {
    /* min-height: 75vh; */
    /* padding-top: 0.5rem; */
    justify-content: start;
    /* gap: 2rem; */
    flex-direction: row;
}

.hero h4 {
    font-family: var(--primary-font);
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffee00;
}

.hero h2 {
    font-family: var(--primary-font);
    color: var(--heading-color);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero h2 span {
    color: var(--primary-color);
}

.hero p {
    max-width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
}

.hero .btn-get-started {
    width: 168px;
    height: 55px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 20px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px 10px 10px 0;
    animation-delay: 0.8s;
    color: var(--default-color);
    background-color: var(--accent-color);
    text-align: center;
    align-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #5e10c3 0%, #9747ff 100%);
}

.hero .btn-get-started:hover {
    background: #2f0468;
    text-decoration: none;
}

.hero .btn-get-started i {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    display: inline;
}

.hero .social-icons {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.hero .social-icons a {
    text-decoration: none;
    color: #fff;
}

.hero .social-icons i {
    font-size: 28px;
    transition: color 0.3s ease;
}

.hero .social-icons a:hover i {
    color: #2f0468;
}

/* Responsive */
@media (min-width: 1024px) {
    .hero p {
        max-width: 60%;
    }
}

@media (min-width: 1440px) {
    .hero {
        height: calc(100vh - 160px);
    }
}

@media (max-width: 768px) {
    .hero {
        background-position: center;
        background-size: cover;
        height: fit-content;
    }

    .hero .container {
        margin-top: 100px;
    }

    .hero .carousel-container {
        min-height: 90vh;
    }

    .hero > .container * {
        width: 100%;
    }

    .hero h2 {
        font-size: 26px;
    }

    .hero h4 {
        font-size: 1rem;
    }

    .hero .hero-content {
        text-align: center;
        min-height: 50vh;
        padding: 15px 0px !important;
        margin: 0;
    }

    .hero .hero-content .col-12 {
        padding: 0px !important;
    }

    .hero .btn-get-started {
        zoom: 75%;
    }

    .hero .social-icons {
        /* display: none; */
        justify-content: center;
        gap: 0;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        width: 70%;
        align-self: center;
    }

    .hero .hero-img {
        position: inherit;
        justify-content: center;
        height: auto;
    }

    .hero .hero-img img {
        height: auto;
        width: 130% !important;
        margin-left: -20%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero .hero-content {
        flex-direction: column;
    }
    .hero .hero-content .col-12 {
        width: 100%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        text-align: center;
        padding: 5rem 20px;
        zoom: 120%;
    }

    .hero .hero-content .col-12 * {
        width: 100%;
        text-align: center;
    }

    .hero .btn-get-started {
        zoom: 75%;
    }

    .hero .social-icons {
        /* display: none; */
        justify-content: center;
        gap: 0;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        width: 70%;
        align-self: center;
    }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .hero {
        height: 85vh;
    }
    .hero .hero-content {
        flex-direction: row;
    }
    .hero .hero-content .col-12 {
        width: 50%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        text-align: center;
        padding: 3rem 0px;
        zoom: 100%;
        position: relative;
    }

    .hero .hero-content .col-12:first-child {
        zoom: 85%;
        align-items: center !important;
    }

    .hero .hero-content .col-12 * {
        width: 100%;
        text-align: center;
    }

    .hero .hero-content .col-12 .hero-img img {
        width: 120% !important;
        margin-left: -10%;
    }

    .hero .btn-get-started {
        zoom: 75%;
    }

    .hero .social-icons {
        /* display: none; */
        justify-content: center;
        gap: 0;
        margin-top: 0 !important;
        margin-bottom: 2rem !important;
        width: 70%;
        align-self: center;
    }
}

/*--------------------------------------------------------------
# HowTo Section
--------------------------------------------------------------*/
/* PC */
.howto {
    padding: 60px 0;
    margin-top: 40px;
    width: 100%;
    background: transparent;
}

.howto .container {
    position: relative;
    border-radius: 10px;
    background-color: #492d6a;
    z-index: 2;
}

.howto .main-title {
    font-size: 40px;
}

.howto .img-cont {
    display: none;
}

.howto .main-subtitle {
    font-size: 18px;
}

@media (max-width: 768px) {
    #howto {
        overflow-y: visible;
    }

    .howto .container {
        width: 95%;
        /* background-color: transparent; */
        margin: 0 10px;
        border-radius: 20px !important;
    }

    .howto .main-title {
        font-size: 30px;
        padding: 0 10px;
    }

    .howto .main-subtitle {
        font-size: 18px;
    }

    .howto .img-cont {
        display: block;
        text-align: center;
    }
}

.howto .howto-star {
    width: 126px;
    height: 126px;
    position: absolute;
    top: -50px;
    right: -50px;
}

.howto .howto-star-left {
    width: 84px;
    height: 84px;
    position: absolute;
    top: 50px;
    left: -50px;
}

.howto .howto-star-mobile {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -20px;
    right: 20px;
}

.howto .howto-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: visible;
}

.howto .howto-item {
    background-color: var(--default-color);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    border-radius: 18px;
    transition: all 0.3s ease-in-out;
    min-width: 120px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: relative;
}

.howto .howto-item .icon {
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    justify-items: center;
    transition: color 0.3s ease-in-out;
    background-color: var(--accent-color);
    border-radius: 100px;
}

.howto .howto-item .icon i {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: var(--default-color);
}

.howto .howto-item h5 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    transition: color 0.3s ease-in-out;
    color: #492d6a;
}

.howto .howto-item:hover {
    transform: translateY(-10px);
    background-color: var(--accent-color);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.howto .howto-item:hover .icon {
    background-color: var(--default-color);
}

.howto .howto-item:hover .icon i {
    color: var(--accent-color);
}

.howto .howto-item:hover h5 {
    color: var(--default-color);
}

.howto h2 {
    color: var(--default-color);
    font-size: 40px;
}

.howto p {
    color: var(--default-color);
    font-size: 16px;
}

.howto .howto-img2 {
    display: none;
}

@media (max-width: 768px) {
    .howto .howto-img {
        display: none;
    }

    .howto .howto-img2 {
        display: block;
    }

    .howto {
        padding: 0;
    }

    .howto .container {
        border-radius: 0;
    }

    .howto .howto-item {
        justify-content: center;
    }

    .howto h2 {
        color: var(--default-color);
        font-size: 25px;
    }

    .howto p {
        color: var(--default-color);
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Why Section
--------------------------------------------------------------*/
.why {
    padding: 60px 0;
    background: transparent;
}

.why .title h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
}

.why .content {
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.why .img-cont {
    display: inline-table;
    height: 350px;
}

.why .img-cont-mobile {
    display: none;
}

@media (max-width: 768px) {
    .why .title h2 {
        font-size: 30px;
        padding-left: 20px;
    }

    .why .content {
        font-size: 21px;
        padding-left: 20px;
    }

    .why .img-cont {
        text-align: center;
        display: none;
    }

    .why .img-cont-mobile {
        display: block;
        text-align: center;
    }

    .why .img-cont-mobile img {
        height: 500px;
    }
}

/*--------------------------------------------------------------
# Paradigma Section
--------------------------------------------------------------*/
.paradigma {
    padding: 60px 0;
    position: relative;
    background: transparent;
    /* Contoh background gradient:
     background: linear-gradient(to bottom, #fff, #cfaefc);
  */
}

.paradigma-card {
    background: var(--accent-color) url("../img/bg-paradigma.png") no-repeat
        center;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
    max-width: 1000px;
    position: relative;
}

.paradigma-title {
    background: var(--accent-color);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    z-index: 2;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid var(--default-color);
}
.paradigma-title h2 {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--default-color);
    margin: 0;
}

.paradigma-image {
    padding-top: 20px;
}
.paradigma-img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Responsif */
@media (max-width: 768px) {
    .paradigma {
        padding: 40px 0;
    }
    .paradigma-card {
        border-radius: 20px;
    }
    .paradigma-img {
        border-radius: 15px;
    }
    .paradigma-title h2 {
        font-size: 0.7rem;
        color: var(--default-color);
    }
    .paradigma-title {
        top: -15px;
    }
}

/*--------------------------------------------------------------
# Kendala Section
--------------------------------------------------------------*/
/* PC */
.kendala {
    background: transparent;
    padding: 60px 0;
}

.kendala .container {
    position: relative;
}

.kendala .kendala-dots {
    width: 40px;
    height: 87px;
    position: absolute;
    top: 260px;
    left: -40px;
}

.kendala .kendala-circle {
    width: 370px;
    height: 370px;
    position: absolute;
    top: 0%;
    left: 30%;
}

.kendala img.section-img {
    width: 100%;
    border-radius: 100px 7px;
    padding: 0.5rem;
}

.kendala .title h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
}

.kendala .content {
    font-weight: 400;
    font-size: 18px;
    color: black;
}

/* Responsive */
@media (max-width: 768px) {
    #kendala {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .kendala .title h2 {
        font-size: 30px;
        text-align: center;
    }

    .kendala .content {
        font-size: 18px;
    }

    .kendala .mobile-img {
        margin: 20px 0;
    }
}

/*--------------------------------------------------------------
# Solusi Section
--------------------------------------------------------------*/
/* PC */
.solusi {
    background: transparent;
}

.solusi .container {
    position: relative;
}

.solusi .title h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
}

.solusi .content {
    font-weight: 400;
    font-size: 18px;
    color: black;
}

@media (max-width: 768px) {
    .solusi {
        padding-left: 20px;
        padding-right: 20px;
    }

    .solusi .title h2 {
        font-size: 30px;
    }

    .solusi .content {
        font-size: 18px;
    }

    .solusi .img-cont {
        text-align: center;
    }

    .solusi img {
        height: 300px !important;
    }
}

/*--------------------------------------------------------------
# Benefit Section
--------------------------------------------------------------*/
#benefit {
    padding: 60px 0;
    background: transparent;
}

.benefit .container {
    position: relative;
}

.benefit .title h2 {
    font-weight: 500;
    font-size: 30px;
    color: black;
}

.benefit .title p {
    font-weight: 700;
    font-size: 38px;
    color: #ffee00;
}

.benefit-item {
    position: relative;
    background: var(--default-color);
    border-radius: 15px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    min-width: 280px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: var(--accent-color);
}

.benefit-item:hover .benefit-number span {
    color: var(--default-color);
}

.benefit-item:hover p {
    color: var(--default-color);
}

.benefit-item:hover .benefit-number {
    background: var(--accent-color);
}

.benefit-number {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin-top: -30px;
    margin-bottom: 15px;
}

.benefit-number span {
    color: var(--accent-color);
}

.benefit-item p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--accent-color);
    margin-bottom: 0;
    font-weight: 700;
}

.row-benefits {
    display: flex;
}

.row-benefits-mobile {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    #benefit {
        padding: 40px 0;
    }

    .row-benefits {
        display: none;
    }

    .row-benefits-mobile {
        display: flex;
    }

    .benefit .title h2 {
        font-size: 22px;
    }

    .benefit .title p {
        font-size: 24px;
    }

    .benefit-item {
        min-height: auto;
        padding: 15px;
    }

    .benefit-item-mobile {
        position: relative;
        background: var(--default-color);
        border-radius: 15px;
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.05);
        /* padding: 20px; */
        width: 140px;
        height: 140px;
        /* padding: 15px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        margin-top: 10px;
        transition: all 0.3s ease;
        text-align: center;
    }

    .benefit-item-mobile:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        background: var(--accent-color);
    }

    .benefit-item-mobile:hover .benefit-number span {
        color: var(--default-color);
    }

    .benefit-item-mobile:hover p {
        color: var(--default-color);
    }

    .benefit-item-mobile:hover .benefit-number {
        background: var(--accent-color);
    }

    .benefit-item-mobile .benefit-number {
        background: #fff;
        border: 2px solid #eee;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        margin-top: -30px;
        margin-bottom: 15px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .benefit-number span {
        color: var(--accent-color);
    }

    .benefit-item-mobile p {
        font-size: 12px;
        line-height: 1.6;
        color: var(--accent-color);
        margin-bottom: 0;
        font-weight: 700;
    }
}

/*--------------------------------------------------------------
# Category Section
--------------------------------------------------------------*/
.categories {
    padding: 60px 0;
    background: transparent;
    /* Contoh background gradien (opsional):
     background: linear-gradient(180deg, #f5f0ff 0%, #ffffff 100%);
  */
}

.categories .text-highlight {
    color: #fbc02d;
}

.btn-all-categories {
    background-color: #ffcb45;
    color: #000;
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
}

.btn-all-categories:hover {
    background-color: #ffb600;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.category-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: var(--accent-color);
}

.category-card:hover h5 {
    color: var(--default-color);
}

.category-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.category-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Responsif */
@media (max-width: 768px) {
    .categories {
        padding: 40px 0;
    }

    .categories .category-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .categories .category-info p {
        font-size: 18px;
    }

    .category-card {
        min-height: 160px;
        padding: 20px;
    }

    .category-card h5 {
        font-size: 14px;
    }

    .category-icon {
        width: 60px;
        height: 60px;
    }
}

/* Custom 5 column grid */
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px) {
    .col-md-6-custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.category-card {
    background: white;
    border-radius: 12px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.category-card:hover {
    transform: translateY(-5px);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimoni {
    background: transparent;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.testimoni .container {
    background: linear-gradient(180deg, #422b5f 0%, #9747ff 100%);
    padding: 20px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimoni .testimonial-decor {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-title {
    text-align: left;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}

.section-title .highlight {
    color: #fbc02d;
    font-size: 2.5rem;
    text-transform: none;
}

.swiper {
    width: 100%;
    padding-bottom: 40px;
}
.swiper-wrapper {
    height: auto;
}

.testimonial-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    min-height: 250px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 15px;
}

.testimonial-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    /* border: 3px solid #fbc02d; */
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #20004a;
}

.testimonial-stars {
    margin-bottom: 5px;
}

.testimonial-text {
    font-size: 0.9rem;
    color: #20004a;
    font-weight: 400;
    text-align: left;
}

.swiper-pagination {
    display: inherit;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fbc02d;
}

/* Responsive */
@media (max-width: 767px) {
    .testimoni .container {
        background: transparent;
        padding: 15px;
    }
    .section-title {
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .section-title .highlight {
        font-size: 1.6rem;
    }
    .testimonial-item {
        min-height: 200px;
        padding: 15px;
    }
    .testimonial-img {
        width: 50px;
        height: 50px;
    }
    .testimoni .testimonial-decor {
        display: none;
    }
}

/*--------------------------------------------------------------
# Kontak Kami
--------------------------------------------------------------*/
/* PC */
.kontak {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    height: fit-content;
    background: transparent;
}

.kontak .kontak-title h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.kontak .kontak-title p {
    font-size: 1.1rem;
}

.contact-info-card {
    background: linear-gradient(
        215deg,
        #ffffff -9%,
        #c293ff 40%,
        #c293ff 70%,
        #c293ff 95%
    );
    color: #fff;
    border-radius: 25px;
}

.contact-info-card h4 {
    font-size: 40px;
    color: var(--primary-color);
}

.contact-info-card span {
    font-size: 30px;
    color: var(--primary-color);
}

.big-contact-card {
    min-height: 700px;
}

.ci-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.icon-ci {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.icon-ci i {
    color: #4e2d8b;
    font-size: 18px;
}
.sosmed {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.form-card-floating {
    background: var(--accent-color);
    border-radius: 25px;
    z-index: 10;
    width: 50%;
    top: 300px;
    right: 50px;

    transform: translateY(0);
}

.kontak input.form-control,
.kontak textarea.form-control {
    border: 0;
    border-bottom: 1px solid #888;
    border-radius: 10px;
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
    font-size: 15px;
    color: #333;
}

.kontak .submit-btn {
    display: block;
    margin: 0 auto;
    background-color: #bcff12;
    position: relative;
    text-align: center;
}

.kontak .submit-btn:hover {
    background-color: #93c80d;
}

.kontak .submit-btn:hover span {
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .form-card-floating {
        width: 80%;
        right: 30px;
        /* top: 30px; */
    }
}
@media (max-width: 768px) {
    .kontak {
        padding: 40px 0;
    }

    .big-contact-card {
        min-height: auto;
        margin: 0 10px;
    }

    .form-card-floating {
        position: static;
        justify-content: center;
        width: 80%;
        margin-top: -30px;
        margin: auto;
        z-index: 2;
        transform: none;
        right: 10%;
    }

    .contact-info-card {
        padding-top: 550px;
    }

    .contact-info-card h4 {
        font-size: 25px;
        margin-bottom: 10px !important;
    }

    .contact-info-card span {
        font-size: 16px;
    }

    .kontak .submit-btn span {
        font-size: 14px;
    }

    .kontak {
        height: auto;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    /* background: linear-gradient(to bottom, white 0%, #6c1dc7 100%); */
    background: transparent;
    color: white;
    font-size: 14px;
    text-align: left;
    padding: 40px 0;
}

.footer img {
    width: 100%;
    /* height: auto; */
}

.footer .paragraph {
    width: 50%;
}

.footer-text {
    font-size: 18px;
    max-width: 600px;
}

.footer .copyright {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .social-links {
    margin: 0 0 30px 0;
}

.footer .social-links a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
    color: var(--default-color);
    line-height: 1;
    margin: 0 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
    text-decoration: none;
}

.footer .copyright {
    padding-top: 25px;
    border-top: 1px solid
        color-mix(in srgb, var(--primary-color), transparent 90%);
}

.footer .credits {
    font-size: 13px;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .footer {
        padding: 0;
    }

    .footer img {
        width: 50%;
        height: auto;
    }

    .footer .paragraph {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: var(--background-color);
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    border: 4px solid var(--accent-color);
    border-radius: 50%;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
    animation-delay: -0.5s;
}

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--default-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--default-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
