@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 3px;
}
html::-webkit-scrollbar:hover {
  background: rgba(255, 255, 255, 0.1215686275);
}

p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  color: #D0D6F9;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 25px;
  padding: 3px;
  text-transform: none;
}
@media screen and (min-width: 1024px) {
  p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 32px;
  }
}

li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 2.36px;
  color: #D0D6F9;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  li {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  li {
    font-size: 16px;
    letter-spacing: 2.7px;
  }
}
@media screen and (min-width: 1024px) {
  li {
    text-align: left;
  }
}

h1 {
  font-family: "Bellefair", serif;
  font-size: 80px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h1 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 150px;
  }
}

h2 {
  font-family: "Bellefair", serif;
  font-size: 56px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 100px;
  }
}

h3 {
  font-family: "Bellefair", serif;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h3 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 56px;
  }
}

h4 {
  font-family: "Bellefair", serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h4 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 2.7px;
  color: #D0D6F9;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  h5 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  h5 {
    font-size: 28px;
    letter-spacing: 4.72px;
  }
}

.subheading-1 {
  font-family: "Bellefair", serif;
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .subheading-1 {
    text-align: left;
  }
}
.subheading-2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 2.36px;
  color: #D0D6F9;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .subheading-2 {
    text-align: left;
  }
}

.strong {
  font-weight: bold;
  margin-right: 5px;
}

.hidden {
  display: none;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    margin: 24px 0;
    width: 48px;
    height: 48px;
  }
}
.header-logo img, .header-logo a {
  width: 100%;
  height: 100%;
}
.header-menu img {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-menu img {
    display: none;
  }
}
.header-menu ul {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 254px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(35px);
  padding-top: 118px;
}
@media screen and (min-width: 768px) {
  .header-menu ul {
    height: 96px;
    width: 450px;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu ul {
    top: 40px;
    width: 60vw;
  }
}
.header-menu ul img {
  position: absolute;
  top: 34px;
  right: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-menu ul img {
    display: none;
  }
}
.header-menu ul li {
  margin: 0 0 32px 32px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .header-menu ul li {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header-menu ul li span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu ul li span {
    display: inline;
  }
}
.header-menu ul li:hover {
  border-right: 4px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .header-menu ul li:hover {
    border-right: none;
    box-shadow: 0px 3px 0 0 rgba(255, 255, 255, 0.5);
  }
}
.header-menu ul li a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 2.7px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .header-menu ul li a {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .header-menu ul li a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 2.36px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .header-menu ul li a {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}
.header-menu .active {
  border-right: 4px solid #fff;
}
@media screen and (min-width: 768px) {
  .header-menu .active {
    border-right: none;
    box-shadow: 0px 3px 0 0 #fff;
  }
}

.main {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    margin: 76px 5vw 0 5vw;
  }
}
.main-title {
  color: #fff;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .main-title {
    margin-bottom: 60px;
  }
}
.main-title .strong {
  opacity: 0.25;
}
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: none;
  margin: 0 auto;
  min-width: 240px;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .main-content {
    min-width: 500px;
    max-width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 1110px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.main-content-intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: none;
}
.main-content-info {
  display: flex;
  flex-direction: column;
  justify-content: none;
  align-items: none;
}
.main-content-info-title {
  margin: 0;
}
.main-content-info-subtitle {
  opacity: 0.5;
}
.main-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .main-menu ul {
    column-gap: 36px;
  }
}
.main-menu ul li:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.main-menu ul .active {
  color: #fff;
  border-bottom: 3px solid #fff;
}

/*# sourceMappingURL=style.css.map */
