﻿a {
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #540A0A;
    }
/*Picth Start*/




@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

    .logos:before,
    .logos:after {
       
    }

    .logos:before {
        left: 0;
        /*background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/
    }

    .logos:after {
        right: 0;
        /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/
    }

    .logos:hover .logos-slide {
        animation-play-state: paused;
    }

.logos-slide {
    height: 100px;
    display: inline-block;
    animation: 30s slide infinite linear;
}


    .logos-slide img {
        width: 98px;
        height: 100%;
        margin: 0px 10px;
    }


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos1 {
    overflow: hidden;
    padding: 20px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

    .logos1:before,
    .logos1:after {
      
    }

    .logos1:before {
        left: 0;
        /*background: linear-gradient(to left, rgba(255, 255, 255, 0), white);*/
    }

    .logos1:after {
        right: 0;
        /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white);*/
    }

    .logos1:hover .logos-slide1 {
        animation-play-state: paused;
    }

.logos-slide1 {
    height: 100px;
    display: inline-block;
    animation: 30s slide infinite linear;
}


    .logos-slide1 img {
        width: 98px;
        height: 100%;
        margin: 0px 10px;
    }


.item.guest-logo {
    width: 100px;
    height: 100px;
}
    .item.guest-logo img {
        width:100%;
        height:100%;
    }
    .built {
        background: #FFDEDE6E;
    }
.built1 {
    display:flex:

}
.built2 {
    flex-wrap:wrap;
    width:40%;
}
.built3 {
    flex:1;
}
/*.logos-slide > .owl-stage-outer > .owl-stage {
    will-change: transform;
    animation: 50s slide infinite linear;
}

.logos-slide > .owl-stage-outer > .owl-stage:hover {
    animation-play-state: paused;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}*/

.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 */
        height: 100%; /* Fixed height */
        object-fit: cover;
    }
.video-content {
    
    color: #fff ;
    width:100%;
    text-align: center;
    position: absolute;
   
    bottom: 15%;
}
.section-show {
    background: #D9D9D92E;
}
.blur-section1 {
    position: relative;
    width: 100%;
    height: 100%; /* adjust as needed */
    overflow: hidden;
}

.blur-content1{
    filter: blur(6px);
    pointer-events: none; /* prevent clicks */
}

.coming-soon1 {
    position: absolute;
    top: 63%;
    left: 41%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
    animation: bounce 2s infinite;
}


@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}
.section-pitch-banner {
    position: relative;
    overflow: hidden;
    background-image: url("/assets/img/pitch/desktop-pitch-banner.jpg");
    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;
}
.pitch-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%;
}
.pitch-banner-content {
    text-align: center;

}

.pitch-banner-content > h1 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
    .pitch-banner-content > p {
        font-size: 1.25rem;
        margin-bottom: 1.2rem;
        color: #fff;
    }
    .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: 999px;
            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;
            }
.pitch-video {
   
}

.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;
}
.behind-heading {
    text-align: center;
}

    .behind-heading > img {
        width: 100%;
    }

.section-behind {
    background: #D9D9D92E;
}

.show-col > img {
    width: 30%;
    margin-bottom: 10px;
}

.show-col {
    min-height: 149px;
    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);
    }
}

.section-ready-pitch {
  
    background: #FFDEDE6E;
}

.pitch-show-heading {
    text-align: center;
}

.pitch-content {
    position: relative;
    margin-top: 16px;
}

.pitch-content-image > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.pitch-sub-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 13px;
    
    border-radius: 24px;
    background-color: #ffff;
    padding: 10px;
}
.pich-sub-a {
    text-align:center;
}
    .pich-sub-a > a {
        color: #540A0A !important;
    }

    /* .pitch-sub-content:hover {
        animation: bounce 2s infinite;
    }

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}*/
    .pitch-sub-content > a {
        color: #540A0A !important;
    }

    .pitch-sub-content > a > span > img {
        width: 50px;
        margin-right: 10px;
    }

.pitch-para {
    margin: 15px 0px;
    text-align: center;
}

    .pitch-para > p {
        font-weight: 700;
    }

.recording {
    position: relative;
}

.recording-image {
    position: relative;
}

    .recording-image > img {
        width: 100%;
        height: 100%;
    }

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffb7b745 0%, #851A1B 100%);
}

.recording-content {
    position: absolute;
    bottom: 60px;
    left: 45px;
    right: 0px;
}

.record-head {
    display: flex;
}

.record-head1 {
    flex: 1;
}

.record-head2 {
    flex: flex-wrap;
    width: 31%;
}

    .record-head2 > button {
        background-color: #fff;
        border: 1px solid #fff;
        padding: 10px;
        margin-left: 17px;
    }

.record-head1 > h2 {
    color: #fff;
}

.recording-content > p {
    color: #fff;
    font-weight: 700;
}

.recording-button {
    display: inline-block;
}

    .recording-button > button {
        background-color: #fff;
        border: 1px solid #fff;
        padding: 10px;
        margin-left: 17px;
    }

    .recording-button > a {
        padding: 10px;
        background-color: #ffff;
        color: #000;
    }

.section-expect {
    
}

.expect-content {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #540A0A;
}
.expect-content:hover {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}
    .expect-content > p {
  margin-top:10px;      
    }
    .expect-content-step {
        display: flex;
    }
.expect-content-step1 {
   flex:flex-wrap;
    width:30%;
}
    .expect-content-step1 > img {
        width:100%;
    }
    .expect-content-step2 {
        margin-top:17px;
        flex: 1;
        text-align:center;
    }

   
    .expect-content-step2> button {
          
        background-color: #540A0A;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        border-radius: 10px;
        padding: 10px 20px;

    }


    .expect-content > img {
        width: 23%;
        margin-bottom: 10px;
    }





.section-meet-investor {
    background: #FFDEDE6E;
}

.meet-content > img {
    width: 100%;
    border-radius: 10px;
}
.meet-content p {
    color:#000;

}

.section-partner {
  
}

.partner-content {
    background: #FFDEDEA1;
    padding: 40px 0px;
}
/* Tab button container */
.partner-content>.tab {
    overflow: hidden;
    margin: auto;
    width: 37%;
}

    /* Tab buttons */
    .partner-content>.tab button {
        margin-right: 20px;
        background-color: #ffff;
        color: #000;
        border: 1px solid #530909;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 20px;
        transition: background-color 0.3s;
        font-size: 16px;
    }

        /* Hover effect */
    .partner-content>.tab button:hover {
        background-color: #ddd;
    }

        /* Active tab */
    .partner-content> .tab button.active {
        background-color: #540A0A !important;
        color: #ffff;
        border: 1px solid #540A0A;
    }

/* Tab content */
    .partner-content>.tabcontent {
        display: none;
        padding: 20px;
        border-top: none;
        border: 1px solid #ccc;
        border-top: none;
    }

.section-prepare {
    background: #D9D9D92E;
}

.prepare-content {
    position: relative;
}

.prepare-content-heading {
    position: absolute;
    left: 75px;
    right: 75px;
    bottom:28px;
}

.prepare-image {
    position: relative;
}

.guest-logo > img {
}

.image-prepare-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 45, 50, 0.45) 0%, rgba(84, 10, 10, 0.45) 100%);
}

.prepare-image > img {
    width: 100%;
    height: 100%;
}

.prepare-content-heading > h2 {
    color: #fff;
    text-align: center;
}

.prepare-content-heading > p {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.prepare-ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}

    .prepare-ul > ul {
        padding: 0px;
    }

        .prepare-ul > ul > li {
            padding-bottom: 4px;
            text-transform: capitalize;
            font-weight: 700;
            margin-bottom: 7px;
            list-style-type: none;
        }

            .prepare-ul > ul > li > i {
                font-size: 20px;
                color: #540A0A;
                margin-right: 10px;
            }

            .prepare-ul > ul > li > b {
                color: #540A0A;
            }

.part-tabs-content {
    margin-top: 15px;
}

    .part-tabs-content > a>img {
        border:4px solid  #961107;
        width: 100%;
        border-radius:10px;
    }
.meet-investor-owl2 {
    padding:20px 0px;
background-color:#fff;
}
.banner-video-mobile {
    display:none;
}
.rowrole {
    border: 1px solid #000;
}

.role-podcast {
    margin: 10px 0px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(195deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
}
.overlay-founder {
    border-radius: 10px;
    background: linear-gradient(195deg, rgba(217, 217, 217, 0) 0%, #9b0606 100%);
}
.role-podcast-image {
    position: relative;
    width: 100%; /* apne hisab se change karein */
}
.role-podcast-image-founder>img{
    border:2px solid #b80e0e;
    border-radius:10px;
}
.role-podcast-video > video {
    height: 100%;
    width: 100%;
}

.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;
}

.podcast-steps > p {
    color:#fff;
}
.btn-single-custom_knowmore2 {
    background-color:#fff;
    color:#000;
}
.podcast-steps {
    margin-top: 20px;
    min-height: 193px;
    text-align: center;
    padding: 10px;
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    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;
}
.podcast-steps > h5 {
    color: #ffff;
    
}
.fonder-link-whatsapp {
    color:#c70404;
}
.podcast-steps2 {
    min-height:auto;
}
.section-investor-contact {
    background-color: #FFDEDE4A;
}

.invest-contact-row {
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 30px 50px 40px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.invest-contact-content {
    margin-top: 15px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff5f5;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .invest-contact-content:hover {
        transform: translateY(-10px);
        /* move up on hover */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .invest-contact-content > h3 {
        margin-bottom: 0px;
        color: #000;
    }

.invest-contact > h1 {
    text-align: center;
}

.invest-contact > p {
    color: #ffff;
    text-align: center;
}

.invest-contact-img > img {
    width: 100%;
}

.invest-contact-content > img {
    width: 15%;
}
.zoom-in-out-element {
    animation: zoom-in-zoom-out 3s ease-in-out infinite;


   
}
@keyframes color-wave {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}
.panel2 {
    color:#000;
    font-size:20px;
}
    .panel2.callme {
        font-size: 15px;
        font-style: italic;
        color: #701515;
    }
.show-col  {
    
}
.box_onboard_advance_launch-founder .circle-box-founder {
    min-height: 465px;
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px 20px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 2px dotted #c70404;
}

.box_onboard_advance_launch-founder .circle-box:hover {
    border: 2px solid #c70404;
}

.box_onboard_advance_launch-founder .circle-number-founder {
    position: absolute;
    top: -20px;
    left: 20px;
    background: #ff4c4c;
    color: #fff;
    width: 70px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}



.box_onboard_advance_launch-founder .circle-header-founder {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .box_onboard_advance_launch-founder .circle-header-founder img {
        width: 35px;
        height: 35px;
    }

    .box_onboard_advance_launch-founder .circle-header-founder h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }

.box_onboard_advance_launch-founder .circle-box-founder p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
}





  
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .show-col > p {
        font-size:15px;
    }
    .show-col > i {
        font-size: 32px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:992px) {
    .show-col {
        min-height:auto;
    }
    .box_onboard_advance_launch-founder .circle-box-founder {
        min-height: 260px;
    }
    .podcast-steps {
        margin-top: 20px;
        min-height: auto;
    }
        .partner-content > .tab {
        overflow: hidden;
        margin: auto;
        width: 57%;
    }

    .pitch-sub-content {
        position: absolute;
    }

    
    .banner-video-mobile {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .show-col {
        min-height: auto;
    }
    .box_onboard_advance_launch-founder .circle-box-founder {
        min-height:auto;
    }
    .zoom-in-out-element {
        animation: zoom-in-zoom-out 3s ease-in-out infinite;
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.06);
        }
        /* gentler for mobile */
        100% {
            transform: scale(1);
        }
    }
    .invest-contact-row {
        border-radius: 0px;
        padding: 20px 0px;
    }

    .podcast-steps {
        min-height: auto;
    }
    .rowrole {
        margin: 5px;
    }
    .banner-video > video {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    .banner-video-desktop {
        display:none;
    }
    .banner-video-mobile {
        display:block;
    }

    .vdo-content-image > img {
        width: 45%;
    }
    .video-content {
        color: #fff;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 3%;
    }
    .banner-content-button > a {
        padding: 7px 7px 7px 7px;
        border-radius: 10px;
    }
    .video-content > h1 {
        font-size: 32px;
    }
   
    .partner-content > .tab button {
        font-size: 12px;
        margin-right: 11px;
    }
        .pitch-sub-content {
        position: static;
    }
        .section-pitch-banner {
        background-image: url("/assets/img/pitch/mobile-pitch-banner.jpg");
        height: 592px;
       
    }

    .record-head2 {
        flex: flex-wrap;
        width: 40%;
    }

    .recording-content {
        bottom: 37px;
        left: 25px;
        right: 0px;
    }

    .expect-content {
        text-align: center;
        height: 142px;
    }

    .prepare-ul {
        margin: 10px;
    }


    .expect-content-step2 {
        margin-top: 5px;
    }
        .expect-content-step2 > button {

            font-size: 15px;
        }
    .partner-content>.tab {
        overflow: hidden;
        width: 100%;
        margin:auto;
    }
    .prepare-content {
         position: static;
    }
    .prepare-image {
        display:none;
    }


    .prepare-content-heading {
        padding:5px;
        background-color: #FFDEDEA1;
        position: static;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
    }
        .prepare-content-heading > h2 {
            color:#000;
        }
        .prepare-content-heading > p {
            text-align: center;
            color: #000;
            font-weight: 700;
        }
    .coming-soon1{
       
        left: 26%;
       
    }

}
/*Picth End*/


        .slider-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items-logo img {
    width: 12%;
    
}