/*---------------------------------------------"
Template Name: Infinity
Template URL: https://uiparadox.co.uk/templates/infinity
Description: Infinity - Multi Purpose HTML template                                             
Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Reset Styles
|___ Responsive
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Grenze:wght@200;300;400;500;600;700;800&display=swap");

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Fontjek";
  src: url("../font/Fontjek.ttf");
}

/*-------------------------
    Custom
-------------------------*/

/* Estilos para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffebb1;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ffebb1 #282828;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ffebb1;
}

/* Estilos para Edge e Internet Explorer */
::-ms-scrollbar {
  width: 12px;
}

::-ms-scrollbar-thumb {
  background-color: #ffebb1;
  border-radius: 6px;
}

/*-------------------------
    Variables
-------------------------*/
/*-------------------------
    Responsive
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #fceb3b;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.form-group {
  position: relative;
}

.form-selector,
.form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #afb1b6;
  padding: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 30px;
  color: #afb1b6;
  width: 100%;
}

.form-selector:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background: #ffebb1;
}

.form-selector::placeholder,
.form-control::placeholder {
  color: #afb1b6;
  opacity: 1;
}

textarea {
  height: 100px;
}

.input-group button {
  background: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  color: #0d0d0d;
}

label.error {
  color: #bc0f0f;
}

.has-search {
  text-align: center;
  position: relative;
}

.has-search button {
  border: 0;
  background: transparent;
}

.has-search .form-control {
  padding-right: 32px;
  width: 597px;
}

.has-search .form-control-search {
  position: absolute;
  right: 18px;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 24px;
  padding-top: 16px;
  text-align: center;
  color: #cacfd9;
}

.alert-message {
  display: none;
}

.pagination-cus {
  display: inline-flex;
}

.pagination-cus li {
  margin-right: 10px;
}

.pagination-cus li i {
  font-size: 60px;
  color: #0d0d0d;
}

.pagination-cus li a {
  display: block;
}

.pagination-cus li .link {
  background: linear-gradient(
    282.51deg,
    rgba(148, 158, 155, 0.2) -4.31%,
    rgba(148, 158, 155, 0) 126.79%
  );
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #0d0d0d;
}

.pagination-cus li .link.active {
  color: #fceb3b;
}

.pagination-cus li .link:hover {
  color: #fceb3b;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato";
  color: #0d0d0d;
  font-weight: 400;
  background-color: #282828;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.dark {
  background: #0d0d0d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #1b1c1e;
}

p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}

a:hover {
  color: #fceb3b;
}

b,
strong {
  font-family: "Lato";
}

/*-------------------------
    Spacing
-------------------------*/
/*----------------------------------------*/
/*  03. SPACE CSS START
/*----------------------------------------*/
.mb-200 {
  margin-bottom: 250px;
}

.mt-150 {
  margin-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-150 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-100 {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb-96 {
  margin-bottom: 96px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-96 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-96 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .mb-96 {
    margin-bottom: 32px;
  }
}

.ms-80 {
  margin-left: 80px;
  margin-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ms-80 {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (max-width: 767px) {
  .ms-80 {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 32px;
  }
}

.mt-64 {
  margin-top: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mt-48 {
  margin-top: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 21px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 18px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-25 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-24 {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.m-12 {
  margin: 12px 0;
}

.ms-15 {
  margin: 0 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-30 {
  margin-left: 30px;
}

.space-mar {
  margin-top: -50px;
}

.spacer-mar {
  margin-top: -24px;
}

@media (max-width: 991px) {
  .spacer-mar {
    margin: 0;
  }
}

.sec-pt {
  padding-top: 235px;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 992px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .pb-100 {
    padding-bottom: 680px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 992px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 992px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pt-72 {
  padding-top: 72px;
}

@media (max-width: 992px) {
  .pt-72 {
    padding-top: 60px;
  }
}

.pb-72 {
  padding-bottom: 72px;
}

@media (max-width: 992px) {
  .pb-72 {
    padding-bottom: 60px;
  }
}

.pt-62 {
  padding-top: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-62 {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .pt-62 {
    padding-top: 32px;
  }
}

@media (max-width: 490px) {
  .pt-62 {
    padding-top: 22px;
  }
}

.pb-62 {
  padding-bottom: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-62 {
    padding-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .pb-62 {
    padding-bottom: 32px;
  }
}

@media (max-width: 490px) {
  .pb-62 {
    padding-bottom: 22px;
  }
}

.p-62 {
  padding: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .p-62 {
    padding: 52px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-62 {
    padding: 42px;
  }
}

@media (max-width: 767px) {
  .p-62 {
    padding: 32px;
  }
}

@media (max-width: 490px) {
  .p-62 {
    padding: 22px;
  }
}

.p-55 {
  padding: 55px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-50 {
  padding: 50px 0;
}

.p-34 {
  padding: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .p-34 {
    padding: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-34 {
    padding: 18px;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

.p-16 {
  padding: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .p-16 {
    padding: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}

@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding: 30px 0;
}

.pb-26 {
  padding-bottom: 26px;
}

.p-20 {
  padding: 20px;
}

.ps-20 {
  padding: 0 20px;
}

.ps-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pt-12 {
  padding: 12px 0;
}

.p-12 {
  padding: 12px;
}

.p-10 {
  padding: 10px;
}

/*-------------------------
    Helper Classes
-------------------------*/
.color-primary {
  color: #fceb3b !important;
}

.bg-primary {
  background-color: #fceb3b !important;
}

.color-white-1 {
  color: #ffebb1 !important;
}

.bg-white-1 {
  background-color: #ffebb1 !important;
}

.color-white-2 {
  color: #f0f2f4 !important;
}

.bg-white-2 {
  background-color: #f0f2f4 !important;
}

.color-dark-1 {
  color: #0d0d0d !important;
}

.bg-dark-1 {
  background-color: #0d0d0d !important;
}

.color-dark-2 {
  color: #1b1c1e !important;
}

.bg-dark-2 {
  background-color: #1b1c1e !important;
}

.color-dark-3 {
  color: #2c2d2f;
}

.bg-dark-3 {
  background-color: #2c2d2f;
}

.color-dark-4 {
  color: #36332d;
}

.bg-dark-4 {
  background-color: #36332d;
}

.color-dark-5 {
  color: #42382d;
}

.bg-dark-4 {
  background-color: #42382d;
}

.bg {
  background: linear-gradient(180deg, #2f2c28 0%, #282828 200%);
}

.inverse-bg {
  background: linear-gradient(180deg, #282828 -100%, #2f2c28 100%);
}

.color-dark-gray {
  color: #cacfd9;
}

.bg-dark-gray {
  background-color: #cacfd9;
}

.color-medium-gray {
  color: #afb1b6;
}

.bg-medium-gray {
  background-color: #afb1b6;
}

.color-light-gray {
  color: #d6d8db;
}

.bg-light-gray {
  background-color: #d6d8db;
}

.fs-96 {
  font-size: 96px;
}

@media (max-width: 1250px) {
  .fs-96 {
    font-size: 82px;
  }
}

@media (max-width: 768px) {
  .fs-96 {
    font-size: 64px;
  }
}

@media (max-width: 490px) {
  .fs-96 {
    font-size: 52px;
  }
}

.fs-76 {
  font-size: 76px;
}

@media (max-width: 1250px) {
  .fs-76 {
    font-size: 58px;
  }
}

@media (max-width: 768px) {
  .fs-76 {
    font-size: 52px;
  }
}

@media (max-width: 490px) {
  .fs-76 {
    font-size: 48px;
  }
}

.fs-61 {
  font-size: 61px;
}

@media (max-width: 1250px) {
  .fs-61 {
    font-size: 58px;
  }
}

@media (max-width: 768px) {
  .fs-61 {
    font-size: 48px;
  }
}

@media (max-width: 490px) {
  .fs-61 {
    font-size: 42px;
  }
}

.fs-49 {
  font-size: 49px;
}

@media (max-width: 1250px) {
  .fs-49 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .fs-49 {
    font-size: 28px;
  }
}

@media (max-width: 490px) {
  .fs-49 {
    font-size: 23px;
  }
}

.fs-39 {
  font-size: 39px;
}

@media (max-width: 1200px) {
  .fs-39 {
    font-size: 26px;
  }
}

@media (max-width: 490px) {
  .fs-39 {
    font-size: 18px;
  }
}

.fs-25 {
  font-size: 25px;
}

@media (max-width: 992px) {
  .fs-25 {
    font-size: 21px;
  }
}

@media (max-width: 580px) {
  .fs-25 {
    font-size: 18px;
  }
}

.fs-20 {
  font-size: 20px;
}

@media (max-width: 490px) {
  .fs-20 {
    font-size: 16px;
  }
}

.fs-16 {
  font-size: 16px;
}

@media (max-width: 490px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.lh-100 {
  line-height: 100%;
}

.lh-110 {
  line-height: 110%;
}

.lh-120 {
  line-height: 120%;
}

.lh-130 {
  line-height: 130%;
}

.lh-140 {
  line-height: 140%;
}

.lh-150 {
  line-height: 150%;
}

.lh-160 {
  line-height: 160%;
}

.ls-1 {
  letter-spacing: -0.01em;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.border-box {
  padding: 16px;
  border: 4px solid #fceb3b;
  background: transparent;
}

.border-box .box-img {
  position: absolute;
  width: 50px;
  bottom: 35px;
  border-radius: 100%;
  overflow: hidden;
}

.page-start-banner::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0 0 0 /0.5);
}

.page-start-banner > * {
  position: relative;
  z-index: 1;
}

.box-img i {
  background: #fceb3b;
  color: #232323;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

/*-------------------------
  Buttons
-------------------------*/
.cus-btn {
  padding: 12px 32px;
  text-align: center;
  font-family: "Grenze", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  border: 2px solid #42382d;
  transition: all 0.5s ease-in-out;
}

.cus-btn.light {
  background-color: #ffebb1;
  color: #fceb3b;
}

.cus-btn.dark {
  background-color: #fceb3b;
  color: #42382d;
}

.cus-btn.bordered {
  background-color: #fceb3b;
  color: #2c2d2f;
  border: 2px solid #2c2d2f;
}

.cus-btn.bordered:hover {
  background-color: transparent;
  color: #fceb3b;
  border: 2px solid #fceb3b;
}

.cus-btn:hover {
  background-color: transparent;
}

.cus-btn-2 {
  padding: 8px 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #9b6c27;
  color: #cacfd9;
}

@media (max-width: 450px) {
  .cus-btn-2 {
    padding: 8px 32px;
  }
}

.cus-btn-2:hover {
  color: #fceb3b;
}

.close {
  text-align: end;
  font-size: 32px;
  color: #1b1c1e;
  background: none;
  border: none;
  box-shadow: none;
}

.close:hover {
  color: #fceb3b;
}

.dark-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 100px;
  min-width: 100px;
  height: 100px;
  background: #2c2d2f;
  border: 2px solid #f7ee24;
  font-family: "Grenze", serif;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f7ee24;
  transition: all 0.5s ease-in-out;
}

.dark-btn i {
  font-size: 30px;
  /* background: #0D0D0D; */
  /* color: #0D0D0D; */
}

.list-unstyled.color-sub li a {
  color: #d6d8db !important;
  font-size: 18px !important;
}

.list-unstyled.color-sub li {
  border: 1px solid transparent;
  transition: all 1s ease;
}

.list-unstyled.color-sub li:hover {
  border: 1px solid #d6d8db;
}

.dark-btn.active {
  background: #f7ee24;
  border-color: #f7ee24;
  color: #2c2d2f;
}

.dark-btn.active:hover {
  border-color: #2c2d2f;
}

.dark-btn:hover {
  color: #2c2d2f;
  background: #f7ee24;
}

.back-to-top {
  position: fixed;
  bottom: 85px;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: #fceb3b;
  color: #f0f2f4;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-to-top.show {
  opacity: 1;
}

@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: 90px;
  }
}

/*-------------------------
  Headings
-------------------------*/
.heading_1 {
  text-align: center;
}

.heading_1 h2 {
  font-family: "Fontjek", serif;
  font-weight: 400;
  font-size: 61px;
  line-height: 120%;
  color: #f7ee24;
  position: relative;
  text-align: center;
  display: inline-block;
  /* text-transform: uppercase; */
  padding: 0 103px;
  margin: 0 auto;
  margin-bottom: 48px;
}

@media (max-width: 992px) {
  .heading_1 h2 {
    font-size: 48px;
  }
}

@media (max-width: 764px) {
  .heading_1 h2 {
    font-size: 36px;
  }
}

@media (max-width: 492px) {
  .heading_1 h2 {
    text-align: center;
    padding: 0 72px;
  }
}

.heading_1 h2.mb-32 {
  margin-bottom: 32px;
}

.heading_1 h2::before {
  content: url("../img/shape/set-left.png");
  position: absolute;
  bottom: 0px;
  left: 0;
  filter: sepia(100%) saturate(200%);
}

@media (max-width: 492px) {
  .heading_1 h2::before {
    content: url("../img/shape/set-left-small.png");
  }
}

.heading_1 h2::after {
  content: url("../img/shape/set-right.png");
  position: absolute;
  bottom: 0px;
  right: 0;
  filter: sepia(100%) saturate(200%);
}

@media (max-width: 492px) {
  .heading_1 h2::after {
    content: url("../img/shape/set-right-small.png");
  }
}

/*-------------------------
  Preloader Styles
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #282828;
  z-index: 9999999;
  padding-top: 20%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

#preloader .spinner {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

#preloader .spinner div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 13px solid rgba(155, 108, 39, 0.196);
  position: absolute;
  top: 0;
  left: 0;
  animation: spinner-g7vlvwmd 0.65s linear infinite;
  z-index: 0;
}

#preloader .spinner div::before {
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #fceb3b;
  position: absolute;
  top: 50%;
  animation: spinner-h1vps1md 1.3s infinite reverse steps(1);
  transform: translate(
    calc(2 * var(--translate-2)),
    calc(var(--translate) * 1%)
  );
  z-index: 1;
}

#preloader .spinner div:nth-of-type(1) {
  --translate: -50;
  --translate-2: calc(56px / 8);
}

#preloader .spinner div:nth-of-type(1)::before {
  right: 0;
}

#preloader .spinner div:nth-of-type(2) {
  --translate: 50;
  --translate-2: calc(-56px / 8);
  animation-delay: 0.65s;
  animation-direction: reverse;
  transform: translate(21.5px, 0);
}

#preloader .spinner div:nth-of-type(2)::before {
  left: 0;
  transform: translate(-14px, -50%);
  animation-direction: normal;
}

@keyframes spinner-h1vps1md {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-g7vlvwmd {
  from {
    transform: translate(calc(var(--translate) * 1%), 0)
      translate(calc(var(--translate-2)), 0) rotate(0deg);
  }

  to {
    transform: translate(calc(var(--translate) * 1%), 0)
      translate(calc(var(--translate-2)), 0) rotate(360deg);
  }
}

.header {
  width: 100%;
  /* position: relative; */
  z-index: 999;
  padding: 20px 0;
  background: #282828;
  box-shadow: 0px 10px 20px rgb(0 0 0 /0.5);
}

body {
  padding-top: 85px !important;
}

.header.st-2 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}

.header nav {
  padding: 24px 64px 23px;
}

.img-header {
  width: 55%;
}

@media (max-width: 575px) {
  .header nav {
    padding: 24px 24px 23px;
  }
}

@media (max-width: 380px) {
  .header nav .navbar-brand {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .img-footer {
    width: 50% !important;
  }
}

@media (min-width: 380px) {
  .img-header {
    width: 100%;
  }
}

/* @media (min-width: 992px) {
  .img-header {
    width: 35%;
  }
} */

@media (min-width: 1200px) {
  .img-header {
    width: 55%;
  }
}

.header nav .navbar-nav .menu-item {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .header nav .navbar-nav .menu-item {
    margin-left: 70px;
  }
}

.header nav .navbar-nav .menu-item a {
  font-family: "Fontjek", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 12px 0;
  color: #8cccbe;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a {
    padding: 8px 0px;
    margin-left: 0;
  }
}

.header nav .navbar-nav .menu-item a:hover {
  color: #fceb3b;
}

.header nav .navbar-nav .menu-item a.active {
  font-weight: 900;
  color: #fceb3b;
}

.header nav .navbar-nav .menu-item a.dark-btn {
  padding: 12px 32px;
}

.header nav .navbar-nav .menu-item a.dark-btn:hover {
  color: #2c2d2f;
}

@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item {
    width: 100%;
    margin-left: 0;
  }
}

.header .navbar-toggler {
  color: #fceb3b;
  border: none;
  outline: 0;
  padding: 10px;
  font-size: 24px;
}

.header .navbar-toggler:focus {
  box-shadow: none;
  color: #fceb3b;
}

.header .navbar-expand-lg,
.header .navbar-collapse {
  justify-content: center;
}

@media (max-width: 991px) {
  .header .navbar-expand-lg,
  .header .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .header .navbar-collapse {
    background: #36332d;
    border-radius: 10px;
    padding: 15px 24px;
    z-index: 9999;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 275px;
    box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
      24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
      3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .header .navbar-collapse {
    right: 24px;
  }
}

footer .content {
  text-align: center;
}

footer .content .logo {
  margin-bottom: 50px;
}

footer .content h2 {
  font-weight: 700;
  line-height: 120%;
  font-family: "Grenze", serif;
  text-transform: uppercase;
  color: #fceb3b;
  margin-bottom: 10px;
}

footer .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 10px;
}

footer .content p.mb-50 {
  margin-bottom: 50px;
}

footer .content .input-group {
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 50px;
}

footer .content .input-group .form-control {
  padding: 16px 0 16px 30px;
  background: #ffebb1;
  color: #cacfd9;
  margin: 0;
  border-radius: 30px 0 0 30px;
}

footer .content .input-group button {
  padding: 12px 32px;
  background: #fceb3b;
  border: 1px solid #fceb3b;
  text-transform: capitalize;
  border-radius: 0 30px 30px 0;
  font-weight: 900;
  font-size: 25px;
  line-height: 120%;
  color: #42382d;
}

footer .content .input-group button:hover {
  background: transparent;
  color: #fceb3b;
}

footer .content span {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 10px;
}

footer .content .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

footer .content .social-link li a {
  font-size: 32px;
  color: #fceb3b;
  margin: 0 24px;
}

footer .content .social-link li a:hover {
  color: #ffebb1;
  transition: all 0.5s ease-in-out;
}

footer .content .footer-bottom p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #afb1b6;
}

.banner {
  position: relative;
  background: url(../img/banners/banner_home.webp);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-top: 0px;
  padding: 230px 0 100px;
  position: relative;
}

.banner > * {
  position: relative;
  z-index: 2;
}

.banner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 /0.5);
}

@media (max-width: 991px) {
  .banner {
    padding: 200px 0 100px;
  }
}

@media (max-width: 992px) {
  .banner {
    padding: 160px 0 100px;
  }
}

@media (max-width: 768px) {
  .banner {
    padding: 140px 0 100px;
  }
}

@media (max-width: 490px) {
  .banner {
    padding: 80px 0;
  }
}

.banner .content {
  display: inline-block;
  margin-bottom: 330px;
  text-align: right;
}

@media (max-width: 991px) {
  .banner .content {
    margin-bottom: 200px;
  }
}

@media (max-width: 992px) {
  .banner .content {
    margin-bottom: 160px;
  }
}

@media (max-width: 768px) {
  .banner .content {
    margin-bottom: 140px;
  }
}

@media (max-width: 490px) {
  .banner .content {
    margin-bottom: 50px;
    text-align: center;
  }
}

.banner .content .title {
  display: inline-block;
  margin-bottom: 66px;
  position: relative;
}

.banner .content .title::after,
.banner .content .title::before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 43%;
  height: 10px;
  border: 3px solid #fceb3b;
  border-left: none;
  border-right: none;
}

@media (max-width: 492px) {
  .banner .content .title::after,
  .banner .content .title::before {
    width: 45%;
  }
}

.banner .content .title::after {
  left: 44px;
}

@media (max-width: 492px) {
  .banner .content .title::after {
    left: 0;
  }
}

.banner .content .title::before {
  right: 0;
}

.banner .content .title h2 {
  font-family: "Fontjek", serif;
  font-weight: initial;
  line-height: 120%;
  /* text-transform: uppercase; */
  color: #f7ee24;
  margin: 0;
}

@media (max-width: 400px) {
  .banner .content .title h2 {
    font-size: 42px;
  }
}

.banner .content p {
  display: inline-block;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin: 0;
}

.banner .content p.mb-42 {
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  .banner .content p br {
    display: none;
  }
}

.banner .btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 490px) {
  .banner .btn-block {
    justify-content: center;
  }
}

.banner .btn-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 98%;
  margin: 0 auto;
  height: 4px;
  background: #fceb3b;
  z-index: 10;
}

@media (max-width: 490px) {
  .banner .btn-block::after {
    display: none;
  }
}

.banner .btn-block .banner-btn {
  position: relative;
  z-index: 50;
  font-weight: 700;
  font-size: 39px;
  line-height: 120%;
  color: #ffebb1;
  border: 4px solid #fceb3b;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 35px;
  background: #36332d;
  font-family: "Grenze", serif;
}

@media (max-width: 490px) {
  .banner .btn-block .banner-btn {
    font-size: 28px;
  }
}

.banner .btn-block .icon {
  position: relative;
  z-index: 50;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #ffebb1;
  font-size: 34px;
  color: #42382d;
  display: grid;
  place-content: center;
}

@media (max-width: 490px) {
  .banner .btn-block .icon {
    display: none;
  }

  .slick-list {
    overflow: visible;
  }

  .gall:not(.page) .label {
    bottom: -90px !important;
  }

  .gall:not(.page) .label div {
    font-size: 7px !important;
  }

  .gall:not(.page) .label div label {
    font-size: 10px !important;
  }

  .item_info p {
    flex-direction: column;
    align-items: start !important;
    gap: initial !important;
  }
}

.page-start-banner {
  position: relative;
  background: url(../img/banners/banner_home.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: 0px;
  padding: 180px 0 130px 0;
}

@media (max-width: 492px) {
  .page-start-banner {
    padding: 90px 0 90px 0;
  }
}

.page-start-banner .title {
  text-align: center;
}

.page-start-banner .title h2 {
  font-family: "Fontjek", serif;
  font-weight: initial;
  font-size: 76px;
  line-height: 120%;
  color: #fceb3b;
  position: relative;
  text-align: center;
  display: inline-block;
  /* text-transform: uppercase; */
  padding: 0 103px;
  margin: 0 auto;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-start-banner .title h2 {
    font-size: 0;
  }
}

@media (max-width: 764px) {
  .page-start-banner .title h2 {
    font-size: 36px;
  }
}

@media (max-width: 492px) {
  .page-start-banner .title h2 {
    text-align: center;
    padding: 0 100px;
  }
}

.page-start-banner .title h2::before {
  content: url("../img/shape/set-left-small.png");
  position: absolute;
  bottom: 0px;
  left: 0;
}

.page-start-banner .title h2::after {
  content: url("../img/shape/set-right-small.png");
  position: absolute;
  bottom: 0px;
  right: 0;
}

.achievements .achievement-box {
  margin-bottom: 50px;
}

.achievements .achievement-box h5 {
  font-weight: 700;
  font-size: 49px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
  color: #fceb3b;
}

.achievements .achievement-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin: 0;
}

.achievements .video {
  border-radius: 25px;
}

.achievements .video .img-box {
  border-radius: 25px;
  position: relative;
  width: 100%;
  height: 100%;
}

/* @media (max-width: 767px) {
  .achievements .video .img-box {
    height: 350px;
  }
}

@media (max-width: 492px) {
  .achievements .video .img-box {
    height: 250px;
  }
} */

.achievements .video .img-box .detail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.achievements .video .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  display: grid;
  place-content: center;
}

.achievements .video .img-box .overlay .play-btn {
  color: white;
  font-size: 35px;
  border: 2px solid white;
  width: 75px;
  height: 75px;
  padding: 10px 24px;
  text-align: center;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.achievements .video .img-box .overlay .play-btn:hover {
  scale: 1.5;
  color: #fceb3b;
  border-color: #fceb3b;
}

.achievements .video .video-box {
  display: none;
  border-radius: 25px;
}

.achievements .video .video-box video {
  width: 100%;
  height: 448px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .achievements .video .video-box video {
    height: 350px;
  }
}

@media (max-width: 492px) {
  .achievements .video .video-box video {
    height: 250px;
  }
}

.about .about-image {
  position: relative;
}

.about .about-image .about-image {
  width: 100%;
  border: 4px solid #fceb3b;
}

.about .about-image .since-img {
  position: absolute;
  top: -50px;
  width: 100%;
  text-align: center;
}

.about .about-image .since-img img {
  border: none;
  width: 150px;
}

.about .since {
  font-weight: 400;
  font-size: 49px;
  line-height: 120%;
  color: #fceb3b;
  text-align: center;
  padding: 10px 0;
  border-width: 4px 0;
  border-style: solid;
  border-color: #fceb3b;
  margin-bottom: 37px;
}

@media (max-width: 992px) {
  .about .about-content {
    margin-bottom: 48px;
  }
}

.about .about-content .about-title {
  font-family: "Grenze", serif;
  font-weight: 400;
  font-size: 61px;
  line-height: 120%;
  font-family: "Grenze", serif;
  text-transform: uppercase;
  color: #8cccbe;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .about .about-content .about-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .about .about-content .about-title {
    font-size: 48px;
  }
}

.about .about-content .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .about .about-content .description {
    margin-bottom: 18px;
  }
}

@media (max-width: 490px) {
  .about .about-content .description {
    margin-bottom: 16px;
  }
}

.about .about-content .mission h5 {
  font-weight: 400;
  font-size: 39px;
  line-height: 120%;
  font-family: "Grenze", serif;
  color: #8cccbe;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about .about-content .mission p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about .about-content .mission p {
    margin-bottom: 18px;
  }
}

@media (max-width: 490px) {
  .about .about-content .mission p {
    margin-bottom: 16px;
  }
}

.about .about-image > img {
  box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01),
    23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09),
    3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.programs .container {
  position: relative;
  z-index: 15;
}

.programs .container .content {
  position: relative;
  z-index: 25;
}

.programs .container .content .box {
  position: relative;
}

@media (max-width: 575px) {
  .programs .container .content .box {
    margin: 0 15px;
    margin-bottom: 15px;
  }
}

.programs .container .content .box .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 27px 14px;
  z-index: 5;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #ffebb1;
}

@media (max-width: 991px) {
  .programs .container .content .box .title {
    font-size: 24px;
  }
}

.programs .container .content .box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  background-color: #fceb3b;
  width: 97px;
  height: 97px;
}

@media (max-width: 991px) {
  .programs .container .content .box .title::after {
    width: 83px;
    height: 83px;
  }
}

.programs .container .content .box:hover .title::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.schedule .container {
  position: relative;
  z-index: 15;
}

.schedule .container .content {
  position: relative;
  z-index: 25;
}

.schedule .container .content .schedule-table {
  background-color: #ffebb1;
  position: relative;
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 0;
}

@media (max-width: 992px) {
  .schedule .container .content .schedule-table {
    display: none;
  }
}

.schedule .container .content .schedule-table thead tr {
  width: 100%;
}

.schedule .container .content .schedule-table thead tr th {
  text-align: center;
  width: 16.6666666667%;
  height: 94px;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  border-width: 0 1px 0 0;
  border-color: #afb1b6;
}

.schedule .container .content .schedule-table thead tr th:first-child {
  border: 0;
}

.schedule .container .content .schedule-table thead tr th:nth-last-child(2) {
  border: 0;
}

.schedule .container .content .schedule-table thead tr th:last-child {
  border-width: 0 0 0 1px;
}

.schedule .container .content .schedule-table tbody tr {
  width: 100%;
}

.schedule .container .content .schedule-table tbody tr td {
  text-align: center;
  height: 150px;
  font-size: 21px;
  line-height: 140%;
  color: #0d0d0d;
  border-width: 1px 1px 0 0px;
  border-color: #afb1b6;
}

.schedule .container .content .schedule-table tbody tr td:first-child {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #cacfd9;
}

.schedule .container .content .schedule-table tbody tr td:nth-last-child(2) {
  border-right: 0;
}

.schedule .container .content .schedule-table tbody tr td:last-child {
  border-width: 1px 0 0 1px;
}

.schedule .container .content .schedule-list {
  display: none;
}

@media (max-width: 992px) {
  .schedule .container .content .schedule-list {
    display: block;
  }
}

.schedule .container .content .schedule-list .list-box {
  margin-bottom: 64px;
}

.schedule .container .content .schedule-list .list-box:last-child {
  margin-bottom: 0;
}

.schedule .container .content .schedule-list .list-box h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0d0d0d;
  text-align: center;
  margin-bottom: 32px;
}

.schedule .container .content .schedule-list .list-box ul {
  list-style: none;
  padding-left: 0;
}

.schedule .container .content .schedule-list .list-box ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d6d8db;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 140%;
  color: #cacfd9;
}

.schedule .container .content .schedule-list .list-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .schedule .container .content .schedule-list .list-box ul li {
    font-size: 18px;
  }
}

.schedule .container .content .schedule-list .list-box ul li span {
  padding-bottom: 4px;
}

.environment .container {
  position: relative;
  z-index: 15;
}

.environment .container .content {
  position: relative;
  z-index: 25;
}

.environment .container .content img {
  border-radius: 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .environment .container .content .img-2 {
    display: none;
  }
}

.reviews .reviewSlider {
  padding-bottom: 60px;
}

.reviews .reviewSlider .review-box,
.reviews .reviewS .review-box {
  position: relative;
}

.reviews .reviewSlider .review-box .review {
  padding: 24px 24px 67px;
  text-align: center;
  background: #232323;
  box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01),
    23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09),
    3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.reviews .reviewSlider .review-box .review::after,
.reviews .reviewS .review-box .review::after {
  content: url("../img/shape/quote.png");
  position: absolute;
  bottom: 24px;
  right: 40px;
}

.reviews .reviewSlider .review-box .review h6,
.reviews .reviewS .review-box .review h6 {
  font-weight: 900;
  font-size: 25px;
  line-height: 120%;
  color: #ffebb1;
  margin-bottom: 20px;
}

.reviews .reviewSlider .review-box .review p,
.reviews .reviewS .review-box .review p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #cacfd9;
}

.reviews .reviewSlider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  list-style-type: none;
}

.reviews .reviewSlider .slick-dots li {
  margin: 0 8px;
}

.reviews .reviewSlider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #cacfd9;
  text-indent: -9999px;
}

.reviews .reviewSlider .slick-dots li.slick-active button {
  background-color: #fceb3b;
}

.chefs .chef-block {
  position: relative;
  padding-top: 130px;
  display: grid;
  place-items: center;
}

@media (max-width: 991px) {
  .chefs .chef-block {
    margin-bottom: 32px;
  }
}

.chefs .chef-block img {
  position: absolute;
  top: 0;
}

.chefs .chef-block .border-box {
  padding: 16px 16px 0;
  width: 100%;
}

.chefs .chef-block .border-box .content-box {
  padding: 137px 0 24px;
  text-align: center;
  background: #232323;
  box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01),
    23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09),
    3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.chefs .chef-block .border-box .content-box .name {
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 10px;
}

.chefs .chef-block .border-box .content-box .specialty {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #cacfd9;
}

.chefs .chef-block .border-box .content-box .social-icons {
  display: none;
  list-style: none;
  padding-left: 0;
  padding-top: 48px;
  transition: all 0.5s ease-in-out;
}

.chefs .chef-block .border-box .content-box .social-icons li {
  display: inline;
  margin-right: 32px;
}

.chefs .chef-block .border-box .content-box .social-icons li:last-child {
  margin-right: 0;
}

.chefs .chef-block .border-box .content-box .social-icons li i {
  color: #cacfd9;
  font-size: 32px;
}

.chefs .chef-block .border-box .content-box .social-icons li i:hover {
  color: #fceb3b;
}

.chefs .chef-block:hover .border-box {
  padding: 16px;
}

.chefs .chef-block:hover img {
  bottom: 231px;
  transition: all 0.5s ease-in-out;
}

.chefs .chef-block:hover .content-box .social-icons {
  display: block;
  transition: all 10s;
}

.pricing .container {
  position: relative;
  z-index: 15;
}

.pricing .container .content {
  position: relative;
  z-index: 25;
}

.pricing .container .content .pricing-box {
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
    24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
    3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #0d0d0d;
  background-color: #ffebb1;
  text-align: center;
  padding: 64px 0;
  height: 614.14px;
}

@media (max-width: 992px) {
  .pricing .container .content .pricing-box {
    margin-bottom: 30px;
  }
}

.pricing .container .content .pricing-box .price {
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #1b1c1e;
  margin-bottom: 16px;
}

.pricing .container .content .pricing-box .duration {
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #afb1b6;
  margin-bottom: 48px;
}

.pricing .container .content .pricing-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 64px;
}

.pricing .container .content .pricing-box ul li {
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 16px;
}

.pricing .container .content .pricing-box ul li:last-child {
  margin-bottom: 0;
}

.pricing .container .content .pricing-box .mt-46 {
  margin-top: 46px;
}

.gallery .slick-slide {
  margin: 0 15px;
}

.contact {
  padding-bottom: 50px;
}

.contact .border-box {
  height: 100%;
}

@media (max-width: 991px) {
  .contact .border-box {
    margin-bottom: 30px;
  }
}

.contact .border-box .contact-link-box {
  text-align: center;
  padding: 32px 0;
  /* box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01), 23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09), 3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1); */
  /* background: #ffebb1; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .border-box .contact-link-box a,
.contact .border-box .contact-link-box span {
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  color: #ffebb1;
}

.contact .border-box .contact-link-box a:hover,
.contact .border-box .contact-link-box span:hover {
  color: #fceb3b;
}

.contact .border-box .contact-link-box a i,
.contact .border-box .contact-link-box span i {
  margin-right: 8px;
}

.contact .form-block h3 {
  font-family: "Grenze", serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 120%;
  text-transform: uppercase;
  color: #8cccbe;
}

.contact .form-block button {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contact .form-block {
    margin-bottom: 48px;
  }
}

.menu .menu-block {
  position: relative;
  background: #232323;
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01),
    15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3),
    4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59),
    0px 0px 0px rgba(24, 25, 27, 0.6);
  cursor: pointer;
}

.menu .menu-block h3 {
  text-align: center;
  font-weight: 700;
  font-size: 47px;
  line-height: 110%;
  color: #fff;
  font-family: "Grenze", serif;
  margin-bottom: 0;
  min-height: 167px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .menu .menu-block h3 {
    font-size: 44px;
  }
}

@media (max-width: 492px) {
  .menu .menu-block h3 {
    font-size: 32px;
  }
}

.menu .menu-block h3::before {
  content: url("../img/shape/object-left.png");
  position: absolute;
  top: 16px;
  left: 16px;
}

.menu .menu-block h3::after {
  content: url("../img/shape/object-right.png");
  position: absolute;
  bottom: 6px;
  right: 16px;
}

.menu .menu-item {
  display: none;
  position: relative;
  /* background: #232323; */
  /* box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01), 15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3), 4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59), 0px 0px 0px rgba(24, 25, 27, 0.6); */
}

.menu .menu-item.menu1 {
  display: block;
}

.menu .menu-item .menu-detail-block {
  padding: 0 25px 128px 22px;
}

.menu .menu-item .menu-detail-block::before {
  content: url("../img/shape/object-left.png");
  position: absolute;
  top: 16px;
  left: 16px;
}

.menu .menu-item .menu-detail-block::after {
  content: url("../img/shape/object-right.png");
  position: absolute;
  bottom: 6px;
  right: 16px;
}

.menu .menu-item .menu-detail-block .title {
  font-weight: 700;
  font-size: 47px;
  line-height: 110%;
  color: #fff;
  text-align: center;
  font-family: "Grenze", serif;
  padding: 50px 0 40px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .menu .menu-item .menu-detail-block .title {
    font-size: 44px;
  }
}

@media (max-width: 492px) {
  .menu .menu-item .menu-detail-block .title {
    font-size: 32px;
  }
}

.menu .menu-item .menu-detail-block .menu-list {
  margin-bottom: 20px;
}

.menu .menu-item .menu-detail-block .menu-list:last-child {
  margin-bottom: 0;
  border: none;
}

.menu .menu-item .menu-detail-block .menu-list .dishes-item {
  border-bottom: 1px solid #4d4b3c;
}

.menu .menu-item .menu-detail-block .menu-list .dishes-item .number {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #cacfd9;
}

.menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row {
  display: flex;
  justify-content: space-between;
}

.menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .name {
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 5px;
}

.menu .menu-item .menu-detail-block .menu-list .dishes-item .upper-row .price {
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 5px;
}

.menu .menu-item .menu-detail-block .menu-list p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #cacfd9;
  margin: 0;
  padding: 10px 40px 0 40px;
}

.menu .fix-height {
  min-height: 882px;
}

.popular-deals .deal-block {
  position: relative;
  padding: 106px 0 0 106px;
}

.popular-deals .deal-block .content {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  border: 4px solid #fceb3b;
  background: transparent;
}

@media (max-width: 492px) {
  .popular-deals .deal-block .content {
    width: 88%;
  }
}

.popular-deals .deal-block .content .detail {
  background: #232323;
  padding: 20px;
}

.popular-deals .deal-block .content .detail .title {
  font-weight: 900;
  line-height: 120%;
  color: #ffebb1;
  margin-bottom: 8px;
}

.popular-deals .deal-block .content .detail ul {
  margin-bottom: 27px;
}

.popular-deals .deal-block .content .detail ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #cacfd9;
}

.popular-deals .deal-block .content .detail span {
  font-weight: 900;
  line-height: 120%;
  color: #fff;
}

@media (max-width: 992px) {
  .book-table .border-box {
    margin-bottom: 32px;
  }

  .popular-deals .deal-block .content .detail ul li {
    font-size: 13px !important;
  }
}

.book-table .border-box .content {
  padding: 38px 0;
  box-shadow: 40px 73px 33px rgba(0, 0, 0, 0.01),
    23px 41px 28px rgba(0, 0, 0, 0.05), 10px 18px 21px rgba(0, 0, 0, 0.09),
    3px 5px 11px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  background: #232323;
}

.book-table .border-box .content .heading_1 h2 {
  /* color: #42382D; */
  margin-bottom: 50px;
}

@media (max-width: 492px) {
  .book-table .border-box .content .heading_1 h2::before {
    display: none;
  }
}

@media (max-width: 492px) {
  .book-table .border-box .content .heading_1 h2::after {
    display: none;
  }
}

.book-table .border-box .content .booking-form {
  padding: 0 97px;
}

@media (max-width: 767px) {
  .book-table .border-box .content .booking-form {
    padding: 0 32px;
  }
}

@media (max-width: 492px) {
  .book-table .border-box .content .booking-form {
    padding: 0 16px;
  }
}

.book-table .border-box .cus-btn {
  margin-top: 14px;
}

.booking-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: -10;
}

.booking-popup .close {
  color: #ffebb1;
}

.booking-popup .border-box {
  padding: 16px;
  border: 2px solid #9b6c27;
  background: transparent;
}

.booking-popup .border-box .content {
  width: 580px;
  background: #232323;
  box-shadow: 24px 24px 10px rgba(24, 25, 27, 0.01),
    15px 15px 9px rgba(24, 25, 27, 0.09), 9px 9px 7px rgba(24, 25, 27, 0.3),
    4px 4px 5px rgba(24, 25, 27, 0.51), 1px 1px 3px rgba(24, 25, 27, 0.59),
    0px 0px 0px rgba(24, 25, 27, 0.6);
  padding: 24px;
}

.booking-popup .border-box .content .heading_1 h2 {
  /* color: #42382D; */
}

.booking-popup .border-box .content .booking-form2 {
  padding: 0 97px;
}

@media (max-width: 767px) {
  .booking-popup .border-box .content .booking-form2 {
    padding: 0 32px;
  }

  #next {
    right: 30% !important;
    bottom: -3% !important;
  }

  #prev {
    left: 30% !important;
    bottom: -3% !important;
  }

  .menu-item.mobile {
    margin: initial !important;
  }

  .dark-btn.mobile {
    position: relative;
    display: flex;
    flex-direction: row;
    color: #8cccbe;
    border: initial;
    background: initial;
    height: initial;
    font-family: "Fontjek", serif;
    padding: 8px 0;
    text-align: initial;
    justify-content: initial;
    font-size: 25px;
  }

  .dark-btn.mobile i {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
  }
}

@media (max-width: 492px) {
  .booking-popup .border-box .content .booking-form2 {
    padding: 0 16px;
  }
}

.premium .content {
  text-align: center;
}

.premium .content img {
  margin-bottom: 20px;
}

.premium .content h4 {
  font-family: "Grenze", serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffebb1;
  margin-bottom: 10px;
}

.premium .content span {
  display: block;
  font-weight: 700;
  color: #fceb3b;
  line-height: 120%;
  color: #ffebb1;
  margin-bottom: 30px;
}

.gall {
  position: relative;
}

.gall:hover span {
  opacity: 1;
  height: 90%;
}

.gall span {
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 900;
  font-size: 20px;
  color: #584e3e;
  width: 80%;
  background: rgb(255 236 179 /0.8);
  height: 10%;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.gall span i {
  border: 2px solid #584e3e;
  border-radius: 100%;
  padding: 15px;
  font-size: 25px;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.siema {
  display: flex;
  transition: transform 0.5s ease;
}

/* .siema>div {
  min-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
} */

#prev,
#next {
  position: absolute;
  bottom: -5%;
  transform: translateY(-50%);
  cursor: pointer;
  background: linear-gradient(180deg, #282828 -100%, #2f2c28 100%);
  color: #fceb3b;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fceb3b;
}

#next {
  right: 40%;
}

#prev {
  left: 40%;
}

@media (min-width: 992px){

  #next {
    right: 45%;
  }
  
  #prev {
    left: 45%;
  }
}

.item_info {
  width: 100%;
  padding: 10px 15px;
}

.item_info i {
  border-radius: 100%;
  background: #fceb3b;
  color: #2f2c28 !important;
  font-size: 30px;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_info span {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 39px;
  line-height: 120%;
  font-family: "Grenze", serif;
  color: #8cccbe;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.item_info span label {
  color: #cacfd9;
  font-size: 16px !important;
}

.item_info p {
  padding-left: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #ffebb1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.item_info p label {
  color: #cacfd9 !important;
}

.gall .label {
  position: absolute;
  width: 85%;
  /* height: 40px; */
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #fceb3b;
  padding: 10px;
}

.gall .label div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #cacfd9;
  align-items: center;
  font-weight: 900;
  padding: 10px 0;
  background-color: #232323;
  font-size: 12px;
  text-align: center;
}

.gall .label div label {
  color: #ffecb3 !important;
  font-size: 15px;
}

.quickAccess {
  background: rgb(0 0 0 /0.7);
  border-top: 3px solid #8cccbe;
  border-left: 3px solid #8cccbe;
  border-right: 3px solid #8cccbe;
  border-radius: 30px 30px 0 0;
  height: 55px;
  width: 100%;
  margin: 0 auto;
}

.quickAccess .a {
  position: absolute;
  border-radius: 100%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #f7ee24;
}

.quickAccess .a i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232323;
  color: #fceb3b;
  font-size: 25px;
}

.quickAccess .a span {
  position: absolute;
  bottom: -30px;
  color: #8cccbe;
  width: 96px;
  text-align: center;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

.loading > div {
  height: 100%;
  width: 50%;
  background: #282828;
  transition: all 1s ease;
}

@media (max-width: 758px) {
  .loading > img {
    width: 50% !important;
  }
}

.loading > img {
  position: absolute;
  width: 25%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 1s ease;
}

.loading.hide > div {
  width: 0px;
  border: 0px solid transparent;
}

.loading.hide > img {
  top: 200%;
}

.loading.not {
  display: none;
}

.video {
  position: relative;
}

.video .seal_food,
.video .seal_halal {
  position: absolute;
}

.video .seal_halal {
  top: -50px;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
}

.video .seal_food {
  width: 150px;
  bottom: -10px;
  right: -15px;
}
p.text-color {
    color: #fceb3b !important;
}

@media (max-width: 667px) {
  .video .seal_halal {
    width: 70px;
  }

  .video .seal_food {
    width: 100px;
  }
}

/*# sourceMappingURL=app.css.map */

@media (max-width: 768px) {
  a#backto-top {
    margin-bottom: 75px;
  }
  .border-box-new {
    margin-top: 15px;
  }
}

.item-button-new {
  padding-left: 50px;
}

@media (min-width: 768px) {
  .item-button-new {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .item-button-new + .item-button-new {
    margin-left: 20px !important;
}
}

