.top-header {
    position: relative;
    padding: 20px 0px;

}

.top-header a {
    color: #000000;
}

.top-header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
    left: 0;
    top: 0;
    z-index: -1;
}

.top-header .col-logo {
    position: relative;
    padding: 0;
}

.top-header .col-logo::before {
    position: absolute;
    content: '';
    background: #f59b11;
    width: 850px;
    display: none;
    left: -500px;
    top: -40px;
    height: 168px;
    z-index: -1;
    border-radius: 0px 100px 0px 0px;
}


.head-icon ul {
    list-style: none;
    padding-inline-start: 70px;
}

.head-icon ul li {
    position: relative;
    display: inline-block;
    margin-right: 90px;
}

.head-icon ul li:before {
    font-family: 'Material Icons Sharp';
    position: absolute;
    text-align: center;
    content: "\e158";
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f59b11;
    border-radius: 100%;
    left: -50px;
    top: -5px;
    /* margin-right: 15px; */
    /* margin-bottom: 50px; */
    vertical-align: middle;
    font-size: 28px;
    padding: 5px;
    /* padding-right: 1px; */
}

.head-icon2 ul {
    list-style: none;
    padding-inline-start: 70px;
}

.head-icon2 ul li {
    position: relative;
    display: inline-block;
    margin-right: 90px;
}

.head-icon2 ul li:before {
    font-family: 'Material Icons Sharp';
    position: absolute;
    text-align: center;
    content: "\e0b0";
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f59b11;
    border-radius: 100%;
    left: -50px;
    top: -5px;
    /* margin-right: 15px; */
    /* margin-bottom: 50px; */
    vertical-align: middle;
    font-size: 28px;
    padding: 5px;
    /* padding-right: 1px; */
}



@media only screen and (min-width: 1366px) and (orientation: landscape) {
    
    header {
        position: relative;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        height: 80px;
        z-index: 99;
    }

    nav .brand:before {
        position: absolute;
        content: '';
        background: #f59b11;
        width: 850px;
        left: -600px;
        top: -102px;
        display: block;
        height: 232px;
        z-index: -1;
        border-radius: 0px 120px 0px 0px;
    }

    .top-header a {
        color: #fff;
    }

    .head-icon ul {
        list-style: none;
        padding-inline-start: 50px;
    }

    header ul.attributes li {
        position: relative;
        float: left;
        display: none;
    }

    header ul.attributes li a {
        position: relative;
        display: none;
        padding: 20px 9px;
        color: #000000;
    }


    .head-icon ul {
        list-style: none;
        padding-inline-start: 70px;
    }

    .head-icon ul li {
        position: relative;
        display: inline-block;
        margin-right: 90px;
    }

    .head-icon ul li:before {
        font-family: 'Material Icons Sharp';
        position: absolute;
        text-align: center;
        content: "\e158";
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #f59b11;
        border-radius: 100%;
        left: -50px;
        top: -5px;
        /* margin-right: 15px; */
        /* margin-bottom: 50px; */
        vertical-align: middle;
        font-size: 28px;
        padding: 5px;
        /* padding-right: 1px; */
    }

    .head-icon2 ul {
        list-style: none;
        padding-inline-start: 70px;
    }

    .head-icon2 ul li {
        position: relative;
        display: inline-block;
        margin-right: 90px;
    }

    .head-icon2 ul li:before {
        font-family: 'Material Icons Sharp';
        position: absolute;
        text-align: center;
        content: "\e0b0";
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #f59b11;
        border-radius: 100%;
        left: -50px;
        top: -5px;
        /* margin-right: 15px; */
        /* margin-bottom: 50px; */
        vertical-align: middle;
        font-size: 28px;
        padding: 5px;
        /* padding-right: 1px; */
    }
}

