@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    font-family: "Lexend", sans-serif;
    margin: 20px;
    background: #fff;
}

.defnitions-box {
    background: url(images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main {
    width: 80%;
    margin: 0 auto;
}

a.navbar-brand h1 {
    font-size: 30px;
    font-weight: 800;
    color: #035d3a;
}

a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #606060 !important;
    text-transform: uppercase;
}

li.nav-item.active a {
    color: #035d3a !important;
}

section#macro {
    background: #ffe2005c;
    padding: 78.9px 0;
    color: #fff;
}

section#micro {
    background: #ff760063;
    padding: 78.9px 0;
    color: #fff;
}

section#benificial {
    background: #27ff0040;
    padding: 78.9px 0;
    color: #fff;
}

section#macroInner {
    background: url(images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#microInner {
    background: url(images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#banificialInner {
    background: url(images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.macro h3,
.micro h3,
.benificial h3 {
    margin: 0;
    font-size: 80px;
    text-transform: uppercase;
}

.macro .composition {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edc500;
    height: 90px;
    width: 90px;
}

.macro ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.macro ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background: #E4CC12;
    margin: 0 8px 0 0;
    font-size: 30px;
    font-weight: 600;
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
}

.macro ul li:hover {
    border: 3px solid #E4CC12;
    background: transparent;
    transform: translateY(10px);
    color: #E4CC12;
}

.micro ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.micro ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #EB842A;
    margin: 0 8px 0 0;
    font-size: 30px;
    font-weight: 600;
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
}

.micro ul li:hover {
    border: 3px solid #EB842A;
    background: transparent;
    transform: translateY(10px);
    color: #EB842A;
}

.benificial ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: auto;
}

.benificial ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #67EB2A;
    margin: 0 8px 0 0;
    font-size: 30px;
    font-weight: 600;
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
}

.benificial ul li:hover {
    border: 3px solid #67EB2A;
    background: transparent;
    transform: translateY(10px);
    color: #67EB2A;
}

.tab {
    display: none;
    /* Hide all tabs by default */
}

.tabBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

section#microInner .tabBtns button.tablinks.active {
    color: #fff;
    background-color: #eb842a;
    height: 70px;
    transform: translateY(10px);
}

section#microInner .tabBtns button.tablinks {
    padding: 20px;
    border: 0;
    margin: 0 6px;
    width: 70px;
    font-size: 28px;
    font-weight: 600;
    background: #fff;
    color: #eb842a;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

section#microInner .tabBtns button.tablinks:hover {
    color: #fff;
    background-color: #eb842a;
    transform: translateY(10px);
}

div.tab {
    background: #fff;
    height: 100%;
}

div.tab .col-md-3 {
    width: 100%;
    height: 375px;
}

.macro-col-inner,
.micro-col-inner,
.benificial-col-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #e6e6dc;
    overflow: hidden;
}

.macro-col-inner h3,
.micro-col-inner h3,
.benificial-col-inner h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.micro-col-inner h2 {
    color: #eb842a;
    font-size: 60px;
    font-weight: 600;
}

.macro-col-inner h2 {
    color: #e4cc12;
    font-size: 60px;
    font-weight: 600;
}

.benificial-col-inner h2 {
    color: #67EB2A;
    font-size: 60px;
    font-weight: 600;
}

.macro-col-inner img,
.micro-col-inner img,
.benificial-col-inner img {
    position: absolute;
    width: 275px;
    bottom: -50px;
    right: 20px;
}

img.icon-65 {
    bottom: -14px;
}

img.icon-64 {
    bottom: 0;
}

img.icon-68 {
    bottom: -33px;
}

img.icon-69 {
    bottom: 0;
    right: 0;
    left: 55px;
    width: 240px;
}

img.icon-70 {
    bottom: -14px;
    width: 236px;
}

img.icon-72 {
    bottom: -80px;
    right: 50%;
    transform: translate(50%, 0);
    width: 300px;
}

img.icon-71 {
    bottom: -26px;
}

img.icon-75 {
    width: 365px;
    right: -20px;
    bottom: -107px;
}

img.icon-73 {
    right: 40%;
    transform: translate(40%, 0px);
    width: 340px;
    bottom: -82px;
}

img.icon-74 {
    width: 240px;
    bottom: -20px;
}

img.icon-79 {
    width: 400px;
    bottom: -158px;
    right: 30px;
}

img.icon-80 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

img.icon-76 {
    right: 50%;
    transform: translate(50%, -4px);
}

img.icon-77 {
    width: 400px;
    bottom: -115px;
    right: 0;
}

img.icon-81 {
    width: 93%;
    right: 20px;
    bottom: -135px;
}

img.icon-78 {
    width: 315px;
    bottom: -60px;
}

img.icon-49 {
    width: 58%;
    right: 50%;
    bottom: -36px;
    transform: translate(50%, 0px);
}

img.icon-51 {
    width: 68%;
    bottom: -90px;
    right: 50%;
    transform: translate(50%, 0px);
}

img.icon-62 {
    width: 100%;
    bottom: -60%;
    right: 0;
}

img.icon-56 {
    right: 0;
    left: 0;
    width: 75%;
    bottom: -88px;
}

img.icon-52 {
    width: 80%;
    right: 0;
    left: 50px;
    bottom: -135px;
}

img.icon-57 {
    width: 100%;
    bottom: -69%;
    transform: rotate(-2deg);
    right: 0;
}

img.icon-60 {
    width: 78%;
    bottom: -32%;
    right: 0;
}

section#macroInner .tabBtns button.tablinks.active {
    color: #fff;
    background-color: #E4CC12;
    height: 70px;
    transform: translateY(10px);
}

img.icon-58 {
    width: 100%;
    bottom: -54%;
    right: 0;
}

img.icon-61 {
    width: 80%;
    bottom: -34%;
}

img.icon-63 {
    bottom: -20px;
    right: -45px;
}

img.icon-26 {
    width: 54%;
    right: 60px;
}

img.icon-27 {
    width: 70%;
    bottom: -45px;
    right: 4%;
}

img.icon-28 {
    width: 80%;
    right: 50%;
    transform: translate(50%, 8px);
}

img.icon-31 {
    width: 65%;
    left: 40px;
    bottom: -36px;
}

img.icon-32 {
    left: 26px;
    width: 65%;
}

img.icon-33 {
    width: 85%;
    bottom: -21%;
    right: 0;
}

img.icon-36 {
    width: 65%;
    left: 14%;
}

img.icon-37 {
    width: 70%;
}

img.icon-39 {
    width: 75%;
    bottom: -42px;
    left: 12%;
}

img.icon-40 {
    width: 73%;
    left: 30px;
}

img.icon-42 {
    width: 78%;
    bottom: -65px;
    right: -24px;
}

img.icon-41 {
    width: 100%;
    bottom: -20%;
    right: -18%;
}

img.icon-43 {
    width: 66%;
    left: 50px;
    right: 0;
}

img.icon-84 {
    width: 72%;
    right: 0;
    left: 15%;
    bottom: -85px;
}

img.icon-83 {
    width: 78%;
    bottom: -65px;
    right: 0;
}

img.icon-85 {
    width: 72%;
    right: 0;
}

img.icon-86 {
    width: 68%;
    right: 0;
}

img.icon-87 {
    width: 76%;
    right: 0;
}

img.icon-88 {
    width: 68%;
    left: 30px;
    bottom: -75px;
}

section#macroInner .tabBtns button.tablinks {
    padding: 20px;
    border: 0;
    margin: 0 6px;
    width: 70px;
    font-size: 28px;
    font-weight: 600;
    background: #fff;
    color: #E4CC12;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

section#macroInner .tabBtns button.tablinks:hover {
    color: #fff;
    background-color: #E4CC12;
    transform: translateY(10px);
}

section#banificialInner .tabBtns button.tablinks.active {
    color: #fff;
    background-color: #67EB2A;
    height: 70px;
    transform: translateY(10px);
}

section#banificialInner .tabBtns button.tablinks {
    padding: 20px;
    border: 0;
    margin: 0 6px;
    width: 70px;
    font-size: 28px;
    font-weight: 600;
    background: #fff;
    color: #67EB2A;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

section#banificialInner .tabBtns button.tablinks:hover {
    color: #fff;
    background-color: #67EB2A;
    transform: translateY(10px);
}

#macroInner .tab-container h1 {
    text-align: center;
    color: #e4cc12;
    padding: 45px 0 0 0;
    font-size: 100px;
    font-weight: 600;
}

#microInner .tab-container h1 {
    text-align: center;
    color: #eb842a;
    padding: 45px 0 0 0;
    font-size: 100px;
    font-weight: 600;
}

#banificialInner .tab-container h1 {
    text-align: center;
    color: #67EB2A;
    padding: 45px 0 0 0;
    font-size: 100px;
    font-weight: 600;
}

footer {
    background: #0073d0;
    position: relative;
}

.footer-text p {
    font-size: 12px;
}

main {
    background: #035d3a;
    width: 100%;
    margin: 0;
    height: 85vh;
    position: relative;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wrapper img.logo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
}

.home-main h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
}

.home-main h1>span {
    color: #e4cc12;
}

.home-main h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.home-main h3>span {
    color: #e4cc12;
}

a.btnForwrd {
    border: 2px solid transparent;
    background: #e4cc12;
    border-radius: 0;
    color: #ffffff;
    margin: 15px 0 0 0;
    padding: 10px 30px;
    transition: 0.3s ease-in-out;
}

a.btnForwrd:hover {
    border: 2px solid #e4cc12;
    background: transparent;
    color: #e4cc12;
    transform: translateY(10px);
}

a.btnNext {
    border: 2px solid transparent;
    background: #e4cc12;
    border-radius: 0;
    color: #035d3a;
    transition: 0.3s ease-in-out;
}

a.btnNext:hover {
    border: 2px solid #e4cc12;
    background: transparent;
    color: #e4cc12;
    transform: translateY(10px);
}

@media only screen and (max-width: 767px) {
    main {
        padding: 100px 40px 40px 40px !important;
    }

    .macro h3,
    .micro h3,
    .benificial h3 {
        text-align: center;
        font-size: 55px;
        margin: 0 0 8px 0;
        text-transform: uppercase;
    }

    .macro ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .macro ul li {
        margin: 0 8px 8px 0;
        font-size: 25px;
        height: 65px;
        width: 65px;
    }

    .micro ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .micro ul li {
        margin: 0 8px 8px 0;
        font-size: 25px;
        height: 65px;
        width: 65px;
    }

    .benificial ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .benificial ul li {
        margin: 0 8px 8px 0;
        font-size: 25px;
        height: 65px;
        width: 65px;
    }

    #macroInner .tab-container h1 {
        text-align: center;
        color: #e4cc12;
        margin: 45px 0 0 0;
        font-size: 55px;
        font-weight: 600;
    }

    .tabBtns {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 0 80px 0;
        height: auto;
    }

    section#macroInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
    }

    section#macroInner .tabBtns button.tablinks.active {
        transform: translateY(10px);
    }

    section#microInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
    }

    section#microInner .tabBtns button.tablinks.active {
        transform: translateY(0px);
    }

    #microInner .tab-container h1 {
        font-size: 55px;
    }

    #banificialInner .tab-container h1 {
        font-size: 55px;
    }

    section#banificialInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
    }

    section#banificialInner .tabBtns button.tablinks.active {
        transform: translateY(0px);
    }
}

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

    main {
        padding: 100px 40px 40px 40px !important;
    }

    .macro h3,
    .micro h3,
    .benificial h3 {
        text-align: center;
        font-size: 40px;
        margin: 0 0 8px 0;
        text-transform: uppercase;
    }

    #macroInner .tab-container h1 {
        text-align: center;
        color: #e4cc12;
        margin: 45px 0 0 0;
        font-size: 40px;
        font-weight: 600;
    }

    .tabBtns {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 0 80px 0;
        height: auto;
    }

    section#macroInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
        height: 70px;
    }

    section#macroInner .tabBtns button.tablinks.active {
        transform: translateY(0px);
    }

    section#microInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
    }

    section#microInner .tabBtns button.tablinks.active {
        transform: translateY(0px);
    }

    #microInner .tab-container h1 {
        font-size: 40px;
    }

    #banificialInner .tab-container h1 {
        font-size: 40px;
    }

    section#banificialInner .tabBtns button.tablinks {
        margin: 0 6px 11px;
    }

    section#banificialInner .tabBtns button.tablinks.active {
        transform: translateY(0px);
    }
}