@import url("https://fonts.googleapis.com/css2?family=Niconne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@300;400;500;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  font-family: 'Alegreya Sans SC', sans-serif;
  width: 100%;
  height: 100%;
  color: #626262;
  background: white;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  margin: 0 auto;
  margin-bottom: 10vh;
  background: -webkit-gradient(linear, left top, right top, from(#ffefa1), to(#626262));
  background: linear-gradient(to right, #ffefa1, #626262);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  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;
  position: relative;
}

h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  width: 50px;
  border-bottom: 2px solid rgba(98, 98, 98, 0.5);
}

button {
  padding: 5px 10px;
  border: 1px solid #009ada;
  color: #009ada;
  cursor: pointer;
  border-radius: 4px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 600;
}

button:hover {
  background: #009ada;
  color: white;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f5e7c1 !important;
}

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

.welcome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: all 1s;
          transform: all 1s;
  background: url(../assets/uefa.jpg);
  background-attachment: fixed;
  z-index: 10000;
}

.welcome::before {
  content: 'wel';
  font-size: 80px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: url(../assets/uefa.jpg) center left/cover;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10001;
}

.welcome::after {
  content: 'come';
  font-size: 80px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background: url(../assets/uefa.jpg) center right/cover;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 10001;
}

.welcome.close::before {
  left: 0;
}

.welcome.close::after {
  right: 0;
}

.welcome .eyes {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.welcome .eyes .eye1 {
  width: 10px;
  height: 5px;
  border: 5px solid #626262;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.welcome .eyes .eye1.wink {
  -webkit-clip-path: ellipse(50% 22% at 50% 50%);
          clip-path: ellipse(50% 22% at 50% 50%);
}

.welcome .eyes .eye2 {
  width: 10px;
  height: 10px;
  border: 5px solid #626262;
  border-radius: 50%;
}

.welcome .smile {
  width: 35px;
  height: 20px;
  border-bottom: 5px solid #626262;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.welcome .smile.smile-wide {
  width: 45px;
}

.welcome h2 {
  font-size: 2.3rem;
  margin-top: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffefa1), to(#626262));
  background: linear-gradient(to bottom, #ffefa1, #626262);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.welcome p {
  font-weight: 500;
  color: #626262;
}

@-webkit-keyframes scrolldown {
  0% {
    bottom: 5%;
    opacity: .1;
  }
  50% {
    bottom: 3%;
    opacity: .9;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes scrolldown {
  0% {
    bottom: 5%;
    opacity: .1;
  }
  50% {
    bottom: 3%;
    opacity: .9;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../assets/uefa.jpg);
  background-attachment: fixed;
}

header .scrollDownBtn {
  position: absolute;
  left: 50%;
  bottom: 3%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  font-size: 40px;
  z-index: 10;
  -webkit-animation: scrolldown 1s forwards ease infinite;
          animation: scrolldown 1s forwards ease infinite;
}

header .content {
  width: 100%;
  height: 100%;
  position: relative;
}

header .content .socials {
  position: absolute;
  bottom: 50%;
  left: -150px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  z-index: 10;
}

header .content .socials li {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}

header .content .socials li a {
  color: rgba(17, 17, 17, 0.7);
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  padding: 3px 7px;
  border-radius: 4px 4px 0 0;
}

header .content .socials li:hover a {
  color: white;
}

header .content .socials li:first-of-type :hover {
  background: #3b5998;
}

header .content .socials li:nth-of-type(2) :hover {
  background: #00aced;
}

header .content .socials li:nth-of-type(3) :hover {
  background: #e95950;
}

header .content .socials li:last-of-type :hover {
  background: #007bb6;
}

header .content .headings {
  position: absolute;
  bottom: 35%;
  left: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 10;
}

header .content .headings h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -10px;
  position: relative;
}

header .content .headings h2::after {
  content: 'Abd ALhady';
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 80px;
  color: #ffefa1;
  z-index: -1;
}

header .content .headings h4 {
  font-size: 35px;
  font-weight: 500;
  color: #898a8f;
}

header .content .images {
  position: absolute;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../assets/yellow.png) center/cover;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 98% 100%, 1% 100%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 98% 100%, 1% 100%, 0% 30%);
  bottom: -10px;
  width: 470px;
  height: 592px;
}

header .content .images img {
  max-width: 100%;
  height: 100%;
}

header .content .message {
  position: absolute;
  right: -62px;
  top: 51%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -5px;
  font-size: 57px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  line-height: 1;
  -webkit-transition: all ease-in-out;
  transition: all ease-in-out;
}

header .content .message span {
  font-size: 20px;
  letter-spacing: 0;
  color: rgba(17, 17, 17, 0.4);
  display: block;
  text-align: center;
}

@media (min-width: 660px) and (max-width: 936px) {
  header .images {
    width: 415px !important;
    height: 419px !important;
    left: 89% !important;
  }
  header .message {
    top: 18% !important;
    right: 6% !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}

@media (max-width: 660px) {
  header .scrollDownBtn {
    left: 30% !important;
  }
  header .headings {
    width: 100% !important;
    text-align: center;
    -webkit-transform: rotate(0) translateX(-50%) !important;
            transform: rotate(0) translateX(-50%) !important;
    left: 50% !important;
    top: 10%;
  }
  header .headings h2 {
    font-size: 90px !important;
  }
  header .headings h2::after {
    font-size: 62px !important;
  }
  header .headings h4 {
    font-size: 20px !important;
    width: 100% !important;
  }
  header .headings p {
    width: 80% !important;
    margin: 10px auto;
  }
  header .message {
    left: 50% !important;
    top: 37% !important;
    -webkit-transform: rotate(0) translateX(-50%) !important;
            transform: rotate(0) translateX(-50%) !important;
    text-align: center !important;
    letter-spacing: -2px !important;
    font-size: 37px !important;
  }
  header .socials {
    bottom: 33% !important;
    left: -161px !important;
  }
  header .images {
    width: 281px !important;
    height: 302px !important;
    left: 77% !important;
  }
}

main {
  z-index: 0;
}

main .navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  padding: 10px 80px;
  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;
  height: 8vh;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  z-index: 1000;
}

main .navigation-bar .language,
main .navigation-bar .controls {
  cursor: pointer;
}

main .navigation-bar.acrolled {
  position: fixed;
}

main .navigation-links {
  position: absolute;
  bottom: -10vh;
  left: 0;
  width: 100%;
  height: 8vh;
  background: white;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  z-index: 99;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

main .navigation-links a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: black;
  font-weight: 600;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 4px solid transparent;
  opacity: 0;
  letter-spacing: -10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

main .navigation-links a:hover {
  background: rgba(244, 244, 244, 0.2);
  border-bottom: 4px solid #f4f4f4;
}

main .navigation-links.active {
  bottom: -8vh;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

main .navigation-links.active a {
  opacity: 1;
  letter-spacing: 2px;
}

main .about {
  width: 80%;
  margin: 11vh auto;
}

main .about .skills {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

main .about .skills .two-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

main .about .skills .two-skills .skill-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about .skills .two-skills .skill-wrap .icon-wrap {
  background: #f4f4f4;
  width: 80px;
  height: 80px;
  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;
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

main .about .skills .two-skills .skill-wrap .icon-wrap i {
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 30px;
  color: #626262;
}

main .about .skills .two-skills .skill-wrap .icon-wrap:hover i {
  color: #009ada;
}

main .about .skills .two-skills .skill-wrap .skill-heading {
  margin: 10px 0;
  text-align: center;
}

main .about .skills .two-skills .skill-wrap .skill-heading p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

main .about .tecs {
  margin-top: 5vh;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

main .about .tecs .preview {
  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;
  gap: 10px;
}

main .about .tecs .preview img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -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%);
}

main .about .tecs .preview p {
  text-align: center;
}

main .about .tecs .preview a {
  color: #009ada;
  text-decoration: underline;
}

main .about .tecs .skillbars .container {
  width: 100%;
  border: 1px solid #d2cece;
  border-radius: 4px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .about .tecs .skillbars .container:first-of-type {
  margin-top: 0;
}

main .about .tecs .skillbars .container span {
  padding: 5px;
  width: 30%;
  text-align: center;
  background: #f4f4f4;
}

main .about .tecs .skillbars .container .bar {
  width: 70%;
}

main .about .tecs .skillbars .container .bar p {
  padding: 5px;
  text-align: right;
  background: #ffefa1;
}

main .about .tecs .skillbars .container .css p,
main .about .tecs .skillbars .container .html p {
  width: 80%;
}

main .about .tecs .skillbars .container .bootstrap p,
main .about .tecs .skillbars .container .angular p {
  width: 70%;
}

main .about .tecs .skillbars .container .js p {
  width: 75%;
}

main .about .tecs .skillbars .container .node p {
  width: 55%;
}

main .about .tecs .skillbars .container .mean p {
  width: 55%;
}

main .about .tecs .skillbars .container .firebase p {
  width: 50%;
}

@media (max-width: 760px) {
  main .skills,
  main .tecs {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
}

main .projects {
  width: 100%;
  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;
}

main .projects li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 400px;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  position: relative;
}

main .projects li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}

main .projects li .more {
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 25%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(to top, black, transparent);
  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;
  gap: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

main .projects li .more p {
  color: white;
  font-weight: bold;
}

main .projects li .more .keywords {
  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;
}

main .projects li .more .keywords small {
  color: #ffefa1;
  padding: 3px;
  text-decoration: underline;
}

main .projects li a {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 10px;
  opacity: 0;
  pointer-events: none;
  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;
  background: url(../assets/yellow.png) center center/cover;
  color: black;
  -webkit-transition: all .3s;
  transition: all .3s;
}

main .projects li a i {
  margin: 0 5px;
}

main .projects li:hover {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

main .projects li:hover .more {
  bottom: 0;
}

main .projects li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main .projects li:hover a {
  bottom: 65px;
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 600px) {
  main .projects {
    width: 100%;
  }
  main .projects li:hover {
    -webkit-box-flex: 6 !important;
        -ms-flex: 6 !important;
            flex: 6 !important;
  }
}

main .contact {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../assets/uefa.jpg) center center/cover;
  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;
  padding: 50px 0;
}

main .contact h1 {
  margin-bottom: 40px;
}

main .contact .message-form {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

main .contact .message-form .form-heading {
  background: #009ada;
  color: white;
  padding: 15px;
  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;
  gap: 10px;
}

main .contact .message-form .form-heading i {
  font-size: 30px;
}

main .contact .message-form .form-heading h3 {
  padding: 10px;
}

main .contact .message-form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

main .contact .message-form .inputs input,
main .contact .message-form .inputs textarea {
  background: transparent;
  border: none;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 15px;
  resize: none;
  margin-bottom: 10px;
}

main .contact .message-form .inputs button {
  width: 80px;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

main .contact .message-form .inputs button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .3;
}

main .contact .header {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 15vh;
  bottom: 0;
  background: white;
  padding: 10px;
  font-family: Niconne;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

main .contact .header .socials {
  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;
  gap: 5px;
}

main .contact .header .socials a {
  font-size: 25px;
  opacity: .8;
  padding: 5px;
  overflow: hidden;
}

main .contact .header .socials a i {
  -webkit-transition: all .2s;
  transition: all .2s;
}

main .contact .header .socials a:nth-of-type(1) {
  color: #009ada;
}

main .contact .header .socials a:nth-of-type(2) {
  color: #007bb6;
}

main .contact .header .socials a:nth-of-type(3) {
  color: #e95950;
}

main .contact .header .socials a:nth-of-type(4) {
  color: #626262;
}

main .contact .header .socials a:hover {
  opacity: 1;
}

main .contact .header .socials a:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media (max-width: 500px) {
  main .message-form {
    width: 80% !important;
  }
}
/*# sourceMappingURL=style.css.map */