/* Kavitha Start */
.acceleratorCardContainer {
    display: grid;
    place-items: center;
    height: 100vh;
}

.content-wrapper {
    background-image: url('https://myxdstudio.s3.ap-south-1.amazonaws.com/bgcohart.png');
    background-size: cover;
    /* height: 100vh; */
    position: relative;
}

.acceleratorStatusCard {
    background-color: #211E27;
    border-radius: 10px;
    color: #fff;
    border: 2px solid #5E3349;
}

.acceleratorStatusCard .cardHeader {
    background-color: #2C2A32;
    padding: 2rem;
}

.acceleratorStatusCard .cardBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 3rem;
    gap: 30px;

}

.acceleratorStatusCard img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.solidGradientBtn {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background: linear-gradient(to right, #F07C41, #6914F4) padding-box, linear-gradient(to right, #F07C41, #6914F4) border-box !important;
    border: 1px double transparent;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
}

.solidGradientBtn:hover {
    background: linear-gradient(to right, #6914F4, #F07C41) padding-box, linear-gradient(to right, #6914F4, #F07C41) border-box !important;
}

.solidGradientBtn-reverse {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background: linear-gradient(to right, #6914F4, #F07C41) padding-box, linear-gradient(to right, #6914F4, #F07C41) border-box;
    border: 1px double transparent;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.3);
}
.mail-intimation{
    color: #FE7D05;
    font-size: 16px;
}


/* Kavitha End */

/* Vijay Start */
.container-custom {
    max-width: 95%;
}

.section-1 {
    position: relative;
    top: -130px;
    width: 100%;
    height: calc(80rem + 900px);
    /* border: 2px solid; */
}

.space-shuttle-cont {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
}

.space-shuttle-cont>img {
    position: absolute;
    top: -200px;
    left: -3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transform: rotate(358deg) scale(1.2);
}

.black-shade-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 780px;
    background: rgb(42, 37, 50);
    background: linear-gradient(180deg, rgba(42, 37, 50, 0) 0%, rgba(36, 33, 42, 1) 34%, rgba(27, 26, 29, 1) 100%);
}

.space-shuttle-textDiv {
    top: 200px;
    z-index: 2;
    align-items: center;
}

.download-install {
    top: unset !important;
    margin-top: -180px;
}

.video-holder {
    width: 100%;
    min-width: 300px;
    max-width: 1080px;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -85%) scale(0.9);
    background: linear-gradient(rgb(42, 37, 50), rgb(42, 37, 50)) padding-box, linear-gradient(to right, #6914F4, #F07C41) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
    z-index: 2;
}

.video-caption-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
    background: linear-gradient(to right, #6914F4, #F07C41) border-box;
    padding: 7px 20px;
    border-radius: 15px 15px 0px 0px;

}

.hdfc-parent {
    margin-top: 8rem;
}

.hdfc-bg {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.212);
    padding: 0rem 9rem 0.2rem 9rem;
}

.play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    cursor: pointer;
}

.play-pause-button:hover {
    opacity: 1;
}

.revenue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    border: 1.5px solid rgba(240, 123, 65, 0.3);
    border-radius: 20px;
    overflow: hidden;
}

.revenue-card {
    background: #242426;
}

.revenue-grid .revenue-card:nth-of-type(even) {
    background: #242426;
}

.revenue-grid .revenue-card:nth-of-type(odd) {
    background: #28252E;
}

.revenue-card:hover {
    background: #6914F4 !important;
    border-top: 1.5px solid rgba(240, 123, 65, 1);
}

.revenue-images {
    width: 250px;
    height: 250px;
}

.eligibility-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 320px));
    justify-content: center;
    /* display: inline-flex;
    flex-wrap: wrap;
    justify-content: center; */
    column-gap: 30px;
    row-gap: 50px;
}

.eligibility-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    background: #242426;
    border-radius: 10px;
    border: 0.1px solid rgba(240, 123, 65, 0.5);
    border-top: 0px;
    /* overflow: hidden; */
}

.eligibility-card .eligibility-image {
    position: relative;
    width: 100%;
    height: 250px;
    /* overflow: hidden; */
}

.eligibility-card .eligibility-image>img:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
}

.eligibility-vectors {
    width: 290px;
    height: 250px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -30px);
    z-index: 2;
}

.eligibility-card .eligibility-caption {
    position: relative;
    width: 100%;
    height: 100%;
    /* max-height: 300px; */
    /* border-top: 4px solid rgba(240, 123, 65, 1); */
    /* border-left: 0.1px solid rgba(240, 123, 65, 0.5);
    border-right: 0.1px solid rgba(240, 123, 65, 0.5);
    border-bottom: 0.1px solid rgba(240, 123, 65, 0.5); */
    border-radius: 0px 0px 10px 10px;
    padding: 1.5rem 1.2rem 1.5rem 1.2rem;
}

.eligibility-card .card-title {
    font-size: 22px;
}

.eligibility-card .card-text {
    font-size: 18px;
    font-weight: 500;
}

.eligibility-card .tick-3d {
    width: 50px;
    position: absolute;
    top: -25px;
}

.eligibility-card-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    top: 75px;
}

.glass-morph {
    background: rgba(37, 37, 37, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(240, 123, 65, 0.3);
    border-radius: 15px;
}

div.progression-svg-mobile {
    display: none !important;
}

.section-8 {
    background: #6914F4;
    padding-bottom: 6rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
}

.faq-container {
    width: 100%;
}

.faq-container .accordion {
    /* display: flex;
    flex-flow: column wrap; */
    display: grid;
    grid-template-columns: repeat(2, 50%);
    /* justify-content: center; */
    min-height: 600px;
    /* max-height: 600px; */
    column-gap: 50px;
}

.accordion-button::after {
    right: -6px;
}

.faq-container .accordion .accordion-item {
    max-width: 94%;
}

.accordion-button:not(.collapsed) {
    font-weight: 600;
}

.section-8 .page-number {
    background-color: transparent;
    max-width: 48px;
    color: white;
    text-align: center;
    font-size: 1em;
    padding: 0.3rem;
}

.section-8 .page-number:focus,
.section-8 .page-number:active {
    box-shadow: none;
    outline: none;
    border: 1px solid;
}

/* Chrome, Safari, Edge, Opera */
.section-8 .page-number::-webkit-outer-spin-button,
.section-8 .page-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.section-8 .page-number[type=number] {
    -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
.custom-input-number::-webkit-outer-spin-button,
.custom-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.custom-input-number[type=number] {
    -moz-appearance: textfield;
}

.faqListli {
    list-style: disc;
}

.financial-support {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.financial-support .img-holder {
    width: 100%;
}

.financial-support .img-holder .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.financial-support .card {
    min-width: 300px;
    width: calc(28vw + 6px);
    max-width: 440px;
}

.financial-support .card,
.financial-support .card-body {
    background: #211E27;
    border-radius: 20px;
}

.section-7-5 .orange-ball-fin {
    width: 800px;
    height: 800px;
    background: #e9793f;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.1;
    position: absolute;
    bottom: -400px;
    right: -200px;
    z-index: -1;
}

.custom-dropdown-v {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background: #28252eea;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999;
}

.custom-dropdown-v li {
    padding: 15px 30px;
}

.custom-dropdown-v li:hover {
    background: #6914F4;
    color: white;
}

.cities .defaultCity {
    cursor: pointer;
    border-radius: 15px;
}

.cities .defaultCity.active {
    border: 0.1px solid #e9793f;
    background: #e9783f3b;
}

.faq-prev-btn {
    display: none;
}

/* Vijay End */

/* Sathish Start */

/* Sathish End */



/* kavitha start */
.dp-wrap {
    position: relative;
    perspective: 1000px;
    display: grid;
    place-content: center;
    place-items: center;
    height: 100vh;
}

/* #slider{
    overflow-y: auto;
    scrollbar-width: none;

} */


.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;

}

.dp-slider div {
    transform-style: preserve-3d;
}

.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s;
}

.dp_item h3 {
    font-weight: 700;
}

.dp_item .form-control {
    background-color: #2C2A32;
    color: #fff;
    width: 40%;
    padding: 15px;
    border: none;
    height: 60px;
    overflow: auto;
}

.dp-img img {
    border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateX(0deg) translateY(0px) !important;
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateX(0deg) translateY(10%) scale(0.9);
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateX(0deg) translateY(20%) scale(0.8);
}

.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateX(0deg) translateY(20%) scale(0.8);
}

.dp_item[data-position="5"] {
    z-index: 6;
    transform: rotateX(0deg) translateY(20%) scale(0.8);
}

.dp_item[data-position="6"] {
    z-index: 5;
    transform: rotateX(0deg) translateY(20%) scale(0.8);
}

.dp_item[data-position="7"] {
    z-index: 4;
    transform: rotateX(0deg) translateY(20%) scale(0.8);
}


/* @media (max-width: 1900px){ */
#dp-next,
#dp-prev {
    position: absolute;
    top: auto !important;
    /* right: 0 !important;  */
    height: 13px;
    width: 17px;
    z-index: 10;
    cursor: pointer;
    color: #EF7C40;
}

#dp-next {
    top: -0.5rem !important;
    right: -3rem !important;
}

.arrowContainer {
    position: relative;
    top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dp-dots {
    top: 0rem !important;
}

#dp-prev {
    text-align: center;
    transform: rotate(180deg);
    left: -3rem;
}

/* } */

/* #dp-next,
#dp-prev {
    position: absolute;
    top: 56rem;
    right: 53%;
    height: 13px;
    width: 17px;
    z-index: 10;
    cursor: pointer;
    color: #EF7C40;
}

#dp-prev {
    text-align: center;
    transform: rotate(180deg);
}

#dp-next {
    top: 55.3rem;
    right: 44%;
} */

#dp-dots {
    position: relative;
    /* top: 9rem; */
    bottom: 25px;
    z-index: 12;
    /* left: 38%; */
    cursor: default;
    display: flex;
    justify-content: center;
    gap: 10px;
    pointer-events: none;
}

#dp-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #EF7C40;
    border-radius: 50%;
}

#dp-dots li:hover {
    cursor: pointer;
    background: goldenrod;
    transition: background 0.3s;
}

#dp-dots li.active {
    border: 1px solid #ef7c40;
    background: transparent;
    width: 13px;
    height: 13px;
    margin-top: -0.1rem;
}

.dp_item {
    width: 65%;
}

.dp-content,
.dp-img {
    text-align: left;
}

.dp_item {
    display: flex;
    align-items: center;
    background: #211E27;
    border-radius: 10px;
    overflow: hidden;
    border-top: none;
    border: 2px solid #462C43;
}

.dp-header {
    background: #2C2A32;
    width: 100%;
    padding: 1rem;
}

.dp-header h2 {
    font-weight: 700;
}

.dp-content {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 4rem 0rem;
}

.dp-content h2 {
    color: #fff;
    font-family: Circular Std Bold;
    font-size: 48px;
    margin-bottom: 0px;
}

.dp-content p {
    color: #fff;
    font-size: 24px;
}

.dp-content .site-btn {
    margin-top: 15px;
    font-size: 18px;
    padding: 19px 40px;
}

.dp-img:before {
    background: -webkit-linear-gradient(-90deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0));
    background: -o-linear-gradient(-90deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(-90deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0));
    background: linear-gradient(-90deg,
            rgba(255, 255, 255, 0.75),
            rgba(255, 255, 255, 0));
    content: "";
    position: absolute;
    height: 100%;
    width: 25%;
    z-index: 1;
    top: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(-90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.75));
    background: -o-linear-gradient(-90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.75));
    background: -moz-linear-gradient(-90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.75));
    background: linear-gradient(-90deg,
            rgba(255, 255, 255, 0),
            rgb(255, 255, 255));
}

.dp-img img {
    object-fit: cover;
    object-position: right;
}

/* #dp-slider,
.dp-img img {
    height: 580px;
} */

#dp-slider,
.dp_item {
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.dp-content {
    height: 500px;
}

#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}

.site-btn {
    color: #fff;
    font-size: 18px;
    font-family: "Circular Std Medium";
    background: goldenrod;
    padding: 14px 33px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: -10px;
    text-decoration: none;
}

.site-btn:hover {
    text-decoration: none;
    color: #fff;
}

.optionBtn {
    background-color: #2C2A32;
    color: #fff;
    width: 40%;
    padding: 15px;
    height: 60px;
    overflow: auto;
    border: none;
}

.gradBtn {
    width: auto !important;
    height: auto !important;
    padding: 10px;
}

.optionBtn:focus {
    outline: none;
    box-shadow: 0 0 10px #e9793f;
}

.optionBtn:hover {
    background-color: #874DE6;
}

.solidGradientBtn:hover [data-position="6"] {
    background: none !important;
}

.solidGradientBtn[data-position="6"] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    background-image: linear-gradient(to right, #F07C41, #6914F4) padding-box, linear-gradient(to right, #F07C41, #6914F4) border-box !important;
    background: none !important;
    border: 1px double transparent;
    color: #fff;
    font-weight: 600;
}



.custom_scrollbar_1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(25, 23, 30, 1);
    background-color: rgba(25, 23, 30, 1);
    border-radius: 21px;
}

.custom_scrollbar_1::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(25, 23, 30, 1);
    border-radius: 21px;
}

.custom_scrollbar_1::-webkit-scrollbar-thumb {
    background-color: rgba(85, 76, 101, 1);
    border: 2px solid rgba(25, 23, 30, 1);
    border-radius: 21px;
}

.dp_item [placeholder]:empty::before {
    content: attr(placeholder);
    color: #fff;
    text-transform: none;
}

.dp_item [placeholder]:empty:focus::before {
    content: "";
}

.dp_item [contenteditable=true] {
    display: inline-block;
    border: none !important;
    outline: none !important;
    max-width: 100%;
    cursor: text;
    text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
.dp_item input::-webkit-outer-spin-button,
.dp_item input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.dp_item input[type=number] {
    -moz-appearance: textfield;
}


.errorMsg {
    color: white;
    display: none;
    background: #ff000059;
    border: 2px solid #c21313bd;
    padding: 2px 80px;
    /* border-radius: 4px; */
}


@media (max-width: 999.99px) {
    .dp_item {
        width: 100%;
    }

    .optionBtn {
        width: 90%;
    }

    #dp-dots {
        padding-left: 0rem !important;
    }

    .dp_item .form-control {
        width: 90%;
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#loader .spinner-border {
    height: 3rem;
    width: 3rem;
}

#enterCategory {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Style the form input with autocomplete */
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: white !important;
}

/* .cohartForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px black inset; 
    -webkit-text-fill-color: white !important;
}
.cohartForm input:active:-webkit-autofill, .cohartForm input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px black inset; 
    -webkit-text-fill-color: white !important;
} */


.custom-chosen-2 .chosen-container-single {
    width: 100% !important;
}

.custom-chosen-2 .chosen-container-single .chosen-single {
    background: #2C2A32;
    color: white;
    font-weight: 600;
    border: 1px solid #393243;
    border-radius: 7px;
    height: 52px !important;
    padding: 10px 0px 6px 10px;
    box-shadow: none;
}

.custom-chosen-2 .chosen-container-active.chosen-with-drop .chosen-single {
    background: #2C2A32;
    color: white;
    border: 1px solid rgba(63, 58, 70, 1);
    box-shadow: none;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 18px;
    height: 100%;
}

.custom-chosen-2 .chosen-container-single .chosen-single div b,
.custom-chosen-2 .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position-y: 15px;
}

.custom-chosen-2 .chosen-container-single .chosen-single span {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.custom-chosen-2 .chosen-container .chosen-drop {
    background: #2c2a3200;
    color: white;
    border: none;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(13px);
    /* padding: 1rem; */
}

.custom-chosen-2 .chosen-container-single .chosen-search {
    background: #2C2A32;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: unset;
    margin: 16px 18px 16px 18px;
    border-radius: 37px;
}

.custom-chosen-2 .chosen-container-single .chosen-search::before {
    content: "\f002";
    font: var(--fa-font-solid);
    font-family: 'Font Awesome 5 free';
    font-size: 1.2em;
    font-weight: 900;
    color: #C5C5C5;
    position: relative;
    top: 2px;
    left: 15px;
}

.custom-chosen-2 .chosen-container-single .chosen-search input[type="text"] {
    position: relative;
    color: rgba(197, 197, 197, 1);
    margin: unset;
    padding: 10px 5px 10px 25px;
    border: none;
    border-radius: 37px;
}

.custom-chosen-2 .chosen-container .chosen-drop {
    top: 105% !important;
}

/* .custom-chosen-2 .chosen-container .chosen-results li:first-child {
    padding: 0px;
    opacity: 0;
} */

.custom-chosen-2 .chosen-container .chosen-results {
    scroll-behavior: smooth;
    margin: 0px !important;
    padding: 0px !important;
}

.custom-chosen-2 .chosen-container .chosen-results li {
    font-size: 1.2em;
    color: rgba(197, 197, 197, 1);
    padding: 12px 20px;
}

.custom-chosen-2 .chosen-container .chosen-results li:not(:first-child) {
    border-top: 1px solid #3F3A46;
}

.custom-chosen-2 .chosen-container .chosen-results li.highlighted {
    background: #393243 !important;
    color: rgba(197, 197, 197, 1) !important;
}

.custom-chosen-2 .chosen-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(25, 23, 30, 1);
    background-color: rgba(25, 23, 30, 1);
    border-radius: 21px;
}

.custom-chosen-2 .chosen-results::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(25, 23, 30, 1);
    border-radius: 21px;
}


/* kavitha End */