body {
  font-family: 'Base', sans-serif;;
  color: #fff;
  background-color: #D52226;
  background-position: center;
  background-repeat: repeat-y;
  background-size:contain;
}


@font-face {
  font-family: 'Base'; /* Name your font */
  src: url('introrust-base.otf') format('opentype'); /* Specify the path to your font file */
  /* Additional font properties can be added, like font-weight or font-style if needed */
}

a,b {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Base', sans-serif;;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  padding: 10px;
  z-index: 996;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #D52226;
  line-height: 0;
}
.back-to-top:hover {
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.text-center{
  font-family: 'Base', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
 
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #D52226;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title .text-center {
  font-size: 50px;
}
.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #89CBDB;
}
.section-title h2 span {
  color: #57605b;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.links .location-link{
  text-decoration: none;
}

.links .location-link:hover{
  text-decoration: underline solid 1px white;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

@media (max-width: 500px){
  .menu #menu-flters{
    width: 80%;
  }
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #D52226;;
  background: #FFFFFF;
}
.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-content {
  margin-top: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 10px;
  position: relative;
  z-index: 3;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5mm;
  font-family:  'DM Sans', sans-serif;
}
.menu .menu-content::after {
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #dad8d4;
  font-family:'DM Sans', "Helvetica Neue", Helvetica, sans-serif;
}

.menu .menu-content span {
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
}
.menu .menu-ingredients {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif; 
  color: #fff;
  padding-right: 15px;
}

.text-center{
  /* color:#6F5242; */
  font-size: 24px;
  letter-spacing: 2px;
}

.popcorn-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.popcorn-col {
  text-align: right;
  display: flex;
  flex-direction: column;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: none; */
  /* background-color: #900000; */
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  font-family: 'DM Sans',Arial, Helvetica, sans-serif;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #57605b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
/* #footer .social-links {
  margin: 0 0 40px 0;
} */
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: none;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: none;
}
.copyright {
  /* margin: 0 0 5px 0; */
  /* font-family: 'Base'; */
  font-family: 'poppins';
}
#footer .credits {
  font-size: 13px;
  font-family: 'Base';
}

/*----------------------------------------------------------------------
DASHED LINE
-------------------------------------------------------------------*/

.dashed-line {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 5px dashed #FFFFFF;
  /* Replace #000000 with your desired color */
  z-index: 9999;
  width: 100%;
  margin-bottom: 2%;
}

.Full-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 5px solid #FFFFFF;
  /* Replace #000000 with your desired color */
  z-index: 9999;
  width: 100%;
  margin-bottom: 2%;
}

/* Importing Google font - Open Sans */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap'); */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
} */

/* .footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1280px;
  width: 95%;
  background: #10182F;
  border-radius: 6px;
} */

/* .footer {
  background: #900000;
  background-image: url('burger-removebg-preview.png');
  background-repeat: no-repeat;
  background-size: auto, cover, auto;
  background-position: -280px bottom, center, center;
} */

.footer {
  position: relative;
  background-color: #900000; /* Set the background color */
  /* Other styles for .footer... */
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('burger-removebg-preview.png');
  background-repeat: no-repeat;
  background-size: 400px, cover; /* Adjust as needed */
  background-position: 1000px, right; /* Adjust as needed */
  opacity: 0.2; /* Set the opacity to 20% */
  z-index: 1; /* Place it above the colored background */
  pointer-events: none; /* Ensure the pseudo-element doesn't capture pointer events */
}

.footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 3.5rem;
  padding: 60px;
  z-index: 999;
}

.footer-row .footer-col h4 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: 'poppins';
}

.footer-col .links {
  margin-top: 20px;
  z-index: 999;
  margin-left: -30px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
  font-family: 'poppins';
  display: flex;
  justify-content: baseline;
  flex-wrap: wrap;
}

.footer-col .links li a {
  text-decoration: none;
  color: white;
}

#contact-us {
  border-left: 1px solid;
  padding-left: 50px;
}

.social-media {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

/* .footer-col .links li a:hover {
  color: #fff;
} */

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
  font-weight: normal;
  z-index: 999;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input {
  height: 40px;
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489C6 ;
  caret-color: #fff;
  color: #fff;
  padding-left: 10px;
}

.footer-col input::placeholder {
  color: #ccc;
}

 .footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
}

.footer-col .icons i:hover  {
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .footer .footer-row {
    padding: 20px;
    gap: 1rem;
  }

  .footer-col form {
    display: block;
  }

  .footer-col form :where(input, button) {
    width: 100%;
  }

  .footer-col form button {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 500px) {
  #contact-us {
    border-left: none;
    padding-top: 20px;
    padding-left: 0px;
  }

  #brand-footer {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
}

@media (max-width: 1500px){
  .footer::after{
    background-position: 1200px, center;
  }
}

@media (max-width: 1350px){
  .footer::after{
    background-position: 1100px, center;
  }
}

@media (max-width: 1250px){
  .footer::after{
    background-position: 1000px, center;
  }
}

@media (max-width: 1150px){
  .footer::after{
    background-position: 900px, center;
  }
}

@media (max-width: 1050px){
  .footer::after{
    background-position: 800px, center;
  }
}

@media (max-width: 950px){
  .footer::after{
    background-position: 700px, center;
  }
}

@media (max-width: 850px){
  .footer::after{
    background-position: 600px, center;
  }
}

@media (max-width: 770px){
  .footer::after{
    background-size: 300px, cover;
    background-position: 600px, center;
  }
}

@media (max-width: 710px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 550px, center;
  }
}

@media (max-width: 650px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 450px, center;
  }
}

@media (max-width: 550px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 400px, center;
  }
}

@media (max-width: 500px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 300px 200px, center;
  }
}

@media (max-width: 450px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 250px 200px, center;
  }
}

@media (max-width: 390px){
  .footer::after{
    /* background-size: 300px, cover; */
    background-position: 200px 200px, center;
  }
}