* {
    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;
}

html {
    font-size: 62.5%;
}

main {
    max-width: var(--maxwidth);
    margin: auto;
}
.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;
}
.cutcut {
    clip-path: polygon(100% 0, 100% 84%, 71.5% 100%, 0 100%, 0 0);
}

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

.case {
    width: 100%;
    height: auto;
    position: relative;
}

.caseheroimg {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);

}

.desc_more {
    width: 100%;
    position: relative;
    border-top: 2px solid var(--bordercolor);
}

.desc {
    width: var(--width78);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 6vh 20px 4vh 20px;
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.descsub1 {
    width: 50%;
}

.desctxt1 {
    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;
    opacity: 0.6;
}

.desctxt2 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #212121;
    margin-top: 0.5rem;
}

.desctxt3 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1A1A1A;
}

.projectimgbox {
    width: var(--width78);
    margin: auto;
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.projectimg {
    width: 95%;
    display: block;
    margin: auto;
}

.projectinfo_more {
    width: 100%;
    margin: auto;
    position: relative;
    border-top: 2px solid var(--bordercolor);
}

.projectinfo {
    width: var(--width78);
    margin: auto;
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.projectinfoimg {
    width: 90%;
    display: block;
    margin: auto;
}

.work_more {
    width: 100%;
    position: relative;
    /* for mobile  */
    border-top: 2px solid var(--bordercolor);
}


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



.work1 {
    width: 40%;
    padding-left: 2px;
}

.work1txt1 {
    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;
}

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

.work2 {
    width: 50%;
}

.workservice {
    margin-top: 4%;
    width: 100%;
    display: flex;
}

.workservimgbox {
    width: 45%;
    margin-right: 4%;
}

.workserveimg {
    width: 100%;
}

.workservinfo {
    position: relative;
    width: 55%;
}

.workinfotxt1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #2F2F2F;
}

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

.workinfotxt3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.4rem;
    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;
    display: block;
    margin-top: 0.5rem;
}
.morelinkproject {
    display: block;
    text-decoration: none;
    color: #363636;
    width: 3.5rem;
    height: 3.5rem;
    background: #F2F2F2;
    border: 0.791209px solid #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 6%;
}
.workservice:hover .morelinkproject {
    color: #fff;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border-color: transparent;
}

.moresvglinkprojectbtn {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#morelinkprojectbtn {
    stroke-width: 2;
    text-align: center;
    stroke: black;
}

.workservice:hover #morelinkprojectbtn {
    stroke: #FFFFFF;
}

.workservice:hover .workinfotxt1 {
    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;
}

.workservice:hover .workinfotxt2 {
    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;
}

.moreservicearrow {
    vertical-align: middle;
    width: 1.2rem;
    height: 1rem;
}

.secone_more {
    width: 100%;
    position: relative;
    /* for mobile  */
    border-top: 2px solid var(--bordercolor);
}

.secone {
    width: var(--width78);
    margin: auto;
    padding: 4% 0 3% 5px;
    position: relative;
    /* for mobile */
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
    display: flex;
}

.secin2 {
    width: 143%;
    padding-right: 25px;
}
.secin3 {
    width: 60%;
    padding: 0px 33px 0px 0px;
}

.seconimg {
    width: 100%;
}

.seconeimgcap {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1A1A1A;
}

.seconeimgcap {
    text-align: center;
    margin-top: 1rem;
}

.seconeheadtxt {
    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;
    opacity: 0.6;
}

.seconesubtxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1A1A1A;
}

.sectwo_more {
    width: 100%;
    position: relative;
    /* for mobile  */
    border-top: 2px solid var(--bordercolor);
}

.sectwo {
    width: var(--width78);
    margin: auto;
    padding: 4% 0 3% 0px;
    position: relative;
    /* for mobile */
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.sectwoimg {
    width: auto;
}
.text-center {
    text-align: center;
}

.sectwoimgcaption {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1A1A1A;
    margin-top: 1rem;
    text-align: left;
}

.secthree_more {
    width: 100%;
    position: relative;
    /* for mobile  */
    border-top: 2px solid var(--bordercolor);
}

.secthree {
    width: var(--width78);
    margin: auto;
    padding: 4% 0 3% 5px;
    position: relative;
    /* for mobile */
    border-left: 2px solid var(--bordercolor);
    border-right: 2px solid var(--bordercolor);
}

.secthreheadtxt {
    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;
    opacity: 0.6;
    text-align: center;
}

.secthreesubtxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1A1A1A;
    margin-top: 1rem;
    width: 80%;
    margin: auto;
    text-align: center;
}


















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


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

}

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

.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: 2rem; */
}

.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 2rem;
    margin-top: 2rem;
}

.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: 1650px) {
    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%;
    }
}

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

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

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

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

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

    .case {
        width: 100%;
        height: 40vh;
        position: relative;
    }

    .caseheroimg {
        width: 100%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);

    }

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

    .desc {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        padding: 6vh 0 4vh 5px;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .descsub1 {
        width: 100%;
    }

    .desctxt1 {
        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;
        opacity: 0.6;
    }

    .desctxt2 {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #212121;
    }

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

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

    .projectimg {
        width: 95%;
        display: block;
        margin: auto;
    }

    .projectinfo_more {
        width: 100%;
        margin: auto;
        position: relative;
        border-top: 1px solid var(--bordercolor);
    }

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

    .projectinfoimg {
        width: 90%;
        display: block;
        margin: auto;
    }

    .secone_more {
        width: 100%;
        position: relative;
        /* for mobile  */
        border-top: 1px solid var(--bordercolor);
    }

    .secone {
        width: 90%;
        margin: auto;
        padding: 15% 5px 15% 5px;
        position: relative;
        /* for mobile */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        display: flex;
        flex-direction: column-reverse;
    }

    .secin2 {
        width: 100%;
        padding-right: 0px;
    }

    .seconimg {
        width: 100%;
        margin-top: 1rem;
    }

    .seconeimgcap {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #1A1A1A;
    }

    .seconeimgcap {
        text-align: center;
        margin-top: 1rem;
    }

    .seconeheadtxt {
        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;
        opacity: 0.6;
    }

    .seconesubtxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #1A1A1A;
    }

    .sectwo_more {
        width: 100%;
        position: relative;
        /* for mobile  */
        border-top: 1px solid var(--bordercolor);
    }

    .sectwo {
        width: 90%;
        margin: auto;
        padding: 15% 5px 15% 5px;
        position: relative;
        /* for mobile */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .sectwoimg {
        width: 100%;
    }

    .sectwoimgcaption {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #1A1A1A;
        margin-top: 1rem;
        text-align: center;
    }

    .secthree_more {
        width: 100%;
        position: relative;
        /* for mobile  */
        border-top: 1px solid var(--bordercolor);
    }

    .secthree {
        width: 90%;
        margin: auto;
        padding: 15% 0 15% 5px;
        position: relative;
        /* for mobile */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .secthreheadtxt {
        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;
        opacity: 0.6;
        text-align: center;
    }

    .secthreesubtxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #1A1A1A;
        margin-top: 1rem;
        width: 90%;
        margin: auto;
        text-align: center;
    }



















    .work_more {
        width: 100%;
        position: relative;
        /* for mobile  */
        border-top: 1px solid var(--bordercolor);
    }





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



    .work1 {
        width: 100%;
        padding-left: 2px;
    }

    .work1txt1 {
        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;
    }

    .work1txt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;
    }

    .work2 {
        width: 100%;
        margin-top: 1rem;
    }

    .workservice {
        margin-top: 4%;
        width: 100%;
        display: flex;
    }

    .workservimgbox {
        width: 45%;
        margin-right: 2%;
    }

    .workserveimg {
        width: 100%;
    }

    .workservinfo {
        position: relative;
    }

    .workinfotxt1 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #2F2F2F;
    }

    .workinfotxt2 {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #2F2F2F;
        margin-top: 0.4em;
    }

    .workinfotxt3 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 2.4rem;
        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;
        display: block;
        margin-top: 0.5rem;
    }
    .morelinkproject {
        width: 3rem;
        height: 3rem;
    }

    .moreservicearrow {
        vertical-align: middle;
        width: 1.2rem;
        height: 1rem;
    }

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


    .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: 6px;
    }

    .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.8rem;
        line-height: 2.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: 1rem;
        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 2rem;
        margin-top: 4rem;
        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;
        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.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;
    }
}