body {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
  }

  #background-video {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
  }
  

  h1{
    font-weight: bold;
    font-style: normal;
  }

  p{
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0;
  }

  a{
    text-decoration: none;
  }
  
  h1{
    font-size: 40px;
    color: #ffffff;
  }

  h2{
    font-size: 30px;
    font-weight: bold;
  }

  h3{
    font-size: 20px;
    font-weight: bold;
  }

  h4{
    font-size: 18px;
    font-weight: bold;
  }

  span{
    font-size: 16px;
    color: #FF4DB6;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
  }

  .tebal{
    font-weight: bold;
  }

  .putih{
    color: #ffffff;
  }
  
  .hitam{
    color: #4D4D4D;
  }

  .pink{
    color: #FF4DB6;
  }

  .bg-pink{
    background-color: #FF4DB6;
  }

  .bg-putih{
    background-color: white;
  }

  .bg-navy{
    background-color: #2F3157;
  }

  .bg-abu{
    background-color: #F4F4F4;
  }

  .btn-pink{
    padding: 10px 20px;
    height: auto;
    background-color: #FF4DB6;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
  }

  .btn-navy{
    padding: 10px 20px;
    height: auto;
    background-color: #2F3157;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
  }

  .btn-polos{
    padding: 10px 20px;
    height: auto;
    font-weight: bold;
    background-color: #ff4db500;
    border-radius: 5px;
    border: none;
    margin-right: 10px;
  }

  .btn-pink:hover{
    background-color: #ff0095;
    transition: 0.5s;
  }
  
  .btn-navy:hover{
    background-color: #1a1d5b;
    transition: 0.5s;
  }

  
  #text{
    position: absolute;
    top: 30vh;
    left: 0%;
    width: 60%;
    padding: 0 10%;
  }
  

  section{
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10%;
    overflow: hidden;
  }

  .copyright{
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 10%;
    overflow: hidden;
  }

  .row-{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0px;
  }

  .col-50{
    display: block;
    width: 48%;
    float: left;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 1%;
  }

  .col-60{
    display: block;
    width: 64%;
    float: left;
    border-radius: 10px;
    padding: 25px 25px;
    margin: 1%;
  }

  .bg-img-1{
    background-image: url('../imgbaru/Header.webp');
    background-repeat: no-repeat;
    background-position: 400px 105px;
  }

  .bayangan{
    box-shadow: 1px 1px 5px rgba(91, 91, 91, 0.562);
  }

  .col-30{
    display: block;
    width: 31%;
    float: left;
    margin: 1%;
    border-radius: 10px;
  }

  .col-30:hover{
    margin-top: -2px;
    box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.533);
    transition: 0.5s;
  }

  .border-hitam{
    border: 1px solid rgba(151, 151, 151, 0.3);
  }

  .h3-harga{
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    display: block;
    background-image: linear-gradient(90deg, rgba(43,43,43,1) 26%, rgba(4,4,4,1) 100%);
  }

  .h3-hargalive{
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    display: block;
    background-image: linear-gradient(90deg, rgba(255,119,199,1) 0%, rgba(255,54,173,1) 100%);
  }

  .spec-harga{
    padding: 20px 20px;
  }

  .col-25{
    display: block;
    width: 23%;
    float: left;
    padding: 20px 20px;
    margin: 0 1%;
    border-radius: 10px;
  }

  .banner{
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.548);
  }

  .tengah{
    text-align: center;
  }

  .bi{
    color: #2F3157;
    font-size: 30px;
  }

  .video{
    display: block;
    margin: 50px auto;
    width: 70%;
    height: auto;
    border-radius: 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.548);
  }

  .lebar-50{
    width: 50%;
  }

  .m-tengah{
    margin: 10px auto;
    display: block;
  }

  .m-ab{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m-a{
    margin-top: 20px;
  }

  .icon-float{
    float: left;
    width: 25px;
    margin-right: 10px;
  }

  .accordion{
    margin: 30px auto;
  }


  @media screen and (max-width:884px){

    #background-video {
      width: 100%;
      height: 70vh;
      object-fit: cover;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -2;
    }
      
      
      #text{
        position: absolute;
        top: 20vh;
        left: 5%;
        width: 80%;
      }
      

      h2{
        font-size: 25px;
      }

      h3{
        font-size: 18px;
      }


      section{
        padding: 50px 0%;
      }
    
      .col-50{
        padding: 10px 10px;
      }
    
      .video{
        height: auto;
      }

      .col-25{
        padding: 10px 10px;
      }
}


/* ==========MOBILE================ */

@media screen and (max-width:500px){
  body{
      overflow-x: hidden;
    }

    #background-video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -2;
    }

    h1{
      padding: 10px;
      text-align: center;
      font-size: 40px;
      color: rgba(0, 0, 0, 0);
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgb(255, 255, 255);
    }
    
    
    #text{
      width: 100%;
      position: absolute;
      top: 20vh;
      left: 0;
      transform: translate(0, 0);
      padding: 20px;
      text-align: justify;
    }
    

    h2{
      font-size: 20px;
    }

    p{
      font-size: 14px;
    }

    section{
      padding: 50px 0%;
    }
  
    .col-50{
      width: 100%;
      padding: 10px 10px;
    }

    .col-60{
      width: 95%;
      border-radius: 10px;
      padding: 35px 10px;
      margin: 2.5%;
    }

    .bg-img-1{
      background-image: url('../imgbaru/Header.webp');
      background-repeat: no-repeat;
      background-position: 100px 250px;
    }

    .col-30{
      display: block;
      width: 98%;
      float: left;
      margin: 2% 1%;
      border-radius: 10px;
    }

    .col-30:hover{
      margin-top: 1px;
      box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.533);
      transition: 0.5s;
    }

    .col-25{
      width: 95%;
      margin: 2% 2.5%;
    }

    .banner{
      height: auto;
    }
  
    .video{
      width: 90%;
      height: auto;
      border-radius: 10px;
    }

    .btn-pink{
      margin-right: 10px;
    }

    .btn-navy{
      margin-right: 10px;
    }

    .lebar-50{
      width: 90%;
    }
}