* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
::selection {
  background-color: #55d4d4;
  color: #134e4f;
}
html {
  /* Default Browsers have font size of 16px, 10/16 = 0.625*/
  /* As rem is root-unit html{} */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Rubik", sans-serif;
  line-height: 1;

  /* font-weight: 400; */
  color: #94a3b8;
  background-color: #0f172a;
}

.cursor-glow {
  position: fixed;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    #162133,
    /* rgba(255, 255, 255, 0.1) 50%, */ transparent 100%
  );
  filter: blur(20px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  z-index: -1; /* Changed from 9999 to -1 */
}

section {
  margin-top: 11rem;
}
/* ****************** */
/* Left Side Headings */
/* ****************** */
.aside {
  max-width: 60rem;
  position: fixed;
  height: 100%;

  padding: 10rem 10rem;

  color: #e2e8f0;
}

.introduction h1 {
  /* font-family: 'Cabinet Grotesk', sans-serif; */
  font-family: "Jameel Noori Nastaleeq Kasheeda";
  /* line-height: 6.5rem; */
  font-size: 5.8rem;
  line-height: 5rem;
  color: #cbd7ed;
}
.introduction h3 {
  /* font-family: 'Cabinet Grotesk', sans-serif; */
  font-size: 2rem;
  line-height: 5rem;
  font-weight: 500;
  color: #cbd7ed;
}
.description {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;

  color: #94a3b8;
  max-width: 35rem;
}

/* Navigation */
.nav {
  margin-top: 6.5rem;
  line-height: 3.5rem;
}

.nav-text {
  margin-left: 15px;
  letter-spacing: 0.1rem;

  font-weight: 600;
  font-size: 1.2rem;
  line-height: 4rem;
}

.nav-link:link,
.nav-link:visited {
  text-decoration: none;
  text-transform: uppercase;

  color: rgb(148, 163, 184);
  transition: all 0.1s;
}

.nav-link:hover,
.nav-link:active {
  color: #e2e8f0;
  font-weight: 900;
}
.nav-link:link span,
.nav-link:visited span {
  transition: all 0.4s;
}
.nav-link:hover span,
.nav-link:active span {
  letter-spacing: 0.6rem;
}

/* Logos */
.social-links {
  margin-top: 9.5rem;
  display: flex;
  gap: 1.7rem;
}
.social-links ion-icon {
  height: 2.6rem;
  width: 2.6rem;
  color: #94a3b8;
  transition: all 0.4s;
}

.logo-link:hover ion-icon,
.logo-link:active ion-icon {
  color: #e2e8f0;
}

.logo-link .linkedin:hover {
  color: #498bcd;
}
.logo-link .instagram:hover {
  color: #d46e90;
}

main {
  margin-left: 55rem;
  padding: 0.1rem 10rem;
  max-width: 80em;
}
/* ****************** */
/* Right Side Paragraph */
/* ****************** */
.about {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.about p {
  margin-bottom: 1.6rem;
}

.text-link:link,
.text-link:visited {
  color: #dfe6f0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.text-link:hover,
.text-link:active {
  color: #55d4d4;
}

/* Education Section */
/* .education {
  margin-top: 11rem;
} */

.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-top: 1rem;
  padding: 2rem 2rem;
  border-radius: 7px;

  transition: all 0.3s;
  /* align-items: center; */
  gap: 3rem;
}

.education-date {
  margin-top: 6px;
  letter-spacing: 0.1rem;
  color: #64748b;
  font-weight: 600;
  font-size: 1.2rem;
}

.heading {
  font-size: 1.6rem;
  color: #dfe6f0;

  font-weight: 600;
  transition: all 0.1s;
}

.grid-description {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;

  font-weight: 400;
  /* letter-spacing: 0.02rem; */
}

.technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  row-gap: 0px;
}
.technology {
  margin-top: 1.5rem;
  padding: 0.7rem 1.1rem;
  background-color: #122b39;
  border-radius: 14px;
  color: #5eead4;
  font-size: 1.2rem;
  font-weight: 500;
}

.grid:hover {
  background-color: #162032;
}
.grid:hover .heading {
  color: #55d4d4;
}
.grid .heading ion-icon {
  transition: all 0.4s;
}
.grid:hover .heading ion-icon {
  transform: translate(3px, -3px);
}

.flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.blog-icon {
  width: 2.2rem;
  height: 2.2rem;
  transform: translate(1.6px, 5px);
}

.grid .blog-icon {
  transition: all 0.3s;
}

.grid:hover .heading .blog-icon {
  transform: translate(10px, 4px);
  color: #55d4d4;
}

.grid:hover img {
  outline: 3px solid #535c6b;
}
.chain-technologies {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.chain-box {
  font-size: 1.4rem;
}

.chain-link,
.chain-link:link,
.chain-link:visited {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;

  color: #dfe6f0;
  font-weight: 500;
  transition: all 0.7s;
}

.chain-link:hover,
.chain-link:active {
  color: #55d4d4;
}

.chain-link ion-icon {
  height: 2rem;
  width: 2rem;
  color: #dfe6f0;
  transition: all 0.7s;
}
.chain-link:hover ion-icon,
.chain-link:active ion-icon {
  color: #55d4d4;
}

/* .section-projects{
  margin-top: 11rem;
} */

.project {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.grid img {
  width: 100%;
  border-radius: 4px;
  /* border: 3px solid #55d4d4; */
}

/* .blogs-section{
  margin-top: 11rem;
} */

.bold {
  font-weight: 600;
  line-height: 2.5rem;
}

.links-to-others {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-padding {
  padding: 2rem 1rem;
}

footer {
  margin-left: 66rem;
  margin-top: 10rem;
  padding: 0rem 10rem 5.5rem 0rem;
  max-width: 50rem;

  font-size: 1.4rem;
  line-height: 2rem;
  color: #64748b;
}

footer a {
  text-decoration: none;
  color: #94a3b8;
  font-weight: 500;
}

footer a:hover {
  color: #55d4d4;
}

.mob-nav {
  display: none;
  font-size: 1.3rem;
  color: #e2e8f0;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

/* @font-face {
  font-family: "Jameel Noori Nastaleeq Kasheeda";
  src: url(/Jameel\ Noori\ Nastaleeq\ Kasheeda.ttf);
} */
@font-face {
  font-family: "Jameel Noori Nastaleeq Kasheeda";
  src: url("Jameel Noori Nastaleeq Kasheeda.woff2") format("woff2");
  font-display: swap;
}
