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

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  flex-direction: row-reverse;
  align-items: center;
  transition: 0.5s;
  bottom: 0;
  height: 50px;
}

.close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  justify-content: flex-end;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

main,
footer {
  font-family: "Source Sans 3", sans-serif;
}

nav {
  font-family: "Open Sans", sans-serif;
}

body::-webkit-scrollbar { display: none; }

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: rgb(33, 42, 47);
  max-width: auto;
  gap: 5rem;
}
header.nav-container {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  max-width: auto;
  width: 100%;
  padding-block: 1rem;
  margin-inline: auto;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  height: 170px;
  transition: all 0.4s ease-in-out;
  backdrop-filter: blur(6.5px);
}

header.nav-container .logo {
  width: 195px;
  transition: all0.4s ease-in-out;
}

header.nav-container .logo a img {
  width: 100%;
  max-width: 195px;
  height: auto;
  cursor: pointer;
}

header.nav-container .nav-list-desktop ul {
  display: flex;
  flex-direction: row;
  gap: 1.8rem;
  justify-content: center;
  padding-left: 0;
}

header.nav-container .nav-list-desktop ul li {
  list-style-type: none;
  cursor: pointer;
}

header.nav-container .nav-list-desktop ul li a:not(.active) {
  text-decoration: none;
  color: white;
  padding: 0.5rem 0.25rem 0.2rem 0.25rem;
  border-radius: 5px;
  font-size: 1.05rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

header.nav-container .nav-list-desktop ul li a:hover:not(.active) {
  transition: all 0.3s ease;
  color: rgb(151, 151, 151);
}

.active {
  text-decoration: none;
  color: white;
  color: rgba(209, 119, 119, 0.951);
  transition: all 0.2s ease-in-out;
  padding: 0.5rem 0.45rem;
  font-size: 1.05rem;
  font-weight: 500;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: auto;
  margin-inline: auto;
  margin-top: 180px;
  gap: 3.5rem;
}

main .top {
  display: flex;
  align-items: center;
  flex-direction: column;
}

main .top .me img {
  max-width: 225px;
  width: 100%;
  height: auto;
}

main .top .description {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -105px;
  color: white;
  padding: 75px;
}

main .top .description h1 {
  font-size: 20px;
  font-weight: 500;
}

main .top .description section {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}

main .top .description section p {
  font-weight: 300;
  margin-top: -8.5px;
  width: 650px;
  align-items: center;
  justify-self: center;
}
main .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

main .content h1 {
  color: rgb(136, 127, 127);
  font-size: 23px;
}

main .content .content-description {
  max-width: 800px;
  width: 100%;
  border-top: solid 0.5px lightgrey;
  border-bottom: solid 0.5px lightgrey;
  display: flex;
  flex-direction: row;
  padding: 30px;
  align-items: center;
  align-content: center;
  color: white;
  gap: 1.5rem;
  justify-content: space-around;
}

main .content-description p {
  color: white;
  font-size: 35px;
  font-weight: 300;
  padding: 0;
}

main .content-description .outer {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 15px;
  border-radius: 7.5px;
  align-items: center;
  justify-content: center;
}

main .content-description .outer .web-one-wrap {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 7.5px;
  padding: 15px;
  align-items: center;
  background-color: rgba(61, 58, 79, 0.259);
}

main .content-description div .web-one-wrap .img-wrap1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

main .content-description div .web-one-wrap .img-wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

main .content-description div .web-one-wrap .img-wrap2 img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

main .content-description div .web-one-wrap .img-wrap1 img {
  max-width: 180px;
  width: 100%;
  height: auto;
}

main .content-description div .web-one-wrap .right-description div h2 {
  font-size: 23.5px;
  color: white;
}

main .content-description div .web-one-wrap .right-description div p {
  font-size: 16.5px;
  color: white;
}

main .content-description div .web-one-wrap .right-description div button {
  width: 100px;
  height: 37.5px;
  margin-top: 10.8px;
  border-radius: 15px;
  background-color: rgb(61, 58, 79);
  border: none;
  cursor: pointer;
  color: white;
  font-family: "Open Sans", sans-serif;

}

main .content-description div .web-one-wrap .right-description div button a {
  text-decoration: none;
  color: white;
}

header.nav-container .nav-side-mobile {
  display: none;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 7.5px 25px;
  color: rgba(165, 157, 157, 0.881);
  font-size: 95%;
  margin: 0 0 35px 0;
}

footer .cc {
  display: flex;
  align-items: start;
  align-content: start;
  margin-left: -45px;
  margin-top: 0;
  position: relative;
}

footer .cc a {
  text-decoration: none;
  color: rgba(165, 157, 157, 0.881);
  font-weight: 500;
  font-size: 95%;
  margin-left: 5px;
}

main.main-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: auto;
  margin-inline: auto;
  margin-top: 180px;
}

main.main-about .bio-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

main.main-about .bio-container .bio-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main.main-about .bio-container .bio-top h1 {
  color: white;
  font-size: 30px;
  font-weight: 300;
}

main.main-about .bio-container .bio-top img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

main.main-about .bio-container .bio-top p {
  color: white;
}

main.main-about .bio-container .bio-top p.bio-words {
  font-weight: 300;
  font-size: 16.5px;
  width: 500px;
}

main.main-about .bio-container .bio-top table {
  color: lightgrey;
  margin-top: -10px;
}

main.main-about .bio-container .bio-top h2 {
  color: white;
}

main.main-about .bio-container .skill-container {
  display: flex;
  flex-direction: column;
}

main.main-about .bio-container .skill-container h1 {
  font-size: 25px;
  color: white;
}

main.main-about .bio-container .skill-container .all-skill {
  display: flex;
  flex-direction: row;
  color: white;
  gap: 1.5rem;
  margin-top: -22.5px;
}

main.main-about .bio-container .skill-container .all-skill .one {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

main.main-about .bio-container .skill-container .all-skill .two {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

main.main-about .bio-container .skill-container .all-skill .three {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

main.main-about .bio-container .skill-container .all-skill .one .html {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main.main-about .bio-container .skill-container .all-skill .one .html h3 {
  font-weight: 300;
}

main.main-about .bio-container .skill-container .all-skill .one .html img {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-top: 28.4px;
}

main.main-about .bio-container .skill-container .all-skill .one .css {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main.main-about .bio-container .skill-container .all-skill .one .css h3 {
  font-weight: 300;
}

main.main-about .bio-container .skill-container .all-skill .one .css img {
  max-width: 35px;
  width: 100%;
  height: auto;
  margin-top: 28.4px;
}

main.main-about .bio-container .skill-container .all-skill .two .web {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main.main-about .bio-container .skill-container .all-skill .two .web h3 {
  font-weight: 300;
}

main.main-about .bio-container .skill-container .all-skill .two .web img {
  max-width: 35px;
  width: 100%;
  height: auto;
}

main.main-about .bio-container .skill-container .all-skill .two .js {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main.main-about .bio-container .skill-container .all-skill .two .js h3 {
  font-weight: 300;
}

main.main-about .bio-container .skill-container .all-skill .two .js img {
  max-width: 40px;
  width: 100%;
  height: auto;
  margin-top: 25.4px;
}

main.main-about .bio-container .skill-container .all-skill .three .godot {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

main.main-about .bio-container .skill-container .all-skill .three .godot h3 {
  font-weight: 300;
}

main.main-about .bio-container .skill-container .all-skill .three .godot img {
  max-width: 35px;
  width: 100%;
  height: auto;
}

.certificate-carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: auto;
  margin-inline: auto;
  margin-top: 40px;
}

.certificate-carousel h2 {
  align-self: flex-start;
}

.slideshow-container {
  max-width: 500px;
  max-height: 455px;
  position: relative;
  margin-top: -10px;
}

.cert-btnn {
  align-self: flex-start;
  width: 100px;
  height: 37.5px;
  margin-top: 10.8px;
  border-radius: 15px;
  background-color: rgb(61, 58, 79);
  border: none;
  cursor: pointer;
  color: white;
  font-family: "Open Sans", sans-serif;
}

.cert-btnn a {
  text-decoration: none;
  color: white;
}

.cert-btnn:hover {
  border: solid 1px rgb(71, 66, 94);
  background-color: rgba(39, 39, 39, 0.874);
}

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

.hex {
  display: none;
}

.Back,
.forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.Back:hover,
.forward:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.Info {
  font-size: 16px;
  padding: 10px 14px;
  bottom: 10px;
  width: 100%;
  transition: 0.4 ease-in;
  color: white;
}

.dots {
  cursor: pointer;
  height: 13.5px;
  width: 13.5px;
  margin: 13.5px 3px 0 3px;
  background: linear-gradient(92.18deg, #302a35 -25.78%, #6643db 123.02%);
  opacity: 0.3;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable,
.dots:hover {
  background: linear-gradient(92.18deg, #2d2f4a -25.78%, #8b8b8b 123.02%);
  opacity: 1;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}
.certificate-carousel h2 {
  font-size: 23.5px;
  color: white;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 2;
  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 2;
  }
}

.container-story h1 {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: rgb(136, 127, 127);
  font-family: "Source Sans 3", sans-serif;
}

.cardx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 950px;
  padding: 20px 0 20px 0;
}

.carx {
  width: 300px;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.carx:hover {
  z-index: 2;
  transform: scale(1.1);
}

.carx:hover .carx-info {
  opacity: 1;
}

.carx:hover img {
  filter: brightness(0.5) blur(2px);
}

.carx:nth-child(6) {
  z-index: 2;
}

.carx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carx-info {
  display: flex;
  flex-direction: column;
  color: white;
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 40%;
  transform: translateX(-50%);
}

.carx-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.carx-status {
  font-size: 1rem;
  font-weight: 500;

}

.carx-text {
  font-size: 0.95rem;
  font-weight: 300;
}


@media screen and (max-width: 769px) {
  main .content .content-description p {
    font-size: 33.5px;
  }
  main .content .content-description {
    flex-direction: row;
  }
  main .content .content-description .outer {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap1 {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap2 {
    gap: 1rem;
  }
  main .content .content-description div .web-one-wrap .right-description div h2 {
    font-size: 21.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div p {
    font-size: 14.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div button {
    width: 85px;
    height: 32.5px;
    margin-top: 8.8px;
    font-size: 12.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div button a {
    font-size: 12.5px;
  }
  main .content .content-description div .web-one-wrap .img-wrap2 img {
    max-width: 150px;
  }
  main .content .content-description div .web-one-wrap .img-wrap1 img {
    max-width: 150px;
  }
  main .content .content-description p {
    font-size: 33.5px;
  }
  main .content .content-description .outer .web-one-wrap .right-description div h2 {
    font-size: 21.5px;
  }
  main .content .content-description .outer .web-one-wrap .right-description div p {
    font-size: 14.5px;
  }
  main .content .content-description .outer .web-one-wrap .right-description div button {
    width: 85px;
    height: 32.5px;
    margin-top: 8.8px;
    font-size: 12.5px;
  }
  main .content .content-description .outer .web-one-wrap .right-description div button a {
    font-size: 12.5px;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap2 img {
    max-width: 150px;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap1 img {
    max-width: 150px;
  }
  .slideshow-container {
    max-width: 445px;
    max-height: 410px;
  }
  .dots {
    margin: 11px 3px 0 3px;
  }
  main.main-about .bio-container .bio-top p.bio-words {
    width: 390px;
    font-size: 15px;
    justify-self: center;
  }
  main .top .description section p {
    font-size: 15px;
    width: 390px;
    justify-self: center;
  }
  footer .cc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .alert {
    font-size: 14px;
    height: 45px;
  }
  main .content .content-description {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 428px) {
  header.nav-container {
    backdrop-filter: none;
    background-color: rgb(33, 42, 47);
  }
  main .content .content-description {
    max-width: 370px;
  }
  .wrap22 {
    height: auto;
  }
  .hexeon {
    width: auto;
  }
  main .content .content-description p {
    font-size: 31.5px;
  }
  main .content .content-description {
    flex-direction: column;
  }
  header.nav-container .nav-list-desktop {
    display: none;
  }
  header.nav-container .nav-side-mobile {
    display: flex;
    transition: all 0.3s ease-in-out;
    backdrop-filter: none;
  }
  header.nav-container .nav-side-mobile .side-nav {
    display: flex;
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(33, 42, 47, 0.544);
    backdrop-filter: blur(6.5px);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding-top: 30px;
    flex-direction: column;
    padding-top: 55px;
    align-items: flex-start;
  }
  header.nav-container .nav-side-mobile .side-nav a:not(.active) {
    padding: 4px 8px 5px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .active {
    padding: 0 8px 4px 32px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  header.nav-container .nav-side-mobile .side-nav .close-button {
    position: absolute;
    top: 0;
    right: 25px;
    margin-bottom: -10px;
    font-size: 50px;
    transition: all 0.3s ease-in-out;
  }
  header.nav-container .nav-side-mobile .open-button {
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(34, 30, 30, 0.041);
    color: white;
    border: none;
    margin-left: 220px;
    margin-bottom: 10px;
    margin-top: 12.5px;
    transition: 0.3s ease-in-out;
  }
  main .top .description {
    padding: 55px;
  }
  main .top .description h1 {
    font-size: 18.5px;
  }
  main .top .description section p {
    font-size: 14px;
    width: 250px;
  }
  main.main-about .bio-container .bio-top p.bio-words {
    font-size: 13.5px;
    width: 250px;
  }
  main .content h1 {
    font-size: 22.5px;
  }
  .container-story h1 {
    font-size: 23px;
  }
  .carx {
    max-width: 250px;
    width: 100%;
    height: 100%;
    max-height: 350px;

  }
  main .content .content-description p {
    font-size: 30px;
  }

  footer {
    font-size: 80%;
  }
  main.main-about .bio-container .skill-container h1 {
    font-size: 22px;
  }
  main.main-about .bio-container .skill-container .all-skill {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  main.main-about .bio-container .skill-container .all-skill .one {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  main.main-about .bio-container .skill-container .all-skill .two {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
  main.main-about .bio-container .skill-container .all-skill .three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  main.main-about .bio-container .skill-container .all-skill .one .html img {
    margin-top: 0px;
  }
  main.main-about .bio-container .skill-container .all-skill .one .css img {
    margin-top: 0px;
  }
  main.main-about .bio-container .skill-container .all-skill .two .js img {
    margin-top: 0px;
  }
  .slideshow-container {
    max-width: 290px;
    max-height: 290px;
  }
}

@media screen and (max-width: 376px) {
  .alert {
    font-size: 12px;
    height: 40px;
  }
  main .top .description {
    padding: 40px;
    margin-top: -90px;
  }
  main .content .content-description p {
    font-size: 23.5px;
  }
  main .content .content-description {
    max-width: 320px;
  }
  footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  footer .version {
    margin-bottom: -20px;
  }
  main.main-about .bio-container .bio-top h1 {
    font-size: 27.5px;
  }
  main.main-about .bio-container .bio-top {
    font-size: 83.5%;
  }
  main.main-about .bio-container .skill-container .all-skill {
    font-size: 82%;
  }
  .certificate-carousel h2 {
    font-size: 22.8px;
  }
  main.main-about .bio-container .bio-top p.bio-words {
    width: 250px;
  }
  main .top .description section p {
    width: 200px;
  }
}

@media screen and (max-width: 321px) {
  .alert {
    font-size: 10px;
    height: 35px;
  }
  .carx {
    max-width: 230px;
    width: 100%;
    height: 100%;
    max-height: 330px;
  }
  main .content .content-description p {
    font-size: 27.5px;
  }
  main .content .content-description {
    max-width: 290px;
  }
  header.nav-container .logo {
    margin-right: -35px;
  }
  header.nav-container .logo a img {
    max-width: 115px;
    width: 100%;
    height: auto;
    margin-right: -235px;
  }
  main .top .description {
    padding: 30px;
    margin-top: -80px;
  }
  main .content .content-description {
    padding: 20px;
  }
  main .content .content-description p {
    font-size: 25px;
  }
  main .content .content-description .outer {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap1 {
    gap: 1rem;
  }
  main .content .content-description .outer .web-one-wrap .img-wrap2 {
    gap: 1rem;
  }
  main .content .content-description div .web-one-wrap .right-description div h2 {
    font-size: 21.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div p {
    font-size: 14.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div button {
    width: 85px;
    height: 32.5px;
    margin-top: 8.8px;
    font-size: 12.5px;
  }
  main .content .content-description div .web-one-wrap .right-description div button a {
    font-size: 12.5px;
  }
  main .content .content-description div .web-one-wrap .img-wrap2 img {
    max-width: 150px;
  }
  main .content .content-description div .web-one-wrap .img-wrap1 img {
    max-width: 150px;
  }
}
