body {
  margin: 0;
}

body * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
  /* background-color: hsl(0, 7%, 76%); */

}

.font-nav {
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
}

.font-slogan-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.04em;
  color: #fff;
}

.font-slogan-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #fff;
}

.font-leaders-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #333;
}

.font-reference-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #333;
}


.font-footer {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: rgb(51, 51, 51);
}

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

.header {
  /* background-color: rgba(98, 231, 102, 0.654); */
}

.header-content {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
  height: 150px;
  /* align-items: center; */
}

.logo {
  margin-top: 34px;
  margin-left: 71px;
}

.logo:hover {}

.front-cover {
  background-image: url("../images/resultsCover.png");
  background-repeat: no-repeat;
  background-position-x: center;
}

.header-nav {
  margin-top: 60px;
  margin-right: 75px;
  list-style: none;
  display: flex;
  padding-inline-start: 80px;
  text-align: center;
  color: #fff;
}

.header-nav-item {
  margin-right: 0px;
  margin-left: 27px;
}

.header-nav-link {
  text-decoration: none;
  color: white;
}

.header-nav-link:hover {
  color: #E3B873;
}

.header-nav-container {
  position: relative;
}

.burger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  align-items: center;
  padding: 8px;
  margin-top: 40px;
  margin-right: 40px;
}

.burger-line {
  width: 20px;
  height: 2px;
  background-color: rgb(0, 199, 255);
  border-radius: 1px;
}

/* .header-nav-link:visited {
  color: rgb(51, 51, 51);
} */

.front-cover-content {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  height: 444px;
  /* width: 1272px; */
  color: #fff;
  /* text-align: center; */
}

.slogan {
  margin-left: 70px;
  margin-right: 40px;
}

.slogan-title {
  margin-top: 100px;
  margin-bottom: 10px;
  /* margin-left: -36px; */
}

.slogan-text {
  margin-left: 2px;
  margin-right: 560px;
}

.leaders {
  /* background-color: rgba(98, 231, 102, 0.654);; */
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -12px;
}

.leaders-title {
  margin-top: 57px;
  margin-left: 72px;
  text-align: left;
  margin-bottom: 50px;
}

.video-result-item {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.reference {
  /* padding: 0px; */
  margin-left: 70px;
  /* margin-right: 75px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-top: 57px;
}

.reference-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  /* width: 557px; */
  /* height: auto; */
  justify-content: space-around;
  /* margin-right: 18px; */
  border-radius: 16px;
  /* background: rgb(243, 245, 248); */
}

.reference-text {
  margin: 20px;
}




.footer {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: space-between;
  background-color: #fff;
}

.copyright {
  /* text-align: center; */
  margin: auto;
  margin-top: 10px;
}

.designed {
  /* text-align: center; */
  margin: auto;
  margin-top: 10px;
}

.designed-link {
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.designed-link:hover {
  color: #E3B873;
}


@media (max-width: 1210px) {
  .font-footer {
    font-size: 10px;
  }

  .header-nav {
    display: none;
    flex-direction: column;
    background: rgba(51, 51, 51, 0.8);
    /* position: absolute; */
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }

  .burger-menu {
    display: flex;
  }

  .header-nav.active {
    display: flex;
  }

  .header-nav-item {
    margin: 10px 0;
  }

  .front-cover-content {
    height: 445px;
  }

  .slogan {
    margin-left: 2%;
    margin-right: 2%;
  }

  .slogan-text {
    margin-right: 200px;
  }

  .reference {
    margin-left: 0;
  }
  
}

@media (max-width: 790px) {
  .logo {
    margin-top: 16px;
    margin-left: 20px;
  }

  .logo-img {
    width: 58px;
    height: 58px;
  }

  .burger-menu {
    margin-top: 20px;
    margin-right: 20px;
  }

  .font-slogan-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 104%;
    letter-spacing: -0.04em;
    color: #fff;
  }

  .font-slogan-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .font-leaders-title {
    font-size: 24px;
  }

  .font-footer {
    font-size: 8px;
  }

  .front-cover-content {
    margin-left: 20px;
    max-height: 256px;
  }

  .front-cover {
    background-size: 825px;
  }

  .slogan-title {
    margin-top: 0px;
  }

  .slogan-text {
    margin-right: 10%;
}

.leaders {
  padding-top: 0px;
  padding-bottom: 50px;
  margin-bottom: -12px;
}

.leaders-title {
  margin-top: 0;
  margin-left: 5%;
  text-align: left;
  margin-bottom: 5px;
}

.reference {
  /* padding: 0px; */
  margin-left: 5%;
  /* margin-right: 75px; */
  /* display: block; */
  /* justify-content: space-between; */
  margin-top: 20px;
  margin-left: 0;
}

.reference-item {
  width: auto;
  /* height: auto; */
  margin-bottom: 20px;
}

.video-result-item {
  width: auto;
  margin-right: 5px;
  margin-left: 5px;
}

}