@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* .murals background image 100% width 100% height auto*/
.murals {
    background-image: url(/download/b2c_be_nl/pic/corsair/Murals/BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    color: white;
}

.murals section{padding: 50px;}

/*h1, h2, h3 of .murals uppercase*/
.murals h1, .murals h2, .murals h3 {
    text-transform: uppercase; font-family: 'Bebas Neue', cursive; font-weight: 100;
}

.murals h1 {
    font-size: 2rem;
}

.murals h2 {
    font-size: 1.6rem;
}



/*.murals  img 100% width 100% height auto*/
.murals  img {
    width: 100%;
    height: auto;
}
/*.murals .header p stuck to bottom 50px padding 0 10%*/
.murals .header p {
    position: absolute;
    bottom: 50px;
    text-align: center; 
    left: 0;
    right: 0;
}

.murals section.header > div > div{
    position: relative;
}

.murals .header{padding: 0;}

/* hide .murals .mobile*/
.murals .mobile {
    display: none;
}

.murals .yellow{color: yellow;}

.murals .btn{
    background-color: yellow;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px !important;
    transition: .3s linear;
}
.murals .btn:hover{
    background-color: black;
    color: yellow;

}

/*.murals .intro backgroundimage position right no repeat*/
.murals .intro {
    background-image: url(/download/b2c_be_nl/pic/corsair/Murals/intro.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    color: white;
    background-color: black;
}

.murals .logos{width: 100%; margin: 25px 0;}

.murals .product {
    border-radius: 25px;
    padding: 10px;
    min-height: 100%;
    background-color: white;
    color: black;
}

/*murals .roominspo .col-6 padding 25px*/
.murals .roominspo .col-sm-6 {
    padding: 10px;
}


/* .murals .nanleaf backgroundimage cover no repeat*/
.murals .nanoleaf {
    background-image: url(/download/b2c_be_nl/pic/corsair/Murals/nanoleafBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    color: white;
}

.murals .philipshue {
    background-image: url(/download/b2c_be_nl/pic/corsair/Murals/philipshueBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    color: white;
}

.murals .nanoleaf .logo, .murals .philipshue .logo{width: 200px;}

@media (max-width: 1200px) {
    .murals .intro {
        background-image: url(/download/b2c_be_nl/pic/corsair/Murals/intro3.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: auto;
        color: white;
        background-color: black;
    }
}
@media (max-width: 992px) {
    .murals .products .row{justify-content: center;}
    .murals .products .col-md-3{margin: 0 0 20px 0;}
}

/*media query hide .murals .desktop at 767px and show .murals .mobile*/
@media (max-width: 767px) {
    .murals .desktop {
        display: none;
    }
    .murals .mobile {
        display: block;
    }

    .murals .logo{
        margin-top: 20px;
    }
}

.listing-mosaic.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-area: listing-product-container;
    grid-gap: 0.9375rem;
}


.murals .btn p{
   margin: 0;
}

.murals .listing-mosaic h3{
    min-height: 85px;
}

.murals .listing-mosaic img{
   width: 75%; 
}

@media (max-width: 1255px){
    .murals .listing-mosaic h3{
        min-height: 105px;
    }
}

@media (max-width: 1015px){
    .listing-mosaic.grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 565px){
    .listing-mosaic.grid-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px){
    .listing-mosaic.grid-container {
        grid-template-columns: 1fr;
    }
    .murals .listing-mosaic img{
        width: 100%; 
     }
}