.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}
 
.navigation-container6 {
  display: none;
}
 
.navigation-container7 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  color: var(--color-on-surface);
  display: flex;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationtoggle-icon2 {
  color: var(--color-on-surface);
  display: flex;
  opacity: 0;
  position: absolute;
  transform: rotate(90deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  align-items: center;
  justify-content: center;
}
 

 

 
@media(max-width: 1600px) {
  .navigationroot-class-name {
    display: none;
  }
  .navigationroot-class-name1 {
    display: none;
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}
 
.footer-footerbottom-content {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-container6 {
  display: none;
}
 
.home-container7 {
  display: contents;
}
 
.home-hero-rail {
  border: 2px dashed rgba(120, 120, 120, 0.4);
}
 
.home-hero-image {
  background-size: cover;
  background-image: url("https://media.licdn.com/dms/image/v2/D5603AQEae15zdaM44Q/profile-displayphoto-shrink_400_400/B56ZYWX7MWHEAg-/0/1744132093300?e=1762387200&v=beta&t=yqksxe3qXRzJxvl3PLQBfDijLEfCdHNR0sLP-uIUwHg");
}
 
.home-project-image1 {
  background-image: url('https://images.pexels.com/photos/95916/pexels-photo-95916.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.home-project-image2 {
  background-image: url('https://images.pexels.com/photos/577195/pexels-photo-577195.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.home-project-image3 {
  background-image: url('https://images.pexels.com/photos/8068691/pexels-photo-8068691.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.home-featured-image {
  background-image: url('https://images.pexels.com/photos/12969403/pexels-photo-12969403.jpeg?auto=compress&cs=tinysrgb&h=650&w=940');
}
 
.home-optional {
  opacity: 0.7;
  font-weight: var(--font-weight-regular);
}
 
.home-container8 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon72 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text37 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1600px) {
  .home-hero-rail {
    width: 0px;
    border-color: #0a0e16;
    border-style: hidden;
    background-color: #0a0e16;
  }
}
