body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-poppins: Poppins;
  --font-montserrat: Montserrat;
  --font-righteous: Righteous;

  /* font sizes */
  --font-size-sm: 14px;
  --font-size-5xl: 24px;
  --font-size-lgi: 19px;
  --font-size-xs: 12px;
  --font-size-lg: 18px;
  --font-size-21xl: 40px;
  --font-size-13xl: 32px;
  --font-size-45xl: 64px;
  --font-size-32xl: 51px;
  --font-size-19xl: 38px;
  --font-size-base: 16px;
  --font-size-xl: 20px;

  /* Colors */
  --color-gray-100: #282828;
  --color-gray-300: rgba(255, 255, 255, 0.6);
  --color-gray-400: rgba(255, 255, 255, 0.5);
  --color-lightseagreen-100: #29b8ad;
  --color-lightseagreen-200: #0f9f95;
  --color-white: #fff;
  --color-steelblue: rgba(47, 116, 175, 0.8);
  --color-firebrick-100: #ca3d41;
  --color-black: #000;

  /* Gaps */
  --gap-5xl: 24px;
  --gap-xl: 20px;
  --gap-2xl: 21px;
  --gap-smi: 13px;
  --gap-61xl: 80px;
  --gap-21xl: 40px;
  --gap-71xl: 90px;
  --gap-7xs: 6px;
  --gap-10xs: 3px;
  --gap-26xl: 45px;
  --gap-xs: 12px;

  /* Paddings */
  --padding-51xl: 70px;
  --padding-101xl: 120px;
  --padding-16xl: 35px;
  --padding-59xl: 78px;
  --padding-xl: 20px;
  --padding-base: 16px;
  --padding-5xl: 24px;
  --padding-3xl: 22px;
  --padding-17xl: 36px;
  --padding-xs: 12px;
  --padding-mid: 17px;
  --padding-56xl: 75px;
  --padding-30xl: 49px;
  --padding-7xl: 26px;
  --padding-4xl: 23px;
  --padding-5xs: 8px;

  /* Border radiuses */
  --br-7xs: 6px;
  --br-xs: 12px;
}

#navbar {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #282828, rgba(41, 184, 173, 0) );
  color: #fff;
  text-align: center;
  transition: top 0.3s;
}

.beranda,
.logo {
  margin: 0;
  position: relative;
  letter-spacing: -0.02em;
  display: inline-block;
}
.logo {
  width: 175px;
  height: auto;
  flex-shrink: 0;
}
.beranda {
  font-size: inherit;
  font-weight: 600;
  font-family: inherit;
  min-width: 85px;
}
.navbar-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-5xl) var(--padding-xs);
}
.kursus {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  min-width: fit-content;
  color: #fff;
}
.navbar-link1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.tentang {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  min-width: fit-content;
  color: #fff;
}
.navbar-link2,
.navbar-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.navbar-menu {
  max-width: 368px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: var(--gap-xs);
  max-width: calc(100% - 414px);
}
.toSection1 {
  text-decoration: none;
}
.h3,
.id {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-family: inherit;
}
.id {
  display: inline-block;
  min-width: 19px;
}
.h3 {
  height: 23px;
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: rotate(90deg);
}
.navbar-link3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-5xl) 5px var(--padding-5xl) var(--padding-xs);
}
.button-no-1 {
  margin: 0;
  position: relative;
  font-size: var(--font-size-xl);
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 800;
  font-family: var(--font-poppins);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: fit-content;
}
.button {
  cursor: pointer;
  border: 0;
  padding: var(--padding-5xs) var(--padding-xl);
  background-color: var(--color-lightseagreen-200);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--br-7xs);
  justify-content: center;
}
.button:hover {
  background-color: var(--color-lightseagreen-100);
}
.button,
.navbar-content,
.navbar-menu1,
.navbarcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar-menu1 {
  justify-content: center;
  width: fit-content;
  padding: var(--padding-xs) 0;
  gap: 30px;
}
.navbar-content,
.navbarcontainer {
  box-sizing: border-box;
  max-width: 100%;
}
.navbar-content {
  max-width: 1200px;
  height: 100px;
  flex: 1;
  justify-content: space-between;
  gap: var(--gap-xl);
}
.navbarcontainer {
  position: fixed;
  z-index: 1000;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
  align-self: center;
  padding: 0 20px;
  font-size: var(--font-size-xl);
  color: var(--color-white);
  font-family: var(--font-poppins);
  background-color: transparent;
  box-shadow: none;
}
.navbarcontainer.scrolled {
  background-color: #14314bdd;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
}
/* Responsive */
.hamburger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.hamburger-menu .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  margin: 4px 0;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .column {
    z-index: 1;
  }

  .navbar-content {
    flex-direction: row;
    align-items: center;
  }

  .navbar-menu, .navbar-menu1 {
    display: none;
    flex-direction: column;
    width: fit-content;
  }

  .navbarcontainer {
    width: 100%;
    padding: 0 20px;
  }

  .hamburger-menu {
    display: flex;
    margin: 0%;
    position: absolute;
    top: 35px;
    right: 20px;
    z-index: 100;
  }

  .navbar-menu1.active {
    z-index: 2;
    display: flex;
    background-color: rgba(40, 40, 40, 0.45);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    padding: 45px 20px 35px;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    gap: 30px;
    position: absolute;
    top: 35px;
    right: 20px;
  }

  .hamburger-menu.active .bar {
    transition: transform 0.3s ease; 
  }

  .hamburger-menu.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-20px, 7px) scale(1.2); 
  }
  
  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger-menu.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-9px, 5px) scale(1.2); 
  }
}

.infotekno {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-block;
  font-family: var(--font-poppins);
  color: var(--color-white);
  text-align: left;
  min-width: 48px;
}
.eyebrow-wrapper {
  cursor: pointer;
  border: 1px solid var(--color-gray-400);
  padding: var(--padding-5xs) var(--padding-base);
  background-color: rgba(0, 0, 0, 0.12);
  width: fit-content;
  border-radius: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.eyebrow-wrapper:hover {
  background-color: rgba(51, 51, 51, 0.12);
  border: 1px solid rgba(230, 230, 230, 0.5);
  box-sizing: border-box;
}
.h1-introduction-to-computer {
  background: none;
  margin: 0;
  width: 533px;
  position: relative;
  font-size: inherit;
  letter-spacing: -3.73px;
  line-height: 110%;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.content {
  background: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0 0;
  box-sizing: border-box;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.button-no-11,
.website-kursus-umkm {
  position: relative;
  font-size: var(--font-size-base);
  display: inline-block;
  min-width: 250px;
}
.website-kursus-umkm {
  width: 753px;
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 600;
  max-width: 100%;
  flex-shrink: 0;
}
.button-no-11 {
  letter-spacing: -0.02em;
  line-height: 20px;
  font-family: var(--font-poppins);
  color: var(--color-white);
  text-align: left;
  min-width: 122px;
}
.button1 {
  cursor: pointer;
  border: 0;
  padding: 18.5px 25.5px;
  background-color: var(--color-lightseagreen-200);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--br-7xs);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.button1:hover,
.form-button:hover {
  background-color: var(--color-lightseagreen-100);
}
.actions,
.column {
  display: flex;
  justify-content: flex-start;
}
.actions {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
}
.column {
  width: 600px;
  flex-direction: column;
  align-items: flex-start;
  padding: 200px 0 100px;
  box-sizing: border-box;
  gap: var(--gap-5xl);
  max-width: 100%;
}

.column1 {
  height: 428px;
  flex: 1;
  min-width: 390px;
  max-width: 100%;
}
.hero-section {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  min-height: 600px;
}
.container {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 1200px;
  height: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 20px;
  font-size: 66px;
}
.hero-section {
  align-self: stretch;
  overflow: hidden;
  flex-direction: column;
  justify-content: start;
  padding: 0 var(--padding-xl);
  box-sizing: border-box;
  gap: var(--gap-61xl);
  background-image: url(/assets/images/hero-section@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  font-size: var(--font-size-xl);
  color: var(--color-white);
  font-family: var(--font-poppins);
}

/* Dropdown */
.dropdown_menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 60px;
  width: 300px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open{
  height: 240px;
}

.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown_menu .button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Navbar */
@media (max-width: 992px) {
  .navbar .navbar-menu,
  .navbar .button {
    display: none;
  }

  .navbar .toggle_btn {
    display: block;
  }

  .dropdown_menu {
    display: block;
  }
}

.daftar-kursus {
  position: relative;
  line-height: 110%;
  font-weight: 600;
  max-width: 825px;
}
.title-child {
  height: 40px;
  width: 80px;
  position: relative;
}
.title {
  align-self: stretch;
  height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-xl);
}
.twitter-handle-name,
.username {
  position: relative;
  display: inline-block;
}
.twitter-handle-name {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 102px;
}
.username {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
  .user-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-10xs);
  max-width: 150%;
}
    
.header-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
}
/*       
.carousel-container {
  position: relative;
  overflow: hidden;
  height: 600px;
} */

.carousel {
  display: flex;
  flex-direction: row;
}

/* carousel */
.carousel-container {
  position: relative;
  width: 80%;
  margin: auto;
  overflow: hidden; 
  background: #f0f0f0; 
  border-radius: 10px; 
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%; 
  display: none; 
}
.left {
  left: 10px;
}
.right {
  right: 10px;
}
.carousel-container:hover .arrow {
  display: block;
}
.arrow {
  transition: background-color 0.3s, transform 0.3s;
}
.arrow:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Ubah warna saat tombol dihover */
  transform: scale(1.1); /* Sedikit perbesar saat dihover */
}

.row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
}

.columnsection {
  background-image: url('/assets/images/card@3x.png');
  background-size: cover;
  border-radius: 8px;
  padding: 0px 70px 0px 70px;
  margin: 5px;
  box-sizing: border-box;
  height: 170px; /* Adjust as needed */
}

.card-content {
  border-radius: 8px;
  padding: 65px;
 
}

.card-top {
  margin-bottom: 10px;
}

.user-details {
  display: flex;
  flex-direction: column;
}

.twitter-handle-name {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.username {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

.navigation-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.navigation-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: var(--br-xs);
  cursor: pointer;
  padding: 10px;
}

.navigation-button img {
  width: 30px;
  height: 30px;
}

.card-top,
.user-details {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.user-details {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.card-top {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.card1 {
  height: 104px;
  padding: 0;
  box-sizing: border-box;
}

.card1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.cardx {
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) 29px var(--padding-7xl) var(--padding-4xl);
  box-sizing: border-box;
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.cardx,
.column2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.twitter-handle-name1,
.username1 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name1 {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 107px;
}
.username1 {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
.user-details1,
.user-text1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.user-text1 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-10xs);
}
.user-details1 {
  flex-direction: row;
  align-items: center;
}
.card-content1,
.card-top1,
.card3 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.card-top1 {
  width: 588px;
  flex-direction: row;
  max-width: 420%;
  flex-shrink: 0;
}
.card-content1,
.card3 {
  flex-direction: column;
}
.card3 {
  align-self: stretch;
  height: 104px;
  padding: 0;
  box-sizing: border-box;
}
.card-content1 {
  width: 140px;
}
.card2 {
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) var(--padding-4xl);
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card2,
.column3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.twitter-handle-name2,
.username2 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name2 {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 109px;
}
.username2 {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
.user-details2,
.user-text2 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.user-text2 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-10xs);
}
.user-details2 {
  flex-direction: row;
  align-items: center;
}
.card-top2,
.card5 {
  display: flex;
  align-items: flex-start;
}
.card-top2 {
  width: 588px;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 420%;
  flex-shrink: 0;
}
.card5 {
  align-self: stretch;
  height: 104px;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
}
.card-content2,
.card4,
.card5 {
  justify-content: flex-start;
}
.card-content2 {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card4 {
  align-self: stretch;
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) var(--padding-4xl);
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card4,
.column4,
.columns1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.column4 {
  align-self: stretch;
  justify-content: flex-start;
}
.columns1 {
  width: 640px;
  justify-content: space-between;
  min-height: 500px;
  max-width: 100%;
}
.twitter-handle-name3,
.username3 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name3 {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 107px;
}
.username3 {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
.user-details3,
.user-text3 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.user-text3 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-10xs);
}
.user-details3 {
  flex-direction: row;
  align-items: center;
}
.card-content3,
.card-top3,
.card7 {
  display: flex;
  align-items: flex-start;
}
.card-top3 {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  flex-shrink: 0;
}
.card-content3,
.card7 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.card7 {
  width: 588px;
  height: 104px;
  max-width: 420%;
  flex-shrink: 0;
}
.card-content3 {
  width: 140px;
}
.card6 {
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) var(--padding-4xl);
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card6,
.column5 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.twitter-handle-name4,
.username4 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name4 {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 109px;
}
.username4 {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
.user-details4,
.user-text4 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.user-text4 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-10xs);
}
.user-details4 {
  flex-direction: row;
  align-items: center;
}
.card-content4,
.card-top4,
.card9 {
  display: flex;
  align-items: flex-start;
}
.card-top4 {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  flex-shrink: 0;
}
.card-content4,
.card9 {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.card9 {
  width: 588px;
  height: 104px;
  max-width: 420%;
  flex-shrink: 0;
}
.card-content4 {
  width: 140px;
}
.card8 {
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) var(--padding-4xl);
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card8,
.column6 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.twitter-handle-name5,
.username5 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name5 {
  letter-spacing: -0.02em;
  white-space: pre-wrap;
  min-width: 108px;
}
.username5 {
  align-self: stretch;
  height: 68px;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  font-weight: 500;
  flex-shrink: 0;
}
.user-details5,
.user-text5 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.user-text5 {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-10xs);
}
.user-details5 {
  flex-direction: row;
  align-items: center;
}
.card-top5,
.card11 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}
.card-top5 {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
}
.card11 {
  width: 588px;
  height: 104px;
  padding: 0;
  box-sizing: border-box;
  max-width: 420%;
}
.card-content5,
.card10,
.card11 {
  flex-direction: column;
  justify-content: flex-start;
}
.card-content5 {
  width: 140px;
  display: flex;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.card10 {
  align-self: stretch;
  border-radius: var(--br-xs);
  padding: var(--padding-7xl) var(--padding-4xl);
  background-image: url(/assets/images/card@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.card10,
.column7,
.columns2,
.rows {
  display: flex;
  align-items: flex-start;
}
.column7 {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
}
.columns2,
.rows {
  justify-content: space-between;
  max-width: 100%;
}
.columns2 {
  width: 640px;
  flex-direction: column;
  min-height: 500px;
}
.rows {
  align-self: stretch;
  flex-direction: row;
  gap: var(--gap-xl);
  font-size: var(--font-size-5xl);
}
.more-icon {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.pagination {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 3px var(--padding-xl);
  box-sizing: border-box;
  min-height: 56px;
}
.columns {
  gap: var(--gap-xl);
}
.columns {
  margin: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  
}

/* Start Kursus */
.container1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.kursus-kursus {
  position: relative;
  align-items: flex-start;
}

.courses-info {
  width: 100%;
  max-width: 1200px;
}

.titlee {
  align-self: stretch;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 var(--padding-xl) 0;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0%;
  margin-bottom: 10px;
  margin-left: 5px;
}

.kategori-kursus {
  position: relative;
  line-height: 110%;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

.categories {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

.categories::-webkit-scrollbar {
  display: none;
}

/* .next-cat {
  background-color: #0f9f95;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s;
} */

.category-button {
  background-color: #c0c0c0;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  color: white;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s;
}

.category-button.selected {
  background-color: #2f73afaf;
}

.category-button:hover {
  background-color: #2F74AF;
}

.content1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: medium;
}

.item {
  background-color: #282828;
  padding: 20px 20px 0px 20px;
  margin: 10px;
  border-radius: 10px;
  width: 240px;
  text-align: center;
  font-size: large;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
}

.item h3 {
  margin-top: 0;
}

.item p {
  text-align: left;
  font-size: small;
  margin: 0;
}

.item ul {
  list-style-type: disc;
  padding: 0px 20px 20px 20px;
  text-align: left;
  font-size: small;
}
@media (max-width: 350px) {
  .item {
    max-width: 100%;
    padding: 15px;
  }
}
/* End Kursus */

.landing-page-child,
.section {
  box-sizing: border-box;
  width: 100%;
}
.section {
  align-items: center;
  align-self: stretch;
  padding: 30px;
  min-height: 100vh;
  background: linear-gradient(
    180deg,
    #14314bdd 5.4%,
    #275e8e8c 60%,
    #c4d3e1 86%,
    #fff
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-56xl) var(--padding-51xl) var(--padding-30xl);
  text-align: left;
  font-size: var(--font-size-13xl);
  color: var(--color-white);
  font-family: var(--font-poppins);
}
.landing-page-child {
  width: 1292px;
  height: 1px;
  position: relative;
  border-top: 1px solid rgba(40, 40, 40, 0.5);
  display: none;
}
.mengapa-logo {
  position: relative;
  text-align: center;
  line-height: 110%;
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  padding-bottom: 20px;
}
.title1 {
  align-self: stretch;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-xl) 0;
  box-sizing: border-box;
  max-width: 100%;
}
.logo-menawarkan-berbagai {
  margin-block-start: 0;
  margin-block-end: 15px;
}
.fokus-utama-dari {
  margin: 0;
}
.logo-menawarkan-berbagai-container {
  position: relative;
  line-height: 110%;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  align-self: center;
  padding: 0;
}
.info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1px;
  text-align: center;
  font-size: var(--font-size-5xl);
  color: var(--color-gray-100);
}
.columns3,
.columns4,
.container2,
.section1 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.columns4 {
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 0 6px;
  box-sizing: border-box;
  gap: var(--gap-21xl);
  flex-shrink: 0;
  height: 100%;
}
.columns3,
.container2,
.section1 {
  align-self: stretch;
}
.columns3 {
  height: 40px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
}
.container2,
.section1 {
  flex-direction: column;
  align-items: center;
}
.section1 {
  padding: var(--padding-56xl) var(--padding-51xl) 322px;
  box-sizing: border-box;
  background-image: url(/assets/images/section32new.png);
  height: fit-content;
  margin-bottom: 5%;
  text-align: left;
  font-size: var(--font-size-21xl);
  color: var(--color-firebrick-100);
  font-family: var(--font-poppins);
}
.empty-content {
  font-weight: 800;
  display: inline-block;
  min-width: 105px;
}
.empty-content,
.empty-content1,
.semua {
  position: relative;
  line-height: 110%;
}
.semua {
  margin: 0;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.empty-content1 {
  font-weight: 800;
  display: inline-block;
  min-width: 107px;
}
.left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 var(--padding-mid) 362px;
  box-sizing: border-box;
  max-width: calc(100% - 708px);
}
.kalangan,
.pengajar,
.penilaian {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 110%;
  font-weight: 500;
  font-family: inherit;
}
.kalangan,
.penilaian {
  font-weight: 800;
}
.penilaian {
  font-weight: 500;
}
.columns7,
.right-content {
  align-items: flex-start;
  justify-content: flex-start;
}
.right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 355px var(--padding-mid) 0;
  box-sizing: border-box;
  max-width: calc(100% - 616px);
  flex-shrink: 0;
}
.columns7 {
  align-self: stretch;
  height: 197px;
  flex-direction: row;
  padding: 0;
  gap: var(--gap-5xl);
}
.columns5,
.columns6,
.columns7,
.container3,
.section2 {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
}
.columns6 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 43px 0;
  flex-shrink: 0;
}
.columns5,
.container3,
.section2 {
  align-self: stretch;
  justify-content: flex-start;
}
.columns5 {
  height: 40px;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
.container3,
.section2 {
  flex-direction: column;
}
.container3 {
  align-items: flex-start;
  padding: 0 0 287px;
  min-height: 327px;
}
.section2 {
  align-items: center;
  padding: 0 var(--padding-51xl) var(--padding-xs);
  background-image: url(/assets/images/section1@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  font-size: var(--font-size-45xl);
  color: var(--color-black);
  font-family: var(--font-poppins);
}
.testimoni {
  margin: 0;
  position: relative;
  font-size: inherit;
  line-height: 110%;
  font-weight: 600;
  font-family: inherit;
}

/* Grafik */
.container6 {
  background-color: white;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: 2px solid rgba(34, 139, 34, 0.2);
  width: 100%;
  height: fit-content;
  padding: 40px;
  margin-bottom: 20px;
}

.title {
  font-size: 1.875rem; /* 30px */
  font-weight: 400;
  color: #228B22;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.year-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 12px;
}

.year-label {
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
}

.year-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.year-button {
  padding: 12px;
  background-color: #f0f0f0;
  border-radius: 4px;
  margin-left: 8px;
  margin-right: 8px;
}

.year-display {
  font-size: 1.125rem; /* 18px */
}

.chart {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .container {
    max-width: 300px;
    padding: 12px;
    height: 400px;
  }

  .title {
    font-size: 1.25rem; /* 20px */
    margin-top: 4px;
  }

  .year-label,
  .year-display {
    font-size: 1rem; /* 16px */
  }

  .year-button {
    padding: 4px;
  }
}

.title2 {
  align-self: stretch;
  height: 89px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.image-icon {
  height: 46px;
  width: 46px;
  position: relative;
  border-radius: 50%;
  object-fit: cover;
}
.image-wrapper {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.twitter-handle-name6,
.username6 {
  position: relative;
  display: inline-block;
}
.twitter-handle-name6 {
  letter-spacing: -0.02em;
  font-weight: 600;
  min-width: 100px;
}
.username6 {
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  color: var(--color-gray-300);
  min-width: 116px;
}
.user-text6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-10xs);
}
.card-top6,
.user-details6 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.user-details6 {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 0 204px 0 0;
  box-sizing: border-box;
  gap: var(--gap-7xs);
}
.card-top6 {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
}
.pharetra-pharetra-massa {
  height: 230px;
  position: relative;
  font-size: var(--font-size-lg);
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
  overflow-y: auto;
}
.pharetra-pharetra-massa::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pharetra-pharetra-massa::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
}
.pharetra-pharetra-massa::-webkit-scrollbar-thumb {
  background-color: #2F74AF;
  border-radius: 15px;
}
.card13,
.pharetra-pharetra-massa,
.time-date {
  align-self: stretch;
  flex-shrink: 0;
}
.card13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.time-date {
  height: 14.1px;
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.card-content6 {
  align-self: stretch;
  height: 216.9px;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-5xl);
}
.card-content6,
.card12,
.column8 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
  min-height: 300px;
}

.containerz {
  max-width: 1200px;
  margin: 0;
}

.rowsz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.columnsz {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.columnz {
  flex: 1;
  width: 100%;
  min-width: 300px;
}

.cardz {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .columnsz {
    flex-direction: column;
  }

  .columnz {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .columnz {
    width: 90%;
    margin: 0 auto;
  }

  .cardz {
    padding: 15px;
  }
}
/* .containerz {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  width: 1300px;
  font-size: var(--font-size-sm);
  color: var(--color-white);
}
.cardz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  min-height: 300px;
  align-self: stretch;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: var(--br-xs);
  border: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  align-items: center;
  padding: var(--padding-5xl) var(--padding-3xl) var(--padding-17xl);
}
.columnz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  min-height: 300px;
  align-items: center;
  padding: var(--padding-5xl) var(--padding-3xl) var(--padding-17xl);
  width: 100%;
  height: 100%;
}
.columnsz {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  flex-direction: row;
  align-items: flex-start;
}
.rowsz {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-self: stretch;
  align-items: flex-start;
} */
.card12 {
  align-self: stretch;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: var(--br-xs);
  background-color: var(--color-steelblue);
  border: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  align-items: flex-start;
  padding: var(--padding-5xl) var(--padding-3xl) var(--padding-17xl);
}
.column8 {
  flex: 1;
  align-items: center;
  min-width: 313px;
}
.image-icon1 {
  height: 46.9px;
  width: 46.9px;
  position: relative;
  border-radius: 50%;
  object-fit: cover;
}
.image-wrapper1 {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.twitter-handle-name7 {
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 600;
  display: inline-block;
  min-width: 111px;
}
.username7 {
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  color: var(--color-gray-300);
}
.user-text7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-10xs);
}
.card-top7,
.user-details7 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.user-details7 {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 0 176px 0 0;
  box-sizing: border-box;
  gap: var(--gap-7xs);
}
.card-top7 {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
}
.magna-fermentum-iaculis {
  height: 120px;
  position: relative;
  font-size: var(--font-size-lg);
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
}
.card15,
.magna-fermentum-iaculis,
.time-date1 {
  align-self: stretch;
  flex-shrink: 0;
}
.card15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.time-date1 {
  height: 14.1px;
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.card-content7 {
  align-self: stretch;
  height: 216.9px;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-5xl);
}
.card-content7,
.card14,
.column9 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
}
.card14 {
  align-self: stretch;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: var(--br-xs);
  background-color: var(--color-steelblue);
  border: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  align-items: flex-start;
  padding: var(--padding-5xl) var(--padding-3xl) var(--padding-17xl);
}
.column9 {
  flex: 1;
  align-items: center;
  min-width: 313px;
}
.image-icon2 {
  height: 46.9px;
  width: 46.9px;
  position: relative;
  border-radius: 50%;
  object-fit: cover;
}
.image-wrapper2 {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.twitter-handle-name8 {
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 600;
  display: inline-block;
  min-width: 99px;
}
.username8 {
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  color: var(--color-gray-300);
}
.user-text8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-10xs);
}
.card-top8,
.user-details8 {
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
.user-details8 {
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 0 125px 0 0;
  box-sizing: border-box;
  gap: var(--gap-7xs);
}
.card-top8 {
  align-self: stretch;
  align-items: flex-start;
  justify-content: center;
}
.porttitor-rhoncus-dolor {
  height: 120px;
  position: relative;
  font-size: var(--font-size-lg);
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
}
.card17,
.porttitor-rhoncus-dolor,
.time-date2 {
  align-self: stretch;
  flex-shrink: 0;
}
.card17 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.time-date2 {
  height: 14.1px;
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.03em;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.card-content8 {
  align-self: stretch;
  height: 216.9px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.card-content8,
.card16,
.column10 {
  flex-direction: column;
}
.card16 {
  align-self: stretch;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: var(--br-xs);
  background-color: var(--color-steelblue);
  border: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-5xl) var(--padding-3xl) var(--padding-17xl);
  max-width: 100%;
}
.column10 {
  flex: 1;
  align-items: center;
  min-width: 313px;
}
.column10,
.columns8,
.container4,
.rows1,
.section4 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.columns8 {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--gap-5xl);
}
.container4,
.rows1,
.section4 {
  flex-direction: column;
}
.rows1 {
  align-self: stretch;
  align-items: flex-start;
}
.container4,
.section4 {
  align-items: center;
}
.container4 {
  width: 1300px;
  font-size: var(--font-size-sm);
  color: var(--color-white);
}
.section3 {
  padding: 30px var(--padding-xl) var(--padding-101xl);
  font-size: var(--font-size-21xl);
  color: var(--color-firebrick-100);
  font-family: var(--font-poppins);
}
.section4 {
  align-self: stretch;
  padding: 30px var(--padding-xl) var(--padding-101xl);
  box-sizing: border-box;
  background-image: url(/assets/images/section2@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  font-size: var(--font-size-21xl);
  color: var(--color-firebrick-100);
  font-family: var(--font-poppins);
}
.kirim-e-mail-anda,
.logo1 {
  align-self: stretch;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-5xl);
  max-width: 100%;
  display: flex;
}
.logo1 {
  margin: 0;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 110%;
  font-weight: 400;
  font-family: inherit;
}
.kirim-e-mail-anda {
  font-size: var(--font-size-sm);
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  font-family: var(--font-poppins);
}
.cta-title,
.form-text-input {
  display: flex;
  justify-content: flex-start;
}
.cta-title {
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}
.form-text-input {
  width: 100%;
  border: 1px solid var(--color-gray-400);
  outline: 0;
  background-color: rgba(255, 255, 255, 0.12);
  height: 56px;
  flex: 1;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
  border-radius: var(--br-7xs);
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  padding: 17.5px var(--padding-base);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: var(--font-size-sm);
  color: rgba(40, 40, 40, 0.9);
  min-width: 300px;
  max-width: 100%;
}
.button-no-12 {
  position: relative;
  font-size: 16.2px;
  letter-spacing: -0.02em;
  line-height: 20px;
  font-weight: 600;
  font-family: var(--font-montserrat);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: 44px;
}
.form-button {
  cursor: pointer;
  border: 0;
  padding: 18px 25px;
  background-color: var(--color-lightseagreen-200);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: var(--br-7xs);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form-wrapper,
.form1 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.form1 {
  flex-direction: row;
  gap: 16px;
}
.form-wrapper {
  flex-direction: column;
}
.vector-icon {
  height: 40px;
  position: relative;
}
.social-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.vector-icon1 {
  height: 35px;
  position: relative;
}
.social-icon1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-icon3 {
  height: 35px;
  position: relative;
}
.social-icon2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.social-icon4 {
  height: 35px;
  position: relative;
  min-height: 23px;
}
.vector-icon2 {
  height: 21.5px;
  width: 21.5px;
  position: relative;
}
.social-icon5 {
  flex-direction: row;
  align-items: flex-start;
  padding: 0 2px;
}
.socials {
  max-height: 21.5px;
}
.form,
.social-buttons,
.social-icon5 {
  display: flex;
  justify-content: center;
}
.social-buttons {
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.form {
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-5xl);
  max-width: 100%;
}
.infotekno-all-rights {
  position: relative;
  font-size: var(--font-size-xs);
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  font-family: var(--font-poppins);
  color: rgba(40, 40, 40, 0.7);
}
.column11 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-20xl);
  min-width: 415px;
  max-width: 100%;
}
.kursus1 {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 110%;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  min-width: 81px;
}
.css,
.html,
.javascript,
.python,
.react,
.react-hooks,
.sql,
.typescript {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
  min-width: 36px;
}
.css,
.javascript,
.python,
.react,
.react-hooks,
.sql,
.typescript {
  min-width: 28px;
}
.javascript,
.python,
.react,
.react-hooks,
.sql,
.typescript {
  min-width: 74px;
}
.python,
.react,
.react-hooks,
.sql,
.typescript {
  min-width: 41px;
}
.python,
.react-hooks,
.sql,
.typescript {
  min-width: 86px;
}
.python,
.sql,
.typescript {
  min-width: 74px;
}
.python,
.sql {
  min-width: 49px;
}
.sql {
  min-width: 26px;
}
.column13,
.footer-link-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-link-column {
  gap: var(--gap-smi);
  font-size: var(--font-size-sm);
}
.column13 {
  gap: var(--gap-2xl);
  min-width: 86px;
}
.informasi-lainnya {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: -0.05em;
  line-height: 110%;
  font-weight: 700;
  font-family: inherit;
}
.bantuan,
.faqs,
.kontak,
.maps,
.tentang1 {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  display: inline-block;
  min-width: 59px;
}
.bantuan,
.faqs,
.kontak,
.maps {
  min-width: 49px;
}
.bantuan,
.faqs,
.maps {
  min-width: 39px;
}
.bantuan,
.faqs {
  min-width: 60px;
}
.faqs {
  min-width: 36px;
}
.footer-link-column1 {
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-smi);
  font-size: var(--font-size-sm);
}
.column14,
.footer-content-right,
.footer-link-column1 {
  display: flex;
  align-items: flex-start;
}
.column14 {
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-2xl);
  min-width: 205px;
}
.footer-content-right {
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 0 254px;
  gap: var(--gap-xl);
}
.column12 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 415px;
  max-width: 100%;
  font-size: var(--font-size-5xl);
  font-family: var(--font-poppins);
}
.columns9,
.container5 {
  align-self: stretch;
  max-width: 100%;
}
.columns9 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-5xl);
}
.container5 {
  align-items: center;
}
.container5,
.footer,
.landing-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer {
  align-self: stretch;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(rgba(47, 116, 175, 0.2), rgba(47, 116, 175, 0.2)),
    #fff;
  border-top: 1px solid var(--color-gray-400);
  box-sizing: border-box;
  align-items: center;
  padding: 118px var(--padding-51xl) var(--padding-101xl);
  max-width: 100%;
  text-align: left;
  font-size: 30px;
  color: var(--color-gray-100);
  font-family: var(--font-righteous);
}
.landing-page {
  width: 100%;
  position: relative;
  background-color: var(--color-gray-100);
  align-items: flex-start;
  line-height: normal;
  letter-spacing: normal;
}
.section3,
.section4 {
  padding-top: var(--padding-xl);
  padding-bottom: var(--padding-59xl);
  box-sizing: border-box;
}
.section3 {
  display: flex;
  width: 100%;
  justify-content: center;
}
.graphics {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-5xl);
}
@media screen and (max-width: 1300px) {
  .rows {
    flex-wrap: wrap;
  }
  .section3 {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-59xl);
    padding-left: 20px;
    padding-right: 20px;
  }
  .section3 {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .graphics {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap-5xl);
  }
  .container6 {
    width: inherit;
  }
}
@media screen and (max-width: 800px) {
  .logo {
    font-size: 29px;
  }
  .h1-introduction-to-computer {
    font-size: 53px;
    line-height: 58px;
  }
  .column1 {
    min-width: 100%;
  }
  .hero-section {
    gap: var(--gap-21xl);
    padding-bottom: 102px;
    box-sizing: border-box;
  }
  .daftar-kursus {
    font-size: 2rem;
    line-height: 28px;
  }
  .card-top,
  .card-top1,
  .card-top2,
  .card-top3,
  .card-top4,
  .card-top5 {
    gap: var(--gap-71xl);
  }
  .section {
    padding: var(--padding-30xl) var(--padding-16xl) 32px;
    box-sizing: border-box;
  }
  .mengapa-logo {
    font-size: var(--font-size-13xl);
    line-height: 35px;
  }
  .columns4 {
    gap: var(--gap-xl);
  }
  .section1 {
    padding-left: var(--padding-16xl);
    padding-right: var(--padding-16xl);
    box-sizing: border-box;
  }
  .empty-content,
  .empty-content1,
  .semua {
    font-size: var(--font-size-32xl);
    line-height: 56px;
  }
  .left-content {
    padding-left: 181px;
    box-sizing: border-box;
  }
  .kalangan,
  .pengajar,
  .penilaian {
    font-size: var(--font-size-32xl);
    line-height: 56px;
  }
  .right-content {
    padding-right: 177px;
    box-sizing: border-box;
  }
  .columns6 {
    gap: var(--gap-xl);
  }
  .section2 {
    padding-left: var(--padding-16xl);
    padding-right: var(--padding-16xl);
    box-sizing: border-box;
  }
  .testimoni {
    font-size: var(--font-size-13xl);
    line-height: 35px;
  }
  .section3,
  .section4 {
    padding-top: var(--padding-xl);
    padding-bottom: var(--padding-59xl);
    box-sizing: border-box;
  }
  .section3 {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .graphics {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--gap-5xl);  
  }
  .container6 {
    width: inherit;
  }
  .logo1 {
    font-size: var(--font-size-5xl);
    line-height: 26px;
  }
  .form1 {
    flex-wrap: wrap;
  }
  .column11 {
    gap: var(--gap-21xl);
    min-width: 100%;
  }
  .column13,
  .column14 {
    flex: 1;
  }
  .footer-content-right {
    flex-wrap: wrap;
    padding-left: 127px;
    box-sizing: border-box;
  }
  .column12 {
    min-width: 100%;
  }
  .footer {
    padding: 77px var(--padding-16xl) var(--padding-59xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .logo {
    font-size: 22px;
  }
  .beranda,
  .button-no-1,
  .h3,
  .id,
  .kursus,
  .tentang {
    font-size: var(--font-size-base);
  }
  .button-no-1 {
    line-height: 19px;
  }
  .h1-introduction-to-computer {
    font-size: var(--font-size-21xl);
    line-height: 44px;
  }
  .hero-section {
    gap: var(--gap-xl);
  }
  .daftar-kursus {
    line-height: 21px;
  }
  .daftar-kursus,
  .twitter-handle-name {
    font-size: var(--font-size-lgi);
  }
  .card-top {
    gap: var(--gap-26xl);
  }
  .twitter-handle-name1 {
    font-size: var(--font-size-lgi);
  }
  .card-top1 {
    gap: var(--gap-26xl);
  }
  .twitter-handle-name2 {
    font-size: var(--font-size-lgi);
  }
  .card-top2 {
    gap: var(--gap-26xl);
  }
  .twitter-handle-name3 {
    font-size: var(--font-size-lgi);
  }
  .card-top3 {
    gap: var(--gap-26xl);
  }
  .twitter-handle-name4 {
    font-size: var(--font-size-lgi);
  }
  .card-top4 {
    gap: var(--gap-26xl);
  }
  .twitter-handle-name5 {
    font-size: var(--font-size-lgi);
  }
  .card-top5 {
    gap: var(--gap-26xl);
  }
  .mengapa-logo {
    font-size: var(--font-size-5xl);
    line-height: 26px;
  }
  .logo-menawarkan-berbagai-container {
    font-size: var(--font-size-lgi);
    line-height: 21px;
  }
  .section1 {
    padding-top: var(--padding-30xl);
    padding-bottom: 209px;
    box-sizing: border-box;
  }
  .empty-content,
  .empty-content1,
  .semua {
    font-size: var(--font-size-19xl);
    line-height: 42px;
  }
  .left-content {
    padding-left: var(--padding-xl);
    box-sizing: border-box;
  }
  .kalangan,
  .pengajar,
  .penilaian {
    font-size: var(--font-size-19xl);
    line-height: 42px;
  }
  .right-content {
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .testimoni {
    font-size: var(--font-size-5xl);
    line-height: 26px;
  }
  .user-details6 {
    flex-wrap: wrap;
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .card-top6 {
    gap: var(--gap-71xl);
  }
  .card-content6 {
    height: auto;
  }
  .user-details7 {
    flex-wrap: wrap;
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .card-top7 {
    gap: var(--gap-71xl);
  }
  .card-content7 {
    height: auto;
  }
  .user-details8 {
    flex-wrap: wrap;
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .card-top8 {
    gap: var(--gap-71xl);
  }
  .card-content8 {
    height: auto;
  }
  .logo1 {
    font-size: var(--font-size-lg);
    line-height: 20px;
  }
  .column11 {
    gap: var(--gap-xl);
  }
  .informasi-lainnya,
  .kursus1 {
    font-size: var(--font-size-lgi);
    line-height: 21px;
  }
  .footer-content-right {
    padding-left: var(--padding-xl);
    box-sizing: border-box;
  }
  .section1 {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .logo-menawarkan-berbagai {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .mengapa-logo {
    font-size: 20px; 
  }
}