/* CSS Document */
@import "fontface.css";

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Segoe_UI';
    background: #fff;
    overflow-x: hidden;
}

:root {
    --black-color: #000;
    --primary-color: #CBF856;
    --secondary-color: #94C021;
    --font-primary: 6;
    --space-primary: 6;
}

/***************************reset*********************/
body ul {
    list-style: none;
    margin: 0px;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    border: none;
    height: auto;
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a img {
    border: 0px;
    text-decoration: none;
}

/***********************end reset*********************/



.main-banner {
    background-image: linear-gradient(77deg, var(--primary-color) 42%, var(--secondary-color) 42%);
    padding: calc(2.5px * var(--space-primary)) 0;
    position: relative;
}

.rk {
    font-size: calc(5.8px * var(--font-primary));
    color: var(--secondary-color);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    margin: calc(8.3px * var(--space-primary)) 0 0;
}

.banner-cont {
    text-align: center;
    padding: calc(16.6px * var(--space-primary)) 0;
}

.banner-cont-inn {
    display: inline-block;
}

.banner-txt span {
    display: block;
    max-width: calc(40px * var(--font-primary));
    margin: 0 auto;
}

.AboutProject {
    background: url(../images/3.png) no-repeat top left / 11%,
        url(../images/4.png) no-repeat top right / 11.7%,
        url(../images/1.png) no-repeat bottom right / 13%,
        url(../images/21.png) no-repeat bottom left / 11.7%;
    /* background: url(../images/abt-back.png) no-repeat center center / 100%; */
    padding: calc(20px * var(--space-primary)) 0;
}

.AboutProject-inn {
    text-align: center;
}

.sec-head h2 {
    font-family: 'Segoe_UI_Bold';
    font-size: calc(9.6px * var(--font-primary));
    color: #000;
}

.sec-head p {
    font-size: calc(5.3px * var(--font-primary));
}

.AboutProject-inner {
    max-width: 50%;
}

.AboutProject-cont .txt h3 {
    font-size: calc(5.8px * var(--font-primary));
    color: var(--secondary-color);
    font-weight: 700;
}

.AboutProject-cont .txt p {
    font-size: calc(5.3px * var(--font-primary));
    color: #000000;
    margin: 0;
}

.audience-section {
    background: #F3F3F3;
    padding: calc(25.8px * var(--space-primary)) 0;
}

.sec-head {
    margin: 0 0 calc(3.3px * var(--space-primary));
}

.audience-txt {
    font-size: calc(5.3px * var(--font-primary));
    margin: 0 0 calc(7px * var(--space-primary));
}

.audience-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: calc(2.5px * var(--space-primary)) 0 0;
}

.audience-list-img {
    width: calc(18.3px * var(--space-primary));
}

.audience-list-cont {
    padding-left: calc(6.6px * var(--space-primary));
    width: calc(100% - calc(18.3px * var(--space-primary)));
}

.audience-list-img span {
    background: linear-gradient(357.59deg, var(--secondary-color) 4.32%, #4A6011 98.15%);
    width: calc(18.3px * var(--space-primary));
    height: calc(18.3px * var(--space-primary));
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audience-list-img span img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.audience-list-cont h4 {
    font-size: calc(5.8px * var(--font-primary));
    font-weight: 700;
    color: var(--secondary-color);
}

.audience-list-cont p {
    font-size: calc(5.3px * var(--font-primary));
}

.Architecture-section {
    padding: calc(16.6px * var(--space-primary)) 0;
    position: relative;
    text-align: center;
}

.Architecture-section::before {
    content: '';
    background: radial-gradient(111% 54.72% at 50% 24.67%, var(--primary-color) 0%, #AFDB3B 47.3%, var(--secondary-color) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.Architecture-inner {
    position: relative;
    z-index: 1;
}

.Architecture-inner .sec-head h2 {
    background-image: linear-gradient(90deg, #fff 50%, var(--secondary-color) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.Architecture-inner .sec-head p {
    background-image: linear-gradient(90deg, #fff 50%, var(--secondary-color) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.Typography-top {
    background: #F3F3F3;
    text-align: center;
    padding: calc(13.3px * var(--space-primary)) 0;
}

.Typography-main {
    background-image: linear-gradient(90deg, var(--secondary-color) 50%, #fff 50%);
    padding: calc(16.6px * var(--space-primary)) 0;
}

.Typography-txt ul,
.Typography-items ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.Typography-txt ul li {
    font-weight: 700;
    font-size: calc(6.6px * var(--font-primary));
}

.Typography-items ul li {
    text-align: center;
}

.Typography-items ul li h4 {
    font-size: calc(14.1px * var(--font-primary));
}

.Typography-items ul li.bold h4 {
    font-weight: 700;
}

.Typography-items ul li.semibold h4 {
    font-weight: 600;
}

.Typography-items ul li p {
    font-size: calc(5.3px * var(--font-primary));
}

.ColorPalette-section {
    background: #F3F3F3;
    text-align: center;
    padding: calc(13.3px * var(--space-primary)) 0;
}

.ColorPalette-item p {
    font-size: calc(5.8px * var(--font-primary));
    margin: calc(5px * var(--space-primary)) 0 0;
}

.ColorPalette-main {
    margin: calc(8.3px * var(--space-primary)) 0 0;
}

.UiDesign-section {
    padding: calc(11.6px * var(--space-primary)) 0 calc(41.6px * var(--space-primary));
    position: relative;
    /* background: url(../images/Maskgroup.svg) no-repeat top -100px right / 25% 80%, url(../images/Maskgroup1.svg) no-repeat bottom -100px left / 25% 80%; */
    background: url(../images/ui-back3.png) center center / 100% auto;
    background-attachment: fixed;
}

.UiDesign-inner {
    text-align: center;
}

.UiDesign-main-img {
    padding: calc(8.3px * var(--space-primary)) 0 0;
}

.UiDesign-item {
    margin-top: calc(25px * var(--space-primary));
    text-align: left;
}

.UiDesign-item h2 {
    margin: 0 0 calc(7.5px * var(--space-primary));
    position: relative;
}

.UiDesign-item h2 span {
    position: relative;
    font-weight: 700;
    font-size: calc(9.6px * var(--font-primary));
}

.UiDesign-item h2 span::before {
    content: '';
    border-top: calc(1.1px * var(--font-primary)) solid var(--secondary-color);
    width: calc(20px * var(--font-primary));
    position: absolute;
    top: 50%;
    left: calc(100% + calc(4.1px * var(--font-primary)));
    transform: translate(0, -50%);
}

.UiDesign-img img {
    width: 100%;
    filter: drop-shadow(0px 3px 32px #D4E6A6);
}




footer.footer {
    padding: calc(33.3px * var(--space-primary)) 0;
    background: #fff;
    filter: drop-shadow(0px -13px 33px #E3FF9F);
}

.ftr-cont h2 {
    font-weight: 600;
    font-size: calc(12.5px * var(--font-primary));
    color: #000000;
}

.ftr-cont p {
    font-weight: 400;
    font-size: calc(8.1px * var(--font-primary));
    color: #000000;
}

.ftr-cont h5 {
    font-weight: 700;
    font-size: calc(8.1px * var(--font-primary));
    color: #000000;
}

.ftr-cont h5 a {
    color: #000000;
}