*,
div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
a,
.btn,
input {
    font-family: 'Poppins', sans-serif;
}


.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}










.lh-1 {
    line-height: 1;
}

.lh-11 {
    line-height: 1.1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-13 {
    line-height: 1.3;
}

.o-hidden {
    overflow: hidden;
}

.rad-10 {
    border-radius: 10px;
}

.rad-15 {
    border-radius: 15px;
}

.rad-20 {
    border-radius: 20px;
}

.rad-25 {
    border-radius: 25px;
}

.rad-50 {
    border-radius: 50px;
}

.shadow-sm {
    box-shadow: 0 26px 50px 0 #00000040;
}

.hide-mobile {
    display: block;
}

.hide-pc {
    display: none;
}

.home-startup .rs-btn:hover .fa-check {
    color: #3d99fd !important;
}

.lihat-btn {
    position: relative;
    padding: 5px 25px;
    border-radius: 5px;
    color: white;
    background: #3d9afd65;
}

.lihat-btn:hover {
    border-radius: 50px;
    color: white;
    background: #3d99fd;
}

.lihat-btn .i-cust {
    position: relative;
    color: white;
    top: unset;
    left: unset;
}

.list-style-01 li:hover .lihat-btn {}

.list-style-01 li:hover i.i-cust {
    left: unset;
}

.txt-data {
    line-height: 1.3;
    max-width: 80%;
}

.img-cek-cust {
    object-fit: cover;
}

.ares.tparrows:before {
    line-height: 40px;
}

.ares.tparrows {
    min-width: 40px;
    min-height: 40px;
}

.ares.tparrows {
    background: #0000002e;
}

.olay-dark {
    /* background: linear-gradient(90deg, #1d6471cc 0%, #283f71cc 25%, #29307dcc 50%, #553b88cc 75%, #441542cc 100%); */
    background: linear-gradient(320deg, #11175db8 0%, #040a48e3 75%, #00021bcf 100%);
    /* width: 100%; */
    width: 50%;
    right: 0;
    border-radius: 35px 0 0 35px;
    top: 14%;
    height: 70%;
    position: fixed;
    backdrop-filter: blur(2px);
}

.olay-light {
    background: #ffffffbf;
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(3px);
}

.bgcolor {
    background: linear-gradient(127deg, rgb(228 1 1 / 60%) -10%, rgb(199 1 1 / 35%) 96%, rgb(169 1 1 / 82%) 100%);
    background: linear-gradient(131deg, rgb(16 97 108 / 80%) -10%, rgb(13 98 111 / 51%) 96%, rgb(14 98 110) 100%);
    position: fixed;
}

.txt-logo {
    line-height: 1.25;
    /* color: #00063d; */
    color: #ffffff;
    font-weight: 500;
    margin-left: 10px;
    font-size: 22px;
}

.desc-logo {
    /* color: #00063d9b; */
    color: #ffffff9b;
    font-size: 12px;
    line-height: 1.2;
}

/* .vid-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.video-cust {
    position: fixed;
    top: 2%;
    height: 96%;
    right: 0;
    width: 50%;
    border-radius: 35px 0 0 35px;
    /* transform: translateY(-25%); */
    object-fit: cover;
    box-shadow: 0 0 10px 0px #000000c4;
}

.client-box a img {
    padding: 5px 15px;
    width: 85%;
    /* border: 1px dashed rgba(255, 255, 255, 0.731); */
    /* border-radius: 500px; */
}

.client-logo-style-07 .client-box {
    position: relative;
    top: 0;
    /*background: rgb(255 5 118 / 28%);*/
    background: rgb(14 97 111 / 66%);
    border-radius: 10px;
    transition-duration: .3s;
    border: 1px solid #ffffff26;
    margin-bottom: 25px;
}

.client-logo-style-07 .client-box:hover {
    border: 1px solid #ffffff94;
    top: -5px;
}

.judul-cust {
    text-shadow: 1px 1px 10px #151b5a5c;
}

.push-menu {
    height: calc(100vh - 60px);
    border-radius: 25px;
}

.show-menu .push-menu {
    margin: 30px 15px 30px 30px;
}

.active-form .form-wrapper .search-form {
    margin: 10px;
    border-radius: 5px;
    width: calc(100% - 20px);
}

.img-bread {
    /* width: 350px; */
    /* height: auto; */
    height: 200px;
    width: auto;
}

.p-bread {
    padding: 50px 25px 0px;
    ;
    margin: 90px 50px 25px 50px;
    border-radius: 15px;
}

.text-extra-dark-gray.custnya:hover {
    color: white;
}

.interactive-banners-style-03:hover .text-extra-dark-gray.custnya {
    color: white;
}

.fancy-text-box-style-02 .text-box-wrapper .text-box,
.fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    padding: 43px 20px 43px;
}

.a-this:hover {
    color: black;
}

.table-res-cust {
    display: table !important;
}

.logo-utama-i {
    width: 80%;
    position: relative;
    top: -30px;
}

/* .mobile-padd{
    padding: 13vh 0;
    min-height: 100vh;
    align-items: center;
    display: flex;
} */

.mobile-padd {
    padding: 5px 0;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.mr-cust-landing {
    margin-right: 55px !important;
}

.ml-cust-landing {
    margin-left: 55px !important;
    /* margin-left: 120px !important; */
}

.img-bg {
    background-size: cover;
    width: 50%;
    right: 0;
    border-radius: 35px 0 0 35px;
    top: 2%;
    height: 96%;
    position: fixed;
}

.navbar.navbar-dark .header-cart-icon>a,
.navbar.navbar-dark .header-language>a,
.navbar.navbar-dark .header-search-icon>a,
.navbar.navbar-dark .header-social-icon>a,
.navbar.navbar-dark .nav-bar-contact,
.navbar.navbar-dark .navbar-nav .nav-link,
.top-bar.navbar-light,
.top-bar.navbar-light .header-cart-icon>a,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn,
.top-bar.navbar-light .header-language>a,
.top-bar.navbar-light .header-search-icon>a,
.top-bar.navbar-light .header-social-icon>a,
.top-bar.navbar-light .top-bar-contact-list>a {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar.navbar-dark .header-cart-icon>a:hover,
.navbar.navbar-dark .header-language a>i>a:hover,
.navbar.navbar-dark .header-language>a:hover,
.navbar.navbar-dark .header-search-icon>a:hover,
.navbar.navbar-dark .header-social-icon>a:hover,
.navbar.navbar-dark .navbar-nav .nav-link.active,
.sticky .navbar-light.header-dark .header-cart-icon>a:hover,
.sticky .navbar-light.header-dark .header-language>a:hover,
.sticky .navbar-light.header-dark .header-search-icon>a:hover,
.sticky .navbar-light.header-dark .header-social-icon>a:hover,
.sticky .navbar-light.header-dark .navbar-nav .nav-link.active,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:focus,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:hover,
.top-bar.navbar-light .header-cart-icon>a:hover,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn:hover,
.top-bar.navbar-light .header-language>a:hover,
.top-bar.navbar-light .header-search-icon>a:hover,
.top-bar.navbar-light .header-social-icon>a:hover,
.top-bar.navbar-light .top-bar-contact-list>a:hover {
    color: rgb(237 51 57) !important;
}

.navbar.navbar-dark .push-button>span,
.sticky .navbar.header-dark .push-button>span {
    background: #000;
}

.bread-cust {
    margin: 0 35px;
    /* border: 1px dashed #afafaf; */
    border-radius: 15px;
}

.navbar .navbar-nav .nav-link {
    padding: 15px 0;
}

.mx-35px {
    margin: 0 35px;
}

.px-75px {
    padding: 0 75px;
}

.text-layanan {
    /*font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 2rem;
    text-transform: uppercase;*/
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 2rem;
    text-transform: capitalize;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    color: #fff;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}


.btn.btn-small {
    font-size: 11px;
    padding: 4px 24px;
    width: 182px;
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-rounded.btn-small {
    padding: 5px 29px;
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}


.ct-side-ket {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 15px !important;
    color: #b8b8b8;
}









/*responsive*/

/* FHD Only */
@media screen and (max-width: 1920px) and (min-width: 1367px) {}

/* HD Only */
@media screen and (max-width: 1366px) and (min-width: 601px) {}

/* Tablet */
@media screen and (max-width: 990px) {
    .table-res-cust {
        display: block !important;
    }

    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
    }

    .txt-data {
        line-height: 1.3;
        max-width: 100%;
    }

    .lihat-btn {
        color: white;
        background: #3d9afd;
        margin-left: auto;
    }

    .lihat-btn:hover {
        background: #1a69be;
    }

    .wrap-btn-lihat {
        padding-bottom: 15px;
        border-bottom: 1px solid #80808029;
        display: flex;
    }

    /* .navbar.bg-transparent.nav-cust{ */
    /* background-color: #3d459c!important; */
    /* background-color: #111c27!important; */
    /* } */

    .sticky .navbar.bg-transparent.nav-cust {
        background-color: #312253 !important;
    }

    .nav-cust .header-cart-icon a>i,
    .header-language a>i,
    .header-push-button a>i,
    .header-search-icon a>i {
        color: white;
    }

    .navbar-dark.bg-transparent.nav-cust .navbar-toggler-line {
        background: white;
    }

    body {
        padding: 0 !important;
    }

    .navbar-collapse {
        border-radius: 5px;
        width: calc(100% - 20px);
    }

    .navbar-collapse.show,
    .collapse:not(.show) {
        margin: 0 10px;
    }

    .md-h-650px.cust {
        display: none !important;
        height: auto !important;
        margin: 100px 0 0 0;
    }

    .hmob-100vh {
        /* min-height: 100vh; */
        height: auto !important;
    }

    .active-form .form-wrapper .search-form {
        height: calc(100vh - 20px);
    }

    .mobile-padd {
        /* padding-top: 105px; */
        padding-top: 13vh;
        min-height: 100vh;
        overflow-y: auto;
    }

    .img-bread {
        height: auto;
        width: 100%;
        margin: 15px auto 0;
    }

    .video-cust {
        position: fixed;
        top: 0;
        height: 100%;
        right: 0;
        width: 100%;
        border-radius: 0;
        object-fit: cover;
        box-shadow: unset
    }

    .img-bg {
        position: fixed;
        top: 0;
        height: 100%;
        right: 0;
        width: 100%;
        border-radius: 0;
        object-fit: cover;
        box-shadow: unset
    }

    .olay-dark {
        width: 100%;
        right: 0;
        border-radius: 0;
        top: 0;
        height: 100%;
        position: fixed;
        backdrop-filter: blur(5px);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .mr-cust-landing {
        margin-right: auto !important;
    }

    .p-bread {
        margin: 90px 10px 25px 10px;
        padding: 50px 15px 0px;
    }

    .px-75px {
        padding: 0 25px;
    }

    .ct-side {
        flex-direction: column;
    }


}

@media (max-width: 767px) {

    .sm-h-450px.cust {
        height: auto !important;
        display: none !important;
    }

}

/* Smartphone */
@media screen and (max-width: 600px) {
    .hide-mobile {
        display: none;
    }

    .hide-pc {
        display: block;
    }

    .mobile-padd {
        /* padding-top: 105px; */
        padding-top: 13vh;
        min-height: 100vh;
        overflow-y: auto;
    }


}

@media screen and (max-width: 480px) {
    .ct-side {
        flex-direction: column;
    }
}

/* Content Side */
.ct-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Parallax */
.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    background-position: 100% !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    max-height: 100vh;
}

.max-h-cstm {
    max-height: 100% !important;
}

/* Text Animasi */

.text-rotater .t-rotate {
    display: none
}

.text-rotater .t-rotate.morphext,
.text-rotater .t-rotate.plugin-typed-init {
    display: inherit
}

.text-rotater .typed-cursor {
    font-weight: 400
}

.text-rotater>.t-rotate>.animated {
    display: inline-block
}

/* Font Text */
.text-extra-medium {
    font-size: 18px;
    line-height: 28px;
    color: #ffebcd;
}

/* size icon */
.size {
    width: 80px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* accordion FAQ */
.accordion-button:not(.collapsed) {
    color: #fff !important;
    /* background-color: var(--bs-accordion-active-bg); */
    background-color: #2fa8b8 !important;
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}


/* responsive new portal dinkop*/

/* nest hub */
@media screen and (max-width: 1024px) and (min-width: 600px) {
    .size {
        width: 45px;
    }

    .txt-logo {
        line-height: 1.2;
        /* color: #00063d; */
        color: #ffffff;
        font-weight: 500;
        margin-left: -7px;
        font-size: 14px;
    }

    .col-cstm {
        position: relative;
        width: 100%;
        padding-right: -15px !important;
    }

    h3 {
        font-size: 2.7rem !important;
        line-height: 3.5rem !important;
    }

    .text-layanan {
        margin-top: 100px !important;
    }

}

/* nest hub max */
@media screen and (max-width: 1280px) and (min-width: 990px) {
    .size {
        width: 45px;
    }

    .txt-logo {
        line-height: 1.2;
        /* color: #00063d; */
        color: #ffffff;
        font-weight: 500;
        margin-left: -7px;
        font-size: 14px;
    }

    .col-cstm {
        position: relative;
        width: 100%;
        padding-right: -15px !important;
    }

}

/* laptop */
@media screen and (max-width: 1370px) {
    .size {
        width: 45px;
    }

    .txt-logo {
        line-height: 1.2;
        /* color: #00063d; */
        color: #ffffff;
        font-weight: 500;
        margin-left: -7px;
        font-size: 14px;
    }

    .col-cstm {
        position: relative;
        width: 100%;
        padding-right: -15px !important;
    }

    h3 {
        font-size: 3.2rem;
        line-height: 3.9rem;
    }

    .text-layanan {
        margin-top: 10% !important;
    }
}

/* fhd */
@media screen and (max-width: 1920px) {
    .text-layanan {
        margin-top: 15%;
    }
}


/* smartphone */
@media (max-width: 400px) {
    .parallax {
        overflow: auto;
    }

    .text-layanan {
        margin-top: 35px
    }

}

@media (max-width: 767px) {
    .parallax {
        overflow: auto;
    }

    .text-layanan {
        margin-top: 35px;
    }

}


/* bg-overlay-layanan simpatik */
.bg-overlay-layanan {
    background-image: linear-gradient(131deg, rgb(16 97 108 / 80%) -10%, rgb(13 98 111 / 51%) 96%, rgb(14 98 110) 100%);
    border: 2px solid #fff;
}

/* style simpatik */
.portfolio-classic .portfolio-box:hover {
    transform: translateY(2px);
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
}

.h-img-cstm {
    height: 150px;
}


.swiper-pagination-bullet {
    border: 2px solid #ffffff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #090ae9;
}

body .uwy.userway_p1 .uai {
    top: 315px !important;
}