/* Text meant only for screen readers. */
/*
  Html for skip css
  <div id="skip">
    <a href="#site-main">Skip to content</a>
  </div>
*/
#skip a {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#skip a:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing Reset */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Responsive Media Elements */
embed,
iframe,
object {
  max-width: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  --ff-base: "Oswald", sans-serif;
  --ff-secondary: "Bowlby One";
  --fs-3xs: clamp(0.75rem, 0.4859rem + 1.1268vw, 1.5rem);
  --fs-2xs: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  --fs-xs: 1rem;
  --fs-s: clamp(1.125rem, 0.923rem + 0.5634vw, 1.5rem);
  --fs-m: 1.25rem;
  --fs-l: 1.5rem;
  --fs-xl: clamp(2rem, 1.1197rem + 3.7559vw, 4.5rem);
  --fs-2xl: clamp(2.5rem, 0.9595rem + 6.5728vw, 6.875rem);
  --clr-text: #000000;
  --clr-primary: #ee4a1e;
  --clr-secondary: #f6f2f0;
  --clr-accent: #eef866;
  --clr-neutral: #ffffff;
}

body {
  font-family: var(--ff-base);
  color: var(--clr-text);
  background-color: var(--clr-secondary);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--ff-secondary);
}

h1,
.h1 {
  font-size: var(--fs-2xl);
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: var(--fs-xl);
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: var(--fs-l);
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: var(--fs-m);
}

p {
  font-size: var(--fs-s);
  max-width: 75ch;
  line-height: 1.5;
}

.navigation {
  background-color: var(--clr-primary);
  display: flex;
  justify-content: space-between;
  padding-inline: 1.25rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 90em) {
  .navigation {
    padding-inline: 3.125rem;
  }
}
.navigation [hidden] {
  display: none;
}
.navigation .logo {
  width: 5.6875rem;
  height: 1.5rem;
  margin-top: 1.3125rem;
}
@media (min-width: 90em) {
  .navigation .logo {
    margin-top: 2.125rem;
  }
}
.navigation button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  margin-top: 1.0625rem;
}
.navigation ul {
  position: absolute;
  background-color: var(--clr-primary);
  left: 0;
  top: 4.75rem;
  height: calc(100vh - 4.75rem);
  width: 100vw;
  padding-top: 1.9375rem;
  padding-inline-start: 0;
  margin-top: 0;
  list-style: none;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 90em) {
  .navigation ul {
    position: static;
    padding-top: 2rem;
    height: fit-content;
    flex-direction: row;
    max-width: fit-content;
  }
}
.navigation a {
  color: var(--clr-text);
  font-size: var(--fs-l);
  font-family: var(--ff-base);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.navigation .smiley-logo {
  width: 9.1875rem;
  padding-top: 2rem;
}

.section_1_hero {
  background-color: var(--clr-primary);
  padding-bottom: 2.5rem;
  padding-inline: 1.25rem;
}
@media (min-width: 90em) {
  .section_1_hero {
    padding-inline: 3.125rem;
    padding-bottom: 7.6875rem;
  }
}
.section_1_hero header {
  max-width: 90rem;
  margin: 0 auto;
}
@media (min-width: 28em) {
  .section_1_hero header {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 90em) {
  .section_1_hero header {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-areas: "title-hero shrimp-img" "p-hero shrimp-img" "btn-hero shrimp-img";
  }
}
.section_1_hero h1 {
  margin: 0;
  padding: 3.125rem 0 0 0;
  max-width: 50rem;
}
@media (min-width: 90em) {
  .section_1_hero h1 {
    padding-top: 6.25rem;
    grid-area: title-hero;
  }
}
.section_1_hero p {
  margin: 0;
  padding-top: 0.75rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 28em) {
  .section_1_hero p {
    position: static;
    max-width: 37.5rem;
  }
}
@media (min-width: 90em) {
  .section_1_hero p {
    padding-top: 1.1875rem;
    grid-area: p-hero;
  }
}
.section_1_hero .shrimp-img {
  width: 16.25rem;
  margin-left: 3.6rem;
  position: relative;
  bottom: 3.5rem;
  transform: rotate(-2.66deg);
}
@media (min-width: 28em) {
  .section_1_hero .shrimp-img {
    position: static;
    width: 50%;
    max-width: 31.25rem;
    margin-top: 2rem;
    margin-inline: 2rem;
  }
}
@media (min-width: 90em) {
  .section_1_hero .shrimp-img {
    width: 31.25rem;
    grid-area: shrimp-img;
    margin-top: 6.75rem;
  }
}
.section_1_hero .smiley-logo-hero {
  display: none;
}
@media (min-width: 90em) {
  .section_1_hero .smiley-logo-hero {
    display: block;
    position: absolute;
    left: 40.5rem;
    top: 18.5rem;
  }
}
.section_1_hero a {
  font-size: 1.25rem;
  display: block;
  text-transform: uppercase;
  background-color: var(--clr-text);
  color: var(--clr-neutral);
  padding: 0.75rem 0.75rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 28em) {
  .section_1_hero a {
    position: static;
    width: 20.875rem;
    font-size: 1.33rem;
    margin-top: 2rem;
  }
}

.we-are-jo-section {
  padding-inline: 1.25rem;
}
@media (min-width: 28em) {
  .we-are-jo-section {
    margin: 0 auto;
  }
}
@media (min-width: 90em) {
  .we-are-jo-section {
    padding-inline: 3.125rem;
  }
}
.we-are-jo-section h2 {
  color: var(--clr-primary);
  margin: 0;
}
@media (min-width: 90em) {
  .we-are-jo-section h2 {
    letter-spacing: -0.045rem;
  }
}
.we-are-jo-section p {
  color: var(--clr-primary);
}
.we-are-jo-section .header-primary {
  margin-top: 4rem;
}
@media (min-width: 90em) {
  .we-are-jo-section .header-primary {
    width: 60.625rem;
    position: relative;
    z-index: 2;
  }
}
.we-are-jo-section .header-secondary {
  margin-top: 2rem;
}
@media (min-width: 28em) {
  .we-are-jo-section .image-kitchen {
    display: block;
    margin: 0 auto;
    width: 40rem;
  }
}
@media (min-width: 90em) {
  .we-are-jo-section .image-kitchen {
    object-fit: cover;
  }
}
.we-are-jo-section .description-text {
  margin: 1rem 0 0 0;
}
.we-are-jo-section .image-caption-container {
  margin-top: 2rem;
}
@media (min-width: 90em) {
  .we-are-jo-section .image-caption-container {
    width: 40rem;
    margin: -11.5rem 0 0 43.5rem;
    display: flex;
    flex-direction: column;
    gap: var(--fs-2xs);
  }
}
.we-are-jo-section .image-caption {
  margin-top: 0.75rem;
  font-size: var(--fs-3xs);
  text-align: center;
}
.we-are-jo-section .image-text-container {
  margin-top: 4rem;
}
@media (min-width: 90em) {
  .we-are-jo-section .image-text-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 12.5rem;
  }
}
.we-are-jo-section .text-container {
  max-width: 50rem;
  margin-inline: auto;
}
@media (min-width: 90em) {
  .we-are-jo-section .text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--fs-2xs);
    margin-left: 9rem;
  }
}
@media (min-width: 28em) {
  .we-are-jo-section .image-open {
    display: block;
    margin: 0 auto;
    width: 40rem;
  }
}
@media (min-width: 90em) {
  .we-are-jo-section .image-open {
    object-fit: cover;
    display: block;
  }
}

.section_3_we-are-different {
  margin: 4rem 0 0 0;
  position: relative;
}
@media (min-width: 90em) {
  .section_3_we-are-different {
    margin: 12.5625rem 0 0 0;
  }
}
.section_3_we-are-different .img-small {
  width: 100%;
}
@media (min-width: 48em) {
  .section_3_we-are-different .img-small {
    display: none;
  }
}
.section_3_we-are-different .img-large {
  display: none;
  width: 100%;
}
@media (min-width: 48em) {
  .section_3_we-are-different .img-large {
    display: inline;
  }
}
.section_3_we-are-different div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 90em) {
  .section_3_we-are-different div {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.section_3_we-are-different p {
  width: 12.25rem;
  margin: 0;
  color: var(--clr-neutral);
  font-family: var(--ff-secondary);
  font-size: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 48em) {
  .section_3_we-are-different p {
    width: 16.25rem;
  }
}
@media (min-width: 90em) {
  .section_3_we-are-different p {
    width: fit-content;
  }
}
.section_3_we-are-different button {
  margin-top: 0.75rem;
  position: relative;
  background-color: transparent;
  padding: 0;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media (min-width: 90em) {
  .section_3_we-are-different button {
    margin-top: 0;
    left: 0;
    transform: translateX(0);
  }
}
.section_3_we-are-different .play-button {
  width: 4rem;
}
@media (min-width: 48em) {
  .section_3_we-are-different .play-button {
    width: 4.5rem;
  }
}
@media (min-width: 90em) {
  .section_3_we-are-different .play-button {
    width: 5rem;
  }
}
.section_3_we-are-different .organic-icon {
  position: absolute;
  width: 7.5rem;
  transform: rotate(-3.659deg);
  top: 88%;
  left: 5.5%;
}
@media (min-width: 28em) {
  .section_3_we-are-different .organic-icon {
    width: 8rem;
    top: 90%;
    left: 3.5%;
  }
}
@media (min-width: 48em) {
  .section_3_we-are-different .organic-icon {
    width: 9rem;
    top: 90%;
    left: 3.5%;
  }
}
@media (min-width: 90em) {
  .section_3_we-are-different .organic-icon {
    width: 11.125rem;
    top: 92%;
    left: 2%;
  }
}

.section_4_our_burgers {
  margin: 5rem 0 0 0;
  padding-inline: 1.25rem;
}
@media (min-width: 90em) {
  .section_4_our_burgers {
    padding-inline: 3.125rem;
    margin: 10rem 0 0 0;
  }
}
.section_4_our_burgers .burger-card-container {
  max-width: 90rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: grid;
  column-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(20.1875rem, 1fr));
}
.section_4_our_burgers header {
  max-width: 50rem;
  margin-inline: auto;
}
@media (min-width: 90em) {
  .section_4_our_burgers header {
    margin-inline: 0;
  }
}
.section_4_our_burgers h2 {
  color: var(--clr-primary);
  margin: 0;
}
.section_4_our_burgers h3 {
  text-align: center;
  margin-bottom: 0.75;
}
.section_4_our_burgers p {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.section_4_our_burgers .our-burger-p {
  color: var(--clr-primary);
  text-align: left;
  padding: 0;
  max-width: 50rem;
}
.section_4_our_burgers .burger-card {
  background-color: var(--clr-neutral);
  margin-top: 2.5rem;
}
.section_4_our_burgers .img-stack {
  position: relative;
}
.section_4_our_burgers .new-star-img {
  position: absolute;
  width: 6.6875rem;
  z-index: 1;
  right: -0.5rem;
  top: -3rem;
}
.section_4_our_burgers .our-burger-img {
  width: 100%;
}

.section_5_banners {
  margin-top: 3.125rem;
}
@media (min-width: 90em) {
  .section_5_banners {
    margin-top: 7.75rem;
  }
}
.section_5_banners .banner-on-top {
  transform: rotate(-2.71deg);
}
.section_5_banners .banner-underneath {
  position: relative;
  transform: rotate(2.66deg);
  bottom: 1.5rem;
}
@media (min-width: 90em) {
  .section_5_banners .banner-underneath {
    bottom: 2.9rem;
  }
}
.section_5_banners .banner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--clr-accent);
  text-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  height: 3rem;
}
@media (min-width: 48em) {
  .section_5_banners .banner {
    height: 3.5rem;
  }
}
@media (min-width: 90em) {
  .section_5_banners .banner {
    height: 4.5rem;
  }
}
.section_5_banners p {
  display: inline-block;
  font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--clr-primary);
  margin: 0;
}
.section_5_banners img {
  width: 1.3125rem;
}
@media (min-width: 90em) {
  .section_5_banners img {
    width: 2rem;
  }
}

.section_6_some_reviews {
  margin: 3.125rem 0 0 0;
  padding-inline: 1.25rem;
}
@media (min-width: 90em) {
  .section_6_some_reviews {
    padding-inline: 3.125rem;
    margin: 6.4375rem 0 0 0;
  }
}
.section_6_some_reviews h2 {
  color: var(--clr-primary);
  margin: 0;
}
.section_6_some_reviews .review-paragraph {
  color: var(--clr-primary);
  margin: 1rem 0 0 0;
}
.section_6_some_reviews .review-grid-container {
  margin: 3.9375rem 0 4rem 0;
  columns: 27.1875rem;
  column-gap: 0.75rem;
}
@media (min-width: 90em) {
  .section_6_some_reviews .review-grid-container {
    margin: 3.75rem 0 9.6875rem 0;
  }
}
.section_6_some_reviews .review-card {
  background-color: var(--clr-neutral);
  margin-top: 0.75rem;
  margin-inline: auto;
  break-inside: avoid;
  max-width: 27.1875rem;
}
.section_6_some_reviews .set-1 {
  display: none;
}
@media (min-width: 28em) {
  .section_6_some_reviews .set-1 {
    display: block;
  }
}
.section_6_some_reviews .set-2 {
  display: none;
}
@media (min-width: 28em) {
  .section_6_some_reviews .set-2 {
    display: block;
  }
}
.section_6_some_reviews .fade-in {
  animation: fadeIn 2.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section_6_some_reviews .icon-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_6_some_reviews .icon-title-container img {
  margin: 1.25rem 0 0 1.25rem;
}
@media (min-width: 90em) {
  .section_6_some_reviews .icon-title-container img {
    margin: 1.5rem 0 0 1.5rem;
  }
}
.section_6_some_reviews .icon-title-container p {
  font-size: clamp(0.875rem, 0.7679rem + 0.5357vw, 1.25rem);
  font-weight: 600;
  text-transform: uppercase;
  margin: 1.5625rem 0 0 1rem;
  width: fit-content;
}
@media (min-width: 90em) {
  .section_6_some_reviews .icon-title-container p {
    margin: 2.0625rem 0 0 1.0625rem;
  }
}
.section_6_some_reviews .review-text {
  margin: 0.75rem 0 0 4.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
}
@media (min-width: 90em) {
  .section_6_some_reviews .review-text {
    margin: 1rem 0 0 5.5625rem;
    padding-bottom: 1.5rem;
  }
}
.section_6_some_reviews button {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: var(--fs-m);
  font-weight: 600;
  background-color: var(--clr-secondary);
  width: 100%;
  padding: 0.75rem 4rem;
}
@media (min-width: 28em) {
  .section_6_some_reviews button {
    display: none;
  }
}
.section_6_some_reviews button:hover {
  background-color: var(--clr-text);
  color: var(--clr-neutral);
  cursor: pointer;
}

.section_7_instagram {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
@media (min-width: 48em) {
  .section_7_instagram {
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  }
}
.section_7_instagram img:first-child {
  display: none;
}
@media (min-width: 28em) {
  .section_7_instagram img:first-child {
    display: inline;
    margin: 0;
  }
}
.section_7_instagram img:last-of-type {
  object-fit: cover;
  display: none;
}
@media (min-width: 28em) {
  .section_7_instagram img:last-of-type {
    display: inline;
  }
}
@media (min-width: 90em) {
  .section_7_instagram img:last-of-type {
    display: none;
  }
}
.section_7_instagram img {
  margin: 0;
  height: 100%;
  width: 100%;
}
.section_7_instagram div {
  background-color: var(--clr-accent);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 73.125em) {
  .section_7_instagram div {
    grid-column: 2/-1;
  }
}
@media (min-width: 90em) {
  .section_7_instagram div {
    grid-column: auto;
  }
}
.section_7_instagram p {
  max-width: fit-content;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.625rem);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--clr-primary);
}

footer {
  background-color: var(--clr-primary);
  padding-inline: 1.25rem;
}
@media (min-width: 90em) {
  footer {
    padding-inline: 3.125rem;
    display: grid;
    grid-template-columns: 1fr min-content;
    grid-template-rows: min-content min-content min-content;
    grid-template-areas: "subscribe nav-list" "email-form nav-list" "legal-list nav-list";
  }
  footer .subscribe {
    grid-area: subscribe;
  }
  footer .email-form {
    grid-area: email-form;
  }
  footer .nav-list {
    grid-area: nav-list;
  }
  footer .legal-list {
    grid-area: legal-list;
  }
}
footer img {
  width: 7.625rem;
}
@media (min-width: 90em) {
  footer img {
    width: 19.25rem;
  }
}
footer .subscribe {
  padding-top: 4rem;
  margin-bottom: 1.5rem;
  max-width: 37.5rem;
}
@media (min-width: 28em) {
  footer .subscribe {
    margin-inline: auto;
  }
}
@media (min-width: 90em) {
  footer .subscribe {
    padding-top: 8.625rem;
    margin-inline: 0;
  }
}
footer h2 {
  font-size: clamp(2rem, 1.8239rem + 0.7512vw, 2.5rem);
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 90em) {
  footer h2 {
    margin-top: 2.5625rem;
  }
}
footer p {
  font-size: var(--fs-2xs);
  margin-top: 1rem;
  margin-bottom: 0;
}
footer .email-form {
  font-family: var(--ff-base);
  margin-bottom: 4rem;
}
@media (min-width: 90em) {
  footer .email-form {
    margin-bottom: 5rem;
  }
}
footer .email-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  gap: 1rem;
}
@media (min-width: 90em) {
  footer .email-form form {
    flex-direction: row;
    gap: 0;
  }
}
footer .email-form .email-input {
  border: 0.0625rem solid var(--clr-text);
  width: 20.9375rem;
  height: 3.6875rem;
  text-align: center;
  background-color: inherit;
}
@media (min-width: 90em) {
  footer .email-form .email-input {
    text-align: left;
    width: 25.875rem;
  }
}
footer .email-form .email-input::placeholder {
  color: var(--clr-text);
}
@media (min-width: 90em) {
  footer .email-form .email-input::placeholder {
    padding-inline-start: 1rem;
  }
}
footer .email-form .btn-form {
  background-color: var(--clr-text);
  border: none;
  text-transform: uppercase;
  color: var(--clr-neutral);
  font-size: var(--fs-m);
  font-weight: 600;
  padding: 1rem 4rem;
  width: 20.875rem;
}
@media (min-width: 90em) {
  footer .email-form .btn-form {
    padding: 1rem 1rem;
    width: 8.1875rem;
    height: 3.6875rem;
  }
}
footer ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
footer .nav-list {
  margin-bottom: 4rem;
}
@media (min-width: 90em) {
  footer .nav-list {
    padding-top: 12.0625rem;
    margin-bottom: 0;
  }
}
footer .nav-list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 90em) {
  footer .nav-list ul {
    flex-direction: row;
  }
}
footer .nav-list a {
  color: var(--clr-text);
  font-size: var(--fs-l);
  font-family: var(--ff-base);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
footer .legal-list {
  padding-bottom: 3rem;
}
footer .legal-list ul {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 90em) {
  footer .legal-list ul {
    justify-content: flex-start;
  }
}
footer .legal-list a {
  color: var(--clr-text);
  font-size: var(--fs-l);
  font-family: var(--ff-base);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--2xs);
}

/*# sourceMappingURL=styles.css.map */
