@font-face {
  font-family: "creato_displayblack";
  src: url("../fonts/creatodisplay-black-webfont.woff2") format("woff2"),
    url("../fonts/creatodisplay-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "creato_displaythin";
  src: url("../fonts/creatodisplay-thin-webfont.woff2") format("woff2"),
    url("../fonts/creatodisplay-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
ul {
  list-style: none;
}
p {
  color: gray;
  font-family: "creato_displaythin";
  font-size: 16px;
  font-weight: bold;
}
strong {
  color: #020f1f;
}
.clear {
  clear: both;
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 40;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 140px;
  }
}

.header-area .main-header-area .main-menu {
  text-align: center;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li {
    margin-right: 45px;
  }
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 19px 0px 19px 0px;
  font-family: "Lato", sans-serif;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #b5b5b5;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
  .navbar-nav {
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-light .navbar-brand {
    max-width: 110px;
  }
  .feature-section {
    height: auto !important;
    max-height: inherit !important;
  }
  .foods .col-md-3 {
    height: 250px;
  }
  .sticky .navbar-light .navbar-brand {
    max-width: 78px;
  }
  .sticky .navbar {
    padding: 0;
  }
  .navbar-toggler {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 10px 20px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.slider_bg_1 {
  background-color: black;
  height: 100vh;
}

.feature-section {
  background-size: cover;
  background-position: bottom;
  position: relative;
  color: #fff;
  height: 100vh;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #535353;
}

.padded {
  padding: 120px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: white;
  font-size: 52px;
  line-height: 58px;
  color: #535353;
  /* text-transform: uppercase; */
}

.text {
  font-size: 18px;
}

.main-header-area {
  background: transparent;
}

.center-v {
  align-items: center;
}
.center-h {
  justify-content: center;
}
.column {
  flex-direction: column;
}
.btn-primary {
  color: #fff;
  background-color: #203d81;
  border-color: #203d81;
}
.main-header-area.stick {
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.15);
}

.header-area .main-header-area.sticky .main-menu ul li a {
  color: #fff;
}
.main-header-area.sticky .slicknav_icon-bar {
  background: #fff !important;
}
@media (max-width: 576px) {
  .title {
    font-size: 34px;
    line-height: 35px;
  }

  .padded {
    padding: 40px;
  }
}

/* NEWS STYLE */

.logo {
  display: block;
  max-width: 150px;
}
.navbar-nav li a {
  color: white;
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
  color: white;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}
.bg-1 {
  background: url("../img/1.jpg") no-repeat center center;
  background-size: cover;
}
.bg-2 {
  background: url("../img/2.jpg") no-repeat center center;
  background-size: cover;
}
.bg-3 {
  background: url("../img/3.jpg") no-repeat center center;
  background-size: cover;
}
.bg-4 {
  background: url("../img/4.jpg") no-repeat center center;
  background-size: cover;
}
.navbar-light .navbar-toggler {
  background-color: white;
}
.foods div p {
  text-align: center;
  color: white;
  font-size: 42px;
  font-family: "creato_displayblack";
  text-transform: uppercase;

  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 1px;
  padding-bottom: 1px;
}
.sticky .logo {
  max-width: 70px;
}
.welcome {
  background: #fff;
}
.days {
  max-width: 300px;
}
.cuisine {
  max-height: 400px;
  background: #fff;
}
.bg-places {
  background: #ece7e2;
}

.places h3 {
  font-family: "creato_displayblack";
  color: #535353;
  font-size: 45px;
}
.places h3 span {
  font-family: "creato_displaythin";
  color: #c4bb9e;
}
.places p {
  max-width: 200px;
  margin: 0 auto;
}
h4 {
  font-family: "creato_displayblack";
  font-size: 48px;
  color: #535353;
  line-height: 44px;
}
h5 {
  font-family: "creato_displaythin";
  color: #c4bb9e;
  font-size: 32px;
  font-weight: bold;
}
.color-moz {
  color: #c4bb9e;
}
.info-welcome {
  max-width: 70%;
  margin: 0 auto;
}
.font-max {
  font-size: 70px;
}
.wel {
  line-height: 45px;
}
.t-1 {
  font-size: 50px;
}
.t-2 {
  color: #c4bb9e;
  font-size: 50px;
}
.t-3 {
  font-size: 60px;
}
.t-4 {
  font-family: "creato_displaythin";
  color: #535353;
  font-size: 36px;
}
.bg-reservation {
  background: url("../img/bg-reservation.png") no-repeat center center;
  background-size: cover;
}
.img-bottom {
  left: 80px;
  bottom: 80px;
}
footer {
  height: 70px;
}
footer p {
  color: gray;
}
.socials li {
  max-width: 25px;
}
.socials li img {
  width: 100%;
}
.video-container {
  width: 100%;
  height: 100vh;
}
iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
}
.text-reservation {
  font-family: "creato_displayblack";
  font-size: 42px;
  color: #fff;
}
.img-reserv {
  max-width: 240px;
}
.mail {
  color: #bebebe;
}
.content {
  display: table;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: relative;
}
.video-background-controls button {
  font-size: 32px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  filter: drop-shadow(0px 0px 1px black);
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  margin-left: 10px;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
