* {
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  /* Navigator Bar*/
  nav {
    background-color: white;
    color: #223f61;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
    padding-top: 10px;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 17px;
  }
  
  .nav-links li {
    margin-right: 20px;
  }
  
  .nav-links li a {
    text-decoration: none;
    color: #223f61;
    transition: color 0.3s;
    font-size: 16px;
  }
  
  .nav-links li a:hover {
    color: #42c5f3;
  }
  
  .burger {
    display: none;
    cursor: pointer;
  }
  
  .burger div {
    width: 25px;
    height: 3px;
    background-color: #223f61;
    margin: 5px;
  }
  
  @media screen and (max-width: 800px) {
    .nav-links {
      display: none;
      flex-direction: column;
      align-items: center;
      width: 100%;
    }
  
    .nav-links li {
      margin: 10px 0;
    }
  
    .burger {
      display: block;
    }
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    color: #223f61;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin-top: -11px;
    margin-left: -140px;
  }
  
  .dropdown-content a {
    float: none;
    color: #223f61;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover,
  .dropdown:hover .dropbtn {
    color: #42c5f3;
  }
  
  .dropdown-content a:hover {
    color: #42c5f3;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Contact Us Button */
  .form button {
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 16px;
    color: #223f61;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    padding: 5px 15px;
    outline: none;
    transition: 0.7s;
    margin-top: -8px;
  }
  
  .form button:hover {
    color: #f1f1f1;
    border: 1px solid #223f61;
    background: #223f61;
  }
  
  /* Underline Rectangle */
  .column {
    float: left;
    width: 25%;
    height: 7.5px;
    box-shadow: 0px 1px 4px 0px grey;
  }
  
  /* Content 1 */
  .topdesc {
    padding-top: 25vh;
    padding-bottom: 28vh;
  }
  
  .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .title h1 {
    width: 100%;
    max-width: 960px;
    text-align: center;
    color: #223f61;
    font-size: 70pt;
    margin-bottom: 20px;
  }
  
  .title p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 31px;
    font-size: 15pt;
    max-width: 650px;
    width: 100%;
    margin-bottom: 25px;
  }
  
  /* Content 1 Button */
  .title button {
    background-color: #223f61;
    cursor: pointer;
    font-size: 13pt;
    color: white;
    border-radius: 10px;
    border: 1px solid #223f61;
    padding: 10px 40px;
    transition: 0.7s;
  }
  
  .title button:hover {
    color: #223f61;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
  }
  
  .title a {
    text-decoration: none;
  }
  
  /* Content 1 Shape */
  .shape1 {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #42c5f3;
    border-radius: 120px 0 0 0;
    margin-top: -350px;
    margin-left: 7vw;
  }
  
  .shape2 {
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #ffce52;
    border-radius: 0 0 0 110px;
    margin-top: 120px;
    margin-left: 16vw;
  }
  
  .shape3 {
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #9edb5d;
    border-radius: 0 110px 0 0;
    margin-top: -300px;
    float: right;
    margin-right: 7vw;
  }
  
  .shape4 {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #f64959;
    border-radius: 0 0 120px 0;
    float: right;
    margin-top: -130px;
    margin-right: 14vw;
  }
  
  /* Content 2 */
  .secdesc .content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  
  .kanan{
    padding: 7vw;
    padding-left: 7vw;
    padding-right: 7vw;
    background-color: #f1f1f1;
    border-radius: 30px;
  }
  
  .kanan img{
    height: auto;
    width: 100%;
    max-width: 230px;
  }
  
  .kiri{
    padding: 7vw;
    padding-left: 7vw;
    padding-right: 7vw;
    background-color: #f1f1f1;
    border-radius: 30px;
  }
  
  .kiri img{
    height: auto;
    width: 100%;
    max-width: 230px;
  }
  
  .middle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f1f1f1;
    padding-top: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    border-radius: 30px;
    margin-top: -30px;
  }
  
  .middle h1 {
    color: #223f61;
    font-size: 32pt;
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin-top: -55vh;
  }
  
  .middle img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 27vh;
  }
  
  /* Content 2 (for phone only) */
  .phone_secdesc{
    display: none;
  }
  
  /* Content 3 */
  .circular-slider {
    background-color: #223f61;
    height: 40em;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 10vh;
  }
  
  .container{
    display: flex;
    justify-content: space-between;
  }
  
  /* Left */
  .left .text {
    display: none;
  }
  
  .showText {
    display: block !important;
  }
  
  .text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 37px;
    font-size: 15pt;
    width: 100%;
    max-width: 450px;
    color: white;
    margin-left: 8vw;
    margin-top: 15vh;
  }
  
  .text h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    line-height: 37px;
    font-size: 15pt;
    width: 100%;
    max-width: 450px;
    margin-left: 8vw;
    margin-top: 50px;
  }
  
  .circleline {
    width: 85%;
    height: 4px;
    margin-left: 8vw;
    margin-top: 12px;
  }
  
  .text h3 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 37px;
    font-size: 15pt;
    width: 100%;
    max-width: 450px;
    color: white;
    font-weight: 200;
    margin-left: 8vw;
    margin-top: 18px;
  }
  
  .text:nth-child(1){
    margin-top: 25vh;
  }
  
  .text:nth-child(4){
    margin-top: 25vh;
  }
  
  /* Right */
  .right h1{
    position: absolute;
    line-height: 100px;
    font-size: 70pt;
    color: white;
    left: 63%;
    top: 38%;
    text-align: center;
  }
  
  .slider {
    position: absolute;
    top: -4vw;
    right: 0;
  }
  
  .slider .img {
    width: 760px;
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 300ms;
  }
  
  /* Button */
  .indicator {
    position: absolute;
    transform: translate(-50%, -50%);
    transition: transform 300ms;
    width: 300px;
    height: 0px;
    top: 67%;
    left: 67%;
  }
  
  .indicator::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
  }
  
  .slider_button{
    margin-left: 8vw;
  }
  
  .buttons {
    display: flex;
    gap: 70px;
    margin-top: 10vh;
  }
  
  .buttons span {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 50%;
    color:white;
    border: none;
    padding: 10px;
    font-size: 19px;
    user-select: none;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .buttons span:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  /* Content 4 */
  .fourthdesc {
    margin-top: 20vh;
  }
  
  .fourthdesc h1 {
    margin-left: 6vw;
    font-size: 37pt;
    color: #223f61;
  }
  
  .fourthdesc .deco img {
    margin-left: 950px;
    margin-top: -12vh;
    position: absolute;
    height: 90px;
    width: auto;
  }
  
  .wma{
    display: flex;
    justify-content: flex-start;
    margin-top: 4vh;
    margin-right: 5vw;
    gap: 10px;
  }
  
  /* Kiri */
  .wma_left img{
    width: 100%;
    max-width: 1000px;
    height: auto;
  }
  
  /* Kanan */
  .wma_right{
    margin-top: 5vh;
  }
  
  .explanation{
    display: flex;
    gap: 15px;
    margin-bottom: 5vh;
  }
  
  .explanation img{
    width: 100%;
    max-width: 80px;
    height: auto;
  }
  
  .explanation p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 30px;
    font-size: 14pt;
    max-width: 600px;
  }
  
  .whyy button {
    background-color: #9edb5d;
    cursor: pointer;
    font-size: 12pt;
    color: white;
    border-radius: 10px;
    border: 1px solid #9edb5d;
    padding: 10px 40px;
    transition: 0.7s;
    margin-left: 20%;
  }
  
  .whyy button:hover {
    color: #223f61;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    cursor: pointer;
  }
  
  .whyy a {
    text-decoration: none;
  }
  
  /* Content 5 */
  .fifthdesc {
    margin-top: 20vh;
  }
  
  .atas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  
  .atas h1 {
    font-size: 37pt;
    color: #223f61;
    max-width: 1500px;
    line-height: 60px;
    text-align: center;
  }
  
  .atas p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    font-size: 14pt;
    max-width: 750px;
    margin-top: 20px;
    text-align: center;
  }
  
  .atas img{
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 90px;
    left: 0;
    margin-top: -140px;
    margin-left: 85px;
  }
  
  .codp button {
    position: absolute;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    border: none; 
    cursor: pointer;
    margin-top: -30px;
    margin-left: 320px;
  }
  
  .codp button i{
    font-size: 20pt;
    cursor: pointer;
  }
  
  /* Content 5 Logo and Box*/
  .fifthdesc .box1 {
    max-width: 700px;
    max-height: 350px;
    width: 100%;
    height: 100%;
    background-color: #223f61;
    border-radius: 20px;
    margin-top: 80vh;
    margin-right: 30vw;
    position: absolute;
    z-index: -200;
  }
  
  .fifthdesc .box2 {
    max-width: 1000px;
    max-height: 270px;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    position: absolute;
    margin-top: 80vh;
    z-index: -200;
  }
  
  .five{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .carousel{
    position: relative;
    overflow: hidden;
  
    width: 100%;
    height: 100%;
    z-index: 100;
    
  }
  .parent-slider{
      width: 100%;
      height: 100%;
  }
  
  .slides {
    width: 100%;
    height: 100%;
    min-width: 100%;
    transition: transform 0.5s ease;
    display: flex;
  }
  
  .slide {
    text-align: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
  }
  
  .slide-img {
    display:inline-block;
    margin-top: -2vh;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .slide img {
    width: 100%;
    max-width: 700px;
    display: block;
    z-index: -100;
  }
  
  .indicators {
    position: absolute;
    bottom: 6vh;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
  }
  
  .indicator2 {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .indicator2.active {
    background-color: #223F61;
  }
  
  .slidebutton button{
    display: none;
    position: absolute;
    top: 80%;
    height: 45px;
    width: 45px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    user-select: none;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  
  .slidebutton button.prev-slid {
    left: 0;
  }
  
  .slidebutton button.next-slide {
    right: 0;
  }
  
  .slidebutton button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
  }
  
  /* Content 6 */
  .seventhdesc{
    margin-top: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8vw;
    margin-left: 8vw;
  }
  
  .certificate{
    display: flex;
    justify-content: space-evenly;
    gap: 3vh;
  }
  
  .certificate h1{
    font-size: 37pt;
    color: #223F61;
    line-height: 60px;
    text-align: center;
  }
  
  .certificate p{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    font-size: 14pt;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    color: white;
    background-color: #223F61;
    border-radius: 20px;
    padding: 2vh;
  }
  
  
  /* Content 6 (cer1)*/
  .cer1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 3vh;
    padding-bottom: 5vh;
    padding-top: 5vh;
  }
  
  .certificate .cer1 p{
    max-width: 430px;
  }
  
  .cer1 button {
    position: absolute;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: -45px;
    margin-left: 110px;
  }
  
  .cer1 button i{
    font-size: 20pt;
    cursor: pointer;
  }
  
  .cer1 img{
    position: absolute;
    height: 110px;
    width: auto;
    margin-top: -350px;
    margin-right: 450px;
  }
  
  /* Content 6 (cer2)*/
  .cer2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 3vh;
    padding-bottom: 5vh;
    padding-top: 5vh;
  }
  
  .certificate .cer2 h1{
    max-width: 900px;
  }
  
  .certificate .cer2 p{
    max-width: 500px;
  }
  
  .cer2 button {
    position: absolute;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: -45px;
    margin-left: 133px;
  }
  
  .cer2 button i{
    font-size: 20pt;
    cursor: pointer;
  }
  
  /* Before Footer */
  .sixthdesc {
    margin-top: 15vh;
    background-color: #f1f1f1;
    border-radius: 50px 10px;
  }
  
  .before{
    display: flex;
    justify-content: space-between;
    margin-left: 15vh;
    margin-right: 15vh;
  }
  
  .six img{
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
  }
  
  .six2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
  }
  
  .six2 h1 {
    font-size: 35pt;
    color: #223f61;
    text-align: center;
  }
  
  .coa a {
    text-decoration: none;
  }
  
  .coa button {
    background-color: #f64959;
    cursor: pointer;
    font-size: 14pt;
    color: white;
    border-radius: 10px;
    border: 1px solid #f64959;
    padding: 8px 50px;
    transition: 0.7s;
    margin-top: 20px;
  }
  
  .coa button:hover {
    color: #223f61;
    border: 1px solid white;
    background: white;
  }
  
  /* Footer */
  /* All Footer */
  .topfooter1 {
    background-color: #223f61;
    padding-top: 150px;
    width: 100%;
  }
  
  .topfooter2 {
    display: flex;
    justify-content: space-evenly;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  /* Footer Image*/
  .footerbigpic img {
    width: 100%;
    height: auto;
    max-width: 1900px;
  }
  
  /* Footer Email*/
  .footer1 h1 {
    font-size: 30pt;
    line-height: 50px;
  }
  
  form {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
    margin-top: 80px;
  }
  
  form .far {
    font-size: 21px;
    margin-right: 10px;
  }
  
  form input {
    width: 100%;
    background: transparent;
    color: white;
    border: 0;
    outline: none;
    font-size: 11pt;
  }
  
  form button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 18px;
  }
  
  /* Footer Lainnya*/
  .footer1 .part2 {
    margin-left: 120px;
  }
  
  .footer1 h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17pt;
  }
  
  .footer1 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
  }
  
  .footer1 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: white;
  }
  
  .social {
    margin-top: 12px;
  }
  
  .part2 ul li {
    list-style: none;
    display: flex;
    display: inline-block;
    padding-right: 10px;
  }
  
  .part2 ul li a {
    text-decoration: none;
    font-size: 17pt;
    cursor: pointer;
    position: relative;
  }
  
  /* Footer Top Garis */
  .garis2 {
    width: 110px;
    height: 5px;
    background: #767676;
    border-radius: 2px;
    position: absolute;
    overflow: hidden;
  }
  
  .garis2 span {
    width: 30px;
    height: 5px;
    background: #ffce52;
    border-radius: 3px;
    position: absolute;
    animation: moving 2s linear infinite;
  }
  
  @keyframes moving {
    0% {
      left: -20px;
    }
    100% {
      left: 100%;
    }
  }
  
  .garis3 {
    width: 160px;
    height: 5px;
    background: #767676;
    border-radius: 2px;
    position: absolute;
    overflow: hidden;
  }
  
  .garis3 span {
    width: 30px;
    height: 5px;
    background: #9edb5d;
    border-radius: 3px;
    position: absolute;
    animation: moving 2s linear infinite;
  }
  
  @keyframes moving {
    0% {
      left: -20px;
    }
    100% {
      left: 100%;
    }
  }
  
  .garis4 {
    width: 90px;
    height: 5px;
    background: #767676;
    border-radius: 2px;
    position: absolute;
    overflow: hidden;
  }
  
  .garis4 span {
    width: 30px;
    height: 5px;
    background: #f64959;
    border-radius: 3px;
    position: absolute;
    animation: moving 2s linear infinite;
  }
  
  @keyframes moving {
    0% {
      left: -20px;
    }
    100% {
      left: 100%;
    }
  }
  
  .footerbigpic img {
    margin-top: 140px;
  }
  
  /* Bottom Footer */
  .footerunderline .column {
    float: left;
    width: 25%;
    height: 7.5px;
    margin-bottom: 20px;
  }
  
  .footertext p {
    text-align: center;
    font-size: 10pt;
    color: #234149;
    background-color: white;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  
  
  /* Responsiveness*/
  @media screen and (min-width: 1024px) and (max-width: 1300px){
  /* Content 1 */
  .topdesc {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  
  .title h1 {
    font-size: 65pt;
  }
  
  /* Content 1 Shape */
  .shape1 {
    margin-top: -390px;
    margin-left: 4vw;
  }
  
  .shape2 {
    margin-top: 190px;
    margin-left: 11vw;
  }
  
  .shape3 {
    margin-top: -390px;
    margin-right: 4vw;
  }
  
  .shape4 {
    margin-top: -110px;
    margin-right: 9vw;
  }
  
  /* Content 2 */
  .middle h1 {
    font-size: 25pt;
  }
  
  .middle img {
    max-width: 300px;
    margin-top: 25vh;
  }
  
  /* Content 3 */
  .circular-slider {
    height: 50em;
  }
  
  /* Left */
  .text p {
    line-height: 35px;
    font-size: 14pt;
    max-width: 370px;
  }
  
  .text h2 {
    line-height: 35px;
    font-size: 14pt;
  }
  
  .text h3 {
    line-height: 35px;
    font-size: 14pt;
    max-width: 370px;
  }
  
  /* Right */
  .right h1{
    line-height: 70px;
    font-size: 50pt;
    left: 70%;
    top: 40%;
  }
  
  .slider {
    position: absolute;
    top: 0vw;
    right: 0;
  }
  
  .slider .img {
    width: 500px;
    height: 800px;
    background-image: url(../slider1.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 300ms;
  }
  }
  
  
  /* Responsive Untuk Ipad */
  @media screen and (min-width: 641px) and (max-width: 850px) {
  /* Content 1 */
  .topdesc {
    padding-top: 25vh;
    padding-bottom: 23vh;
  }
  
  /* Content 1 Shape */
  .shape1 {
    display: none;
  }
  
  .shape2 {
    display: none;
  }
  
  .shape3 {
    display: none;
  }
  
  .shape4 {
    display: none;
  }
  
  /* Content 2 */
  .secdesc .content{
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  
  .kanan{
    padding: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #f1f1f1;
    border-radius: 30px;
  }
  
  .kiri{
    padding: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    background-color: #f1f1f1;
    border-radius: 30px;
  }
  
  .middle h1 {
    color: #223f61;
    font-size: 25pt;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin-top: -40vh;
  }
  
  .middle img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 260px;
    margin-top: 35vh;
  }
  
  /* Content 3 */
  .circular-slider {
    height: 20em;
  }
  
  .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /* Left */
  .circleline {
    width: 75%;
  }
  
  .text:nth-child(1){
    margin-top: 26vh;
  }
  
  .text:nth-child(2){
    margin-top: 26vh;
  }
  
  .text:nth-child(3){
    margin-top: 26vh;
  }
  
  .text:nth-child(4){
    margin-top: 26vh;
  }
  
  /* Right */
  .right h1{
    position: absolute;
    line-height: 0px;
    font-size: 35pt;
    left: 8vw;
    top: 14%;
    text-align: center;
  }
  
  .slider {
    display: none;
  }
  
  .slider .img {
    display: none;
  }
  
  /* Button */
  .indicator {
    top: 0%;
  }
  
  .buttons {
    margin-top: 5vh;
  }
  
  /* Content 4 */
  .fourthdesc {
    margin-top: 10vh;
  }
  
  .fourthdesc h1 {
    margin-left: 7vw;
    margin-right: 0vw;
    text-align: center;
    width: 80%;
  }
  
  .fourthdesc .deco img {
    display: none;
  }
  
  .wma{
    display: flex;
    flex-direction: column;
    margin-top: 4vh;
  }
  
  /* Kanan */
  .wma_right{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .explanation{
    display: flex;
    gap: 15px;
    margin-left: 8vw;
    margin-right: 8vw;
  }
  
  .whyy button {
    margin-left: 0%;
  }
  
  /* Content 5 */
  .atas img{
    display: none;
  }
  
  .codp button {
    margin-top: -30px;
    margin-left: 120px;
  }
  
  /* Content 5 Logo and Box*/
  .fifthdesc .box1 {
    border-radius: 0px;
    background-color: white;
  }
  
  .fifthdesc .box2 {
    box-shadow: none;
    border-radius: 0px;
    max-width: 1000px;
    max-height: 150px;
  }
  
  .slide-img {
    margin-top: -5vh;
  }
  
  .indicators {
    bottom: 7vh;
  }
  
  .indicator2 {
    width: 5px;
    height: 5px;
  }
  
  /* Content 6*/
  .seventhdesc{
    margin-top: 30vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  
  .certificate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
  }
  
  .certificate .cer1 p{
    max-width: 600px;
  }
  
  .cer1 button {
    margin-top: -37px;
    margin-left: 240px;
  }
  
  .cer1 img{
    display: none;
  }
  
  .certificate .cer2 p{
    max-width: 600px;
  }
  
  .cer2 button {
    margin-top: -38px;
    margin-left: 110px;
  }
  
  /* Before Footer */
  .sixthdesc {
    padding-top: 6vh;
    padding-bottom: 5vh;
    display: flex;
    flex-direction: column;
  }
  
  .six{
    display: none;
  }
  
  .six img{
    display: none;
  }
  
  .six2 .six2_bg{
    margin-top: 0px;
  }
  }
  
  
  /* Responsive Untuk HandPhone */
  @media screen and (min-width: 150px) and (max-width: 640px) {
  /* Content 1 */
  .topdesc {
    padding-top: 25vh;
    padding-bottom: 23vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  
  .title h1 {
    font-size: 35pt;
    max-width: 350px;
  }
  
  .title p {
    font-size: 13pt;
    line-height: 30px;
    max-width: 330px;
    margin-bottom: 20px;
  }
  
  /* Content 1 Button */
  .title button {
    font-size: 11pt;
  }
  
  .title a {
    text-decoration: none;
  }
  
  /* Content 1 Shape */
  .shape1 {
    display: none;
  }
  
  .shape2 {
    display: none;
  }
  
  .shape3 {
    display: none;
  }
  
  .shape4 {
    display: none;
  }
  
  /* Content 2 */
  .secdesc .content{
    display: none;
  }
  
  .phone_secdesc{
    display: flex;
    flex-direction: column;
    margin-top: -12vh;
  }
  
  .phone_middle{
    padding-left: 4vw;
    padding-right: 4vw;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .phone_middle img{
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  
  .phone_middle h1{
    font-size: 23pt;
    text-align: center;
    margin-top: 10vh;
    margin-bottom: 4vh;
    color: #223f61;
  }
  
  .phone_content{
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  
  .phone_img{
  padding: 7vw;
  padding-left: 7vw;
  padding-right: 7vw;
  background-color: #f1f1f1;
  border-radius: 30px;
  }
  
  .phone_img img{
    max-width: 145px;
    width: 100%;
    height: auto;
  }
  
  /* Content 3 */
  .circular-slider {
    height: 48em;
    margin-top: 7vh;
  }
  
  .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  /* Left */
  .text p {
    font-size: 13pt;
    line-height: 30px;
    max-width: 320px;
    margin-left: 10%;
  }
  
  .text h2 {
    font-size: 13pt;
    line-height: 30px;
    width: 100%;
    max-width: 320px;
    margin-left: 10%;
  }
  
  .circleline {
    width: 75%;
    height: 3px;
    margin-left: 10%;
  }
  
  .text h3 {
    font-size: 13pt;
    line-height: 30px;
    width: 100%;
    max-width: 320px;
    margin-left: 10%;
  }
  
  .text:nth-child(1){
    margin-top: 24vh;
  }
  
  .text:nth-child(2){
    margin-top: 24vh;
  }
  
  .text:nth-child(3){
    margin-top: 24vh;
  }
  
  .text:nth-child(4){
    margin-top: 24vh;
  }
  
  /* Right */
  .right h1{
    position: absolute;
    line-height: 0px;
    font-size: 30pt;
    left: 10%;
    top: 14%;
    text-align: center;
  }
  
  .slider {
    display: none;
  }
  
  .slider .img {
    display: none;
  }
  
  /* Button */
  .indicator {
    top: 0%;
    left: 68%;
  }
  
  .buttons {
    margin-top: 5vh;
  }
  
  .buttons span {
    padding: 2px;
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
  
  /* Content 4 */
  .fourthdesc {
    margin-top: 12vh;
  }
  
  .fourthdesc h1 {
    margin-left: 5vw;
    margin-right: 5vw;
    font-size: 23pt;
    text-align: center;
  }
  
  .fourthdesc .deco img {
    display: none;
  }
  
  .wma{
    display: flex;
    flex-direction: column;
    margin-top: 4vh;
  }
  
  /* Kanan */
  .wma_right{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .explanation{
    display: flex;
    gap: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  
  .explanation img{
    width: 100%;
    max-width: 60px;
    max-height: 60px;
  }
  
  .explanation p{
    line-height: 30px;
    font-size: 13pt;
  }
  
  .whyy button {
    font-size: 11pt;
    margin-left: 0%;
  }
  
  /* Content 5 */
  .fifthdesc {
    margin-top: 12vh;
  }
  
  .atas {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  
  .atas h1 {
    font-size: 20pt;
    color: #223f61;
    max-width: auto;
    line-height: 35px;
  }
  
  .atas p {
    line-height: 30px;
    font-size: 13pt;
    max-width: 100%;
  }
  
  .atas img{
    display: none;
  }
  
  .codp button {
    margin-top: -21vh;
    margin-left: 130px;
  }
  
  .codp button i{
    font-size: 15pt;
  }
  
  /* Content 5 Logo and Box*/
  .fifthdesc .box1 {
    display: none;
  }
  
  .fifthdesc .box2 {
    max-width: 100%;
    max-height: 20%;
    box-shadow: none;
    margin-top: 60vh;
  }
  
  .slide-img {
    margin-top: -5vh;
  }
  
  .indicators {
    bottom: 7vh;
  }
  
  .indicator2 {
    width: 5px;
    height: 5px;
  }
  
  /* Content 6*/
  .seventhdesc{
    margin-top: 22vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  
  .certificate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5vh;
  }
  
  .certificate h1{
    font-size: 21pt;
    color: #223f61;
    max-width: auto;
    line-height: 35px;
  }
  
  .certificate p{
    line-height: 30px;
    font-size: 13pt;
  }
  
  .certificate .cer1 p{
    max-width: 300px;
  }
  
  .cer1 button {
    margin-top: -35px;
    margin-left: 100px;
  }
  
  .cer1 img{
    display: none;
  }
  
  .certificate .cer2 p{
    max-width: 300px;
  }
  
  .cer2 button {
    margin-top: -36px;
    margin-left: 100px;
  }
  
  /* Before Footer */
  .sixthdesc {
    padding-top: 6vh;
    padding-bottom: 5vh;
  }
  
  .before{
    margin-left: 5vh;
    margin-right: 5vh;
  }
  
  .six img{
    display: none;
  }
  
  .six2 h1 {
    font-size: 23pt;
  }
  
  .coa button {
    font-size: 11pt;
    margin-top: 15px;
  }
  
  /* Footer Email*/
  .footer1 h1 {
    font-size: 21pt;
    line-height: 40px;
  }
  
  /* Bottom Footer */
  .footerunderline .column {
    height: 4px;
    margin-bottom: 16px;
  }
  
  .footertext p {
    font-size: 7pt;
    padding: 4px;
  }
  
  .footer1 h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 17pt;
  }
  
  .footer1 p {
    font-size: 11pt;
  }
  
  .footer1 a {
    font-size: 11pt;
  }
  
  /* Underline Rectangle */
  .column {
    height: 4px;
  }
  }
  
  /* For Footer Only */ @media screen and (max-width: 1050px) {
  /* All Footer */
  .topfooter1{
    background-color: #223F61;
    width: 100%;
    padding-top: 20%;
  }
  
  .topfooter2{
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-right: 10%;
  }
  
  /* Footer Email*/
  form{
    max-width: 80%;
  }
  
  /* Footer Lainnya*/
  .footer1 .part2{
    margin-left: 0px;
    margin-bottom: 11%;
    margin-top: 7%;
  }
  
  .footer1 .part3{
    margin-bottom: 11%;
  }
  }
  
  
  
  
  
  
  /* Javascript Animation */
  /* Content 1 go to Content 2 animation */
  .shape1.reveal {
    position: relative;
    transform: translateY(0) translateX(0) scale(1);
    transition: all 2s ease;
  }
  
  .shape1.reveal.active {
    transform: translateY(700px) translateX(460px) scale(0.58);
    opacity: 0;
  }
  
  .shape2.reveal {
    position: relative;
    transform: translateY(0) translateX(0) scale(1);
    transition: all 2s ease;
  }
  
  .shape2.reveal.active {
    transform: translateY(572px) translateX(378px) scale(0.61);
    opacity: 0;
  }
  
  .shape3.reveal {
    position: relative;
    transform: translateY(0) translateX(0) scale(1);
    transition: all 2s ease;
  }
  
  .shape3.reveal.active {
    transform: translateY(672px) translateX(-484px) scale(0.68);
    opacity: 0;
  }
  
  .shape4.reveal {
    position: relative;
    transform: translateY(0) translateX(0) scale(1);
    transition: all 2s ease;
  }
  
  .shape4.reveal.active {
    transform: translateY(587px) translateX(-420px) scale(0.53);
    opacity: 0;
  }