@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.break {
  word-break: break-all;
}
a,
button {
  text-align: center;
  width: fit-content;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s linear;
  border: none;
}
button:focus,
a:focus {
  outline: 4px solid #fff;
  filter: brightness(90%);
}
@media (hover: hover) {
  button:hover,
  a:hover {
    filter: brightness(80%);
  }
}
textarea,
input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header {
  position: relative;
  background-color: #fff;
  padding-block: 24px;
}
.header__inner {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.header__logo {
  display: block;
  color: #010f0f;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%; /* 16.8px */
  letter-spacing: 0.63px;
}
.home {
  padding-block: 100px;
  background: #000 url(../images/bg.png) center / cover no-repeat;
}

.home__inner {
  max-width: 620px;
  width: 100%;
  margin-inline: auto;
}
.home__title {
  color: #f7f7f7;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
  margin-bottom: 12px;
}
.home__text {
  color: #f7f7f7;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}
.home__link {
  background: #6bb700;
  padding: 14px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  display: block;
  max-width: 364px;
  width: 100%;
  margin-inline: auto;
}
.b1__item {
  padding: 20px;
}

.b1__label {
  color: #010f0f;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 10px;
}
.b1__text {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b2__content {
  align-self: center;
}
.b2__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.b2__text {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}
.b2__btn {
  display: block;
  max-width: 273px;
  width: 100%;
  background: #6bb700;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  padding: 14px;
}
.b2__img img {
  object-fit: cover;
}

.b3__inner {
  background: #6bb700;
  padding: 40px;
}

.b3__title {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 48px;
}

.b3__img {
  margin-bottom: 24px;
}
.b3__label {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 8px;
}
.b3__text {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b4__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 32px;
}

.b4__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #000 url(../images/bg2.png) center / cover no-repeat;
  padding: 12px;
  min-height: 334px;
}
.b4__img {
  max-width: 40px;
  width: 100%;
  margin: 0 auto 20px;
}
.b4__label {
  color: #f7f7f7;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 10px;
}
.b4__text {
  color: #f7f7f7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.b5__content {
  align-self: center;
}
.b5__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.b5__text {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.b5__img img {
  object-fit: cover;
}
.contact__title {
  color: #010f0f;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 12px;
}

.contact__text {
  color: #010f0f;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
}
.form__label {
  margin-bottom: 10px;
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.form input::placeholder,
.form textarea::placeholder {
  color: #010f0f;
}
.form input,
.form textarea {
  display: block;
  width: 100%;

  padding: 10px 12px;
  border: 1px solid rgba(1, 15, 15, 0.5);
  box-shadow: 0px 1px 2px 0px rgba(18, 26, 43, 0.05);
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
.form textarea {
  height: 88px;
}
.form button {
  display: block;
  max-width: 182px;
  margin-left: auto;
  width: 100%;
  padding: 14px;
  text-align: center;
  background: #6bb700;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.footer {
  background: #010f0f;
  padding-block: 32px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 20px 80px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #f7f7f7;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

@media (max-width: 768px) {
  .b3__inner {
    padding-inline: 20px;
  }
}
@media (max-width: 420px) {
}

/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.terms p {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.th__text {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 20px;
}
.th__btn {
  display: block;
  max-width: 338px;
  width: 100%;

  padding: 14px;
  background: #6bb700;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 2000;
  width: 100%;
  padding-block: 30px;
  background-color: #fff;
  display: none;
}

.cookie__title {
  color: #010f0f;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  text-transform: capitalize;
  margin-bottom: 20px;
}

.cookie__text {
  color: #010f0f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 20px;
}

.cookie__btns {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.cookieBtn {
  display: block;
  width: fit-content;
  background: #6bb700;
  padding: 14px 60px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .cookie__btns {
    flex-direction: column;
    align-items: initial;
  }

  .cookieBtn {
    width: 100%;
  }
}
