@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

html {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  color: white;
  background-color: #1D1D1D;
  font-family: 'Open Sans', sans-serif;
  flex: 1;
}

.text-black {
  color: #1D1D1D!important;
}

h4 {
  color: #3D87CB;
}

h1 {
  font-size: 52px;
  color: #3D87CB;
  padding-bottom: 1rem;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
  border: 0;
  outline: none;
}

a.nav-link {
  font-size: 14px;
}

video {
  position: fixed;
  object-fit: cover;
  z-index: 0;
}

.bg-video {
  background-color: #1d1d1d29;
  background-image: url("../images/background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.bg-video-black {
  background-color: #1d1d1d29;
  background-image: url("../images/background-black.svg")!important;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-item:nth-child(1) a:before {
  content: '01';
  color: #828282;
  position: absolute;
  font-size: 11px;
  top: -5px;
  left: 8px;
}

.nav-item:nth-child(2) a:before {
  content: '02';
  color: #828282;
  position: absolute;
  font-size: 11px;
  top: -5px;
  left: 8px;
}

.nav-item:nth-child(3) a:before {
  content: '03';
  color: #828282;
  position: absolute;
  font-size: 11px;
  top: -5px;
  left: 8px;
}

.nav-item:nth-child(4) a:before {
  content: '04';
  color: #828282;
  position: absolute;
  font-size: 11px;
  top: -5px;
  left: 8px;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
}

span.swiper-pagination-bullet:focus {
  outline: none;
}

span.swiper-pagination-bullet.align-items-center.swiper-pagination-bullet-active {
  display: none!important;
}

span.swiper-pagination-bullet.align-items-center {
  opacity: 1;
}

.number {
  left: -20px;
  font-size: 13px;
  color: #3D87CB;
  font-weight: bold;
}

.container-fluid {
  padding-left: 7rem;
  padding-right: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.active {
  fill: #3D87CB;
}

#no-video {
  position: absolute;
  background-color: #FAC530;
}

.dot-video {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAF0lEQVQYV2NkQAKMUPZ/BgYGRhgHLAYAEnEBBJU1VYUAAAAASUVORK5CYII=);
  background-repeat: repeat;
  background-size: 3px;
  opacity: 1;
}

video::-webkit-media-controls {
  display: none;
}

#paggination-title > div:nth-child(1) {
  opacity: 0.5;
}

#paggination-title > div:nth-child(2) > div {
  opacity: 0.5;
}

#paggination-title div.active {
  opacity: 1!important;
}

ul.navbar-nav li {
  opacity: .4;
}

ul.navbar-nav li.active {
  opacity: 1;
}

.form-control:focus {
  outline: none;
  box-shadow: 0 0;
  color: white;
}

button:focus {
  outline: 0;
}

#paggination-current div {
  opacity: 0.5;
}

#paggination-current  div.active {
  opacity: 1!important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div#swipe-paggination span {
  width: 10px;
  height: 10px;
  background: white;
  margin-right: 2rem;
}

.text-small {
  font-size: 20px;
}


div#vertical {
    max-width: 65rem;
    margin-left: 0;
}

.menu-toggle {
  position: relative;
  transform-origin: center center;
  transform: rotate(0deg);
  height: 30px;
  width: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 300ms ease;
}

.menu-toggle span {
  height: 5px;
  width: 120px;
  background-color: white;
  transition: width 200ms ease;
}

.menu-toggle span:nth-child(1) {
  width: 80%;
  transition-delay: 200ms;
}

.menu-toggle span:nth-child(2) {
  width: 100%;
}

.menu-toggle span:nth-child(3) {
  width: 60%;
  transition-delay: 400ms;
}

.menu-toggle span:nth-child(4) {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 0;
  transition: height 400ms;
}

.menu-toggeled {
  transform: rotate(45deg);
  transition-delay: 400ms;
}

.menu-toggeled span:nth-child(1) {
  width: 0;
  transition: 200ms ease;
}

.menu-toggeled span:nth-child(3) {
  width: 0;
  transition: 200ms ease;
  transition-delay: 150ms;
}

.menu-toggeled span:nth-child(4) {
  height: 45px;
  transition: height 200ms ease;
  transition-delay: 200ms;
}

.container-fluid h2 {
    font-size: 2.5rem;
}

div#swipe-paggination {
    position: relative;
    display: flex;
    margin-left: auto;
    width: 100%;
    padding-right: 2.5rem;
    margin-top: 1rem;
}

#respon-width {
    width: 60%;
}

#collapsibleNavId a.active {
    color: white!important;
}

div#footer > #paggination-current {
    display: flex!important;
}

div#swipe-produk > span {
  width: 10px;
  height: 10px;
  background: white;
  display: block!important;
}

div#swipe-produk {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}

div#footer.index {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 60%) 100%);
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (min-width:1125px) {
    #vertical .swiper-slide {
        opacity: 0;
        transition: 0.3s ease;
      }
      
      #vertical .swiper-slide-active, #vertical .swiper-slide-next {
        opacity: 1;
      }
      
}
@media only screen and (max-width:1125px) {

    #respon-width {
        width: 80%;
    }
    
  div#footer > div:nth-child(2) {
    text-align: center;
  }

  div#footer {
    flex-direction: column!important;
    align-items: center!important;
  }

  div#footer > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  h3 {
    font-size: 22px;
  }

  h1 {
    font-size: 40px;
  }
}

div#swipe-paggination > span {
  display: block!important;
  margin-right: 5px;
}

.menu-black > span {
    background-color: #1D1D1D;
}

.menu-toggeled > span {
    background: white;
}

@media only screen and (max-width:850px) {
    #respon-width {
        width: 100%;
    }
  h1 {
    font-size: 30px;
    margin: 0;
  }

  h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width:769px) {
  .h4, h4 {
    font-size: 20px;
  }

  #nav_main {
    width: 100%;
  }

  .container-fluid {
    padding: 0 30px!important;
  }


  .swiper-container.pl-4.pt-4.pr-5.swiper-container-initialized.swiper-container-horizontal {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  div#paggination {
    padding-right: 2rem;
  }

  div#paggination-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .container-fluid a {
    font-size: 18px!important;
  }

  div#footer > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  #mainlogo {
    width: 100%;
  }

  .h2, h2 {
    font-size: 20px;
  }

  .h5, h5 {
    font-size: 20px;
  }

  div#paggination-current > div {
    font-size: 12px;
  }

  div#paggination-current {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width:720px) {
 
  .container-fluid {
    padding-right: 3rem!important;
    padding-left: 2.5rem!important;
  }

  div#footer > div:nth-child(1) {
    display: none!important;
  }

  .container-fluid a svg {
    margin-left: 5px!important;
    height: 14px;
  }

  div#footer > #paggination-current {
    display: flex!important;
    }

    span.swiper-pagination-bullet.align-items-center {
        font-size: 13px;
    }

    span.swiper-pagination-bullet.align-items-center svg {
        width: 100px;
    }

    .swiper-produk h4 {
      font-size: 16px;
  }
  
  div#swipe-name h4 {
      font-size: 16px;
  }
  
  div#swipe-name a {
      font-size: 14px!important;
  }
  
  div#swipe-name h2 {
      font-size: 18px;
      font-weight: normal!important;
  }
  
  div#swipe-name img {
      height: auto!important;
  }
}

@media only screen and (max-width:576px) {

    div#collapsibleNavId.active a {
      color: white!important;
  }

    div#line svg {
        height: 7px;
    }
    
    div#line {
        padding: 5px 0px 0px 23px!important;
    }
    
    .navbar {
        padding: 15px 23px 0 23px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    a.navbar-brand {
        margin: 0;
    }
    
    div#social {
        margin-top: 0!important;
        margin-bottom: 0.5rem;
    }

    #logo {
        width: 125px;
    }
    
    .menu-toggle {
        height: 24px;
    }

    .container-fluid h2 {
        font-size: 1.4rem;
        font-weight: bold!important;
    }
    
    h5 {
        font-size: 15px;
    }
    
    div#description {
        max-height: 246px!important;
    }
    
    div#footer > #paggination-current {
        display: none!important;
    }
    
    .swiper-slide img {
      height: 125px!important;
    }

    .swiper-slide button img {
      height: auto!Important;
  }
    
     
  .menu-toggle {
    z-index: 99;
  }

  .menu-active > span {
    background: black;
}

.menu-toggle.d-flex.d-sm-none.menu-active.menu-toggeled > span {
  background: white;
}

  #collapsibleNavId {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    z-index: 9;
    background: hsl(0deg 0% 0% / 86%);
  }

  #collapsibleNavId.active {
    opacity: 1;
    visibility: visible;
  }

  #collapsibleNavId a {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  ul.navbar-nav {
    margin: 0!important;
  }

  #mainlogo {
    width: auto;
  }

  #logo {
    z-index: 1;
  }

  #logo.active {
    z-index: 99;
  }
}

@media only screen and (max-width:325px) {
    
  img#logo {
    width: 9rem;
    margin: 0;
  }

  a.navbar-brand {
    margin: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div#paggination {
    padding: 0;
    padding-left: 1rem;
    font-size: 11px;
  }

  h1 {
    font-size: 24px!important;
  }

  h3 {
    font-size: 14px!important;
  }

  .container-fluid a {
    font-size: 14px!important;
  }

  .container-fluid a svg {
    height: 14px;
  }

  span.number.position-absolute {
    display: none;
  }

  div#footer > div:nth-child(2) {
    text-align: center;
  }
}

@media only screen and (max-height:700px) {
  
  h5 {
    font-size: 15px;
  }
}

@media only screen and (max-height:635px) {
  
  h1 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }
}   

@media only screen and (max-height:568px) {
  #collapsibleNavId a {
    font-size: 18px;
  }
}   
@media only screen and (min-height:991px) { 
    
    div#swipe-name .row {
      flex-direction: column;
      width: 100%;
  }

  div#swipe-name .row > div {
    width: 100%!important;
    max-width: 100%!important;
  }

  div#paggination-title {
    margin-bottom: 1rem;
  }

}


@media only screen and (min-height:650px) { 
  div#description {
      max-height: 45vh!important;
  }
}


@media only screen and (min-height:800px) { 
  div#description {
      max-height: 55vh!important;
  }
}