html:not(.avoid) {
    scroll-behavior: smooth;
    margin-top: 0px !important;
}

body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #12006B;
    background: #EDEFEE;
}

body>div {
    scroll-margin-top: 150px;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s linear, color 5000s linear;
}

p,
h6,
h5,
h4,
h3,
h2,
h1,
ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

body {
    position: relative;
}

p,
li,
a.button,
input,
textarea {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
}

strong *,
strong,
b *,
b {
    font-weight: 700;
}

h6 {
    font-size: 18px;
    line-height: 25px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    font-size: 29px;
    line-height: 31px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    font-size: 35px;
    line-height: 40px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 {
    font-size: 65px;
    line-height: 70px;
    font-family: larken, sans-serif;
    font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
}

.textarea>* {
    margin-bottom: 15px;
}

.textarea>h1 {
    margin-bottom: 20px;
}

.textarea>*:last-child {
    margin-bottom: 0px;
}

.textarea>a,
.textarea>p>a,
.button {
    padding: 14px 55px 14px 25px;
    background: #34AA47;
    color: #FFFF82;
    border: 2px solid #34AA47;
    text-decoration: none;
    cursor: pointer;
    border-radius: 100px;
    min-width: 100px;
    text-align: center;
    display: block;
    width: fit-content;
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: dm-sans, sans-serif;
    letter-spacing: 3px;
    position: relative;
}


.textarea>a::after,
.textarea>p>a::after,
.button::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 25px;
    top: calc(50% - 11px);
    mask-image: url(/wp-content/uploads/2026/01/Group-80@2x-1.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2026/01/Group-80@2x-1.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: currentColor;
}

.textarea>a:hover,
.textarea>p>a:hover,
.button:hover {
    background: #FFFF82;
    color: #34AA47;
}

.textarea.blueButtons>a,
.textarea.blueButtons>p>a,
.blueButtons .button {
    background: #12006B;
    color: #EDEFEE;
    border: 2px solid #12006B;
}

.textarea.blueButtons>a:hover,
.textarea.blueButtons>p>a:hover,
.blueButtons .button:hover {
    background: #BBD6FF;
    color: #12006B;
}

.textarea em>a {
    color: inherit;
    text-decoration: underline;
    font-style: normal;
}

.header .inner .burger {
    cursor: pointer;
    height: 24px;
    width: 36px;
    display: none;
}

.header .inner .burger>div {
    width: 100%;
    height: 3px;
    margin-bottom: 8px;
    background: #13006b;
    position: relative;
    transition-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    transition: all 0.3s ease-in-out;
}

.header.open .burger>div {
    background: white;
}

.header.closed .inner .burger>div:nth-child(1) {
    animation-name: headerAnimOne2;
}

.header.closed .inner .burger>div:nth-child(2) {
    animation-name: headerAnimTwo2;
}

.header.closed .inner .burger>div:nth-child(3) {
    animation-name: headerAnimThree2;
}

.header.begin .inner .burger>div:nth-child(1) {
    animation-name: headerAnimOne;
}

.header.begin .inner .burger>div:nth-child(2) {
    animation-name: headerAnimTwo;
}

.header.begin .inner .burger>div:nth-child(3) {
    animation-name: headerAnimThree;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }

    50% {
        top: 11px;
        transform: rotate(0deg);
    }

    100% {
        top: 11px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 11px;
        transform: rotate(-45deg);
    }

    50% {
        top: 11px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }

    50% {
        top: -11px;
        transform: rotate(0deg);
    }

    100% {
        top: -11px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -11px;
        transform: rotate(45deg);
    }

    50% {
        top: -11px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
    }
}

body>div>.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.intro {
    background: url(/wp-content/uploads/2026/01/SMC_Web-Link_BG-01@2x-scaled.png);
    background-size: cover;
    background-position: 50% calc(50% - 20px);
    color: #EDEFEE;
    padding: 200px 10%;
    width: 80%;
    text-align: center;
    position: relative;
}

.intro .textarea {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.intro .textarea em {
    color: #fdff82;
    font-style: normal;
}

.intro .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
}

.intro .logo img {
    width: 100px;
}

.joinCommunity {
    width: 80%;
    margin: 100px 10%;
}

.joinCommunity .links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.joinCommunity .links a {
    width: 32%;
    margin: 0 0 20px 0;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    color: #EDEFEE;
    transition: all 0.4s ease-out, bottom 0.2s ease-in-out 0s;
    bottom: 0;
}

.joinCommunity .links a>div {
    position: relative;
    opacity: 0;
    top: 50px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease-out, bottom 0.2s ease-in-out 0s;
}

.joinCommunity.visible .links a>div {
    opacity: 1;
    top: 0;
    transition-delay: 0s;
}

.joinCommunity .links a:hover {
    bottom: 10px;
}

.joinCommunity .links a img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.joinCommunity .links a .textarea {
    padding: 20px 20px 70px 20px;
    background: #0471ef;
    width: calc(100% - 40px);
}

.joinCommunity .links a .textarea h3 {
    font-weight: 300;
}

.joinCommunity .links a .textarea::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 3;
    mask-image: url(/wp-content/uploads/2026/01/Group-80@2x-1.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/wp-content/uploads/2026/01/Group-80@2x-1.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    background: white;
}

.joinCommunity .links a .textarea::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background: #33aa47;
    border-top: 20px solid #12006b;
    z-index: 2;
    top: calc(100% - 0px);
    right: -20%;
    transform: rotate(-14deg);
}

.joinCommunity .links a:nth-child(3n - 1) {
    margin: 0 2% 20px 2%;
}

.joinCommunity .links a:nth-child(3n - 1) .textarea {
    background: #12006b;
}

.joinCommunity .links a:nth-child(3n - 1) .textarea::after {
    background: #fdff82;
}

.joinCommunity .links a:nth-child(3n - 1) .textarea::before {
    background: #0471ef;
    border-top: 20px solid #33aa47;
}

.joinCommunity .links a:nth-child(3n) .textarea {
    background: #33aa47;
}

.joinCommunity .links a:nth-child(3n) .textarea::after {
    background: #33aa47;
}

.joinCommunity .links a:nth-child(3n) .textarea::before {
    background: #fdff82;
    border-top: 20px solid #0471ef;
}

.joinCommunity .content {
    padding: 50px;
    background: #BBD6FF;
    width: calc(100% - 100px);
    margin-top: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinCommunity .content .textarea {
    width: 58%;
}

.joinCommunity .content img {
    width: 40%;
    border-radius: 100%;
    object-fit: cover;
    max-width: 388px;
    max-height: 388px;
    aspect-ratio: 1;
}

.brandSlider {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin: 50px 0 80px 0;
    position: relative;
}

.brandSlider .inner {
    width: fit-content;
    max-width: fit-content;
    margin: 0 auto;
    height: 180px;
    display: flex;
    position: relative;
    justify-content: flex-start;
}

.brandSlider .inner>div {
    position: absolute;
    display: flex;
    align-items: center;
}

.brandSlider .inner>div a {
    width: 180px;
    margin: 0 60px;
}

.brandSlider .inner>div img {
    width: 180px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@keyframes rotatingtext {
    0% {
        right: -100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes rotatingtextTwo {
    0% {
        right: 0%;
    }

    100% {
        right: 100%;
    }
}

.brandSlider .inner>div:first-child {
    animation: rotatingtext 55s linear infinite;
    position: relative;
}

.brandSlider .inner>div:last-child {
    animation: rotatingtextTwo 55s linear infinite;
}

.brandSlider.Reverse .inner>div:first-child,
.brandSlider.Reverse .inner>div:last-child {
    animation-direction: reverse;
}

.brandSlider .bg {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 115px;
    background: linear-gradient(to right, white, transparent, transparent, white);
    left: 0;
}

.brandtext {
    width: 80%;
    margin: 100px auto 0 auto;
    text-align: center;
}

.brandtext .textarea a {
    margin: 10px auto;
}

.sundayMarket {
    width: 80%;
    padding: 70px 10%;
    background: url(/wp-content/uploads/2026/01/SMC_Web-Link_Asset-7@2x-scaled.png);
    background-size: cover;
}

.sundayMarket .textarea {
    width: 100%;
    text-align: center;
    color: white;
    max-width: 600px;
    margin: 0 auto;
}

.sundayMarket .textarea a {
    margin: 10px auto;
}

.imagearea {
    width: 100%;
    position: relative;
    /*background-attachment: fixed !important;*/
    background-size: cover !important;
    overflow: hidden;
}

.imagearea img.floater {
    width: 135px;
    position: absolute;
    top: -150px;
    left: 10%;
    transition: all 0.4s ease-out 0.4s;
}

.imagearea.visible img.floater {
    top: 0;
}

.imagearea img:last-child {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0;
}

.footer {
    width: 80%;
    padding: 100px 10% 210px 10%;
    background: #0671EF;
    color: #EDEFEE;
    position: relative;
    overflow: hidden;
}

.footer .upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .upper .single {
    width: 48%;
}

.footer .upper .single:nth-child(2) {
    padding: 0 0 0 4%;
    border-left: 1px solid white;
}

.footer .lower {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.footer .upper .single>* {
    margin-bottom: 8px;
}

.footer .upper .single a {
    display: block;
    color: white;
}

.footer .upper .single:nth-child(2) a {
    text-decoration: none;
}

.footer .upper .single:first-child a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.footer .upper .single:first-child a img {
    width: 34px;
    margin-right: 15px;
}

.footer .lower p {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.footer .lower a {
    color: #EDEFEE;
    text-decoration: none;
}

.footer a:hover,
.footer .upper .single:nth-child(2) a:hover {
    text-decoration: underline;
}

.footer::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 72%;
    left: -15%;
    background: #33aa47;
    transform: rotate(-15deg);
    border-top: 50px solid #fdff82;
}

.headergreet {
    padding: 6px 10%;
    width: 80%;
    background: #34AA47;
    text-align: center;
    color: #EDEFEE;
}

.headergreet p {
    font-family: "faculty-glyphic", sans-serif;
    font-size: 12px;
}

.header {
    /*
    position: sticky;
    */
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    padding: 20px 10%;
    background: #EDEFEE;
    z-index: 20;
    color: #12006B;
}

.header a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12006B;
    text-decoration: none;
    letter-spacing: 3px;
    margin: 30px 40px 0 40px;
}

.header a:hover {
    text-decoration: underline;
}

.header .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .inner a.logo img {
    width: 160px;
}

.header a.logo {
    margin: 0 40px;
}

.header .inner .links {
    width: calc(50% - 120px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .links:first-child {
    justify-content: flex-end;
}

.header .inner .links:last-child {
    justify-content: flex-start;
}

.header a.map img {
    width: 18px;
}

body:not(.home) .intro {
    padding: 70px 10%;
}

body:not(.home) .intro .logo {
    display: none;
}

.retailers {
    width: 80%;
    margin: 100px auto;
}

.retailers .inner>.textarea:first-child {
    width: 100%;
    margin-bottom: 30px;
}

.retailers .content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.retailers .content .single {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    width: 32%;
    margin-bottom: 20px;
    transition: all 0.2s ease-out;
    bottom: 0;
    position: relative;
    text-decoration: none;
}

.retailers .content .single:hover {
    bottom: 10px;
}

.retailers .content .single:nth-child(3n - 1) {
    margin: 0 2% 20px 2%;
}

.retailers .content .single img {
    width: 90%;
    max-width: 200px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: 50% 50%;
    padding: 50px 0;
}

.retailers .content .single .textarea {
    padding: 20px;
    background: #12006B;
    color: #EDEFEE;
    min-height: 50px;
}

.retailers .textarea.box {
    margin-top: 50px;
    width: 80%;
    padding: 50px 10%;
    background: #BBD6FF;
    text-align: center;
    border-radius: 10px;
}

.intro.green {
    background: url(/wp-content/uploads/2026/01/SMC_Web-Link_Asset-7@2x-scaled.png);
    background-size: cover;
    background-position: 50% calc(50% - 20px);
}

.intro.dblue {
    background: url(/wp-content/uploads/2026/01/SMC_Web-Link_Asset-8@2x-scaled.png);
    background-size: cover;
    background-position: 50% calc(50% - 20px);
}

.whyus {
    width: 80%;
    margin: 100px auto;
}

.whyus .content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.whyus .content .single {
    width: 32%;
    margin-bottom: 20px;
}

.whyus .content .single:nth-child(3n - 1) {
    margin: 0 2% 20px 2%;
}

.whyus .content .single img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.whyus .content .single .textarea {
    width: 100%;
    margin-top: 30px;
}

.whyus .seperator {
    width: 100%;
    height: 2px;
    background: #12006B;
    margin-top: 50px;
}

.whatweoffer {
    width: 80%;
    margin: 100px auto;
}

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

.whatweoffer .inner .textarea {
    width: 48%;
}

.whatweoffer .inner>a {
    width: 50%;
}

.whatweoffer .inner img {
    width: 100%;
}

.unitdisplay {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
}

.unitdisplay .inner {
    width: 80%;
}

.unitdisplay .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.unitdisplay .bg>div:first-child {
    width: 100%;
    height: 70%;
    background: #34AA47;
}

.unitdisplay .inner {
    position: relative;
    z-index: 2;
    color: #EDEFEE;
}

.unitdisplay .inner>.textarea:first-child {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 30px auto;
}

.unitdisplay .inner .units {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.unitdisplay .inner .units .single {
    width: 47%;
    margin: 0 1% 20px 1%;
    border-radius: 10px;
    overflow: hidden;
}

.unitdisplay .inner .units .single img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.5;
}

.unitdisplay .inner .units .single .textarea {
    padding: 20px;
    width: calc(100% - 40px);
    background: #12006B;
}

.unitdisplay .inner .units .single .textarea p {
    color: #BBD6FF;
}

.unitdisplay .inner .outro {
    padding: 40px;
    width: calc(100% - 80px);
    background: #BBD6FF;
    color: #12006B;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
}

.unitdisplay .inner .outro .textarea {
    max-width: 800px;
    margin: 0 auto;
}

.unitdisplay .inner .outro .textarea a {
    margin: 20px auto 0 auto;
}

.visitus,
.visitus .map {
    width: 100%;
}

.visitus .map {
    border-top: 4px solid #12006B;
}

.visitus .map iframe {
    width: 100%;
    height: 600px;
    display: block;
}

.visitus .inner {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 50px auto 30px auto;
}

.visitus .inner .textarea:nth-child(3n - 1) {
    margin: 0 2% 20px 2%;
}

.visitus .inner .textarea:nth-child(3n - 2) {
    color: #EDEFEE;
    background: #12006B;
}

.visitus .inner .textarea {
    width: calc(32% - 60px);
    padding: 30px;
    background: #BBD6FF;
    border-radius: 10px;
    margin-bottom: 20px;
}

.newslist {
    width: 80%;
    margin: 100px auto;
}

.newslist .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.newslist .inner a {
    width: 48%;
    margin: 0 2% 60px 0;
    text-decoration: none;
    color: #12006B;
}

.newslist .inner a>img {
    width: 100%;
    aspect-ratio: 1/0.5;
    object-fit: cover;
    border-radius: 10px;
}

.newslist .inner a .textarea {
    width: 100%;
    margin-top: 30px;
}

.newslist .inner a .textarea .date {
    color: #0671EF;
}

.newslist .inner a .textarea .push {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newslist .inner a .textarea .push p {
    color: #0671EF;
    font-weight: 600;
}

.newslist .inner a .textarea .push img {
    width: 22px;
    margin-left: 10px;
}

.newslist .inner a .textarea>* {
    margin-bottom: 5px;
}

.newscontent {
    width: 80%;
    margin: 100px auto;
}

.newscontent .inner {
    max-width: 800px;
}

.newscontent .upper {
    width: 100%;
}

.newscontent .upper .date {
    color: #0671EF;
}

.newscontent .inner>img {
    width: 100%;
    border-radius: 10px;
    margin: 50px auto;
}

.header .headerdrop {
    position: absolute;
    top: 100%;
    right: 0;
    background: #edefee;
    width: calc(100% - 40px);
    max-width: 200px;
    max-height: 0px;
    overflow: hidden;
    padding: 0 20px;
    border: 0px;
    transition: all 0.4s ease-out;
}

.header.begin .headerdrop {
    max-height: 122px;
    padding: 20px;
    border: 1px solid #13006b;
}

.header .headerdrop a {
    display: block;
    width: 100%;
    margin: 10px auto;
}

@media(max-width: 1500px) {
    .header {
        padding: 20px 5%;
        width: 90%;
    }



    .footer::after {
        top: 85%;
        transform: rotate(-8deg);
    }
}

@media(max-width: 1000px) {
    .visitus .inner {
        justify-content: space-between;
    }

    .visitus .inner .textarea,
    .visitus .inner .textarea:nth-child(3n - 1) {
        width: calc(48% - 60px);
        margin: 0 0 20px 0;
    }

    .whatweoffer .inner {
        flex-wrap: wrap;
    }

    .whatweoffer .inner .textarea {
        width: 100%;
    }

    .whatweoffer .inner img {
        width: 100%;
        margin-top: 30px;
    }

    .whyus .content .single img {
        max-height: 40vh;
    }

    .whyus .content {
        justify-content: space-between;
    }

    .whyus .content .single,
    .whyus .content .single:nth-child(3n - 1) {
        width: 48%;
        margin: 0 0 20px 0;
    }

    .retailers .content {
        justify-content: flex-start;
    }

    .retailers .content .single,
    .retailers .content .single:nth-child(3n - 1) {
        width: 48%;
        margin: 0 2% 20px 0;
    }

    .joinCommunity .links a img {
        max-height: 20vh;
    }

    .joinCommunity .content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .joinCommunity .content .textarea {
        width: 100%;
        margin-top: 30px;
    }

    .joinCommunity .content img {
        width: 100%;
        margin: 0 auto;
    }

    .joinCommunity .links a .textarea::before {
        transform: rotate(-9deg);
    }

    .joinCommunity .links a,
    .joinCommunity .links a:nth-child(3n - 1) {
        width: 100%;
        margin: 20px 0;
    }

    .intro {
        padding: 100px 10%;
    }

    .header .inner {
        justify-content: space-between;
    }

    .header .inner .links {
        display: none;
    }

    .header .inner a.logo img {
        width: 100px;
    }

    .header .inner .burger {
        display: block;
    }
}

@media(max-width: 700px) {

    .retailers .content .single,
    .retailers .content .single:nth-child(3n - 1) {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .joinCommunity,
    .whyus,
    .whatweoffer,
    .newslist,
    .newscontent,
    .retailers {
        width: 90%;
        margin: 100px auto;
    }

    .visitus .inner {
        width: 90%;
        margin: 50px auto 30px auto;
    }

    .unitdisplay .inner {
        width: 90%;
        margin: 0 auto;
    }

    .brandtext {
        width: 90%;
        margin: 100px auto 0 auto;
    }

    .sundayMarket,
    .footer {
        width: 90%;
        padding: 100px 5%;
    }

    .visitus .map iframe {
        max-height: 70vh;
    }

    .visitus .inner .textarea,
    .visitus .inner .textarea:nth-child(3n - 1) {
        width: calc(100% - 60px);
    }

    .whyus .content .single,
    .whyus .content .single:nth-child(3n - 1) {
        width: 100%;
    }

    .unitdisplay .inner .units .single {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .newslist .inner a {
        width: 100%;
        margin: 0 0 60px 0;
    }

    .retailers .content .single img {
        padding: 20px 0;
    }

    h6 {
        font-size: 18px;
        line-height: 25px;
    }

    h5 {
        font-size: 20px;
        line-height: 25px;
    }

    h4 {
        font-size: 25px;
        line-height: 30px;
    }

    h3 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .footer::after {
        top: 92%;
        left: 0;
        transform: rotate(-9deg);
    }

    .footer .upper {
        flex-wrap: wrap;
    }

    .footer .upper .single,
    .footer .upper .single:nth-child(2) {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid white;
    }

    .footer .upper .single:first-child {
        margin-top: 0px;
        padding-top: 0px;
        border-top: 0px;
    }

    .footer .upper .single:nth-child(2) {
        border-left: 0px;
        border-right: 0px;
        padding: 4% 0;
    }

    .joinCommunity .content {
        padding: 30px;
        width: calc(100% - 60px);
    }

    .joinCommunity .content img {
        max-height: 40vh;
        border-radius: 10px;
        width: 100%;
        max-width: 100%;
    }

    .joinCommunity .links a .textarea::before {
        transform: rotate(-13deg);
    }
}