nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 120px;
    align-items: center;
    position: fixed;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
}

nav ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #404040;
    cursor: pointer;
}

nav ul li:hover {
    text-decoration: none;
    color: #f58220;
}

nav ul li a {
    color: #404040;
    text-decoration: none;
}

nav ul li:hover img[src*=".svg"] {
    filter: invert(53%) sepia(87%) saturate(1237%) hue-rotate(360deg) brightness(101%) contrast(96%);
}

nav ul li a:hover {
    color: #f58220;
    text-decoration: none;
}

nav ul li:nth-child(1),
nav ul li:nth-child(2),
nav ul li:nth-child(3),
nav ul li:nth-child(4) {
    margin-right: 51px;
}

nav ul li:nth-child(1) {
    margin-left: auto;
}

nav ul li:nth-child(5) {
    margin-right: auto;
}

nav li .drop-arrow {
    margin-bottom: 1px;
}

nav button {
    background: #4f4b6a;
    border-radius: 3px;
    color: #f4f5fd;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 10.5px 25px;
}

nav button:hover {
    background: #f58220;
}

nav .icon .line {
    height: 3px;
    width: 30px;
    border-radius: 3px;
    margin: 5px;
    background-color: #404040;
    transition: 0.4s;
    cursor: pointer;
}

nav .icon .line:nth-child(1),
nav .icon .line:nth-child(3) {
    background: #4f4b6a;
}

nav .icon .line:nth-child(2) {
    background: #f58220;
}

#check,
nav .icon {
    display: none;
}

.banner .about-dropdown .company-links h3 {
    text-transform: uppercase;
}

.banner .about-dropdown .blogs .blog-details div .blog-img {
    height: 185px;
    object-fit: cover;
    border-radius: 10px;
}

.dropdown {
    position: fixed;
    z-index: 100;
    transition: transform 0.4s ease-in-out;
    transform: translate(0, -100%);
    width: 100%;
}

.show {
    transform: translate(0, 0);
}

.about-dropdown {
    width: 100%;
    background: #ffffff;
    display: flex;
    margin-top: 118px;
}

.banner .about-dropdown .company-links {
    width: 20%;
    padding: 40px 0 0 120px;
}

.banner .about-dropdown .company-links .product-header {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.banner .about-dropdown .company-links .product-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #f58220;
    opacity: 50%;
    z-index: -1;
}

#products-links {
    width: 40%;
    display: flex;
}

#products-links #left {
    margin-right: 10%;
    /* max-width: 50%; */
}

#products-links #left #bulk {
    margin-top: 80px;
}

#products-links #left button {
    padding: 11.5px 19.5px;
    border: none;
    background: #4f4b6a;
    border-radius: 3px;
    color: #f4f5fd;
    font-size: 16px;
    margin-bottom: 30px;
    cursor: pointer;
}

#products-links #left button:hover {
    text-decoration: none;
    background: #f58220;
    cursor: pointer;
}

#services-links {
    width: 40%;
}

.banner .about-dropdown .company-links h3 {
    margin-bottom: 30px;
}

.banner .about-dropdown .company-links .link-pair {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
}

.banner .about-dropdown .company-links .link-pair img {
    width: 18px;
    height: 18px;
    margin-right: 17px;
}

.banner .about-dropdown .company-links .link-pair a {
    /* margin-top: 16px; */
    color: #404040;
    transition: color .1s;
}

.banner .about-dropdown .company-links .link-pair a:hover {
    color: #f58220;
    text-decoration: none;
}

.banner .about-dropdown .company-links .double-up {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -90%);
    display: none;
}

.banner .about-dropdown .company-links .double-up button {
    width: 60px;
    height: 60px;
    font-size: 20px;
    border: none;
    border-radius: 50%;
    background: #4f4b6a;
    color: #fff9f8;
    opacity: 0.6;
}

.banner .about-dropdown .blogs {
    width: 80%;
    background: #fff9f8;
    padding: 40px 130px;
}

.banner .about-dropdown .blogs h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 20px;
}

.banner .about-dropdown .blogs .blog-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#p-dropdown .blog-details,
#s-dropdown .blog-details,
#r-dropdown .blog-details {
    justify-content: flex-start;
}

.banner .about-dropdown .blogs .blog-details div {
    width: 28%;
}

#p-dropdown .blog-details div {
    margin-right: 8%;
    width: 40%;
}

#s-dropdown .blog-details div {
    margin-right: 8%;
    width: 33%;
}

#r-dropdown .blog-details div {
    margin-right: 8%;
}

.banner .about-dropdown .blogs .blog-details div .blog-img {
    margin-bottom: 16px;
    width: 100%;
}

.banner .about-dropdown .blogs .blog-details div .blog-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

.banner .about-dropdown .blogs .blog-details div .blog-text {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
}

.banner .about-dropdown .blogs .blog-details div a {
    color: #404040;
}

.banner .about-dropdown .blogs .blog-details div a:hover {
    color: #f58220;
    text-decoration: none;
}

.banner .about-dropdown .blogs .blog-details div .blog-link {
    font-size: 16px;
}

.dropdown-footer {
    width: 100%;
    padding: 10px 120px;
    background: #d7d5e3;
    display: flex;
    justify-content: space-between;
}

.dropdown-footer .speak-to-expert {
    display: flex;
    align-items: center;
}

.dropdown-footer .speak-to-expert #mic {
    margin-right: 10px;
}

.dropdown-footer .speak-to-expert a {
    /* margin-top: 17px; */
    color: #404040;
    transition: color .1s;
}

.dropdown-footer .speak-to-expert a:hover {
    color: #f58220;
    text-decoration: none;
}

.dropdown .dropdown-footer .socials {
    align-items: center;
    padding: 14px 0px 10px 0px;
}

.dropdown-footer .socials img {
    width: 20px;
    height: 20px;
}

.dropdown-footer .socials img:nth-child(1),
.dropdown-footer .socials img:nth-child(2),
.dropdown-footer .socials img:nth-child(3) {
    margin-right: 10px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    margin-top: 6rem;
    margin-bottom: 1rem;
}

.breadcrumbs a {
    color: #f58220;
    text-decoration: underline;
}

/* .breadcrumbs a:hover {
    text-decoration: none;
    color: #f58220;
} */

.breadcrumbs span,
.breadcrumbs {
    color: #f58220;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: none;
}
