.body {
    font-family: Roboto;
}

html {
    scroll-behavior: smooth;
}


:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

/* Navbar */


.nav-link {
    color: #C732E3 !important;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 500;
}

.navbar-toggler {
    border: none;
}

/* =========================== */
/* Home */
/* =========================== */

.hero {
    height: 850px;
    margin-bottom: 100px;
}

.hero .container {
    padding-top: 100px;
}

.bg-primary {
    background-image: url(../images/Ellipse2.png), url(../images/Ellipse1.png), url(../images/Ellipse3.png), linear-gradient(103.26deg, #C732E3 0%, #A465FA 27.08%, #8183FF 51.04%, #679AFF 75.52%, #61ACFF 100%);
    background-position: 150% 500%, 30% 75%, -10% 70%, 0 0;
    background-size: 60%, 80px, 20%, auto;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.text-hero h1 {
    font-weight: 700;
    font-size: 48px;
    color: white;
    padding-bottom: 10px;
}

.text-hero h2 {
    font-weight: 400;
    font-size: 28px;
    color: white;
    padding-bottom: 30px;
}

@media (max-width: 575.98px) {
    .hero {
        height: 800px;
    }

    .bg-primary {
        background-image: url(../images/Ellipse2.png), url(../images/Ellipse1.png), url(../images/Ellipse3.png), linear-gradient(103.26deg, #C732E3 0%, #A465FA 27.08%, #8183FF 51.04%, #679AFF 75.52%, #61ACFF 100%);
        background-position: 400% -10%, 30% 75%, -10% 70%, 0 0;
        background-size: 95%, 80px, 20%, auto;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    }

    .text-hero h1 {
        margin-top: -35px;
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        color: white;
    }

    .text-hero h2 {
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        color: white;
        padding-bottom: 10px;

    }

    .hero .container .row .col-sm-6 a>img {
        padding-bottom: 10px;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .container .row .col-sm-6>img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:576px) and (max-width: 991.98px) {
    .hero {
        height: 1010px;
    }

    .text-hero h1 {
        text-align: center;
        font-weight: 700;
        font-size: 40px;
        color: white;
    }

    .text-hero h2 {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        color: white;
        padding-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .container .row .col-md-12 a>img {
        padding-bottom: 10px;
        width: 35%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .container .row .col-md-12>img {
        padding-top: 30px;
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:992px) and (max-width: 1199.98px) {
    .hero {
        height: 600px;
    }

    .text-hero h1 {
        font-weight: 700;
        font-size: 40px;
        color: white;
    }

    .text-hero h2 {
        font-weight: 500;
        font-size: 20px;
        color: white;
    }

    .hero .container .row .col-lg-6 a>img {
        padding-bottom: 15px;
        width: 38%;
    }

    .hero .container .row .col-lg-6>img {
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .bg-primary {
        background-image: url(../images/Ellipse2.png), url(../images/Ellipse1.png), url(../images/Ellipse3.png), linear-gradient(103.26deg, #C732E3 0%, #A465FA 27.08%, #8183FF 51.04%, #679AFF 75.52%, #61ACFF 100%);
        background-position: 120% -200%, 30% 75%, -10% 70%, 0 0;
        background-size: 50%, 80px, 20%, auto;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    }

}

@media (min-width:1200px) {
    .bg-primary {
        background-image: url(../images/Ellipse2.png), url(../images/Ellipse1.png), url(../images/Ellipse3.png), linear-gradient(103.26deg, #C732E3 0%, #A465FA 27.08%, #8183FF 51.04%, #679AFF 75.52%, #61ACFF 100%);
        background-position: 120% 200%, 30% 75%, -10% 70%, 0 0;
        background-size: 60%, 80px, 20%, auto;
        background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    }
}

/* =========================== */
/* Feature */
/* =========================== */

.feature {

    text-align: center;
    margin-bottom: 50px;
}

.featured {
    margin-bottom: 100px;
}

.feature h2 {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 700;
}

.line-black {
    width: 100px;
    height: 4px;
    margin-top: 4px;
    border-radius: 10px;
    background-color: #050000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-content {
    padding-top: 100px;
    background-image: url(../images/feature.png);
    width: auto;
    height: 500px;
    position: relative;
    background-position: center;
    background-size: cover;
    left: 0;
    right: 0;
    display: block;

}

.feature-content::before,
.feature-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
}

.feature-content::before {
    top: 0;
    left: 0;
    border-width: calc(-25 / 500 * 100vw + 145px) 100vw 0 0;
    border-color: white transparent transparent transparent;
}

.feature-content::after {
    bottom: 0;
    right: 0;
    border-width: 0 0 calc(-25 / 500 * 100vw + 145px) 100vw;
    border-color: transparent transparent white transparent;
}

.feature-content .container .row .col-12 h1 {
    text-align: center;
    color: white;
    padding-bottom: 20px;
}

.feature-content .container .row .col-12 h4 {
    text-align: center;
    color: white;
    padding-bottom: 30px;
}

.feature-content .container .row .btn-image {
    text-align: center;
}

@media(max-width:575.98px) {
    .feature-content .container .row .col-12 h1 {
        margin-top: -30px;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        color: white;
        padding-bottom: 10px;
    }

    .feature-content .container .row .col-12 h4 {
        text-align: center;
        color: white;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
    }

    .btn-image a>img {
        padding-bottom: 10px;
        width: 50%;
    }
}

@media (min-width:576px) and (max-width: 991.98px) {
    .feature-content .container .row .col-12 h1 {

        font-size: 32px;
        font-weight: 700;
        text-align: center;
        color: white;
        padding-bottom: 20px;
    }

    .feature-content .container .row .col-12 h4 {
        text-align: center;
        color: white;
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
    }

    .btn-image a>img {
        margin-right: 10px;
        padding-bottom: 10px;
        width: 35%;
    }
}

@media (max-width: 768px) {
    .feature-content::before {
        border-width: calc(-25 / 500 * 100vw + 60px) 100vw 0 0;
    }

    .feature-content::after {
        border-width: 0 0 calc(-25 / 500 * 100vw + 60px) 100vw;
    }
}

@media (min-width:1200px) {
    .feature-content .container .row .col-12 h1 {
        padding-top: 50px;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: white;
        padding-bottom: 10px;
    }

    .feature-content .container .row .col-12 h4 {
        text-align: center;
        color: white;
        padding-bottom: 20px;
        font-size: 20px;
        font-weight: 400;
    }

    .btn-image a>img {
        padding-bottom: 10px;
        width: 20%;
    }
}

/* =========================== */
/* Capability */
/* =========================== */

.capability h2 {
    padding-top: 100px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.capability h4 {
    font-size: 30px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 50px;
}

.line-black {
    width: 100px;
    height: 4px;
    margin-top: 4px;
    border-radius: 10px;
    background-color: #050000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* .capability-content-1 {
    background-image: url(../images/segitiga1.png);
    background-position: top 0px left 0px;
    background-size: 32%;
    background-repeat: no-repeat;
} */

@media (max-width: 575.98px) {
    .capability-content-1 .col-md-12>img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-1 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-1 h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 30px;
    }

    .capability-content-1 {
        background-image: url(../images/segitiga1.png);
        background-position: top 20% left 5%;
        background-size: 80%;
        background-repeat: no-repeat;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .capability-content-1 .col-md-12>img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-1 .col-md-12 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-1 .col-md-12 h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-left: 20%;
        margin-right: 20%;
        padding-bottom: 30px;
    }

    .capability-content-1 {
        background-image: url(../images/segitiga1.png);
        background-position: top 0% left 0%;
        background-size: 70%;
        background-repeat: no-repeat;
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .capability-content-1 {
        background-image: url(../images/segitiga1.png);
        background-position: top 0% left 0%;
        background-size: 50%;
        background-repeat: no-repeat;
    }
}

@media (min-width:1200px) {
    .capability-content-1 {
        background-image: url(../images/segitiga1.png);
        background-position: top 0% left 0%;
        background-size: 32%;
        background-repeat: no-repeat;
    }
}

@media (min-width:992px) {
    .capability-content-1 .col-lg-7>img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-1 .col-md-12 h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .capability-content-1 .col-md-12 h4 {
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
    }

}

/* ======= */



@media (max-width: 575.98px) {
    .capability-content-2 .col-md-12>img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-2 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-2 h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 30px;
    }

    .capability-content-2 {
        background-image: url(../images/segitiga2.png), url(../images/kotak1.png), url(../images/kotak2.png);
        background-position: top 20% right 25%, top 40% left 5%, top 20% left 20%;
        background-size: 50%, 20%, 15%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .capability-content-2 .col-md-12>img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-2 .col-md-12 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-2 .col-md-12 h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-left: 20%;
        margin-right: 20%;
        padding-bottom: 30px;
    }

    .capability-content-2 {
        background-image: url(../images/segitiga2.png), url(../images/kotak1.png), url(../images/kotak2.png);
        background-position: top 20% right 25%, top 40% left 15%, top 20% left 30%;
        background-size: 40%, 15%, 10%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
}

@media (min-width:992px) {
    .capability-content-2 .col-lg-5>img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-2 .col-lg-7 h2 {
        font-size: 32px;
        font-weight: 700;
        margin-left: 15%;
        margin-right: 15%;
    }

    .capability-content-2 .col-lg-7 h4 {
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
        margin-left: 15%;
        margin-right: 15%;
    }


}

@media (min-width:992px) and (max-width:1199.98px) {
    .capability-content-2 {
        background-image: url(../images/segitiga2.png), url(../images/kotak1.png), url(../images/kotak2.png);
        background-position: top 50% right 5%, top 30% left 5%, top 70% left 40%;
        background-size: 30%, 15%, 10%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
}

@media (min-width:1200px) {
    .capability-content-2 {
        background-image: url(../images/segitiga2.png), url(../images/kotak1.png), url(../images/kotak2.png);
        background-position: top 50% right 25%, top 40% left 20%, top 60% left 40%;
        background-size: 20%, 10%, 5%;
        background-repeat: no-repeat, no-repeat, no-repeat;
    }
}

/* ============== */

.capability-content-3 {
    background-image: url(../images/segitiga3.png);
    background-position: bottom 0% right 0%;
    background-size: 45%;
    background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
    .capability-content-3 .col-md-12>img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-3 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-3 h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        margin-left: 5%;
        margin-right: 5%;
        padding-bottom: 30px;
    }

    .capability-content-3 {
        background-image: url(../images/segitiga3.png);
        background-position: top 30% right 0%;
        background-size: 80%;
        background-repeat: no-repeat;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .capability-content-3 .col-md-12>img {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-3 .col-md-12 h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }

    .capability-content-3 .col-md-12 h4 {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-left: 20%;
        margin-right: 20%;
        padding-bottom: 30px;
    }

    .capability-content-3 {
        background-image: url(../images/segitiga3.png);
        background-position: top 20% right 0%;
        background-size: 80%;
        background-repeat: no-repeat;
    }
}

@media (min-width:992px) {
    .capability-content-3 .col-lg-7>img {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .capability-content-3 .col-md-12 h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .capability-content-3 .col-md-12 h4 {
        text-align: justify;
        font-size: 18px;
        font-weight: 400;
    }
}


@media (min-width:992px) and (max-width:1199.98px) {
    .capability-content-3 {
        background-image: url(../images/segitiga3.png);
        background-position: bottom 40% right 0%;
        background-size: 60%;
        background-repeat: no-repeat;
    }
}

@media (min-width:1200px) {
    .capability-content-3 {
        background-image: url(../images/segitiga3.png);
        background-position: bottom 40% right 0%;
        background-size: 40%;
        background-repeat: no-repeat;
    }
}


/* ===================== */
/* Event */
/* ===================== */
    .custom-btn {
            width: 240px;
            height: 150px;
            border-radius: 28px;
            border: none;
        }

        .custom-christmas {
            background: url(../images/merrychristmas.png);
            background-size: cover;
        }

        .custom-momsday {
            background: url(../images/momsday.png);
            background-size: cover;
        }









/* ===================== */
/* Partnership */
/* ===================== */
.teks h1{
    font-size: 80px;
    font-weight: 800;
}


.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: rgba(97, 171, 255, 0.2);
    border-color: #C732E3;
}
.alert-message-success h4
{
    color: #8183FF;
}

/* ===================== */
/* Partners */
/* ===================== */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ===================== */
/* Footer */
/* ===================== */

.bg-dark {
    background-image: url(../images/Ellipse4.png), url(../images/Ellipse5.png), linear-gradient(103.26deg, #C732E3 0%, #A465FA 27.08%, #8183FF 51.04%, #679AFF 75.52%, #61ACFF 100%);
    background-position: bottom 200% left -10%, bottom 100% right 10%, 0 0;
    background-size: 15%, 20%, auto;
    background-repeat: no-repeat, no-repeat, repeat;

}

.footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer .logo h6 {
    color: white;
    text-align: justify;
    padding-top: 10px;
}

.footer .quick-link h5 {
    color: white;
    text-align: center;
}

.footer .quick-link ul {
    list-style: none;
    color: white;
    text-align: left;
}

.footer .quick-link ul>li>a {
    color: white;
}

.social>h5{
    text-align: left;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  ul.social-network li {
    display: inline;
    margin: 5 5px;
    vertical-align: 10px;
  }
  .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  
  .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
  }

  .social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }
  
  .social-network a {
    background-color: #F9F9F9;
  }

.footer .copyright h6,
h5 {
    color: white;
    text-align: right;
    font-weight: 400;
}

.footer .copyright h6>a {
    text-decoration: none;
    color: white;
}


@media (max-width: 575.98px) {
    .footer .logo {
        text-align: center;
    }

    .footer .logo h6 {
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .footer .quick-link ul {
        list-style: none;
        color: white;
        text-decoration: none;
        text-align: center;
        text-indent: -20%;
        padding-bottom: 20px;
    }

    .social>h5{
        text-align: center;
    }

     .social{
       text-align: center;
   }
   
     .copyright {
        padding-top: 10px;
    }

    .footer .copyright h5 {
        text-align: center;
    }

    .footer .copyright h6 {
        font-weight: 400;
        color: white;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer .logo {
        text-align: center;
    }

    .footer .logo h6 {
        font-weight: 400;
        text-align: center;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .footer .quick-link ul {
        list-style: none;
        color: white;
        text-decoration: none;
        text-align: center;
        text-indent: -10%;
        padding-bottom: 20px;
    }

   .social>h5{
        text-align: center;
    }

     .social{
       text-align: center;
   }
    .footer .copyright h5 {
        text-align: center;
    }

    .footer .copyright h6 {
        font-weight: 400;
        color: white;
        text-align: center;
    }
}