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

:root {
    --width78: 78%;
    --maxwidth: 100%;
    --bordercolor: rgba(198, 197, 197, 0.34);
}

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

html {
    background: #F2F2F2;
    font-size: 62.5%;
}

.index_nav_transparent {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.66) 11.97%, rgba(0, 0, 0, 0) 100.74%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 9.58%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    z-index: 2;
    height: 20vh;
    transition: 0.5s;
}

.mobilenavhideshow {
    display: none;
}

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

.hero {
    position: relative;
    max-width: var(--maxwidth);
    height: calc((100vw * 50)/100);
    max-height: 100vh;
    margin: auto;
    background: #F2F2F2;
}

.herocutbox {
    position: relative;
    width: 100%;
    height: 100%;
    /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*    clip-path: polygon(100% 0, 100% 4%, 0 97%, 0 100%, 0 0);*/
}

.herobackimg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 90%;
}

.herobackimg2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 90%;

}

.herobackimg3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 90%;
}

.herotopimg1 {
    position: absolute;
    bottom: 9%;
    left: 2%;
    height: 48%;
    width: auto;
}

.herotopimg2 {
    position: absolute;
    bottom: 11%;
    left: 14%;
    height: 65%;
    width: auto;
}

.herotopimg3 {
    position: absolute;
    bottom: 18%;
    left: 8%;
    height: 55%;
    width: auto;
}

.opaaa {
    animation: ggg 0.4s ease-in forwards;
}

@keyframes ggg {
    from {
        opacity: 0;
        /* margin-left: -120px; */
        /* transform: scale(0); */
    }

    to {
        opacity: 1;
        /* margin-left: 0; */
        /* transform: scale(1); */
    }
}

.kkk {
    animation: kg 0.5s ease-in forwards;
}

@keyframes kg {
    from {
        margin-left: -100%;
        /* transform: scale(0); */
    }

    to {
        margin-left: 0;
        /* transform: scale(1); */
    }
}


.herodata {
    width: 35%;
    position: absolute;
    right: 8%;
    bottom: 25%;
}

.herofebox {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heroftxt {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.205em;
    color: #ffffff;
}

.herofeline {
    width: 0.2rem;
    height: 1.5rem;
    background-color: #ffffff;
    margin-bottom: 16px;
}

.hheadtxt {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.8rem;
    letter-spacing: 0.045em;
    color: #ffffff;
    margin-top: 0.5rem;
}

.hstxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.045em;
    color: #ffffff;
    margin-top: 1rem;
}

.herostatus {
    width: 70%;
    margin-left: 15%;
    bottom: 4%;
    position: absolute;
}

.hestat {
    width: 80%;
    margin: auto;
    position: relative;

}

.hestatlineb {
    position: absolute;
    top: 8px;
    left: 1%;
    width: 98%;
    height: 5px;
    margin: auto;
    display: flex;
}

.hestatline {
    width: 50%;
    height: 1px;
    background-color: #E8E9EA;
}

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

.statlinefill {
    animation: fullline 3s linear forwards;
}

.statlinefillclick {
    width: 100%;
}

@keyframes fullline {
    to {
        width: 100%;
    }
}

.hestatdotb {
    position: absolute;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.borderbox {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.hestatdot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E8E9EA;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.borderactive {
    background-color: #FFFFFF;
    border: 1px solid #34ACE1;
}

.dotbackactive {
    background-color: #34ACE1;
}

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

.hestatinfob {
    width: 80%;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.hestattxt {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.12em;
    color: #2F2F2F;
    width: 33.33%;
}

.hestattxtcenter {
    text-align: center;
}

.hestattxtright {
    text-align: right;
}



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

.i3_moreback {
    background: linear-gradient(to right, #F2F2F2 50%, #212121 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    background-position: bottom;
    animation: backcolorchange 0.4s ease-in-out forwards;
}

@keyframes backcolorchange {
    to {
        background-position: right bottom;
    }
}

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

.i3 {
    width: 89%;
    margin-left: 11%;
    display: flex;
    /* height: 90vh; */
    max-height: 800px;
}

.i3maxheight {
    max-height: 100%;
}


.leftnormalline {
    position: absolute;
    height: 100%;
    width: 2px;
    right: 11%;
    top: 0;
    background-color: var(--bordercolor);
    z-index: 1;
}

.i3data {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

.i3datapadding {
    padding: 0;
    margin-left: 2px;
}

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

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

/* interaction runtime add class */
.afteri3datahide {
    position: relative;
    animation: movei3data 0.5s ease forwards;
}

@keyframes movei3data {
    1% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}


.i3our {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    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;
}

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

.i3these {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 0.5rem;
    width: 85%;
}

.i3databrand {
    position: absolute;
    bottom: 2%;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
}

.i3brandtxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #AAAAAA;
}

.i3brandimg {}

.i3priciple {
    width: 60%;
    position: relative;
    background-image: linear-gradient(to bottom, #212121 50%, transparent 50%);
    background-size: 100% 200%;
    background-position: bottom;

}

/* interaction runtime add class */
.hiscolor {
    animation: fillhiscolor 0.5s ease forwards;
}

@keyframes fillhiscolor {
    to {
        background-position: top;
    }

}

/* interaction class to make i3priciple width 100% */
.i3priciple100 {
    animation: makei3w100 0.4s ease-out forwards;
    background-image: linear-gradient(to bottom, #212121 50%, #212121 50%);
}

@keyframes makei3w100 {
    from {
        width: 50%;
    }

    to {
        width: 100%;
    }
}

.i3datato0 {
    animation: makei1data0 0.5s ease-in forwards;
}

@keyframes makei1data0 {
    from {
        width: 50%;
    }

    to {
        width: 0%;
    }
}

.prinbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 20vh;
    padding: 2rem 20% 2rem 2rem;
    /* for mobile  */
    /* border-top: 1px solid var(--bordercolor); */
}

.prinheightauto {
    animation: heightauto 0.5s ease-in forwards;
}

@keyframes heightauto {
    from {
        height: 33.33%;
    }

    to {
        height: auto;
    }
}

.heightauto {
    height: auto;
}

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


.prinimgbox {
    background-color: #212121;
    width: 87%;
    height: calc((100vw * 30)/100);
    display: flex;
    margin-left: 100%;
    padding: 0.5rem 0;
    display: none;
}

.deckphiloclose {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 2.5rem;
    height: 2.5rem;
}

/* interaction class to make prinimgbox marginleft 10 */
.pringboxml10 {
    animation: marginleft10 1s ease-in-out forwards;
}

@keyframes marginleft10 {
    to {
        margin-left: 0%;
    }
}

.prinimg {
    /* height: 50vh;
    max-height: 360px; */
    width: 95%;
    height: 100%;
    display: block;
    margin: auto;
}

.printitle {
    font-weight: 800;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 4.9rem;
    color: #2F2F2F;
    cursor: pointer;
}

.prinstitle {
    width: 60%;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    display: none;
}

.arrowbox {
    width: 40%;
    height: 100%;
    position: absolute;
    background: var(--bordercolor);
    clip-path: polygon(99% 0, 100% 0, 1% 100%, 0 100%);
    right: 0%;
    bottom: 0px;
    transition: 0.5s;
    cursor: pointer;
}



.prinbox:hover .arrowbox {
    background-color: #212121;
    clip-path: polygon(51% 48%, 100% 0, 100% 100%, 0 100%);
}

.afterarrowbox {
    display: none;
}

.jobarrow {
    position: absolute;
    right: 10%;
    bottom: 15%;
    width: 2rem;
    opacity: 0;
    transition: 1s;
    cursor: pointer;
}

.prinbox:hover .jobarrow {
    opacity: 1;
}


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

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

}

.servicebox {
    width: var(--width78);
    position: relative;
    margin: auto;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

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

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

.servicebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5% 0;
}

.service1 {
    width: 50%;
    padding-left: 5px;
}

.service2 {
    width: 48%;
    padding-right: 1%;
    padding-top: 0rem;
}

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

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

.servicesubtxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #2F2F2F;
}

.serviceinfobox {
    width: var(--width78);
    position: relative;
    margin: auto;
    display: flex;
    padding-left: 1px;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

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

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

.swiper1 {
    width: 100%;
}

.swiper1 .swiper-slide {
    width: 33.33%;
    height: auto;
    position: relative;
    padding-bottom: 7%;
}

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

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



.sinfoimgbox {
    width: 100%;
    /* border-bottom: 2px solid var(--bordercolor); */
    position: relative;
}

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

.sinfoimg {
    width: 95%;
    margin-left: 2px;
}

.sinfoimgfirst {
    margin-left: 1px;
}

/* .sinfoimg:first-child {
    clip-path: polygon(100% 0, 100% 79%, 77% 100%, 0 100%, 0 0);
} */

.sinfo1 {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin-top: 3rem;
    padding-left: 5px;
}

.sinfo2 {
    width: 85%;
    margin-top: 1.1rem;
}

.sinfo3 {
    width: 15%;
    display: flex;
    justify-content: flex-end;
}

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

.sinfosubtxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 2rem;
}

.sinfolink {
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border: 0.658537px solid #363636;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2.2rem;
    font-weight: 500;
    color: #363636;
    /* transition: 0.5s; */
}





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

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

.sinfobox:hover .sinfolink {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border-color: transparent;
}

.sinfobox:hover #leftdesignarrow {
    stroke: #FFFFFF;
}

.sinfobox:hover .sinfoheadtxt {
    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;
}

.sinfobox:hover .sinfosubtxt {
    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;
}

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

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

.whyinfo {
    width: var(--width78);
    position: relative;
    margin: auto;
    text-align: center;
    padding: 4% 0;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

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

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

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

.whyhtext {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: center;
    color: #2F2F2F;
}

.whystxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    color: #2F2F2F;
    width: 75%;
    margin: auto;
    margin-top: 2%;
}

.whybox {
    width: var(--width78);
    position: relative;
    margin: auto;
    display: flex;
    /* for mobile  */
    /* border: 1px solid var(--bordercolor); */
    border-bottom: none;
}

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

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

.whysbox {
    width: 33.33%;
    padding: 5% 2%;
    text-align: center;
    position: relative;
    /* for mobile  */
    /* border-right: 1px solid var(--bordercolor); */
}

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


/* for mobile  */
.whysbox:last-child {
    border: none;
}

.whyimg {
    display: block;
    margin: auto;
    width: 10rem;
    height: 10rem;
}

.whybhtxt {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #212121;
    margin-top: 3rem;
}

.whybstxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 2rem;
}

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

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

.diagonal {
    width: var(--width78);
    position: relative;
    margin: auto;
    display: flex;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

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

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

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

.dialine {
    width: 33.33%;
    height: 15vh;
    position: relative;
}

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

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

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

}

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

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

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

.projectinfotxt {
    width: 47%;
    padding-left: 5px;
}

.pourtxt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    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;
}

.pbuildingtxt {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.pcreativetxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.projectbutton {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    padding-right: 5px;
}

.nextprevbutton {
    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;
    /* transition: 0.5s; */
    cursor: pointer;
}

.nextprevbutton:hover {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    color: #fff;
    border-color: var(--bordercolor);
}

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

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

.nextprevbutton:hover #prosliderbtn {
    stroke: #FFFFFF;
}



.projectslider_more {
    background: #F2F2F2;
    max-width: var(--maxwidth);
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper2 {
    width: 100%;
    height: 100%;
    margin-left: 11%;
    padding-left: 2px;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor); */
    position: relative;
}

.swiper2 .swiper-slide {
    width: 46.8rem;
    padding-bottom: 5%;
    /* for mobile  */
    /* border-right: 1px solid var(--bordercolor); */
    position: relative;
    margin-left: -2px;
    border-left: 2px solid var(--bordercolor);
}

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


.slideimgb {
    width: 100%;
    /* margin-left: 2px; */
    position: relative;
}

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

.slideimgbfirst {
    margin-left: 0;
}

.slideimg {
    width: 95%;
    /* object-fit: cover; */
}


.slideinfobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem;
    padding-left: 5px;
    padding-right: 5%;
    margin-top: -2px;
    /* border-top: 2px solid var(--bordercolor); */
}

.slidebb1 {}

.pronametxt {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    transition: 0.4s;
}


.profortxt {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 0.4rem;
    color: #2F2F2F;
    margin-top: 0.8rem;
    transition: 0.4s;
}

.swiper2 .swiper-slide:hover .pronametxt {
    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;
}

.swiper2 .swiper-slide:hover .profortxt {
    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;
}

.protypetxt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #8C8C8C;
    margin-top: 0.4rem;
}

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

.swiper2 .swiper-slide:hover .linkproject {
    color: #fff;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border-color: transparent;
}

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

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

.swiper2 .swiper-slide:hover #linkprojectbtn {
    stroke: #FFFFFF;
}

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

.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);
}

.qt {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 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: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */

}

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

.rr {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: 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: 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: 48%;
}

.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: 2rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    padding: 1.4rem 2rem;
    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;
}

.mii_more {
    display: none;
}

.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%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: calc((100vw * 50)/100);
        max-height: 100vh;
        margin: auto;
        background: #F2F2F2;
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 9%;
        left: 2%;
        height: 54%;
        width: auto;
    }

    .herotopimg2 {
        position: absolute;
        bottom: 11%;
        left: 14%;
        height: 63%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 17%;
        left: 8%;
        height: 51%;
        width: auto;
    }


    .herodata {
        width: 35%;
        position: absolute;
        left: 3%;
        bottom: 3%;
    }

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

}

@media screen and (min-width: 1550px) {

    html {
        font-size: 62.5%;
    }



    .herodata {
       width: 35%;
        position: absolute;
        left: 3%;
        bottom: 3%;
    }

}

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



    .herodata {
        width: 35%;
        position: absolute;
        left: 3%;
        bottom: 3%;
    }
}

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



    .herodata {
       width: 35%;
        position: absolute;
        left: 3%;
        bottom: 5%;
    }
}

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

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        margin: auto;
        background: #F2F2F2;
    }

    /*.herocutbox {
        clip-path: polygon(100% 0, 100% 4%, 0 97%, 0 100%, 0 0);
    }
*/




    .herodata {
        width: 25%;
        position: absolute;
        bottom: 8%;
        left: 3%;
    }
}

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

    .herodata {
       width: 25%;
        position: absolute;
        bottom: 10%;
        left: 3%;
    }
}

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

    .herodata {
       width: 25%;
        position: absolute;
        bottom: 11%;
        left: 3%;
    }

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

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

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

    .herodata {
        width: 25%;
        position: absolute;
        bottom: 7%;
        left: 3%;
    }
}

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

    .herodata {
        width: 25%;
        position: absolute;
        bottom: 29%;
        right: 18%;
    }
}

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

    .herodata {
        width: 25%;
        position: absolute;
        bottom: 29%;
        right: 20%;
    }
}

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

@media screen and (max-width: 1440px) {
    html {
        font-size: 55%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        margin: auto;
        background: #F2F2F2;

    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 5%, 0 97%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 7%;
        left: 2%;
        height: 54%;
        width: auto;
    }

    .herotopimg2 {
        position: absolute;
        bottom: 11%;
        left: 14%;
        height: 62%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 15%;
        left: 8%;
        height: 51%;
        width: auto;
    }


    .herodata {
        width: 35%;
        position: absolute;
        left: 3%;
        bottom: 3%;
    }

    .i3 {
        /* height: 70vh; */
    }

    .arrowbox {
        height: 60%;
    }

}

@media screen and (max-width: 1300px) {
    html {
        font-size: 55%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        margin: auto;
        background: #F2F2F2;

    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 5%, 0 97%, 0 100%, 0 0);*/
    }



    .herodata {
       width: 35%;
        position: absolute;
        left: 3%;
        bottom: 1%;
    }

    .i3 {
        /* height: 70vh; */
    }

    .arrowbox {
        height: 60%;
    }

}

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

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 650px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 5.5%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 7%;
        left: -3%;
        height: 54%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 11%;
        left: 14%;
        height: 62%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 15%;
        left: 5%;
        height: 51%;
        width: auto;
    }



    .herodata {
        width: 35%;
        position: absolute;
        right: 8%;
        bottom: 6%;
    }

    .i3 {
        /* height: 70vh; */
    }

    .arrowbox {
        height: 60%;
    }

}

@media screen and (max-width: 1100px) {


    html {
        font-size: 50%;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 4.5%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 7%;
        left: -5%;
        height: 54%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 11%;
        left: 14%;
        height: 62%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 15%;
        left: 5%;
        height: 51%;
        width: auto;
    }



}

@media screen and (max-width: 1000px) {


    html {
        font-size: 45%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 550px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 4.5%, 0 100%, 0 100%, 0 0);*/
    }





    .herodata {
        width: 35%;
        position: absolute;
        right: 8%;
        bottom: 7%;
    }


    .herostatus {
        bottom: 3%;
    }

}

@media screen and (max-width: 900px) {


    html {
        font-size: 45%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 550px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 4.5%, 0 100%, 0 100%, 0 0);*/
    }





    .herodata {
        width: 35%;
        position: absolute;
        right: 8%;
        bottom: 17%;
    }

    .menu {
        width: 100%;
    }

    .heroftxt {
        font-size: 1.2rem;
    }

    .herostatus {
        bottom: 3%;
    }

    .i3 {
        /* height: 50vh; */
    }

}

@media screen and (max-width: 800px) {

    html {
        font-size: 45%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 500px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 5%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 7%;
        left: -5%;
        height: 47%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 13%;
        left: 12%;
        height: 55%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 15%;
        left: 5%;
        height: 45%;
        width: auto;
    }





    .herodata {
        width: 35%;
        position: absolute;
        right: 8%;
        bottom: 17%;
    }

    .menu {
        width: 100%;
    }

    .heroftxt {
        font-size: 1.2rem;
    }

    .herostatus {
        bottom: 5%;
        width: 80%;
    }

}

@media screen and (max-width: 700px) {


    html {
        font-size: 40%;
    }

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 500px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 100%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 5%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 10%;
        left: -5%;
        height: 40%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 16%;
        left: 10%;
        height: 48%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 17%;
        left: 5%;
        height: 40%;
        width: auto;
    }

    .herodata {
        width: 35%;
        position: absolute;
        right: 8%;
        bottom: 20%;
    }

    .menu {
        width: 100%;
    }

    .heroftxt {
        font-size: 1.2rem;
    }

    .herostatus {
        bottom: 3%;
    }

    .i3databrand {
        display: none;
    }

}

@media screen and (max-width: 600px) {
    :root {
        --width78: 78%;
        --maxwidth: 100%;
        /* --dlinecolor: rgba(198, 197, 197, 0.5); */
        --dlinecolor: var(--bordercolor);
        --bordercolor: rgba(198, 197, 197, 0.34);
    }


    .mhide {
        display: none;
    }

    .index_nav_transparent {
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.66) 11.97%, rgba(0, 0, 0, 0) 100.74%); */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 9.58%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        z-index: 1;
        height: 12vh;
        transition: 0.5s;

    }

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

    main {
        max-width: var(--maxwidth);
        margin: auto;
        background: #F2F2F2;
        overflow: hidden;
    }

    html {
        font-size: 62.5%;
    }

    .mobilenavhideshow {
        display: block;
    }

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

    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 75%;
        /* clip-path: polygon(100% 0, 100% 6%, 0 97%, 0 100%, 0 0); */
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimgbox {
        overflow: hidden;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 32%;
        left: 0%;
        height: 40%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 35%;
        left: 15%;
        height: 48%;
        width: auto;

    }

    .herotopimg3 {
        position: absolute;
        bottom: 38%;
        left: 10%;
        height: 35%;
        width: auto;

    }


    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }

    .herofebox {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .heroftxt {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.9rem;
        letter-spacing: 0.205em;
        color: #212121;
    }

    .herofeline {
        width: 1px;
        height: 1.5rem;
        background-color: #212121;
    }

    .hheadtxt {
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 3.4rem;
        letter-spacing: 0.045em;
        color: #212121;
        margin-top: 1.5rem;
        text-align: center;
    }


    .hstxt {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.8rem;
        letter-spacing: 0.045em;
        color: #212121;
        margin-top: 1.5rem;
        text-align: center;
    }

    .herostatus {
        width: 100%;
        margin-left: 0%;
        top: 12%;
        position: absolute;
        bottom: none;
    }

    .hestat {
        width: 90%;
        margin: auto;
        position: relative;

    }

    .hestatlineb {
        position: absolute;
        top: 7.5px;
        left: 11%;
        width: 78%;
        margin: auto;
        display: flex;
    }

    .hestatline {
        width: 50%;
        height: 1px;
        background-color: rgba(195, 195, 195, 0.7);
    }

    .hestainline {
        width: 0%;
        height: 1px;
        background-color: #FFFFFF;
    }

    .statlinefill {
        animation: fullline 3s linear forwards;
    }

    @keyframes fullline {
        to {
            width: 100%;
        }
    }

    .hestatdotb {
        position: absolute;
        width: 80%;
        left: 10%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .borderbox {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hestatdot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #C4C4C4;
    }

    .borderactive {
        background-color: transparent;
        border: 1px solid #FFFFFF;
    }

    .dotbackactive {
        /* background-color: #FFFFFF;\ */
        background-color: #FFFFFF;
    }



    .hestatinfob {
        width: 100%;
        margin: auto;
        margin-top: 2rem;
        display: flex;
        justify-content: space-between;
    }

    .hestattxt {
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing: 0.12em;
        color: #89898D;
        text-align: center;

    }

    .hestattxtcenter {
        text-align: center;
    }

    .hestattxtright {
        text-align: center;
    }

    .blocker {
        display: block;
    }

    .dottxtactive {
        background: transparent;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background-clip: unset;
        text-fill-color: #fff;
        color: #FFFFFF;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    }




    .i3_more {
        display: none;
        position: relative;
        /* for mobile  */
        /* border-top: 1px solid var(--bordercolor); */
    }

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

    .i3 {
        width: 89%;
        margin-left: 11%;
        margin-top: 25%;
        display: flex;
        height: 90vh;
        max-height: 800px;
    }

    .leftnormalline {
        position: absolute;
        height: 100%;
        width: 2px;
        right: 11%;
        top: 0;
        background-color: var(--bordercolor);
        z-index: 1;
    }

    .i3data {
        width: 50%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1rem;
        display: none;
        /* for mobile  */
        /* border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor); */
    }

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

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

    /* interaction runtime add class */
    .afteri3datahide {
        position: relative;
        animation: movei3data 0.3s ease-in-out forwards;
    }

    @keyframes movei3data {
        1% {
            left: 0%;
        }

        100% {
            left: -100%;
        }
    }


    .i3our {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 3rem;

        display: flex;
        align-items: center;
        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;
    }

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

    .i3these {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2F2F2F;
        margin-top: 3rem;
        width: 85%;
    }

    .i3databrand {
        position: absolute;
        bottom: 2%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }

    .i3brandtxt {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #AAAAAA;
    }

    .i3brandimg {}

    .i3priciple {
        width: 50%;
        position: relative;
        background-image: linear-gradient(to bottom, #212121 50%, transparent 50%);
        background-size: 100% 200%;
        background-position: bottom;

    }

    /* interaction runtime add class */
    .hiscolor {
        animation: fillhiscolor 0.3s ease-in-out forwards;
    }

    @keyframes fillhiscolor {
        to {
            background-position: top;
        }

    }

    /* interaction class to make i3priciple width 100% */
    .i3priciple100 {
        animation: makei3w100 0.3s ease-in-out forwards;
        background-image: linear-gradient(to bottom, #212121 50%, #212121 50%);
    }

    @keyframes makei3w100 {
        from {
            width: 50%;
        }

        to {
            width: 100%;
        }
    }

    .i3datato0 {
        animation: makei1data0 0.3s ease-in-out forwards;
    }

    @keyframes makei1data0 {
        from {
            width: 50%;
        }

        to {
            width: 0%;
        }
    }

    .prinbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: 33.33%;
        padding: 3rem 20% 3rem 2rem;
        /* for mobile  */
        /* border-top: 1px solid var(--bordercolor); */
    }

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


    .prinimgbox {
        background-color: #212121;
        width: 87%;
        display: flex;
        margin-left: 100%;
        padding: 4rem 0;
        display: none;
    }

    /* interaction class to make prinimgbox marginleft 10 */
    .pringboxml10 {
        animation: marginleft10 0.3s ease-in-out forwards;
    }

    @keyframes marginleft10 {
        to {
            margin-left: 0%;
        }
    }

    .prinimg {
        width: 100%;
        display: block;
        margin: auto;
    }

    .printitle {
        font-weight: 800;
        font-weight: 800;
        font-size: 2.8rem;
        line-height: 4.9rem;
        color: #2F2F2F;
    }

    .prinstitle {
        width: 60%;
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #FFFFFF;
        display: none;
    }

    .arrowbox {
        width: 55%;
        height: 100%;
        position: absolute;
        background: var(--bordercolor);
        /* clip-path: polygon(53% 51%, 100% 8%, 100% 100%, 0% 100%); */
        clip-path: polygon(65% 38%, 100% 6%, 99% 8%, 47% 56%, 1% 100%, 0 100%, 25% 76%);
        right: 0%;
        bottom: 1px;
        transition: 0.5s;
    }



    .prinbox:hover .arrowbox {
        background-color: #212121;
        clip-path: polygon(65% 38%, 100% 6%, 100% 100%, 56% 100%, 6% 100%, 0 100%, 28% 72%);
    }

    .afterarrowbox {
        display: none;
    }

    .jobarrow {
        position: absolute;
        right: 14%;
        bottom: 20%;
        width: 2rem;
        opacity: 0;
        transition: 1s;
    }

    .prinbox:hover .jobarrow {
        opacity: 1;
    }

    /* starting mobile i3 section */

    .mii_more {
        display: block;
        width: 100%;
        position: relative;
        border-top: 1px solid var(--bordercolor);
    }

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

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

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

    .miidatatxt3 {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
        margin-top: 1rem;
    }

    .miim_cont {
        width: 100%;
        height: 52vh;
        position: relative;
        /* background-image: linear-gradient(to bottom, #212121 50%, transparent 50%); */
        background-image: linear-gradient(to bottom, #212121 50%, transparent 50%);
        background-size: 100% 200%;
        background-position: bottom;
    }



    .miibackcolor {
        animation: filliim 0.5s ease-in-out forwards;
    }

    @keyframes filliim {
        to {
            background-position: top;
        }

    }

    .miim_mo {
        width: 100%;
        height: 33.33%;
        border-top: 1px solid var(--bordercolor);
        position: relative;
    }

    .mutoheight {
        height: auto;
    }

    .m100height {
        height: 100%;
    }

    .miiim {
        width: 90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        padding-left: 5px;
    }

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

    .miimtxt1active {
        color: #fff;
        padding: 2rem 0;
    }

    .marrowbox {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 32%;
        height: 50%;
        /* background: #212121;
        clip-path: polygon(65% 34%, 100% 0, 100% 100%, 0% 100%); */
        background-color: var(--bordercolor);
        clip-path: polygon(100% 0, 100% 2%, 2% 100%, 0% 100%);
    }

    .iimarrow {
        position: absolute;
        bottom: 8%;
        left: 87%;
        width: 1.2rem;
        /* height: 1.6rem; */
    }

    .miimimgbox {
        width: 90%;
        margin: auto;
        border: 1px solid var(--bordercolor);
        border-bottom: none;
        height: 180px;
        padding: 0.5rem 0;
        display: none;
        margin-left: 100%;
    }

    .miimimg {
        width: 98%;
        height: 100%;
        display: block;
        margin: auto;
    }

    .mmclose {
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        top: 1.5%;
        right: 1.2%;
    }

    .miimimg100 {
        display: block;
        animation: iimimg100 0.5s ease-in-out forwards;
    }

    @keyframes iimimg100 {
        to {
            margin-left: 5%;
        }
    }




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

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

    }

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

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

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

    .service1 {
        width: 100%;
        padding-left: 0rem;
    }

    .service2 {
        width: 100%;
        padding-right: 0%;
        padding-top: 1rem;
    }

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

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

    .servicesubtxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
    }

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

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

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

    .swiper1 {
        width: 100%;
        /* for mobile  */
    }

    .swiper1 .swiper-slide {
        width: 25rem;
        height: auto;
        position: relative;
        padding-bottom: 15%;
        border-left: 1px solid var(--bordercolor);

    }

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

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

    /* for mobile  */
    /* .sinfobox:last-child {
        border: none;
    } */

    .sinfoimgbox {
        width: 100%;
        border-bottom: 1px solid var(--bordercolor);
    }

    .sinfoimg {
        width: 95%;
        margin-left: 0;
        margin-bottom: -3px;
    }

    .sinfoimgfirst {
        margin-left: 0;
    }

    .sinfo1 {
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin-top: 2rem;
    }

    .sinfo2 {
        width: 85%;
        margin-top: 1.1rem;
    }

    .sinfo3 {
        width: 15%;
        display: flex;
        justify-content: flex-end;
    }

    .sinfoheadtxt {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #2F2F2F;

    }

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

    .sinfolink {
        display: block;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F2F2F2;
        border: 0.658537px solid #363636;
        width: 3rem;
        height: 3rem;
        font-size: 2.2rem;
        font-weight: 500;
        color: #363636;
        /* transition: 0.5s; */
    }


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

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

    /* .sinfobox:hover #leftdesignarrow {
        fill: #fff;
    } */

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

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

    .whyinfo {
        width: 90%;
        position: relative;
        margin: auto;
        text-align: left;
        padding: 15% 1px 15% 5px;

        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

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

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

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

    .whyhtext {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        text-align: left;
        color: #2F2F2F;
    }

    .whystxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        text-align: left;
        color: #2F2F2F;
        width: 100%;
        margin-top: 1rem;
    }

    .whybox {
        width: 90%;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        /* for mobile  */
        border: 1px solid var(--bordercolor);
        border-bottom: none;
    }

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

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

    .whysbox {
        width: 100%;
        padding: 3% 2% 5% 1%;
        text-align: center;
        position: relative;
        display: flex;
        align-items: flex-start;
        /* for mobile  */
        border-bottom: 1px solid var(--bordercolor);
    }

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


    /* for mobile  */
    .whysbox:last-child {
        border: none;
    }

    .whyimgbox {
        width: 30%;
        display: flex;
        align-items: center;
        padding-top: 8%;
    }

    .whyimg {
        display: block;
        margin: auto;
        width: 6rem;
        height: 6rem;
    }

    .whysubbox {
        width: 70%;
        text-align: left;
    }

    .whybhtxt {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #212121;
        margin-top: 3rem;
    }

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

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

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

    .diagonal {
        width: var(--width78);
        position: relative;
        margin: auto;
        display: flex;
        /* for mobile  */
        /* border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor); */
        display: none;
    }

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

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

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

    .dialine {
        width: 33.33%;
        height: 15vh;
    }


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

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

    }

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

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

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

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

    .pourtxt {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        display: flex;
        align-items: center;
        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;
    }

    .pbuildingtxt {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        display: flex;
        align-items: center;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .pcreativetxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        color: #2F2F2F;
        margin-top: 1rem;
    }

    .projectbutton {
        width: 53%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.5rem;
        display: none;
    }

    .nextprevbutton {
        width: 3rem;
        height: 3rem;
        background: #F2F2F2;
        border: 0.791209px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: 500;
        /* transition: 0.5s; */
        cursor: pointer;
    }

    .nextprevbutton:hover {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        color: #fff;
        border-color: var(--bordercolor);
    }

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

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

    .nextprevbutton:hover #prosliderbtn {
        stroke: #FFFFFF;
    }



    .projectslider_more {
        background: #F2F2F2;
        max-width: var(--maxwidth);
        margin: auto;
        overflow: hidden;
    }

    .swiper2 {
        width: 100%;
        height: 100%;
        margin-left: 5%;
        padding-left: 0px;
        /* for mobile  */
        /* border-left: 1px solid var(--bordercolor); */
        position: relative;
    }

    .swiper2 .swiper-slide {
        width: 25rem;
        padding-bottom: 12%;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        position: relative;
        margin-left: 0;
    }

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


    .slideimgb {
        width: 100%;
        margin-left: 0;
    }

    .slideimg {
        width: 95%;
        object-fit: cover;
        margin-bottom: -1px;
    }

    .slideinfobox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* margin-top: 2.5rem; */
        padding-top: 2.5rem;
        padding-right: 5%;
        border-top: 1px solid var(--bordercolor);
    }

    .slidebb1 {}

    .pronametxt {
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #2F2F2F;
    }

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

    .protypetxt {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #8C8C8C;
        margin-top: 0.4rem;
    }

    .linkproject {
        display: block;
        text-decoration: none;
        color: #363636;
        width: 3rem;
        height: 3rem;
        background: #F2F2F2;
        border: 0.791209px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: 500;
    }

    .linkproject:hover {
        color: #fff;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        border-color: transparent;
    }

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

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

    .swiper2 .swiper-slide:hover #linkprojectbtn {
        stroke: #FFFFFF;
    }

    .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;
        justify-content: space-between;
        flex-direction: column;
        padding: 15% 0 15% 0;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);

    }

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

    .rr {
        width: 2px;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background-color: 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;
        padding-left: 0;
    }

    .formmailimg {
        height: 1.5rem;
    }

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

    .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: 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;
        width: 100%;
    }

    .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;
        width: 100%;
    }

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

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

}



@media only screen and (max-width: 550px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 75%;
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 32%;
        left: 0%;
        height: 30%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 35%;
        left: 16%;
        height: 40%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 38%;
        left: 11%;
        height: 30%;
        width: auto;
    }


    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
}

@media only screen and (max-width: 500px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 75%;
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 37%;
        left: 0%;
        height: 28%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 38%;
        left: 20%;
        height: 35%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 38%;
        left: 10%;
        height: 30%;
        width: auto;
    }


    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
}

@media only screen and (max-width: 450px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .miim_cont {
        height: 50vh;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 75%;
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 37%;
        left: 0%;
        height: 25%;
        width: auto;
    }

    .herotopimg2 {
        position: absolute;
        bottom: 40%;
        left: 20%;
        height: 30%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 38%;
        left: 10%;
        height: 25%;
        width: auto;
    }


    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
}

@media only screen and (max-width: 400px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .miim_cont {
        height: 48vh;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 70%;
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 43%;
        left: 0%;
        height: 22%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 43%;
        left: 20%;
        height: 30%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 45%;
        left: 12%;
        height: 22%;
        width: auto;
    }




    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
}

@media only screen and (max-width: 380px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 43%;
        left: 14%;
        height: 20%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 44%;
        left: 23%;
        height: 28%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 42%;
        left: 25%;
        height: 20%;
        width: auto;
    }



}

@media only screen and (max-width: 365px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 43%;
        left: 12%;
        height: 20%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 44%;
        left: 22%;
        height: 28%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 45%;
        left: 20%;
        height: 20%;
        width: auto;
    }


}

@media only screen and (max-width: 350px) {
    .hero {
        position: relative;
        max-width: var(--maxwidth);
        height: 100vh;
        max-height: 850px;
        margin: auto;
        background: #F2F2F2;
    }

    .herocutbox {
        position: relative;
        width: 100%;
        height: 70%;
/*        clip-path: polygon(100% 0, 100% 50%, 0 100%, 0 100%, 0 0);*/
    }

    .herobackimg1 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 60%;
    }

    .herobackimg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 70%;
    }

    .herobackimg3 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 90%;
    }

    .herotopimg1 {
        position: absolute;
        bottom: 43%;
        left: 0%;
        height: 20%;
        width: auto;

    }

    .herotopimg2 {
        position: absolute;
        bottom: 44%;
        left: 22%;
        height: 28%;
        width: auto;
    }

    .herotopimg3 {
        position: absolute;
        bottom: 45%;
        left: 20%;
        height: 20%;
        width: auto;
    }



    .herodata {
        width: 90%;
        position: absolute;
        right: 5%;
        bottom: 5%;
    }
}







@media only screen and (min-device-width:768px) and (max-device-width:1024px){
    .i3_more {
            position: relative;
            margin-top: 7rem;
    }
}

@media only screen and (min-device-width:1030px) and (max-device-width:1366px){
    .i3_more {
            position: relative;
            margin-top: 18rem;
    }
}

@media only screen and (min-device-width:1367px) and (max-device-width:1605px){
    .i3_more {
            position: relative;
            margin-top: 18rem;
    }
}

@media only screen and (min-device-width:1606px) and (max-device-width:1800px){
    .i3_more {
            position: relative;
            margin-top: 26rem;
    }
}


@media only screen and (min-device-width:1800px) and (max-device-width:1900px){
    .i3_more {
            position: relative;
            margin-top: 29rem;
    }
    
}

@media only screen and (min-device-width:1900px) and (max-device-width:2000px){
    .i3_more {
            position: relative;
            margin-top: 19rem;
    }
   
}

@media only screen and (min-device-width:2000px) and (max-device-width:2100px){
    .i3_more {
            position: relative;
            margin-top: 22rem;
    }

}

@media only screen and (min-device-width:2100px) and (max-device-width:2200px){
    .i3_more {
            position: relative;
            margin-top: 43rem;
    }
}
@media only screen and (min-device-width:2200px) and (max-device-width:2400px){
    .i3_more {
            position: relative;
            margin-top: 49rem;
    }
}
@media only screen and (min-device-width:2400px) and (max-device-width:2500px){
    .i3_more {
            position: relative;
            margin-top: 35rem;
    }
     .carousel-inner{
        height: 100vh;
    }
}



@media only screen and (min-device-width:2500px) and (max-device-width:3000px){
    .i3_more {
            position: relative;
            margin-top: 7rem;
    }
     .carousel-inner{
        height: 100vh;
    }
}
@media only screen and (min-device-width:3000px) and (max-device-width:3500px){
    .i3_more {
            position: relative;
            margin-top: 7rem;
    }
     .carousel-inner {
        height: 100vh;
    }
}











