﻿:root {
    --nav-height : 120px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
/*    font-family: sans-serif;*/
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
b, strong {
    font-weight:500
}

@-ms-viewport {
    width: device-width;
}
header {
    z-index: 999;
    position: fixed;
    top:0px;
    left: 0;
    width: 100%;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    /* background: linear-gradient(to right,#002334 15%,#0c5678 35%,#016fa9 45%,#01b4cd 110%); */
    background: linear-gradient(to right, rgba(0, 10, 20, 0.9), rgba(0, 40, 80, 0.95) 100%);
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    transition: 0.6s;
    margin: 0 auto;
    backdrop-filter:blur(15px)
}
.pre-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 100px;
    
}

.Top-header {
    background-color: rgba(0,0,0,0.98);
    color: rgba(255,240,240,0.5);
   /* z-index:1100;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;*/
    padding:0.3rem;
    font-size:0.8rem;
    overflow:hidden;
    text-align:center
}

.footer-products { 
                   padding-top:2rem; border-top:1px solid rgba(255,255,255,0.5)
}
    .footer-products ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 0.51rem;
        flex-wrap: wrap;
        justify-content: center;
        text-align:center
    }
    .footer-products ul li{
        list-style: none;
        margin: 0;
        padding: 0;
        flex-basis:24%;
        
    }

.socialmediaicon-outer {
    padding: 0rem;
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 998;
    transform: translateY(-50%);
}

.socialmediaicons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:0.25rem
}

    .socialmediaicons a {
        border:2px solid white;
    }

    header .logo {padding-block:0.51rem; 
                  max-width:350px
    }

header .logo img {
    /*height: 80px;*/
    max-width:80%!important
    
}

header .logo b {
    font-weight: 500;
    text-transform: uppercase;
    color: #01b4cd;
    letter-spacing: -2px;
}

header .logo span {
    margin-left: 10px;
}



header .navigation {
    position: relative;
/*    line-height:calc(var(--nav-height)-10px);*/
    transition: 0.6s;
   /* transition-property: line-height;*/
   width:100%
}

header.sticky .navigation {
   /* line-height: calc(var(--nav-height)-10px);*/
}

header .navigation .menu {
    position: relative;
    display: flex;
    justify-content: end;
    list-style: none;
    user-select: none;
}

.menu-item>a {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    margin: 0px 1px;
    padding:36px 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-item>a:hover {
    color: #0ef;
    transition: 0.3s;
}

.menu-item .sub-menu {
    position: absolute;
    background: linear-gradient(to right, #004a6e 15%, #0f648b 35%, #0070ab 45%, #02c5db 110%);
    top: 52px;
    line-height: 30px;
    list-style: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    right: 120px;
    width: 260px;
}

header.sticky .menu-item .sub-menu {
    
}

.menu-item:hover .sub-menu {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
}

.menu-item .sub-menu .sub-item {
    position: relative;
    padding: 5px 0;
    cursor: pointer;
    box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
}

.menu-item .sub-menu .sub-item a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
    
}

.menu-item .sub-menu .sub-item:hover {
    background: #1ea9c9;
}

.menu-item .sub-menu .sub-item:last-child:hover {
    border-radius: 0 0 8px 8px;
}

.more .more-menu {
    position: absolute;
    background: linear-gradient(to right, #1ea9c9 50%, #3bc6df 100%);
    list-style: none;
    top: 0;
    left: 100%;
    white-space: nowrap;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s;
    transition-property: transform, opacity;
    width: 80%
}

.more:hover .more-menu {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
    /*width:80%*/
}

.more .more-menu .more-item {
    padding: 7px 0;
    box-shadow: inset 0px -30px 5px -30px rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.more .more-menu .more-item:hover {
    background: #0091b3;
}

.menu-btn {
    display: none;
}
.footer-brand .logo img{width: 75%; opacity:0.7}
.product-top-banner {width:100%}
    .product-top-banner img {
        max-width:100%
    }

    .all-products-list {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 1rem;
        text-align: center;
        margin: 0;
        padding: 0
    }
    .all-products-list li { list-style:none; flex-basis:30%; flex:1 1 30%;  }
    .all-products-list li a {
        background-color: #fcfcfc;
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        display: flex;
        font-weight:500;
        color:#666;
        transition:all 0.2s;
        font-size:1.3rem;
        height:6rem;
        justify-content:center;
        align-items:center
        
    }
        .all-products-list li a:hover {
            background-color: #eee;
            border: 1px solid #ccc;
            color: #000;
        }

.ImportantInfoBanner {
    background-color: cornsilk;
    padding: 0.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: brown;
    line-height: 1.5rem;
}

@media (max-width: 1060px) {
    header .navigation .menu {
        position: fixed;
        display: block;
        background: #23252bf9;
        min-width: 320px;
        height: 100vh;
        top: 0;
        right: -100%;
        padding: 90px 30px;
        visibility: hidden;
        overflow-y: auto;
        transition: 0.5s;
        transition-property: right, visibility;
    }

    header .navigation {
        line-height: 50px;
    }
    header.sticky .navigation {
        line-height: 50px;
    }

    header .navigation .menu.active {
        right: 0;
        visibility: visible;
    }

    .menu-item {
        position: relative;
    }
        .menu-item > a {
            font-size: 1em;
            margin: 0px 1px;
            padding:10px  15px;
        }


    .menu-item .sub-menu {
        opacity: 1;
        position: relative;
        top: 0;
        transform: translateX(10px);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        overflow: hidden;
        display: none;
        right: unset;
        width: unset
    }

    header.sticky .menu-item .sub-menu {
        top: 0;
    }

    .menu-item:hover .sub-menu {
        transform: translateX(10px);
    }

    .menu-item .sub-menu .sub-item {
        box-shadow: none;
    }

    .menu-item .sub-menu .sub-item:hover {
        background: none;
    }

    .menu-item .sub-menu .sub-item a:hover {
        color: #0ef;
        transition: 0.3s;
    }

    .more .more-menu {
        opacity: 1;
        position: relative;
        left: 0;
        transform: translateY(0);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        display: none;
        width: 100%
    }

    .more .more-menu .more-item {
        box-shadow: none;
    }

    .more .more-menu .more-item:hover {
        background: none;
    }

    .more .more-menu .more-item a {
        margin-left: 20px;
    }

    .close-btn {
        position: absolute;
        background: url(close.png)no-repeat;
        width: 40px;
        height: 40px;
        background-size: 25px;
        background-position: center;
        top: 20px;
        left: 0;
        margin: 25px;
        cursor: pointer;
    }

    .menu-btn {
        background: url(menu.png)no-repeat;
        width: 40px;
        height: 40px;
        background-size: 30px;
        background-position: center;
        cursor: pointer;
        display: block;
    }

    header {
        padding: 10px 20px;
    }

    header.sticky {
        padding: 10px 20px;
    }
    .ImportantInfoBanner {
        padding: 0.4rem;
        line-height:1.3rem;
    }
}
@media (max-width: 768px) {
    .all-products-list li a {
        font-weight: 400;
        font-size: 1.1rem;
        height: 6rem;
    }
    .ImportantInfoBanner {
        padding: 0.4rem;
        line-height: 1.3rem;
        font-size:0.8rem
    }
}
@media (max-width: 425px) {
/*body {padding-top: 165px;}*/
header {padding: 10px 20px 10px;}
.pre-header {padding:0}
.Top-header {font-size:11px}
header.sticky {padding:  10px 20px 10px;}
.footer-products ul li {flex-basis:unset}
header .logo img {
        height: 70px;
        margin-right: 10px;
    }
    .menu-btn {
        background-size: 25px;
    }
    .all-products-list li {
        list-style: none;
        flex-basis: 40%;
        flex: 1 1 40%;
    }
    .all-products-list li a {
        font-weight: 400;
        font-size: 0.8rem;
        height: 5rem;
    }
    .ImportantInfoBanner {
        padding: 0.4rem;
        line-height: 1.2rem;
        font-size: 0.9rem
    }
    .section-41 {
        padding-top: 130px;
        padding-bottom: 41px;
    }
}
@media (max-width: 375px) {
body {
        padding-top:171px;
    }
    header {
        padding: 17px 10px;
    }

    header.sticky {
        padding: 17px 10px;
    }

    header .logo img {
        height: 45px;
        margin-right: 0px;
    }

    .menu-btn {
        background-size: 25px;
    }
    .all-products-list li {
        list-style: none;
        flex-basis: 40%;
        flex: 1 1 50%;
    }

        .all-products-list li a {
            font-weight: 400;
            font-size: 1.2rem;
            height: 5rem;
        }
    .ImportantInfoBanner {
        padding: 0.4rem;
        line-height: 1.0rem;
        font-size: 0.7rem
    }
    

}
@media (max-width: 320px) {
    body {
        padding-top: 66px;
    }

    header {
        padding: 10px 10px;
    }

    header.sticky {
        padding: 10px 10px;
    }

    header .logo img {
        height: 44px;
        margin-right: 0px;
    }

    .menu-btn {
        background-size: 20px;
    }



}