@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);
* {
  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 {
  /* background: #000 url(../images/bg.png) center / cover no-repeat; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
}

.container {
  max-width: 1150px;
  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: 28px;
}
.header__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__logo {
  display: block;
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.header__nav a {
  display: block;
  color: #2f4550;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact {
  background: #0d0d0d;
}
.contact__inner {
  max-width: 734px;
  width: 100%;
  margin-inline: auto;
}
.contact__title {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.contact__text {
  color: #99999a;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 378px;
  width: 100%;
  margin-inline: auto;
}
.form input::placeholder,
.form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form input,
.form textarea {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  background-color: transparent;
  font-weight: 600;
  line-height: 116%; /* 16.24px */
  text-transform: capitalize;
  padding: 14px 24px;
  border-radius: 99px;
  border: 2px solid #fff;
}
.form textarea {
  height: 100px;
}
.form button img {
  width: 24px;
  height: 24px;
}
.form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 14px;
  text-align: center;
  border-radius: 99px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.p0 {
  padding: 0 !important;
}
.footer {
  background: #fff;
  padding-block: 40px;
}

.footer__s {
  max-width: 136px;
  width: 100%;
  margin: 0 auto 24px;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 15px 24px;
  justify-content: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer__links a {
  display: block;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer__copyright {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media (max-width: 768px) {
  .header__inner {
    flex-direction: column;
  }
}
@media (max-width: 420px) {
}

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

.terms__title {
  color: #2f4550;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 54.6px */
  margin-bottom: 24px;
}
.terms p {
  color: #000;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th__title {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;

  text-align: center;
  color: #2f4550;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 54.6px */
  margin-bottom: 40px;
}
.th__btn {
  display: block;
  width: fit-content;
  margin-inline: auto;
  border-radius: 99px;
  border: 2px solid #fff;
  background-color: #000;
  padding: 18px 40px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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: 5;
  width: 100%;
  padding-block: 30px;
  background-color: #333;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  display: none;
}

.cookie__title {
  color: #fff;
  font-size: 19.2px;

  font-weight: 600;

  line-height: 24.96px;
  margin-bottom: 10px;
}

.cookie__text {
  max-width: 608px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 13.008px;
}

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

.cookieBtn {
  display: block;
  width: fit-content;
  border-radius: 60px;
  background: #000;
  padding: 18px 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .cookie__btns {
    flex-direction: column;
    align-items: initial;
  }

  .cookieBtn {
    width: 100%;
  }
}

/* Hero Section */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 40px;
  gap: 24px;
}

.hero-title {
  font-size: 66px;
  font-weight: 700;
  color: #000;
  text-align: center;
  max-width: 878px;
  width: 100%;
  margin-inline: auto;
}

.hero-description {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  max-width: 878px;
  width: 100%;
  margin-inline: auto;
}

.header-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

/* About Section */
.about-section {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  gap: 40px;
}

.about-content {
  flex: 1;
}

.about-title {
  font-size: 42px;
  font-weight: 400;
  color: #2f4550;
}

.about-description {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.section-image {
  flex: 1;
  height: 297px;
  object-fit: cover;
}

/* Stats Section */

.stat-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background-color: #dfdfdf;
}
.stats-section {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.stat__img {
  margin-bottom: 20px;
}

.stat-card .stat-title {
  font-size: 20px;
  font-weight: 400;
  color: #2f4550;
  margin-bottom: 10px;
}

.stat-description {
  font-size: 14px;
  font-weight: 400;
  color: #2f4550;
  text-align: left;
}

/* Team Section */
.b3 {
  background-color: #0d0d0d;
}
.team-section {
  padding: 80px 40px;
  color: #fff;
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-title {
  font-size: 48px;
  font-weight: 800;
}

.team-description {
  font-size: 20px;
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
  font-weight: 400;
  margin-top: 24px;
  line-height: 30px;
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px;
  border-radius: 30px;
  background-color: #202020;
}

.member-image {
  width: 80px;
  height: 80px;
  border-radius: 64px;
  object-fit: cover;
}

.member-name {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

/* Media Queries */
@media (max-width: 991px) {
  .container {
    max-width: 991px;
  }

  .hero-section {
    padding: 60px 30px;
  }

  .hero-title {
    font-size: 50px;
  }

  .about-section {
    flex-direction: column;
    padding: 30px;
  }

  .section-image {
    height: 200px;
  }

  .stats-section {
    flex-direction: column;
    padding: 60px 30px;
  }

  .team-section {
    padding: 60px 30px;
  }

  .team-members {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .container {
    max-width: 640px;
  }

  .hero-section {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-description {
    width: 100%;
    font-size: 14px;
  }

  .about-section {
    padding: 20px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-description {
    font-size: 14px;
  }

  .stats-section {
    padding: 40px 20px;
  }

  .stat-card {
    width: 100%;
  }

  .team-section {
    padding: 40px 20px;
  }

  .team-title {
    font-size: 36px;
  }

  .team-description {
    font-size: 16px;
  }

  .team-member {
    width: 100%;
  }
}
