.footer {
  background-color: #0a0a0a;
  padding: 50px 2rem 32px 2rem;
}

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.036);
  border-radius: 24px;
  padding: 2.5rem 0 0 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer .container-wrapper {
  border-radius: 24px;
  padding: 1rem 4rem;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
}

.foot-wrapper {
  color: white;
  width: fit-content;
  height: 380px;
  display: flex;
  flex-direction: column;
  gap: 2rem;

  /* border: 1px solid rgba(255, 255, 255, 0.112); */
}

.foot-wrapper.satu {
  padding: 0 2.5rem 0 0;
  width: 30%;
}

.foot-wrapper.dua {
  padding: 0rem 1.5rem 0 0;
}

.foot-wrapper.tiga {
  width: 36%;
  padding: 0rem;
}

.foot-wrapper.empat {
  padding: 0 0 0 0.5rem;
  /* border-right: 1px solid rgba(255, 255, 255, 0.064); */
}

.foot-wrapper h3 {
  font-size: 18px;
  color: white;
  font-weight: 600;
  opacity: 80%;
}

.foot-wrapper a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.763);
  font-weight: 400;
  margin: 0 !important;
  font-size: 15px;
}

.foot-wrapper p {
  opacity: 80%;
  font-size: 15px;
  margin: 0 !important;
}

.foot-wrapper a:hover {
  color: rgb(255, 255, 255);
}

.foot-wrapper p {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.763);
  font-weight: 400;
  opacity: 80%;
}

.footer a.foot-label {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.763);
  font-weight: 400;
  opacity: 80%;
}

.foot-wrapper img.logo {
  width: 50%;
}

.footitem-wrap {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
}

.foot-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-section {
  padding: 2rem 0;
  background-color: #19286c;
}

.cta-section .container {
  padding: 1rem 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cta-title {
  width: 45%;
  color: white;
}

.cta-title h2 {
  line-height: 1.4;
}

.cta-title p {
  opacity: 80%;
}

.ctabtn-wrapper {
  width: 45%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  /* border: 1px solid black; */
  gap: 1.5rem;
}

.ctabtn-wrapper .btn-primary {
  padding: 1rem;
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  .foot-wrapper img.logo {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .footer .container-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer .container-wrapper {
    padding: 0rem;
  }

  .foot-wrapper.satu {
    padding: 0;
    margin-bottom: 32px;
    border-right: none;
    width: 100%;
    height: fit-content;
  }

  .foot-wrapper.dua {
    padding: 0;
    border-right: none;
    width: 50%;
  }

  .foot-wrapper.tiga {
    padding: 0;
    height: fit-content;
    border-right: none;
    width: 50%;
    margin-bottom: 32px;
  }

  .foot-wrapper.empat {
    padding: 0;
    border-right: none;
    width: 100%;
  }

  .foot-wrapper.satu img {
    width: 30%;
  }

  .foot-label {
    text-align: center;
    padding: 0 1.5rem;
  }

  .button-cta .btn-orange {
    width: 40%;
    margin-top: 0;
  }

  .button-cta {
    align-items: center;
  }

  .cta-input input {
    width: 70%;
  }
  .cta-input button {
    width: 30%;
    border-radius: 0;
  }

  .cta-section {
    padding: 2rem 0;
    background-color: #19286c;
  }

  .cta-section .container {
    padding: 1rem;
  }

  .cta-title {
    width: 45%;
    color: white;
  }

  .cta-title h2 {
    line-height: 1.4;
  }

  .cta-title p {
    opacity: 80%;
  }
}

@media (max-width: 767px) {
  .foot-wrapper.satu {
    padding: 0;
    margin-bottom: 32px;
    border-right: none;
    width: 100%;
    height: fit-content;
  }

  .foot-wrapper.dua {
    padding: 0;
    border-right: none;
    width: 100%;
  }

  .foot-wrapper.tiga {
    padding: 0;
    border-right: none;
    width: 100%;
  }

  .foot-wrapper.empat {
    padding: 0;
    border-right: none;
    width: 100%;
  }

  .foot-wrapper.satu img {
    width: 40%;
  }

  .footer {
    padding: 1.5rem;
  }

  .cta-section .container {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
  }

  .cta-title {
    width: 100%;
    color: white;
  }

  .cta-title h2 {
    line-height: 1.4;
  }

  .cta-title p {
    opacity: 80%;
  }

  .ctabtn-wrapper {
    width: 100%;
  }

  .ctabtn-wrapper .btn-blue {
    width: 100%;
  }

  .ctabtn-wrapper .btn-light {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 1.5rem;
  }

  .footer a {
    font-size: 14px;
  }

  .foot-wrapper.tiga {
    height: fit-content;
    margin-bottom: 32px;
  }

  .footitem-wrap {
    flex-direction: column;
  }

  .foot-wrapper p {
    font-size: 14px;
  }

  .foot-wrapper.satu img {
    width: 40%;
  }

  .cta-section .container {
    align-items: start;
  }

  .ctabtn-wrapper {
    width: 100%;
    height: fit-content;
    flex-direction: column;
  }

  .ctabtn-wrapper .btn-blue {
    width: 100%;
  }

  .ctabtn-wrapper .btn-light {
    width: 100%;
  }
}

@media (max-width: 575px) {
}

@media (max-width: 500px) {
}

@media (max-width: 440px) {
  .foot-wrapper.satu img {
    width: 40%;
  }
}

@media (max-width: 380px) {
  .hero-desc h1 {
    font-size: 35px;
  }

  .switch-text {
    font-size: 35px;
  }

  .special-content .item {
    width: 100%;
  }
}
