﻿.rotating-header-block {
    height: 70vh;
    width: 100%;
    min-height: 250px;
    max-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .rotating-header-block .outer-box {
        width: 100%;
        max-width: 100%;
        margin: auto;
        height: 100%;
        display: flex;
        position: relative;
    }

.left-content {
    width: 40%;
    height: 100%;
}
.right-content {
    width: 60%;
    height: 100%;
}

.rotating-header-block .outer-box .left-content {
    padding-left: 10%;
}

    .rotating-header-block .outer-box .left-content .header-logo {
        width: 100%;
        height: 50%;
        text-align: left;
        position: relative;
    }

        .rotating-header-block .outer-box .left-content .header-logo .header-logo-img {
            width: 100%;
            max-width: 350px;
            height: auto;
            border: 0px;
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translateY(-50%);
        }

    .rotating-header-block .outer-box .left-content .header-text {
        width: 100%;
        height: 50%;
        text-align: left;
    }

        .rotating-header-block .outer-box .left-content .header-text h1 {
            font: 600 40px HalisGR-Regular;
            text-align: left;
            margin: 0px;
            line-height: 100%;
            padding-bottom: 10px;
            letter-spacing: 0px;
        }
        .rotating-header-block .outer-box .left-content .header-text h2 {
            font: 600 60px HalisGR-Regular;
            text-align: left;
            margin: 0px;
            line-height: 100%;
            padding-bottom: 10px;
            letter-spacing: 0px;
        }
        .rotating-header-block .outer-box .left-content .header-text p {
            font: 300 20px HalisGR-Regular;
            text-align: left;
            max-width: 400px;
            margin: 0px;
            line-height: 100%;
        }

.rotating-header-block .outer-box .right-content {
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 40px;
}

    .rotating-header-block .outer-box .right-content .animated-band-1,
    .rotating-header-block .outer-box .right-content .animated-band-2,
    .rotating-header-block .outer-box .right-content .animated-band-3,
    .rotating-header-block .outer-box .right-content .animated-band-4 {
        width: 25%;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto;
        align-self: flex-start;
        padding: 20px;
        gap: 40px;

    }
.rotating-header-block .rotating-header-product {
    width: 100%; height: auto;
}
    .rotating-header-block .rotating-header-product .product-image {
        width: 100%; height: auto;
    }
        .rotating-header-block .rotating-header-product .product-image img {
            width: 100%;
            height: auto;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
        }
    .rotating-header-block .rotating-header-product .product-color { 
        display: none;
    }
    .rotating-header-block .rotating-header-product .text-overlay {
        display: none;
    }

    .inside-image-part {
        width: 100%;
        height: 200px;
    }

.inside-image-part2 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .inside-image-part2 img {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

.rotating-header-block .outer-box .right-content .animated-band-2 {
    align-self: flex-end;
}
.rotating-header-block .outer-box .right-content .animated-band-4 {
    align-self: flex-end;
}

.animated-band-1 img, .animated-band-2 img, .animated-band-3 img, .animated-band-4 img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}


@media (max-width: 800px) {
    .rotating-header-block .outer-box {
        flex-direction: column;
    }

        .rotating-header-block .outer-box .left-content {
            width: 100%;
            height: 60%;
            padding: 0px;
            overflow: hidden;
        }

            .rotating-header-block .outer-box .left-content .header-logo {
                width: 100%;
                height: 40%;
                text-align: left;
                position: relative;
            }

                .rotating-header-block .outer-box .left-content .header-logo .header-logo-img {
                    width: auto;
                    height: 90%;
                    max-width: auto;
                    border: 0px;
                    position: absolute;
                    top: auto;
                    bottom: 0px;
                    left: 50%;
                    transform: translate(-50%, 0);
                }

            .rotating-header-block .outer-box .left-content .header-text {
                width: 100%;
                height: 60%;
                text-align: center;
                padding: 10px 30px;
            }

                .rotating-header-block .outer-box .left-content .header-text h1 {
                    font: 600 30px HalisGR-Regular;
                    text-align: center;
                    margin: 0px;
                    line-height: 110%;
                    padding-bottom: 10px;
                    letter-spacing: 0px;
                }
                .rotating-header-block .outer-box .left-content .header-text h2 {
                    font: 600 30px HalisGR-Regular;
                    text-align: center;
                    margin: 0px;
                    line-height: 110%;
                    padding-bottom: 10px;
                    letter-spacing: 0px;
                }
                .rotating-header-block .outer-box .left-content .header-text p {
                    font: 300 16px HalisGR-Regular;
                    text-align: center;
                    max-width: auto;
                    margin: 0px;
                    line-height: 120%;
                }

        .rotating-header-block .outer-box .right-content {
            width: 100%;
            height: 40%;
            gap: 20px;
        }

            .rotating-header-block .outer-box .right-content .animated-band-1,
            .rotating-header-block .outer-box .right-content .animated-band-2,
            .rotating-header-block .outer-box .right-content .animated-band-3,
            .rotating-header-block .outer-box .right-content .animated-band-4 {
                display: inline-flex;
                flex-direction: row;
                position: relative;
                height: 150%;
                width: auto;
                align-self: flex-start;
                white-space: nowrap;
                overflow: visible;
            }

    .animated-band-1 img, .animated-band-2 img, .animated-band-3 img {
        width: auto;
        height: 100%;
        display: block;
    }

    .rotating-header-block .outer-box .right-content .animated-band-2 {
        display: none;
    }

    .rotating-header-block .outer-box .right-content .animated-band-3 {
        display: none;
    }
    .rotating-header-block .outer-box .right-content .animated-band-4 {
        display: none;
    }

    .rotating-header-block .rotating-header-product {
        width: 70px;
        height: 100%;
    }

        .rotating-header-block .rotating-header-product .product-image {
            width: auto;
            height: 100%;
            display: block;
        }

            .rotating-header-block .rotating-header-product .product-image img {
                width: auto;
                height: 100%;
            }

        .rotating-header-block .rotating-header-product .product-color {
            display: none;
        }

        .rotating-header-block .rotating-header-product .text-overlay {
            display: none;
        }

}
