

:root {
    --primary: #000000;
    --bg: #0d0c27;
    --text: #fff;
    --AniHover: #c176ff;
  }
  
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  span,
  strong,
  em,
  div,
  li,
  ul,
  ol {
    background-color: transparent;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    background: var(--bg);
    scroll-behavior: smooth;
  }
  
  section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  
  
  }
  
  .body {
    font-family: "Poppins", sans-serif;
  }

  /* Gmail Opening*/
  #gmailModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100; /* Ensures modal is on top */
  }
  .modal-content {
    
    background: white;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    
  }

  .Gmailinput {
    border-radius: 8px;

  }

  /*Gmail End */

  
  /* navbar start */
  body {
    font-family: "Poppins", bold;
  
  }
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
  
    background-color: #333;
  }
  .navbar {
    /* Center the navbar horizontally */
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
    /* Set background color and padding */
    background-color: #0a0a0a;
    padding: 14px 20px;
  
    /* Add some border radius to make it look more rounded */
    border-radius: 25px;
  
    /* Set the width to 40% and position it fixed at the top of the viewport */
    width: 60%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  
    /* Ensure the navbar appears on top of other elements */
    z-index: 1001;
    height: auto !important;
    position: fixed
  }
  .navbar a {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  .navbar a:hover {
    background-color: #ddd;
    color: #2c2c2c;
    border-radius: 5px;
  }
  .navbar .logo {
    margin-left: 10px;
    padding: 30px;
    width: 10%;
    height: 60%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/logokopwhite.png");
  }

  .navbarlogo {

  }
  
  .navbar a.kontak {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    background-color: #2a1a91;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 10px;
    margin-right: 20px;
  }
  /* narbar end*/
  /*home page/*/
  
  /* image code*/
  .home-background {
      background-image: url("img/joglo1.jpg");
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      position: absolute;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: -25px;
      opacity: 0.42;
  }
  /* image code*/
  .home{
      height: 100vh;
  }
  .home .home-content {
      max-width: fit-content;
      z-index: 1; /* Set the z-index to a higher value to ensure the text appears on top of the background image */
      padding: 20px;
      position: relative; /* Ensure the text is positioned relative to its parent container */
  
      margin-top: auto;
  }
  
  .home-container p {
    margin-left: 900px;
    position: relative;
    color: #ffff;
    margin-top: -140px;
    font-size: larger
  }
  
  .home-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: #ffd95a;
  
    position: absolute;
    top: -16px;
    left: 0;
  }
  .home-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffd95a;
  
    position: absolute;
    top: 50px;
    left: 0;
  }
  
  .home-content h3 {
    font-size: 13px;
    font-weight: 500;
    color: #ffff;
    position: absolute;
  }
  
  .home-content p {
    font-size: 16px;
    margin: 20px 0 40px;
    color: #ffff;
  }
  
  .btn-box a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 35px;
    background: #ffd95a;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 700;
    font-family: "Poppins", bold;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 10px;
  }
  .paragraft-kanan {
    top: 100px;
  }
  /*home page end*/
  /* Start seccond page*/
  .pagee{
      height: 40vh;
  }
  .page2 {
    margin-top: auto;
      height: 100vh;
      background-image: url("img/PlankBackground.jpg");
      background-size: cover;
  
  }
  
  .page2 div{
    margin-left: 10vh;

    font-size: 26px;
  }
  
  .foto {

    width: 400px;
    height: 400px;
    background-color: #ffffff;
    font-size: 50px;
    border-radius: 50px;

  }

  .logonew {
    margin: 15%;
    padding: 10px;
   width: 70%;
   height: 60%;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/logonew.jpg");
    
  }
  
  
  .pagee div {
    align-items: center;
  
  }
  /* end second Page */
  
  /* Start Third Page */
  
  /* start Slide  */
  .slider {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%; /* Atau 100% * jumlah slide */
}


.slide {
    min-width: 100%;
    flex: 0 0 100%;
}
.slide img {
    width: 100%;
    height: auto;
    display: block;
}
  /* Navigation buttons */
  
  /* End Slide  */
  
  .page3div h2 {
  
    font-size: smaller;
    margin-top: 20px;
    height: fit-content;
    
  }
  
  .Pengalaman1 {
    text-align:center;
  }
  
  
  .page3div {
    height: 80vh;
    font-size: 25px;
    color: #fff;
    flex-direction: column;
  }
  
  .page3div deskripsi1 {
    margin-right: 100px;
  }
  /* End Third Page */ 
  
  /* Start Fourth Page */
  
  .page4 {
    height: 100vh;
    background-image: url("img/PlankBackground.jpg");
    background-size: cover;
  }
  
  .page4div {
  
  }
  
  
  .box {
    width: 400px;
    height: 500px;
    background-color: #ffffff;
    font-size: 50px;
    border-radius: 50px;
    margin: 50px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); /* Shadow with 30% opacity */
  }

  .box2 {

    width: 200px;
    height: 250px;
    background-color: #ffffff;
    font-size: 50px;
    border-radius: 50px;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); /* Shadow with 30% opacity */

    
    }

      .box :hover {
    background-color: #ddd;
    color: #2c2c2c;
    border-radius: 50px;
  }

    .box21 {

      width: 50%;
      height: 50%;
      background-image: url("img/telephone-call.png");
      background-size: contain;  /* Ensures the whole image fits inside */
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-position: center; /* Centers the image */
    }

    .box22 {

      width: 50%;
      height: 50%;
      background-image: url("img/gmailLogo.png");
      background-size: contain;  /* Ensures the whole image fits inside */
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-position: center; /* Centers the image */
    }

    .box23 {

      width: 50%;
      height: 50%;
      background-image: url("img/whatsappLogo.png");
      background-size: contain;  /* Ensures the whole image fits inside */
      background-repeat: no-repeat; /* Prevents image from repeating */
      background-position: center; /* Centers the image */
    }

    .Centerh4 {
      margin-top: 50px;
      text-align: center;
    }

/* Mobile */
@media screen and (max-width: 600px) {
  .button {
    font-size: 14px;
    padding: 12px 20px;
  }
}

/* Tablet */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .button {
    font-size: 16px;
  }
}

/* Desktop besar */
@media screen and (min-width: 1440px) {
  .button {
    font-size: 18px;
  }
}

/* Ultra wide screen */
@media screen and (min-width: 2560px) {
  .button {
    font-size: 20px;
    max-width: 800px;
  }
}