.slider1 {
    position: relative;
    display: inline-block;
    /* Adjust as needed */
}

.slider1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 0, 0, 0.5);
    /* Adjust the opacity (0.5) as needed */
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;
}

.hero-section.swiper-slide.swiper-slide-active .hero-text h1 {
    padding-bottom: 100px;
}

.navbar-dropdown.active>a {
    border-bottom: 5px solid #e1e31d;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    background-size: cover;
}

.design-section .row {
    row-gap: 40px;
}

.section-img {
    width: 15%;
}


.category-section .row {
    row-gap: 50px;
}

.category-container {
    margin: 0 50px;
}

.subcategory-section .row {
    row-gap: 50px;
}

.subcategory-section a {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
    background-image: linear-gradient(to right, #e1e31d, #e1e31d 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.subcategory-section a:hover {
    background-position: 0%;
}

/* translation */

.transalation-div {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 30px;
}

.transalation-div img {
    width: 50px;
}

.lang-toggle {
    cursor: pointer;
    font-weight: bold;
    color: #000;
    transition: color 0.3s;
}

.lang-toggle.active {
    color: #000;
    background-color: #e1e31d;
    padding: 4px 9px 0 9px;
    border-radius: 32px;
}

.notranslate {
    unicode-bidi: bidi-override;
    /* Prevents translation */
}

/*  */

.meet-experts .file-input {
    line-height: 45px;
}

#contact-form .file-input {
    padding: 15px 10px 10px 10px;
}

.error-msg {
    color: red;
    font-size: 13px;
}

/* inner sub menu */

.nested-sub-menu,
.inner-submenu {
    display: none;
    /* Hidden by default */
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.has-submenu:hover .nested-sub-menu {
    display: block;
}

.has-inner-submenu {
    position: relative;
}

.has-inner-submenu .inner-submenu {
    top: 0;
    left: 100%;
    /* Position the inner submenu to the right */
    width: 100%;
}

.has-inner-submenu:hover .inner-submenu {
    display: block;
}

/* Styling for links */
.nested-sub-menu a,
.inner-submenu a {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
}

.nested-sub-menu a:hover,
.inner-submenu a:hover {
    background-color: #f0f0f0;
}

.nested-sub-menu .has-inner-submenu>a::before {
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    /* Arrow icon */
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.header-img {
    width: 115px;
    height: 75px;
}

.custom-file-input {
    position: relative;
    display: inline-block;
}

.custom-file-input input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.custom-file-label {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
}

.custom-file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #6c757d;
}

.search-div {
    padding: 50px 0;
}

.search-div h5 {
    text-align: center;
    font-size: 28px;
    margin: 20px 20px;
}

.footer-2030 img {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-top: 50px;
    border-radius: 14px;
    box-shadow: rgb(255 255 255) 0px 4px 12px;
}


/*  */
.image-gallery {
    position: relative;
}

.image-gallery:hover a {
    z-index: 111;
    transform: scale(1) translate(-50%, -50%);
}

.image-gallery a i {
    transition: 0.5s ease-in-out;
}

.image-gallery a {
    transition: 0.5s ease-in-out;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    font-size: 26px;
    transform: scale(0) translate(-50%, -50%);
    top: 54%;
    left: 50%;
}

.image-gallery img {
    width: 100%;
    transition: 0.5s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px;
}

.image-gallery:before {
    background-color: #000;
    z-index: 11;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-gallery:hover:before {
    opacity: 0.5;
}

.image-gallery:hover img {
    transform: scale(1.1);
}

.singleproduct-gallery {
    padding-bottom: 60px;
}

.design-your .heading {
    width: 100%;
}

.design-your .split-line {
    text-align: center !important;
}

.design-head {
    display: flex;
    align-items: center;
}




@media (max-width: 480px) {
    .bannr h1 {
         line-height: unset !important; 
         bottom: 74px; 
         font-size: 27px !important;
    }
}