* {
  scroll-behavior: smooth;
  text-decoration: none !important;
  margin: 0;
}
section{
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #141414;
  height: 300px;
}
header {
  max-width: 1300px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-left: 20px;
}
.web-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style-type: none;
  flex-grow: 2;
  width: 700px;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #d2bcaf;
  font-size: 16px;
  cursor: pointer;
}

.web-menu li:hover {
  background-color: #340000;
  transition: all 0.5s ease-in-out;
}

.web-menu li a {
  color: #d2bcaf;
}

.header-portfolio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #141414;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;

}

.hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #d2bcaf;
  margin: 5px 0;
}

.hamburger i {
  color: #d2bcaf;
  font-size: 30px;
}
.web-menu li {
  width: 150px;
  text-align: center;
  padding: 10px;
  border: 0.5px solid #d2bcaf;
  box-sizing: border-box;
  border-radius: 15px;
  gap: 20px;
}

.hero-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
  width: 100%;
  height: 91vh;
  position: relative;
  overflow: hidden;
}

.hero-section img.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0
}


.intro-text {
  background-color: #e0d5cd;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  border-radius: 30px;
  box-shadow: inset 0 0 30px rgba(81, 10, 23, 0.2);
}

.intro-text h4 {
  margin-bottom: 5px;
  font-size: 18px;
}

.intro-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}

.background-intro-section {
  background-image: url(images/Lace\ Background.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 625px;
  margin: 5px;
}

.background-intro-section-color {
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.motivations {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  height: 40px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.motivation-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d2bcaf;
  border-radius: 15px;
  height: 200px;
  padding: 20px 30px;
  flex-grow: 1;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 250px;
  box-shadow: inset 0 0 30px rgba(81, 10, 23, 0.2);
}

.motivation-1 img {
  position: absolute;
  max-width: 250px;
  max-height: 300px;
  top: 90px;
}

.motivation-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d2bcaf;
  border-radius: 15px;
  height: 200px;
  padding: 20px 30px;
  flex-grow: 1;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 250px;
  z-index: 10;
  transform: translateY(0px);
  box-shadow: inset 0 0 30px rgba(81, 10, 23, 0.2);
  margin-bottom: 0px;
}

.motivation-2 img {
  position: absolute;
  max-width: 250px;
  top: -150px;
}

.motivation-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #d2bcaf;
  border-radius: 15px;
  height: 200px;
  padding: 20px 30px;
  flex-grow: 1;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 250px;
}

.motivation-3 img {
  position: absolute;
  max-width: 250px;
  max-height: 300px;
  top: 90px;
}

.UI-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.background-color {
  height: 545px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.background-title2 {
  margin: 0 auto;
  align-items: center;
  padding-top: 30px;
  /* background-color: #e0d5cd; */
}
.background-title3 {

  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.hobbies {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf; 
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  height: 40px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.hobby1-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 12px;
  font-weight: 200px;
  letter-spacing: 1px;
  h3{
    padding-bottom: 22px;
  }
}

.hobby1-image {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(81, 10, 23, 0.2);
  border-radius: 20px;
  opacity: 0.9;
}

.hobby2-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 12px;
  font-weight: 200px;
  letter-spacing: 1px;
  h3{
    padding-bottom: 22px;
  }

}

.hobby2-image {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(81, 10, 23, 0.2);
  border-radius: 20px;
  opacity: 0.9;
}
.hobby1-image img {
  transition: transform 0.3s ease-in-out;
}
.hobby1-image img:hover {
  transform: scale(1.1);
}
.hobby2-image img {
  transition: transform 0.3s ease-in-out;
}
.hobby2-image img:hover {
  transform: scale(1.1);
}
.hobby3-image img {
  transition: transform 0.3s ease-in-out;
}
.hobby3-image img:hover {
  transform: scale(1.1);
}

.hobby3-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 12px;
  font-weight: 200px;
  letter-spacing: 1px;
  h3{
    padding-bottom: 22px;
  }
}

.hobby3-image {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(81, 10, 23, 0.2);
  border-radius: 20px;
  opacity: 0.9;
}
.div1 {
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}
.section-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 650px;
  padding-top: 20px;

}




.projects {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  height: 40px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.projects-section {
  
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 40px; 
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}


.sugarwish-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  background-color: #d2bcaf;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.highlight-text {
  color: #340000;
  font-weight: bolder;
}

.cyberware-global-defense {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  background-color: #d2bcaf;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.mein-hausmeister {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  background-color: #d2bcaf;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.plant-heaven {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  font-family: "Playfair display", serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  background-color: #d2bcaf;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}




.footer-contact {
  color: #d2bcaf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo  {
  width: 100px;
  height: 100px;
  position: relative;
  bottom: -110px;
  left: 30px;
  
  img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;

  }
}



.hr-line {
  width: 40%;
  margin: 10px auto;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contact-email {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300px;
  margin-top: 10px;
}

.email-link {
  color: #d2bcaf;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: #e0d5cd;
} 



.container-bigger {
  
  margin: 0 , auto;
  background: rgb(20, 20, 20);
  background: linear-gradient(
    90deg,
    rgba(20, 20, 20, 1) 0%,
    rgba(52, 0, 0, 1) 5%,
    rgba(52, 0, 0, 1) 95%,
    rgba(20, 20, 20, 1) 100%
  );
}

.education {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 600px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.education-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.education h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
}

.education-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #e0d5cd;
  padding: 30px 40px 30px 40px;
  margin-top: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.biography {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 600px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.biography-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.biography h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
}

.biography-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #e0d5cd;
  padding: 30px 40px 30px 40px;
  margin-top: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.empty-div {
  height: 80px;
  background-color: #340000;
}

.research-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 350px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.research-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.research h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
}

.research-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #d2bcaf;
  padding: 40px 50px 40px 50px;
  margin-top: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.analysis-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 350px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.analysis-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.analysis h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
}

.analysis-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #d2bcaf;
  padding: 40px 50px 40px 50px;
  margin-top: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.design-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 350px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.design-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.design h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bolder;
}

.design-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-color: #d2bcaf;
  padding: 40px 50px 40px 50px;
  margin-top: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.button-research-analysis-design {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #8b5e5e;
  text-transform: uppercase;
  background-color: #8b5e5e;
  color: #141414;
  padding: 10px 13px 10px 13px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
}

.button-research-analysis-design:hover {
  transition: all 0.5s ease-in-out;
  background-color: #e0d5cd;
}

.sugarwish-work-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.cgd-work-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 300px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.fix-das-work-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.sugarwish-mockups {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
  height: 500px;
}

.cgd-mockups {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
  height: 500px;
}

.fix-das-mockups {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
  height: 500px;
}

.contact-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
  font-family: "Playfair display", serif;
  font-size: 13px;
  color: #d2bcaf;
  cursor: pointer;
}

.research {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 800px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.research-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.research-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Playfair display", serif;
}

.analysis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 800px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.analysis-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.analysis-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Playfair display", serif;
}

.design {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Playfair display", serif;
  font-size: 16px;
  height: 800px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  background: rgb(210, 188, 175);
  background: linear-gradient(
    0deg,
    rgba(210, 188, 175, 1) 33%,
    rgba(224, 213, 205, 1) 66%
  );
}

.design-title-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d2bcaf;
  color: #141414;
  text-transform: uppercase;
  font-family: "Playfair display", serif;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  height: 30px;
  box-shadow: inset 0 0 15px rgba(81, 10, 23, 0.3);
}

.design-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Playfair display", serif;
}

.nav-menu {
  display: block;
}





/* Mobile */
@media (max-width: 575px) {

  .web-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #141414;
    padding: 10px 0;
  }

  .web-menu.show {
    display: flex;
    border-radius: 12px;
  }

  .hamburger {
    display: block;
    z-index: 100;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.active {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #141414;
    width: 100%;
    max-width: 100px;
    padding-left: 10px;
    padding: 10px;
    border-radius: 20px;
    z-index: 10;
  }

  .web-menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .web-menu li {
    width: 100%;
    text-align: center;
    border: 1px solid #d2bcaf;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
    width: 80%;
  }

  .web-menu li:hover {
    background-color: #340000;
    transition: all 0.5s ease-in-out;
  }

  .web-menu li {
    font-size: 12px;
    padding: 6px;

    .web-menu li a {
      font-size: 12px;
      padding: 6px 8px;
    }
  }
  .hamburger i {
    color: #d2bcaf;
    font-size: 30px;
  }


  .hero-section img.hero-bg {
    width: 100%;
    height: 100%;
  }

  .background-intro-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .div-sec {
  margin: 0 auto;
  padding-bottom: 100px;
  }
  .background-color {
    width: 100%;
    height: auto;
  }
  .background-title {
    padding-bottom: 100px;
  }

  .motivation-1 img {
    position: absolute;
    max-width: 300px;
    max-height: 300px;
    top: -150px;

  }
  .motivation-2 img {
    position: absolute;
    max-width: 300px;
    max-height: 300px;
    top: -150px;
  }
  .motivation-3 img {
    position: absolute;
    max-width: 300px;
    max-height: 300px;
    top: -150px;
  }
  .UI-cards {
    display: grid;
    grid-template-columns: 1fr;
  
  }
  .background-title2 {
    padding-bottom: 20px;
  }
  .section-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .projects-section {
display: grid;
grid-template-columns: 1fr;

  }
  .hobby2-text {
    h3 {
      padding-bottom: 15px;
    }
  }
  .hobby1-text {
    h3 {
      padding-bottom: 15px;
    }
  }
  .hobby3-text {
    h3 {
      padding-bottom: 15px;
    }
  }
  .cyberware-global-defense {
  padding: 0px;
  width: auto;
  p {
padding-left: 1rem;
padding-right: 1rem;
  }
  }
  .sugarwish-text {
    padding: 0px;
    width: auto;
    p {
      padding-left: 1rem;
      padding-right: 1rem;
        }
  }
  .mein-hausmeister{
    padding: 0px;
    width: auto;
    p {
      padding-left: 1rem;
      padding-right: 1rem;
        }
  }
  .plant-heaven {
    padding: 0px;
    width: auto;
    p {
      padding-left: 1rem;
      padding-right: 1rem;
        }
  }
  footer {
    height: 220px
  }
  .footer-logo  {
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    bottom: 0;
  }
  .education {
    height: 100%;
  }
  .biography {
    height: 100%;
  }
  .research-section {
    height: 100%;
  }
  .analysis-section{
    height: 100%;
  }
  .design-section{
    height: 100%;
  }
  .research {
    height: 100%;
  }
  .analysis {
    height: 100%;
  }
  .design {
    height: 100%;
  }
  .sugarwish-work-text{
    margin: 20px;
  }
  .cgd-work-text{
    margin: 20px;
  }
  .fix-das-work-text{
    margin: 20px;
  }
  .sugarwish-mockups {
    display: flex;
    flex-direction: column;
    height: 100%;
    img {
      width: 60%;
    }
  }
  .cgd-mockups {
    display: flex;
    flex-direction: column;
    height: 100%;
    img {
      width: 60%;
    }
  }
  .fix-das-mockups {
    display: flex;
    flex-direction: column;
    height: 100%;
    img {
      width: 60%;
    }
  }
}



/* tablet */
  @media screen and (min-width: 576px) and (max-width: 1100px){
    .hero-section{
      height: 94vh;
    }
    .web-menu {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: #141414;
      padding: 10px 0;
    }
  
    .web-menu.show {
      display: flex;
      border-radius: 12px;
    }
  
    .hamburger {
      display: block;
      z-index: 100;
    }
  
    .nav-menu {
      display: none;
    }
  
    .nav-menu.active {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: #141414;
      width: 100%;
      max-width: 100px;
      padding-left: 10px;
      padding: 10px;
      border-radius: 20px;
      z-index: 10;
    }
  
    .web-menu {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none;
    }
  
    .web-menu li {
      width: 100%;
      text-align: center;
      border: 1px solid #d2bcaf;
      padding: 15px;
      border-radius: 5px;
      margin: 10px 0;
      width: 80%;
    }
    .hamburger i {
      color: #d2bcaf;
      font-size: 30px;
    }
  
    .web-menu li:hover {
      background-color: #340000;
      transition: all 0.5s ease-in-out;
    }
  
    .web-menu li {
      font-size: 12px;
      padding: 6px;
  
      .web-menu li a {
        font-size: 12px;
        padding: 6px 8px;
      }
    }


    .section-wrap {
      /* display: grid; grid-template-columns: repeat(2, 1fr); 
      height: 100%; */
      display: flex;
      height: 100%;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 80px; 
    }

    .hobby2-image img {
      
      width: 100%;
      height: 100%; 
    }
    .hobby3-image img {
      width: 100%;
      height: 100%; 
    }
    .hobby1-image img {
      width: 100%;
      height: 100%; 
    }
    .background-color {
      height: 100%;
      padding: 10%;
      
    }
    .UI-cards { 
      display: grid; grid-template-columns: repeat(2, 1fr);  
      height: 100%;
      gap:95px;
      
    }
    .motivation-3 { 
      left: 200px;
      
      /* padding-left: 0;
      padding-right:0 ;
      padding-top: 30px;
      padding-bottom: 30px; */
      grid-column: 1 / 3; grid-row: 1 / 2; 

      
      img {
        position: absolute;
        /* rotate: 90deg;  */

        /* top: 10px; */
      }
    }
    .motivation-2 img {
      position: absolute;
  
      /* top: 90px */
    }
    .projects-section {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

    }
    .sugarwish-text{
      width: 80%;
      height: 100%;
    }
    .cyberware-global-defense{
      width: 80%;
      height: 100%;
    }
    .mein-hausmeister{
      width: 80%;
      height: 100%;
    }
    .plant-heaven {
      width: 80%;
      height: 100%;
    }
    .education {
      height: 100%;
    }
    .biography {
      height: 100%;
    }
    .research {
      height: 100%;
    }
    .analysis {
      height: 100%;
    }
.sugarwish-mockups img {
  width: 40%
}
.cgd-mockups img {
  width: 40%
}
.cgd-work-text {
  height: auto;
}
.fix-das-mockups img{
  width: 40%
}

  };



/* Desktop */
@media screen and (min-width:1100px) {

  .logo {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-left: 20px;
  }
  .web-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style-type: none;
    flex-grow: 2;
    width: 700px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    font-weight: 500;
    color: #d2bcaf;
    font-size: 16px;
    cursor: pointer;
  }
  
  .web-menu li:hover {
    background-color: #340000;
    transition: all 0.5s ease-in-out;
  }
  
  .web-menu li a:visited {
    color: #d2bcaf;
  }
  
  .header-portfolio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #141414;
  }
  
  .hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
  
  }
  

  
  .hamburger i {
    color: #d2bcaf;
    font-size: 30px;
  }
  .web-menu li {
    width: 150px;
    text-align: center;
    padding: 10px;
    border: 0.5px solid #d2bcaf;
    box-sizing: border-box;
    border-radius: 15px;
    gap: 20px;
  }
}
  





