.coba {
    background-color: #060e1b1c;
    height: 100vh;
    background-image: none;
    display:flex;
    align-items:center;
    justify-content: left;
    

}


.coba video {
  width:100%;
  height:100vh;
  position:absolute;
  top:0;
  left:0;
  z-index:5;
  object-fit:cover;
  font-family:'object-fit: cover';
}

.judul1 {
  position:relative;
  z-index:50;
  text-align:left;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 17px;
  
}

.coba .texture {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:15;
  background:url('../texture.png');
}
.coba .judul1 h1 {

  font-size:5em;
  margin-bottom:0.5rem;
  font-family:'Kanit';
  color: aliceblue;
  font-weight: bold;

}

.coba .judul1 h2 {
  font-weight:300;
  font-family:'Kanit';
  line-height:110%;
  font-size:1em;
  margin-top:25px;
  color: aliceblue;
}


.coba::after {
  width:100%;
  height:100%;
  content: '';
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  background:rgba(0,0,0,0.5)
}

.button-5 {
  z-index:50;
  align-items: center;
  background-clip: padding-box;
  background-color: #910101;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #cf0000;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

@media screen and (min-width:768px)
{
      .coba .judul1 h1 {
            font-size:0.5rem;
      }

      .coba .judul1 h2 {
            font-size:1.75rem;
      }
}




@media screen and (min-width:992px)
{
      .coba .judul1 h1 {
            font-size:0.5rem;
      }

      .coba .judul1 h2 {
            font-size:2rem;
      }
}



@media screen and (min-width:1200px)
{
      .coba .judul1 h1 {
            font-size: 56px;
            line-height: 100%;
            margin-left: 160px;
            margin-right: auto;
      }

      .coba .judul1 h2 {
            font-size:20px;
            margin-left: 160px;
            margin-right: auto;
            
      }
      
      .button-5 {
             margin-left: 160px;
             margin-right: auto;
      }
}




@media (min-width: 768px) and (max-width: 1280px) {
  
    /* CSS */
    .coba {
        background-image: none ;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  .flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .img-fluid {
    transform-style: preserve-3d;
    z-index: 2;
    width: 90%;
    height: 90%;
  }
  
  .item1 {
    padding-top: 10rem;
    text-align: left;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  
  .item2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-top: 7rem !important;
  }
  
  .titles {
    margin-bottom: 1rem;
    font-size: calc(1.5rem + 1.5vw);
    line-height: 1;
    color: #FF2222;
    font-weight: 700;
  
  }
  
  .secondary {
    margin-bottom: 1.8rem;
    font-size: calc(2.2rem + 2.2vw);
    font-weight: 800;
    line-height: 1;
    color: white;
  }
  
  .flex-item1 {
    padding: 5px;
    width: 50%;
    height: 100%;
    margin-top: 110px;
  }
  
  .flex-item2 {
    padding: 5px;
    width: 50%;
    height: 100%;
    margin-top: 90px;
  
  }
  
  .joss{
    padding-left: 80px;
    z-index: 15;
  }
  
  .hover-top {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .hover-top.hover-top-shadow-lg:hover, .hover-top.hover-top-shadow-lg:focus {
    -webkit-transform: translateY(-0.3125rem) translateZ(0);
    transform: translateY(-0.3125rem) translateZ(0);
  }
  
  .hover-top:hover, .hover-top:focus {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  }
  
  .ikon {
    margin-left : 10px;
  }
  
  .description {
    margin-bottom: 30px;
    color: #bfbfbf;
    font-family: 'Roboto';
    width:60%;
    text-align: justify;
  }
  
  .btn-reds {
    color: #fff;
    background-color: #FF2222;
    border-color: #FF2222;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    border-radius: 0.625rem;
    text-transform: initial;
    margin-bottom: 20px;
  }
  
  .btn-reds:hover {
    background-color: #a00000;
    border-color: #a00000;
    color: white;
  }
  
  .social {
    display: inline !important;
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    /* CSS */

   
    .flex-item1{
      width:100%;
      margin-top:10px;
      text-align:center;
    }
    .joss{
      padding-left:20px;
      padding-right:20px;
    }
    .flex-item2{
      order: -1;
      width:100%;
      margin-top:30px;
    }
    .description {
      width:100%;
      margin-bottom:15px;
      text-align: justify;
    }
  
    .btn-reds{
      margin-bottom:5px;
    }
    .left-align{
      text-align: center !important;
    }
  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  @media (min-width: 768px) and (max-width: 1280px) {
    
    /* CSS */

    
    .flex-item1{
      width:100%;
      margin-top:10px;
      text-align:center;
    }
    .joss{
      padding-left:40px;
      padding-right:40px;
    }
    .flex-item2{
      order: -1;
      width:65%;
      margin-top:30px;
    }
    .description {
      width:100%;
      margin-bottom:15px;
      text-align: justify;
    }
  
    .btn-reds{
      margin-bottom:5px;
    }
    .left-align{
      text-align: center !important;
    }
    .secondary br {
      display:none;
    }
  }
  
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
  
  .cursor{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
    z-index:50;
  }
  
  .cursor2{
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: #c6c6c6;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
    z-index:50;
  }
  
  .content:hover ~ .cursor{
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #c6c6c6;
    opacity: .5;
  }
  
  .content:hover ~ .cursor2{
    opacity: 0;
  }

  .scroll-down {
    height: 50px;
    width: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    left: 13%;
    bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
    z-index:50;
  }
  .scroll-down::before,
  .scroll-down::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    height: 10px;
    width: 10px;
    transform: translate(-50%, -100%) rotate(45deg);
    border: 2px solid rgb(255, 255, 255);
    border-top: transparent;
    border-left: transparent;
    animation: scroll-down 1s ease-in-out infinite;
  }
  .scroll-down::before {
    top: 30%;
    animation-delay: 0.3s;
    /* animation: scroll-down 1s ease-in-out infinite; */
  }
  
  @keyframes scroll-down {
    0% {
      /* top:20%; */
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    100% {
      top: 90%;
      opacity: 0;
    }
  }
  