/*
Color:-
#1d1716
#402a23
#a55233
#f3bc77

#fefefe
#151513
#752ecc
#ede4dd

#fefaca
#004f39
#eae9e7
#151513

#efdfbb
#712f37

#f2df9b
#202216

#28443f
#f2fd7d

#33ee34
#0048ff

#332a26
*/

/* 
NORMAL FONTS
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: poppins; */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
/* font-family: "Orbitron", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
/* font-family: "Poiret One", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap");
/* font-family: "Oxanium", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Guides:wght@400..700&display=swap");
/* font-family: "Edu AU VIC WA NT Guides", cursive; */
@import url("https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap");
/* font-family: "Playwrite DE Grund", cursive; */
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
/* font-family: "Concert One", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
/* font-family: "Anton", sans-serif; */

/* LOGO FONTS */
@font-face {
  font-family: ffont;
  src: url(/Fonts/ORIGAMIC\ Light.otf);
}

@font-face {
  font-family: sfont;
  src: url(/Fonts/Chopsin.otf);
}

@font-face {
  font-family: tfont;
  src: url(/Fonts/SwipeRaceDemo.ttf);
}

@font-face {
  font-family: fufont;
  src: url(/Fonts/Top\ Secret.ttf);
}

@font-face {
  font-family: fifont;
  src: url(/Fonts/Smudgers.ttf);
}

@font-face {
  font-family: sifont;
  src: url(/Fonts/iknowaghost.ttf);
}

@font-face {
  font-family: sefont;
  src: url(/Fonts/TheEndFont\(RF\).ttf);
}

@font-face {
  font-family: eifont;
  src: url(/Fonts/Phoenix\ Gaming.ttf);
}

@font-face {
  font-family: nifont;
  src: url(/Fonts/stick&kick.ttf);
}

@font-face {
  font-family: tefont;
  src: url(/Fonts/First_font-Regular.ttf);
}

:root {
  --bg-color: #25d365;
  --bg-color1: #ffae00;
  --bg-color2: ##fefaca;
  --twod-square: #ff5100;
  --token-25008bde-0e99-4d9f-948c-35cff8d9660b: rgb(0, 0, 0);
  --text-color: #fefefe;
  --text1-color: #110c16;
  --btn-bg-color: #ede4dd;
  --btn-hover-bg-color: #1a112442;
  --body-bg-color: #ede4dd;
  --border-color: #9d9d9d;
  --bg-gradient-start: #bcbcbc;
  /* --bg-gradient-start: #131315; */
  --bg-gradient-end: #fcfcfc;
  /* --bg-gradient-end: #353337; */
  /* --main-bg-color: #fffbcc; */
  --main-bg-color: #ffffff;
  /* --light-color: #fd2e2e; */
  --light-color: #e6ffdb;
  --medium-color: #cf1b1b;
  /* --dark-main-color: #900d0d; */
  --dark-main-color: #fcf5eb;
  /* --dark-text-color: #360606; */
  --dark-text-color: #122e30;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sefont;
  -webkit-font-smoothing: inherit;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* background: var(--dark-main-color); */
}

a {
  text-decoration: none;
  color: var(--text1-color);
}

ul {
  list-style: none;
}

body {
  margin: 0;
  color: #fff;
  /* height: 100%; */
  /* width: 100%; */
  background: url("/Images/Gradient-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  user-select: none;
  overflow-x: hidden;  
}

.bg-gradient {
  /* display: flex;
  position: relative;
  background: linear-gradient(
    -120deg,
    var(--bg-gradient-start),
    var(--bg-gradient-end) 40%
  );
  box-shadow: 8px 8px 0 #000;
  border: 4px solid #000; */
}

/* HEADER */
header {
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  width: 100%;
  padding: 20px 0px;
}

header nav img {
  display: flex;
  position: relative;
  width: 200px;
  animation: animate-gradient 2.3s linear infinite, left-right 0.5s ease;
}

header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu li a {
  display: flex;
  position: relative;
  margin: 0px 4px;
  color: var(--text-color);
  /* font-family: "Playwrite DE Grund", cursive; */
  font-family: tefont;
  font-size: 1.2rem;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  /* border-radius: 12px; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  transition: all 250ms;
  z-index: 1;
  animation: popup 0.5s ease-in-out;
}

header nav .menu li a.active {
  background: rgb(0, 155, 93);
}

header .menu li a:hover {
  color: var(--text1-color);
}

header .menu li a:hover::after {
  top: 0;
  left: 0;
  border-radius: 0px;
}

header .menu li a::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0px;
  left: -130px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(0, 255, 153);
  transition: all 350ms;
  z-index: -9;
}

header .logo {
  display: flex;
  position: relative;
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: nifont;
  /* -webkit-text-stroke: 0.5px var(--dark-text-color); */
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  animation: animate-gradient 2.3s linear infinite, left-right 0.5s ease;
}

@keyframes animate-gradient {
  to {
    background-position: 200%;
  }
}

/* HOME PAGE */
.main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
  max-width: 85%;
  margin: 0px auto;
}

.profile-grid-box {
  /* display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  width: 100%;
  grid-column: 1/3;
  padding: 30px;
  box-shadow: 5px 5px 0 #00000035;
  border: 3px solid var(--dark-text-color);
  border-radius: 5px;
  background: #fff;
  background: var(--main-bg-color);
  overflow: hidden;
  z-index: 1; */
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  grid-column: 1 / 3;
  padding: 30px;
  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  overflow: hidden;
  z-index: 1;
}

.profile-box-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff35;
  border-radius: 12px;
  /* border-radius: 30% 70% 139% 61% / 52% 25% 75% 148%; */
  /* box-shadow: 5px 5px 0px #00000035; */
  animation: popup 0.5s ease-in-out;
  overflow: hidden;
}

.profile-box-img img {
  width: 100%;
  height: 100%;
  /* border: 3px solid var(--dark-text-color); */
  object-fit: cover;
  object-position: center;
  /* border-radius: 30% 70% 139% 61% / 52% 25% 75% 148%; */
  filter: contrast(105%) saturate(1.2);
  /* box-shadow: 5px 5px 0px #00000035; */
}

.profile-box-text {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background: var(--light-color);
  border-radius: 5px;
  border: 3px solid var(--dark-text-color);
  box-shadow: inset 5px 5px 0px #00000035;
  animation: popup 0.5s ease-in-out;
  transition: 0.3s ease-in-out; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  animation: popup 0.5s ease-in-out;
}

/* .profile-box-text:hover {
  transform: scale(1.03);
} */

.profile-box-text span {
  color: var(--text-color);
  /* text-transform: uppercase; */
  font-family: tefont;
  letter-spacing: 2px;
  font-size: 1.6rem;
  /* opacity: 0.7; */
}

.profile-box-text h1 {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-size: 100%;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  /* text-transform: uppercase; */
  font-size: 2.5rem;
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 2.5rem;
}

.profile-box-text p {
  color: var(--text-color);
  font-family: "Playwrite DE Grund", cursive;
  margin: 20px 0px;
  text-align: left;
  /* opacity: 0.4; */
  font-size: 0.9rem;
}

.profile-box-text i {
  color: var(--text-color);
  font-size: 1.5rem;
  opacity: 0.5;
  margin-left: auto;
  position: absolute;
  right: 40px;
  bottom: 30px;
  transition: 0.3s ease all;
}

.profile-box-text i:hover {
  /* color: #33e34e; */
  opacity: 1;
}

/* ABOUT PROJECT */
.about-project-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 55px 1fr;
  grid-gap: 30px;
  grid-column: 3/5;
}

.marquee-grid-box {
  grid-column: 1/3;
  height: 55px;
  display: flex;
  align-items: center;
  animation: right-left 0.5s ease-in-out;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    inset 0 0 0.8px rgba(255, 255, 255, 0.16);
}

.marquee-grid-box marquee {
  color: var(--bg-color);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-family: nifont;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

.marquee-grid-box marquee span {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: nifont;
  text-transform: lowercase;
  font-size: 2rem;
  letter-spacing: 2px;
}

.box-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  /* background: #fff;
  background: var(--main-bg-color);
  border-radius: 5px;
  border: 3px solid var(--dark-text-color);
  box-shadow: 5px 5px 0px #00000035; */
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  z-index: 1;
  overflow: hidden;
}

.box-grid p {
  color: var(--text-color);
  font-family: "Playwrite DE Grund", cursive;
  margin: 20px 0px;
  text-align: left;
  /* opacity: 0.4; */
  font-size: 0.9rem;
}

.box-grid .grid-box-img {
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff35;
  border-radius: 5px;
  /* box-shadow: 5px 5px 0px #00000035; */
  object-fit: fill;
  object-position: center;
  margin: auto;
  margin-bottom: 15px;
  animation: popup 0.5s ease-in-out;
  filter: hue-rotate(160deg) grayscale(1);
}

.box-grid .grid-g-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 3px solid var(--dark-text-color);
  border-radius: 5px;
  /* box-shadow: 5px 5px 0px #00000035; */
  margin-bottom: 10px;
  animation: popup 0.5s ease-in-out;
}

.grid-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.grid-text {
  display: flex;
  flex-direction: column;
}

.grid-text span {
  color: var(--text-color);
  /* opacity: 0.6; */
  /* font-family: "Playwrite DE Grund", cursive; */
  font-family: tefont;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-bottom: 12px;
  /* text-transform: uppercase; */
}

.grid-text strong {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 2px;
  background-size: 200%;
  animation: animate-gradient 2.3s linear infinite;
}

.grid-text-container i {
  color: var(--text-color);
  font-size: 1rem;
  opacity: 0.2;
  margin-left: auto;
  transition: 0.3s ease all;
}

.grid-text-container i:hover {
  /* color: #33e34e; */
  opacity: 1;
}

/* SOCIAL */
.social-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
  gap: 14px;
  max-width: 250px; /* controls overall size */
  margin: 0 auto 20px;
}

.social-container a {
  width: 70px;        /* 🔒 fixed size */
  height: 70px;       /* 🔒 fixed size */
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;

  color: var(--text-color);
  font-size: 1.3rem;
  transition: all 0.25s ease;
}

/* Hover */
.social-container a:hover {
  background: var(--bg-color);
  color: var(--light-color);
  transform: scale(1.08);
}

/* PROJECTS COUNT */
.project-count-grid {
  grid-column: 3/2;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.project-container {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  grid-gap: 10px;
  margin-bottom: 15px;
}

.grid-project-box {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(80px);
  border: 1px solid var(--bg-gradient-end);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

.grid-project-box i {
  font-size: 1.2rem;
}

.grid-project-box:hover {
  color: var(--text1-color);
  font-weight: bold;
  box-shadow: none;
}

.grid-project-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0%;
  overflow: hidden;
  background: var(--border-color);
  /* border-radius: 50px 50px 0px 0px; */
  z-index: -1;
  transition: 0.03s ease-in-out all;
}

.grid-project-box:hover::after {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
}
/* .pdf-grid-box img {
} */
/* FOOTER */
footer {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 30px auto;
  /* background: var(--light-color);
  border: 3px solid var(--dark-text-color);
  box-shadow: inset 5px 5px 0px #00000035; */
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16);
  justify-content: top;
  align-items: center;
  overflow: hidden;
}

.footer-logo {
  margin: 20px 0px;
  /* margin-bottom: 5px; */
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  background-size: 200%;
  animation: animate-gradient 2.3s linear infinite;
}

footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px; /* spacing between items */
  padding: 0;
  margin: 0;
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-family: tefont, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

footer ul li a:hover {
  color: #652ecc;
  opacity: 0.7;
}

/* RESPONSIVE: Small screens */
@media screen and (max-width: 600px) {
  footer ul li a {
    font-size: 1rem;
    margin: 5px 10px;
  }

  footer ul {
    gap: 10px;
  }
}

footer span {
  /* background: linear-gradient(
    180deg,
    #ff5100,
    #ffe600,
    #ff5100
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: .6px #111; */
  color: var(--text-color);
  /* font-family: "Playwrite DE Grund", cursive; */
  font-family: tefont;
  text-transform: lowercase;
  font-size: 1.4rem;
  letter-spacing: 3px;
  margin: 30px 0px;
}

/* ANIMATIONS */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* ABOUT PAGE */
.about-heading {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px;
}
.about-img-text {
  display: grid;
  grid-gap: 30px;
  padding-bottom: 20px;
  font-weight: 100;
  max-width: 100%;
  align-items: flex-end;
  margin: auto;
  width: 85%;
}
.about-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.about-img {
  width: 100%;
  height: 100%;
  /* border: 3px solid var(--dark-text-color); */
  /* border-radius: 30% 70% 139% 61% / 52% 25% 75% 148%; */
  display: flex;
  position: relative;
  overflow: hidden;
  animation: popup 0.5s ease-in-out;
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(110%);
  box-shadow: -5px 5px 0px #00000035;
  border-radius: 30% 70% 139% 61% / 52% 25% 75% 148%;
  border: 3px solid var(--dark-text-color);
  transform: rotateY(180deg);
  /* transform: scale(1.4); */
}
.about-text {
  padding: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  margin-bottom: 20px;
  animation: popup 0.5s ease-in-out;
}
.about-text h1 {
  /* background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
  color: var(--text-color);
  font-family: "Playwrite DE Grund", cursive;
  /* -webkit-text-stroke: .05px #111; */
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  /* text-align: center; */
}

.about-text p {
  color: var(--text-color);
  /* opacity: 0.5; */
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  font-family: "Playwrite DE Grund", cursive;
  font-weight: bolder;
  text-align: left;
  margin-top: 10px;
}

.edu-work-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  max-width: 100%;
  width: 85%;
  margin: 10px auto;
  margin-bottom: 0px;
}

.edu-grid,
.word-grid {
  align-items: flex-start;
  animation: popup 0.5s ease-in-out;
}

.edu-grid h3 {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.edu-box {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.edu-box strong {
  /* background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
  color: var(--text-color);
  font-family: "Playwrite DE Grund", cursive;
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 2px;
  /* margin: 3px 0px 2px 0px; */
  margin-bottom: 10px;
}

.edu-box span {
  color: var(--text-color);
  font-size: 0.9rem;
  font-family: "Playwrite DE Grund", cursive;
  letter-spacing: 0.4px;
  /* margin-bottom: 10px; */
}

/* SERVICE PAGE */
.resume-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  max-width: 100%;
  width: 85%;
  margin: 10px auto;
  margin-bottom: 0px;
  margin: auto;
}

.resume-container h1 {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 2px;
  text-align: center;
  margin: 5px;
  /* margin-bottom: -20px; */
}

.resume-box-container {
  display: flex;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  /* grid-gap: 10px; */
}

@keyframes slider {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.skills-box-container {
  display: grid;
  grid-template-columns: 1fr;
  /* grid-gap: 30px; */
  max-width: 100%;
  width: 85%;
  margin: 30px auto 0px auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.skills-box-container h1 {
  position: relative;
  color: var(--text-color);
  font-size: 1rem;
  padding: 10px 0px;
  font-weight: 400;
  letter-spacing: 1.2px;
  font-family: "Playwrite DE Grund", cursive;
}

.skills-box-container h1::before {
  content: "";
  position: absolute;
  width: 100px;
  background: #990000;
  z-index: 2;
}

.logo-container {
  overflow: hidden;
  padding: 20px 0;
  /* margin: 10px 0px; */
  width: 100%;
  /* background: var(--text-color); */
  background: rgba(255, 255, 255, 0.16); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  position: relative;
  white-space: nowrap;
}

.logo-container:hover .logo-slider {
  animation-play-state: paused;
}

.logo-slider {
  display: inline-block;
  animation: 10s slider infinite linear;
}

.logo-slider img {
  /* background: white; */
  /* padding: 20px; */
  height: 80px;
  margin: 0 5px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.skills {
  width: 100%;
  max-width: 100%;
  padding: 0px 0px;
}

.skill-name {
  font-size: 1.2rem;
  font-family: tefont;
  letter-spacing: 1px;
  color: var(--text-color);
  opacity: 0.3;
  text-transform: uppercase;
  margin: 10px 0px;
  text-align: right;
}

.skill-bar {
  height: 10px;
  border-radius: 5px;
  background: var(--light-color);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 20px;
}

.skill-per {
  height: 100%;
  border-radius: 4px;
  background: var(--bg-color);
  position: relative;
  animation: fillBars 4.5s 1;
}

.skill-per::before {
  content: attr(per);
  position: absolute;
  padding: 6px 8px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.6rem;
  font-family: "Playwrite DE Grund", cursive;
  top: -40px;
  right: 0;
  border-radius: 5px;
  transform: translateX(50%);
  color: var(--text-color);
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 1;
}

@keyframes fillBars {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.resume-box-container h2 {
  /* background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text; */
  color: var(--text-color);
  font-family: tefont;
  font-family: "Playwrite DE Grund", cursive;
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 12px 0px;
  /* margin-bottom: -10px; */
  /* text-align: center; */
}

.resume-box-container span {
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: sfont;
}

.resume-box-container ol {
  margin: 0px 20px;
}

.resume-box-container ol li {
  font-size: 0.9rem;
  font-family: "Playwrite DE Grund", cursive;
  /* font-weight: bold; */
  line-height: 2rem;
  /* opacity: 0.6; */
  margin: 0;
}

.resume-box-container p {
  font-size: 0.9rem;
  font-family: "Playwrite DE Grund", cursive;
  /* opacity: 0.6; */
  text-align: left;
  letter-spacing: 2px;
  margin: 0;
}

.resume-box-container .resume-download-btn {
  color: var(--text-color);
  font-size: 1.6rem;
  font-family: tefont;
  text-align: center;
  display: flex;
  width: 250px;
  height: 60px;
  background: rgba(255, 255, 255, 0.02);
  border: 1.2px solid rgba(255, 255, 255, 0.16);
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
}

.resume-box-container .resume-download-btn:hover {
  color: var(--text1-color);
}

.resume-box-container .resume-download-btn:hover::after {
  top: 0;
  left: 0;
  border-radius: 0px;
}

.resume-box-container .resume-download-btn::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0px;
  left: -250px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(0, 255, 153);
  transition: all 250ms;
  z-index: -9;
}

/* 3D-MODELS */
.model-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.model-box-container {
  display: grid;
  flex-wrap: wrap;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
}

.model-box-container p {
  font-size: 0.9rem;
  font-family: "Playwrite DE Grund", cursive;
  color: var(--dark-text-color);
  width: 100%;
  font-weight: bold;
  text-align: justify;
  margin-bottom: -10px;
}

model-viewer {
  width: 100%;
  height: 400px;
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  z-index: 1;
  animation: popup 0.5s ease-in-out;
  justify-content: center;
  align-items: center;
  text-align: center;
}

model-viewer .model-viewer-download-btn{
  color: var(--text-color);
  font-size: 1.6rem;
  font-family: tefont;
  /* text-align: center; */
  display: flex;
  width: 250px;
  height: 60px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.02);
  border: 1.2px solid rgba(255, 255, 255, 0.16);
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  margin: 20px;
  overflow: hidden;
}

model-viewer .model-viewer-download-btn:hover {
  color: var(--bg-color);
}

model-viewer .model-viewer-download-btn:hover::after {
  top: 0;
  left: 0;
  border-radius: 0px;
}

model-viewer .model-viewer-download-btn::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0px;
  left: -250px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.16);
  transition: all 250ms;
  z-index: -9;
}

/* CONTACT PAGE */
.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  font-weight: 100;
  max-width: 100%;
  height: 100%;
  align-items: flex-end;
  margin: auto;
  color: var(--text-color);
  width: 85%;
}

form {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

form label {
  display: flex;
  left: 0;
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

form input,
textarea {
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  z-index: 1;
  animation: popup 0.5s ease-in-out;
  resize: none;
  font-family: "Playwrite DE Grund", cursive;
  letter-spacing: 2px;
  color: var(--text-color);
}

form input::placeholder,
form textarea::placeholder {
  font-family: "Playwrite DE Grund", cursive;
  font-size: 0.7rem;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--text-color);
}

form button {
  color: var(--text-color);
  background: rgba(255, 255, 255, 0.020);
  /* background-image: linear-gradient(black 0px, transparent 0.01px),
    linear-gradient(90deg, black 0px, transparent 0.01px),
    linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  backdrop-filter: blur(0.8px) contrast(110%) brightness(95%);
  background-attachment: fixed; */
  font-size: 0.9rem;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  margin-top: 20px;
  font-family: "Playwrite DE Grund", cursive;
  border: 1px solid rgba(255, 255, 255, 0.16);
  letter-spacing: 4px;
  border-radius: 5px;
  transition: all 250ms;
  cursor: pointer;
  z-index: 1;
  animation: popup 0.5s ease-in-out;
}

form button:hover {
  color: var(--text-color);
}

form button:hover::after {
  top: 0;
  left: 0;
}

form button::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -160px;
  width: 100%;
  height: 100%;
  background: #652ecc;
  border-right: 2px solid #000;
  z-index: -1;
  transition: all 250ms;
}

/* GALLERY */
.gallery-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.gallery-container h1 {
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Frosted glass wrapper */
.gallery-container-box {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    inset 0 0 0.8px rgba(255, 255, 255, 0.16);
  padding: 25px;
}

/* --- THE PERFECT RESPONSIVE GRID --- */
.asset-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
}

/* Individual card */
.gallery-item {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    inset 0 0 0.8px rgba(255, 255, 255, 0.16);

  animation: popup 0.7s ease-in-out;

  /* makes all boxes same height */
  aspect-ratio: 1 / 1; 
  overflow: hidden;
}

/* Image inside */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* fits without cropping */
  padding: 20px;
  filter: saturate(1.4) contrast(120%);
}

/* .gallery-container {
  width: 85%;
  margin: auto;
  text-align: center;
}

.gallery-container h1 {
  position: relative;
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: tefont;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.gallery-container-box {
  background: rgba(255, 255, 255, 0.02); 
  backdrop-filter: blur(4px) saturate(180%); 
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); 
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0.8px rgba(255, 255, 255, 0.16); 
  z-index: 1;
}

.asset-gallery {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.gallery-item {
  flex-grow: 1;
  min-width: 180px;
  position: relative;
  background: rgba(255, 255, 255, 0.02); 
  backdrop-filter: blur(4px) saturate(180%); 
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0.8px rgba(255, 255, 255, 0.16);
  z-index: 1;
  border-radius: 5px;
  animation: popup 0.7s ease-in-out;
}

.gallery-item::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.gallery-item-image {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.4) contrast(120%);
} */

/* PROJECT VIDEOS */
/* MAIN VIDEO WRAPPER */
.video-container {
  width: 85%;
  max-width: 100%;
  margin: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  z-index: 1;
}

.video-container > h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  font-family: tefont;
}

/* --- Responsive Grid --- */
.video-container-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

/* --- Video Card --- */
.video-container-box .video {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: popup 0.5s ease-in-out;
  height: auto; /* remove fixed height */
  background: rgba(255, 255, 255, 0.02); /* transparent white */
  backdrop-filter: blur(4px) saturate(180%); /* frosted glass */
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.16); /* subtle glass border */
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25),
    /* deep soft shadow */ inset 0 0 0.8px rgba(255, 255, 255, 0.16); /* inner highlight edge */
  z-index: 1;
  align-items: center;
  /* justify-content: center; */
}

/* --- Video Aspect Ratio --- */
.video-container-box .video video {
  width: 100%;
  aspect-ratio: 16/9;   /* keeps video perfectly proportional */
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.video-container-box .video iframe{
  width: 100%;
  height: 40%;
  aspect-ratio: 16/9;   /* keeps video perfectly proportional */
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.video-container-box .video button {
  display: flex;
  width: 250px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.02);
  border: 1.2px solid rgba(255, 255, 255, 0.16);
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
  margin: 20px;
  overflow: hidden;
  cursor: pointer;
}

.video-container-box .video button a{
  color: var(--text-color);
  font-size: 1.6rem;
  font-family: tefont;
  width: 100%;
  padding: 1rem;
}

.video-container-box .video button a:hover {
  color: var(--text-color);
}

.video-container-box .video button a:hover::after {
  top: 0;
  left: 0;
  border-radius: 0px;
}

.video-container-box .video button a::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0px;
  left: -250px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #652ecc;
  transition: all 250ms;
  z-index: -9;
}

/* --- Title --- */
.video-container-box .video h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.6rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ff5100 1%, #ffe600 30%, #ff5100 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.5px;
  font-family: tefont;
  margin: 12px 15px 6px 15px;
}

/* --- Description Text with Scroll --- */
.video-container-box .video p {
  margin: 8px 15px 15px 15px;
  color: var(--text-color);
  font-size: 0.92rem;
  font-family: "Playwrite DE Grund", cursive;
  text-align: left;
  line-height: 1.45;
  max-height: 130px; /* uniform height */
  overflow-y: auto;
  padding-right: 6px;
}

/* Custom scroll bar */
.video-container-box .video p::-webkit-scrollbar {
  width: 1px;
}
.video-container-box .video p::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* --- Mobile Fixes --- */
@media (max-width: 480px) {
  .video-container {
    padding: 18px;
  }

  .video-container > h1 {
    font-size: 1.8rem;
  }

  .video-container-box .video p {
    max-height: 100px;
  }
}

/* HOME PAGE RESPONSIVE */
.menu-icon,
.menu-btn {
  display: none;
}

.js-is-hidden {
  display: none;
}

.line {
  display: flex;
  width: 100%;
  border-top: 1px solid #ffffff35;
  margin-top: 10px;
}

@media (max-width: 1467px) {
  .main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-grid-box,
  .about-project-container {
    grid-column: 1/3;
  }

  .service-grid,
  .project-count-grid {
    grid-column: auto;
  }
}

@media (max-width: 1290px) {
  .model-box-container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  header nav {
    display: flex;
    position: relative;
    width: 100%;
    padding: 20px 0px;
  }

  header nav .menu {
    display: block;
    position: absolute;
    left: -140%;
    top: 200%;
    width: 100%;
    margin: 0px;
    padding: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    transition: 0.3s ease-in-out all;
    z-index: 100;
    filter: blur(10px) brightness(30%);
    transform: scale(0.1);
  }

  header nav .menu li a {
    display: flex;
    justify-content: center;
    margin: 16px 0px;
    padding: 10px;
    left: -140%;
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-family: "Playwrite DE Grund", cursive;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-color);
    box-shadow: none;
    transition: 0.5s ease-in-out all;
    width: 100%;
  }

  header nav .menu li a:hover{
    background: var(--text-color);
    color: var(--text1-color);
  }

  header nav .menu li a::after {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  nav .menu-icon {
    cursor: pointer;
    float: right;
    padding: 10px 0px;
    position: relative;
    z-index: 106;
  }

  nav .menu-icon .nav-icon {
    background-color: var(--text-color);
    display: block;
    position: relative;
    height: 2px;
    width: 25px;
    transition: background ease-out 0.2s;
  }

  nav .menu-icon .nav-icon::after,
  nav .menu-icon .nav-icon::before {
    background-color: var(--text-color);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all ease-out 0.2s;
  }

  nav .menu-icon .nav-icon::after {
    top: -9px;
  }

  nav .menu-icon .nav-icon::before {
    top: 9px;
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon {
    background-color: transparent;
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon::before {
    transform: rotate(-45deg);
    top: 0px;
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon::after {
    transform: rotate(45deg);
    top: 0px;
  }

  nav .menu-btn:checked ~ .menu {
    display: block;
    left: 0px;
    top: 100%;
    transform: scale(1);
    /* border-radius: 0%; */
    filter: none;
  }

  nav .menu-btn:checked ~ .menu li a {
    transition: 0.5s ease-in-out all;
    left: 0%;
  }
}

@media (max-width: 1170px) {
  .main-grid,
  .profile-grid-box,
  .about-project-container {
    grid-template-columns: 1fr;
  }

  .project-count-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-grid-box,
  .about-project-container {
    grid-column: 1/2;
  }

  .marquee-grid-box {
    grid-column: auto;
  }

  .profile-grid-box {
    padding: 30px;
  }

  .profile-box-text p {
    width: 100%;
  }

  .service-icon {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media (max-width: 590px) {
  header .nav-contact {
    display: none;
  }
  .footer-logo {
    font-size: 1.6rem;
  }
  .box-grid .popup-img img {
    width: 75%;
  }
}

@media (max-width: 650px) {
  .service-box-container {
    grid-template-columns: 1fr;
  }
  .service-container h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 950px) {
  .model-box-container {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

/* ABOUT PAGE RESPONSIVE */
@media (max-width: 1250px) {
  .about-img-text {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1170px) {
  .about-img-text,
  .edu-work-container {
    grid-template-columns: 1fr;
  }
  .about-heading {
    font-size: 1.8rem;
  }
  .about-img-container {
    padding: 25px;
  }
}

/* LOADER */

/* TRANSITIONS ANIMATION */
@keyframes popup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes right-left {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@keyframes left-right {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
