/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  color: #333;
}
html {
  background-color: #000;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
section {
  padding: 4rem 2rem;
  /* max-width: 1200px; */
  margin: 0 auto;
  /* inset: 0% auto auto 0%; */
  /* padding: 2vw 11vw; */
}

main {
  background-color: #fff;
}

/* Fonts */
.font-plus-jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.font-scotch-display {
  font-family: "scotch-display", sans-serif;
}
.font-scotch-display-compressed {
  font-family: "scotch-display-compressed", sans-serif;
}
.font-scotch-display-condensed {
  font-family: "scotch-display-condensed", sans-serif;
}

.boldish {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

/* Hero + Canvas */
#hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#fluid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  text-align: center;
  color: #fff;
  /* background: rgba(0, 0, 0, 0.2); */

  padding: 4rem 2rem;
  /* max-width: 1200px; */
  margin: 0 auto;

  /* Allow clicks to pass through except on interactive elements */
  pointer-events: none;


  padding: 2vw 11vw;
}

.hero-content h1 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  max-width: 600px;
  text-align: left;
}

.hero-content h1,
.split-wrapper,
.splide {
  pointer-events: initial;
}

.hero-content-text {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  max-width: 700px;
  text-align: left;
  line-height: 1.4;
  pointer-events: none;
}

/* .hero-content-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
} */

.cta {
  display: inline-block;
  background-color: #751d36;
  color: #fff;
  padding: 0.75rem 1.5rem;
  margin: 0 0.5rem;
  border-radius: 4px;
  transition: background-color 0.3s;
  /* Make CTAs clickable */
  pointer-events: auto;
}
.cta:hover {
  background-color: #501224;
}

/* Why Choose Us */
#why h2 {
  text-align: left;
  margin-bottom: 2rem;
  /* font-style: italic; */
}
#why ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}
#why li {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 6px;
}


/* Portfolio */
#portfolio h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.portfolio-grid img {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* Process */
#process h2 {
  text-align: center;
  margin-bottom: 2rem;
}
#process ol {
  max-width: 600px;
  margin: 0 auto;
  counter-reset: step;
}
#process li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
#process li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #751d36;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Testimonials */
#testimonials {
  background: #f4f4f4;
}
#testimonials h2 {
  text-align: center;
  margin-bottom: 2rem;
}
blockquote {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-style: italic;
}
cite {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
  font-weight: bold;
}

/* Contact */
#contact h2 {
  margin-bottom: 1rem;
}
#contact p {
  margin-bottom: 1rem;
}
#contact address {}

/* Footer */
footer {
  background: #222;
  color: #ddd;
  text-align: center;
  padding: 2rem 1rem;
}
.footer-links a {
  color: #ddd;
  margin: 0 0.5rem;
}
.footer-links a:hover {
  text-decoration: underline;
}
.legal {
  margin-top: 1rem;
  font-size: 0.875rem;
}

/* Header Menu */
#header-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 1rem 0;
  /* backdrop-filter: blur(10px); */
  /* -webkit-backdrop-filter: blur(10px); */
}

#logo-white {
  height: 80px;
  aspect-ratio: 3/1;
}

#header-menu-content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  /* padding: 0 2rem; */
  padding: 2vw 11vw;
}

.header-menu-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1.5rem;
}

/* MARQUEE */
.logo-marquee {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100px;
  z-index: 5;

  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.logo-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  /* we'll control its `transform: translateX()` in JS */
}

/* .logos-overlay {
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(90deg, rgb(16,16,16), #10101000 40% 60%, rgb(16,16,16));
    position: absolute;
    inset: 0%;
} */

/* SPLIDE */
.splide {
  max-width: 1200px;
  overflow: hidden;
}

.client-logo_logo {
  object-fit: contain;
  width: 100%;
  max-height: 4rem;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  /* width: 20%; */
}

/* Hero Contact */
.button-text_wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 51rem;
}

.split-button-wrapper {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-text {
  letter-spacing: -0.01em;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-underline-offset: 0.2em;
  text-wrap: balance;
  box-sizing: border-box;
  text-decoration: inherit;
  max-width: 100%;
  z-index: 1;
  grid-column-gap: 0.375rem;
  color: #fff;
  text-align: left;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.125rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  filter: blur(0px);
  opacity: 1;
}

.line-divider {
  font-family: var(--font-brand--main);
  color: #fff;
  letter-spacing: -0.01em;
  font-size: 1rem;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-underline-offset: 0.2em;
  text-wrap: balance;
  box-sizing: border-box;
  background-color: #333;
  transform-origin: 0%;
  height: 0.0625rem;
  margin-top: 0.75rem;
  filter: brightness(1);
  width: 100%;
}

/* About Us */
#about-us {
  padding: 8rem 2rem;
  background: url("./img/grid1.png") repeat center center;
  background-size: 100%;
  position: relative;
}

.title-text {
  font-size: 1.8rem;
  padding-top: 6px;
}

.about-us-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
}

.about-us-title {
  width: 20%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#wbe-logo {
  height: 120px;
  width: 120px;
  transform: rotate(-15deg);
  margin-top: 3rem;
  margin-left: 1rem;
}

.about-us-text {
  width: 60%;
}

#about-main-text {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#about-sub-text {
  font-size: 1rem;
  margin-bottom: 2rem;
}

#register-mark {
  position: absolute;
  right: -100px;
  width: 200px;
  height: 200px;
  bottom: -100px;
}

/* SERVICES */
#services {
  /* background: #1D1C21; */
  background: #8000FF;
  color: #fff;
  text-align: left;
  position: relative;
}

.services-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
}

/* CLIENTS */
#clients {
  text-align: left;
  position: relative;
}

.clients-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
}

.client-testimonial-text {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-left: 6rem;
  padding-top: 0;
  padding-bottom: 3rem;
}

.client-testimonial-name {
  padding-left: 6rem;
  font-size: 1.4rem;
}


/* CONTACT */
#contact {
  background: #1D1C21;
  color: #fff;
  position: relative;
}

#biz-card {
  position: absolute;
  bottom: 0;
  left: 220px;
  width: 140px;
  transform: scale(-1, 1);
  margin-bottom: -4rem;
}

.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /* padding: 0 2rem; */
  padding: 4vh 0;
}

.contact-content-left {
  width: 40%;
}

.contact-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}

.contact-content-right-top,
.contact-content-right-bottom {
  display: flex;
  justify-content: space-between;
}

.contact-content-right-top {
  margin-bottom: 2rem;
}

.contact-content-right-top h3,
.contact-content-right-bottom h3 {
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  opacity: 0.5;
}

.contact-content-right-top p,
.contact-content-right-bottom p {
  font-size: 1.2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.w-50 {
  width: 50%;
}