







@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", serif;
}

.new-container{
    padding: 0 8%;
    width: 100%;
    /* overflow: hidden; */
}

p{
    line-height: 1.3;
}
/* ----------------------- Header ------------------------ */
.header{
    position: relative;
    background-image: url("../images/banner-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 80vh; */
    width: 100%;
    overflow: hidden;
}
.banner{
    padding: 0 8%;
    padding-right: 6%;
}
.banner-left{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}
.banner-logo{
    position: absolute;
    top: 30px;
}

.banner-heading h1 {
    position: absolute;
    font-size: 3rem;
    font-weight: 400;
    color: #2f2f2f;
    margin-top: 20px;
}
.banner-left h2{
    margin-top:80px;
    font-size: 3rem;
    color: #fcaf17;
    font-weight: bold;
}
.banner-right{
    display: flex;
    justify-content: center;
    align-items: end;
    /* min-height: 80vh; */
    flex-direction: column;
}
.banner-right .right-float-img{
    position: absolute;

}
.banner-decription{
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 400;
    background: #eef1fa;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #fcaf17;
}
img.right-person-img {
    width: 125%;
}

/* ----------------- Become a Vahan Partner Start ---------------- */
.become{
    padding: 50px 0 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
    
}
.become-inner{
    background-image: url('../images/become-bottom-layer.png');
    background-repeat: no-repeat;
    background-position: bottom right 10px;
    padding-right: 8%;
    padding-left: 8%;
}
.become-left-section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* padding-right: 100px; */
}
.become-left-section h2{
    font-size: 3rem;
    font-weight: 400;
}
.become-left-section h2 span{
    font-size: 3rem;
    color: #fcaf17;
    font-weight: bold;
}
.become-description{
    font-size: 18px;
    color: #2f2f2f;
}
.become-right-seection{
    /* display: flex;
    flex-direction: column; */
    padding-top: 50px;
    position: relative;
    display: flex;
    justify-content: end;

}
.become-top-layer{
    position: absolute;
    top: 10px;
    left: -10%;
}
.become-main-img{
    z-index: 9;
}
.become-sub-first{
    background: #f6f6f6;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.become-sub-first p{
    margin-bottom: 0;
    font-size: 18px;
    color: #2f2f2f;
}
.become-sub-first span{
    font-weight: bold;
}
.become-achieve{
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
}
.become-inr{
    font-size: 35px;
    color: #6a26da;
    font-weight: bold;
    margin-bottom: 0;
}
.become-monthly{
    font-size: 18;
    font-weight: bold;
    color: #2f2f2f;
    margin-bottom: 0;
}
.become-sub-second {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* ----------------- Who are we? Start ------------------------ */

.who-we{
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}
.inner-who-we{
    background: #e4e5f7;
    padding: 50px 50px 100px;
}
.who-we-left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 100px;
}
.who-we-left p:nth-child(3){
    margin: 0;
}
.who-we-left p{
    text-align: center;
    font-size: 18px;
    color: #000;
}
.who-we-left p a{
    color: #000;
}
.who-we-left h2{
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.who-we-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.who-we-right .row:nth-child(2){
    margin-top: 25px;
}
.who-we-right img{
    width: 80%;
}
.who-we-right .row div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.who-we-counter{
    background: #656de2;
    border-radius: 20px;
    padding: 50px 50px;
    color: #fff;
    margin-top: -40px;
    box-shadow: #656de2db 0px 30px 50px -20px, #ffffff 0px 30px 30px -30px;
}
.who-we-counter h3{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.who-we-counter p{
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.who-we-counter-items{
    padding: 0 10px;
    border-right: 2px solid #b8bcf7;
}
.who-we-counter-items:last-child{
    border: none;
}
.who-we-counter-items {
    width: 16%;
}
.who-we-counter-items:nth-child(4) {
    width: 20%;
}
.who-we-counter-items:nth-child(5) {
    width: 16%;
}
.who-we-counter-items:nth-child(6) {
    width: 16%;
}

/* ----------------- What It Takes Start ------------------ */
.what-takes{
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
.inner-what-takes{
    padding: 0 20px;
}
.what-takes-left h2{
    font-size: 3rem;
    font-weight: 400;
    color: #2f2f2f;
}
.what-takes-left h2 span {
    font-size: 3rem;
    color: #fcaf17;
    font-weight: bold;
    display: block;
}
.what-takes-50 {
    font-size: 18px;
    background: #eef1fa;
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
}
.what-takes-50:hover, .what-takes-100:hover{
    background: #bdc9ee;
}
.what-takes-100 {
    font-size: 18px;
    background: #eef1fa;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    width: 86%;
}


/* ----------------- How We Support  Start ------------------ */
.we-support{
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}
.inner-we-support{
    padding: 0 20px;
}
.we-support-left h2{
    font-size: 3rem;
    font-weight: 400;
    color: #2f2f2f;
}
.we-support-left h2 span {
    font-size: 3rem;
    color: #fcaf17;
    font-weight: bold;
    display: block;
}
.we-support-50 {
    font-size: 18px;
    background: #fae3b6;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
}
.we-support-50:hover, .we-support-100:hover{
    background: #f8c156;
}
.we-support-100 {
    font-size: 18px;
    background: #fae3b6;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    width: 86%;
}
.we-support-100:last-child{
    padding: 20px;
}

/* ----------------- Exclusive Event Start ------------------ */

.exclusive-event{
    width: 100%;
    padding-left: 8%;
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
    padding-right: 1%;
}
.exclusive-right img {
    width: 100%;
}
.exclusive-left{
    padding: 0;
    padding-right: 50px;
}
.exclusive-left h2{
    font-size: 3rem;
    font-weight: 400;
    color: #2f2f2f;
}
.exclusive-left h2 span{
    font-weight: bold;
}
.exclusive-left p{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0; 
}
.exclusive-right{
    padding: 0;
}
.exclusive-list{
    width: 70%;
}
.icon-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 20px 0;
}
.icon-box-content {
    font-size: 18px;
    padding: 10px 40px 10px 0;
    color: #2f2f2f;
}


/* ------------------- Contact Section Start ------------------- */
.contact{
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}
.inner-contact{
    padding-left: 40px;
    padding-right: 40px;
}
.contact-left h3 {
    color: #6a26da;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 2px;
}
.contact-left h4 {
    color: #2f2f2f;
    font-weight: 400;
    margin: 0;
}
.contact-left p{
    font-size: 14px;
    color: #2f2f2f;
}
.contact-left {
    position: relative;
}
.contact-left-mg img {
    /* position: relative; */
    width: 85%;
}
.img-with-text {
    position: absolute;
    top: 40%;
    left: 26%;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.ludhiana {
    position: absolute;
    top: 10%;
    left: 52%;
}
.tbd {
    position: absolute;
    top: 35%;
    left: 60%;
}
.jaipur {
    position: absolute;
    top: 60%;
    left: 60%;
}
.surat {
    position: absolute;
    top: 80%;
    left: 52%;
}
.contact-right {
    /* padding-left: 50px; */
    display: flex;
    align-items: center;
    justify-content: end;
}
.contact-form {
    background: #6a26da;
    padding: 60px 50px;
    width: 80%;
}
.form-title {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.input-form {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    background: #a067ff;
    outline: none;
    border: none;
}
::placeholder{
    color: #fff;
}
.form-submit {
    background: #fcaf17;
    outline: none;
    border: none;
    padding: 10px 50px;
    margin-top: 20px;
}

hr {
    color: #6A26DA;
    margin-bottom: 5px;
}
.footer-first p {
    margin: 0;
}
.footer-first p a{
    text-decoration: none;
    font-weight: 500;
    color: #000;
}
.footer-second p {
    padding-bottom: 15px;
}
.social-media img {
    margin-right: 15px;
}
.social-media {
    display: inline-block;
}
.inner-social {
    display: flex;
    justify-content: end;
}
/* For Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ---------------------------- Thank You Page ----------------- */
.thank-you-button{
    border-radius: 10px;
    background: #6a26da;
    text-align: center;
    border: none !important;
    /* font-weight: 600; */
    font-size: 18px;
    padding: 8px 25px;
    color: #fff !important;
}
.midsecthankyou {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.thankyou-logo{
    width: 25%;
}



/* ---------------- -------------------------------------------------Media Query---------------------------- ---------------------- */
@media only screen and (max-width: 1960px){}

@media only screen and (max-width: 1800px){
    .banner-logo {
        top: 20px;
    }
    .become-main-img {
        width: 100%;
    }
    .banner-logo img {
        width: 80%;
    }
    p{
        font-size: 16px !important;
    }
    .banner-heading h1, .banner-left h2{
        font-size: 2.5rem;
    }
    .banner-left h2{
        font-weight: 600;
    }
    .banner-decription{
        font-size: 16px;
    }
    .become-left-section h2, .become-left-section h2 span, .what-takes-left h2, .what-takes-left h2 span, .we-support-left h2,.we-support-left h2 span {
        font-size: 2.5rem;
    }
    .become-achieve {
        font-size: 20px !important  ;
    }
    .become-inr{
        font-size: 35px !important;
    }
    .who-we-left{
        padding-left: 50px;
    }
    .who-we-counter h3{
        font-size: 2.5rem;
    }
    .who-we-counter {
        padding: 35px 30px;
    }
    .what-takes-50, .we-support-50 {
        font-size: 16px;
        padding: 15px;
    }
    .what-takes-100, .we-support-100 {
        font-size: 16px;
        padding: 10px 15px;
        line-height: 1.3;
    }
    .exclusive-left h2{
        font-size: 2.5rem;
    }
    .exclusive-left p{
        font-size: 20px !important;
    }
    .exclusive-list {
        width: 70%;
    }
    .icon-box-content {
        font-size: 16px;
        padding: 10px 10px 10px 0;
    }
    .icon-box-image img {
        width: 60px;
    }
    .icon-box {
        margin: 15px 0;
    }
    .contact-right {
        /* padding-left: 0; */
    }
    .contact-form {
        padding: 40px 40px;
    }
    .footer-second p {
        font-size: 14px !important;
    }
    .input-form{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1399px){
    .new-container{
        padding: 0 5%;
    }
    .banner-logo img {
        width: 63%;
    }
    .banner {
        padding: 0 5%;
        padding-right: 3%;
    }
    .banner-heading h1 {
        /* font-size: 2.5rem; */
        margin-top: 20px;
    }
    .banner-left h2 {
        margin-top: 70px;
        /* font-size: 2.4rem; */
    }
    .banner-decription, .become-description {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .become-inner {
        padding-right: 5%;
        padding-left: 5%;
    }
    .become-sub-first{
        font-size: 16px;
    }
    .become-achieve {
        font-size: 22px;
    }
    .become-inr {
        font-size: 30px;
    }
    .who-we-left h2, .what-takes-left h2,.we-support-left h2 {
        font-size: 2.8rem;
    }
    .who-we-left {
        padding-left: 40px;
    }
    .who-we-right img {
        width: 70%;
    }
    .who-we, .we-support, .contact {
        padding-bottom: 100px;
    }
    .what-takes{
        padding-bottom: 50px;
    }
    .who-we-counter {
        padding: 30px 30px;
    }
    .who-we-counter h3 {
        font-size: 2.4rem;
    }
    .who-we-counter p {
        margin: 0;
        font-size: 14px !important;
        text-align: center;
    }
    .exclusive-event {
        width: 100%;
        padding-left: 5%;
    }
    .exclusive-left h2{
        font-size: 2.3rem;
    }
    .exclusive-righ img{
        width: 100%;
    }
    .icon-box-image img {
        width: 50px;
    }
    .exclusive-list {
        width: 80%;
    }
    .icon-box-content {
        font-size: 16px;
    }
    .icon-box {
        display: flex;
        align-items: center;
        gap: 25px;
        margin: 15px 0;
    }
    .contact-right {
        padding-left: 0;
    }
    .contact-left-mg img{
        width: 85%;
    }
    .ludhiana {
        position: absolute;
        top: 10%;
        left: 65%;
    }
    .tbd {
        position: absolute;
        top: 35%;
        left: 70%;
    }
    .jaipur {
        position: absolute;
        top: 60%;
        left: 70%;
    }
    .surat {
        position: absolute;
        top: 75%;
        left: 60%;
    }
    .contact-form {
        background: #6a26da;
        padding: 40px 40px;
    }
    .input-form {
        width: 100%;
        padding: 10px;
    }
    .form-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .form-submit {
        margin-top: 20px;
    }
    .img-with-text {
        position: absolute;
        top: 40%;
        left: 30%;
    }
    .become-inr {
        font-size: 26px !important;
    }
    .become-achieve {
        font-size: 18px !important;
    }
    .inner-who-we {
        padding: 40px 40px 80px;
    }
}

@media only screen and (max-width: 1360px){

}

@media only screen and (max-width: 1200px){
    .banner-heading h1, .banner-left h2{
        font-size: 2rem;
    }
    .become-left-section h2, .become-left-section h2 span, .what-takes-left h2, .what-takes-left h2 span, .we-support-left h2,.we-support-left h2 span {
        font-size: 2rem;
    }
    .mt-3{
        margin-top: 0 !important;
    }
    .become-description {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .become-inner{
        background-size: 70px;
    }
    .who-we-left {
        padding-left: 20px;
    }
    .inner-who-we {
        padding: 35px 35px 80px;
    }
    .who-we-counter {
        padding: 30px 20px;
    }
    .exclusive-left h2 {
        font-size: 1.8rem;
    }
    .exclusive-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media only screen and (max-width: 992px){
    .banner-logo {
        position: static;
        margin-top: 20px;
        width: 80%;
    }
    .banner-logo img {
        width: 60%;
    }
    .banner-heading h1 {
        font-size: 2rem;
        margin-top: 80px;
        position: static;
    }
    .banner-left h2 {
        margin-top: 15px;
        font-size: 2rem;
    }
    img.right-person-img {
        width: 100%;
    }
    .become-left-section h2, .become-left-section h2 span {
        font-size: 2rem;
    }
    .become-main-img {
        width: 100%;
    }
    .inner-who-we {
        background: #e4e5f7;
        padding: 25px 15px 82px;
    }
    .who-we-left {
        padding-left: 15px;
    }
    .who-we-left h2, .what-takes-left h2, .we-support-left h2 {
        font-size: 2.5rem;
    }
    .who-we-left p {
        text-align: center;
        font-size: 16px;
        color: #000;
    }
    .who-we-counter {
        padding: 20px;
    }
    .who-we-counter-items,.who-we-counter-items:last-child {
        padding: 0 10px;
        border-bottom: 2px solid #b8bcf7;
        border-right: none;
    }
    .what-takes-100, .we-support-100{
        width: 100%;
    }
    .exclusive-left {
        padding: 15px;
    }
    .exclusive-left h2 {
        font-size: 2rem;
    }
    .exclusive-left p {
        font-size: 20px;
    }
    .exclusive-right img {
        width: 90%;
    }
    .inner-contact{
        padding: 0;
    }
    .who-we-right{
        padding-top: 30px;
    }
    .who-we-right img {
        width: 100%;
    }
    .who-we, .what-takes, .we-support, .contact {
        padding-bottom: 50px;
    }
    .who-we-left h2, .what-takes-left h2, .we-support-left h2 {
        font-size: 2rem;
    }
    .inner-what-takes {
        padding: 0 20px 0 0;
    }
    .inner-we-support {
        padding: 0 20px 0 0;
    }
    .contact-right {
        padding: 0;
    }   
    .who-we-counter-items {
        width: 45%;
        margin: 5px;
    }
    .who-we-counter-items:nth-child(4), .who-we-counter-items:nth-child(5),.who-we-counter-items:nth-child(6) {
        width: 45%;
    }
    .contact-form {
        width: 100%;
    }
    .contact-left-mg img {
        width: 100%;
    }
    .contact-left {
        margin-bottom: 30px;
    }
    .thankyou-logo {
        width: 50%;
    }
    /* .inner-what-takes, .inner-we-support {
        padding: 0;
    } */
    
}