        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 !important;
}

.who-we-are-sec {
  background-color: #000;
  color: #fff;
}

.luxurytext {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
}

.conglomeratenew-topleft .para {
  font-size: 16px;
  font-family: 'Playfair Display', serif !important;
}

.conglomeratenew-content .Bon-Vivant-fonts {
  font-size: 38px;
  line-height: 0;
}

/* Worlds first collaborative design platform */
.collab-sec {
  color: #fff;
  background: #000 url("/wp-content/themes/dellastore/newhome/images/worlds-first-globe-project.webp") no-repeat;
  background-size: 600px;
  background-position: center;

}

.collab-sec-title {
  font-size: 4rem;
  line-height: normal;
  font-weight: normal;
}

.collab-sec-sub-title {
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
}

.collab-sec-sub-title .text-for {
  font-size: 3rem;
}

.collab-sec-right {
  border: 1px solid #BDA371;
  padding: 2rem;
  display: inline-block;
  position: relative;
}

.collab-sec-right .nameblock {
  position: absolute;
  right: 10%;
  bottom: -12px;
  background: black;
}

.collab-sec-right .signatureimage {
  margin: 0;
  text-align: right;
}

.collab-sec-right .signatureimage img {
  width: 140px;
}

.collab-sec-right .nameblock .name {
  font-size: 24px;
  color: white;
  font-family: 'Playfair Display', serif;
  padding: 0 1rem;
}

/* Our Friends */
.our-friends-sec {
  background-color: #000;
  color: #fff;
}

.title-our-friends {
  position: relative;
  text-align: center;
}

.title-our-friends::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #bda371;
  border-bottom: none;
  position: absolute;
  top: 48px;
  left: 0;
}

.title-our-friends h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  background-color: #000;
  padding: 0 .5rem;
}

.architects-inline {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  gap: .5rem;
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
}

.architects-inline::after {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #bda371;
  border-top: none;
  position: absolute;
  top: -100px;
}

.architects-inline .filter-item {
  position: relative;
  z-index: 9;
  min-width: 125px;
  max-width: 125px;
}

.architect-card {
  position: relative;
  display: flex;
}

.architect-name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  /* background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); */
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  backdrop-filter: blur(1px);

  /* -webkit-box-shadow: inset 0px -50px 50px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px -50px 50px 0px rgba(0,0,0,1);
  box-shadow: inset 0px -50px 50px 0px rgba(0,0,0,1); */
}

.architect-name h6 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  text-transform: uppercase;
}

.turnkey-projects-content p {
  font-family: 'Playfair Display', serif !important;
}

.brand-philosophy-sec .conglomerateLeft {
  width: 80%;
  margin: 0 auto;
}

.brand-philosophy-sec-mainleft {
  padding: 50px 0;
}

.brand-philosophy-sec-right {
  background-color: #000;
  color: #fff;
  position: relative;
}

.what-we-do-content {
  text-align: left;
  position: absolute;
  top: 20px;
  left: 20px;
}

.what-we-do-content h2 {
  font-size: 3rem;
}

.what-we-do-content p {
  font-size: 14px;
}

.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;
}

/* .towerform {
    position: relative;
    background-color: black;
    padding-bottom: 50px;
  }

  .towerform::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    top: 5% !important;
    left: 9%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/della-home-tower.webp);
    background-repeat: no-repeat;
    background-size: 90%;
    z-index: 0;
  }
  
  .towerform.commontop::after {
    content: none;
    top: -93px !important;
  } */



@media (min-width: 992px) {

  /* Large screens (lg breakpoint) */
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  /* Same as .fs-1 */
  .fs-lg-2 {
    font-size: 2rem !important;
  }

  /* Same as .fs-2 */
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  /* Same as .fs-3 */
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }

  /* Same as .fs-4 */
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }

  /* Same as .fs-5 */
  .fs-lg-6 {
    font-size: 1rem !important;
  }

  /* Same as .fs-6 */
}

@media screen and (max-width: 992px) {

  #DellaAllLogos .DellaAllLogos-inner {
    flex-wrap: wrap;
  }

  .collab-sec-title {
    font-size: 2rem;
  }

  .collab-sec-sub-title {
    position: static;
  }

  .collab-sec-sub-title .text-for {
    font-size: 2rem;
  }

  .collab-sec-right {
    padding: 1rem;
    margin-top: 2rem;
  }

  .what-we-do-content {
    width: calc(100% - 20px);
  }

  .what-we-do-content h2 {
    font-size: 2rem;
  }

  .della-team-content p {
    width: 100%;
    line-height: normal;
  }

  .della-team-sec {
    height: 500px;
  }


  .brand-philosophy-sec-right .jene-block-first {
    left: 0;
    position: relative;
    top: -90px;
  }

  .brand-philosophy-sec-right .vitruvian-image {
    max-width: 100%;
  }

  .title-our-friends::after {
    top: 16px;
  }

  .architects-inline {
    /* grid-template-columns: repeat(3, 1fr); */
    padding: 0 .5rem;
  }

  .architect-name h6 {
    font-size: .75rem;
  }


}

@media screen and (max-width: 767px) {
  .architects-inline {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .architects-inline .filter-item {
    min-width: 120px;
    max-width: 120px;
  }
}