html,body{
    overflow-x: hidden;
}
html {
    max-width: 100%;
    width: 100%;
    height: auto;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #655027;
    display: flex;
    flex-direction: column;
    color:#ffffff;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
header {
    display: flex;
    flex-direction: column;
    background-color: #655027;
    text-align: left;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
.header-top {
    display: flex ;
    gap: 1rem ;
    margin-bottom: -3em ;
    margin-top: -3em ;
    padding-top: 1.5em ;
    padding-bottom: 1.5em  ;
    

}
.header-title {
    position: relative;
    z-index: 1 ;
    margin-left: -0.02em ;
    flex-shrink: 0 ;
    
    box-shadow: 0px  100px 256px rgba(255, 255, 255, 0.055);
    border-radius: 1000px ;

}
header>div {
    display: flex;
    align-items: center;
    gap: 0rem;
}
header>div>h1 {
    font-family: "Freckle Face";
    font-size: 6.3rem ;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #3D7247 0%, #74B480 23.08%, #4F935C 34.38%, #90A34A 44.11%, #B5A35A 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    opacity: 80%;

    margin-left: .1em;
}
.logo  {
    z-index: 9999;
    position:relative ;
    margin: 0em 3em ;
    max-width: 200px ;
    width: 100% ;
    height: auto ;
    padding: 1em ;
    box-shadow: 2px 2px 32px rgba(255, 255, 255, 0.37) ;
    border-radius: 1000px ;

    opacity: 80% ;
}
.navbar{
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 1rem;
    padding-left: 17em;
    margin-top: -1.8em;
    background: #3D7247;
    z-index: 1;
    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
    
    box-shadow: 16px 32px 128px rgba(255, 255, 255, 0.096);


}
.navbar ul {
    color: #FFF;
    font-family: "Archivo Narrow";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: flex;
    position: relative;

    list-style-type: none;
    margin: 0;
    padding: .7em 0;
    margin-left: 1em;
    gap: 7.5rem;
    z-index: 1;

}
.navbar ul li a {
    color: #FFF;
    text-decoration: none;
}
.navbar ul li a:hover {
    text-decoration: underline;
}
.navbar .active {
    text-decoration: underline;
    color: #ffffff;
}
.navbar .active:hover {
    text-decoration: underline;
    color: #ffffff;
}
main {
    display: flex;
    flex-direction: column;
    padding: 2em;
    align-items: center;
    gap: 2em;

}
main section {

    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;

}
.video-banner {

    box-sizing: border-box;
    background-color: #3D7247;
    max-width: 1600px;
    width: 100%;
    max-height: 604px;
    height: 100%;
    padding: 2em;
    margin-top: 4em;
    margin-right: 7em;
    border-radius: 36px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.459);

    outline: #ffffff81 1px solid; 
    outline-offset: -10px;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

    display: flex;
    flex-direction: row;
    gap: 2em;

}
.video-banner>img{
    max-width: 800px;
    width: 50%;
    height: auto;
    border-radius: 36px;
}
.video-banner-content{
    margin: -2em 2em;
}
.video-banner-content>h2{

    font-family: "Freckle Face";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    background: linear-gradient(200deg, #3D7247 0%, #74B480 23.08%, #4F935C 34.38%, #90A34A 44.11%, #e2cc72 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    opacity: 95%;

}
main section .posts {
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    gap: 2em;
}
main section .posts .post {
    background-color: #3D7247;
    padding: 1em;
    border-radius: 36px;
    max-width: 420px;
    width: 100%;
    height: 540px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.459);
    text-align: center;
    outline: #ffffff96 1px solid; 
    
    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

}
main section .posts .post img{
    max-width: 90%;
    max-height: 250px;
    border-radius: 22px;
    padding: 1em;
    outline: #ffffff4f 2px solid; 
    outline-offset: -17px;

}
.posts>h2 {
    font-family: "Freckle Face";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    background: linear-gradient(-50deg, hsl(336, 45%, 45%) 23.08%, #4F935C 34.38%, #B5A35A 74.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 100%;
    box-shadow: 0 10px 150px rgba(255, 255, 255, 0.007);
    border-radius: 256px;

}
/* ABOUT US */
.about-us-title {
font-family: "Freckle Face";
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.2px;
text-align: center;
background: linear-gradient(90deg, #e4cd70 25.96%, #90A34A 55.89%, #4F935C 65.62%, #74B480 76.92%, #3D7247 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.about-us-sections-subheaders {
color: #e4cd70;
font-family: "Freckle Face";
font-size: 2.1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.8px;

}
.about-us-sections-text {
color: #FFF;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.44px;

margin-top: -1em;


}
.our-history{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.our-history-content{
    text-align: justify;
    margin-right: 22em ;
    margin-top: -10em;
    padding: 0em 0em;

}
.our-history>img{
    max-width: 544px;
    width: 100%;
    height: 660px;
    margin-left: 22em;
    border-radius: 36px;
    background: #207744;

    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.192);


}
.services-products-story{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.services-products-content{
    text-align: justify;
    margin-left: 22em ;
    margin-top: -5em;
    padding: 0em 0em;
}
.services-products-content>div>h2{
    padding-top: 2em;
    font-size: 2.6rem;
    letter-spacing: 1.8px;
}
.services-products-story>img{
    max-width: 544px;
    width: 100%;
    height: 660px;
    margin-right: 20em;

    border-radius: 36px;
    background: #207744;

    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.192);

}
.content {
    margin: 0em 10em
}
.title-date {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 200;
    gap: 2em;
}
.title-date h3 {
    font-weight: 600;
    margin-top: -.09em;
    margin-left: 1em;
}
.title-date time {
    font-weight: 400;
    margin-right: 2.5em;
}
.post p {
    margin:1em;
    margin-top: -.1em;
    font-size: 1rem;
    font-weight: 200;
}
footer {
    display: flex;
    flex-direction: column;

    margin-top: auto;
    max-height: 500px;
    overflow: hidden;
    padding-top: .5em;

    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    background-color: #000000be;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
    padding-left: 10em;
    padding-top: .25em;
}
.footer-bottom{
    padding-bottom: 1em;
    padding-top: .5em;
}
.social-media {
    display: flex;
    gap: 1em;
    align-items: center;
}
.reviews-banner {
    margin-right: 7.5em;
}
.footer-col3 a{
    text-decoration: none;
    color: #ffffff;
}
.footer-col3 a:hover {
    text-decoration: underline;
    color: #3bcd78cd;
}
.footer-bottom  {
    text-align: center;


}
/* CAFE */
.cafe-video-banner{
    box-sizing: border-box;
    background-color: #3D7247;
    max-width: 1247px;
    width: 100%;
    height: 604px;
    padding: 2em;
    margin-top: 4em;
    border-radius: 36px;
    text-align: center;

    outline: #e7b275a9 1.6px solid ;
    outline-offset: -10px;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding-top: 3em;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
.cafe-video-banner>h2{
    font-family: "Freckle Face";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e7b275;
    opacity: 80%;
    margin-top: -.25em;
}
.carousel-inner{
    margin-top: -3em;
}
.carousel-item {
    height: 400px;
    text-align: center;
}
.carousel-item > img {
    max-width: 100%;
    height: 500px;
    display: inline-block;
    margin: 0 auto;
    opacity: 90%;
}
.menu {
    box-sizing: border-box;
    background-color: #AC9B57;
    max-width: 1247px;
    width: 100%;
    height: auto;
    padding: 4rem;
    color: #271602;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    margin-top: 20em;
    outline: #ffffff88 1.5px solid ;
    outline-offset: -10px ;
    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 45%;

}
.menu-background{
    position: relative;
    background-repeat: no-repeat;
    opacity: 15%;
    z-index: 1;
    max-width: 1920px;
    width: 42%;
    margin-bottom: -75em;
    filter:  contrast(1) brightness(1);
}
.menu-title {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin-top: -6em;
    justify-content: center;
    align-self: center;
}
.menu-title>h2{

    font-family: Inter;
    font-size: 4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    justify-content: center;
    align-self: center;
    opacity:95%;
    position: relative;
    z-index: 2;

    color: #ffffff;
    margin-top: 1em;
}
.menu-title>p{
    font-style: normal;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: normal;
    letter-spacing: 0.24px;
    justify-content: center;
    align-self: center;
    color: #ffffff;

}
.menu-items {
    display: grid;
    grid-row: auto;
    grid-template-columns: repeat(2, 1.5fr);
    font-weight: 700;
    gap: 2rem 5rem;
    z-index: 2;
    margin-top: 2em;
    color: #fffffff5;
}
.menu-items>div>h3{
    font-size: 1.25rem;
        text-decoration:underline;
        text-decoration-color: #ffffff88;
        text-decoration-style:wavy;
        text-decoration-thickness: .1px;
}
.menu-items>div>p{
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: -.5em;
    margin-left: 1em;
}
.menu-items>div>ul>li {
    font-size: 0.8rem;
    line-height: .75em;

}
.menu-items>div>ul>p {
    font-size:0.8rem;
    margin-top: .6em;
    margin-left: .8em;
    line-height: 1em;
    font-weight: 300;

}
.highland-drinks>li {
    margin-top: .85em;
}
.farm-shop-specials>li {
    margin-top: 1.1em
}
/* PRODUCTS */
.products {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    transform: none;
    z-index: 0;
}
.products>h2 {

    font-family: "Freckle Face";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    background-repeat: repeat;
    background-size: auto;
    opacity: 80%;
    color: rgb(255, 210, 114);
    grid-column:  span 3;
    text-align: center;
    margin-bottom: 1em;
}
.product-card {

    width: 335px;
    height: 432px;

    border: 1px solid #FFF;
    border-radius: 36px;

    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
    background-color: #3D7247;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

    box-shadow: #ffffff52 4px 4px 8px;

}
.product-card>img{
    margin: 0em .1em;
    width: 336px;
    height: 200px;

    border: 1px groove #FFF;
    border-radius: 32px;

    transition: transform 0.3s ease; /* Smooth zoom effect */

}
.product-card>img:hover{

    transform: scale(1.5); /* Zoom in on hover */
    border: 0.5px ridge #FFF;
    height: auto;
    z-index: 9999;
    text-decoration: wavy;

}
#product-3>img:hover{
    content: url('./assets/main/products/organic-clothing.webp');
    transform: scale(1.5); /* Zoom in on hover */
    border: 0.5px ridge #FFF;
    height: auto;
    z-index: 9999;
    text-decoration: wavy;
}
#product-4>img:hover{
    transform: scale(1.5); /* Zoom in on hover */
    border: 0.5px ridge #FFF;
    height: auto;
    z-index: 9999;
    text-decoration: wavy;
}
#product-5>img:hover{
    content: url('./assets/main/products/vegetables.avif');
    transform: scale(1.5); /* Zoom in on hover */
    border: 0.5px ridge #FFF;
    height: auto;
    z-index: 9999;
    text-decoration: wavy;
}
.product-title-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -.5em;

}
.product-title{
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0em 1em;
}
.product-price{
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: 1em;
}
.product-title:hover,
.product-price:hover {
    text-decoration: underline;
}
.product-description{
    font-size: 0.8rem;
    font-weight: 300;
    text-align: left;
    margin: -1.5em 1em;

    overflow:hidden;
}
/* HONEY PAGE */
.honey-header-top {
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: -3em;
    margin-top: -2em;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}
.honey-logo {

     z-index: 9999;
    position:relative;
    margin: 0em 3em;
    max-width: 200px;
    height: auto;


    padding: 1em ;
    box-shadow: 2px 2px 32px rgba(255, 255, 255, 0.37) ;
    border-radius: 1000px ;

    opacity: 80% ;
    
}
.honey-header-title{
    position: relative;
    z-index: 1;
    width: 500px;
    height: auto;
    margin-left: 0em;
    margin-top: 1em;
    flex-shrink: 0;


}
.honey-navbar {
    position: relative;
    padding: 1rem;
    padding-left: 17em;
    margin-top: -2em;
    background: #D19C28;
    z-index: 1;

    

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

    box-shadow: 16px 32px 128px rgba(255, 255, 255, 0.096);

}
.honey-navbar ul{


    color: #FFF;
    font-family: "Archivo Narrow";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: flex;
    position: relative;

    list-style-type: none;
    margin: 0;
    padding: .7em 0;
    margin-left: 1em;
    gap: 7.5rem;
    z-index: 1;


}
.honey-navbar ul li a {
    color: #FFF;
    text-decoration: none;


}
.honey-navbar ul li a:hover {
    text-decoration: underline;
}
.honey-navbar .active {
    text-decoration: underline;
    color: #ffffff;
}
.honey-navbar .active:hover {
    text-decoration: underline;
    color: #ffffff;
}
.honey-main-title {
    padding-top: 4em;
    padding-bottom: 2em;
}
.honey-banner{
    box-sizing: border-box;
    background-color: #D19C28;
    width: 100%;
    height: auto;
    padding: 2em;
    margin-top: 4em;
    border-radius: 36px;
    text-align: center;

    outline: #ffffff81 1px solid; 
    outline-offset: -10px;

    display: flex;
    flex-direction: row;
    gap: 2em;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
.honey-banner img{
    width: 468px;
    height: auto;
    border-radius: 30px;
}
.the-process{
    display: flex;
    flex-direction: column;
    margin: -3em 0em;
    margin-right: 4em;
}
.the-process h3 {
    font-family: 'Freckle Face';
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    margin-right: 7.5em;
    opacity: 90%;
    text-align: left;
}
.the-process>div {
        margin-top: -3em;
}
.the-process>div>p {
    font-family: 'Archivo Narrow';
    font-weight: 300;
    font-size: 1.1rem;
    margin-right: 4em;
    flex-shrink: 0;
    text-align: left;
}
.not-only-honeycombs{
    display: flex;
    flex-direction: row;
    gap: 2em;
}
.not-only-honeycombs-content{
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: -3em 0em;
    margin-left: 22em;
    max-width: 623px;
    flex-shrink: 0;

}
.not-only-honeycombs-content>h2{
    font-family: 'Freckle Face';
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    opacity: 80%;
    color: rgb(255, 196, 69);

}
.not-only-honeycombs-content>p{
    font-family: 'Archivo Narrow';
    font-weight: 300;
    font-size: 1.1rem;
    margin-right: 4em;
    flex-shrink: 0;

}
.not-only-honeycombs img{

    max-width: 25%;
    height: auto;
    border-radius: 36px;
    margin-left: 5em;
    flex-shrink: 0;

}
/* GARDENING COURSES */
.gardening-courses-banner{
    box-sizing: border-box;
    background-color: #3D7247;
    width: 1800px;
    height: auto;
    margin-top: 2em;
    border-radius: 36px;
    text-align: center;
    outline: #ffffff81 1px solid; 
    outline-offset: -10px;
    display: flex;
    flex-direction: column;
    gap: 2em;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

}
.gardening-courses-banner-title{
display: flex;
flex-direction: column;
}
.gardening-courses-banner-title>h2{
    font-family: "Freckle Face";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 86%;
}
.gardening-courses-banner-title>h3{
    font-family: "Freckle Face";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #9e8e4f 25.96%, #b7bd62 55.89%);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    margin-top: -1.3em;
    padding-bottom: 1em;
}
.gardening-courses-banner-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 2em;
    text-align: left;

}
.gardening-courses-banner-content>img{
    width: 75%;
    height: auto;
    border-radius: 36px;
    padding-left: 1em;
    margin-top: -10em;
    position: relative;
}
.main-course{
    display: flex;
    flex-direction: column;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #FFF;
    opacity: 90%;
    margin-top: -10em;
    padding: 0em 2em;
    text-align: left;
}
.course-day1>h3{
    font-family: "Freckle Face";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(124deg, #ffffff 1.38%, #90A34A 24.11%, #e2cc72 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    opacity: 100%;
}
.course-day2>h3{
    font-family: "Freckle Face";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(220deg, #ffffff 1.38%, #90A34A 24.11%, #e2cc72 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    opacity: 90;
}
.course-day3>h3{
    font-family: "Freckle Face";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(325deg, #ffffff 1.38%, #90A34A 24.11%, #e2cc72 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    opacity: 100%;
}
.gardening-course-posts-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gardening-course-posts-container>div>h2 {
    font-family: "Freckle Face";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    background: linear-gradient(120deg, hsl(337, 45%, 45%) 23.08%, #4F935C 34.38%, #B5A35A 74.04%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 90%;
    box-shadow: 0 10px 150px rgba(255, 255, 255, 0.007);
    border-radius: 256px;


}
.gardening-course-posts-container>div{
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: space-around;
    align-items: center;
}
.gardening-course-posts{
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    gap: 25em;
}
.gardening-course-post{
    background-color: #3D7247;
    padding: 1em;
    border-radius: 36px;
    width: 420px;
    height: 540px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.459);
    text-align: center;
    outline: #ffffff81 1px solid; 
    outline-offset: -10px;

    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;

}
.gardening-course-post img{
    max-width: 90%;
    max-height: 250px;
    border-radius: 32px;
    padding: 1em;
}
.title-date>h3{
    text-align: left;
}
.gardening-course-post>p {
    margin:1em;
    margin-top: -.1em;
    font-size: 1rem;
    font-weight: 300;
    opacity: 85%;
    text-align: left;
}
/* CONTACT US */
.contact-form-banner {
    box-sizing: border-box;
    font-family: 'Archivo Narrow';
    font-size:1.5rem;
    letter-spacing:0.25px;
    background-color: #3D7247;
    width: 100%;
    height: 150%;
    padding: 2em;
    margin-top: 4em;
    border-radius: 36px;

    outline: #ffffff81 1px solid; 
    outline-offset: -10px;

    display:flex;
    flex-direction: column;
    align-items: center;
    gap:2.5em;



    background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
    background-repeat: repeat;
    background-size: 50%;
}
.contact-form-banner>h2{
    font-size:2rem;
    margin-top: -.5em;
}
.contact-form-banner>form{
    display: flex;
    flex-direction: column;
    gap: .75em;
    text-align: left;
    margin-top: -2em;
}
.contact-form-banner>form>input{
    padding:1.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: Inter;
    border:none;
    outline: none;
}
.contact-form-banner>form>textarea{
    width: 700px;
    height: 320px;
    padding: 1rem;
    text-align: left;

    font-size: 1.1rem;
    font-weight: 400;
    font-family: Inter;
    border:none;
    outline: none;

}
.contact-form-banner>form>button{
    width: 10%;
    font-family: 'Archivo Narrow';
    font-size:1.25rem;
}
/* MEDIA ENQUIRIES / RESPONSIVENESS */
/* Smartphones  */
@media (min-width: 300px) and (max-width: 450px) {
    html,body {
        max-width: 450px;
        width: 100%;
        height: auto;
        overflow-x: hidden;

    }
    /* Header */
    .logo{
        margin-top: 1%;
        margin-left: 1%;
        width: 50px;
    }
    .header-title {
        position: relative;
        z-index: 4;
        flex-shrink: 0;

        font-family: "Freckle Face";
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2px;
        background: linear-gradient(90deg, #3D7247 0%, #74B480 23.08%, #4F935C 34.38%, #90A34A 44.11%, #B5A35A 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto;
        opacity: 80%;

        margin-left: -1em;
        margin-top: 1em;

    }
    .navbar{
        width: 125%;
        position: relative;
        padding: 0rem;
        margin-top: -0.2em;
        background: #3D7247;
        z-index: 1;
        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .navbar ul {


        color: #FFF;
        font-family: "Archivo Narrow";
        font-size: .6rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: flex;
        position: relative;

        list-style-type: none;
        margin: 0;
        margin-left: 2.2em;
        gap: .3rem;
        z-index: 1;


    }
    .honey-logo {

     margin-top: 1%;
        margin-left: 1%;
        width: 50px;

    }
    .honey-header-title{
        position: relative;
        z-index: 9998;
        width: 240px;
        height: auto;
        margin-left: -5em;
        margin-top: 2em;
        flex-shrink: 0;
        padding: 2em;


    }
    .honey-navbar {
        background: #D19C28;
        width: 125%;
        position: relative;
        padding: 0rem;
        margin-top: -0.2em;
        z-index: 1;
        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;


    }
    .honey-navbar ul{


        color: #FFF;
        font-family: "Archivo Narrow";
        font-size: .6rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: flex;
        position: relative;

        list-style-type: none;
        margin: 0;
        margin-left: 2.2em;
        gap: .3rem;
        z-index: 1;


    }
    /*Main*/
    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;

    }
    /* HOME */
    .video-banner{
        display: flex;
        flex-direction: column;
        width: 75%;
        height: auto;;
        padding: 2em 0em;
        margin-left: 30%;
        margin-top: 1%;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    }
    .video-banner-content>p{
        margin-top: -2em;
        font-size: .7em;
        font-family: Inter;
        font-weight: 300;
    }
    .video-banner>img{
        display: flex;
        flex-direction: column;
        width: 250px;
        height: auto;
    }
    .video-banner>div>h2{
        font-size: 2rem;
    }
    main section .posts {
        display: flex;
        flex-direction: column;
        gap: 4em;
        align-items: center;
        justify-content: center;
        margin-left: -5%;
    }
    main section .posts .post {
        width: 65%;
        height: auto;
        font-size: .6rem;
      
    }

    main section .posts .post img{
        outline: none;
      
    }

    main section .posts .post h3{
        font-size: .8rem;
    }
    main section .posts .post time{
        font-size: .75rem;
    }
    main section .posts .post p{
        font-size: .8rem;
    }
    .posts>h2 {
    font-size: 2rem;
    margin: 4% 5%;
    }
    /* ABOUT US */
    .about-us{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-us>section{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
        margin: 0 0;
    }
    .about-us>section>img{
     width: 90%;
     height: 100%;
     margin: 0 0;
     padding: 1em;
     background-color: transparent;
     box-shadow: none;
    }
    .about-us>section>div {
        margin: 0 0;
    }
    .about-us>section>div>div>p {
    margin: 0 0;
    }

    /* CAFE */
    .cafe-mobile {
    padding-bottom: .5em;
    }
    .cafe-video-banner{
        width: 90%;
        height: 350px;
        margin-top: -.5em;

    }
    .cafe-video-banner>h2{
        font-size: 2rem;   
    }
    .carousel-item {

        text-align: center;
    }
    .carousel-item > img {
        max-width: 100%;
        height: 35%;
        opacity: 90%;
    }
    button {
        margin-bottom: 15em;
    }
    .menu {
        margin-top: 58em;
        padding: 5em;

        width: 90%;
        display: flex;
        align-items: center;
        outline: #ffffff88 1.5px solid ;
        outline-offset: -10px ;

    }

    .menu-title{
        margin-top: -9em;
    }

    .menu-title>h2{
        margin-top: 2em;
        font-size: 2.5rem;
    }
    .menu-title>p{
        font-size: .75rem;
        margin: -1em -4em;
        padding-bottom: 3.5em;
    }
    .menu-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem 2rem;
        margin: 0em -3em;
        align-items: center;

    }
    .menu-items>div>h3{
        font-size: .65rem;
        font-weight: 500;
        text-decoration:underline;
        text-decoration-color: #ffffff96;
        text-decoration-style:wavy;
        text-decoration-thickness: .1px;
        line-height: 1.8em;
        color: #ffffff;
        padding: .1em 0em;

    }
    .menu-items>div>p{
        font-size: .75rem;
        font-weight: 400;
        margin-bottom: -.5em;
        margin-left: 1em;
    }
    .menu-items>div>ul>li {
        font-size: 0.75rem;
        line-height: .90em;
        text-align: left;
        flex-wrap: wrap;
    }
    .menu-items>div>ul>p {
        font-size:0.5rem;
        margin-top: .6em;
        margin-left: .8em;
        line-height: 1em;
        font-weight: 300;
    text-align: left;


    }
    .highland-drinks>li {
        margin-top: .85em;
        text-align: left;

    }
    .highland-drinks-section>h4{
        font-size: .6rem;
        margin-top: -.5em;
    }

    .highland-drinks>p {
        margin-top: .85em;
        text-align: left;
    }

    .farm-shop-specials>li {
        margin-top: 1em;
        text-align: left;

    }
    
    /* PRODUCTS */
    .products {
        display: flex;
        overflow: visible;
        transform: none;
        z-index: 0;
        margin-right: -1.8em;
    }
    .products>h2 {
        font-size: 2rem;
        
    }
    /* HONEY */
    .honey-main-title{
        width: 100%;
        padding: 0em 0em;
        margin-bottom: -2em;
    }
    .honey-banner{ 
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 2em;
        text-align: center;
    }
    .honey-banner>div>img{ 
        width: 100%;
        height: auto;
    }
    .honey-banner>div>h3 {
        font-size: 2.25rem;
        margin-right: 0;
        
    }
    .the-process>div>p {
        font-size: 1rem;
        padding-bottom: 1.5em;
        margin-right: -3em;
        text-align: justify;
    }
    .not-only-honeycombs-content{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0em 1.6em;
    }
    .not-only-honeycombs-content>h2{
        margin: 0em 0em;
        text-align: center;
    }
    .not-only-honeycombs-content>p{
        font-size: 1rem;
        margin: 0em 4em;
        text-align: justify;
    }
    /* GARDENING COURSES */
    .gardening-courses-banner{
        box-sizing: border-box;
        background-color: #3D7247;
        width: 90%;
        height: auto;
        margin-top: 2em;
        margin: 0em -1em;
        margin-left: 1em;
        border-radius: 36px;
        text-align: center;
        align-items: center;
        justify-content: center;

        display: flex;
        flex-direction: column;

        padding: 1em;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .gardening-courses-banner-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }
    .main-course{
        display: flex;
        flex-direction: column;
        padding-top: 10em;
    }
    .gardening-courses-banner-content>img{
        position: relative;
        width: 300px;
        height: auto;
        border-radius: 36px;
        margin-top: -6em;
        position: relative;
        
    }
    .gardening-courses-banner-title h2{
        font-size: 1.5rem;
    }
   .gardening-courses-banner-title h3{
        font-size: 2rem;
    }
    .gardening-courses-banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 2em;
        text-align: left;
        gap: 2em;
        width: 40%;

    }

    .gardening-course-posts{
         display: flex;
        flex-direction: column;
        gap: 4em;
        align-items: center;
        justify-content: center;
        margin-left: 5%;
    }
    .gardening-course-post{
        background-color: #3D7247;
        padding: 1em;
        border-radius: 36px;
        width: 95%;
        height: auto;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.192);
        text-align: center;

        font-size: .6rem;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;

    }
    /* CONTACT US */
    .contact-form-banner {
        box-sizing: border-box;
        font-family: 'Archivo Narrow';
        font-size:1rem;
        letter-spacing:0.25px;
        background-color: #3D7247;
        width: 85%;
        height: 600px;
        padding: 3em;
        margin-top: 0em;
        margin-left: .5em;
        border-radius: 36px;
        
        display:flex;
        flex-direction: column;
        align-items: center;
        gap: 3em;



        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .contact-form-banner>h2{
        font-size: 1.5rem;
        margin-top: -1.2em;
    }
    .contact-form-banner>form{
        display: flex;
        flex-direction: column;
        gap: .5em;
        text-align: left;
        margin-top: -3.5em;
    }
    .contact-form-banner>form>input{
        padding:.2rem;
        font-size: .9rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;
    }
    .contact-form-banner>form>textarea{
        width: 300px;
        height: 150px;
        padding: 1rem;
        text-align: left;

        font-size: 1.1rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;

    }
    .contact-form-banner>form>button{
        width: 25%;
        font-family: 'Archivo Narrow';
        font-size:1rem;
    }
  /* Footer */
    footer{
    max-width: 600px;
    width:100%;
    height: auto;
    padding-bottom: 276%;
    }
    .footer-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);  
    margin-left: -8em;  
    }
    .footer-content>div>h3{
        font-size: 1.5rem;
    }
    .footer-content>div{
        font-size: 1.3rem;
    }
    .footer-bottom{
        font-size: 1.2rem;
        margin-top: 3em;
    }
}

@media (min-width: 451px) and (max-width: 600px) {
    html,body {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow-x: hidden;

    }
    /* Header */
    .logo{
        margin-top: 1%;
        margin-left: 1%;
        width: 50px;
    }
    .header-title {
        position: relative;
        z-index: 4;
        flex-shrink: 0;

        font-family: "Freckle Face";
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2px;
        background: linear-gradient(90deg, #3D7247 0%, #74B480 23.08%, #4F935C 34.38%, #90A34A 44.11%, #B5A35A 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto;
        opacity: 80%;

        margin-left: -1em;
        margin-top: 1em;

    }
    .navbar{
        width: 125%;
        position: relative;
        padding: 0rem;
        margin-top: -0.2em;
        background: #3D7247;
        z-index: 1;
        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .navbar ul {
        color: #FFF;
        font-family: "Archivo Narrow";
        font-size: .8rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        text-align: left;
        list-style-type: none;
        margin-top: 0em;
        margin-left: 1.8em;
        gap: 0.7rem;
        z-index: 1;

    }
    .honey-logo {

        z-index: 9999;
        position:relative;
        margin-top: 1em;
        margin-left: 1.7em;
        width: 50px;

    }
    .honey-header-title{
        position: relative;
        z-index: 9998;
        width: 200px;
        height: auto;
        margin-left: -3em;
        margin-top: 1em;
        flex-shrink: 0;
    }
    .honey-navbar {

        width: 500px;
        position: relative;
        padding: 0rem;
        margin-top: -0.2em;
        background: #D19C28;
        z-index: 1;


        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .honey-navbar ul{


        color: #FFF;
        font-family: "Archivo Narrow";
        font-size: .6rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: flex;
        position: relative;

        list-style-type: none;
        margin: 0;
        margin-left: 2.2em;
        gap: .3rem;
        z-index: 1;


    }
 /*Main*/

    main {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;

    }
    /* HOME */
    .video-banner{
        display: flex;
        flex-direction: column;
        width: 75%;
        height: auto;;
        padding: 2em 0em;
        margin-left: 15%;
        margin-top: 1%;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

    }
    .video-banner-content>p{
        margin-top: -2em;
        font-size: .7em;
        font-family: Inter;
        font-weight: 300;
    }
    .video-banner>img{
        display: flex;
        flex-direction: column;
        width: 250px;
        height: auto;
    }
    .video-banner>div>h2{
        font-size: 2rem;
    }
    main section .posts {
        display: flex;
        flex-direction: column;
        gap: 4em;
        align-items: center;
        justify-content: center;
        margin-left: -5%;

    }
    main section .posts .post {
        width: 65%;
        height: auto;
        font-size: .6rem;
    }
    main section .posts .post h3{
        
        font-size: .8rem;
    }
    main section .posts .post time{
        
    font-size: .75rem;
    }
    main section .posts .post p{
        
        font-size: .8rem;
    }
  
    main section .posts .post img {
       outline: none;
    }

    .posts>h2 {
    font-size: 2rem;
    margin: 4% 5%;
    }
    /* ABOUT US */
    .about-us{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-us>h2{
        font-size: 2rem;
        margin-top: -.3em;
    }
    .about-us>section{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
        margin: 0 0;
    }
    .about-us>section>img{
    width: 90%;
    height: 100%;
    margin: 0 0;
    padding: 1em;
    background-color: transparent;
    box-shadow: none;
    }
    .about-us>section>div {
        margin: 0 0;
    }
    .about-us>section>div>div>p {
    margin: 0 0;
    }

    /* CAFE */
    .cafe-mobile {
    padding-bottom: .5em;
    }
    .cafe-video-banner{
        width: 90%;
        height: 350px;
        margin-top: -.5em;

    }
    .cafe-video-banner>h2{
        font-size: 2rem;   
    }
    .carousel-item {

        text-align: center;
    }
    .carousel-item > img {
        max-width: 100%;
        height: 35%;
        opacity: 90%;
    }
    button {
        margin-bottom: 15em;
    }
    .menu {
        margin-top: 55em;
        padding: 3em;
        width: 90%;
        display: flex;
        align-items: center;
        outline: #ffffff88 1.5px solid ;
        outline-offset: -10px ;

    }
    .menu-title>h2{
        margin-top: 2em;
        font-size: 2.5rem;
    }
    .menu-title>p{
        font-size: 1rem;
    }
    .menu-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem 2rem;
        margin: 0em 4em;
        align-items: center;

    }
    .menu-items>div>h3{
        font-size: .65rem;
        font-weight: 500;
        text-decoration:underline;
        text-decoration-color: #ffffff96;
        text-decoration-style:wavy;
        text-decoration-thickness: .1px;
        line-height: 1.8em;
        color: #ffffff;
        padding: .1em 0em;

    }
    .menu-items>div>p{
        font-size: .75rem;
        font-weight: 400;
        margin-bottom: -.5em;
        margin-left: 1em;
    }
    .menu-items>div>ul>li {
        font-size: 0.75rem;
        line-height: .90em;
        text-align: left;
        flex-wrap: wrap;
    }
    .menu-items>div>ul>p {
        font-size:0.5rem;
        margin-top: .6em;
        margin-left: .8em;
        line-height: 1em;
        font-weight: 300;
    text-align: left;


    }
    .highland-drinks>li {
        margin-top: .85em;
        text-align: left;

    }
    .farm-shop-specials>li {
        margin-top: 3em;
        text-align: left;

    }

    /* PRODUCTS */
    .products {
        display: flex;
        overflow: visible;
        transform: none;
        z-index: 0;
        margin-right: -1.8em;
    }
    .products>h2 {
        font-size: 2rem;
        
    }
    /* HONEY */
    .honey-main-title{
        width: 100%;
        padding: 0em 0em;
        margin-bottom: -2em;
    }
    .honey-banner{ 
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 2em;
        text-align: center;
    }
    .honey-banner>div>img{ 
        width: 100%;
        height: auto;
    }
    .honey-banner>div>h3 {
        font-size: 2.25rem;
        margin-right: 0;
        
    }
    .the-process>div>p {
        font-size: 1rem;
        padding-bottom: 1.5em;
        margin-right: -3em;
        text-align: justify;
    }
    .not-only-honeycombs-content{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0em 1.6em;
    }
    .not-only-honeycombs-content>h2{
        margin: 0em 0em;
        text-align: center;
    }
    .not-only-honeycombs-content>p{
        font-size: 1rem;
        margin: 0em 4em;
        text-align: justify;
    }
    /* GARDENING COURSES */
    .gardening-courses-banner{
        box-sizing: border-box;
        background-color: #3D7247;
        width: 90%;
        height: auto;
        margin-top: 2em;
        margin: 0em -1em;
        margin-left: 1em;
        border-radius: 36px;
        text-align: center;
        align-items: center;
        justify-content: center;

        display: flex;
        flex-direction: column;

        padding: 1em;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .gardening-courses-banner-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }
    .main-course{
        display: flex;
        flex-direction: column;
        padding-top: 10em;
    }
    .gardening-courses-banner-content>img{
        position: relative;
        width: 300px;
        height: auto;
        border-radius: 36px;
        margin-top: -6em;
        position: relative;
        
    }
    .gardening-courses-banner-title h2{
        font-size: 1.5rem;
    }
    .gardening-courses-banner-title h3{
        font-size: 2rem;
    }
    .gardening-courses-banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        padding: 2em;
        text-align: left;
        gap: 2em;
        width: 40%;

    }
    .gardening-course-posts{
        display: flex;
        flex-direction: column;
        gap: 4em;
        align-items: center;
        justify-content: center;
        margin-left: 5%;
    }
    .gardening-course-post{
        background-color: #3D7247;
        padding: 1em;
        border-radius: 36px;
        width: 95%;
        height: auto;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.192);
        text-align: center;

        font-size: .6rem;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;

    }
    /* CONTACT US */
    .contact-form-banner {
        box-sizing: border-box;
        font-family: 'Archivo Narrow';
        font-size:1rem;
        letter-spacing:0.25px;
        background-color: #3D7247;
        width: 85%;
        height: 600px;
        padding: 3em;
        margin-top: 0em;
        margin-left: .5em;
        border-radius: 36px;
        
        display:flex;
        flex-direction: column;
        align-items: center;
        gap: 3em;



        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .contact-form-banner>h2{
        font-size: 1.5rem;
        margin-top: -1.2em;
    }
    .contact-form-banner>form{
        display: flex;
        flex-direction: column;
        gap: .5em;
        text-align: left;
        margin-top: -3.5em;
    }
    .contact-form-banner>form>input{
        padding:.2rem;
        font-size: .9rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;
    }
    .contact-form-banner>form>textarea{
        width: 300px;
        height: 150px;
        padding: 1rem;
        text-align: left;

        font-size: 1.1rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;

    }
    .contact-form-banner>form>button{
        width: 25%;
        font-family: 'Archivo Narrow';
        font-size:1rem;
    }
    /* Footer */
    footer{
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 190%;
    }
    .footer-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);  
    margin-left: -5em;  
    }
    .footer-content>div>h3{
        font-size: 1.5rem;
    }
    .footer-content>div{
        font-size: 1.3rem;
    }
    .footer-bottom>div>div{
        font-size: 1rem;
    }
}
/* Tablet/Medium devices (768px and up) */
@media (min-width: 601px) and (max-width: 1200px){
    html, body{
        max-width: 1200px;
        width: 100%;
        overflow-x: hidden;
    }
/* Header */
    .header-top {
        display: flex;
        gap: 2rem;
        margin-bottom: -3em;
        margin-top: -3em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .logo {
        z-index: 9999;
        position:relative;
        margin: 0em 2em;
        max-width: 150px;
        height: auto;
    }
    .header-title {
        position: relative;
        z-index: 1;
        margin-left: -0.5em;
        flex-shrink: 0;
    }
    header>div {
        display: flex;
        align-items: center;
    }
    header>div>h1 {
        font-family: "Freckle Face";
        font-size: 6.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 2px;
        background: linear-gradient(90deg, #3D7247 0%, #74B480 23.08%, #4F935C 34.38%, #90A34A 44.11%, #B5A35A 74.04%), url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto;
        opacity: 80%;

        margin-left: .1em;
    }
    .navbar{
        max-width: 100%;
        width: 100%;
        position: relative;
        background: #3D7247;
        padding: 1.301em;
        padding-left: 3.5em;
        z-index: 1;
        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
        flex-wrap: nowrap;

    }
    .navbar ul {
            max-width: 100%;
        width: 100%;

        font-size: 1rem;
        position: relative;
        z-index: 1;
        gap: 2.5em;
        padding-left: .5em;
        flex-wrap: nowrap;

    }
    .honey-logo {

        z-index: 9999;
        position:relative;
        margin-top: 1em;
        margin-left: 1.7em;

    }
    .honey-header-title{
        position: relative;
        z-index: 9998;
        max-width: 200px;
        width: 100%;
        height: auto;
        margin-left: -3em;
        margin-top: 1em;
        flex-shrink: 0;
    }
 /*Main*/
    .video-banner{
        display: flex;
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .video-banner>img{
        width: 100%;
        height: auto;
        margin-top: -2em;
    }
    .video-banner-content{
        margin-top: -5em;
        padding: 3em;
    }
    .video-banner-content>h2{
        margin-top: .2em;
    }
    .video-banner-content>p{
        margin-top: -3em;
    }
    main section .posts {
    display: flex;
    flex-direction: column;
    gap: 4em;
    }
 /* ABOUT US */
    .about-us{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .about-us>section{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
        margin: 0 0;
    }
    .about-us>section>img{
        width: 90%;
        height: 100%;
        margin: 0 0;
        padding: 1em;
        background-color: transparent;
        box-shadow: none;
    }
    .about-us>section>div {
        margin: 0 0;
    }
    .about-us>section>div>div>p {
        margin: 0 0;
    }
    /* CAFE */
    .cafe-page{
        display: flex;
        flex-direction: column;
        gap: 25em;
    }
    .cafe-video-banner{
        width: 100%;
        height: 25%;
        margin-top: 1em;
        padding: 2em;

    }
    .cafe-video-banner>h2{
        font-size: 2rem;   
    }
    .carousel-item {

        text-align: center;
    }
    .carousel-item > img {
        max-width: 100%;
        height: 100%;
        opacity: 90%;
    }
    .menu {
        padding: 3em;
        width: 70%;
        display: flex;
        align-items: center;
        outline: #ffffff88 1.5px solid ;
        outline-offset: -10px ;
    }
    .menu-title>h2{
        margin-top: 2em;
        font-size: 2.5rem;
    }
    .menu-title>p{
        font-size: 1rem;
    }
    .menu-items {
        grid-template-columns: repeat(2, 2fr);
        gap: 2rem 4rem;
        margin: 0em 0em;
        align-items: center;

    }
    .menu-items>div>h3{
        font-size: 1rem;
        font-weight: 400;
        text-decoration:underline;
        text-decoration-color: #ffffff96;
        text-decoration-style:wavy;
        text-decoration-thickness: .1px;
        line-height: 1.8em;
        color: #ffffff;

    }
    .menu-items>div>p{
        font-size: .75rem;
        font-weight: 400;
        margin-bottom: -.5em;
        margin-left: 1em;
    }
    .menu-items>div>ul>li {
        font-size: 0.75rem;
        line-height: .90em;
        text-align: left;
        flex-wrap: wrap;
    }
    .menu-items>div>ul>p {
        font-size:0.5rem;
        margin-top: .6em;
        margin-left: .8em;
        line-height: 1em;
        font-weight: 300;
    text-align: left;


    }
    .highland-drinks>li {
        margin-top: .85em;
        text-align: left;

    }
    .farm-shop-specials>li {
        margin-top: 3em;
        text-align: left;

    }
    /* PRODUCTS */
    .products {
        display: flex;
        overflow: visible;
        transform: none;
        z-index: 0;
        margin-right: -1.8em;
    }
    .products>h2 {
        font-size: 2rem;
        
    }
    /* HONEY */
    .honey-header-top {
        display: flex;
        justify-items: center;
        align-items: center;
        gap: 0rem;
        margin-bottom: -3em;
        margin-top: -2em;
        padding-top: 0.5em;
        padding-bottom: 1.5em;
        margin-left: -1em;
    }
    .honey-logo {

        z-index: 9999;
        position:relative;
        margin: 0em 3em;
        max-width: 150px;
        width: 100%;
        height: auto;
        padding-top: 1em;

    }
    .honey-header-title{
        position: relative;
        z-index: 1;
        max-width: 500px;
        width: 100%;
        height: auto;
        margin-left: -2em;
        margin-top: 1em;
        flex-shrink: 0;
    }
    .honey-navbar {
        max-width: 1200px;
        width: 100%;

        position: relative;
        margin-top: -1.75em;
        padding: 2em;
        background: #D19C28;
        z-index: 1;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .honey-navbar ul{


        color: #FFF;
        font-family: "Archivo Narrow";
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        display: flex;
        position: relative;
        padding: 0em;


        font-size: 1rem;
        position: relative;
        z-index: 1;
        gap: 2.5em;
        padding-left: 2em;
        flex-wrap: nowrap;



    }
    .honey-navbar ul li a {
        color: #FFF;
        text-decoration: none;


    }
    .honey-navbar ul li a:hover {
        text-decoration: underline;
    }
    .honey-navbar .active {
        text-decoration: underline;
        color: #ffffff;
    }
    .honey-navbar .active:hover {
        text-decoration: underline;
        color: #ffffff;
    }
    .honey-main-title{
        width: 100%;
        padding: 2em 2em;
        margin-bottom: -2em;
    }
    .honey-header-title{
        transform: scale(1.05);
        height: auto;
        margin-left: -1.1em;
    }
    .honey-banner{
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 2em;
        text-align: center;
    }
    .honey-banner>div>img{ 
        width: 95%;
        height: auto;
    }
    .honey-banner>div>h3 {
        font-size: 5rem;
        padding-bottom: 0em;
        margin-top: .2em;
        margin-right: 0;
        text-align: center;
        
    }
    .the-process>div>p {
        font-size: 1.25rem;
        padding-bottom: 3em;
        padding-left: 3em;
        margin: 0em -1em;
        text-align: justify;
    }
    .not-only-honeycombs{
        flex-direction: column;
    }
    .not-only-honeycombs-content{
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0em 5em;
    }
    .not-only-honeycombs-content-title{
        margin: 0em 0em;
        text-align: center;
    }
    .not-only-honeycombs-content>p{
        font-size: 1.25rem;
        margin: 0em 0em;
        text-align: justify;
    }
    .not-only-honeycombs>img{
        margin-top: 3em;
        margin-left: 10%;
        max-width: 70%;
        width: 100%;
        height: auto;
        text-align: justify;
        justify-content: center;
        align-items: center;

    }
    /* GARDENING COURSES */
    .gardening-courses-banner{
        box-sizing: border-box;
        background-color: #3D7247;
        width: 90%;
        height: auto;
        margin-top: 2em;
        margin: 0em -1em;
        margin-left: 1em;
        border-radius: 36px;
        text-align: center;
        align-items: center;
        justify-content: center;

        display: flex;
        flex-direction: column;

        padding: 1em;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .gardening-courses-banner-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }
    .main-course{
        display: flex;
        flex-direction: column;
        padding-top: 10em;
    }
    .gardening-courses-banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: left;
        gap: 2em;

    }
    .gardening-courses-banner-content>img{
        position: relative;
        max-width:600px;
        height: auto;
        border-radius: 36px;
        margin-top: -6em;
        position: relative;
        
    }
    .gardening-courses-banner-title h2{
        font-size: 1.5rem;
    }
    .gardening-courses-banner-title h3{
        font-size: 2rem;
    }
    .gardening-course-posts-container>div>h2{
        font-size: 3rem;
        margin: 4% 5%;
        text-align: center;
        justify-content: center;

    }
    .gardening-course-posts{
        display: flex;
        flex-direction: column;
        gap: 4em;
        height: 100%;
        align-items: center;
        justify-content: center;
        margin-left: 5%;
    }
    .gardening-course-post{
        background-color: #3D7247;
        padding: 1em;
        border-radius: 36px;
        width: 50%;
        height: 100%;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.192);
        text-align: center;
        font-size: .6rem;

        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;

    }
    .gardening-course-post>p{
        margin-left: 1.5em;

    }
    .gardening-post-2>img{
        width: auto;
        height: 250px;
    }
    /* CONTACT US */
    .contact-form-banner {
        box-sizing: border-box;
        font-family: 'Archivo Narrow';
        font-size:1rem;
        letter-spacing:0.25px;
        background-color: #3D7247;
        width: 100%;
        height: 600px;
        padding: 3em;
        margin-top: 3em;
        margin-left: .5em;
        border-radius: 36px;
        
        display:flex;
        flex-direction: column;
        align-items: center;
        gap: 3em;



        background-image: url('./assets/background/Dust.png'), url('./assets/background/Wood.png');
        background-repeat: repeat;
        background-size: 50%;
    }
    .contact-form-banner>h2{
        font-size: 1.5rem;
        margin-top: -1.2em;
    }
    .contact-form-banner>form{
        display: flex;
        flex-direction: column;
        gap: .5em;
        text-align: left;
        margin-top: -3.5em;
    }
    .contact-form-banner>form>input{
        padding:.2rem;
        font-size: .9rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;
    }
    .contact-form-banner>form>textarea{
        width: 300px;
        height: 150px;
        padding: 1rem;
        text-align: left;

        font-size: 1.1rem;
        font-weight: 400;
        font-family: Inter;
        border:none;
        outline: none;

    }
    .contact-form-banner>form>button{
        width: 25%;
        font-family: 'Archivo Narrow';
        font-size:1rem;
    }
    /* FOOTER */
    footer{
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 130% !important;
    }
    .footer-content {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        margin-left: -5em;
    }
    .reviews-banner{
        width: 100%;
        height: auto;
    }
    .footer-bottom{
        font-size: 1.2rem;
        text-align: center;
        margin-top: 3.5em;
        line-height: 1em;
    }
}  