@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Caveat:wght@600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  background-color: black;
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 30px;
}

.nav-items {
  display: flex;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
}

.nav-items li {
  margin: 0 10px;
}

.button-contact {
  display: block;
}

.button-contact button {
  width: 136px;
  height: 48px;
  border-radius: 7px;
  border: none;
  background-color: #151515;
  color: white;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 900px) {
  .nav-items {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .header-container {
    background-color: #151515;
    padding: 5px 0px;
  }

  .button-contact {
    display: none;
  }
}

.hero-section {
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
  margin: 50px 30px;
  padding-bottom: 100px;
}

.hero-text {
  margin-top: 138px;
}

.hero-text span,
.center {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 52px;
  text-transform: uppercase;
}

.first {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  opacity: 0.25;
}

.second {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
  opacity: 0.5;
}

.third {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  opacity: 0.7;
}

.everyone {
  display: none;
}

.hero-btn button {
  width: 228px;
  height: 56px;
  border-radius: 7px;
  border: none;
  background-color: white;
  color: black;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 65px;
}

@media screen and (max-width: 900px) {
  .hero-list {
    display: none;
  }

  .hero-text,
  .center {
    margin-top: 1px;
  }

  .hero-text span {
    font-size: 40px;
  }

  .everyone {
    display: block;
  }

  .hero-btn button {
    width: 100%;
  }

  .heading-two {
    font-size: 16px;
  }


  .service-header {
    text-align: center;
  }

  .service-heading-two {
    width: 100% !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1280px) {
  .hero-text span {
    font-size: 35px;
  }

  .hero-text {
    margin-top: 99px;
  }

  .first {
    font-size: 18px;
    opacity: 0.25;
  }

  .second {
    font-size: 22px;
    opacity: 0.5;
  }

  .third {
    font-size: 26px;
    opacity: 0.7;
  }

  .center {
    font-size: 35px;
    opacity: 1;
  }

  .hero-btn button {
    margin-top: 40px;
  }

  .heading-one span,
  .heading-two span,
  .paragraph p {
    text-align: center;
  }
}

.heading-container {
  margin: 150px 30px;
}

.heading-one {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.heading-two {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  text-transform: uppercase;
}

.paragraph {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.cards-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.card {
  width: 450px;
  height: 600px;
  border: 1px solid #151515;
  box-shadow: 0px 0px 5px white;
  padding-top: 10px;
  border-radius: 5px;
  /* margin-top: 30px; */
  margin: 20px 0px;
  /* margin: 0px auto; */
}

.card-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.card-heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-left: 30px;
}

.card-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  margin-top: 20px;
  width: 376px;
  margin-left: 30px;
}

.card-btns {
  margin: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-btns button {
  border: 1px solid #eaeaeb;
  width: 190px;
  height: 60px;
  padding: 16px 10px;
  border-radius: 4px;
  text-transform: capitalize;

  margin: 7px 3px;
}

.promo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 30px;
}

.about-container {
  position: relative;
  background-image: url("/images/Chicago Video.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
}

.about-heading {
  position: absolute;
  bottom: 10px;
  left: 45%;
  transform: translateX(-50%);
  text-align: center;
  color: white;

  width: 90%;         /* Let it adapt to screen width */
  max-width: 600px;   /* Prevent it from getting too wide */
  padding: 0 15px;    /* Optional: horizontal breathing room */
  box-sizing: border-box;
}

.mjv-story {
  font-size: 52px;
}

hr {
  color: #353535;
}

.collab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.collab-card {
  width: 530px;
  height: 230px;
  padding: 20px 32px;
  background-color: #151515;
  margin: 20px 10px;
}

.collab-heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-left: 30px;
}

.collab-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  margin-top: 20px;
  width: 376px;
  margin-left: 30px;
}

.service-heading-two {
  width: 350px;
}

.icon {
  border: 1px solid #eaeaeb;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  padding: 9px;
}

.service-heading {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  margin-left: 30px;
}

.service-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
  margin-top: 20px;
  width: 376px;
  margin-left: 30px;
}

.service-button {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 17px;
  margin-top: 20px;
  width: 200x;
  margin-left: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.service-card {
  border: 1px solid #3b3b3b;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: self-start;
  margin: 0px 20px;
  width: 450px;
  height: 228px;
  padding: 150px 0px;
  margin-top: 30px;
}

.service-card:hover {
  background-color: #151515;
  color: white;
}

.service-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.service-button:hover .arrow {
  margin-left: 30px;
  transition-duration: 0.5s;
}

.arrow {
  margin-left: 10px;
}

.footer {
  background-color: white;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
