@font-face {
  font-family: synemedium;
  src: url(assets/fonts/Syne-Medium.ttf);
}
@font-face {
  font-family: synebold;
  src: url(assets/fonts/Syne-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 1rem;
  background-color: #FDFBF5;
}

main {
  width: 100%;
  padding: 1.2rem;
  padding-top: 3rem;
  border: 1px solid #000;
  position: relative;
}
main .line {
  width: 100%;
  height: 1px;
  background-color: #141313;
}

.section-1 {
  width: 100%;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-1 p {
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  word-spacing: 0.3rem;
  font-family: "Poppins", sans-serif;
}
.section-1 h1 {
  font-weight: 500;
  font-size: 4rem;
  width: 70%;
  line-height: 1;
  font-family: synebold;
}
.section-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.section-2 {
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.section-2 .s2-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-2 .s2-top p {
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  word-spacing: 0.3rem;
  font-family: "Poppins", sans-serif;
}
.section-2 .s2-top h1 {
  font-weight: 400;
  font-size: 3.3rem;
  width: 92%;
  line-height: 0.9;
  font-family: synebold;
}
.section-2 .s2-top button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.54rem 0.85rem;
  border: 0.7rem;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #000;
  color: #FDFBF5;
  cursor: pointer;
}
.section-2 .line {
  width: 100%;
  height: 1px;
  background-color: #141313;
}
.section-2 .s2-btm {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-2 .s2-btm .elem {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-2 .s2-btm .elem svg {
  width: 4rem;
  aspect-ratio: 1/1;
}
.section-2 .s2-btm .elem h1 {
  font-weight: 400;
  font-size: 2.1rem;
}
.section-2 .s2-btm .elem p {
  font-weight: 300;
  opacity: 0.8;
  line-height: 1.7;
  word-spacing: 0.1rem;
}

.section-3 {
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.section-3 .s3-part-1 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.section-3 .s3-part-1 h1 {
  font-weight: 500;
  font-size: 2.3rem;
  width: 50%;
}
.section-3 .s3-part-1 h3 {
  width: 88%;
  font-weight: 300;
  font-size: 1.3rem;
  opacity: 0.8;
  line-height: 1.4;
}
.section-3 .line {
  width: 100%;
  height: 1px;
  background-color: #141313;
}
.section-3 .s3-part-2 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-3 .s3-part-2 .s3-part-2-row .elem {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.section-3 .s3-part-2 .s3-part-2-row .elem .video {
  width: 100%;
}
.section-3 .s3-part-2 .s3-part-2-row .elem .video video {
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.section-3 .s3-part-2 .s3-part-2-row .elem h1 {
  font-weight: 400;
  font-size: 1.7rem;
}
.section-3 .s3-part-2 .s3-part-2-row .elem p {
  font-weight: 300;
  font-size: 0.9rem;
  opacity: 0.8;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.section-3 .s3-part-2 .s3-part-2-row .elem:nth-child(1) {
  margin-bottom: 1.6rem;
}

.section-4 {
  width: 100%;
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.section-4 .line {
  display: none;
}
.section-4 .s4-part-1 {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.section-4 .s4-part-1 svg {
  width: 4rem;
  aspect-ratio: 1/1;
}
.section-4 .s4-part-1 p {
  margin-top: 1.9rem;
  font-weight: 300;
  opacity: 0.8;
  text-transform: uppercase;
  word-spacing: 0.3rem;
  font-family: "Poppins", sans-serif;
}
.section-4 .s4-part-1 h1 {
  font-weight: 600;
  font-size: 2.8rem;
  text-transform: uppercase;
}
.section-4 .s4-part-2 {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.section-4 .s4-part-2 p {
  font-weight: 400;
  font-size: 1.3rem;
  opacity: 0.8;
  line-height: 1.4;
}
.section-4 .s4-part-2 button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.54rem 0.85rem;
  border: 0.7rem;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #000;
  color: #FDFBF5;
  cursor: pointer;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
footer .footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
footer .footer-top .footer-part-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
footer .footer-top .footer-part-1 .headings {
  display: flex;
  gap: 1.3rem;
}
footer .footer-top .footer-part-1 .headings svg {
  width: 4rem;
  aspect-ratio: 1/1;
}
footer .footer-top .footer-part-1 .address {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
footer .footer-top .footer-part-1 .address p {
  font-weight: 300;
  font-size: 1.1rem;
  opacity: 0.8;
  line-height: 1.4;
}
footer .footer-top .footer-part-1 .media {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.74rem;
}
footer .footer-top .footer-part-1 .media .elem {
  width: 10%;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 0.5rem;
  margin-bottom: 1.2rem;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
}
footer .footer-top .footer-part-1 .media .elem a {
  text-decoration: none;
  color: #000;
}
footer .footer-top .footer-part-1 .media .elem:hover {
  background-color: #000;
  color: #fff;
}
footer .footer-top .footer-part-1 .media .elem:hover a {
  color: #fff;
}
footer .footer-top .footer-part-2 {
  width: 100%;
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .footer-top .footer-part-2 .elem {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
footer .footer-top .footer-part-2 .elem h3 {
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 0.55rem;
}
footer .footer-top .footer-part-2 .elem p a {
  font-weight: 400;
  font-size: 0.9rem;
  opacity: 1;
  letter-spacing: 0.06rem;
  word-spacing: 0.46rem;
  color: #000;
  text-decoration: none;
}
footer .footer-top .footer-part-2 .elem p a:hover {
  text-decoration: underline;
}
footer .footer-top .footer-part-2 .elem button {
  margin: 0.53rem 0rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.54rem 0.85rem;
  border: 0.7rem;
  border-radius: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  background-color: #000;
  color: #FDFBF5;
  cursor: pointer;
}
footer .footer-btm {
  width: 100%;
  margin-top: 1.4rem;
}
footer .footer-btm pre {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.2;
  text-transform: uppercase;
  opacity: 1;
  flex-direction: row;
}
footer .footer-btm pre a {
  display: flex;
  flex-direction: column;
  color: #000;
}
footer .footer-btm p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.2;
  text-transform: uppercase;
  opacity: 1;
  flex-direction: column;
  word-spacing: 1.4rem;
}

.overlay-btns {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 6%;
  bottom: 1.9%;
  gap: 0.3rem;
}
.overlay-btns .btn-black {
  width: 34vw;
  padding: 0.54rem 0.85rem;
  border: 0.7rem;
  border-radius: 0.5em;
  background-color: #000;
  color: #FDFBF5;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 2px 0px;
}
.overlay-btns .btn-black a {
  text-decoration: none;
  color: #fff;
}
.overlay-btns .btn-white {
  width: 34vw;
  padding: 0.54rem 0.85rem;
  border: 0.7rem;
  border-radius: 0.5em;
  background-color: #FDFBF5;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 2px 0px;
  cursor: pointer;
}
.overlay-btns .btn-white a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

@media (min-width: 1020px) {
  html {
    font-size: clamp(16px, 1vw, 20px);
  }
  .body {
    padding: 0rem 1rem 1rem 1rem;
  }
  main {
    padding: 2rem 3rem 0rem 3rem;
  }
  .section-1 h1 {
    font-size: 6rem;
    margin-bottom: 1.2rem;
  }
  .section-2 {
    margin-top: 3.6rem;
    flex-direction: row;
  }
  .section-2 .s2-top {
    width: 67%;
    justify-content: space-between;
  }
  .section-2 .s2-top .s2-top-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .section-2 .s2-top .s2-top-text h1 {
    font-size: 5.2rem;
    padding: 0rem 0.2rem;
  }
  .section-2 .line {
    height: initial;
    width: 1px;
  }
  .section-2 .s2-btm {
    width: 33%;
  }
  .section-2 .s2-btm .line {
    width: 100%;
    height: 1px;
    align-self: stretch;
  }
  .section-3 {
    margin-top: 3rem;
    flex-direction: row;
    position: relative;
    padding: 2rem 0rem;
  }
  .section-3 .s3-part-1 {
    width: 32.5%;
    position: sticky;
    top: 0%;
    align-self: flex-start;
  }
  .section-3 .s3-part-1 h1 {
    font-weight: 600;
    font-size: 3.4rem;
  }
  .section-3 .s3-part-1 h3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .section-3 .line {
    height: initial;
    width: 1px;
  }
  .section-3 .s3-part-2 {
    width: 67.5%;
  }
  .section-3 .s3-part-2 .s3-part-2-row {
    display: flex;
    gap: 1.5rem;
  }
  .section-3 .s3-part-2 .s3-part-2-row .elem {
    padding: 0rem 0.9rem;
    width: 50%;
  }
  .section-3 .s3-part-2 .s3-part-2-row .elem h1 {
    font-size: 2.1rem;
  }
  .section-3 .s3-part-2 .s3-part-2-row .elem .video video {
    height: 35vh;
  }
  .section-4 {
    flex-direction: row;
    height: 80vh;
    padding: 1.7rem 0rem;
  }
  .section-4 .line {
    display: block;
    height: initial;
    width: 1px;
  }
  .section-4 .s4-part-1 {
    width: 67%;
    position: relative;
  }
  .section-4 .s4-part-1 p {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-4 .s4-part-1 h1 {
    font-weight: 500;
    font-size: 4.8rem;
    position: absolute;
    top: 9%;
    left: 0;
  }
  .section-4 .s4-part-1 svg {
    width: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-4 .s4-part-2 {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0rem 1.1rem;
  }
  .section-4 .s4-part-2 p {
    font-size: 1.6rem;
  }
  footer {
    margin: 2rem 0rem;
  }
  footer .footer-top {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    padding: 2.2rem 0rem;
  }
  footer .footer-top .line {
    height: auto;
    align-self: stretch;
    width: 1px;
    background-color: #141313;
  }
  footer .footer-top .footer-part-1 {
    width: 46vw;
    margin: 0rem;
    position: relative;
  }
  footer .footer-top .footer-part-1 .headings svg:nth-child(1) {
    width: 3.2rem;
    aspect-ratio: 1/1;
  }
  footer .footer-top .footer-part-1 .address {
    width: 30%;
  }
  footer .footer-top .footer-part-1 .media {
    position: absolute;
    bottom: -10%;
  }
  footer .footer-top .footer-part-1 .media .elem {
    width: 8%;
  }
  footer .footer-top .footer-part-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0rem;
    padding: 0rem 2.2rem;
  }
  footer .footer-top .footer-part-2 .line {
    display: none;
  }
  footer .footer-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .overlay-btns {
    right: 1.8%;
  }
  .overlay-btns .btn-black {
    width: 9vw;
  }
  .overlay-btns .btn-white {
    width: 9vw;
  }
}