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

a {
  text-decoration: none;
  display: inline-block;
}

img {
  display: block;
  max-width: 100%;
}

body {
  /* background-image: url(../images/Grid.png);*/
  min-height: 100vh;
  line-height: 1.5;
  font-family: "sansation";
  letter-spacing: 0.015rem;
  max-width: 1920px;
  margin-inline: auto;
}

@font-face {
  font-family: "sansation";
  src: url(../../fonts/sansation-regular-webfont.woff2) format("woff2"), url(../../fonts/sansation-regular-webfont.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "playfare";
  src: url(../../fonts/oranienbaum-regular-webfont.woff2) format("woff2"), url(../../fonts/oranienbaum-regular-webfont.woff) format("woff");
  font-display: swap;
}
body {
  font-size: 1rem;
}

h1 {
  margin-top: 4rem;
  text-align: right;
  line-height: 1;
  font-size: clamp(2.99rem, 3.133rem - 0.736vw, 2.25rem);
  letter-spacing: -0.15rem;
  font-family: "playfare";
}

h2 {
  font-size: clamp(2.49rem, 2.611rem - 0.613vw, 1.88rem);
  line-height: 110%;
  letter-spacing: -0.05em;
  font-family: "playfare";
  font-weight: 200;
}

h3 {
  font-size: clamp(2.07rem, 2.139rem - 0.324vw, 1.75rem);
  line-height: 1.05em;
  letter-spacing: 0;
  font-weight: 200;
}

h4 {
  font-size: clamp(1.73rem, 1.749rem - 0.103vw, 1.63rem);
  letter-spacing: 0.025em;
  font-weight: 200;
}

h5 {
  font-size: clamp(1.44rem, 1.428rem + 0.06vw, 1.5rem);
  letter-spacing: 0em;
  font-weight: 200;
}

h6 {
  font-size: clamp(1.2rem, 1.165rem + 0.175vw, 1.38rem);
  letter-spacing: 0.015em;
}

section, footer {
  display: grid;
  grid-template-columns: 0.5fr repeat(10, 1fr) 0.5fr;
  gap: 30px;
}

@media (width <= 1200px) {
  section, footer {
    grid-template-columns: 0.5rem repeat(6, 1fr) 0.5rem;
    gap: 30px 10px;
  }
}
@media (width <= 920px) {
  section, footer {
    grid-template-columns: 0.15fr repeat(2, 1fr) 0.15fr;
  }
}
@property --_e {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
@property --_s {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}
.button {
  background-color: hsl(328, 100%, 44%);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.float {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 78%;
  left: 7%;
  z-index: 1000;
  box-shadow: rgba(17, 12, 46, 0.35) 0px 48px 100px 0px;
}
@media (width <= 1200px) {
  .float {
    top: 40%;
    right: 50px;
  }
}
@media (width <= 920px) {
  .float {
    left: 2rem;
    top: 80%;
  }
}
.float a {
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 2rem;
  position: relative;
  inset: 0;
  z-index: 1002;
  background-color: hsl(328, 100%, 44%);
}
.float > img {
  position: absolute;
  width: 150px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  inset: 0;
}
.float .first {
  z-index: -3;
}
.float .second {
  z-index: -4;
}
.float .third {
  z-index: -5;
}
.float:hover .third {
  inset: -5.5rem 12rem 6.5rem 15.6rem;
  transition: all 450ms 500ms;
}
.float:hover .second {
  inset: 0 -70% 0rem 105%;
  transition: all 350ms 750ms;
}
.float:hover .first {
  inset: -5.5rem 0rem 6.5rem 5.2rem;
  transition: all 250ms 500ms;
}

body {
  background: linear-gradient(-45deg, hsl(236, 41%, 92%), hsl(240, 9%, 23%));
}

.first {
  grid-template-rows: 9rem auto 545px 9rem;
  background-color: #000;
}
@media (width < 1200px) {
  .first {
    grid-template-rows: 6rem repeat(4, 200px) 6rem;
  }
}
@media (width <= 920px) {
  .first {
    grid-template-rows: minmax(120px, 200px) auto;
  }
}
.first h2 {
  grid-area: 2/7/3/11;
  color: hsl(236, 41%, 92%);
}
.first h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "sansation";
  font-weight: 200;
  margin-top: 1em;
  color: hsl(32, 54%, 63%);
}
@media (width < 1200px) {
  .first h2 {
    grid-area: 2/5/4/8;
    font-size: 2.9025rem;
  }
}
@media (width <= 920px) {
  .first h2 {
    grid-area: 1/2/2/4;
    align-self: center;
  }
}
.first .arrow-down {
  grid-area: 4/5/5/8;
  transform: translateY(75%);
}
.first .arrow-down img {
  transform: scaleX(-1);
}
@media (width < 1200px) {
  .first .arrow-down {
    grid-area: 6/4/7/6;
  }
}
@media (width <= 920px) {
  .first .arrow-down {
    grid-area: 5/3/6/4;
  }
}

.text-container {
  position: relative;
  max-width: 560px;
  min-height: 200px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (width <= 1200px) {
  .text-container {
    min-height: 160px;
  }
}

.text {
  font-size: clamp(1.8vw, 2.125rem, 2.8vw);
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 2rem;
}
.text .light {
  color: hsl(0, 0%, 100%);
  font-family: "Playfare";
  line-height: 1.525em;
  position: relative;
  display: inline-block;
}

.desperate {
  grid-area: 3/4/4/7;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 1200px) {
  .desperate {
    grid-area: 3/2/4/4;
    height: -moz-fit-content;
    height: fit-content;
    place-self: center;
    transform: translateX(25%);
  }
}
@media (width <= 920px) {
  .desperate {
    grid-area: 2/1/3/5;
    transform: translateX(0);
  }
}
.desperate::after {
  content: "";
  display: block;
  position: absolute;
  background-color: hsl(25, 20%, 55%);
  inset: 2rem -2rem -2rem 2rem;
  z-index: -1;
}

.facts {
  grid-area: 3/7/3/12;
}
@media (width < 1200px) {
  .facts {
    grid-area: 3/5/7/8;
  }
}
@media (width <= 920px) {
  .facts {
    grid-area: 3/2/4/4;
    padding-block-end: 6rem;
  }
}
.facts ul {
  list-style: none;
}
.facts ul li {
  margin-block: 2rem;
  font-weight: 200;
  color: hsl(0, 0%, 100%);
  font-size: 1.125rem;
  list-style-position: inside;
  text-indent: -0.5em;
  padding-left: 1em;
  padding: 1em 2em;
  border-bottom: solid thin #fff;
}
.facts .button {
  background-color: hsl(328, 100%, 44%);
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 6rem;
  margin-left: 42%;
}
.facts .button a {
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  padding: 1rem 2rem;
  position: relative;
}

@keyframes animate-in {
  0% {
    scale: 50%;
    margin-left: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    scale: 105%;
    opacity: 0;
    margin-left: 100px;
  }
}
.black-1 {
  background: hsl(240, 9%, 23%) url(../images/assests/Lines.avif);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  grid-template-columns: 0.25fr repeat(2, 1fr) 0.25fr;
  grid-template-rows: minmax(2em, 120px) repeat(3, minmax(190px, 200px)) auto;
  grid-auto-flow: dense;
  gap: 30px 3rem;
  min-height: 1200px;
  padding-block: 9rem 0;
  color: hsl(0, 0%, 100%);
  counter-reset: section;
}
@media (width <= 1200px) {
  .black-1 {
    grid-auto-flow: row;
    grid-template-rows: minmax(2em, 120px) repeat(auto-fit, fit-content);
  }
}
@media (width <= 920px) {
  .black-1 {
    grid-template-columns: 0.25fr 1fr 0.25fr;
    grid-template-rows: minmax(2em, 120px) auto;
  }
}
.black-1 h2 {
  grid-column: 2/4;
  margin-left: 4rem;
  font-size: clamp(3vw, 4.5rem, 5vw);
}
@media (width <= 1200px) {
  .black-1 h2 {
    grid-column: 2/4;
  }
}
@media (width <= 920px) {
  .black-1 h2 {
    grid-column: 2/3;
  }
}
.black-1 .steps {
  grid-column: 2/3;
}
@media (width <= 1200px) {
  .black-1 .steps:nth-of-type(odd) {
    grid-column: 2/3;
  }
  .black-1 .steps:nth-of-type(even) {
    grid-column: 3/4;
  }
}
@media (width <= 920px) {
  .black-1 .steps:nth-of-type(odd) {
    grid-column: 2/3;
  }
  .black-1 .steps:nth-of-type(even) {
    grid-column: 2/3;
  }
}
.black-1 .steps span {
  color: hsl(236, 41%, 92%);
  font-size: 2rem;
  display: inline-block;
  position: relative;
  margin-left: 4rem;
  margin-bottom: 2rem;
}
@media (width <= 1200px) {
  .black-1 .steps span {
    font-size: 1.5rem;
    margin-left: 2rem;
  }
}
@media (width <= 920px) {
  .black-1 .steps span {
    font-size: 1.25rem;
    margin-left: 1.5rem;
  }
}
.black-1 .steps span::after {
  content: "";
  position: absolute;
  background-color: hsl(0, 100%, 100%);
  width: 100%;
  height: 1px;
  display: block;
  bottom: -5px;
}
.black-1 .steps span::before {
  position: absolute;
  content: counter(section);
  counter-increment: section;
  font-size: 5rem;
  display: block;
  top: -1rem;
  left: -4rem;
}
@media (921px <= width <= 1200px) {
  .black-1 .steps span::before {
    font-size: clamp(2.5vw, 32rem, 3vw);
    margin-right: 1rem;
    top: 0.5em;
    transform: translateY(0);
  }
}
.black-1 .steps p {
  margin-left: 4rem;
  text-align: justify;
}
@media (921px <= width <= 1200px) {
  .black-1 .steps p {
    margin-left: 2rem;
    margin-top: 2rem;
  }
}
@media (width <= 920px) {
  .black-1 .steps p {
    margin-top: 2rem;
  }
}
.black-1 .steps:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 5/6;
}
@media (width <= 1200px) {
  .black-1 .steps:nth-of-type(4) {
    grid-column: 3/4;
    grid-row: auto;
  }
}
@media (width <= 920px) {
  .black-1 .steps:nth-of-type(4) {
    grid-column: 2/3;
  }
}
.black-1 .steps:nth-of-type(5) {
  grid-column: 3/4;
  grid-row: 5/6;
}
@media (width <= 1200px) {
  .black-1 .steps:nth-of-type(5) {
    grid-column: 3/4;
    grid-row: auto;
  }
}
@media (width <= 920px) {
  .black-1 .steps:nth-of-type(5) {
    grid-column: 2/3;
  }
}
.black-1 .step_container {
  padding-block: 3rem;
  grid-area: 2/3/5/4;
  position: relative;
  box-shadow: rgb(212, 210, 226) 0px 48px 100px 0px;
}
@media (width <= 1200px) {
  .black-1 .step_container {
    grid-area: 3/2/5/4;
    padding-block: unset;
    min-height: 640px;
  }
}
@media (width <= 920px) {
  .black-1 .step_container {
    grid-area: 5/2/6/3;
  }
}
.black-1 .step_container > * {
  animation: auto linear animate-in both;
  animation-timeline: view();
  animation-range: entry 50% exit 100%;
}
.black-1 .arrow-down {
  grid-area: 7/3/8/4;
  transform: translateY(50%);
}
@media (width < 1200px) {
  .black-1 .arrow-down {
    grid-area: 7/3/8/4;
    place-self: end center;
  }
}
@media (width <= 920px) {
  .black-1 .arrow-down {
    grid-area: 11/2/12/3;
    transform: translate(50%, 50%);
  }
}
.black-1 .button {
  grid-column: 3/4;
  grid-row: 6/7;
  place-self: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: 2rem;
}
@media (width <= 1200px) {
  .black-1 .button {
    grid-row: 7/8;
    grid-column: 2/3;
  }
}
@media (width <= 920px) {
  .black-1 .button {
    grid-area: 10/2/11/3;
  }
}
.black-1 .button a {
  color: hsl(0, 0%, 100%);
  font-size: 1.25rem;
  padding: 1rem 2rem;
}

.service .video-background {
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  overflow: hidden;
  z-index: -1;
}
.service .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .video-overlay {
  z-index: 1;
  grid-area: 1/2/2/12;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 100px repeat(3, auto);
  color: hsl(236, 41%, 92%);
  padding-block: 6rem 1rem;
  grid-column: 2/12;
  text-align: center;
  z-index: 10;
}
@media (width < 1200px) {
  .service .video-overlay {
    grid-column: 2/6;
  }
}
@media (width <= 920px) {
  .service .video-overlay {
    grid-column: 1/5;
  }
}
.service .video-overlay h2 {
  font-size: clamp(3vw, 4.5rem, 5vw);
  line-height: 1em;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 1em;
  color: hsl(236, 41%, 92%);
  grid-column: 1/-1;
  position: relative;
}
.service .video-overlay h2::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background-color: hsl(328, 100%, 44%);
}
.service .video-overlay span {
  font-size: 2.25rem;
  font-weight: 200;
  color: hsl(236, 41%, 92%);
  grid-area: 2/1/3/-1;
}
.service .color-dots {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (width < 1200px) {
  .service .color-dots {
    grid-column: 2/4;
    place-self: start center;
  }
}
.service .circle_container {
  grid-area: 3/1/4/11;
  margin-bottom: 6rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
.service .circle_container > * {
  --d: 5000ms;
  --_s: calc(100%*(sibling-index() - 1)/sibling-count());
  --_e: calc(100%*(sibling-index())/sibling-count());
  animation: x calc(var(--d) * sibling-count()) infinite linear(0, 0 var(--_s), 1, 0 var(--_e), 0);
  animation-play-state: running;
}
.service .circle_container > *:hover {
  animation-play-state: paused;
}
.service .circle_container > *:hover {
  background: hsl(240, 9%, 23%) url(../images/assests/circle.avif) !important;
}
@keyframes x {
  from {
    background: rgba(53.3715, 53.3715, 63.9285, 0.75);
  }
  to {
    background: rgb(53.3715, 53.3715, 63.9285);
    box-shadow: rgba(186, 176, 230, 0.897) 0px 24px 50px 0px;
  }
}
@media (width <= 1420px) {
  .service .circle_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (width < 1200px) {
  .service .circle_container {
    grid-area: 3/2/4/8;
  }
}
@media (width <= 920px) {
  .service .circle_container {
    flex-wrap: wrap;
    grid-area: 3/2/4/4;
  }
}
.service .circle_container .circle {
  max-height: 500px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(53.3715, 53.3715, 63.9285, 0.75) url(../images/assests/circle.avif);
  background-size: cover;
  display: grid;
  place-content: center;
  padding-inline: 3rem;
  box-shadow: rgba(17, 12, 46, 0.45) 0px 48px 100px 0px;
}
.service .circle_container .circle p {
  color: hsl(236, 41%, 92%);
}
@media (width <= 1200px) {
  .service .circle_container .circle {
    max-height: 400px;
  }
}
.service .circle_container .circle:hover, .service .circle_container .circle:focus {
  box-shadow: rgba(186, 176, 230, 0.897) 0px 24px 50px 0px;
  transition: all 1000ms 500ms ease-in-out;
}
.service .circle_container .circle h3 {
  font-size: clamp(1.4rem, 2.139rem - 0.324vw, 1.55rem);
  color: hsl(0, 0%, 100%);
  margin-bottom: 1em;
  position: relative;
}
@media (width <= 1200px) {
  .service .circle_container .circle h3 {
    font-size: 1.5rem;
  }
}
.service .circle_container .circle h3 span {
  font-size: 2.25rem;
  line-height: 1em;
  display: block;
  width: 100%;
}
.service .circle_container .circle h3::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  display: inline-block;
  top: -20px;
  right: 0;
}
.service .circle_container .circle:first-child h3::after {
  background: linear-gradient(45deg, transparent 50%, hsl(328, 100%, 44%) 50%);
}
.service .circle_container .circle:nth-child(2) h3::after {
  background: linear-gradient(45deg, transparent 50%, hsl(25, 20%, 55%) 50%);
}
.service .circle_container .circle:nth-child(3) h3::after {
  background: linear-gradient(45deg, transparent 50%, hsl(32, 54%, 63%) 50%);
}

.black-2 {
  background-color: hsl(240, 9%, 23%);
  min-height: 560px;
  padding-block: 9rem 3rem;
  color: hsl(0, 0%, 100%);
}
.black-2 p {
  text-align: justify;
}
@media (width <= 1200px) {
  .black-2 {
    grid-template-rows: 120px repeat(auto-fit, fit-content);
  }
}
.black-2 .working {
  grid-area: 1/3/2/8;
  font-size: 2.5rem;
  font-family: "playfare";
  line-height: 1.2;
  align-self: center;
}
.black-2 .working span {
  color: hsl(236, 41%, 92%);
  padding: 1em 0;
}
@media (width <= 1200px) {
  .black-2 .working {
    grid-area: 1/3/2/7;
  }
}
@media (width <= 920px) {
  .black-2 .working {
    grid-area: 1/2/2/4;
  }
}
.black-2 .expertise {
  grid-area: 2/3/3/6;
}
.black-2 .expertise h4 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media (width <= 1200px) {
  .black-2 .expertise {
    grid-area: 2/3/3/7;
    padding-block: 3rem;
  }
}
@media (width <= 920px) {
  .black-2 .expertise {
    grid-area: 2/2/3/5;
  }
}
.black-2 .sol-container {
  grid-area: 2/7/3/10;
}
.black-2 .sol-container h4 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
@media (width <= 1200px) {
  .black-2 .sol-container {
    grid-area: 3/4/4/8;
    padding-block: 3rem;
  }
}
@media (width <= 920px) {
  .black-2 .sol-container {
    grid-area: 3/2/4/4;
  }
}
.black-2 .sol-container img {
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.beige {
  min-height: 1064px;
  padding-block: 9rem 3rem;
  background-color: hsl(0, 0%, 100%);
}
@media (width <= 1200px) {
  .beige {
    grid-template-rows: max-content;
  }
}
.beige > h3 {
  grid-column: 3/10;
}
@media (width <= 1200px) {
  .beige > h3 {
    grid-column: 3/6;
  }
}
@media (width <= 920px) {
  .beige > h3 {
    grid-column: 2/4;
  }
}
.beige > img {
  grid-area: 3/3/6/7;
}
@media (width <= 1200px) {
  .beige > img {
    grid-area: 4/3/5/6;
  }
}
@media (width <= 920px) {
  .beige > img {
    grid-area: 4/2/5/4;
  }
}
.beige .rti1 {
  grid-area: 2/7/4/11;
}
@media (width <= 1200px) {
  .beige .rti1 {
    grid-area: 2/3/3/6;
  }
}
@media (width <= 920px) {
  .beige .rti1 {
    grid-area: 2/2/3/4;
  }
}
.beige .rti1 .stars a {
  color: hsl(328, 100%, 44%);
  font-size: 1.5rem;
  margin-top: 2rem;
}

.rti2 {
  grid-area: 4/7/5/12;
}
@media (width <= 1200px) {
  .rti2 {
    grid-area: 5/3/6/7;
  }
}
@media (width <= 920px) {
  .rti2 {
    grid-area: 5/2/6/4;
  }
}
.rti2 p {
  font-size: 1.5rem;
}

.listen {
  grid-area: 5/7/7/12;
  display: grid;
  grid-template-columns: subgrid;
}
@media (width <= 1200px) {
  .listen {
    grid-area: 6/2/7/7;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (width <= 920px) {
  .listen {
    grid-area: 6/1/7/4;
  }
}
.listen ul {
  grid-column: 1/3;
  list-style: none;
  grid-template-columns: subgrid;
}
@media (width <= 1200px) {
  .listen ul {
    grid-column: 2/4;
  }
}
.listen ul li {
  margin-top: 1rem;
  list-style-position: inside;
  text-indent: -0.5em;
  padding-left: 1em;
}
.listen img {
  place-self: center;
}
.listen ul:nth-child(3) {
  grid-column: 4/7;
}
@media (width <= 1200px) {
  .listen ul:nth-child(3) {
    grid-column: 5/7;
  }
}

.hero {
  width: 100%;
  grid-template-rows: 840px 500px;
  position: relative;
  /*background-color: hsl(236, 41%, 92%);*/
}
@media (width < 1200px) {
  .hero {
    grid-template-rows: 120px 272px 350px repeat(3, auto);
  }
}
@media (width < 920px) {
  .hero {
    grid-template-rows: 120px 193px 628px auto;
  }
}
.hero .logo {
  grid-column: 1/-1;
  justify-self: center;
  align-self: center;
  margin-top: 10px;
}
@media (970px <= width <= 1200px) {
  .hero .logo {
    justify-self: start;
    margin-left: 10%;
  }
}
.hero h1 {
  margin-top: 6rem;
  text-align: right;
  line-height: 1;
  font-size: 3.815rem;
  letter-spacing: -0.15rem;
  font-family: "playfare";
  font-weight: 200;
  margin-inline: 0 -25%;
  color: hsl(236, 41%, 92%);
  padding: 1em 1em;
  border-radius: 999px;
}
.hero h1::first-letter {
  font-size: 3em;
  color: hsl(32, 54%, 63%);
  font-weight: 800;
}
@media (width <= 1200px) {
  .hero h1 {
    text-align: left;
    margin-top: 0;
  }
}
@media (width <= 920px) {
  .hero h1 {
    margin-bottom: 3rem;
    font-size: clamp(2rem, 3.015rem, 7vw);
  }
}
.hero .brand {
  grid-area: 1/6/2/13;
  transform: translateY(25%);
}
@media (width <= 920px) {
  .hero .brand {
    transform: translateX(0);
  }
}
.hero .brand img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .brand img,
.hero .brand video {
  border-radius: inherit;
  max-width: 100%;
}
@media (width <= 1200px) {
  .hero .brand {
    grid-area: 3/3/4/7;
    margin-inline-end: 0;
  }
}
@media (width <= 920px) {
  .hero .brand {
    grid-area: 3/2/4/4;
    margin-inline-end: 0;
  }
}
.hero .container {
  grid-area: 1/2/2/6;
  z-index: 1;
  align-content: center;
}
@media (width <= 1200px) {
  .hero .container {
    grid-area: 2/3/3/7;
  }
}
@media (width <= 920px) {
  .hero .container {
    grid-area: 2/2/3/4;
  }
}
.hero .color-dots {
  grid-column: 3/6;
  grid-row: 2/3;
  margin-top: 2rem;
}
@media (width <= 1520px) {
  .hero .color-dots {
    grid-column: 3/9;
  }
}
@media (width <= 1200px) {
  .hero .color-dots {
    grid-column: 3/7;
    grid-row: 5/6;
    margin-top: 3rem;
  }
}
@media (width <= 920px) {
  .hero .color-dots {
    grid-column: 2/4;
    margin-top: 0;
    padding-block: 3rem;
  }
}
.hero .color-dots p {
  font-size: 1.25rem;
  color: hsl(236, 41%, 92%);
  margin-top: 1.5rem;
}
.hero .color-dots p p:nth-child(3) {
  font-size: 1.125rem;
}
.hero .arrow-down {
  grid-column: 7/9;
  grid-row: 2/3;
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media (width <= 1200px) {
  .hero .arrow-down {
    grid-column: 5/7;
    grid-row: 6/7;
    z-index: 100;
  }
}
@media (width <= 920px) {
  .hero .arrow-down {
    grid-column: 3/4;
    grid-row: 6/7;
    bottom: -50px;
    z-index: 100;
  }
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 90px;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

nav .wrapper {
  border-radius: 5px;
  position: relative;
  max-width: 1500px;
  padding: 15px 0;
  line-height: 45px;
  height: 90px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .nav-links {
  display: inline-flex;
  border-left: solid thin hsl(236, 41%, 92%);
  box-shadow: 5px 0 5px hsl(240, 9%, 23%);
  border-radius: 5px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.nav-links li {
  list-style: none;
  margin-inline: 1rem;
}

.nav-links li a {
  font-family: "Playfare";
  color: hsl(240, 9%, 23%);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 9px 15px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 14px;
}

.nav-links > li a:hover {
  background: hsl(240, 9%, 23%);
  color: #fff;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  color: #3A3B3C;
  width: 200px;
  line-height: 3rem;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.nav-links li:hover .drop-menu {
  transition: all 0.3s ease;
  top: 60px;
  opacity: 1;
  visibility: visible;
  padding-block: 2rem;
  border-radius: 0 0 5px 5px;
}
.nav-links li:hover .drop-menu a {
  color: hsl(240, 9%, 23%);
}

.drop-menu li {
  margin-inline: 0;
}
.drop-menu li a {
  width: 100%;
  color: hsl(240, 9%, 23%);
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.drop-menu li a:hover {
  color: hsl(236, 41%, 92%) !important;
  background: hsl(240, 9%, 23%) !important;
}

.wrapper .btn {
  color: hsl(0, 0%, 100%);
  font-size: 20px;
  cursor: pointer;
  display: none;
  margin-left: auto;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 50px;
}

@media (max-width: 970px) {
  nav .wrapper {
    margin-inline: auto;
  }
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  .wrapper .nav-links a, .wrapper .nav-links label {
    color: #ccc;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  .nav-links .drop-menu a {
    color: #fff;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: hsl(240, 9%, 23%);
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .fa-bars {
    height: 3px;
    width: 35px;
    border-radius: 5px;
    background-color: #333;
    position: relative;
    display: inline-block;
  }
  .fa-bars::after, .fa-bars::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 35px;
    display: block;
    background-color: #333;
  }
  .fa-bars::before {
    bottom: 8px;
  }
  .fa-bars::after {
    top: 8px;
  }
  .fa-times {
    height: 3px;
    background-color: #fff;
    width: 35px;
    display: block;
    transform: rotate(45deg);
    position: relative;
  }
  .fa-times::after {
    content: "";
    height: 3px;
    background-color: #fff;
    width: 35px;
    display: block;
    transform: rotate(-90deg);
  }
}
nav input {
  display: none;
}

footer {
  padding-block: 9rem;
  place-items: center start;
  background-color: hsl(240, 9%, 23%);
}
footer .logo {
  grid-column: 2/4;
}
@media (width <= 1200px) {
  footer .logo {
    grid-column: 2/5;
    justify-self: center;
  }
}
@media (width <= 920px) {
  footer .logo {
    justify-self: unset;
  }
}
footer .links {
  grid-column: 4/9;
  display: grid;
  gap: 30px 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding-inline: 2rem;
  width: 100%;
  justify-content: space-around;
}
@media (width <= 1200px) {
  footer .links {
    grid-column: 3/8;
  }
}
@media (width <= 920px) {
  footer .links {
    grid-column: 1/5;
  }
}
footer .links a {
  color: hsl(240, 9%, 23%);
  padding: 0.25rem 0.5rem;
  height: 50px;
  background-color: #fff;
  transform: skewX(-20deg);
  line-height: 40px;
  text-align: center;
}
footer .links a:hover {
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.53);
}
footer .social {
  grid-column: 11/12;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (width <= 1200px) {
  footer .social {
    grid-column: 7/8;
  }
}
@media (width <= 920px) {
  footer .social {
    grid-column: 3/4;
    width: -moz-max-content;
    width: max-content;
  }
  footer .social > * {
    margin-left: 1rem;
  }
}
footer .contact {
  grid-column: 9/11;
  list-style: none;
  color: hsl(236, 41%, 92%);
}
@media (width <= 1200px) {
  footer .contact {
    grid-column: 3/4;
  }
}
footer .contact li {
  margin-top: 0.5rem;
}
footer .contact a {
  color: hsl(0, 0%, 100%);
}

svg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  fill: hsl(95.63, 76.73%, 45.37%);
  position: absolute;
  inset: -2px;
}

.icon {
  background-color: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: relative;
  display: block;
}/*# sourceMappingURL=index.css.map */