.section-1-slider{
    position: relative;
}
.section-1-slide img{
    width: 100%;
    display: block;
    height: auto;
    /*object-fit: cover;*/
}
.section-1-slide{
    position: relative;
}
.section-1-slide-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	text-decoration: none;
	z-index: 999;
	padding: 2% 5%;
}
.section-1-slide-cover p{
    font-family: 'losta-masta-bold';
    font-size: 42px;
    color: white;
  }
  .swiper-pagination{
      display: flex;
  justify-content: flex-end;
  padding: 0 5% 2% 5%;
  }
  .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
  }
.swiper-pagination-bullet {
  background: rgb(252, 251, 241) !important;
  opacity: 0.25 !important;
}
  .swiper-pagination-bullet-active {
  background: rgb(252, 251, 241) !important;
  opacity: 1 !important;
}
  
.section-2{
    padding: 0 5% 35px 5%;
}
.section-2 h1{
    font-family: 'losta-masta-bold';
    font-size: 42px;
    text-align: center;
    line-height: 1.4;
  margin: 0 0 30px 0;
}
.menu-list{
    
}
.menu-list-row{
    display: flex;
    margin: 0 -1%;
}
.menu-list-row-col{
    width: 31.33%;
    margin: 0 1%;
}
.menu-list-row-col p{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px dashed rgba(251, 179, 121, 0.5);
}
.menu-list-row-col img{
    width: 100%;
}

.menu-tabs-section{
    padding: 35px 5%;
}
.menu-tabs{
    display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.menu-tabs a{
    padding: 7px 15px;
  border: 1px solid black;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}
.menu-tabs .tab-nav-active {
    border: 2px solid #8b2c2d;
}
.tab{
    display: none;
}
.tab-active{
    display: block;
}
@media only screen and (max-width: 768px) {
    .section-1-slide-cover {
        padding: 10% 5%;
    }
    .swiper-pagination {
        justify-content: flex-start;
    }
    .menu-list-row {
        flex-wrap: wrap;
    }
    .menu-list-row-col {
        width: 48%;
    }
    .menu-list-row-col p {
        font-size: 16px;
    }
    .section-1-slide-cover p {
        font-size: 24px;
    }
    .swiper-pagination-bullet {
      width: 15px !important;
      height: 15px !important;
    }
    .menu-tabs a {
        padding: 4px 8px;
    }
}
@media only screen and (max-width: 575px) {
    .section-1-slide-cover {
        padding: 10% 5%;
    }
    .swiper-pagination {
        justify-content: flex-start;
    }
    .menu-list-row {
        flex-wrap: wrap;
    }
    .menu-list-row-col {
        width: 100%;
    }
    .section-1-slide-cover p {
        font-size: 24px;
    }
    .swiper-pagination-bullet {
      width: 10px !important;
      height: 10px !important;
    }
}