body {
  overflow-x: hidden;
  text-align: justify !important;
}

.backblock a {
  color: black !important;
}

p {
  font-family: "Figtree", sans-serif !important;
}
.font-fairplay {
  font-family: 'Playfair Display', serif;
}

.conglomeratenew {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.conglomeratenew::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8%;
  left: 40%;
  background-image: url(/wp-content/themes/dellastore/newhome/images/Vitruvian-man.webp);
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  opacity: 0.8;
}
.conglomeratenew-topleft .title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 100;
}
.luxurytext {
  /* margin: 10px 0 20px; */
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
}
.conglomeratenew-topleft .para {
  font-size: 16px;
  /* font-family: 'Figtree', sans-serif; */
  font-family: 'Playfair Display', serif !important;
}
.conglomeratenew-content .Bon-Vivant-fonts {
  font-size: 38px;
  line-height: 0;
}

.three-column-image {
  display: flex;
  gap: 15px;
}
.three-column-image img {
  width: 25%;;
}

.conglomeratenew-content-right {
  display:flex;
  justify-content:center
}
.image-container {
  width:250px;
  height:55vh;
  overflow:hidden;
  position:relative
}
  
  .image-wrapper img {
    width:100%;
    height:auto;
    margin-bottom:20px
  }
  
  .image-wrapper {
    display:flex;
    padding:10px;
    flex-direction:column;
    animation:scrollUp 30s linear infinite
  }
  
  .image-container:nth-child(even) .image-wrapper {
    animation:scrollDown 30s linear infinite
  }
 
  @keyframes scrollUp {
    0% {
    transform:translateY(0)
    }
    
    100% {
    transform:translateY(-50%)
    }
  }
    
  @keyframes scrollDown {
    0% {
    transform:translateY(-50%)
    }
    
    100% {
    transform:translateY(0)
    }
  }

  .piano-collection-sec .piano-collection-banner {
    background-image: url("https://www.della.in/wp-content/themes/dellastore/newhome/images/aboutus/piano-collection-banner.webp");
    background-repeat: repeat-x;
    text-align: center;
    animation: scroll-anim 30s linear infinite;
    height: 470px;
  }

  @keyframes scroll-anim {
    100% {
      background-position: 100% 0;
    }
  }

  .manufactoring-section {
    background-color: #000;
    color: #fff;
  }
  .manufacturing-gallery-swiper-main {
    overflow: hidden;
    position: relative;
  }
  .manufacturing-gallery-thumbs .swiper-slide {
    flex: 1;
    margin-right: 0 !important;
    border: 1px solid transparent;
  }
  .manufacturing-gallery-thumbs .swiper-wrapper {
    gap: 10px;
  }
  .manufacturing-gallery-thumbs .swiper-slide-thumb-active {
    border-color:#bda371;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }

  .certificate-sec {
    background: url("https://www.della.in/wp-content/themes/dellastore/newhome/images/aboutus/awards-bg.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .certificate-inner {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .beinspiredBox img {
    width: 200px;
  }
  .certificate-sec .swiper-backface-hidden .swiper-slide {
    width: 200px !important;
  }
  .certificate-sec .swiper-wrapper {
    width: 630px !important;
    margin: 0 auto;
  }

  .certificate-swiper-next {

  }

  .sustainability-sec {
    background-color: #000;
    color: #fff;
  }

  .della-team-sec {
    background: url("https://www.della.in/wp-content/themes/dellastore/newhome/images/aboutus/della-team.webp") no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    position: relative;
    &:hover  {
      &::after {
        display: block;
      }
    }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1;
      display: none;
    }
  }
  
  .della-team-sec .common-container{ 
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: static;
  }
  .della-team-content {
    margin-bottom: -1.5rem;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .della-team-content p {
    width: 67%;
    margin: 0 auto;
    line-height: 24px;
  }

  .homepageform-wrapper-inner {
    padding: 50px 0 0 0 !important;
  }
  


@media screen and (max-width: 992px) {

  .conglomeratenew-content-right1 {
    text-align: center;
  }
  #DellaAllLogos .DellaAllLogos-inner {
    flex-wrap: wrap;
  }
  
  .della-team-content p {
    width: 100%;
    line-height: normal;
  }
  .conglomeratenew .row,
  .row-default {
    margin-left: calc(var(--bs-gutter-x)* -.5) !important;
  }
  .conglomeratenew-topleft .title,
  .conglomeratenew-content .Bon-Vivant-fonts {
    font-size: 22px;
  }
  .conglomeratenew::after {
    left: 0;
    background-size: 80%;
    background-position: center;
  }
  .della-team-sec {
    height: 500px;
  }

}
  