.headerFirst {
    width: 100%;
    /* height: 129px; */
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 47px;
    z-index: 9;
    background-color: #000000ad;
    transition: all 0.3s ease;
}

.headerSecond {
    width: 100%;
    height: 129px;
    padding: 14px 47px;
    z-index: 9;
    background-color: #000000ad;
    transition: all 0.3s ease;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}

.Header-Main {
    transition: all 0.3s ease;
}

/* .Header-Main {
    width: 100%;
    height: 129px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 47px;
    z-index: 9;
    background-color: #0000003f;
} */

.headerLogo {
    width: 7.2rem;
    height: 3.1rem;
}

/* Sticky Header */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* ............... */

/* ........... */
.social-header {
    width: fit-content;
    /* height: 2.1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-right: 5px;
}

.header-logo {
    width: 14px;
    fill: white;
    cursor: pointer;
}

.header-logo-f {
    width: 8px;
    fill: white;
    cursor: pointer;
}

.header-logo-in {
    width: 14px;
    fill: white;
    cursor: pointer;
}

.header-logo-y {
    width: 16px;
    fill: white;
    cursor: pointer;
}

.header-logo-s {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 16px;
    fill: white;
    cursor: pointer;
}

.header-logo-s:hover {
    fill: rgb(119, 118, 118);
}

.header-logo-search {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 16px;
    fill: rgb(0, 0, 0);
    cursor: pointer;
}

.header-logo-search:hover {
    fill: rgb(143, 141, 141);
}

.headerSearhDiv {
    position: absolute;
    right: 2.6rem;
    top: 67px;
    width: 13.5rem;
    padding: 6px 10px;
    height: 3.5rem;
    background-color: white;
    border-radius: 6px;
    z-index: 99;
}

.headerSearhDiv input {
    margin-top: 8px;
    width: 100%;
    padding: 2px 29px 2px 5px;
    outline: none;
    border: navajowhite;
    border-radius: 4px;
    background-color: rgb(247, 247, 247);
}

.headerSearhDiv input::placeholder {
    font: 14px sans-serif;
    color: rgb(112, 111, 111);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* triangle shape */
.triangle-up {
    position: absolute;
    top: 60px;
    right: 3.9rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.serchIbtn {
    position: absolute;
    top: 8px;
    right: 6px;
}

/* show & hide */
.searchingSec {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.searchingSec.show {
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

.searcharrowI {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.searcharrowI.show {
    visibility: visible;
    transition: all 0.2s ease-in-out;
}

/* nav-cat */
.nav-cat ul li {
    list-style: none;
}

.nav-cat ul li a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font: normal 400 17px / 21px "Montserrat", Helvetica, Arial, Verdana,
        sans-serif;
}

.nav-cat ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    gap: 3rem;
}

.hoavrAnim {
    width: 0px;
    height: 1px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.nav-cat ul li:hover .hoavrAnim {
    width: 100%;
    height: 0.2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.nav-cat ul li {
    position: relative;
}

.drpdwn_main {
    position: absolute;
    top: 15px;
    visibility: hidden;
    width: fit-content;
    height: fit-content;
    z-index: 999 !important;
}

.drpdwn_main2 {
    position: absolute;
    top: 15px;
    right: 0;
    visibility: hidden;
    width: fit-content;
    height: fit-content;
    z-index: 999 !important;
}

.drpdwn {
    margin-top: 28px;
    width: 16rem !important;
    height: 0rem !important;
    background-color: white;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}

.expand-div:hover .drpdwn_main {
    visibility: visible;
}

.expand-div:hover .drpdwn_main2 {
    visibility: visible;
}

.expand-div:hover .drpdwn {
    height: fit-content !important;
    transition: all 0.2s ease-in-out;
}

.dropDownTxt {
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: black;
    transition: all 0.2s ease-in-out;
}

.dropDownTxt:hover {
    background-color: #272c67;
    transition: all 0.2s ease-in-out;
}

.dropDownTxt a {
    color: black !important;
    font-size: 14px !important;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.dropDownTxt:hover a {
    color: white !important;
    transition: all 0.2s ease-in-out;
}

#menuButton {
    display: none;
}

.subcategory-Side {
    margin-left: 4px;
}
.subcategory-Sidee {
    margin-left: 4px;
}

.rArrowSide {
    width: 1rem;
    height: 1rem;
    fill: gray;
    margin-top: -2px;
}

/* sidebar */
@media only screen and (max-width: 1024px) {
    #menuButton {
        display: block;
    }

    .headerFirst {
        height: 83px;
    }

    .headerSecond {
        height: 83px;
    }

    .hedinf {
        display: none !important;
    }

    .header-logo-s {
        margin-right: 1rem;
    }

    .scrollingImage {
        margin-left: -44px !important;
    }
    .step-image img {
        margin-top: 3rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .sideS {
        display: none;
    }

    .scrollingImage {
        width: 100% !important;
        /* margin-top: -20rem !important;
        margin-left: -128px !important; */
    }

    .corporateInfo {
        margin-bottom: 0 !important;
    }

    .Product-fancy-title h1 {
        margin: 3rem auto 0 auto;
    }

    .content-images {
        display: none !important;
    }

    .content-images .gallery {
        display: none !important;
    }
    .cmnt-sent {
        display: block;
        width: 100% !important;
    }
}

@media only screen and (max-width: 425px) {
    .scrollingImage {
        width: 100% !important;
        margin-top: -10rem !important;
        margin-left: -59px !important;
    }
}

.sidebarCross {
    width: 1.2rem;
    height: 1.2rem;
    fill: black;
    z-index: 200000;
}

.scrssbtn {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuButton {
    font-size: 24px;
    padding: 4px;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1000;
    border: 1px solid white;
}

.menuLine {
    margin-top: 3px;
    width: 1.2rem;
    height: 1px;
    background-color: white;
    margin-bottom: 4px;
}

.sidebar {
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    right: -250px;
    /* Hide the sidebar initially */
    transition: right 0.3s ease;
    z-index: 1500;
    padding: 20px;
    overflow-y: auto;
}

.dep {
    margin-bottom: 2rem !important;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar ul li {
    margin: 15px 0;
}

.sidebar ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

.sidebar.active {
    right: 0;
    /* Show the sidebar when active */
}

.sidebar.hidden {
    right: -250px;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .width-100 {
        width: 100%;
    }
}
