.app-component-container {
    flex: 0 0 auto;
    width: 100%;
    height: 10vh;
    display: flex;
    position: relative;
    align-items: flex-start;
    min-height: 5vh;
    position: fixed;
    overflow:hidden;
    top: auto;
}

.gallery-card2-gallery-card {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-card2-container {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-color: #00000096;
}
.gallery-card2-container:hover {
  opacity: 1;
}
.gallery-card2-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-card2-text {
  color: var(--dl-color-gray-white);
  font-style: normal;
  text-align: center;
  font-weight: 500;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.gallery-card2-text1 {
  color: var(--dl-color-gray-white);
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.gallery-card2-image {
  top: 0px;
  left: auto;
  right: 0px;
  width: 100%;
  bottom: auto;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.gallery-card2-root-class-name {
  flex: 1;
}
.gallery-card2-root-class-name1 {
  flex: 1;
  height: 100%;
  align-self: center;
}


.gallery-card2-root-class-name4 {
  flex: 1;
  height: 100%;
  align-self: center;
}


@media(max-width: 767px) {
  .gallery-card2-gallery-card {
    flex-direction: column;
  }
  .gallery-card2-text1 {
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .gallery-card2-container {
    max-width: auto;
  }
  .gallery-card2-image {
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
  }
}

.gallery-gallery {
  width: 920px;
  height: 1000px;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
}
.gallery-container {
  flex: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.gallery-container1 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.gallery-container2 {
  flex: 1;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-container3 {
  flex: 0 0 auto;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  justify-content: center;
}
.gallery-container4 {
  flex: 1;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-container5 {
  flex: 1;
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: flex-start;
  flex-direction: column;
}
.gallery-container6 {
  flex: 2;
  height: 100%;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-container7 {
  flex: 0 0 auto;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  justify-content: center;
}
.gallery-root-class-name {
  width: 100%;
  height: 1100px;
}
@media(max-width: 1200px) {
  .gallery-gallery {
    width: auto;
  }
  .gallery-container7 {
    height: 300px;
  }
}
@media(max-width: 991px) {
  .gallery-container6 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .gallery-gallery {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .gallery-container1 {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .gallery-gallery {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .gallery-container {
    width: auto;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #D8DBE2;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  padding-top: 0rem;
  padding-left: 2rem;
  padding-right: 2rem;
  flex-direction: column;
  padding-bottom: 2rem;
  justify-content: center;
}
.home-social-bar {
  width: 100%;
  height: 15vh;
  display: flex;
  padding-top: 5vh;
  padding-bottom: 5vh;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-mail {
  fill: #5C5754;
  width: 2rem;
  height: 100%;
  text-decoration: none;
}
.home-link1 {
  display: contents;
}
.home-instagram {
  fill: #5C5754;
  width: 2rem;
  height: 100%;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-youtube {
  fill: #5C5754;
  width: 2rem;
  height: 100%;
  text-decoration: none;
}
.home-line1 {
  height: 10vh;
  overflow: hidden;
  align-self: center;
  text-align: center;
  text-shadow: #808080 0px 0 3px;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-bottom: 0vh;
}
.home-looking-title {
  height: 20vh;
  font-size: 2rem;
  align-self: center;
  text-align: center;
  font-family: "Space Mono";
  font-weight: 700;
  line-height: 1.15;
  padding-top: 6vh;
  text-shadow: #808080 0px 0 2px;
  letter-spacing: 1px;
  padding-bottom: 6vh;
  text-transform: none;
  text-decoration: none;
}
.home-logo {
  height: 15vh;
  object-fit: cover;
  text-shadow: 808080;
}
.home-believe-title {
  height: 20vh;
  font-size: 2rem;
  align-self: center;
  text-align: center;
  font-family: "Space Mono";
  font-weight: 700;
  line-height: 1.15;
  padding-top: 6vh;
  text-shadow: #808080 0px 0 2px;
  white-space: nowrap;
  letter-spacing: 1px;
  padding-bottom: 6vh;
  text-decoration: none;
}
.home-line2 {
  overflow: hidden;
  align-self: center;
  text-align: center;
  text-shadow: #808080 0px 0 3px;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-bottom: 0vh;
}
.home-line21 {
  overflow: hidden;
  align-self: center;
  text-align: center;
  text-shadow: #808080 0px 0 3px;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-bottom: 0vh;
}
.home-hit-title {
  height: auto;
  font-size: 2rem;
  align-self: center;
  text-align: center;
  font-family: "Space Mono";
  font-weight: 700;
  line-height: 1.15;
  padding-top: 10vh;
  text-shadow: #808080 0px 0 2px;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-bottom: 2vh;
  text-transform: none;
  text-decoration: none;
}
.home-email {
  letter-spacing: 7px;
  padding-bottom: 10vh;
}
.home-line3 {
  overflow: hidden;
  align-self: center;
  text-align: center;
  padding-top: var(--dl-space-space-threeunits);
  text-shadow: #808080 0px 0 3px;
  white-space: nowrap;
  letter-spacing: 2px;
  padding-bottom: var(--dl-space-space-threeunits);
}
@media(max-width: 1200px) {
  .home-line21 {
    letter-spacing: 2px;
  }
}
@media(max-width: 991px) {
  .home-instagram {
    margin-left: var(--dl-space-space-twounits);
  }
  .home-looking-title {
    font-size: 2rem;
    font-family: Space Mono;
    font-weight: 700;
    line-height: 1.15;
    text-transform: none;
    text-decoration: none;
  }
}
@media(max-width: 767px) {
  .home-line1 {
    font-size: 1.5rem;
  }
  .home-looking-title {
    font-size: 1.3rem;
  }
  .home-believe-title {
    font-size: 1.6rem;
  }
  .home-line2 {
    font-size: 1.5rem;
  }
  .home-line21 {
    font-size: 1.5rem;
  }
  .home-hit-title {
    font-size: 1.6rem;
  }
  .home-line3 {
    font-size: 1.5rem;
  }
}
@media(max-width: 479px) {
  .home-line1 {
    font-size: 1.3rem;
  }
  .home-looking-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: none;
  }
  .home-believe-title {
    font-size: 1.2rem;
  }
  .home-line2 {
    font-size: 1.3rem;
  }
  .home-line21 {
    font-size: 1.3rem;
  }
  .home-hit-title {
    font-size: 1.2rem;
  }
  .home-line3 {
    font-size: 1.3rem;
  }
}
