﻿a {
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #540A0A;
    }
.sectioninvestorsignup {
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 10px 0px;
   
}

.investorsigncontent {
    border: 3px dotted #fff;
        text-align: center;
    border-radius: 20px;
    background-color: #851616;
    padding: 20px;
}

.inves-mobile-image {
    display: none;
}

.invesimage {
    text-align: center;
}

    .invesimage > img {
    }

.investorsignstep-row {
    padding-left: 5%;
    padding-right: 5%;
}

.downsteps {
    border-radius: 10px;
 
    margin-top: 10px;
    text-align: center;
    background-color: #ffff;
    padding: 10px;
    border: 1px solid #ffff;
}
.downstep_startup {
   
}
.downstep_investor {
   
}
.downstep_mentor {
    
}
.downstep_professional {
   
}
.downstep-incubator {
   
}
.downstep-coworking {
   
}


    .stepdownrow {
        padding: 10px 0px;
        margin: 0px 10px;
        border: 2px solid #ffff;
    }

.downsteps > p {
    font-weight: 700;
  
}

.investorsignstep {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ivsimage {
}

    .ivsimage > img {
        width: 100%;
        height: 100%;
    }

.step-box {
    text-align: center;
}

.step-box-content > p > span > img {
    width: 9%;
    margin-right: 10px;
}

.step-box-content > p {
    font-weight: 700;
}

.step-box-content {
    background-color: transparent;
    color: #ffff;
    border: 2px solid #ffff;
    padding: 10px;
    border-radius: 12px;
}

    .step-box-content:Hover {
        color: #ffff;
        border: 2px solid #000;
        background-color: #761010;
    }

.step-second-box > p > span > img {
    width: 17%;
    margin-right: 10px;
}

.step-second-box-space {
    margin-top: 10px;
}

.step-box-content > p {
    font-size: 15px;
    color: #ffff;
    text-align: center;
    margin-bottom: 0px;
}

    .step-box-content > p:hover {
        color: #ffff;
    }

    .step-box-content > p > i {
        margin-right: 10px;
    }

.step-box-icon {
    margin: 10px 0px;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


.step-second-box {
    background-color: #ffff;
    padding: 20px;
    border-radius: 12px;
}

    .step-second-box:hover {
        color: #ffff;
        border: 2px solid #000;
        background-color: #761010;
    }


.step-box-2-row {
    padding: 10px 0px;
    margin: 10px;
    border: 1px solid #333;
}

.step-second-box > p {
    text-align: center;
    font-weight: 700;
}

    .step-second-box > p:hover {
        color: #ffff;
    }

.investorsignupformback {
    background-image: url("../Image/backform.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 */
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    height: 100%;
}

.investorsignupform > img {
    width: 100%;
}

.investorsignupform > h2 {
    text-align: center;
    color: #fff;
}

.investorsignupform > p {
    text-align:center;
    color: #fff;
}

.formbutton {
    text-align: center;
}


.investorform > input {
    border-radius: 10px;
    font-weight: 800;
    background-color: transparent;
    border: 2px solid #ffff;
}

    .investorform > input:focus {
        background-color: transparent;
        border: 1px solid #ffff !important;
        border-color: #ffff !important;
        outline: 0;
        box-shadow: 0 0 0 .2rem #fff !important;
    }

    .investorform > input::placeholder:focus {
        color: #000 !important;
    }

.formbutton > button {
    background-color: #fff;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    color: #761010;
    border: 2px solid #ffff;
    transition: .3s ease-in-out;
    text-decoration: none;
}

    .formbutton > button:hover {
        transform: translateY(-5px);
        background-color: #fff;
        color: #000 !important;
        text-decoration: none;
    }

.investorform > input {
    height: 50px;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

    .investorform > input::placeholder {
        color: #fff !important;
        /* यहां अपना पसंदीदा रंग डालें */
        opacity: 1;
        /* ताकि रंग fade ना हो */
    }

.blur-section-form {
    position: relative;
    width: 100%;
    height: 100%; /* adjust as needed */
    overflow: hidden;
}

.blur-content-form {
    filter: blur(6px);
    pointer-events: none; /* prevent clicks */
}

.coming-soon-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size:22px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
}
.section-kise-signup {
   
}
.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%;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {

    /* Your styles here */
    h2, .h2 {
        font-size: 1.7rem;
    }

    .downsteps > p {
        font-weight: 700;
        font-size: 15px;
    }

    .downsteps {
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
        background-color: #ffff;
        padding: 10px 4px;
    }

    .downstep_startup {
        min-height: 137px;
    }

    .downstep_investor {
        min-height: 137px;
    }

    .downstep_mentor {
        min-height: 134px;
    }

    .downstep_professional {
        min-height: 134px;
    }

    .downstep-incubator {
        min-height: 134px;
    }

    .downstep-coworking {
        
        min-height: 155px;
    }

    }        
    @media screen and (max-width:992px) {


        .downstep_startup {
            min-height: 131px;
        }

        .downstep_investor {
            min-height: 130px;
        }

        .downstep_mentor {
            min-height: 130px;
        }

        .downstep_professional {
            min-height: 131px;
        }

        .downstep-coworking {
            min-height: 148px;
        }

        .downstep-incubator {
            min-height: 148px;
        }

        .box_onboard_advance_launch .circle-box {
            min-height: 322px !important;
        }

        .investorsigncontent-image {
            text-align: center;
        }



        .invesimage > img {
            display: block;
        }

        .inves-mobile-image {
            display: none;
        }
    }


    @media screen and (max-width:768px) {
        .downstep_startup {
            min-height: auto;
        }

        .downstep_investor {
            min-height: auto;
        }

        .downstep_mentor {
            min-height: auto;
        }

        .downstep_professional {
            min-height: auto;
        }

        .downstep-coworking {
            min-height: auto;
        }

        .downstep-incubator {
            min-height: auto;
        }

        .downsteps > p {
            font-size: 14px;
            font-weight: 700;
        }

        .investorsigncontent-image2 {
            width: 100%;
        }

        .investorsignstep-row {
            padding-left: 0px;
            padding-right: 0px;
        }

        .invest-contact-content-space {
            margin-top: 15px;
        }

        .investorsignupformback {
            margin: 15px;
            border-radius: 20px !important;
        }

        .investorsignstep {
            text-align: center;
            border-radius: 20px !important;
        }

        .invest-contact-row {
            border-radius: 0px;
            padding: 20px 0px;
        }



        .invesimage > img {
            display: none;
        }

        .inves-mobile-image {
            display: block;
            text-align: center;
        }
        .coming-soon-form {
            position: absolute;
            top: 50%;
            left: 48%;
            transform: translate(-50%, -50%);
            font-size: 19px;
            font-weight: bold;
            color: white;
            background: rgba(0, 0, 0, 0.6);
            padding: 10px 20px;
            border-radius: 10px;
        }
    }



    /*Investor Sign Up End*/

