@import url("./fonts/evolventa.css");

:root {
  font-family: Evolventa, system-ui, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: #171717;
}

body {
  font-family: "Evolventa", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;

  color: #171717;
}

button,
.button {
  background-color: #f42468;
  border-radius: 8px;
  color: #fff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

input[type="text"],
input[type="phone"],
input[type="email"] {
  border-radius: 12px;
  height: 56px;
  padding: 0 12px;
  box-sizing: border-box;
  border: none;
  width: 100%;

  font-size: 18px;
  font-weight: 400;
  line-height: 18px;

  outline: none;
}

button:active {
  transform: translate(2px, 2px);
}

.container {
  max-width: 1260px;
  padding: 0 16px;
  margin: 0 auto;

  box-sizing: border-box;
}

.header {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}

.header_button {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;

  padding: 9px 13px;
}

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

.banner-left {
  display: flex;
  flex-direction: column;
  gap: 10px;

  min-height: 347px;

  justify-content: center;
}

.banner-left > div:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 53px;
}

.banner-owl-mobile {
  display: none;
}

.banner-left > div:nth-child(2) {
  align-self: flex-start;
  font-size: 131.34px;
  font-weight: 700;
  line-height: 139.23px;
  white-space: nowrap;
  background: url(/images/banner-txtbg.svg) no-repeat;
  background-size: contain;
  padding: 28px 40px 0 22px;
  letter-spacing: -0.03em;
}

.banner-left > div:nth-child(3) {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.banner-right {
  position: relative;
}

.banner-right img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-form {
  background: #a1dc00;
  border-radius: 30px;
  padding: 33px;
}

.banner-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.banner-ul {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  padding-left: 45px;

  background-image: url(/images/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-ul:nth-child(1),
.banner-ul:nth-child(2),
.banner-ul:nth-child(3) {
  padding-right: 30px;
}

.banner-form form .banner-line {
  margin-top: 30px;
}

.banner-form form button {
  width: 100%;
  height: 56px;

  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.results {
  padding: 110px 0;
}

.results-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  text-align: center;
  padding-bottom: 70px;
}

.results-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 60px 20px;
}

.results-item:nth-child(-1n + 3) {
  grid-column: span 4;
}
.results-item:nth-last-child(2) {
  grid-row-start: 2;
  grid-column: 3 / span 4;
}
.results-item:nth-last-child(1) {
  grid-row-start: 2;
  grid-column: 7 / span 4;
}

.results-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.results-item > div:nth-child(1) {
  height: 145px;
}

.results-item > span:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}

.results-item > span:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

/*********** KNOW *************/
.know {
  display: flex;
  justify-content: center;
}

.know-container {
  display: flex;
  gap: 30px;
  max-width: 866px;
}

.know-container > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}

.know-item {
  border-radius: 10px;
  padding: 35px 40px;
  min-height: 416px;
  box-sizing: border-box;
}

.know-item > span {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
}

.know-item-1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54.6px;
  min-height: auto;
  padding: 0;
}

.know-item-2 {
  background: #e2e5fc url(/images/know-1.png) no-repeat left bottom;
  background-size: contain;
}

.know-item-3 {
  background: #f2ffcf url(/images/know-3.png) no-repeat left bottom;
  background-size: contain;
}

.know-item-4 {
  background: #fee3ec url(/images/know-2.png) no-repeat left bottom;
  background-size: contain;
}

.know-item-5 {
  background: #dff7fc url(/images/know-4.png) no-repeat right bottom;
  background-size: contain;
}

.know-item-6 {
  padding: 0;
  min-height: auto;
}

/**** ATTACH ****/
.attach {
  background: #a1dc00;
  margin-top: 25px;
}

.attach .container {
  display: flex;
  background: url(/images/attach-owl.svg) no-repeat right bottom;
}

.attach-block {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  gap: 30px;
}

.attach-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.025em;
}

.attach-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.attach-button .button {
  margin-top: 30px;
  height: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  padding: 0 23px;
}

.attach-button-mobile {
  display: none;
}

.attach-image {
  position: relative;
  width: 30%;
}

.attach-money-full {
  position: absolute;
  right: -160px;
  bottom: -150px;
}

.attach-money-mobile1,
.attach-money-mobile2 {
  display: none;
}

/*** FAQ ***/
.faq {
  display: flex;
  justify-content: center;
}

.faq .container {
  max-width: 1000px;
  width: 100%;
}

.faq-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  text-align: center;

  padding: 65px 0 50px;
}

.faq-container {
  display: flex;
  flex-direction: column;
}

.faq-item {
  width: 100%;
  padding: 50px 0 50px 0;
  border-bottom: solid 3px #f0f0f0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-itemtitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.faq-itemtitle a {
  cursor: pointer;
}

.faq-itemtitle a img {
  transition: transform 1s;
}

.faq-item.expand .faq-itemtitle a img {
  transform: rotate(45deg);
}

.faq-itemdescription {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  height: 0;
  overflow: hidden;
  transition: height 1s;
}

/*** REQUEST ***/
.request {
  background: #a1dc00;
  margin-top: 50px;
  background-image: url(/images/request-owl.svg);
  background-repeat: no-repeat;
  background-position: right bottom;

  position: relative;
  padding: 110px 0 80px 0;
}

.request-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 81.47px;
  padding: 0 0 20px 0;
}

.request-title > div {
  display: inline;
}

.request-title span {
  background: url(/images/request-ttl-back.svg) no-repeat;
  background-size: cover;
  padding: 16px 13px;
}

.request-description {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

.request form {
  background: #fff;
  border-radius: 30px;
  max-width: 900px;
  padding: 40px 40px 20px;
  margin-top: 60px;
}

.request-formtext {
  display: flex;
  gap: 40px;
}

.request-formtitle {
  font-size: 50px;
  font-weight: 700;
  line-height: 62.5px;
}

.request-formdescription {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 30px 0 50px 0;
}

.request form input {
  border: solid 2px #e2e2e3;
  height: 56px;
  margin-bottom: 10px;
}

.request form button {
  margin-top: 30px;
  height: 56px;

  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  width: 100%;
}

.request-formpolitics {
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;
  color: #b2b2b2;
  margin-top: 10px;
}

.request-formpolitics a {
  color: #a8b0f6;
}

.request-money {
  position: absolute;
  right: 0;
  bottom: 370px;
}

.request-money-mobile {
  display: none;
}

.request-owl-mobile {
  display: none;
}

.footer .container {
  display: flex;
  padding: 20px;
  justify-content: space-between;
}
.footer-social {
  display: flex;
  gap: 20px;
}

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

@media (max-width: 1024px) {
  .header_button {
    display: none;
  }

  .banner-right {
    display: none;
  }

  .banner-left {
    gap: 0px;
    min-height: auto;
  }

  .banner-left > div:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    line-height: 27.56px;
  }

  .banner-left > div:nth-child(2) {
    font-size: 57.22px;
    font-weight: 700;
    line-height: 60.66px;

    padding: 10px 20px 10px 10px;
  }

  .banner-left > div:nth-child(3) {
    font-size: 26px;
    font-weight: 700;
    line-height: 29.9px;
  }

  .banner-form {
    background: none;
    padding: 33px 0;
  }

  .banner-line {
    position: relative;
    grid-template-columns: 1fr;
  }

  .banner-ul {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    padding-left: 45px;

    background-image: url(/images/check-gr.svg);
  }

  .banner-ul:nth-child(1),
  .banner-ul:nth-child(2),
  .banner-ul:nth-child(3) {
    padding-right: 0px;
  }

  .banner-ul:nth-child(1),
  .banner-ul:nth-child(2) {
    padding-right: 80px;
  }

  .banner-owl-mobile {
    display: block;
    position: absolute;
    right: -16px;
    top: -70px;
  }

  .banner-form form {
    margin-top: 30px;
    background: #a1dc00;
    border-radius: 24px;
    padding: 24px;
  }

  .banner-form form .banner-line {
    margin-top: 0;
    gap: 7px;
  }

  .banner-form form input {
    height: 48px;

    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
  }

  .banner-form form button {
    margin-top: 17px;
  }

  /** results **/
  .results {
    padding: 70px 0;
  }

  .results-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.025em;
    padding-bottom: 40px;
  }

  .results-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .results-container .results-item {
    grid-column: auto;
    grid-row-start: auto;
  }

  .results-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .results-item > div:nth-child(1) {
    height: 145px;
  }

  .results-item > span:nth-child(2) {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }

  .results-item > span:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  /*********** KNOW *************/
  .know-container {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
  }

  .know-container > div {
    gap: 12px;
    width: 100%;
  }

  .know-item {
    padding: 20px;
    min-height: 190px;
    box-sizing: border-box;
  }

  .know-item > span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
  }

  .know-item-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.025em;
    text-align: center;
    min-height: auto;
  }
  .know-item-2 {
    background-image: url(/images/know-1-mobile.png);
    background-position: right bottom;
  }

  .know-item-3 {
    background-image: url(/images/know-3-mobile.png);
    background-position: right bottom;
  }

  .know-item-4 {
    background-image: url(/images/know-2-mobile.png);
    background-position: right bottom;
  }
  .know-item-5 {
    padding-right: 120px;
    background-image: url(/images/know-4-mobile.png);
    background-position: right bottom;
  }
  .know-item-6 {
    display: none;
  }

  /*** ATTACH ***/
  .attach {
    margin-top: 55px;
    position: relative;
  }
  .attach .container {
    flex-direction: column;
    background-position: left bottom;
    background: url(/images/attach-owl-mobile.svg) no-repeat right bottom;
    background-size: 100%;
  }

  .attach-block {
    width: 100%;
    padding: 40px 0;
    gap: 25px;
  }

  .attach-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.025em;
  }

  .attach-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }

  .attch-button-full {
    display: none;
  }

  .attach-button-mobile {
    display: inline-flex;
  }

  .attach-button .button {
    margin-top: 0px;
    height: 48px;

    font-size: 20px;
    font-weight: 700;
    line-height: 23.1px;
    min-width: 287px;
  }

  .attach-image {
    width: 100%;
    min-height: 65vw;
    position: initial;
  }

  .attach-money-full {
    display: none;
  }

  .attach-money-mobile1 {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
  }

  .attach-money-mobile2 {
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
  }

  /*** FAQ ***/
  .faq-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.025em;

    padding: 50px 0 30px;
  }

  .faq-item {
    padding: 16px 0 16px 0;
    border-bottom: solid 2px #f0f0f0;
  }

  .faq-itemtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
  }

  .faq-itemtitle a img {
    width: 24px;
    margin-left: 20px;
  }

  .faq-itemdescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }

  .faq-itemdescription > div {
    padding-top: 5px;
  }

  /** REQUEST **/
  .request {
    margin-top: 20px;
    background-image: none;

    position: relative;
    padding: 35px 0 60px 0;
  }

  .request-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.2px;
    padding: 0 0 10px 0;
    display: flex;
    flex-direction: column;
  }

  .request-title span {
    display: flex;
    width: min-content;
    background-image: url(/images/request-ttl-back-mobile.svg);
    padding: 5px 6px;
  }

  .request-description {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    max-width: 80%;
  }

  .request form {
    border-radius: 24px;
    max-width: 100%;
    padding: 35px 25px 15px;
    margin-top: 20px;
    position: relative;
  }

  .request-formtext > div:first-child {
    width: 70%;
  }

  .request-formtext > div:last-child {
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
  }

  .request-formtext > div:last-child img {
    max-width: 80%;
  }

  .request-formtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }

  .request-formdescription {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    padding: 20px 0 20px 0;
  }

  .request-formdescription br:first-child {
    display: none;
  }

  .request form input {
    height: 48px;
  }

  .request form button {
    margin-top: 10px;
    height: 48px;

    font-size: 18px;
    font-weight: 700;
    line-height: 20.79px;

    width: 100%;
  }

  .request-money {
    bottom: auto;
    top: -50px;
  }

  .request-money-full {
    display: none;
  }

  .request-money-mobile {
    display: block;
  }

  .request-owl-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }

  .request-owl-mobile img {
    display: block;
  }

  .request-formpolitics {
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin-top: 40px;
    width: 70%;
  }
}

#message {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -110px);

  width: 100%;
  max-width: 300px;

  font-size: 16px;
  font-weight: bold;

  background: #e5ff9e;
  border-radius: 10px;
  padding: 10px;

  transition: transform 1s;
}
