body{
    background: #ececec;
    /* background: #ececec2b; */
}
.ncard{
    --bs-card-spacer-y: 30px;
    --bs-card-spacer-x: 30px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: #2a3547;
    --bs-card-subtitle-color: var(--bs-body-color);
    --bs-card-border-width: 0px;
    --bs-card-border-color: #ebf1f6;
    --bs-card-border-radius: 7px;
    --bs-card-box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    --bs-card-inner-border-radius: 7px;
    --bs-card-cap-padding-y: 15px;
    --bs-card-cap-padding-x: 30px;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
}
.logo{
    width: 180px;
    margin-top: 2px;
}
header.header-area.header-sticky.background-header .logo {
    width: 150px;
}

header.header-area.header-sticky.background-header .main-nav ul.nav {
    margin-top: 29px;
}

.header-area .main-nav .nav .dropdown:hover li a {
    color: black;
}

.header-area .main-nav .nav .dropdown:hover li:hover a {
    color: #993365;
}

.header-area .main-nav .nav li.dropdown ul.menu-submenu li a{
    color: black !important;
}
.header-area .main-nav .nav li.dropdown ul.menu-submenu li ul.product-submenu li:hover a{
    color: #993365 !important;
}
.header-area .main-nav .nav li.dropdown ul.menu-submenu li ul.product-submenu li.col-lg-3:hover a{
    color: #993365 !important;
}

.main-banner .item.item-1 {
    /* background-position: top center; */
    
    background-repeat: no-repeat;
    background-size:calc(100% + 200px) calc(100vh - 50px);
    padding: 0;
    margin-top: 0px;
    /* height: 100vh; */
    height: calc(100vh - 100px);
    background-image: url(/media/images/banner-new1.jpeg) !important;
    background-color: #1e1e1e;
    /* background-position: 70% 10%; */
    background-position: calc(100% + 200px) 10%;
}

.main-banner .item.item-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* Semi-transparent overlay */
}
.main-banner .item.item-1 .featured {
    position: relative;
    z-index: 1; /* Ensure text appears above the overlay */
}
.item.item-1 .featured.header-text {
    width: 100%;
    /* backdrop-filter: grayscale(0.9); */
    padding: 120px 120px; /* Adjust padding as needed */
    box-sizing: border-box;
}

.item.item-1:hover .featured.header-text {
    /* backdrop-filter: grayscale(0.7); */
}

.item.item-1 .featured.header-text .featured.sub{
    width: 100%;
}
.item.item-1 .featured.header-text h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.item.item-1 .featured.header-text p {
/* margin-bottom: 100px; */
padding-bottom: 40px;
color: white;
line-height: 32px;
font-size: 17px;
}

.button-call a.call-action-button {
    background: #9a3060;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
}

.button-call{
    margin-bottom: 40px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.container.footer {
    padding: 30px 0px;
    background-color: white;
    /* display: flex; */
    text-align: center;
    /* color: white; */
}
/* color : "#993365" */
footer {
    margin-top: 150px;
    background-color: white !important;
    min-height: 100px;
}
.footer.col-lg-3 h4 {
    color: #9a3366;
    font-size: 16px;
}
.footer.col-lg-3 li {
    color: black;
    font-size: 14px;
    padding: 10px;
}
.footer.col-lg-3 {
    text-align: center;
    padding-left: 20px;
}
.main-banner .featured.header-text .featured.sub span.category{
    font-size: x-large;
    color: white;
    background-color: unset;
    padding: 0;
}
.main-banner .featured.header-text .featured.sub span.category em{
    font-size: x-large;
    /* color: white; */
    background-color: unset;
    padding: 0;
}

/* .header-area .main-nav .nav li.dropdown ul.menu-submenu {
    height: inherit !important;
    overflow-y: unset;
    background: #fff;
    position: fixed;
    top: 6.2em;
    left: 0;
    width: 100%;
    padding: 0 2em;
    /* overflow-y: scroll;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
} */

ul.menu-submenu li.col-lg-3 a{

        display: unset !important;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #1e1e1e;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: transparent;
        letter-spacing: .25px;

}


/* .header-area .main-nav .nav li:last-child a */
.header-area .main-nav .nav ul.menu-submenu li.col-lg-3:last-child a{
    background-color: unset;
    color: black;
    /* font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 20px;
    padding-left: 0px;
    padding-left: 20px; */
    
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
}

.header-area .main-nav .nav li.dropdown ul.product-submenu {
    height: inherit !important;
    overflow-y: unset;
    background: #fff;
    position: fixed;
    top: 12.4em;
    left: 0;
    width: 100%;
    padding: 0 2em;
    /* overflow-y: scroll; */
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
}

.header-area .main-nav .nav li.dropdown ul.product-submenu.\31 .six{
    display: inline-table;
}

img.menu-icon {
    width: 100px;
    opacity: 0.8;
    filter: grayscale(0.8);
}

a.cat-dropdown:hover img.menu-icon {
    width: 100px;
    opacity: 1;
    filter: grayscale(0);
}
img.menu-icon.product {
    width: 50px;
    opacity: 0.8;
    filter: grayscale(0.8);
}
ul.product-submenu.\31 .six li.col-lg-3:hover img.menu-icon.product {
    width: 50px;
    opacity: 1;
    filter: grayscale(0);
}
.category-dropdown-2:hover, .category-dropdown-1:hover , .category-dropdown-3:hover {
    background-color:#7b1a4633;
}

.header-area .main-nav .nav ul.product-submenu.six li.col-lg-3 {
    /* height: 200px;
    min-height: 200px; */
}


.header-area .main-nav .nav ul.product-submenu.\31 .six {
    /* height: 200px;
    min-height: 200px; */
}

.six li.col-lg-3 {
    width: 30%;
    /* padding: 90px 8px; */
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
}

.background-header ul.menu-submenu{
    top: 5em !important;
}
   
.background-header.header-area .main-nav .nav li.dropdown ul.product-submenu{
    top: 11em !important;
}
.popup-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: lightgreen;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


ul.color-list{
    display: flex;
}

.product-page h1{
    margin-bottom: 30px;
}

.row.product-details{
    padding: 10px;
    padding-left: 0px;
    margin-top: 20px;
}
.featured.section.product-page .left-image img{padding: 0;}
.featured.section.product-page .section-heading h2 {
    width: 100%;
}
.featured.section.product-page .color-item span {
    font-size: 12px;
    font-weight: 700;
}
.featured.section.product-page .color-item{
    width: 60px;
    padding: 5px;
    text-align: center;
}
/* 
li.color-item {
    width: 150px;
} */


.featured.section.product-page h5 {
    font-size: 1rem;
}
.product-thumbnail-img{
    max-width: 100px;
    margin-right: 10px;

}
.thumbnail-img {
    max-width: 100px;
    margin-right: 10px;
    cursor: pointer;
}

.thumbnail-img {
    max-width: 100px;
    margin-bottom: 10px;
    cursor: pointer;
}
.thumbnail-img.active {
    border: 2px solid #9c316a26;
    background: #9c316a26;
}
#mainImageContainer {
    position: relative;
}
#zoomIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: zoom-in;
}
#mainImageContainer:hover #zoomIcon {
    opacity: 1;
}
#zoomedImageContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
}
#zoomedImage {
    max-width: 50%;
    max-height: 100%;
    margin: auto;
    display: block;
    padding: 20px;
    background: white;
}
.featured.section.product-page .left-image img.thumbnail-img {
    padding: 0;
    width: 40px;
}
.featured.section.who-we-are .col-lg-6.image {
    background-image: url(/media/images/homepage-slide2_1.jpeg);
    background-size: cover;
    padding: 0;
}

.who-we-are .left-image {
    height: 100%;
    width: 100%;
    background: #993365a3;
    padding: 0;
    opacity: 0.5;
    background: linear-gradient(79deg, #00000029, #993365);

}
.col-lg-5.product-image {
    /* background: #fafafa4d; */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* padding: 35px 30px; */
}

/* mega menu new */
.navbar-brand {
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.mega-menu-2 {
    /* display: none; */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mega-menu-2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.mega-menu-2 h5 {
    margin-top: 0;
}

.mega-menu-2 ul {
    list-style: none;
    padding: 10px;

}

.mega-menu-2 ul li {
    margin-bottom: 10px;
}

.mega-menu-2 ul li a {
    color: #333;
    text-decoration: none;
    font-size: 0.8em;
}

.mega-menu-2 ul li a:hover {
    color: #007bff;
}

.icon-menu-product{width: 30px;}

#success-modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

#success-modal .glyphicon {
    font-size: 24px;
    margin-right: 10px;
}

#success-modal.show {
    display: block;
}
.modal-body{
    text-align: center;
    padding: 70px;
}

.modal-body .fa-check-circle::before{
    color: #973464;
}
.product-page .best-deal .tabs-content ul.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 80px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    text-align: center;
    width: 100%;
}

.product-page .best-deal {
    background-color: #fafafa;
    padding: 40px 0px;
    margin-bottom: 50px;
}


.product-page .best-deal h2{
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.2rem;
}
.product-page .section.best-deal{
    margin-top: 20px;
}

.header-area .main-nav .nav li.dropdown .mega-menu-2 {
    /* height: inherit !important; */
    overflow-y: unset;
    background: #fff;
    position: fixed;
    /* top: 5em; */
    top: 6.2em;
    left: 0;
    width: 100%;
    /* padding: 0 2em; */
    padding: 1.5em 1em;
    /* overflow-y: scroll; */
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
}
.header-area.header-sticky.background-header .main-nav .nav li.dropdown .mega-menu-2{
    top: 5em;
}

.header-area .main-nav .nav li.dropdown .mega-menu-2 .col-md-3 .product-item {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    height: 100px;
    line-height: 100px;
}

.header-area .main-nav .nav .mega-menu-2 li a {
    display: block;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    font-size: 12px;
    height: 38px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
    text-align: left;
    margin-left: 2px;
}

.header-area .main-nav .nav .mega-menu-2 li img {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.header-area .main-nav .nav .mega-menu-2 li:last-child a{
    background-color: unset;
}

.mega-menu-2 h5 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
}

.header-area .main-nav .nav .mega-menu-2 li {
    padding-left: 0px;
    padding-right: 0px;
    height: 50px;
    line-height: 85px;
}

.header-area .main-nav .nav .mega-menu-2 li:hover a {
    color: #993365;
}

.header-area .main-nav .nav .mega-menu-2 li:hover {
    background-color:unset;
}


/* .header-area .main-nav .nav .mega-menu-2 li:last-child:hover a{
    background-color: unset;
} */

.header-area .main-nav .nav .mega-menu-2 li:last-child:hover a {
    background-color: unset;
}

.fun-facts .counter.clients:after {
    content: "\f058"; 
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.fun-facts .counter.years:after {
    content: "\f017"; 
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.fun-facts .counter.world:after {
    content: "\f279"; 
    font-family: 'Font Awesome 6 Free', Arial, sans-serif;;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.carousel-thumbnails {
    text-align: center;
    margin-top: 10px;
}

.best-deal.homepage .info-table ul li {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 400;
}
.best-deal.homepage .info-table ul li span {
    font-size: 12px;
    color: #993365;
    font-weight: 700;
    float: unset;
    display: inline-block;
}
.best-deal.homepage .info-table {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
}
.best-deal.homepage .tabs-content ul.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 80px;
    align-items: end;
    justify-content: center;
    margin-top: 0px;
}
.best-deal.homepage .section-heading{
    text-align: center;
}

.video-content.homepage {
    margin-top: -340px;
    background: red;
}
.best-deal.homepage .tab-content img {
    padding: 0px 10px;
}

.row.properties.produkte-onclick img {
    max-width: 250px;
    max-height: 180px;
}

.row.properties.produkte-onclick .main-button a {
    display: inline-block;
    background-color: #993365;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
}
/* #product-show-dropdown {
    display: inline-block;
    background-color: #993365;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
} */
.section.best-deal.homepage .icon-button span {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0px 0px;
    border-radius: 25px;
    transition: all .3s;
}

.section.best-deal.homepage .icon-button span i {
    background-color: #993365;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-left: -1px;
}

#product-show-dropdown:hover {
    cursor: pointer;
}
.properties.produkte-onclick .item {
    margin-top: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* padding: 30px 20px; */
}
.properties.top-products .item h4 {
    height: 70px;
}

.properties.top-products .item i {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #993365;
    font-size: 25px;
}
.properties.produkte-onclick .item h4 {
    font-size: 19px;
    margin: 25px 0px;
    height: 60px;
}
.properties.top-products .item{
    background: white;
}

.properties.produkte-onclick .item{
    background: white;
}
.header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
}

.header-area .main-nav .nav li.produkte {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
}
.product-page .info-table{
    background:#fafafa;
}
.product-page .product-image{
    background:#fafafa;
    border-radius: 10px;
}

li.col-lg-6.color-item img {
    width: 150px;
}

.product-page .section.add-info {
    margin-top: 20px;
    background-color: white;
    padding: 40px 0px;
    margin-bottom: 50px;
}
.product-page .col-lg-12.info {
    padding: 10px 60px;
}

.product-page .info {
    /* Your styles here */
}

.product-page .info .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-page .info .image-item {
    text-align: center;
    margin: 0 10px; 
    width: 300px; 
}

.product-page .info .image-item img {
    width: 100%;
    height: 90%;
}
.featured.section.product-page .accordion-body {
    text-align: justify;
}
.product-page .info .image-item .image-foot-4{
    margin-left: -100px;
}
.product-page .info .image-description {
    margin-top: 2px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #993365;
}
.product-page .info h4 {
    
}

.product-page .info p.item-description {
    margin-top: 20px;
}

.featured.section.product-page .info-table{
    padding: 20px 12px 0;

}
.quote-button button.nav-link {
    background: black;
    color: white;
    border-radius: 10px;
    margin: auto;
}
.quote-button:hover button.nav-link {
    background: #993365;
    color: white;
    border-radius: 10px;
    margin: auto;
}

.featured.section.product-page .info-table ul li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

/* .featured.section.product-page .info-table ul li h4 span {
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
} */

.featured.section.product-page .info-table ul li h4 {
    font-size: 18px;
    font-weight: 600;
}

.product-page .equal-height-row {
    display: flex;
}

.product-page .equal-height-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* .product-page .product-image,.product-page .section-heading,.product-page .info-table {
    height: 100%;
} */


.logo{
    width: 180px;
    margin-top: 2px;
}
header.header-area.header-sticky.background-header .logo {
    width: 150px;
}

header.header-area.header-sticky.background-header .main-nav ul.nav {
    margin-top: 29px;
}

.header-area .main-nav .nav .dropdown:hover li a {
    color: black;
}

.header-area .main-nav .nav .dropdown:hover li:hover a {
    color: #993365;
}

.header-area .main-nav .nav li.dropdown ul.menu-submenu li a{
    color: black !important;
}
.header-area .main-nav .nav li.dropdown ul.menu-submenu li ul.product-submenu li:hover a{
    color: #993365 !important;
}
.header-area .main-nav .nav li.dropdown ul.menu-submenu li ul.product-submenu li.col-lg-3:hover a{
    color: #993365 !important;
}

/* .main-banner .item.item-1 {
     background-position: top center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin-top: 0px;
    height: 100vh;
    height: calc(100vh - 100px);
    background-image: none !important;
    background-color: #1e1e1e;
} */

.item.item-1 .featured.header-text {
    width: 50%;
    /* backdrop-filter: grayscale(0.9); */
    padding: 70px 10px;
    text-align: left;
}

.item.item-1:hover .featured.header-text {
    /* backdrop-filter: grayscale(0.7); */
}

.item.item-1 .featured.header-text .featured.sub{
    /* width: 50%; */
    width: 100%; /* Take full width on smaller screens */
    max-width: 100%; /* Ensure maximum width */
    margin: 0 auto; 
}
.item.item-1 .featured.header-text h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.item.item-1 .featured.header-text p {
/* margin-bottom: 100px; */
padding-bottom: 30px;
color: white;
line-height: 32px;
font-size: 17px;
text-align: justify;
}

.featured.section.who-we-are .accordion-body {
    text-align: justify;
}
.button-call a.call-action-button {
    background: #9a3060;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
}

.cloth-image-8{
margin-right: -100px;
}
.button-call{
    margin-bottom: 50px;
    padding-bottom: 0px;
    margin-top: 20px;
}

.container.footer {
    padding: 30px 0px;
    background-color: white;
    /* display: flex; */
    text-align: center;
    /* color: white; */
}
/* color : "#993365" */
footer {
    margin-top: 150px;
    background-color: white !important;
    min-height: 100px;
}
.footer.col-lg-3 h4 {
    color: #9a3366;
    font-size: 16px;
}
.footer.col-lg-3 li {
    color: black;
    font-size: 14px;
    padding: 10px;
}
.footer.col-lg-3 {
    text-align: center;
    padding-left: 20px;
}
.main-banner .featured.header-text .featured.sub span.category{
    font-size: x-large;
    color: white;
    background-color: unset;
    padding: 0;
}
.main-banner .featured.header-text .featured.sub span.category em{
    font-size: x-large;
    /* color: white; */
    background-color: unset;
    padding: 0;
}

/* .header-area .main-nav .nav li.dropdown ul.menu-submenu {
    height: inherit !important;
    overflow-y: unset;
    background: #fff;
    position: fixed;
    top: 6.2em;
    left: 0;
    width: 100%;
    padding: 0 2em;
    /* overflow-y: scroll;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
} */

ul.menu-submenu li.col-lg-3 a{

        display: unset !important;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: 500;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        text-transform: capitalize;
        color: #1e1e1e;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: transparent;
        letter-spacing: .25px;

}


/* .header-area .main-nav .nav li:last-child a */
.header-area .main-nav .nav ul.menu-submenu li.col-lg-3:last-child a{
    background-color: unset;
    color: black;
    /* font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 20px;
    padding-left: 0px;
    padding-left: 20px; */
    
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
}

.header-area .main-nav .nav li.dropdown ul.product-submenu {
    height: inherit !important;
    overflow-y: unset;
    background: #fff;
    position: fixed;
    top: 12.4em;
    left: 0;
    width: 100%;
    padding: 0 2em;
    /* overflow-y: scroll; */
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
}

.header-area .main-nav .nav li.dropdown ul.product-submenu.\31 .six{
    display: inline-table;
}

img.menu-icon {
    width: 100px;
    opacity: 0.8;
    filter: grayscale(0.8);
}

a.cat-dropdown:hover img.menu-icon {
    width: 100px;
    opacity: 1;
    filter: grayscale(0);
}
img.menu-icon.product {
    width: 50px;
    opacity: 0.8;
    filter: grayscale(0.8);
}
ul.product-submenu.\31 .six li.col-lg-3:hover img.menu-icon.product {
    width: 50px;
    opacity: 1;
    filter: grayscale(0);
}
.category-dropdown-2:hover, .category-dropdown-1:hover , .category-dropdown-3:hover {
    background-color:#7b1a4633;
}

.header-area .main-nav .nav ul.product-submenu.six li.col-lg-3 {
    /* height: 200px;
    min-height: 200px; */
}


.header-area .main-nav .nav ul.product-submenu.\31 .six {
    /* height: 200px;
    min-height: 200px; */
}

.six li.col-lg-3 {
    width: 30%;
    /* padding: 90px 8px; */
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-right: 30px;
}

.background-header ul.menu-submenu{
    top: 5em !important;
}
   
.background-header.header-area .main-nav .nav li.dropdown ul.product-submenu{
    top: 11em !important;
}
.popup-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: lightgreen;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


ul.color-list{
    display: flex;
}

.product-page h1{
    margin-bottom: 30px;
}

.row.product-details{
    padding: 10px;
    padding-left: 0px;
    margin-top: 20px;
}
.featured.section.product-page .left-image img{padding: 0;}
.featured.section.product-page .section-heading h2 {
    width: 100%;
    

}
.featured.section.product-page .color-item span {
    font-size: 12px;
    font-weight: 700;
}
.featured.section.product-page .color-item{
    width: 60px;
    padding: 5px;
    text-align: center;
}
/* 
li.color-item {
    width: 150px;
} */


.featured.section.product-page h5 {
    font-size: 1rem;
}
.product-thumbnail-img{
    max-width: 100px;
    margin-right: 10px;

}
.thumbnail-img {
    max-width: 100px;
    margin-right: 10px;
    cursor: pointer;
}

.thumbnail-img {
    max-width: 100px;
    margin-bottom: 10px;
    cursor: pointer;
}
/* .thumbnail-img.active {
    border: 2px solid blue;
} */
#mainImageContainer {
    position: relative;
}
#zoomIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: zoom-in;
}
#mainImageContainer:hover #zoomIcon {
    opacity: 1;
}
#zoomedImageContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
}
#zoomedImage {
    max-width: 50%;
    max-height: 100%;
    margin: auto;
    display: block;
    padding: 20px;
    background: white;
}
.featured.section.product-page .left-image img.thumbnail-img {
    padding: 0;
    width: 40px;
}
.featured.section.who-we-are .col-lg-6.image {
    background-image: url(/media/images/homepage-slide2_1.jpeg);
    background-size: cover;
    padding: 0;
}

.who-we-are .left-image {
    height: 100%;
    width: 100%;
    background: #993365a3;
    padding: 0;
    opacity: 0.5;
    background: linear-gradient(79deg, #00000029, #993365);

}
.col-lg-5.product-image {
    /* background: #fafafa4d; */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* padding: 35px 30px; */
}
.featured.section.who-we-are div#accordionExample {
    background: #993365;
}
.featured.section.who-we-are{
    background: white;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 120px;
}
.video.section {
    margin-top: 0;
    padding: unset !important;
}
.video-before.section {
    background-color:#99336514;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 250px 0px;
    position: relative;
    margin-top: 0;
}
.properties.section.top-products {
    padding-bottom: 60px;
}

div#contact-block {
    margin-top: 0;
}

/* mega menu  */
/* Media query for small screens (e.g., mobile devices) */
@media only screen and (max-width: 767px) {
    /* Adjust the position of the mega menu for smaller screens */
    .background-header .main-nav{
        border-radius: 0;
    }
    .background-header .main-nav{
        box-shadow:unset;
    }
    .mega-menu-2 {
        position: static;
        display: block;
        width: 100%;
        /* Add more styling properties as needed */
    }
    /* Hide the mega menu items by default on smaller screens */
    .mega-menu-2 ul {
        display: none;
    }
    /* Show the mega menu items when the parent <li> item is clicked */
    .dropdown.produkte:hover .mega-menu-2 ul {
        display: block;
    }
    .item {
        padding: 20px; /* Reduce padding for smaller screens */
      }
      .item.item-1 .featured.header-text {
              width: 100%; /* Take full width on smaller screens */
              padding: 30px 20px; /* Adjust padding as needed */
      }
    ul.responsive-menu-list li.active {
        background: #9b3060;
    }
    li.has-submenu.active a {
        color: white;
    }
    .properties.section.top-products {
        margin-top: 30px;
    }
    div#contact-block {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 20px;
        background: #e7e7e7;
    }
    div#contact-block .section-heading {
        margin-bottom: 130px;
    }
    div#contact-block .section-heading .contact .section-heading h2 {
        color: black;
        margin-bottom: 40px;
        padding-bottom: 100px;
        font-size: 25px;
        line-height: 30px;
    }

    .contact-content{
        margin-top: -120px;
        background: #e7e7e7;
    }
    footer{margin-top: 20px;}
    
    .contact-content > .container > .row {
        flex-direction: column-reverse;
    }
    .contact .section-heading h2 {
        color: black;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: -30px;
    }
    .featured .section-heading h2 {
        width: 90%;
        text-transform: uppercase;
    }
    .video .section-heading h2{
        text-transform: uppercase;
    }
    /* .featured .section-heading h2 {
        
        
    }
     */
    .section-heading h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: unset;
        margin-top: 20px;
        line-height: 40px;
        margin-bottom: -50px;
    }
    .best-deal .tabs-content ul.nav-tabs li {
        margin: 0px 2px;
    }
    .featured.section.product-page .section-heading h2{

    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: -30px;
    }
    .container.additional-product-info {
        padding: 0;
    }
    .container.additional-product-info .row{
        padding: 0;
    }
    .product-page .col-lg-12.info {
        padding: 0;
    }
    .main-banner .item.item-1{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin-top: 0px;
    height: calc(100vh - 100px);
    background-image: url(/media/images/banner-new1.jpeg) !important;
    background-color: #1e1e1e;
    /* background-position: unset; */
    
    }
    .main-banner .item.item-1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgb(0 0 0 / 75%), rgb(0 0 0 / 80%));
    }
    .hidden-mobile {
        display: none !important;
    }
    .reponsive-menu li.mobile-menu-contact {
        background: black;
        padding: 10px 0px !important;
        border-bottom: 4px solid #9b3060;
    }
    .reponsive-menu li.mobile-menu-contact i{
    background: #9b3060;
    padding: 10px;
    border-radius: 50px;
    }
    .reponsive-menu li.mobile-menu-contact a{
        margin-left: -10px;
        }

    /* .row.top-products {
        display: flex;
        width: 1000px;
        margin: 0 auto;
    }
    .row.top-products .col-lg-4.col-md-6 {
        flex: 0 0 auto;
        width: calc(100% / 3);
    } */
    .row.mobile-scroll {
        overflow-x: auto;
    }

    .row.top-products {
        width: auto;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .row.top-products .col-lg-4 {
        width: 100%;
        flex: 0 0 auto;
    }
     /* Hide the scrollbar */
    .row.mobile-scroll::-webkit-scrollbar {
        display: none;
    }
    .scroll-arrows {
        text-align: center;
        margin-top: -35px;
        font-size: 24px;
    }
    .scroll-arrows button {
        color: #9b3060;
        background: none;
    }
    div#product-show-dropdown{display: none;}
    .icon-button.Umrandungen.mobile.hidden-mobile {
        display: unset !important;
    }
    .best-deal.homepage .info-table{margin-top: 20px;}
    .col-lg-3.attr.order-3.order-lg-1 {
        text-align: center;
    }
    .language-block {
        width: 30px;
        height: 30px;
        margin-top: 27px !important;
        filter: drop-shadow(2px 2px 2px black);
        opacity: 0.9;
        right: 90px !important;
        position: absolute;
        
    }
    
    ul.language.dropdown-menu {
        display: block;
        position: absolute;
        left: -60px;
        top: 51px !important;
        border: none;
        border-radius: unset;
        padding: 0;
    }
    
    .language-flag.active-language {
        width: 30px;
        height: 30px;
        
    }
}

 
/* CSS for mobile and tablet devices */
@media (max-width: 991px) {
    .dropdown.produkte .mega-menu-2 {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .dropdown.produkte .mega-menu-2.open {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
}


/* mega menu new */
.navbar-brand {
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.mega-menu-2 {
    /* display: none; */
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mega-menu-2 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.mega-menu-2 h5 {
    margin-top: 0;
}

.mega-menu-2 ul {
    list-style: none;
    padding: 10px;

}

.mega-menu-2 ul li {
    margin-bottom: 10px;
}

.mega-menu-2 ul li a {
    color: #333;
    text-decoration: none;
    font-size: 0.8em;
}

.mega-menu-2 ul li a:hover {
    color: #007bff;
}

.icon-menu-product{width: 30px;}

#success-modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

#success-modal .glyphicon {
    font-size: 24px;
    margin-right: 10px;
}

#success-modal.show {
    display: block;
}
.modal-body{
    text-align: center;
    padding: 70px;
}

.modal-body .fa-check-circle::before{
    color: #973464;
}
.product-page .best-deal .tabs-content ul.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 80px;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
    text-align: center;
    width: 100%;
}

.product-page .best-deal {
    background-color: #fafafa;
    padding: 40px 0px;
    margin-bottom: 50px;
}


.product-page .best-deal h2{
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.2rem;
}
.product-page .section.best-deal{
    margin-top: 20px;
}

.header-area .main-nav .nav li.dropdown .mega-menu-2 {
    /* height: inherit !important; */
    overflow-y: unset;
    background: #fff;
    position: fixed;
    /* top: 5em; */
    top: 100px;
    left: 0;
    width: 100%;
    /* padding: 0 2em; */
    padding: 1.5em 1em;
    /* overflow-y: scroll; */
    transition: 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1em;
    text-align: center;
    border-top: 2px solid #993365;
    border-bottom:none;
}
.header-area.header-sticky.background-header .main-nav .nav li.dropdown .mega-menu-2{
    top: 5em;
}

.header-area .main-nav .nav li.dropdown .mega-menu-2 .col-md-3 .product-item {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    height: 100px;
    line-height: 100px;
}

.header-area .main-nav .nav .mega-menu-2 li a {
    display: block;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 500;
    font-size: 12px;
    height: 38px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
    text-align: left;
    margin-left: 2px;
}

.header-area .main-nav .nav .mega-menu-2 li img {
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
}

.header-area .main-nav .nav .mega-menu-2 li:last-child a{
    background-color: unset;
}

.mega-menu-2 h5 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
}

.header-area .main-nav .nav .mega-menu-2 li {
    padding-left: 0px;
    padding-right: 0px;
    height: 50px;
    line-height: 85px;
}

.header-area .main-nav .nav .mega-menu-2 li:hover a {
    color: #993365;
}

.header-area .main-nav .nav .mega-menu-2 li:hover {
    background-color:unset;
}


/* .header-area .main-nav .nav .mega-menu-2 li:last-child:hover a{
    background-color: unset;
} */

.header-area .main-nav .nav .mega-menu-2 li:last-child:hover a {
    background-color: unset;
}

.fun-facts .counter.clients:after {
    content: "\f058"; 
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.fun-facts .counter.years:after {
    content: "\f017"; 
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.fun-facts .counter.world:after {
    content: "\f279"; 
    font-family: 'Font Awesome 6 Free', Arial, sans-serif;;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #993365;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: white; 
    font-size: 24px; 
    line-height: 50px;
    text-align: center; 
    
}
.carousel-thumbnails {
    text-align: center;
    margin-top: 10px;
}

.best-deal.homepage .info-table ul li {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: 12px;
    color: #1e1e1e;
    font-weight: 400;
}
.best-deal.homepage .info-table ul li span {
    font-size: 12px;
    color: #993365;
    font-weight: 700;
    float: unset;
    display: inline-block;
}
.best-deal.homepage .info-table {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 20px 0;
}
.best-deal.homepage .tabs-content ul.nav-tabs {
    border-bottom: none !important;
    margin-bottom: 80px;
    align-items: end;
    justify-content: center;
    margin-top: 0px;
}
.best-deal.homepage .section-heading{
    text-align: center;
}

.video-content.homepage {
    margin-top: -340px;
    background: red;
}
.best-deal.homepage .tab-content img {
    padding: 0px 0px;
}

.row.properties.produkte-onclick img {
    max-width: 260px;
    max-height: 180px;
}

.row.properties.produkte-onclick .main-button a {
    display: inline-block;
    background-color: #993365;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
}
/* #product-show-dropdown {
    display: inline-block;
    background-color: #993365;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border-radius: 25px;
    transition: all .3s;
} */
.section.best-deal.homepage .icon-button span {
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0px 0px;
    border-radius: 25px;
    transition: all .3s;
}

.section.best-deal.homepage .icon-button span i {
    background-color: #993365;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-left: -1px;
}

#product-show-dropdown:hover {
    cursor: pointer;
}
.properties.produkte-onclick .item {
    margin-top: 40px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    /* padding: 30px 20px; */
}
.properties.top-products .item h4 {
    height: 70px;
}

.properties.top-products .item i {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #993365;
    font-size: 25px;
}
.properties.produkte-onclick .item h4 {
    font-size: 19px;
    margin: 25px 0px;
    height: 60px;
}
.properties.top-products .item{
    background: white;
}

.properties.produkte-onclick .item{
    background: white;
}
/* .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
} */

.header-area .main-nav .nav li.produkte {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    line-height: 60px;
}
.product-page .info-table{
    background:#fafafa;
}
.product-page .product-image{
    background:#fafafa;
    border-radius: 10px;
}

li.col-lg-6.color-item img {
    width: 150px;
}

.product-page .section.add-info {
    margin-top: 20px;
    background-color: white;
    padding: 40px 0px;
    margin-bottom: 50px;
}
.product-page .col-lg-12.info {
    padding: 10px 60px;
}
h3.error-404-page {
    color: #983365;
}
.product-page .info {
    /* Your styles here */
}

.product-page .info .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-page .info .image-item {
    text-align: center;
    margin: 0 10px; 
    width: 300px; 
}

.product-page .info .image-item img {
    width: 100%;
    height: 90%;
}

.product-page .info .image-description {
    margin-top: 2px;
    margin-bottom: 15px;
}

.featured.section.product-page .info-table{
    padding: 20px 12px 0;
    height: 100%;

}

.featured.section.product-page .info-table ul li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.featured.section.product-page .info-table ul li h4 span {
    font-size: 14px;
    color: #8a6e6e;
    font-weight: 400;
}

.featured.section.product-page .info-table ul li h4 {
    font-size: 18px;
    font-weight: 600;
}

.product-page .equal-height-row {
    display: flex;
}

.product-page .equal-height-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .product-page .product-image,.product-page .section-heading,.product-page .info-table {
    height: 100%;
} */

.header-area .main-nav ul.nav {
    display: flex;
    flex-direction: row; /* Ensure items are arranged horizontally */
    align-items: center; /* Align items vertically */
    margin-top: 40px;
    justify-content: flex-end; /* Align items to the right */
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding: 0 10px; /* Adjust padding as needed */
    height: 50px; /* Adjust height as needed */
    line-height: 50px;
}

.header-area .main-nav .nav li.produkte {
    height: 50px; /* Adjust height as needed */
    line-height: 50px;
}

.header-area .main-nav .nav li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #1e1e1e;
    -webkit-transition: all 0.4s ease 0s; /* Corrected semicolon placement */
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: transparent;
    letter-spacing: .25px;
}

.header-area .main-nav .nav li {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 60px !important;
    line-height: 60px !important;
}


/* banner home page */

/* Add this CSS for responsiveness */
.main-banner {
    position: relative;
    overflow: hidden;
  }
  
  .banner {
    display: flex;
    flex-wrap: wrap;
  }
  
  .item {
    flex: 1 0 100%; /* Ensure each item takes full width */
    text-align: center;
  }
  
  /* Adjust background image size */
  .item.item-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px; /* Add some padding for better readability */
  }
  
  /* Make the font size responsive */
  .item.item-1 .featured.sub {
    font-size: 16px; /* Base font size */
    max-width: 600px; /* Limit text width for better readability */
    margin: 0 auto; /* Center align text */
  }
  
  /* Adjust button styles for better responsiveness */
  .button-call {
    margin-top: 20px;
  }
  
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .item {
      padding: 20px; /* Reduce padding for smaller screens */
    }
  }
  


  /* Hide the menu on small screens */
@media (max-width: 767px) {
    body{
        background: white;
    }
    .product-page .equal-height-row {
        display: unset;
    }
    .section.best-deal.homepage .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .col-lg-12.best-deals {
        padding: 0px;
    }
    .best-deal .tabs-content .nav-link {
        font-size: 12px;
        padding: 0px 15px;
        height: 50px;
        line-height: 40px;
    }
    ul.nav.nav-tabs.mobile {
        margin-bottom: 40px !important;
    }
    .header-area .main-nav.mobile .logo {
        top: 0px
    }
    nav.main-nav.mobile .nav.mobile {
      display: none !important;
    }
    .mobile-menu-toggle {
        display: unset !important;
        cursor: pointer;
        width: 100%;
        text-align: right;
    }
    button.mobile-menu-toggle {
        display: unset !important;
        cursor: pointer;
        height: 80px;
        /* font-size: 50px; */
        font-size: 40px;
        background: white;
        color: #9a3060;
        text-align: right;
        /* cursor: pointer; */
        width: 50px;
      }
      .row {
        margin-right: 0px;
        margin-left: 0px;
      }
      .best-deal .icon-button {
        margin-top: 30px;
        text-align: center;
    }
    .button-call {
        margin-top: 5px;
        text-align: center;
    }
    .button-call-up {
        text-align: center;
    }
    .col-lg-6.image {
        display: none;
    }
    .featured.section.who-we-are{
        margin-top: -30px;
    }
    .video.section {
        margin-top: 30px;
        height: 800px;
    }
    .fun-facts {
        text-align: center;
        margin-top: -150px !important;
    }
    .section.best-deal.homepage{
        margin-top: 60px;
    }
  }
  
  /* Style the hamburger icon */
  .mobile-menu-toggle {
    display: none;
    cursor: pointer;
    width: 100%;
  }
  
  .mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
  }
  
  /* Rotate the hamburger icon for open/close effect */
  .mobile-menu-toggle.open span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  
  .mobile-menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  
  .mobile-menu-toggle.open span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  


  

  .reponsive-menu {
    display: none; /* Hide the menu by default */
}

@media (max-width: 767px) {
    .reponsive-menu {
        display: block;
        background: white;
        padding: 0 !important;
        position: absolute;
        left: 0;
        top: 80px;
    }
    .product-list {
        display: none; /* Hide the product-list by default */
        text-align: left;
        font-size: 14px;
    }
    
}

ul.responsive-menu-list {
    font-size: 16px;
    padding: 0px;
}
ul.responsive-menu-list li {
    padding: 20px 5px;
}
ul.responsive-menu-list .submenu {
    background-color: #f1f1f11c;
}

/* ul.responsive-menu-list li.active {
    background: #9b306024; Set the background color for the active element
} */

ul.contact-footer p{
    line-height: 12px;
    color: black;
    margin-top: 20px;
}
ul.contact-footer{
    margin-top: 10px;
}
.footer-companysite {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #9a3466;
}
.footer-h4{
    color: #1e1e1e;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: large;

    text-align: center;
    position: relative;
      
}
.footer-h4::after {
    content: '';
    display: block;
    width: 50px; /* Adjust the width as needed */
    height: 3px; /* Adjust the height as needed */
    background-color: #9f3268; /* Adjust the color as needed */
    margin: 0 auto; /* Center the line */
    position: absolute;
    bottom: -5px; /* Adjust the distance from the heading */
    left: calc(50% - 25px); /* Center the line horizontally */
  }
  .container.footer li a {
    font-size: 14px;
    font-weight: 400;
  }
p.footer-companyname {
    line-height: 24px;
    color: black;
    margin-top: 15px;
    font-weight: 700;
}

#product-list-page .product-item {
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}
#product-list-page #product-show-dropdown a{
    display: inline-block;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 10px;
    border-radius: 25px;
    transition: all .3s;
}
#product-list-page #product-show-dropdown {
    text-align: right;
    margin-top: 10px;
}
#product-list-page #product-show-dropdown a i{
background-color: #993365;
height: 30px;
width: 30px;
text-align: center;
border-radius: 50%;
line-height: 30px;
display: inline-block;
margin-right: 0px;
margin-left: 20px;

}


#product-list-page .product-details {
    display: flex;
    align-items: center;
}
#product-list-page span{
    background: #fbd9cf;
    padding: 1px 10px;
    border-radius: 5px;
    color: #1e1e1e;
}

#product-list-page .product-image img {
    width: 100px;
    height: auto;
    margin-right: 20px; 
}
#product-list-page h2 {
    margin: 10px 0;
}

.cat-image-filter{
    width: 25px;
}

.filter-page-top {
    /* background: #993365; */
    background: #2c2c2c;
    color: white;
    margin-bottom: 20px;
}
.filter-page-top .container{
    display: flex;
    /* padding: 15px; */
}
.filter-page-top input[type="checkbox"]{
    display: none;
}

.filter-page-top input[type="checkbox"]:checked + .filter-page-top .checkbox::before {
    background-color: #007bff; /* Change to desired checked color */
}
.filter-page-top input[type="checkbox"]:active + .filter-page-top .checkbox::before {
    background-color: #0056b3; /* Change to desired active color */
}

.filter-page-top #category-options label{
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 0;
}

.filter-page-top #category-options label.selected {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    /* background: #fbd9cf; */
    background: #993365;
    color: white;
}
.filter-page-top .filter-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-page-top #search-container {
    margin-left: auto; 
    padding: 15px;
    
}

.filter-page-top #search-container #search{
    width: 300px;
    background: white;
    border: 0;
    border-radius: 5px;
    /* padding: 10px; */
    margin: 0;
}
.filter-page-top #search-container label{
    margin: 0;
}
.filter-page-top #search-container #search::placeholder {
    color: gray; 
    margin-left: 20px;
    padding: 5px;
    font-size: 12px;
}

.staticpage{
    background:#ececec;

}
.staticpage .container{
    padding: 100px;
    background: white;
    border-radius: 10px;
    margin-top: 50px;
}

.staticpage h1{
    padding: 20px 0;
    margin-bottom: 20px;
}
.category-page .container {
    padding: 20px;
    /* background: white; */
    border-radius: 10px;
    margin-top: 50px;
}
.category-page h1 {
    padding: 20px 0;
    margin-bottom: 20px;
    color: #993365;
}
.category-page p{
    
    margin-bottom: 50px;
}
/* footer{
    margin-top: 0;
} */

/* Media query for mobile devices */
@media only screen and (max-width: 600px) {
    /* Adjust padding and margin for mobile devices */
    .staticpage .container {
        padding: 20px;
        margin-top: 0px;
    }
    .staticpage h1{
        padding: 0;
        font-size: 24px;
        margin-top: 50px;
    }
    .category-page .container {
        padding: 20px;
        margin-top: 0px;
    }
    .category-page h1 {
        padding: 0;
        font-size: 24px;
        margin-top: 50px;
    }
    .filter-page-top .container{
        display: unset;
    }
    .filter-page-top #category-options {
        display: grid;
    }
}

.social-icons img {
    margin-top: 3px;
}

.social-icons img {
    width: 30px;
    margin: 2px;
}


.contact-content .item.phone {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-content .item.phone:before {
    content: '\f095'; /* Unicode for phone icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Adjust if necessary */
    font-size: 50px; /* Adjust size as needed */
    color: #993365;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    margin-left: 0px;
}

.contact-content .item.phone .text {
    text-align: right;
}

.contact-content .fa-phone::before {
    content: "\f095";
    font-size: 40px;
    color: #993365;
}
.contact-content .fa-envelope::before {
    content: "\f0e0";
    font-size: 40px;
    color: #993365;
}


.contact-content .item.email .text {
    text-align: right;
}


.contact-content .item.email {
    display: flex;
    align-items: center;
    position: relative;
}

.contact-content .item.email:before {
    content: '\f0e0'; /* Unicode for phone icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; /* Adjust if necessary */
    font-size: 50px; /* Adjust size as needed */
    color: #993365;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    margin-left: 0px;
}

.contact-content .item h6{
    margin-left: 40px;
}

.contact-content #contact-form input {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    background-color: #e7e7e7;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 15px;
}
.contact-content #contact-form textarea {
    background-color: #e7e7e7;
    border-radius: 10px;
}
.contact-content #contact-form button {
    background-color: #1e1e1e;
    height: 44px;
    border-radius: 10px;
    padding: 0px 20px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
    width: 100%;
}

.modal-backdrop.show {
    opacity: .1;
}

/* dashboard */


.buttons-top .card {
    width: 15%;
    margin: 2%;
    height: 150px;
    padding: 0;
}

.buttons-top {
    display: flex;
}

.dashboard-page .sidebar-nav ul .sidebar-item .sidebar-link.active {
    background-color: #a38a9517;
    color: #9a3060;
}
header.app-header.dashboard-header.card .dropdown-menu.dropdown-menu-notifications.dropdown-menu-animate-up.show {
    left: -25px;
    padding: 20px;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
    line-height: 15px;
    position: relative;
    margin: 0px 0px 2px;
    padding: 10px;
}

.nav-small-cap {
    margin-top: 15px;
    color: #2A3547;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 12px;
    line-height: 20px;
    text-transform: uppercase;
}


/* header dashboard  */

.dashboard-header .dropdown-menu.dropdown-menu-end.dropdown-menu-animate-up.show {
    right: -25px;
    top: 60px;
    border-radius: unset;
}
.buttons-top {
    display: flex;
}

.buttons-top .card {
    width: 18%;
    margin: 1%;
    height: 120px;
}

/* 
li.mobile-menu-contact {
    background: #9b3060;
  } */


  li.mobile-menu-contact a{
    color: white;
  }


  .icon-button.Umrandungen.mobile.hidden-mobile{
    display: none;
  }

  .password-strength p.strong {
    color: green;
}


.language-flag.active-language{
    width: 24px;
    height: 24px;
    filter: brightness(1);
    opacity: 1;
    /* position: absolute;
    top: 54px;
    left: 195px; */
}
/* .language-block a.dropdown-item {
    padding: 0.1rem 1.2rem;
} */

ul.language.dropdown-menu {
    display: block;
    position: absolute;
    left: -60px;
    top: 53px;
    /* left: 150px;
    top: 98px; */
    border: none;
    border-radius: unset;
    padding: 0;
}
header.header-area.header-sticky.background-header ul.language.dropdown-menu {
    
    top: 43px !important;
    border: none;
    border-radius: unset;
    padding: 0;
}

.language-flag{
    width: 24px;
    height: 24px;
    opacity: 0.85;
    filter: brightness(0.9);
}
ul.language.dropdown-menu li a.dropdown-item {
    padding: 10px 20px;
}
.selected a.dropdown-item:hover {
    background: unset;
    cursor: unset;
}
.selected a.dropdown-item {
    color: white;
}
li.language.selected {
    background: #9933658a;
}
.language-block {
    width: 80px;
    height: 30px;
    margin-top: 45px;
    filter: drop-shadow(2px 2px 2px black);
    opacity: 0.9;
    right: -70px;
    position: absolute;
    display: flex;
}
.language-block .dropdown-item {
    display: inline-flex;
    width: 100%;
    padding: 0.1rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.task-detail-page .profile.task form.task_is_Done > input, select, textarea, input#id_title, input.form-control {
    background: #ededed !important;
    border: 1px solid #ededed;
}

.task-detail-page .profile.task form.task_is_Done select#id_status {
    background: #2c2cff5c !important;
    color: #030908;
}

.change-pwd-link{
    text-decoration: underline;
}
.update-button-block {
    text-align: center;
    display: block;
}

header.header-area.header-sticky.background-header .language-block {
    width: 40px;
    height: 40px;
    margin-top: 35px;
    filter: drop-shadow(2px 2px 2px black);
    opacity: 0.9;
    right: -25px;
    position: absolute;
}


.card-body.not-found .not-found {
    padding: 30px 60px;
    text-align: center;
    background-color: white;
}

h1.not-found-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 35px;
    font-family: sans-serif;
    color: #ffffffc2;
}
.not-found-container.container {
    padding: 60px;
}
.not-found-container.container {
    padding: 30px 70px;
}
p.not-found-text {
    padding: 20px 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffffdb;
}

.card-body.not-found .back-home{
    text-align: center;
}


/* quote modal */

.modal-dialog.quote {
    max-width: 50%;
}

.modal-dialog.quote .modal-body {
    text-align: unset;
    padding: 50px 10px;
}
.modal-dialog.quote input{
width: 50%;
height: 44px;
border-radius: 10px;
background-color: #e7e7e77d;
border: none;
margin-bottom: 5px;
font-size: 14px;
padding: 0px 15px;
}
.modal-dialog.quote textarea {
    width: 100%;
    height: 150px;
    max-height: 180px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 40px;
    font-size: 14px;
    padding: 15px 15px;
}

.modal-dialog.quote button#form-submit {
    background: #892e5b;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: -30px;
    color: white;
    font-weight: 500;
}