body{
    font-family: 'Bangers', cursive;
}

/* nav bar */

nav{
    background-color: black;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    border-top-right-radius: 3%;
    border-top-left-radius: 3%;
}


.logo{
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
}

.logo span{
    color: palevioletred;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
}

.logo img{
    height: 50px;
}

.logo:hover{
    color: white;
}

nav .navbar-toggler{
    background-color: white;
    border: solid 2px palevioletred;
    margin-left: -35px;
}

@media only screen and (max-width: 1650px){
    nav .navbar-toggler{
        margin-right: 0;
    }
}

/*   nav cart at bottom */

/*    nav drop menu */

nav .btn-primary{
    margin-left: 100px;
    font-size: 30px;
    background-color: palevioletred;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px white;
    border-radius: 30%;
    box-shadow: 2px 2px 4px black, -2px -2px 4px black;
}

nav .btn-primary:hover{
    background-color: white;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px palevioletred;
    border-radius: 30%;
    box-shadow: 2px 2px 4px black, -2px -2px 4px black;
    color: palevioletred;
    cursor: url(images/DL4.png), pointer;
    transition: ease .5s;
}

nav .nav-item .nav-link.active{
    color: palevioletred;
}

nav .nav-item .nav-link{
    color: black;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px white;
}

nav .nav-item .nav-link:active {
    color: white;
  }

nav .nav-item .nav-link:hover{
    color: palevioletred;
    transition: ease .5s;
    text-shadow: 2px 2px 4px black;
    transition: ease .5s;
}

nav .social-nav h2{
    text-align: center;
    color: palevioletred;
    text-shadow:2px 2px 4px black;
}

nav .social-nav p{
    text-align: center;
    color: black;
    font-size: 20px;
}

nav .social-nav{
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
}

nav .social-nav ul {
    list-style-type: none; 
    display: inline-block; /* Display list items as inline elements */
  }

  nav .social-nav li{
    display: inline-block;
  }

nav .social-nav li a {
    display: block;
    padding: 10px;
    color: black;
    margin-bottom: 20px;
    text-align: center;
  }

nav .social-nav li a:hover{
    color: palevioletred;
    transition: ease .5s;
    text-shadow: 2px 2px 4px black;
}



body {
    margin: 0;
    padding: 0;
  }

#index-body{
    background-color: black;
}

.home-banner{
    width: 100%;
    height: 600px;
    color: black;
    text-align: center;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
}


.home-banner h1{
    margin-top: 200px;
    font-size: 90px;
    font-weight: 800;
}

.home-banner h2{
    margin-top: 200px;
    font-size: 90px;
    font-weight: 800;
}

.home-banner span{
    color: palevioletred;
}

.home-banner button{
    width: 200px;
    padding: 15px;
    margin: 20px 5px;
    text-align: center;
    font-size: 25px;
    background-color: palevioletred;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px white;
    border-radius: 30%;
    color: white;
    box-shadow: 2px 2px 4px white, -2px -2px 4px white;
}

.home-banner button:hover{
    background-color: white;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px palevioletred;
    color: palevioletred;
    transition: .5s;
    cursor: url(images/DL4.png), pointer;
    transition: ease .5s;
}

.home-banner video{
    position:absolute;
    right: 0;
    z-index: -1;
    background-size: cover;
}

@media only screen and (max-width: 767px){
    .home-banner h1{
        font-size: 50px;
    }

    .home-banner button{
        font-size: 20px;
        width: 150px;
    }
}

  /* what makes us section */


.home-us{
    background-color: palevioletred;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('images/joshua-coleman-Cj8h7-b47ko-unsplash.jpg');
    background-size: cover;
    background-position: center;
}

.home-us .heading h2{
    text-align: center;
    color: black;
    font-size: 60px;
    text-shadow: 2px 2px 4px white;
}

.home-us .card{
    text-align: center;
    height: 470px;
    margin: 20px;
    box-shadow: 10px 10px 20px black;
}

.home-us .card-title{
    font-size: 30px;
}

.home-us .card-text{
    font-size: 20px;
}

.home-us .card .card-img-top{
    height: 250px;
}

.home-social{
    background: linear-gradient(to bottom,  palevioletred, black, black, black, black);
}


.home-social .social-text{
    text-align: center;
    color: white;
    margin-top: 20px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-social .social{
    text-align: center;
}

.home-social .social ul {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    display: inline-block; /* Display list items as inline elements */
  }
  
  .home-social .social li {
    display: inline-block; /* Display list items as inline elements */
    margin-right: 50px;
    margin-left: 50px;
  }
  
  .home-social .social li a {
    display: block;
    padding: 10px;
    color: palevioletred;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px black;
  }
  
  .home-social .social li a:hover {
    color: palevioletred;
    text-shadow: 2px 2px 4px white;
    transition: ease .5s;
  }

.home-social .social li a i {
    font-size: 50px; /* Set the font size to 2 times the default size */
  }

  @media only screen and (max-width: 1199px){
    .home-social .social li {
        margin-right: 0;
        margin-left: 0;
      }
  }

.home-menu{
    background-color: black;
    color: white;
      overflow-x: hidden;
}

.home-menu .menu-head h2{
    text-align: center;
    margin-top: 20px;
    font-size: 100px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-menu .glazed{
    text-align: center;
    margin-top: 20px;
}

.home-menu .glazed h2{
    font-size: 40px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-menu .glazed p{
    font-size: 20px;
}

.glazed-img img {
    width: 500px;
    height: 400px;
    margin-left: 50px;
  }

  @media only screen and (max-width: 767px){
    .home-menu .glazed h2{
        font-size: 30px;
    }
    
    .home-menu .glazed p{
        font-size: 15px;
    }

    .glazed-img img {
        width: 200px;
        height: 100px;
        margin-left: 5px;
        margin-left: -10px;
        padding-left: -10px;
      }    
}

  .home-menu .choco{
    text-align: center;
    margin-top: 20px;
}

.home-menu .choco h2{
    font-size: 40px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-menu .choco p{
    font-size: 20px;
}

.choco-img img {
    width: 500px;
    height: 400px;
  }


  @media only screen and (max-width: 767px){
    .home-menu .choco h2{
        font-size: 30px;
    }
    
    .home-menu .choco p{
        font-size: 15px;
    }

    .choco-img img {
        width: 200px;
        height: 100px;
        margin-left: 5px;
        margin-left: -10px;
        padding-left: -10px;
      }    
}

.home-menu .straw {
    text-align: center;
    margin-top: 20px;
}

.home-menu .straw h2{
    font-size: 40px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-menu .straw p{
    font-size: 20px;
}

.straw-img img {
    width: 500px;
    height: 400px;
    margin-left: 50px;
  }

  @media only screen and (max-width: 767px){
    .home-menu .straw h2{
        font-size: 30px;
    }
    
    .home-menu .straw p{
        font-size: 15px;
    }

    .straw-img img {
        width: 200px;
        height: 100px;
        margin-left: 5px;
        margin-left: -10px;
        padding-left: -10px;
      }    
}

.home-menu .boston{
    text-align: center;
    margin-top: 20px;
}

.home-menu .boston h2{
    font-size: 40px;
    text-shadow: 2px 2px 4px palevioletred;
}

.home-menu .boston p{
    font-size: 20px;
}

.boston-img img {
    width: 500px;
    height: 400px;
    margin-left: 50px;
  }



@media only screen and (max-width: 767px){
    .home-menu .boston h2{
        font-size: 30px;
    }
    
    .home-menu .boston p{
        font-size: 15px;
    }

    .boston-img img {
        width: 200px;
        height: 100px;
        margin-left: 5px;
        margin-left: -10px;
        padding-left: -10px;
      }    

      .home-menu .col-6 h2{
        font-size: 20px;
    }
    
    .home-menu .col-6 p{
        font-size: 12px;
    }
    
    .home-menu .col-6 img {
        margin-top: 100px;
      }   
}

@media only screen and (max-width: 991px){
    .home-menu .left-img img {
        float: right;
      }   
}

.home-menu .card{
    text-align: center;
    border: none;
    color: white;
    background-color: black;
}

.home-menu .card .card-img-top{
    border-top-right-radius: 60%;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    margin-top: 30px;
    height: 450px;
    width: auto;
}

.home-menu .card-title{
    font-size: 40px;
    text-shadow: 2px 2px 4px palevioletred;
}

.featured .text{
    color: palevioletred;
}

.menu-standard .text{
    color: palevioletred;
}

.home-menu .card-text{
    font-size: 20px;
}

@media only screen and (max-width: 767px){
    .home-menu .menu-head h2{
        font-size: 60px;
    }

    .home-menu .card .card-img-top{
        height: 300px;
        width: auto;
    }
    }
    

.home-now{
    background-image: url('images/backgrounddonut.jpg');
    background-size: cover;
    background-position: center;
}


.home-now .card{
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: transparent;
    border: none;
    text-align: center;
    color: white;
}

.home-now .card-text{
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px palevioletred;
}

.home-now .btn{
    font-size: 50px;
    background-color: palevioletred;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px white;
    border-radius: 30%;
    box-shadow: 2px 2px 4px white, -2px -2px 4px white;
}

.home-now .btn:hover{
    background-color: white;
    color: palevioletred;
    text-shadow: 2px 2px 4px #000000, -2px -2px 4px black;
    border: solid 2px palevioletred;
    transition: ease .5s;
    cursor: url(images/DL4.png), pointer;
    box-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
    transition: ease .5s;
}

@media only screen and (max-width: 767px){
    .home-now .card p{
        font-size: 30px;
    }

    .home-now .btn{
        font-size: 30px;
    }
    }

    #specialmenu {
        display: flex;
        flex-wrap: wrap;
      }

#menu-body{
    background-color: black;
}


.menu-title{
    text-align: center;
    text-shadow: 2px 2px 4px white;
    color: black;
    background-image: url('images/joshua-coleman-Cj8h7-b47ko-unsplash.jpg');
    background-size: cover;
    background-position: center;
}

.menu-title h2{
    font-size: 100px;
}


.featured-header{
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
    color: white;
    text-shadow: 2px 2px 4px palevioletred;
}

#featured .item{
    color: white;
    width: 90%;
    margin-left: 80px;
    padding: 10px;
}


@media (max-width: 1000px){
    #featured .item{
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 500px){
    #featured .item{
        width: auto;
        margin-left: 0;
    }
}



.menu-standard{
    margin-right: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    color: white;
}

.menu-standard h2{
    text-shadow: 2px 2px 4px palevioletred;
}


.menu-standard .standard-header h2{
    text-align: center;
}

.about-title{
    text-align: center;
    text-shadow: 2px 2px 4px white;
    color: black;
    background-color: aliceblue;
    background-image: url('');
    background-size: cover;
    background-position: center;
}

.about-title h2{
    font-size: 100px;
}

.about-mission{
    margin-bottom: 50px;
    margin-top: 50px;
    color: white;
    text-align: center;
}

.about-mission h2{
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px palevioletred;
}

.about-faq{
    margin-bottom: 50px;
    margin-top: 50px;
}

.about-faq h2{
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px palevioletred;
}


.about-faq .faq-question{
    margin-bottom: 15px;
}

/* Style the buttons that are used to open and close the accordion panel */
  .about-faq .accordion {
    background-color: white;
    color: black;
    cursor: url(images/DL4.png), pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-shadow: 2px 2px 4px palevioletred;
    font-size: 17px;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .about-faq .active, .accordion:hover {
    background-color: palevioletred;
    text-shadow: 2px 2px 4px white;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .about-faq .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .about-faq .panel p{
    margin-top: 15px;
  }

  .about-faq .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  }
  
  .about-faq .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

  .contact-form{
    color: white;
  }

  .contact-location {
    margin-bottom: 50px;
    margin-top: 50px;
    text-shadow: 2px 2px 4px palevioletred;
  }

  #contact h2{
    text-shadow: 2px 2px 4px palevioletred;
  }

  .location-title{
    margin-bottom: 20px;
    text-align: center;
  }


  .contact-content .item{
    background-color: black;  
    margin: 50px;
    padding: 25px;
    text-align: center;
    height: 160px;
    color: white;
  }

  .contact-content i{
    font-size: 50px;
    text-shadow: 2px 2px 4px white;
    color: palevioletred;
}

.contact-content h2{
    font-size: 30px;
    text-shadow: 2px 2px 4px palevioletred;
}

.contact-content .text{
    font-size: 20px;
}

.contact-form .contact-info{
    text-align: center;
    margin-top: 50px;
}

.contact-form .contact-info h2{
    text-shadow: 2px 2px 4px palevioletred;
}

.contact-form .contact-info p{
    margin-top: 10px;
    padding-top: 20px;
}


/* FOOTER SECTION  */

.footer-main{
    background-color: black;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
}

  .footer-main a {
    color: white;
  }

  .footer-main h4 {
    color: white;
    text-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
  }

  .footer-main span {
    color: palevioletred;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
  }

  .footer-main h4:hover {
    color: palevioletred;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
  }

  .footer-main span:hover {
    color: white;
    text-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
  }

  .footer-main a:hover {
    color: white;
    text-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
  }

  .footer-main .nav-item:hover {
    color: palevioletred;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
  }


    /*  ORDER SECTION  */

#order-body{
    background-color: black;
    color: white;
}

.shop{
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 223px);
    gap: 30px;
    justify-content: center;
}

@media (max-width: 1000px){
    .shop{
        grid-template-columns: repeat(2, 223px);
    }
}

@media (max-width: 500px){
    .shop{
        grid-template-columns: repeat(1, 223px);
    }
}

.shop .item{
    box-shadow: 2px 2px 4px palevioletred;
    border-radius: 4px;
}


.shop .details{
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.shop .price-quantity{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.shop .price-quantity .buttons{
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

.bi-dash-lg {
    color: red;
  }
  
  .bi-plus-lg {
    color: green;
  }

/*  shopping cart logo */

      
nav .cart a{
    cursor: url(images/DL4.png), pointer;
    color: white;
    text-shadow: 2px 2px 4px palevioletred, -2px -2px 4px palevioletred;
}

nav .cart {
    font-size: 30px;
    position: relative;
}


nav .cartAmount{
    position: absolute;
    top: -15px;
    right: -10px;
    color: white;
    font-size: 16px;
    padding: 3px;
    border-radius: 3px;
}

nav .cart i:hover{
    color: palevioletred;
    text-shadow: 2px 2px 4px white, -2px -2px 4px white;
}




/*   font-family: 'Bangers', cursive;   */