* {
  padding: 0;
  margin: 0;
}

.halaman1 {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
  background-color: none;
  font-family: 'Montserrat', sans-serif;
  background-image: url('2003pro.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 99;
  height: clamp(5.625rem, 5.132rem + 1.974vw, 7.5rem); /*set to min 400px max 1920px*/
  margin-right: 10px;
}

.header.scrolled {
  background-color: white;
  color: black;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: clamp(5rem, 4.519rem + 1.923vw, 6.25rem); /*set to min 400px max 1440px*/
}

.opt {
  display: flex;
  align-items: center;
  margin: 0;
  display: none;
  color: #fff;
}

.header.scrolled a {
  color: #001d51;
}

.header.scrolled .logo {
  display: none;
}

.header.scrolled .logoblack {
  display: block;
}

.header.scrolled .slogan {
  color: #001d51;
}

.header.scrolled .tulisanamsa {
  color: #001d51;
}

.header.scrolled .tulisanamsa1 {
  color: #001d51;
}

.header.scrolled .tulisanamsa2 {
  color: #001d51;
}

.header.scrolled .menu li a:hover {
  color: #fff;
  background-color: #001d51;
  border-radius: 5px;
}

.header.scrolled .fa-bars {
  color: #001d51;
  align-items: center;
  justify-content: center;
}

.logo {
    height: auto;
    width: clamp(3.125rem, 2.404rem + 2.885vw, 5rem); /*set to min 400px max 1440px*/
    margin: 5px 0 5px 0;
    margin-left: clamp(0.938rem, 0.337rem + 2.404vw, 2.5rem); /*set to min 400px max 1440px*/
}

.logoblack {
    height: auto;
    width: clamp(3.125rem, 2.404rem + 2.885vw, 5rem); /*set to min 400px max 1440px*/
    margin: 5px 0 5px 0;
    margin-left: clamp(0.938rem, 0.337rem + 2.404vw, 2.5rem); /*set to min 400px max 1440px*/
    display: none;
}

.tulisanamsa {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.tulisanamsa1 {
    color: #ffff;
    font-size: clamp(1.125rem, 0.768rem + 0.952vw, 1.625rem); /*set to min 400px max 1440px*/
    margin-right: 0;
    margin-left: clamp(0.938rem, 0.337rem + 2.404vw, 2.5rem); /*set to min 400px max 1440px*/
    font-weight: 600;
}
.tulisanamsa2 {
    color: #ffff;
    font-size: clamp(1.125rem, 0.768rem + 0.952vw, 1.625rem); /*set to min 400px max 1440px*/
    margin-right: 0;
    margin-left: clamp(0.938rem, 0.337rem + 2.404vw, 2.5rem); /*set to min 400px max 1440px*/
    font-weight: 400;
}

.univ {
  font-size: clamp(0.938rem, 0.817rem + 0.481vw, 1.25rem);
  font-weight: 350;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  background-color: none;
  font-size: clamp(0.75rem, 0.558rem + 0.769vw, 1.25rem); /*set to min 400px max 1440px*/
  font-weight: 550;
  margin-right: clamp(0.938rem, 0.337rem + 2.404vw, 2.5rem); /*set to min 400px max 1440px*/
  margin-left: auto;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  color: white;
  text-decoration: none;
  padding-top: clamp(0.75rem, 0.654rem + 0.385vw, 1rem); /*set to min 400px max 1440px*/
  padding-bottom: clamp(0.75rem, 0.654rem + 0.385vw, 1rem); /*set to min 400px max 1440px*/
  padding-left: clamp(0.5rem, 0.404rem + 0.385vw, 0.75rem); /*set to min 400px max 1440px*/
  padding-right: clamp(0.5rem, 0.404rem + 0.385vw, 0.75rem); /*set to min 400px max 1440px*/
  display: block;
  transition: background-color 0.3s ease;
}

.menu li a:hover {
  color: #001d51;
  background-color: #fff;
  border-radius: 5px;
}

.fa-caret-down {
  margin-left: 10px;
}

.drop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: opacity 0.5s ease, transform 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  min-width: 300px;
  z-index: 99;
  font-size: 1rem;
}

.drop li a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: black;
}

.drop li a:hover {
  background-color: #f0f0f0; 
}

.menu > li:hover > .drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  width: clamp(15.625rem, 5.609rem + 40.064vw, 31.25rem); /*set to min 400px max 1024px*/
  z-index: 999;
  background-color: #fff;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  text-decoration: none;
  display: none;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 0.558rem + 0.769vw, 1.25rem); /*set to min 400px max 1024px*/
  color: #001d51;
  margin-top: clamp(5rem, 4.199rem + 3.205vw, 6.25rem); /*set to min 400px max 1024px*/
  width: 100%;
}

.sidebar li {
  width: 100%;
  padding: 10px 16px;
  background-color: #fff;
}

.sidebar li:hover {
  background-color: #f0f0f0; 
  cursor: pointer;
}

.sidebar a {
  width: 100%;
  text-decoration: none;
  color: #001d51;
  font-weight: 500;
}

.logovirtuinite {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 50;
  pointer-events: none;
}

.virtuinite {
  width: 50vh; /*jangan diutak-atik*/
  position: relative;
  z-index: 50;
}

.halaman2{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.katasambutan {
  width: clamp(21.875rem, 12.007rem + 39.474vw, 59.375rem); /*set to min 400px max 1920px*/
  margin-left: clamp(1.25rem, 0.921rem + 1.316vw, 2.5rem); /*set to min 400px max 1920px*/
  font-size: clamp(0.75rem, 0.618rem + 0.526vw, 1.25rem); /*set to min 400px max 1920px*/
  flex-direction: column;
  text-align: justify;
}

.headerkatasambutan {
  font-family: "Alex Brush", cursive;
  font-size: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem); /*set to min 400px max 1920px*/
  color: #0f2f6b;
}

.isikatasambutan {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.875rem, 0.776rem + 0.395vw, 1.25rem); /*set to min 400px max 1920px*/
}

.enzo {
  width: auto;
  height: clamp(28.125rem, 25.658rem + 9.868vw, 37.5rem); /*set to min 400px max 1920px*/
}

.halaman3 {
  height: auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  gap: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem); /*set to min 400px max 1920px*/
  margin-bottom: clamp(1.875rem, 1.546rem + 1.316vw, 3.125rem); /*set to min 400px max 1920px*/
}

.visimisi {
  background-color: #001d51;
  height: clamp(6.25rem, 5.757rem + 1.974vw, 8.125rem); /*set to min 400px max 1920px*/
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  width: auto;
  align-items: center;
}

.alex {
  font-family: "Alex Brush", cursive;
  font-size: clamp(2.5rem, 2.336rem + 0.658vw, 3.125rem); /*set to min 400px max 1920px*/
}

.mont {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}

.visidulu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.visitext {
  margin-top: 40px;
  font-size: clamp(2.5rem, 2.336rem + 0.658vw, 3.125rem); /*set to min 400px max 1920px*/
  font-family: "Alex Brush", cursive;
}

.garisvisi {
  width: 120px;
  height: 3.5px;
  background-color: #001d51;
}

.visi {
  width: clamp(18.75rem, 7.237rem + 46.053vw, 62.5rem); /*set to min 400px max 1920px*/
  height: auto;
  text-align: center;
  margin-top: 1.5%;
  font-size: clamp(0.875rem, 0.776rem + 0.395vw, 1.25rem); /*set to min 400px max 1920px*/
  font-family: 'Montserrat', sans-serif;
}

.misilalu {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}

.misi {
  width:30%;
  height: auto;
  text-align: justify;
}

.misitext {
  margin-top: 40px;
  font-size: clamp(2.5rem, 2.336rem + 0.658vw, 3.125rem); /*set to min 400px max 1920px*/
  font-family: "Alex Brush", cursive;
}

.garismisi {
  width: 120px;
  height: 3.5px;
  background-color: #001d51;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isimisi {
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  justify-content: center;
}

.pmisi {
  display: flex;
  background-color: #001d51;
  padding: 23px;
  margin: 20px;
  color: #fff;
  flex-direction: column;
  width: 18.5%;
  height: auto;
  border-radius: 25px;
  font-size: clamp(0.875rem, 0.776rem + 0.395vw, 1.25rem); /*set to min 400px max 1920px*/
}

.nombor {
  font-family: "Alex Brush", cursive;
  height: 10vh;
  font-size: clamp(1.563rem, 1.316rem + 0.987vw, 2.5rem); /*set to min 400px max 1920px*/
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin-top: 5px;
}

.miniline {
  width: clamp(1.875rem, 1.711rem + 0.658vw, 2.5rem); /*set to min 400px max 1920px*/
  height: 3px;
  background-color: #fff;
}

.tulisan {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.halaman4 {
  height: auto;
  width: 100%;
}

.wassup {
  background-color: #001d51;
  height: 120px;
  width: 100%;
  color: #fff;
  gap: 9.5px;
  display: flex;
  justify-content: center;
}

.card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.875rem, 1.217rem + 2.632vw, 4.375rem);
  margin-top: 40px;
  margin-bottom: 40px;
}

.button {
  display: flex;
  align-items: center;
}

.card1 {
  width: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  height: clamp(25rem, 21.711rem + 13.158vw, 37.5rem); /*set to min 400px max 1920px*/
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.inner {
  transition: transform 0.3s ease;
}

.card1:hover .inner {
  transform: translateY(-120px);
}

.card1 img {
  width: 100%;
  height: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  object-fit: cover;
  display: block;
}

.caption {
  padding: 12px;
  background: white;
  text-align: center;
  font-size: 14px;
}

.card2 {
  width: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  height: clamp(25rem, 21.711rem + 13.158vw, 37.5rem); /*set to min 400px max 1920px*/
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.inner {
  transition: transform 0.3s ease;
}

.inner button {
  display: block;
  margin: 0 auto;
  margin-top: 120px;
  background-color: #001d51;
  color:#ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
}

.card2:hover .inner {
  transform: translateY(-120px);
}

.card2 img {
  width: 100%;
  height: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  object-fit: cover;
  display: block;
}

.captionjudul {
  padding: 12px;
  text-align: center;
  font-size: clamp(1rem, 0.934rem + 0.263vw, 1.25rem); /*set to min 400px max 1920px*/
}

.captionisi {
  padding: 12px;
  text-align: center;
  font-size: clamp(0.75rem, 0.684rem + 0.263vw, 1rem); /*set to min 400px max 1920px*/
}

.card3 {
  width: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  height: clamp(25rem, 21.711rem + 13.158vw, 37.5rem); /*set to min 400px max 1920px*/
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.inner {
  transition: transform 0.3s ease;
}

.card3:hover .inner {
  transform: translateY(-120px);
}

.card3 img {
  width: 100%;
  height: clamp(15.625rem, 13.158rem + 9.868vw, 25rem); /*set to min 400px max 1920px*/
  object-fit: cover;
  display: block;
}

.caption {
  padding: 12px;
  background: white;
  text-align: center;
  font-size: 14px;
}

.halaman5 {
  height: 100vh;
  width: 100%;
}

.our {
  background-color: #001d51;
  color: #fff;
  font-size: 30pt;
  height: 120px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 2%;
}

.logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 20vh);
  gap: 15%;
}

.logos1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.logos2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.fk {
  height: auto;
  width: clamp(250px, 40vw, 800px);
}

.amsaina {
  height:auto;
  width:  clamp(250px, 40vw, 800px);
}

.amsaintl {
  height: auto;
  width: clamp(250px, 40vw, 800px);
}

.hima {
  height: auto;
  width: clamp(250px, 30vw, 800px);
}

.halaman6 {
  height: 100vh;
  width: 100%;
}

.partnership {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10%;
  height: calc(100vh - 20vh);
}

.partnership1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 2%;
}

.partnership2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pinhome {
  height: auto;
  width: clamp(15vh, 30vw, 80vh);
}

.kama {
  height: auto;
  width: clamp(15vh, 25vw, 80vh);
}

.indoprinting {
  height: auto;
  width: clamp(15vh, 40vw, 80vh);
}

.medtools {
  height: auto;
  width: clamp(15vh, 20vw, 80vh);
}

.halaman7 {
  font-family: 'Montserrat', sans-serif;
  height: 32vh;
  background-color: #001d51;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}

.connected {
  font-size: 25pt;
  color: #fff;
  font-weight: 600;
}

.connect {
  font-size: 16pt;
  color: #fff;
  font-weight: 400;
}

.sosmed {
  gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fa-square-instagram {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-youtube {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-envelope {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halaman8 {
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.lokasi {
  display: flex;
  flex-direction: row;
}

.tulisanlokasi {
  width: 39%;
  margin-left: auto;
  margin-right: 10%;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
}

.locationbox {
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: offset-x offset-y blur-radius color;
  background-color: #fff;
  margin-top: 30px;
}

.amsaundiploc {
  font-size: 15pt;
  gap: 15px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
}

.fa-location-dot {
  font-size: 18pt;
}

.location {
  margin-left: 30px;
  line-height: 22px;
}

.univ {
  font-size: 25pt;
  margin-bottom: 15px;
}

.desk {
  line-height: 25px;
}

.fk2 {
  width: 35vw; 
  height: auto;
  display: block;
  flex-shrink: 0;
  object-fit: contain;
  margin-left: 10%;
}

.bottom {
  height: 12vh;
  background-color: #001d51;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.whitebawah {
  height: 8vh;
}

.saundip {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dissapear {
    display: none;
  }
  .opt {
    display: block;
    margin: 0;
  }
  .fa-bars {
    display: block;
      align-items: center;
  justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .dissapear {
    display: none;
  }
  .opt {
    display: block;
    margin: 0;
  }
  .fa-bars {
    display: block;
    font-size: 15pt;
    justify-content: center;
  }
  .halaman2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  }
  .katasambutan {
    margin-left: 0;
    flex-direction: column;
  }
  .headerkatasambutan {
    text-align: center;
  }
  .isikatasambutan {
    text-align: justify;
  }
  .virtuinite {
    width: clamp(5.625rem, 2.171rem + 13.816vw, 18.75rem);
  }

  .hi {
    font-family: "Alex Brush", cursive;
    font-size: 27pt;
    color: #0f2f6b;
  }

  .blabla {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5pt;
  }
  .isimisi {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  justify-content: center;
  align-items: center;
}
.pmisi {
  display: flex;
  background-color: #001d51;
  padding: 23px;
  margin: 20px;
  color: #fff;
  flex-direction: column;
  width: clamp(15.625rem, 11.151rem + 22.371vw, 21.875rem); /*set to min 320px max 767px*/
  height: auto;
  border-radius: 25px;
  font-size: clamp(0.875rem, 0.776rem + 0.395vw, 1.25rem); /*set to min 400px max 1920px*/
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.partnership1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 2%;
}

.partnership2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logos1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.logos2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.fk2 {
  display: none;
}

.tulisanlokasi {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  margin-left: 0;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
}

.locationbox {
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: offset-x offset-y blur-radius color;
  background-color: #fff;
  margin-top: 30px;
}

.amsaundiploc {
  font-size: 15pt;
  gap: 15px;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
}

.lokasi {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  justify-content: center;

}

}







