/*
========================
HOME
========================
*/


#home-slider {
  overflow: hidden;
}
#home-slider .banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-home:after {
  content: "";
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.swiper-home .swiper-slide {
  overflow: hidden;
  background-color: #000;
}
.swiper-home .swiper-slide.swiper-slide-active .slide-image, .swiper-home .swiper-slide.swiper-slide-duplicate-active .slide-image {
  transform: scale3d(1, 1, 1);
  width: 100%;
  height: 100%;
}
.swiper-home .slide-image {
  transform: scale3d(1.3, 1.3, 1);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1400ms ease;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.swiper-home .slide-image img {
  width: 103%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
@media screen and (max-width: 575px) {
  .swiper-home .slide-image img {
    width: 100%;
  }
}
.swiper-home .slide-desc {
  position: absolute;
  left: 100px;
  text-align: left;
  max-width: 480px;
}
@media screen and (max-width: 575px) {
  .swiper-home .slide-desc {
    left: 0;
    padding-left: 55px;
    padding-right: 55px;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .swiper-home .slide-desc {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.swiper-home .slide-desc .title__main {
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .swiper-home .slide-desc .title__main {
    left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .swiper-home .slide-desc .title__main {
    font-size: 40px;
  }
}
@media screen and (max-width: 320px) {
  .swiper-home .slide-desc .title__main {
    font-size: 30px;
  }
}
.swiper-home .slide-desc .title__small {
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .swiper-home .slide-desc .title__small {
    font-size: 16px;
  }
}
.swiper-home .swiper-slide-active .slide-desc {
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.swiper-home .swiper-pagination {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 3px;
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: auto;
}
@media screen and (max-width: 575px) {
  .swiper-home .swiper-pagination {
    bottom: 63px;
    left: 25px;
  }
}
.swiper-home .swiper-pagination-current:before {
  content: "0";
}
.swiper-home .swiper-pagination-total:before {
  content: "0";
}
.swiper-home .swiper-button-prev,
.swiper-home .swiper-container-rtl .swiper-button-next {
  left: auto !important;
  right: 90px;
  background-image: url("../images/right-arrow.svg");
  transform: scale(-1);
  filter: invert(92%) sepia(0%) saturate(860%) hue-rotate(145deg) brightness(96%) contrast(96%);
}
@media screen and (max-width: 575px) {
  .swiper-home .swiper-button-prev,
.swiper-home .swiper-container-rtl .swiper-button-next {
    right: 60px !important;
  }
}
.swiper-home .swiper-button-next,
.swiper-home .swiper-container-rtl .swiper-button-prev {
  right: 45px !important;
  background-image: url("../images/right-arrow.svg");
  filter: invert(92%) sepia(0%) saturate(860%) hue-rotate(145deg) brightness(96%) contrast(96%);
}
@media screen and (max-width: 575px) {
  .swiper-home .swiper-button-next,
.swiper-home .swiper-container-rtl .swiper-button-prev {
    right: 15px !important;
  }
}
.swiper-home .swiper-button-prev.swiper-button-white,
.swiper-home .swiper-container-rtl .swiper-button-next.swiper-button-white,
.swiper-home .swiper-button-next.swiper-button-white,
.swiper-home .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: none !important;
  outline: none;
}
.swiper-home .swiper-button-prev,
.swiper-home .swiper-button-next {
  font-size: 50px;
  color: #fff;
  bottom: 17px;
  top: auto;
  background-size: 19px;
}
@media screen and (max-width: 575px) {
  .swiper-home .swiper-button-prev,
.swiper-home .swiper-button-next {
    bottom: 60px;
  }
}
.swiper-home .swiper-pagination-bullet {
  background-color: #CCCCCC !important;
  opacity: 1 !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 7px !important;
}
.swiper-home .swiper-pagination-bullet-active {
  background: #3A5C88 !important;
  border-radius: 40px !important;
  opacity: 1 !important;
  outline: none;
}

.about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about__holder {
  padding-top: 320px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1199px) {
  .about__holder {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .about__holder {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.about__chef-list {
  padding-left: 0;
  padding-right: 0;
}
.about__chef-list:first-child img, .about__chef-list:last-child img {
  margin-top: 20px;
}
.about__chef-list:nth-child(2) img, .about__chef-list:nth-child(4) img {
  margin-top: -10px;
}
.about__chef-list:nth-child(3), .about__chef-list:nth-child(5) {
  z-index: 1;
}
.about__chef-list:nth-child(3) img, .about__chef-list:nth-child(5) img {
  margin-top: 60px;
  max-width: 110%;
}
@media screen and (max-width: 575px) {
  .about__chef-list:nth-child(3) img, .about__chef-list:nth-child(5) img {
    margin-top: 40px;
  }
}
.about .hover-img:hover {
  z-index: 2;
}
.about__desc {
  padding-left: 160px;
  padding-right: 100px;
}
@media screen and (max-width: 1199px) {
  .about__desc {
    padding-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .about__desc {
    padding-left: calc((100vw - 720px) / 2 + 35px);
  }
  .about__desc .title__main, .about__desc .title__small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about__desc {
    max-width: 450px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 479px) {
  .about__desc {
    max-width: 100%;
    padding-right: 55px;
  }
}
@media screen and (max-width: 320px) {
  .about__desc {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.about__desc-top {
  display: none;
}
@media screen and (max-width: 991px) {
  .about__desc-top {
    display: block;
    padding-left: calc((100vw - 720px) / 2 + 35px);
    width: 80%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about__desc-top {
    max-width: 450px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 320px) {
  .about__desc-top {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.about__chef {
  margin-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .about__chef {
    margin-bottom: 50px;
  }
}
.about__chef .row {
  margin-left: 0;
  margin-right: 0;
}

.restaurants {
  background-color: #000;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .restaurants {
    padding-bottom: 100px;
  }
}
.restaurants .container {
  padding-left: 55px;
  padding-right: 55px;
}
@media screen and (max-width: 320px) {
  .restaurants .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.restaurants .title__main {
  margin-bottom: 0;
}
.restaurants .swiper-restaurants .swiper-slide {
  height: 600px;
}
@media screen and (max-width: 1440px) {
  .restaurants .swiper-restaurants .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .restaurants .swiper-restaurants .swiper-slide {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .restaurants .swiper-restaurants .swiper-slide {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .restaurants .swiper-restaurants .swiper-slide {
    height: 350px;
  }
}
.restaurants .swiper-restaurants .swiper-slide a {
  display: block;
  height: 100%;
}
.restaurants .swiper-restaurants .logo-holder {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.restaurants .swiper-restaurants .logo-holder img {
  transform: none !important;
  width: 250px;
}
.restaurants .swiper-restaurants .logo-holder p {
  color: #fff;
}

.section-overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, black 100%);
}

.event-venue {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.event-venue__holder {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .event-venue__holder {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .event-venue__holder {
    padding-top: 100px;
  }
}
.event-venue__holder .container {
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .event-venue__holder .container {
    padding-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  .event-venue__holder .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 320px) {
  .event-venue__holder .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.event-venue .title__main {
  margin-bottom: 0;
}
.event-venue .swiper-event:after {
  content: "";
  height: 100%;
  width: 150px;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .event-venue .swiper-event:after {
    content: none;
  }
}
.event-venue .swiper-event .swiper-wrapper {
  left: calc((33vw - 1140px) / 2 + 95px);
}
@media screen and (max-width: 1600px) {
  .event-venue .swiper-event .swiper-wrapper {
    left: calc((40vw - 1140px) / 2 + 95px);
  }
}
@media screen and (max-width: 1440px) {
  .event-venue .swiper-event .swiper-wrapper {
    left: calc((45vw - 1140px) / 2 + 95px);
  }
}
@media screen and (max-width: 1199px) {
  .event-venue .swiper-event .swiper-wrapper {
    left: calc((54vw - 960px) / 2 + 95px);
  }
}
@media screen and (max-width: 991px) {
  .event-venue .swiper-event .swiper-wrapper {
    left: 0;
  }
}
.event-venue .swiper-event .swiper-slide {
  width: 633px !important;
  height: 418px;
}
@media screen and (max-width: 991px) {
  .event-venue .swiper-event .swiper-slide {
    width: 100% !important;
    height: 50%;
  }
}
.event-venue .swiper-event .swiper-slide .logo-holder {
  width: 200px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .event-venue .swiper-event .swiper-slide .logo-holder {
    width: 100px;
  }
}
.event-venue .swiper-event .swiper-slide .logo-holder img {
  transform: none !important;
}
.event-venue .swiper-event .swiper-button-next,
.event-venue .swiper-event .swiper-button-prev {
  width: 40%;
}
.event-venue .swiper-event .swiper-slide.swiper-slide-next,
.event-venue .swiper-event .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.event-venue .swiper-event .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/*# sourceMappingURL=home.css.map */
