@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;900&display=swap");

:root {
  --black: #333333;
  --blue: #267fcb;
  --light-yellow: #fffad8;
  --brown: #5c5145;
  --red: #dc3545;
  --white: #ffffff;
  --gray: #8f8f8f;
}

.bg-primary {
  background-color: #209ec5 !important;
}

@font-face {
  font-family: "Sketchnote-Square";
  src: url(./assets/fonts/sketchnote-square.otf);
}

@font-face {
  font-family: "Asphaltic-Scratch";
  src: url(./assets/fonts/ASPHALTIC-SCRATCH-ROUNDED-PERSONAL-USE.ttf);
}

body {
  font-family: "Arial";
  font-size: 18px;
  overflow-x: hidden;
}

.sketchnote-square {
  font-family: "Sketchnote-Square";
}

.asphaltic-scratch {
  font-family: "Asphaltic-Scratch";
}

.heading {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

.heading-content {
  padding-left: 0px;
  max-width: 768px;
}

.recipe-title {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

.recipe-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.hero .subtitle {
  font-size: 24px;
  line-height: 36px;
}

#floating-images {
  min-height: 250px;
}

img#odippers {
  left: -10%;
  top: -400px;
}

img#flatbread {
  left: 25%;
  top: -210px;
}

img#sandwich {
  left: 40%;
  top: -307px;
}

img#bagels {
  left: 50%;
  top: -321px;
}

img#arrow {
  right: 50%;
  top: -150px;
}

img#muffins {
  right: -5%;
  top: -226px;
}

img#Hamburger {
  left: 65%;
  top: -321px;
}

img#WhiteLoaf {
  left: 75%;
  top: -321px;
}

.form-container {
  border: 3px solid var(--black);
  border-radius: 25px;
  padding: 100px 10%;
  margin-top: 20px;
  position: relative;
}

.form-container::before {
  content: "";
  background-color: var(--light-yellow);
  border-radius: 25px;
  position: absolute;
  left: -25px;
  top: 25px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  z-index: -1;
}

form input:not([type="submit"]) {
  border: 1px solid var(--black);
}

form button[type="submit"] {
  color: var(--black);
  font-size: 18px;
}

form label {
  color: var(--gray);
  font-size: 12px;
  text-transform: uppercase;
}

form .form-check label {
  color: var(--gray);
  font-size: 18px;
  text-transform: none;
}

form .form-check label a {
  color: var(--blue);
}

.form-container .error {
  background-color: var(--red);
  color: var(--white);
  padding: 5px 10px;
}

#glitter {
  position: absolute;
  top: -100px;
  left: -175px;
  z-index: -1;
}

.gluten-intolerant {
  font-size: 50px;
}

#brownie-double-chocolate {
  position: absolute;
  left: 0;
}

#brownie-double-chocolate-1 {
  position: absolute;
  left: 35%;
  top: 20px;
}

#arrow-button {
  position: absolute;
  left: -25%;
  top: 75px;
}

#footer {
  background-image: url(./assets/img/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#footer .bottom {
  background-color: var(--brown);
}

#footer .bottom p {
  font-size: 12px;
}

.image-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: -205px;
  left: 0;
  right: 0;
  margin-left: auto;
  padding: 0 15px;
}

@media screen and (max-width: 1400px) {
  #glitter {
    width: 160%;
    left: -240px;
  }
}

@media screen and (max-width: 1024px) {
  img#odippers {
    max-height: 250px;
    left: 15%;
    top: -200px;
  }

  img#flatbread {
    max-height: 160px;
    left: 30%;
    top: -100px;
  }

  img#sandwich {
    max-height: 200px;
    top: -150px;
  }

  img#bagels {
    max-height: 200px;
    top: -140px;
    left: 45%;
  }

  img#Hamburger {
    max-height: 200px;
    top: -140px;
    left: 55%;
  }

  img#WhiteLoaf {
    max-height: 200px;
    top: -140px;
    left: 65%;
  }

  img#muffins {
    max-height: 200px;
    top: -120px;
    right: 20%;
  }

  #glitter {
    display: none;
  }

  img#arrow {
    max-height: 150px;
    right: 0;
    top: 0;
  }

  .form-container {
    border: none;
    padding: 0;
  }

  .form-container::before {
    display: none;
  }

  #arrow-button {
    display: none;
  }

  #brownie-double-chocolate {
    position: relative;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 35px;
  }

  img#odippers {
    left: -20%;
  }

  img#flatbread {
    left: 20%;
  }

  img#sandwich {
    top: -150px;
  }

  img#bagels {
    top: -140px;
    left: 45%;
  }

  img#Hamburger {
    top: -140px;
    left: 55%;
  }

  img#WhiteLoaf {
    top: -140px;
    left: 65%;
  }

  img#muffins {
    right: -10%;
  }

  #gluten-free-logo {
    max-height: 50px;
  }

  .image-grid {
    top: -60px;
  }

  #floating-images {
    min-height: 0px;
  }
}

.thanks {
  min-height: 75vh;
}

@media(min-width: 768px) and (max-width: 991px) {
  #floating-images {
    min-height: 50px;
  }

  .image-grid {
    top: -130px;
  }
}

@media(min-width: 1024px) and (max-width: 1199px) {

  img#odippers,
  img#flatbread,
  img#sandwich,
  img#bagels,
  img#muffins,
  img#Hamburger,
  img#WhiteLoaf {
    transform: scale(0.75);
  }

  #glitter {
    display: none;
  }

  img#flatbread {
    left: 220px;
    top: -210px;
  }

  img#sandwich {
    left: 360px;
    top: -307px;
  }

  img#bagels {
    left: 460px;
    top: -321px;
  }

  img#muffins {
    top: -315px;
  }

  #floating-images {
    min-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .thanks h2 {
    text-align: center;
  }
}

@media(min-width: 1200px) and (max-width: 1439px) {

  img#odippers,
  img#flatbread,
  img#sandwich,
  img#bagels,
  img#muffins,
  img#Hamburger,
  img#WhiteLoaf {
    transform: scale(0.75);
  }

  #glitter {
    display: none;
  }

  img#flatbread {
    left: 260px;
    top: -220px;
  }

  img#sandwich {
    left: 395px;
    top: -307px;
  }

  img#bagels {
    left: 460px;
    top: -321px;
  }

  img#muffins {
    top: -240px;
  }

  #floating-images {
    min-height: 50px;
  }

  .recipe-img {
    margin-top: -230px;
  }
}

@media (min-width: 1440px) {
  .heading-content {
    padding-left: 50px;
    max-width: 768px;
  }

  img#flatbread {
    left: 300px;
    top: -210px;
  }

  img#sandwich {
    left: 500px;
    top: -307px;
  }

  img#bagels {
    left: 640px;
    top: -321px;
  }

  img#Hamburger {
    left: 740px;
    top: -321px;
  }

  img#WhiteLoaf {
    left: 840px;
    top: -321px;
  }

  .recipe-img {
    margin-top: -230px;
  }
}

.recipemain-title {
  background-color: #8dc349;
}

.recipemain-title h2 {
  font-family: "Asphaltic-Scratch";
  font-size: 70px;
  margin: 5px 0 !important;
  text-transform: uppercase;
}
@media(min-width: 992px) and (max-width: 1199px) {
  .image-grid {
    top: -60px;
  }
}

.search-btn{
  background-color: #267fcb;
  color: #fff !important;
  border: 0;
}
.search-btn:hover{
  background-color: #000;
  color: #fff !important;
  border: 0;
}
.pagination li a,
.export a{
  color: #267fcb;
}
.pagination li a:hover,
.export a:hover{
  color: #000;
}