* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --width78: 78%;
    --maxwidth: 100%;
    /* --dlinecolor: rgba(198, 197, 197, 0.5); */
    --dlinecolor: #d9d9d9;
    --bordercolor: rgba(198, 197, 197, 0.34);
}

body {
    background: #F2F2F2;
}
.alert-danger {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.projectbackcolor {
    background: #F2F2F2;
    border-bottom: 1px solid var(--bordercolor);
}

.projectmenucolor {
    color: #212121;
}

main {
    max-width: var(--maxwidth);
    margin: auto;
}

html {
    font-size: 62.5%;
}

.every_more {
    width: 100%;
    position: relative;
}

.every {
    width: var(--width78);
    margin: auto;
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
    padding: 5% 1px 4% 5px;
    position: relative;
}

.al {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bordercolor);
}

.ar {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--bordercolor);
}

.everytxt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.everytxt2 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.9rem;
    color: #2F2F2F;
    width: 65%;
    margin-top: 0.5rem;
}

.everytxt3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #212121;
    margin-top: 0.5rem;
}

.prostat {
    width: var(--width78);
    margin: auto;
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
    background-color: #F2F2F2;
    position: sticky;
    top: 0%;
    z-index: 1;
    padding-bottom: 4vh;
    padding-top: 2vh;
}

.bl {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.br {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.statbox {
    width: 95%;
    margin: auto;
    padding-top: 0.4rem;
}

.progresscont {
    width: 99%;
    margin: auto;
    height: 2px;
    background-color: #C3C3C3;
    margin-top: 0.2rem;
}

.progressbar {
    width: 0%;
    max-width: 100%;
    height: 100%;
    background-color: #34ADE3;
}

.progdotbox {
    position: absolute;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    top: 1.7vh;
}

.linkbox {
    width: 16px;
    height: 16px;
    border-radius: 50%;

    position: relative;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #C4C4C4;
    border-radius: 50%;
    outline-offset: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gg {
    /* outline-offset: 2px;
    outline: 1px solid #34ADE3;
    -moz-outline: 1px solid #34ADE3;
    -webkit-outline: 1px solid #34ADE3; */
    border: 1px solid #34ADE3;
    background-color: #E8E9EA;
}

.ggg {
    outline: none;
}

.progname {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
}

.pronametxt {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.12em;
    color: #2F2F2F;
}

.proj_more {
    width: 100%;
    position: relative;
}

.projbox {
    width: var(--width78);
    margin: auto;
    padding: 0vh 0 0vh 0;
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
   /* display: flex;
    justify-content: space-between;*/
    
    display: flex;  /* Shree changes */
    flex-flow: wrap; /* Shree changes */
    justify-content: space-between; /* Shree changes */
}

.projcont {
    width: 48%;
    position: relative;
    /* transition: height 0.5s ease-in; */
    border: 2px solid var(--bordercolor);
    /* transition: 0.5s all; */
    margin-bottom: 2rem;     /* Shree changes */
}

.projcontsub {
    width: 100%;
}

.projimg {
    width: 100%;
}

.projinfo {
    position: absolute;
    background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 0.06%, #000000 99.94%);
    width: 100%;
    height: 100%;
    bottom: 0;
}

.projinfosub {
    position: absolute;
    bottom: 0;
    padding: 0 5% 10% 5%;
}

.projtxt1 {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #FFFFFF;
}

.projtxt2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #FFFFFF;
    margin-top: 0.5rem;
}

.projtxt3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    /* transition: height 0.5s ease-in; */
    margin-top: 1rem;
    margin-bottom: -150px;
    padding-bottom: 70px;
    transition: 0.5s ease;
    opacity: 0;
}


.projcont:hover .projtxt3 {
    margin-bottom: 0;
    opacity: 1;
    padding: 0;
}

.pathbottomright {
    clip-path: polygon(100% 0, 100% 88%, 87% 100%, 0 100%, 0 0);
}

.cliplefttop {
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
}

.projborderbox {
    width: 48%;
/*    padding: 2rem;*/ /* Shree changes */
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.form_more {
    /* fot mobile  */
    border-top: 2px solid var(--bordercolor);
    position: relative;
    overflow: hidden;
}

.qt {
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--bordercolor);
}

.form {
    width: var(--width78);
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5% 1px 5% 0;
    /* for mobile  */
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);

}



.forminfo {
    width: 40%;
    padding-left: 5px;
}

.formtxt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.formtxt2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.formlink {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #8C8C8C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 6vh;
    cursor: context-menu;
}

/* .formmailimg {
    height: 1.5rem;
} */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #E8E9EA;
    color: #2F2F2F;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #E8E9EA transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.formtags {
    width: 50%;
}

.labletag {
    width: 100%;
    margin-top: 2rem;
}

.labletag:first-child {
    margin-top: 0;
}

.label {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #2F2F2F;
}

.inputtxt {
    width: 100%;
    background: #E8E9EA;
    border-radius: 2px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #8C8C8C;
    opacity: 0.6;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
    resize: none;
}

.submitbutton {
    display: inline-block;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 1.4rem 3rem;
    margin-top: 2rem;
    cursor: pointer;
}

.fileupbox {
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #5FB1E0;
    border-radius: 2px;
    padding: 1.4rem 2rem;
    margin-top: 1rem;
    cursor: pointer;
}

.fileuptxt {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.filupicon {
    width: 2.2rem;
    height: 2.2rem;
}

.dialine1 {
    position: absolute;
    width: 100%;
    left: 72%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);

}

.dialine2 {
    position: absolute;
    width: 100%;
    left: 65%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);
}

.validtxt {
    font-size: 1.4rem;
    line-height: 2rem;
    color: red;
}

.filesuppotxt {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #8C8C8C;
}

@media screen and (min-width: 1441px) {
    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 1666px) {
    html {
        font-size: 66%;
    }
}

@media only screen and (min-width: 1850px) {
    html {
        font-size: 70%;
    }
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%;
    }
}

@media screen and (min-width: 2150px) {
    html {
        font-size: 80%;
    }
}

@media screen and (min-width: 2300px) {
    html {
        font-size: 85%;
    }
}

@media screen and (min-width: 2450px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 2600px) {
    html {
        font-size: 95%;
    }
}

@media screen and (min-width: 2750px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 60%;
    }

    .every {
        padding: 5vh 0 4vh 5px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 50%;
    }

    .every {
        padding: 5vh 0 2vh 5px;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 40%;
    }

    .every {
        padding: 5vh 0 2vh 5px;
    }
}

@media only screen and (max-width: 600px) {
    main {
        max-width: var(--maxwidth);
        margin: auto;
    }

    .mhide {
        display: none;
    }

    .projecthamline {
        background-color: #2F2F2F;
    }

    .projectbackcolor {
        background: #F2F2F2;
        border-bottom: 1px solid var(--bordercolor);
    }

    .navbackprojectactive {
        background-color: #1b1b1b;
    }

    .hamactive .projecthamline {
        background-color: #FFFFFF;
    }

    .menuboxactive .menulink {
        color: rgba(255, 255, 255, 0.80);
    }



    html {
        font-size: 62.5%;
    }


    .every_more {
        width: 100%;
        position: relative;
    }

    .every {
        width: 90%;
        margin: auto;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        padding: 15% 1px 15% 5px;
    }

    .everytxt1 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .everytxt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;
        width: 100%;
        margin-top: 0rem;
    }

    .everytxt3 {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #212121;
        margin-top: 1rem;
    }

    .prostat {
        width: 90%;
        margin: auto;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        background-color: #F2F2F2;
        position: sticky;
        top: 0%;
        z-index: 1;
        padding-bottom: 2vh;
        padding-top: 2vh;
    }

    .statbox {
        width: 95%;
        margin: auto;
        padding-top: 0.4rem;
    }

    .progresscont {
        width: 97%;
        height: 2px;
        background-color: #C3C3C3;
    }

    .progressbar {
        width: 0%;
        height: 100%;
        background-color: #34ADE3;
    }

    .progdotbox {
        position: absolute;
        width: 95%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        top: 1.7vh;
    }

    .dot {
        width: 1rem;
        height: 1rem;
        background-color: #C4C4C4;
        border-radius: 50%;
    }

    .progname {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }

    .pronametxt {
        display: block;
        text-decoration: none;
        cursor: pointer;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 0.12em;
        color: #2F2F2F;
        width: 33.33%;
    }

    .pronametxt:nth-child(2) {
        text-align: center;
    }

    .pronametxt:nth-child(3) {
        text-align: right;
    }

    .proj_more {
        width: 100%;
        position: relative;
    }

    .projbox {
        width: 90%;
        margin: auto;
        padding: 0vh 0 0vh 0;
        /* border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor); */
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .projcont {
        width: 100%;
        position: relative;
        transition: height 0.5s ease-in;
        border: 1px solid var(--bordercolor);
        margin-bottom: 7%;
    }

    .projcontsub {
        width: 100%;
    }

    .projimg {
        width: 100%;
    }

    .projinfo {
        position: absolute;
        background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 0.06%, #000000 99.94%);
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .projinfosub {
        position: absolute;
        bottom: 0;
        padding: 0 5% 10% 5%;
    }

    .projtxt1 {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #FFFFFF;
    }

    .projtxt2 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #FFFFFF;
        margin-top: 0.5rem;
    }

    .projtxt3 {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #FFFFFF;
        max-height: 100%;
        overflow: hidden;
        transition: height 0.5s ease-in;
        margin-top: 0.5rem;
    }

    .projcont:hover .projtxt3 {
        max-height: 100%;
    }

    .pathbottomright {
        clip-path: polygon(100% 0, 100% 88%, 87% 100%, 0 100%, 0 0);
    }

    .cliplefttop {
        /* clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 13%); */
        clip-path: polygon(100% 0, 100% 88%, 87% 100%, 0 100%, 0 0);
    }

    .projborderbox {
        width: 48%;
        padding: 2rem;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        display: none;
    }

    .form_more {
        /* fot mobile  */
        border-top: 1px solid var(--bordercolor);
        position: relative;
    }

    .qt {
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        position: absolute;
        background-color: var(--bordercolor);
    }

    .form {
        width: 90%;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15% 1px 15% 0;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);

    }



    .forminfo {
        width: 100%;
        padding-left: 5px;
    }

    .formtxt1 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .formtxt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .formlink {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #8C8C8C;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .formmailimg {
        height: 1.5rem;
    }

    .formtags {
        width: 100%;
        margin-top: 3rem;
    }

    .labletag {
        width: 100%;
        margin-top: 2rem;
    }

    .labletag:first-child {
        margin-top: 0;
    }

    .label {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2F2F2F;
        padding-left: 5px;
    }

    .inputtxt {
        width: 100%;
        background: #E8E9EA;
        border-radius: 2px;
        border: none;
        outline: none;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #8C8C8C;
        opacity: 0.6;
        padding: 1.5rem 1rem;
        margin-top: 0.5rem;
        resize: none;
    }

    .submitbutton {
        display: block;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        border: none;
        outline: none;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        padding: 1.4rem 3rem;
        margin-top: 2rem;
        width: 100%;
    }

    .fileupbox {
        display: flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        background: #F2F2F2;
        border: 1px solid #5FB1E0;
        border-radius: 2px;
        padding: 1.4rem 2rem;
        margin-top: 1rem;
    }

    .fileuptxt {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .filupicon {
        width: 2rem;
        height: 2rem;
    }

    .dialine1 {
        position: absolute;
        width: 100%;
        left: 72%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);

    }

    .dialine2 {
        position: absolute;
        width: 100%;
        left: 65%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);
    }

    .validtxt {
        font-size: 1.2rem;
        line-height: 2rem;
        color: red;
        padding-left: 5px;
    }

    .filesuppotxt {
        font-size: 1.2rem;
        line-height: 2rem;
        color: #8C8C8C;
        padding-left: 5px;
    }
}