@font-face {
    font-family: Montserrat;
    src: url(fonts_family/Montserrat-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: Inter;
    src: url(./fonts_family/Inter-VariableFont_slnt\,wght.ttf);
}

*,
html,
body,
p {
    margin: 0;
    padding: 0;
}

a {
    color: unset;
    text-decoration: none;
}
a:hover {
    color: #0056b3;
    text-decoration: None;
}
.icon_bar {
    visibility: hidden;
    position: relative;
    float: right;
    z-index: 7;
}

.carrerHeaderTP {
    margin-left: 100px;
    margin-top: 40px;
}

.carrerHeader {
    padding-left: 100px;
    padding-top: 21px;
    margin-bottom: 13px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bucketPng {
    height: 48px;
    margin-bottom: 2px;
}

.signInUpContainer {
    float: right;
    margin-right: 124px;
    z-index: 1;
    position: relative;
    padding-top: 5px;
}

.signInBtnTP {
    color: var(--primary-01, #F8AC1A);
    margin-right: 36px;
    border-radius: 50px;
    border: 1.5px solid var(--primary-01, #F8AC1A);
    background: #FFF;
    text-align: center;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    display: inline-flex;
    padding: 10px 32px;
    align-items: center;
}

.signUpBtnTP {
    border-radius: 50px;
    border: 1.5px solid var(--neutral-07, #FDFDFC);
    /* color: var(--neutral-07, #FDFDFC); */
    text-align: center;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    display: inline-flex;
    padding: 10px 32px;
    align-items: center;
    color: #FDFDFC;
    background-color: #F8AC1A;
}

.recruiterTP {
    color: var(--secondary-02, #419EBD);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
    text-decoration-line: underline;
    margin-right: 80px;
    border: none;
    background: no-repeat;
}

.signInBtn {
    color: #FDFDFC;
    margin-right: 70px;
    background-color: #419EBD;

    border-radius: 50px;
    border: 1.5px solid var(--neutral-07, #FDFDFC);
    text-align: center;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    display: inline-flex;
    padding: 10px 32px;
    align-items: center;
}

.signUpBtn {
    border-radius: 50px;
    border: 1.5px solid var(--neutral-07, #FDFDFC);
    /* color: var(--neutral-07, #FDFDFC); */
    text-align: center;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

    display: inline-flex;
    padding: 10px 32px;
    align-items: center;
    color: #F8AC1A;
    background-color: #ffffff;
}

.Rectangle {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50vw;
    width: 35vw;
    background: var(--secondary-02, #419EBD);

}

.motivatedImg {
    position: relative;
    float: right;
    aspect-ratio: 868/651;
    height: 440px;
    margin-right: 170px;
    top: 4px;
}

.newBackground {
    background: var(--secondary-02, #419EBD);
    padding-top: 80px;
    padding-bottom: 134px;
}

.headerDescription {
    width: 574px;
    margin-top: 35px;
    margin-left: 105px;
}

.JobSearch {
    color: white;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.JobSearch2 {
    text-align: center;
    color: black;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.JobDesc {
    color: white;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 42px 0px;
}

.JobDesc_2 {
    text-align: justify;
    color: var(--neutral-03, #666563);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 18px 0;

}

.JobDesc_2 ul {
    padding-top: 40px;
}


.button_design {
    border-radius: 50px;
    border: 0px;
    background: #F8AC1A;
    padding: 10px 32px;
    align-items: center;
    width: fit-content;
    color: #FFF;

    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;


}

.howitworks {
    margin-top: 70px;
    margin-bottom: 66px;
    color: var(--neutral-02, #424240);
    font-family: 'Montserrat';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.Workgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px 100px 82px 100px;
    gap: 20px;
}

.Workgrid_item {
    background-color: #419EBD1A;
    height: 244px;
    text-align: center;
}

.setting_icon {
    margin-top: -25px;
    border: none;
}

.setting_icon img {
    background-color: #419EBD;
    border-radius: 50%;
    border: none;
    padding: 14px;
}

.Workgrid_Title {
    color: var(--neutral-02, #424240);
    font-family: Inter;
    font-size: 20px;
    font-style: 'normal';
    font-weight: 600;
    line-height: 30px;
    margin-top: 24px;
}

.Workgrid_SubTitle {
    color: var(--neutral-03, #666563);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 24px;
}

.bucket_section {
    padding: 100px 98px 0 98px;
    background-color: #419EBD1A;
}

.bucket_section img {
    width: 100%;
    height: auto;
}

.bucket_section_2 {
    padding-top: 100px;
    padding-bottom: 62px;
}

.bucket_section_2_imgg {
    margin-top: 31px;
}

.bucket_section_2_imgg img {
    width: 100%;
    height: auto;
}

.keyFeatureGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    row-gap: 104px;
    font-family: Inter;
    color: #424240;
}

.keyFeatureChild {
    border-radius: 8px;
    padding: 12px;
    background: var(--neutral-07, #FDFDFC);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.keyFeatureChild span {
    color: var(--neutral-02, #424240);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.Key_Feature {
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 72px;
}

.keyFeatureDesc {
    color: var(--neutral-03, #666563);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.Rectangle2 {
    margin-right: 0px;
    padding-right: 0px;
    min-height: 580px;
}

.keyFeature_Title {
    padding-bottom: 52px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.otherjob_seekers {
    background-color: #419EBD1A;
    padding-top: 32px;
    padding-bottom: 52px;
}

.jobseekers_title {
    text-align: center;
    padding-bottom: 67px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.standup_Rectangle {
    background-color: #FFF;
    width: 85%;
    margin: auto;
    border-radius: 12px;
    text-align: center;
    padding-bottom: 52px;

}

.setting_icon_2 {
    border: none;
}

.setting_icon_2 img {
    margin-top: -35px;
    background-color: #419EBD;
    border-radius: 50%;
    border: none;
    padding: 14px;
}

.Class_companies {
    padding-top: 100px;
    padding-bottom: 86px;
    text-align: center;
}

.companies_title {
    /* text-align: center; */
    color: var(--neutral-02, #424240);

    /* Heading 05 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 46px;
}

.companies_area {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9D9D9;
    width: 87%;
    margin: auto;
    border-radius: 8px;
    padding: 12px 10px;
    background: var(--secondary-02, #419EBD);
    column-gap: 12px;

}

.companies_text {
    text-align: center;
    color: var(--neutral-03, #666563);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    transition: transform 0.3s ease;
}

.swiper-slide img {
    height: 100%;
}

.customSwipeContainer {
    cursor: pointer;
    width: 80%;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(65, 158, 189, 0.20);
    padding: 12px 10px;
}

.blogParent {
    width: 100%;
    margin: auto;
    background: rgba(65, 158, 189, 0.10);
    padding: 32px 0;
}

.blogParent h3 {
    color: var(--primary-01, #F8AC1A);
    font-family: Montserrat;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.blogGrid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    flex-direction: row;
    display: flex;
    overflow: auto;
    width: 90%;
    margin: auto;
    column-gap: 20px;

}

.blogGridChild {
    padding: 12px;
    border-radius: 8px;
    background: var(--neutral-07, #FDFDFC);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.blogGridChild span {
    color: var(--neutral-02, #424240);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 14px;
}

.blogGridChild p {
    color: var(--neutral-03, #666563);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.blogGridChild span,
.blogGridChild p {
    display: flex;
    text-align: justify;
    width: 398px;
}

.blogGridChild button {
    border-radius: 50px;
    padding: 8px 24px;
    background: #F8AC1A;
    color: white;
    float: right;
    border: none;
}

.blogGrid img {
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}


.ParentBlogDetail {
    width: 80%;
    margin: auto;
    background-color: rgba(65, 158, 189, 0.05);
    border-radius: 8px;
    padding: 25px
}

.ParentBlogDetail h2,
.ParentBlogDetail h3 {
    color: black;
    font-weight: 500;
    font-size: 28px;
    font-family: Montserrat;
}

.footer-div {
    background: rgba(65, 158, 189, 0.10);
    border-top: 6px solid #419EBD;
    font-family: Inter;
    margin-top: 40px;
}

.footer-content {
    row-gap: 9px;
    color: var(--neutral-03, #666563);
    padding-top: 44px;
    padding-bottom: 20px;
    width: 96%;
    margin: auto;
}

.footer-content ul li {
    list-style: none;
    color: var(--neutral-03, #666563);
    /* Body/03 */
    /* font-family: Inter; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.footer-content ul li.liHeader {
    color: var(--neutral-03, #666563);
    /* Body/02 */
    /* font-family: Inter; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.footer-text {
    text-align: center;
    padding: 16px 0;
    background: var(--secondary-02, #419EBD);
    color: #FDFDFC;
    display: flex;
    flex-direction: column;

}

.footer-text a {
    color: white;
}

/* terms and condition css start */

.Terms_conditionRectange {
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--secondary-02, #419EBD);
}

.demoRectangle {
    background: var(--secondary-02, #419EBD);
    height: 100%;
    width: 517px;
    float: right;
    position: absolute;
    right: -146px;
}

.terms-condition-Parent {
    width: 80%;
    margin: auto;
    padding: 80px;
    background: var(--neutral-07, #FDFDFC);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
    margin-top: 50px;
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
}

.terms-condition-Parent p {
    color: var(--Neutral-03, #666563);

    /* Body/04 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.terms-condition-Parent h1 {
    color: var(--Primary-01, #F8AC1A);

    /* Heading 05 */
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    /* 150% */
}

.terms-condition-Parent h2 {
    color: #424240;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.terms-condition-Parent h3 {
    color: #424240;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.hamburgerLandingPage {
    position: absolute;
    right: 0;
    top: -22px;
}

.ourProductParent {
    background: rgba(65, 158, 189, 0.10);
    padding: 34px;
}

/* terms and condition css end here */

/* about-us page css starts here */
.aboutParent {
    /* background: rgba(65, 158, 189, 0.05); */
    /* width: 88%;
    margin: auto; */
    text-align: center;
    padding-bottom: 80px;
    margin-top: 40px;
}

.aboutParent2 {
    width: 88%;
    margin: auto;
}

.aboutParent h1, h2, h3 {
    color: var(--Primary-01, #F8AC1A);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.aboutUsHeader {
    /* display: table; */
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutImgCol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutImgCol figure {
    width: 400px;

}

.aboutUsHeader p {
    color: var(--Neutral-03, #666563);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    display: table-cell;
    text-align: justify;

}

.aboutParent figure img {
    width: 100%;
}

.ourProductGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 95%;
    margin: auto;
    place-items: center;
    column-gap: 32px;
}

.productGridChildContainer {
    width: 390px;
}

.productGridChildContainer p {
    color: var(--Neutral-03, #666563);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-top: 12px;
}

.contact-usP p {
    color: var(--Neutral-02, #424240);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
    text-align: center;
    display: block;
}

.productGridChild {
    /* background: #D9D9D9;
    height: 225px;
    width: 100%; */
}

.productGridChild img {
    width: 100%;
}

.contact-usP {
    width: 85%;
    margin: auto;
    padding-top: 60px;
}

.formParent figure img {
    position: absolute;
    left: 0px;
    top: -105px;
    height: auto;
}

.formParent figure {
    width: 492px;
}

.formParent button {
    margin-top: 40px;
    border-radius: 50px;
    padding: 12px 32px;
    color: white;
    border: none;
    background: #F8AC1A;
}

.formContact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 16px;
    border-radius: 8px;
    background: rgba(65, 158, 189, 0.05);
}

.formContact .fullWidth {
    grid-column: 1 / span 2;
}

.formContact ::-webkit-input-placeholder {
    color: var(--neutral-5, #ADACA8);
}

.formContact input,
.formContact select {
    padding: 8px 8px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #ADACA8;
    background: #FFF;
    /* Body/04 */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
}

/* about-us page css ends here */

@media only screen and (max-width:768px) {
    .ulSpacingF {
        padding-left: 0;
    }

    .customSwipeContainer {
        cursor: pointer;
        width: 100%;
    }

    .blogGridChild span,
    .blogGridChild p {
        width: 304px;
    }

    .companies_area {
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-div {
        margin-top: 24px;
    }

    .Terms_conditionRectange {
        height: 83px;
        width: 15vw;
    }

    .icon_bar {
        visibility: visible;
        margin-right: 35px;
        margin-top: 33px;
        min-height: 20px;

    }

    .cb_logo {
        width: 47px;
        height: 30px;

    }

    .bucketPng {
        width: 60px;
        height: 23px;

    }

    .carrerHeaderTP {
        margin-top: 40px;
        margin-left: 16px;
    }

    .carrerHeader {
        padding-left: 49px;
        margin-top: 7px;
        padding-bottom: 7px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
    }

    .signInUpContainer {
        background-color: #419EBD;
        position: absolute;
        margin-top: 0;
        margin-right: 0;
        left: 0px;
        top: 100px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1rem;
        padding: 50px;

        display: none;
        visibility: hidden;
    }

    .signInUpContainer-show {
        display: grid;
        visibility: visible;

    }

    .signInBtnTP {
        width: auto;
        margin: auto;
        padding: 8px 42px;
    }

    .signInBtn {
        width: auto;
        margin: auto;
        padding: 8px 42px;
    }

    .signUpBtnTP {
        width: auto;
        margin: auto;
        padding: 8px 42px;
    }

    .signUpBtn {
        width: auto;
        margin: auto;
        padding: 8px 42px;
    }

    .motivatedImg {
        visibility: hidden;
        display: none;
    }

    .Rectangle {
        width: 96px;
        height: 96px;
        padding-bottom: 35px;
    }

    .headerDescription {
        width: 70%;
        margin: auto;
        text-align: center;

    }

    .headerDescription-Resp {
        margin-top: 266px;
    }

    .newBackground {
        background-color: unset;
    }

    .JobSearch {
        color: black;
        margin-top: 20px;
        text-align: center;
    }

    .JobDesc {
        color: black;
    }

    .jobdesc_2_btn {
        text-align: center;
    }

    .JobDesc_2 ul {
        padding-top: 20px;
    }

    .howitworks {
        margin-top: 80px;
    }

    .Workgrid {
        grid-template-columns: repeat(1, 1fr);
        margin: 0px 16px 82px 16px;
        gap: 66px;
    }

    .bucket_section {
        padding-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bucket_section img {
        visibility: hidden;
        display: none;
    }

    .bucket_section_2 {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .keyFeatureGrid {

        grid-template-columns: repeat(1, 1fr);
        row-gap: 39px;
    }

    .keyFeature_Title {
        text-align: center;
    }

    .Key_Feature {
        padding-left: 16px;
        padding-top: 80px;
    }

    .Rectangle_2_Div {
        visibility: hidden;
        display: none;
    }

    .footer-content {
        grid-template-columns: repeat(1, 1fr);

    }

    .footer-div {
        text-align: center;
    }

    /* about-us responsive start here */

    .ourProductGrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .formContact {
        grid-template-columns: repeat(1, 1fr);
    }

    .formParent {
        width: 91%;
    }

    .contact-usP {
        margin-top: 80px;
    }

    .aboutParent figure img {
        width: 100%;
    }

    .formContact .fullWidth {
        grid-column: 1;
    }

    /* about-us responsive ends here */
}

@media only screen and (max-width:567px) {
    .Terms_conditionRectange {
        height: 83px;
        width: 90px;
    }

    .terms-condition-Parent {
        padding: 30px;
    }

}

@media only screen and (max-width:1000px) {
    .bucket_section_2_imgg {
        margin-top: 110px;
    }

    .motivatedImg {
        margin-right: 0px;
        top: 154px;
    }

    .Rectangle_2_Div {
        visibility: hidden;
        display: none;
    }

    #Key_FeatureSpr {
        max-width: 100%;
        flex: 0 0 100%;
    }

}

@media only screen and (min-width:769px) and (max-width: 1300px) {

    .motivatedImg {
        margin-right: 0%;
        top: 33px;
    }

    .carrerHeaderTP {
        margin-top: 70px;
        margin-left: 70px;
    }

    .bucketPng {
        margin-top: 10px;
    }

    .signInUpContainer {
        margin-right: 30px;
    }

    .signInBtnTP {
        margin-right: 20px;
    }

    .signInBtn {
        margin-right: 20px;
    }

    .Rectangle {
        height: 55vw;
        width: 40vw;
    }

}

@media only screen and (min-width:2057px) {
    .footer-content {
        margin-left: 858px;
        margin-right: 694px;
    }
}