/*
#006ac7	#2196f3 contact
#c3003d	#e91e63 about
#d32b00	#ff5722 video
#057a00	#31a622 brand
#86119a	#9c27b0 team
#d36c00	#ff9800 app
#006a5c	#009688
#293b9f	#3f51b5
#826f66	#c69b7b
#fa4eab	#fe83c6
*/

@font-face {
    font-family: "Fruede";
    src: url("../fonts/Freude.otf");
    /* src: url("https://yoursite.com/css/fonts/CustomFont.woff") format("woff"),
  url("https://yoursite.com/css/fonts/CustomFont.otf") format("opentype"),
  url("https://yoursite.com/css/fonts/CustomFont.svg#filename") format("svg"); */
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?w6aef1");
    src: url("../fonts/icomoon/icomoon.eot?w6aef1#iefix")
            format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.ttf?w6aef1") format("truetype"),
        url("../fonts/icomoon/icomoon.woff?w6aef1") format("woff"),
        url("../fonts/icomoon/icomoon.svg?w6aef1#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h5, h6{
    /* padding-top: 6rem;
    padding-bottom: 5rem; */
    font-family: "Fruede";
}
main {
    /* background-color: #0f5fd2; */
    margin: 0;
    padding: 0;
}

.listapp-container {
    border-top: 10px solid #ffe947;
    text-align: center !important;
    background-color: #fff;
    padding: 98px 0;
}

.singlepage-container {
    text-align: center!important;
    /* padding: 98px 0; */
}

.singlepage-hero {
    text-align: center!important;
    background-image: url(../img/bg-singlehero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-color: transparent;
    height: 348px;
    margin-bottom: 40px;
    padding-top: 70px;
    padding-bottom: 88px;
}

.singlepage-hero h1{
    color: #12265a; font-size: 52px; line-height: 60px;
}

.singlepage-breadcrumbs{
    color: #12265a; font-size: 16px; line-height: 24px;
}

.bg-light {
    background-color: #f8f9fa !important;
}
.btn-more-app:hover {
    text-decoration: none;
    color: #f44336;
    background-color: #fff;
    border: 3px solid #f44336;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-more-app {
    display: inline-block;
    text-decoration: none;
    /* margin: 50px auto auto; */
    border: 3px solid #fff;
    background-color: #f44336;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 1.5em;
    transition: 0.2s;
}

.bg-brand {
    background-color: #31a622 !important;
}
.bg-app {
    background-color: #fd9800 !important;
}
.bg-video {
    background-color: #ff5722 !important;
}
.bg-about {
    background-color: #e91e63 !important;
}
.bg-team {
    background-color: #9c27b0 !important;
}
.bg-contact {
    background-color: #31b6ee !important;
}

/* Slider */
#hero {
    height: 803px;
    overflow: hidden;
    position: relative;
}

.layer-bg {
    background-image: url(../img/1.png);
    position: fixed;
    background-size: cover;
}
.layer {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 803px;
    position: fixed;
    z-index: -1;
}
.layer-1,
.layer-2 {
    background-size: 100%;
    transition: 0.2s;
}
.layer-1 {
    background-image: url(../img/2.png);
}

.layer-2 {
    background-image: url(../img/3.png);
}
.layer-1,
.layer-2 {
    background-size: 100%;
    transition: 0.2s;
}

.layer-3 {
    background-image: url(../img/4.png);
    background-size: 100%;
    transition: 0.2s;
}

.layer-4 {
    background-image: url(../img/5.png);
    background-size: 100% 100%;
    top: 500px;
    transition: 0.2s;
}

@media only screen and (max-width: 768px) {
    #hero {
        /* #hero, .layer-1, .layer-2, .layer-3, .layer-4, .layer-bg { */

        height: 320px;
    }
}

.navbar-nav {
    background-color: #fff !important;
    border: none;
    outline: 0;
    border-radius: 40px;
    padding: 10px;
}
/* @media (max-width: 500px){
  .navbar-nav {
      background-color: #000;
      border-top: 3px solid #fed136;
      color: #f8f9fa!important;
      z-index: 1;
      margin-top: 5px;
    }
  } */
.navbar-nav .nav-item {
    margin: 0 10px 5px 0;
}

.navbar-nav .nav-item .nav-link {
    display: block;
    /* color: #f8f9fa !important; */
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
    position: relative;
    transition: all 0.35s;
}

/* @media (max-width: 500px){
    .navbar-nav .nav-item .nav-link {
        padding: .7em 1em!important;
        font-size: 100%;
        font-weight: 500;
    }
    @media (max-width: 768px){
    .navbar-nav .nav-item .nav-link {
        margin-left: 10px;
        width: 100%;
    }
  } */

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

/* .nav-item .brand {
    background-color: #31a622;
}
.nav-item .app {
    background-color: #fd9800;
}

.nav-item .about {
    background-color: #e91e63;
}
.nav-item .team {
    background-color: #9c27b0;
}
.nav-item .contact {
    background-color: #31b6ee;
} */
/*
  .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }

  .navbar-toggler {
    background: #fff;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-link {
    padding: .2rem 1rem;
  }

  .nav-link.active,.nav-link:focus{
    color: #fff;
  }

  .navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  } */
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff !important;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: all 0.3s;
    z-index: 9999;
}

.shrink img {
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(0.8) rotate(0.01deg);
    transition: all 0.3s;
}

/* Hero */

@media only screen and (max-width: 1280px) {
    .playstore-hero {
        transform: scale(0.6) !important;
        left: 0 !important;
        top: 9% !important;
        /* top: 20%; */
    }
    #hape {
        /* left: 10% !important;
        transform: scale(.9) !important;
        top: 10% !important; */
        /* left: 0 !important; */
        right: 10% !important;
        transform: scale(0.8) !important;
        top: 10% !important;
    }
}
/* @media only screen and (max-width: 1200px){
    .playstore-hero {
        transform: scale(.9);
        left: 20%;
        top: 25%;
    }

  } */
@media only screen and (max-width: 768px) {
    .playstore-hero {
        transform: scale(0.5);
        left: -1% !important;
        top: 10% !important;
        position: absolute;
        width: 100%;
        text-align: center;
        transition: 1s;
    }
    #hape {
        display: none;
    }
}

.playstore-hero {
    top: 20%;
    left: 10%;
    z-index: 999;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* .logo, .playstore-hero {
        height: 100%;
        width: 100%;
        position: absolute;
    } */

.logo {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: 100% 100%;
    /* right: 10%; */
    background-image: url(../img/6.png);
    background-repeat: no-repeat;
    z-index: 2;
}

#hape {
    transform: scale(0.8);
    top: 10%;
    left: 10%;
}

/* Section */

.section-container {
    /* border-top: 10px solid #50cf3f; */
    text-align: center !important;
    /* background-color: #eeeeef; */
    padding-bottom: 20px;
    color: #a1a1a1;
}

.header-section {
    /* background: #31a622; */
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}

/* Timeline */
.timeline-carousel {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    /* padding: 86px 6.9444% 90px 6.9444%; */
    margin: 0 90px;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.timeline-carousel .slick-list {
    overflow: visible;
}

.timeline-carousel .slick-dots {
    bottom: -73px;
}

.timeline-carousel p {
    color: #323232;
    font-weight: 300;
}

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.timeline-carousel__item .media-wrapper {
    opacity: 0.4;
    padding-bottom: 71.4%;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}

.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding: 0 10px;
    background-color: #323232;
    z-index: 1;
    position: relative;
    margin: -15px 0 20px;
    font-weight: 700;
}

.timeline-carousel__item-inner .month {
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffc107;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-carousel__item-inner p {
    font-size: 12px;
    line-height: 18px;
    color: #323232;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px;
}

.timeline-carousel__item-inner .read-more {
    font-size: 12px;
    color: #ffc107;
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}

.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #ffc107;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}

.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}

.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}

.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #ffc107;
}

.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #ffc107;
}

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.slick-dots {
    bottom: 160px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

.slick-dots li {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active button {
    background: #ffc107;
    border-color: #ffc107;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
    background: #ffc107;
    border-color: #ffc107;
}

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

.link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.link .fa {
    font-size: 28px;
    margin-right: 8px;
    color: #fff;
}

.slick-prev svg,
.slick-next svg {
    height: auto;
    width: 18px;
    padding-bottom: 2px;
}

.slick-prev .btn,
.slick-next .btn {
    border-radius: 0;
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    z-index: 1000;
    border-radius: 0;
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 30px;
}

/* Product Info */
.featured-products {
    position: relative;
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0);
    padding-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 10px;
    background-color: #ffffff;
}

.featured-products .body-box {
    position: relative;
    padding: 0px 10px;
}

.featured-products-img {
    width: 112px;
}

.margin-featured {
    margin-top: -3rem;
    border-radius: 10px;
}

/* timeline */

.swiper-prev-arrow {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    cursor: pointer
}

.swiper-prev-arrow:active {
    opacity: .8
}

.swiper-prev {
    background: url(/assets/img/b_prev.png) no-repeat 50%/100%;
    left: -50px;
    top: 50%;
    opacity: 50%;
    transform: translateY(-50%)
}
@media only screen and (max-width: 768px) {
    .swiper-prev {
        left: 0;
    }
}

.swiper-prev:hover {
    background: url(/assets/img/b_prev.png) no-repeat 50%/100%;
    opacity: 100%;
}

.swiper-next-arrow {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    cursor: pointer
}

.swiper-next-arrow:active {
    opacity: .8
}

.swiper-next {
    background: url(/assets/img/b_next.png) no-repeat 50%/100%;
    right: -50px;
    opacity: 50%;
    top: 50%;
    transform: translateY(-50%)
}
@media only screen and (max-width: 768px) {
    .swiper-next {
        right: 0;
    }
}

.swiper-next:hover {
    background: url(/assets/img/b_next.png) no-repeat 50%/100%;
    opacity: 100%;
}

.timeline_experience .about_slick-wrap__iS3cw {
    width: 1024px
}

.timeline_experience h2 {
    color: #333
}

.timeline_experience .timeline-list {
    position: relative;
    cursor: default;
    margin: auto auto 82px
}

.timeline_experience .timeline-list .timeline-item {
    width: 280px;
    height: 700px;
    position: relative;
    left: 30px;
}

.timeline_experience .timeline-list .timeline-item-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 150px;
    height: 150px
}

.timeline_experience .timeline-list .timeline-icon-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.timeline_experience .timeline-list .timeline-icon-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.timeline_experience .timeline-list .timeline-content {
    position: absolute;
    z-index: 1;
    left: 100px;
    top: -170px;
    width: 150px;
}

.timeline_experience .timeline-list .timeline-date {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    color: #333
}

.timeline_experience .timeline-list .timeline-desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333
}

.timeline_experience .timeline-list .timeline-line-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 62px;
    /* width: 52px; */
    height: 257px;
    transform: translateX(-50%)
}

.timeline_experience .timeline-list .timeline-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 240px;
    height: 2px;
    /* background: url(/assets/img/garis.png) no-repeat; */
    background: #d8d8d8
}

.timeline_experience .timeline-list .timeline-item-bottom .timeline-line-wrap {
    top: 62px;
    transform: translateX(-50%) rotate(180deg)
}

.timeline_experience .timeline-list .timeline-item-bottom .timeline-content {
    top: 289px
}

/* Brand */

.brand-container {
    border-top: 10px solid #50cf3f;
    text-align: center !important;
    background-color: #eeeeef;
    padding-bottom: 20px;
    color: #a1a1a1;
}

.header-brand {
    background: #31a622;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}
/* Our App */

.app-container {
    border-top: 10px solid #ffe947;
    text-align: center !important;
    background-color: #fd9800;
    padding-bottom: 20px;
}
.header-app {
    background: #ffc34a;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}
/* About */

.about-container {
    border-top: 10px solid #e91e63;
    text-align: center !important;
    background-color: #f55184;
    padding-bottom: 20px;
    color: #fff;
}

.header-about {
    background: #c3003d;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}
/* Team */
.team-container {
    border-top: 10px solid #c445da;
    text-align: center !important;
    background-color: #eeeeef;
    padding-bottom: 20px;
}
.header-team {
    background: #9c27b0;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}

.team-member {
    color: #fff;
    text-align: center;
    padding: 50px 23px 23px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.team-member .member-foto {
    /* padding-bottom: 20px; */
    border-radius: 50%;
    position: relative;
}

.member-foto .img-top {
    display: none;
    position: absolute;
    left: 0;
    z-index: 99;
}
.member-foto:hover .img-top {
    display: inline;
}

.about-container img {
    border: 10px solid #fff;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.team-member .member-name {
    font-size: 2rem;
    margin: -20px;
}

.team-member .member-job {
    font-size: 17px;
    margin: 20px 0;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    padding: 1.5px 20px;
}

.team-member .member-description {
    background-color: #2b353a;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 18px;
    height: 180px;
    /* overflow-x: auto !important; */
    white-space: normal !important;
}
/* Contact */
.contact-container {
    border-top: 10px solid #5181ff;
    text-align: center !important;
    background-color: #31b6ee;
    padding-bottom: 20px;
    color: #fff;
}
.header-contact {
    background: #325ee3;
    display: inline-block;
    height: 50px;
    color: #fff;
    font-size: 24pt;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.5rem !important;
}
.peta {
    border: 10px solid #325ee3;
    border-radius: 20px;
    margin: 0 20px;
}
.worktime {
    display: inline-block;
    text-decoration: none;
    margin: 50px auto auto;
    border: 3px solid #fff;
    background-color: transparent !important;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    transition: 0.2s;
}

/* widget */
.widget-container {
    background-color: #fff;
    align-items: center !important;
    justify-content: center !important;
}

.btn-sosmed {
    font-family: icomoon;
    font-size: 40px;
    line-height: 65px;
    color: #5d5d5d;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    transition: all 0.3s;
}

.btn-sosmed:before,
.btn-sosmed:after {
    transition: all 0.3s;
}
.widget-container {
    background: #6bacda;
}
.widget-container a {
    margin-right: 5px;
    text-decoration: none;
}

/* Footer */
.footer-info-container {
    background-color: #3a90ce;
}
footer {
    border-top: 2px solid #6bacda;
    color: #fff;
    text-align: center !important;
    background-color: #0f5fd2;
    padding-bottom: 20px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #f44336;
}

.btn-privacy,
.btn-privacy:hover {
    text-decoration: none;
    transition: 0.2s;
}

.btn-privacy {
    display: inline-block;
    /* margin: 10px auto auto; */
    border: 2px solid #fff;
    color: #00f !important;
    background-color: #fff !important;
    border-radius: 30px;
    padding: 5px 15px;
}

.btn-privacy:hover {
    background-color: #00f !important;
    color: #fff !important;
    border: 2px solid #fff;
}

.list-info {
    margin: 0;
    padding: 0;
}

.list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px;
}

.list-info li .info-icon {
    display: table-cell;
    color: #F1C22E;
}

.list-info li .info-text {
    /* margin-left: 30px; */
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /* background-color: #ff9800;
    border: #ff9800; */
  }

/* .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
} */
