html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f9fbfc;
  padding-top: 80px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  z-index: 1000;
  width: 100%;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.nav-link .nav-links {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-links li {
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: #2d2f30;
  font-weight: 500;
  font-size: 16px;
}

.nav-links a:hover {
  color: #4caf50;
}

.aut-button .login {
  color: #4caf50;
  text-decoration: none;
  font-weight: bold;
  padding-right: 20px;
}

.aut-button .sign-up {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.aut-button .sign-up:hover {
  background-color: #43a047;
}

.hero-container {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}

.hero-text h1 {
  font-size: 48px;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
}

.hero-text p {
  margin: 20px 0 40px 0;
  line-height: 1.1;
  color: #555;
  font-size: 18px;
}

.hero-text span {
  color: #4caf4f;
}

.btn-register {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 500;
}

.btn-register:hover {
  background-color: #43a047;
}

.hero-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #4caf4f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.dot:hover {
  opacity: 0.4;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  cursor: pointer;
}

.dot.active {
  opacity: 1;
}

.clients {
  padding-top: 50px;
}

.clients h2 {
  text-align: center;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.clients p {
  text-align: center;
}

.clients-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  gap: 100px;
}

.clients-logo img {
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  opacity: 0.3s ease;
}

.clients-logo img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 1;
  cursor: pointer;
}

.community {
  text-align: center;
  padding-top: 50px;
}

.community h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.community .subtitle {
  font-size: 1rem;
  padding-top: 15px;
  font-weight: 200;
}

.community-card {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  gap: 100px;
}

.card {
  background-color: #f9fafa;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 300px;
  padding: 10px 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
}

.card h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 10px;
}

.card img {
  width: 48px;
  height: 48px;
}

.card p {
  font-size: 1rem;
  font-weight: 100;
  padding-top: 10px;
  line-height: 1.5;
  word-wrap: break-word;
}

.unclok .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px 40px;
  padding-top: 35px;
}

.unclok .content {
  max-width: 600px;
}

.content h2 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.content p {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 10px;
}

.btn-container {
  padding-top: 25px;
}

.btn-container .btn-learn {
  background-color: #4caf4f;
  color: #f9fafa;
  border: none;
  padding: 15px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
}

.btn-learn:hover {
  background-color: #43a047;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.achievements-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.achievements-text {
  line-height: 2;
}

.achievements-text h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.achievements-text p {
  font-size: 1rem;
}

.achievements-text span {
  color: #4caf4f;
}

.achievements-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 30px;
  gap: 30px 60px;
  align-items: start;
}

.state-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.state-item figure {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.state-info h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.state-info p {
  font-size: 1rem;
}

.testimonial {
  display: flex;
  justify-content: center;
  margin-left: 25px;
  gap: 50px;
  margin-top: 55px;
}

.isi-content {
  margin-top: 10px;
  max-width: 700px;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.5;
}

.testimonial-name {
  color: #22a146;
  font-weight: 700;
  line-height: 2;
}

.testimonial-role {
  color: #666;
  line-height: 1.5;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.logo-client {
  display: flex;
  align-items: center;
  gap: 25px;
}

.meet-customers {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #22a146;
  font-weight: 600;
  text-decoration: none;
}

.meet-customers:hover {
  color: #1b7e35;
  transition: color 0.3s;
}

.arrow {
  width: 17px;
  height: 11px;
  flex-shrink: 0;
  color: #1b7e35;
  transition: color 0.3s;
}

.blog {
  text-align: center;
}

.blog-container {
  margin: 0 auto;
  padding-top: 55px;
  max-width: 600px;
}

.blog-content h2 {
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 700;
}

.blog-content p {
  line-height: 1.5;
  color: #555;
}

.card-blog {
  text-align: center;
  padding-top: 50px;
}

.card-marketing-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.card-marketing {
  margin-top: 30px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
  width: 368px;
  height: 366;
  position: relative;
  flex-wrap: wrap;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.card-marketing:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.card-marketing figure {
  margin: 0;
}

.marketing-content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 20px;
  line-height: 1.3;
  width: 70%;
  margin: -55px auto 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  align-items: center;
  text-align: center;
}

.marketing-content h3 {
  font-size: 1rem;
  color: #717171;
}

.marketing-content .redmore {
  display: inline-flex;
  align-items: center;
  color: #22a146;
  gap: 10px;
  font-weight: 600;
  text-decoration: none;
}

.cta-section {
  text-align: center;
}

.cta-container {
  margin: auto;
  max-width: 500px;
  padding-top: 50px;
}

.cta-container .cta-teks {
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 30px;
  color: #263238;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf4f;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 14px 20px;
  gap: 10px;
}

.cta-arrow {
  width: 17px;
  height: 11px;
  flex-shrink: 0;
  color: #1b7e35;
}

.cta-btn:hover {
  background-color: #43a047;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.footer {
  background-color: #263238;
  margin-top: 25px;
  font-family: inter, sans-serif;
  color: #fff;
}

.footer-container {
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}

.footer-left {
  max-width: 300px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-judul {
  font-size: 1.5rem;
}

.footer-judul {
  font-size: 1.5rem;
}

.footer-teks {
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
}

.icon-social {
  display: flex;
  gap: 15px;
  padding-top: 20px;
}

.icon-social a {
  text-decoration: none;
}

.icon-social a img {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.icon-social a img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer-links {
  margin-top: -5px;
  display: flex;
  gap: 100px;
}

.footer-links .links-grub {
  line-height: 2;
}
.links-grub h4 {
  font-size: 1.2rem;
}

.links-grub ul li {
  list-style: none;
}

.links-grub ul li a {
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.links-grub ul li a:hover {
  color: #717171;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-right h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.footer-form {
  display: flex;
  align-items: center;
}

.footer-form input {
  background-color: #3d4548;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 15px;
}

.footer-form input::placeholder {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-form button {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
}

.scrool-reveal {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
}

.scrool-reveal.active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

