body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Bold.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Medium.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Light.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Light.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Medium.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Extrabold.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Black.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Extrabold.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Bold.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-MediumItalic.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-MediumItalic.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-LightItalic.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Centra No2 TRIAL';
    src: url('../css/fonts/CentraNo2TRIAL-Black.woff2') format('woff2'),
        url('../css/fonts/CentraNo2TRIAL-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Centra No2 TRIAL';
}

.moodContainer {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

.topHeaderBar p a {
    text-decoration: none;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.73px;
    color: #163317;
}

.topHeaderBar p {
    margin: 0;
    color: #163317;
    text-align: center;
    padding: 10px 0;
}

.topHeaderBar {
    background: linear-gradient(183deg, #aee0bb 0%, #f7f6a6 50%, #f7f6a6 100%);
}

.headerMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerShopBtn a {
    background-color: #113137;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 52px 52px 52px 52px;
    padding: 14px 33px 14px 33px;
    color: #fff;
    text-decoration: none;
}

.headerLogo img {
    width: 100px;
}

.headeruser img {
    width: 28px;
}

.headeruser {
    flex-grow: 1;
    text-align: right;
}

.headerLogo {
    flex-grow: 1;
}

.whiteheader {
    padding: 18px 0;
}

section.homebanner {
    position: relative;
    padding: 70px 0;
    z-index: 1;
    background: #163317;
    background: linear-gradient(183deg, #aee0bb 0%, #f7f6a6 50%, #f7f6a6 100%);
    min-height: calc(100vh - 125px);
    display: flex;
    align-items: center;
}

.bannerRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.bannerRow .bannerCol60 {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
}

.bannerRow .bannerCol40 {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 15px;
}

.bannerRow .bannerCol40 img {
    width: 100%;
    border-radius: 16px;
}

.bannerCol60 h1 {
    margin: 0;
    font-size: 72px;
    font-weight: 700;
    font-style: normal;
    line-height: 72px;
    letter-spacing: 0.3px;
    color: #163317;
}

.bannerStar {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #163317;
}

.bannerStar svg {
    width: 90px;
    position: relative;
    top: -2px;
}

.bannerRow .bannerCol60 p {
    margin: 0px 0px 0px 0px;
    padding: 25px 45px 15px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #163317;
}

.bannerRow .bannerCol60 p span {
    font-weight: 300;
    font-size: 12px;
}

.bannerRow .bannerCol60 ul li {
    position: relative;
    padding: 30px 0 0 40px;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #163317;
}

.bannerRow .bannerCol60 ul {
    margin: 0;
    padding: 0;
}

.bannerRow .bannerCol60 ul li:before {
    content: "";
    display: block;
    background: url(../images/check.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 24px;
}

.bannerBtnGrooup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    padding: 40px 0 0;
}

.bannerBtnGrooup .shopSale {
    background-color: #61CE7000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #163317;
    border-radius: 52px 52px 52px 52px;
    padding: 19px 30px 19px 30px;
    max-width: 229px;
    width: 100%;
    margin-right: 6px;
    color: #163317;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.bannerBtnGrooup .findMore {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #163317;
    text-decoration: underline;
}

.footerBar {
    padding: 20px;
    color: #163317;
    border-top: 1px solid #ddd;
    background: linear-gradient(183deg, #b1e8bf 0%, #e7fbec 50%, #d5efdc 100%);
}

.footerBar .moodContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.footerBar a {
    margin-left: 16px;
    text-decoration: none;
    color: #163317;
}

.footerBar a:hover {
    text-decoration: underline;
}
.subscriptionsForm {
    padding: 60px 30px;
    background: #4e7352;
    margin: 0 auto;
    border-radius: 10px;
    width: 100%;
    position: relative;
    max-width: 640px;
}
.subscriptionsForm .offer-box p {
    color: #fff;
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    font-size: 30px;
}
.subscriptionsForm .crossIcon {
       position: absolute;
    top: -12px;
    right: -12px;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    font-family: arial;
    cursor: pointer;
    padding-top: 1px;
    font-weight: 600;
}
.subscriptionsForm .offer-box form#offerForm {
    position: relative;
    width: 100%;
        display: flex;
    align-items: center;
} 
.subscriptionsForm .offer-box form#offerForm input {
    width: calc(100% - 175px);
    padding: 16px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border: none;
    font-size: 14px;
}
.subscriptionsForm .offer-box form#offerForm button {
    border: none;
    font-size: 16px;
    padding: 16px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    width: 170px;
}
.getInTouch {
 background: #000000d1;
    padding: 50px;
    border-radius: 0;
    margin: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.getInTouch.hideShowPopup {
    display: flex;
}
.getInTouch::before {
    content: "";
    position: absolute;
    background: url(../images/abts.svg) no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.05;
}
.getInTouch h3 {
    text-align: center;
    font-size: 43px;
    color: #163325;
}
@media screen and (max-width: 767px) {

    .bannerRow .bannerCol60,
    .bannerRow .bannerCol40 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .bannerRow .bannerCol40 {
        padding-top: 40px;
    }

    .bannerCol60 h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .bannerBtnGrooup {
        flex-direction: column;
        align-items: self-start;
        gap: 30px;
    }

    .headerLogo svg {
        width: 90px;
    }

    .headerShopBtn a {
        padding: 12px 18px;
    }

    .headerLogo a {
        display: inline-flex;
        align-items: center;
    }

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

    .bannerRow .bannerCol60 ul li {
        font-size: 16px;
    }

    .bannerRow .bannerCol60 ul li:before {
        top: 25px;
    }

    .footerBar .moodContainer {
        flex-direction: column;
        text-align: center;
    }

    .footerRight {
        margin-top: 8px;
    }

    .footerBar .moodContainer a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .getInTouch {
    padding: 15px;
}
.getInTouch h3 {
    font-size: 36px;
}
.subscriptionsForm .offer-box p {
    font-size: 20px;
}
.subscriptionsForm .offer-box form#offerForm input {
    width: 100%;
    margin-bottom: 8px;
    border-radius: 14px;
}
.subscriptionsForm .offer-box form#offerForm button{
    width: 100%;
        border-radius: 14px;
}
.subscriptionsForm .offer-box form#offerForm {
    flex-direction: column;
}
}