html, body {
    overflow-x:hidden;
} 


body {
    background: linear-gradient(to right, #000000, #888888);

  }




.accordion {
    background:linear-gradient(to right, #074b83, #A9A9A9);
    cursor: pointer;
    padding: 18px;
    right: 0;
    left:0;
    display:flex;
    width: 85%;
    border: none;
    text-align: center;
    align-content: center;
    align-items: center;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s;
    border-top: 0.5em solid rgb(255, 255, 255);
    border-bottom: 0.5em solid rgb(255, 255, 255);
    border-left: 0.5em solid rgb(255, 255, 255);
    border-right: 0.5em solid rgb(255, 255, 255);

   

      }

  #accordionContainer > .accordion {
    margin: 0 auto;
    text-align: center;

      }

.accordion:hover { 
  background: #000000;
}

.panel {
    padding: 0 18px;
    background-color: rgba(0, 0, 0, 0.089);
    display: none;
    overflow: hidden;
      }

#accordionContainer {
    opacity: 0;
    transition: opacity 1s;
    
  
      }
      
#accordionContainer.visible {
        opacity: 1
      }


      @keyframes fadeIn {
        from {
          opacity: 0;
        }
        to {
          opacity: 1;
        }
      }
      

#title {
  
    width: 100%;
    text-align: center;
    color: white;
    margin-top: auto;
    font-family: 'Montserrat', sans-serif;
    font-size:4.9rem;
    top:auto;
    overflow-x: hidden;
    margin-top:30px;
    position: absolute;
   
    

}

#subtitle {

  
    width: 100%;
    text-align: center;
    margin-top: auto;
    font-family: 'Montserrat', sans-serif;
    font-size:1rem;
    font-size: auto;
    top:auto;
    overflow-x: hidden;
    margin-bottom: 300px;
    color: white;

}



nav {

    font-size: large;
    margin-top: 0;
    margin-bottom: 35px;
}
  

.nav-item:hover{

color:rgb(21, 73, 241);

}

.custom-navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }

p {
    color: white;
}


#map{

    width: 500px;
    height: 500px;
    overflow-x: auto;
    overflow-y: auto;
    display:flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    align-items: center;
    text-align: center;
    align-content: center;

    
}

#hours {
    text-align: center;
    color:white;
}


.card-title {

    text-align: center;
}

.card {
    margin-bottom: 20px;
}



.card:hover .card-title, .card:focus .card-title {
    color: #007bff;
  }



.card:hover .card-text, .card:focus .card-text {
    color: #000000;
  }

.coupon-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;

  }
  
  
.coupon-disclaimer {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #c7c0c0;
  }

@keyframes slideInLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
@keyframes slideInRight {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
.animate-left {
    animation: slideInLeft 1.5s ease;
  }
  
.animate-right {
    animation: slideInRight 1.5s ease;
  }




@keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  
  .col.animate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: slide-in 1s ease-in-out;
  }

  footer {
    position: relative;
    font-size: 15px;
    height: 28vh; 
    background-color: black;
    margin-top: 185px;
  }
  
  footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 14vh solid black;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
  }


  #whatsapp-widget {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 9999;
    margin-top: 10px;
    border-radius: 10%;
  }

  
#whatsapp-widget p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 10px;
}

#whatsapp-widget a {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#whatsapp-widget span {
  display: block;
  text-align: center;
}

#close-widget {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 40px;
    cursor: pointer;
    color: #ffffff;
  }

  
  .coupon {
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    border: 5px dotted #bbb;
  }

  .coupon h3 {
    font-size: 24px;
    margin-top: 0;
  }

  .coupon img {
    max-width: 40%;
    width:10vh;
    height: 15vh;
    border-radius: 5px;
    margin: 10px 0;
  }

  .coupon h2 {
    font-size: 28px;
    color: #333;
  }

  .coupon p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
  }

  .coupon .promo {
    font-weight: bold;
    color: #333;
  }

  .coupon .expire {
    color: #999;
    font-style: italic;
  }


#banner {
  margin-top: 130px;
   margin-bottom: 50px;
    width:100%; 
    height: 45vh; 
    opacity: 0.5;
}

/*Small screens */

  @media (max-width: 767px) {
  

  #home-pic {

    width: 350px;
    height: 350px;

  }

#banner {
  height: 300vh;
} 


#map{

  width: 400px;
  height: 400px;
  overflow-x: auto;
  overflow-y: auto;
  display:flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  align-items: center;
  text-align: center;
  align-content: center;
}
  

#banner {
  margin-top: 130px;
   margin-bottom: 50px;
    width:100%; 
    height: 15vh; 
    opacity: 0.5;
}

  footer {
    position: relative;
    font-size: 12px;
    height: 28vh; 
    background-color: black;
    margin-top: 185px;
  }

  }