/* Local */


body,
html {
    scroll-behavior: auto;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}



.filters.filter-button-group {
    display: none !important;
}

.CategoryBanner {
    background: url('../wp-content/themes/dellastore/assets/images/bg.webp');
    padding: 20px;
    margin-top: 60px
}

.CategoryBanner .common-container {
    padding: 40px 0px;
}

.clickbanner[data-id="132182"] {
    cursor: pointer;
}

.subGroups .accordion-item {
    border: none !important;
    background-color: #efefef;
}

.subGroups .accordion-item a {
    font-size: 1rem !important;
    color: #000;
}

.showResult::after {
    width: 70% !important;
}

.accordion-header.active {
    font-weight: bold;
}

/* New Project Pages */

body {
    background-color: black !important;
    margin: 0;
    padding: 0;
}

#projectslanding .innerfilterlist {
    display: flex;
    flex-wrap: wrap;
}

#projectslanding .innerfilterlist .filter-item {
    width: calc(23% - 0px) !important;
    margin-right: 2%;
    margin-bottom: 25px;
}

#projectslanding .innerfilterlist .filter-item:last-child {
    margin-right: 0;
}

.filter-card-box {
    position: relative;
}

.filter-item .personName {
    position: absolute;
    bottom: 8px;
    left: 0px;
    text-align: center;
    z-index: 2;
    width: 100%;
    margin: auto;
    right: 0px;
}

.filter-item .personName::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 125%;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 5%) 5.2%, #000 40%);
    z-index: -1;
}

.filter-item .personName .architect-fullname {
    font-size: 12px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.filter-item span {
    color: white;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: bold;
}

.filter-item .readmore {
    color: #ffffff;
    z-index: 12;
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    color: #fafafa;
    display: none;
}

#projectslanding .title {
    margin-bottom: 20px;
    color: white;
    font-size: 35px;
    font-family: 'Playfair Display', serif;
}

#projectslanding .top-filter-container {
    margin-top: 30px;
    display: none;
    opacity: 0;
}

.showResult_container {
    width: calc(77% - 0px);
}

.showResult_container .project-list {
    display: none;
    opacity: 0;
}

.showResult_container .project-list.active {
    display: block;
    opacity: 1;
}

#projectslanding .top-filter-container.active {
    display: flex;
    opacity: 1;
}


#projectslanding select {
    background: black;
    color: white;
    border: none;
}



#projectslanding .filter-list-top #typeproject,
#projectslanding .filter-list-top #size,
#projectslanding .filter-list-top #city {
    font-size: 14px;
    text-align: center;
    appearance: none;
    background-image: url(/wp-content/themes/dellastore/newhome/images/gold-arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 0rem top 50%;
    background-size: 0.60rem auto;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    margin: 0;
    -moz-appearance: none;
    width: fit-content;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    cursor: pointer;
}

#projectslanding .filter-list-top select#typeproject {
    width: 120px;
}

.architect-category-section {
    width: calc(23% - 0px);
    margin-right: 30px;
}

#projectslanding .architect-category-list-item {
    display: flex;
    margin: 0 20px 10px;
    border: none;
    border-radius: 0;
    color: white;
    font-family: "Figtree", light;
    font-size: 14px;
    flex-direction: column;
}

#projectslanding .architect-category-list-item .architect-tab-links {
    display: block;
    padding-left: 20px;
    color: white;
    font-family: "Figtree", light;
    font-size: 12px;
    margin-top: 10px;
}

#projectslanding .architect-category-list-item .architect-tab-links-bottom
{
    margin: 10px 0px 10px 5px;
}

#projectslanding .project-list-item {
    margin-bottom: 10px;
}

.architect-category-list {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

#projectslanding .architect-category-list-item {
    border: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

#projectslanding .architect-category-list-item.active {

    border: none;
    border-radius: 0;
    color: #BDA371;
    width: fit-content;
    padding: 0 0 8px;
    border-bottom: 1px solid #BDA371;
}

.architect-category-section-title {
    margin-bottom: 20px;
    color: #BDA371;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}

.allarchitectsdesigners-title {
    color: white;
    font-size: 36px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    white-space: nowrap;
    position: relative;
}

.allarchitectsdesigners-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 30.5%;
    border-bottom: 1px solid #BDA371;
}

.allarchitectsdesigners-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: 30.5%;
    border-bottom: 1px solid #BDA371;
}
.allarchitectsdesigners-subtitle {
  font-size: 1.5rem;
}
.architect-text-border {
    position: relative;
    display: block;
}

.architect-text-border:before {
    content: "";
    position: absolute;
    top: -50px;
    right: 17px;
    width: 1px;
    height: 35px;
    border-left: 1px solid #BDA371;
}

.architect-text-border:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 17px;
    width: 1px;
    height: 35px;
    border-left: 1px solid #BDA371;
}

.architect-category-list-item {
    color: white;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    margin-right: 30px;
    white-space: nowrap;
}

#projectslanding .architect-category-list {
    display: block
}

#projectslanding #architects .subGroups {
    padding: 30px;
    border: 1px solid #BDA371;
    height: 58vh;
    position: sticky;
    top: 170px;
}


.filterdeisgners {
    display: none;
    opacity: 0;
}

.filterdeisgners.active {
    display: block;
    opacity: 1;
}


select option {
    color: black;
}


#featuredproject .subGroups {
    padding: 30px 30px;
    border: 1px solid #BDA371;
    height: 75vh;
    position: sticky;
    top: 195px;
}

#featuredproject .subGroups .accordion-item {
    border: none !important;
    background-color: unset;
    margin-bottom: 5px !important;
    padding: 5px 0 5px 10px;
    border: 1px solid transparent !important;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}

.featuredproject-left {
    width: calc(23% - 0px);
    max-width: 23%;
}

#featuredproject .subGroups .accordion-item:hover {
    border: 1px solid #BDA371 !important;
}

#featuredproject .accordion-item.active {
    border: none;
    border-radius: 0;
    color: #BDA371;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #BDA371 !important;
    font-weight: bold;
}

.subGroups .accordion-item a {
    color: white;
    font-family: "Figtree", light;
    font-size: 1.2rem !important;
}

.srt {
    background-color: unset !important;
    font-size: 2.2rem !important;
    font-weight: 100;
    line-height: 0 !important;
}


#projectslanding {
    padding: 50px 120px 0 !important;
}


.allarchitectsdesigners .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#iconic-bannersection {
    padding-top: 80px;
    position: relative;
}

#iconic-bannersection .title {
    text-align: center;
    font-size: 34px !important;
    color: white !important;
    line-height: 44px !important;
}

.architectselecttext {
    font-family: 'Playfair Display', serif !important;
    font-size: 30px;
    text-align: center;
    color: white;
    line-height: 40px !important;
    margin-bottom: 0;
}

.architectselecttext span {
    font-size: 24px;
    display: block;
    text-align: center;
}

#iconic-bannersection .title span {
    padding-left: 6px;
}


.customDiv {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow-x: hidden;
}

.customDiv sup {
    padding-left: 10px;
}



.allportfoliosection {
    padding-top: 50px;
}

.animationtextsection {
    position: relative;
    margin-top: -90px;
}


.animationtextslider {
    margin: 50px 0;
    position: relative;
    /* animation: marquee-left 10s linear infinite; */
}

.animationtextslider .animatetext-title {
    color: white;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    opacity: 0.1;
    white-space: nowrap;

}

.animationtextslider .animatetext-title {
    transform: scale(1);
    transition: transform 0.4s ease, opacity 0.4s ease;
}


/* Animation class applied during slide change */
.animationtextslider .animatetext-title.animate {
    opacity: 1;
}

.centerfullborder {
    border: 1px solid #BDA371;
    width: 280px;
    height: 70px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.leftborder {
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 240px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.direction-text {
    position: absolute;
    font-size: 14px;
    font-family: "Figtree", sans-serif;
    color: #BDA371;
    writing-mode: vertical-rl;
}

.direction-text-1 {
    left: 20px;
}

.direction-text-2 {
    right: 20px;
}

.swiper-slide-next .animatetext-title,
.swiper-slide-prev .animatetext-title {
    opacity: 0.5;
}

.citytitle {
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
}

.citytitle span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.citytitle span:last-child {
    margin-right: 0;
}

.citytitle span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 50px;
}

.citytitle span:last-child:after {
    content: none;
}


.allarchitectsdesigners {
    padding: 0 100px;
}

.allarchitectsdesigners .container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allarchitectsdesigners .innerfilterlist {
    width: calc(71% - 0px);
}

.allarchitectsdesigners .rightimage {
    width: 19%;
    margin-right: -30px;
    position: relative;
}

.allarchitectsdesigners .rightimage .newera {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}

.allarchitectsdesigners .rightimage .beginehere {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #BDA371;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
}

.allarchitectsdesigners .crossimage {
    width: 7%;
    margin-top: 140px;
}

.allarchitectsdesigners .rightimage img,
.allarchitectsdesigners .crossimage img {
    width: 100%;
}

.allarchitectsdesigners .rightimage figure,
.allarchitectsdesigners .crossimage figure {
    margin: 0;
}

.allarchitectsdesigners .filter-item {
    width: calc(10% - 0px);
}

.multiple-image-gallery {
    margin-top: -25px;
    position: relative;
    padding: 0 85px 40px;
}

.multiple-image-gallery .swiper-wrapper {
    position: relative;
    padding-top: 45px;
}

.multiple-image-gallery .swiper-slide img {
    width: 100%;
}

.multiple-image-gallery .swiper-slide {
    position: relative
}

.multiple-image-gallery .swiper-slide:nth-child(odd) {
    margin-top: -31px;
}

.multiple-image-gallery .swiper-button-next,
.multiple-image-gallery .swiper-button-prev {
    bottom: unset;
    top: 48% !important;
}

.multiple-image-gallery .makeDiffrence {
    font-size: 18px;
    color: white;
    font-family: 'Figtree', sans-serif;
    position: relative;
    left: 52.5%;
    top: 85px;
}

.multiple-image-gallery .swiper-button-next {
    left: 51.4%;
}

.multiple-image-gallery .swiper-button-prev {
    left: 47.5%;
}

.multiple-image-gallery img {
    transition: 3s all;
}

.pagination-block-btn {
    margin-top: 22px;
    padding: 0 14%;
    display: flex;
    justify-content: space-between;
}

.multiple-image-gallery-counter {
    color: white;
    position: absolute;
    left: 8%;
    bottom: 4.5%;
}

.multiple-image-gallery-counter .count,
.multiple-image-gallery-counter .total {
    color: white;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
}

.multiple-image-gallery .multiple-image-gallery-pagination {
    width: fit-content;
    bottom: 35px;
    left: 200px;
}

.pagination-block-btn-counter {
    margin-top: 15px;
}

.multiple-image-gallery .swiper-pagination-bullet {
    width: 65px;
    height: 5px !important;
    margin-right: 18px !important;
    border-radius: 0;
    background-color: #262626;
    opacity: 0.8;
}

.multiple-image-gallery .swiper-pagination-bullet-active {
    background-color: #BDA371;
    opacity: 0.8;
}

.pagination-buttongroups {
    display: flex;
    max-height: 76px;
    position: relative;
}

.pagination-buttongroups-inner {
    margin-right: 28px;
}

.multiple-image-gallery-content-top {
    position: absolute;
    top: -2%;
    left: 0;
    padding: 30px;
    padding-right: 70px;
    display: none;
}

.multiple-image-gallery-content-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 1px solid #BDA371;
    width: 100%;
    height: 100%;
}

.multiple-image-gallery-content-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 1px solid #BDA371;
    width: 100%;
    height: 100%;
}

.multiple-image-gallery-content::after {
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.multiple-image-gallery-content-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.multiple-image-gallery-content-top .title {
    margin-bottom: 10px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.multiple-image-gallery-content-top .city {
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.multiple-image-gallery .Bon-Vivant-fonts {
    position: relative;
    top: 100px;
    left: 16%;
    font-size: 59px;
}

.multiple-image-gallery .projectTitle {
    position: relative;
    top: 65px;
    font-size: 90px;
    z-index: 5;
    text-transform: uppercase;
}


.multiple-image-gallery-content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    border-left: 1px solid #BDA371;
    padding: 15px 15px 15px 15px;
    display: none;
}

.multiple-image-gallery-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #BDA371;
    width: 100%;
}

.multiple-image-gallery-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #BDA371;
    width: 35%;
}

.multiple-image-gallery-content .title {
    margin-bottom: 10px;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.multiple-image-gallery-content .city {
    color: white;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}


.multiple-image-gallery .size {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    color: white;
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.multiple-image-gallery .viewAllBlock {
    padding: 10px 10px 15px;
    border: 1px solid #BDA371;
    width: 20%;
}

.multiple-image-gallery .single-card-metabox-button {
    color: white;
    font-size: 14px;
    transition: all 0.5s ease;
}

.multiple-image-gallery .single-card-metabox-button:hover {
    color: #BDA371
}

.multiple-image-gallery .single-card-metabox-button img {
    width: 15px;
    height: 15px;
}

.multiple-image-gallery .swiper-button-next:after,
.multiple-image-gallery .swiper-button-prev:after {
    display: none;
}



.categorysection #categories .cards .hoverText {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    font-size: 40px;
    display: none;
    opacity: 0;
    transition: all 1s ease;

}

.categorysection #categories .cards:hover .hoverText {
    display: contents;
    opacity: 1;
}




.image-container {
    position: relative;
    display: inline-block;
}

.default-image,
.hover-image {
    width: 100%;
    transition: opacity 1s ease;
}

.worldbestcollab {
    margin-top: 0;
}

.worldbestcollab .Bon-Vivant-fonts {
    font-size: 50px;
    line-height: 30px;
}

.worldbestcollab-block {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.worldbestcollab-block .text-center {
    margin-top: 15px;
}

.worldbestcollab .image-container h3 {
    width: 78%;
    margin: 0 auto;
    padding: 12px;
}

.image-container .single-card-metabox-button {
    font-size: 11px !important;
    color: white;
}

.image-container .single-card-metabox-button img {
    width: 10px !important;
    margin-left: 2px;
    height: fit-content !important;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.default-image:hover {
    opacity: 0;
}

.hover-image:hover {
    opacity: 1;
}

.viewAllBlock a {
    margin: 0 auto;
    width: 20%;
}

.single-card-metabox-button {
    transition: all 0.6s ease;
}

.image-container h3:hover {
    color: #BDA371;
}

h3 {
    transition: color 0.3s ease;
}


.single-card-metabox-button:hover {
    color: #BDA371;
}

.single-card-metabox-button:hover img {
    transform: scale(1.12);
}


.golbalimage img {
    width: 100%;
    height: auto;
}

#projectslanding .image-container {
    display: flex;
}

.load-more-container {
    margin-left: 20px;
}


#projectslanding .image-container h3 {
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
}

#projectslanding .image-container .viewAllBlock {
    width: 50%;
    margin: -17px auto 0 !important;
    font-size: 16px;
}


.image-container h3 {
    margin: 20px 0;
    color: white;
    text-align: center;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    transition: all 0.6s ease;
    border: 1px solid #BDA371;
    width: 215px;
    margin: 0 auto;
    padding: 10px 35px
}

.image-container .viewAllBlock {
    background: black;
    width: 50%;
    margin: -20px auto 0 !important;
    font-size: 11px;
    border: 0 !important;
}



#projectslanding .image-container .viewAllBlock {
    width: 100px;
}

#projectslanding .image-container a {
    margin-right: 20px;
}

.image-container small {
    color: #BDA371;
    text-align: center;
    font-size: 2em;
    display: block;
    font-family: 'bon_vivant_family_scriptRg';
    text-transform: capitalize;
    margin-top: -30px;
    margin-right: -140px;
}

.image-container .single-card-metabox-button {
    width: 40% !important;
    font-size: 10px !important;
}

.image-container .single-card-metabox-button img {
    width: 15px;
    height: 15px;
}





#Collaborative {
    padding-top: 0px !important;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: 0px !important;
    padding-left: 130px;
    padding-right: 130px;
}

#Collaborative .build {
    border-left: 1px solid #BDA371;
    border-bottom: 1px solid #BDA371;
    border-top: 1px solid #BDA371;
    padding: 0 70px 0 30px;
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#Collaborative .build::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

#Collaborative .build::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

#Collaborative .buildtwo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

#Collaborative .buildtwo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

#Collaborative .buildtwo {
    border-right: 1px solid #BDA371;
    border-left: 0;
    padding: 20px 30px 20px 70px !important;
}

#Collaborative .buildtwo p.selecttext {
    text-align: right;
    padding-top: 20px;
}

p.selecttext {
    margin-bottom: 0;
    position: relative;
    top: -38px;
}


.buildtwo hr {
    position: relative;
    left: calc(100% - 65px);

}

#Collaborative .build hr {
    height: 0.9px !important;
    width: 65px !important;
    opacity: 0.3;
    margin-inline: 0;
}

#Collaborative .buildtwo .build-card-title {
    left: -5% !important;
}

#Collaborative .build .build-card-title {
    position: absolute;
    font-size: 36px !important;
    color: white !important;
    font-family: 'Playfair Display', serif;
    right: -5%;
    top: 40%;
}

#Collaborative .build p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}

#Collaborative .build .text-left {
    padding-right: 145px;
    line-height: 1.6;
}

#Collaborative .buildtwo .text-right {
    padding-left: 100px;
    line-height: 1.6;
}

#Collaborative .readmore {
    border: 0 !important;
}

#Collaborative .build .readmore img {
    display: none;
}




.selecttext a {
    font-size: 16px !important;
    color: #BDA371 !important;
    font-weight: 200 !important;
    font-family: 'Figtree', sans-serif !important;
    text-transform: unset !important;
}

.selecttext .readmore:hover {
    background-color: black;
    color: #BDA371;
    padding-left: 0;
}

.readmore:hover::before,
.form-submit2:hover::before {
    width: 0 !important;
}

.conglomeratenew {
    padding-top: 0 !important;
    background-size: 35%;
    padding-bottom: 150px !important;
    position: relative;
    overflow: hidden;
}

.conglomeratenew-topleft {
    max-width: 700px;
    padding-left: 120px;
    z-index: 1;
    position: relative;
    top: 180px;
}

.conglomeratenew-topleft .Bon-Vivant-fonts {
    line-height: 0;
}

.conglomeratenew::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 2% !important;
    left: 32%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/Vitruvian-man.webp);
    background-repeat: no-repeat;
    background-size: 45%;
    z-index: -1;
}

.conglomeratenew-topleft .para {
    color: white;
    font-size: 16px;
    font-family: 'Figtree', sans-serif;
    line-height: 24px;
}

.conglomeratenew-topleft .title {
    margin-bottom: 15px !important;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 68px;
}

.conglomeratenew-content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.conglomeratenew-content-left {
    padding-left: 120px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.conglomeratenew-content-right {
    display: flex;
    width: 100%;
    transform: translate(50%, 0);
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background-color: #000;
}

#conglomerate .conglomerateLeft .Bon-Vivant-fonts {
    font-size: 90px !important;
}

#conglomerate .conglomerateLeft {
    padding-top: 190px;
}

#conglomerate .conglomerateLeft p {
    margin-top: -20px;
    margin-left: 20px;
}

.conglomerateLeft-inner {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.conglomerateLeft-inner-left {
    display: flex;
    align-items: center;
    margin-top: -230px;
    margin-left: 50px;
}

.conglomerateLeft-inner-right {
    width: auto;
}

.the,
.factor {
    font-size: 20px;
    color: white;
    opacity: 0.5;
    font-family: "Figtree", sans-serif;
}

.factor .firstLetter {
    font-size: 50px !important;
}

.conglomerateLeft-inner-right p {
    font-family: "Figtree", sans-serif;
    color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: right;
}

.the {
    margin-top: -20px;
}

.factor {
    font-size: 30px;
    margin-top: 20px;
}

.big {
    font-size: 100px;
    color: white;
    font-family: "Figtree", sans-serif;
}


.Jene-home-img {
    margin: 0 !important;
}

.Jene-home-img img {
    width: 500px;
}

/* .signatureimage {
    margin: 0;
    text-align: right;
}

.signatureimage img {
    width: 140px;
} */


.conglomeratenew-content-right figure {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.conglomeratenew-content-right a {
    display: block;
    height: auto;
    width: 100%;
    margin-right: 20px;
    position: relative;
}

.conglomeratenew-content-right a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%) !important;
}

.conglomeratenew-content-right figure:last-child {
    margin-right: 0;
}

.conglomeratenew-content-right .text {
    position: absolute;
    bottom: 5%;
    left: 14%;
    right: 0;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    z-index: 2;
}

.conglomeratenew-content-right .count {
    position: absolute;
    bottom: 5%;
    left: 4%;
    color: white;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: #BDA371;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 14px;
    z-index: 3;
}

.conglomeratenew-content-right:hover {
    width: 100%;
    transform: translateX(0);
}

.conglomeratenew-content-right img {
    width: 100%;

}

.conglomerateRight .firstpara {
    color: white;
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.conglomerateRight .secondpara {
    color: white;
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0;
}

.conglomeratenew::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 13%;
    left: 15%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/Vitruvian-man.webp);
    background-repeat: no-repeat;
    background-size: 41%;
    z-index: -1;
}



#conglomerate .conglomerateRight {
    padding-top: 30px !important;
}

#Collaborative .readmore {
    border-top: 0 !important;
}

#Collaborative .x {
    text-align: center;
}

#we-are-mad-about-design .makeDiffrence {
    color: white !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    margin-top: 20px;
}

#we-are-mad-about-design .projtext {
    margin-left: 100px;
}

li.architect-category-list-item.architect-tab-links.active {
    border-radius: 0;
    color: #BDA371;
    padding: 5px 10px;
    border: 1px solid #BDA371 !important;
    font-weight: bold;
}


.NewDellaFrom {
    position: relative;
}

#NewDellaFrom {
    z-index: 2;
    display: none;
}

#NewDellaFrom .inner-townshipformBox.Form-show {
    padding: 0;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay .single-card-metabox-hover {
    background-color: transparent !important;
}

.single-card-metabox-button img {
    width: 15px;
    height: 15px;
}

#we-are-mad-about-design .single-card-metabox-button {
    background-color: transparent !important;
    color: white !important;
}


#we-are-mad-about-design {
    padding-bottom: 0 !important;
}


/* card box start */
#we-are-mad-about-design .single-card-metabox-image {
    filter: grayscale(100);
    opacity: 0.4;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay .single-card-metabox-hover {
    background-color: #000;
    margin-top: 15%;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay .single-card-metabox-hover {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#we-are-mad-about-design .single-card-metabox:hover .single-card-metabox-overlay .single-card-metabox-hover {
    opacity: 1;
}

#we-are-mad-about-design .single-card-metabox-inner {
    position: relative;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay {
    position: absolute;
    bottom: 40%;
    right: 50%;
    transform: translate(50%, 50%);
    text-align: center;
    width: 100%;
    transition: bottom 0.5s ease;
}

#we-are-mad-about-design .single-card-metabox:hover .single-card-metabox-overlay {
    bottom: 45%;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 60px;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay small {
    font-family: 'bon_vivant_family_scriptRg';
    color: #bda371;
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 70px;
}

#we-are-mad-about-design .single-card-metabox .single-card-metabox-overlay p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

#we-are-mad-about-design .single-card-metabox-button {
    border: 1px solid #BDA371;
    background-color: rgba(0, 0, 0, 0.6) !important;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 5px;
}

#we-are-mad-about-design .single-card-metabox-hover-internal {
    width: 80%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#we-are-mad-about-design .single-card-metabox-button:nth-child(1) {
    background-color: #fff;
    color: #000;
}

#we-are-mad-about-design .single-card-metabox:hover .single-card-metabox-image {
    filter: unset;
}

#we-are-mad-about-design .row {
    margin: 0;
}

#we-are-mad-about-design .col-12 {
    padding-left: 0;
}

#we-are-mad-about-design .container-fluid {
    padding-left: 0;
}

#we-are-mad-about-design .container-fluid {
    padding-right: 0;
}

.project-landing-page #we-are-mad-about-design {
    padding-top: 2%;
    padding-bottom: 0;
}

.categorysection .cards .cards_content .turnkeytext {
    position: absolute;
    top: -20% !important;

    left: 0;
    right: 0;
    transform: translateY(0) !important;
    transition: none;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 16px;
    color: white;
    transition: opacity 0.5s ease-in-out;
}

.knowMore {
    position: absolute;
    bottom: -35px;
    width: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;

}

.dellaanimationcontainer .dellaanimationbordertwo::before,
.dellaanimationcontainer .dellaanimationbordertwo::after {
    z-index: 1;
}

.filter-card-box.dellaanimationcontainer .dellaanimationbordertwo::before,
.filter-card-box.dellaanimationcontainer .dellaanimationbordertwo::after {
    z-index: 4;
}

#NewDellaFrom {
    position: relative;
    z-index: 30;
}

#NewDellaFrom::after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    bottom: -38% !important;
    left: 8%;
    background-image: url(/wp-content/themes/dellastore/newhome/images/tower-image-big.webp);
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    height: 750px;
    margin: 0;
    background-size: contain;
    filter: grayscale(1);
}

 .animationtextslider .swiper-wrapper .swiper-slide 
    {
        justify-content: center;
        display: flex;
    }

.towerform::after {
    display: none;
}

.towerform {
    z-index: 4;
}

#NewDellaFrom {
    padding: 120px 0 0 !important;
}


#triangle-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid white;
    border-bottom: 10px solid transparent;
    display: inline-block;
    margin-left: 10px;
}

.discussproject {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

}

.discussproject video {
    width: 100%;
    height: 100%;
}

.discussproject iframe
{
    display: block;
    height: 50vw;
    aspect-ratio: 2.1;
}

.discussproject::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.discussproject:hover .title {
    letter-spacing: 6px;

}


.discussproject-content {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 5;
}

.discussproject-content .l {
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 0 0 0 25px;
    -webkit-transition: .35s;
    transition: .35s;
}

.discussproject-content .title {
    font-size: 23px;
    font-family: "Figtree", sans-serif !important;
    font-weight: 400;
    color: white;
    letter-spacing: 4.14px;
    text-transform: uppercase;
    position: relative;
    transition: all 1s ease;
}

.discussproject-content .title::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}


.discussproject-content .second-title {
    font-size: 23px;
    font-family: "Figtree", sans-serif !important;
    font-weight: 100;
    color: white;
    margin-top: 87px;

}

.discussproject-content .third-title {
    font-size: 23px;
    font-family: "Figtree", sans-serif !important;
    font-weight: 100;
    color: white;
    margin-top: 15px;

}

.sendButton {
    margin: 50px 0;
    text-align: center;
}

.sendButton a {
    color: white;
    border: 2px solid #fff;
    padding: 2px 15px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 50px;
    transition: all 1s ease;
}

.sendButton a:hover {
    background-color: white;
    color: black;
}


.projectcount {
    display: none;
}

:target {
    scroll-margin-top: 0;
}

/* Category Section  */

.categorysection #categories .card2 .cards_bkg {
    left: -100%;
    background-size: cover;
}

.categorysection #categories .card3 .cards_bkg {
    left: -200%;
    background-size: cover;
}


.homecategoriesimages {
    display: none;
}

.categorysection {
    position: relative;
    padding-top: 80px;
}

.categorysection .makeDiffrence {

    color: #bda371;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Figtree', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

.categorysection #categories {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 70vh;
    display: flex;
    background-size: cover;
    background-position: center;
}

.categorysection #categories .cards {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
}


.categorysection .cat {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0px 0px 6px #333;
}

.categorysection .projtext {
    font-family: 'bon_vivant_family_scriptRg';
    color: #bda371;
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 25px;
    text-shadow: 0px 0px 6px #333;
}

.categorysection #categories .cards_bkg {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.3s ease-in-out;
}

.categorysection .cards .cards_content {
    position: absolute;
    top: 45%;
    color: white;
    text-align: center;
    width: 100%;
    opacity: 1;
    transition: all 0.7s ease-in-out;
    z-index: 20;
}


.categorysection .cards_content span {
    opacity: 0;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    font-family: 'Lato', sans-serif !important;
}

.categorysection .cards:hover .cards_content span {
    opacity: 1;
}








.project-thumbnail {
    display: flex;
}

.project-thumbnail-left {
    width: calc(70% - 0px);
    margin-right: 20px;
}

.project-thumbnail-right {
    width: calc(30% - 0px);
}

.project-thumbnail-right-content {
    position: relative;
}

.project-thumbnail-right-content-inner {
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.projectName {
    color: white;
    font-size: 24px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
}

.profileName {
    margin-top: 15px;
    color: white;
    font-size: 20px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
}

.companyName {
    margin-top: 15px;
    color: #BDA371;
    font-size: 18px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
}

.cityName {
    font-size: 30px;
}

.shortBio {
    margin-top: 15px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Figtree', sans-serif;
}

.categoryList {
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.categoryList li {
    width: calc(45% - 0px);
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 10px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Figtree', sans-serif;
    color: #BDA371 !important;
    border: 0 !important;
}

.big,
.factor,
.the {
    font-family: 'Aurora' !important;

}

.load-more-button,
.load-less-button {
    border: none;
    padding: 5px 0;
    border-radius: 4px;
    background-color: transparent;
    color: #BDA371;
    line-height: normal;
    cursor: pointer;
    display: flex;
    align-items: center;

}
.load-more-button:focus,
.load-less-button:focus {
    outline: none;
}
.load-more-button span,
.load-less-button span{
    font-size: 14px;
    margin-left: 4px;
}
.load-less-button {
    display: none;
}

/* Utility Classes for Responsive Elements */
.img-responsive {
    max-width: 100%;
    height: auto;
}

.hidden-xs {
    display: none !important;
}

/* Flexbox Adjustments for Better Alignment */
.filter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Responsive Typography */
h2,
h4,
p {
    line-height: 1.4;
    margin: 0 0 10px;
}

.explore-link {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    width: 87px;
    display: flex;
    align-items: center;
}
.explore-link img {
    max-width: 14px;
    margin-left: 5px;
}

#projectslanding select {
    background: black;
    color: white;
    border: none;
}


.collagimg {
    width: 100%;
    display: block;
}


.architectlandingslider {
    margin: 20px 0 40px;
    margin-left: 40px;
}

.architectlandingslider img {
    width: 100%;
}

.maintitletext {
    margin-bottom: 20px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
}

.architectblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.architectblock img {
    width: 100%;
}

#project-list .project-thumbnail .dellaanimationbordertwo {
    overflow: hidden;
}

#project-list .project-thumbnail .dellaanimationbordertwo img {
    transition: transform 0.9s ease;
    width: 100%;
}

#project-list .project-thumbnail .dellaanimationbordertwo:hover img {
    transform: scale(1.03);
}

.architects-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,
.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form {
    opacity: 1 !important;
}

/* New Banner Accordion */

.architect-expandable {
    display: flex;
    padding: 0 70px;
    height: 70vh;
}

.architect-detailblock {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.architectName {
    font-size: 28px;
    color: white;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.architectCity {
    font-size: 40px;
    color: #BDA371;
    font-family: 'bon_vivant_family_scriptRg';
    font-weight: bold;

}

.architect-expandable-container:hover .architect-detailblock {
    opacity: 1;
    transform: translateX(0);
}

/* Other Columns Shrink */
.architect-expandable-container:not(:hover) {
    width: calc(33.33vw);
}



.architect-detailblock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    list-style: none;
}

.architect-detailblock ul li {
    margin-bottom: 10px;
    width: calc(30% - 0px);
    margin-right: 5px;
}

.architect-detailblock ul li img {
    width: 68px;
}

.architect-expandable-container {
    height: 85vh;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 6px;
}

.architect-expandable-container .col-bg {
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
    content: "";
    position: relative;
    cursor: pointer;
    transform: all 2s ease;
}

.architect-expandable-container:hover .col-bg::after {
    height: 70vh;
    background: linear-gradient(180deg, rgb(0 0 0 / 2%) 5.2%, #000 60%);
}


.col-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35vh;
    background: linear-gradient(180deg, rgb(0 0 0 / 2%) 5.2%, #000 35%);

}

.architect-expandable-container .col-bg-ilan {
    background-image: url(/wp-content/themes/dellastore/newhome/images/ilan-expand.webp);
}

.architect-expandable-container .col-bg-yasmin {
    background-image: url(/wp-content/themes/dellastore/newhome/images/yasmin-expand.webp);
}

.architect-expandable-container .col-bg-blaine {
    background-image: url(/wp-content/themes/dellastore/newhome/images/blaine-expand.webp);
}

.architect-expandable-container .col-bg-darine {
    background-image: url(/wp-content/themes/dellastore/newhome/images/darine-expand.webp);
}

.architect-expandable-container .col-bg-ruta {
    background-image: url(/wp-content/themes/dellastore/newhome/images/ruta-expand.webp);
}

.architect-expandable-container .col-bg-peter {
    background-image: url(/wp-content/themes/dellastore/newhome/images/peter-expand.webp);
}

.architect-expandable-container .col-bg-danny {
    background-image: url(/wp-content/themes/dellastore/newhome/images/danny-expand.webp);
}

.architect-expandable-container .col-bg-karim {
    background-image: url(/wp-content/themes/dellastore/newhome/images/karim-expand.webp);
}

.architect-expandable-container .col-bg-ross {
    background-image: url(/wp-content/themes/dellastore/newhome/images/rossprofile2.jpg);
}

.architect-expandable-container .col-bg-david {
    background-image: url(/wp-content/themes/dellastore/newhome/images/david-expand.webp);
}

.architect-expandable-container .col-bg-laetitia {
    background-image: url(/wp-content/themes/dellastore/newhome/images/laetitia-expand.webp);
}

.architect-expandable-container .col-bg-blanco {
    background-image: url(/wp-content/themes/dellastore/newhome/images/blanco-expand.webp);
}

.architect-expandable-container .col-bg-femke {
    background-image: url(/wp-content/themes/dellastore/newhome/images/femke-expand.webp);
}

.architect-expandable-container .col-bg-sean {
    background-image: url(/wp-content/themes/dellastore/newhome/images/sean-expand.webp);
}

.architect-expandable-container .col-bg-ivanna {
    background-image: url(/wp-content/themes/dellastore/newhome/images/ivanna-expand.webp);
}

.architect-expandable-container .col-bg-chen {
    background-image: url(/wp-content/themes/dellastore/newhome/images/chen-expand.webp);
}

.banner-mobile {
    display: none;
}

.ms-3 {
    margin-left: 1rem !important;
}

.websitebackbutton {
    text-align: left;
    display: block;
    color: white;
    font-size: 16px;
}

.websitebackbutton.common-container {
    z-index: 5;
}
.readmore-cta {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    
}
.readmore-cta::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #bda371;
    transition: 0.8s;
}
.gold-arrow-icon {
    background: url("/wp-content/themes/dellastore/newhome/images/gold-arrow.png") no-repeat center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: flex;
    transition: 0.5s;
}
.readmore-cta:hover {
    color: #bda371;
}
 
.readmore-cta:hover .gold-arrow-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}


.xoo-wsc-markup {
    display: none !important;
}

.categorysection .Bon-Vivant-fonts {
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
   
     font-size: clamp(
    32px,
    calc(32px + (70 - 32) * ((100vw - 480px) / (1920 - 480))),
    70px
  );
  line-height: clamp(
    40px,
    calc(40px + (80 - 40) * ((100vw - 480px) / (1920 - 480))),
    80px
  );
}

@keyframes marquee-left {

    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(-100% - 20px));
    }

}


@media only screen and (min-width:2000px) {
    .conglomeratenew {
        padding-bottom: 300px !important;
    }

    .conglomerateLeft-inner-right {
        width: 30%;
    }

    #featuredproject .subGroups {
        height: 62vh !important;
    }


    #NewDellaFrom {
        padding: 120px 0 !important;
    }

    .conglomeratenew::after {
        top: 7% !important;
        left: 22%;
        background-size: 30%;
    }

    .allarchitectsdesigners .crossimage {
        margin-top: 200px;
    }

    .multiple-image-gallery .multiple-image-gallery-pagination {
        left: 300px;
        bottom: 44px;
    }

    .allarchitectsdesigners-title::after {
        width: 770px;
    }

    .allarchitectsdesigners-title::before {
        width: 770px;
    }

    .allarchitectsdesigners .rightimage {
        width: 18%;
        margin-right: -50px;
    }

    .pagination-block-btn {
        padding: 0 24%;
    }

    .multiple-image-gallery-counter {
        left: 10%;
        bottom: 4.1%;
    }
    .animationtextsection {
        margin-top: -100px;
    }

    .customDiv {
        top: -120%;
    }
   .towerform .homepageform-wrapper::after {
        width: 25% !important;
        left: -3% !important;
        background-size: contain;
    }
}


@media only screen and (max-width:1750px) {


    .conglomerateLeft-inner-right {
        width: 50%;
        margin-bottom: 10px;
    }

    .conglomerateRight .firstpara {
        margin-bottom: 30px !important;
    }

    #conglomerate .conglomerateRight {
        padding-top: 14px !important;
    }

    .allarchitectsdesigners .innerfilterlist {
        width: calc(73% - 0px);
    }

    .allarchitectsdesigners-title::before {
        width: 26%;
        left: 16px;
    }

    .allarchitectsdesigners-title::after {
        width: 26%;
        right: 16px;
    }

    .architect-text-border:before {
        right: 16px;
    }

    .architect-text-border:after {
        left: 16px;
    }

    .allarchitectsdesigners .rightimage {
        margin-right: -30px;
    }

    p.selecttext {
        top: 0;
    }

    #featuredproject .subGroups {
        height: 93vh;
        padding: 30px 20px;
    }

    .architect-category-section-title {
        margin-bottom: 10px;
    }

    .showResult_container {
        padding-top: 0;
    }

    #projectslanding .project-banner-image {
        height: 100%;
    }

    #projectslanding .project-list-item {
        height: 100%;
        margin-bottom: 30px !important;
    }

    .pagination-buttongroups {
        margin-right: -180px;
    }

    .pagination-buttongroups-inner {
        margin-right: 18px;
    }

    .multiple-image-gallery .multiple-image-gallery-pagination {
        left: 166px;
    }

    .multiple-image-gallery .swiper-pagination-bullet {
        width: 45px;
    }

    .image-container h3 {
        width: 211px;
    }


    .conglomeratenew-content-right .count {
        left: 3%;
        bottom: 19%;
    }

    .conglomeratenew {
        padding-top: 0 !important;
    }

    #Collaborative .build .text-left {
        padding-right: 70px;
    }

    #Collaborative .build {
        height: 290px;
        padding-right: 50px;
    }

    #Collaborative .buildtwo .text-right {
        padding-left: 60px;
    }

    #Collaborative .buildtwo p.selecttext {
        padding-top: 0;
        position: relative;
        top: 0;
    }

    #Collaborative .build::after {
        height: 110px;
    }

    #Collaborative .buildtwo::after {
        height: 110px;
    }

    #NewDellaFrom::after {
        width: 22% !important;
        left: -1%;
    }

    .conglomeratenew-content figure {
        margin: 0;
        margin-right: 20px;
    }


    .multiple-image-gallery .swiper-button-prev {
        left: 46%;
    }

    .multiple-image-gallery-counter {
        bottom: 6%;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 51.7%;
    }

    .conglomeratenew::after {
        background-size: 50%;
        left: 18%;
        top: 2% !important;
    }

    #conglomerate .conglomerateLeft {
        padding-top: 165px;
    }

    .conglomeratenew-content-right .text {
        bottom: 10%;
        left: 16%;
    }

    .animationtextsection {
        margin-top: -80px;
    }

    .customDiv {
        top: -100%;
    }

    .leftborder {
        height: 88px;
    }


}


@media (min-width: 1025px) and (max-width: 1440px) {
    .conglomeratenew-content {
        position: relative;
    }

    .conglomeratenew-content-right {
        height: 110%;
    }

    .conglomeratenew-content-right .count {
        bottom: 9%;
    }

}


@media (min-width: 1200px) {
    #projectslanding .innerfilterlist .filter-item {
        width: calc(25% - 20px);
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #projectslanding .innerfilterlist .filter-item {
        width: calc(33.33% - 20px);
        margin-bottom: 20px;
    }

    .filter-tab-top-section .filter-by-text {
        font-size: 26px;
    }
   
}

@media (min-width: 768px) and (max-width: 1024px) {
    #projectslanding .innerfilterlist .filter-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .filter-item .personName {
        font-size: 18px;
    }

    .architect-category-section,
    .showResult_container {
        width: 100%;
        margin-right: 0;
    }

    .filter-tab-top-section .filter-by-text {
        font-size: 22px;
        margin-right: 25px;
    }

    .architect-category-section-title {
        font-size: 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
 
    #projectslanding .innerfilterlist .filter-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .filter-item .personName {
        font-size: 16px;
    }

    .filter-tab-top-section .filter-by-text {
        font-size: 20px;
        margin-right: 22px;
    }

    .filterdeisgners {
        padding: 15px;
    }

    .architect-category-section-title {
        font-size: 22px;
    }

    .filter-tab-top-section {
        top: 108px;
        background: #000 !important;
        z-index: 999;
    }

    .filter-tab-top-list {
        display: inline;
    }

    #featuredproject .subGroups {
        padding: 10px;
        margin-top: 40px;
        width: 100%;
        height: auto !important;
        margin-bottom: 20px;
    }

    .subGroups .accordion {
        height: auto !important;
    }

    .location-size-info {
        display: block;
    }

    .location-size-info img {
        width: 15px;
    }

    .location-size-info p {
        font-size: 0.8rem;
        line-height: 15px;
    }

    .location-box {
        align-items: center;
    }

    .location-box a.explore-link {
        font-size: 0.8rem !important;
        align-items: center;
        display: flex;
        padding-top: 30px;
    }

    .location-box a.explore-link img {
        width: 15px;
    }

    #projectslanding .location-box img {
        width: 15px;
        height: 100%;
        padding-left: 5px;
    }

    #projectslanding .filter-list-top select {
        font-size: 0.7rem;
    }

    #projectslanding .filter-tab-top-list {
        padding-right: 0px;

    }

    #projectslanding .filter-list-top #typeproject,
    #projectslanding .filter-list-top #size,
    #projectslanding .filter-list-top #city {
        font-size: 0.8rem;
    }

    .showResult_container .showResult {
        font-size: 1rem;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .homepageform-wrapper {
        margin-bottom: 30px !important;
    }

    .categorysection #categories {
        flex-direction: column;
        height: 100vh;
        background-image: none;
    }

    .categorysection #categories .card2 .cards_bkg {
        left: 0;
        background-size: cover;
    }

    .categorysection #categories .card3 .cards_bkg {
        left: 0;
        background-size: cover;
    }

    .categorysection .cards_content span {
        opacity: 1;
    }


    .categorysection #categories .cards_content {
        top: 25%;
    }
     #conglomerate {
        overflow: visible;
    }
    .categorysection .cat {
        font-size: 30px;
        margin-bottom: 0;
    }

    .categorysection h5 {
        font-size: 30px;
    }

    #projectslanding .project-list-item {
        height: 100%;
        margin-bottom: 0;
    }

    #projectslanding .project-banner-image {
        height: 100%;
    }

    #projectslanding .image-container {
        justify-content: space-between;
        margin-left: 0px;
        gap: 10px;
    }

    #projectslanding .image-container a {
        width: calc(90% - 0px);
        margin: 0;
        margin-bottom: 10px;
    }

    #we-are-mad-about-design .row {
        padding-left: 0;
        padding-right: 0;
    }


    .image-container .viewAllBlock {
        width: 41%;
    }

    .featuredproject-left {
        width: 100%;
        max-width: 100%;
        position: sticky;
        top: 112px;
        z-index: 99;
        background-color: #000;
    }
    .featuredproject-left .subGroups .accordion:before {
        display: none;
    }

    #we-are-mad-about-design .col-12 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    #projectslanding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .conglomeratenew-topleft {
        padding-left: 45px;
    }

    .discussproject-content {
        top: 7%;
        padding: 0 10px;
    }

    .discussproject {
        margin-top: 50px;
    }

    .discussproject-content .title {
        font-size: 14px;
    }

    .discussproject-content .third-title,
    .discussproject-content .second-title {
        font-size: 12px;
        margin-top: 20px;
    }

    .projectTitle.mb-2.text-2 {
        font-size: 30px !important;
        margin-top: 30px;
        line-height: 36px;
    }

    #Collaborative {
        margin-top: 80px !important;
    }

    #Collaborative .designreadmore {
        position: static !important;
        margin-bottom: 30px;
    }

    .pdl {
        padding-right: 0;
    }


    #Collaborative .buildtwo .readmore {
        position: static;
    }

    .discussproject-content .title::after {
        top: 8px;
        right: -3px;
        width: 35px;
    }


    .multiple-image-gallery {
        padding: 0;
    }

    #projectslanding .filter-tabs-top {
        background-color: black !important;
        height: 100%;
        display: flex !important;
        width: 100%;
    }

    #projectslanding .filter-tabs-top .filter-tabs-top-links {

        white-space: nowrap;
    }

    #Collaborative .build .build-card-title {
        right: 5%;
        top: 90%;
    }

    .multiple-image-gallery .Bon-Vivant-fonts {
        top: 0;
        font-size: 50px;
        left: 0;
        max-width: 80%;
        margin: 0 auto;
        right: 0;
        text-align: center !important;
        line-height: 70px;
    }

    .multiple-image-gallery .projectTitle {
        position: relative;
        top: 5px;
        font-size: 30px !important;
    }

    .animationtextslider .animatetext-title {
        font-size: 16px;
    }

    #Collaborative .build {
        border: 1px solid #BDA371;
        padding: 50px 70px 0 30px;
        height: 290px;
    }
    #Collaborative .build .build-card-title {
        z-index: 1;
        background-color: #000;
        padding: 0 25px;
    }

    #Collaborative .build::before {
        display: none;
    }

    #Collaborative .build::after {
        display: none;
    }


    #Collaborative .buildtwo {
        border: 1px solid #BDA371;
        padding: 20px 30px 20px 20px !important;
    }

    #Collaborative .buildtwo::before {
        border-top: 1px solid #BDA371 !important;
        width: 170px !important;
        border-bottom: 0 !important;
        border-left: 0;
        top: 0;
        left: auto;
        right: 0;
    }

    #Collaborative .build .readmore {
        border-bottom: 0;
    }

    #Collaborative .buildtwo::after {
        border-top: 1px solid #BDA371 !important;
        top: 0 !important;
        bottom: auto !important;
        width: 30px !important;
        height: 70px;
        border-bottom: 0 !important;
    }

    #Collaborative .buildtwo .build-card-title {
        left: 10% !important;
        top: -11% !important;
        bottom: auto !important;
        right: auto;
    }

    .leftborder {
        height: 58px;
    }

    .architect-category-list {
        flex-wrap: wrap;
        padding: 0 10px;
        margin-bottom: 0;
    }

    .architect-category-list-item:last-child {
        margin-right: 0;
    }

    .animationtextsection {
        margin-top: 80px;
    }

    .allarchitectsdesigners .readmore {
        display: none !important;
    }

    .allarchitectsdesigners .crossimage,
    .allarchitectsdesigners .rightimage {
        width: 100%;
    }

    .allarchitectsdesigners .rightimage img,
    .allarchitectsdesigners .crossimage img {
        width: fit-content;
    }

    .allarchitectsdesigners .crossimage img {
        height: auto;
    }

    .worldbestcollab .Bon-Vivant-fonts {
        font-size: 38px;
    }

    #conglomerate .conglomerateLeft .Bon-Vivant-fonts {
        font-size: 50px !important;
    }

    .allarchitectsdesigners .rightimage figure,
    .allarchitectsdesigners .crossimage figure {
        text-align: center;
    }

    .multiple-image-gallery .swiper-button-prev {
        left: auto;
        right: 90%;
    }

    .multiple-image-gallery img {
        width: 100%;
    }



    .multiple-image-gallery .viewAllBlock a {
        width: 50%;
    }

    .multiple-image-gallery .viewAllBlock a img {
        width: auto;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 90%;
    }


    .multiple-image-gallery-content .city {
        font-size: 14px;
    }

    .multiple-image-gallery-content .title {
        font-size: 24px;
    }



    #iconic-bannersection {
        padding-top: 0;
    }

    #iconic-bannersection .title span {
        padding-bottom: 2px;
        font-size: 14px;
    }


    .customDiv {
        top: 75% !important;

    }

    #iconic-bannersection .title {
        line-height: 22px !important;
        font-size: 22px !important;
    }

    .newautomate {
        margin-top: 20px !important;
    }

    .automatetextspan {
        font-size: 20px !important;
    }


    .allarchitectsdesigners .filter-item {
        width: calc(32% - 0px);
    }

    .worldbestcollab-block {
        flex-direction: column;
        padding: 0;
    }

    .allarchitectsdesigners {
        padding: 0 15px;
        margin-top: 70px;
    }


    .multiple-image-gallery .swiper-slide:nth-child(odd) {
        margin-top: 0;
    }

    .multiple-image-gallery .swiper-pagination-bullet {
        width: 30px;
        margin-right: 8px !important;
    }

    .filterdeisgners {
        padding: 0 !important;
    }

    .allarchitectsdesigners .architect-category-list-item {
        margin-right: 24px;
    }

    .allarchitectsdesigners .architect-category-list {
        flex-wrap: unset;
        margin-bottom: 15px;
        padding: 0;
    }

    .allarchitectsdesigners-title {
        white-space: normal;
        font-size: 30px;
    }

    .allarchitectsdesigners-title::before {
        display: none;
    }

    

    .architect-text-border:after {
        display: none;
    }

    .architect-text-border:before {
        display: none;
    }

    .allarchitectsdesigners .crossimage {
        margin-top: 0;
    }

    .pagination-buttongroups {
        flex-direction: column;
        margin-right: 0;
        max-height: 100%;
        width: 70%;

    }

    .multiple-image-gallery .swiper-button-next,
    .multiple-image-gallery .swiper-button-prev {
        top: 45% !important;
    }

    .multiple-image-gallery .swiper-button-prev {
        right: 50%;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 52%;
    }

    .multiple-image-gallery .multiple-image-gallery-pagination {

        bottom: 345px;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }

    .multiple-image-gallery-counter {
        right: 10%;
        bottom: 62%;
        left: auto;
        font-size: 8px;
    }

    .multiple-image-gallery-counter .count,
    .multiple-image-gallery-counter .total {
        font-size: 10px;
    }

    #Collaborative .Bon-Vivant-fonts {
        font-size: 50px !important;
    }

    #Collaborative {
        padding: 20px;
    }

    .allarchitectsdesigners .all-designer img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pagination-block-btn {
        padding: 0;
        justify-content: center;
        margin-top: 120px;
    }

    .pagination-buttongroups-inner {
        margin-right: 0;
    }


    .multiple-image-gallery .makeDiffrence {
        margin-top: 35px;
        text-align: center;
        font-size: 14px;
        position: static;
    }



    .image-container h3 {
        width: 100%;
        font-size: 20px;
        white-space: normal !important;
    }

    .image-container {
        margin-bottom: 20px;
    }

    .allarchitectsdesigners .readmore {
        display: none;
    }

    .allarchitectsdesigners .innerfilterlist {
        width: 100%;
        justify-content: center;
    }


    .conglomeratenew-topleft .title {
        font-size: 40px !important;
    }

    .conglomeratenew {
        padding-bottom: 350px !important;
    }

    .conglomerateLeft .Jene-home-img img {
        width: auto;
        max-width: 100%;
    }

    #projectslanding {
        margin-top: 30px;
    }

    #projectslanding .top-filter-container.active {
        display: block;
    }

    #projectslanding ul {
        height: 100% !important;
        background-color: black;
    }

    #projectslanding .innerfilterlist .filter-item {
        width: calc(30% - 0px) !important;
        margin-right: 11px;
    }

    #projectslanding #filter-container.common-container {
        padding: 0 !important;
    }

    #projectslanding .filter-item .personName .architect-fullname {
        font-size: 10px;
    }

    #projectslanding .filter-item .readmore {
        font-size: 10px !important;
        padding-left: 10px;
    }

    #projectslanding .filter-item .readmore img {
        width: 10px;
    }

    #projectslanding .title {
        font-size: 22px;
    }

    #projectslanding .filter-item .text-yellow {
        font-size: 10px;
    }

    .conglomeratenew-content-right .text {
        font-size: 12px;
        left: -29%;
        bottom: 10%;
    }

    .conglomeratenew-content-right {
        height: auto;
        transform: unset;
        right: 0;
        bottom: 0%;
        top: auto;
        overflow: auto;
        scrollbar-width: none;
        padding: 0 0 0 15px;

    }

    .conglomeratenew-content-right figure {
        width: 100%;
        margin-right: 10px;
    }


    .conglomeratenew-content-right .dellaanimationcontainer {
        overflow: unset !important;
        position: relative;
    }

    .categorysection .cards .cards_content .turnkeytext {
        top: -70% !important;
    }

    .col-md-9.showResult_container {
        max-width: 100%;
    }

    .subGroups .accordion {
        overflow: unset !important;
        height: 100% !important;
    }

    .conglomeratenew-content-right .count {
        padding: 2px 10px;
        font-size: 12px;
        bottom: 9%;
    }

    #we-are-mad-about-design {

        padding: 0px 15px 0 !important;
    }

    #we-are-mad-about-design .single-card-metabox {
        margin-bottom: 50px;
    }

    .conglomeratenew::after {
        background-size: 100%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        top: -1% !important;
        width: 700px !important;
    }


    #Collaborative .build .text-left {
        padding-right: 0;
    }

    .conglomeratenew-content-left {
        width: 100%;
        padding-left: 0;
    }

    #conglomerate .conglomerateRight {
        padding-top: 15px !important;
        text-align: left;
        padding: 30px;
        padding-left: 10px;
    }

    .conglomerateRight .firstpara {
        font-size: 16px !important;
        margin: 0 0 1rem 0 !important;
    }

    .conglomeratenew-topleft .para{
        font-size: 20px !important;
    }
    .conglomerateRight .secondpara {
        font-size: 16px !important;
    }

    .location-size-info p
    {
        font-size: 16px;
    }

    .shopbycollectionBox-title
    {
        font-size: 1.3rem;
    }

    #conglomerate .conglomerateRight p.secondpara {
        font-size: 17px;
    }

    #conglomerate .conglomerateLeft {
        padding-top: 40px;
    }

    .conglomeratenew-topleft {
        top: 55px;
    }

    #NewDellaFrom::after {
        display: none;
    }

    .NewDellaFrom-row {
        justify-content: center;
    }

    .build p.selecttext {
        top: -90px;
    }

    #Collaborative .build .readmore {
        left: 0 !important;
        right: auto !important;
    }

    #Collaborative .buildtwo .text-right {
        padding-left: 0;
    }



    #Collaborative .build .build-card-title {
        font-size: 42px !important;
    }

    #Collaborative .build .readmore {
        margin-left: 0 !important;
    }

    #projectslanding {
        padding-top: 0px !important;
    }


    .multiple-image-gallery-slider {
        margin-top: 0 !important;
    }

    .banner-mobile {
        display: block !important;
    }

    .architect-expandable {
        display: none !important;
    }


    .allarchitectsdesigners-title::before {
        width: 7%;
        top: 78%;
        left: 0;
    }

    .allarchitectsdesigners-title::after {
        display: none;
    }

    .filter-tab-top-section {
        justify-content: space-between;
        top: 66px;
        padding-bottom: 22px;
    }

    #Collaborative .row {
        flex-direction: column;
        align-items: center;
    }

    #Collaborative .row>* {
        max-width: 100%;
    }

    #Collaborative .col-lg-9 .row {
        flex-direction: row;
    }


    #Collaborative .buildtwo::before {
        width: 227px !important;
    }

    .firstpara br {
        display: none;
    }

    .conglomeratenew .conglomerateleftColumn .col-lg-4 {
        width: 100%;
    }

    #NewDellaFrom {
        padding: 20px 10px 0 0 !important;
    }

    .subGroups .accordion {
        display: flex;
        overflow: auto !important;
        margin-left: 20px;

    }

    .subGroups .accordion::-webkit-scrollbar
    {
        display: none;
    }

    #featuredproject .subGroups
    {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
    } 

    .architect-category-section-title
    {
        text-wrap: nowrap;
        white-space: nowrap;
    }

    .architect-category-section-title
    {
        margin-bottom: 0px;
    }

    #featuredproject .subGroups
    {
        padding: 8px 14px;
    }

    .architect-category-section-title
    {
        font-size: 18px;
    }

    #featuredproject .subGroups .accordion-item
    {
        margin: 0px !important;
    }

    .subGroups .accordion-item a
    {
        text-wrap: nowrap;
        white-space: nowrap;
    }

}

@media (max-width: 768px) {

    .viewport {
        padding-top: 60px
    }

    .websitebackbutton.common-container {
        padding-top: 40px;
    }

    .conglomerateLeft-inner {
        flex-direction: column;
    }

    .conglomerateLeft-inner-left {
        width: 100%;
        margin-top: -130px;
        margin-left: 0;
        justify-content: center;
    }

    .conglomerateLeft-inner-right p {
        text-align: center;
    }

    .conglomerateLeft-inner-right {
        width: 100%;
        margin-top: 10px;
    }

    #Collaborative {
        margin-top: 250px !important;
    }

    #Collaborative .build::before {
        width: 520px !important;
    }

    #Collaborative .buildtwo::before {
        width: 520px !important;
    }

    .conglomeratenew-content-right img {
        width: 300px;
        height: 100%;
    }

    .conglomeratenew-content-right {
        bottom: -49%;
    }

    .x-factor-desc {
        position: relative;
        top: -320px;
    }

    /* Designer portfolio mobile view style */
    
    .subGroups .accordion-item a {
        font-size: 1rem !important;
        white-space:nowrap;
    }

    .filter-tab-top-list {
        width: auto;
    }

}
@media screen and (max-width: 767px) {

 #conglomerate {
    padding: 0 15px;
 }
 .conglomeratenew-topleft {
    padding-left: 0
 }
    .subGroups .accordion-item a {
        font-size: .875rem !important;
    }

  
    #projectslanding .filter-tabs-top .filter-tabs-top-links {
        padding: 8px 10px;
        font-size: 14px;
    }
    .filter-tab-top-section {
        justify-content:start;
        padding-bottom: 0;
    }
    .filter-tab-top-section .filter-by-text{
        padding-right: 15px;
    }
    .conglomeratenew::after {
        background-size: 100%;
        left: 0;
        top: 1% !important;
        width: 100% !important;
    }
   
    .allarchitectsdesigners .architect-category-list-item {
        margin-right: 15px;
    }
    #Collaborative {
        padding-bottom: 10px !important;
    }
}
@media (max-width: 430px) {

    .conglomeratenew-content-right {
        bottom: -63%;
    }


    .architect-text-border:before {
        top: -85px;
    }

    .architect-text-border:after {
        top: -85px;
    }


    .categorysection .cards .cards_content .turnkeytext {
        top: -50% !important;
    }

    #Collaborative .build::before {
        width: 165px !important;
    }





    #projectslanding .innerfilterlist .filter-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-item .personName {
        font-size: 14px;
    }

    .filter-item h2 {
        font-size: 18px;
    }

    .filter-item span {
        font-size: 14px;
    }

    .filter-tab-top-section .filter-by-text {
        font-size: 18px;
        margin-right: 0;
    }

    .architect-category-section,
    .showResult_container {
        width: 100%;
        margin-right: 0;
    }

    .architect-category-section-title {
        font-size: 16px;
    }

    .filterdeisgners {
        padding: 10px;
    }

    .filter-item .readmore {
        display: block;
    }

    .filter-tab-top-section {
        background: #000 !important;
        z-index: 999;
    }

    .filter-tab-top-list {
        display: inline;
        font-size: 0.1rem;
    }

    #featuredproject .subGroups {
        padding: 10px;
        margin-top: 40px;
        width: 100%;
        height: auto !important;
        margin-bottom: 20px;
    }

    .subGroups .accordion {
        height: auto !important;
    }

    .location-size-info {
        display: block;
    }

    .location-size-info p {
        font-size: 0.8rem;
        line-height: 15px;
    }

    .location-box {
        align-items: center;
    }

    .location-box a.explore-link {
        font-size: 0.8rem !important;
        align-items: center;
        display: flex;
        padding-top: 30px;
    }

    #projectslanding .location-box img {
        width: 15px;
        height: 100%;
        padding-left: 5px;
    }

    #projectslanding .filter-list-top select {
        font-size: 0.7rem;
    }

    #projectslanding .filter-tab-top-list {
        padding-right: 0px;
    }

    #projectslanding .filter-list-top #typeproject,
    #projectslanding .filter-list-top #size,
    #projectslanding .filter-list-top #city {
        font-size: 0.8rem;
    }

    .showResult_container .showResult {
        font-size: 1rem;
        text-align: center;
    }

    .discussproject-content .title {
        font-size: 10px;
    }

    .allarchitectsdesigners .filter-item {
        width: calc(50% - 10px);
    }

    .architects-inline
    {
        justify-content: center;
    }

    .crossimage img {
        width: 120px !important;
    }

    .shopbycollectionBox-title
    {
        font-size: 1.3rem
    }

    .shopbycollectionBoxInnerSticky
    {
        position: unset;
    }

    .fs50 {
        font-size: 37px !important;
        line-height: 68px;
    }

    .animationtextslider .swiper-wrapper .swiper-slide 
    {
        justify-content: center;
        display: flex;
    }

    #projectslanding .image-container {
        flex-flow: wrap;
    }

    #projectslanding .image-container a
    {
        width: calc(100% - 0px);
    }

    .allarchitectsdesigners .architect-category-list
    {
        overflow: auto;
    }

    .architect-category-list::-webkit-scrollbar
    {
        display: none;
    }

    #projectslanding #architects .subGroups
    {
        padding: 14px;
        height: auto;
    }

}

@media (max-width: 375px) {

    .conglomeratenew-content-right {
        bottom: -50%;
    }


    .categorysection .cards .cards_content .turnkeytext {
        top: -40% !important;
    }

    #Collaborative .build::before {
        width: 155px !important;
    }

    .architect-text-border:before {
        top: -85px;
    }

    .architect-text-border:after {
        top: -85px;
    }

    .shopbycollectionBox-title
    {
        font-size: 1rem
    }

    .shopbycollectionBoxInnerSticky
    {
        position: unset;
    }


    .allarchitectsdesigners-title::before ,.allarchitectsdesigners-title::after{
        top: 86%;
    }
}

@media (min-width: 1920px) {
    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 1201px) {
    .architect-expandable {
        margin-top: -100px;
    }
}
