.home-container10 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.home-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-tripleunit);
  justify-content: space-between;
}
 
.home-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.home-link1 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-link2 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.home-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-icon10 {
  width: 36px;
  height: 36px;
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
 
.home-container11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
 
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-icon12 {
  width: 24px;
  height: 24px;
}
 
.home-container12 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f1f1f1;
}
 
.home-hero {
  width: auto;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: 200px;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  background-color: #f1f1f1;
  justify-content: center;
}
 
.home-container13 {
  width: 60%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-hero-text-container {
  width: 745px;
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-layout-space-doubleunit);
  flex-direction: column;
}
 
.home-heading3 {
  color: #040404;
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text10 {
  color: var(--dl-color-gray-black);
  margin-bottom: var(--dl-layout-space-fiveunits);
}
 
.home-cta-btn-container {
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: row;
  justify-content: flex-start;
}

.home-btn {
    color: var(--dl-color-gray-white);
    text-align: center;
    padding-top: var(--dl-layout-space-doubleunit);
    margin-right: var(--dl-layout-space-fourunits);
    padding-left: 60px;
    border-radius: var(--dl-layout-radius-radius8);
    padding-right: 60px;
    padding-bottom: var(--dl-layout-space-doubleunit);
    background-color: #c9c9c9;
}

.home-btn:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.home-navbar-link:hover {
    transform: scale(1.1);
}

.home-text12 {
    color: rgb(16, 16, 16);
}
 
.home-text13 {
  color: #101010;
  display: block;
  text-align: center;
}
 
.home-text14 {
  color: rgb(16, 16, 16);
}
 
.home-container14 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.img-link {
    width: 15%;
    display: inline-block;
    color: inherit;
}
 
.home-image {
  width: 30%;
  display: block;
  align-self: center;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.home-image-link {
    width: 60%;
    display: block;
    align-self: center;
    object-fit: cover;
}
 
.home-about {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.home-heading-container1 {
  width: 60%;
  margin-top: 120px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.home-text15 {
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-text16 {
  text-align: center;
}
 
.home-cards-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  gap: 20%;
}
 
.home-card {
  width: 40%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container1 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-icon {
  width: 100%;
}
 
.home-content-container1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading4 {
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text17 {
  text-align: center;
}
 
.home-icon-container2 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-icon16 {
  fill: var(--dl-color-gray-900);
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
}
 
.home-content-container2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading5 {
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text18 {
  text-align: center;
}
 
.home-card3 {
  width: 30%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container3 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-icon18 {
  fill: var(--dl-color-gray-900);
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
}
 
.home-content-container3 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-heading6 {
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text19 {
  text-align: center;
}
 
.home-projects {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-layout-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fourunits);
  justify-content: center;
  background-color: var(--dl-color-gray-900);
}
 
.home-max-content-width-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: var(--dl-layout-space-fiveunits);
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
}

.content-container {
  height: 350px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-tenunits);
  animation-name: fadeInLeft;
  justify-content: center;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

.content-text {
    margin-left: 40px;
}

.home-section-separator3 {
    width: 100%;
    height: 1px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--dl-color-gray-900);
}
 
.home-google-maps {
  width: 572px;
  height: 572px;
  margin-left: var(--dl-layout-space-tenunits);
  margin-top: 110px;
}
 
.home-text24 {
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.home-button {
  color: var(--dl-color-gray-white);
  text-align: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-tenunits);
  border-radius: var(--dl-layout-radius-radius8);
  padding-right: var(--dl-layout-space-tenunits);
  padding-bottom: var(--dl-layout-space-doubleunit);
  background-color: var(--dl-color-gray-black);
}
 
.home-section-separator4 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
 
.home-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-tripleunit);
  justify-content: end;
}
 
.home-text26 {
  font-size: 24px;
  font-family: "Arial";
}
 
@media(max-width: 991px) {
  .home-heading1 {
    text-align: center;
  }
  .home-heading2 {
    text-align: center;
  }
  .home-hero {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .home-hero-text-container {
    width: 80%;
    align-items: center;
    margin-bottom: var(--dl-layout-space-fourunits);
  }
  .home-heading3 {
    text-align: center;
  }
  .home-text10 {
    text-align: center;
  }
  .home-text15 {
    text-align: center;
  }
}
 
@media(max-width: 767px) {
  .home-navbar {
    position: relative;
  }
  .home-links-container1 {
    display: none;
  }
  .home-icon10 {
    fill: var(--dl-color-gray-white);
  }
  .home-heading-container1 {
    width: 100%;
  }
  .home-cards-container {
    align-items: center;
    flex-direction: column;
  }
  .home-card1 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-card2 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-card3 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-text24 {
    text-align: center;
  }
  .home-button {
    width: 70%;
  }
}
 
@media(max-width: 479px) {
  .home-burger-menu {
    margin-left: var(--dl-layout-space-doubleunit);
  }
  .home-hero-text-container {
    width: 100%;
  }
  .home-card1 {
    width: 100%;
  }
  .home-card2 {
    width: 100%;
  }
  .home-card3 {
    width: 100%;
  }
  .home-button {
    width: 100%;
  }
}

.home-projects-heading-container {
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-layout-space-fiveunits);
    flex-direction: column;
}

.content-container-left {
    width: 90%;
    height: 350px;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-layout-space-tenunits);
    animation-name: fadeInLeft;
    justify-content: center;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    gap: 10%;
}

.content-container-right {
    width: 90%;
    height: 350px;
    display: flex;
    align-items: center;
    margin-bottom: var(--dl-layout-space-tenunits);
    animation-name: fadeInRight;
    justify-content: center;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    gap: 10%;
}

.content-resume-container {
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
    display: flex;
    max-width: 50%;
    min-width: 50%;
    max-height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.content-project-title {
    top: var(--dl-layout-space-tripleunit);
    display: block;
    position: relative;
    align-self: flex-start;
    margin-left: var(--dl-layout-space-unit);
}

.content-project-resume {
    width: 100%;
    height: 50%;
    max-width: 100%;
    min-width: 100%;
    align-self: stretch;
    margin-top: var(--dl-layout-space-fourunits);
    text-align: justify;
}

.content-features-container {
    flex: 0 0 auto;
    width: 100%;
    height: 20%;
    display: flex;
    align-self: center;
    margin-top: var(--dl-layout-space-tripleunit);
    align-items: flex-start;
    margin-bottom: 0px;
    flex-direction: row;
}

.content-project-links {
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
    display: flex;
    position: relative;
    align-self: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.content-project-image {
    width: 15%;
    object-fit: cover;
    margin-right: var(--dl-layout-space-fiveunits);
}

.content-project-spec {
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
    display: flex;
    position: relative;
    max-width: 50%;
    min-width: 50%;
    align-self: center;
    align-items: end;
    flex-direction: row-reverse;
}

.content-carousel-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.video-container {
    width: 50%;
    height: 50%;
}

.content-project-anchor {
    display: block;
    width: auto;
    height: 80%;
    overflow: hidden;
    margin-top: 2%;
    margin-right: 10%;
}


.content-project-image-anchor {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-container {
    width: 100%;
    display: flex;
    margin-top: var(--dl-layout-space-tripleunit);
    align-items: center;
    margin-bottom: var(--dl-layout-space-tripleunit);
    flex-direction: row;
    justify-content: flex-start;
}

.form-container {
    width: 50%;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    padding-top: 120px;
    padding-left: var(--dl-layout-space-tenunits);
    padding-right: var(--dl-layout-space-tenunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-fiveunits);
    justify-content: center;
}

.form-heading {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--dl-layout-space-fiveunits);
    flex-direction: column;
}

.user-form-container {
    flex: 0 0 auto;
    width: 741px;
    display: flex;
    align-items: flex-start;
}

.home-textinput2 {
    width: 50%;
    padding-top: var(--dl-layout-space-doubleunit);
    border-color: var(--dl-color-gray-900);
    border-width: 1px;
    padding-left: var(--dl-layout-space-tripleunit);
    border-radius: var(--dl-layout-radius-radius8);
    margin-bottom: var(--dl-layout-space-doubleunit);
    padding-right: var(--dl-layout-space-tripleunit);
    padding-bottom: var(--dl-layout-space-doubleunit);
}

.home-textinput3 {
    width: 743px;
    padding-top: var(--dl-layout-space-doubleunit);
    border-color: var(--dl-color-gray-900);
    border-width: 1px;
    padding-left: var(--dl-layout-space-tripleunit);
    border-radius: var(--dl-layout-radius-radius8);
    margin-bottom: var(--dl-layout-space-doubleunit);
    padding-right: var(--dl-layout-space-tripleunit);
    padding-bottom: var(--dl-layout-space-doubleunit);
}

.home-textinput4 {
    width: 743px;
    height: 103px;
    padding-top: var(--dl-layout-space-doubleunit);
    border-color: var(--dl-color-gray-900);
    border-width: 1px;
    padding-left: var(--dl-layout-space-tripleunit);
    border-radius: var(--dl-layout-radius-radius8);
    margin-bottom: var(--dl-layout-space-doubleunit);
    padding-right: var(--dl-layout-space-tripleunit);
    padding-bottom: var(--dl-layout-space-doubleunit);
    resize: none;
}

.home-button {
    color: var(--dl-color-gray-white);
    text-align: center;
    padding-top: var(--dl-layout-space-doubleunit);
    padding-left: var(--dl-layout-space-tenunits);
    border-radius: var(--dl-layout-radius-radius8);
    padding-right: var(--dl-layout-space-tenunits);
    padding-bottom: var(--dl-layout-space-doubleunit);
    background-color: var(--dl-color-gray-black);
}

.btn:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.next {
    left: unset;
    right: 10%;
}

.btn {
    color: var(--dl-color-gray-900);
    background-color: transparent;
    border: none;
    font-family: monospace;
    font-weight: bold;
    left: 10%;
    z-index: 10;
    font-size: 4rem;
    transition: transform 0.2s ease;
}

#submit-btn:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.carousel {
    height: 350px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-gif {
    height: 350px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image {
    height: auto;
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .about-image:hover {
        transform: scale(1.05);
    }

.content {
    position: absolute;
    height: 80%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease, opacity 0.3s ease;
}

    .content .gif {
        height: 100%;
    }

.name-link {
    color: #518CC4;
    text-decoration: underline;
}
    .name-link:hover {
        color: #0F4B81;
    }

.content-project-arrow {
    position: absolute;
    right: 11%;
    bottom: 17%;
}
    .content-arrow-image {
        height: 70px;
    }

    .content-project-arrow:hover {
        transform: scale(1.05);
        cursor: pointer;
    }

.mobile-only{
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .home-heading1 {
        font-size: 18px;
        text-align: center;
    }

    .home-hero {
        flex-direction: column;
        margin-top: 120px;
    }

    .home-container13 {
        width: 100%;
    }

    .home-hero-text-container {
        width: 100%;
        margin-right: 0;
        align-items: center;
    }

    .home-image {
        width: 70%;
        margin-top: 40px;
    }

    .home-cta-btn-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .home-btn {
        width: 80%;
        margin-right: 0;
    }

    .home-heading-container1 {
        width: 100%;
    }

    .home-cards-container {
        gap: 40px;
    }

    .home-card {
        width: 100%;
    }

    .content-container-left,
    .content-container-right {
        flex-direction: column;
        height: auto;
        gap: 32px;
    }

    .content-resume-container,
    .content-carousel-container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .carousel {
        height: 250px;
    }

    .about-gif {
        height: auto;
        width: 250%;
        right: 100px;
        position: relative;
    }

    .contact-container {
        flex-direction: column;
    }

    .home-google-maps {
        width: 100%;
        height: 300px;
        margin-left: 0;
        margin-top: 0;
    }

    .form-container {
        width: 100%;
        padding: 40px 24px;
    }

    .user-form-container {
        width: 100%;
        flex-direction: column;
    }

    .home-textinput2,
    .home-textinput3,
    .home-textinput4 {
        width: 100%;
    }

    .home-button {
        width: 100%;
    }

    section,
    .home-hero,
    .home-about,
    .home-projects,
    .contact-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-hero,
    .content-container-left,
    .content-container-right {
        align-items: center;
    }

    * {
        box-sizing: border-box;
    }

    [class*="container"],
    [class*="wrapper"] {
        max-width: 100%;
    }

    [style*="100vw"] {
        width: 100%;
    }

    .content-project-anchor {
        display: block;
        height: 33px;
        overflow: hidden;
        margin-right: 10px; 
        position: relative;
    }

    .content-project-image-anchor {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .content-project-image {
        margin-right: 10px;
    }

    .home-container14 {
        justify-content: center;
    }

    .content-carousel-container {
        order: 1;
    }

    .content-resume-container {
        order: 2;
    }

    html, body {
        width: 100%;
        overflow-x: hidden;
    }

    .content-project-arrow {
        position: absolute;
        right: 0;
        bottom: 10%;
    }

    .content-arrow-image {
        height: 40px;
    }

    .about-image {
        height: auto;
        width: 150%;
        right: 35px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

