@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
  scroll-behavior: smooth;
}

.banner {
    /* The image used */
    background-color: #eef7ff;
    url(https://ordinarycoders.com/blog/article/hero-banners);
    /* Set height */
    height: 67px;
    width: 100%;
    margin: auto;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #ff7694 0%,
    #3c39ff 29%,
    #eb4b4b 67%,
    #61abff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  letter-spacing: 3px;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 1.8em;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

html,
body {
  overflow-x: clip;
}
.navbar {
  background-color: #fff;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  position: sticky;
  top: 0;
  z-index: 999;
  border: 0.5px solid rgb(155, 155, 155);
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  height: 70px;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

#navbar__logo {
  background-color: #b90026;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: #b90026;
  -moz-text-fill-color: #b90026;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 550;
}

.navbar__menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.navbar__item {
  height: 80px;
}

.navbar__links {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
  font-weight: 500;
}
.navbar__linksa {
  color: rgb(189, 27, 27);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
  font-weight: 550;
}
.navbar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}
.bn39 {
  background-image: linear-gradient(135deg, #000000, #000000);
  box-sizing: border-box;
  color: #000000;
  display: block;
  height: 40px;
  font-size: 1em;
  font-weight: 450;
  padding: 3px;
  position: relative;
  text-decoration: none;
  width: 7em;
  z-index: 2;
}

.bn39:hover {
  color: #fff;
}

.bn39 .bn39span {
  align-items: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}

.bn39:hover .bn39span {
  background: transparent;
}

.navbar__links:hover {
  color: #2c50c4;
  transition: all 0.3s ease;
}

@media screen and (max-width: 960px) {
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }
  .banner .animate-charcter {
    font-size: 1.3rem;
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar__menu.active {
    background: #fff;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 60vh;
    font-size: 1.6rem;
  }

  #navbar__logo {
    padding-left: 25px;
  }

  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: black;
  }

  .navbar__item {
    width: 100%;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }
  .navbar__linksa {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }

  .navbar__btn {
    padding-bottom: 2rem;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

section {
  padding: 100px 200px;
}

.home {
  position: relative;
  width: 100%;
  min-height: 95vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #0e214e;
}

.home:before {
  z-index: 777;
  content: "";
  position: absolute;
  background: rgba(3, 96, 251, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content {
  z-index: 888;
  color: #fff;
  width: 70%;
  margin-top: 50px;
  display: none;
}

.home .content.active {
  display: block;
}

.home .content h1 {
  font-size: 4.2em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 40px;
}

.home .content h1 span {
  font-size: 1.1em;
  font-weight: 800;
}

.home .content p {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 65px;
  letter-spacing: 1px;
}

.btn41-43 {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.btn-42 {
  border: 2px solid rgb(255, 255, 255);
  z-index: 1;
  color: white;
}

.btn-42:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  transition: all 0.3s ease;
}

.btn-42:hover {
  color: rgb(0, 0, 0);
}

.btn-42:hover:after {
  top: 0;
  height: 100%;
}

.btn-42:active {
  top: 2px;
}

.home .media-icons {
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.home .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.home .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}

.home .media-icons a:hover {
  transform: scale(1.3);
}

.home video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-navigation {
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-bottom: 12px;
}

.slider-navigation .nav-btn {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
  background: #ff2727;
}

.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
  transform: scale(1.2);
}

.video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

@media screen and (max-width: 960px) {
  header {
    padding: 12px 20px;
  }

  section {
    padding: 100px 20px;
  }

  .home .media-icons {
    right: 10px;
  }

  header .navigation {
    display: none;
  }

  header .navigation.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.5);
  }

  header .navigation .navigation-items a {
    color: #222;
    font-size: 1.2em;
    margin: 20px;
  }

  header .navigation .navigation-items a:before {
    background: #222;
    height: 5px;
  }

  header .navigation.active .navigation-items {
    background: #fff;
    width: 600px;
    max-width: 600px;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .menu-btn {
    background: url(menu.png) no-repeat;
    background-size: 30px;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .menu-btn.active {
    z-index: 999;
    background: url(close.png) no-repeat;
    background-size: 25px;
    background-position: center;
    transition: 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .home .content h1 {
    font-size: 2em;
    line-height: 50px;
  }
}
/* About Section */
.main {
  background-color: #000000;
  padding: 10rem 0;
}
.banner {
  height: 90px;
}

.main__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 60vh;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding: 0 30px;
}

.main__content {
  color: #fff;
  width: 100%;
}

.main__content h1 {
  font-size: 3.3em;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 40px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.main__content h2 {
  font-size: 3.3em;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 40px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.main__content p {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
}

.main__img--container {
  text-align: center;
}

.main__img--card {
  margin: 10px;
  height: 500px;
  width: 500px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

#card-2 {
  background: #000000;
  background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
  background: linear-gradient(to right, #ffffff, #ffffff);
}

/* Mobile Responsive */
@media screen and (max-width: 1100px) {
  .main__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

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

  .main__img--card {
    height: 425px;
    width: 425px;
  }

  .main__content {
    text-align: center;
    margin-bottom: 5px;
  }

  .main__content h1 {
    font-size: 3.5rem;
    margin-top: 2rem;
    margin-bottom:20px;
  }

  .main__content h2 {
    font-size: 3.5rem;
  }

  .main__content p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .main__img--card {
    width: 250px;
    height: 250px;
  }

  .main__content h1 {
    font-size: 2rem;
  }
  .main__content h2 {
    font-size: 2rem;
  }

  .main__content p {
    margin-top: 2rem;
    font-size: 1em;
  }
}
/* ABOUT BLOCK 1 ON ABOUT PAGE */
.main2 {
  background-color: #3749a4;
  padding: 2.5rem 0;
}

.main2__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 78vh;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
}

.main2__content {
  color: #ffffff;
  width: 100%;
}

.main2__content h1 {
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container {
  display: inline-block;
}
.typed-out {
  overflow: hidden;
  border-right: 0.15em solid #d33636;
  white-space: nowrap;
  animation: typing 3s steps(20, end) forwards;
  font-size: 1.6rem;
  width: 0;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.main2__content h2 {
  font-size: 3.8em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.main2__content p {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
}


.main2__img--container {
  text-align: center;
}

.main2__img--card {
  margin-left: 90px;
  height: 500px;
  width: 500px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

#card-2 {
  background: #000000;
  background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
  background: linear-gradient(to right, #f1f1f1, #ffffff);
}

/* Mobile Responsive */
@media screen and (max-width: 1100px) {
  .main2__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

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

  .main2__img--card {
    height: 425px;
    width: 425px;
    margin: auto;
  }

  .main2__content {
    text-align: center;
    margin-bottom: 4rem;
  }

  .main2__content h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .main2__content h2 {
    font-size: 3rem;
  }

  .main2__content p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .main2__img--card {
    width: 250px;
    height: 250px;
  }

  .main2__content h1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .main2__content h2 {
    font-size: 2rem;
  }

  .main2__content p {
    margin-top: 1.7rem;
  }

  .main2__btn {
    margin: 2.5rem 0;
  }
}

/* ABOUT BLOCK 1 ON ABOUT PAGE */
.main3 {
  background-color: #a01313;
  padding: 5rem 0;
}

.main3__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 80%;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
}

.main3__content {
  color: #ffffff;
  width: 100%;
}

.main3__content h1 {
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container {
  display: inline-block;
}
.typed-out {
  overflow: hidden;
  border-right: 0.15em solid #d33636;
  white-space: nowrap;
  animation: typing 3s steps(20, end) forwards;
  font-size: 1.6rem;
  width: 0;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.main3__content h2 {
  font-size: 3.8em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.main3__content p {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
}

.main3__img--container {
  text-align: center;
}

.main3__img--card {
  margin: 10px;
  height: 500px;
  width: 500px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

#card-2 {
  background: #000000;
  background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
  background: linear-gradient(to right, #f1f1f1, #ffffff);
}

/* Mobile Responsive */
@media screen and (max-width: 1100px) {
  .main3__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

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

  .main3__img--card {
    height: 425px;
    width: 425px;
  }

  .main3__content {
    text-align: center;
    margin-bottom: 4rem;
  }

  .main3__content h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .main3__content h2 {
    font-size: 3rem;
  }

  .main3__content p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .main3__img--card {
    width: 250px;
    height: 250px;
  }

  .main3__content h1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .main3__content h2 {
    font-size: 2rem;
  }

  .main3__content p {
    margin-top: 1.7rem;
  }

  .main3__btn {
    margin: 2.5rem 0;
  }
}
/* ABOUT BLOCK 1 ON ABOUT SERVICES PAGE */
.main5 {
  background-color: #3749a4;
  padding: 5rem 0;
}
.main5__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 80%;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
}

.main5__content {
  color: #ffffff;
  width: 100%;
}

.main5__content h1 {
  font-size: 4em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container {
  display: inline-block;
}
.typed-out {
  overflow: hidden;
  border-right: 0.15em solid #d33636;
  white-space: nowrap;
  animation: typing 3s steps(20, end) forwards;
  font-size: 1.6rem;
  width: 0;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.main5__content h2 {
  font-size: 3.8em;
  font-weight: 900;
  letter-spacing: 7px;
  line-height: 60px;
  background-color: #ffffff;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.main5__content p {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
}

.main5__img--container {
  text-align: center;
}

.main5__img--card {
  margin: 10px;
  height: 600px;
  width: 600px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

#card-2 {
  background: #000000;
  background: -webkit-linear-gradient(to right, #ffffff, #ffffff);
  background: linear-gradient(to right, #ffffff, #ffffff);
}

/* Mobile Responsive */
@media screen and (max-width: 1100px) {
  .main5__container {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 90%;
  }

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

  .main5__img--card {
    height: 450px;
    width: 450px;
  }

  .main5__content {
    text-align: center;
    margin-bottom: 4rem;
  }

  .main5__content h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .main5__content h2 {
    font-size: 3rem;
  }

  .main5__content p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .main5__img--card {
    width: 300px;
    height: 300px;
  }

  .main5__content h1 {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .main5__content h2 {
    font-size: 2rem;
  }

  .main5__content p {
    margin-top: 1.7rem;
  }

  .main5__btn {
    margin: 2.5rem 0;
  }
}
/* SERVICES SECTION FOR HOME PAGE */
.services {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10rem 0;
}

.services h1 {
  font-size: 2.8em;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 40px;
  background-color: #000000;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.services__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.services__card a{
  margin: 20px;
  height: 300px;
  width: 300px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
  transition: 0.3s ease-in;
}

.services__card h2 {
  text-align: center;
}

.services__card p {
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
}

.services__btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.services__card button {
  color: #000000;
  padding: 14px 24px;
  border: none;
  outline: none;
  border-radius: 4px;
  background: #131313;
  font-size: 1rem;
}

.services__card button:hover {
  cursor: pointer;
}

.services__card a:hover {
  transform: scale(1.075);
  transition: 0.3s ease-in;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .services__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .services__wrapper {
    grid-template-columns: 1fr;
  }
}

/* FOOTER CSS */
.footer__container {
  background-color: #131313;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer__logo {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
}

.footer__links {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
}

.footer__link--wrapper {
  display: flex;
}

.footer__link--items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px;
  text-align: left;
  width: 160px;
  box-sizing: border-box;
}

.footer__link--items h2 {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
}

.footer__link--items a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3 ease-out;
}

.footer__link--items a:hover {
  color: #e9e9e9;
  transition: 0.3 ease-out;
}

.social__icon--link {
  color: #fff;
  font-size: 24px;
}

.social__media {
  max-width: 1000px;
  width: 100%;
}

.social__media--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
}

.social__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
}
#footer__logo {
  margin-bottom: auto;
  justify-content: center;
}

.website__rights {
  color: #fff;
}

@media screen and (max-width: 820px) {
  .footer__links {
    padding-top: 2rem;
  }

  #footer__logo {
    margin-bottom: 2rem;
  }

  .website__rights {
    margin-bottom: 2rem;
  }

  .footer__link--wrapper {
    flex-direction: column;
  }

  .social__media--wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .footer__link--items {
    margin: 0;
    padding: 10px;
    width: 100%;
  }
}