/* ---------------backgroundStyle--------- */
.backgroundStyle {
    background-color: rgb(255, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
}

.bAndWhite1{
    height: 60px;
    background-color: white;
    width: 85%;
}
.bAndWhite2 {
    height: 60px;
    background-color: black;
    width: 7%;
}
.bAndWhite3 {
    height: 60px;
    background-color: white;
    width: 8%;
}
/* 2 */
.bAndWhite12 {
    height: 60px;
    background-color: black;
    width: 85%;
}
.bAndWhite22 {
    height: 60px;
    background-color: white;
    width: 7%;
}
.bAndWhite32 {
    height: 60px;
    background-color: black;
    width: 8%;
}
/* ------ */
.ProjectsHeading1{
    color: #D05700;
    font-size: 55px;
    font-family: "Times New Roman";
    font-weight: 700;
    margin: 20px 0 0 100px;  
}
.projectscontainerNumber50{
    background-color: black;
    padding: 20px 30px 10px 30px ;
    display: flex;    
}
.paranameforProjects{
    width: 50%;
    padding: 112px 0 0 0 ;
}
.paranameforProjects1 {
    width: 50%;
    padding: 5px;
}
.ProjectsHeading2{
    color: white;
    font-size: 35px;
    font-family: "Times New Roman";
    font-weight: 700;
}

.moreProjects{
    color: #D05700;
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}
.corouselContainer{
    background-color: black;
    height: auto;
    width: 100%;
    padding: 0 10px 20px 10px;
}
.imgfiftyplus1{
    height: 300px;
}
.containerdiv{
    display: grid;
    grid:auto/auto auto auto;
    padding: 20px;
}
.corosalProjectCard1{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    background-color: #D05700;
    margin: 10px;
}
.horizontalLinemain{
    background-color: white;
    height: 2px;
    font-weight: bold;
}
/* --------creative team -------- */
.creativeTeamMainContainer{
    background-color:#FFEDED;
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.creativeHeading1{
    color: #D05700;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;

}
.creativeHeading2 {
    font-weight: 900;
    text-align: center;
    font-size: 45px;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}
.teamBackgroundImg{
    background-image: url('./assests/creativeteamwork.svg');
    background-size: cover;
    height: 700px;
    width: 100%;
    margin-top: 20px;
    background-position-x: center;
}
.black500Img{
    height: 300px;
    margin: 190px 0 0 340px;
}
.mainHeadingCreative1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    text-align: center;
    margin-left: 201px;
    font-weight: 700;

}
.NamesContainerCreative{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainHeadingCreative2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    background-color: black;
    color: white;
    width: 700px;
    padding: 5px 5px 5px 0px;
    font-weight: 700;
}
.teamABout{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    text-decoration: underline;
    text-align: end;
    margin-right: 200px;
    font-weight: 800;
    margin-top: 30px;
}


/* -----------------footer -------------- */
.footerContainer {
    background-color: black;
    padding: 10px;
    color: white;
    font-family: Arial;
}
.footerContainerHeading {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 300;
}
.footerContainerPara {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 300;
}
.footerImageContainer {
    display: flex;
    font-size:12px;
    align-items:center;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}

.anchorTagColor {
    color: white;
    text-decoration: none;
}
.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}


/* Add this CSS to your stylesheet */
.highlighted {
    background-color: #f5f5f5;
    color: #333;
    padding: 2px;
}
/* --------mobile---- */
@media only screen and (max-width: 767px) {
    .thirdEndContainer2{
        width: 180px;
    }
    .projectscontainerNumber50 {
        display: flex;
        flex-direction: column;
    }
    .ProjectsHeading2{
        font-size: 32px;
    }
    .paranameforProjects{
        width: 100%;
        padding: 10px;
    }
    .paranameforProjects1 {
        width: 100%;
    }
    .imgfiftyplus1 {
        height: 200px;
    }
        .containerdiv{
            grid:auto/auto
        }
        
    /* ------creative------ */
        .creativeHeading2 {
            font-size: 20px;
        }
        .black500Img {
            height: 80px;
            margin: 20px 0 0 130px;
        }
    
        .mainHeadingCreative1 {
            font-size: 14px;
            margin-left: 27px;
    
        }
    
        .mainHeadingCreative2 {
            font-size: 14px;
            width: 200px;
        }
    
        .teamABout {
            margin-right: 10px;
            font-weight: 800;
            margin-top: 20px;
            font-size: 14px;
        }
    
        .teamBackgroundImg {
            height: 200px;
        }

/* -------------footer --------- */
        .footerImageContainer {
            display: grid;
            grid: auto/auto auto;
        }
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .imgfiftyplus1{
        height: 270px;
    }
.paranameforProjects{
 padding: 80px 0 0 0 ;
}
.black500Img {
    height: 170px;
    margin: 80px 0 0 220px;
}
.mainHeadingCreative1{
    font-size: 30px;
    margin-left: 19px;

}
.mainHeadingCreative2 {
    font-size: 30px;
    width: 400px;
}
.teamABout {
    margin-right: 40px;
    font-weight: 800;
    margin-top: 30px;
}
.teamBackgroundImg{
    height: 400px;
}
}
