.instaProjectHub-HeroMain {
    position: relative;
    padding: 120px 0 80px;
    max-width: 100%;
    background: linear-gradient(#e7ecfb 20%, #fff 40%);
    width: 100%;
    height: auto;
}

.instaProjectHub-HeroMain-ImagePart {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.instaProjectHub-HeroMain-ImageMain {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.instaProjectHub-HeroMain-TextPart {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.instaProjectHub-HeroMain-TextPart-Inner {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
}

.instaProjectHub-HeroMain-Text-Title {
    position: relative;
    font-size: 47px !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
    color: #000;
    font-family: "financier_displaymedium" !important;
}

.instaProjectHub-HeroMain-Text-List {
    text-decoration: none;
    margin: 0;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.instaProjectHub-HeroMain-Text-List li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.instaProjectHub-HeroMain-Text-List li img {
    width: 25px;
    height: 25px;
    position: relative;
    object-fit: contain;
}

.instaProjectHub-HeroMain-Text-searchArea {
    position: relative;
}

.instaProjectHub-HeroMain-Text-searchArea i {
    position: absolute;
    left: 15px;
    top: 48%;
    font-size: 18px;
    color: #8B8B8B;
    transform: translateY(-52%);
}

.instaProjectHub-HeroMain-Text-searchMain {
    position: relative;
    height: 55px;
    border: 1px solid #4A5255;
    border-radius: 8px;
    padding-left: 40px !important;
}

.instaProjectHub-HeroMain-Text-searchMain:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #0052CC;
}

.instaProjectHub-HeroMain-Text-ButtonsArea {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}

.instaProjectHub-HeroMain-Text-ButtonOutline {
    border: 1px solid #323232;
    position: relative;
    border-radius: 8px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12px 20px !important;
    font-size: 17px;
    text-wrap: nowrap;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    font-family: "avenirlight";
}

.instaProjectHub-HeroMain-Text-ButtonOutline:hover {
    background-color: #323232;
    color: #fff;
}


.instaProjectHub-HeroMain-Text-ButtonOutline:focus {
    box-shadow: none !important;
    outline: none !important;
}

.partner-slider-sectionField-CenterTxtxPart {
    position: relative;
    text-align: center;
    font-family: "financier_displaymedium" !important;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

/* **************************************************************** */

.instaproject-partner-slider {
    position: relative;
    padding: 20px 0;
    background: linear-gradient(0deg, rgba(230, 236, 250, 0.5) 0%, #FFFFFF 83.63%);
}

.instaprojectHub-BrowseServiceSection {
    position: relative;
    padding: 80px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.instaprojectHub-MainCenterHeading {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.instaprojectHub-MainCenterHeading h2 {
    color: #000;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Financier Display";
    font-size: 45px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.instaprojectHub-MainCenterHeading p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px;
    color: #000;
    line-height: 1.6;
    font-family: "avenirlight";
    font-weight: 400;
}

.instaprojectHub-headingspace {
    padding-top: 40px;
    position: relative;
}

.instaprojectHub-BrowseServiceCard {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 240px;
    height: 100%;
    transition: all 0.2s ease;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.instaprojectHub-BrowseServiceCard::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.62%, rgba(0, 0, 0, 0.2) 55.29%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    top: 0;
    left: 0;
    z-index: 50;
}

.instaprojectHub-BrowseServiceCard:hover img {
    transform: scale(1.08, 1.08);
    transition: all 0.2s ease;
}

.instaprojectHub-BrowseServiceCard img {
    max-width: 100%;
    width: 100%;
    transition: all 0.2s ease;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.instaprojectHub-BrowseServiceCard-Text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 60;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.instaprojectHub-BrowseServiceCard-Text span:first-child {
    color: #fff;
    font-size: 25px;
    display: block;
    font-family: "Financier Display";
    position: relative;
}

.instaprojectHub-BrowseServiceCard-Text span:last-child {
    color: #fff;
    font-family: "avenirlight";
    font-size: 15px;
    position: relative;
}

/* ****************************************************** */

.instaprojectHub-LatestMarketplaceSection {
    position: relative;
    padding: 80px 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(228, 234, 250, 0.9) 40.87%, rgba(235, 239, 251, 0.9) 84.62%, rgba(255, 255, 255, 0.9) 100%);
}


.instaprojectHub-LatestMarketplace-ContentArea {
    position: relative;
}

.instaprojectHub-LatestMarketplace-Content-Top {
    display: grid;
    grid-template-columns: 3fr 1fr 1.5fr 4.5fr 2fr;
    padding: 15px 0;
}

.instaprojectHub-LatestMarketplace-Content-Top-heading {
    padding: 0 20px;
}

.instaprojectHub-LatestMarketplace-Content-Top-heading:first-child {
    text-align: center;
}

.instaprojectHub-LatestMarketplace-Content-Top-heading:last-child {
    text-align: center;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    border-radius: 7px;
    border: 1px solid #DFDFDF;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-Flex {
    display: grid;
    grid-template-columns: 3fr 1fr 1.5fr 4.5fr 2fr;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-Flex-content {
    position: relative;
    border-right: 0.7px solid #E4EAFA;
    padding: 0 20px;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-Flex-content:last-child {
    border: none;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-Logo {
    position: relative;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    border: 1px solid #E4EAFA;
    border-radius: 7px;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-Logo img {
    width: 40px;
    height: 40px;
    position: relative;
    object-fit: contain;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-LogoArea {
    display: flex;
    align-items: start;
    gap: 30px;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-ProjectType {
    position: relative;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-TopTitle {
    font-family: "avenirmedium";
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-BottomPara {
    position: relative;
    font-family: "avenirlight";
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-ProjectType img {
    width: 30px;
    align-self: center;
    height: 30px;
    object-fit: contain;
    border-radius: 300px;
    position: relative;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-BtnArea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.instaprojectHub-LatestMarketplace-Content-BoxCard-BtnArea-BottomFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instaprojectHub-LatestMarketplace-Content-Bottom {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 30px;
}

.instaprojectHub-LatestMarketplace-Btn {
    position: relative;
    border: 1px solid #0052CC;
    color: #0052CC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "avenirlight";
    font-weight: 400;
    border-radius: 7px;
    white-space: nowrap;
    text-decoration: none;
    padding: 12px 30px;
    outline: none;
    font-size: 17px;
}

.instaprojectHub-LatestMarketplace-Btn:focus {
    outline: none !important;
}

.instaprojectHub-LatestMarketplace-Btn:hover {
    background-color: #0052CC;
    color: #fff;

}

/* ****************************************** */

.instaprojectHub-Ready-to-Innovate-section {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.instaprojectHub-Ready-to-Innovate-section-Box {
    position: relative;
    background-color: #0052CC;
    padding: 20px;
    border-radius: 20px;
}

.instaprojectHub-Ready-to-Innovate-section-Box-ImagePart {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.instaprojectHub-Ready-to-Innovate-section-Box-ImagePart img {
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.instaprojectHub-Ready-to-Innovate-section-Box-TextPart {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.instaprojectHub-Ready-to-Innovate-section-Box-TextPart-Inner {
    position: absolute;
    top: 50%;
    max-width: 550px;
    padding: 0 20px;
    transform: translateY(-50%);
}

.instaprojectHub-Ready-to-Innovate-section-Box-TextPart-Inner h2 {
    font-size: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-family: "financier_displaymedium" !important;
    line-height: 1.3;
    font-weight: 300 !important;
}

.instaprojectHub-Ready-to-Innovate-BtnMain {
    position: relative;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 7px;
    padding: 12px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "avenirlight";
    font-weight: 500;
    border: none;
    white-space: nowrap;
    font-size: 17px;
}

.instaprojectHub-Ready-to-Innovate-BtnMain:focus {
    outline: none !important;
    border: none !important;
}


/* ******************************************************** */

.instaprojectHub-WorkdoneSection {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
    padding: 80px 0 100px;
}

.instaprojectHub-Workdone-CardMain {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.instaprojectHub-Workdone-CardMain-header {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 300px;
    background-color: #E7ECFA;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: end;
}

.instaprojectHub-Workdone-CardMain-header img {
    width: 40px;
    height: 40px;
    position: relative;
    object-fit: contain;
}

.instaprojectHub-Workdone-CardMain h4 {
    font-size: 20px !important;
    font-family: "avenirmedium";
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}

.instaprojectHub-Workdone-CardMain p {
    font-size: 16px !important;
    font-family: "avenirlight";
    font-weight: 400;
    max-width: 250px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
}

.instaprojectHub-WorkDoneArrow {
    position: absolute;
    right: -40px;
    max-width: 80px;
    object-fit: contain;
    top: 40px;
}



/* ************************************** */

.instaprojectHub-ForTalentSection {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 0 0 80px;
}

.instaprojectHub-ForTalentSection_Grid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.instaprojectHub-ForTalentSection-CardMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    padding: 30px 30px 60px;
    border-right: 0.8px solid #ADADAD;
}

.instaprojectHub-ForTalentSection-CardMain:nth-child(-n+3) {
    border-bottom: 0.8px solid #ADADAD;
}

.instaprojectHub-ForTalentSection-CardMain:nth-child(3) {
    border-right: none !important;
}

.instaprojectHub-ForTalentSection-CardMain:nth-child(6) {
    border-right: none !important;
}

.instaprojectHub-ForTalentSection-CardMain img {
    width: 45px;
    height: 45px;
    position: relative;
    object-fit: contain;
}

.instaprojectHub-ForTalentSection-CardMain h4 {
    font-size: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-weight: 400;
    font-family: "avenirmedium";
}


.instaprojectHub-ForTalentSection-CardMain p {
    font-size: 17px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-family: "avenirlight";
    line-height: 1.6;
    color: #626262;
}

/* ******************************************************************* */

.instaprojectHub-QualityProjectSection {
    position: relative;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.instaprojectHub-QualityProject-CardMain-Flex {
    position: relative;
    display: flex;
    align-items: start;
    gap: 60px;
}

.instaprojectHub-QualityProject-CardMain {
    position: relative;
    width: calc((100% - 120px) / 2);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
}

.instaprojectHub-QualityProject-CardMain img {
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.instaprojectHub-QualityProject-CardMain h4 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px !important;
    color: #000;
    max-width: 350px;
    line-height: 1.2;
    font-family: "avenirmedium";
    font-weight: 400;
}

.instaprojectHub-QualityProject-CardMain p {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 350px;
    color: #000;
    line-height: 1.6;
    font-family: "avenirlight";
    font-weight: 400;
}

/* ********************************************************************************** */

.instaprojectHub-SignUpSectionMain {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 100px 0;
}


.instaprojectHub-SignUpSectionMain-Box {
    position: relative;
    width: calc((100% - 60px) / 2);
    height: 100%;
    padding: 45px;
    display: flex;
    align-items: start;
    gap: 10px;
    border-radius: 20px;
}

.instaprojectHub-SignUpSectionMain-Box.blackbox {
    background-color: #000;
}

.instaprojectHub-SignUpSectionMain-Box.bluebox {
    background-color: #0052CC;
}

.instaprojectHub-SignUpSectionMain-Flex {
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
}


.instaprojectHub-SignUpSectionMain-Box-Right {
    position: relative;
    height: 100%;
    align-self: flex-end;

}


.instaprojectHub-SignUpSectionMain-Box-Right img {
    max-width: 360px;
    width: 100%;
    margin-bottom: -15px;
    position: relative;
}

.instaprojectHub-SignUpSectionMain-Box-Left {
    position: relative;
}

.instaprojectHub-SignUpSectionMain-BoxText {
    font-size: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-family: "financier_displaymedium" !important;
    font-weight: 400;
    line-height: 1.1;
}

.instaprojectHub-SignUpSectionMain-BoxPara {
    position: relative;
    font-size: 17px !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    font-family: "avenirlight";
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
}

.instaprojectHub-SignUpSectionMain-BoxText .blackBoxClr {
    background: -webkit-linear-gradient(180deg, #9db2ee 0%, #2A80FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instaprojectHub-SignUpSectionMain-BoxText .blueBoxClr {
    background: -webkit-linear-gradient(0deg, #E4EAFA 45.87%, #6192D2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media (max-width:991.9px) {
    .instaProjectHub-HeroMain-TextPart-Inner {
        position: relative !important;
        top: 0% !important;
        transform: translateY(0%) !important;
        padding-bottom: 40px !important;
    }

    .instaprojectHub-QualityProject-CardMain p {
        max-width: 100% !important;
    }

    .instaProjectHub-HeroMain-Text-Title {
        font-size: 35px !important;
    }

    .instaProjectHub-HeroMain {
        padding: 60px 0 40px !important;
    }

    .instaProjectHub-HeroMain-Text-ButtonsArea {
        flex-wrap: wrap !important;
        flex-direction: column-reverse !important;
    }

    .instaprojectHub-MainCenterHeading h2 {
        font-size: 30px !important;
    }

    .instaprojectHub-BrowseServiceSection {
        padding: 40px 0 !important;
    }

    .instaprojectHub-BrowseServiceCard-Text span:first-child {
        font-size: 20px !important;
    }



    .instaprojectHub-LatestMarketplace-Content-BoxCard-Flex {
        grid-template-columns: 1fr !important;
    }

    .instaprojectHub-LatestMarketplace-Content-Top {
        display: none !important;
    }

    .instaprojectHub-LatestMarketplaceSection {
        padding: 40px 0 !important;
    }

    .instaprojectHub-headingspace {
        padding-top: 20px !important;
    }

    .instaprojectHub-Ready-to-Innovate-section-Box-TextPart-Inner {
        position: relative !important;
        top: 0% !important;
        max-width: 100% !important;
        padding: 0 0px !important;
        transform: translateY(-0%) !important;
        padding-bottom: 40px !important;
    }

    .instaprojectHub-Ready-to-Innovate-section-Box-TextPart-Inner h2 {
        font-size: 30px !important;
    }

    .instaprojectHub-WorkdoneSection {
        padding: 40px 0 40px !important;
    }

    .instaprojectHub-WorkDoneArrow {
        display: none !important;
    }

    .instaprojectHub-Workdone-CardMain {
        padding-bottom: 20px !important;
    }

    .instaprojectHub-ForTalentSection_Grid {
        grid-template-columns: 1fr !important;
    }

    .instaprojectHub-ForTalentSection {
        padding: 0 0 40px !important;
    }

    .instaprojectHub-ForTalentSection-CardMain:nth-child(-n+3) {
        border: none !important;
    }

    .instaprojectHub-ForTalentSection-CardMain {
        border-right: none !important;
        padding: 10px 10px 20px !important;
    }

    .instaprojectHub-QualityProject-CardMain h4 {
        font-size: 20px !important;
    }

    .instaprojectHub-QualityProject-CardMain-Flex {
        flex-wrap: wrap !important;
        gap: 0px !important;
    }

    .instaprojectHub-QualityProject-CardMain {
        width: calc((100% - 0px) / 1) !important;
        padding-bottom: 40px !important;
    }

    .instaprojectHub-SignUpSectionMain-Flex {
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    .instaprojectHub-SignUpSectionMain-Box {
        width: calc((100% - 0px) / 1) !important;
        margin-bottom: 40px !important;
        padding: 20px !important;
        flex-wrap: wrap !important;
    }

    .instaprojectHub-SignUpSectionMain {
        padding: 40px 0 !important;
    }

    .instaprojectHub-SignUpSectionMain-Box-Right img {
        margin-top: 0 !important;
        max-width: 280px !important;
        margin-top: 40px !important;
    }

    .instaprojectHub-SignUpSectionMain-BoxText {
        font-size: 30px !important;
    }

    .instaProjectHub-HeroMain-Text-ButtonsArea {
        padding-top: 20px !important;
    }
}

@media (min-width:992px) and (max-width:1199.9px) {
    .instaProjectHub-HeroMain-Text-Title {
        font-size: 42px !important;
    }

    .instaprojectHub-MainCenterHeading h2 {
        font-size: 38px !important;
    }

    .instaprojectHub-QualityProject-CardMain p {
        max-width: 100% !important;
    }

    .instaprojectHub-Ready-to-Innovate-section-Box-TextPart-Inner h2 {
        font-size: 38px !important;
    }

    .instaprojectHub-QualityProject-CardMain-Flex {
        gap: 20px !important;
    }

    .instaprojectHub-SignUpSectionMain-Flex {
        gap: 20px !important;
    }

    .instaprojectHub-SignUpSectionMain-Box {
        padding: 20px !important;
        width: calc((100% - 20px) / 2) !important;
    }


    .instaprojectHub-SignUpSectionMain-Box-Right img {
        margin-bottom: 0 !important;
        max-width: 400px !important;
    }

    .instaprojectHub-SignUpSectionMain-BoxText {
        font-size: 38px !important;
    }

}

@media (min-width:1200px) and (max-width:1399.9px) {
    .instaprojectHub-SignUpSectionMain-Box {
        padding: 30px !important;
    }
}