@font-face {
  font-family: "ZI_SQUARE";
  src: url("../fonts/ZI_SQUARE.woff2") format("woff2"), url("../fonts/ZI_SQUARE.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Manrope", Arial, sans-serif;
}

.mobile-hidden {
  display: none;
}

.welcome-h2 {
  font-size: 36px;
  line-height: 0.9;
  color: #FF4B00;
  font-weight: 1200;
  font-family: "ZI_SQUARE";
}

.welcome-coord {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  letter-spacing: 1.1px;
}

a:hover {
  cursor: pointer;
}

a, p, h1, h2, h3, li {
  color: #121212;
  list-style-type: none;
  text-decoration: none;
}

ul {
  padding: 0;
}

.welcome-text {
  font-weight: 300;
  font-size: 12px;
  text-align: right;
}

.more-link p {
  text-align: left;
}

.more-link p span {
  margin-left: 30px;
}

.welcome-text {
  font-size: 15px;
}

.pos-span {
  font-family: "ZI_SQUARE", "Manrope", Arial, sans-serif;
  font-size: 11px;
  margin-left: 20px;
  color: #FF4B00;
}

.hailing-text {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #121212;
}

.hailing-text span {
  color: #121212;
}

.works-h2 {
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -4px;
  font-size: 86px;
  color: #121212;
  margin-top: 30px;
  line-height: 0.8;
}

.card-heading {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.card-cols .main-p {
  color: #121212;
}

.cta-heading {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 100px;
  color: #121212;
}

.page-h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -3px;
}

.decorative-h {
  font-family: "ZI_SQUARE", "Manrope", Arial, sans-serif;
  font-size: 36px;
}

.main-p {
  font-size: 15px;
  color: #ababab;
}

.decorative-p {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 25px;
}

.chapter-h3 {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.form-heading-h3 {
  font-size: 20px;
  font-weight: 300;
}

.case-p {
  font-size: 15px;
  color: #fafafa;
  line-height: 1.5;
  margin: 20px 0;
  font-weight: 300;
  color: #ababab;
}

.view-link {
  transition: all 0.3s ease-out;
}

.view-link:hover {
  color: #FF4B00;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 768px) {
  .hailing-text {
    font-size: 36px;
  }
  .work-card-text .main-p {
    width: 30%;
  }
  .work-card-text .main-p {
    width: 40%;
  }
  .page-h2 {
    font-size: 110px;
    font-weight: 500;
    letter-spacing: -3px;
  }
  .decorative-h {
    font-size: 40px;
  }
  .decorative-p {
    font-size: 90px;
    margin-left: -10px;
  }
  .mobile-hidden {
    display: block;
  }
  .welcome-h2 {
    margin-bottom: 10px;
    font-size: 90px;
  }
  .welcome-span {
    font-size: 100px;
  }
  .pos-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 0.9;
  }
  .welcome-pos .pos-text:nth-of-type(1) {
    margin-left: 20px;
  }
  .welcome-pos .pos-text:nth-of-type(2) {
    margin-left: 0px;
  }
  .welcome-pos .pos-text:nth-of-type(3) {
    margin-left: 50px;
  }
  .welcome-coord {
    font-size: 40px;
    font-weight: 600;
  }
  .card-heading {
    font-size: 40px;
    line-height: 0.9;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .card-heading-div .main-p {
    width: 70%;
  }
  .card-desc .main-p {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .welcome-h2 {
    font-size: 150px;
  }
  .work-card-text .main-p {
    width: 40%;
  }
  .works-h2 {
    font-size: 150px;
    line-height: 0.9;
  }
}
#header-logo {
  height: 100px;
}

#burger-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.socials i {
  font-size: 24px;
  color: #121212;
}

#burger {
  height: 40px;
  width: 40px;
}

.main-nav {
  position: fixed;
  top: 10px;
  right: 15px;
  margin: 0 auto;
  max-width: 60%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  height: 40px;
  margin-top: 20px;
  display: flex;
  transition: transform 0.7s ease, opacity 0.3s ease;
}

.nav-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.main-nav-ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0px;
}

.main-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav-ul li a {
  color: #121212;
  text-decoration: none;
  padding: 10px 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.main-nav-ul li a:hover {
  color: #ff9366;
  transition: all 0.3s ease-in-out;
}

#header-mobile a {
  height: 300%;
}

@media screen and (min-width: 768px) {
  .main-nav {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 40%;
    margin-top: 20px;
  }
  #burger {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav {
    max-width: 25%;
  }
}
.welcome-con video {
  width: 100%;
}

.descriptor {
  font-size: 11px;
  color: #ababab;
  margin-top: 25px;
  line-height: 0.7;
}

.card {
  background-color: #f5f5f5;
  padding: 40px 0px;
  border-top: 1px solid #ababab;
}

.card-text {
  height: 100%;
}

.card-cols {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.card-left-col, .card-right-col {
  width: 50%;
}

.card-left-col {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
}

.card-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.card-right-col p {
  text-align: right;
}

.card img {
  border-radius: 10px;
  border: 1px solid #ababab;
}

@media screen and (min-width: 768px) {
  .card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.cta-button {
  height: 70px;
  text-align: left;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.cta-button p {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.button-arrow {
  transform: rotate(45deg);
  height: 30px;
  transition: transform 0.3s ease-in-out;
}

.cta-button:hover .button-arrow {
  transform: rotate(45deg) scale(0.7);
  transition: transform 0.3s ease-in-out;
}

.cta-button p {
  line-height: 1;
}

#submit-btn {
  width: 100%;
  height: 65px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  margin-top: 50px;
  color: #121212;
  text-align: left;
  font-size: 20px;
  padding-left: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

#submit-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FF4B00;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

#submit-btn:active {
  background: rgba(250, 250, 250, 0.6);
  color: #1a1a1a;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #f5f5f5;
  margin-top: 50px;
  border-top: 1px solid #ababab;
}

#footer-div ul li {
  margin: 10px 0;
}

#footer-div ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-log {
  height: 200px;
}

#footer-div .descriptor {
  margin-bottom: 15px;
}

:root {
  --plyr-color-main: #FF4B00;
  --plyr-control-icon-size: 15px;
  --plyr-control-radius: 20px;
  --plyr-font-family: a.$body-font-family;
  --plyr-control-spacing: 15px;
}

.mobile-nav {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobile-nav-ul li {
  margin: 50px 0px;
  text-align: right;
}

#cta-con {
  height: 60vh;
  padding-top: 20px;
}

.ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #121212;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.ball-hover {
  background-color: #FF4B00;
  opacity: 1;
}

.hide-cursor {
  cursor: none !important;
}

.about .main-p {
  margin-top: 75px;
  margin-bottom: 100px;
}

#icon-contact {
  transform: rotate(180deg);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ababab;
  padding-bottom: 20px;
  margin-bottom: 50px;
  margin-top: 75px;
}

.form-heading object {
  transform: rotate(135deg);
}

.input {
  width: 100%;
  height: 45px;
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  border-bottom: 1px solid #363636;
  position: relative;
  color: #121212;
  outline: none;
  transition: all 0.5s ease-out;
}

.input:focus {
  border-bottom: 1px solid #121212;
  transition: all 0.5s ease-out;
}

.label {
  color: #FF4B00;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .form-heading:nth-of-type(1) {
    margin-top: 0px;
  }
  .main-p {
    margin-top: 20px;
  }
  #icon-contact {
    transform: rotate(90deg);
  }
}
.case-info-con {
  display: flex;
  justify-content: space-between;
}

.tools-p {
  width: 50%;
  text-align: right;
}

.case-info {
  margin-bottom: 15px;
}

.case-p-div {
  display: flex;
  flex-direction: column-reverse;
}

.case-content .decorative-p {
  margin: auto;
  color: #FF4B00;
}

.case-content img {
  width: 100%;
  height: auto;
}

.case-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #ababab;
  margin: 30px 0px;
}

.case-item .case-p {
  width: 30%;
  text-align: right;
}

.case-par {
  margin: 50px 0px;
}

.next-case-div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 10px 0px;
}

.next-case {
  border: 1px solid #ababab;
  border-radius: 12px;
  margin-top: 50px;
  padding: 20px;
}

.next-case img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .case-item .case-p {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .case-item .case-p {
    width: 30%;
  }
}
.heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
}

.about {
  margin-top: 125px;
  margin-bottom: 5px;
}

.about-chapter {
  border-bottom: 1px solid #ababab;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.about-chapter .main-p {
  margin: 25px 0px 50px 0px;
}

.experience {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .about-chapter {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .chapter-div {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .chapter-div {
    width: 40%;
  }
}
body {
  background-color: #f5f5f5;
}

.hailing {
  margin: 300px 0px;
}

#welcome {
  padding-top: 50px;
  margin-bottom: 10px;
}

.welcome-hero {
  height: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.welcome-hero-copy {
  display: flex;
  align-items: end;
  flex-direction: column;
  padding-top: 10px;
}

.welcome-hero-copy object {
  margin: 5px 0px;
}

.welcome-pos {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welcome-text-div {
  margin-top: 50px;
}

.welcome-text-div .welcome-text {
  text-align: left;
}

.works {
  background-color: #f5f5f5;
}

.lineParent-hailing, .lineParent-welcome, .lineParent-cta, .lineParent-coord, .lineParent-phs {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .welcome-hero {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .welcome-hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 20px;
    height: 50vh;
  }
  .welcome-hero-copy {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-top: 60px;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  .welcome-hero-copy object {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .welcome-pos {
    margin-bottom: 30px;
  }
}
#thank-you {
  height: 60vh;
}

.ty-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ty-message .decorative-h {
  font-size: 64px;
}