@font-face {
  font-family: "TuskerGrotesk-2600Semibold";
  src: url("../fonts/TuskerGrotesk-2600Semibold.otf");
  src: url("../fonts/TuskerGrotesk-2600Semibold.ttf");
}
:root {
  --primary-color: #151417;
  --text-color: white;
  --accent-color: #131316;
  --accent2: white;
}

.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.btn {
  padding: 0.6rem 1rem !important;
  min-width: 5rem !important;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  color: var(--primary-color);
  border-radius: 5px;
  text-align: center;
}

html {
  padding: 0rem;
  padding-bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 221, 225, 0.5215686275);
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: baseline;
  flex-direction: column;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  position: relative;
  box-sizing: border-box;
}
body .preloader {
  background-color: #040911;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
body .preloader .content {
  position: relative;
  top: 35%;
  left: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translate(0%, -35%);
}
body .preloader .content img {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
  transform-style: preserve-3d;
  animation: skew 2s;
}
@keyframes skew {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
body .preloader .content .ml1 {
  position: relative;
  font-weight: 200;
  font-size: 1.5em;
  margin-top: 0.2rem;
}
body .preloader .content .ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .preloader .content .ml1 .letter {
  transform-origin: 50% 100%;
  color: var(--primary-color);
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  display: inline-block;
  line-height: 1em;
}
body .navbar {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.02cm;
  background: var(--primary-color) !important;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.059);
  box-sizing: border-box;
  z-index: 9999;
}
body .navbar .nav-logo {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .navbar .nav-logo h3 {
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  margin-left: 0.3rem;
  font-family: "Space Grotesk";
  font-size: 1.4em;
}
body .navbar .nav-content {
  display: flex !important;
  width: 80%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  box-sizing: border-box;
}
body .navbar .nav-content li {
  list-style: none;
  transition: all 0.4s ease;
  display: flex;
}
body .navbar .nav-content li a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 400;
  transition: all 0.4s ease;
  font-size: 14px;
}
body .navbar .nav-content li a:hover {
  color: var(--primary-color);
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .navbar .nav-content li a span {
  color: #00d8fb;
}
body .navbar .nav-content li a.active {
  color: #00d8fb;
}
body .navbar .nav-content .extra {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .navbar .nav-content .extra a.btn {
  padding: 0.6rem 0.5rem;
  border: none;
  border-image-slice: 1;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .navbar .nav-content .extra a.btn:hover {
  background: #00d8fb;
  color: white;
  -webkit-background-clip: text;
          background-clip: text;
}
body .navbar .nav-content .extra .nav-trigger {
  display: none;
}
body .navbar .theme-toggler {
  width: 5%;
}
body .sidebar {
  display: none;
}
body .main {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: end;
  justify-content: space-evenly;
  margin-top: auto;
  bottom: 0;
  box-sizing: border-box;
}
body .main .socials {
  width: 8%;
  position: absolute !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  left: 0;
  margin-bottom: 2rem;
  z-index: 99;
}
body .main .socials .vl {
  height: 6rem;
  border-left: 1px solid var(--text-color);
}
body .main .socials a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.4s ease;
}
body .main .socials a i.bx {
  font-size: 1.5em;
}
body .main .socials a:hover {
  transform: translateY(-15%);
  color: var(--primary-color);
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .socials a.active {
  color: var(--primary-color);
}
body .main .content {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  overflow-y: scroll !important;
  flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "";
  letter-spacing: 0.03cm;
  font-size: 1em;
  padding: 0.5rem;
  font-weight: 300;
}
body .main .content::-webkit-scrollbar {
  width: 10px;
  background: transparent;
  height: 1rem;
}
body .main .content::-webkit-scrollbar-thumb {
  height: 2rem;
  border-radius: 20px 20px;
  margin: 20rem;
  background-color: var(--text-color);
}
body .main .content::-webkit-scrollbar-track {
  width: 2%;
  padding: 4rem;
}
body .main .content::-webkit-scrollbar-track-piece {
  width: 20px;
}
body .main .content .email {
  width: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  justify-self: flex-end;
  position: absolute;
  height: 87vh;
  right: 1%;
  z-index: 999;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
body .main .content .email .vl {
  height: 6rem;
  border-left: 1px solid var(--text-color);
}
body .main .content .email a {
  writing-mode: vertical-lr;
  font-size: 1em;
  color: var(--text-color);
  text-decoration: none;
  font-family: monospace;
  letter-spacing: 0.1rem;
}
body .main .content .email a:hover {
  color: var(--primary-color);
  background: linear-gradient(90deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .home-section {
  width: 100%;
  height: 90vh !important;
  justify-self: center;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-around;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 4rem;
}
body .main .content .home-section .main_content {
  width: 100%;
  min-height: 88vh;
  height: 100% !important;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  transform-origin: 0 0;
  padding: 0;
  box-sizing: border-box;
}
body .main .content .home-section .main_content .landingpage-img {
  width: 45%;
  height: 100%;
  box-sizing: border-box;
  padding: 5% 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  left: 50%;
  transform: translateX(-10%);
  position: absolute;
}
body .main .content .home-section .main_content .landingpage-img .overlay {
  width: 40%;
  color: var(--text-color);
  top: 2%;
  right: -10%;
  position: absolute;
  z-index: 99;
  font-family: "Space Grotesk";
  font-size: 12px;
  text-decoration: none;
  margin: 0 0.3rem;
}
body .main .content .home-section .main_content .landingpage-img .overlay a {
  background: linear-gradient(180deg, #00d8fb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #00d8fb;
}
body .main .content .home-section .main_content .landingpage-img .vl {
  position: absolute;
  top: 10%;
  right: 20%;
  height: 3rem;
  border-left: 1px solid var(--text-color);
}
body .main .content .home-section .main_content .landingpage-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .main .content .home-section .main_content .text-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  box-sizing: border-box;
  height: 100%;
  padding: 1rem 2rem;
  z-index: 99;
}
body .main .content .home-section .main_content .text-content h4 {
  width: 100%;
  color: var(--text-color);
  transform: translateX(0%);
  word-spacing: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  transform-origin: 0 0;
  font-size: 2.7rem;
  margin-bottom: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4745098039);
}
body .main .content .home-section .main_content .text-content p {
  width: 80%;
  color: var(--text-color);
  line-height: 1.7em;
  font-family: "Space Grotesk";
  box-sizing: border-box;
}
body .main .content .home-section .main_content .text-content .action {
  width: 100%;
  margin-top: 0%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 4.5rem;
  position: relative;
}
body .main .content .home-section .main_content .text-content .action .action-p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(10deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  line-height: 1.2rem;
}
body .main .content .home-section .main_content .text-content .action .btn {
  padding: 1rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-left: 20%;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body .main .content .home-section .main_content .text-content .action .btn:hover {
  background: #00d8fb;
  color: white;
  -webkit-background-clip: text;
          background-clip: text;
}
body .main .content .home-section .main_content .text-content .action img {
  width: 9rem;
  position: absolute;
  left: 20%;
  transform: rotate(30deg);
  box-sizing: border-box;
  margin-top: 1rem;
}
body .main .content .home-section .main_content h1 {
  font-size: 4em;
  font-family: "Zen Dots";
  transform-origin: 0 0;
  color: var(--accent-color);
  margin: 0;
  line-height: 1.3em;
  font-weight: bold;
  box-sizing: border-box;
}
body .main .content .home-section .main_content span {
  font-size: 4em;
  color: var(--text-color);
  font-weight: bold;
  font-family: "Kdam Thmor Pro", sans-serif;
  box-sizing: border-box;
}
body .main .content .about-section {
  width: 100%;
  height: 100vh !important;
  justify-self: center;
  padding: 0 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 4rem;
  position: relative;
}
body .main .content .about-section.hidden {
  opacity: 1; /* Change it to 0 */
  transition: all 2s ease;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body .main .content .about-section.show {
  opacity: 1 !important;
  transition: all 2s ease;
  filter: blur(0);
  position: relative;
}
body .main .content .about-section .main_content {
  width: 50%;
  height: 80vh;
  font-family: "Space Grotesk";
  font-size: 15px;
}
body .main .content .about-section .main_content.hidden {
  transition: all 2s ease;
  /*transform: translateX(-100%); */
}
body .main .content .about-section .main_content.show {
  transform: translateX(0%);
}
body .main .content .about-section .main_content h4 {
  width: 100%;
  height: 10vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--text-color);
  transform: translateX(0%);
  word-spacing: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
  transform-origin: 0 0;
  font-size: 1.5em;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
}
body .main .content .about-section .main_content h4 span {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
}
body .main .content .about-section .main_content h4 hr {
  width: 50%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .about-section .main_content p {
  color: var(--text-color);
  line-height: 1.5em;
  font-family: "Space Grotesk";
}
body .main .content .about-section .main_content p a {
  text-decoration: none;
  color: var(--primary-color);
}
body .main .content .about-section .main_content .analysis {
  display: flex;
  width: 100%;
  gap: 1rem;
  margin-top: 1rem;
}
body .main .content .about-section .main_content .analysis div {
  width: 32.2580645161%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
body .main .content .about-section .main_content .analysis div:first-child {
  border-right: 1px solid #00d8fb;
}
body .main .content .about-section .main_content .analysis div:last-child {
  border-left: 1px solid #00d8fb;
}
body .main .content .about-section .main_content .analysis div h2 {
  font-size: 2em;
}
body .main .content .about-section .main_content .analysis div span {
  font-size: 0.9em;
  text-align: center;
}
body .main .content .about-section .me {
  width: 40%;
  height: 70%;
  position: relative;
  display: flex;
  justify-content: center;
}
body .main .content .about-section .me .btn-link {
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9em;
  position: absolute;
  right: 2%;
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  color: var(--text-color);
}
body .main .content .about-section .me .btn-link:hover {
  background: linear-gradient(90deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .about-section .me.hidden {
  transition: all 1s ease;
  filter: blur(5px);
  transform: scale(0.9) translateY(100%);
}
body .main .content .about-section .me.show {
  animation-duration: 2s;
  transform-origin: 0% 0%;
  animation: 1.5s shake 1s ease;
  filter: blur(0);
  transform: scale(1) translateY(0%);
}
@keyframes shake {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}
body .main .content .about-section .me .img {
  width: 80%;
  height: 100%;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  transition: 4s ease;
}
body .main .content .about-section .me .img img#abbey2 {
  display: none;
}
body .main .content .about-section .me .img:hover {
  transform: scale(0.98);
  transition: 4s ease;
}
body .main .content .about-section .me .img:hover #abbey1 {
  transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
  display: none;
}
body .main .content .about-section .me .img:hover #abbey2 {
  transition: 4s ease;
  display: flex;
}
body .main .content .about-section .me .img img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -8%;
  margin-bottom: 10%;
  margin-left: -8%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 1;
  background: #00d8fb;
  background: var(--primary-color);
  background-blend-mode: color;
  transition: 0.4s all ease;
}
body .main .content .skill-section {
  width: 100%;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
body .main .content .skill-section.hidden {
  opacity: 0;
  transition: all 2s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
}
body .main .content .skill-section.show {
  opacity: 1 !important;
  transition: all 2s ease;
  transform: translateX(0);
  filter: blur(0);
  position: relative;
}
body .main .content .skill-section .main_content {
  width: 92.5%;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .skill-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .skill-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--text-color);
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .skill-section .main_content h4 hr {
  width: 40%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .skill-section .main_content .workplaces {
  display: flex;
  width: 100%;
  padding: 1rem;
  align-items: flex-start;
  margin-top: 0rem;
  box-sizing: border-box;
  flex-direction: row;
  font-family: "Space Grotesk";
  justify-content: space-between;
}
body .main .content .skill-section .main_content .workplaces .action-buttons {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
}
body .main .content .skill-section .main_content .workplaces .action-buttons li {
  width: 100%;
  list-style: none;
  color: var(--text-color);
  text-align: start;
  padding: 0.8rem 1rem;
  font-size: 15px;
  font-weight: 300;
  box-sizing: border-box;
  letter-spacing: 0.02cm;
  border-bottom: none;
  border-left: 2px solid rgba(136, 146, 176, 0.3960784314) !important;
  white-space: nowrap;
  cursor: pointer;
}
body .main .content .skill-section .main_content .workplaces .action-buttons li:hover {
  background: rgba(204, 214, 246, 0.0666666667);
}
body .main .content .skill-section .main_content .workplaces .action-buttons li.active {
  background: rgba(204, 214, 246, 0.0666666667);
  color: #00d8fb;
  border-bottom: none;
  border-left: 2px solid #00d8fb !important;
}
body .main .content .skill-section .main_content .workplaces .skill-details {
  width: 70%;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: white;
}
body .main .content .skill-section .main_content .workplaces .skill-details .btn {
  padding: 0.5rem 1.2rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body .main .content .skill-section .main_content .workplaces .skill-details .btn:hover {
  background: var(--primary-color);
  color: white;
  -webkit-background-clip: text;
          background-clip: text;
}
body .main .content .skill-section .main_content .workplaces .skill-details div {
  padding: 0.5rem;
  width: 29.8507462687%;
  min-height: 170px;
  border: 1px solid rgba(15, 23, 42, 0.1215686275);
  border-image-source: linear-gradient(to right, #00d8fb, #4B184D);
  border-image-slice: 1;
}
body .main .content .skill-section .main_content .workplaces .skill-details div h4.title {
  color: var(--text-color);
  text-align: start !important;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 !important;
}
body .main .content .skill-section .main_content .workplaces .skill-details div .list {
  font-size: 14px;
  word-spacing: 0.1cm;
  line-height: 1.8rem;
}
body .main .content .skill-section .main_content .workplaces .skill-details .description {
  font-size: 15px;
  word-spacing: 0.1cm;
  line-height: 1.8rem;
}
body .main .content .skill-section .main_content .workplaces .skill-details ul.description-list {
  font-size: 15px;
  line-height: 1.8rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .main .content .skill-section .main_content .workplaces .skill-details.active {
  display: flex;
}
body .main .content .blog-research-section {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
body .main .content .blog-research-section.hidden {
  opacity: 0;
  transition: all 2s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
}
body .main .content .blog-research-section.show {
  opacity: 1 !important;
  transition: all 2s ease;
  transform: translateX(0);
  filter: blur(0);
  position: relative;
}
body .main .content .blog-research-section .main_content {
  width: 92.5%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  /*=============== CARD ===============*/
  /* Swiper class */
  /*=============== BREAKPOINTS ===============*/
  /* For small devices */
  /* For medium devices */
  /* For large devices */
}
body .main .content .blog-research-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .blog-research-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--text-color);
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .blog-research-section .main_content h4 hr {
  width: 40%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .blog-research-section .main_content .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}
body .main .content .blog-research-section .main_content .statement {
  padding: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 90%;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
}
body .main .content .blog-research-section .main_content .statement p span {
  font-weight: bold;
  color: #00d8fb;
}
body .main .content .blog-research-section .main_content .statement i.bx {
  font-size: 28px;
}
body .main .content .blog-research-section .main_content .card__container {
  padding-block: 1rem 3rem;
  color: white;
  box-sizing: border-box;
  width: 100%;
}
body .main .content .blog-research-section .main_content .card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 0.3rem;
}
body .main .content .blog-research-section .main_content .card__article {
  width: 300px;
  height: 500px;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 0px 3px 3px rgba(0, 217, 251, 0.0392156863);
  box-sizing: border-box;
}
body .main .content .blog-research-section .main_content .card__image {
  position: relative;
  background-color: var(--first-color-light);
  height: 40%;
  width: 100%;
}
body .main .content .blog-research-section .main_content .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .main .content .blog-research-section .main_content .card__data {
  background-color: var(--container-color);
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: "Space Grotesk";
  height: 60%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main .content .blog-research-section .main_content .card__data h3 {
  font-size: 14px;
}
body .main .content .blog-research-section .main_content .card__data p {
  font-size: 12px;
}
body .main .content .blog-research-section .main_content .card__img {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
body .main .content .blog-research-section .main_content .card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}
body .main .content .blog-research-section .main_content .card__name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: 0.75rem;
  height: -moz-fit-content;
  height: fit-content;
}
body .main .content .blog-research-section .main_content .card__description {
  font-weight: 500;
  margin-bottom: 1.75rem;
  height: 30%;
}
body .main .content .blog-research-section .main_content .card__button {
  position: absolute;
  margin-top: auto;
  bottom: 10%;
  padding: 0.5rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body .main .content .blog-research-section .main_content .swiper-button-prev:after,
body .main .content .blog-research-section .main_content .swiper-button-next:after {
  content: "";
}
body .main .content .blog-research-section .main_content .swiper-button-prev,
body .main .content .blog-research-section .main_content .swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: #00d8fb;
  display: none;
}
body .main .content .blog-research-section .main_content .swiper-button-prev {
  left: 0% !important;
}
body .main .content .blog-research-section .main_content .swiper-button-next {
  right: 0% !important;
}
body .main .content .blog-research-section .main_content .swiper-pagination-bullet {
  background-color: hsl(212, 32%, 40%);
  opacity: 1;
}
body .main .content .blog-research-section .main_content .swiper-pagination-bullet-active {
  background-color: var(--second-color);
}
@media screen and (max-width: 320px) {
  body .main .content .blog-research-section .main_content .card__data {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  body .main .content .blog-research-section .main_content .card__content {
    margin-inline: 3rem;
  }
  body .main .content .blog-research-section .main_content .swiper-button-next,
  body .main .content .blog-research-section .main_content .swiper-button-prev {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  body .main .content .blog-research-section .main_content .card__container {
    max-width: 1120px;
  }
  body .main .content .blog-research-section .main_content .swiper-button-prev {
    left: -1rem;
  }
  body .main .content .blog-research-section .main_content .swiper-button-next {
    right: -1rem;
  }
}
body .main .content .experience-section {
  width: 100%;
  height: 100vh !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
body .main .content .experience-section .main_content {
  width: 92.5%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
}
body .main .content .experience-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .experience-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--text-color);
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .experience-section .main_content h4 hr {
  width: 40%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .experience-section .main_content .container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
  gap: 2%;
}
body .main .content .experience-section .main_content .container .experience-card {
  text-decoration: none;
  color: var(--primary-color);
  width: 45.4545454545%;
  height: 220px;
  font-size: 14px;
  border-radius: 10px;
  transition: all 0.4s ease;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2%;
  box-shadow: 0px 0px 3px 3px rgba(0, 217, 251, 0.0392156863);
  justify-content: center;
  border: 1px solid transparent;
}
body .main .content .experience-section .main_content .container .experience-card:hover {
  transition: 0.4s ease;
  border: 1px solid #00d8fb;
}
body .main .content .experience-section .main_content .container .experience-card .header {
  display: flex;
  width: 100%;
  gap: 1rem;
  font-weight: bold;
  height: 10%;
  font-size: 15px;
}
body .main .content .experience-section .main_content .container .experience-card .header .date {
  color: #00d8fb;
}
body .main .content .experience-section .main_content .container .experience-card .header .title {
  color: white;
}
body .main .content .experience-section .main_content .container .experience-card .description {
  width: 100%;
}
body .main .content .experience-section .main_content .container .experience-card .description .company {
  font-weight: bold;
  font-size: 15px;
  display: flex;
  color: white;
  box-sizing: border-box;
  align-items: flex-end;
  padding: 0.5rem 0;
  gap: 0.5rem;
}
body .main .content .experience-section .main_content .container .experience-card .description .company span {
  font-size: 20px;
}
body .main .content .experience-section .main_content .container .experience-card .description p {
  font-size: 14px;
  color: var(--accent2);
}
body .main .content .experience-section .main_content .container .experience-card .description .skill-list {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
body .main .content .experience-section .main_content .container .experience-card .description .skill-list div {
  background-color: rgba(0, 217, 251, 0.1215686275);
  padding: 0.5rem 0.7rem;
  border-radius: 50px;
  word-wrap: nowrap;
}
body .main .content .experience-section .main_content .container .experience-card .description .skill-list div span {
  font-size: 12px;
  text-wrap: nowrap;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #00d8fb;
}
body .main .content .experience-section .main_content .readmore-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  bottom: 10%;
  padding: 0.5rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body .main .content .review-section {
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 2rem;
}
body .main .content .review-section .fiverr-reviews {
  margin-top: 1%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 92.5%;
  box-sizing: border-box;
  align-items: center;
}
body .main .content .review-section .fiverr-reviews h2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: bold;
  color: white;
}
body .main .content .review-section .fiverr-reviews h2 img {
  width: 45px;
}
body .main .content .review-section .fiverr-reviews span {
  width: 100%;
  text-align: center;
  color: white;
}
body .main .content .review-section .fiverr-reviews .reviews-container {
  padding: 1rem;
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-around;
  color: white;
  box-sizing: border-box;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review {
  width: 31.25%;
  min-height: 270px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 3px 3px rgba(0, 217, 251, 0.0392156863);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease;
  border-radius: 10px;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 30%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.116);
  padding: 0.5rem;
  box-sizing: border-box;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user .avatar {
  width: 50px;
  background-color: rgba(0, 217, 251, 0.2274509804);
  height: 50px;
  border-radius: 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Poppins";
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name {
  font-size: 0.9rem;
  color: var(--text-color);
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name p {
  margin: 0;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name span {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  color: var(--accent2);
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name span img {
  width: 22px;
  margin: 0;
  line-height: 0;
  padding: 0 !important;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .rating {
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 0.8rem;
  font-size: 0.9rem;
  justify-content: space-between;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span {
  font-size: 0.9em;
  width: -moz-fit-content;
  width: fit-content;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span.stars {
  font-weight: bold;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span .bx {
  color: gold;
  font-size: 1rem;
}
body .main .content .review-section .fiverr-reviews .reviews-container .review .description {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 500;
  padding: 0.5rem;
  opacity: 0.9;
}
body .main .content .review-section .fiverr-reviews .readmore-btn {
  padding: 0.5rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  cursor: pointer;
}
body .main .content .project-section {
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .main .content .project-section .main_content {
  width: 92.5%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .project-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .project-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--text-color);
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .project-section .main_content h4 hr {
  width: 40%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .project-section .main_content .section_content {
  display: flex;
  gap: 0.5rem;
  color: white;
  justify-content: space-between;
  font-family: "Space Grotesk", sans-serif;
}
body .main .content .project-section .main_content .section_content .left-extra {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .main .content .project-section .main_content .section_content .left-extra h3 {
  font-size: 1rem;
}
body .main .content .project-section .main_content .section_content .left-extra p {
  font-size: 0.9rem;
}
body .main .content .project-section .main_content .section_content .left-extra p span {
  color: #00d8fb;
  text-wrap: nowrap;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .main .content .project-section .main_content .section_content .left-extra .readmore-btn {
  padding: 0.5rem 1.4rem;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10%;
  font-size: 13px;
  font-family: "Space Grotesk";
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  cursor: pointer;
}
body .main .content .project-section .main_content .section_content .project-list {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  padding: 2%;
  flex-direction: column;
  gap: 1rem;
}
body .main .content .project-section .main_content .section_content .project-list .project {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 1rem;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  padding: 1rem;
  box-shadow: 0px 0px 3px 3px rgba(0, 217, 251, 0.0392156863);
}
body .main .content .project-section .main_content .section_content .project-list .project:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.052);
  background-color: rgba(0, 217, 251, 0.0392156863);
}
body .main .content .project-section .main_content .section_content .project-list .project:hover .project-description h5 {
  color: #00d8fb;
  transition: 0.3s ease-in-out;
}
body .main .content .project-section .main_content .section_content .project-list .project:hover .project-description h5 span {
  transition: 0.4s ease-in-out;
  transform: translate(15%, -15%);
  color: #00d8fb;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-img {
  width: 20%;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-img img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description {
  width: 75%;
  display: flex;
  flex-direction: column;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description h5 {
  font-size: 1rem;
  font-weight: bold;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description h5 span {
  font-size: 1.2rem;
  transform: translate(-15%, 15%);
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description p {
  font-size: 0.8rem;
  color: white;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack {
  display: flex;
  gap: 0.5rem;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack div {
  background-color: rgba(0, 217, 251, 0.1215686275);
  padding: 0.4rem 0.7rem;
  border-radius: 50px;
  word-wrap: nowrap;
}
body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack div span {
  font-size: 12px;
  text-wrap: nowrap;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #00d8fb;
}
body .main .content .project-section .main_content .section_content .show-mobile {
  display: none;
}
body .main .content .gallery-section {
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  justify-self: center;
  padding: 0 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .main .content .gallery-section .main_content {
  width: 92.5%;
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
body .main .content .gallery-section .main_content h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--accent2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: safe;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .gallery-section .main_content h4 span {
  width: 90%;
  height: 100%;
  margin: 0;
  color: var(--accent2);
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .gallery-section .main_content h4 hr {
  width: 40%;
  height: 1px;
  display: flex;
  align-self: center;
  border: none;
  background: rgba(136, 146, 176, 0.2039215686);
  margin-left: 1rem;
}
body .main .content .gallery-section .main_content .gallery-content {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: masonry;
  gap: 1rem;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box {
  position: relative;
  border: 8px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  transition: 0.4s ease;
  box-sizing: border-box;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(1) {
  grid-row: span 1;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(2) {
  grid-row: span 2;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(3) {
  grid-row: span 1;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(4) {
  grid-row: span 2;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(5) {
  grid-row: span 2;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(6) {
  grid-row: span 1;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover {
  transition: 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section h3 {
  font-size: 1.2rem;
  transition: 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section h3 a {
  color: white;
  text-decoration-thickness: 0.001rem;
  text-underline-offset: 3px;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section small {
  display: flex;
  transition: 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section p {
  display: flex;
  transition: 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section i.bx {
  display: flex;
  transition: 0.4s ease;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .img-section {
  width: 100%;
  box-sizing: border-box;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .img-section img {
  width: 100%;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section {
  position: absolute;
  bottom: 0;
  background: var(--primary-color);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  padding: 0.5rem;
  box-sizing: border-box;
  width: 100%;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section small {
  font-size: 0.8rem;
  display: none;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section h3 {
  font-size: 1.2rem;
  text-align: center;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section h3 a {
  color: white;
  text-decoration: none;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section p {
  font-size: 0.8rem;
  display: none;
  line-height: 1.2rem;
}
body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section i.bx {
  display: none;
}
body .main .content .contact-section {
  width: 100%;
  height: 100% !important;
  padding: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Space Grotesk";
  box-sizing: border-box;
  justify-content: center;
}
body .main .content .contact-section.hidden {
  opacity: 0;
  transition: all 0.5s ease;
  filter: blur(5px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(0.7);
}
body .main .content .contact-section.show {
  opacity: 1 !important;
  transition: all 1s ease;
  transform: scale(1);
  filter: blur(0);
  position: relative;
}
body .main .content .contact-section h4 {
  width: 100%;
  height: 10vh;
  font-size: 1.5em;
  font-family: "Barlow Condensed";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}
body .main .content .contact-section h4 span {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0;
  color: var(--text-color);
  justify-content: center;
  padding-left: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .main .content .contact-section h1 {
  font-size: 4.5em;
  font-family: "Space Grotesk";
  color: var(--text-color);
  margin: 0;
}
body .main .content .contact-section p {
  color: var(--text-color);
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 5%;
}
body .main .content .contact-section a.btn {
  font-size: 1em;
  margin-top: 5%;
  background: linear-gradient(190deg, #00eafb, #4B184D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
}
body .main .content footer.footer {
  width: 100%;
  height: 15vh;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
body .main .content footer.footer .content {
  width: 100%;
  display: flex;
  height: 100%;
  font-family: "Space Grotesk";
  box-sizing: border-box;
}
body .main .content footer.footer .content span {
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: 300;
  word-spacing: 0.2rem;
}
body .main .content footer.footer .content span b {
  color: #00d8fb;
}
body .main .content footer.footer .content small {
  text-align: center;
  margin-top: 0.5rem;
  color: #00d8fb;
  font-weight: bold;
}

/* Mobile Version */
@media only screen and (max-width: 1024px) {
  html {
    scroll-behavior: smooth;
  }
  body {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: var(--accent-color);
    overflow: hidden;
    font-family: "Space Grotesk";
    position: relative;
    overflow: auto;
  }
  body .navbar {
    width: 100%;
    height: 10vh;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.02cm;
    border-bottom: 1px solid rgba(0, 217, 251, 0.0666666667);
    box-sizing: border-box;
    top: 0;
    z-index: 223;
    background: var(--accent-color) !important;
  }
  body .navbar .nav-logo {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
  }
  body .navbar .nav-logo img {
    width: 2.4em;
  }
  body .navbar .nav-logo h3 {
    font-size: 1.2em;
  }
  body .navbar .nav-content {
    display: flex;
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: start !important;
    padding: 0;
  }
  body .navbar .nav-content li {
    list-style: none;
    transition: all 0.4s ease;
    display: none;
  }
  body .navbar .nav-content li a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
    font-size: 0.95em;
  }
  body .navbar .nav-content li a:hover {
    color: var(--primary-color);
  }
  body .navbar .nav-content li a span {
    color: var(--primary-color);
  }
  body .navbar .nav-content li a.active {
    color: var(--primary-color);
  }
  body .navbar .nav-content .extra {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end !important;
  }
  body .navbar .nav-content .extra a.btn {
    display: none;
    padding: 0.6rem 1rem;
    border: 1px solid var(--primary-color);
    text-decoration: none;
    color: var(--primary-color);
    border-radius: 5px;
    font-family: "Space Grotesk";
  }
  body .navbar .nav-content .extra a.btn:hover {
    background: rgba(204, 214, 246, 0.0745098039);
  }
  body .navbar .nav-content .extra .nav-trigger {
    width: 4rem;
    box-sizing: border-box;
    padding: 1rem;
    height: 4rem;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body .navbar .nav-content .extra .nav-trigger.active span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    display: flex;
    align-self: flex-end;
    margin: 0.2rem;
    transition: 0.4s ease;
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(1) {
    width: 110%;
    transform: rotate(41deg) translate(25%, 80%);
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(2) {
    width: 75%;
    transform: rotate(-40deg) translate(30%, -50%);
  }
  body .navbar .nav-content .extra .nav-trigger.active span:nth-child(3) {
    width: 50%;
    transform: rotate(-41deg) translate(-25%, -365%);
  }
  body .navbar .nav-content .extra .nav-trigger span {
    border-radius: 5px;
    width: 60%;
    height: 10%;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    display: flex;
    align-self: flex-end;
    margin: 0.2rem;
    transition: 0.4s ease;
    position: relative;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(1) {
    width: 100%;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(2) {
    width: 75%;
  }
  body .navbar .nav-content .extra .nav-trigger span:nth-child(3) {
    width: 45%;
  }
  body .sidebar {
    position: fixed;
    height: calc(100% - 10vh);
    width: 60%;
    bottom: 0;
    right: -60%;
    background: #327580;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.5s ease;
    z-index: 999;
  }
  body .sidebar.active {
    right: 0;
  }
  body .sidebar .nav_list {
    width: -moz-fit-content;
    width: fit-content;
    height: 80%;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0.5rem;
  }
  body .sidebar .nav_list .extra {
    padding: 0.5rem;
  }
  body .sidebar .nav_list .extra .btn {
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body .sidebar .nav_list li {
    list-style: none;
    transition: all 0.4s ease;
    width: 100%;
  }
  body .sidebar .nav_list li a {
    text-decoration: none;
    color: #00d8fb;
    transition: all 0.4s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body .sidebar .nav_list li a:hover {
    color: var(--primary-color);
  }
  body .sidebar .nav_list li a span {
    color: var(--primary-color);
  }
  body .sidebar .nav_list li a.active {
    color: var(--primary-color);
  }
  body .sidebar .socials {
    width: 100%;
    position: relative !important;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px 20px;
    flex-wrap: wrap;
  }
  body .sidebar .socials a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
  }
  body .sidebar .socials a i.bx {
    font-size: 1.6em;
  }
  body .sidebar .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body .sidebar .socials a.active {
    color: var(--primary-color);
  }
  body .main {
    width: 100%;
    height: 90vh;
    display: flex;
    box-sizing: border-box;
    padding: 0;
    justify-content: space-evenly;
  }
  body .main .socials {
    width: 8%;
    position: static !important;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  body .main .socials .vl {
    height: 6rem;
    border-left: 1px solid var(--text-color);
  }
  body .main .socials a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.4s ease;
  }
  body .main .socials a i.bx {
    font-size: 1.5em;
  }
  body .main .socials a:hover {
    transform: translateY(-15%);
    color: var(--primary-color);
  }
  body .main .socials a.active {
    color: var(--primary-color);
  }
  body .main .content {
    width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow-y: scroll !important;
    flex-direction: column;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Space Grotesk";
    letter-spacing: 0.03cm;
    font-size: 0.9em;
    box-sizing: border-box;
    padding: 0.5rem;
    position: relative;
  }
  body .main .content::-webkit-scrollbar {
    width: 0.5rem;
    background: transparent;
    height: 1rem;
  }
  body .main .content::-webkit-scrollbar-thumb {
    height: 2rem;
    border-radius: 20px 20px;
    margin: 20rem;
    background-color: rgba(0, 217, 251, 0.5411764706);
  }
  body .main .content::-webkit-scrollbar-track {
    width: 2%;
    padding: 4rem;
  }
  body .main .content::-webkit-scrollbar-track-piece {
    width: 20px;
  }
  body .main .content .email {
    display: none;
  }
  body .main .content .home-section {
    width: 100%;
    height: 88vh !important;
    justify-self: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-around;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 2rem;
  }
  body .main .content .home-section .main_content {
    width: 100% !important;
    min-height: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start !important;
    transform-origin: 0 0;
    transform: none;
    padding: 0 !important;
    align-items: flex-start;
    box-sizing: border-box;
  }
  body .main .content .home-section .main_content .landingpage-img {
    width: 100%;
    min-height: 45%;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    padding: 0% !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    left: 0%;
    top: 0;
    transform: none;
    position: relative;
    margin: 0;
  }
  body .main .content .home-section .main_content .landingpage-img .overlay {
    width: 50%;
    color: white;
    top: 0;
    box-sizing: border-box;
    right: 0%;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    z-index: 99;
    font-family: "Space Grotesk";
    font-size: 10px;
    text-decoration: none;
  }
  body .main .content .home-section .main_content .landingpage-img .overlay a {
    background: transparent;
    background-clip: none;
    text-decoration: none;
    -webkit-text-fill-color: #00d8fb;
  }
  body .main .content .home-section .main_content .landingpage-img .vl {
    position: absolute;
    top: 10%;
    right: 20%;
    height: 2rem;
    border-left: 1px solid white;
  }
  body .main .content .home-section .main_content .landingpage-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 5%;
    box-sizing: border-box;
  }
  body .main .content .home-section .main_content .text-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-sizing: border-box;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.5rem;
    z-index: 99;
    height: 55%;
    align-items: flex-start;
  }
  body .main .content .home-section .main_content .text-content h4 {
    width: 100%;
    color: white;
    transform: translateX(0%);
    word-spacing: 0.3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    transform-origin: 0 0;
    font-size: 2rem;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4745098039);
  }
  body .main .content .home-section .main_content .text-content p {
    width: 100%;
    color: rgba(255, 255, 255, 0.801);
    line-height: 1.5rem !important;
    font-family: "Space Grotesk";
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
  }
  body .main .content .home-section .main_content .text-content .action {
    margin-top: 0%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
  }
  body .main .content .home-section .main_content .text-content .action small {
    color: var(--text-color);
    padding: 1rem;
  }
  body .main .content .home-section .main_content .text-content .action img {
    width: 9rem;
    position: absolute;
    transform: rotate(30deg);
    box-sizing: border-box;
    margin-top: 0;
  }
  body .main .content .home-section .main_content .text-content .action .btn {
    padding: 1rem 1.4rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    margin-left: 0 !important;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body .main .content .home-section .main_content .text-content .action .btn:hover {
    background: var(--primary-color);
    color: white;
    -webkit-background-clip: text;
            background-clip: text;
  }
  body .main .content .about-section {
    width: 100%;
    height: 100vh !important;
    justify-self: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 4rem;
    position: relative;
  }
  body .main .content .about-section .main_content {
    width: 100%;
    height: 70%;
    font-family: "Space Grotesk";
    font-size: 15px;
  }
  body .main .content .about-section .main_content h4 {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    color: rgba(255, 255, 255, 0.918);
    transform: translateX(0%);
    word-spacing: 0.3rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    transform-origin: 0 0;
    font-size: 1.3em;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
  }
  body .main .content .about-section .main_content h4 span {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
  }
  body .main .content .about-section .main_content h4 hr {
    width: 50%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .about-section .main_content p {
    color: rgba(255, 255, 255, 0.801);
    line-height: 1.5em;
    font-size: 12px;
    font-family: "Space Grotesk";
  }
  body .main .content .about-section .main_content p a {
    text-decoration: none;
    color: var(--primary-color);
  }
  body .main .content .about-section .main_content .analysis {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  body .main .content .about-section .main_content .analysis div {
    width: 32.2580645161%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
  }
  body .main .content .about-section .main_content .analysis div:first-child {
    border-right: 1px solid #00d8fb;
  }
  body .main .content .about-section .main_content .analysis div:last-child {
    border-left: 1px solid #00d8fb;
  }
  body .main .content .about-section .main_content .analysis div h2 {
    font-size: 2em;
  }
  body .main .content .about-section .main_content .analysis div span {
    font-size: 0.7em;
    text-align: center;
    color: rgba(255, 255, 255, 0.801);
  }
  body .main .content .about-section .me {
    width: 100%;
    height: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 5%;
  }
  body .main .content .about-section .me .btn-link {
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.9em;
    position: absolute;
    right: 2%;
    height: 100%;
    text-align: center;
    writing-mode: vertical-lr;
    background: linear-gradient(90deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @keyframes shake {
    0% {
      transform: rotate(-5deg);
    }
    25% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  body .main .content .about-section .me .img {
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
    border-radius: 5px;
    transition: all 0.4s ease;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
  }
  body .main .content .about-section .me .img img#abbey2 {
    display: none;
  }
  body .main .content .about-section .me .img img {
    width: 80%;
    height: 100%;
    position: relative;
    margin-top: -8%;
    margin-bottom: 10%;
    margin-left: 0%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    z-index: 1;
    background-blend-mode: color;
    transition: 0.4s all ease;
  }
  body .main .content .skill-section {
    width: 100%;
    justify-self: center;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  body .main .content .skill-section .main_content {
    width: 100%;
    min-height: 100vh;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  body .main .content .skill-section .main_content h4 {
    width: 100%;
    height: 10vh;
    font-size: 1.3em;
    font-family: "Barlow Condensed";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .skill-section .main_content h4 span {
    width: 90%;
    height: 100%;
    margin: 0;
    color: white;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .main .content .skill-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .skill-section .main_content .workplaces {
    display: flex;
    width: 100%;
    padding: 0.5rem;
    align-items: flex-start;
    margin-top: 0rem;
    box-sizing: border-box;
    flex-direction: column;
    font-family: "Space Grotesk";
    justify-content: space-between;
  }
  body .main .content .skill-section .main_content .workplaces .action-buttons {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 1rem 0;
    flex-direction: row;
  }
  body .main .content .skill-section .main_content .workplaces .action-buttons li {
    width: 100%;
    list-style: none;
    color: white;
    text-align: start;
    padding: 0.8rem 1rem;
    font-size: 10px;
    font-weight: 300;
    box-sizing: border-box;
    letter-spacing: 0.02cm;
    border-bottom: none;
    border-left: 2px solid rgba(136, 146, 176, 0.3960784314) !important;
    white-space: wrap;
    cursor: pointer;
  }
  body .main .content .skill-section .main_content .workplaces .action-buttons li:hover {
    background: rgba(204, 214, 246, 0.0666666667);
  }
  body .main .content .skill-section .main_content .workplaces .action-buttons li.active {
    background: rgba(204, 214, 246, 0.0666666667);
    color: #00d8fb;
    border-bottom: none;
    border-left: 2px solid #00d8fb !important;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details {
    width: 100%;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details .btn {
    padding: 0.5rem 1.2rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body .main .content .skill-section .main_content .workplaces .skill-details .btn:hover {
    background: var(--primary-color);
    color: white;
    -webkit-background-clip: text;
            background-clip: text;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details div {
    padding: 0.5rem;
    width: 42.9184549356%;
    min-height: 150px;
    border: 1px solid rgba(15, 23, 42, 0.1215686275);
    border-image-source: linear-gradient(to right, #00d8fb, #4B184D);
    border-image-slice: 1;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details div h4.title {
    color: white;
    text-align: start !important;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 !important;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details div .list {
    font-size: 10px;
    word-spacing: 0.1cm;
    line-height: 1.5rem;
    color: rgba(255, 255, 255, 0.801);
  }
  body .main .content .skill-section .main_content .workplaces .skill-details .description {
    font-size: 12px;
    word-spacing: 0.1cm;
    line-height: 1.5rem;
    color: white;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details ul.description-list {
    font-size: 12px;
    color: white;
    line-height: 1.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body .main .content .skill-section .main_content .workplaces .skill-details.active {
    display: flex;
  }
  body .main .content .blog-research-section {
    width: 100%;
    height: 100vh !important;
    justify-self: center;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }
  body .main .content .blog-research-section .main_content {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    /*=============== CARD ===============*/
    /* Swiper class */
    /*=============== BREAKPOINTS ===============*/
    /* For small devices */
    /* For medium devices */
    /* For large devices */
  }
  body .main .content .blog-research-section .main_content h4 {
    width: 100%;
    height: 10vh;
    font-size: 1.3em;
    font-family: "Barlow Condensed";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .blog-research-section .main_content h4 span {
    width: 90%;
    height: 100%;
    margin: 0;
    color: white;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .main .content .blog-research-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .blog-research-section .main_content .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
  }
  body .main .content .blog-research-section .main_content .statement {
    padding: 0.5rem;
    font-family: "Space Grotesk", sans-serif;
    color: white;
    text-align: start;
    font-size: 12px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0rem;
  }
  body .main .content .blog-research-section .main_content .statement p span {
    font-weight: bold;
  }
  body .main .content .blog-research-section .main_content .statement i.bx {
    font-size: 28px;
  }
  body .main .content .blog-research-section .main_content .card__container {
    padding-block: 1rem 3rem;
    box-sizing: border-box;
    width: 100%;
  }
  body .main .content .blog-research-section .main_content .card__content {
    margin-inline: 1.75rem;
    border-radius: 1.25rem;
    overflow: hidden;
    padding: 0.5rem;
  }
  body .main .content .blog-research-section .main_content .card__article {
    width: 100%;
    height: 500px;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0px 0px 3px 2px rgba(0, 217, 251, 0.0941176471);
    box-sizing: border-box;
  }
  body .main .content .blog-research-section .main_content .card__image {
    position: relative;
    background-color: var(--first-color-light);
    height: 45%;
    width: 100%;
  }
  body .main .content .blog-research-section .main_content .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .main .content .blog-research-section .main_content .card__data {
    background-color: var(--container-color);
    padding: 0.5rem 2rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
    font-family: "Space Grotesk";
    height: 55%;
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .main .content .blog-research-section .main_content .card__data h3 {
    font-size: 14px;
  }
  body .main .content .blog-research-section .main_content .card__data p {
    font-size: 10px;
  }
  body .main .content .blog-research-section .main_content .card__img {
    width: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  body .main .content .blog-research-section .main_content .card__shadow {
    width: 200px;
    height: 200px;
    background-color: var(--first-color-alt);
    border-radius: 50%;
    position: absolute;
    top: 3.75rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    filter: blur(45px);
  }
  body .main .content .blog-research-section .main_content .card__name {
    font-size: var(--h2-font-size);
    color: var(--second-color);
    margin-bottom: 0.75rem;
    height: -moz-fit-content;
    height: fit-content;
  }
  body .main .content .blog-research-section .main_content .card__description {
    font-weight: 500;
    margin-bottom: 1.75rem;
    height: 30%;
  }
  body .main .content .blog-research-section .main_content .card__button {
    position: absolute;
    margin-top: auto;
    bottom: 10%;
    padding: 0.5rem 1.4rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body .main .content .blog-research-section .main_content .swiper-button-prev:after,
  body .main .content .blog-research-section .main_content .swiper-button-next:after {
    content: "";
  }
  body .main .content .blog-research-section .main_content .swiper-button-prev,
  body .main .content .blog-research-section .main_content .swiper-button-next {
    width: initial;
    height: initial;
    font-size: 3rem;
    color: #00d8fb;
    display: none;
  }
  body .main .content .blog-research-section .main_content .swiper-button-prev {
    left: 0% !important;
  }
  body .main .content .blog-research-section .main_content .swiper-button-next {
    right: 0% !important;
  }
  body .main .content .blog-research-section .main_content .swiper-pagination-bullet {
    background-color: hsl(212, 32%, 40%);
    opacity: 1;
  }
  body .main .content .blog-research-section .main_content .swiper-pagination-bullet-active {
    background-color: var(--second-color);
  }
}
@media only screen and (max-width: 1024px) and (max-width: 320px) {
  body .main .content .blog-research-section .main_content .card__data {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body .main .content .blog-research-section .main_content .card__content {
    margin-inline: 3rem;
  }
  body .main .content .blog-research-section .main_content .swiper-button-next,
  body .main .content .blog-research-section .main_content .swiper-button-prev {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1120px) {
  body .main .content .blog-research-section .main_content .card__container {
    max-width: 1120px;
  }
  body .main .content .blog-research-section .main_content .swiper-button-prev {
    left: -1rem;
  }
  body .main .content .blog-research-section .main_content .swiper-button-next {
    right: -1rem;
  }
}
@media only screen and (max-width: 1024px) {
  body .main .content .experience-section {
    width: 100%;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
    height: -moz-fit-content;
    height: fit-content;
    justify-self: center;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  body .main .content .experience-section .main_content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
  }
  body .main .content .experience-section .main_content h4 {
    width: 100%;
    height: 10vh;
    font-size: 1.3em;
    font-family: "Barlow Condensed";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    margin: 0;
    padding: 2% 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .experience-section .main_content h4 span {
    width: 90%;
    height: 100%;
    margin: 0;
    color: white;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .main .content .experience-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .experience-section .main_content .container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    gap: 1rem;
    padding: 0.5rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body .main .content .experience-section .main_content .container .experience-card {
    text-decoration: none;
    color: white;
    width: 100% !important;
    min-height: 220px;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.4s ease;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2%;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 2px rgba(0, 217, 251, 0.0941176471);
  }
  body .main .content .experience-section .main_content .container .experience-card .header {
    display: flex;
    width: 100%;
    gap: 1rem;
    font-weight: bold;
    height: 10%;
    font-size: 12px;
  }
  body .main .content .experience-section .main_content .container .experience-card .header .date {
    color: #00d8fb;
  }
  body .main .content .experience-section .main_content .container .experience-card .description {
    width: 100%;
    box-sizing: border-box;
  }
  body .main .content .experience-section .main_content .container .experience-card .description .company {
    font-weight: bold;
    font-size: 12px;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    padding: 0.5rem 0;
    gap: 0.5rem;
  }
  body .main .content .experience-section .main_content .container .experience-card .description .company span {
    font-size: 20px;
  }
  body .main .content .experience-section .main_content .container .experience-card .description p {
    font-size: 12px;
    color: white;
    width: 100%;
    box-sizing: border-box;
  }
  body .main .content .experience-section .main_content .container .experience-card .description .skill-list {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
  }
  body .main .content .experience-section .main_content .container .experience-card .description .skill-list div {
    background-color: rgba(0, 217, 251, 0.1215686275);
    padding: 0.4rem 0.7rem;
    border-radius: 50px;
    word-wrap: nowrap;
  }
  body .main .content .experience-section .main_content .container .experience-card .description .skill-list div span {
    font-size: 9px;
    text-wrap: nowrap;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: #00d8fb;
  }
  body .main .content .experience-section .main_content .readmore-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    bottom: 10%;
    padding: 0.5rem 1.4rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
  }
  body .main .content .review-section {
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-self: center;
    padding: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 2rem;
  }
  body .main .content .review-section .fiverr-reviews {
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 92.5%;
    box-sizing: border-box;
    align-items: center;
  }
  body .main .content .review-section .fiverr-reviews h2 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-family: "Poppins";
    font-weight: bold;
    color: white;
  }
  body .main .content .review-section .fiverr-reviews h2 img {
    width: 45px;
  }
  body .main .content .review-section .fiverr-reviews span {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 12px;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container {
    padding: 1rem;
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    box-sizing: border-box;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review {
    width: 100%;
    min-height: 200px;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0px 0px 3px 2px rgba(0, 217, 251, 0.0941176471);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
    border-radius: 10px;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 30%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.116);
    padding: 0.5rem;
    box-sizing: border-box;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user .avatar {
    width: 50px;
    background-color: rgba(0, 217, 251, 0.2274509804);
    height: 50px;
    border-radius: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "Poppins";
    color: #00d8fb;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name {
    font-size: 12px;
    color: white;
    font-weight: bold;
    display: flex;
    flex-direction: column;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name p {
    margin: 0;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name span {
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    color: rgba(255, 255, 255, 0.801);
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .user .name span img {
    width: 22px;
    margin: 0;
    line-height: 0;
    padding: 0 !important;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .rating {
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span {
    font-size: 12px;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span.stars {
    font-weight: bold;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span .bx {
    color: gold;
    font-size: 1rem;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .rating span b {
    margin-left: 0.5rem;
    font-size: 14px;
  }
  body .main .content .review-section .fiverr-reviews .reviews-container .review .description {
    font-size: 12px;
    line-height: 1.2rem;
    font-weight: 500;
    padding: 0.5rem;
    opacity: 0.9;
    color: white;
  }
  body .main .content .review-section .fiverr-reviews .readmore-btn {
    padding: 0.5rem 1.4rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13px;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
    cursor: pointer;
  }
  body .main .content .project-section {
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-self: center;
    padding: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  body .main .content .project-section .main_content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  body .main .content .project-section .main_content h4 {
    width: 100%;
    height: 10vh;
    font-size: 1.3em;
    font-family: "Barlow Condensed";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .project-section .main_content h4 span {
    width: 90%;
    height: 100%;
    margin: 0;
    color: white;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .main .content .project-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .project-section .main_content .section_content {
    display: flex;
    gap: 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    font-family: "Space Grotesk", sans-serif;
  }
  body .main .content .project-section .main_content .section_content .left-extra {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: white;
  }
  body .main .content .project-section .main_content .section_content .left-extra p {
    font-size: 12px;
  }
  body .main .content .project-section .main_content .section_content .left-extra p span {
    color: #00d8fb;
    text-wrap: nowrap;
    -webkit-text-fill-color: #00d8fb;
  }
  body .main .content .project-section .main_content .section_content .left-extra p.project-p {
    display: none;
  }
  body .main .content .project-section .main_content .section_content .left-extra .readmore-btn {
    display: none;
  }
  body .main .content .project-section .main_content .section_content .project-list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    padding: 2%;
    flex-direction: column;
    gap: 1rem;
  }
  body .main .content .project-section .main_content .section_content .project-list .project {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    gap: 1rem;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
    padding: 1rem;
    flex-direction: column-reverse;
    box-shadow: 0px 0px 3px 2px rgba(0, 217, 251, 0.0941176471);
  }
  body .main .content .project-section .main_content .section_content .project-list .project:hover {
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.052);
    background-color: rgba(0, 217, 251, 0.0392156863);
  }
  body .main .content .project-section .main_content .section_content .project-list .project:hover .project-description h5 {
    color: #00d8fb;
    transition: 0.3s ease-in-out;
  }
  body .main .content .project-section .main_content .section_content .project-list .project:hover .project-description h5 span {
    transition: 0.4s ease-in-out;
    transform: translate(15%, -15%);
    color: #00d8fb;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-img {
    width: 60%;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-img img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description h5 {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description h5 span {
    font-size: 1.2rem;
    transform: translate(-15%, 15%);
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.801);
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack {
    display: flex;
    gap: 0.5rem;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack div {
    background-color: rgba(0, 217, 251, 0.1215686275);
    padding: 0.4rem 0.7rem;
    border-radius: 50px;
    word-wrap: nowrap;
  }
  body .main .content .project-section .main_content .section_content .project-list .project .project-description .tech-stack div span {
    font-size: 12px;
    text-wrap: nowrap;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: #00d8fb;
  }
  body .main .content .project-section .main_content .section_content .readmore-btn {
    padding: 0.5rem 1.4rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 2px solid;
    border-image-slice: 1;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-top: 5%;
    font-size: 13px;
    font-family: "Space Grotesk";
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
    cursor: pointer;
  }
  body .main .content .gallery-section {
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
    justify-self: center;
    padding: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  body .main .content .gallery-section .main_content {
    width: 100%;
    min-height: 100vh;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  body .main .content .gallery-section .main_content h4 {
    width: 100%;
    height: 10vh;
    font-size: 1.3em;
    font-family: "Barlow Condensed";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4745098039);
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: safe;
    margin: 0;
    padding: 0;
    font-weight: 400;
    box-sizing: border-box;
  }
  body .main .content .gallery-section .main_content h4 span {
    width: 90%;
    height: 100%;
    margin: 0;
    color: white;
    padding-left: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  body .main .content .gallery-section .main_content h4 hr {
    width: 40%;
    height: 1px;
    display: flex;
    align-self: center;
    border: none;
    background: rgba(136, 146, 176, 0.2039215686);
    margin-left: 1rem;
  }
  body .main .content .gallery-section .main_content .gallery-content {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: masonry;
    gap: 1rem;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box {
    position: relative;
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #00d8fb, #4B184D);
    transition: 0.4s ease;
    box-sizing: border-box;
    overflow: hidden;
    height: -moz-fit-content;
    height: fit-content;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(1) {
    grid-row: span 1;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(2) {
    grid-row: span 2;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(3) {
    grid-row: span 1;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(4) {
    grid-row: span 2;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(5) {
    grid-row: span 2;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:nth-child(6) {
    grid-row: span 1;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover {
    transition: 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section h3 {
    font-size: 1.2rem;
    transition: 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section h3 a {
    color: white;
    text-decoration-thickness: 0.001rem;
    text-underline-offset: 3px;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section small {
    display: flex;
    transition: 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section p {
    display: flex;
    transition: 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box:hover .text-section i.bx {
    display: flex;
    transition: 0.4s ease;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .img-section {
    width: 100%;
    box-sizing: border-box;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .img-section img {
    width: 100%;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section {
    position: absolute;
    bottom: 0;
    background: var(--primary-color);
    color: white;
    font-family: "Space Grotesk", sans-serif;
    padding: 0.5rem;
    box-sizing: border-box;
    width: 100%;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section small {
    font-size: 12px;
    display: none;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section h3 {
    font-size: 1rem;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section h3 a {
    color: white;
    text-decoration: none;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section p {
    font-size: 12px;
    display: none;
  }
  body .main .content .gallery-section .main_content .gallery-content .picture-box .text-section i.bx {
    display: none;
  }
  body .main .content .contact-section {
    width: 100%;
    min-height: 50vh;
    height: 100% !important;
    padding: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
  }
  body .main .content .contact-section h4 {
    color: white;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0;
    line-height: 2em;
  }
  body .main .content .contact-section h4 span {
    color: white;
  }
  body .main .content .contact-section h1 {
    font-size: 2em;
    font-family: "Space Grotesk";
    color: white;
    margin: 0;
  }
  body .main .content .contact-section p {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5%;
  }
  body .main .content .contact-section a.btn {
    font-size: 1em;
    margin-top: 5%;
  }
  body .main .content footer.footer {
    width: 100%;
    min-height: 10vh;
    height: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  body .main .content footer.footer .content {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    justify-content: center;
    transform: translateX(-5%);
    border: none;
    box-sizing: border-box;
  }
  body .main .content footer.footer .content span {
    text-align: center;
    color: var(--primary-color);
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.9em;
    font-weight: 300;
    word-spacing: 0.2rem;
    margin: 0;
  }
  body .main .content footer.footer .content small {
    text-align: center;
    margin-top: 0.5rem;
    background: linear-gradient(190deg, #00eafb, #4B184D);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}/*# sourceMappingURL=themes.css.map */