@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-mono?styles=36554,36550,36552,36556,36546,36548");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400&display=swap");
.container {
  max-width: 1350px;
  margin: auto;
}

#site-grid {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
  max-width: 1350px;
  left: 50%;
  transform: translate(-50%, 0);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#site-grid .vl {
  height: 100vh;
  border-left: 1px solid rgba(0, 0, 0, 0.1254901961);
}
#site-grid .vl-r {
  border-left: 1px solid rgba(0, 0, 0, 0.1254901961);
  border-right: 1px solid rgba(0, 0, 0, 0.1254901961);
}

.flex-center {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
}

.align-end {
  align-items: flex-end;
}

.dark {
  background-color: #171717;
  color: #fff;
}
.dark .grid-index::after {
  background: #fff;
}
.dark .inner-index {
  color: #a0a0a0;
}
.dark p {
  color: #a0a0a0;
}

.mt-5 {
  margin-top: 50px;
}

.me-2 {
  margin-right: 20px;
}

.vh-90 {
  height: 90vh;
  padding: 0px 15px;
}

.vh-100 {
  height: 100vh;
  padding: 0px 15px;
}

.txt-center {
  text-align: center;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.stick {
  position: sticky;
  top: 0;
  background-color: hsla(0, 0%, 100%, 0.95);
  z-index: 999;
}

.blur {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

*, *::after, *::before {
  box-sizing: border-box;
}

body {
  background-color: #eee;
  padding: 0px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

p {
  font-weight: 400;
}

@font-face {
  font-family: "SuisseWorks";
  src: url("/server/fonts/SuisseWorks-Regular.ttf") format("truetype");
}
.btn-1 {
  padding: 8px 16px;
  border: 1px solid hsla(0, 0%, 0%, 0.2);
  border-radius: 4px;
  background-color: hsla(0, 0%, 0%, 0.1);
  transition: background-color 200ms ease-in-out;
  color: #000;
}

.dark .btn-2 {
  color: #fff;
  z-index: 10;
}
.dark .btn-2 .circle {
  background-color: hsl(0, 0%, 40%);
}

.btn-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-2 .circle {
  position: absolute;
  z-index: -1;
  top: 5;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 80%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-2 i {
  margin-left: 10px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-2:hover .circle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid hsl(0, 0%, 69%);
  border-radius: 10px;
}
.btn-2:hover i {
  margin-left: 15px;
}

.btn-3 {
  padding: 25px 80px;
  background-color: #ffffff;
  color: #000 !important;
  border: 1px solid #000;
  display: inline-block;
  transition: all 200ms ease;
  cursor: pointer !important;
  font-weight: bold;
}

.btn-3:hover {
  background-color: hsl(0, 0%, 95%);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  font-size: 36px;
  background: none;
  color: #17a2b8;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.back-to-top:hover {
  color: #06d69e;
}

.read-more-btn {
  display: none;
  color: #06d69e;
  text-decoration: underline;
  cursor: pointer;
}

#khaled-logo:hover .cls-1 {
  fill: hsla(0, 0%, 0%, 0.1);
}

header .wide-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  height: 10vh;
}
header .wide-nav .nav-index {
  font-family: "Teko", sans-serif;
  font-size: larger;
  margin-right: 5px;
  color: #06d6a0;
}
header .wide-nav .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
}
header .wide-nav .nav-links li a {
  padding: 10px 15px;
  margin-right: 10px;
}
header .mobile-nav {
  display: none;
}

.social-links {
  grid-column: 1/span 3;
  width: 100%;
  height: 100%;
  font-family: "SF Mono", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social-links div {
  margin-right: 15px;
}
.social-links div a {
  position: relative;
}
.social-links div a::after {
  content: "";
  display: block;
  position: absolute; /* Add position property to ::after */
  bottom: -5; /* Position underline at the bottom of a tag */
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #818181, #818181, #818181), linear-gradient(to right, #00f260, #0575e6);
  background-size: 100% 3px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.social-links a:hover::after {
  bottom: -9;
  background-size: 0 3px, 100% 3px;
}

.tagcloud {
  font-size: 20px;
  margin: auto;
  width: 50%;
}

.tagcloud--item:hover {
  color: #36454F;
}

#about {
  height: 100vh;
  display: flex;
}
#about .grid-165 {
  grid-template-columns: auto 6fr 5fr;
  padding: 0px 15px;
}
#about .grid-index {
  align-self: flex-start;
  margin-top: 0px;
  letter-spacing: 1px;
}
#about .about-me {
  padding: 0 10px;
  font-size: 17px;
  line-height: 1.6;
  position: relative;
}
#about .about-me > p:first-of-type {
  margin-top: 0px;
}
#about .about-pic {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#about .wrapper {
  position: relative;
}
#about img {
  border-radius: 7px;
  position: relative;
  z-index: 1;
  width: 100%;
}
#about .border {
  position: absolute;
  top: 10px;
  left: 10px;
  right: -20px;
  bottom: -10px;
  border: 3px solid #06d6a0;
  border-radius: 7px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#about .wrapper:hover .border {
  top: 5px;
  left: 5px;
  right: -10px;
  bottom: -5px;
}
#about ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 210px));
  gap: 0px 10px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  list-style: none;
}
#about ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "SF Mono", sans-serif;
  color: #a0a0a0;
}
#about ul li::before {
  content: "▹";
  position: absolute;
  left: 0px;
  color: #06d6a0;
  line-height: 12px;
}

@media only screen and (max-width: 1260px) {
  #about {
    height: 100%;
    padding: 35px 25px;
  }
  #about .about-me {
    padding-top: 30px;
  }
}
#featured-projects {
  margin: 30px 0;
  padding: 0px 15px;
}
#featured-projects .index {
  font: 1.5rem "teko", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
#featured-projects .index::after {
  content: "";
  position: absolute;
  background: black;
  bottom: -6px;
  left: 0;
  height: 3px;
  width: 100%;
}

.project-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/image-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.project-image-wrapper img {
  width: 100%;
  padding: 40px;
  border-radius: 50px;
}

.project-item {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.project-item b {
  font-size: 2rem;
  font-weight: 600;
}
.project-item .a-1, .project-item .a-2, .project-item .b-1, .project-item .b-2 {
  grid-row: 1/2;
}
.project-item .a-1 {
  grid-column: 1/8;
}
.project-item .a-2 {
  grid-column: 7/-1;
}
.project-item .a-2 li {
  padding: 0px 0px 0px 10px;
}
.project-item .b-1 {
  grid-column: 1/7;
  z-index: 2;
}
.project-item .b-1 li {
  padding: 0px 10px 0px 0px;
}
.project-item .b-2 {
  grid-column: 6/-1;
}
.project-item .project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-item .project-description {
  background-color: hsla(0, 0%, 100%, 0.9);
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 1rem;
}
.project-item .project-tech {
  display: flex;
  flex-direction: row;
  padding: 0px;
  font-family: "SF Mono", sans-serif;
  font-size: 1rem;
}
.project-item .project-links a {
  font-size: 36px;
}

.txt-right .project-links {
  display: flex;
  justify-content: flex-end;
}
.txt-right .project-links a {
  margin-left: 10px;
}

#noteworthy {
  padding: 15px;
}
#noteworthy .cool-link {
  margin-bottom: 50px;
  font-family: "SF Mono", sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
}
#noteworthy .cool-link a {
  position: relative;
}
#noteworthy .cool-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #818181, #818181, #818181), linear-gradient(to right, #00f260, #0575e6);
  background-size: 100% 3px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: all 300ms;
}
#noteworthy .cool-link a:hover::after {
  bottom: -9;
  background-size: 0 3px, 100% 3px;
}

.github-projects-grid {
  list-style: none;
  padding: 0px;
  margin: 50px 10px 50px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  gap: 15px;
  position: relative;
}

.card {
  background: #fff;
  padding: 20px 30px;
  border-radius: 7px;
  min-height: 300px;
  box-shadow: 2px 2px 5px #ccc;
  transition: transform 0.2s ease-in-out;
  height: 100%;
}
.card .card-icons {
  display: flex;
  justify-content: space-between;
  font-size: 32px;
}
.card .card-links {
  display: flex;
  font-size: 32px;
}
.card .card-links a {
  margin-left: 10px;
}
.card .card-footer {
  font-family: "SF Mono", sans-serif;
  font-size: smaller;
  color: #a0a0a0;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.card .card-footer li {
  padding: 0px 10px 0px 0px;
}
.card .card-link {
  display: flex;
  flex-direction: column;
  height: 75%;
}
.card .card-link .card-footer {
  margin-top: auto;
}
.card .fa-folder {
  color: #06d6a0;
}
.card h4 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.card:hover {
  transform: translateY(-5px);
}

#services {
  padding: 0px 15px;
  height: 100vh;
}
#services h2 {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
}
#services p {
  font-size: 1.1rem;
  font-weight: 400;
}
#services .grid-index {
  margin-bottom: 240px;
}

.fancy-list {
  padding-inline-start: 30px;
}
.fancy-list li {
  position: relative;
  font-family: "SF Mono", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  padding: 5px;
  margin-bottom: 3rem;
}
.fancy-list li::after {
  content: "";
  position: absolute;
  background: white;
  bottom: -6px;
  left: 0;
  height: 2px;
  width: 100%;
}
.fancy-list .inner-index {
  font-family: "teko", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

footer {
  overflow: hidden;
  padding: 15px;
  height: 100vh;
}
footer .bottom {
  grid-column: 1/span 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  color: #a0a0a0;
}
footer .grid-165 {
  grid-template-columns: auto 5fr 6fr;
  height: 100%;
}
footer .grid-165 .grid-text {
  justify-content: center;
}
footer .grid-165 .grid-text h2 {
  font-size: xx-large;
}
footer .grid-165 .grid-text p {
  font-size: large;
}
footer .grid-165 .grid-index {
  margin-bottom: 175px;
}
footer .grid-title {
  grid-column: 1/span 3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
footer .underlined::before {
  background: #00FFC2;
  top: 20px;
}

form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
form .form-inner {
  width: 75%;
}
form input {
  width: 100%;
  padding: 21px 30px;
  margin-bottom: 20px;
}
form textarea {
  width: 100%;
  padding: 21px 30px;
  margin-bottom: 31px;
}
form textarea:focus, form input:focus {
  outline: none;
}
form .btn-3 {
  align-self: start;
}

.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: hsl(0, 0%, 50%);
}
.social-icons a {
  padding: 0px 10px;
}
.social-icons a:hover {
  color: hsl(0, 0%, 0%);
  transition: color 400ms ease-in-out;
}

.credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  color: #000;
}

main {
  padding: 0px 15px;
  height: 90vh;
}
main .grid-index {
  margin-bottom: 186px;
}

.grid-165 {
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto 6fr 5fr;
}

.grid-147 {
  display: grid;
  grid-template-columns: auto 5fr 6fr;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.grid-index {
  font-family: "teko", sans-serif;
  font-size: 1.5rem;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}

.grid-index::after {
  content: "";
  position: absolute;
  background: black;
  bottom: -6px;
  left: 0;
  height: 3px;
  width: 90%;
}

.grid-text {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
  position: relative;
}
.grid-text h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.grid-cta {
  display: flex;
}

.underlined {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}

.underlined::before {
  content: "";
  position: absolute;
  background: #00FFC2;
  bottom: 15px;
  z-index: -1;
  left: 0;
  height: 10px;
  width: 100%;
}

@media only screen and (min-width: 877px) and (max-width: 1260px) {
  main {
    height: 100%;
    padding: 0px 15px 50px;
  }
  footer {
    height: 100%;
    padding: 0px 15px 50px;
  }
  header .wide-nav {
    height: 100%;
    padding: 15px;
  }
  .grid-165, .grid-147 {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)) !important;
  }
  .grid-text {
    position: relative;
  }
  .grid-text h1 {
    font-size: 2.2rem;
    font-weight: 900;
  }
  .grid-index::after {
    background: none !important;
  }
  .wide-index {
    display: none;
  }
  .mob-index {
    display: block !important;
    position: absolute;
    top: -5;
    margin: 0 !important;
    z-index: 2;
  }
  #services {
    height: 100%;
    padding: 80px 15px 25px 15px;
  }
  #services .fancy-list {
    padding-inline-start: 0;
    font-size: 21px;
  }
  #services .mob-index {
    font-weight: 300;
    top: -35;
  }
  #footer .mob-index {
    font-weight: 300;
    top: -5;
  }
  .card {
    min-height: auto;
  }
}
@media only screen and (max-width: 876px) {
  body {
    position: relative;
  }
  .grid-index::after {
    background: none !important;
  }
  .wide-index {
    display: none;
  }
  .mob-index {
    display: block !important;
    margin: 0 !important;
    position: absolute;
    z-index: 2;
  }
  .inner-index {
    font-size: 18px;
  }
  header {
    overflow: auto;
    z-index: 999;
  }
  header .wide-nav {
    display: none;
  }
  header .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  header .mobile-nav .bi-list {
    font-size: 2rem;
    padding: 0px 10px;
    cursor: pointer;
  }
  header .mobile-nav-links {
    z-index: 99;
    position: fixed;
    background-color: hsla(0, 0%, 100%, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
    transition: all 4s cubic-bezier(0.77, 0, 0.175, 1);
  }
  header .bi-x {
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    cursor: pointer;
  }
  main {
    height: 100%;
    padding-bottom: 30px;
  }
  main .grid-165 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .grid-165 h1 {
    margin-top: 0;
    font-size: 1.95rem;
  }
  main .grid-165 .grid-index {
    margin: 0;
    font-size: 24px;
  }
  main .grid-165 .grid-index::after {
    background: none;
  }
  main .grid-165 .mob-index {
    top: -35px;
  }
  main .grid-165 #animation {
    display: none;
  }
  main .grid-165 .main-content {
    margin: 5rem 0;
    max-width: 650px;
  }
  main .grid-165 .social-links {
    align-items: flex-end;
    margin: 20px 0px;
  }
  #about .grid-165 {
    display: block;
  }
  #about img {
    width: 70%;
    position: relative;
  }
  #about .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }
  #about .border {
    top: 30px;
    left: 70px;
    right: 25px;
    bottom: 0px;
  }
  #about .wrapper:hover .border {
    top: 25px;
    left: 60px;
    right: 35px;
    bottom: 10px;
  }
  #about .mob-index {
    top: -10px;
    font-size: 24px;
  }
  #about .read-more-btn {
    display: initial;
  }
  #about .hideme {
    display: none;
  }
  #services {
    height: 100%;
    padding: 70px 20px 20px 20px;
  }
  #services h2 {
    font-size: 1.8rem;
  }
  #services .fancy-list {
    padding-inline-start: 0;
  }
  #services .fancy-list li {
    font-size: 18px;
  }
  #services .grid-147 {
    display: block;
  }
  #services .grid-index {
    margin: 0;
    margin-bottom: 5px;
  }
  #services .mob-index {
    top: -35px;
  }
  #services .grid-index::after {
    background: none;
  }
  .project-item {
    display: flex;
    flex-direction: column;
  }
  .project-item .project-image-wrapper {
    order: 1;
  }
  .project-item .project-content {
    order: 2;
  }
  .project-item .mobile-title {
    display: block !important;
    margin-bottom: 10px;
  }
  .project-item .main-title {
    display: none;
  }
  .project-item .project-description {
    background: none;
    padding: 0px 10px;
  }
  .project-item .project-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .card {
    min-height: auto;
  }
  footer {
    height: 100%;
  }
  footer .grid-165 {
    display: block;
    margin-top: 0;
  }
  footer .grid-index {
    margin: 0 !important;
  }
  footer .grid-index::after {
    background: none !important;
  }
  footer .mob-index {
    top: -30px;
  }
  footer .grid-text {
    margin-top: 40px;
  }
  footer h2 {
    margin-top: 0;
    font-size: 1.6rem !important;
  }
  footer h3 {
    font-size: 1.6rem !important;
  }
  footer form {
    align-items: center;
    margin: 35px 0px;
  }
  footer form .form-inner {
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  main h1 {
    font-size: 25px !important;
  }
  main .social-links {
    font-size: 15px;
  }
  main .social-links div {
    margin-right: 5px;
  }
  main .main-content {
    margin: 3rem 0 !important;
  }
  #about {
    padding: 35px 10px;
  }
  #about .about-me {
    font-size: 15px;
  }
  #about .grid-165 {
    padding: 0px;
  }
  #about .border {
    display: none;
  }
  #featured-projects .underlined {
    font-size: 1.6rem;
  }
  #featured-projects .project-item b {
    font-size: 1.5rem;
  }
  #featured-projects .project-item img {
    padding: 15px;
    border-radius: 10px;
  }
  #featured-projects .project-footer {
    display: block;
  }
  #featured-projects .project-footer .project-links {
    justify-content: unset;
  }
  #noteworthy {
    padding: 0;
  }
  #noteworthy .github-projects-grid {
    margin: 10px 10px;
  }
  #noteworthy .underlined {
    font-size: 1.5rem;
  }
  #services .grid-147 {
    padding: 0px;
  }
  #services .grid-text h2, #services .grid-text p, #services .grid-text .grid-cta {
    display: none;
  }
  footer h2 {
    font-size: 1.3rem !important;
  }
  footer p {
    font-size: 1rem !important;
  }
  footer .form-inner {
    width: 100%;
  }
  footer .credits {
    font-size: 0.8rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */