@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Sora", sans-serif;
    color: white;
}

a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  a:active {
    text-decoration: none;
  }

html {
    -ms-overflow-style: none;  /* Internet Explorer and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: #0F110C;
}

::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

body {
    max-width: 1920px;
    margin: auto
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("./images/hero1.webp");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    text-align: center;
}

header nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
}

#logo {
    margin-top: 30px;
    height: 75px;
    cursor: pointer;
}

#menuButton {
    height: 20px;
    margin-right: 15px;
    cursor: pointer;
}

#menuList {
    display: none;
    text-align: end;
    margin-right: 15px;
    cursor: pointer;
}

#menuList.active {
    display: block;
}

#menuList li {
    line-height: 2;
    font-weight: 500;
}

#menuList a {
    line-height: 2;
    font-weight: 500;
}

#hero {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
}

#hero span {
    color: #c73439;
}

#hero p {
    margin-top: 30px;
}

#heroButton {
    margin-top: 30px;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 30px;
    width: 150px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    border: none;
    text-align: center;
}

main {
    text-align: center;
}

.tittle {
    padding: 60px;
}

.tittle h1{
    font-size: 32px;
}

.tittle span {
    color: #c73439;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.slides-container {
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5rem;
  background-color: black;
  border: none;
  width: 2rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}

.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}

#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}

.slide {
  aspect-ratio: 16 / 9;
  width: 100%;
  flex: 1 0 100%;
}
.slide img {
  height: 100%;
  border-radius: 15px;
}


#feedback {
    display: flex;
    column-gap: 30px;
    overflow: scroll;
    margin-left: 30px;
    margin-right: 30px;

}

#feedback article {
    padding: 30px;
    border-radius: 15px;
    border:#c73439 solid 1px;
    min-width: 300px
}

#feedback article img{
    width: 75%;
}

#feedback article p{
    margin-top: 30px;
    text-align: justify;
    color: white;
    font-weight: 200;
    font-size: 0.85em;
}

#about {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    background-color: white;
    border-radius: 15px;
}

#about img{
    margin: 30px;
    width: 75%;
    border-radius: 30px;
}

#about p {
    text-align: justify;
    color: black;
}

#icons{
    margin-top: 60px;
}

#icons img{
    height: 75px;
}

#icons p{
    padding-left: 50px;
    padding-right: 50px;
    color: white;
}

#icons span {
    color: #c73439;
}

#banner img {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    max-width: 1200px;
    border-radius: 60px;
}

#contactUs {
    background-color: #1a1818;
    padding: 30px;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

#contactUs h1{
    font-size: 32px;
}

#contactUs span {
    color: #c73439;
}

#contactUs a {
    display: none;
}

#tripleseat_embed_form {
    margin-top: 30px;
    text-align: left;
}

#tripleseat_embed_form label {
    font-size: 0.85em;
}

#tripleseat_embed_form input, select, textarea{
    background-color: transparent;
    width: 100%;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #c73439!important;
    font-size: 1em;
}

.row_contact_header, .row_details_header, .row_details_header.lead_form_delivery_info, .row_event_description, .row_time {
    display: none !important;
}

.row_gdpr_consent {
    display: none;
}

.row_delivery_addr_street.lead_form_delivery_info, .row_delivery_addr_city.lead_form_delivery_info, .row_delivery_addr_state.lead_form_delivery_info, .row_delivery_addr_zip.lead_form_delivery_info {
    display: none !important;
}

.cell_start_time input{
    padding-left: 25px !important;
}

.form-control.hasDatepicker {
    padding-left: 25px !important;
}

#ui-datepicker-div{
    display: none !important;
}

#lead_form_submit input {
    background-color: #c73439;
    color: white;
    margin-top: 15px;
    padding: 10px;
    border-radius: 30px;
    width: 150px;
    font-size: 1em!important;
    font-weight: 500;
    cursor: pointer;
    border: none!important;
    text-align: center;
}

footer {
    margin-top: 60px;
    font-size: 1em;
    text-align: center;
}

#privacy-policy {
    padding: 50px;
    text-align: center;
}


@media (min-width: 600px) {
    #logo {
    height: 100px;
    }
    #feedback article img{
    width: 200px;
    }
    #about{
    display: flex;
    align-items: center;
    }
    #about img{
        width: 70%;
    }
    #about p{
        font-size: 1.5em;
    }
    #banner img {
    max-width: 1200px;
}
    #contactUs div {
    width: 1140px;
    }
}