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

html {
  box-sizing: border-box;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 30%; } }

body {
  font-family: poppins;
  background-color: #343947;
  font-weight: 400;
  line-height: 1.6; }

.container {
  padding: 3rem;
  display: grid;
  grid-template-rows: repeat(5, minmax(2rem, min-content));
  grid-template-columns: repeat(2, 1fr); }

/* [full-start] minmax(6rem, 1fr) [center-start] repeat(8,
 [col-start] minmax(min-content, 14rem)[col-end])[center-end] minmax(6rem, 1fr) [full-end]; */
.more-info {
  position: relative;
  Display: flex;
  height: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 2rem 2rem;
  padding: 0;
  background-color: #343947;
  grid-column: 1 / -1; }

.wrapper {
  position: relative;
  Display: flex;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 37.5em) {
    .wrapper {
      display: none; } }

.wrapper .static-text {
  color: white;
  font-size: 30px;
  font-weight: 400;
  /* background: rgb(14, 170, 105); */ }

.wrapper .dynamic-texts {
  display: block;
  padding: 0px;
  margin-left: 15px;
  height: 90px;
  line-height: 90px;
  /* background-color: orange; */
  overflow: hidden; }

.dynamic-texts li {
  position: relative;
  color: #0e55a5;
  list-style: none;
  font-size: 60px;
  font-weight: 600;
  top: 0;
  animation: slide 30s steps(10) infinite; }

.dynamic-texts li span {
  position: relative;
  /* background: orange; */ }

.dynamic-texts li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #343947;
  /* border-left: 2px solid  rgba(14, 85, 165, 1.0); */
  animation: typing 3s steps(14) infinite; }

@keyframes slide {
  100% {
    top: -900px; } }
@keyframes typing {
  40%,
    60% {
    left: calc(100% + 30px); }
  100% {
    left: calc(100% + 30px);
    /* margin: 0 -35 0 35px; */ } }
.examples {
  padding: 4rem;
  display: grid;
  grid-template-rows: 10rem repeat(13, 1fr);
  grid-template-columns: 1fr 760px;
  grid-gap: 3rem; }
  .examples__maintitle {
    grid-column: 1/-1; }
  .examples__moments {
    padding: 1rem; }
  .examples__video-greatmoments {
    padding: 1rem; }

.footer {
  background-color: #22252e;
  padding: 10rem, 0;
  font-size: 1.2rem;
  /* display: inline-block; */
  grid-column: 1/-1;
  /* display: grid;
  grid-template-rows: 7rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem; */ }
  .footer__logo {
    width: 15rem;
    height: auto;
    margin-right: -100px;
    margin-bottom: 6rem;
    grid-column: 1/2;
    justify-self: end; }
  .footer__navigation {
    grid-column: 1/2;
    grid-row: 2/3; }
  .footer__menu {
    list-style: none; }
  .footer__information {
    margin: 2rem 6rem;
    grid-row: 2/3;
    grid-column: 2/3; }
  .footer__item-1 {
    margin-left: 6rem;
    display: inline-block; }
  .footer__item-3 {
    display: inline-block; }
  .footer__item-4 {
    display: inline-block; }
  .footer__item-5 {
    display: inline-block; }
  .footer__link:link, .footer__link:visited {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem;
    display: block;
    /* transition: all .2s; */ }
  .footer__link:hover, .footer__link:active {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', san-serif; }

form {
  background: #5c4702;
  display: flex;
  flex-direction: column;
  padding: 2vw 2vw;
  width: 90%;
  max-width: 600px;
  border-radius: 10px; }

.form__header {
  margin: 4rem;
  text-align: center;
  text-justify: center; }

.form__instructions {
  margin: 4rem;
  text-align: center;
  text-justify: center; }

.form__container {
  width: 100%;
  height: auto;
  background: #22252e;
  display: flex;
  padding: 5rem;
  justify-content: center;
  justify-items: center;
  background-image: linear-gradient(to right bottom, rgba(5, 39, 66, 0.6), rgba(2, 3, 54, 0.6)), url(../images/CheckingNetworkMap1920.jpg);
  background-position: center;
  background-size: cover; }

input, textarea {
  border: 0;
  width: 80%;
  margin: 10px 0;
  padding: 10px;
  outline: none;
  background: #c4c2c2;
  resize: vertical; }

label {
  font-size: 1.6rem;
  font-family: poppins;
  color: white;
  margin-right: 2rem; }

button {
  padding: 15px;
  background: #2e8af3;
  color: white;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 30px; }

#status {
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  border-radius: 10px; }

.success {
  background-color: #53791b;
  animation: status 4s ease delay forwards; }

#status.success {
  background-color: #791b1b;
  animation: status 4s ease  forwards; }

@keyframes status {
  0% {
    opacity: 1;
    pointer-events: all; }
  90% {
    opacity: 1;
    pointer-events: all; }
  100% {
    opacity: 0;
    pointer-events: none; } }
.gallery {
  background-color: #343947;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: repeat(12, 5vw);
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 1.5rem;
  padding: 1.5rem;
  position: relative; }
  .gallery__title {
    margin-top: 4rem;
    margin-left: 4rem;
    color: #bee9eb;
    position: absolute; }
  .gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.gallery__image-2 {
  background: grey;
  grid-row: 1/3;
  grid-column: 2/4; }
  .gallery__image-2:hover ~ .gallery__image-2_info-1 {
    cursor: pointer;
    display: block; }
  .gallery__image-2_info-1 {
    padding: 1rem;
    height: max-content;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 4/7; }

.gallery__image-3 {
  background: grey;
  grid-row: 1/4;
  grid-column: 4/6; }
  .gallery__image-3:hover ~ .gallery__image-3_info-3 {
    cursor: pointer;
    display: block; }
  .gallery__image-3_info-3 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 1/4; }

.gallery__image-4 {
  background: grey;
  grid-row: 1/2;
  grid-column: 6/7; }
  .gallery__image-4:hover ~ .gallery__image-4_info-4 {
    cursor: pointer;
    display: block; }
  .gallery__image-4_info-4 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 1/4;
    grid-column: 3/6; }

.gallery__image-5 {
  background: grey;
  grid-row: 1/6;
  grid-column: 7/8; }
  .gallery__image-5:hover ~ .gallery__image-5_info-5 {
    cursor: pointer;
    display: block; }
  .gallery__image-5_info-5 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 4/7; }

.gallery__image-6 {
  background: grey;
  grid-row: 1/2;
  grid-column: 8/9; }
  .gallery__image-6:hover ~ .gallery__image-6_info-6 {
    cursor: pointer;
    display: block; }
  .gallery__image-6_info-6 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 1/4;
    grid-column: 5/8; }

.gallery__image-7 {
  background: grey;
  grid-row: 2/4;
  grid-column: 1/2; }
  .gallery__image-7:hover ~ .gallery__image-7_info-7 {
    cursor: pointer;
    display: block; }
  .gallery__image-7_info-7 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 2/5; }

.gallery__image-10 {
  background: grey;
  grid-row: 6/8;
  grid-column: 7/9; }
  .gallery__image-10:hover ~ .gallery__image-10_info-10 {
    cursor: pointer;
    display: block; }
  .gallery__image-10_info-10 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 6/9;
    grid-column: 4/7; }

.gallery__image-11 {
  background: grey;
  grid-row: 6/9;
  grid-column: 3/4; }
  .gallery__image-11:hover ~ .gallery__image-11_info-11 {
    cursor: pointer;
    display: block; }
  .gallery__image-11_info-11 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 6/9;
    grid-column: 4/7; }

.gallery__image-12 {
  background: grey;
  grid-row: 2/3;
  grid-column: 6/7; }
  .gallery__image-12:hover ~ .gallery__image-12_info-12 {
    cursor: pointer;
    display: block; }
  .gallery__image-12_info-12 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 3/6; }

.gallery__image-13 {
  background: grey;
  grid-row: 5/8;
  grid-column: 5/6; }
  .gallery__image-13:hover ~ .gallery__image-13_info-13 {
    cursor: pointer;
    display: block; }
  .gallery__image-13_info-13 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 2/5; }

.gallery__image-14 {
  background: grey;
  grid-row: 2/4;
  grid-column: 8/9; }
  .gallery__image-14:hover ~ .gallery__image-14_info-14 {
    cursor: pointer;
    display: block; }
  .gallery__image-14_info-14 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 2/5;
    grid-column: 5/8; }

.gallery__image-15 {
  background: grey;
  grid-row: 8/11;
  grid-column: 6/9; }
  .gallery__image-15:hover ~ .gallery__image-15_info-15 {
    cursor: pointer;
    display: block; }
  .gallery__image-15_info-15 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 8/11;
    grid-column: 3/6; }

.gallery__image-16 {
  background: grey;
  grid-row: 3/4;
  grid-column: 6/7; }
  .gallery__image-16:hover ~ .gallery__image-16_info-16 {
    cursor: pointer;
    display: block; }
  .gallery__image-16_info-16 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 3/6;
    grid-column: 3/6; }

.gallery__image-17 {
  background: grey;
  grid-row: 4/5;
  grid-column: 4/6; }
  .gallery__image-17:hover ~ .gallery__image-17_info-17 {
    cursor: pointer;
    display: block; }
  .gallery__image-17_info-17 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 4/7;
    grid-column: 6/9; }

.gallery__image-18 {
  background: grey;
  grid-row: 5/7;
  grid-column: 4/5; }
  .gallery__image-18:hover ~ .gallery__image-18_info-18 {
    cursor: pointer;
    display: block; }
  .gallery__image-18_info-18 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 5/8; }

.gallery__image-19 {
  background: grey;
  grid-row: 6/9;
  grid-column: 2/3; }
  .gallery__image-19:hover ~ .gallery__image-19_info-19 {
    cursor: pointer;
    display: block; }
  .gallery__image-19_info-19 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 6/9;
    grid-column: 3/6; }

.gallery__image-20 {
  background: grey;
  grid-row: 4/5;
  grid-column: 1/2; }
  .gallery__image-20:hover ~ .gallery__image-20_info-20 {
    cursor: pointer;
    display: block; }
  .gallery__image-20_info-20 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 4/7;
    grid-column: 2/5; }

.gallery__image-21 {
  background: grey;
  grid-row: 4/5;
  grid-column: 6/7; }
  .gallery__image-21:hover ~ .gallery__image-21_info-21 {
    cursor: pointer;
    display: block; }
  .gallery__image-21_info-21 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 4/7;
    grid-column: 3/6; }

.gallery__image-22 {
  background: grey;
  grid-row: 9/10;
  grid-column: 2/3; }
  .gallery__image-22:hover ~ .gallery__image-22_info-22 {
    cursor: pointer;
    display: block; }
  .gallery__image-22_info-22 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 9/12;
    grid-column: 3/6; }

.gallery__image-23 {
  background: grey;
  grid-row: 8/9;
  grid-column: 5/6; }
  .gallery__image-23:hover ~ .gallery__image-23_info-23 {
    cursor: pointer;
    display: block; }
  .gallery__image-23_info-23 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 8/11;
    grid-column: 6/9; }

.gallery__image-24 {
  background: grey;
  grid-row: 4/5;
  grid-column: 8/9; }
  .gallery__image-24:hover ~ .gallery__image-24_info-24 {
    cursor: pointer;
    display: block; }
  .gallery__image-24_info-24 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 4/7;
    grid-column: 5/8; }

.gallery__image-25 {
  background: grey;
  grid-row: 9/11;
  grid-column: 4/6; }
  .gallery__image-25:hover ~ .gallery__image-25_info-25 {
    cursor: pointer;
    display: block; }
  .gallery__image-25_info-25 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 9/12;
    grid-column: 1/4; }

.gallery__image-26 {
  background: grey;
  grid-row: 5/7;
  grid-column: 1/2; }
  .gallery__image-26:hover ~ .gallery__image-26_info-26 {
    cursor: pointer;
    display: block; }
  .gallery__image-26_info-26 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 2/5; }

.gallery__image-27 {
  background: grey;
  grid-row: 10/11;
  grid-column: 2/2; }
  .gallery__image-27:hover ~ .gallery__image-27_info-27 {
    cursor: pointer;
    display: block; }
  .gallery__image-27_info-27 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 3/6; }

.gallery__image-28 {
  background: grey;
  grid-row: 11/13;
  grid-column: 2/4; }
  .gallery__image-28:hover ~ .gallery__image-28_info-28 {
    cursor: pointer;
    display: block; }
  .gallery__image-28_info-28 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 4/7; }

.gallery__image-29 {
  background: grey;
  grid-row: 11/13;
  grid-column: 7/9; }
  .gallery__image-29:hover ~ .gallery__image-29_info-29 {
    cursor: pointer;
    display: block; }
  .gallery__image-29_info-29 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 4/7; }

.gallery__image-30 {
  background: grey;
  grid-row: 7/9;
  grid-column: 4/5; }
  .gallery__image-30:hover ~ .gallery__image-30_info-30 {
    cursor: pointer;
    display: block; }
  .gallery__image-30_info-30 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 7/10;
    grid-column: 5/8; }

.gallery__image-31 {
  background: grey;
  grid-row: 5/7;
  grid-column: 6/7; }
  .gallery__image-31:hover ~ .gallery__image-31_info-31 {
    cursor: pointer;
    display: block; }
  .gallery__image-31_info-31 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 3/6; }

.gallery__image-32 {
  background: grey;
  grid-row: 7/11;
  grid-column: 1/2; }
  .gallery__image-32:hover ~ .gallery__image-32_info-32 {
    cursor: pointer;
    display: block; }
  .gallery__image-32_info-32 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 7/10;
    grid-column: 2/5; }

.gallery__image-33 {
  background: grey;
  grid-row: 11/13;
  grid-column: 1/2; }
  .gallery__image-33:hover ~ .gallery__image-33_info-33 {
    cursor: pointer;
    display: block; }
  .gallery__image-33_info-33 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 2/5; }

.gallery__image-34 {
  background: grey;
  grid-row: 3/5;
  grid-column: 2/4; }
  .gallery__image-34:hover ~ .gallery__image-34_info-34 {
    cursor: pointer;
    display: block; }
  .gallery__image-34_info-34 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 3/6;
    grid-column: 4/7; }

.gallery__image-35 {
  background: grey;
  grid-row: 11/13;
  grid-column: 5/7; }
  .gallery__image-35:hover ~ .gallery__image-35_info-35 {
    cursor: pointer;
    display: block; }
  .gallery__image-35_info-35 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 2/5; }

.gallery__image-36 {
  background: grey;
  grid-row: 5/6;
  grid-column: 8/9; }
  .gallery__image-36:hover ~ .gallery__image-36_info-36 {
    cursor: pointer;
    display: block; }
  .gallery__image-36_info-36 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 5/8; }

.gallery__image-37 {
  background: grey;
  grid-row: 11/13;
  grid-column: 4/5; }
  .gallery__image-37:hover ~ .gallery__image-37_info-37 {
    cursor: pointer;
    display: block; }
  .gallery__image-37_info-37 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 10/13;
    grid-column: 1/4; }

.gallery__image-38 {
  background: grey;
  grid-row: 7/8;
  grid-column: 6/7; }
  .gallery__image-38:hover ~ .gallery__image-38_info-38 {
    cursor: pointer;
    display: block; }
  .gallery__image-38_info-38 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 7/10;
    grid-column: 3/6; }

.gallery__image-40 {
  background: grey;
  height: auto;
  grid-row: 9/11;
  grid-column: 3/4; }
  .gallery__image-40:hover ~ .gallery__image-40_info-40 {
    cursor: pointer;
    display: block; }
  .gallery__image-40_info-40 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 9/12;
    grid-column: 4/7; }

.gallery__image-41 {
  background: grey;
  grid-row: 5/6;
  grid-column: 2/4; }
  .gallery__image-41:hover ~ .gallery__image-41_info-41 {
    cursor: pointer;
    display: block; }
  .gallery__image-41_info-41 {
    height: max-content;
    padding: 1rem;
    background-color: rgba(44, 47, 248, 0.9);
    z-index: 10;
    display: none;
    grid-row: 5/8;
    grid-column: 4/7; }

    /* 


    

    &__image-39 {
        grid-row: 6/7;
        grid-column: 3/4;
    } */
.navigation {
  background-color: #1d1e22;
  list-style: none;
  color: #fff;
  grid-column: 1/ -1; }

.menu {
  list-style: none;
  color: #fff;
  font-size: 1.4rem;
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
  justify-items: center;
  align-items: center; }
  .menu__link:link, .menu__link:visited {
    list-style: none;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem;
    display: block;
    transition: all .2s; }
  .menu__link:hover, .menu__link:active {
    color: #2e8af3;
    transform: translateY(-3px) scale(1.5); }

.hero {
  background-color: #22252e;
  font-size: 2.5rem;
  color: orangeRed;
  grid-row: 2 / 3;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr repeat(2, 30%) repeat(2, 1fr);
  grid-template-rows: 1fr repeat(2, 25%) repeat(2, 1fr); }

.hero-image {
  padding: 10px;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  top: 0;
  left: 0;
  /* background-image: url("../images/CheckingNetworkMap966.jpg"); */
  background-size: cover;
  z-index: 1;
  animation: introload 1s ease-in-out forwards;
  grid-row: 1/ -1;
  grid-column: 1/-1; }

.hero-text {
  width: 100%;
  height: max-content;
  /* top: 4em;
  left: 1.5em; */
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 2rem 3rem;
  z-index: 10;
  animation: appear 2s ease-in-out forwards;
  opacity: 0;
  grid-row: 2/3;
  grid-column: 2/4; }

@keyframes introload {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes appear {
  from {
    transform: translateY(-100px); }
  to {
    transform: translateY(10px);
    opacity: 1; } }
.navigation {
  background-color: #1d1e22;
  display: block;
  margin-bottom: 2rem;
    /* &__menu {
        list-style: none;       
        background-color: orangered; 
        grid-column: 2 / -1;
        grid-row: 1 / 2;
       display: inline-block;
        
       
        

    } */ }
  .navigation__logo {
    display: flex; }
  .navigation__title {
    display: flex;
    width: 50rem;
    margin: auto; }
  .navigation__link {
    display: flex;
    width: 15rem;
    margin: 0; }
  .navigation__logo-image {
    display: flex;
    width: 8rem;
    height: 10rem;
    margin-right: 3rem; }
  .navigation__link:link, .navigation__link:visited {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    font-family: poppins;
    text-transform: uppercase;
    text-align: center;
    padding: 1.5rem;
    display: block;
    /* transition: all .2s; */ }
  .navigation__link:hover, .navigation__link:active {
    color: #2e8af3;
    transform: translateY(-3px); }

.software {
  background-color: #1d1e22;
  font-size: 2.5rem;
  color: royalblue;
  padding: 1.5rem;
  grid-column: 1/-1; }
  .software__title {
    color: #bee9eb; }

.software__list {
  padding: 2rem;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  align-items: center;
  align-content: center;
  margin: 4rem;
  justify-content: center;
  justify-items: center; }

.animation__list {
  grid-row: 1/2;
  grid-column: 1/2; }

.video__list {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-left: 3rem; }

.web__list {
  margin-left: 3rem;
  grid-row: 1/2;
  grid-column: 3/4; }

.game__list {
  grid-row: 2/3;
  grid-column: 1/2; }

.music__list {
  margin-left: 3rem;
  grid-row: 2/3;
  grid-column: 3/4; }

.modeling__list {
  grid-row: 3/4;
  grid-column: 1/2; }

.texturing__list {
  margin-left: 3rem;
  grid-row: 3/4;
  grid-column: 2/3; }

.programming__list {
  margin-left: 3rem;
  grid-row: 3/4;
  grid-column: 3/4; }

.center__video {
  max-height: 48rem;
  max-width: 100%;
  grid-row: 2/3;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
  object-fit: cover; }
  @media only screen and (max-width: 75em) {
    .center__video {
      display: none; } }

h1 {
  color: white;
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 2rem; }

h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: .5rem; }

p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.4rem;
  margin-bottom: 1rem; }

ul {
  margin-bottom: 2rem; }

li {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  margin-left: 2rem; }

a {
  color: #ce6808;
  text-decoration: none;
  cursor: pointer; }
