

.info-beranda .banner-carousel-item {
    color: var(--color-s);
    z-index: -1;

    height: 350px;
    position: relative;
    /* background:rgba(0, 0, 0, 0.3); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(180deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.8));
    mask-image: linear-gradient(180deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.8));
    
    margin: auto;
    overflow: hidden;
    animation: zoomIn 25s ease infinite;
    background-size: cover;
    background-attachment: fixed;
}

.info-beranda .banner-carousel-item::before {
    content: "";
    /* background-color: rgba(0, 0, 0, 0.1); */
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:url('../../../image/component/grid.png');
    background-position: center center;
    background-repeat: repeat;
    opacity:.15;
}

.info-beranda .carousel-control {
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0.1;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all 0.25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

.info-beranda [data-animation-in] {
    opacity: 0;
}

.info-beranda {
    background:rgba(0, 0, 0, 0.1);
    text-shadow: 0px 0px 5px var(--color-d),0px 0px 15px var(--color-p),4px 4px 55px var(--color-s);
}

.info-beranda .slick-dots {
    opacity: 0;
    filter: alpha(opacity=100);
    bottom: 0px;
    color: #ffffff;
}

.info-beranda .carousel-control i {
    top:50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 50px;
    /* height: 60px; */
    /* font-size: 22px; */
    border-radius: 0;
    transition: all 500ms ease;
}

/* Slider
================================================== */
/*-- Main slide --*/

.banner-carousel {
    /* position: flex; */
    background:rgba(0, 0, 0, .1);
}

.banner-carousel .banner-carousel-item {
    /* height: 700px; */
    /* color: var(--color-s); */
    /* background-position: 50% 50%; */
    /* background-size: cover; */
    z-index: -1;

    min-height: 100vh;
    position: relative;
    /* background:rgba(0, 0, 0, .5); */
    background-position: center;
    background-repeat: no-repeat;
    /* -webkit-mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.1)); */
    /* mask-image: linear-gradient(180deg,rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 1),rgba(0, 0, 0, 1),rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.1)); */

    margin: auto;
    overflow: hidden;
    animation: zoomIn 25s ease infinite;
    background-size: cover;
    background-attachment: fixed;
}

.banner-carousel .banner-carousel-item::before {
    /* content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    inset: 0; */

    content: "";
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:url('../../../image/component/grid.png');
    background-position: center center;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background-repeat: repeat;
    opacity:.15;
}

.banner-carousel .banner-carousel-item a {
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    text-shadow:
    0 0 10px #111,
    0 0 20px #111, 
    0 0 30px #111,
    0 0 40px #111,
    0 0 50px #111;
}
.banner-carousel .banner-carousel-item a:hover {
    color: #000000;
    text-shadow:
    0 0 10px #ffffff,
    0 0 20px #ffffff, 
    0 0 30px #ffffff,
    0 0 40px #ffffff,
    0 0 50px #ffffff;
}
  
@media (max-width: 991px) {
    .banner-carousel .banner-carousel-item,
    .info-beranda .banner-carousel-item {
        height: 550px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item,
    .info-beranda .banner-carousel-item {
        height: 450px;
    }
}
  
.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
    /* top: -5%; */
    z-index: 1000;
    /* background: rgba(255, 255,    0, 0.5); */
}
  
.slide-title-box {
    /* font-size: 14px; */
    line-height: 39px;
    background: rgb(25, 255, 167);
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
    text-shadow: 0px 0px 5px var(--color-d),0px 0px 15px var(--color-p),4px 4px 55px var(--color-s);
}
  
.slide-title {
    /* font-size: 30px; */
    line-height: 36px;
    font-weight: 300;
    color: var(--color-s);
    margin: 20px 0 10px;
}

@media (max-width: 992px) {
    /* .slide-title {
      font-size: 22px;
    } */
}

@media (max-width: 575px) {
    /* .slide-title {
      font-size: 16px;
    } */
}
  
.slide-sub-title {
    font-style: normal;
    /* font-size: 35px; */
    line-height: 58px;
    margin: 20px 0;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    /* .slide-sub-title {
      font-size: 31px;
    } */
}

@media (max-width: 575px) {
    /* .slide-sub-title {
      font-size: 25px;
    } */
}
  
.slider-text {
    display: table;
    vertical-align: bottom;
    color: var(--color-p);
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}
  
.slider-text .slide-head {
    /* font-size: 36px; */
    color: var(--color-s);
    position: relative;
}
  
.slider-img {
    display: block;
    position: absolute;
    /* top: -80px; */
    left: 20%;
    width: 314px;
    max-height: 100%;
}
  
.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}
  
.slider.btn {
    margin: 0;
    border: 2px solid transparent;
}
  
.slider.border1 {
    background: rgba(25, 255, 167, .5);
    border: 2px solid rgba(25, 255, 167, .5);
    color: #ffffff;
    border-radius: 5px;
}
  
.slider.border1:hover {
    background: rgba(25, 255, 167, 1);
    border: 2px solid rgba(25, 255, 167, 1);
    color: #000000;
    border-radius: 0;
}
  
.slider.border2 {
    background: rgba(15, 219, 255, 0.8);
    border: 2px solid #51fcff;
    color: #fff;
    border-radius: 5px;
}
  
.slider.border2:hover {
    background: rgba(125, 253, 255, 1);
    border: 2px solid transparent;
    color: #000000;
    border-radius: 0;
}
  
/* Carousel control */
.banner-carousel .carousel-control {
    text-align: center;

    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all 0.25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control,
    .info-beranda .carousel-control {
      display: none !important;
    }
}
  
.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=100);
    bottom: 60px;
    color: #ffffff;
}
  
.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--font-lgc);
}
  
.slick-slide {
    outline: 0;
}
  
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots,
.info-beranda:hover .carousel-control,
.info-beranda:hover .carousel-control,
.info-beranda:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}
  
.banner-carousel .carousel-control.left,
.info-beranda .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right,
.info-beranda .carousel-control.right {
    right: 20px;
}
  
.banner-carousel .carousel-control i {
    top:50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 50px;
    /* height: 60px; */
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}
  
.banner-carousel .carousel-control i:hover,
.info-beranda .carousel-control i:hover {
    background:rgba(146, 251, 255, 0.3);
    color: rgba(0, 0, 0, 1);
}
  
  /*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 1;
}
  
  /* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .box-slider-content {
      top: auto;
      transform: translateY(0);
      left: 20px;
      bottom: 20px;
      width: calc(100% - 40px);
    }
}
  
.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 650px;
}
  
.box-slide-title {
    /* font-size: 18px; */
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    /* .box-slide-title {
      font-size: 16px;
    } */
}
  
.box-slide-sub-title {
    /* font-size: 35px; */
    margin: 8px 0 10px;
    color: #fff;
}

.banner-carousel {
    text-shadow: 0px 0px 5px var(--color-d),0px 0px 15px var(--color-p),4px 4px 55px var(--color-s);
}

  @media (max-width: 767px) {
    /* .box-slide-sub-title {
      font-size: 26px;
    } */
  }
  
.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    /* .box-slide-description {
      font-size: 15px;
    } */
}
  
.box-slider-text .btn {
    padding: 10px 20px;
}
  
.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

.overlay-carousel {
    position: relative;
}
  
.overlay-carousel::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    /* top: 20%; */
    right: 0;
    /* bottom: 30%; */
    /* z-index: 1; */
    left: 0;
}