/* @import url("./assets/fonts/Mont/stylesheet.css"); */
@import url("https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700,800&display=swap");

:root {
  --primary-color: #0064db;
  --primary-hover: #0056c0;
  --body-bg: #0f0f0f;
  --secondary-bg: #040404;
  --secondary-text: #031622;
  --green-leaf: #364c09;
  --charcoal: #000510;
  --cyan-blue: #021522;
  --cyan-blue-hover: #021522dc;
  --transition: all 250ms ease;
}

.section-header {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #191a15;
}

.secondary-bg {
  background-color: var(--secondary-bg);
}

.text-primary {
  color: var(--primary-color);
}

.btn-primary {
  display: block;
  width: 100%;
  background: #008cd6;
  border: 0.55px solid #0064db;
  padding: 20px 30px;
  color: #fff;
  border-radius: 9px;
  transition: var(--transition);
  font-weight: 500;
  font-size: 18px !important;
  line-height: 120%;
  text-align: center;
}

.btn-secondary {
  display: block;
  width: fit-content;
  background-color: white;
  padding: 15px 20px;
  border-radius: 15px;
  color: #000000;
  font-weight: 600;
  transition: var(--transition);
}

.btn-secondary:hover {
  background-color: rgb(202, 202, 202);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
button {
  border: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  background-color: #ffffff;
  color: var(--body-bg);
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}

/* Header styles */
header {
  height: 68px;
  background: #333333;
  padding: 10px 0;
}

.logo {
  display: flex;
  align-items: center;
  max-width: 100px;
}

.logo-circle {
  width: 40px;
  height: 40px;

  background: #00e5a8;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.logo-circle span {
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}

.logo-text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
}
.thank-page,
.cta {
  background: url("./assets/images/bg-cta.webp") 0 0 / cover no-repeat;
  /* padding: 42px 0 68px; */
  /* background-color: #fff; */
}

.cta-content {
  padding-top: 60px;
  display: flex;
  gap: 38px;
  /* align-items: center; */
  /* justify-content: space-between; */
}

.cta h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
}

.cta p {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 459px;
  font-weight: 200;
  line-height: 1.5;
}

.link {
  width: 100%;
  max-width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  background-color: var(--primary-color);
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  transition: var(--transition);
}

.cta .link:hover {
  background-color: var(--primary-hover);
}

.dashboard {
  max-width: 562px;
}

.h2-vacancies {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
}
.vacancies-section {
  background: #f9f8fe;
  padding: 50px 0;
}
.column {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.column > div {
  min-height: 360px !important;
}
.vacancies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.vacancies-left {
  background: url("./assets/images/vector2.svg") bottom / contain no-repeat
    #008cd6;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}

.vacancies-left .title {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}

.vacancies-left h4 {
  font-weight: 600;
  font-size: 25px;
}

.vacancies-left span {
  padding: 8px 10px;
  border-radius: 32px;
  border: 1px solid var(--green-leaf);
  font-size: 14px;
  font-weight: 600;
}

.vacancies-benefits {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: start;
}

.vacancies .benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.vacancies-left .icon {
  background-image: url("./assets/images/check-charcoal.svg");
}

.vacancies-left .vacancies-benefits {
  margin-top: 20px;
  margin-bottom: 41px;
}

.vacancies .benefit .icon {
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vacancies-right {
  /* padding: 25px 40px 42px; */
  background: url("./assets/images/vector.svg") bottom / contain no-repeat
    #0064db;
  /* background: #0064db; */
  overflow: hidden;
  display: flex;
  border-radius: 15px;
}
.vacancies-body {
  padding: 25px;
}
.vacancies-right .label {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: var(--charcoal);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}

.vacancies-right .title {
  display: flex;
  gap: 20px;
  color: #fff;
}

.vacancies-benefits span {
  padding: 5px 30px;
  border: 1px solid #fff;
  border-radius: 32px;
  height: fit-content;
  display: inline;
  color: #fff;
}

.vacancies-right h4 {
  font-weight: 700;
  font-size: 25px;
}

.vacancies-right .vacancies-benefits {
  margin-top: 20px;
  margin-bottom: 32px;
}

.vacancies-right .benefit {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.vacancies-right .benefit .icon {
  background-image: url("./assets/images/check-charcoal.svg");
}

.vacancies-right .women {
  /* width: 48%; */
  max-width: 268px;
  right: -20px;
}

.indicators {
  margin: 90px 0;
}

.indicators-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 50px 20px 60px;
  gap: 50px;
}

.indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.indicator h5 {
  font-weight: 600;
  font-size: 39px;
}

.indicator p {
  font-size: 16px;
  font-weight: 300;
}

.indicators-container .line {
  height: 162px;
  width: 2px;
  display: block;
  border: 1px dashed white;
}

.markets {
  padding: 90px 0;
}

.markets-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.markets-container > div {
  flex: 1;
  height: 450px;
}

.markets-left {
  background-color: var(--body-bg);
  border-radius: 40px;
  padding: 50px 60px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.markets-left h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.markets-left p {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.markets-right {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.markets-right img {
  width: 40px;
  height: 40px;
}

.markets-right .market {
  padding: 20px;
  background-color: var(--body-bg);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  font-weight: 300;
}

.tools {
  padding: 90px 0;
}

.tools-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.tool {
  flex: 1;
  padding: 40px 40px 27px 30px;
  border: 1px solid var(--primary-color);
  border-radius: 40px;
  height: 270px;
}

.tool img {
  width: 160px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
}

.tool p {
  font-size: 16px;
  font-weight: 300;
}

.tool h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.reputation {
  padding-bottom: 90px;
}

.reputation-container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 260px 560px 260px;
  gap: 40px;
}

.reputation-item {
  height: 422px;
  background-color: var(--secondary-bg);
  padding: 50px 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #333333;
  border-radius: 20px;
  text-align: center;
}

.reputation-item h5 {
  font-size: 18px;
  font-weight: 600;
}

.reputation-item p {
  font-size: 16px;
  font-weight: 300;
}

.reputation-item:nth-child(2) p {
  width: 269px;
}

.team {
  padding: 90px 0;
}

.team h2 {
  margin-bottom: 40px;
}
.swiper-wrapper {
  justify-content: space-evenly;
}
.swiper-slide {
  background: #0064db;
  border-radius: 18px;
  max-width: 210px;
  height: 375px;
}
.swiper-slide img {
  width: 100%;
  max-width: 220px;
  background: #1b3b37;
  object-fit: cover;
  object-position: 70%;
  border-radius: 20px;
}

.swiper-slide h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.swiper-slide span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
  background: #0050af;
  line-height: 2.5;
  text-align: center;
}
.swiper-slide--top {
  background: transparent;
  border-radius: 20px;
  max-width: 365px;
  height: auto;
}
.swiper-slide--top h4 {
  padding: 10px 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #191a15;
}
.swiper-slide--top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #a6a6a6;
}
.swiper-slide--top img {
  max-width: 365px;
  margin: 0 auto;
}
.swiper-button-prev {
  left: 47% !important;
  transform: translateX(-50%) !important;
  top: 90% !important;
}

.swiper-button-next {
  left: 54% !important;
  transform: translateX(-50%) !important;
  top: 90% !important;
}

.swiper {
  padding-bottom: 140px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--primary-color);
  border-radius: 100px;
  padding: 18px;
  width: 60px !important;
  height: 60px !important;
  transition: var(--transition);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
  width: 24px;
  height: 24px;
  background-image: url("./assets/images/arrow-right-dark.svg");
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  background-color: var(--cyan-blue);
}

.swiper-button-prev.swiper-button-disabled::after {
  background-image: url("./assets/images/arrow-left-white.svg");
  transform: rotate(0deg);
}
.swiper-button-next.swiper-button-disabled::after {
  background-image: url("./assets/images/arrow-left-white.svg");
  transform: rotate(180deg);
}

.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
  background-color: var(--primary-hover);
}
.swiper-button-next:not(.swiper-button-disabled):active,
.swiper-button-prev:not(.swiper-button-disabled):active {
  background-color: var(--green-leaf);
}

.membership {
  padding: 90px 0 40px;
  display: flex;
}

.membership h2 {
  text-align: left;
  margin-bottom: 40px;
}

.membership-items {
  display: flex;
  justify-items: flex-start;
  flex-direction: column;
  gap: 40px;
}

.membership-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  font-size: 16px;
  font-weight: 300;
  max-width: 368px;
}

.membership-item:nth-child(2) {
  max-width: 310px;
}

.contact-us {
  padding: 90px 0 103px;
  display: flex;
  justify-content: center;
}
.get-started {
  padding-top: 100px;
}
.title-block {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.title-block h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #191a15;
  width: 400px;
  display: block;
}
.title-block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #595959;
  flex-grow: 1;
}
.mob {
  display: none;
}
@media (max-width: 600px) {
  .title-block {
    gap: 15px;
  }
  .title-block h2 {
    font-size: 35px;
    text-align: center;
  }
  .title-block p {
    text-align: center;
  }
  .comp {
    display: none;
  }
  .mob {
    display: block;
  }
  .link--get-started {
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
  }
}
.link--get-started {
  max-width: 237px;
  border: none;
}
form {
  padding: 40px;
  background-color: #fff;
  color: #000000;
  border-radius: 20px;
  width: fit-content;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

form p {
  display: block;
  max-width: 270px;
  text-align: center !important;
  margin: 20px auto;
  font-weight: 300;
  font-size: 16px;
}

input {
  border: 1px solid #0064db;
  padding: 15px 20px;
  border-radius: 9px;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}
form span {
  display: block;
  font-weight: 400;
  font-size: 13.09px;
  line-height: 120%;
  text-align: left !important;
  margin-bottom: 3px;
}

input:focus {
  outline: none;
}

input::placeholder {
  color: #7e7e7e;
}

.btn-submit {
  cursor: pointer;
  border: none;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
}
.row {
  color: #191a15;

  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.row-icon {
  max-width: 60px;
  flex: 0 0 60px;
}
.row-item h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.row-item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.column-title {
  text-align: left;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.column-title,
.row {
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .column-title {
    font-weight: 700;
    font-size: 35px;
  }
  .container {
    max-width: 350px;
  }

  .btn-primary {
    padding: 12px 30px;
  }

  .btn-secondary {
    padding: 15px 50px;
  }

  .section-header {
    font-size: 21px;
  }

  .cta-content {
    padding-top: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .dashboard {
    max-width: 100%;
  }

  .cta h1 {
    font-size: 20px;
  }

  .cta p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .cta .link {
    font-size: 16px;
  }

  .h2-vacancies {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .title-block {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .vacancies-left h4 {
    font-size: 20px;
  }

  .vacancies-left {
    background-position: 65% 100%;
    background-size: 66%;
  }

  .vacancies-left .vacancies-benefits {
    margin-bottom: 30px;
  }

  .vacancies .benefit {
    font-size: 16px;
  }

  .vacancies-right h4 {
    font-size: 20px;
    font-weight: 600;
  }

  .vacancies-right .title {
    gap: 10px;
  }

  .vacancies-benefits {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .indicators {
    margin: 60px 0;
  }

  .indicators-container {
    margin-top: 20px;
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .indicators-container .line {
    height: 2px;
    width: 60%;
  }

  .markets {
    padding: 60px 0;
  }

  .markets-container {
    flex-direction: column;
    gap: 20px;
  }

  .markets-container > div {
    height: fit-content;
  }

  .markets-left {
    padding: 50px 39px 35px 30px;
  }

  .markets-left p {
    font-size: 18px;
    margin-top: 60px;
  }

  .markets-right {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 20px;
  }

  .market {
    width: 100%;
  }

  .tools {
    padding: 60px 0;
  }

  .tools-container {
    margin-top: 30px;
    flex-direction: column;
  }

  .tool {
    height: fit-content;
    padding: 40px 28px 30px;
  }

  .tool p {
    font-size: 15px;
  }

  .reputation {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .reputation h2 {
    margin-bottom: 20px;
    max-width: 200px;
  }

  .reputation-container {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .reputation-item {
    height: fit-content;
    padding: 30px 25px 40px;
  }

  .reputation-item img {
    width: 100%;
  }

  .reputation-item p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-slide h5,
  .swiper-slide span {
    text-align: center;
    display: block;
  }

  .swiper-button-prev {
    left: 35% !important;
  }

  .swiper-button-next {
    left: 65% !important;
  }

  .swiper-button-prev:focus,
  .swiper-button-next:focus {
    outline: none !important;
  }

  .team {
    padding: 60px 0;
  }

  .membership {
    padding: 60px 0 40px;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .membership h2 {
    text-align: center;
  }

  .membership-item {
    font-size: 14px;
    gap: 15px;
  }

  .membership-item:nth-child(2) {
    max-width: 280px;
  }

  .container:has(.membership) {
    max-width: 325px;
  }

  .membership-right img {
    width: 100%;
  }

  .contact-us {
    padding: 40px 0 80px;
  }

  form {
    width: 100%;
    padding: 40px 30px 45px;
  }

  form p {
    margin: 20px auto;
    font-size: 14px;
    max-width: 230px;
  }

  .btn-submit {
    margin-top: 8px;
    padding: 15px 20px;
  }
  .vacancies-right,
  .vacancies-left {
    flex-wrap: wrap-reverse;
  }
  .vacancies-right {
    background: #0064db;
  }
  .vacancies-left {
    background: #008cd6;
  }
  .column {
    flex: 0 1 auto;
  }
}
@media (max-width: 800px) {
  .vacancies {
    gap: 32px;
    flex-wrap: wrap;
  }
  .vacancies-body {
    position: relative;
    z-index: 1;
  }
  .vacancies-body::after {
    position: absolute;
    content: "";
    background: url("./assets/images/vector.svg") 100% 0 / cover no-repeat;
    bottom: 0;
    left: 0;
    width: 115%;
    height: 40px;
    transform: translate(0, -20px);
    z-index: -1;
  }
  .bg {
    background: url("./assets/images/bg.png") center / cover no-repeat #c7e6f68e;
  }

  .vacancies-body--2::after {
    background: url("./assets/images/vector2.svg") 100% 0 / cover no-repeat;
  }
  .column-title {
    font-size: 28px;
  }
  .row-item h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .row-item p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .row-icon {
    padding-top: 5px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .column-title,
  .row {
    padding-left: 0px;
  }
  .swiper {
    padding-bottom: 40px;
  }
  .swiper-slide--top h4 {
    padding: 10px 0;
    font-size: 26px;
    line-height: 30px;
  }
  .swiper-slide--top p {
    font-size: 16px;
    line-height: 26px;
  }
  form {
    margin: 20px;
  }
}
.thank-page {
  display: flex;
  align-self: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding: 0 20px;
}

.thank-page h1 {
  font-size: 35px;
  font-weight: 600;
  color: #0063db;
}

.thank-page p {
  font-size: 18px;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.my-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* padding: 20px; */
  border: 1px solid #888;
  width: 95%;
  max-width: 400px;
  border-radius: 15px;
}

.form-modal {
  display: grid;
  padding: 30px;
  gap: 20px;
  max-width: 400px;
}
.form-modal input {
  padding: 10px 15px;
  border-radius: 5px;
}
