.header {
  background-color: #050505;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.header .container-logo {
  position: relative;
  margin-top: 5%;
  background-color: #373c37;
  width: 100%;
  text-align: center;
}
.header ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #a7a8a7;
}
.header ul a {
  display: block;
  padding: 20px;
}
.header ul a:hover {
  background-color: #292929;
  color: #a7a8a7;
}
.header .logo {
  float: left;
  font-size: 10px;
  text-align: center;
  padding: 10px 20px;
}
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.header .menu-icon {
  padding: 28px 20px;
  position: relative;
  float: right;
  cursor: pointer;
}
.header .menu-icon .nav-icon {
  background-color: #f2f2f2;
  display: block;
  width: 18px;
  height: 2px;
  position: relative;
  transition: background-color 0.5s ease-out;
}
.header .menu-icon .nav-icon::before, .header .menu-icon .nav-icon::after {
  background-color: #f2f2f2;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-out;
  position: absolute;
}
.header .menu-icon .nav-icon::before {
  top: 5px;
}
.header .menu-icon .nav-icon::after {
  top: -5px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 250px;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon {
  background-color: transparent;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon::before {
  transform: rotate(-45deg);
  top: 0;
}
.header .menu-btn:checked ~ .menu-icon .nav-icon::after {
  transform: rotate(45deg);
  top: 0;
}

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none !important;
    display: block;
  }
  .header .menu-icon {
    display: none;
  }
}
.a .logo {
  text-decoration: none;
  color: #801023;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #f2f2f2;
  padding: 1%;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: auto;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.footer p {
  font-size: 1rem;
}

.footer-btn {
  margin: 1%;
  padding: 1%;
}

.footer-btn:hover {
  background-color: #373c37;
  color: #a7a8a7;
  text-decoration: none;
  border-radius: 5px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1%;
  padding: 1%;
  list-style: none;
}
.footer-links li {
  margin: 0 10px;
}

.social-icon {
  width: 45px;
  height: 45px;
  margin: 1%;
  padding: 1%;
}
.social-icon:hover {
  background-color: #801023;
  border-radius: 5px;
  margin: 1%;
  padding: 1%;
}

.hire-me-game-card {
  position: relative;
  align-self: flex-end;
  margin-left: auto;
  color: white;
  width: 200px;
  height: 100px;
  opacity: 0.6;
  cursor: pointer;
  background-image: url("/img/CV-img/dices.jpg");
  opacity: 0.8;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 5%;
}
.hire-me-game-card .rock-paper-scissors-container {
  display: none;
}
.hire-me-game-card.expanded {
  width: 600px;
  height: 700px;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 10px;
  padding: 5%;
}
.hire-me-game-card.expanded .rock-paper-scissors-container {
  display: block;
}

.rock-paper-scissors-container {
  display: block !important;
  background-color: white;
  color: black;
  z-index: 9999;
}

* {
  font-family: "montserrat", sans-serif;
  text-decoration: none;
  list-style: none;
}

body {
  margin: 0;
  background-color: #212121;
  color: #a7a8a7;
  font-family: "Montserrat", sans-serif;
}

a {
  color: #801023;
}

.CV-Page-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  position: relative;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5%;
  text-align: flex-start;
  margin: 1%;
  padding: 1%;
}

.h1 {
  font-size: 30px;
}

.hero-img-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  box-shadow: rgba(109, 0, 0, 0.684) 1 0 0;
}

.CV-hero-img {
  width: 25%;
  height: auto;
  box-shadow: rgba(109, 0, 0, 0.684) 1 0 0;
  margin: 1%;
  padding: 2px;
  border-radius: 500px;
  border: solid 5px #6d0000;
}

.page-header {
  background-color: rgba(169, 21, 21, 0.519);
  background-image: url("/img/CV-img/code-background.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(5px), brightness(0.8), contrast(1.2);
          backdrop-filter: blur(5px), brightness(0.8), contrast(1.2);
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
}

.wrap-master-gif {
  background-color: #373c37;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 5px;
  padding: 1%;
  margin: 1%;
  box-shadow: rgba(109, 0, 0, 0.684) 1 0 0;
}

@media screen and (max-width: 650px) {
  .wrap-master-gif {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 1%;
    padding: 1%;
    position: relative;
    justify-content: center;
    text-align: center;
    transition: transform 0.5s;
  }
}
/* STYLE FOR THE MACBOOK WRAPPER */
.macbook-wrapper-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 5%;
  padding: 1%;
  align-items: flex-end;
}

.macbook-wrapper {
  position: relative;
  width: auto;
  height: auto;
  margin-left: 5%;
}

.macbook-img {
  width: 100%;
  height: auto;
  display: block;
}

.gif-overlay {
  position: absolute;
  top: 3%;
  left: 10%;
  width: 80%;
  height: auto;
  border-radius: 5px;
  pointer-events: none;
}

.CV-hero-master {
  position: relative;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1%;
  margin: 1%;
}

.hero-logo-master {
  width: 50px;
  height: auto;
}

.Masters-description {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  margin: 1%;
  padding: 1%;
}

.start2Impact-container {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: larger;
  text-align: center;
  margin: 5%;
}

.btn-mastetr {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 1%;
  padding: 1%;
  background-color: #60000d;
  color: #a7a8a7;
  border: solid 2px #6d0000;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.btn-mastetr:hover {
  background-color: #6d0000;
  color: #f2f2f2;
}

/*
.macbook-wrapper:hover .gif-overlay {
  opacity: 1;
  z-index: 4;
  box-shadow: 0 0 10px #000;
}


/* STYLE FOT THE SKILLS SECTION */
.Skills-container {
  background-color: #373c37;
  padding: 1%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
}

.skills-bars-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  position: relative;
  width: 95%;
  height: auto;
  margin: 1%;
  padding: 1%;
  border-radius: 5px;
}

@media screen and (max-width: 400px) {
  .skills-bars-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .skills-bars-container {
    order: 2;
  }
}
.skills-bar {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-right: 100px;
  padding: 2%;
  margin: 2%;
}

.Skills_1-2, .Skills_2-2 {
  background-color: #373c37;
  padding: 1%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  position: relative;
  margin: 1%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 5px;
  color: #FFF;
  width: 95%;
}

@media screen and (min-width: 650px) {
  .Skills_1-2, .Skills_2-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 1%;
    padding: 1%;
    position: relative;
    justify-content: center;
    text-align: left;
    transition: transform 0.5s;
  }
}
.Skills_2-2 {
  order: 1;
}

.skill-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.bar {
  background-color: rgba(2, 82, 91, 0.7568627451);
  width: 100%;
  padding: 3px;
  margin: 1%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: left;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.bar::before {
  content: attr(data-skill);
  background-color: #f3565b;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 4s 2s;
  -webkit-animation: load 4s 2s;
  -moz-animation: load 4s 2s;
  -o-animation: load 4s 2s;
}

.bar.front::before {
  background-color: #ffcc33;
}

.bar.back::before {
  background-color: #a6cfe3;
}

.bar.learning::before {
  width: calc(20% - 10px);
}

.bar.basic::before {
  width: calc(40% - 10px);
}

.bar.intermediate::before {
  width: calc(60% - 10px);
}

.bar.advanced::before {
  width: calc(80% - 10px);
}

.bar.expert::before {
  width: calc(100% - 10px);
}

/* STYLE FOR PROJECT SECTION */
.my-projects {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  margin: 1%;
  padding: 1%;
  border-radius: 5px;
  text-align: left;
  background-color: #373c37;
}

@media screen and (max-width: 650px) {
  .my-projects {
    flex-direction: column;
    width: 96%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 1%;
    padding: 1%;
    position: relative;
    justify-content: left;
    text-align: center;
    transition: transform 0.5s;
  }
}
.projecct-img {
  width: 25%;
  height: auto;
  margin-right: 10px;
  padding: 1%;
  transition: transform 0.5s;
}

.my-projects-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.my-projects-hero-img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1%;
  padding: 1%;
  transition: transform 0.5s;
}

@media screen and (max-width: 400px) {
  .my-projects-hero-img {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-right: 1%;
    padding: 1%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.5s;
  }
}
.projects-btn {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  color: #6d0000;
  padding: 5%;
  margin: 1%;
  border: solid 2px #6d0000;
  box-shadow: rgba(109, 0, 0, 0.4) 0 0 0;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease;
}

.btn-master {
  background-color: #ffffff;
  color: #6d0000;
  padding: 10px 20px;
  border: solid 2px #6d0000;
  box-shadow: rgba(109, 0, 0, 0.4) 0 0 0;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.btn-master:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
  display: block;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #b22424;
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background: #b22424;
  border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b22424;
}

.card-container {
  display: flex;
  overflow-x: auto;
  width: 100%;
  gap: 1%;
  padding: 0;
  margin-left: 2%;
  margin-right: 0;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
}

@media screen and (max-width: 650px) {
  .card-container {
    transform: scale(0.9);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow-x: scroll;
    width: 100%;
  }
}
.card {
  background-color: #4f5051;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  min-height: 400px; /* oppure quello che ti serve */
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  min-width: 250px;
  scroll-snap-align: start;
}

.card .image {
  height: 150px;
  width: 150px;
  padding: 4px;
  background: #FFF;
  border-radius: 50%;
  align-items: center;
}

.tag-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
  margin: 1%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 1%;
}

@media screen and (min-width: 920px) {
  .container .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 10%;
    width: 200px;
    margin-bottom: 20px;
  }
}
.image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 5px solid #6d0000;
}

.card h2 {
  margin-top: 25px;
  color: #333;
  font-size: 22px;
  font-weight: 600;
  padding: 1%;
  margin: 1%;
}

.card .tag-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  margin-top: 1%;
}

.card h5 {
  color: #fff;
  font-weight: 800;
  background-color: #6d0000;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

.card p {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 1%;
  margin: 1%;
}

.wrap-form-container {
  width: auto;
  margin: 1%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #212121;
  padding: 1%;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.wrap-form-container .contact-me-hero-img {
  flex-basis: 40%;
  max-width: 350px;
  border-radius: 8px;
}

.container-form {
  flex-basis: 60%;
}
.container-form .form-text p {
  margin-bottom: 1.5rem;
  color: #a7a8a7;
}

.wrap-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1%;
  padding: 1%;
}

@media screen and (max-width: 768px) {
  .wrap-contact {
    flex-direction: column;
    align-items: center;
  }
  .container-form {
    width: 80%;
  }
}
#contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 5%;
  padding: 1%;
}
#contact-form .field {
  display: flex;
  flex-direction: column;
}
#contact-form .field label {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
}
#contact-form .field input,
#contact-form .field textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #60000d;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
#contact-form .field input:focus,
#contact-form .field textarea:focus {
  outline: none;
  border-color: #801023;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}
#contact-form .field textarea {
  resize: vertical;
  min-height: 120px;
}
#contact-form .sumbit-btn button {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  background-color: #a7a8a7;
  color: #6d0000;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}
#contact-form .sumbit-btn button:hover {
  background-color: #373c37;
  color: #a7a8a7;
  border: solid 2px;
  border-color: #a7a8a7;
}

.whatsapp-button {
  text-align: center;
  margin: 1%;
}
.whatsapp-button .logo-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 1.5rem;
  background-color: #25d366;
  color: #050505;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.whatsapp-button .logo-whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.DEPYL-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  height: auto;
  padding: 1%;
}

@media screen and (max-width: 650px) {
  .DEPYL-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1%;
    margin: 1%;
  }
}
.DEPYL-Project-description {
  background-color: #373c37;
  width: auto;
  height: auto;
  margin-top: 10%;
  padding: 1%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #a7a8a7;
  border-radius: 5px;
}

.DEPYL-Landingpage-scrolling-preview {
  position: relative;
  height: 100%;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1%;
  padding: 1%;
}

@media screen and (max-width: 650px) {
  .DEPYL-Landingpage-scrolling-preview {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 1%;
    padding: 1%;
  }
}
.depyl-gif-overlay {
  position: relative;
  display: block;
  align-content: center;
  margin: 1%;
  padding: 1%;
  height: auto;
  border-radius: 5px;
  pointer-events: none;
}

@media screen and (max-width: 650px) {
  .depyl-gif-overlay {
    transform: scale 0.8;
    display: block;
    width: 70%;
    height: auto;
    margin: 1%;
    padding: 1%;
    border-radius: 5px;
  }
}
.next-project-btn {
  background-color: rgba(4, 192, 95, 0.6862745098);
  color: white;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #808080;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.next-project-btn:hover {
  background-color: #00cd78;
  color: white;
  text-decoration: none;
}

.buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 1%;
  padding: 1%;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .buttons-container {
    flex-direction: column;
    align-items: center;
  }
}

.go-back-btn {
  background-color: #6d0000;
  color: white;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #808080;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.go.back.btn:hover {
  background-color: #cd0000;
  color: white;
  text-decoration: none;
}

.Green-Earth-preview {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  padding: 1%;
}

@media screen and (max-width: 650px) {
  .Green-Earth-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1%;
    margin: 1%;
  }
}
.Green-Earth-Project-description {
  background-color: #373c37;
  width: auto;
  height: auto;
  margin-top: 9%;
  margin: 1%;
  padding: 1%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #a7a8a7;
  border-radius: 5px;
}

.iphone-wrapper {
  position: relative;
  margin-left: 5%;
  width: auto;
}

.iphone-img {
  width: auto;
  height: 650px;
  margin: 1%;
  padding: 1%;
}

.gif-green-earth-overlay {
  position: absolute;
  left: 8%;
  width: 285px;
  height: 600px;
  border-radius: 30px;
  pointer-events: none;
  top: 6%;
}

@media screen and (max-width: 650px) {
  .gif-green-earth-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 600px;
    margin-top: -200%;
    margin-left: -1%;
    padding: 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .iphone-wrapper {
    transform: scale 0.7;
    margin-bottom: 5%;
  }
}
.previous-project-btn {
  background-color: #004a6d;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.previous-project-btn:hover {
  background-color: #0070cd;
  color: #f2f2f2;
  text-decoration: none;
}

.go-back-btn {
  background-color: #6d0000;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.go-back-btn:hover {
  background-color: #cd0000;
  color: #f2f2f2;
  text-decoration: none;
}

.The-Counter-Top-preview {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  padding: 1%;
}

@media screen and (max-width: 650px) {
  .The-Counter-Top-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1%;
    margin: 1%;
  }
}
.The-Counter-Top-Project-description {
  background-color: #373c37;
  width: auto;
  height: auto;
  margin-top: 9%;
  margin: 1%;
  padding: 1%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #a7a8a7;
  border-radius: 5px;
}

.iphone-wrapper {
  position: relative;
  margin-left: 5%;
  width: auto;
}

.iphone-img {
  width: auto;
  height: 650px;
  margin: 1%;
  padding: 1%;
}

.gif-The-Counter-Top-overlay {
  position: absolute;
  left: 8%;
  width: 285px;
  height: 600px;
  border-radius: 30px;
  pointer-events: none;
  top: 6%;
}

@media screen and (max-width: 650px) {
  .gif-The-Counter-Top-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 600px;
    margin-top: -200%;
    margin-left: -1%;
    padding: 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .iphone-wrapper {
    transform: scale 0.7;
    margin-bottom: 5%;
  }
}
.previous-project-btn {
  background-color: #004a6d;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.previous-project-btn:hover {
  background-color: #0070cd;
  color: #f2f2f2;
  text-decoration: none;
}

.go-back-btn {
  background-color: #6d0000;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.go-back-btn:hover {
  background-color: #cd0000;
  color: #f2f2f2;
  text-decoration: none;
}

.next-project-btn {
  background-color: rgba(4, 192, 95, 0.6862745098);
  color: white;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #808080;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.next-project-btn:hover {
  background-color: #00cd78;
  color: white;
  text-decoration: none;
}

.Green-Earth-preview {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  padding: 1%;
}

@media screen and (max-width: 650px) {
  .Green-Earth-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1%;
    margin: 1%;
  }
}
.Green-Earth-Project-description {
  background-color: #373c37;
  width: auto;
  height: auto;
  margin-top: 9%;
  margin: 1%;
  padding: 1%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #a7a8a7;
  border-radius: 5px;
}

.iphone-wrapper {
  position: relative;
  margin-left: 5%;
  width: auto;
}

.iphone-img {
  width: auto;
  height: 650px;
  margin: 1%;
  padding: 1%;
}

.gif-green-earth-overlay {
  position: absolute;
  left: 8%;
  width: 285px;
  height: 600px;
  border-radius: 30px;
  pointer-events: none;
  top: 6%;
}

@media screen and (max-width: 650px) {
  .gif-green-earth-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 600px;
    margin-top: -200%;
    margin-left: -1%;
    padding: 1%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .iphone-wrapper {
    transform: scale 0.7;
    margin-bottom: 5%;
  }
}
.previous-project-btn {
  background-color: #004a6d;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.previous-project-btn:hover {
  background-color: #0070cd;
  color: #f2f2f2;
  text-decoration: none;
}

.go-back-btn {
  background-color: #6d0000;
  color: #f2f2f2;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #868585;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.go-back-btn:hover {
  background-color: #cd0000;
  color: #f2f2f2;
  text-decoration: none;
}

.next-project-btn {
  background-color: rgba(4, 192, 95, 0.6862745098);
  color: white;
  padding: 1%;
  margin: 1%;
  border-radius: 5px;
  border: solid 1px #808080;
  cursor: pointer;
  text-decoration: none;
  margin: 1%;
  padding: 1%;
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--bs-body-line-height);
  width: -moz-fit-content;
  width: fit-content;
}

.next-project-btn:hover {
  background-color: #00cd78;
  color: white;
  text-decoration: none;
}

.wrap-title-portrait {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10%;
}

.portrait {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1%;
  padding: 1%;
}

.title-container {
  color: #a7a8a7;
  height: auto;
  width: auto;
  margin: 1%;
  padding: 1%;
  display: flex;
  Position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  border-radius: 5px;
}

.title-container h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #a7a8a7;
}

@media screen and (max-width: 510px) {
  .title-container {
    color: #a7a8a7;
    height: auto;
    width: auto;
    margin: 1%;
    padding: 1%;
    display: flex;
    Position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    border-radius: 5px;
  }
}
.bio-text {
  height: auto;
  width: 100%;
  margin: 1%;
  padding: 1%;
  display: block;
  Position: relative;
  justify-content: right;
  align-items: end;
  border-radius: 5px;
}

.hero-img {
  width: 40%;
  height: 40%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-end;
  margin: 1%;
  padding: 1%;
  position: relative;
}

.wrap-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrap-button-container {
    flex-direction: column;
    align-items: center;
  }
  .hero-img {
    width: 60%;
  }
  .hero-text p {
    font-size: 16px;
  }
}
.go-to-button {
  background-color: #a7a8a7;
  border: solid 1px #6d0000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #801023;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 1%;
  padding: 1%;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}

.go-to-button:hover {
  background-color: #373c37;
  color: #a7a8a7 !important;
}

.logo-button:hover {
  color: #a7a8a7 !important;
}/*# sourceMappingURL=style.css.map */