/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.tns-outer~.controls-container>div {
    background-color: white;
    color: black !important;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    /* transform: translateY(-50%); */
    border-radius: 50rem;
    padding: 0.25rem 0.375rem;
    opacity: 0.75;
    cursor: pointer;
    transition: color 0.2s linear;
    z-index: 100;
}

.wa-bg {
    height: 100%;
    width: 150px;
}

.text-hubungi-kami {
    font-size: 14px;
    margin-left: 10px;
}

.tns-outer~.controls-container>div:hover {
    color: var(--themecolor-dark);
    opacity: 0.95;
}

.tns-outer~.controls-container .prev {
    right: 3.5rem;
}

.tns-outer~.controls-container .next {
    right: 1rem;
}

.tns-outer~.controls-container div[aria-disabled="true"] {
    display: none;
}

.tns-outer~.controls-container div[aria-disabled="true"],
.tns-outer~.controls-container div[aria-disabled="true"]:hover {
    opacity: 0;
}

:root {
    --bg-gradient: linear-gradient(90deg, #518fc0, #6446c4);
    --bg-gradient-2: linear-gradient(90deg, #3e6c92, #4c3695);
    --btn-text-size: 14px;
    --color-light-blue: rgba(245, 246, 255, 1);
    --color-light-purple: rgba(247, 238, 255, 1);
    --color-light-green: rgba(237, 247, 245, 1);
}

/* Gradient Scroll Bar */

/* width */
::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 100vh;
    background: transparent;
    margin-bottom: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 100vh;
    height: 10px;
    background: var(--bg-gradient);
}

.gradient-btn-custom {
    background: var(--bg-gradient);
    border: none;
    outline: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.gradient-btn-custom:hover {
    color: #fff;
    background: var(--bg-gradient-2);
}

.gradient-btn-custom:active {
    color: #fff !important;
    background: var(--bg-gradient-2);
}

.gradient-btn-custom.no-hover:hover {
    background: var(--bg-gradient);
}

.custom-border::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 180%;
    background: #fff;
    transform: rotate(45deg) translate(10px);
}

.custom-border::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 500%;
    left: 0;
    transition: 0.3s;
    background: #fff;
    transform-origin: top;
    transform: rotate(0) translateY(-10%);
}

.custom-border:hover::before {
    height: 500%;
    transform: translateY(0);
    animation: border-animation-white 3s linear infinite;
    top: 20px;
    left: -1px;
}

/* fontsize */
.fz-12 {
    font-size: 12px !important;
}

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

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

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

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

.fz-24 {
    font-size: 24px !important;
}

.fz-26 {
    font-size: 26px !important;
}

@keyframes border-animation-white {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.custom-border::after {
    position: absolute;
    content: "";
    inset: 2px;
    border-radius: 500px;
    background: var(--bg-gradient);
}

.custom-border span {
    position: relative;
    z-index: 99;
}

a {
    color: #373737;
}

a:hover {
    color: #fff;
}

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

.btn:hover {
    color: white;
}

.btn:active {
    border-color: transparent !important;
}

.text-btn:hover {
    font-weight: bolder;
}

.fs-1 {
    font-size: 3.5rem !important;
}

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

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

h1,
h2,
h4 {
    font-weight: bold;
}

p {
    font-size: 14px;
}

.font-patrick {
    font-family: "Patrick Hand", cursive;
}

.font-newsreader {
    font-family: "Newsreader", serif;
}

h1.color-gradient,
h2.color-gradient,
h3.color-gradient {
    /* background: var(--bg-gradient); */
    background: #5141b7;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4.color-gradient,
h5.color-gradient,
h6.color-gradient,
p.color-gradient,
span.color-gradient,
div.color-gradient,
a.color-gradient {
    /* background: var(--bg-gradient); */
    background: linear-gradient(to right, #6446c4, #518fc0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gradient .text-decoration-line-through {
    background: none;
    -webkit-background-clip: none;
    background-clip: none;
    -webkit-text-fill-color: initial;
    color: white !important;
    text-decoration: line-through;
}

.color-gradient::selection {
    color: white;
    -webkit-text-fill-color: white;
}

a.color-gradient:hover {
    background: var(--bg-gradient-2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn .color-gradient {
    font-weight: 600;
}

.color-gradient.link:hover {
    background: var(--bg-gradient-2);
    font-weight: bolder;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-gradient.link,
.text-white.link {
    padding-right: 5px;
    /* text-decoration: underline; */
    position: relative;
    transition: 0.3s;
    display: inline-flex;
    /* Change display to inline-flex */
}

.color-gradient.link::after {
    content: "";
    /* Add content to the pseudo-element */
    position: absolute;
    /* Set absolute positioning */
    bottom: -2px;
    /* Adjust the position of the underline */
    left: 0;
    /* Align the underline with the text */
    width: 100%;
    /* Set the width of the underline to auto */
    height: 2px;
    /* Set the height/thickness of the underline */
    background: var(--bg-gradient);
    /* Set the color of the underline */
}

.text-white.link::after {
    content: "";
    /* Add content to the pseudo-element */
    position: absolute;
    /* Set absolute positioning */
    bottom: -2px;
    /* Adjust the position of the underline */
    left: 0;
    /* Align the underline with the text */
    width: 100%;
    /* Set the width of the underline to auto */
    height: 2px;
    /* Set the height/thickness of the underline */
    background: white;
    /* Set the color of the underline */
}

.color-gradient.link:hover::after {
    background: var(--bg-gradient-2);
}

.color-gradient.link:hover~img {
    animation: slideX 2s ease-in-out infinite;
}

@keyframes slideX {
    0% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(10px);
    }
}

.floating-button {
    position: fixed;
    right: 0.7rem;
    z-index: 10;
    bottom: 2rem;
    height: auto;
}

.floating-button .logo {
    width: 60px;
    position: relative;
    object-fit: contain;
    z-index: 3;
    flex-shrink: 0;
    flex-grow: 0;
}

.floating-button .logo2 {
    width: 60px;
    position: relative;
    object-fit: contain;
    z-index: 3;
    flex-shrink: 0;
    flex-grow: 0;
}

.floating-button .logo2 {
    transform: translateX(50%);
}

.logo-body {
    z-index: 2;
    display: none !important;
    height: 60px;
    object-fit: contain;
}

.logo-body img {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
}

.logo-body span {
    left: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
}

.logo-body2 {
    z-index: 2;
    height: 80px;
    object-fit: contain;
}

.logo-body2 img {
    flex-grow: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
}

.logo-body2 span {
    left: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
}

section {
    background: none;
    overflow-x: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-light.bg-transparant {
    background: transparent;
    border: solid 1px white;
    color: white !important;
    padding: 1rem 1.5rem;
    border-radius: 500px;
    transition: 0.3s;
}

.btn-light {
    padding: 1rem 1.5rem;
    border-radius: 500px;
    transition: 0.3s;
}

.btn-light.bg-transparant:hover {
    /* font-weight: 600;
    border-width: 2px; */
    background: white;
    color: #000 !important;
    border: solid 1px white;
}

.btn-light.bg-transparant:active {
    /* font-weight: 600;
    border-width: 2px; */
    background-color: white !important;
}

#content {
    overflow-x: hidden;
    /* padding-top: 4rem; */
}

/* Animated Button Styling */
.gradient-btn {
    padding-left: 1rem;
    color: #fff;
    font-size: var(--btn-text-size);
    font-weight: 600;
    display: inline-flex;
    /* Use flexbox */
    align-items: center;
    /* Center vertically */
    background: var(--bg-gradient);
}

.text-justify {
    text-align: justify !important;
}

.gradient-btn img {
    height: 3.5rem;
}

.box {
    position: relative;
    z-index: 1;
    cursor: pointer !important;
    overflow: hidden;
    color: black !important;
    font-size: var(--btn-text-size) !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    /* background: transparent !important; */
    background: none;
    border: double 2px transparent !important;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00, #3020ff) !important;
    background-image: linear-gradient(white, white), var(--bg-gradient) !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: auto !important;
    height: 56px !important;
}

.box-2 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    color: black;
    font-size: var(--btn-text-size);
    font-weight: 600;
    display: flex;
    /* Use flexbox */
    align-items: center;
    /* Center vertically */
    /* background: transparent !important; */
    background: none;
    /* border: double 2px transparent; */
    background-image: linear-gradient(white, white);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: auto;
    height: 50px !important;
}

.box-2:hover span {
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-btn span {
    background: #5141b7;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}

.box-2::before {
    content: "";
    background: var(--bg-gradient);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.4s;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.box-2:hover::before {
    transform: scaleX(1);
}

.box span {
    background: var(--bg-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-white {
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    color: black;
    font-size: var(--btn-text-size);
    font-weight: 600;
    display: inline-flex;
    /* Use flexbox */
    align-items: center;
    /* Center vertically */
    /* background: transparent !important; */
    background: none;
    border: double 2px white;
    /* background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff); */
    /* background-image: linear-gradient(white, white),linear-gradient(white, white);
    background-origin: border-box;
    background-clip: padding-box, border-box; */
    width: auto;
    height: 56px !important;
}

.box-white::before {
    content: "";
    background: linear-gradient(white, white);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #000;
    left: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.4s;
    transform-origin: 0 0;
    transform: scaleX(0.1);
}

.box::before {
    content: "";
    background: var(--bg-gradient);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.4s;
    transform-origin: 0 0;
    transform: scaleX(0.1);
}

.box:hover::before {
    transform: scaleX(0.9);
}

.box-3 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    color: black;
    font-size: var(--btn-text-size);
    font-weight: 600;
    display: flex;
    align-items: center;
    background: none;
    background-color: transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: auto;
    height: 50px !important;
}

.box-3:hover {
    color: var(--bg-gradient) !important;
}

.box-3::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.4s;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.box-3:hover::before {
    transform: scaleX(1);
}

.box-white:hover::before {
    transform: scaleX(0.88);
}

.box-white .btn-arrow-hover {
    opacity: 0;
    height: 52px;
}

.box-white:hover .btn-arrow-hover {
    opacity: 1;
}

.gradient-btn span {
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
    transform: translateX(45px);
}

.gradient-btn img {
    position: absolute;
    left: -18px;
    right: auto;
    transition: left 0.4s ease;
    height: 52px;
}

.box:hover img {
    left: calc(100% - 68px);
}

.box:hover span {
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(0);
}

.box-white:hover img {
    left: calc(100% - 68px);
}

.box-white:hover {
    border: solid 2px white;
}

.box-white span {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}

.box-white:hover span {
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(0);
}

.gradient-btn-light {
    position: relative;
    padding: 1rem 1.5rem;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    color: black;
    font-size: var(--btn-text-size);
    font-weight: 600;
    display: inline-flex;
    /* Use flexbox */
    align-items: center;
    /* Center vertically */
    /* background: transparent !important; */
    background: none;
    border: double 2px transparent;
    /* background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff); */
    background-image: linear-gradient(white, white), var(--bg-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: auto;
    /* height: 56px !important; */
}

.gradient-outline {
    position: relative;
    padding: 1rem 1.5rem !important;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    /* Use flexbox */
    align-items: center;
    /* Center vertically */
    /* background: transparent !important; */
    background: none;
    border: double 2px transparent;
    /* background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff); */
    background-image: linear-gradient(white, white), var(--bg-gradient);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-btn-light span {
    transform: translateX(0);
}

.gradient-btn-light::before {
    content: "";
    background: var(--bg-gradient);
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.4s;
    transform-origin: 0 0;
    transform: scaleX(0);
}

.gradient-btn-light:hover::before {
    transform: scaleX(1);
}

.gradient-btn-light:hover span {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
}

/* end styling for animated button */

/* Styling for custom badge */

.badge {
    padding: 0.75rem;
}

.badge-blue,
.badge-technology,
.badge-business {
    color: #596fc1;
    background: rgba(75, 107, 251, 0.05);
}

.badge-purple,
.badge-e-sport {
    color: rgba(183, 40, 233, 1);
    background: rgba(183, 40, 233, 0.05);
}

.badge-green,
.badge-company-profile {
    color: rgba(89, 193, 99, 1);
    background: rgba(89, 193, 99, 0.05);
}

.badge-blue-light {
    color: rgba(0, 0, 0, 1);
    background: rgba(208, 234, 255, 1);
}

.badge-blue-dark {
    color: rgba(255, 255, 255, 1);
    background: rgba(82, 135, 192, 1);
}

.badge-purple-dark {
    color: rgba(255, 255, 255, 1);
    background: rgba(99, 70, 195, 1);
}

.badge-blue-transparent {
    width: auto;
    /* Adjust as needed */
    flex: 0 0 auto;
    /* Prevent stretching */
    background: rgba(89, 162, 193, 0.05);
    color: rgba(89, 162, 193, 1);
}

.badge-green-transparent {
    width: auto;
    /* Adjust as needed */
    flex: 0 0 auto;
    /* Prevent stretching */
    background: rgba(89, 193, 99, 0.05);
    color: rgba(89, 193, 99, 1);
}

/* end custom badge */

/* custom sizing */
/* CUSTOM WIDTHS */
.w-10,
.w-xs-10 {
    width: 10% !important;
}

.w-15,
.w-xs-15 {
    width: 15% !important;
}

.w-20,
.w-xs-20 {
    width: 20% !important;
}

.w-80,
.w-xs-80 {
    width: 80% !important;
}

.w-90,
.w-xs-90 {
    width: 90% !important;
}

/* BREAKPOINTS */

/* SM breakpoint */
@media (min-width: 576px) {

    /* CUSTOM WIDTHS */
    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

/* MD breakpoint*/
@media (min-width: 768px) {

    /* CUSTOM WIDTHS */
    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

/* LG breakpoint */
@media (min-width: 992px) {
    .wa-bg {
        height: 100%;
        width: 220px;
    }

    .text-hubungi-kami {
        font-size: 18px;
        margin-left: 40px;
    }

    /* CUSTOM WIDTHS */
    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

/* XL breakpoint */
@media (min-width: 1200px) {

    /* CUSTOM WIDTHS */
    .w-xl-10 {
        width: 10% !important;
    }

    .w-xl-15 {
        width: 15% !important;
    }

    .w-xl-20 {
        width: 20% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

/* XXL breakpoint */
@media (min-width: 1440px) {

    /* CUSTOM WIDTHS */
    .w-xxl-10 {
        width: 10% !important;
    }

    .w-xxl-15 {
        width: 15% !important;
    }

    .w-xxl-20 {
        width: 20% !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-90 {
        width: 90% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}

/* end custom sizing */

body {
    scroll-behavior: smooth !important;
}

s {
    text-decoration: line-through !important;
}

@media screen and (min-width: 576px) {
    h1 {
        font-size: 34px;
    }

    .logo-body {
        display: flex !important;
    }

    h4 {
        font-size: 20px;
    }

    .floating-button img {
        right: 1rem;
    }

    .floating-button .logo {
        transform: translateX(75%);
    }

    .floating-button .logo2 {
        transform: translateX(75%);
    }
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 64px;
        font-weight: 800;
        line-height: 1.2;
    }

    h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    h3 {
        line-height: 1.2;
    }

    p {
        font-size: 16px;
    }

    h4 {
        font-size: 24px;
    }

    #content {
        padding-top: 0;
    }

    .gradient-btn {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    h1 {
        width: 60%;
    }
}
