/*VARIABLES*/
/*--- color palette: ---*/
/*OKER:*/
/*BROWN:*/
/* FONTS: */
/*font sizes:*/
h1 {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 110%;
}
h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 130%;
}
h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 130%;
}
h4 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 130%;
}
h5 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 130%;
  font-family: 'Montserrat', sans-serif;
}
h6 {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
}
p,
li {
  line-height: 150%;
}
#services {
  display: none;
}
blockquote {
  border-left: 4px solid #D1CDAA;
  text-align: justify;
}
a {
  color: #333226;
}
a:hover {
  color: #333226;
}
a.primary-bttn {
  background-color: #2b2b2b;
  color: #FBFAF1;
  padding: 0.625rem 1.5rem;
  transition: background-color linear 0.3s;
}
a.primary-bttn:hover {
  background-color: #7d7d7d;
  transition: background-color linear 0.3s;
  text-decoration: none;
}
a.scroll-arrow {
  position: absolute;
  bottom: -2rem;
}
.vertical-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.pL-override-l {
  padding-left: 0;
}
.label-large {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 600;
}
.label-large.regular {
  font-weight: 400;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
article,
p {
  text-align: justify !important;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.container-main {
  max-width: 95.625rem;
  width: 100%;
}
.container-small {
  max-width: 58.125rem;
  width: 100%;
}
.hug {
  max-width: 44.625rem;
  width: 100%;
}
.bg-oker-150 {
  background: #F5F4E6;
}
.bg-primary-light {
  background: #b3b3b330;
}
.bg-primary {
  background: #7D7D7D;
}
.hero-slider {
  min-height: 60vh;
  max-width: 100vw;
  background: #7D7D7D;
}
.hero-slider.index {
  min-height: 100vh;
}
.hero-static {
  border-bottom: 4px solid #A09C70;
}
.static-title-wrapper {
  bottom: -4px;
}
.static-title {
  background: white;
  border: 4px solid #A09C70;
  border-bottom: none;
  bottom: -5px !important;
}
header {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color linear 0.5s;
  background-color: #7D7D7D;
}
header.uk-active {
  border-color: #D1CDAA;
  transition: border-color linear 0.5s;
}
header .header-content {
  min-height: 2.688rem;
  padding: 2.688rem 0 1.563rem 0;
}
header .header-content .logo {
  margin-left: 2rem;
}
header .header-content .logo img {
  max-width: 200px !important;
}
header .header-logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 2.688rem;
  background: url('/img/Logo.svg') no-repeat center center;
  background-size: contain;
}
header nav {
  min-width: 37.438rem;
}
header nav ul {
  list-style-type: none;
}
header nav ul li .lang-btn {
  border: none;
  background-image: linear-gradient(#cb9b51 0, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
}
header nav ul li .lang-btn * {
  background-image: linear-gradient(#cb9b51 0, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
}
header nav ul li .lang-btn i {
  color: gold;
}
header nav ul li .lang-btn i svg polyline {
  stroke: gold !important;
}
header nav ul li .lang-btn:hover {
  color: transparent !important;
  text-decoration: underline;
}
header nav ul li .lang-btn:hover * {
  background-image: linear-gradient(#cb9b51 0, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  color: transparent !important;
  -webkit-background-clip: text;
}
header nav ul li .lang-ddl {
  background: #7D7D7D;
}
header nav ul li a {
  border-bottom: 1px solid transparent;
  transition: border-color linear 0.5s;
  background-image: linear-gradient(#cb9b51 0, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
}
header nav ul li a:hover,
header nav ul li a.selected {
  background-image: linear-gradient(#cb9b51 0%, #f6e27a 25%, #f6f2c0 35%, #f6e27a 70%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
  border-color: #D1CDAA;
  transition: border-color linear 0.5s;
  text-decoration: none;
}
section h2,
section h3 {
  font-family: 'Montserrat', sans-serif;
}
section p {
  font-family: 'Montserrat', sans-serif;
  line-height: 140%;
}
#hero,
#about-us {
  z-index: 3;
}
.hero-slider .slide .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(58, 58, 53, 0) 0%, #48473D 78.17%);
  opacity: 0.6;
}
.hero-slider .slide .hero-content {
  max-width: 47.75rem;
  margin: 0 auto;
  padding-top: 9.375rem;
  z-index: 10;
}
.hero-slider .slide .hero-content * {
  color: #F6F4F3;
}
.hero-slider .arrows {
  max-width: 4rem;
}
.index-references .uk-card {
  background-color: #FFF;
  border-bottom: 4px solid #C2BD8A;
}
.info * {
  color: #4F433F;
}
.info .icon {
  width: 1rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 0.1rem;
}
.info .icon.location-icon {
  background-image: url('/img/icons/location.svg');
}
.info .icon.phone-icon {
  background-image: url('/img/icons/phone.svg');
}
.info .icon.hour-icon {
  background-image: url('/img/icons/hours.svg');
}
.dot-nav {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
}
.dot-nav li {
  background: url('/img/icons/dot.png') no-repeat center center;
  background-size: cover;
  margin-right: 0.5rem;
  width: 12px;
  height: 12px;
  display: inline-block;
}
.dot-nav li.uk-active {
  background: url('/img/icons/dot-active.png') no-repeat center center;
}
#services .item h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
#services .item p {
  font-family: 'Montserrat', sans-serif;
}
.filter button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333226;
}
.filter ul {
  max-width: 110rem;
}
.filter li {
  padding: 0.7rem;
}
.filter li.uk-active {
  background-color: #333226;
}
.filter li.uk-active a {
  color: #F6F4F3;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(66.15deg, rgba(79, 67, 63, 0.7) 26.21%, rgba(79, 67, 63, 0) 103.24%);
}
.gallery-item .gallery-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: #FBFAF1 url('/img/icons/magnifier.svg') no-repeat 1rem center;
  background-size: 15%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  z-index: 3;
}
.gallery-dialog {
  min-width: 54.5rem;
  height: auto;
}
.close-modal {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 5;
  background: url('/img/icons/close.png') no-repeat center center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  border: none;
  cursor: pointer;
}
.refrences-wrap,
.gallery-page {
  margin-bottom: 7rem;
}
.refrences-wrap .uk-active a,
.gallery-page .uk-active a {
  background-color: #333226;
}
footer {
  background-color: #7D7D7D;
}
footer * {
  color: #FBFAF1;
  margin: 5px 0;
}
footer * img {
  position: relative;
  left: -0.3rem;
  max-width: 200px;
}
footer * a {
  border-bottom: 1px solid transparent;
  transition: border-color linear 0.5s;
  background-image: linear-gradient(#cb9b51 0, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
}
footer * a:hover,
footer * a.selected {
  background-image: linear-gradient(#cb9b51 0%, #f6e27a 25%, #f6f2c0 35%, #f6e27a 70%, #cb9b51 100%);
  color: transparent;
  -webkit-background-clip: text;
  border-color: #D1CDAA;
  transition: border-color linear 0.5s;
  text-decoration: none;
}
footer * h6 {
  line-height: 140%;
}
footer h6 {
  line-height: 110%;
}
footer .oker-300 {
  color: #D1CDAA;
}
.burger {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  transition: all 0.5s ease;
  float: right;
  position: relative;
  top: -7px;
  right: 1rem;
  background: none;
  border: none;
}
.burger-strip {
  transition: all 0.5s ease;
}
.strip div {
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(#cb9b51 0%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 100%);
  margin: 10px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 40px;
}
.burger-strip-5 div {
  /* margin: 10px auto; */
  transition: all 0.65s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.burger.active .burger-strip-5 div:first-child {
  transform: translateY(13px) rotate(0deg);
}
.burger.active .burger-strip-5 div:nth-child(2) {
  opacity: 0;
}
.burger.active .burger-strip-5 div:last-child {
  transform: translateY(-13px) rotate(90deg);
}
.burger.active .burger-strip-5 {
  transform: scale(0.7) rotate(45deg);
  transition: all 0.25s ease 0.05s;
}
.mobile-nav {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  background: #7D7D7D;
  z-index: -5;
  opacity: 0;
  transition: all linear 0.3s;
  border-top: 1px solid #D1CDAA;
  overflow-y: scroll;
  display: none;
}
.mobile-nav.opened {
  display: block;
  z-index: 5;
  opacity: 1;
  transition: all linear 0.3s;
}
.mobile-nav.opened nav {
  display: block;
}
.mobile-nav nav {
  min-width: unset;
  max-width: 100vw !important;
  text-align: center;
  position: relative;
  display: none;
}
.mobile-nav nav ul {
  padding: 3.2rem 0;
}
.mobile-nav nav ul li {
  margin-bottom: 3.2rem;
}
.mobile-nav nav ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 676px) {
  .uk-list.uk-column-1-2 {
    column-count: 1 !important;
  }
  body {
    font-size: 13px;
    position: relative;
    z-index: 1;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  header .logo {
    margin-left: 0 !important;
  }
  header .logo img {
    max-width: 190px;
  }
  .container-main {
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .block-s {
    display: block;
  }
  .block-s * {
    text-align: center;
  }
  .block-s div {
    margin-bottom: 0.5rem;
  }
  .pL-override-l {
    padding-left: 1rem;
  }
  main {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #hero {
    padding-top: 0;
    display: block !important;
  }
  #hero .hero-static {
    border: none;
  }
  #hero .static-title-wrapper {
    position: relative !important;
  }
  #hero .static-title {
    border: none !important;
  }
  #hero .hero-content {
    max-width: 95vw;
  }
  #hero .hero-content h1 {
    font-size: 2.143rem;
    line-height: 2.786rem;
  }
  header,
  #about-us,
  #services,
  #references,
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hug {
    max-width: 90vw !important;
  }
  .index-gallery-grid,
  .hug,
  .gallery-page {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .gallery-link {
    padding: 0.5rem 0.5rem 0.5rem 2rem !important;
    font-size: 12px;
    line-height: 14px;
    bottom: 0.5rem !important;
    right: 0.5rem !important;
  }
  .gallery-dialog {
    min-width: unset !important;
    max-width: 96vw !important;
  }
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer .map-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer iframe {
    max-width: 88vw !important;
  }
}
