@media (max-width: 2560px) {
  html {
    font-size: 11.3px;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1680px) {
  html {
    font-size: 8.75px;
  }
}

@media (max-width: 1467px) {
  html {
    font-size: 7.64px;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 7.5px;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 7.11px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 6.25px;
  }
}

@media (max-width: 1060px) {
  html {
    font-size: 5.33px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 5.33px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 10px;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  padding-top: 4.2rem;
  padding: 0rem 4rem 0rem 4rem;
  width: 100vw;
  height: 11rem;
  margin-bottom: -9.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  /* background-color: transparent; */
  /* display: none; */
}
.burger-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding-top: 4.2rem;
  padding: 0rem 4rem 0rem 4rem;
  width: 100%;
  height: 11rem;
  margin-bottom: -9.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: black;
}

.main .header {
  background-color: transparent;
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5.4rem;
}

.header__menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.section {
  height: 100vh;
}
