.cb_body {
    background: var(--blue-level-1);
}

.video_banner.common_banner {
    .banner_video_cb {
        z-index: unset;
    }

    .banner-content {
        h1 {
            margin: 35px 0px;
        }
    }

    .client_section {
        .logo_container {
            &::after {
                background-image: linear-gradient(to right, var(--blue-level-1), transparent 21%, transparent 50%, transparent 79%, var(--blue-level-1) 96%);
            }
        }
    }
}

.common_slider_sec {
    .carousel-caption {
        height: 165px;
    }

    .slider_section {
        background-image: url(../../images/home/cloudbrain/cloudbrain_slider_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .slider_heading_sec {
        h3 {
            background: linear-gradient(to right, var(--primary-7), var(--primary-1));
            webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
        }
    }
}

.video_sec {
    background-image: url(../../images/cb/migration/video_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 0rem 2rem;

    .video_content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 365px !important;
        width: 100%;
        border-radius: 20px !important;
        background-image: url(../../images/cb/migration/video_cover.svg);
        background-size: cover;
        position: relative;
        z-index: 1;
        margin-left: 20px;
    }
}

.core_benefits_section {
    background-image: url(../../images/cb/migration/core_benefits_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9rem;

    .benefit_box_container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 2rem;

        .benefit_box {
            background-image: url(../../images/cb/migration/benefits_frame.svg);
            background-repeat: no-repeat;
            background-size: contain;
            padding: 30px 15px 15px;
            height: 180px;

            h3 {
                font-size: 20px;
                margin-top: 1.5rem;
            }
        }
    }
}

.light_effect {
    position: relative;
    z-index: 1;

    &::before {
        content: "";
        position: absolute;
        left: 15%;
        top: 24px;
        width: 70%;
        height: 90%;
        border-radius: 50%;
        background: var(--primary);
        filter: blur(200px);
        z-index: -1;
    }
}

.diverse_sec {
    h2 {
        padding-top: 3rem;
    }
}

.lift_shift_section {
    background-image: url(../../images/cb/migration/liftShift_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;

    .light_effect {
        &::before {
            left: 0px;
            bottom: 24px;
            width: 70%;
            height: 70%;
        }
    }

    .lift_shift_content {
        margin-left: 20px;
    }

    .subhead {
        margin: 1.5rem 0rem;
    }

    ul {
        list-style: none;
        padding-left: 0px;

        li {
            font-size: 16px;
            margin-bottom: 0.6rem;
            position: relative;
            padding-left: 30px;

            &::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 6px;
                background: url(../../images/cb/migration/right_icon.svg);
                background-repeat: no-repeat;
                width: 15px;
                height: 14px;

            }
        }
    }
}

@media only screen and (max-width:767px) {
    h2 {
        margin-bottom: 1.5rem;
    }

    .core_benefits_section {
        .benefit_box_container {
            grid-template-columns: 1fr 1fr;
        }
    }

    .video_sec {
        .video_content {
            height: 250px !important;
            margin: 2rem 0rem 0rem;
        }
    }

    .diverse_sec {
        h2 {
            padding-top: 0;
        }
    }

    .lift_shift_section {
        .lift_shift_content {
            margin: 2rem 0rem 0rem;

        }
    }

    .core_benefits_section {
        background-image: none;
        padding-top: 5rem;

        .benefit_box_container {
            .benefit_box {
                h3 {
                    font-size: 16px;
                }
            }
        }
    }

    .common_section {
        padding: 3rem 0rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .core_benefits_section {
        .benefit_box_container {
            grid-template-columns: 1fr 1fr 1fr 1fr;

            .benefit_box {
                padding: 20px 15px 15px;

                h3 {
                    font-size: 16px;
                    margin-top: 1rem;
                }
            }
        }
    }

    .video_banner.common_banner {
        top: -85px;
    }

    .client_section {
        margin-top: 9rem;
    }

    .video_banner.common_banner {
        .banner-content {
            h1 {
                margin: 1.5rem 0px 2rem !important;
            }
        }
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.video_sec {
    .video_content {
        margin-left: 0px;
    }
}
}
