* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.logo-slider-section {
    padding-block: 30px;
}

.platform-section {
    padding-block: 30px;
}

.testimonials-section {
    padding-block: 30px;
}

.feature-section {
    padding-block: 30px;
}

a {
    text-decoration: unset !important;
    text-decoration: none !important;

}

a:hover {
    text-decoration: none !important;
}

.slider-container {
    padding-top: 150px;
    /* border: 2px solid red; */
}

.slider-text-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 30px;
}

.textslider-heading {
    font-size: 52px;
    font-weight: 800;
    font-family: 'Poppins';
    font-style: italic;
}

.textslider-heading span {
    color: #3284FF;
}

.textslider-para {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #5E5E5E;

}

.slider-btn {
    display: flex;
    gap: 30px;
}

.slider-btn button {
    padding: 0px 20px 0px 20px;
    width: 250px;
    height: 55px;

}

.slider-btn button a {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 500;
    font-family: 'Poppins';
}

.slider-btn button a:hover {
    text-decoration: none !important;
}

.carousel-item-custom,
.carousel-item-custom.active {
    height: 500px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%);
}

.custom-carousel-indicators .active {
    background-color: #3284FF;

}

.custom-carousel-indicators li {
    background-color: #000;
}

/* logo slider section css */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.logo-logo-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.logo-logo-slider .logo-slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.logo-logo-slider .logo-slide {
    height: 100px;
    width: 250px;
}

.logo-slider-heading h1 {
    font-size: 40px;
    font-weight: 600;
    color: #3284FF;
    text-align: center;
}

/* home page third section */
.platform-section-image img {
    width: 75%;
    height: auto;
}

.platform-section-text p {
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
    letter-spacing: 2px;
}

.platform-section-text h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins';
}

.platform-section-text h2 span {
    color: #3284FF;
}

.platform-section-text-common {
    border-left: 2px solid rgba(27, 27, 27, 0.1);
    padding: 10px 0px 10px 30px;
    transition: opacity 0.9s ease-in-out;
}

.platform-section-text-common:hover {
    border-left: 2px solid rgba(50, 132, 255, 1);
}

.platform-section-text-common h3 {
    font-size: 22px;
    font-weight: 600;
}

.platform-section-text-common p {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #1B1B1BCC;
}

.platform-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

/* Home page Fourth section */
.choose-kaamvala-section {
    padding-top: 30px;
    padding-bottom: 60px;
}

.choose-kaamvala-heading {
    text-align: center;
}

.choose-kaamvala-heading h2 {
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #3284FF;
}

.choose-kaamvala-heading p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    color: rgba(27, 27, 27, 0.8);
}

.choose-kaamvala-img {
    text-align: center;
}

.choose-kaamvala-content h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.choose-kaamvala-content p {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    color: rgba(94, 94, 94, 1);
    text-align: center;
}

.choose-kaamvala-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Fifth section talent section */
.talent-section {
    background-color: rgba(50, 132, 255, 1);
    padding-top: 100px;
    padding-bottom: 150px;
}

.talent-section-heading {
    text-align: center;
}

.talent-section-heading h2 {
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}

.talent-section-heading p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
}

.real-talent-box {
    width: 500px;
    height: 405px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;

}

.talent-section-box {
    display: flex;
    gap: 30px;
}

.real-talent-box h3 {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Poppins';
    color: rgba(27, 27, 27, 0.8);
}

.real-talent-box p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: rgba(27, 27, 27, 0.8);

}

.real-talent-box-btn {
    width: 100%;
}

.real-talent-box-btn button {
    width: 450px;
    height: 55px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border: none;
}

.real-talent-box-btn button a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    color: rgba(50, 132, 255, 1);
}

.real-talent-box-btn button a:hover {
    text-decoration: none;
}

/* Sixth and seventh home page section combine css */
.feature-section-heading h2 {
    font-size: 40px;
    font-family: 'Poppins';
    font-weight: 600;
    color: rgba(50, 132, 255, 1);
}

.feature-section-heading p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    color: rgba(94, 94, 94, 1)
}

.feature-section-heading button {
    background: #fff;
    border: 2px solid rgba(50, 132, 255, 1);
    border-radius: 8px;
    width: 206px;
    height: 50px;
}

#left-arrow {
    left: calc(15% - 120px);
    background-color: rgba(50, 132, 255, 1);
    color: #fff;
}

#right-arrow {
    right: calc(15% - 120px);
    background-color: rgba(50, 132, 255, 1);
    color: #fff;
}

.feature-card-body-content {
    display: flex;
    gap: 16px;
}

.feautre-card-body-text h6 {
    font-family: Inria Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.98px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.feautre-card-body-text p {
    font-family: Inria Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.98px;
    text-align: left;
    color: rgba(75, 75, 75, 1);
}

.feautre-card-body-job-post p {
    font-family: Inria Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 23.98px;
    color: rgba(75, 75, 75, 1);
}

.feature-section-heading button a {
    font-weight: 500;
    font-size: 20px;
}

.feature-card-body-salary {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 316px;
    height: 20px;
}

.feature-card-body-salary p {
    width: 128px;
    height: 20px;
    text-align: center;
    color: rgba(75, 75, 75, 1);
    font-family: Inria Sans;
    font-size: 14px;
    font-weight: 400;
    text-align: center;

}

.feature-card-body-workmode {
    width: 314px;
    height: 36px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
}

.feature-card-body-workmode p {
    width: 105px;
    height: 36px;
    border-radius: 56px;
    padding: 8px 16px 8px 16px;
    background: rgba(50, 132, 255, 0.1);
    font-family: Inria Sans;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(50, 131, 252, 1);

}

.feature-card-body-description p {
    font-size: 14px;
    color: rgba(75, 75, 75, 1);
    font-weight: 400;
    font-family: Inria Sans;
}

.feature-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-body-custom {
    border: none !important;
}

/* Nineth section */
.dream-job-section {
    background-color: rgba(50, 132, 255, 1);
    padding-top: 100px;
    padding-bottom: 100px;
}

.find-your-dream-job-section {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

/* .find-your-dream-job-section-heading{
    margin-top: 100px !important;
} */
.find-your-dream-job-section-heading h2 {
    font-weight: 800;
    color: #fff;
    font-size: 35px;
}

.find-your-dream-job-section-heading p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.find-your-dream-job-section-heading button a {
    font-weight: 500;
    color: rgba(50, 132, 255, 1);
    font-size: 20px;

}

.find-your-dream-job-section-btn {
    display: flex;
    gap: 20px;
}

.space {
    padding-block: 25px;
}

/* Media query Start*/
@media screen and (max-width:991px) {

    /* Media query for hero section */
    .slider-container {
        padding-top: 100px;
        display: flex;
        flex-direction: column-reverse;
    }

    .carousel .carousel-item-custom,
    .carousel .carousel-item-custom.active {
        height: 400px !important;
    }

    /* .carousel-item,
    .carousel-item.active {
        height: 400px !important;
    } */

    .slider-image img {
        margin: auto;
    }

    .textslider-heading {
        text-align: center;
        font-size: 40px;
    }

    .textslider-para {
        text-align: center;
        font-size: 20px;
    }

    .slider-btn {
        display: flex;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .logo-slider-heading {
        padding-top: 50px;
    }

    .logo-slider-heading h1 {
        font-size: 30px;
    }

    /* Home page Third section */
    .platform-section-text p {
        font-size: 14px;
    }

    .platform-section-text h2 {
        font-size: 30px;
    }

    .platform-section-image {
        text-align: center;
    }

    .platform-text {
        margin-top: 30px;
    }

    /* Home page Fourth Section  media query 991px*/
    .choose-kaamvala-heading h2 {
        font-size: 30px;
    }

    /* Home page fifth Section  media query 991px*/
    .talent-section-box {
        gap: 115px;
        flex-wrap: wrap;
    }

    .real-talent-boxs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .talent-section-heading h2 {
        font-size: 30px
    }

    /* .real-talent-box {
        width: 375px;
    } */
    .real-talent-box-btn button {
        width: 300px;
    }

    .real-talent-box-btn button a {
        font-size: 25px;
    }

    .employer-section {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    /* seventth and sixth combine section */
    .feature-section-heading {
        text-align: center;
    }

    .feature-section-heading h2 {
        font-size: 30px;
    }

    .carousel-item-employers,
    .carousel-item-employers.active {
        height: 900px !important;
    }

    /* nineth section css */
    .find-your-dream-job-section {
        display: flex;
        flex-direction: column-reverse;
        gap: 5px;
    }

    .find-your-dream-job-section-btn {
        align-items: center;
        justify-content: center;
    }
    .swiper-container-column {
        padding-top: 30px;
    }
}

@media screen and (max-width:426px) {


    .slider-btn {
        display: flex;
        gap: 15px;
    }

    .slider-btn button {
        padding: 0px 15px 0px 15px;
        width: 130px;
        height: 50px;
    }

    .slider-btn button a {
        font-size: 16px;
    }

    .slider-text-container {
        gap: 15px;
    }

    .logo-slider-heading h1 {
        font-size: 25px;
    }

    /* Home page Third section */
    .platform-section-text-common h3 {
        font-size: 15px;
    }

    .platform-section-text-common p {
        font-size: 12px;
    }

    .platform-section-text p {
        font-size: 14px;
        text-align: center;
    }

    .platform-section-text h2 {
        font-size: 25px;
        text-align: center;
    }

    /* Home page fourth section */
    .textslider-para {
        font-size: 16px;
    }

    .choose-kaamvala-heading h2 {
        font-size: 25px;
    }

    .choose-kaamvala-heading p {
        font-size: 12px;
    }

    /* Home page fifth section */
    .real-talent-box {
        height: 340px;
    }

    .real-talent-box-img img {
        width: 275px;
        height: 230px;
    }

    .talent-section-heading h2 {
        font-size: 20px;
    }

    .talent-section-heading p {
        font-size: 12px;
    }

    .real-talent-box h3 {
        font-size: 20px
    }

    .real-talent-box p {
        font-size: 12px;
    }

    .real-talent-box-btn {
        padding-top: 1rem !important;
    }

    .real-talent-box-btn button {
        width: 200px;
    }

    .real-talent-box-btn button a {
        font-size: 22px;
    }

    .real-talent-box-btn {
        padding-top: 0.3rem !important;
    }

    .feature-section-heading h2 {
        font-size: 20px;
    }

    .feature-section-heading p {
        font-size: 12px;
    }

    .feature-section-heading button {
        width: 175px;
    }

    .carousel-item-employers,
    .carousel-item-employers.active {
        height: 650px !important;
    }

    /* nineth section*/
    .find-your-dream-job-section-btn {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:376px) {

    /* for first section */
    .carousel .carousel-item-custom,
    .carousel .carousel-item-custom.active {
        height: 350px !important;
    }
}

@media screen and (max-width:320px) {

    .carousel .carousel-item-custom,
    .carousel .carousel-item-custom.active {
        height: 300px !important;
    }

    .textslider-heading {
        font-size: 20px;
    }

    .textslider-para {
        font-size: 12px;
    }

    .slider-btn button a {
        font-size: 12px;
    }

    .slider-btn button {
        padding: 0px 10px 0px 10px;
        width: 100px;
        height: 40px;
    }

    .logo-slider-heading h1 {
        font-size: 20px;
    }

    /* Home page Third section */
    .platform-section-text-common h3 {
        font-size: 12px;
    }

    .platform-section-text-common p {
        font-size: 12px;
    }

    /* Home page fourth section */
    .choose-kaamvala-heading h2 {
        font-size: 20px;
    }

    .real-talent-box-img img {
        height: 255px;
    }

    .talent-section-heading h2 {
        font-size: 16px;
    }

    .talent-section-heading p {
        font-size: 10px;
    }

    /* Fifth section */
    .real-talent-box h3 {
        font-size: 18px;
    }

    .real-talent-box p {
        font-size: 10px;
    }

    .real-talent-box-btn {
        padding-top: 0rem !important;
    }

    .real-talent-box-btn button {
        width: 150px;
    }

    .real-talent-box-btn button a {
        font-size: 18px;
    }
}

/* Media query for home page fifth section */
@media screen and (max-width: 1200px) and (min-width: 991px) {
    .real-talent-box {
        width: 450px;
    }

    .talent-section-box {
        gap: 15px;
    }
}