section#slider #slide1{
    background-image: url("dist/img/fhm-slider.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

section#blogDetailPage .wrapper .blog-detail-content .content{
    max-width:632px;
    text-align:center;
}

.fancybox-container{
    z-index:999999999999;
}

section#blogDetailPage .wrapper .project-menu {
    gap: 77px;
    margin-top: 41px;
}

section#blogDetailPage .wrapper .project-menu li a {
    color: #ECECEC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-family: "Montserrat", sans-serif;
    border-radius: 30px;
    border: 1px solid #ECECEC;
    display: inline-block;
    padding: 19px 35px;
}

section#blogDetailPage .wrapper .project-menu li a.active {
    border: 1px solid #EE202E;
}

section#serviceProducts{
    background: rgba(40, 40, 41, 1);
}

section#serviceProducts .wrapper{
    max-width:1082px;
}

section#serviceProducts .wrapper h3{
    color: #ECECEC;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding:60px 0;
}

section#serviceProducts .wrapper .product-col{
    margin-bottom:42px;
}

section#serviceProducts .wrapper .product-col .line{
    width:250px;
    height:1px;
    background: #EE202E;
    margin:16px 0;
}

section#serviceProducts .wrapper .product-col .sub-title{
    color: #EE202E;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

section#serviceProducts .wrapper .product-col .title{
    color: #ECECEC;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

section#serviceProducts .wrapper .product-col picture{
    position:relative;
}

section#serviceProducts .wrapper .product-col picture img{
    width:100%;
}

section#serviceProducts .wrapper .product-col picture figcaption{
    position:absolute;
    inset:0;
    background:rgba(0, 0, 0, .70);
    opacity:0;
    transition: all .5s ease-out;
}

section#serviceProducts .wrapper .product-col:hover picture figcaption{
    opacity:1;
    transition: all .5s ease-out;
}

section#blogDetailPage .wrapper h2{
    color: #EE202E;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-top:5px;
}

section#blogDetailPage.product-detail .wrapper h1{
    margin-top:0;
}

section#productDetail{
    background: #171718;
}

section#productDetail .wrapper{
    max-width:1080px;
}

section#productDetail .wrapper .description{
    color: #ECECEC;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

section#productDetail .wrapper .description *{
    width:100%;
}

section#productDetail .wrapper .description strong{
    font-weight: 700;
}

section#productDetail .wrapper .description ul{
    list-style:disc;
    margin-left:20px;
}

section#productTech .wrapper{
    max-width:1080px;
}

section#productTech{
    background: #171718;
    padding-top:80px;
}

section#productTech .wrapper h3{
    color: #ECECEC;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.84px;
    text-transform: uppercase;
    margin-bottom:42px;
}

section#productTech .wrapper .product-table{
    max-width:934px;
    border:1px solid #ECECEC;
    border-radius:30px;
    padding:40px 124px;
}

section#productTech .wrapper .product-table table{
    width:100%;
}

section#productTech .wrapper .product-table table tr{
    border-bottom:1px solid #6B0E15;
}

section#productTech .wrapper .product-table table tr td{
    color:#ECECEC;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width:50%;
    padding:10px 0;
}

section#productGallery{
    background: #171718;
    padding:80px 0;
}

section#productGallery .wrapper{
    max-width:1080px;
}

@media only screen and (max-width: 600px) {
    
    section#blogDetailPage .wrapper .project-menu{
        gap: 20px;
        flex-wrap: wrap;
    }

    section#blogDetailPage .wrapper .project-menu li {
        width: 100%;
    }

    section#blogDetailPage .wrapper .project-menu li a {
        width: 100%;
        text-align: center;
    }

    section#serviceProducts .wrapper{
        max-width:90%;
    }

    section#productDetail .wrapper{
        max-width:90%;
    }

    section#productTech .wrapper{
        max-width:90%;
    }

    section#productTech .wrapper .product-table{
        padding:20px;
    }

    section#productTech .wrapper h3{
        font-size:22px;
    }

    section#productTech{
        padding-top:25px;
    }

    section#productGallery{
        padding:25px 0;
    }

    section#slider #slide1{
        background-size:cover;
    }

    .gallery-carousel{
        margin-top:0;
    }

}