/* Ensure the body takes up the full height of the page */
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  width:100%;
}

p {
  padding: 0px;
}

img { 
  border: none; /* or border: 0; */
}

.homepage-text {
  padding:120px 20px 0px 10px;
  align-self: flex-end;
  position: absolute;
  z-index: 5;
  margin: 2px 2px;
  color: #ffffff;
  font-size: 3rem;
}

.testimonials{
  aspect-ratio: 1/1;
}

.van-photo {
  background-image: url("images/pizza-events.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 10% 17%;
  min-height: 800px;
  max-height: 1000px;
  opacity: 0.8; 
}

@media (max-width: 868px) {
  .van-photo {
    background-position: 60% 67%;
    min-height: 600px;
    max-height: 700px;
  }
}

form-image{
  background-image: url("images/pizza-photo.jpg");
}

.eventPhoto{ 
  background-image: url("images/pizza-party.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-size: cover; /* Ensures the image covers the whole container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  min-height: 400px;
}

  .social2 {
    background-color: white;
    min-height: 350px;
    background-size: contain; /* Ensures the image covers the whole container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    }

    .social3 {
      background-color: green;
      min-height: 350px;
      background-size: contain; /* Ensures the image covers the whole container */
      background-position: center; /* Centers the image */
      background-repeat: no-repeat; /* Prevents the image from repeating */
      }

      .social4 {
        background-image: url("images/pizza-social4.jpg");
        min-height: 350px;
        background-size: contain; /* Ensures the image covers the whole container */
        background-position: center; /* Centers the image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        }
.dnone{
  display: none;
}
.herotitle{
  position: absolute;
  z-index: 6;
  padding: 660px 30px 20px 20px;
  margin: 2px 2px;
  color: #ffffff;
  font-size: 2.5rem;
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top:10px;
  padding-right: 20px;
  color: #fff;
  z-index: 1000;
  height: 4rem;
  background-color: #ffffff;
  font-family: 'Sukar', sans-serif;
}

nav.transparent {
  background-color: #fff;
}

nav.solid {
  background-color: #fff;
}

li a .bi {
  fill: #000 !important;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  padding-top:10px
}

.nav-links li {
  margin-left: 2rem;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-top: 10px;
}

.hamburger .bar {
  height: 3px;
  width: 25px;
  background-color: #000;
  margin: 4px 0;
}


.hamburger.toggle .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-10px, 6px);
}

.hamburger.toggle .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.toggle .bar:nth-child(3) {
  transform: rotate(45deg) translate(-8px, -6px);
}

/* Media query for tablets and mobile devices */
@media (max-width: 768px) {
  .nav-links {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: #fff;
      flex-direction: column;
      align-items: center;
      z-index: 200;
      padding-left: 0px;
  }

  .nav-links li {
      margin: 1.5rem 0;
  }

  .hamburger {
      display: flex;
  }
}

/* Toggle active class for the hamburger menu */
.nav-active {
  display: flex !important;
}

/* Custom styling for the container */
.menuimg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  background-size: cover; /* Ensures the image covers the whole container */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center;
  text-align: center;
}
/* Custom styling for the logo */
.logo {
  background-image: url("/images/Color logo - no background.png");
  min-height: 30px;
  min-width: 30px;
  max-height: 100px;
  max-width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;

}

/* Custom styling for headers */
h1, h2, h3 {
  font-family: 'Sukar', sans-serif;
}

.h2Logo {
  font-family: 'Sukar', sans-serif;
  color: black!important;
}

#about{
  background-color: #ffffff;
  font-family: 'Sukar', sans-serif;
  font-size: 1.3rem;

}

#gallery{
  background-color: #ffffff;
  font-family: 'Sukar', sans-serif;
  font-size: 1.3rem;
}

.gallery{
  padding-top:30px;
}
.contact-text {
text-align: center;
padding-top: 10px;
font-family: 'Sukar', sans-serif;
font-size: 1.3rem;
}

@media (max-width: 868px) {
  .event-text{
    text-align: center;
    font-size: 1.3rem;
  }
}

.container {
  width: 100%!important;
  padding:0px;
}


/* Custom styling for the "Coming Soon" text */
.coming-soon-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;

}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 3rem!important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook, .fa-instagram {
  margin: 10px;
  color: black;
}

/* Specific styling for pizza logo */
.straight-logo {
  background-image: url("images/logo4.png");
  min-width: 200px;
  min-height: 100px;
  padding-top: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  border:none;
}

.originalLogo {
  background-image: url("images/Color logo - no background.png");
  min-height: 230px;
  min-width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.ncass-logo{
  background-image: url("/images/ncass logo.webp");
}

/* Contact Form Button */
.btn-info {
  background-color: #0e3150 !important;
  border-color: #0e3150 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(14, 49, 80, 0.2);
}

.btn-info:hover {
  background-color: #0a2338 !important;
  border-color: #0a2338 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(14, 49, 80, 0.3);
}

/* Subtle pizza pattern background */
body {
  background-image: 
    radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(247, 147, 30, 0.02) 0%, transparent 50%);
}
.fullheight {
  height: 400px;
}


.section1 {background-color: green;
            min-height:4px;}
.section0 {background-color: white;
              min-height:4px;}
.section2 {background-color: brown;
  min-height:4px;}
  .section3 {background-color: black;
    min-height:4px;}


.pizza-photo{
  background-image: url("images/pizzas-in-notts.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 67%;
  min-height: 600px;
  max-height: 1000px;
   /* filter: grayscale(100%); */
   opacity: 0.8; 
}

/* Specific styling for pizza van image */

.menus {
  position: absolute;
}

.pizza-menu {
background-image: url("images/Pizza-menu.jpg");
background-size: contain;
min-height: 500px;
background-position: center;
background-repeat: no-repeat;
border-radius: 80px !important;
}

.pizza-menu2 {
  background-image: url("images/Pizza-menu2.jpg");
  background-size: contain;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 80px !important;

  }

.pizza-menu3 {
    background-image: url("images/Pizza-menu3.png");
    background-size: contain;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 80px !important;

    }


.menutext {
 text-decoration: none;
 background-color: white;
 font-family: 'Sukar', sans-serif;
   /* filter: grayscale(100%);   */
  /* border-radius: 10px; */
}

.menuimg {
  margin: 1px!important;
}

height {
  min-height: 400px;;
}
.hero-image {
  background-image: url("images/pizza-photo.jpg");
  /* background-image: url('/images/2f48cf8d-9a08-4567-839c-48310aa2b265.jpeg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 48%;
  min-height: 800px;
  max-height: 1000px;
  opacity: 0.8;
   /* filter: grayscale(100%);   */
  /* border-radius: 10px; */
}

@media (max-width: 868px) {
  .hero-image {
    background-position: 60% 67%;
    min-height: 600px;
    max-height: 700px;
  }
}



.hero-contact {
  background-image: url("images/pizza-photo.jpg");
  /* background-image: url('/images/2f48cf8d-9a08-4567-839c-48310aa2b265.jpeg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 48%;
  min-height: 850px;
  max-height: 1000px;
  margin-top: 132px
   /* filter: grayscale(100%);   */
  /* border-radius: 10px; */
}

.contact-page-form {
  margin-top: 2rem;
}

/* Custom height for specific elements */
.hero {
  margin-top: 10px;
  height: 1100px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #000000;

}

#footer {
  background-size: cover;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  position: relative;

}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
#footer .container {
  position: relative;
}
#footer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
/*font-family: "Satisfy", serif;&*/
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  justify-content: center;
}
#footer .copyright {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: 'Sukar', sans-serif;
  margin-bottom: 40px!important;
}

.fcf-body {
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0000ff;
  text-align: left;
}

a{
  color: #ffffff!important;
  text-decoration: none!important;
}
#footer .copyright {
  margin: 20px 0 0px 0;
  justify-content: center;
}

.bi {
  width: 2rem!important;
  height: 2rem!important;
  fill: currentcolor;
  margin-top: 25px;
}


.pizza-notts {
  background-image: url("images/B10EFA6B-718D-4AF6-A9BC-EF58D679307A.jpeg" );
  background-repeat: no-repeat;
  background-size: cover;
 
 }
 .pizza-van-notts {
  background-image: url("images/ea52087b-fb51-4b40-bba3-61c24c1cf214.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  
 }


 /*---------------
 IMAGES
 -----------------*/
 /* Modal Styles */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  padding-top: 60px;
}

.modal-content {
  margin: 5% auto; 
  display: block;
  width: 80%; 
  max-width: 700px;
  position: relative;
}

.close {
  top: 100px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  position: absolute;
}

@media only screen and (min-width: 768) {
  .close {
    right:200px;
    top: 100px;
  }
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Image Styling */
pizza-img {
  cursor: pointer; /* Indicate that the image is clickable */
  transition: transform 0.3s ease; /* Smooth transition for scaling */
  transform: scale(1.1);
  
}
