@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

html {
  overflow-x: hidden !important;
}
body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* section-nav */
#section-nav {
  overflow-y: hidden;
}

.cta-navbar {
  font-size: 18px;
  padding: 12px 32px;
  background: #fea110;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: 300ms;
}

.cta-navbar:hover {
  background: #121212;
  color: #fea110;
}

.cta-referral {
  padding: 12px 36px;
  background: #fea110;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  transition: 300ms;
}

.cta-referral:hover {
  background: #121212;
  color: #fea110;
}

/* section-1 */
#section-1 {
  height: 100%;
  min-height: 100vh;
}

.centered h1 {
  color: #000;
  font-size: 48px;
  height: 100%;
}

.btn-undang {
  display: inline-block;
  margin-top: 18px;
}

.sect1-img {
  width: 90%;
}

/* section-2 */
#section-2 {
  height: 100%;
  background: #212529;
  padding: 125px 0;
}

/* section-3 */
#section-3 {
  background: #fff;
  height: 100%;
}

.sect3-left {
  overflow-y: hidden;
}

.sect3-content {
  height: 140px;
}

.sect3-right .content-step {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
}

.sect3-right .circle {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 4px solid #fea110;
  border-radius: 50%;
  z-index: 4;
}

.sect3-right .stepping-line {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  background: #fea110;
}

.sect3-content h3 {
  font-size: 20px;
}

.sect3-content p {
  font-size: 16px;
}

/* section-4 */

#section-4 {
  height: 100%;
  background: #121212;
}

.sect4-left-text {
  font-size: 18px;
  margin-top: 24px;
}

.sect4-right img {
  height: 80vh;
  /* width: 100vw; */
  object-fit: cover;
  -webkit-clip-path: polygon(30% 1%, 100% 0, 100% 100%, 0% 100%);
}

/* -------custom select-------- */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
  max-height: 38px;
  overflow: hidden;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #212529;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: #ced4da;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  border-radius: unset !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* .sect5-gap {
  margin: 80px 0 !important;
} */

#contact-form {
  background-color: #fff;
}
.contact-form-wrapper {
  position: relative;
  display: flex;
  height: 100%;
}
#map-canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.contact-form-detail {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.5rem 3rem;
  position: relative;
  margin-top: auto;
  width: 100%;
}
.contact-form-detail-description {
  display: flex;
}
.contact-form-detail-description i {
  color: var(--carrot-orange);
  margin-right: 1rem;
}
.contact-form-detail-description p {
  font-size: 0.75rem;
  color: var(--white);
}
.contact-form-container {
  height: 100%;
}
.contact-form-container {
  padding: 5rem 3rem 100px;
  background-color: #fff;
}
.contact-form a {
  color: #fff;
}
.contact-form a:hover {
  color: orange;
}
.text-form {
  max-width: 530px;
}

#contact-form label:after {
  content: "*";
  color: red;
}
#contact-form label {
  color: #333;
  font-size: 14px;
}
#contact-form .contact-form-container form {
  max-width: 530px;
}
.submitbutton > div {
  display: inline-block;
}
.submitbutton button.btn-warning {
  background: #fea110;
  color: #fff;
  float: right;
  width: 40%;
  padding: 17px;
  font-weight: bold;
  transition: 300ms;
}
.submitbutton button.btn-warning:hover {
  background: #121212;
  color: #fea110;
  border: 1px solid #121212;
}
.select2-container .select2-selection--single {
  padding: 7px;
  height: 42px;
  font-size: 16px;
  outline: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 9px;
}

/* section-6 */
#section-6 {
  height: 30vh;
  overflow-y: hidden;
}

.social-icon-border {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: 300ms;
}

.social-icon-border:hover {
  border-color: #fea110;
}

.social-icon-border a i {
  transition: 300ms;
}

.social-icon-border:hover a i {
  color: #fea110;
}

.socialicon {
  font-size: 2em;
  color: #fafafa;
}

.footer-text {
  color: #fafafa;
}

.f-copyright {
  font-size: 20px;
  font-weight: 700;
}

/* Media Queries */

@media (max-width: 1200px) {
  /* section-1 */
  #section-1 {
    margin-top: 80px !important;
  }

  #section-1 h1 {
    font-size: 32px;
  }

  .sect1-img {
    width: 100%;
  }

  /* section-3 */

  .sect3-content {
    height: 190px;
  }

  /* section-4 */
  .sect4-right img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* navbar */
  .logo-hm {
    width: 136px;
  }

  .cta-navbar {
    padding: 8px 16px;
    font-size: 14px;
  }

  .cta-referral {
    width: 100%;
  }

  /* section-1 */

  .centered h1 {
    font-size: 32px;
  }

  .btn-undang {
    margin-top: 14px;
  }

  .sect1-img {
    /* padding: 40px; */
    margin: 40px 0;
  }

  /* section-2 */
  .sect2-left {
    order: 2;
  }

  .sect2-right {
    margin-bottom: 40px;
  }

  /* section-3 */
  .sect3-right {
    margin-top: 40px;
  }

  /* section-4 */
  .sect4-left {
    margin: 34px 0;
    margin-top: 44px !important;
  }

  .sect4-right img {
    -webkit-clip-path: polygon(0% 1%, 100% 0, 100% 100%, 0% 100%);
  }

  /* section-5 */
  .sect5-gap {
    margin: unset !important;
  }

  .sect5-left {
    order: 2;
  }

  /* Form */
  #contact-form .section-title {
    font-size: 30px !important;
  }
  .submitbutton button.btn-warning {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    font-size: 16px;
  }

  /* footer */

  .social-icon-border {
    width: 36px;
    height: 36px;
  }
  .fa-lg {
    font-size: 1em !important;
  }

  .footer-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #section-1 {
    margin-top: 56px !important;
  }

  .sect2-img {
    padding: 0 20px;
  }

  .contact-form-container {
    padding: 2rem 1rem 100px;
  }
}
