body {
    background: #000000;
}

header {
    padding-left: 70px;
}

section.brands-hero-sec {
    display: flex;
    height: 100vh;
    padding-top: 12vh;
    position: relative;
}

section.brands-hero-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background: #cdff00;
}

section.brands-hero-sec .logos-list {
    display: flex;
    padding-left: 60px;
    position: relative;
    /* z-index: 9; */
    margin: 0px;
}

section.brands-hero-sec .logos-list h5 {
    position: absolute;
    top: 20vh;
    left: 1.3vh;
    color: black;
    z-index: 9;
    width: 21vh;
    text-align: center;
    transform-origin: left center;
    transform: rotate(-90deg);
}

section.brands-hero-sec .logos-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 20%; */
    width: 14.20%;
    height: 22vh;
    /*border: 1px solid #fff;*/
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border: 1px solid #fff; */
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li img {
    max-height: 80px;
    max-width: 100%;
    filter: invert(100);
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li a .arrow {
    position: absolute;
    bottom: 20px;
    left: -30px;
    width: 50px;
    height: 20px;
    background: url("arrow.png") no-repeat center center;
    /* filter: invert(100); */
    transform: scale(.1);
    opacity: 0;
    transition: all 500ms ease-in-out;
}

section.brands-hero-sec .logos-list li:hover {
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li:hover img {
    filter: invert(0);
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li a:hover .arrow {
    left: calc(100% - 65px);
    opacity: 1;
    transform: scale(1);
    transition: all 500ms ease-in-out;
}

section.brands-hero-sec .logos-list li:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    z-index: -2;
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.pbg-1:before {
    background-image: url("pbg-1.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.pbg-2:before {
    background-image: url("pbg-2.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.pbg-3:before {
    background-image: url("pbg-3.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.pbg-4:before {
    background-image: url("pbg-4.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.pbg-5:before {
    background-image: url("pbg-5.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-1:before {
    background-image: url("tbg-1.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-2:before {
    background-image: url("tbg-2.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-3:before {
    background-image: url("tbg-3.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-4:before {
    background-image: url("tbg-4.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-5:before {
    background-image: url("tbg-5.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.tbg-6:before {
    background-image: url("tbg-6.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.abg-1:before {
    background-image: url("abg-1.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.abg-2:before {
    background-image: url("abg-2.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.abg-3:before {
    background-image: url("abg-3.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.abg-4:before {
    background-image: url("abg-4.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.abg-5:before {
    background-image: url("abg-5.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-1:before {
    background-image: url("cbg-1.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-2:before {
    background-image: url("cbg-2.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-3:before {
    background-image: url("cbg-3.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-4:before {
    background-image: url("cbg-4.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-5:before {
    background-image: url("cbg-5.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-6:before {
    background-image: url("cbg-6.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li.cbg-7:before {
    background-image: url("cbg-7.jpg");
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li:hover:before {
    opacity: .7;
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
    opacity: 0;
    transition: all 300ms ease-in-out;
}

section.brands-hero-sec .logos-list li:hover:after {
    opacity: 1;
    transition: all 300ms ease-in-out;
}

.target {
    position: absolute;
    border-bottom: 4px solid transparent;
    background: #cdff00;
    z-index: -1;
    transform: translateY(-12.5vh) !important;
    opacity: 0;
    transition: all .5s ease-in-out;
}

section.brands-hero-sec:hover .target {
    opacity: 1;
}

@media only screen and (min-width : 320px) and (max-width : 1024px) {
   section.brands-hero-sec{
    display: block;
    height: auto;
    padding: 60px 0px;
}
    section.brands-hero-sec:after{
    display: none;
}
    section.brands-hero-sec .logos-list h5{
    color: #fff;
    transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
}
    
    section.brands-hero-sec .logos-list {
        display: block;
        column-count: 3;
        margin-top: 50px;
        padding-left: 0px;
        padding-top: 30px;
        border-bottom: 1px solid #fff;
    }

    section.brands-hero-sec .logos-list li {
        width: auto;
        height: auto;
        padding: 10px 0px;
    }
}
