﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Cyclone;
    src: url(../../assets/font/Cyclone.woff2) format("woff2");
    
    font-style: normal
}

@font-face {
    font-family: FuturaBT Medium;
    src: url('../../assets/font/FuturaBT Medium.woff2') format("woff2");
  
    font-style: normal
}

@font-face {
    font-family: FuturaBT Bold;
    src: url('../../assets/font/FuturaBT Bold.woff2') format("woff2");
    
    font-style: normal
}


.darkBkg {
    background-color: black;
}

.productContainerGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    max-width: 1440px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;

    transform: translateY(-30px);
    opacity: 0;
    transition: 1s;
}
.scroll--show {
    transform: translateY(0px);
    opacity: 1;
}

.productWrapper {
    width: 25%;
    padding-top: 90px;
    padding-bottom: 75px;
}

    .productWrapper > a {
        width: 100%;
    }

.product {
    width: 100%;
}
.reveal {
    position: relative;
    /*transform: translateY(150px);*/
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        /*transform: translateY(0);*/
        opacity: 1;
    }

.revealBackImg {
    position: relative;
    /* transform: translateY(150px);*/
    opacity: 0;
    transition: 1s all ease;
}

    .revealBackImg.active {
        /*transform: translateY(0);*/
        opacity: 1;
    }

.productWrapper:nth-last-child(1):nth-child(2n + 1) {
    width: 100%;
}
.prodImgs {
    width: 100%;
    height: 450px;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodImg {
    position: absolute;
    /* top: 0;
  bottom: 0;
  left: 0;
  right: 0; */
}

    .prodImg > picture {
        width: 100%;
        height: 100%;
    }

.prodBackImg > picture > img {
    width: 240px;
    height: 240px;
}

.prodBackImg {
    z-index: 1;
    top:26%;
}

.prodFrontImg {
    z-index: 2;
    height:90%;
}

    .prodFrontImg > picture > img {
        width: 100%;
        height: 100%;
    }

         .productWrapper:hover .prodFrontImg > picture > img{
            transform:scale(1.03);
        }

        a {
            text-decoration: none;
            color: #ffffff;
        }

.prodTextContent .prodName {
    font-size: 20px;
    font-weight: 500;
    font-family: FuturaBT Medium, system-ui;
    white-space: pre-line;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

.allProductsGrid .prodName{
    font-size:70px;
    line-height:52.5px;
    text-transform:uppercase;
}

.textModule {
    text-align: center;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 0;
    max-width: 1040px;
    padding-left: 80px;
    padding-right: 80px;
}

.textTitle {
    margin-bottom: 50px;
}

.text_colorBlack {
    color: #000000;
}

.text_colorWhite {
    color: #ffffff;
   
}

.textTitle > h2 {
    text-transform: uppercase;
    font-size: 170px;
    font-family: Cyclone, system-ui;
    font-weight: 500;
    line-height: 127.5px;
    white-space: pre-line;
}

.textPara {
    margin: auto;
    margin-top: 20px;
    width: 80%;
}

    .textPara > p {
        font-family: "FuturaBT Medium", system-ui;
        font-size: 24px;
        line-height: 36px;
    }

    .textPara a {
        color: black;
        font-family: "FuturaBT Medium", system-ui;
        font-size: 24px;
        line-height: 36px;
    }

.productPresentation {
    background-color: rgb(119, 61, 189);
    margin-top: -60px;
    padding-top: 90px;
    padding-bottom: 50px;
}

.pp_img_container {
    max-width: 100%;
    height: 700px;
    margin: auto;
    margin-top: -130px;
    margin-bottom: -20px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

    .pp_img_container > picture {
        width: 100%;
        height: 100%;
    }

        .pp_img_container > picture > img {
            display: block;
            height: 100%;
            filter: drop-shadow(rgba(0, 0, 0, 0.3) 10px 10px 10px);
            transition: transform 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
            will-change: transform;
            vertical-align: middle;
            margin: auto;
        }

.pp_text_container {
    max-width: 1040px;
    margin: auto;
    text-align: center;
}

.pp_textTitle {
    min-width: 0px;
    font-family: Cyclone, system-ui;
    font-weight: 500;
    line-height: 127.5px;
    max-width: 100%;
   /* white-space: pre-line;*/
    font-size: 170px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.ppTextPara > p {
    font-family: "FuturaBT Medium", system-ui;
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}

.product_info {
   /* margin: 60px 0;*/
   /*Prashant*/
    margin:0px 0;
    background-color :white;
}

.prod_info_wrapper {
    padding: 0 80px;
    max-width: 1200px;
    margin: auto;
}

.product_info_header {
    display: flex;
    padding: 25px 45px;
    background-color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
}

.product_info_header_text > h3 {
    font-family: Cyclone, system-ui;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.product_info_desc {
    display: flex;
    flex-direction: row;
    padding: 25px 45px;
    padding-bottom: 0px;
    gap:50px;
}

.product_info_desc_items {
    padding-right: 25px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
    font-family: "FuturaBT Medium", system-ui;
    color: rgb(0, 0, 0);
}

.prod_info_desc_type > p > strong {
    color: rgb(196, 196, 196);
    font-weight: 500;
}

.prod_info_desc_type_detail > p {
    margin-top: 20px;
}

.prod_info_text_detail {
    display: flex;
    flex-direction: row;
    padding: 25px 45px;
}

    .prod_info_text_detail > p {
        padding-bottom: 25px;
        font-size: 24px;
        line-height: 26.7px;
        font-family: "FuturaBT Medium", system-ui;
        color: rgb(0, 0, 0);
    }



.imageGridModuleContainer {
    background: white;
    padding: 60px 0;
}

.imgGridWrapper {
    padding: 0 80px;
    max-width: 1440px;
    margin: auto;
}

.imgGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px;
}

.imgGridItem {
    width: 25%;
    padding: 20px;
}

.gridImgBox {
    width: 100%;
    height: 100%;
    background-color: #000000;
    overflow: hidden;
}

    .gridImgBox > picture > img {
        width: 100%;
        height: 100%;
    }
        .gridImgBox > picture > img:hover {
            transform:scale(1.02);
        }




       /* design form News Card List*/


.newsGridModuleContainer {
    background: white;
    padding: 60px 0;
}

.newsGridWrapper {
    padding: 0 80px;
    max-width: 1440px;
    margin: auto;
}

.newsGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px;
    gap: 20px;
}

.newsGridItem {
    width: 23%;
    position: relative;
    /* padding: 20px;*/
}

.imgCardA {
    padding: 0px;
    height: 258.677px;
}

.gridNewsBox {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

    .gridNewsBox > picture > img {
        width: 100%;
        height: 100%;
    }

.picTitle {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centeredOne {
    font-size: 18px;
    font-family: Cyclone, system-ui;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 13.5px;
    height: 50px;
}

.centeredTwo {
    font-size: 70px;
    font-weight: 500;
    font-family: Cyclone, system-ui;
    color: rgb(255, 255, 255);
    line-height: 52.5px;
    text-transform: uppercase;
}


.header_video_container {
    /*   width: 100%;*/
    height: calc(100vh - 50px) !important;
}





@media(max-width:1500px) {
    .newsGridItem {
        width: 25%;
        position: relative;
         padding: 20px;
    }
}

    /* code for Mobile*/

    @media(max-width:768px) {
        .textModule {
            padding-left: 25px;
            padding-right: 25px;
        }

        .textTitle > h2 {
            font-size: 80px;
            line-height: 60px;
        }

        .textPara > p {
            text-align: center;
            font-size: 18px;
            line-height: 27px;
        }

        .productContainerGrid {
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .productWrapper {
            padding: 0;
            width: 100%;
        }

        .prodImgs {
            height: 270px;
            padding-bottom: 0;
        }

        .prodBackImg > picture > img {
            width: 150px;
            height: 150px;
        }

        .prodFrontImg > picture > img {
            width: 140px;
            height: 200px;
        }

        .prodTextContent .prodName {
            font-size: 18px;
            line-height: 13.5px;
        }

        .product_info_desc {
            flex-direction: column;
            padding: 25px 20px;
            padding-bottom: 0px;
            gap: 0;
        }

        .pp_img_container {
            height: 500px;
        }

        .pp_text_container {
            max-width: 90%;
        }

        .pp_textTitle {
            font-size: 70px;
            line-height: 52.5px;
            margin-top: 7px;
            white-space: unset;
        }

        .ppTextPara {
            max-width: 75%;
            margin: auto;
        }

            .ppTextPara > p {
                font-size: 18px;
                line-height: 27px;
            }

        .prod_info_wrapper {
            padding: 0;
        }

        .product_info_header {
            padding: 25px 20px;
        }

        .product_info_header_text > h3 {
            font-weight: 500;
        }

        .product_info_desc_items {
            font-size: 18px;
            line-height: 27px;
            padding-bottom: 25px;
        }

        .prodFrontImg {
            height: auto;
        }

        .imgGridWrapper {
            padding: 0 20px;
        }

        .imgGrid {
            flex-direction: column;
            gap: 22px;
        }

        .imgGridItem {
            padding: 0;
            height: 200px;
            width: 100%;
        }

            .imgGridItem > a {
                height: 100%;
            }

        .gridImgBox > picture > img {
            object-fit: cover;
        }
    }