@font-face {
  font-family: "socialico";
  src: url("fonts/socialico-webfont.woff.woff2") format("woff2"), url("fonts/socialico-webfont.woff.woff") format("woff");
}

hr {
  border: 1px solid black;
  color: unset;
  max-width: 56px;
  margin: 15px auto;
  border-radius: 20px;
}

.text-center hr {
  margin: 15px auto;
}

table td hr {
  margin: 15px 0;
}

.video-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.video-container {
  position: relative;
  width: 100%;
  cursor: pointer;
  background-color: #000;
}

.video-container video {
  display: block;
  width: 100%;
}

.video-container {
  position: relative;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  color: #333;
  font-size: 50px;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-play-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Hide button when video is playing */
video[autoplay]+.video-play-button {
  display: none;
}

/* #play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#play-button svg {
  transition: transform 0.2s ease;
}

#play-button:hover svg {
  transform: scale(1.1);
} */

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #111;
  font-size: 17px;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-out 0.3s;
}

a.email {
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  color: #2A2C52;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 120%;
  color: #2A2C52;
  font-family: 'Leckerli One', cursive;
  font-weight: 400;
}

h1 {
  font-size: 90px;
}

h2 {
  font-size: 90px;
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 49px;
}

h5 {
  font-size: 39px;
}

h6 {
  font-size: 29px;
}

ul {
  padding-left: 25px;
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

.row {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

.catering-page table .red {
  font-size: 20px;
  font-family: 'Leckerli One', cursive;
  color: #821113;
  font-weight: 400px;
}

/*button*/
.btn {
  width: 155px;
  height: 45px;
  border: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: all ease 0.3s;
  text-align: center;
  column-gap: 10px;
  background: #821113;
  border-radius: 0;
}

.btn:hover {
  background: #2A2C52;
  color: #FFF;
}

/*image*/
img {
  display: block;
  max-width: 100%;
}

.img-responsive {
  width: 100%;
}

/*floats*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.d-flex {
  display: flex;
  gap: 20px;
}

.a-center {
  align-items: center;
}

.a-start {
  align-items: flex-start;
}

.a-end {
  align-items: flex-end;
}

.j-between {
  justify-content: space-between;
}

.j-center {
  justify-content: center;
}

.service-img {
  max-width: 50%;
}

.half {
  width: calc(100% / 2);
}

.thirds {
  width: calc(100% / 3);
}

/*typography*/
.text-primary {
  color: #2A2C52;
}

.text-bold {
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*clearings*/
.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}

/* Submenu */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.dropdown.open .dropdown-content {
  max-height: 200px !important;
  display: block !important;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropbtn::after {
  content: ' ▼';
  display: inline-block;
  transition: transform 0.3s ease;
}

.dropdown.open .dropbtn::after {
  transform: rotate(180deg);
}

/* Hide submenu by default */
.submenu {
  display: none;
  position: absolute;
}

.parentMenu:hover .submenu {
  display: block !important;
  background-color: #fff !important;
  padding: 10px;
  z-index: 1;
  top: 79%;
  left: 10px;
  width: 100% !important;
}

.submenu li {
  list-style-type: none;
}

.submenu li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  font-size: 12px !important;
}

.submenu li a:hover {
  background-color: #f0f0f0;
}



#header nav ul li>ul {
  /* position: absolute; */
  flex-direction: column;
  width: auto;
  background: #FFF;
  padding: 10px 10px 10px;
  margin: 0;
  align-items: flex-start;
  display: none;
}

/* #header ul li:hover ul {
  display: block;
} */

/*contact form messages*/
form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

form [type="submit"] {
  margin: 10px auto 0;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail img {
  height: 225px;
  width: 225px;
  object-fit: cover;
}

#content .thumbnail:hover {
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

/*header*/
#header .row {
  max-width: 1370px;
}

#header .top {
  background: url('../images/common/top-bg.png') center center no-repeat;
  min-height: 27px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  text-align: center;
}

#header .top .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 70px;
  margin: 0 0 0 auto;
  height: 27px;
  background: #2A2C53 url('../images/common/social-line.png') center center no-repeat;
}

#header .bot {
  background: #FFF;
  padding: 25px 0 0;
}

#header .bot .row {
  max-width: 1490px;
}

#header .bot .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#header .bot .info>div {
  width: 558px;
  border-bottom: 1px solid #821113;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #666666;
}

#header .bot .info a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
}

#header .bot .info .email {
  padding-left: 60px;
}

#header .bot .info .phone {
  padding-right: 60px;
  justify-content: flex-end;
  font-size: 15px;
}

#header .bot .info .phone a {
  font-size: 22px;
}

#header .banner {
  background: url('../images/common/banner-last.jpg') center center no-repeat;
  min-height: 1281px;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}

/* .slick-slider {
  background: url('image1.jpg') center center no-repeat;
  min-height: 1281px;
  background-size: cover;
  position: relative;
}

.slick-slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

#header .banner .content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 50px;
  /* position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  transform: translateY(50%);
  filter: drop-shadow(0px 0px 10px); */
}

#header .banner .logo img {
  margin: 0 auto 20px;
}

#header .banner h2 {
  font-size: 90px;
  line-height: 90%;
  color: #FFF;
  margin-bottom: 30px;
}

#header .banner p {
  font-size: 34px;
  line-height: 120%;
  color: #FFF;
  letter-spacing: 0.2em;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

#header .banner .btn {
  border: 3px solid #FFF;
  background: transparent;
  margin: 0 auto;
}

#header .banner .btn:hover {
  background: #FFF;
  color: #111;
}

#header .filler {
  width: 240px;
}

#header nav ul {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  width: 1350px;
  max-width: 100%;
  z-index: 99999;
}

#header nav ul li a {
  font-size: 15px;
  text-align: center;
  color: #821113;
  font-weight: 700;
  padding: 0 0 15px;
  border-bottom: 6px solid transparent;
  display: block;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
}

#header nav ul li a:hover,
#header nav ul li.active-menu a {
  color: #821113;
  border-color: #821113;
}



#header nav ul li>ul a {
  padding: 0 0 5px;
  text-align: left;
}

#header nav ul li ul li:not(:last-of-type) a {
  margin-bottom: 5px;
}



/*banner*/

/*content*/
#welcome {
  position: relative;
  margin-top: -387px;
  z-index: 1;
}

#welcome .row {
  max-width: 1870px;
}

#welcome .in {
  background: url('../images/common/wc-bg.png') center center no-repeat;
  /* min-height: 1274px; */
  background-size: cover;
  padding: 0 10px;
}

#welcome img {
  margin: 0 auto;
}

#welcome .img {
  width: 652px;
  max-width: 100%;
}

#welcome .down {
  position: relative;
  height: 70px;
  width: 220px;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#welcome h2 {
  text-align: center;
  color: #2A2C52;
  margin: 0;
}

#welcome span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto 120px;
  letter-spacing: 0.5em;
  color: #811113;
  text-align: center;
}

#welcome .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

#welcome h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 39px;
  margin: 10px 0 0;
}

#welcome h1 {
  text-align: center;
  font-size: 140px;
  margin: -20px 0 0;
}

#welcome p {
  line-height: 190%;
  margin: 0 0 40px;
}

#welcome .txt {
  width: 670px;
  max-width: 100%;
}

#welcome .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

#food .row {
  max-width: 1870px;
  position: relative;
}

#food .in {
  background: #F8F1E3 url('../images/common/food-bg.png') center center no-repeat;
  min-height: 604px;
  background-size: cover;
  padding: 95px 10px 20px;
}

#food .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  gap: 20px;
}

#food .item {
  width: 430px;
  height: 370px;
  border: 2px solid #F6EDDC;
  border-radius: 10px;
  padding: 12px;
}

#food .item img {
  margin: 0 auto 30px;
}

#food p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  margin: 0;
}

#menu {
  margin-top: -70px;
}

#menu .row {
  max-width: 1870px;
}

#menu .in {
  background: url('../images/common/menu-bg.png') center center no-repeat;
  min-height: 878px;
  background-size: cover;
  padding: 0 10px 20px;
}

#menu .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  gap: 20px;
}

#menu .down {
  position: relative;
  height: 70px;
  width: 220px;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#menu h2 {
  text-align: center;
  margin: 90px 0 0;
}

#menu span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto 70px;
  letter-spacing: 0.5em;
  color: #811113;
  text-align: center;
}

#menu .item {
  width: 402px;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

#menu .item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

#menu .item img {
  margin: 0 auto;
  border-radius: 10px;
}

#menu p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

#menu p span {
  color: #FFF;
  letter-spacing: 0.2em;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

#about {
  padding: 110px 0 40px;
  text-align: center;
}

#about .row {
  max-width: 1200px;
}

#about h5 {
  line-height: 120%;
  text-shadow: 2px 2px 1px rgba(222, 191, 133, 1);
  width: 1110px;
  margin: 0 auto 20px;
  max-width: 100%;
}

#about h5 span {
  color: #801113;
}

#about p {
  line-height: 190%;
  margin: 0;
}

#about p strong {
  display: block;
}

#map {
  padding: 40px 0 20px;
}

#map .row {
  max-width: 1810px;
}

iframe {
  line-height: 0;
  width: 100%;
}

#details {
  padding-bottom: 105px;
}

#details .row {
  max-width: 1810px;
}

#details .item {
  min-height: 878px;
  background-size: cover;
  min-height: 186px;
  width: 434px;
  max-width: 100%;
  padding: 40px 10px 10px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
}

#details .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 50px;
}

#details .item img {
  margin: 0 auto 10px;
}

#details .item p {
  margin-bottom: 5px;
}

#details .item a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
}

#details .item:nth-last-of-type(1) {
  background: url('../images/common/info2.png') center center no-repeat;
}

#details .item:nth-last-of-type(2) {
  background: url('../images/common/info2.png') center center no-repeat;
}

#details .item:nth-last-of-type(3) {
  background: url('../images/common/info2.png') center center no-repeat;
}

#details .item:nth-last-of-type(4) {
  background: url('../images/common/info2.png') center center no-repeat;
}

#details .item:nth-last-of-type(4) a {
  font-size: 30px;
}

#details .item:nth-last-of-type(2) a {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

#details .item ul {
  list-style: none;
  column-count: 2;
  padding: 0;
  margin: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
}

#details h2 {
  font-size: 75px;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(222, 191, 133, 1);
  margin: 0;
}

#details h2 strong {
  color: #801113;
  font-weight: 400;
}

#details span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  margin: 0 auto;
  letter-spacing: 0.5em;
  color: #212121;
  text-align: center;
}

/*form*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}

.ctc-form input[type="text"],
.ctc-form input[type="date"],
.ctc-form textarea {
  font-size: 16px;
  height: 50px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto 10px;
  font-weight: 400;
  background: transparent;
  background: #EEE;
  font-family: 'Josefin Sans', sans-serif;
  color: #000;

  border: 2px solid #000;
  border-radius: 10px;
}

.ctc-form textarea {
  height: 150px;
  padding-top: 10px;
  width: 100%;
}

.ctc-form input[type="text"]::placeholder,
.ctc-form textarea::placeholder {
  color: #9c1316;
}

.ctc-form label {
  font-size: 15px;
}

.ctc-form .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.ctc-form .flex label {
  width: 100%;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha {
  padding: 0;
}

.ctc-form .g-recaptcha div {
  line-height: 0;
  margin: 0 auto;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .cap {
  margin-bottom: 10px;
}

.ctc-form .consent {
  margin-bottom: 10px;
}

.mobile {
  display: none;
}

/*footer*/
#footer .top {
  /* background: url('../images/common/ft-bg.png') center top no-repeat; */
  background: #821113;
  background-size: cover;
  /* min-height: 1533px; */
}

#footer .row {
  max-width: 1600px;
}

#footer .down {
  position: relative;
  height: 70px;
  width: 220px;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}

#footer .down img {
  margin-top: 10px;
}

#footer .form {
  background: #FFF;
  width: 100%;
  min-height: 655px;
  margin: 60px auto 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

#footer .form .in {
  width: 1420px;
}

#footer .form h2 {
  margin: -10px 0 20px;
  text-align: center;
  color: #272727;
}

#footer .form p {
  margin: 0 auto;
  text-align: center;
  color: #801113;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.5em;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

#footer .form .consent {
  text-align: left;
  font-size: 14px;
  margin: 0;
}

#footer .form .btn {
  margin: 10px auto 0;
}

#footer .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 1403px;
  max-width: 100%;
  margin: 50px auto 0;
  padding-bottom: 35px;
}

#footer .content h3 {
  line-height: 90%;
  text-align: center;
  color: #FFF;
  margin: 0;
}

#footer .content .item {
  width: 510px;
  max-width: 100%;
  text-align: center;
}

#footer .content .item img {
  margin: 0 auto 35px;
}

#footer .content .item p {
  line-height: 190%;
  color: #FFF;
  font-size: 17px;
  margin-bottom: 40px;
}

#footer .content .item p:last-of-type {
  margin-bottom: 0;
}

#footer .logo img {
  margin: 0 auto 50px;
}

#footer .social {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 70px;
  background: url('../images/common/social-bd.png') center center no-repeat;
  width: 697px;
  max-width: 100%;
  gap: 40px;
}

#footer .bot {
  display: flex;
  align-items: center;
  background-color: #821113;
  min-height: 115px;
  padding: 10px 0;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  width: 1080px;
  max-width: 100%;
}

#footer ul li a {
  font-size: 15px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  padding: 0;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

#footer ul li a:hover,
#footer ul li.active-menu a {
  color: #2A2C52;
}

#footer .copy {
  font-size: 14px; 
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 120%;
  color: #FFF;
  text-align: center;
}

#footer .copy img {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  margin-left: 5px;
}

#footer .content .catering-img {
  border-radius: 20px;
  width: 100%;
  max-width: 320px;
}

/*inner pages*/
.inner #content a {
  color: #2A2C52;
}

.inner .services#content .row {
  max-width: 1760px;
}

.inner .services .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.inner .services .content .item {
  width: 560px;
  max-width: 100%;
  text-align: center;
}

.inner .services .content .item .in {
  width: 485px;
  min-height: 525px;
  background: #FFF;
  padding: 350px 20px 20px;
  margin: 0 auto;
}

.inner .services .content img {
  margin: 0 auto -335px;
}

.inner .services .content h5 {
  font-weight: 600;
}

.inner .services .content p {
  font-size: 20px;
  color: #333;
  line-height: 160%;
  margin: 0 auto;
  max-width: 340px;
  text-align: center !important;
}

.inner .services .content a {
  color: #31CCD6;
  display: block;
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: max-content;
  margin: 10px auto 0;
  text-decoration: underline;
}

.inner #content {
  min-height: 300px;
  padding: 40px 0;
  position: relative;
  z-index: 3;
  margin-top: 85px;
}

.inner #content .row {
  max-width: 1220px;
  margin: 0 auto;
}

.inner #content ul li {
  text-align: left;
}

.inner #content h1 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 120%;
  color: #2A2C52;
  text-align: center;
}

.inner #content h2 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 120%;
  color: #2A2C52;
  text-align: left;
  text-transform: initial;
}

.inner #content h3 {
  padding: 0;
  margin: 0 0 20px;
  line-height: 120%;
  color: #2A2C52;
  text-align: left;
}

.inner #content p {
  text-align: left;
}

.inner .test .item {
  border-radius: 15px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.inner .test .item:not(:last-of-type) {
  margin-bottom: 20px;
}

.inner .test h2 {
  margin-bottom: 40px;
  color: #2A2C52;
}

.inner .test span {
  display: flex;
  align-items: flex-start;
  column-gap: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.inner .test small {
  color: #FFDB58;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.inner .test p {
  font-style: italic;
  line-height: 32px;
  letter-spacing: 0.03em;
}

/* .inner .flex{display: flex; align-items: center; gap: 20px; margin-bottom: 40px;} */
.inner .flex .txt {
  width: 800px;
}

.inner .flex .img {
  width: 100%;
}

.inner .flex h6 {
  margin: 0;
}

.inner .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.inner .imgs img {
  height: 285px;
  width: 285px;
  object-fit: cover;
}

.inner .imgs .after {
  position: relative;
}

.inner .imgs .after:after {
  position: absolute;
  content: 'After';
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.inner .imgs .before {
  position: relative;
}

.inner .imgs .before:after {
  position: absolute;
  content: 'Before';
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.inner blockquote strong {
  display: block;
  text-align: right;
}


.inner .contact .contact-con {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.inner #content .top .left .address p,
.inner #content .bottom .right p {
  text-align: center;
}

.address .add {
  width: 100%;
  max-width: 210px;
  margin: 0 auto 20px;
}

.label-red {
  color: #9c1316;
}

.inner .contact .right iframe {
  width: 640px;
  /* max-width: 500px; */
  height: 400px;
}

.inner .contact .bottom {
  align-items: start;
  margin-top: 70px;
}

.inner .contact .bottom .left {
  width: 100%;
  max-width: 500px;
}

.inner .contact .bottom .right {
  width: 100%;
  max-width: 997px;
}

/* CATERING */
body.inner.catering-page h1 {
  font-size: 85px;
}

body.inner.catering-page .gallery-container {
  margin-top: 62px;
}

.catering-form,
.inner .contact .bottom .right {
  padding: 40px;
  border: 1px solid #BBBBBB;
  border-radius: 30px;
  margin: 70px 0;
  text-align: center;
}

.inner .banner,
.inner #footer .form {
  display: none;
}

.inner #footer .top {
  min-height: unset;
}

.inner.holidays-page td {
  color: #2A2C52;
}

.inner.about-page #content .row {
  max-width: 1331px !important;
}

.inner.about-page p {
  font-size: 20px;
}

.about-con {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.about-con .left img {
  width: 100%;
  max-width: 376px;
  border-radius: 20px;
  border: 20px solid #2A2C52;
}

.about-con .right {
  width: 100%;
  max-width: 810px;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto 20px;
}

.inPrivacyBox p {
  text-align: justify !important;
}

.mobile-bn {
  display: none;
}

table {
  max-width: 800px;
  width: 100%;
}

table td {
  padding-top: 15px;
  line-height: 170%;
}

form {
  margin-top: -15px;
}

form>label {
  font-size: 0 !important;
}

.inner .kolaches .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}

.kolaches table {
  max-width: 584px;
}

/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1199px) {}


@media screen and (max-width: 1199px) {
  body {
    min-width: 320px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center !important;
    letter-spacing: initial !important;
    margin-bottom: 20px !important;
  }

  h1,
  h2 {
    font-size: 35px !important;
  }

  h3 {
    font-size: 30px !important;
  }

  h4 {
    font-size: 25px !important;
  }

  h1 span,
  h2 span {
    letter-spacing: initial !important;
  }

  h1 small,
  h2 small {
    letter-spacing: initial !important;
  }

  p {
    letter-spacing: initial !important;
    margin-bottom: 20px !important;
  }

  li {
    font-size: 20px;
  }

  a {
    word-break: break-word;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .ctc-form .flex {
    flex-wrap: wrap;
  }

  .inner #content h1 {
    font-size: 35px !important;
  }

  .inner #content h2 {
    font-size: 30px !important;
  }

  .inner #content h3 {
    font-size: 25px !important;
  }

  .inner #content h4 {
    font-size: 20px !important;
  }

  .inner #content h5 {
    font-size: 18px !important;
  }

  .inner #content h6 {
    font-size: 16px !important;
  }

  .inner #content {
    padding: 20px 0;
  }

  .btns {
    justify-content: center !important;
  }

  .btn {
    max-width: 100%;
    margin: 0 auto;
  }

  #header {
    padding: 40px 0 0;
    position: relative;
    z-index: 999999;

  }

  #header nav {
    display: block;
    height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 70%);
    left: 0;
  }

  #header nav ul li>ul {
    padding: 0 10px;
  }

  #header nav ul {
    display: none;
    height: auto;
    border-bottom: 5px solid #2A2C52;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #202020;
  }

  #header nav ul li {
    width: 100%;
    position: relative;
  }

  #header nav ul li a {
    float: none;
    padding: 10px 20px;
    border-radius: 0;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 18px;
    padding: 0;
    height: auto;
    line-height: 180%;
    text-align: left;
  }

  #header ul li:hover a,
  #header ul li.active-menu a {
    background: none;
    color: #FFF;
  }

  #header nav a {
    text-align: left;
    width: 100%;
  }

  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }

  #header nav a#pull {
    display: block;
    color: #fff;
    background-color: #111;
    height: 40px;
    padding: 10px 15px;
    width: 100%;
    position: relative;
    font-size: 20px;
  }

  #header nav a#pull:after {
    content: "";
    background: url('../images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .btns {
    flex-wrap: wrap;
    gap: 10px;
  }


  .slick-slider {
    min-height: 892px;
  }

  .cta {
    box-shadow: 0 0 5px #000;
    background: #2A2C52 url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 80px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 100px;
    z-index: 999;
  }

  #header .bot .info,
  .content {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
  }

  #header .filler {
    display: none;
  }

  #header .top .social {
    margin: 0 auto;
  }

  #header .bot .info {
    flex-direction: column;
  }

  #header .bot {
    padding: 10px 0;
  }

  #header .bot .info>div {
    padding: 0 !important;
    border: 0;
    justify-content: center !important;
  }

  #header .banner {
    min-height: auto;
    /* background: #111; */
    padding: 20px 0 110px;
  }

  /* 
  .mobile-bn {
    display: block;
  } */

  #menu,
  #welcome {
    background: #F8F1E3;
    margin: 0;
    padding: 30px 0;
  }

  .down {
    display: none !important;
  }

  #menu span,
  #welcome .btns,
  #welcome span {
    margin-bottom: 20px;
  }

  .btns .btn {
    margin: 0 !important;
  }

  #food .in {
    padding: 30px 10px 180px;
  }

  #menu {
    margin: 0;
  }

  #menu h2 {
    margin-top: 0;
  }

  #menu p {
    margin: 0 !important;
  }

  #map,
  #about {
    padding: 30px 0;
  }

  #details .content {
    margin-bottom: 20px;
  }

  #details {
    padding-bottom: 30px;
  }

  #footer .form {
    margin: 0 auto 20px;
  }

  #footer .top {
    padding: 20px 0;
    /* background-color: #F8F1E3; */
  }

  #footer .brand {
    order: -1;
    width: 100%;
  }

  #footer .content .item img {
    margin: 0 auto 10px;
  }

  #footer ul {
    display: none;
  }

  #about p,
  #footer .content .item p:last-of-type {
    margin: 0 !important;
  }

  #footer .social {
    margin: 0 auto 20px;
  }

  #footer .logo img {
    margin: 0 auto 20px;
  }

  span {
    letter-spacing: initial !important;
  }

  #header nav ul li>ul {
    background: none;
    margin: 0;
    position: relative;
    border: 0;
  }

  #header .banner {
    padding: 20px 0;
  }

  .inner.about-page .left {
    display: none;
  }
}

/* revision */
.kolaches-page #content .row {
  max-width: 1300px;
}

.meat,
.empanadas,
.fruit-kolaches {
  border-right: solid 1px black;
}

.menu-con {
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {

  .meat,
  .empanadas,
  .fruit-kolaches {
    border-right: unset;
    padding-right: unset;
    border-bottom: solid 1px black;
  }
}

/*  */