@font-face {
    font-family: 'cabin-regular';
    src: url('fonts/cabin/Cabin-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabin-medium';
    src: url('fonts/cabin/Cabin-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabin-semi-bold';
    src: url('fonts/cabin/Cabin-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabin-bold';
    src: url('fonts/cabin/Cabin-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Common use css */
.d-ib {
    display: inline-block
}

.pointer {
    cursor: pointer;
}

.text-white {
    color: white;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

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

.be-center {
    margin: 0 auto;
}

.d-flex-center {
    display: flex;
    align-items:center;
}

.text-deco-none {
    text-decoration: none;
    color: inherit;
}

.mobile {
    display: none;
}

body {
    margin: 0;
}

#container {
    max-width: 1240px;
    padding: 0 20px;
    margin:0 auto;
    font-family: cabin-regular;
    width: calc(100% - 40px);
    font-size: 18px;
}

.full-width-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin:0 auto;
    width: calc(100vw - 56px);
    height: 100%;
}

/* top bar */
.topbar {
    height: 60px;
    padding: 15px 0 10px;
    font-size: 16px;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}

.topbar-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    font-family: cabin-regular;
    width: calc(100% - 40px);
    font-size: 18px;
}

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 214px;
    
}

.left-nav ul {
    margin: 0;
    padding-left: 30px;
}

.left-nav li {
    display: inline-block;
    margin-right: 35px;
}

.right-nav {
    margin-left: auto;
}

.right-nav ul {
    padding-left: 0;
    display: flex;
}

.right-nav li {
    display: inline-block;
}

.right-nav .sign-in{
    padding: 7px 30px;
    background-color: #95C11F;
    border-radius: 50px;
    margin-left: 15px;
    border: 1px solid #95C11F;
}

.right-nav .sign-in:hover {
    background-color: white;
    color: #95C11F;
}

.content {
    margin-top: 100px;
}

/*** footer ***/

.footer {
    background-color: #323232;
    height: auto;
    width: 100%;
    color: #ffffffbf;
    font-family: cabin-regular;
}

.footer a {
    color: inherit;
}

.footer-wrapper {
    width: 980px;
    margin: 0 auto;
    height: 100%;
}

.footer-1 {
    display: flex;
    padding-top: 25px;
}

.footer-1 .column {
    flex: 1;
}

.footer-1 p.category {
    font-size: 18px;
    font-family: cabin-bold;
    color: #FFFFFF;
}

.footer-1 ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
}

.footer-1 li {
    margin: 0px 0 16px;
    font-size: 14px;
    color: #ffffffbf;
}

.footer-1 li a {
    color: #ffffffbf;
}

.footer-1 ul.special li {
    margin-bottom: 24px;
}

.footer-1 a {
    text-decoration: none;
}

.footer-1 a:hover {
    text-decoration: underline;
}

.footer-2 {
    display: flex;
    margin-top: 50px;
}

.f2-left {
    width: 49%;
}

.f2-left img {
    width: 220px;
}

.f2-left p {
    line-height: 22px;
    font-size: 13px;
    color: #ffffffbf;
}

.small-icon {
    height: 50px;
    width: 35px;
}

.small-icon path {
    fill: currentColor;
}

.facebook-icon path {
    d: path("M18 10.049C18 5.603 14.419 2 10 2c-4.419 0-8 3.603-8 8.049C2 14.067 4.925 17.396 8.75 18v-5.624H6.719v-2.328h2.03V8.275c0-2.017 1.195-3.132 3.023-3.132.874 0 1.79.158 1.79.158v1.98h-1.009c-.994 0-1.303.621-1.303 1.258v1.51h2.219l-.355 2.326H11.25V18c3.825-.604 6.75-3.933 6.75-7.951Z");
}

.instagram-icon path {
    d: path("M13.23 3.492c-.84-.037-1.096-.046-3.23-.046-2.144 0-2.39.01-3.238.055-.776.027-1.195.164-1.487.273a2.43 2.43 0 0 0-.912.593 2.486 2.486 0 0 0-.602.922c-.11.282-.238.702-.274 1.486-.046.84-.046 1.095-.046 3.23 0 2.134.01 2.39.046 3.229.004.51.097 1.016.274 1.495.145.365.319.639.602.913.282.282.538.456.92.602.474.176.974.268 1.479.273.848.046 1.103.046 3.238.046 2.134 0 2.39-.01 3.23-.046.784-.036 1.203-.164 1.486-.273.374-.146.648-.329.921-.602.283-.283.447-.548.602-.922.177-.476.27-.979.274-1.486.037-.84.046-1.095.046-3.23 0-2.134-.01-2.39-.055-3.229-.027-.784-.164-1.204-.274-1.495a2.43 2.43 0 0 0-.593-.913 2.604 2.604 0 0 0-.92-.602c-.284-.11-.703-.237-1.488-.273ZM6.697 2.05c.857-.036 1.131-.045 3.302-.045 1.1-.014 2.202.001 3.302.045.664.014 1.321.14 1.943.374a3.968 3.968 0 0 1 1.414.922c.41.397.728.88.93 1.414.23.622.354 1.279.365 1.942C18 7.56 18 7.824 18 10.005c0 2.17-.01 2.444-.046 3.292-.036.858-.173 1.442-.374 1.943-.2.53-.474.976-.92 1.423a3.896 3.896 0 0 1-1.415.922c-.51.191-1.095.337-1.943.374-.857.036-1.122.045-3.302.045-2.171 0-2.445-.009-3.302-.055-.849-.027-1.432-.164-1.943-.364a4.152 4.152 0 0 1-1.414-.922 4.128 4.128 0 0 1-.93-1.423c-.183-.51-.329-1.085-.365-1.943C2.009 12.45 2 12.167 2 10.004c0-2.161 0-2.435.055-3.302.027-.848.164-1.432.365-1.942a4.44 4.44 0 0 1 .92-1.414 4.18 4.18 0 0 1 1.415-.93c.51-.183 1.094-.33 1.943-.366Zm.427 4.806a4.105 4.105 0 1 1 5.805 5.805 4.105 4.105 0 0 1-5.805-5.805Zm1.882 5.371a2.668 2.668 0 1 0 2.042-4.93 2.668 2.668 0 0 0-2.042 4.93Zm5.922-5.942a.958.958 0 1 1-1.355-1.355.958.958 0 0 1 1.355 1.355Z");
}

.youtube-icon path {
    d: path("M18.16 5.87c.34 1.309.34 4.08.34 4.08s0 2.771-.34 4.08a2.125 2.125 0 0 1-1.53 1.53c-1.309.34-6.63.34-6.63.34s-5.321 0-6.63-.34a2.125 2.125 0 0 1-1.53-1.53c-.34-1.309-.34-4.08-.34-4.08s0-2.771.34-4.08a2.173 2.173 0 0 1 1.53-1.53C4.679 4 10 4 10 4s5.321 0 6.63.34a2.173 2.173 0 0 1 1.53 1.53ZM8.3 12.5l4.42-2.55L8.3 7.4v5.1Z");

}

.f2-right {
    margin-left: 5%;
    width: 40%;
}

.f2-right img {
    width: 320px;
}

.footer-3 {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #555;
}

.footer-3 span {
    font-size: 11px;
}

.footer-3 span.info:before {
    content: "\b7";
    padding: 0 9px 0 8px;
}

/* homepage */
h1 {
    font-size: 45px;
    letter-spacing: 1.5px;
}

.explain {
    color: #6e6a6a;
    margin: 0 auto;
    text-align: center;
}

.title {
    color: #95C11F;
    font-family: 'cabin-bold';
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

/* special for full width */
.full-width {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    left: 0;
    display: inline-flex;
}

.green-banner {
    height: 40.2vw;
    max-height: 510.5px;
    width: 98%;
    background-size: cover;
    margin-top: 30px;
}

.green-left {
    margin-left: 50px;
    margin-top: 5vw;
}

.green-left h1 {
    width: 248px;
}

.green-left p {
    margin-top: -25px;
    width: 300px;
}

.green-right {
    width: 58%;
    margin-right: -2%;
    margin-top: 6%;
}

.section-2 {
    margin-top: 60px;
}

.section-2 p {
    font-size: 22px;
    width: 650px;
    margin: 0 auto;
    margin-top: -10px;
}

.section-3 {
    width: 100%;
    margin-top: 50px;
}

.s3-wrapper {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.s3-wrapper img {
    width: 100%;
}

.s3-wrapper .title {
    margin-top: -10px;
    margin-bottom: 12px;
}

.s3-wrapper .explain {
    width: 380px;
}

.s3-wrapper .learn-more {
    text-decoration: underline;
    font-size: 16px;
    font-family: 'cabin-bold';
}

.s3-space {
    width: 9%;
    display: inline-block;
}

.section-4 {
    height: 530px;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
    margin-top: 60px;
}

.section-4 .full-width {
    background-color: #f3f7fd;
    width: 100vw;
    height: 530px;
}

.section-4 h1 {

}

.s4-content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
}

.section-4 .scroller {
    display: inline-flex;
    margin-top: 40px;
    width: auto;
}

.section-4 .item {
    display: inline-flex;
    align-items: center;
    background-color: white;
    margin-right: 30px;
    border-radius: 30px;
    height: 335px;
    width: 825px;
    position: relative;
    box-shadow: 1px 1px 7px 0px #efefef;
}

.section-4 .banner-left {
    width: 55%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    float: left;
    border-radius: 30px;
}

.section-4 .info-right {
    float: right;
}

.blue-wrap {
    background-color: #f3f7fd;
    width: 250px;
    padding: 24px 30px;
    height: 240px;
    border-radius: 30px;
    margin-left: 30px;
    text-align: left;
}

.item img {
    height: 75px;
    border-radius: 10px;
    margin-top: 30px;
}

.s4-title {
    font-family: 'cabin-bold';
    font-size: 20px;
    width: 260px;
    margin-top: 10px;
}

.s4-explain {
    font-size: 14px;
    font-family: 'cabin-semi-bold';
    margin-top: 8px;
    width: 250px;
}

.section-5 {
    height: 520px;
}

.section-5 .full-width {
    /* background-color: #aacf53; */
    background-image: linear-gradient(to right, #5e9947, #80b330, #8fc026);
    height: 520px;
}

.section-5 h1 {
    width: 500px;
    margin-top: 40px;
}

.s5-product {
    margin-top: 35px;
    display: block;
    text-align: center;
}

.s5-product .product {
    background: white;
    padding: 35px 20px;
    height: 200px;
    width: 190px;
    display: inline-block;
    border-radius: 20px;
    margin-right: 18px;
    box-shadow: 0px 0px 10px 5px #b8afaf78;
    text-align: center;
    cursor: pointer;
    -webkit-transition-property: all; 
    -webkit-transition-duration: 0.3s; 
    -webkit-transition-timing-function: ease; 
}

.s5-product .product:hover {
    transform: scale(1.1);
}

.product img {
    height: 120px;
}

p.product-name {
    font-family: cabin-bold;
    margin: 20px 0 10px;
    font-size: 16px;
}

.view {
    margin-top: 20px;
    font-size: 15px;
}

.view a {
    text-decoration: none;
    color: #95C11F;
    font-family: cabin-bold;
}


/**
TABLET 
**/

@media screen and (max-width: 768px) {
    #container { 
        font-size: 15px;
    }

    .topbar {
        width: 100%;
    }

    .topbar-wrapper {
        font-size: 14px;
    }

    .footer-wrapper {
        width: 95%;
    }

    .footer-1 p.category {
        font-size: 16px;
    }

    .footer-1 li {
        font-size: 13px;
    }

    h1 {
        font-size: 32px;
    }

    .title {
        font-size: 18px;
    }

    .green-left p {
        width: 220px;
    }

    .section-2 p {
        font-size: 18px;
    }
    

    .s3-wrapper .explain {
        width: 280px;
    }

    .section-4, .section-4 .full-width {
        height: 480px;
    }

    .section-4 .scroller {
        margin-top: 20px;
    }

    .section-4 .item {
        height: 295px;
        width: 700px;
    }

    .section-4 .banner-left {
        background-position: center;
    }

    .blue-wrap {
        width: 200px;
        height: 190px;
        padding: 22px 28px;
    }

    .item img {
        margin-top: 0;
        height: 55px;
    }

    .s4-title {
        font-size: 16px;
        width: 100%;
    }

    .s4-explain {
        font-size: 13px;
        width: 100%;
    }

    .section-5 h1 {
        width: 400px;
        margin-top: 30px;
    }

    .s5-product .product {
        width: 170px;
        height: 180px;
        padding: 30px 18px;
    }

    p.product-name {
        margin-top: 12px;
        font-size: 14px;
    }

    .view {
        margin-top: 1px;
        font-size: 13px;
    }

    .section-5, .section-5 .full-width {
        height: 460px;
    }
    
}

/***
**
    MOBILE VIEW
**
***/
@media screen and (max-width: 480px) {
    h1 {
        font-size: 20px;
        text-align: left;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    #container {
        width: 95%;
        max-width: 480px;
        padding: 0px 2.5%;
    }

    .full-width-wrapper {
        max-width: 480px;
        width: 100%;
        padding: 0;
    }

    .topbar {
        width: 100vw;
        max-width: 480px;
        z-index: 2;
        border-bottom: 1px solid #eee;
    }

    .sidebar-wrapper {
        height: 100%;
        width: 100%;
        background-color: #00000075;
        z-index: 3;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
    }

    .sidebar-wrapper.active {
        display: block;
    }

    .sidebar {
        width: 260px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -250px;
        transition: all 1.5s;
        background-color: white;
        border-left: 1px solid #eee;
        z-index: 4;
    }

    .sidebar.active {
        right: 0px;
    }

    .sidebar-list {
        height: 80%;
    }

    .sidebar-list, .sidebar-bottom {
        width: 100%;
        margin-left: 25px;
        padding: 25px 0px;
    }
    

    .sidebar-bottom {
        border-top: 1px solid #ddd;
    }

    .sidebar ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }

    .sidebar li {
        padding: 15px 0 15px 35px;
        color: #888;
        font-family: cabin-semi-bold;
    }

    .sidebar-icon {
        height: 20px;
        width: 20px;
        background-size: contain;
        background-position: center;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: -2px;
    }

    .topbar-wrapper {
        padding: 0 2.5vw;
        width: 95vw;
    }

    .right-nav .sign-in {
        padding: 5px 15px;
        font-size: 14px;
    }

    .hamburger {
        margin-left: 10px;
    }

    .hamburger div {
        width: 26px;
        height: 2.75px;
        background-color: black;
        margin: 5px 0;
    }

    .footer {
        display: none;
    }

    .green-banner {
        width: 100%;
        max-height: unset;
        height: 270px;
        border-bottom-right-radius: 120px;
        display: inline-flex;
        align-items: center;
    }

    .green-left {
        margin-left: 5%;
        margin-top: unset;
    }

    .green-left h1 {
        width: 160px;
    }

    .green-left p {
        display: none;
    }

    .green-right {
        width: 55%;
        text-align: right;
    }

    .section-2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .section-2 p {
        display: none;
    }

    .section-3 {
        overflow-x: scroll;
        margin-top: 10px;
    }

    .s3-scroller {
        display: inline-flex;
        height: 175px;
    }

    .s3-wrapper {
        width: 300px;
        margin-left: 6px;
        margin-right: 20px;
        height: 160px;
        box-shadow: 3px 3px 2px -2px #b8afaf78;
        border-radius: 10px;
        overflow: hidden;
    }

    .s3-wrapper img {
        margin-top: -15px;
    }

    .s3-wrapper .explain, .s3-wrapper .learn-more {
        display: none;
    }

    .s3-wrapper .title {
        font-size: 16px;
        text-align: left;
        padding: 3px 20px 0;
    }

    .section-4 {
        margin-top: 30px;
        height: auto;
    }

    .section-4 .full-width {
        position: relative;
        background-color: white;
        height: auto;
    }

    .section-4 h1 {
        margin-bottom: 20px;
    }

    .section-4 .scroller {
        margin-top: 0;
    }

    .section-4 .item {
        width: 220px;
        box-shadow: none;
        position: relative;
        height: 280px;
        border-radius: 10px;
    }

    .section-4 .banner-left {
        width: 100%;
        position: absolute;
        left: 0;
        border-radius: 10px;
        background-position: center;
    }

    .section-4 .info-right {
        float: right;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .blue-wrap {
        margin-left: 0;
        background-color: #33333361;
        color: white;
        width: 90%;
        height: 90%;
        padding: 6% 5%;
        border-radius: 10px;
        position: relative;
    }

    .item img {
        height: 50px;
        margin-top: 0;
        top: 8%;
        right: 8%;
        position: absolute;
    }

    .s4-title {
        width: 70%;
        font-size: 17px;
        position: absolute;
        top: 74%;
    }

    .s4-explain {
        display: none;
    }

    .section-5 {
        margin-top: 30px;
        height: auto;
    }

    .section-5 .full-width {
        height: 400px;
    }

    .section-5 .full-width-wrapper {
        width: 95%;
        padding: 0 2.5%;
    }

    .section-5 h1.text-white.text-center.be-center {
        text-align: left;
    }

    .section-5 .scroller {
        overflow-x: scroll;
    }

    .s5-product {
        display: inline-flex;
        margin-top: 20px;
    }

}
