
.slick-carousel {
    min-width: 100%;
    position: relative;
}
.slick-track {
    display: flex;
    gap: 20px;
    .slick-slide {
        /* padding: 24px; */
        border-radius: 15px;
        margin-right: 0px;
        min-height: 60vh;
        height: 70vh !important;
    }
}
.atasSlick {
    right: 52px !important;
    left: auto !important;
    top: 90% !important;
    border-radius: 0.25rem 0 0 0.25rem;
}
.bawahSlick {
    right: 0 !important;
    left: auto !important;
    top: 90% !important;
    border-radius: 0 0.25rem 0.25rem 0;
}
.besaranLogo {
    max-width: 300px;
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 430px) {
    .besaranLogo {
        max-width: 300px !important;
        max-height: 100px !important;
    }
}

@media (min-width: 390px) {
    .besaranLogo {
        max-width: 150px !important;
        max-height: 50px !important;
    }
}

.youtube-play-icon {
    font-size: 60px;
    color: red;
}

.youtube-play-icon:hover {
    color: #ffcc00;
}

#canvasContainer {
    width: 100%;
    height: 100%;
    position: relative;
}
canvas {
    display: block;
    width: 100%;
    height: 100%;
}
.cta-section {
    background-image: url('./../../images/general/cover/cta2.png');
    background-size: cover;
    background-position: top center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-stick {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.padleft0 {
    padding-left: 0 !important;
}
/* Bar CSS costume */
#logo2 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: auto;
    max-height: 100%;
}
#logo2 a {
    color: #000;
    font-family: var(--cnvs-primary-font);
    font-size: 20px;
    width: 100%;
}
#logo2 a [class^=logo2-] {
    display: none;
}
#logo2 a .logo2-default {
    display: flex;
}

.toggle-title {
    font-size: 18px;
}

/* ################## */
/*Career*/
/* ################## */
.career-block h2 {
    margin: 0px;
}

.career-block h6 {
    margin: 0px;
    color: #777;
}

.career-block .wrapper {
    text-align: center;
    margin: 50px auto;
}

.career-block .tabs {
    margin-top: 10px;
    font-size: 15px;
    padding: 0px;
    list-style: none;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    display: inline-block;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding: 3vmin;
}

.career-block .tabs a {
    text-decoration: none;
    color: #777;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 2;
    transition-duration: 0.6s;
}

.career-block .tabs a img, .tabs a i {
    display: inline;
    max-height: 13px;
    margin-right: 5px;
}

.career-block .tabs a.active {
    color: #fff;
}

.career-block .tabs .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #00cf60;
    background: linear-gradient(205deg, #ffb347 0%, #ffcc33 100%);
    box-shadow: 0px 2px 10px rgba(0, 207, 96, 0.3);
}

.career-block .tab-body > section {
    background-color: white;
    padding-top: 3vmin;
    display: none;
}

.career-block .tab-body > section:first-child {
    display: block;
}

/* ################## */
/*Timeline*/
/* ################## */
/* The actual timeline (the vertical ruler) */
.milestone .main-timeline-2 {
    position: relative;
}

.milestone .yearbox h3{
    background: #ffb347;
    max-width: 6em;
    margin: 0 auto 1em;
    padding: 0.5em;
    text-align: center;
    position: relative;
    clear: both;
    z-index: 1;
    border-radius: 4px;
}

/* The actual timeline (the vertical ruler) */
.milestone .main-timeline-2::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #ffb347;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.milestone .timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.milestone .timeline-2::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #ffb347;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.milestone .left-2 {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.milestone .right-2 {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.milestone .left-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.milestone .right-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.milestone .right-2::after {
    left: -14px;
}

.milestone .timeline-responsive{
    position: relative;
    left: -10px;
    width: 500px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .milestone .main-timeline-2::after {
        left: 31px;
    }

    /* Full-width containers */
    .milestone .timeline-2 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .milestone .timeline-2::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .milestone .left-2::after,
    .milestone .right-2::after {
        left: 18px;
    }

    .milestone .left-2::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .milestone .right-2 {
        left: 0%;
    }
}

/* ################## */
/*Minevesting Partners*/
/* ################## */
.owl-carousel-stacked {
    margin-top: 20px;
}

.owl-carousel-stacked .owl-item.center {
    transform: scale(1) !important;
    width: 100%; /* Adjust the width as needed */
}

.owl-carousel-stacked .owl-item {
    transition: transform 0.5s ease; /* Use "ease" for a smoother transition */
    transform: scale(0.7) !important;
    width: 100%; /* Adjust the width as needed */
}

.owl-carousel-stacked .left-of-center {
    transform: scale(0.7) translateX(50%) !important;
}

.owl-carousel-stacked .right-of-center {
    transform: scale(0.7) translateX(-50%) !important;
}

.owl-carousel-stacked .center {
    z-index: 2;
}

.owl-carousel-stacked .owl-carousel {
    position: relative;
}

.owl-carousel-stacked .owl-prev,
.owl-carousel-stacked .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px; /* Adjust as needed */
    cursor: pointer;
    color: #ddd !important;
    font-size: 24px; /* Adjust as needed */
}

.owl-carousel-stacked .owl-prev {
    left: 0;
}

.owl-carousel-stacked .owl-next {
    right: 0;
}

.owl-carousel-stacked .owl-stage-outer {
    padding: 25px 0;
}

/* ################## */
/*Minevesting Vision 2030*/
/* ################## */
.timeline2030 {
    list-style: none;
    font-size: 20px;
}
.timeline2030 > li {
    overflow: hidden;
    margin: 0;
    position: relative;
}
.timeline2030 .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
}
.timeline2030 .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #E0B049 solid;
    padding-left: 30px;
}
.timeline2030 .timeline-content ul{
    margin-top: 18px;
}
.timeline2030 .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffb347;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
}
@media ( max-width : 490px ){
    .timeline2030 .timeline-date {
        width: 50px;
    }
    .timeline2030 .timeline-content:before {
        left: 46px;
    }
}

.mv-vision-menu:hover{
    color: #000;
}

@media ( max-width : 980px ){
    .slider-element {
        height: 200px;
    }
}

#img-zoomer-box:hover, #img-zoomer-box:active {
    cursor: zoom-in;
    display: block;
}

#img-zoomer-box:hover #img-2, #img-zoomer-box:active #img-2 {
    opacity: 1;
}
#img-2 {
    width: 450px;
    height: 450px;
    background: url('../../images/general/cover/mv2030.png') no-repeat #FFF;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    pointer-events: none;
    position: absolute;
    opacity: 0;
    border: 4px solid whitesmoke;
    z-index: 99;
    border-radius: 100%;
    display: block;
    transition: opacity .2s;
}
canvas {
    max-width: 100%;
    height: auto;
}

.accordion-content > ul > li > span {
    font-size: 18px !important;
}

.success-text {
    color: #198754;
}

.fail-text {
    color: #dc3545;
}

.title-block2 {
    --cnvs-title-block-padding: 20px;
    --cnvs-title-block-color: #212529;
    --cnvs-title-block-border: 7px;
    --cnvs-title-block-border-color: #929292;
    --cnvs-title-block-subtitle-color: #212529;
    padding: 2px 0 3px 20px;
    border-left: 7px solid #b2b7bc;
    margin-bottom: 30px;
}
.summary {
    line-height: 2;
}
.summary > p {
    line-height: 2;
}

/* crev-header */

.crev-header {
    min-height: 100vh;
    position: relative;
    padding: 120px 0 0;
}

.crev-header .caption h1 {
    font-size: 85px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.crev-header .main-img {
    height: 400px;
    width: 60%;
    margin-left: 40%;
    margin-top: -160px;
}

.crev-header .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.crev-header .bg-pattern {
    height: auto;
    bottom: 100px;
}

.crev-header {
    min-height: auto;
}
.crev-header .caption h1 {
    font-size: 60px;
}

.crev-header .main-img {
    height: 400px;
    width: 60%;
    margin-left: 40%;
    margin-top: -160px;
}

.crev-header .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.crev-header .bg-pattern {
  height: auto;
  bottom: 100px;
}

.circle-button {
    position: relative;
    display: inline-block;
  }

  .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 55px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }

  .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }

  .circle-button .rotate-circle svg {
    width: 210px;
    fill: #1d1d1d;
  }

  .circle-button .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-20px) translateY(-20px);
    -ms-transform: translateX(-20px) translateY(-20px);
    transform: translateX(-20px) translateY(-20px);
    display: inline-block;
    width: 0;
    height: 0;
  }

  .circle-button .arrow svg {
    width: 40px;
    height: 40px;
  }

  .circle-button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
  }

  .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  @-webkit-keyframes rotateCircle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotateCircle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  @media screen and (max-width: 992px) {

    .crev-header .caption h1 {
        font-size: 60px;
    }

  }

  @media screen and (max-width: 768px) {

    .crev-header .caption h1 {
      font-size: 35px;
    }
    .crev-header .caption h1 br {
      display: none;
    }

  }

