@font-face {
  font-family: "Firago";
  src: url("../fonts/FiraGO-Regular.eot");
  src: url("../fonts/FiraGO-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FiraGO-Regular.woff2") format("woff2"),
    url("../fonts/FiraGO-Regular.woff") format("woff"),
    url("../fonts/FiraGO-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas";
  src: url("../fonts/LGVBebasNeue-Regular.woff") format("woff"),
    url("../fonts/LGVBebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BPG Nino Mtavruli";
  src: url("../fonts/bpg-nino-mtavruli-webfont.eot");
  src: url("../fonts/bpg-nino-mtavruli-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/bpg-nino-mtavruli-webfont.woff2") format("woff2"),
    url("../fonts/bpg-nino-mtavruli-webfont.woff") format("woff"),
    url("../fonts/bpg-nino-mtavruli-webfont.ttf") format("truetype"),
    url("../fonts/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular")
      format("svg");
}
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BPG Nino Mtavruli";
}
.redline {
  position: absolute;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 5px;
  background: #faf6ec;
}
.redline .red {
  width: 0;
  background: #e50019;
  height: 5px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.container {
  width: 85vw;
  margin: auto;
}
.slick-dots li button:before {
  font-size: 12px;
}
nav {
  font-family: Bebas;
}
p {
  font-family: Firago;
}
a {
  text-decoration: none;
  color: #000;
}
.animation {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.animation .btn-vrclad {
  display: none;
}
.animation .adg,
.animation .mogv {
  display: none;
}
.animation .mogv {
  width: 11vw;
}
.animation .adg {
  width: 18vw;
}
.animation .rigi {
  margin-left: 2vw;
  display: none;
}
.animation .vrclad,
.animation .rigi {
  width: 11vw;
}
.animation #vrclad {
  position: absolute;
  bottom: 13.4vw;
  left: 44.4vw;
}
.animation #vrclad img {
  -webkit-transition: 100ms;
  transition: 100ms;
}
.animation #vrclad img:hover {
  opacity: 0.8;
}
.animation img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.animation .loading-logo {
  width: 14.5vw;
  height: 23vw;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.animation .loading-logo p {
  font-family: Bebas;
  font-size: 1.6vw;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .animation .loading-logo p {
    font-size: 7vw;
  }
}
.animation .loading-logo .logo-loading {
  width: 7vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 768px) {
  .animation .loading-logo .logo-loading {
    width: 28vw;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  -webkit-transition: 1000ms all ease;
  transition: 1000ms all ease;
  background: transparent;
  z-index: 999;
  width: 100%;
}
header.white {
  background: #fff;
}
header .logo {
  width: 33vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  header .logo {
    width: 38vw;
    content: url("../images-mobile/Logo Top@2x.png");
  }
}
header .left,
header .right {
  margin: 40px 50px;
}
@media only screen and (max-width: 768px) {
  header .left,
  header .right {
    margin: 26px 15px;
  }
}
header .left .menu-btn,
header .right .menu-btn {
  margin-left: 30px;
  cursor: pointer;
}
header .navbar {
  background: #fff;
  position: absolute;
  right: -100%;
  top: 0;
  height: 100vh;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: -50px 0px 99px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -50px 0px 99px 0px rgba(0, 0, 0, 0.1);
  font-size: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .navbar {
    width: 100vw;
    font-size: 10vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
header .navbar li:hover {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #f5d21e;
}
.dropdown-menu li:hover {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;.
  
  color: #f5d21e;
}
header .navbar .dropdown .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.6vw;
  color: #8e8e8e;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  header .navbar .dropdown .dropdown-menu {
    font-size: 8vw;
  }
}
header .navbar .dropdown .dropdown-menu a {
  color: #8e8e8e;
}
header .navbar .dropdown .dropdown-menu a:hover {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  color: #f5d21e;
}
header .navbar .dropdown .dropdown-menu ul {
  padding: 0;
  margin: 0;
}
header .navbar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .navbar .social i {
  padding: 5px;
  color: #cccccc;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header .navbar .social .fa-facebook-square:hover {
  color: #4267b2;
}
header .navbar .social .fa-instagram {
  border-radius: 10px;
}
header .navbar .social .fa-instagram:hover {
  color: #fff;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
header .navbar .bottom {
  text-align: center;
}
header .navbar .phone-link {
  color: #8e8e8e;
  font-size: 14px;
}
header .navbar .fa-times {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
header .navbar .menu {
  padding-left: 25%;
  position: relative;
  top: 50px;
}
header .navbar .menu li.active {
  color: #f5d21e;
}
header .navbar .menu li.active > a {
  color: #f5d21e;
}
header .navbar.active {
  right: 0;
}
.meniu {
  position: relative;
  background: #fbfaf9;
}
.meniu .products {
  width: 85vw;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .meniu .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.meniu .products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7.5px;
  padding: 7.5px;
  background: #fff;
}
.meniu .products .product:first-child {
  background: url("../images/product-bg.png");
  background-position: center;
  background-size: contain;
}
.meniu .products .product .text {
  width: 100%;
  background: #fff;
  text-align: left;
}
.meniu .products .product .text p,
.meniu .products .product .text h2 {
  padding-left: 20px;
}
.meniu .products .product .text h2 {
  color: #e50019;
}
.meniu .products .product img {
  width: 100%;
}
.meniu .load-more {
  padding: 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .meniu .load-more {
    padding: 100px 0;
  }
}
.meniu .load-more input {
  font-family: BPG Nino Mtavruli;
  border: none;
  outline: none;
  color: #8e8e8e;
  background: none;
  font-size: 1.2vw;
}
@media only screen and (max-width: 768px) {
  .meniu .load-more input {
    font-size: 8vw;
  }
}
.meniu .topline {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .meniu .topline {
    content: url("../images-mobile/Group 251@2x.png");
  }
}
.meniu .botline {
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .meniu .botline {
    content: url("../images-mobile/Group 251@2x.png");
  }
}
.meniu .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8e8e8e;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.meniu .heading img {
  width: 6.2vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .meniu .heading img {
    width: 15vw;
  }
}
.meniu .heading h1 {
  font-size: 2.5vw;
  padding: 60px 45px;
}
@media only screen and (max-width: 768px) {
  .meniu .heading h1 {
    font-size: 12vw;
  }
}
.meniu .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: BPG Nino Mtavruli;
}
.meniu .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
}
.meniu .categories ul li {
  padding: 0 1vw;
}
.meniu .categories ul li.active {
  color: #e50019;
}
.rigebi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333333;
}
.rigebi .rigi {
  position: relative;
 overflow-y: hidden;
 overflow-x: hidden;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi {
    height: 100vh;
    margin: 100px 0;
  }
}
.rigebi .rigi h2 {
  font-size: 2.5vw;
}
.rigebi .rigi .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi .text {
    top: 70%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
}
.rigebi .rigi .text p {
  width: 28vw;
}
.rigebi .rigi .text a {
  color: #999587;
  font-family: BPG Nino Mtavruli;
  -webkit-transition: 100ms;
  transition: 100ms;
}
.rigebi .rigi .text a i {
  padding-left: 2vw;
}
.rigebi .rigi .text a:hover {
  color: #333;
}
.rigebi .rigi .bg {
  position: absolute;
  width: 55vw;
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi .bg {
    width: 124vw;
  }
}
.rigebi .rigi .shop {
  width: 26.3vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi .shop {
    width: 80vw;
  }
}
.rigebi .rigi.left .bg {
  left: 0;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.rigebi .rigi.left .shop {
  left: 22vw;
}
.rigebi .rigi.left .text {
  right: 14vw;
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.left .text {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.left .text h2 {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.left .text p {
    display: none;
  }
}
.rigebi .rigi.right .bg {
  right: 0;
  -webkit-transform: translateX(35%);
  transform: translateX(35%);
}
.rigebi .rigi.right .shop {
  right: 22vw;
}
.rigebi .rigi.right .text {
  left: 14vw;
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.right .text {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.right .text h2 {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .rigebi .rigi.right .text p {
    display: none;
  }
}
.duqani-banner {
  position: relative;
  padding-top: 169px;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .duqani-banner {
    height: auto;
  }
}
.duqani-banner .duqani-1 {
  width: 21vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .duqani-1 {
    display: none;
  }
}
.duqani-banner .duqani-2 {
  width: 28vw;
  position: absolute;
  top: 276px;
  left: 21.6vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .duqani-2 {
    display: none;
  }
}
.duqani-banner .duqani-3 {
  position: absolute;
  width: 21vw;
  left: 8vw;
  top: calc(21vw + 179px);
}
@media only screen and (max-width: 768px) {
  .duqani-banner .duqani-3 {
    display: none;
  }
}
.duqani-banner .duqani-bg {
  position: absolute;
  right: 0;
  top: 200px;
  width: 16vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .duqani-bg {
    position: relative;
    top: 0;
    width: 83vw;
    right: 20%;
  }
}
.duqani-banner .text {
  position: absolute;
  right: 7vw;
  top: 21vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .text {
    position: relative;
    top: -25vw;
    right: 0;
    margin: auto;
    text-align: justify;
    width: 88vw;
  }
}
.duqani-banner .text h1 {
  font-size: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .text h1 {
    font-size: 10vw;
  }
}
.duqani-banner .text p {
  width: 28vw;
}
@media only screen and (max-width: 768px) {
  .duqani-banner .text p {
    width: 100%;
  }
}
.reception {
  position: relative;
  background-image: url("../images/duqani-big.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100vh;
}
.reception img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reception .carousel-prev,
.reception .carousel-next {
  width: 4.5vw;
}
.reception .carousel-prev {
  position: absolute;
  left: 16vw;
  bottom: 15vw;
  cursor: pointer;
  -webkit-transition: 100ms all;
  transition: 100ms all;
}
.reception .carousel-prev:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.reception .carousel-next {
  position: absolute;
  left: 56.5vw;
  bottom: 29vw;
  cursor: pointer;
  -webkit-transition: 100ms all;
  transition: 100ms all;
}
.reception .carousel-next:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.reception .text {
  margin-bottom: -100px;
  margin-right: 7.25vw;
  background: #333333;
  color: #ffffff;
  padding: 2.6vw;
  bottom: -6vw;
  border: 1px solid #707070;
  width: 28vw;
  height: auto;
}
.reception .text p {
  width: 23vw;
}
.reception .text h2 {
  font-size: 2.5vw;
}
.reception .text a {
  color: #9b9b9b;
  -webkit-transition: 100ms all;
  transition: 100ms all;
  font-size: 1.25vw;
}
.reception .text a i {
  padding-left: 1vw;
}
.reception .text a:hover {
  color: #fff;
}
.reception .text .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reception .text .slick-dots li button:before {
  color: #fff !important;
  font-size: 12px;
}
.reception .text .slick-slide {
  outline: none;
}
.text-from-chef {
  position: relative;
  padding: 200px 0;
}
.text-from-chef h1 {
  font-size: 2.5vw;
}
.text-from-chef .text p {
  width: 35vw;
}
.text-from-chef .cit {
  border-bottom: 3px solid #e5e5e5;
  font-size: 1.6vw;
  width: 28vw;
  position: absolute;
  right: 26vw;
  top: 28vw;
}
.text-from-chef .cit span {
  font-size: 0.8vw;
  position: absolute;
  top: 130%;
  right: 10vw;
}
.text-from-chef .chef-image {
  width: 21vw;
  position: absolute;
  right: 14vw;
  top: 14vw;
}
.banner {
  position: relative;
  height: 120vh;
}
@media only screen and (max-width: 768px) {
  .banner {
    height: auto;
  }
}
.banner .rigi {
  position: absolute;
  top: 10vw;
  left: 4.5vw;
  width: 18vw;
}
@media only screen and (max-width: 768px) {
  .banner .rigi {
    position: relative;
    width: 92vw;
    top: 50vw;
    left: -10%;
  }
}
.banner .main-1 {
  position: absolute;
  top: 120px;
  right: 29vw;
  width: 21vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .banner .main-1 {
    display: none;
  }
}
.banner .main-2 {
  position: absolute;
  top: 24vw;
  right: 15vw;
  width: 28vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .banner .main-2 {
    display: none;
  }
}
.banner .main-3 {
  position: absolute;
  bottom: 0;
  right: 44vw;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 20vw;
}
@media only screen and (max-width: 768px) {
  .banner .main-3 {
    display: none;
  }
}
.banner .text {
  position: absolute;
  left: 14vw;
  top: 15vw;
}
@media only screen and (max-width: 768px) {
  .banner .text {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    text-align: justify;
    width: 88vw;
  }
}
.banner .text h1 {
  font-size: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .banner .text h1 {
    font-size: 13vw;
  }
}
.banner .text p {
  width: 28vw;
}
@media only screen and (max-width: 768px) {
  .banner .text p {
    width: 100%;
  }
}
.history {
  position: relative;
  height: 100vh;
}
.history img {
  position: absolute;
  bottom: 0;
  left: 14.5vw;
  width: 42vw;
}
@media only screen and (max-width: 768px) {
  .history img {
    position: relative;
  }
}
.history .text {
  position: absolute;
  right: 7vw;
  top: 20vw;
}
@media only screen and (max-width: 768px) {
  .history .text {
    position: relative;
  }
}
.history .text h1 {
  font-size: 2.5vw;
}
.history .text p {
  width: 28vw;
}
footer .logo {
  width: 6vw;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 3vw 0;
}
@media only screen and (max-width: 768px) {
  footer .logo {
    width: 38vw;
  }
}
footer .line {
  border-bottom: 1px solid #e5e5e5;
  color: #8e8e8e;
}
footer .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .slider-wrapper .slider {
  margin: 110px 20px;
  padding: 3vw 6vw 6vw 3vw;
  -webkit-box-shadow: 1.6vw 1.6vw 8vw 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1.6vw 1.6vw 8vw 0px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  color: #8e8e8e;
}
footer .slider-wrapper .slider h2 {
  padding: 10px;
}
footer .slider-wrapper .slider img {
  width: 16vw;
  height: 16vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  footer .slider-wrapper .slider img {
    width: 100%;
    height: 30vh;
  }
}
.lukma-banner {
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .lukma-banner {
    height: auto;
  }
}
.lukma-banner .lukma-bg {
  position: absolute;
  width: 15.6vw;
  top: 9vw;
  left: 4.1vw;
}
@media only screen and (max-width: 768px) {
  .lukma-banner .lukma-bg {
    position: relative;
    top: 30vw;
    width: 83vw;
    right: 20%;
  }
}
.lukma-banner .lukma-1 {
  position: absolute;
  width: 28vw;
  right: 0;
  top: 7vw;
}
@media only screen and (max-width: 768px) {
  .lukma-banner .lukma-1 {
    display: none;
  }
}
.lukma-banner .lukma-2 {
  position: absolute;
  width: 28.6vw;
  right: 20.5vw;
  top: 18vw;
}
@media only screen and (max-width: 768px) {
  .lukma-banner .lukma-2 {
    display: none;
  }
}
.lukma-banner .text {
  position: absolute;
  top: 400px;
  width: 28vw;
  left: 7vw;
}
@media only screen and (max-width: 768px) {
  .lukma-banner .text {
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    text-align: justify;
    width: 88vw;
  }
}
.lukma-banner .text h1 {
  font-size: 2.5vw;
}
@media only screen and (max-width: 768px) {
  .lukma-banner .text h1 {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .lukma-banner .text p {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
