.product_story{
    min-height: 480px;
}
.f-1 {
    grid-area: f-1;
}
.f-2 {
    grid-area: f-2;
}
.f-3 {
    grid-area: f-3;
}
.f-4 {
    grid-area: f-4;
}
.f-1, .f-2, .f-3, .f-4, .f-5, .f-6 {
    overflow: hidden;
    position: relative;
    margin: 6px;
}
.div_features {
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: #fff;
}

/*------------------custom------------------*/
#pop_hotel_product1 .div_features{
    background: linear-gradient(#3d4c6d, #0e111a);
    color: #fff;
}
/*----------------//--custom------------------*/

/*------------custom--standard-features----------------*/
.standard-features{
    min-height: 300px;
    align-content: center;
    line-height: 2rem;
    color: #000;
}

/*-----------//-custom--standard-features----------------*/

.feature-model-4 {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.feature-model-4 .area-up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "f-1 f-2";
    overflow: hidden;
}
.feature-font {
    position: absolute;
    width: 98%;
    top: 2rem;
    left: 1%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.feature-model-4 .area-down {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-areas: "f-3 f-4";
    overflow: hidden;
}

.product1_modal_banner{
    background: url(/frontend/img/ces2026/product/aeon/ces_aeon_banner_1_01.jpg) no-repeat;
    background-size: cover;
    width: inherit;
    max-height: 720px;
    position: relative;
    height: 100vw;
    background-position: 30% center;
}

.product2_modal_banner{
    background: url(/frontend/img/ces2026/product/w31/w31_banner_01.jpg) no-repeat;
    background-size: cover;
    width: inherit;
    max-height: 750px;
    position: relative;
    height: 135vw;
    background-position: center center;
}

.product3_modal_banner{
    background: url(/frontend/img/ces2026/product/w31/w31_observe_01.jpg) no-repeat;
    background-size: cover;
    width: inherit;
    max-height: 780px;
    position: relative;
    height: 125vw;
    background-position: 30% center;

}


.product1_banner_content,
.product2_banner_content{
    top: 0;
    left: 0px;
    padding: 3vw;
    text-align: center;
    height: -webkit-fill-available;
    align-content: center;
}

    .product1_banner_content img{
        width: 33%;
        position: relative;
        margin: 3vw;
    }

    .product2_banner_content img{
        position: relative;
    }


.product1_story_bg{
    position: relative;
}

    .product1_story_bg p{
        color:#000;
        align-content: center;
        padding: 12% 12% 0 0;
        font-size: 1rem;
    }

    .product1_story_bg .row{
        position: absolute;
    }

.product2_modal_banner .product2_banner_case{
    position: relative;
}

    .product2_modal_banner .product2_banner_case div:nth-child(1){
        top: -4vw;
        left: 3vw;
        position: absolute;
    }

    .product2_modal_banner .product2_banner_case div:nth-child(2){
        position: absolute;
        top: -7vw;
        left: 16vw;
    }

.product_modal .carousel .carousel-inner{
    padding: 2vw 14vw;
}

.product_modal .carousel .carousel-control-prev-icon,
.product_modal .carousel .carousel-control-next-icon{
    border-radius: 50%;
    background-color: #ccc;
    padding: 20px;
}
.product_modal .carousel .carousel-indicators{
    position: relative;
    background-color: #414141;
    width: 100%;
    height: fit-content;
    margin: 0;
}

.product_modal .carousel .carousel-indicators button{
    /* background: url('/frontend/img/computex2025/product/mancy/chrono-mancy-gallery-1.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 135px;
    height: 135px; */
    margin: 1vh;
    background-color: #000;
}

#w31 .div3_content{
    /* top: 0px;
    left: 0px; */
    position: absolute;
    display: grid;
    justify-items: center;
    /* margin: 5% auto;
    padding: 0 14vw; */
}

@media (max-width: 1200px){
    .product1_story_bg p{
        align-content: center;
    }
    .product_story{
        min-height: 100%;
    }
}

@media (max-width: 991.9px) {
    .f-1, .f-2, .f-3, .f-4, .f-5, .f-6 {
        overflow: hidden;
        position: relative;
        margin: 15px;
    }
    .feature-model-4 .area-up {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-template-areas:
        "f-1"
        "f-2";
    }
    .feature-model-4 .area-down {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
        "f-3"
        "f-4";
    }
    #carouselProductInterval .carousel-inner{
        padding: 0vw;
    }
    .product_modal .carousel .carousel-indicators{
        background-color: transparent;
    }

    .product1_story_bg .row{
        position: unset;
    }

    .product1_story_bg .row .col-12:nth-child(1){
        position: absolute;
        top: 0;
    }


    .product1_story_bg p{
        padding: 6%;
        text-align: center;
    }

    .product1_banner_content{
        display: inline-grid;
    }

    .product1_banner_content img{
        margin: 15% auto;
        width: 50%;
    }

        .product1_banner_content img:nth-child(1){
            top: 0;
            left: 0;
        }

        .product1_banner_content img:nth-child(2){
            margin-top: -15vw;
        }

    #covalent .product_story .product_text_content{
        background: #000;
    }

    .product2_banner_content{
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center;
        display: grid;
        display: flex;
        margin-top: -30%;
    }

    .product2_modal_banner .product2_banner_case{
        margin: 28% 0 0 15%;
    }
}
