/* FONTS */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/opensans.woff");
  src: url("../fonts/opensans.woff2");
}
/* END FONTS */
html {
  scroll-behavior: smooth;
}
*,
*::before,
*:after {
  box-sizing: border-box;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
button {
  border: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
body {
  font-family: "OpenSans";
  margin: 0;
  padding: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
/* Preloader*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  z-index: 9999999999999;
}

.load-circle {
  margin: 20vh auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #111;
  border-top: 10px solid #f4b835;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader__title {
  margin-top: 200px;
}
.preloader__title-text {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin-top: 24px;
  font-family: "OpenSans";
}
.preloader__title-text__metropole {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-family: "OpenSans";
}
/* Title page */
.page-title__wrapper {
  width: 100%;
  margin: 130px 0 54px;
}
.page-title__wrapper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.page-title {
  font-size: 38px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.105;
  margin: 0 40px;
  transition: 0.3s;
}
.page-title:hover {
  color: #f2b532;
}
.page-title--wihte {
  color: #fff;
}
.triangle {
  position: relative;
  left: 49.5%;
}
/* .shop-cart-image{
	width: 47%;
    background-size: cover!important;
} */
/* RESTAURANTS PAGE */
.section_restaurans {
  width: 100%;
}
.grid_ristaurants {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 300px 300px 300px 300px 300px;
  grid-gap: 10px 10px;
}
.restaurants-cart {
  filter: grayscale(1);
  transition: 0.3s;
  position: relative;
}
.restaurants-cart:nth-child(1) {
  width: 100%;
  height: 100%;
  background: url("../images-store/garage1.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}
.restaurants-cart:nth-child(2) {
  background: url("../images-store/jelsa5.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 3;
  grid-column-end: 0;
  grid-row-start: 0;
  grid-row-end: 0;
}
.restaurants-cart:nth-child(3) {
  background: url("../images-store/lido1.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 0;
  grid-row-end: 0;
}
.restaurants-cart:nth-child(4) {
  background: url("../images-store/tierry-bg.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 0;
  grid-row-end: 0;
}
/* .restaurants-cart:nth-child(5) {
  background: url("../images-store/kaviarnia.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 0;
  grid-row-end: 0;
} */
.restaurants-cart:nth-child(5) {
  background: url("../images-store/lepim-i-varim6.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 0;
  grid-row-end: 0;
}
.restaurants-cart:nth-child(6) {
  background: url("../images-store/lavazza.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 0;
  grid-row-end: 0;
}
.restaurants-cart:nth-child(7) {
  background: url("../images-store/munlajt-index.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 0;
  grid-row-end: 0;
}

.restaurants-cart:nth-child(8) {
  background: url("../images-store/tapioca_1.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 0;
  grid-row-end: 0;
}

.restaurants-cart:nth-child(9) {
  background: url("../images-store/blaser.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 0;
  grid-row-end: 0;
}

.restaurants-cart:nth-child(10) {
  background: url("../images-store/maybe-8.jpg") center no-repeat;
  background-size: cover;
  display: grid;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 0;
  grid-row-end: 0;
}

.restaurants-cart:hover {
  filter: grayscale(0);
}
.services__box--cover-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #edb94980;
  border-radius: 10px;
}
.cover-bg__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cover-bg__text {
  font-size: 25px;
  font-family: "OpenSans";
  color: rgb(36, 36, 36);
  font-weight: bold;
  line-height: 1.28;
  text-align: center;
  margin: 38px 0;
}
.restaurants-cart:hover .services__box--cover-bg {
  display: block;
}
@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 760px) {
  .grid_ristaurants {
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 150px 150px 150px 150px 150px 150px;
    grid-gap: 10px 10px;
  }
  .page-title-image {
    width: 60px;
    height: 30px;
  }
  .page-title {
    margin: 0 20px;
    font-size: 20px;
    text-align: center;
  }
  .triangle {
    left: 47.5%;
  }
  .page-title__wrapper {
    margin: 50px 0 50px 0;
  }
  .cover-bg__image {
    width: 20%;
  }
  .cover-bg__text {
    font-size: 10px;
  }
}
