body {
    background-color: white;
}


/* Banner Section */
#banner {
    height: auto;
    /* background-color: lightcoral; */
    background-image: url('../images/training-programs/film-your-business/banner.png');
    background-size: cover;
    background-position: center;
}



/* Lead Generation video Section */
#lead-generating-video {
    height: 700px;
    /* background-color: rgb(185, 152, 152); */
    overflow: hidden !important;
}

#lead-generating-video .buizlab-heading {
    opacity: 0.03;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    word-break: keep-all;
    overflow: visible;
    display: inline-block;
}

#lead-generating-video .container {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

/* Common Container */
.common-container {
    /* background-color: rgb(164, 201, 215); */
}

.mentor-container {
    /* background-color: rgb(201, 215, 164); */
}

.common-container .common-image {
    height: 400px;
    width: auto;
    object-fit: contain;
}

.mentor-container .common-image {
    height: 600px;
    width: auto;
    object-fit: contain;
}

/* Workshop future */
#work-shop-future {
    height: 700px;
}

#work-shop-future .image-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    /* background-color: red !important; */
}

#work-shop-future .image-container img {
    height: 95%;
    width: auto;
    object-fit: contain;
    object-position: center;
}

/* why business trust */
#why-business-trust{
    height: 450px;
    /* background-color: orangered; */
}
#why-business-trust .row{
    background:url('../images/training-programs/film-your-business/why-business-trust.png') ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0,0,0,0.4);
}
#why-business-trust .logo-business
{
    width: 400px;
}
#why-business-trust .row p{
    /* text-align: justify; */
    line-height: 1.7;
}

/* insta-redirection  */
#insta-redirection{
    /* background-color: lightgreen; */
}
#insta-redirection .card-wrapper
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px;
    /* background-color: lavenderblush; */
    justify-content: center;
}

#insta-redirection .card-wrapper .card {
    background: #00000020;
    height: 670px;
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode:overlay;
    transition-duration: 0.7s;
    text-decoration: none;
}
#insta-redirection .card-wrapper .card:hover {
    background-size: 120%;
}
#insta-redirection .card-wrapper .card:nth-child(1) {
    background-image: url('../images/training-programs/videos/reel-one.png');
}
#insta-redirection .card-wrapper .card:nth-child(2) {
    background-image: url('../images/training-programs/videos/reel-two.png');
}
#insta-redirection .card-wrapper .card:nth-child(3) {
    background-image: url('../images/training-programs/videos/reel-three.png');
}
#insta-redirection .card-wrapper .card:nth-child(4) {
    background-image: url('../images/training-programs/videos/reel-four.png');
}
#insta-redirection .card-wrapper .card:nth-child(5) {
    background-image: url('../images/training-programs/videos/reel-five.png');
}
#insta-redirection .card-wrapper .card .video-play-icon{
    height: 80px;
    width: 80px;
    /* background-color: rgb(255, 255, 255); */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); /* Safari support */
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgb(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.7s;
}
#insta-redirection .card-wrapper .card .video-play-icon i{
    font-size: 24px;
    color: white;
    text-shadow: 0px 0px 10px rgb(0,0,0,0.5);
}

#insta-redirection .card-wrapper .card:hover .video-play-icon{
    transform: scale(0.8);
}



/* lead-capture */
#lead-capture{
    height: auto;
    background-image: url('../images/training-programs/film-your-business/lead-capture.png');
    background-size: auto 60%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#lead-capture .form-container{
    width: 500px !important;
}

/* Medium screens (tablets) */
@media (max-width: 1440px) {
    #insta-redirection .card-wrapper .card {
        height: 580px;
        grid-template-columns: repeat(2, 1fr);
    }
}



/* Media query */
@media only screen and (max-width:1200px) {

    /* Banner */
    /*#banner {*/
    /*    height: 400px;*/
    /*}*/

    /* Common Container */
    .common-container .common-image {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .mentor-container .common-image {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    /* work shop future */
    #work-shop-future {
        height: auto;
    }
    #work-shop-future .image-container img {
        height: 100%;
    }

    /* Why business trust */
    #why-business-trust .row p{
    /* text-align: justify; */
        /* line-height: 1.5; */
    }

    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        display: grid;
        grid-template-columns: repeat(3, 33.3%);
    }
    #insta-redirection .card-wrapper .card {
        /* height: 550px; */
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:1100px) {
    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        grid-template-columns: repeat(2, 1fr);
    }
    #insta-redirection .card-wrapper .card {
        height: 700px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:1000px) {
    #insta-redirection .reels-card{
        height: 400px;
        width:48%;
        background-color: rgb(131, 116, 89);
    }

    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding: 20px;
    }   
    #insta-redirection .card-wrapper .card {
        height: 500px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:992px) {
    /* lead generating video */
    #lead-generating-video {
        height: auto;
    }
    
    #lead-generating-video .buizlab-heading {
        display: none;
    }
    
    #lead-generating-video .container {
        position: static;
        transform: translateX(0%);
    }
    
    /*  why business trust */
    #why-business-trust{
        height: auto;
    }
    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding: 0px 40px;
    }  
}

@media only screen and (max-width:750px) {
    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding: 0px;
    }   
    #insta-redirection .card-wrapper .card {
        height: 500px;
        background-position: center;
        background-size: cover;
    }
    #insta-redirection .card-wrapper .card:hover {
        background-size: cover;
    }
    #insta-redirection .card-wrapper .card .video-play-icon{
        height: 70px;
        width: 70px;
    }
    #insta-redirection .card-wrapper .card:hover .video-play-icon{
        transform: scale(1);
    }
}

@media only screen and (max-width:600px) {
    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding:0px 20px;
    }   
    #insta-redirection .card-wrapper .card {
        height: 400px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width:500px) {
    
    /* lead-capture */
    #lead-capture {
        height: auto;
    }
    
    #lead-capture .form-container {
        width: 400px !important;
    }
    
    /* insta redirection */
    #insta-redirection .reels-card{
        height: 450px;
        width:80%;
        background-color: rgb(131, 116, 89);
    }

    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding:0px 20px;
        gap:10px;
    }   
    #insta-redirection .card-wrapper .card {
        height: 380px;
        background-position: center;
        background-size: cover;
    }
    #insta-redirection .card-wrapper .card .video-play-icon{
        height: 50px;
        width: 50px;
    }
    #insta-redirection .card-wrapper .card .video-play-icon i{
        font-size: 20px;
    }
}



@media only screen and (max-width:400px) {
    
    /* lead-capture */
    #lead-capture .form-container {
        width: 300px !important;
    }
    
    /* Insta redirection */
    #insta-redirection .card-wrapper
    {
        padding:0px 10px;
        grid-template-columns: repeat(1, 1fr);
    }   
    #insta-redirection .card-wrapper .card {
        height: 580px;
        background-position: center;
        background-size: cover;
    }
}