
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-image: url(/assets/img/background-main.png);
    background-size: cover;
}

.jumbotron {
    background: none;
}


.partner a {
    font-size: 12px;
    color: #FF00FF;
}


/* CAROUSEL */
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #FFF;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FF00FF ;
}

.footer-head {
    color: #fff;
    font-weight: 700;
}

.footer ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer ul li a {
    color: #fff;
}

.row.footer {
    margin-top: -1px;
    padding-top: 5em;
}

.nav-item .btn-pill {
    border: 1px solid #4452FE;
}

.card.contact {
    height: 32em;
}

.button-banner {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.partner a {
    text-decoration: none;
    font-weight: 500;
}

.partner a:hover {
    font-weight: 500;
    background: #fff;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;

}


/* Portfolio */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--CTA, linear-gradient(180deg, #4452FE 0%, #7D1CC0 100%));
}


/* Team */
.hr {
    border-top: 3px solid #7D1CC0;
    border-radius: 5px;
    width: 20%;
}

/* Service */

.text-service {
    width: 50%;
}





/* Breakpoint */

/* Large Desktop */
@media (min-width: 1440px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .navbar-nav {
        gap: 1.5em;
    }

    .navbar-nav .nav-link:hover {
        color: #FF00FF;
    }

    .navbar-nav .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #FF00FF;
        margin: auto;
        width: 50%;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .text-jumbotron {
        width: 45em;
        margin: auto;
        font-size: 18px;
    }

    .text-jumbotron .angka {
        font-size: 24px;
        font-weight: 800;
    }

    .partner a {
        font-size: 12px;
        color: #FF00FF;
    }

    .review p {
        height: 17em;
    }


    .row.footer {
        background-size: contain;
    }

    .button-banner {
        bottom: 90px;
    }

    .contact-wrapper {
        margin-bottom: 20em;
    }

    /* Portfolio */
    .row.banner {
        margin-top: 7em;
    }

    .tab-portfolio {
        width: 100%;
        max-width: 45em;
    }


    /* Service */
    .card.service2 {
        height: 43em;
    }


    .img-banner {
        width: 75%;
    }

    .partner p {
        font-size: 12px;
    }

    .partner a {
        font-size: 12px;
        color: #FF00FF;
    }


    .button-banner {

        bottom: 70px;
    }

    .review p {
        height: 15em;
    }

    .p2 {
        font-size: 52px;
    }


    .tab {
        cursor: pointer;
        padding-left: 1em;
    }


    .on {
        border-left: 3px solid #FF00FF;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-left: .8em;
    }


    .button-banner .btn {
        font-size: 14px;
    }

    .card.contact {
        height: 33em;
    }

    /* service */

    .service .card-body {
        height: 27em;
    }

    .text-service {
        width: 100%;
    }

    .card.service {
        height: 30em;
    }


    .card.service2 {
        height: 45em;
    }

    .row.footer {
        height: 25em;
    }

    /* Media */

    .card-title2 {
        height: 5em;
        font-size: 22px;
    }

    .pills-media {
        width: 100%;
        max-width: 60em;
    }

    .pills-media:hover {
        background: var(--CTA, linear-gradient(180deg, #4452FE 0%, #7D1CC0 100%));
    }
    


    /* Contact Us */
    .contact-us {
        padding-top: 10em;
    }

    .map-responsive iframe {
        width: 800px;
        height: 600px;
    }

    
       /* Footer */
       .footer ul li a {
        color: #fff;
    }

       .footer ul li a:hover {
        color: #FF00FF;
    }


   .footer ul .wa-link a {
    text-decoration: none;
    color: #FF00FF;
}

.footer ul .wa-link a:hover {
color: #FFF;
}

}

@media (min-width: 1240px) and (max-width: 1439.98px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .navbar-nav {
        gap: 1.3em;
    }

    .navbar-nav .nav-link:hover {
        color: #FF00FF;
    }

    .navbar-nav .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #FF00FF;
        margin: auto;
        width: 50%;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        padding-top: 7em;
    }

    .text-jumbotron {
        width: 45em;
        margin: auto;
        font-size: 18px;
    }

    .text-jumbotron .angka {
        font-size: 24px;
        font-weight: 800;
    }

    .img-banner {
        width: 75%;
    }

    .partner-gambar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .partner p {
        font-size: 12px;
    }

    .partner .h5 {
        font-size: 14px;
    }

    .partner a {
        font-size: 12px;
        color: #FF00FF;
    }


    .button-banner {

        bottom: 70px;
    }

    .review p {
        height: 18em;
    }

    .p2 {
        font-size: 52px;
    }

    .p-partner {
        font-size: 12px;
    }

    .tab {
        cursor: pointer;
        padding-left: 1em;
    }

    .on {
        border-left: 3px solid #FF00FF;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-left: .8em;
    }


    .button-banner .btn {
        font-size: 14px;
    }

    .card.contact {
        height: 33em;
    }

    .contact-wrapper {
        margin-bottom: 20em;
    }

    /* Portfolio */
    .tab-text {
        font-size: 18px;
    }

    .tab-portfolio {
        width: 100%;
        max-width: 45em;
    }

    /* service */

    .service .card-body {
        height: 27em;
    }

    .text-service {
        width: 100%;
    }

    .card.service {
        height: 33em;
    }

    .card.service2 {
        height: 47em;
    }

    .row.footer {
        height: 25em;
    }

    /* team */

    .team .card-body {
        height: 12em;
    }

    .card-body .card-title2 {
        height: 6em;
        font-size: 16px;
    }
    
    /* media */
    .pills-media:hover {
        background: var(--CTA, linear-gradient(180deg, #4452FE 0%, #7D1CC0 100%));
    }


    /* Contact Us */
    .contact-us {
        padding-top: 5em;
    }

    .map-responsive iframe {
        width: 800px;
        height: 600px;
    }

  
     /* Footer */
     .footer ul li a {
        color: #fff;
    }

       .footer ul li a:hover {
        color: #FF00FF;
    }


   .footer ul .wa-link a {
    text-decoration: none;
    color: #FF00FF;
}

.footer ul .wa-link a:hover {
color: #FFF;
}

}


@media (min-width: 1024px) and (max-width: 1239.98px) {

    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .navbar-nav {
        gap: 1em;
    }

    .navbar-nav .nav-link:hover {
        color: #FF00FF;
    }

    .navbar-nav .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #FF00FF;
        margin: auto;
        width: 50%;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .text-jumbotron {
        width: 45em;
        margin: auto;
        font-size: 18px;
    }

    .text-jumbotron .angka {
        font-size: 24px;
        font-weight: 800;
    }

    .img-banner {
        width: 75%;
    }

    .review p {
        height: 21em;
    }

    /* POrtfolio */

    .tab-portfolio {
        width: 100%;
        max-width: 45em;
    }


    .tab {
        cursor: pointer;
        padding-left: 1em;
    }

    .on {
        border-left: 3px solid #FF00FF;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-left: .8em;
    }

    /* Contact Us */
    .contact-us {
        padding-top: 5em;
    }

    .p2 {
        font-size: 48px;
    }

    .partner p {
        font-size: 12px;
    }

    .row.footer {
        background-size: cover;
    }


    .partner-gambar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .button-banner {
        bottom: 50px;
    }

    .partner .h5 {
        font-size: 14px;
    }

    .contact-wrapper {
        margin-bottom: 10em;
    }

    /* Portfolio */
    .tab-text {
        font-size: 14px;
    }


    .card-title2 {
        height: 6em;
        font-size: 14px;
    }

    .service .card-body {
        height: 36em;
    }

    .card.service2 {
        height: 52em;
    }

    .card.service2 h4 {
        font-size: 22px;
    }

    /* Team */
    .name-card {
        height: 5em;
    }

    .map-responsive iframe {
        width: 600px;
        height: 400px;
    }

    /* Media */
    .pills-media:hover {
        background: var(--CTA, linear-gradient(180deg, #4452FE 0%, #7D1CC0 100%));
    }
   

     /* Footer */
     .footer ul li a {
        color: #fff;
    }

       .footer ul li a:hover {
        color: #FF00FF;
    }


   .footer ul .wa-link a {
    text-decoration: none;
    color: #FF00FF;
}

.footer ul .wa-link a:hover {
color: #FFF;
}

}


@media (min-width: 992px) and (max-width: 1023.98px) {
    .map-responsive iframe {
        width: 600px;
        height: 400px;
    }

    .navbar-nav {
        gap: .5em;
    }

    .navbar-nav .nav-link:hover {
        color: #FF00FF;
    }

    .navbar-nav .nav-link.active::after {
        content: '';
        display: block;
        border-bottom: 3px solid #FF00FF;
        margin: auto;
        width: 50%;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        padding-top: 7em;
    }

    .text-jumbotron {
        font-size: 18px;
    }

    .img-banner {
        width: 75%;
    }

    .partner p {
        font-size: 12px;
    }

    .partner a {
        font-size: 12px;
    }

    .partner a:hover {
        color: whitesmoke;
    }

    .partner-gambar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .review p {
        height: 22em;
    }

    .p2 {
        font-size: 48px;
    }

    .tab {
        cursor: pointer;
        padding-left: 1em;
    }

    .on {
        border-left: 3px solid #FF00FF;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding-left: .8em;
    }

    .button-banner {
        position: absolute;
        left: 50%;
        bottom: 20px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .button-banner .btn {
        font-size: 14px;
    }

    .contact-wrapper {
        margin-bottom: 10em;
    }

    .card.contact {
        height: 33em;
    }

    .card.service {
        height: 34em;
    }

    .card.service2 {
        height: 52em;
    }

    .row.footer {
        height: 25em;
    }

    .card-title2 {
        height: 6em;
        font-size: 14px;
    }


    .tab-text {
        font-size: 14px;
    }


    /* Team */
    .name-card {
        height: 5em;
    }


    /* Contact Us */
    .contact-us {
        padding-top: 5em;
    }

         /* Footer */
         .footer ul li a {
            color: #fff;
        }
    
           .footer ul li a:hover {
            color: #FF00FF;
        }
    
    
       .footer ul .wa-link a {
        text-decoration: none;
        color: #FF00FF;
    }
    
    .footer ul .wa-link a:hover {
    color: #FFF;
    }

}


/* Tablet */
@media (max-width: 991.98px) {
    /* Home */

    .lead {
        font-size: 16px;
    }

    .display-4 {
        font-size: 42px;
    }

    .img-banner {
        width: 75%;
    }

    .button-banner {
        position: absolute;
        left: 50%;
        bottom: -20px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .button-banner .btn {
        font-size: 9px;
    }

    .review p {
        height: 19em;
    }

    .partner-pro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .partner p {
        font-size: 12px;
    }

    .partner a {
        font-size: 12px;
    }

    .p2 {
        font-size: 48px;
    }

    .contact-wrapper {
        margin-bottom: 10em;
    }

    .card.contact {
        height: 32em;
    }

    .card.service {
        height: 35em;
    }

    .card.service2 {
        height: 60em;
    }

    .card.service2.card3 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .row.footer {
        height: 100%;
    }

    .address {
        font-size: 12px;
    }


    /* Team */
    .name-card {
        height: 5em;
    }

    .pills-scroll {
        overflow: scroll;
    }

    .nav.nav-pills {
        min-width: 668px;
    }

    /* Contact Us */
    .contact-us {
        padding-top: 5em;
    }

    .map-responsive iframe {
        width: 600px;
        height: 400px;
    }

    .footer ul li a {
        color: #fff;
    }

    .footer ul .wa-link a {
        text-decoration: none;
        color: #FF00FF;
    }


}

/* Tablet */
@media only screen and (max-width: 767.98px) {

    /* Home */
    .display-4 {
        font-size: 32px;
    }


    .img-banner {
        width: 75%;
    }

    .p2 {
        font-size: 40px;
    }

    .review p {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .partner p {
        font-size: 12px;
    }

    .contact-wrapper {
        margin-bottom: 5em;
    }


    /* Service */
    .text-service {
        width: 100%;
    }

    .card-title2 {
        font-size: 14px;
        height: 7em;
    }

    .card.service {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .card.service2 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    /* Team */
    .name-card {
        height: 5em;
    }

    /* Media */



    /* Contact Us */
    .contact-us {
        padding-top: 4em;
    }

    .map-responsive iframe {
        width: 100%;
        height: 300px;
    }

    /* Footer */

    .footer ul li a {
        color: #fff;
    }

    .footer ul .wa-link a {
        text-decoration: none;
        color: #FF00FF;
    }


}


/* Mobile */
@media (max-width: 575.98px) {

    /* Home */
    .lead {
        font-size: 14px;
    }

    .display-4 {
        font-size: 22px;
    }

    .text-jumbotron {
        font-size: 14px;
    }

    .button-banner a {
        font-size: 10px;
    }

    .img-banner {
        width: 100%;
    }

    .review p {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .review .text-onesia {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .button-1 {
        width: 21em;
    }

    .card.service {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .h5 {
        font-size: 16px;
        ;
    }

    .h2 {
        font-size: 16px;
    }

    .p {
        font-size: 14px;
    }

    .partner p {
        font-size: 14px;
    }

    .partner a {
        font-size: 14px;
    }

    .p2 {
        font-size: 32px;
    }


    .button-banner {
        position: absolute;
        left: 50%;
        bottom: -50px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .button-banner .btn {
        font-size: 8px;
    }

    .row.footer {
        height: 100%;
    }

    .row.footer {
        background-size: cover;
    }

    .address {
        font-size: 14px;
    }

      /* Portfolio */
      .tab-portfolio {
        background-color: #fff;
    }

    .pills-portfolio h5 {
        color: #555;
    }

    .pills-portfolio p {
        color: #555;
    }


    /* Service */
    .text-service {
        width: 100%;
    }

    .card.service2 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    /* Media */
    .pills-media {
        background-color: #fff;
        border-radius: 10px;
    }

    .pills-media h5 {
        color: #555;
    }

    .pills-media p {
        color: #555;
    }

    .pills-media span {
        color: #555;
    }



    /* Contact Us */
    .contact-us {
        padding-top: 5em;
    }

    .contact h2 {
        font-size: 36px;
    }

    .contact .info {
        font-size: 12px;
    }


    .map-responsive iframe {
        width: 100%;
        height: 300px;
    }

   /* Footer */

   .footer ul li a {
    color: #fff;
}

.footer ul .wa-link a {
    text-decoration: none;
    color: #FF00FF;
}


}

@media (max-width: 360px) {
    .display-4 {
        font-size: 22px;
    }
    
}