.hero-container {
  text-align: center;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 4.375rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 120%;
}

.heading-2.copy {
  color: #ffb206;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 100%;
}

.heading-2.cta {
  text-align: center;
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.heading-2.templates {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.heading-2.hero {
  text-align: center;
  max-width: 41.875rem;
}

.cta-button {
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #005ee9;
  padding: 1.25rem 3.125rem;
  font-family: Roboto, sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 100%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.cta-button:hover {
  position: relative;
  top: -5px;
}

.cta-button:active {
  top: 0;
  box-shadow: 0 2px 40px 10px #ffb20633;
}

.cta-button.form-submission {
  margin-top: 20px;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}

.heading-main {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  line-height: 100%;
}

.hero-section {
  align-items: center;
  min-height: 60vw;
  padding: 10vw 5vw;
}

.body {
  background-color: #08090a;
  font-size: 1rem;
}

.text-span {
  color: #ffb206;
  font-weight: 600;
}

.section {
  padding: 5vh 5vw;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.section.copy {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.nav {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.container {
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.copy {
  flex-flow: column-reverse;
  justify-content: space-between;
}

.container.cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.form {
  border-top: 2px solid #005ee980;
  padding-top: 20px;
}

.container.progress-container {
  max-width: 700px;
}

.step-div {
  flex-flow: column;
  align-items: center;
  width: 30%;
  transition: all 1s;
  display: flex;
}

.step-div:hover {
  background-image: radial-gradient(circle, #005ee94d, #fff0 53%);
  position: relative;
  top: -10px;
  overflow: visible;
}

.step-div.middle {
  margin-left: 50px;
  margin-right: 50px;
}

.step-div.middle.form-step, .step-div.middle.form-step:hover {
  background-image: radial-gradient(circle, #005ee94d, #fff0 60%);
}

.step-div.form-step {
  transition-property: none;
}

.step-div.form-step:hover {
  background-image: none;
  top: 0;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  max-width: 23.125rem;
  margin-top: 1.875rem;
  margin-bottom: .625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  line-height: 130%;
}

.paragraph.form {
  max-width: 15rem;
  font-size: 1.1rem;
}

.paragraph.form-explanation {
  text-align: justify;
  max-width: 35rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.paragraph.template-name {
  text-align: left;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
}

.paragraph.success {
  margin: 1rem auto;
  font-size: 1.3rem;
}

.copy-text {
  flex-flow: column;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copy-image {
  max-width: 615px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  max-width: 34.0625rem;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

.paragraph-2.form-explanation {
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 200%;
}

.div-block-2 {
  max-width: 500px;
}

.heading-4 {
  color: #fff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
}

.text-span-2 {
  color: #579aff;
}

.icon-div {
  max-width: 90px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #ffb206;
}

.hero-text-block {
  flex-flow: column;
  align-items: center;
  width: 75%;
  margin-top: 5vw;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 10vh 5vw 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #579aff;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.footer-copyright {
  color: #9a9a9a;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.mask {
  aspect-ratio: 1;
  width: 21.875rem;
  overflow: visible;
}

.slider {
  background-color: #ddd0;
  height: 35rem;
}

.slide-nav {
  display: none;
}

.arrow-icon {
  height: 30px;
}

.slide-item {
  margin-right: 30px;
}

.arrow {
  aspect-ratio: 1;
  max-width: 40px;
  margin-top: auto;
  margin-bottom: 0;
}

.arrow.left {
  position: absolute;
  top: auto;
  left: auto;
  right: 100px;
}

.portfolio-image {
  aspect-ratio: 1;
  border-radius: 20px;
}

.template-card {
  background-image: url('../images/Screenshot-2024-12-08-at-17.45.51.png');
  background-position: 50%;
  background-size: cover;
  max-width: 350px;
  height: 25.625rem;
  position: relative;
}

.template-card.template1 {
  background-image: url('../images/template1-klikglobal-id--min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.template-button {
  color: #579aff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #005ee9;
  border: 3px solid #005ee9;
  border-radius: 10px;
  width: 40%;
  margin-right: 20px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-family: Roboto, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.template-button:hover {
  color: #fff;
  background-color: #005ee9;
}

.template-button.right {
  color: #ffb206;
  border-color: #ffb206;
}

.template-button.right:hover {
  color: #fff;
  background-color: #ffb206;
}

.button-container {
  margin-top: 10px;
}

.see {
  text-align: center;
  width: 50%;
  text-decoration: none;
}

.heading-5 {
  color: #ffb206;
  font-family: Montserrat, sans-serif;
  line-height: 100%;
}

.text-span-3 {
  color: #ffb206;
}

.image-2 {
  width: 100%;
}

.div-block-4 {
  flex-flow: wrap-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #fbb206;
  font-weight: 700;
}

.text-span-4 {
  color: #61a0ff;
  font-weight: 700;
}

.body-2 {
  background-color: #08090a;
}

.form-typography {
  color: #fff;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.form-field {
  color: #000;
  margin-bottom: 20px;
}

.form-container {
  justify-content: space-between;
  display: flex;
}

.left-form-block {
  max-width: 60%;
  margin-right: 50px;
}

.right-form-block {
  width: 40%;
  max-width: 450px;
}

.explanation-container {
  margin-bottom: 50px;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.pricing {
  background-color: #fffffff2;
  border-radius: 10px;
  padding: 1.25rem 1.25rem 2rem;
  font-family: Roboto, sans-serif;
}

.heading-6 {
  color: #fff;
  font-size: 30px;
}

.link-block {
  text-decoration: none;
}

.text-span-5 {
  color: #ffb206;
  font-weight: 700;
}

.price-text {
  color: #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  padding: 10px;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
}

.price-text.listing {
  color: #00000080;
  border: 1px solid #0000000d;
  border-radius: 5px;
  font-weight: 400;
}

.pricing-head {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.form-2 {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 30px #005ee9;
}

.success-message {
  background-color: #005ee9;
}

.image-3 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .hero-container {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    min-height: 90%;
  }

  .heading-2.copy, .heading-2.hero, .heading-main {
    text-align: left;
  }

  .hero-section {
    min-height: 40vw;
  }

  .container.copy {
    flex-flow: wrap-reverse;
  }

  .paragraph.template-name {
    text-align: left;
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .paragraph-2 {
    text-align: left;
  }

  .hero-text-block {
    align-items: flex-start;
    width: 60%;
    margin-top: 0;
    margin-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    flex-flow: column-reverse;
    justify-content: center;
  }

  .heading-2 {
    text-align: center;
    max-width: 690px;
  }

  .heading-2.templates {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-main {
    text-align: center;
  }

  .section.copy {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .container.form {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .step-div:hover {
    background-image: none;
    top: auto;
  }

  .paragraph {
    font-size: 1.4rem;
  }

  .paragraph-2, .paragraph-2.form-explanation {
    text-align: center;
  }

  .hero-text-block {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    display: flex;
  }

  .footer-light {
    padding-top: 10vh;
    padding-left: 5vw;
    padding-right: 30px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .arrow, .arrow.left {
    bottom: 0%;
  }

  .left-form-block {
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .right-form-block {
    width: 1000%;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.copy {
    font-size: 3.1rem;
  }

  .heading-2.templates {
    font-size: 2.4rem;
  }

  .heading-2.hero {
    max-width: 31.9rem;
    margin-top: .5rem;
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  .heading-main {
    font-size: 3.2rem;
  }

  .hero-section {
    padding-top: 10vw;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .step-div {
    width: 70%;
  }

  .step-div.middle {
    margin: 3.75rem 0;
  }

  .paragraph {
    max-width: 18rem;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2.copy {
    font-size: 2.1rem;
  }

  .heading-2.cta {
    font-size: 2.4rem;
    line-height: 140%;
  }

  .heading-2.templates {
    font-size: 2rem;
  }

  .heading-2.hero {
    max-width: 20rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .cta-button {
    padding: 1.05rem 1.725rem;
    font-size: 1.3rem;
  }

  .heading-main {
    font-size: 2.1rem;
  }

  .hero-section {
    align-items: center;
    height: 80vh;
    overflow: hidden;
  }

  .section {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.copy {
    padding-top: 5vh;
  }

  .paragraph-2, .paragraph-2.form-explanation {
    font-size: 1rem;
  }

  .footer-light {
    overflow: hidden;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .mask {
    aspect-ratio: 1;
    width: 17rem;
  }

  .slider {
    height: 33rem;
  }

  .template-card {
    height: 23rem;
  }

  .price-text {
    padding: 5px;
    font-size: .9rem;
  }

  .pricing-head {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}


