/* ---------------backgroundStyle--------- */
.backgroundStyle {
    background-color: rgb(255, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
}
.navbar-container {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bodycontentResources {
    height: calc(100vh);
    overflow-y: auto;
    padding: bottom 200px;
}

.bodycontent::-webkit-scrollbar {
    display: none;
}

.bg-custom-color {
    background-color: black;
    /* Replace with your desired color code */
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* ------------------------for scrool up css end ------------- */
.imageResourceMainContainer {
    background-image: url("../components/assests/projectsImg.svg");
    height: 500px;
    width: 100%;
    display: flex;
    background-size: cover;
}

.imageResourceMainContainer1 {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
    flex-direction: column;
    padding: 20px;
    font-size: 30px;
    font-family: 'Times New Roman';
    font-weight: 900;

}

.imageResourceMainContainer2 {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.whiteContainerResources {
    background-color: white;
    height: 65px;
    width: 82px;
}
.CLIENTSANDPROJECTSStyle{
    color: #D05700;
    text-align: left;
    background-color: #FFDDDD;
    margin: 0px;
    padding-left: 80px;

}

/* -------------------------colors start--------------- */
.colorsContainerResource {
    display: flex;
}

.whitecolorsresource1 {
    background-color:#FFDDDD;
    height: 70px;
    width: 82%;
}

.whitecolorsresource2 {
    background-color: black;
    height: 70px;
    width: 6%;
}

.whitecolorsresource3 {
    background-color: #FFDDDD;
    height: 70px;
    width: 12%;
}

/* -------------------------colors completed--------------- */
.projectsimg2Container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFDDDD;
    flex-direction: column;
}
.projectsimg2{
    height: 450px;
    margin: 10px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

/* ------------table--------- */
.headingProjects{
    background:linear-gradient(0deg, #793300, #793300);;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    padding: 5px 0px 5px 15px;
    margin-top: 20px;
    width: 88%;
}
.headings {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    background-color: white;
    height: 50px;
    padding-left: 5px;
}
.tablemainContainer{
    width: 88%;
    padding: 5px;
}

.colorTablewhite {
    background-color: #D05700;
    color: white;
}

.colorTablewhite2{
    background-color: #F4B07F;
}

.tableCard {
    height: 100px;
    border-radius:2px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: white;
    border-style: solid;
    border-width: 2px;
}


/* -----------------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;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}



.anchorTagColor {
    color: white;
    text-decoration: none;
}

.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}

/* mobile */
@media only screen and (max-width: 767px) {
    /* -------------footer --------- */
        .footerImageContainer {
            display: grid;
            grid: auto/auto auto;
        }
        .CLIENTSANDPROJECTSStyle {
            color: #D05700;
            text-align: left;
            background-color: #FFDDDD;
            margin: 0px;
            padding-left:7px;
    
        }
        .headingProjects{
            width: 100%;
        }
        .tablemainContainer{
            width: 100%;
        }
    .headings{
        font-size: 10px;
    }
    .imageResourceMainContainer {
        background-image: url("../components/assests/projectsImg.svg");        height: 300px;
        width: 100%;
        display: flex;
        background-size: cover;
    };
    .whitecolorsresource1 {
            background-color: #FFDDDD;
            height: 70px;
            width: 74%;
        }
        .whitecolorsresource2 {
            background-color: black;
            height: 70px;
            width: 23%;
        }
        .whitecolorsresource3 {
            background-color: #FFDDDD;
            height: 70px;
            width: 5%;
        }
    /* ----------content---------mobile */
        .projectsimg2 {
            height: 190px;
            margin: 10px;
            text-align: center;
        }
}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .imageResourceMainContainer {
        background-image: url("../components/assests/projectsImg.svg");        height: 400px;
        width: 100%;
        display: flex;
        background-size: cover;
    }
    .headingProjects{
        width: 94%;
    }
    .tablemainContainer{
        width: 94%;
    }

    .whitecolorsresource1 {
        background-color: #FFDDDD;
        height: 70px;
        width: 80%;
    }
        .CLIENTSANDPROJECTSStyle {
            color: #D05700;
            text-align: left;
            background-color: #FFDDDD;
            margin: 0px;
            padding-left:26px;
    
        }

    .whitecolorsresource2 {
        background-color: black;
        height: 70px;
        width: 10%;
    }

    .whitecolorsresource3 {
        background-color: #FFDDDD;
        height: 70px;
        width: 10%;
    }
     .projectsimg2 {
            height: 300px;
            margin: 10px;
            text-align: center;
        }
}