@charset "UTF-8";
/*Scroolbar Adjustments*/
/* width */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes circle {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #36ff0f;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes blinkedText {
  1% {
    color: #333;
  }
  2% {
    color: #fff;
  }
  3% {
    color: #333;
  }
  8% {
    color: #fff;
  }
  9% {
    color: #fff;
  }
  10% {
    color: #333;
  }
  11% {
    color: #fff;
  }
  12% {
    color: #333;
  }
  44% {
    color: #333;
  }
  45% {
    color: #fff;
  }
  49% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  51% {
    color: #333;
  }
  52% {
    color: #fff;
  }
  53% {
    color: #333;
  }
  54% {
    color: #fff;
  }
  55% {
    color: #333;
  }
  56% {
    color: #fff;
  }
  59% {
    color: #fff;
  }
}

@keyframes gradientText {
  from {
    background-position: 100% center;
  }
  to {
    background-position: -100% center;
  }
}

@keyframes glitch {
  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%,
  60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}

@keyframes glitchBotom {
  2%,
  64% {
    transform: translate(-2px, 0);
  }
  4%,
  60% {
    transform: translate(-2px, 0);
  }
  62% {
    transform: translate(-22px, 5px) skew(21deg);
  }
}

@keyframes glitchTop {
  2%,
  64% {
    transform: translate(2px, -2px);
  }
  4%,
  60% {
    transform: translate(-2px, 2px);
  }
  62% {
    transform: translate(13px, -1px) skew(-13deg);
  }
}

.button-container {
  position: absolute;
  bottom: 2vw;
  width: 20vw;
  height: 3vw;
  overflow: hidden;
  border: 1px solid #000;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 2vw;
}
@media (max-width: 600px) {
  .button-container {
    width: 90%;
    height: 3rem;
    left: 1.3rem;
  }
}
.button-container button {
  width: 101%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1vw;
  letter-spacing: 1px;
  font-weight: bold;
  background: #131313;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
@media (max-width: 600px) {
  .button-container button {
    font-size: 1rem;
  }
}
.button-container button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mask {
  color: #131313;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 3vw;
  font-weight: 600;
  position: absolute;
  font-size: 1vw;
  overflow: hidden;
  font-weight: bold;
  background-color: transparent;
  letter-spacing: 0;
  background-image: url(/images/spacePurple.gif);
  background-size: contain -webkit-fill-available;
}
.mask h2 {
  color: white;
  -moz-background-clip: text;
  -webkit-background-clip: text;
}
@media (max-width: 600px) {
  .mask {
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

.sidebar__content__button {
  margin-top: 2vw;
  width: 20vw;
  height: 4vw;
  margin-left: 0;
  overflow: hidden;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 2vw;
  position: relative;
}
@media (min-width: 601px) and (max-width: 900px) {
  .sidebar__content__button {
    width: 17vw;
    height: 4vw;
  }
}
@media (max-width: 600px) {
  .sidebar__content__button {
    display: none;
  }
}
.sidebar__content__button button {
  width: 101%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1vw;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  background: #131313;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
@media (max-width: 600px) {
  .sidebar__content__button button {
    font-size: 1rem;
  }
}
.sidebar__content__button button a {
  text-decoration: none;
  color: #fff;
}
.sidebar__content__button button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
  z-index: 1111;
}
.sidebar__content__button--mask {
  width: 23vw;
  height: 5vw;
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar__content__button--mask ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 1vw 2vw;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-top: 0vw;
  margin-left: -3vw;
}
@media (min-width: 601px) and (max-width: 900px) {
  .sidebar__content__button--mask ul {
    padding: 1vw 4vw;
  }
}
.sidebar__content__button--mask ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.sidebar__content__button--mask ul li img {
  width: 3vw;
  height: 3vw;
  margin-right: 0.5vw;
}
@media (min-width: 601px) and (max-width: 900px) {
  .sidebar__content__button--mask ul li img {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.sidebar__content__button--mask ul li img:hover {
  transform: scale(1.1);
}

.sidebar__content__button:hover button {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
  z-index: -3;
  pointer-events: none;
}

.sidebar__content__button:hover .sidebar__content__button--mask {
  z-index: 1111;
  pointer-events: all;
}
.sidebar__content__button:hover .sidebar__content__button--mask li {
  animation: vizible 0.2s forwards;
  animation-delay: 0.5s;
  z-index: 3333;
}

@keyframes vizible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Mobile Home Page*/
.buttonFIX {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 8rem;
  overflow: hidden;
  font-weight: 600;
  transition: 0.5s;
  letter-spacing: 1px;
  position: relative;
  top: 2rem;
  background-color: transparent;
}
@media (min-width: 601px) {
  .buttonFIX {
    display: none;
  }
}
.buttonFIX .arrowleft {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 4rem;
  bottom: 0;
  transform: rotate(180deg);
}
.buttonFIX .arrowright {
  position: absolute;
  left: 3rem;
  top: 0rem;
  width: 3rem;
  height: 3rem;
}
.buttonFIX button {
  width: 30rem;
  height: 5rem;
  border: 1px solid #000;
  border-radius: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: bold;
  background: #131313;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.buttonFIX button a {
  text-decoration: none;
  color: #fff;
}
.buttonFIX button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}
.buttonFIX .maskFIX {
  line-height: 5rem;
  width: 30rem;
  height: 5rem;
  color: #333;
  border: 1px solid #000;
  border-radius: 3rem;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  overflow: hidden;
  font-weight: bold;
  background-color: transparent;
  letter-spacing: 0;
  position: absolute;
}

/* Mobile */
.button__mobile-container {
  width: 100%;
  height: 5rem;
  margin-left: 0.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border: 1px solid #000;
  font-weight: 300;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 2rem;
  position: relative;
}
.button__mobile-container button {
  width: 101%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: bold;
  background: #131313;
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 0.7s steps(29) forwards;
}
.button__mobile-container button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 0.7s steps(29) forwards;
}

.mobile__mask {
  color: #131313;
  text-align: center;
  width: 100%;
  height: 6rem;
  font-size: 1.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  position: absolute;
  overflow: hidden;
  font-weight: bold;
  background-color: transparent;
  background-image: url(/images/spacePurple.gif);
  background-size: contain -webkit-fill-available;
}
.mobile__mask h2 {
  color: white;
  -moz-background-clip: text;
  -webkit-background-clip: text;
}

.sidebar {
  width: 30%;
  /* veya ihtiyacınıza göre ayarlayın */
  height: 100%;
  /* header ve footer yüksekliği */
  overflow: hidden;
  /* border-right: 3px dashed #d6dee1; */ /*iptal simdilik*/
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .sidebar {
    width: 100%;
    height: 350rem;
    display: flex;
    flex-direction: column;
    border: none;
    align-items: center;
    justify-content: flex-start;
    order: 1;
  }
}
.sidebar__content {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.sidebar__content__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.sidebar__content__header img {
  width: 4vw;
}
@media (max-width: 600px) {
  .sidebar__content__header img {
    width: 15vw;
  }
}
.sidebar__content__header nav {
  float: right;
}
.sidebar__content__header nav a {
  text-decoration: none;
  color: #333;
  font-size: 0.9vw;
  font-weight: 700;
  display: inline-block;
  margin-right: 1vw;
}
@media (max-width: 600px) {
  .sidebar__content__header nav a {
    font-size: 4vw;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .sidebar__content__header nav a {
    margin: 0;
  }
}
.sidebar__content__header nav a:last-child {
  background-color: #131313;
  color: #fff;
  border-radius: 3vw;
  padding: 0.5vw 0.8vw;
  margin-left: 1rem;
  display: inline-block;
}
@media (max-width: 600px) {
  .sidebar__content__header nav a:last-child {
    padding: 1rem 2rem;
    border-radius: 3rem;
  }
}
.sidebar__content__worksituation {
  margin-top: 3vw;
  font-size: 0.9vw;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #333;
}
@media (max-width: 600px) {
  .sidebar__content__worksituation p {
    margin-top: 7vw;
    font-size: 4vw;
    font-weight: 700;
  }
}
.sidebar__content__worksituation span {
  width: 0.8vw;
  height: 0.8vw;
  background-color: #36ff0f;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  animation: circle 1.7s infinite;
}
@media (max-width: 600px) {
  .sidebar__content__worksituation span {
    width: 4vw;
    height: 4vw;
    animation: circle 1.7s infinite;
    vertical-align: middle;
  }
}
.sidebar__content__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}
.sidebar__content__text h1 {
  font-size: 1.4vw;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .sidebar__content__text h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 2rem;
  }
}
.sidebar__content__text h2 {
  font-size: 1vw;
  font-weight: 400;
}
@media (max-width: 600px) {
  .sidebar__content__text h2 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.sidebar__content__text p {
  font-size: 0.9vw;
  margin-top: 2rem;
  line-height: 1.3vw;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .sidebar__content__text p {
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 2.4rem;
    font-weight: 500;
  }
}
@media (max-width: 376px) {
  .sidebar__content__text p {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .sidebar__content__button {
    display: none;
  }
}
.sidebar__content__footer {
  position: absolute;
  bottom: 2vw;
  font-size: 1vw;
  font-weight: 500;
  color: #333;
}
@media (max-width: 600px) {
  .sidebar__content__footer {
    display: none;
  }
}
.sidebar__content__footer .heartIcon {
  height: 1vw;
  width: 1vw;
  background: #b51b86;
  border-radius: 5;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}
.sidebar__content__footer .heartIcon::before {
  background-color: #b51b86;
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 1vw;
  height: 1vw;
  top: -40px;
  left: 0px;
}
.sidebar__content__footer .heartIcon::after {
  background-color: #b51b86;
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 1vw;
  height: 1vw;
  top: 0px;
  left: 40px;
}

@media (max-width: 600px) {
  .extendedText {
    display: none;
  }
}

.content {
  width: 70%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 3rem;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  .content {
    display: none;
  }
}
.content__header {
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .content__header {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.content__header img {
  position: absolute;
  width: 25vw;
  height: 6vw;
}
@media (max-width: 600px) {
  .content__header img {
    width: 18rem;
    height: 5rem;
  }
}
.content__header h2 {
  font-size: 3vw;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  color: #fff;
  animation: blinkedText 3s infinite;
  font-weight: 600;
}
@media (max-width: 600px) {
  .content__header h2 {
    font-size: 2rem;
  }
}
.content__project {
  display: flex;
  flex-direction: column;
  height: 33vw;
  max-width: 95%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  background-color: transparent;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 601px) and (max-width: 900px) {
  .content__project {
    border-radius: 1.5rem;
  }
}
.content__project__testimonials {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  background-color: #131313;
  border-radius: 3rem;
  position: absolute;
  max-width: 65;
}
@media (max-width: 600px) {
  .content__project {
    width: 100%;
    height: 25rem;
    padding: 0;
    border-radius: 1.5rem;
  }
}
.content__project:last-child {
  margin-bottom: 3rem;
}
.content__project--logo {
  width: 100%;
  height: fit-content;
}
@media (max-width: 600px) {
  .content__project--logo {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.content__project--logo img {
  width: 10vw;
  height: 10vw;
  margin-left: 3vw;
}
@media (max-width: 600px) {
  .content__project--logo img {
    width: 10rem;
    height: 8rem;
    float: left;
  }
}
.content__project--logo h2 {
  margin-top: -2rem;
  margin-bottom: 1rem;
  font-size: 1.7vw;
  font-weight: 600;
  margin-left: 3vw;
}
@media (min-width: 601px) and (max-width: 900px) {
  .content__project--logo h2 {
    font-size: 1vw;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .content__project--logo h2 {
    font-size: 1.3vw;
  }
}
@media (max-width: 600px) {
  .content__project--logo h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: -1rem;
  }
}
.content__project--text {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42%;
  margin-left: 3vw;
}
@media (max-width: 600px) {
  .content__project--text {
    width: 90%;
  }
}
.content__project--text p {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1vw;
}
@media (max-width: 600px) {
  .content__project--text p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content__project--img {
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 2vw;
  margin-top: 5rem;
}
.content__project--img img {
  width: 25vw;
  height: 25vw;
}
@media (max-width: 600px) {
  .content__project--img img {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .content__project--img img {
    width: 13vw;
    height: 13vw;
    object-fit: contain;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .content__project--img img {
    width: 20vw;
    height: 20vw;
  }
}
.content__project a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .content__project .stacks {
    top: 12vw;
    right: 5vw;
    position: absolute;
  }
}
.content__project .stacks ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-top: 1.5vw;
}
.content__project .stacks ul img {
  width: 3vw;
  margin-right: 0.8vw;
}
@media (max-width: 600px) {
  .content__project .stacks ul img {
    transform: scale(2.5);
    margin-right: 4vw;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .content__project .stacks ul img {
    width: 2vw;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .content__project .stacks ul img {
    width: 2vw;
  }
}
.content__project .x {
  font-size: 1vw;
  font-weight: 700;
  color: #f44336;
}
@media (max-width: 600px) {
  .content__project .x {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f44336;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans 3", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 5rem;
  height: 100vh;
  width: 100%;
}
@media (max-width: 600px) {
  body {
    padding: 1rem;
  }
}
body .ownerMark {
  position: absolute;
  left: -21.5vw;
  top: 20vw;
  width: fit-content;
  height: 3vw;
  padding: 0.6vw 3vw;
  border-radius: 0.5vw;
  background-color: #131313;
  transform: rotate(90deg);
  transition: all 0.5s ease;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 2;
}
@media (max-width: 600px) {
  body .ownerMark {
    display: none;
  }
}
body .ownerMark:hover {
  left: -19.5vw;
  transition: all 0.5s ease;
}
body .ownerMark p {
  background-image: url(/images/fluidColors2.gif);
  background-size: contain -webkit-fill-available;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  font-size: 1.5vw;
  font-weight: 500;
}
body .ownerMark p img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.5vw;
}

.container {
  display: flex;
  padding: 5rem;
  border: 1.5px solid #ccc;
  border-radius: 3rem;
  height: 95vh;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 600px) {
  .container {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 90vh;
    border: none;
    border: 1.5px solid #ccc;
    border-radius: 3rem;
    justify-content: center;
    overflow: hidden;
  }
}
.container .mobileFeatures {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 601px) {
  .container .mobileFeatures {
    display: none;
  }
}
.container .links {
  margin-top: 5rem;
}
.container .links ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.container .links ul li {
  margin: 0.5rem;
}
.container .links ul li a {
  text-decoration: none;
}
.container .links ul li a img {
  width: 4rem;
  margin-right: 0.8vw;
}

.content__mobile {
  width: 100%;
  height: 100vh;
  margin-top: 3rem;
  overflow-y: scroll;
  padding: 0 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content__mobile::-webkit-scrollbar {
  display: none;
}
.content__mobile .backButton {
  top: 2rem;
  left: 2rem;
}
.content__mobile .backButton .backIcon {
  width: 4rem;
  height: 4rem;
}
.content__mobile__header {
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content__mobile__header img {
  position: absolute;
  width: 26rem;
  height: 8rem;
}
.content__mobile__header h2 {
  font-size: 4rem;
  font-weight: 900;
  position: absolute;
  z-index: 1;
  color: #fff;
  animation: blinkedText 3s infinite;
}
.content__mobile__project {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 2rem;
  background-color: transparent;
  margin-top: 5rem;
  position: relative;
  overflow: hidden;
  padding: 1rem 0rem;
}
.content__mobile__project:last-child {
  margin-bottom: 3rem;
}
.content__mobile__project--logo {
  width: 100%;
  height: fit-content;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.content__mobile__project--logo img {
  width: 15rem;
  height: 10rem;
  margin-left: 3vw;
  object-fit: contain;
}
.content__mobile__project--logo h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: 3vw;
  display: inline-block;
}
.content__mobile__project--text {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin-left: 3vw;
}
.content__mobile__project--text p {
  font-size: 2rem;
  font-weight: 400;
  line-height: auto;
}
.content__mobile__project--img {
  display: none;
}
.content__mobile__project a {
  color: #fff;
  text-decoration: none;
}
.content__mobile__project .stacks {
  margin-top: 1rem;
}
.content__mobile__project .stacks h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
}
.content__mobile__project .stacks h3::after {
  content: "";
  position: absolute;
  background: url(/images/stackArrow.png) no-repeat;
  width: 2rem;
  height: 3rem;
  top: 1.5rem;
  left: 24.5rem;
  display: inline-block;
  background-size: contain;
  transform: rotate(0deg);
}
.content__mobile__project .stacks ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-top: 1.5rem;
}
.content__mobile__project .stacks ul img {
  width: 3.7rem;
  margin-right: 1rem;
}
.content__mobile__project .x {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f44336;
}
