@import url("http://fonts.cdnfonts.com/css/made-evolve-sans");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.container {
  width: 61.5%;
  margin: auto;
}

.home-section {
  background-image: url(images/bg.jpg);
  background-position: 100%;
  background-size: cover;
  overflow: auto;
}

.home-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home-content .logo {
  padding-top: 76px;
  /* position: relative; */
}

.logo h1 {
  text-align: end;
  color: #fff;
  font-weight: 800;
  font-size: 64px;
  text-shadow: 0px 1px 1px rgb(12 11 11 / 56%);
  font-family: "MADE Evolve Sans EVO", sans-serif;
}
.logo span {
  text-align: end;
  color: #fff;
  font-weight: 800;
  font-size: 64px;
  text-shadow: 0px 1px 1px rgb(12 11 11 / 56%);
  font-family: "MADE Evolve Sans", sans-serif;
}

.counter {
  /* position: relative; */
  padding-top: 125px;
}

.counter-section {
  display: flex;
  justify-content: end;
}

.counter-section .item {
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.36);
  text-shadow: 1px 0px 2px rgb(12 11 11 / 56%);
  color: #fff;
  width: 198px;
  height: 165px;
  margin: 0 1px;
}

.counter-section .item h3 {
  font-size: 80px;
  text-align: center;
  padding: 5px;
}

.counter-section span {
  display: block;
  padding-top: 1px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.intro {
  text-align: end;
  padding-top: 60px;
  margin-top: 5px;
}

.intro h2 {
  padding: 0px;
  text-align: right;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 42px;
  text-transform: capitalize;
}

.social-media {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding-top: 200px;
}

ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.social-media a {
  text-decoration: none;
}

ul li {
  margin: 10px;
  height: 70px;
  width: 70px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

ul li i {
  transition: all 0.3s linear;
}

ul li:hover i {
  color: #fff;
  font-size: 17px;
}

ul li:hover::after {
  opacity: 1;
  transform: scale(0.8);
}

ul li::after {
  content: "";
  position: absolute;
  height: inherit;
  width: inherit;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

/* ul li:nth-child(1) {

              border: 2px solid #fff;
              color: #4267B2;
            }

            ul li:nth-child(1)::after {

              background-color: #3b5998;
              color: #4267B2;
            }


            ul li:nth-child(2) {

              border: 2px solid #fff;
              color: #0A66C2;
            }

            ul li:nth-child(2)::after {

              background-color: #fff;
              color: #0A66C2
            }

            ul li:nth-child(3) {

              border: 2px solid #fff;
              color: #dd4b39;
            }

            ul li:nth-child(3)::after {

              background-color: #fff;
              color: #dd4b39;
            }

            ul li:nth-child(4) {

              border: 2px solid #fff;
              color: #075e54;
            }

            ul li:nth-child(4)::after {

              background-color: #fff;
              color: #075e54;
            }

            ul li:nth-child(5) {

              border: 2px solid #fff;
              color: #fff;
            }

            ul li:nth-child(5)::after {

              background-color: #fff;
              color: #fff;
            } */

ul li:nth-child(1) {
  border: 2px solid #fff;
  color: #fff;
}

ul li:nth-child(1)::after {
  background-color: #fff;
  color: #fff;
}

ul li:nth-child(2) {
  border: 2px solid #fff;
  color: #fff;
}

ul li:nth-child(2)::after {
  background-color: #fff;
  color: #fff;
}

ul li:nth-child(3) {
  border: 2px solid #fff;
  color: #fff;
}

ul li:nth-child(3)::after {
  background-color: #fff;
  color: #fff;
}

ul li:nth-child(4) {
  border: 2px solid #fff;
  color: #fff;
}

ul li:nth-child(4)::after {
  background-color: #fff;
  color: #fff;
}

ul li:nth-child(5) {
  border: 2px solid #fff;
  color: #fff;
}

ul li:nth-child(5)::after {
  background-color: #fff;
  color: #fff;
}

@media screen and (max-width: 820px) {
  .counter {
    padding-top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  .logo h1 {
    font-size: 38px;
    text-align: center;
    /* margin-right: 80px; */
  }
  .logo span {
    font-size: 38px;
    text-align: center;
  }

  .counter-section {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2px;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .intro {
    text-align: center;
    /* margin-right: 80px; */
  }

  .intro h2 {
    text-align: center;
    font-size: 24px;
  }

  .social-media {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 120px;
    align-items: center;
    align-content: center;
    text-align: center;
  }

  ul li {
    width: 50px;
    height: 50px;
  }

  .container {
    width: 100%;
    margin: auto;
  }

  .counter-section .item {
    text-align: start;
    align-self: center;
  }

  .home-section {
    background-image: url(images/bg.jpg);
    background-position: center center;
    background-size: cover;
    overflow: auto;
    background-repeat: no-repeat;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-content {
    position: relative;
  }

  /* ul li {
                width: 100px;
                height: 100px;
              } */

  .container {
    width: 71.5%;
    margin: auto;
  }

  .social-media {
    bottom: 10px;
    right: 0;
    position: absolute;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .home-content {
    position: relative;
  }

  /* ul li {
                width: 150px;
                height: 150px;
              } */

  .social-media {
    position: absolute;
    bottom: 10px;
    right: 0;
  }

  .container {
    width: 71.5%;
    margin: auto;
  }
}
