@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");
body {
  font-family: "Commissioner", sans-serif;
  font-size: 15px;
  line-height: 1.66;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  body {
    font-family: "Commissioner", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
  }
}

h1 {
  font-family: "Commissioner", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h1 {
    font-family: "Commissioner", sans-serif;
    font-size: 80px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
  }
}

h2 {
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h2 {
    font-family: "Commissioner", sans-serif;
    font-size: 56px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0;
  }
}

h3 {
  font-family: "Commissioner", sans-serif;
  font-size: 15px;
  line-height: 1.66;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h3 {
    font-family: "Commissioner", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: 0;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
svg {
  display: block;
}

.site__wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-shadow: -10px 0 25px -20px rgba(0, 0, 0, 0.25), 10px 0 25px -20px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
}

.no__scroll {
  overflow: hidden;
}

.visually__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: none; /* Safari/Chrome */
  appearance: textfield; /* Standard */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #f94f4f;
  border-radius: 4px;
}

.btn__1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f94f4f;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  transition: background-color 0.3s ease;
}

.btn__1:hover {
  background-color: #ff9393;
}

.btn__1:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #f94f4f;
}

.cta-btn {
  padding: 28px 47px;
}

.schedule-btn {
  padding: 22.5px 44.5px;
}

.btn__2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f94f4f;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  padding: 22.5px 44.5px;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .btn__2 {
    background-color: #191921;
    padding: 24px 21px;
    margin-left: 8px;
  }
}
@media (min-width: 1200px) {
  .btn__2 {
    padding: 24px 46px;
    margin-left: 17px;
  }
}

.btn__2:hover {
  background-color: #ff9393;
}
@media (min-width: 768px) {
  .btn__2:hover {
    background-color: #434356;
  }
}

.btn__2:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #f94f4f;
}
@media (min-width: 768px) {
  .btn__2:focus-visible {
    outline: 2px solid #191921;
  }
}

.btn__3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #f94f4f;
  font-weight: 800;
  text-decoration: none;
  padding-bottom: 9px;
  position: relative;
  transition: color 0.3s ease;
}

.btn__3:hover {
  color: #ff9393;
}

.btn__3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f94f4f;
  bottom: 0;
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.btn__3:hover::before {
  background-color: #ff9393;
}

.btn__3:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #f94f4f;
}

.control__btn {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  color: #f94f4f;
  transition: color 0.3s ease;
}

.control__btn:hover {
  color: #ff9393;
}

.control__btn:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #ffffff;
}

.primary__nav {
  display: none;
}
@media (min-width: 768px) {
  .primary__nav {
    display: block;
    background-color: #f94f4f;
    grid-column: 6/span 7;
  }
}
@media (min-width: 1200px) {
  .primary__nav {
    grid-column: 7/span 6;
    width: 705px;
  }
}

.primary__nav.active {
  display: block;
  position: absolute;
  top: 110px;
  right: 24px;
  z-index: 1;
  background-color: #191921;
  padding: 32px 26px 28px 26px;
  outline: none;
}

.main__navigation {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .main__navigation {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 57px 40px 57px 33px;
  }
}
@media (min-width: 1200px) {
  .main__navigation {
    padding: 57px 0 57px 70px;
    gap: 32px;
  }
}

.nav__link {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav__link {
    font-size: 15px;
    transition: font-weight 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .nav__link:hover {
    font-weight: 700;
  }
}

.nav__link:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #ffffff;
}

.projects {
  position: relative;
  color: #ffffff;
  outline: none;
}

.projects::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #191921;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .projects::before {
    height: 352px;
  }
}
@media (min-width: 1200px) {
  .projects::before {
    height: 528px;
  }
}

@media (min-width: 768px) {
  .projects__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
}
@media (min-width: 1200px) {
  .projects__inner {
    max-width: 1305px;
    width: 100%;
    margin-left: auto;
    grid-template-columns: 380px 1fr;
  }
}

.project__img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .project__img-wrapper {
    grid-row: 1;
    grid-column: 2;
  }
}

.project__img-wrapper img {
  aspect-ratio: unset;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.project__img-text {
  position: absolute;
  width: 100%;
  padding: 45px 40px;
  text-align: right;
  bottom: 0;
  right: 0;
  background: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.75));
}

.project__control-wrapper {
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .project__control-wrapper {
    padding: 0;
  }
}

.project__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .project__contents {
    gap: 32px;
    padding: 0;
    grid-row: 1;
    grid-column: 1;
    position: absolute;
    left: 0;
    width: 390px;
    height: 352px;
    padding: 100px 70px 100px 40px;
    background-color: #191921;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .project__contents {
    gap: 51px;
    position: relative;
    width: 570px;
    height: 528px;
    padding: 152px 125px 152px 30px;
  }
}

@media (min-width: 768px) {
  .project__contents::after {
    content: "";
    position: absolute;
    width: 62px;
    height: 28px;
    background-image: url("../assets/desktop/bg-pattern-wavy-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 126px;
    right: -31px;
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .project__contents::after {
    width: 134px;
    height: 60px;
    top: 186px;
    right: -67px;
  }
}

.control__buttons {
  display: flex;
  gap: 16px;
}

header {
  padding: 40px 24px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  header {
    padding: 0;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .header__container {
    display: grid;
    justify-content: start;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1305px;
    width: 100%;
    margin-left: auto;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .header__logo {
    grid-column: 1/span 5;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    grid-column: 1/span 6;
    margin-left: 0;
  }
}

.hero {
  display: grid;
  gap: 56px;
  margin-bottom: 96px;
}
@media (min-width: 768px) {
  .hero {
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hero {
    max-width: 1305px;
    margin-left: auto;
    padding-left: 30px;
  }
}

.break-hero {
  display: block;
}

.hero__img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hero__img {
    aspect-ratio: 438/606;
  }
}
@media (min-width: 1200px) {
  .hero__img {
    aspect-ratio: 895/800;
  }
}

@media (min-width: 768px) {
  .hero picture {
    grid-column: 6/span 7;
    grid-row: 1;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .hero picture {
    grid-column: 5/span 8;
  }
}

.hero__content {
  display: grid;
  justify-items: start;
  gap: 40px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .hero__content {
    grid-column: 1/span 7;
    grid-row: 1;
    z-index: 2;
    padding: 0;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .hero__content {
    grid-column: 1/span 7;
    margin-left: 0;
  }
}

.hero__text {
  display: grid;
  gap: 15px;
}
@media (min-width: 1200px) {
  .hero__text {
    max-width: 600px;
  }
}

.strategic {
  position: relative;
}
@media (min-width: 768px) {
  .strategic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    grid-template-rows: 658px;
  }
}
@media (min-width: 1200px) {
  .strategic {
    grid-template-rows: 984px;
  }
}

.strategic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #191921;
  z-index: -1;
}

.strategic__img {
  position: relative;
}
@media (min-width: 768px) {
  .strategic__img {
    grid-column: 1/span 6;
    height: 100%;
    width: 100%;
  }
}
.strategic__img::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 29px;
  background-image: url("../assets/desktop/bg-pattern-wave-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 24px;
  bottom: -15px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .strategic__img::after {
    bottom: unset;
    top: 145px;
    left: unset;
    right: -32px;
  }
}
@media (min-width: 1200px) {
  .strategic__img::after {
    width: 135px;
    height: 61px;
    top: 234px;
    right: -68px;
  }
}

.strategic__img img {
  aspect-ratio: 375/200;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .strategic__img img {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.highlight {
  color: #f94f4f;
}

@media (min-width: 768px) {
  .break {
    display: block;
  }
}

.strategic__content {
  padding: 72px 24px;
  color: #ffffff;
  display: grid;
  gap: 40px;
  justify-items: start;
}
@media (min-width: 768px) {
  .strategic__content {
    align-items: start;
    grid-column: 7/span 6;
    padding: 120px 40px 0 70px;
    margin-left: auto;
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .strategic__content {
    padding: 200px 40px 200px 154px;
    margin: 0 auto;
    gap: 48px;
  }
}
@media (min-width: 1440px) {
  .strategic__content {
    padding: 200px 106px 0 154px;
  }
}

.strategic__text {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .strategic__text {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .strategic__text {
    gap: 43px;
  }
}

.approach {
  position: relative;
  padding: 96px 24px;
  color: #ffffff;
  display: grid;
  gap: 93px;
}
@media (min-width: 768px) {
  .approach {
    grid-template-columns: 320px 1fr;
    gap: 0;
    padding: 0;
    margin-top: -120px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .approach {
    max-width: 1305px;
    margin-left: auto;
    grid-template-columns: 380px 1fr;
    margin-top: -200px;
  }
}

.approach::before {
  content: "";
  position: absolute;
  background-color: #f94f4f;
  inset: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .approach::before {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  .approach__text-inner {
    width: 100%;
    padding: 246px 10px 0 40px;
    padding-left: 40px;
    padding-top: 246px;
    grid-column: 1;
    grid-row: 1;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .approach__text-inner {
    padding-left: 30px;
    padding-top: 400px;
    max-width: 540px;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .approach__content {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    padding: 120px 40px 120px 43px;
  }
}
@media (min-width: 1200px) {
  .approach__content {
    padding: 244px 106px 200px 0;
  }
}

@media (min-width: 768px) {
  .approach__content::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f94f4f;
    z-index: -1;
  }
}

.approach__content ul {
  list-style: none;
  display: grid;
  gap: 84px;
  counter-reset: item;
}
@media (min-width: 768px) {
  .approach__content ul {
    max-width: 445px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .approach__content ul {
    gap: 100px;
  }
}

.approach__content ul li {
  display: grid;
  gap: 15px;
  counter-increment: item;
  position: relative;
}
@media (min-width: 1200px) {
  .approach__content ul li {
    gap: 24px;
  }
}

.approach__content ul li::before {
  content: counter(item, decimal-leading-zero);
  font-family: "Commissioner", sans-serif;
  font-size: 80px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  color: hsla(0, 0%, 100%, 0.25);
  position: absolute;
  left: -16px;
  top: -44px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .approach__content ul li::before {
    left: -59px;
  }
}

footer {
  padding: 100px 24px;
}
@media (min-width: 768px) {
  footer {
    padding: 70px 40px 100px 40px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 120px 30px 115px 30px;
    position: relative;
  }
}

@media (min-width: 1440px) {
  footer::before {
    content: "";
    position: absolute;
    width: 134px;
    height: 60px;
    background-image: url("../assets/desktop/bg-pattern-wave-red.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: -67px;
    pointer-events: none;
    z-index: 0;
  }
}

.footer__container {
  display: grid;
  gap: 47px;
  justify-items: start;
}
@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: unset;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .footer__container h2 {
    grid-column: 1/span 6;
  }
}
@media (min-width: 1200px) {
  .footer__container h2 {
    grid-column: 1/span 7;
  }
}

@media (min-width: 768px) {
  .footer__container a {
    grid-column: 7/span 6;
    justify-self: end;
  }
}
@media (min-width: 1200px) {
  .footer__container a {
    grid-column: 8/span 5;
  }
}

/*# sourceMappingURL=main.css.map */
