@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

li{
    font-size: 15px;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

body {
    margin: 20px 30px;
    font-weight: 900;
}

#pop-vid{
    position: fixed;
    z-index: 1000;
    bottom: 54px;
    right: 54px;
    transition: opacity 1s ease-in-out;
}

#pop-vid video{
    border: 2px solid black;
    border-radius: 5px;
    height: 400px;
    box-shadow: 0 0 20px 20px;
}

#close-button {
    position: absolute;
    top: 6px;
    left: 7px;
    color: #000;
    border: none;
    border-radius: 20%;
    font-size: 25px;
    cursor: pointer;
    padding: 0 5px;
}


/* Index */

.main-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.main-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}



.short-banner{
    display: flex;
    height: 300px;
    overflow: hidden;
    margin: 50px 0;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 100px;
}

.inverted{
    display: flex;
    flex-direction: row-reverse;
}

.ban-txt{
    width: 56%;
    text-align: justify;
}

.ban-txt h3{
    font-size: 28px;
    text-align: center;
    font-weight: bolder;
    padding-bottom: 5px;
}

.ban-img{
    background-image: url("/asstes/images/landing-page/short.jpg");
    height: 100%;
    width: 30%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-banner{
    width: 100%;
    height: 300px;
    padding: 1px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.img-banner img{
    height: 100%;
    width: 99%;
    border: 2px solid black;
}

.imgholder {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 400px;
    width: 100%;
    text-align: center;
    background-color: #534c4c;
}


.imgholder span {
    font-size: 2em;
    color: #fff;
}

.short-img {
    height: 65%;
    display: flex;
    justify-content: space-evenly;
}

.img-card {
    position: relative;
    width: auto;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.img-card img {
    height: 100%;
    width: auto;
    border: 2px solid black;
    transition: 0.3s ease-in-out;
}

.brief {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.img-card:hover .brief {
    opacity: 1;
}

.brief h3{
    font-family: "Jersey 25", sans-serif;
    font-weight: 800;
    color: red;
    font-style: normal;
    font-size: 38px;
}


.img-card:hover {
    box-shadow: 0 10px 99px rgba(0, 0, 0, 1);
    z-index: 1;
}




/* XXXXXXXX */

#close-btn.fade-out {
    opacity: 0;
}

.nav-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
    padding: 13px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    justify-content: center;
    width: 45%;
}

.logo h1,h2 {
    font-family: "Jersey 25", sans-serif;
    font-weight: 800;
    font-size: 28px;
    font-style: normal;
}

ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    flex-wrap: inherit;

}

a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #ff0000;
}

.carousel {
    display: flex;
    overflow: hidden;
    height: 528px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 100%;
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

.carousel-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.carousel-navigation button {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    outline: none;
    margin: 4px;
}

.nav2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    background-color: #000;
    border-radius: 10px;
    margin: 15px auto;
}

.card-holder {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    height: 90%;
    margin: 10px;
    width: 50%;
    border-radius: 10px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    color: purple;
    justify-content: end;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.card-button {
    background-color: #fff;
    text-align: center;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.card-button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.banner {
    background-color: rgba(54, 54, 54, 1);
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 25px 0;
    border-radius: 10px;
}


.banner2 {
    width: 50%;
    text-align: center;
    padding: 15px;
    margin: 25px 0;
    border-radius: 10px;
    border: 2px solid black;
    text-decoration: underline;
}

.b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#cardImg1 {
    background-image: url(asstes/images/louvers/louver1.png);
}

#cardImg2 {
    background-image: url(asstes/images/louvers/louver2.png);
}

#cardImg3 {
    background-image: url(asstes/images/louvers/louver3.png);
}

#cardImg4 {
    background-image: url(asstes/images/louvers/louver4.jpg);
}

#cardImg5 {
    background-image: url(asstes/images/louvers/louver5.jpg);
}

#cardImg6 {
    background-image: url(asstes/images/louvers/louver6.jpeg);
}


#ply1 {
    background-image: url(asstes/images/ply/ply1.jpg);
    background-position: center center;
    background-size: cover;
}

#ply2 {
    background-image: url(asstes/images/ply/ply2.jpg);
    background-position: center center;
    background-size: cover;
}

#ply3 {
    background-image: url(asstes/images/ply/ply5.webp);
    background-position: center center;
    background-size: cover;
}

#ply4 {
    background-image: url(asstes/images/ply/ply6.jpg);
    background-position: center center;
    background-size: cover;

}

#ply5 {
    background-image: url(asstes/images/ply/ply4.jpeg);
    background-position: center center;
    background-size: cover;
}

#ply6 {
    background-image: url(asstes/images/ply/ply3.jpeg);
    background-position: center center;
    background-size: cover;
}


#charcoal1 {
    background-image: url(asstes/images/charcoal/char1.jpg);
}

#charcoal2 {
    background-image: url(asstes/images/charcoal/cahr2.png);
}

#charcoal3 {
    background-image: url(asstes/images/charcoal/char.jpg);
    background-position: center center;
    background-size: cover;
}

#charcoal4 {
    background-image: url(asstes/images/charcoal/char3.png);
    background-position: center center;
    background-size: cover;

}

#charcoal5 {
    background-image: url(asstes/images/charcoal/char4.png);
}

#charcoal6 {
    background-image: url(asstes/images/charcoal/char6.png);
    background-position: center center;
    background-size: cover;
}


#mosaics1 {
    background-image: url(asstes/images/mosaics/mos6.jpg);
    background-position: center center;
    background-size: cover;
}

#mosaics2 {
    background-image: url(asstes/images/mosaics/mos2.jpeg);
}

#mosaics3 {
    background-image: url(asstes/images/mosaics/mos3.jpeg);
    background-position: left center;
    background-size: cover;
}

#mosaics4 {
    background-image: url(asstes/images/mosaics/mos4.jpeg);
    background-position: center center;
    background-size: cover;

}

#mosaics5 {
    background-image: url(asstes/images/mosaics/mos5.jpeg);
    background-position: center center;
    background-size: cover;
}

#mosaics6 {
    background-image: url(asstes/images/mosaics/mos7.jpg);
    background-position: center center;
    background-size: cover;
}


#lam1 {
    background-image: url(asstes/images/laminates/lam.jpg);
    background-size: cover;
}

#lam2 {
    background-image: url(asstes/images/laminates/lam1.png);
}

#lam3 {
    background-image: url(asstes/images/laminates/lam2.webp);
    background-size: cover;
}

#lam4 {
    background-image: url(asstes/images/laminates/lam3.jpg);
}

#lam5 {
    background-image: url(asstes/images/laminates/lam4.jpg);
    background-size: cover;
}

#lam6 {
    background-image: url(asstes/images/laminates/lam6.jpeg);
    background-size: cover;
}


#wall1 {
    background-image: url(asstes/images/wallpapers/wall1.jpg);
    background-position: center center;
    background-size: cover;
}

#wall2 {
    background-image: url(asstes/images/wallpapers/wall5.jpg);
    background-position: center center;
    background-size: cover;
}

#wall3 {
    background-image: url(asstes/images/wallpapers/wall2.jpg);
    background-size: cover;
}

#wall4 {
    background-image: url(asstes/images/wallpapers/wall3.png);
}

#wall5 {
    background-image: url(asstes/images/wallpapers/wall4.jpg);
    background-size: cover;
}

#wall6 {
    background-image: url(asstes/images/wallpapers/wall6.webp);
    background-size: cover;
}


#floor1 {
    background-image: url(asstes/images/flooring/floor4.jpg);
}

#floor2 {
    background-image: url(asstes/images/flooring/floor1.jpg);
}

#floor3 {
    background-image: url(asstes/images/flooring/floor2.jpg);
}

#floor4 {
    background-image: url(asstes/images/flooring/floor3.webp);
}

#floor5 {
    background-image: url(asstes/images/flooring/floor.jpg);
    background-size: cover;

}

#floor6 {
    background-image: url(asstes/images/flooring/floor6.jpg);
    background-size: cover;

}

.footer {
    background-color: #000;
    color: #fff;
    height: 50vh;
    margin-top: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.links {
    text-align: center;
}

.media {
    display: flex;
}

.media p {
    padding: 5px;
    margin: 5px;
}


.media p img {
    height: 50px;
}

.products h2 {
    text-align: center;
}

.all-Products {
    display: flex;
}

.prod-item {
    margin: 10px;

}

.info {
    text-align: center;
}

.details {
    margin-bottom: 10px;
}

.logo-ftr {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #fff;
    height: 200px;
    background-image: url(/asstes/images/SPSC.png);
    background-position: center center;
    background-size: contain;
    width: 17%;
    background-repeat: no-repeat;
}


/* ------------- Products -------------  */

.link-main {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}


.link-main p {
    font-size: 18px;
}


#sry {
    color: #3c00ff;
    text-decoration: underline;
}




/* ------------- Catalouges -------------  */

/* 

.cvrImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}


.cvrImg img{
    transition: 1s ease-in-out ;
    transform: rotate3d(2, 24, 0, 45deg);
    filter: drop-shadow(15px 0 8px #000);
    height: 90%;
    width: 100%;
    border-radius: 10px;
}

.cvrImg img:hover{
    transform: rotate3d(2, 24, 0, 1deg);
    filter: drop-shadow(0 0 0 #0000);
} */

.pdfHolder {
    display: flex;
    overflow: hidden;
    height: 50vh;
}

.pdf-view{
    height: 100%;
    width: 100%;
    display: flex;
}


.cvrImg {
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    width: 20%;
    position: relative; /* Add this to position the button */
    overflow: hidden; /* Ensure the tint and button are contained within the image */
}

.cvrImg img {
    transition: transform 1s ease-in-out, filter 0.5s ease-in-out;
    transform: rotate3d(2, 24, 0, 45deg);
    filter: drop-shadow(15px 0 8px #000);
    height: 90%;
    width: 100%;
    border-radius: 10px;
}

.cvrImg:hover img {
    transform: rotate3d(2, 24, 0, 1deg);
    filter: drop-shadow(0 0 0 #0000) brightness(50%); /* Apply the black tint */
}

.cvrImg:hover .view-button {
    opacity: 1; /* Show the button */
}

.view-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7); /* Black background with transparency */
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease-in-out;
    text-align: center;
    font-size: 16px;
}
    


.pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 10px;
    width: 50%
}

h5 {
    background-color: #8f8c8c;
    width: 65%;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.pdfCon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
}

.pdfBtn {
    background-color: rgb(110 110 15);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    padding: 5px;
    margin: 9px;
    font-weight: 700px;
    height: 60px;
    width: 115px;
    border-radius: 5px;
    border: 2px solid #534c4c;

}


.pdfBtn:hover {
    background-color: #0cf500;
    color: #000;
}

.reverse {
    flex-direction: row-reverse;
}








/* ------------- About -------------  */

.about {
    padding: 30px 0;
    text-align: center;
}

.about h1 {
    margin-bottom: 20px;
}

.about p {
    text-align: justify;
    padding: 10px 90px;
}

.reach {
    display: flex;
    padding: 10px 90px;
}

.address {
    padding: 10px;
}

iframe {
    border: 2px solid #000;
}

.reach-info {
    padding: 10px;
    flex-direction: column;
    text-align: left;
}

.reach-info h5 {
    width: auto;
    margin-bottom: 10px;
}

.info-details {
    margin-bottom: 10px;
    font-size: 15px;
}

.contact-details a {
    color: #000;
}

.contact-details a:hover {
    color: #ff0000;
}



.info-details>:first-child {
    font-size: 18px;
    margin-bottom: 6px;
}


@media (max-width:850px) {


    .main-banner{
        height: 200px;
        overflow: hidden;
    }

    .imgholder{
        height: 553px;
        overflow: hidden;
        border-radius: 12px;
        margin-bottom: 25px;
    }

    .short-img{
        width: 100%;
        height: 90%;
        display: flex;
        flex-wrap: wrap;
    }

    .img-card{
        height: 29%;
    }

    .img-card img{
        height: 100%;
    }

    .cvrImg{
        width: 100%;
    }

    .brief p{
        display: none;
    }

    .brief h3{
        font-size: 31px;
    }

    .short-banner {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        padding: 0;
        margin: 25px 0;
        justify-content: space-evenly;
        align-items: center;
    }

    .img-banner {
        height: auto;
        padding:0;
    }

    .ban-img{
        display: none;
    }

    .ban-txt{
        width: 85%;
        font-size: 16px;
    }

    .ban-txt p{
        padding: 10px 0;
    }

    .disappear {
        display: none;
    }

    #pop-vid{
        bottom: 25px;
        right: 25px;
    }

    #pop-vid video{
        height: 300px;
    }

    .carousel {
        height: 180px;
    }

    body {
        margin: 2px;
    }

    .nav-cont .nav-item {
        width: 100%;
    }

    .nav-cont {
        padding: 15px auto;
        display: flex;
        text-align: center;
        font-weight: 700px;
        flex-direction: column;
    }

    .nav2 {
        padding: 10px 0;
        font-size: 12px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .nav2 ul li{
        width: auto;
        margin: 0 15px;
        text-align: center;
    }

    .nav-item ul{
        justify-content: space-around;
        padding: 0;
    }

    .card-holder{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .pdf-view {
        width: 100%;
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }

    .card {
        width: 88%;
    }

    .card-button {
        padding: 4px 1px;
        margin-bottom: 14px;
        font-size: 14px;
        text-align: center;
    }

    .footer {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        height: 60vh;
        font-size: 14px;
        justify-content: center;
        margin-top: 0;
    }

    .prod-item {
        font-weight: 600;
    }

    .links h2 {
        margin: 0;
    }

    .logo-ftr {
        display: none;
    }


    h2 {
        margin: 9px;
    }

    .products h2 {
        margin: 0;
    }

    .media p img {
        height: 29px;
    }

    .banner {
        padding: 10px;
        margin: 15px 0;
    }

    .pdfHolder {
        height: 50vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0 22px 0;
    }

    .cvrImg img {
        height: 100%;
        max-width: 90vw;
    }

    .pdf h5 {
        width: 147%;
        font-size: 18px;
    }

    .pdfBtn {
        height: 32px;
        width: 57px;
        margin: 3px;

    }

    .about p {
        padding: 10px 26px;
    }

    .reach {
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    iframe {
        height: 55%;
        width: auto;
    }
}