@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.jS {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jC {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.jE {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.j {
  display: flex;
  justify-content: space-between;
}
.flexCol {
  display: flex;
  flex-direction: column;
}
.gap30 {
  gap: 30px;
}
.gap25 {
  gap: 30px;
}
.gap20 {
  gap: 20px;
}
.gap15 {
  gap: 15px;
}
.gap10 {
  gap: 10px;
}
.gap5 {
  gap: 10px;
}
.g2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.g3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.g4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.g5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .g5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .g5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .jS,
  .jC,
  .jE,
  .j {
    align-items: center;
    flex-direction: column;
  }
  .g5,
  .g2,
  .g3,
  .g4 {
    grid-template-columns: 1fr;
  }
}

.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 {
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
}

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

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

.header {
  position: fixed;
  padding-top: 24px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}
.header.scrolled {
  padding-top: 0;
  background-color: #0d0d0d;
}
.header.scrolled .header__inner {
  padding: 20px 0;
}
.header__inner {
  border-radius: 60px;
  background: #0d0d0d;
  padding: 24px 32px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6bd2f5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
.header__logo img {
  width: 32px;
  height: 32px;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 15px 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.header__nav a {
  display: block;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

.home {
  min-height: 440px;
  background: url('https://zevantrilo.com/wp-content/themes/zevantrilo/assets/images/bg.png')
    center / cover no-repeat;
}
.b1 {
  padding-block: 32px 75px;
}

.b1__content {
  max-width: 763px;
  width: 100%;
}
.b1__img {
  max-width: 322px;
  width: 100%;
  margin-bottom: 12px;
}
.b1__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.b1__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
}
.b1__btn {
  display: block;
  max-width: 245px;
  width: 100%;
  border-radius: 15px;
  background: #6bd2f5;
  color: #0d0d0d;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  padding: 24px;
}
.b2 {
  padding-block: 75px;
}

.b2__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.b2__item {
  border-radius: 32px;
  border: 1px solid #6bd2f5;
  padding: 24px;
}
.b2__img {
  max-width: 60px;
  width: 100%;
  margin-bottom: 10px;
}
.b2__label {
  color: #6bd2f5;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.b2__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b3 {
  padding-block: 75px;
}
.b3__content1 {
  max-width: 485px;
  width: 100%;
}
.b3__content2 {
  max-width: 515px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b3__img img {
  object-fit: cover;
  border-radius: 24px;
}
.b3__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.b3__label {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.b3__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.b3__img2 {
  max-width: 322px;
  width: 100%;
}

.b4 {
  padding-block: 75px;
}

.b4__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b4__subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.b4__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.b4__img {
  max-width: 134px;
  width: 100%;
}
.b4__label {
  color: #6bd2f5;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.b4__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b5 {
  padding-block: 75px;
}

.b5__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b5__num {
  color: #fff;
  font-family: Montserrat;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.b5__label {
  color: #6bd2f5;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.b5__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b6 {
  padding-block: 75px;
}

.b6__title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b6__text {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.b6__img {
  position: relative;
  height: 413px;
}
.b6__img1 {
  max-width: 322px;
  width: 70%;
  position: absolute;
  bottom: 23px;
  right: 19px;
}
.b7 {
  padding-block: 75px;
}

.b7__title {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.b7__item {
  border-radius: 32px;
  border: 1px solid #6bd2f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b7__img {
  height: 239px;
}
.b7__img img {
  object-fit: cover;
  border-radius: 8px;
}
.b7__label {
  color: #6bd2f5;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.b7__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.b7__text2 span {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.b7__text2 {
  flex-grow: 1;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b7__num {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.b7__btn {
  display: block;
  max-width: 245px;
  width: 100%;
  border-radius: 15px;
  background: #6bd2f5;
  padding: 24px;
  color: #0d0d0d;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
}
.b7__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.b6__img .img1 {
  border-radius: 24px;
  object-fit: cover;
}
.b8 {
  padding-block: 80px;
}
.b8__inner {
  margin-bottom: 80px;
}
.b8__img img {
  border-radius: 24px;
  object-fit: cover;
}

.b8__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 66px */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.b8__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
  margin-bottom: 32px;
}

.b8__blocks {
  max-width: 763px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.b8__text2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer {
  padding-block: 30px 68px;
}

.footer__inner {
  margin-bottom: 68px;
  flex-wrap: wrap;
  gap: 56px 20px;
}

.footer__label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-bottom: 32px;
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__address a,
.footer__links a {
  display: block;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
.footer__arr {
  max-width: 134px;
  width: 100%;
}
.footer__copyright {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 800px) {
  .b2__title,
  .b3__title,
  .b4__title,
  .b5__title,
  .b6__title,
  .b7__title,
  .b8__title,
  .b1__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .b8__img {
    height: 413px;
  }
  .footer__inner {
    align-items: flex-start;
  }
  .b6__img {
    height: 400px;
  }
  .b4__inner,
  .b1__inner {
    align-items: flex-start;
  }
  .header__inner {
    flex-direction: column;
  }
  .b2__title,
  .b3__title,
  .b4__title,
  .b5__title,
  .b6__title,
  .b7__title,
  .b8__title {
    font-size: 40px;
  }
  .b1__title {
    word-break: break-all;
  }
  .header__inner {
    border-radius: 32px;
  }
}
@media (max-width: 420px) {
}

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

.terms__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 66px */
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.terms__content ul,
.terms__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.terms__content * {
  color: #ededed;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms {
    padding-block: 50px;
  }
  .terms__title {
    font-size: 40px;
    margin-bottom: 12px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  max-width: 850px;
  width: 100%;
  right: 0;
  padding-block: 32px 17px;
  border-radius: 30px;
  background: #0d0d0d;
  display: none;
}
.cookie-notification .container {
  align-items: center;
}
.cookie__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 44px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cookie__text a {
  text-decoration: underline;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
.cookie__text {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.cookie__btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookieBtn {
  display: block;
  width: 100%;
  border-radius: 15px;
  background: #6bd2f5;
  color: #0d0d0d;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  padding: 24px;
}
.cookieBtn:last-child {
  color: #6bd2f5;
  background: transparent;
  border: 1px solid #6bd2f5;
}
@media (max-width: 900px) {
  .cookie-notification {
    max-width: 320px;
    padding-block: 20px 5px;
  }
  .cookie__title {
    text-align: center;
    font-size: 32px;
  }
  .cookie-notification .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 370px) {
  .cookie-notification {
    max-width: initial;
    padding-block: 20px 0;
  }
}
