@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;600;700&display=swap");
*,
::after,
::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #0a192f;
  color: #8892b0;
  font-family: 'Eczar', serif;
  font-size: 1.4rem;
  font-weight: 500;
}

body::after {
  content: 'صلاح عبد الهادي';
  position: fixed;
  top: 65%;
  width: 100%;
  right: 0;
  z-index: -1;
  font-family: 'Vibes', cursive;
  font-family: 'shekari';
  font-size: 8rem;
  color: #172a45;
  -webkit-transform: rotate(-10deg) translateX(50%);
          transform: rotate(-10deg) translateX(50%);
  opacity: .3;
}

body::before {
  content: 'ヅ';
  position: fixed;
  top: 45%;
  right: 20%;
  z-index: -1;
  font-family: 'Vibes', cursive;
  font-size: 18rem;
  color: #172a45;
  -webkit-transform: rotate(0) translateX(50%);
          transform: rotate(0) translateX(50%);
  opacity: .1;
}

.heading {
  color: #57dec1;
}

.lg-heading {
  color: #ccd6f6;
  font-size: clamp(3rem, 7vw, 5rem);
  white-space: nowrap;
}

.numbered-heading {
  display: inline-block;
  position: relative;
  color: #ccd6f6;
  font-size: 3rem !important;
}

.numbered-heading::after {
  content: '';
  position: absolute;
  right: -36rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34rem;
  border-bottom: 1px solid #8892b0;
}

input {
  outline: none;
}

button,
.btn-link {
  outline: none;
  padding: 1rem;
  background: #0a192f;
  color: #ccd6f6;
  border: 1px solid #57dec1;
  border-radius: .4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: .4px;
  cursor: pointer;
}

button:hover,
.btn-link:hover {
  color: #57dec1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #ccd6f6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.backdrop {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: none;
}

.backdrop.active {
  display: block;
}

section {
  padding: 10rem 15rem 0;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0a192f !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(23, 42, 69, 0.7) !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #172a45 !important;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 600px) {
  body::before {
    top: 69%;
    right: 30%;
  }
  body::after {
    right: 20%;
  }
}

@media (max-width: 730px) {
  section {
    padding: 10rem 3rem !important;
  }
}

.soundcloud {
  position: fixed;
  bottom: 15%;
  right: 4.5rem;
  color: #57dec1;
  cursor: pointer;
  font-size: 3rem;
  z-index: 10;
}

.soundcloud.stop {
  display: none;
}

.chill {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(10, 25, 47, 0.9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 1000;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.header.scrolled {
  padding: 1rem 5rem !important;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
}

.header .brand {
  width: 4rem;
  height: 4rem;
  -webkit-clip-path: polygon(50% 0%, 90% 26%, 90% 77%, 50% 100%, 10% 76%, 10% 25%);
          clip-path: polygon(50% 0%, 90% 26%, 90% 77%, 50% 100%, 10% 76%, 10% 25%);
  background: #57dec1;
  position: relative;
  padding: 0 2.2rem;
}

.header .brand::before {
  content: 'S';
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 3px;
  top: 3px;
  background: #0a192f;
  -webkit-clip-path: polygon(50% 0%, 90% 26%, 90% 77%, 50% 100%, 10% 76%, 10% 25%);
          clip-path: polygon(50% 0%, 90% 26%, 90% 77%, 50% 100%, 10% 76%, 10% 25%);
  color: #57dec1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.header .nav-list li a span {
  color: #57dec1;
}

.header .nav-list li:hover a {
  color: #57dec1;
}

.header .menu {
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.header .menu i {
  font-size: 3rem;
  color: #57dec1;
}

.socials {
  position: fixed;
  bottom: 10rem;
  left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}

.socials li {
  font-size: 2rem;
  margin-bottom: 1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.socials li a {
  color: #8892b0;
}

.socials li:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.socials li:hover a {
  color: #57dec1;
}

.line-left {
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  width: 12rem;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.contact-form {
  position: fixed;
  bottom: 3rem;
  right: 4rem;
  z-index: 999;
}

.contact-form .icon-btn {
  padding: 1rem;
  background: #172a45;
  -webkit-clip-path: polygon(9% 0, 92% 0, 100% 75%, 76% 82%, 75% 100%, 29% 81%, 0% 75%);
          clip-path: polygon(9% 0, 92% 0, 100% 75%, 76% 82%, 75% 100%, 29% 81%, 0% 75%);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact-form .icon-btn i {
  font-size: 2rem;
}

.contact-form .icon-btn:hover {
  background: #57dec1;
}

.contact-form .icon-btn:hover i {
  color: #0a192f;
}

.contact-form .inputs {
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 30rem;
  padding: 1rem;
  border-radius: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #172a45;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.contact-form .inputs.opened {
  opacity: 1;
  bottom: 6rem;
  pointer-events: all;
}

.contact-form .inputs input,
.contact-form .inputs textarea {
  padding: 1rem;
  color: #ccd6f6;
  background: #0a192f;
  border: none;
  margin: 1rem 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 4px;
  resize: none;
  font-family: 'Lora', serif;
}

@media (max-width: 730px) {
  .header .menu {
    display: block;
  }
  .nav-list {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    background: rgba(10, 25, 47, 0.9);
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .nav-list li {
    margin-bottom: 2rem;
    font-size: 1.7rem;
  }
  .nav-list button {
    background: #172a45;
    padding: 1rem 3rem;
    font-size: 1.7rem;
  }
  .nav-list.list-active {
    right: 0;
  }
  .socials {
    display: none;
  }
  .line-left {
    display: none;
  }
}

.home {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home h1 {
  color: #ccd6f6;
  font-size: clamp(3rem, 7vw, 7rem);
  white-space: nowrap;
  margin-bottom: 1rem;
  position: relative;
}

.home h2 {
  font-size: clamp(2.4rem, 6.3vw, 6.2rem);
  margin-top: -3.5rem;
  white-space: nowrap;
}

.home p {
  width: 60%;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

@media (max-width: 974px) {
  .home h1 {
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 730px) {
  .home p {
    width: 90% !important;
  }
}

.about-me {
  overflow: hidden;
}

.about-me .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5rem 0;
  gap: 3rem;
}

.about-me .info-text {
  font-size: 1.5rem;
}

.about-me .info-text p {
  width: 70%;
}

.about-me .info-text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.about-me .info-text ol li {
  margin: 2rem 0;
  position: relative;
  padding: 0 0 0 1.4rem;
  text-decoration: underline;
}

.about-me .info-text ol li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #57dec1;
}

.about-me .info-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.about-me .info-img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(87, 222, 193, 0.3);
  z-index: 10;
}

.about-me .info-img::after {
  content: '';
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 100%;
  height: 100%;
  border: 2px solid #57dec1;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
}

.about-me .info-img img {
  width: 70rem;
  max-width: 100%;
  position: relative;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-me .info-img:hover::before {
  background: transparent;
}

.about-me .info-img:hover::after {
  left: 1rem;
  top: 1rem;
}

@media (max-width: 850px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .info-img {
    max-width: 70%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .info-text p {
    width: 100% !important;
  }
}

.experience {
  width: 90%;
  margin: 0 auto;
  overflow-x: hidden !important;
}

.experience h6 {
  text-align: center;
  padding: 1rem;
  text-decoration: underline;
  margin-top: 2rem;
  opacity: .5;
}

.experience h6 i {
  color: #57dec1;
}

.experience .timeline {
  margin-top: 5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.experience .timeline .tablist li {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-left: 2px solid rgba(136, 146, 176, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.experience .timeline .tablist li:hover, .experience .timeline .tablist li.active {
  color: #57dec1;
}

.experience .timeline .tablist li.active {
  background: #172a45;
  border-left: 2px solid #57dec1;
}

.experience .timeline .role {
  display: none;
  -webkit-animation: fadein .4s forwards ease;
          animation: fadein .4s forwards ease;
}

.experience .timeline .role.active {
  display: block;
}

.experience .timeline .role h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
}

.experience .timeline .role h3 small {
  color: #8892b0;
}

.experience .timeline .role p {
  font-size: 1.5rem;
  padding: 0 2rem 1rem 2rem;
  position: relative;
}

.experience .timeline .role p::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: .6rem;
  height: .6rem;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background: #57dec1;
}

@media (max-width: 640px) {
  .experience {
    width: 100% !important;
  }
  .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline .tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: auto;
  }
  .timeline .tablist li {
    border-left: none !important;
    border-bottom: 2px solid rgba(136, 146, 176, 0.4);
    white-space: nowrap;
  }
  .timeline .tablist li.active {
    background: #172a45;
    color: #57dec1;
    border-bottom: 2px solid #57dec1;
  }
}

.work {
  overflow-x: hidden !important;
}

.work .projects {
  margin-top: 4rem;
  max-width: 100%;
  overflow-x: hidden;
}

.work .projects .project {
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work .projects .project:not(:last-of-type) {
  margin-bottom: 10rem;
}

.work .projects .project .project-img,
.work .projects .project .project-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 /2;
}

.work .projects .project .project-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / 8;
  border-radius: .4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.work .projects .project .project-img::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: rgba(87, 222, 193, 0.2);
}

.work .projects .project .project-img img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work .projects .project .project-img:hover::before {
  background: transparent;
  pointer-events: none;
}

.work .projects .project .project-content {
  grid-column: 7 / -1;
  height: 100%;
  text-align: right;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work .projects .project .project-content .heading {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.work .projects .project .project-content .title {
  margin-bottom: 1rem;
  margin-top: -1rem;
  font-size: 2.4rem;
  color: #ccd6f6;
}

.work .projects .project .project-content .title a {
  display: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.work .projects .project .project-content .title a:hover {
  color: #57dec1;
}

.work .projects .project .project-content .project-description {
  padding: 2rem;
  background: #172a45;
  border-radius: .4rem;
}

.work .projects .project .project-content .project-description p {
  font-size: 1.5rem;
}

.work .projects .project .project-content .project-tec-list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}

.work .projects .project:nth-of-type(2) .project-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/8;
  text-align: left;
}

.work .projects .project:nth-of-type(2) .project-content .project-tec-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.work .projects .project:nth-of-type(2) .project-img {
  grid-column: 7/-1;
}

@media (max-width: 930px) {
  .project-img {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 9 !important;
    grid-column: 1/10 !important;
  }
  .project-content {
    grid-column: 5/-1 !important;
  }
  .project:nth-of-type(2) .project-content {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 9 !important;
    grid-column: 1/10 !important;
  }
  .project:nth-of-type(2) .project-img {
    grid-column: 5/-1 !important;
  }
}

@media (max-width: 820px) {
  .project-img {
    grid-column: 1/-1 !important;
  }
  .project-content {
    text-align: left !important;
    grid-column: 1/-1 !important;
    background: rgba(23, 42, 69, 0.9);
    padding: 1rem 3rem;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .project-content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-content .title a {
    display: block !important;
  }
  .project-content .project-description {
    background: transparent !important;
    color: #ccd6f6 !important;
    padding: 1rem 0 !important;
    width: 70%;
  }
  .project-content .project-tec-list {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .project:nth-of-type(2) .project-content {
    grid-column: 1/-1 !important;
  }
  .project:nth-of-type(2) .project-img {
    grid-column: 1/-1 !important;
  }
}

.morework {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.morework h6 {
  margin-top: 2rem;
  text-align: center;
  text-decoration: underline;
}

.morework h6 i {
  color: #57dec1;
}

.morework .other-heading {
  color: #ccd6f6;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.morework .others {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.morework .others .proj {
  padding: 3rem;
  background: #172a45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: .4rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.morework .others .proj span {
  color: #57dec1;
  font-size: 3.3rem;
}

.morework .others .proj h3 {
  color: #ccd6f6;
}

.morework .others .proj .content {
  margin-bottom: 2rem;
}

.morework .others .proj .tecks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.morework .others .proj:hover {
  -webkit-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
}

footer {
  padding: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

footer p {
  width: 60%;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.7rem;
}

footer a {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

footer .sm-social-list {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  visibility: hidden;
  pointer-events: none;
}

footer .sm-social-list li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .sm-social-list li a {
  font-size: 2rem;
  color: #8892b0;
}

footer .sm-social-list li:hover a {
  color: #57dec1;
}

footer small {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  bottom: .5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

footer small a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer small a:hover {
  color: #57dec1;
}

@media (max-width: 725px) {
  footer {
    padding: 5rem 5rem 15rem !important;
  }
  footer p {
    width: 80% !important;
  }
  .sm-social-list {
    visibility: visible !important;
    pointer-events: all !important;
  }
}
/*# sourceMappingURL=main.css.map */