body {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.iconic-header img {
    max-width: 90px;
    display: flex;
}
.new-we-are-mad {
    background-color: #1C1C1C;
    padding: 40px 0 30px;
}
.content-wrapper {
    text-align: center;
}
.section-title {
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 40px;
    line-height: normal;
}
.section-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: "Figtree", sans-serif;
}
.section-para {
    text-align: center;
    font-weight: 100;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
}
.logininputfields, select {
    border: 0;
    background: #1C1C1C;
    border-bottom: 1px solid #707070AA;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, .8);
    outline: none;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    padding: 0;
    display: flex;
    height: 38px;
    align-items: center;
}
.err, .form-error {
    color:#dc3545;
    font-size: 12px;
}
.contactcodenumber .logininputfields, 
.contactcodenumber select {
    padding-bottom: 0;
    color: #FFFFFF;
    width: 85px;    
}
.contactcodenumber select option{
    color: #FFFFFF;
}


.budget-filter .budget-label {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
}
.budget-filter-list {
    display: flex;
    gap: 20px;
}

.budget-filter-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 100;
    color: rgba(255, 255, 255, .8);
}


.radio-label input {
    display: none;
}

.custom-radio {
    width: 12px;
    height: 12px;
    border: 1px solid #D1D1D1;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.radio-label input:checked + .custom-radio {
    background-color: #fff;
    border-color: #fff;
}

.radio-label input:checked + .custom-radio::after {
    content: "✔";
    position: absolute;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    left: 1px;
    top: -2px;
}
/* radio above */

.grecaptcha-badge
{
  opacity: 0 !important;
}

.getquote {
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #BDA371;
    background-color: transparent;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.getquote img {
    transition: 0.5s;
    width: 15px;
}
.getquote:hover img {
    width: 20px;
}
.about-della-section {
    background-color: #000;
    color: #fff;
    text-align: center;
}


.impact-section {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.impact-section-wrapper {
    padding: 0 20px;
    width: 100%;
}
.section-title-type2{
    font-size: 32px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.section-title-type2 .bon-font{
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 40px;
    line-height: normal;
}
.impact-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    padding: 0;
}
.impact-list-wrapper {
    border: 1px solid #D4AD68;
    padding: 1rem;
    position: relative;
}

.impact-list-icon {
    height: 70px;
    width: 70px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    right: -12px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.impact-list-icon::after {
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    height: 55px;
    width: 55px;
    background-color: #282828;
    border-radius: 100%;
}
.impact-list-icon img {
    max-width: 32px;
    max-height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 9;
}
.impact-list-content {
    display: flex;  
    flex-direction: column;
    align-items: start;
}
.impact-list-title {
  font-size: 2rem; 
  margin-bottom: .5rem; 
}
.impact-list-para {
    font-size: 14px;
    font-family: "Playfair Display", serif;
    text-align: left;
    line-height: normal;
}

/* our-client-section */
.our-client-section {
    background-color: #000;
}
.client-list {
    list-style: none;    
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
    padding: 0;
}
.client-list li {
    display: flex;
    align-items: center;
    justify-content: center;
}


 /* Conglomerate Grid Section Je ne starts here */


 
.design-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: auto;
    align-items: flex-end;
}
.design-grid .imagecontent figure { 
    margin: 0;
}
.design-grid .imagecontent img { 
    object-fit: cover;
}
.gridsectioncolumn .howwork{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.design-grid .img-column-3 img {
    width: 150px;
    height: 190px;
}


.design-grid .img-column-2 { 
    transform: translate(0, -20%);
}
.design-grid .img-column-3 { 
    transform: translate(0, -25%);
}
.design-grid .img-column-4 { 
    transform: translate(0, 0);
}
.design-grid .img-column-5 { 
    transform: translate(0, 20%);
}
.design-grid .img-column-6 { 
    transform: translate(0, -20%);
}
.imagecontent img {
    max-width: 100%;
    height: auto;
}

 .gridsectioncolumn {
    position: relative;

}



.gridsectioncolumn .imagessection {
    position: relative;
}



.gridsectioncolumn .howwork .readmore {
    color: white !important;
    border: 1px solid #bda371;
    padding: 10px 20px;
}


.gridsectioncolumn .imagecontent .title {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: white;
    font-family: 'Playfair Display', serif !important;
}

.conglomeratenew {
    position: relative;
    padding-bottom: 200px;
    background-color: #000;
}
.vitruvian-man {
    position: relative;
    background: url("https://www.della.in/wp-content/themes/dellastore/newhome/images/Vitruvian-man.png") no-repeat;
    background-position: center left 20%;
    background-size: 600px;
}
.vitruvian-man-bkp::after {
    content: "";
    width: 50%;
    position: absolute;
    top: 10%;
    left: 15%;
    background-image: url(https://www.della.in/wp-content/themes/dellastore/newhome/images/Vitruvian-man.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    height: 100%;
}

#conglomerate .conglomerateRight {
    padding-top: 50px;
}
.know-more-cta .readmore-cta {
    color: white;
    border: 1px solid #bda371;
    padding: 10px 20px;
    font-size: 14px !important;
    font-weight: 100;
}
.know-more-cta .readmore-cta img {
    width: 15px;
    transition: 0.5s;
}
.know-more-cta .readmore-cta:hover img {
    width: 20px;
}

#conglomerate .conglomerateLeft {
    padding-top: 150px;
}


.gridsectioncolumn .howwork.mobilehowwork {
    display: none;
}

 /* Conglomerate Grid Section Je ne Ends here */

 /* Collaborative Design Approach styles Starts here  */


 .collaborative-design-section {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-left: 130px;
    padding-right: 130px;
    background-color: #000;
    color: #fff;
}

.designreadmore {
    color: #fff;
}
.collaborative-design-section .build {
    border: 1px solid #BDA371;
    border-right: none;
    padding: 0 70px 0 30px;
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collaborative-design-section .build .top-golden-text {
    font-size: 14px;
    color: #BDA371;
    position: relative;
    top: -60px;
    text-align: left;
}
.collaborative-design-section .buildtwo .top-golden-text {
    text-align: right;
}
.collaborative-design-section .build::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

.collaborative-design-section .build::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

.collaborative-design-section .buildtwo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 110px;
}

.collaborative-design-section .buildtwo::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 1px solid #BDA371;
    width: 1px;
    height: 120px;
}

.collaborative-design-section .buildtwo {
    border-right: 1px solid #BDA371;
    border-left: 0;
    padding: 20px 30px 20px 70px;
}

.collaborative-design-section .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-design-section .build hr {
    height: 0.9px !important;
    width: 65px !important;
    opacity: 0.3;
    margin-inline: 0;
    color: #BDA371;
}

.collaborative-design-section .buildtwo h2 {
    left: -5% !important;
}

.collaborative-design-section .build h2 {
    position: absolute;
    font-size: 36px ;
    color: white ;
    font-family: 'Playfair Display', serif;
    right: -5%;
    top: 40%;
}

.collaborative-design-section .build p {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.8;
}

.collaborative-design-section .build .text-left {
    line-height: 1.6;
    font-size: 12px;
}

.collaborative-design-section .buildtwo .text-right {
    line-height: 1.6;
    font-size: 12px;
    text-align: right;
    font-weight: 100;

}

.collaborative-design-section .readmore {
    border: 0 !important;
}

.collaborative-design-section .build .readmore img {
    display: none;
}

/* Collaborative Design Approach styles end here  */

 /* TheDellaUniverse styles Starts here  */
 #TheDellaUniverse .projectTitle {
    font-size: 24px;
}
#TheDellaUniverse .bottom-desc {
    font-size: 17px;
    line-height: 24px;
}

 #TheDellaUniverse {
    padding-top: 100px !important;
    padding-bottom: 0 !important;
}
#TheDellaUniverse {
    padding-top: 40px !important;
}
/* Our Infrastructure */
#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::before {
    left: auto !important;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
    left: auto !important;
}

#TheDellaUniverse .TheDellaUniverseleftBox::before {
    left: -7px !important;
    top: -15px !important;
}



.TheDellaUniverseleftBox:hover::before {
    background-color: #BDA371 !important;
}

.dellauniverse-title {
    position: relative;
}

#TheDellaUniverse .why-us-pix {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1 !important;
}

#TheDellaUniverse .TheDellaUniverseleftBox {
    opacity: 1 !important;
}
.TheDellaUniverseleftBox { 
    margin-top: 150px !important;
}

#TheDellaUniverse .TheDellaUniverseleftBox::after {
    left: 0 !important;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background-color: unset !important;
    transform: unset !important;
}
.TheDellaUniverseleftBox:nth-child(1) { 
    margin-top: 40px !important;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
    right: -1px !important;
}

#TheDellaUniverse .howwork .readmore {
    color: white !important;
    border: 1px solid #bda371;
    padding: 10px 20px;
    font-weight: 600;
}

#TheDellaUniverse .howwork {
    margin-top: 20px;
    text-align: center;
}

#TheDellaUniverse {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}




/* Our Infrastructure */
#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::before {
    left: auto !important;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
    left: auto !important;
}

#TheDellaUniverse .TheDellaUniverseleftBox::before {
    left: -7px !important;
    top: -15px !important;
    content: none !important;
}

#TheDellaUniverse .TheDellaUniverseleftBox {
    border-bottom: none !important;
}

#TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox {
    padding-left: 0 !important;
    border-bottom: none;
    position: relative;
}

/* #TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox::after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 1px solid #BDA371;
    width: 55% !important;
    left: 0;
} */

#TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox::before {
    content: "" !important;
    bottom: -121% !important;
    border: none;
    background-color: none !important;
    width: 68% !important;
    left: auto !important;
    right: -43%;
    transform: rotate(45deg);
    border-radius: 0;
    top: auto !important;
    background-image: linear-gradient(to right bottom, #bda371, #957358, #664a41, #352626, #000000);
    height: 1px;
}

#TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox:nth-child(2)::before {
    bottom: -67% !important;
    width: 49% !important;
    left: auto !important;
    right: -2%;
    transform: rotate(20deg);
}

#TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox:nth-child(3)::before {
    width: 52% !important;
    bottom: 68% !important;
    right: -16px;
    transform: rotate(-20deg);
}

#TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox:nth-child(1)::before {
    width: 59% !important;
    bottom: -125% !important;
    left: auto !important;
    right: -27px;
    transform: rotate(33deg);
}

#TheDellaUniverse .TheDellaUniverseleft {
    margin-top: 0 !important;
}

.TheDellaUniverseleft .TheDellaUniverseleftBox:nth-child(1) {
    margin-top: 40px !important;
}

.TheDellaUniverseleftBox:nth-child(1) {
    left: 50% !important;
    margin-top: 40px !important;
}

.TheDellaUniverseleftBox:nth-child(2) {
    left: 33% !important;
}

.TheDellaUniverseleftBox:nth-child(3) {
    left: 50% !important;
}


#TheDellaUniverse .Bon-Vivant-fonts {
    font-size: 45px;
    line-height: 26px;
}

#TheDellaUniverse .howwork .readmore {
    color: white !important;
    border: 1px solid #bda371;
    padding: 10px 20px;
}

#TheDellaUniverse .howwork {
    margin-top: 20px;
    text-align: center;
}



/* TheDellaUniverseright */

/* #TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 1px solid #BDA371;
    width: 58% !important;
    left: 0;
} */

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::before {
    content: "" !important;
    bottom: -121% !important;
    border: none;
    background-color: none !important;
    width: 68% !important;
    left: auto !important;
    right: -43%;
    transform: rotate(-45deg);
    border-radius: 0;
    top: auto !important;
    background-image: linear-gradient(to right bottom, #bda371, #957358, #664a41, #352626, #000000);
    height: 1px;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(2)::before {
    bottom: -30px !important;
    width: 60% !important;
    left: auto !important;
    right: 163px;
    transform: rotate(160deg);
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(3)::before {
    width: 55% !important;
    bottom: 67% !important;
    right: 170px;
    transform: rotate(198deg);
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(1)::before {
    width: 59% !important;
    bottom: -132% !important;
    left: auto !important;
    right: 157px;
    transform: rotate(145deg);
}


.TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(1) {
    right: 50% !important;
    left: auto !important;
}

.TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(2) {
    right: 20% !important;
    left: auto !important;
}

.TheDellaUniverseright .TheDellaUniverseleftBox:nth-child(3) {
    right: 50% !important;
    left: auto !important;
}


#TheDellaUniverse .TheDellaUniverseright {
    margin-top: 0 !important;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox {
    padding-right: 0 !important;
}



.dellauniverse-desc {
    margin-top: 10px !important;
    opacity: 0 !important;
    display: none;
    margin-bottom: 0 !important;
    position: absolute;
    top: 100%;
    left: -40%;
    max-width: 300px;
    font-size: 12px !important;
    line-height: 20px !important;
    transition: all 0.5s ease;
}

.TheDellaUniverseleftBox:hover .dellauniverse-desc {
    opacity: 1 !important;
    display: block;
}
.TheDellaUniverseright .dellauniverse-desc {
    left: 25% !important;
    max-height: 100px !important;
}

.dellauniverse-title {
    position: relative;
    margin-bottom: 0;
    opacity: 1;
    font-size: 14px;
}

#TheDellaUniverse .why-us-pix {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1 !important;
    transform: translate(0px, 0px) !important;
    transform-origin: bottom;
}

#TheDellaUniverse .TheDellaUniverseleftBox::after {
    left: 0 !important;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background-color: unset !important;
    transform: unset !important;
}

#TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
    right: -1px !important;
}

 /* TheDellaUniverse styles Ends here  */

.della-gallery-sec p {
    font-size: 14px;
}


#contact-button {
    position: fixed;
    right: -135px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 999;
}
#contact-button a {
    border: 1px solid #BDA371;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #000;

}
#contact-button a + a {
    margin-left: 10px;
}
#contact-button img {
    rotate: 190deg;
}
/* Our Projects styles Starts here */

.multiple-image-gallery {
    margin-top: -25px;
    position: relative;
    padding: 0 85px 40px;
    .multiple-image-gallery-slider {
        overflow: hidden;
    }
}

.multiple-image-gallery .swiper-wrapper {
    position: relative;
}

.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 {
    top: 50%;
}

.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:hover
.multiple-image-gallery .swiper-button-prev:hover {
    outline: none;
}
.multiple-image-gallery .swiper-button-next {
    right: 45%;
}

.multiple-image-gallery .swiper-button-prev {
    left: 45%;
}

.multiple-image-gallery img {
    transition: 3s all;
}

.pagination-block-btn {
    margin-top: 22px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.multiple-image-gallery-counter {
    color: white;
    position: static;
    margin-right: 15px;
}

.multiple-image-gallery-counter .count,
.multiple-image-gallery-counter .total {
    color: white;
    font-size: 14px;
    font-family: 'Figtree', sans-serif;
}

.multiple-image-gallery .multiple-image-gallery-pagination {
    position: static;
    width: auto;
    display: flex;
}

.pagination-block-btn-counter {
    margin-top: 15px;
    position: relative;
    top: -60px;
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
}

.multiple-image-gallery .swiper-pagination-bullet {
    width: 45px;
    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;
}
/* Our Projects styles Ends here */
#DellaAllLogos .dellaLogos {
    display: block;
    padding: 2rem;
}
#DellaAllLogos .dellaLogos img {
    width: 100% !important;
    height: auto !important;
    filter: grayscale(0) !important;
    transform: scale(1.5) !important;
}
#DellaAllLogos .dellaLogos .della-projectimg {
    max-width: 100px !important;
    transform: scale(1) !important;
}
.map-link{
    display: flex;
}

.della-iconic-lonavala-gallery-map .text {
    color: white;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Figtree", light;
}
.copyright {
    font-size: 10px;
    text-align: center;
    color: #FAFAFA;
    opacity: 0.8;
    font-family: "Figtree", light;
}

/* Modal Styles */
.info-modal {
    display: none; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;

}
.success-modal-content {
    background: #282828;
    padding: 50px 20px;
    border-radius: 8px;
    text-align: center;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #bda371;
    z-index: 1;
}
.success-modal-content .thankyou-text {
    font-family: "bon_vivant_family_scriptRg";
    color: #bda371;
    font-size: 70px;
}
.form-success-msg {
    color: #fff;
    font-family: "Figtree", sans-serif;
}
.close-modal-btn {
    color: #fff;
    background: transparent;
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #bda371;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Playfair Display", serif;
}
.close-modal-btn:hover {
    color: #fff;
}

/* country code global style */
.iti__country-list {
    font-size: 1rem;
}

.iti__flag-container .iti__country-name {
  color: #333;
  font-size: 1rem;
}
.iti--allow-dropdown {
  width: 100%;
}
.dlp_phone {
  padding-left: 52px !important;
}


@media only screen and (max-width:1750px) {


    .multiple-image-gallery .swiper-pagination-bullet {
        width: 45px;
    }
    .multiple-image-gallery .swiper-button-prev {
        left: 46%;
    }

    .multiple-image-gallery-counter {
        bottom: 6%;
    }

    .multiple-image-gallery .swiper-button-next {
        left: 51.7%;
    }
}

@media screen and (max-width: 1200px) { 
    #TheDellaUniverse .why-us-pix img {
        width: 100%;
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width: 1179px) {
    .common-container {
        width: 100%;
        padding: 0 20px;
    }

}

@media screen and (max-width: 1024px) {
    .multiple-image-gallery {
        padding: 0;
    }

    .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;
    }
    .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;
    }
    .multiple-image-gallery .swiper-button-next,
    .multiple-image-gallery .swiper-button-prev {
        top: unset;
        bottom: -8px !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;
			}
            .multiple-image-gallery .makeDiffrence {
				margin-top: 35px;
				text-align: center;
				font-size: 14px;
				position: static;
			}
            .multiple-image-gallery-slider {
				margin-top: 0 !important;
			}
            .multiple-image-gallery .swiper-slide:nth-child(odd) {
				margin-top: 0;
			}

			.multiple-image-gallery .swiper-pagination-bullet {
				width: 30px;
				margin-right: 8px !important;
			}
}
@media screen and (max-width: 992px) {
    .common-container {
        padding: 0 15px;
    }
    #contact-button {
        right: -108px;
    }
    #contact-button a {
        padding: 5px 10px;
        font-size: 12px;
    }
    #contact-button img {
        max-width: 32px;
        rotate: 190deg;
    }
    .impact-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .impact-list-icon {
        height: 50px;
        width: 50px;
    }
    .impact-list-icon img {
        max-width: 28px;
        max-height: 28px;
    }
    .impact-list-title {
        font-size: 1.25rem;
    }
    .impact-list-wrapper {
        padding: 1rem .5rem;
    }
    .impact-list-para {
        font-size: 12px;
    }
    .client-list {
        grid-template-columns: repeat(4, auto);
        gap: .5rem;
        display: grid;
        flex-wrap: wrap;
    }
    .client-list::-webkit-scrollbar {
        height: 4px; 
    }
    
    .client-list::-webkit-scrollbar-thumb {
        background: #888; 
        border-radius: 4px;
    }
    
    .client-list::-webkit-scrollbar-track {
        background: #333;
    }
   
    .section-title {
        font-size: 32px;
    }
    .section-title-type2 {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 15px;
    }
    .section-para {
        font-size: 14px;
    }
    .iconic-quoteform {
        width: 100%;
    }
    .form-container {
        width: 100%;
    }
    .form-wrapper {
        width: 100%;
    }    
    .logininputfields, select {
        width: 100%;
    }
    .budget-filter-list { 
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 10px;
    }

    /* Conglomerate styles starts here */

    .vitruvian-man { 
        background-position: left;
        background-size: 60%;
    }
    .conglomeratenew {
        padding-bottom:0;
    }
    #conglomerate .conglomerateLeft {
        padding-top: 0;
    }
    #conglomerate .conglomerateLeft .Bon-Vivant-fonts {
        margin-bottom: 8px;
        font-size: 50px;
        text-align: center;
    }
    #conglomerate .conglomerateRight p {
        font-size: 16px;
        text-align: center;
    }
    #conglomerate .conglomerateRight p br {
        display: none;
    }
    .design-grid {
        gap: 20px 10px;
    }
    .design-grid .imagecontent {    
        transform: none;
    }

    .gridsectioncolumn .imagessection {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        gap: 15px;
    }
    .gridsectioncolumn .imagecontent .title {
        font-size: 14px;
    }
    .gridsectioncolumn .imagecontent, .gridsectioncolumn .imagecontent .title, .gridsectioncolumn .howwork {
        position: static !important;
    }
    
    .gridsectioncolumn .imagecontent img {
        width: 100% !important;
        height: 100% !important;
    }
    .vitruvian-man::after {
        width: 100%;
        height: 20%;
        top: 5%;
    }
    #conglomerate .conglomerateRight {
        text-align: left;
        margin-bottom: 25px;
        padding-top: 0;
    }
    #conglomerate .conglomerateRight p {
        text-align: left;

    }



    /* Conglomerate styles Ends here */


    .collaborative-design-section {
        padding-inline: 15px;
        text-align: center;
    }
    .firstColumn  {
        text-align: center;
    }

    .firstColumn .Bon-Vivant-fonts {
        font-size: 45px !important;
        line-height: 26px !important;
    }
    #TheDellaUniverse .Bon-Vivant-fonts {
        font-size: 40px;
    }
    .projectTitle {
        font-size: 24px !important;
        line-height: 26px !important;
    }
    .collaborative-design-section .build {
        height: auto;
        border: none;
        padding: 0;
    }
    .collaborative-design-section .build::before {
        border: none;
    }
    .collaborative-design-section .build h2 {
        position: static;
        font-size: 24px;
    }
    .collaborative-design-section .build .top-golden-text {
        position: static;
    }
    .collaborative-design-section .buildtwo {    
        border: none;
        padding: 0;
    }
    .collaborative-design-section .buildtwo h2 {
        position: static;
        font-size: 24px;
    }
    .collaborative-design-section .buildtwo {
        padding: 0;
    }
    .collaborative-design-section .buildtwo::before,
    .collaborative-design-section .buildtwo::after,
    .collaborative-design-section .build::after {
        display: none;
    }
    .collaborative-design-section .build hr {
        left: calc(50% - 65px);
        position: relative;
    }
    .collaborative-design-section .buildtwo .text-right {
        text-align: center;
    }
    .x-img img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
    }

    /* della universe styles starts here */
    #TheDellaUniverse .bottom-desc br {
        display: none;
    }
    #TheDellaUniverse .TheDellaUniverseleft .TheDellaUniverseleftBox::after {
        content: none !important;
        display: none !important;
    }

    #TheDellaUniverse .row .TheDellaUniverseleft .TheDellaUniverseleftBox::before {
        content: none !important;
        display: none !important;
    }

    #TheDellaUniverse .TheDellaUniverseright .TheDellaUniverseleftBox::after {
        content: none !important;
        display: none !important;
    }

    #TheDellaUniverse .row .TheDellaUniverseright .TheDellaUniverseleftBox::before {
        content: none !important;
        display: none !important;
    }

    #TheDellaUniverse .TheDellaUniverseleftBox,
    #TheDellaUniverse .TheDellaUniverseleftBox {
        position: static !important;
        text-align: center !important;
    }

    #TheDellaUniverse .TheDellaUniverseleftBox {
        padding: 0;
    }

    .dellauniverse-desc {
        position: relative;
        left: 0;
        max-width: unset;
        display: none;
        opacity: 0;

    }

    .TheDellaUniverseleftBox:hover .dellauniverse-desc {
        display: none;
    }

    .TheDellaUniverseright .dellauniverse-desc {
        left: 0 !important;
    }

    .TheDellaUniverseleftBox {
        margin-top: 0 !important;
    }

   

    .dellauniverse-title {
        margin-top: 10px;
        position: relative;
        transition: all 0.6s linear;
        font-size: 12px;
    }

    .dellauniverse-title::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        border-radius: 50px;
        border: 1px solid rgba(189, 163, 113, 1);
        width: 12px;
        height: 12px;
    }

    .dellauniverse-title::after {
        content: "";
        border-bottom: 1px solid rgba(189, 163, 113, 1) !important;
        width: 55% !important;
        display: block;
        position: absolute;
        left: 0px;
        right: 0;
        bottom: -8px;
    }

    .TheDellaUniverseright .dellauniverse-title::after {
        width: 58 !important;
        right: 15px;
        left: auto;
    }

    .TheDellaUniverseright .dellauniverse-title::before {
        right: -3px;
        left: auto;
    }

    .TheDellaUniverseleft .dellauniverse-title {
        padding-left: 20px;
        text-align: left;
    }

    .TheDellaUniverseright .dellauniverse-title {
        padding-right: 20px;
        text-align: right;
    }

    .TheDellaUniverseright .dellauniverse-title::before {
        right: 0;
    }

    .della-gallery-sec .fluid-container{
        padding: 0 15px;
    }
    .della-iconic-lonavala-gallery-map .text {
        font-size: 16px;
    }
    #DellaAllLogos .dellaLogos {
        padding: 0;
    }
    .della-logo-list {
        display: grid;
        grid-template-columns: repeat(6, auto);
        gap: 30px 0px;
    }
    #DellaAllLogos .dellaLogos .della-projectimg {
        max-width: 80px !important;
    }
 
}
@media screen and (max-width: 767px) {
    .impact-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .impact-list li:nth-child(5) {
        grid-column: 1 / span 2; 
        grid-row: 3; 
        text-align: center;
    }
    .impact-list li:nth-child(5) .impact-list-wrapper { 
        width: 50%;
        margin: 0 auto;
    }
    .client-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .della-logo-list {
        grid-template-columns: repeat(3, 1fr);
    }
}




