@charset "UTF-8";
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*font-family: "Poppins", "Montserrat", sans-serif;*/
    font-family: "DMSans", sans-serif;
    font-size: 14px;
    line-height: 1.3;
}


main {
    height: auto;
}

body {
    box-sizing: border-box;
    color: var(--TWMidnight);
}


#mainContainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    position: relative;
    width: 100%;
    padding: 50px;
    text-align: center;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.Logo {
    margin-top: 25px;
    transition-duration: 0.1s;
}

div#menu {
    text-align: center;
}

.workSection {
    background: var(--TWBlueDeep);

    p.text-sm.text-black {
        color: black;
    }

    .cardMargin {
        margin: 10px;
    }

    .cardBox {
        border-radius: 10px;
    }
}

.headerColorTWBlueDeep {
    color: var(--TWBlueDeep);
}

.bannerBtn {
    font-weight: 500;
    font-size: 12px;
}

.weColorPurple {
    color: var(--TWBlueDeep);
}

.weColorPurpleBlue {
    color: var(--TWMpuppleDeep);
}

.weColorPurpleBlueBackground {
    background-color: var(--TWMpuppleDeep);
}

.weColorBlueBackground {
    background-color: var(--TWBlueDeep);
}


.sideBarImage {
    min-height: 350px;
}

.footerColor {
    background-color: #2b0025;
}

.teamCard {
    background-color: #f4f7fd;
    border: 1px solid gainsboro;
}

.projectCard {
    background-color: white;
    border: 1px solid gainsboro;
    /*min-height: 380px;*/
    height: 100%;
}

.imageTag {
    width: 160px ;
    height: auto ;
}

.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid gray;
    border-bottom: 2px solid gray;
    transform: rotate(-45deg);
    transition: transform 0.3s ease, border-color 0.3s ease;
    margin-left: 8px;
}

.rotate-up {
    transform: rotate(135deg);
}

.text-highlight {
    color: var(--TWMpuppleDeep);
    font-weight: 700;
}

.border-highlight {
    border-color: var(--TWMpuppleDeep);
}

.planDiv {
    height: 30px;

}

.plan-card {
    /*margin: 5px;*/
    cursor: pointer;
}

.contact {
    svg.icon {
        fill: #661b5b;
        height: 28px;
        width: auto;
        font-size: 12px;
    }
}

.selectedCard {
    background: rgba(239, 224, 239, 0.53) !important;
    border: 1px solid #661b5b;
}


.footLogo {
    width: 280px;
    height: auto;
}

.cardImage {
    align-content: center !important;
    min-height: 100px;
    min-width: 150px;
}

.cardBox {
    height: 640px;
}




@media (min-width: 1024px) and (max-width: 1350px) {
    .custom-pl {
        padding-left: 3%;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .innovatingImg {
        max-width: 120%;
        margin-left: -15%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .sideBannerHomepage {
        width: 70px;
    }

    .dasboardImg {
        position: relative;
        max-width: 112%;
    }

    .innovatingImg {
        max-width: 120%;
        margin-left: -15%;
    }

    .cardBox {
        height: 620px;
    }

}

@media (min-width: 1280px) and (max-width: 1500px) {
    .sideBannerHomepage {
        width: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sideBannerHomepage {
        width: 60px;
    }

    .dasboardImg {
        position: relative;
        max-width: 108%;
    }

    .innovatingImg {
        max-width: 110%;
        margin-left: -5%;
    }

    .CardImg {
        height: 180px !important;
    }

}


@media (min-width: 1280px) {
    .dasboardImg {
        position: relative;
        max-width: 125%;
    }
}


@media (min-width: 1601px) {
    .innovatingImg {
        max-width: 132%;
        margin-left: -20%;
    }
}

@media (min-width: 1801px) {
    .innovatingImg {
        max-width: 150%;
        margin-left: -35%;
    }
}


@media (min-width: 768px) {
    .projectDetails {
        min-height: 120px;
    }

    .menuHeader {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1280px) and (max-width: 1450px) {
    .projectCard {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .cardBox {
        height: auto;
    }

    .cardImg {
        min-height: 270px !important;
    }
    .imageTag {
        width: 220px;
        height: auto;
    }
}

@media (min-width: 900px) and (max-width: 991px) {
    .cardBox {
        height: 560px;
    }

    .cardContent {
        font-size: 13px !important;
    }
}

@media (min-width: 768px) and (max-width: 889px) {
    .cardBox {
        height: 610px;
    }

    .cardContent {
        font-size: 13px !important;
    }

    .cardImg {
        height: 220px !important;
    }
}


@media (min-width: 768px) {
    .projectDetails {
        min-height: 120px;
    }
}

@media (min-width: 1280px) and (max-width: 1450px) {
    .projectCard {
        min-height: 380px;
    }
}
