@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: regular;
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: medium;
  src: url("../fonts/Montserrat/static/Montserrat-Medium.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: semibold;
  src: url("../fonts/Montserrat/static/Montserrat-SemiBold.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: bold;
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
  font-display: fallback;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: bold;
  src: url("../fonts/Montserrat/static/Montserrat-Black.ttf");
  font-display: fallback;
}
body {
  font-family: "Montserrat", sans-serif !important;
  background-color: #f7f5f1;
}

p {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
}

a {
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
  color: #000000;
}

.button-custom {
  background-color: #ae2a34;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #ae2a34;
  transition: 0.3s ease;
  width: 223px;
  text-align: center;
  display: block;
}
.button-custom:hover {
  background-color: #FFFFFF;
  color: #ae2a34;
}

.navbar {
  z-index: 10;
}
.navbar .navbar-nav {
  gap: 115px;
  width: 40%;
  position: relative;
  height: 45px;
  padding-bottom: 10px;
}
.navbar .navbar-nav > div {
  color: #FFFFFF;
  width: 100px;
}
.navbar .navbar-nav > div .nav-link {
  min-width: auto;
}
.navbar .navbar-nav::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #424242;
}
.navbar .navbar-nav .nav-link {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  transition: transform 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  min-width: 100px;
  display: inline-block;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
  transform: scale(1.2);
  font-weight: 700;
}
.navbar .navbar-brand {
  width: 199px;
  height: 99px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-brand img {
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(5%);
}
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.95);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
  .navbar .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .navbar .navbar-collapse .navbar-nav {
    gap: 0;
    flex-direction: column;
    align-items: center;
    display: inline-table !important;
    padding-bottom: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    padding: 12px 0;
    width: 100%;
    text-align: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav .nav-link {
    transition: none;
  }
  .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    transform: none;
    font-weight: bold;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }
  .navbar .navbar-nav::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    min-width: auto;
    display: block;
    padding: 5px 0;
    transform: none !important;
    font-weight: 400 !important;
  }
  .navbar .navbar-nav > div {
    width: 50%;
    margin: 0 auto;
  }
  .navbar .navbar-toggler {
    margin-left: auto;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-brand {
    width: auto;
    height: 99px;
    margin: 15px 0;
  }
  .navbar .navbar-brand img {
    width: 120px;
    transform: none;
    zoom: 2;
  }
  .navbar .collapse.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  color: #ad9458;
  filter: invert(38%) sepia(17%) saturate(1295%) hue-rotate(5deg) brightness(94%) contrast(91%);
  opacity: 0.7;
  transition: all 0.3s ease;
  padding: 0 20px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 40px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ad9458;
  opacity: 0.5;
  margin: 0 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  opacity: 1;
}

.swiper-wrapper {
  height: auto;
}

.b3-swiper {
  position: relative;
}
.b3-swiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.b3-swiper .swiper-pagination {
  bottom: 20px !important;
}

@media (max-width: 991.98px) {
  .b3-swiper .swiper-slide img {
    height: 70vh;
  }
}
@media (max-width: 767.98px) {
  .b3-swiper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .b3-swiper .swiper-wrapper {
    height: 100%;
  }
  .b3-swiper .swiper-slide {
    height: 100%;
  }
  .b3-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .b3-swiper .swiper-button-prev,
  .b3-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .b3-swiper .swiper-button-prev {
    left: 10px;
  }
  .b3-swiper .swiper-button-next {
    right: 10px;
  }
  .b3-swiper .swiper-pagination {
    bottom: 10px !important;
  }
}
.about-section {
  padding: 77px 0;
}
.about-section .content {
  padding-right: 250px;
}
.about-section .logo {
  max-width: 215px;
  margin-bottom: 100px;
}
.about-section .headline {
  font-size: 53px;
  font-weight: 700;
  color: #623e2a;
  margin-bottom: 63px;
}
.about-section .description {
  color: #623e2a;
  font-size: 16px;
  line-height: 1.8;
}
.about-section .meat-img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .about-section .content {
    padding-right: 100px;
  }
  .about-section .headline {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .about-section .logo {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .about-section {
    padding: 40px 0;
  }
  .about-section .content {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .about-section .logo {
    margin: 0 auto 30px;
    display: block;
  }
  .about-section .headline {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .about-section .description {
    font-size: 15px;
    padding: 0 15px;
  }
  .about-section .meat-img {
    margin-top: 30px;
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .about-section .headline {
    font-size: 24px;
  }
  .about-section .logo {
    max-width: 160px;
  }
  .about-section .description {
    font-size: 14px;
  }
  .about-section .meat-img {
    max-width: 100%;
    height: auto;
  }
}

.our-menu {
  padding: 77px 0;
}
.our-menu .section-title {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
  margin-bottom: 0;
}
.our-menu .menu-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.our-menu__list {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.our-menu__list__item {
  padding: 0;
  flex: 0 0 calc(33.333% - 12.34px);
}
.our-menu .menu-box {
  border: 1px solid #623e2a;
  padding: 26px 36px;
  height: 215px;
}
.our-menu .menu-box .menu-title {
  font-weight: 700;
  font-size: 26px;
  color: #623e2a;
  margin-bottom: 10px;
}
.our-menu .menu-box .menu-desc {
  color: #623e2a;
  font-size: 16px;
  line-height: 1.6;
}
.our-menu img {
  border-radius: 2px;
  width: 100%;
  height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .our-menu {
    padding: 40px 0;
  }
  .our-menu .section-title {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }
  .our-menu .menu-buttons {
    justify-content: center;
    width: 100%;
  }
  .our-menu__list {
    flex-direction: column;
    gap: 24px;
  }
  .our-menu__list__item {
    flex: 0 0 100%;
  }
  .our-menu .menu-box {
    padding: 20px;
    height: auto;
  }
  .our-menu .menu-box .menu-title {
    font-size: 22px;
  }
  .our-menu .menu-box .menu-desc {
    font-size: 15px;
  }
  .our-menu img {
    height: 220px;
  }
}

.promotion-carousel {
  padding: 40px 0 77px;
}
.promotion-carousel h2 {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .promotion-carousel h2 {
    font-size: 36px;
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .promotion-carousel h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}
.promotion-carousel .carousel-slide-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 58px;
  flex-wrap: nowrap;
}
.promotion-carousel .carousel-slide-content img {
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.promotion-carousel .carousel-slide-content .promotion-text {
  flex: 1;
  color: #623e2a;
  max-width: 524px;
}
.promotion-carousel .carousel-slide-content .promotion-text p {
  font-size: 16px;
  margin-bottom: 12px;
}
.promotion-carousel .carousel-slide-content .promotion-text strong {
  font-weight: 600;
}
.promotion-carousel .carousel-slide-content .promotion-text s {
  opacity: 0.6;
}
.promotion-carousel .swiper-pagination {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .promotion-carousel .swiper-pagination {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .promotion-carousel {
    padding: 0;
  }
  .promotion-carousel h2 {
    font-size: 28px;
  }
  .promotion-carousel .carousel-slide-content {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .promotion-carousel .carousel-slide-content img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .promotion-carousel .carousel-slide-content .promotion-text {
    max-width: 100%;
  }
  .promotion-carousel .carousel-slide-content .promotion-text p {
    font-size: 15px;
  }
}

.review {
  padding: 40px 0 77px;
}
.review h2 {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
  text-align: center;
  margin: 50px 0 105px;
}
.review .swiper.review-swiper .swiper-wrapper {
  max-width: 1500px;
}
.review .swiper.review-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.review .swiper.review-swiper .swiper-pagination {
  margin-top: 128px;
  text-align: center;
}
.review .swiper.review-swiper .swiper-button-prev {
  left: -10px !important;
}
.review .swiper.review-swiper .swiper-button-next {
  right: -10px !important;
}
.review .review-card {
  background: transparent;
  color: #623e2a;
  padding: 0 20px;
  width: 100%;
  max-width: 333px;
  font-size: 16px;
  text-align: left;
}
.review .review-card .review-quote {
  margin-bottom: 10px;
}
.review .review-card .review-quote img {
  width: 26px;
  height: 20px;
  -o-object-fit: fill;
     object-fit: fill;
}
.review .review-card .review-source {
  font-weight: bold;
}
.review .review-card .review-date {
  font-style: italic;
  font-weight: normal;
}
.review .review-card .review-content {
  margin: 10px 0 20px;
  line-height: 1.5;
}
.review .review-card .review-author {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .review {
    padding: 100px 0;
  }
  .review h2 {
    font-size: 28px;
    margin: 30px 0 0;
  }
  .review .review-card {
    max-width: 100%;
    font-size: 15px;
    padding: 10px 0;
  }
  .review .review-card .review-content {
    line-height: 1.6;
  }
  .review .swiper.review-swiper .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .review .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .review .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .review .swiper-button-next,
  .review .swiper-button-prev {
    display: none;
  }
}

.section-gallery-carousel {
  padding: 77px 0;
}
@media (max-width: 767.98px) {
  .section-gallery-carousel {
    padding: 0 0 30px;
  }
}
.section-gallery-carousel h2 {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .section-gallery-carousel h2 {
    font-size: 36px;
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .section-gallery-carousel h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}
.section-gallery-carousel .gallery-wrapper {
  position: relative;
}
.section-gallery-carousel .gallery-wrapper .swiper-button-prev,
.section-gallery-carousel .gallery-wrapper .swiper-button-next {
  height: 100%;
  top: 0;
  width: 100px;
}
@media (max-width: 991.98px) {
  .section-gallery-carousel .gallery-wrapper .swiper-button-prev,
  .section-gallery-carousel .gallery-wrapper .swiper-button-next {
    display: none;
  }
}
.section-gallery-carousel .gallery-wrapper .swiper-button-prev {
  left: -60px;
}
.section-gallery-carousel .gallery-wrapper .swiper-button-next {
  right: -60px;
}
.section-gallery-carousel .gallery-wrapper .swiper {
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.section-gallery-carousel .gallery-wrapper .swiper .swiper-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
}
.section-gallery-carousel .gallery-wrapper .swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 495px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section-gallery-carousel .gallery-wrapper .swiper .swiper-slide {
    height: 495px;
  }
}
@media (max-width: 767.98px) {
  .section-gallery-carousel .gallery-wrapper .swiper .swiper-slide {
    height: 495px;
  }
}
.section-gallery-carousel .gallery-wrapper .swiper .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding: 0 45px;
}
@media (max-width: 991.98px), (max-width: 767.98px), (max-width: 575.98px) {
  .section-gallery-carousel .gallery-wrapper .swiper .img-fluid {
    padding: 0;
  }
}
.section-gallery-carousel .gallery-wrapper .swiper .swiper-pagination {
  margin-top: 20px;
}

.section-press-carousel {
  margin: 77px 0;
}
.section-press-carousel h2 {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .section-press-carousel h2 {
    font-size: 36px;
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .section-press-carousel h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}
.section-press-carousel .swiper {
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .section-press-carousel .swiper {
    padding-bottom: 30px;
  }
}
.section-press-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.section-press-carousel .swiper-slide {
  padding: 0 15px;
  height: auto;
}
@media (max-width: 767.98px) {
  .section-press-carousel .swiper-slide {
    padding: 0 10px;
  }
}
.section-press-carousel .press-item {
  width: 460px;
  margin: 0 auto 30px auto;
  text-align: start;
}
@media (max-width: 991.98px) {
  .section-press-carousel .press-item {
    width: 100%;
    padding: 0 40px;
  }
}
.section-press-carousel .press-item .press-meta {
  font-size: 16px;
  color: #623e2a;
  margin-bottom: 29px;
}
@media (max-width: 575.98px) {
  .section-press-carousel .press-item .press-meta {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.section-press-carousel .press-item .press-heading {
  font-size: 16px;
  color: #623e2a;
  text-transform: uppercase;
  margin: 8px 0;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .section-press-carousel .press-item .press-heading {
    font-size: 15px;
  }
}
.section-press-carousel .press-item .press-desc {
  font-size: 16px;
  color: #623e2a;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .section-press-carousel .press-item .press-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .section-press-carousel .press-item .button-custom {
    margin: 0 auto;
  }
}
.section-press-carousel .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 116px;
}
.section-press-carousel .swiper-wrapper {
  align-items: stretch;
}
.section-press-carousel .swiper-slide {
  display: flex;
  height: auto;
}
.section-press-carousel .press-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-press-carousel .press-item {
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .section-press-carousel .swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .section-press-carousel .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .section-press-carousel .swiper-button-next,
  .section-press-carousel .swiper-button-prev {
    display: none;
  }
}

.section-steakhouse {
  padding: 77px 0;
}
@media (max-width: 575.98px) {
  .section-steakhouse + .section-steakhouse .container > .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .section-steakhouse {
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.section-steakhouse h2 {
  font-size: 53px;
  font-weight: 400;
  color: #623e2a;
}
@media (max-width: 767.98px) {
  .section-steakhouse h2 {
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
  }
}
.section-steakhouse .restaurant-address,
.section-steakhouse .restaurant-hours {
  font-size: 16px;
  color: #623e2a;
  line-height: 1.6;
}
.section-steakhouse .restaurant-address a,
.section-steakhouse .restaurant-hours a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .section-steakhouse .restaurant-address,
  .section-steakhouse .restaurant-hours {
    font-size: 15px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .section-steakhouse .button-custom {
    display: block;
    margin: 20px auto;
    float: none !important;
  }
}
.section-steakhouse .restaurant-map iframe {
  width: 100%;
  height: 180px;
  border: none;
  margin-top: 95px;
}
@media (max-width: 575.98px) {
  .section-steakhouse .restaurant-map iframe {
    margin-top: 0;
    height: 200px;
  }
}
.section-steakhouse .map-mobile-link a {
  font-size: 15px;
  color: #623e2a;
  text-decoration: underline;
}
.section-steakhouse .map-mobile-link a:hover {
  text-decoration: none;
  color: rgb(62.3, 39.4142857143, 26.7);
}
.section-steakhouse .restaurant-carousel {
  position: relative;
}
.section-steakhouse .restaurant-carousel .swiper-slide img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-steakhouse .restaurant-carousel .swiper-slide img {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .section-steakhouse .restaurant-carousel .swiper-slide img {
    height: 250px;
  }
}
.section-steakhouse .restaurant-carousel .swiper-pagination {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .section-steakhouse .restaurant-carousel .swiper-pagination {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .section-steakhouse .row {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .section-steakhouse .col-lg-5,
  .section-steakhouse .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 575.98px) {
  .section-steakhouse .col-lg-5,
  .section-steakhouse .col-lg-7 {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .section-steakhouse .text-end {
    text-align: center !important;
  }
}

.footer-b3 {
  background-color: #ae2a34;
  color: #FFFFFF;
  font-size: 16px;
  padding: 77px 0 54px;
}
@media (max-width: 575.98px) {
  .footer-b3 {
    padding-bottom: 20px;
  }
}
.footer-b3 .footer-title {
  font-size: 53px;
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .footer-b3 .footer-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer-b3 .footer-link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-b3 .footer-link:hover {
  text-decoration: underline;
}
.footer-b3 .social-icons {
  margin-bottom: 66px;
}
@media (max-width: 575.98px) {
  .footer-b3 .social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 50px 0 77px;
  }
}
@media (max-width: 575.98px) {
  .footer-b3 .footer-group p {
    text-align: center !important;
  }
}
.footer-b3 .footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 30px;
  width: 54px;
  height: 54px;
  border: 1px solid;
  border-radius: 100%;
  margin-left: 13px;
}
.footer-b3 .footer-icon:first-child {
  margin-left: 0;
}
.footer-b3 .footer-icon:hover {
  color: #623e2a;
  background-color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .footer-b3 .footer-icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
}
.footer-b3 .footer-logo {
  max-width: 100px;
  height: auto;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .footer-b3 .footer-logo {
    display: block;
    margin: 10px auto 0;
  }
}
.footer-b3 .copyright {
  font-size: 16px;
  margin-top: 67px;
}
@media (max-width: 575.98px) {
  .footer-b3 .copyright {
    font-size: 14px;
    margin-top: 77px;
  }
}
@media (max-width: 767.98px) {
  .footer-b3 .row {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-b3 .col-md-6 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-b3 p {
    font-size: 15px;
  }
}

#reservationModal .modal-content {
  width: 666px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #reservationModal .modal-content {
    width: 100%;
    border-radius: 0;
  }
}
#reservationModal .reservation-header {
  background-color: #ae2a34;
  color: #FFFFFF;
  padding: 20px;
}
#reservationModal .reservation-header h4 {
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  border-bottom: 1px solid;
}
#reservationModal .reservation-header img {
  max-height: 60px;
}
@media (max-width: 768px) {
  #reservationModal .reservation-header img {
    max-height: 40px;
  }
}
#reservationModal .reservation-header ul {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #reservationModal .reservation-header {
    flex-direction: column;
    text-align: center;
  }
  #reservationModal .reservation-header img {
    margin-bottom: 10px;
  }
}
#reservationModal .reservation-form {
  padding: 0 60px 60px;
}
@media (max-width: 768px) {
  #reservationModal .reservation-form {
    padding: 20px;
  }
}
#reservationModal .reservation-form__note {
  background-color: #d9d9d9;
  border-radius: 6px;
}
#reservationModal .reservation-form input,
#reservationModal .reservation-form select,
#reservationModal .reservation-form textarea {
  border-radius: 8px;
  height: 44px;
}
#reservationModal .reservation-form input:focus, #reservationModal .reservation-form select:focus, #reservationModal .reservation-form textarea:focus {
  border-color: #ae2a34;
  box-shadow: 0 0 0 0.25rem rgba(174, 42, 52, 0.25);
}
#reservationModal .reservation-form .form-check-input {
  width: 24px;
  height: 24px;
}
#reservationModal .reservation-form .form-check-input:checked {
  background-color: #ae2a34;
  border-color: #ae2a34;
}
#reservationModal .reservation-form .form-check-label {
  margin-left: 10px;
}
#reservationModal .reservation-form textarea {
  resize: vertical;
  height: 110px;
}
#reservationModal .reservation-form .button-custom {
  width: 193px;
  letter-spacing: 0.225em;
}
@media (max-width: 768px) {
  #reservationModal .reservation-form .button-custom {
    width: 100%;
    float: none;
  }
}/*# sourceMappingURL=index.css.map */