body {
    margin: 0;
    padding: 0;
    background: #f7f7f5;
}

body.white {
    background: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: 'Anker Web';
    src: url('../fonts/Anker-Medium-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Portrait Text Web';
    src: url('../fonts/PortraitText-RegularNo2-Web.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Soehne Buch Web';
    src: url('../fonts/Soehne-Buch.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

.p0 {
    --bs-gutter-x: 0rem !important;
}

header {
    position: sticky;
    z-index: 999;
    max-width: 100%;
    width: 100%;
    top: 45px;
    left: 0;
    transition: transform 0.35s ease;
}

.pthum {
    position: relative;
    overflow: hidden;   /* VERY IMPORTANT */
    width: 100%;
    margin-bottom: 10px;
}

.pthum video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

   .pr {
        font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	color: rgba(0, 0, 0, .50);
    }

header .col-md-10 {
    transition: transform 0.45s ease-in-out;
}

header.header-hidden .col-md-10 {
    transform: translateY(-220%);
}


header .col-md-1:last-child {
    position: relative;
    z-index: 1000;
}

header .logo {
    text-align: center;
}

header .sign-in {
    text-align: right;
}

header .sign-in a {
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

header .popup-menu {
    position: fixed;
    top: 48.6%;
    right: 50px;
}

header .m-popup-menu {
    display: none;
}

header nav {
    text-align: center;
    margin-top: 23px;
}

header nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

header nav ul li {
    display: inline-block;
    padding: 0 1px;
}

header nav ul li a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    background: #f7f7f5;
    padding: 8px 16px;
}

nav ul li a.active {
    background: #000;
    color: #fff;
    padding: 2px 16px;
    display: inline-block;
    font-weight: normal !important;
}



.dshow {
    display: none;
}

.ifi-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: scroll;
    background: rgb(0 0 0 / 60%);
    padding: 60px;
}

.ifi-popup .mainpop {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow-y: scroll;
    align-items: center;
}

.ifi-popup .mainpop .container {
    max-width: 1440px !important;
    position: relative;
    padding: 0;
}

.ifi-popup .mainpop .container .row {
    --bs-gutter-x: 0;
}

.ifi-popup .close {
    position: absolute;
    top: 46%;
    right: 30px;
}

.ifi-popup::-webkit-scrollbar {
    width: 0px;
}

.ifi-popup .mainpop .ifipic img {
    width: 100%;
}

.ifi-popup .mainpop .ifitext {
    background: url(../img/form-bg.svg) no-repeat;
    background-size: cover;
    padding: 101px 50px;
    text-align: center;
}

.ifi-popup .mainpop .ifitext.bg1 {
    background: url(../img/form-bg2.jpg) no-repeat;
}

.ifi-popup .mainpop .ifitext h4 {
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #000;
}

.ifi-popup .mainpop .ifitext .ipi-form {
    text-align: left;
}

.ifi-popup .mainpop .ifitext .ipi-form input {
    width: 100%;
    background: transparent !important;
    padding: 25px 10px 0px 2px;
    outline: 0;
    border-width: 0;
    border-bottom: solid 1px #000;
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
}

.ifi-popup .mainpop .ifitext .ipi-form textarea {
    width: 100%;
    background: transparent !important;
    padding: 10px 10px 0px 2px;
    outline: 0;
    border-width: 0;
    border: solid 1px #000;
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-top: 6px;
}

.ifi-popup .mainpop .ifitext .ipi-form label {
    font-family: 'Portrait Text Web';
    padding-top: 20px;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.4);
}

.ifi-popup .mainpop .ifitext .ipi-form button {
    font-family: 'Soehne Buch Web';
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    background: #000;
    color: #fff;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 1);
    margin-top: 15px;
}

.ifi-popup .mainpop .ifitext .ipi-form button.loc {
    font-family: 'Soehne Buch Web';
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    background: transparent !important;
    color: #000;
    width: 100%;
    border: solid 1px #000;
    margin-top: 6px;
}

.ifi-popup .mainpop .ifitext .ipi-form .col-md-6,
.ifi-popup .mainpop .ifitext .ipi-form .col-md-12 {
    --bs-gutter-x: 1.5rem;
}

.thankyou {
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 110px;
    color: #000;
}

.thankyoudes {
 font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
}

.ty-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.ty-popup .mainpop {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ty-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.6);
    padding: 60px 160px;
    overflow-y: auto;
}

.ty-box {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    background-position: center;

    padding: 80px 40px;
}

.ty-content {
    text-align: center;
}

.ty-content h2 {
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #000;
}

.ty-content p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0;
}

.loc {
    transition: all 0.3s ease;
}

.loc.active {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.menu-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: scroll;
}

.menu-popup .container {
    background: url(../img/menu-popup-bg.svg) no-repeat bottom;
    background-size: cover;
    padding: 63px 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 100% !important;
}

.menu-popup .mp-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-popup .mp-link ul li a {
    text-decoration: none;
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000;
}

.menu-popup .address {
    padding-right: 150px;
}

.menu-popup .address span {
    font-family: 'Portrait Text Web';
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    display: block;
    margin-bottom: 25px;
}

.menu-popup .address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-popup .address ul li {
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 25px;
}

.menu-popup .address ul li:last-child {
    margin-bottom: 0px;
}

.menu-popup .address ul li a {
    text-decoration: none;
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
}

.menu-popup .address-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-popup .address-link ul li {
    margin-bottom: 5px;
}

.menu-popup .address-link ul li a {
    text-decoration: none;
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
}

.menu-popup .close {
    position: absolute;
    top: 46%;
    right: 50px;
}

.menu-popup::-webkit-scrollbar {
    width: 0px;
}

.m-menu-popup {
    display: none;
}

.container {
    max-width: 1920px !important;
    padding: 0 50px;
}

.ve-b {
    display: flex;
    align-items: flex-end;
}

.ve-t {
    display: flex;
    align-items: flex-start;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.hero {
    margin-top: -45px;
}

.hero .hero-banner img {
    width: 100%;
}

.hero .hb-mobile {
    display: none;
}

.about-banner {
	height:100vh;
	display: flex;
    align-items: center;
    margin-top: -38px;
	}	
.about-banner h2 {
font-family: Portrait Text Web;
font-weight: 450;
font-size: 38px;
line-height: 110.00000000000001%;
}	
.about-banner p {
font-family: Portrait Text web;
font-weight: 450;
font-size: 38px;
line-height: 110.00000000000001%;
}
.about-info {padding:0 0 100px 0;}

.about-pic {}
.about-pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	}	
.about-pic.mb {
	margin-top:-550px;
} 	

.about-info .mb100{
margin-bottom: 100px;
}	
.about-de h5{
font-family: Portrait Text Web;
font-weight: 450;
font-size: 15px;
line-height: 15px;
font-variant: small-caps;
    margin-bottom: 30px;
}	
.about-de p{
font-family: Portrait Text Web;
font-weight: 450;
font-size: 21px;
line-height: 23px;
margin: 0;
padding-right: 10px;

}

.about-opti {
	background:url(../img/about-bg.svg) no-repeat;
	background-size: cover;
	padding:0px 0;
    height: 100vh;
    display: flex;
    align-items: center;
}	
.about-opti .w-box {
	
}
.about-opti .w-box img {
	width: 83.7%;
    height: 83.7%;
    object-fit: cover;
    object-position: center;
}	
.about-opti .w-box span{
display:block;	
font-family: Portrait Text Web;
font-weight: 450;
font-size: 15px;
line-height: 15px;
font-variant: small-caps;
padding:24px 0 36px 0;
}	
.about-opti .w-box p {
font-family: Portrait Text Web;
font-weight: 450;
font-size: 21px;
line-height: 23px;
margin:0;
}	

.selected-press {
	padding:168px 0 164px 0;
	
	}	
.selected-press h3 {
font-family: Portrait Text Web;
font-weight: 450;
font-size: 28px;
line-height: 120%;
    margin-bottom: 58px;
}	
.selected-press .table {
	    --bs-table-bg: #f7f7f5 !important;
}
.selected-press .table table{
	width: 100%;
	border-top:solid 1px #000;
}
.selected-press .table table td.date {
	width:15%;
	font-family: 'Soehne Buch Web';
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	border-top:solid 1px #000;
	padding:10px 0;
	}
.selected-press .table table td.publication {
	width:15%;
	font-family: Portrait Text Web;
	font-weight: 450;
	font-size: 15px;
	line-height: 15px;
	font-variant: small-caps;
	border-top:solid 1px #000;
	padding:10px 0;
	}
.selected-press .table table td.pressname {
	width:40%; 
	font-family: Portrait Text Web;
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	border-top:solid 1px #000;
	padding:10px 0;
	}

    .pressname a {
    color: inherit;        /* same as normal text */
    text-decoration: none; /* remove underline */
}

.pressname a:hover {
    text-decoration: none; /* keep it clean on hover */
    color: inherit;
}

.slide1 .we-design {
	text-align:center; 
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 200px 0px;
	max-width: 719px;
	margin: auto;
	}

.slide1 .we-design h2 {
    font-family: 'Anker Web';
    font-size: 64px;
    line-height: 96%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
}

.slide1 .we-design p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.slide2 {
	padding:50px 0;
}

.slide2 .collection-info h3 {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}

.slide2 .collection-info p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 150px;
}

.slide2 .collection-info a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.slide2 .collection-info a img {
    padding-right: 5px;
}

.slide2 .c-pic1 img,
.slide2 .c-pic2 img {
    width: 100%;
}

.slide3 {
    padding: 100px 0;
}

.slide3 .demi-collection-pic img {
    width: 100%;
}

.slide3 .demi-name {
    padding: 25px 0 0 0;
}

.slide3 .demi-name span {
    padding: 0 120px 0 0;
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
}

.slide3 .demi-name a {
    font-family: 'Portrait Text Web';
    font-weight: 400;
    font-size: 21px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.slide4 {
    padding: 80px 0 80px 0;
}

.slide4 .seating-tab ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.slide4 .seating-tab ul li {
    margin-bottom: 2px;
}

.slide4 .seating-tab ul li a {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.slide4 .seating-tab ul li a:hover,
.slide4 .seating-tab ul li a.active {
    color: rgba(0, 0, 0, 1);
}

.slide4 .seating-tab p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 150px;
    margin-bottom: 40px;
}

.slide4 .seating-tab a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
}

.slide4 .seating-tab a img {
    padding-right: 5px;
}

.slide4 .seating-pic-1 img,
.slide4 .seating-pic-2 img {
    width: 100%;
}

.slide5 .interiors-pic img {
    width: 100%;
}

.slide5 .container {
    max-width: 100% !important;
    padding: 0 12px;
}

.slide5 .container .col-md-6 {
    padding: 0;
}

.slide5 .interiors-bg {
    background: bottom no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}

.slide5 .interiors-info {
    padding: 0 180px;
}

.slide5 .interiors-info h4 {
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.slide5 .interiors-info p {
    font-family: 'Portrait Text Web';
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.slide5 .interiors-info a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.slide5 .interiors-info a img {
    padding-right: 5px;
}

.slide6 {
    padding: 126px 0 180px 0;
}

.slide6 .materials-details h5 {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}

.slide6 .materials-details p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
}

.slide6 .materials-details a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.slide6 .materials-details a img {
    padding-right: 5px;
}

.slide6 .materials-thum {
    text-align: center;
}

.slide6 .materials-thum img {
    width: 100%;
}

.slide6 .materials-thum span {
    display: none;
}

.slide6 .materials-thum a {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-decoration: none;
    color: #000000;
}

.slide7 {
    padding: 0;
}

.slide7 .design-studio-details h6 {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 38px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 20px;
}

.slide7 .design-studio-details a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.slide7 .design-studio-details a img {
    padding-right: 5px;
}

.slide7 .design-studio-pic img {
    width: 100%;
}

.slide7 .design-studio-pic .mobile {
    display: none;
}

.slide8 {
    padding: 100px 0 97px 0;
}

.slide8 .production-info h3 {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}

.slide8 .production-info p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 150px;
}

.slide8 .production-info a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.slide8 .production-info a img {
    padding-right: 5px;
}

.slide8 .p-pic1 img,
.slide8 .p-pic2 img {
    width: 100%;
}

.featured .frame {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.featured .frame ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.featured .frame ul li a {
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.featured .frame ul li a:hover {
    color: rgba(0, 0, 0, .50);
}

.featured .frame ul li a.active {
    color: rgba(0, 0, 0, 1);
}

#wrap {
    overflow: hidden;
    height: 100vh;
}

.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
}

.frame1 > ul > li:first-child .image {
    opacity: 0;
    visibility: visible;
}

.frame1 {
    position: static;
    display: grid;
    grid: 1fr / 1fr;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 5%;
    align-items: center;
}

.frame1 > ul {
    list-style: none;
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.frame-item {
    padding: 0;
    text-align: center;
}

.link {
    position: relative;
    font-family: 'Anker Web';
    font-weight: 500;
    font-size: 64px;
    line-height: 96%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

.frame-item.active .link + .image {
    opacity: 1;
    visibility: visible;
}

.frame1.hover .link {
    opacity: 0.2;
}

.frame-item.active .link {
    opacity: 1;
}

.collection-slide1 {
    background: url(../img/collection-bg.svg) center no-repeat;
    background-size: cover;
    padding: 55px 0;
}

.collection-image {
    padding: 25px 0px 0px 0px;
}

.collection-ul-li {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, .50);
    text-decoration: none;
}

.collection-slide1 h4,
.collection-slide2 h4,
.collection-slide3 h4,
.collection-slide4 h4,
.collection-slide5 h4 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 50px;
}

.collection-slide1 p,
.collection-slide2 p,
.collection-slide3 p,
.collection-slide4 p,
.collection-slide5 p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
    padding-right: 150px;
    margin-bottom: 50px;
}

.collection-slide1 ul,
.collection-slide2 ul,
.collection-slide3 ul,
.collection-slide4 ul,
.collection-slide5 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.collection-slide1 ul li a,
.collection-slide2 ul li a,
.collection-slide3 ul li a,
.collection-slide4 ul li a,
.collection-slide5 ul li a {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, .50);
    text-decoration: none;
}

.collection-slide1 ul li a:hover,
.collection-slide2 ul li a:hover,
.collection-slide3 ul li a:hover,
.collection-slide4 ul li a:hover,
.collection-slide5 ul li a:hover,
.collection-slide1 ul li a.active {
    color: rgba(0, 0, 0, 1);
}

.collection-slide1 .pic1 img,
.collection-slide1 .pic2 img,
.collection-slide1 .pic3 img,
.collection-slide2 .pic1 img,
.collection-slide2 .pic2 img,
.collection-slide3 .pic1 img,
.collection-slide3 .pic2 img,
.collection-slide4 .pic1 img,
.collection-slide4 .pic2 img,
.collection-slide4 .pic3 img,
.collection-slide5 .pic1 img,
.collection-slide5 .pic2 img {
    width: 100%;
}

.collection-slide1 .pic1 img,
.collection-slide1 .pic2 img,
.collection-slide4 .pic3 img {
    margin-bottom: 25px;
}

.collection-slide2,
.collection-slide3,
.collection-slide4 {
    padding: 49px 0;
}

.collection-slide5 {
    padding: 49px 0 98px 0;
}

/* Start Product Listing Page */

.pro-lis-slide1 .hero-info {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.pro-lis-slide1 .hero-info h2 {
    font-family: 'Anker Web';
    font-size: 64px;
    line-height: 94%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
}

.pro-lis-slide1 .hero-info p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}

.pro-lis-slide1 .hero-info span {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
}

.pro-lis-slide2 {
    padding: 49px 0px;
}

.pro-lis-slide2 .product-thum a {
    text-decoration: none;
    color: #000000;
}

.pro-lis-slide2 .product-thum img {
    width: 100%;
    margin-bottom: 30px;
}

.pro-lis-slide2 .product-thum h5 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0px;
}

.pro-lis-slide2 .product-thum span {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, .50);
}

/* Start Material Listing Page */

.ml-hero .h-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 20px 100px 20px;
}

.first-hero {
    padding: 200px 20px 60px 20px;
}

.ml-hero .h-info h2 {
    font-family: 'Anker Web';
    font-size: 64px;
    line-height: 94%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
}

.ml-hero .h-info p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}

.ml-hero .h-info span {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
}

.material-listing {
    padding: 0px 0;
}

.material-listing .ml-thum {
    text-align: center;
    padding-bottom: 70px;
}

.material-listing .ml-thum img {
    width: 100%;
}

.material-listing .ml-thum a {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    text-decoration: none;
    color: #000000;
}

.material-listing .ml-thum span {
    display: block;
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

/* End Material Listing Page */

/* Start Product Detail Page */

.pd-hero{
	padding:0px;
    margin-top: -38px;
}

.pd-hero .product-thum a {
	text-decoration:none;
	color:#000000;
}
.pd-hero .product-thum img{
	width:100%;
	margin-bottom: 30px;
}
.pd-hero .product-thum h5{
	font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	margin-bottom: 0px;
}
.pd-hero .product-thum span{
	font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	color: rgba(0, 0, 0, .50);
}

.pd-abt {
    padding: 26px 0 0 0;
}

.pd-abt .thum-box { 
    padding: 28px 0 28px 0; 
} 

.pd-abt .thumb-row {
     display: flex; 
     flex-wrap: wrap; 
     gap: 7px; 
     align-items: center; 
} 

.pd-abt .thumb-row img { 
    height: 61px; 
    display: block; 
}

.pd-hero .product-thum h5 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0px;
}

.product-thum span,
.item span {
    display: block;
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, .50);
}

.pd-hero .item span.pl {
    padding-left: 20px;
}

.pd-mpf {
    padding: 0px 0 250px 0;
}

.pd-mpf .heading h3 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 50px;
}

.pd-mpf .pd-thum a {
    text-decoration: none;
    color: #000000;
}

.pd-mpf .pd-thum img {
    width: 100%;
    margin-bottom: 30px;
}

.pd-mpf .pd-thum h5 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0px;
}

.pd-mpf .pd-thum span {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, .50);
}

.pd-mpf .pd-thum span.active {
    color: rgba(0, 0, 0, 1);
}

.pd-process {padding:0px 0 30px 0;}

.pd-padding {
    padding:0px 0 200px 0;
}

.pd-process .textbox h3{
	font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 35px;
}
.pd-process .textbox p{
	font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	color: rgba(0, 0, 0, .50);
	padding-right: 70px;
}
.pd-process .pthum a {
	text-decoration:none;
	color: rgba(0, 0, 0, .50);
}
.pd-process .pthum img{
	width:100%;
	margin-bottom: 10px;
}

.pd-process .pthum span{
	font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	color: rgba(0, 0, 0, .50);
}

.pd-abt {
    padding: 100px 0 0px 0;
}

.pd-abt h2 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 38px;
    line-height: 110%;
}

.pd-abt p {
    font-family: 'Portrait Text';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
}

.pd-abt a.dts img {
    padding-right: 5px;
}

.pd-abt a.dts {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
}

.pd-abt .thum-box .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.pd-abt a.butinq {
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
    color: #000000;
    border: solid 1px #000;
    display: block;
    text-align: center;
    font-family: 'Soehne Buch Web';
}

.pd-acc {
    padding: 150px 0;
}

.pd-acc .accordion {
    background: #f7f7f5;
    --bs-accordion-bg: #f7f7f5;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pd-acc .accordion-button:not(.collapsed) {
    background-color: #f7f7f5;
}

.pd-acc .accordion-item .accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: solid 1px #7b7b7a;
    padding: 20px 0;
    font-family: 'Portrait Text Web';
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

.pd-acc .accordion-item .accordion-header .accordion-button span {
    width: 50%;
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

.pd-acc .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.pd-acc .accordion-button::after {
    background: url(../img/plus-icon.svg) no-repeat center !important;
    width: 27px;
    height: 27px;
    background-size: contain !important;
}

.pd-acc .accordion-button:not(.collapsed)::after {
    background: url(../img/minus-icon.svg) no-repeat center !important;
    width: 27px;
    height: 27px;
    background-size: contain !important;
    transform: none !important;
}
.pd-acc .accordion-body {
    padding: 8px 0;
}

.pd-acc .accordion-body hr {
    color: #7b7b7a;
    opacity: 1;
    margin: 0;
}

.pd-acc .accordion-body .dn-head {
    padding: 24px 0;
}

.pd-acc .accordion-body .dn-head h6 {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    text-transform: uppercase;
}

.pd-acc .accordion-body .dn-infotext {
    padding: 24px 0;
}

.pd-acc .accordion-body .dn-infotext p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: #000;
    margin: 0;
}

.pd-acc .accordion-body .dn-infotext ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-acc .accordion-body .dn-infotext ul li {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 26px;
    color: #000;
}

.pd-acc .accordion-body .dn-infotext ul li:last-child {
    margin-bottom: 0;
}

.pd-acc .accordion-body .d-thum {
    padding: 24px 0;
    text-align: center;
}

.pd-acc .accordion-body .d-thum img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.pd-acc .accordion-body .d-thum span {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.pd-acc .accordion-body .d-thum h5 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    text-align: center;
    margin: 0;
}


.owl-carousel .owl-item .item img {
	margin-bottom:10px;
    height: 100vh;
}
.owl-carousel .owl-item .item span {
font-family: Portrait Text Web;
font-weight: 450;
font-size: 21px;
line-height: 23px;
color:rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-item .item span.pl {
	padding-left: 0px;

}

/* End Product Detail Page */

/* Start Interior Detail Page */

.id-mwp {
    padding: 150px 0 170px 0;
}

.id-mwp h2 span {
    font-family: 'Soehne Buch Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 30px;
    padding-right: 21px;
}

.id-mwp h2 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 38px;
    line-height: 110%;
    padding-bottom: 20px;
}

.id-mwp p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
}

.id-mwp a.dts img {
    padding-right: 5px;
}

.id-mwp a.dts {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.id-mwp .thum-box {
    padding: 100px 0 65px 0;
}

.id-mwp .thum-box img {
    width: 100%;
    max-width: 70px;
    display: block;
}

.id-mwp a.butinq {
    text-decoration: none;
    font-size: 15px;
    line-height: 36px;
    color: #000000;
    border: solid 1px #000;
    display: block;
    text-align: center;
    font-family: 'Soehne Buch Web';
}

/* End Interior Detail Page */

/* Start Interior Project Listing Slide 1 */

.ipl-slide1 {
    background: url(../img/interiors-banner-bg.svg) no-repeat center;
    background-size: cover;
    margin-top: -38px;
}

.ipl-slide1 .hero-info {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

.ipl-slide1 .hero-info h2 {
    font-family: 'Anker Web';
    font-size: 64px;
    line-height: 94%;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
}

.ipl-slide1 .hero-info p {
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}

.ipl-slide1 .hero-info span {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px;
}

.ipl-slide2 {
    padding: 0px;
}

.ipl-slide2 .container {
    padding: 0;
}

.ipl-slide2 .container .row {
    --bs-gutter-x: 0;
}

.ipl-slide2 .ipl-thum a {
    text-decoration: none;
    color: #000000;
}

.ipl-slide2 .ipl-thum img {
    width: 100%;
}

.ipl-slide2 .ipl-text {
    padding-left: 28px;
}

.ipl-slide2 .ipl-text h2 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 40px;
}

.ipl-slide2 .ipl-text p {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, .50);
    margin-bottom: 30px;
}

.ipl-slide2 .ipl-text a {
    text-decoration: none;
    font-size: 15px;
    line-height: 36px;
    color: #000000;
    border: solid 1px #000;
    display: block;
    text-align: center;
    font-family: 'Soehne Buch Web';
}

.ipl-slide3 {
    padding: 49px 0px;
}

.ipl-slide3 .ipl-pic a {
    text-decoration: none;
    color: #000000;
}

.ipl-slide3 .ipl-pic img {
    width: 100%;
    margin-bottom: 22px;
}

.ipl-slide3 .ipl-pic span {
    font-family: 'Soehne Buch Web';
    font-weight: 450;
    font-size: 15px;
    line-height: 36px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    padding-right: 90px;
}

.ipl-slide3 .ipl-pic h5 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0px;
    display: inline-block;
}

/* End Interior Project Listing Slide 1 */

/* End Product Listing Page */
/* End Production Page */

.production {
    padding: 55px 0 0px 0;
}

.production .pic-thum img {
    width: 100%;
    margin-bottom: 20px;
}

.production .pic-thum span {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
}

.production .pic-thum h3,
.production .pic-thum h4 {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 38px;
    line-height: 110%;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.production .pic-thum h3 {
    margin: 30px 0 60px 0;
}

.production .pic-thum h4 {
    margin: 150px 0 150px 0;
}

.row.bottom-images {
    display: flex;
    align-items: flex-end;
}

/* Start Contact Page */

.contact-banner {
    height: 20vh;
    display: flex;
    align-items: center;
}

.contact {
    padding: 0;
}

.contact .oca {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
}

.contact .oca span {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 30px;
}

.contact .oca a.link {
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 21px;
    line-height: 23px;
    text-transform: capitalize;
    text-align: left;
    padding: 0;
    text-decoration: underline;
    display: inline-block;
}

.contact .oca a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    display: block;
    padding-top: 30px;
    color: #000;
    text-decoration: none;
}

.contact .oca ul {
    padding: 30px 0 0 0;
    list-style: none;
    margin: 0;
}

.contact .oca ul li,
.contact .oca ul li a {
    font-family: 'Soehne Buch Web';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.contact .oca ul li a {
    display: inline-block;
    padding: 0;
}

.contact .pic-thum {
    margin-bottom: 42px;
}

.contact .pic-thum img {
    width: 100%;
}

/* End Contact Page */

.footer-desktop {
    background: url(../img/Vector.svg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}

.extra-space-footer {
    margin-top: 180px;
}

.footer-desktop .flogo {
    padding-bottom: 128px;
}

.footer-desktop .flogo img {
    max-width: 450px;
    width: 100%;
}

.footer-desktop .f-link {
    min-height: 100px;
}

.footer-desktop .f-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-desktop .f-link ul li a {
    text-decoration: none;
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23%;
    color: #000000;
}

.footer-desktop .f-newsletter {
    text-align: left; /* keep text left aligned */
}

.footer-desktop .f-newsletter h6,
.footer-desktop .f-newsletter p {
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
}

.footer-desktop .f-newsletter h6 {
    font-weight: 400;
}

.footer-desktop .f-newsletter p {
    font-weight: 500;
}

.footer-desktop .f-newsletter form {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin: 15px 0;
}

.footer-desktop .f-newsletter form input {
    background: transparent;
    border: 0;
    width: 80%;
    color: #000000;
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
}

.footer-desktop .f-newsletter form button {
    background: transparent;
    border: 0;
    width: 18%;
    font-family: 'Portrait Text Web';
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.5);
}

.footer-desktop .f-newsletter form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-desktop .f-newsletter .fp {
    margin-top: 0px;
}

.footer-desktop .f-newsletter .fp img {
    width: 100%;
}

.footer-desktop .abt-link {
    margin: 0px 0 -69px 0;
}

.footer-desktop .abt-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-desktop .abt-link ul li,
.footer-desktop .abt-link ul li a {
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
}

.footer-desktop .address {
    padding-right: 20px;
    max-width: 340px;
    padding-top: 87px;
}

.footer-desktop .address span {
    display: block;
    margin-bottom: 20px;
    font-family: 'Portrait Text Web';
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}

.footer-desktop .address ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-desktop .address ul li,
.footer-desktop .address ul li a {
    font-family: 'Portrait Text Web';
    font-size: 21px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    word-break: break-word;
}

input[type="text" i] {
    padding-block: 0px;
    padding-inline: 0px;
}

.footer-mobile {
    display: none;
}

.si-hide {
    
}

.desktop-hide {
    display: none;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.error {
    display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #7a5c52; /* elegant muted brown */
    font-weight: 500;
    letter-spacing: 0.3px;
}

.input-error {
    border: 1px solid #7a5c52 !important;
    background: rgba(122, 92, 82, 0.03);
}

.input-error:focus {
    border-color: #5c433b !important;
    box-shadow: 0 0 0 2px rgba(122, 92, 82, 0.08);
    outline: none;
}



@media only screen and (max-width: 1512px) and (min-width: 901px) {
  .pd-abt h2 {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
  }

  .pd-abt {
    padding: 100px 0 0px 0;
  }

  .pd-abt p {
    font-size: 18px;
  }

  .pd-abt a.dts {
    font-size: 12px;
  }

  .pd-abt a.butinq {
    font-size: 12px;
    width: 341.22px;
  }

  .pd-acc .accordion-item .accordion-header .accordion-button span {
    font-size: 18px;
  }

  .pd-acc .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }

  .pd-acc .accordion-body .dn-infotext p {
    font-size: 16px;
  }

  .pd-acc .accordion-body .dn-head h6,
  .pd-acc .accordion-body .d-thum span,
  .pd-acc .accordion-body .d-thum h5 {
    font-size: 11px;
  }

  .pd-mpf .heading h3 {
    font-size: 22px;
  }

  .pd-mpf .pd-thum h5{
    font-size: 16px;
  }

  .pd-mpf .pd-thum span {
    font-size: 16px;
  }

  .pd-process .textbox h3 {
    font-size: 22px;
  }
  
  .pd-process .pthum span,
  .pd-process .textbox p {
    font-size: 16px;
  }
  
  .footer-desktop .abt-link ul li a,
  .footer-desktop .f-link ul li a {
    font-size: 15.73px;
  }

  .footer-desktop .f-newsletter h6, 
  .footer-desktop .f-newsletter p {
    font-size: 15.73px;
    font-weight: 450;
  }

  .footer-desktop .address ul li a,
  .footer-desktop .address ul li {
    font-size: 18.88px;
  }

  .footer-desktop .address span{
    font-size: 9.44px;
  }

  .owl-carousel .owl-item .item span {
    font-size: 16px;
  }


  .footer-desktop .f-newsletter form button,
  .footer-desktop .f-newsletter form input {
    font-size: 15.73px;
    font-weight: 450;
  }

  .owl-carousel .owl-item .item img {
    height: 100vh;
  }

  .pd-mpf .pd-thum img {
    margin-bottom: 15px;
}

.footer-desktop .abt-link {
    margin: 0px 0 -74px 0;
}

.process-text {
    padding-right: 130px !important;
}

}

.ratio-three-by-two {
    aspect-ratio: 3/2;
}

.image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* 👈 IMPORTANT */
    display: block;
}

.extra-padding {
    padding-top: 155px !important;
}

.ratio-four-by-five {
    aspect-ratio: 4 / 5;
}

.ratio-one-by-one {
    aspect-ratio: 1 / 1;

}

.ratio-landscape {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.ar45 {
	aspect-ratio:4/5;
    object-fit: cover;
}	
.ar32 {
	aspect-ratio:3/2;
    object-fit: cover;
}	
.ar11 {
	aspect-ratio:1/1;
    object-fit: cover;
} 

.gallery-row {
    padding: 0px 0 50px 0;
}


.process-gallery-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: flex-start;
    flex-direction: row;
}

.process-gallery-row.top-aligned {
    align-items: flex-start;
}

.process-gallery-row.bottom-aligned {
    align-items: flex-end;
}

/* ONLY when all images are large */
.process-gallery-row.all-large-row {
    justify-content: center;
}

.process-gallery-row > [class*="col-"] {
    float: none;
}

/* single visible image ko center karo */
.process-gallery-row > .single-visible-item {
    margin-left: auto;
    margin-right: auto;
}

/* jab row me sirf 1 visible image ho, baki empty columns hata do */
.process-gallery-row > .single-empty-item {
    display: none;
}

.process-gallery-row.center-row {
    justify-content: center;
}

.gallery-square-item {
    flex: 0 0 auto;
}

.gallery-square-item .pthum {
    width: 100%;
}

.gallery-square-item img,
.gallery-square-item.empty-box::before {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* responsive proportional sizes */
.square-size-small {
    width: clamp(140px, 18vw, 282px);
}

.square-size-medium {
    width: clamp(220px, 28vw, 435px);
}

.square-size-large {
    width: clamp(320px, 58vw, 897px);
}

/* empty slot keeps same space */
.gallery-square-item .empty-box::before {
    content: "";
}



.gallery-horizontal-item {
    flex: 0 0 auto;
}

.gallery-horizontal-item .pthum {
    width: 100%;
}

.gallery-horizontal-item img,
.gallery-horizontal-item .empty-box::before {
    width: 100%;
    display: block;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gallery-horizontal-item .empty-box::before {
    content: "";
}

/* based on:
   small  = 450
   medium = 897
   large  = 1359
*/
.horizontal-size-small {
    width: clamp(220px, 24vw, 400px);
}

.horizontal-size-medium {
    width: clamp(320px, 47vw, 800px);
}

.horizontal-size-large {
    width: clamp(420px, 70vw, 1359px);
}



.gallery-vertical-item {
    flex: 0 0 auto;
}

.gallery-vertical-item .pthum {
    width: 100%;
}

.gallery-vertical-item img,
.gallery-vertical-item .empty-box::before {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.gallery-vertical-item .empty-box::before {
    content: "";
}

/* based on:
   small  = 436
   medium = 897
   large  = 1080
*/
.vertical-size-small {
    width: clamp(220px, 23vw, 400px);
}

.vertical-size-medium {
    width: clamp(320px, 47vw, 850px);
}

.vertical-size-large {
    width: clamp(400px, 56vw, 1080px);
}








@media (max-width: 1600px) {
    .square-size-small {
        width: clamp(130px, 36vw, 240px);
    }

    .square-size-medium {
        width: clamp(180px, 52vw, 360px);
    }

    .square-size-large {
        width: min(100%, 520px);
    }

.horizontal-size-small {
    width: clamp(220px, 24vw, 350px);
}


}

@media only screen and (max-width: 1100px) {
.process-text {
        padding-right: 0px !important;
    }

    .square-size-medium {
    width: clamp(130px, 36vw, 236px);
}


.vertical-size-small {
    width: clamp(220px, 23vw, 226px);
}
.square-size-small {
        width: clamp(130px, 36vw, 190px);
    }

    .horizontal-size-small {
    width: clamp(220px, 24vw, 228px);
}

    .square-size-large {
        width: min(100%, 474px);
    }

       /* .hide {
        display: none;
    }
    .dshow {
        display: block;
        } */
 
    .owl-carousel .owl-item .item img {
        height: 50vh !important;
    }
}


@media (max-width: 991px) {

    .square-size-small {
        width: clamp(130px, 36vw, 240px);
    }

    .square-size-medium {
        width: clamp(180px, 52vw, 360px);
    }

    .square-size-large {
        width: min(100%, 520px);
    }

    .vertical-size-small {
        width: clamp(180px, 58vw, 320px);
    }

    .vertical-size-medium {
        width: clamp(240px, 82vw, 520px);
    }

    .vertical-size-large {
        width: min(100%, 640px);
    }

     .horizontal-size-small {
        width: clamp(180px, 60vw, 320px);
    }

    .horizontal-size-medium {
        width: clamp(240px, 82vw, 520px);
    }

    .horizontal-size-large {
        width: min(100%, 640px);
    }
}

@media only screen and (max-width: 900px) {
    body {
        background: #ffffff;
    }

    header nav {
        display: none;
    }

    .hero {
    margin-top: -50px;
    }

    .slide1 {
        background: #fff;
    }

    .slide1 .container {
        padding: 0 88px;
    }

    .slide1 .we-design {
        height: 690px;
        padding: 0px;
    }

    .slide1 .we-design h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 25px;
    }

    .slide1 .we-design p {
        font-weight: 400;
        font-size: 16px;
        padding: 0 12.5px;
    }

    .slide2 .c-pic1 {
        display: none;
    }

    .slide2 .collection-info {
        margin-bottom: 40px;
    }

    .slide2 .collection-info h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .slide2 .collection-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        padding-right: 26%;
        margin-bottom: 20px;
    }

    .slide2 .collection-info a {
        font-size: 10px;
        line-height: 120%;
    }

    .slide3 {
        padding: 80px 0;
    }

    .slide3 .demi-name {
        padding: 5px 0 0 0;
    }

    .slide3 .demi-name span {
        font-size: 10px;
        padding: 0 110px 0 0;
    }

    .slide3 .demi-name a {
        font-size: 16px;
        line-height: 120%;
    }

    .slide4 .seating-tab ul {
        margin-bottom: 85px;
    }

    .slide4 .seating-tab ul li {
        margin-bottom: 0;
    }

    .slide4 .seating-tab ul li a {
        font-size: 17px;
        text-transform: capitalize;
    }

    .slide4 .seating-tab p {
        display: none;
    }

    .slide4 .seating-pic-2 {
        display: none;
    }

    .slide4 .seating-tab a {
        font-size: 10px;
    }

    .slide5 {
        background: url(../img/interiors-bg.jpg) bottom no-repeat;
        background-size: cover;
        padding: 32px 20px;
    }

    .slide5 .container .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .slide5 .interiors-bg {
        background: none;
    }

    .slide5 .interiors-info {
        padding: 0 45px 30px 45px;
    }

    .slide5 .interiors-info h4 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .slide5 .interiors-info p {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 25px;
    }

    .slide5 .interiors-info a {
        font-size: 10px;
    }

    .slide6 {
        padding: 105px 0 105px 0;
    }

    .slide6 .materials-details h5 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .slide6 .materials-details p {
        font-size: 16px;
        line-height: 120%;
        padding-right: 26%;
    }

    .slide6 .materials-details a {
        font-size: 10px;
        line-height: 120%;
    }

    .slide6 .materials-thum span {
        display: block;
        font-family: 'Soehne Buch Web';
        font-weight: 400;
        font-size: 10px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
    }

    .slide6 .materials-thum a {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .slide7 .design-studio-details {
        margin-bottom: 25px;
    }

    .slide7 .design-studio-details h6 {
        font-size: 17px;
        line-height: 120%;
        margin-bottom: 20px;
        padding-right: 12%;
    }

    .slide7 .design-studio-details a {
        font-size: 10px;
        line-height: 120%;
    }

    .slide7 .design-studio-pic .desktop {
        display: none;
    }

    .slide7 .design-studio-pic .mobile {
        display: block;
    }

    .slide8 {
        padding: 100px 0 100px 0;
    }

    .slide8 .production-info {
        margin-bottom: 30px;
    }

    .slide8 .production-info h3 {
        font-size: 17px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    .slide8 .production-info p {
        font-size: 16px;
        line-height: 120%;
        padding-right: 22%;
    }

    .slide8 .production-info a {
        font-size: 10px;
        line-height: 120%;
    }

    .slide8 .p-pic1 {
        display: none;
    }

    #wrap {
        overflow: hidden;
        height: 60vh;
    }

    .link {
        font-size: 24px;
        line-height: 110%;
    }

    .image img {
        height: 60vh;
        object-position: 50% 50%;
    }

    .collection-slide1,
    .collection-slide2,
    .collection-slide3,
    .collection-slide4,
    .collection-slide5 {
        padding: 38px 0 45px 0;
    }

    .collection-slide1 h4,
    .collection-slide2 h4,
    .collection-slide3 h4,
    .collection-slide4 h4,
    .collection-slide5 h4 {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .collection-slide1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-right: 80px;
    margin-bottom: 20px;
    }

    .collection-slide2 p,
    .collection-slide3 p,
    .collection-slide4 p,
    .collection-slide5 p {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        padding-right: 100px;
        margin-bottom: 20px;
    }

    .collection-slide1 .pic2 img,
    .collection-slide2 .pic2 img,
    .collection-slide3 .pic2 img,
    .collection-slide4 .pic2 img,
    .collection-slide5 .pic2 img {
        margin-bottom: 0;
    }

    .collection-slide1 ul li,
    .collection-slide2 ul li,
    .collection-slide3 ul li,
    .collection-slide4 ul li,
    .collection-slide5 ul li {
        margin-bottom: 10px;
    }

    .collection-slide1 ul li:nth-child(2),
    .collection-slide2 ul li:nth-child(2),
    .collection-slide3 ul li:nth-child(2),
    .collection-slide5 ul li:nth-child(2) {
        display: none;
    }

    .collection-slide4 ul li:nth-child(2),
    .collection-slide4 ul li:nth-child(3) {
        display: none;
    }

    .collection-slide1 ul li a,
    .collection-slide2 ul li a,
    .collection-slide3 ul li a,
    .collection-slide4 ul li a,
    .collection-slide5 ul li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #000000;
    }

    .pro-lis-slide1 .hero-info {
        height: 50vh;
        padding: 0px;
    }

    .pro-lis-slide1 .hero-info span {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .pro-lis-slide1 .hero-info h2 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 17px;
    }

    .pro-lis-slide1 .hero-info p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .pro-lis-slide2 {
        padding: 0px;
    }

    .pro-lis-slide2 .product-thum {
        margin-bottom: 30px;
    }

    .pro-lis-slide2 .product-thum img {
        margin-bottom: 12px;
    }

    .pro-lis-slide2 .product-thum h5,
    .pro-lis-slide2 .product-thum span {
        font-size: 16px;
        line-height: 110%;
    }

    .ml-hero .h-info {
        height: auto;
        padding: 0 12px;
        margin: 78px 0 0px 0;
    }

    .ml-hero .h-info span {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .ml-hero .h-info h2 {
        font-size: 24px;
        line-height: 110%;
        text-transform: uppercase;
    }

    .ml-hero .h-info p {
        font-size: 16px;
        line-height: 120%;
    }

    .material-listing {
        padding: 10px 0 10px 0;
    }

    .first-hero {
    padding: 0px 0px 0px 0px;
}

    .material-listing .ml-thum a {
        font-size: 16px;
        line-height: 120%;
    }

    .material-listing .ml-thum span {
        font-size: 10px;
    }

    .ipl-slide1 .hero-info {
        height: 40vh;
        padding: 0 82px;
    }

    .ipl-slide1 .hero-info h2 {
        font-size: 18px;
        line-height: 96%;
    }

    .ipl-slide1 .hero-info p {
        font-size: 14px;
    }

    .ipl-slide2 .ipl-text {
        padding: 48px 20px 60px 20px;
    }

    .ipl-slide2 .ipl-text h2 {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .ipl-slide2 .ipl-text p {
        font-size: 16px;
        line-height: 120%;
    }

    .ipl-slide3 {
        padding: 0px 0px;
    }

    .ipl-slide3 .ipl-pic {
        margin-bottom: 28px;
    }

    .ipl-slide3 .ipl-pic span {
        font-size: 10px;
        line-height: 120%;
        padding-right: 38px;
    }

    .ipl-slide3 .ipl-pic h5 {
        font-size: 16px;
        line-height: 120%;
    }

    .ipl-slide3 .ipl-pic img {
        width: 100%;
        margin-bottom: 3px;
    }

    .contact-banner {
        height: 20vh;
    }

    .contact .oca {
        margin-bottom: 42px;
        font-size: 16px;
        line-height: 120%;
    }

    .contact .pic-thum {
        margin-bottom: 42px;
        border-bottom: solid 1px rgb(0 0 0 / 20%);
        padding-bottom: 42px;
    }

    .contact .pic-thum.b0 {
        margin-bottom: 0px;
        border-bottom: solid 0px rgb(0 0 0 / 20%);
        padding-bottom: 0px;
    }

    .contact .oca a {
        font-size: 10px;
        line-height: 120%;
        padding-top: 20px;
    }

    .contact .oca span {
        font-size: 10px;
        line-height: 120%;
        padding-bottom: 20px;
    }

    .contact .oca ul {
        padding: 20px 0 0 0;
    }

    .contact .oca ul li,
    .contact .oca ul li a {
        font-size: 10px;
        line-height: 120%;
    }

    .contact .oca a.link {
        font-size: 16px;
        line-height: 120%;
    }

    .production {
        padding: 0;
    }

    .production .pic-thum {
        margin-bottom: 56px;
    }

    .production .pic-thum span {
        font-size: 10px;
        line-height: 120%;
        display: block;
    }

    .production .pic-thum img {
        margin-bottom: 8px;
    }

    .production .pic-thum h3,
    .production .pic-thum h4 {
        font-size: 16px;
        line-height: 120%;
        margin: 62px 0 55px 0;
        padding: 0px 14%;
    }

    .production .p80 {
        padding: 0 80px;
    }

    .pt_178 {
        padding-top: 81px;
        padding-bottom: 26px;
    }

    .pm {
        padding: 0 18% !important;
        margin: 53px 0 -21px 0 !important;
    }

    .m {
        margin: 20px 0 0px 0 !important;
    }

    .rp-10 {
        padding-right: 10px;
    }

    .footer-desktop {
        display: none;
    }

    .footer-mobile {
        display: block;
        background: url(../img/mobile-footer-bg.svg) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }

    .footer-mobile .flogo {
        text-align: center;
        padding: 0 2%;
    }

    .footer-mobile .flogo img {
        width: 100%;
    }

    .footer-mobile .m-link {
        margin-bottom: 50px;
    }

    .footer-mobile .m-link ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-mobile .m-link ul li {
        margin-bottom: 5px;
    }

    .footer-mobile .m-link ul li a {
        text-decoration: none;
        font-family: 'Portrait Text Web';
        font-size: 16px;
        line-height: 120%;
        color: #000000;
    }

    .footer-mobile .f-newsletter {
        margin-bottom: 80px;
    }

    .footer-mobile .f-newsletter h6,
    .footer-mobile .f-newsletter p {
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .footer-mobile .f-newsletter form {
        border-bottom: solid 1px #000000;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .footer-mobile .f-newsletter form input {
        background: transparent;
        border: 0;
        width: 80%;
        color: #000000;
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .footer-mobile .f-newsletter form button {
        background: transparent;
        border: 0;
        width: 18%;
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: rgba(0, 0, 0, 0.5);
    }

    .footer-mobile .f-newsletter form input::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    .footer-mobile .f-newsletter .fp {
        margin-top: 60px;
    }

    .footer-mobile .f-newsletter .fp img {
        width: 100%;
    }

    .footer-mobile .abt-link {
        margin: 120px 0 180px 0;
    }

    .footer-mobile .abt-link ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-mobile .abt-link ul li,
    .footer-mobile .abt-link ul li a {
        font-family: 'Portrait Text Web';
        font-size: 21px;
        line-height: 23px;
        color: #000000;
        text-decoration: none;
    }

    .footer-mobile .address {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .footer-mobile .address span {
        font-family: 'Portrait Text Web';
        font-size: 10px;
        line-height: 120%;
        color: #000000;
        display: block;
        margin-bottom: 10px;
    }

    .footer-mobile .address ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-mobile .address ul li,
    .footer-mobile .address ul li a {
        font-family: 'Portrait Text Web';
        font-size: 10px;
        line-height: 120%;
        color: #000000;
        text-decoration: none;
    }

    .footer-mobile .address-link ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-mobile .address-link ul li {
        margin-bottom: 5px;
    }

    .footer-mobile .address-link ul li a {
        text-decoration: none;
        font-family: 'Portrait Text Web';
        font-size: 10px;
        line-height: 120%;
        color: #000000;
    }

    .ifi-popup .close {
        top: 19%;
        width: 30px;
        height: 30px;
    }

    .ifi-popup .close img {
        width: 100%;
    }

    .ifi-popup .mainpop .ifitext {
        padding: 50px;
    }

    .m-menu-popup {
        display: none;
        background: url(../img/m-menu-popup-bg.svg) no-repeat bottom;
        background-size: cover;
        padding: 20px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow-y: scroll;
    }

    .m-menu-popup .container {
        max-width: 100% !important;
        padding: 0;
    }

    .m-menu-popup .mp-logo {
        text-align: center;
    }

    .m-menu-popup .m-link {
        margin-bottom: 85px;
    }

    .m-menu-popup .m-link ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .m-menu-popup .m-link ul li a {
        text-decoration: none;
        font-family: 'Portrait Text Web';
        font-size: 17px;
        line-height: 120%;
        color: #000000;
    }

    .m-menu-popup .sp {
        margin-top: 40px;
    }

    .m-menu-popup .sp ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .m-menu-popup .sp ul li:first-child {
        margin-bottom: 30px;
    }

    .m-menu-popup .sp ul li {
        margin-bottom: 15px;
    }

    .m-menu-popup .sp ul li a {
        text-decoration: none;
        font-family: 'Portrait Text Web';
        font-size: 17px;
        line-height: 23px;
        color: #000000;
    }

    #pro-list {
        margin-bottom: 40px;
    }

    #pro-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #pro-list ul li {
        margin-bottom: 0px;
    }

    #pro-list ul li a {
        text-decoration: none;
        font-family: 'Soehne Buch Web';
        font-size: 10px;
        line-height: 120%;
        color: #000000;
    }

    .m-menu-popup .newsletter {
        margin-top: -16px;
        margin-bottom: 0px;
    }

    .m-menu-popup .newsletter h6,
    .m-menu-popup .newsletter p {
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .m-menu-popup .newsletter form {
        border-bottom: solid 1px #000000;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .m-menu-popup .newsletter form input {
        background: transparent;
        border: 0;
        width: 80%;
        color: #000000;
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .m-menu-popup .newsletter form button {
        background: transparent;
        border: 0;
        width: 18%;
        font-family: 'Portrait Text Web';
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: rgba(0, 0, 0, 0.5);
    }

    .m-menu-popup .newsletter form input::placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    .m-menu-popup .close {
        position: absolute;
        top: 2%;
        right: 20px;
    }

    .container {
        padding: 0 20px;
    }

    header {
        top: 0px;
    }

    header .sign-in {
        display: none;
    }

    header .popup-menu {
        top: 25px;
        right: 20px;
        display: none;
    }

    header .m-popup-menu {
        display: block;
        position: fixed;
        top: 25px;
        right: 20px;
    }

    header .popup-menu a img {
        width: 18px;
    }

    header .logo img {
        width: 148px;
    }

    .hero .hb-desktop {
        display: none;
    }

    .hero .hb-mobile {
        display: block;
    }

    .hide {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    .pd-abt .thum-box img {
        width:60%
    }

    .pd-acc .accordion {
        background: #ffffff;
        --bs-accordion-bg: #ffffff;
    }

    .pd-acc .accordion-button:not(.collapsed) {
        background-color: #ffffff;
    }

    .pd-acc .accordion-item .accordion-header .accordion-button span {
        width: 69%;
        font-size: 16px;
        line-height: 120%;
        padding-right: 30px;
    }

    .pd-acc .accordion-item .accordion-header .accordion-button {
        padding: 20px 0;
        font-size: 16px;
        line-height: 120%;
    }

     .pd-hero .container {
        padding: 0 8px;
    }

    .pd-hero .row {
        --bs-gutter-x: 8px;
    }

    .pd-hero .hero-item span {
        font-size: 9px;
        line-height: 11px;
    }

    .pd-abt .thumb-row img {
        width: 42px;
        height: 42px;
    }

    .owl-carousel .owl-item .item span {
        font-size: 10px;
        line-height: 120%;
    }

    .owl-carousel .owl-item .item span.pl {
        padding-left: 20px;
    }

    .pd-abt h2 {
        font-family: 'Portrait Text Web';
        font-weight: 450;
        font-size: 17px;
        line-height: 120%;
    }

    .pd-abt {
        padding: 30px 0 0px 0;
    }

    .pd-abt .thum-box {
        padding: 30px 0 60px 0;
    }

    .pd-abt p {
        font-family: 'Portrait Text Web';
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 65px;
        padding-right: 50px;
    }

    .pd-abt a.dts {
        margin-bottom: 55px;
    }

    .id-mwp {
        padding: 30px 0 30px 0;
    }

    .id-mwp h2 {
        font-size: 17px;
        line-height: 120%;
    }

    .id-mwp h2 span {
        font-size: 10px;
        line-height: 120%;
    }

    .id-mwp .thum-box {
        padding: 33px 0 83px 0;
    }

    .id-mwp p {
        font-family: 'Portrait Text Web';
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 65px;
        padding-right: 40px;
    }

    .id-mwp a.dts {
        margin-bottom: 55px;
    }

    .pd-acc {
        padding: 36px 0;
    }

    .pd-acc .accordion-button::after {
        background-size: contain !important;
        width: 11px !important;
        height: 11px !important;
    }

    .pd-acc .accordion-body .dn-head {
        padding: 20px 0;
    }

    .pd-acc .accordion-body .dn-infotext {
        padding: 0px 0 24px 0;
    }

    .pd-acc .accordion-body {
        padding: 0;
    }

    .pd-acc .accordion-body .d-thum {
        padding: 0px 0 24px 0;
        text-align: center;
    }

    .pd-acc .accordion-body .dn-infotext p {
        font-family: 'Portrait Text Web';
        font-size: 16px;
        line-height: 120%;
    }

    .pd-acc .accordion-body .dn-head h6 {
        font-size: 10px;
        line-height: 120%;
        margin: 0;
    }

    .pd-acc .accordion-body .d-thum span {
        font-size: 10px;
    }

    .pd-acc .accordion-body .d-thum h5 {
        font-family: 'Portrait Text Web';
        line-height: 120%;
        text-transform: uppercase;
        font-size: 16px;
    }

    .pd-process .pthum span {
        font-size: 10px;
        line-height: 120%;
        display: inline-block;
    }

    .pd-process .pthum img {
        margin-bottom: 0px;
    }

    .pd-acc .accordion-body .dn-infotext ul li {
        font-family: 'Portrait Text Web';
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 26px;
    }

    .pd-process .process-intro h3 {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 4px;
    }

     .pd-process .process-intro p {
        font-size: 6px;
        line-height: 8px;
        padding-right: 4px;
    }

    .pd-process .process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .pd-process .process-card span {
        font-size: 6px;
        line-height: 8px;
    }

    .pd-process .textbox p {
        font-size: 16px;
        line-height: 120%;
        padding-right: 0px;
        margin: 36px 0 72px 0;
    }

    .pthum {
        margin-bottom: 28px;
    }

     .pd-process {
        padding: 20px 0;
    }

    .pr {
        padding: 10px 0px 0 0;
        font-family: 'Portrait Text Web';
	font-weight: 450;
	font-size: 21px;
	line-height: 23px;
	color: rgba(0, 0, 0, .50);
    }

    .dshow {
        display: block;
    }

    .dshow img {
        padding-bottom: 10px;
    }

    .about-banner {
    height: auto;
    padding: 126px 0 97px 0;
}
.about-banner h2 {
    font-size: 16px;
    line-height: 120%;
    width: 50%;
	margin-bottom: 28px;
}
.about-banner p {
    font-size: 16px;
    line-height: 120%;
    padding:0 8% 0 16%;
	margin: 0;
}
.about-info {
    padding: 0;
}
.about-pic.mp {
    margin-top: 0;
}
.about-info .mb100 {
    margin-bottom: 20px;
}
.about-pic {
    margin-bottom: 20px;
}
.about-de h5 {
    margin-bottom: 16px;
}
.about-de p {
    font-size: 16px;
    line-height: 120%;
    margin: 0;
    margin-bottom: 80px;
}
.reverse {
	    flex-direction: column-reverse;
}
.about-opti {
    padding: 40px 0 7px 0;
    height: 100%;
}

.about-opti .w-box img {
	width: 45%;
    height: 45%;
}
.about-opti .w-box span {
    padding: 23px 0 16px 0;
}
.about-opti .w-box p {
    font-size: 16px;
    line-height: 120%;
    margin: 0 0 33px 0;
	padding-right: 15%;
}
.selected-press {
    padding: 82px 0 82px 0;
}
.selected-press .table table tr {
	--bs-table-bg: #ffffff !important;
}
.selected-press .table table td.pressname {
    display: none;
}
.selected-press h3 {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 27px;
}

.selected-press .table table td.date {
    width: 50%;
}
.selected-press .table table td.publication {
    width: 50%;
}

.slide5.pt69{padding-top:69px;}


.ifi-popup .mainpop {
    position: absolute;
    bottom: auto;
}
.ifi-popup .close {
        top: 2%;
        width: 30px;
        height: 30px;
    }
.ifi-popup .mainpop .ifitext h4 {
    font-size: 32px;
    line-height: 96%;
    margin-bottom: 25px;
}


    /* ================================
   PRODUCT DETAIL - FINAL MOBILE STYLE
   Reference screenshot matching
================================ */

body {
    background: #ffffff;
}

/* HEADER */
header {
    top: 6px;
}

header .logo img {
    width: 165px;
}

header .sign-in a {
    font-size: 10px;
    line-height: 12px;
}

/* HERO */
.pd-hero {
    padding: 0;
    margin-top: -50px;
}

.pd-hero .container {
    padding: 0 8px;
}

.pd-hero .row {
    --bs-gutter-x: 6px;
}

.pd-hero .hero-item img {
    width: 100%;
    display: block;
}

.pd-hero .hero-item span {
    display: block;
    margin-top: 4px;
    font-family: 'Portrait Text Web';
    font-weight: 450;
    font-size: 6px;
    line-height: 8px;
    color: rgba(0, 0, 0, 0.5);
}

.pd-hero .hero-item span.pl {
    padding-left: 0;
}

/* PRODUCT INTRO */
.pd-abt {
    padding: 30px 0 0 0;
}

.pd-abt h2 {
     font-family: Portrait Text Web;
    font-weight: 450;
    font-size: 17px;
    line-height: 120%;
}

.pd-abt .thum-box {
    padding: 30px 0 60px 0;
}

.pd-abt .thumb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.pd-abt .thumb-row img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    display: block;
}

.pd-abt a.butinq {
   text-decoration: none;
    font-size: 15px;
    line-height: 36px;
    color: #000000;
    border: solid 1px #000;
    display: block;
    text-align: center;
    font-family: 'Soehne Buch Web';
}

/* ACCORDION */
.pd-acc {
    padding: 22px 0 12px 0;
}

.pd-acc .accordion {
    background: #ffffff;
    --bs-accordion-bg: #ffffff;
    }

.pd-acc .accordion-item .accordion-header .accordion-button {
    padding: 8px 0;
    font-family: 'Portrait Text Web';
    font-size: 9px;
    line-height: 11px;
    border-bottom: solid 1px #8a8a8a;
}

.pd-acc .accordion-item .accordion-header .accordion-button span {
    width: 50%;
    font-family: 'Portrait Text Web';
    font-size: 9px;
    line-height: 11px;
    padding-right: 6px;
}

.pd-acc .accordion-button::after {
    width: 8px !important;
    height: 8px !important;
    background-size: contain !important;
}

.pd-acc .accordion-body {
    padding: 0;
}

.pd-acc .accordion-body hr {
    margin: 0;
    color: #8a8a8a;
    opacity: 1;
}

.pd-acc .accordion-body .dn-head {
    padding: 8px 0;
}

.pd-acc .accordion-body .dn-head h6 {
    font-family: 'Soehne Buch Web';
    font-size: 6px;
    line-height: 8px;
    margin: 0;
    text-transform: uppercase;
}

.pd-acc .accordion-body .dn-infotext {
    padding: 8px 0;
}

.pd-acc .accordion-body .dn-infotext p,
.pd-acc .accordion-body .dn-infotext ul li {
    font-family: 'Portrait Text Web';
    font-size: 8px;
    line-height: 10px;
    margin: 0;
}

.pd-acc .accordion-body .dn-infotext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pd-acc .accordion-body .dn-infotext ul li {
    margin-bottom: 5px;
}

.pd-acc .accordion-body .d-thum {
    padding: 8px 0;
    text-align: center;
}

.pd-acc .accordion-body .d-thum img {
    width: 100%;
    margin-bottom: 4px;
    display: block;
}

.pd-acc .accordion-body .d-thum span {
    display: block;
    font-family: 'Soehne Buch Web';
    font-size: 6px;
    line-height: 8px;
    margin-bottom: 2px;
}

.pd-acc .accordion-body .d-thum h5 {
    font-family: 'Portrait Text Web';
    font-size: 6px;
    line-height: 8px;
    margin: 0;
}

/* MEMBERS OF FAMILY */
.pd-mpf {
    padding: 28px 0 10px 0;
}

.pd-mpf .heading h3 {
    font-family: 'Portrait Text Web';
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
}

.pd-mpf .pd-thum {
    margin-bottom: 10px;
}

.pd-mpf .pd-thum img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.pd-mpf .pd-thum h5 {
    font-family: 'Portrait Text Web';
    font-size: 6px;
    line-height: 8px;
    margin-bottom: 2px;
}

.pd-mpf .pd-thum span {
    font-family: 'Portrait Text Web';
    font-size: 6px;
    line-height: 8px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

/* PROCESS */
 .pd-process {
        padding: 24px 0;
    }

    .pd-process .process-layout {
        grid-template-columns: 70px 1fr;
        column-gap: 10px;
    }

    .pd-process .process-intro h3 {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 4px;
    }

    .pd-process .process-intro p {
        font-size: 6px;
        line-height: 8px;
        max-width: 60px;
    }

    .pd-process .process-content {
        gap: 8px;
    }

    .pd-process .process-card span {
        font-size: 6px;
        line-height: 8px;
    }

/* FOOTER */
.footer-mobile {
    display: block;
    padding: 58px 0 54px 0;
}

.footer-mobile .flogo {
    text-align: center;
    padding: 0;
    margin-top: 50px;
}

.footer-mobile .flogo img {
    width: 100%;
    max-width: 100%;
}

.footer-mobile .m-link {
    margin-bottom: 43px;
}

.footer-mobile .m-link ul li {
    margin-bottom: 3px;
}

/* .footer-mobile .m-link ul li a {
    font-size: 6px;
    line-height: 8px;
} */

.footer-mobile .f-newsletter {
    margin-bottom: 48px;
}

/* .footer-mobile .f-newsletter h6,
.footer-mobile .f-newsletter p,
.footer-mobile .f-newsletter form input,
.footer-mobile .f-newsletter form button {
    font-size: 6px;
    line-height: 8px;
} */

.footer-mobile .address {
    margin-bottom: 14px;
}

/* .footer-mobile .address span,
.footer-mobile .address ul li,
.footer-mobile .address ul li a {
    font-size: 6px;
    line-height: 8px;
} */

.footer-desktop {
    display: none !important;
}

.owl-carousel .owl-item .item img {
    height: auto;
}

}

@media only screen and (max-width: 890px) {

    .square-size-medium {
        width: clamp(180px, 52vw, 200px);
    }

    .vertical-size-small {
        width: clamp(180px, 58vw, 200px);
    }

        .vertical-size-medium {
        width: clamp(240px, 82vw, 400px);
    }

        .square-size-large {
        width: min(100%, 360px);
    }
        .square-size-small {
        width: clamp(130px, 36vw, 150px);
    }

        .horizontal-size-small {
        width: clamp(180px, 60vw, 200px);
    }

        .horizontal-size-medium {
        width: clamp(240px, 82vw, 400px);
    }

    .material-listing .ml-thum {
    padding-bottom: 0px;
    }
}

@media only screen and (max-width: 790px) {

    .square-size-medium {
        width: clamp(180px, 52vw, 186px);
    }
        .vertical-size-small {
        width: clamp(180px, 58vw, 186px);
    }
        .horizontal-size-small {
        width: clamp(180px, 60vw, 186px);
    }

        .horizontal-size-medium {
        width: clamp(240px, 82vw, 376px);
    }

        .vertical-size-medium {
        width: clamp(240px, 82vw, 376px);
    }

    #ty-overlay {
        padding: 50px;
    }

    .ty-box {
        padding: 50px 20px;
    }

    .ty-content h2 {
        font-size: 28px;
    }

    .ty-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 580px) {
    .square-size-medium {
        width: clamp(180px, 52vw, 204px);
    }

    .vertical-size-small {
        width: clamp(180px, 58vw, 204px);
    }

        .horizontal-size-small {
        width: clamp(180px, 60vw, 204px);
    }

        .square-size-large {
        width: min(100%);
    }

     .vertical-size-large {
        width: min(100%);
    }

     .horizontal-size-large {
        width: min(100%);
    }

    .collection-img {
    padding: 25px 0px 0px 0px;
}
 }





















