
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
    padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}

#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}

#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color:#F58C02;
    color: black;
    padding: 10px 100px;
}

@media (max-width: 991px) {
    #schedule .nav-tabs a {
        padding: 8px 60px;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 480px) {
    #schedule .nav-tabs a {
        padding: 8px 30px;
    }
}

#schedule .nav-tabs a.active {
    background-color:#006136 !important;
    color:white;
    border:#F58C02 1px solid;
}

#schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
}

.section-with-bg .sub-heading h2{
    font-family: "Beau Rivage", cursive !important;
    color: #006135 !important;
}
@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

#schedule .tab-pane {
    transition: ease-in-out .2s;
}

#schedule .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
    background-color: #fff;
}

#schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
}

#schedule .schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
    font-style: italic;
    color: #19328e;
    font-weight: normal;
    font-size: 16px;
}

#schedule .schedule-item p {
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
    padding: 60px 0;
}

#venue .container-fluid {
    margin-bottom: 3px;
}

#venue .venue-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#venue .venue-info {
    background: url("../img/venue-info-bg.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

#venue .venue-info:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#venue .venue-info h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

#venue .venue-info p {
    color: #fff;
    margin-bottom: 0;
}

#venue .venue-gallery-container {
    padding-right: 12px;
}

#venue .venue-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
    transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
    transform: scale(1.1);
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
    padding: 60px;
    overflow: hidden;
}

#gallery .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #f82249;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f82249;
}

#gallery .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    #gallery .swiper-wrapper {
        padding: 40px 0;
    }
    #gallery .swiper-slide-active {
        border: 5px solid #f82249;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.15);
        margin-top: 6px;
    }
}


/* =========================cart========================== */

h2 {
    color: #E67E22;
    text-align: center;
  }
  .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: -5px 0px 18px rgba(7, 117, 40, 0.63);
    padding:5%;
  }
  .item-box-left{

      max-width: 100%;
      height: 100%;
  }
  .item-box-left img{
      max-width: 100%;
      height: 100%;
      object-fit: contain;
  }

  .menu-item h3{
    margin-top: 15px;
    color:#006136;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Nunito', sans-serif !important;
  }
  .menu-item p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem;
    margin-right:3%;
  }
  .add-to-cart-btn {
    background-color:#006136;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.2rem;
  }
  .add-to-cart-btn:hover {
    background-color: #F58C02;
    border: #F58C02 1px solid;
  }
  .item-box-right p{
    line-height: 160%;
  }


.cartTotal{
    margin:2% 0;
    color: #F58C02;
    Font-weight:bold;
    font-size: 1.5rem;
}
#cart{
    border: #F58C02 solid 1px;
    padding:3%;
}
#cart h2{
    text-align: start;
    margin-bottom:2%;
}

.food-section{
    width: 100%;
}

.food-section h1{
    color:#006136;
    margin:6% 0 5%;
    font-family: 'Nunito', sans-serif !important;
    font-weight:bold;
    letter-spacing:2px;
    font-size:3rem !important;
    text-align: center;
    text-transform: uppercase !important;
}

.food-section h2{
    color:#F58C02;
    margin:10% 0 5%;
    font-family: 'Nunito', sans-serif !important;
    font-family: "Beau Rivage", cursive !important;
    font-weight:bold;
    letter-spacing:2px;
    font-size: 4rem;
}
.tab-pane{
    width: 100% !important;

}
.bottom-food-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:12.5%;
    margin-right:4%;
    padding:0 3% 4%;
    
  }
.bottom-food-item p{
  font-weight:bold;
  color:#006136 !important;
  font-size: 1.4rem;
  }

.foot-content h3{
    color: #F58C02;
}
 
.liquor-item{

    display: flex;
    justify-content:space-between;
    align-items: center !important;
    background-color: #0061351e;
    padding:0 2%;
    border-bottom:  white solid;
}
.liquor-name{
    margin-top:.8% !important;
    font-size: 1.1rem;
}
.add-to-cart-liquor-btn{
    background-color: #006135;
    color: white;
    padding:3px 8px;
    border-radius: 2px;
    border:none;
}


#scrollDownButton{
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color:green;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.2rem !important;
    border:0px !important;
    z-index: 999 !important;
  }
  #scrollUpButton{
    position: fixed;
    right:20px !important;
    bottom:1rem;
    background-color: #F58C02;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1.2rem !important;
    border:0px !important;
    z-index: 999;
  
  }
   
  .nav-item{
    margin-top:5px;
  }