﻿a {
    color: #333;
}
    a:hover {
        text-decoration:none;
        color:#540A0A;
    }
/*Podcast Start*/
.banner-vg {
    position: relative;
    overflow: hidden;
}

.banner-video {
 
}

.banner-video-banneroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040e39b0;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    padding-top: 4%;
}

.banner-video > video {
    width: 100%; /* Full screen width */
    min-height :100%; /* Fixed height */
    object-fit: cover;
}

.video-content {
   
    color: #fff;
    width: 100%;
    text-align: center;
    position: absolute;
   /* z-index: 9999; */
    bottom: 15%;
}
.banner-content-button {
}

    .banner-content-button > a {
        margin-right: 10px;
        margin-top: 14px;
        background: #fff;
        display: inline-block;
        padding: 10px 15px 10px 15px;
        border-radius: 10px;
        font-weight: 500;
        color: #000;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid #c70404;
        transition: .3s ease-in-out;
        text-decoration: none;
    }

        .banner-content-button > a:hover {
            transform: translateY(-5px);
            background-color: #c70404;
            color: #fff !important;
            text-decoration: none;
        }
.section-behind {
    background: #D9D9D92E;
}

.show-col > img {
    width: 30%;
    margin-bottom: 10px;
}

.show-col {
    color: #ffff;
    text-align: center;
    margin-top: 10px;
    padding: 19px;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    border-radius: 10px;
}

    .show-col > i {
        font-size: 34px;
        margin-bottom: 10px;
    }


    .show-col:hover {
        animation: bounce 2s infinite;
    }

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}
.video-wrapper-pitch-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 100%;
    overflow: hidden;
    min-height: 100%; /* Optional: ensure minimum height */
    border-radius: 15px;
}

    .video-wrapper-pitch-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.pitch-video {
    margin-top: 10px;
}

.podcast-button > a {

    padding:14px;
    margin-right:10px;
}
.section-podcast-banner {
    position: relative;
    background-image: url("/assets/img/podcast/podcast-banner.jpeg");
    background-size: cover;
    /* Ensures the image covers the entire banner area */
    background-position: bottom;
    /* Centers the image within the banner */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    height: 400px;
}
.podcast-banneroverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(246 0 0 / 0.6);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    padding-top: 4%;
}

.podcast-banner-content {
    text-align: center;
    padding-top: 50px;
}

    .podcast-banner-content > h1 {
        color: #fff;
        font-size: 35px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .podcast-banner-content > p {
        font-size: 1.25rem;
        margin-bottom: 1.2rem;
        color: #fff;
    }
.banner-content-button {
}
.podcast-video {
    margin-top:15px;
}


.banner-content-button > a {
    margin-right: 10px;
    margin-top: 14px;
    background: #fff;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #c70404;
    transition: .3s ease-in-out;
    text-decoration: none;
}

        .banner-content-button > a:hover {
            transform: translateY(-5px);
            background-color: #c70404;
            color: #fff !important;
            text-decoration: none;
        }


.podcast-content-col {
    border-radius:10px;
    margin-top: 10px;
    padding: 25px;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    text-align: center;
}

    .podcast-content-col > img {
        background-color:#fff;
        border-radius:50%;
        margin-bottom:10px;
        border-radius:50%;
        padding:10px;
        width: 30%;
    }

    .podcast-content-col > p {
       
        color:#fff;
    }

.apply-box-content {
    margin-top: 15px;
}


.section-apply {
    padding: 60px 0 70px;
}

.apply-profile {
    position: relative;
}

    .apply-profile > img {
        width: 100%;
        border-radius: 10px;
    }

.apply-profile-content:hover {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}
.apply-profile-content > a > span>img {
    width:10%;
    margin-right:10px;
    margin-bottom:10px;
}
.apply-profile-content {
    bottom: 12px;
    left: 10px;
    right: 10px;
    position: absolute;
    background-color: #ffff;
    border: 1px solid #ffff;
    padding: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 10px;
}

.section-podcast-how-it-works {
    background-color: #EFD5D547;
    padding: 60px 0 70px;
}

.podcast-steps {
    margin-top: 20px;
    height: 165px;
    text-align: center;
    padding: 10px;
    background-color: #ffff;
    border-radius: 10px;
    border: 2px solid #4F0A0A;
}

    .podcast-steps:hover {
        animation: bounce 2s infinite;
    }

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.podcast-steps > h2 {
    color: #ffff;
    -webkit-text-stroke: 1px #540A0A;
}
.apply-profile-content > p {
    font-size:16px;
}

.rowsteps {
    position: relative;
}

.rowline {
    z-index: -1;
    width: 100%;
    top: 104px;
    position: absolute;
    border: 4px solid #540A0A;
}

.section-featured {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 222, 222, 0.63) 100%);
    padding-top: 60px;
}

.featured-content {
    margin-top: 10px;
}

.featured-image {
    position: relative;
}

    .featured-image > img {
        width: 100%;
        border-radius: 10px;
    }

.featured-sub-content {
    left: 24px;
    right: 27px;
    padding: 5px 6px;
    bottom: -37px;
    position: absolute;
    background-color: #ffff;
    border-radius: 10px;
}

.featured-button > a > i {
    margin-right: 10px;
}

.featured-button > a {
    justify-content: space-between;
    padding: 14px 15px;
    border-radius: 999px;
    background-color: #c70404;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    gap: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #c70404;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
}

    .featured-button > a:hover {
        text-decoration: none;
        color: #c70404;
        background-color: #fff;
    }

.featured-sub-content:hover {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.featured-button {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}

.section-guest {
    background: #D9D9D92E;
    padding: 60px 0 70px;
}

.rowrole {
    border: 1px solid #000;
}

.role-podcast {
    margin: 10px 0px;
}

.role-podcast-image {
    position: relative;
    width: 100%; /* apne hisab se change karein */
}

    .role-podcast-image > img {
        width: 100%;
        display: block;
    }

.role-podcast-content {
    left: 38px;
    right: 38px;
    position: absolute;
    bottom: 0px;
}

.role-podcast-content1 {
    bottom: 0px;
}

.role-podcast-content2 {
    bottom: 37px;
}

.role-podcast-content3 {
    bottom: 37px;
}

.role-podcast-content > a {
    color: #fff;
}

.role-podcast-content > p {
    color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(195deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
}

.section-expect {
    background: #D9D9D92E;
    padding-bottom: 70px;
}

.section-host {
    padding: 60px 0 70px;
}

.host-heading {
    text-align: center;
}

    .host-heading > p {
       
    }

.host-content > img {
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.host-content {
    margin-top: 15px;
    background: #FFDEDE24;
    border: 1px solid #540A0A;
    padding: 10px;
}

    .host-content > a {
        color: #540A0A;
    }

.section-startup-stories {
    padding: 60px 0 70px;
}

.Startup-stories-heading > h2 {
    color: #540A0A;
}
.host-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .host-content ul li {
        border: 1px solid #c70404;
        padding: 10px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 700;
    }
.host-content {
    min-height: 770px;
}
.banner-video-mobile {
    display: none;
}
    @media screen and (max-width:992px) {
        .host-content {
            min-height: auto;
        }
        .rowsteps {
            position: static;
        }

        .rowline {
            display: none;
        }

        .podcast-steps {
            height: 158px;
        }
        .show-col {
    
        }
        .banner-video-mobile {
            display: none;
        }
    }



@media screen and (max-width:768px) {
    .video-content > h1 {
        font-size: 32px;
    }
    .banner-video > video {
        width: 100%; /* Full screen width */
        min-height:450px; /* Fixed height */
        object-fit: cover;
    }
    .banner-video-desktop {
        display: none;
    }

    .banner-video-mobile {
        display: block;
    }

    .vdo-content-image > img {
        width: 56%;
    }

    .video-content {
        color: #fff;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 15%;
    }
    .banner-content-button > a {
        margin-right: 10px;
        margin-top: 14px;
        background: #fff;
        display: inline-block;
        padding: 10px 5px 10px 5px;
    }
    .video-content {
        color: #fff;
        width: 100%;
        text-align: center;
        position: absolute;
        /* z-index: 9999; */
        bottom: 5%;
    }
    .pitch-video {
        margin-top: 10px;
    }

    .vdo-content-image > img {
        width: 40%;
    }

    .show-col {
    }

    .podcast-button > a {
        margin-top: 10px;
    }

    .host-content {
        min-height: auto;
    }

        .host-content ul {
            display: block;
        }

    .podcast-content-col {
        min-height: -webkit-fill-available;
    }

    .section-podcast-banner {
        background-image: url("/assets/img/podcast/mobile-podcast-banner.jpg");
        min-height: 649px;
    }

    .featured-content {
        margin-top: 53px;
    }

    .rowsteps {
        position: static;
    }

    .rowline {
        display: none;
    }

    .plaftformspace1 {
        padding-bottom: 20px;
    }

    .rowrole {
        margin: 5px;
    }

    .banner-content-button > a {
    }
}
    /*Podcast End*/

