header {
    position: fixed;
    top: 0px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.0);
    transition: padding 300ms ease;
    z-index: 3000;
    border: 1px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.26);
    transition: all 0.4s ease;
}

header.sticky {
    padding-top: 0px;
    background-color: #000000;
    height: 74px;
    transition: all 0.4s ease;
}


header nav a {
    text-decoration: none;
    color: #bcbcbc;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-right: 10px;
}


header .link-icons {
    display: flex;
    color: #F5F5F5;

}

header .link-icons a span {
    display: inline-block;
    text-align: center;
    background-color: #63748e;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    font-weight: bold;
    position: relative;
    top: -22px;
    right: 10px;
}



/*header .logo {
    transition: all 0.4s ease;
    width: 250px;
    height: 50px;
    margin-left: 200px;
} */

header .logo {
    transition: all 0.4s ease;
    width: 250px;
    height: 50px;
    margin-left: 200px;
    /* Maintain aspect ratio */
}

header .logo-small {
    transition: all 0.4s ease;
    max-height: 50px;
    /* Adjust based on your design for smaller screens */
    height: auto;
    /* Maintain aspect ratio */
    width: auto;
    /* Prevent stretching */
}



.navbar {
    margin-right: 200px;
}

.navbar-nav {}

header .nav-link {
    font-size: 11px;
    margin-right: 5px;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;


}

.navbar-collapse {
    transition: all 0.4s ease;
}

.dropdown-menu {
    /*   background: rgba(0, 0, 0, 0.8); */
    background: rgba(26, 26, 26, 0.9);

}

.dropdown-item {
    font-size: 11px;
    color: #ffffff;
}


.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

@media screen and (max-width: 1500px) {
    .navbar {
        margin-right: 100px;
        transition: all 0.4s ease;

    }

    header .nav-link {
        letter-spacing: 4px;
    }

    header .logo {
        transition: all 0.4s ease;
        margin-left: 100px;
    }
}

header .left-basket {
    display: none;
}

@media screen and (max-width: 1250px) {
    .navbar {
        margin-right: 50px;
        transition: all 0.4s ease;


    }

    header .nav-link {
        letter-spacing: 3px;
    }

    header .logo {
        transition: all 0.4s ease;
        margin-left: 50px;
    }



    @media screen and (max-width: 1100px) {
        .navbar {
            margin-right: 10px;
            transition: all 0.4s ease;


        }

        header .nav-link {
            letter-spacing: 2px;
        }

        header .logo {
            transition: all 0.4s ease;
            margin-left: 10px;
        }
    }

    @media screen and (max-width: 860px) {
        /*  .navbar {
            margin-right: 0px;
            transition: all 0.4s ease;
            width: 200px;
            height: 30px;

        }
*/

        header .logo {
            transition: all 0.4s ease;
            width: 180px;
            height: 40px;

        }




        /*    .navbar-collapse {
            transition: all 0.4s ease;
            margin-top: 20px;
        }*/

        /*    .nav-link {
            background: rgba(26, 26, 26, 0.9);
         
            border: 1px solid transparent;
            border-bottom-color: rgba(255, 255, 255, 0.26);
            padding-left: 20px;

        }

        .pe-4 {
            padding-right: 0px;
        }

        .dropdown-item {
            padding-left: 40px;
            font-size: 11px;
            color: #ffffff;
            border: 1px solid transparent;
            border-bottom-color: rgba(255, 255, 255, 0.26);

        }  */

        /*  header .link-icons {
            flex-grow: 1;
            justify-content: flex-end;
            padding-right: 10px;
        }

        header .right-basket {

            display: none;
        }

        header .left-basket {

            display: flex;
        }
        */
    }



    @media screen and (max-width: 800px) {
        /*  .navbar {
            margin-right: 0px;
            transition: all 0.4s ease;
            width: 200px;
            height: 30px;

        }
*/

        /*        header .logo {
            transition: all 0.4s ease;
            width: 150px;
            height: 30px;

        }*/
    }


    @media screen and (max-width: 767px) {
        header .link-icons {
            flex-grow: 1;
            justify-content: flex-end;
            padding-right: 10px;
        }

        header .right-basket {

            display: none;
        }

        header .left-basket {

            display: flex;
        }

        /*   header .logo {
            transition: all 0.4s ease;
            width: 200px;
            height: 40px;
        }*/


        .nav-link {
            background: rgba(26, 26, 26, 0.9);

            border: 1px solid transparent;
            border-bottom-color: rgba(255, 255, 255, 0.26);
            padding-left: 20px;

        }

        .pe-4 {
            padding-right: 0px;
        }

        .dropdown-item {
            padding-left: 40px;
            font-size: 11px;
            color: #ffffff;
            border: 1px solid transparent;
            border-bottom-color: rgba(255, 255, 255, 0.26);

        }



    }



    /*  @media screen and (max-width: 576px) {
        header .logo {
            transition: all 0.4s ease;
            width: 200px;
            height: 40px;
        }


    } */
