@font-face {
  font-family: Varelaround;
  src: url('../fonts/VarelaRound-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.text-highlight {
  color: #f18c20;
  background-image: url('../images/Line.svg');
  background-position: 50% 99%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-content {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: block;
  position: relative;
}

.section {
  padding: 7rem 3rem;
}

.section.no-padding {
  padding: 0;
}

.section.no-padding.hero {
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6rem;
  display: flex;
}

.button-row {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #201d42;
  border-radius: 100vw;
  padding: .9rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
}

.btn-primary:hover {
  box-shadow: 0 4px 10px 2px #057aca33;
}

.btn-primary.dark {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: .85rem;
  padding-bottom: .85rem;
}

.btn-primary.dark:hover {
  color: #000;
  background-color: #fff;
}

.btn-primary.light {
  color: #201d42;
  background-color: #fff;
}

.hero-card {
  color: #fff;
  background-color: #030303;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 52rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 17px 30px 5px #00000026;
}

.heading-xl {
  color: #fff;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}

.body {
  font-family: roc-grotesk, sans-serif;
}

.h2 {
  letter-spacing: -.08rem;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: roc-grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-highlight-secondary {
  background-image: url('../images/Text-Underline.svg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading3 {
  color: #fff;
  margin-top: .5rem;
  font-family: Varela Round, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.logo {
  width: 12rem;
  margin-bottom: 2rem;
}

.contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.image-fill {
  opacity: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  height: 70%;
  position: absolute;
  inset: 25px -6% auto auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(26deg);
}

.text-block {
  font-family: Varela Round, sans-serif;
}

@media screen and (min-width: 1280px) {
  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr .5fr;
    margin-top: 2rem;
  }

  .hero-card {
    min-width: 55rem;
    padding-right: 6.5rem;
  }

  .heading-xl {
    font-size: 4.2rem;
  }

  .contact {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section {
    padding: 5rem 2rem;
  }

  .section.no-padding.hero {
    padding: .5rem .5rem 1rem;
  }

  .hero-card {
    min-width: 80%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-xl {
    font-size: 3.75rem;
  }

  .logo, .contact {
    z-index: 100;
    position: relative;
  }

  .image-fill {
    z-index: 0;
    right: -10%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: 0;
  }

  .section {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .section.no-padding.hero {
    height: 100%;
    padding: 3.25rem 1.6rem;
  }

  .hero-card {
    width: 100%;
    padding: 2.9rem 2rem;
  }

  .heading-xl {
    font-size: 3.2rem;
  }

  .h2 {
    font-size: 2.8rem;
  }

  .heading3 {
    font-size: 1.6rem;
  }

  .logo {
    border-radius: 1rem;
    width: 10rem;
  }

  .contact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    margin-top: 2.5rem;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section.no-padding.hero {
    height: 100svh;
    padding: 0 .5rem;
  }

  .button-row {
    flex-wrap: wrap;
  }

  .hero-card {
    border-radius: 1.5rem;
    padding: 2rem;
  }

  .heading-xl {
    font-size: 2.4rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .heading3 {
    font-size: 1.2rem;
  }

  .logo {
    width: 10rem;
  }

  .contact {
    margin-top: 3.5rem;
  }

  .image-fill {
    height: 60%;
    top: 71px;
  }
}


@font-face {
  font-family: 'Varelaround';
  src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}