* {
  margin: 0;
  padding: 0;
  /* transition: all 0.3s ease; */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}

html {
  overflow-x: hidden;
}

body {
  /* position: relative; */
  font-family: "Archivo Black", serif;
  font-weight: normal;
  /* background-color: #f8f8f8; */
  color: #211c1b;
  overflow-x: hidden;
}

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

.flex img {
  opacity: 0;
}

/* .page {
  width: min(90%, 1200px); 
  margin: 0 auto;
  border: 1px solid #000;
} */

/* header */
header {
  /* position: absolute; */
  /* top: 45px; */
  margin-top: 40px;
  margin-left: 45px;
}

header img {
  width: 166px;
  height: 56px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* h1 {
  font-size: 260px;
  line-height: 1;
  padding: 0.5em 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #047582;
  mix-blend-mode: color-burn;
  font-size: 18vw;
} */

header img {
  max-width: 100%;
  display: block;
}

.firstSection {
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* position: relative; */
  margin-top: -8px;
  margin-left: 45px;
  margin-bottom: 200px;

  font-size: 70px;
  line-height: 80px;
}

.firstSection h3 {
  margin-top: -50px;
  max-width: 740px;
  /* margin-top: 0px; */
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  color: #000;
  /* width: 736px; */
}

.firstSection .circle {
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
  top: 420px;
  right: 382px;
}

.firstSection .circle .ellipse {
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.firstSection .circle:hover .ellipse {
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  scale: 0.8;
}

.firstSection .circle .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.firstSection .circle:hover .arrow {
  /* transition: all 0.3s ease; */
  cursor: pointer;
  transform: translate(-50%, -60%);
}

.secondSection {
  margin-bottom: 200px;
  /* flex-direction: row-reverse; */
}

.secondSection img {
  margin-right: 20px;
}

.secondSection p {
  font-size: 64px;
  line-height: 70px;
  margin-right: 45px;
  margin-top: -80px;
}

.thirdSection {
  justify-content: flex-end;
  /* margin-bottom: 200px; */
  font-size: 64px;
  line-height: 70px;
}

/* .thirdSection img {
  margin-right: 20px;
} */

.thirdSection div {
  margin-right: 20px;
  /* width: 250px; */
  width: 412px;
}

.fourthSection {
  width: 250px;
  margin-top: -100px;
  /* flex-direction: row-reverse !important; */
}

.fourthSection div {
  margin-left: 65px;
  padding-top: 300px;
}

.fourthSection div p {
  font-size: 64px;
  line-height: 70px;
}
/* h1,
h2 {
  font-family: "Archivo Black", serif;
  font-weight: normal;
} */

/* grid */
/* .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em 0;
}

.item {
  border: 1px solid #000;
  align-self: center;
  justify-self: center;
  text-decoration: none;
  color: #333;
}
.item:nth-child(odd) {
  justify-self: start;
}
.item:nth-child(even) {
  justify-self: end;
}
.item img {
  width: 100%;
  display: block;
  opacity: 0;
}
.item__image {
  position: relative;
  margin-bottom: 0.6em;
}
.item__meta {
  position: absolute;
  left: -0.4em;
  bottom: 0.4em;
  transform-origin: 0 100%;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-size: 80%;
}
.item__title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.item_p {
  line-height: 1.4;
  font-size: 1em;
}
.item_h {
  width: 100%;
}
.item_v {
  width: 80%;
} */

/* footer */
.footer {
  width: 1276px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-top: 120px;
  color: #000;
}

.footer div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}

.footer div p {
  padding-left: 40px;
}

.footer div .socials {
  width: 736px;
  height: 130px;
  background-color: #ffd74b;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.airblock {
  visibility: hidden;
  margin-top: 27px;
  width: 100%;
  height: 5px;
}

/* .footer {
  border-top: 1px solid #ccc;
  padding: 1em;
  font-size: 15px;
  display: flex;
  margin-top: 8em;
  line-height: 1.5;
  padding: 1em 0 4em 0;
  justify-content: center;
  align-items: center;
}
.footer a {
  color: #333;
}
.footer p + p {
  margin-left: auto;
  text-align: right;
} */

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  * {
    margin: 0;
    padding: 0;
    /* transition: all 0.5s ease; */
  }

  .sectionContainer {
    width: 678px;
    max-width: 678px;
    margin: 0 auto;
  }

  header {
    margin-left: 0;
  }

  header img {
    max-width: 155px;
    height: 52px;
  }

  /* First Section */
  .firstSection {
    display: block;
    position: relative;
    margin-top: 0;
    margin-left: 0;
  }

  .firstSection h3 {
    margin-top: 56px;
    margin-bottom: 52px;
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    width: 736px;
  }

  .firstSection .right img {
    width: 675px;
    height: 968px;
  }

  .firstSection .circle {
    position: absolute;
    top: 100px;
    right: -65px;
  }

  .firstSection .circle .ellipse {
    position: relative;
    width: 210px;
    height: 210px;
  }

  .firstSection .circle:hover .ellipse {
    /* transition: all 0.3s ease; */
    cursor: pointer;
    /* scale: 0.6; */
  }

  .firstSection .circle .arrow {
    height: 30px;
  }

  /* Second Section */
  .secondSection {
    flex-direction: column;
    margin-bottom: 160px;
  }

  .secondSection img {
    width: 678px;
    height: 458px;
    margin-right: 0;
    margin: 0;
  }

  .secondSection div {
    margin-top: 28px;
    /* border: 0.5px solid red; */
  }

  .secondSection p {
    font-size: 56px;
    line-height: 61px;
    margin: 0;
  }

  .secondSection hr {
    width: 216px !important;
  }

  /* Third Section */
  .thirdSection {
    /* margin-bottom: 200px; */
    /* justify-content: flex-end;
    font-size: 64px;
    line-height: 70px; */

    flex-direction: column-reverse;
    /*  margin-top: 160px; */
    margin-bottom: 160px;
    /* margin-left: 45px; */
  }

  .thirdSection img {
    margin-right: 0;
    width: 678px;
    height: 800px;
  }

  .thirdSection div {
    width: 100%;
    margin-right: 0;
    margin-top: 28px;
  }

  .thirdSection p {
    width: 678px;
    font-size: 56px;
    line-height: 61px;
  }

  .thirdSection hr {
    width: 196px !important;
  }

  /* Fourth Section */
  .fourthSection {
    display: block;
    margin: 0;
    padding: 0;
  }

  .fourthSection img {
    width: 678px;
    height: 1036px;
  }

  .fourthSection div {
    margin: 0;
    padding: 0;
    margin-top: 28px;
  }

  .fourthSection div p {
    width: 678px;
    font-size: 56px;
    line-height: 61px;
  }

  .fourthSection div hr {
    width: 157px !important;
  }

  /* footer */
  .footer {
    width: 100%;
  }

  .footer div {
    font-size: 20px;
  }

  .footer div p {
    padding-left: 20px;
  }

  .footer div .socials {
    width: 349px;
    height: 80px;
  }

  .footer div .socials img {
    width: 36px;
    height: 36px;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  * {
    margin: 0;
    padding: 0;
    /* transition: all 0.5s ease; */
  }

  .sectionContainer {
    width: 315px;
    max-width: 315px;
    margin: 0 auto;

    /* border: .5px solid blue; */
  }

  header {
    margin-left: 0;
  }

  header img {
    max-width: 112px;
    height: 38px;
  }

  /* First Section */
  .firstSection {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 96px;
  }

  .firstSection h3 {
    margin-top: 44px;
    margin-bottom: 56px;
    font-size: 32px;
    line-height: 35px;
    font-weight: 400;
    width: 315px;
  }

  .firstSection .right img {
    width: 314px;
    height: 456px;
  }

  .firstSection .circle {
    position: absolute;
    top: 70px;
    right: -60px;
  }

  .firstSection .circle .ellipse {
    position: relative;
    width: 130px;
    height: 130px;
  }

  .firstSection .circle:hover .ellipse {
    /* transition: all 0.3s ease; */
    cursor: pointer;
    scale: 0.8;
  }

  .firstSection .circle .arrow {
    height: 20px;
  }

  /* Second Section */
  .secondSection {
    flex-direction: column;
    margin-bottom: 96px;
    width: 315px;
  }

  .secondSection img {
    width: 315px;
    height: 212px;
    margin-right: 0;
    margin: 0;
  }

  .secondSection div {
    margin-top: 16px;
  }

  .secondSection p {
    font-size: 25px;
    line-height: 27px;
    margin: 0;
    margin-bottom: 8px !important;
  }

  .secondSection hr {
    width: 90px !important;
  }

  /* Third Section */
  .thirdSection {
    flex-direction: column-reverse;
    margin-bottom: 96px;
  }

  .thirdSection img {
    margin-right: 0;
    width: 315px;
    height: 372px;
  }

  .thirdSection div {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }

  .thirdSection p {
    width: 328px;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 8px !important;
  }

  .thirdSection hr {
    width: 90px !important;
  }

  /* Fourth Section */
  .fourthSection {
    display: block;
    margin: 0;
    padding: 0;
    width: 315px;
  }

  .fourthSection img {
    width: 315px;
    height: 481px;
  }

  .fourthSection div {
    margin: 0;
    padding: 0;
    margin-top: 16px;
  }

  .fourthSection div p {
    width: 315px;
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 8px !important;
  }

  .fourthSection div hr {
    width: 90px !important;
  }

  /* footer */
  .footer {
    width: 100%;
    margin-top: 70px;
  }

  .footer div {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer div p {
    padding-left: 0;
  }

  .footer div .socials {
    width: 315px;
    height: 60px;
    margin-top: 8px;
    flex-direction: row;
  }

  .footer div .socials img {
    width: 28px;
    height: 28px;
  }
}

/* @media screen and (max-width: 600px) {
  .grid {
    display: block;
  }
  .item_v,
  .item_h {
    width: auto;
    margin-bottom: 3em;
  }
  .item img {
    width: 100%;
    max-width: none;
  }
} */

canvas {
  display: block;
}

#container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=index.9aaf493e.css.map */
