/* Tools */
body {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
    scroll-behavior: smooth;
}

/* Navbar */
.navbar {
    /* background-color: #fff; */
    /* background-color: #088b80; */
    /* background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2)),
        linear-gradient(to right, #4ebada, #009970, #004d4d); */
    /* margin: 20px;
        border-radius: 16px; */
    height: 80px;
    /* border-radius: 0 0 16px 16px; */
    padding: 0.5rem;
    background: transparent;
    transition: background 0.5s ease-in-out;
}

/* .navbar.scrolled { */
/* background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2)),
        linear-gradient(to right, #4ebada, #009970, #004d4d); */
/* backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px); */
/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
background: rgba(255, 255, 255, 0.1);
} */

.navbar.scrolled .navbar-blur-wrapper {
    position: absolute;
    inset: 0;
    /* background-color: rgba(255, 255, 255, 0.15); */
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    background-color: #088b80;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    z-index: -1;
    /* border-radius: 0 0 16px 16px; */
}

.nav_sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #088b80;
    /* background: linear-gradient(to right, #4ebada, #009970); */
}

.nav-dropdown {
    color: white !important;
}

.margin-navbar {
    margin: 0 85px;
}

.navbar-toggler-icon,
.offcanvas-header .btn-close {
    filter: invert(1);
}

/* .navbar.scrolled {
    margin: 0;
    border-radius: 0;
} */

.regis-button {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #4ebada, #009970);
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: 0.3s;
}

.regis-button:hover {
    background: transparent;
    color: black;
    border: 2px solid #009970;
}

.navbar-toggler {
    border: none;
    font-size: 1.25rem;
    box-shadow: none;
}

.navbar-toggler:focus,
.btn-close:focus,
.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.nav-link {
    /* color: #666777; */
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    /* color: #000; */
    color: #ffffff !important;
}

/* .navbar.scrolled .navbar-toggler-icon,
.navbar.scrolled .offcanvas-header .btn-close {
    filter: invert(0);
} */

/* .navbar.scrolled .nav-link,
.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
    color: #000 !important;
} */

@media (min-width: 992px) {
    .navbar-animate {
        animation: slideDown 0.8s ease-out forwards;
        animation-delay: 0.3s;
    }

    @keyframes slideDown {
        0% {
            /* opacity: 0; */
            transform: translateY(-100%);
        }
        100% {
            /* opacity: 1; */
            transform: translateY(0);
        }
    }

    .navbar-animate {
        animation: slideDown 0.8s ease-out forwards;
    }

    /* .navbar.scrolled .nav-link::before {
        background-color: #000 !important;
    } */

    .nav-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #ffffff;
        /* background: linear-gradient(to right, #009970, #4ebada); */
        visibility: hidden;
        transition: 0.3s ease-in-out;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        width: 100%;
        visibility: visible;
    }
}
/* End Navbar */

/* Gradasi Header */
/* .x_one::after {
    content: "";
    position: absolute;
    bottom: -38px;
    left: 0;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    pointer-events: none;
} */
/* End Gradasi Header */

/* Header */

svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.5;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
    animation: textAnimation 3s ease-in-out 1 forwards;
}
@keyframes textAnimation {
    0% {
        stroke-dashoffset: 300%;
    }
    80% {
        fill: transparent;
    }
    100% {
        fill: #fff;
        stroke-dashoffset: 0;
    }
}

.x_one {
    background: url("../../images/bg-header.png") no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    flex-direction: column;
    padding: 150px 45px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.x_one.x_home {
    background: none;
}

.x_one.x_about {
    background-image: url("../../images/bgheader/bg_header_about.png");
}

.x_one.x_broadband {
    background-image: url("../../images/bgheader/bg-broadband.jpg");
}

.x_one.x_dedicated {
    background-image: url("../../images/bgheader/bg-dedicated.jpg");
}

.x_one.x_bisnis {
    background-image: url("../../images/bgheader/bg-internet-bisnis.png");
}

.x_one.x_kemitraan {
    background-image: url("../../images/bgheader/bg-program-kemitraan.jpg");
}

/* .x_one.x_article {
    background-image: url("../../images/bg-article.jpg");
} */

.x_one.x_contact {
    background-image: url("../../images/bgheader/bg-contact-us.jpg");
}

.x_one.x_regis {
    background-image: url("../../images/bgheader/bg-regis.jpg");
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

.background-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-size: cover;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.x_one::before {
    content: "";
    background-color: #05100e96;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* .extra-caption h3 {
    font-size: 28px;
    letter-spacing: 1px;
}

.extra-caption p {
    font-size: 20px;
    font-weight: 600;
}

.text-gradient {
    background: linear-gradient(90deg, #00ffc3, #00a8ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
} */

/* .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
} */

/* .background-image {
    background: url("../../images/bg-header.png") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.titan-caption {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.caption-content {
    display: table-cell;
    background-attachment: fixed;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    display: flex;
    transition: opacity 1s ease-out, top 0.3s ease-out;
    opacity: 1;
}

.head-caption {
    letter-spacing: 4px;
    font-size: 20px;
}

.body-caption {
    letter-spacing: 16px;
    font-size: 45px;
}

.font-alt {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.btn_contact {
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
    margin-top: 15px;
}

.btn_contact:hover {
    background-color: #fff;
    color: #000;
}

.btn {
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
    margin-top: 65px;
}

.btn:hover {
    background-color: #fff;
    color: #000;
}

#dynamic-text {
    /* font-weight: bold; */
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.no-animation {
    opacity: 1;
}

@media (max-width: 991px) {
    .x_one {
        padding: 200px 0;
        background-attachment: scroll;
    }

    .body-caption {
        letter-spacing: 8px;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .x_one {
        padding: 150px 0;
        text-align: center;
    }

    .head-caption {
        letter-spacing: 2px;
        font-size: 14px;
    }

    .body-caption {
        letter-spacing: 4px;
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .x_one {
        padding: 200px 0;
    }

    .body-caption {
        font-size: 37px;
    }
}

@media (max-width: 461px) {
    .navbar-brand img {
        width: 80px;
    }

    .margin-navbar {
        margin: 0 !important;
    }

    .regis-button {
        font-size: 10.5px;
    }

    .head-caption {
        font-size: 10.5px;
    }

    .body-caption {
        font-size: 25px;
    }
}
/* End Header */

/* Button Progress */

#progress {
    background: #25d366;
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 70px;
    width: 70px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10000;
    opacity: 1;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    text-decoration: none;
    /* transition: opacity 0.5s ease, transform 0.5s ease; */
}

#progress:hover {
    transform: scale(1);
}

/* #progress.fade-in {
    display: grid;
    transform: scale(1);
    opacity: 1;
}

#progress.fade-out {
    opacity: 0;
    transform: scale(0.9);
} */

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #25d366;
    z-index: 10000;
}

@media (max-width: 768px) {
    #progress {
        height: 60px;
        width: 60px;
        bottom: 15px;
        right: 10px;
    }

    #progress-value {
        font-size: 30px;
        height: calc(100% - 12px);
        width: calc(100% - 12px);
    }
}

@media (max-width: 576px) {
    #progress {
        height: 50px;
        width: 50px;
        bottom: 10px;
        right: 8px;
    }

    #progress-value {
        font-size: 25px;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
    }
}
/* End Button Progress */

/* Footer */

/* .slider-footer {
    width: 100%;
    padding: 10px 0 40px 0;
    margin: 10px 0 40px 0;
    height: 100px;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
}

.slider-footer .list-partner {
    display: flex;
    width: 100%;
    min-width: calc(195px * 4);
    position: relative;
}

.slider-footer .list-partner .item {
    width: 195px;
    height: 100px;
    margin: -6px 0;
    position: absolute;
    left: 100%;
    animation: autoRun 10s linear infinite;
    transition: filter 0.5s;
    animation-delay: calc(10s / 4 * (var(--position) - 1)) !important;
}

@keyframes autoRun {
    from {
        left: 100%;
    }
    to {
        left: calc(120px * -1);
    }
}

.slider-footer .list-partner .item img {
    width: 100%;
} */

/* .slider-footer:hover .item {
    animation-play-state: paused !important;
    filter: grayscale(1);
} */

/* .slider-footer .item:hover {
    filter: grayscale(0);
} */

/* .slider-footer[reverse="true"] .item {
    animation: reversePlay 10s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(120px * -1);
    }
    to {
        left: 100%;
    }
} */

.support-member {
    padding: 40px 0;
    text-align: center;
}

.content-member h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.member_swiper {
    padding: 20px 0;
}

.member_swiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-wrapper {
    justify-content: center;
    align-items: center;
}

.item img {
    height: 110px;
    object-fit: contain;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.item img:hover {
    opacity: 1;
}

/* .content-member {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 20px 0;
}

.content-member h2 {
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 36px;
} */

/* footer {
    width: 100%;
    margin: -25px 0 0;
    padding: 10px 0px;
    background-color: #088b80;
    background-size: cover;
    color: #fff;
}

.container__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 20px;
}

.footer__section {
    width: 23%;
}

.footer__section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer__section ul {
    list-style: none;
    padding: 0;
}

.footer__section ul li {
    margin-bottom: 10px;
}

.footer__section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer__section ul li a:hover {
    text-decoration: underline;
}

.social__icons a {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.box__copyright {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 40px;
}

.box__copyright p {
    margin-top: 20px;
    color: #fff;
}

.box__copyright hr {
    border: none;
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .container__footer {
        flex-direction: column;
        text-align: center;
        padding: 0 10px;
    }
    .footer__section {
        width: 100%;
        margin-bottom: 30px;
    }
} */
.footer-modern {
    background-color: #04635c;
}

.footer-link {
    color: #d0f7f5;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #00ffe0;
    text-decoration: underline;
}

.footer-modern h5,
.footer-modern h6 {
    color: #fff;
}

.footer-modern p {
    color: #d4f3f1;
}

.footer-modern hr {
    border: none;
    height: 1px;
    background-color: #19b7a9;
}

@media (max-width: 768px) {
    /* .footer-modern {
        text-align: center;
    }
    .footer-modern .d-flex {
        justify-content: center !important;
    } */
}

@media (max-width: 576px) {
    .footer-modern{
        text-align: start !important;
    }

    .col-xs-6{

        width: 45% !important;
    }

	.order-sm-1 {
        order: 1 !important;
    }
}
/* End Footer */

/* Footer 1 */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
    /* background-color: red; */
}

.footer p {
    font-size: 0.938rem;
}

.social {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.social .bx {
    font-size: 1.4rem;
    color: #172317;
}

.social .bx:hover {
    color: #009970;
    transition: 0.3s all linear;
}

@media (max-width: 570px) {
    .footer {
        flex-direction: column;
        row-gap: 1rem;
        padding: 20px 0;
        text-align: center;
    }

    .slogan-infly {
        width: 250px;
        height: 250px;
    }
}
/* End Footer 1 */
