.gallery-card3-gallery-card {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.gallery-card3-image {
  top: 0px;
  left: 0px;
  right: auto;
  width: 100%;
  bottom: auto;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.gallery-card3-container {
  width: 100%;
  height: 300px;
  display: flex;
  opacity: 0;
  padding: var(--dl-space-space-twounits);
  z-index: 1;
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9));;
}
.gallery-card3-container:hover {
  opacity: 1;
}
.gallery-card3-icon {
  fill: var(--dl-color-gray-white);
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
}
.gallery-card3-text {
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}













.blog-post-card4-blog-post-card {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  flex-direction: column;
  justify-content: space-between;
}
.blog-post-card4-blog-post-card:hover {
  transform: scale(1.02);
}
.blog-post-card4-image {
  width: 100%;
  height: 100%;
  max-height: 50rem;
  min-height: 50rem;
  object-fit: cover;
  border-radius: 0px;
}
.blog-post-card4-container {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-gray-white);
}
.blog-post-card4-text {
  color: var(--dl-color-gray-500);
  margin-top: var(--dl-space-space-unit);
  font-weight: 700;
  margin-bottom: var(--dl-space-space-unit);
}
.blog-post-card4-text1 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 300;
}
.blog-post-card4-separator {
  width: 40%;
  height: 1px;
  margin-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
  background-color: var(--dl-color-gray-900);
}
.blog-post-card4-text2 {
  color: var(--dl-color-gray-700);
  font-weight: 700;
}
.blog-post-card4-root-class-name {
  margin-bottom: 64px;
}

.blog-post-card4-root-class-name2 {
  margin-bottom: 48px;
}

.blog-post-card4-root-class-name4 {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
}

.question1-container {
  gap: var(--dl-space-space-unit);
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.question1-text {
  font-weight: 700;
}

.work-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-custom-neutral-dark);
}
.work-header {
  width: 100%;
  display: flex;
  z-index: 100;
  position: fixed;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.work-container01 {
  width: 100%;
  height: 23px;
  display: flex;
  position: relative;
  align-items: flex-start;
  background-color: var(--dl-color-danger-300);
}
.work-text {
  top: 0px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  font-size: 21px;
  align-self: center;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  animation-name: slideInLeft;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.work-navbar-interactive {
  height: 177px;
  z-index: 105;
}
.work-container02 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.work-image {
  width: 200px;
  object-fit: cover;
  transition: 0.3s;
}
.work-image:hover {
  width: 210px;
}
.work-container03 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.work-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.work-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.work-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.work-home {
  margin-right: 32px;
  text-decoration: none;
}
.work-about {
  margin-right: 32px;
  text-decoration: none;
}
.work-services {
  margin-right: 32px;
  text-decoration: none;
}
.work-work {
  margin-right: 32px;
  text-decoration: none;
}
.work-contact {
  background-color: rgb(208, 176, 134);
}
.work-burger-menu {
  display: none;
}
.work-icon {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.work-mobile-menu1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
}
.work-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.work-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.work-logo {
  color: #ffffff;
}
.work-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-icon2 {
  width: var(--dl-size-size-xsmall);
  cursor: pointer;
  height: var(--dl-size-size-xsmall);
}
.work-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.work-nav12 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav22 {
  color: #ffffff;
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav32 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav42 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav52 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 32px;
  font-family: Hind;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-text01 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.work-text01:hover {
  font-size: 20px;
}
.work-hero {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 96px;
  align-items: center;
  justify-content: center;
}
.work-hero1 {
  height: 703px;
  padding-top: 181px;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  background-size: cover;
  background-color: transparent;
  background-image: url("https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?ixid=M3w5MTMyMXwwfDF8c2VhcmNofDEzfHxmYWN0b3J5fGVufDB8fHx8MTcxMjg3Mjk0OHww&ixlib=rb-4.0.3&w=1500");
}
.work-container04 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.work-hero-heading {
  color: #ffffff;
  height: 60px;
  z-index: 95;
  max-width: 800px;
  text-align: center;
}
.work-hero-sub-heading {
  color: var(--dl-color-gray-white);
  z-index: 80;
  font-size: 30px;
  text-align: center;
  font-family: "Hind";
  font-weight: 400;
  line-height: 150%;
  border-color: var(--dl-color-gray-black);
  border-style: hidden;
  border-width: 1px;
  border-radius: var(--dl-radius-radius-round);
}
.work-btn-group {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
}
.work-hero-button1 {
  text-decoration: none;
  background-color: rgb(208, 176, 134);
}
.work-hero-button2 {
  text-decoration: none;
}
.work-container05 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-custom-secondary1);
}
.work-gallery {
  width: 100%;
  display: flex;
  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);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
}
.work-text15 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 3rem;
  text-align: center;
}
.work-text16 {
  color: var(--dl-color-gray-700);
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  padding-left: var(--dl-space-space-threeunits);
  margin-bottom: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-threeunits);
}
.work-container06 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-unit);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.work-container07 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-gray-500);
  border-style: dashed;
  border-width: 0px;
  justify-content: center;
  border-bottom-width: 6px;
}
.work-blog {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  justify-content: space-between;
}
.work-container08 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-space-space-twounits);
  margin-right: var(--dl-space-space-twounits);
  flex-direction: column;
  justify-content: flex-start;
}
.work-container09 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.work-banner {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-banner-heading {
  color: #ffffff;
  text-align: center;
}
.work-banner-sub-heading {
  color: var(--dl-color-gray-white);
  z-index: 90;
  max-width: var(--dl-size-size-maxwidth);
  margin-top: var(--dl-space-space-twounits);
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.work-banner-button {
  background-color: #d0b086;
}
.work-faq {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-faq1 {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fourunits);
}
.work-container10 {
  display: flex;
  max-width: 35%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.work-text20 {
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.work-text21 {
  text-align: left;
}
.work-container11 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.work-footer {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.work-container12 {
  gap: var(--dl-space-space-unit);
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.work-logo1 {
  color: rgb(255, 255, 255);
  text-align: center;
}
.work-nav1 {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.work-nav121 {
  color: #ffffff;
  text-decoration: none;
}
.work-nav221 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav321 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav421 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
  text-decoration: none;
}
.work-nav521 {
  color: #ffffff;
  margin-left: var(--dl-space-space-unit);
}
.work-contact1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  justify-content: flex-start;
}
.work-container13 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.work-text26 {
  color: #ffffff;
  align-self: flex-start;
  font-weight: 700;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.work-text27 {
  color: rgb(255, 255, 255);
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-unit);
}
.work-text28 {
  color: rgb(255, 255, 255);
  align-self: flex-start;
}
.work-container14 {
  flex: 0 0 auto;
  right: 0px;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.work-image1 {
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-xlarge);
  object-fit: cover;
}
.work-separator {
  flex: 0 0 auto;
  width: 100%;
  height: 0px;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: flex-start;
  margin-left: 0px;
  border-color: var(--dl-color-gray-900);
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  margin-bottom: var(--dl-space-space-twounits);
  flex-direction: row;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.work-container15 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.work-text37 {
  color: #ffffff;
}
@media(max-width: 1600px) {
  .work-navbar-interactive {
    color: var(--dl-color-gray-black);
    height: 171px;
    z-index: 100;
    border-color: var(--dl-color-gray-black);
    border-width: 1px;
    padding-bottom: 19px;
  }
  .work-home {
    font-size: 20px;
  }
  .work-about {
    font-size: 20px;
  }
  .work-services {
    font-size: 20px;
  }
  .work-work {
    font-size: 20px;
  }
  .work-contact {
    font-size: 20px;
  }
  .work-text01 {
    color: rgb(255, 255, 255);
  }
  .work-hero {
    margin-top: 167px;
  }
  .work-hero1 {
    height: 409px;
    margin-top: 0px;
    border-width: 0px;
  }
  .work-hero-heading {
    z-index: 96;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .work-hero-sub-heading {
    margin-top: var(--dl-space-space-threeunits);
  }
  .work-text13 {
    margin-top: var(--dl-space-space-threeunits);
  }
  .work-container05 {
    height: 100%;
  }
  .work-text15 {
    color: #ffffff;
  }
  .work-text16 {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 1200px) {
  .work-navbar-interactive {
    opacity: 1;
  }
  .work-text01 {
    margin-left: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 991px) {
  .work-text01 {
    opacity: 0;
  }
  .work-hero1 {
    flex-direction: column;
  }
  .work-container04 {
    align-items: center;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
    padding-right: 0px;
  }
  .work-hero-heading {
    text-align: center;
  }
  .work-hero-sub-heading {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .work-text13 {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
  .work-text16 {
    text-align: center;
  }
  .work-container06 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .work-banner-sub-heading {
    max-width: 100%;
  }
  .work-text21 {
    text-align: center;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .work-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .work-desktop-menu {
    display: none;
  }
  .work-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .work-hero1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .work-hero-sub-heading {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .work-text13 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .work-container05 {
    height: 100%;
  }
  .work-gallery {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .work-text16 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .work-container06 {
    grid-template-columns: 1fr 1fr;
  }
  .work-blog {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .work-container08 {
    flex: 0 0 auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .work-banner1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .work-banner-sub-heading {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .work-faq1 {
    flex-direction: column;
  }
  .work-container10 {
    max-width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .work-text21 {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .work-footer1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .work-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .work-container15 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .work-text37 {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .work-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .work-mobile-menu1 {
    padding: 16px;
  }
  .work-hero1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .work-container04 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .work-hero-heading {
    z-index: 95;
  }
  .work-btn-group {
    flex-direction: column;
  }
  .work-gallery {
    padding: var(--dl-space-space-unit);
  }
  .work-container06 {
    grid-template-columns: 1fr;
  }
  .work-blog {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .work-banner1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .work-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .work-contact1 {
    margin-top: var(--dl-space-space-unit);
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-unit);
  }
  .work-image1 {
    width: max-content;
    height: max-content;
    max-width: var(--dl-size-size-large);
  }
  .work-separator {
    margin-top: var(--dl-space-space-oneandhalfunits);
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .work-container15 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .work-text37 {
    text-align: center;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
