body .leading-future {
    line-height: 3.5rem;
}

.hack-1 {
    background: linear-gradient(180deg, #F8F6FE 0%, #E9E2FF 100%);
    padding: 2rem 4rem;
}

.hack-hero {
    background: linear-gradient(87.26deg, #8253C2 2.38%, #F45346 85.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    max-width: 90%;
    font-size: var(--font-60);
    font-weight: var(--font-weight-600);
    line-height: 3rem;
}

.hack-hero-sub-text {
    font-weight: var(--font-weight-400);
    font-size: var(--font-22);
    color: var(--sub-grey);

}

.hack-hero-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hack-main-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 2rem;
    background-color: var(--white);
    border-radius: 50px;
}

.hack-2 {
    padding: 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hack-2-text-image {
    display: flex;
    align-items: center;
    justify-content: space-around;

}

.hack-2-main-text {
    width: 50%;
    color: var(--sub-grey);
    font-size: var(--font-20);
}

.for-title {
    color: var(--primary);
    font-weight: var(--font-weight-700);
    font-size: var(--font-18);
}

.for-description {
    font-size: var(--font-14);
    color: var(--sub-grey);
    margin-left: 1rem;
}

.for {
    width: 30%;
    border-radius: 16px;
    padding: 1rem;
    background-color: var(--white);

}

.hackthons-for {
    padding: 1rem 1.5rem;
    width: 95%;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #F8F6FE;
}

.hack-3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F6FE;
    padding: 4rem;

}

.hack-3-boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    align-items: stretch;
}

.hack-3-single-box {
    width: 22%;
    padding: 1rem;
    border-radius: 20px;
    background-color: var(--white);
}

.box-heading-3 {
    font-size: var(--font-20);
    font-weight: var(--font-weight-700);
    color: #5B0D5C;
    margin-top: 1rem;
}

ul {
    margin-top: 1rem !important;
    font-size: var(--font-14);
    color: var(--sub-grey);
}

.ncet-5 {
    position: relative;
    background-color: transparent;
    padding: 4rem;
    height: 28rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.ncet-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 90%);
    z-index: -1;
}

.heading-white-color {
    color: var(--white) !important;
    font-weight: var(--font-weight-700) !important;
    background-color: transparent;
    font-size: var(--font-30);
}

.hightlight-box {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.hightlights {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.single-highlight {
    background-color: var(--white);
    border-radius: 10px;
    display: flex;
    padding: 0rem 2rem;
    gap: 1rem;
    height: 8rem;
    justify-content: start;
    box-shadow: 0px 12px 56px 0px #061C3D1F;

    align-items: center;
}

.hightlight-icons {
    height: 4rem;
}

.highlight-heading {
    font-size: var(--font-20);
    font-weight: var(--font-weight-700);
    color: #061C3D;
}

.highlight-subtext {
    font-size: var(--font-16);
    font-weight: var(--font-weight-400);
    color: #42526B;
}

.hack-check-box {
    background-color: #8F509F;
    /* width: 2rem; */
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--white);
    border-radius: 50%;
}

.hack-5,
.hack-6,
.hack-7,
.hack-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.values-divs {
    display: flex;
    padding: 1rem 1rem;
    gap: 1rem;
    justify-content: center;
}

.single-value {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 1rem 1rem;
    gap: 1rem;
    border: 1px solid var(--border-grey);
    border-radius: 10px;
    width: 25rem;
    background-color: #F7F7FC;
}

.hack-6 {
    background-color: #F5F0FD;
    padding: 4rem 0rem;
}

.analytic {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0rem 0rem 1rem;
}

.analytic-title {
    font-size: var(--font-16);
    color: #061C3D;
    font-weight: var(--font-weight-600);
}

.main-analytic {
    padding: 0rem;
    width: 35%;
    border-radius: 30px;
    background-color: var(--white);
    padding-bottom: 1rem;
}

.analytic-main-tilte {
    text-align: center;
    font-size: var(--font-20);
    font-weight: var(--font-weight-700);
    color: #4E276B;
    padding: 1rem;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    background: linear-gradient(360deg, rgba(230, 223, 251, 0.46) 0%, rgba(245, 231, 247, 0.46) 0.01%, rgba(255, 255, 255, 0.46) 100%);

}

.analytic-engagment {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.analytic .hack-check-box {
    color: var(--primary);
    background-color: #EDE9FA;
}

.hack-7 {
    padding: 4rem 1rem;
}

.main-7 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    align-items: center;
    gap: 4rem;
    width: 100%;
}

.hack-7 .analytic-title {
    font-weight: var(--font-weight-700);
    font-size: var(--font-20);
}

.hack-7 .hack-check-box {
    background-color: #8F509F;
    color: var(--white)
}

.hack-8 {
    margin-bottom: 2rem;
}

.ready {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 80%;
    padding-top: 3rem;
    background: linear-gradient(34.54deg, rgba(225, 244, 255, 0.6) 12%, rgba(249, 225, 255, 0.8) 27%, rgba(255, 230, 233, 0.6) 100%);
    border-radius: 50px;

}

.wave {
    color: var(--primary);
    font-size: var(--font-22);
    font-weight: var(--font-weight-700);
}

.book {
    color: var(--primary);
    font-size: var(--font-22);
    font-weight: var(--font-weight-60 0);
}

.font-900 {
    font-weight: 700 !important;
    font-size: 48px !important;
    background: linear-gradient(87.16deg, #8253C2 18.3%, #F45346 80.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: var(--font-60);
    line-height: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
    .hightlight-box {
        flex-direction: column;
    }

    .hack-3-single-box {
        width: 45%;
    }

    .hack-3-boxes {
        flex-wrap: wrap;
    }

    .ncet-5 {
        height: 50rem;
    }

    .single-value {
        width: 27%;
    }

    .hack-5 img {
        display: none;
    }

    .hack-hero-text {
        /* width: 40%; */
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
        width: auto;
        margin-bottom: 1rem;
    }

    .hack-main-section {
        flex-direction: column;
    }
    .hack-2-text-image {
        gap:2rem;
        flex-direction: column-reverse;
    }
    .hack-2-main-text{
        width: auto;
        text-align: center;
    }
    .hackthons-for{
        flex-direction: column;
        gap:1rem;
    }
    .for{
        width: auto;
    }
    .width-50{
        width: 100% !important;
    }
    .main-7{
        flex-direction: column;
    }
    .ready{
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .hightlight-box {
        flex-direction: column;
    }
    .hack-1{
        padding: 1rem;
    }
    .hack-main-section{
        padding: 1rem;
        border-radius: 16px;
    }
    .hack-hero-text .leading-future{
        line-height: 3rem;
    }
    .hack-1 img{
        height: 15rem;
    }
    .hack-7 img{
        height: 13rem;
    }
    .hack-2-main-img{
        height: 10rem;
    }
    .values-divs{
        flex-direction: column;
    }
    .hack-8 img{
        height: 10rem;
    }
    .hack-2{
        padding: 1rem;
    }
    .ready{
        width: 95%;
        padding: 1rem;
        text-align: center;
        border-radius: 20px;
    }
    .hack-3{
        padding: 1rem;
    }
    .width-100{
        width: 100% !important;
        line-height: 3rem !important;
    }
    .heading-white-color{
        text-align: center;
    }
    .ncet-5{
        height: 55rem;
        padding: 1rem;
    }
    .hack-5{
        
    }
    .single-value{
        width: auto;
        justify-content: start;
    }
    .text-c{
    text-align: center;
    }
    .hack-3-boxes{
        flex-direction: column;
    }
    .hack-3-single-box{
        width: auto;
    }
    .analytic-engagment{
        flex-direction: column;
        padding: 1rem;
    }
    .main-analytic{
        width: auto;
    }
    .hackthons-for{
        padding: 0rem;
        background-color: none;
    }
    .font-900{
        line-height: 4rem;
    }
}

