html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset */

html, body {
    height: 100%;
    width: 100%;
}


@font-face {
    font-family: Funkis;
    src: url(Funkis-Medium.otf);
}

@font-face {
    font-family: Gopher;
    src: url(Gopher-Bold.otf);
}

@font-face {
    font-family: Sofia-Pro;
    src: url(SofiaPro-Regular.otf);
}

.main-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav {
    display: flex;
    justify-content: space-between;
    min-height: 80px;
    align-items: center;
    background-color: rgba(249, 240, 160, 1);
    border-bottom: solid 1px rgba(65, 43, 22, 1);
    padding: 0 40px;
}

.nav-links-container {
    width: 33%;
}

.ham-menu {
    display: none;
    box-sizing: border-box;
}

.ham-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 11;
    background: linear-gradient(180deg,#F3EDE5,#B3C4D1);
    width: 100%;
}

.ham-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.nav-open .ham-display {
    top: 0;
    transition: all 3s ease-in-out;
}

body.nav-open {
    overflow-y: hidden;
}

.mobile-menu {
    position: fixed;
    top: -100vh;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-color: #ffff;
    transition: all 0.5s ease-in-out;
    max-width: 100vw;
}

.nav-links {
    font-family: Funkis;
    text-decoration: none;
    color: rgba(65, 43, 22, 1);
    font-size: 14px;
    letter-spacing: 8%;
    line-height: 20px;
}

.nav-links:nth-child(2) {
    margin-left: 32px;
    margin-right: 32px;
}

.nav-icon-container {
    display: flex;
    justify-content: end;
    width: 33%;
}

.nav-icon {
    height: 26px;
    width: 26px;
}

.nav-icon-container a:nth-child(2) {
    margin-left: 12px;
}

.nav-icon-container a:nth-child(1) {
    margin-right: 12px;
}

.logo-container {
    display: flex;
    justify-content: center;
    width: 33%;
}

.logo {
    width: 127.81px;
    height: 44px;
}

/* End of Nav */

.main-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100% - 80px);
    min-height: 600px;
}

.left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F3EDE5;
    width: 50%
}

.left-container p:not(:last-child) {
    margin-bottom: 40px;
}


.left-header-text {
    font-family: Gopher;
    font-size: 72px;
    color: rgba(65, 43, 22, 1);
    color: rgba(65, 43, 22, 1);
    line-height: 110%;
    letter-spacing: -2px;
    max-width: 615px;
    text-align: center;
}

.desc-text {
    font-family: Sofia-Pro;
    font-size: 19px;
    color: rgba(65, 43, 22, 1);
    line-height: 28px;
    letter-spacing: -1%;
    max-width: 481px;
    text-align: center;
}

.shop-btn {
    border-radius: 50px;
    background-color: #F6A7AC;
    border: 1px solid #412b16;
    color: #412b16;
    padding: 16px 24px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Funkis", sans-serif;
    letter-spacing: 1.25px;
}

.shop-btn:hover {
    cursor: pointer;
}

.badge-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    top: 29%;
}

.badge {
    height: 121px;
}

/* Start of Right Container */

.right-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
}

.img-container {
    display: flex;
    justify-content: center;
    height: 737px;
    width: 400px;
    position: relative;
    padding-top: 40px;
}

.can {
    opacity: 0;
    height: 100%;
    transform: translate(0px,-10px);
    transition: all 0.5s ease-in-out;
    position: absolute;
}

.active-can {
    opacity: 1;
    transform: translateY(0px);
    position: absolute;
}

.pag-btn {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    height: 10px;
    width: 10px;
    padding: 0;
    border-radius: 50%;
    margin: 0px 5px;
    background: #412B16;
    box-sizing: content-box;
    opacity: 0.2;
    transition: all 0.3s ease;
}

.active-btn {
    display: flex;
    width: 51px;
    height: 11px;
    border-radius: 16px;
    background: #412B16;
    opacity: 1;     
}

.btn-container {
    display: flex;
    justify-content: center;
    border: none;
    border-style: none;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    padding-top: 100px;
    padding-bottom: 40px;
}

button {
    all: unset;
  }

.straw-bg {
    background: linear-gradient(180deg,#F3EDE5,#f6a7ac);
    transition: all 0.5s ease;
}

.og-bg {
    background: linear-gradient(180deg,#F3EDE5,#B3C4D1);
    transition: all 0.5s ease;
    animation: fade linear 1s;
}

.gf-bg {
    background: linear-gradient(180deg,#F3EDE5,#F9F0A0);
    transition: all 0.5s ease;
}

@media screen and (max-width: 870px) {

     body {
	overflow-x: hidden;
     }

    .main-container {
        height: auto;
    }

    .nav {
        position: fixed;
        width: 100%;
        z-index: 200;
        padding: 0;
    }

    .nav-links-container {
        display: none;
    }

    .ham-menu {
        display: flex;
        flex-direction: column;
        padding-left: 16px;
        width: 33%;
        flex-wrap: wrap;
        align-content: start;
    }

    .mobile-links {
        font-family: Funkis;
        text-decoration: none;
        color: rgba(65, 43, 22, 1);
        font-size: 24px;
        letter-spacing: 8%;
        line-height: 50px;
        text-align: center;
    }

    .nav-open .mobile-menu 
    {
        top: 0;
    }

    .ham-menu.active .bar:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }

    .ham-menu.active .bar:nth-child(2) {
        display: none;
    }
    
    .ham-menu.active .bar:nth-child(3) {
        transform: translateY(-4px) rotate(-45deg);
    }

    .bar {
        display: block;
        width: 24px;
        height: 2px;
        margin: 3px auto;
        border-radius: 50px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #412B16;
    }

    .nav-icon-container a:nth-child(1) {
        display: none;
    }

    .nav-icon-container a:nth-child(2) {
        padding-right: 16px;
    }

    .main-wrapper {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        padding-top: 80px;
    }

    .badge-wrapper {
        display: none;
    }

    .badge {
        display: none;
    }

    .img-container {
        height: 420px;

    }

    .can {
    }

    .left-header-text {
        font-size: 40px;
        max-width: 320px;
    }

    .desc-text {
        font-size: 16px;
    }

    .btn-container {
        position: unset;

    }

    .left-container {
        height: 80vh;
        width: 100%;
        box-sizing: border-box;
        padding: 0 24px;
    }

    .right-container {
        height: 80vh;
        width: 100%;
    }




  }

