@charset "UTF-8";
:root {
  --mainBlack: #111314;
  --mainWhite: #FFFFFF;
  --mainRed: #fa5c5c;
  --mainHighlight: #B9975B;
  --mainfontColor: #111314;
  --bs-gutter-x: 15px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Wix Madefor Text", sans-serif;
  color: #FFFFFF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
body main {
  flex: 1;
}
body h1, body h2, body h3 {
  font-family: "Wix Madefor Text", serif;
}
body h1 {
  font-size: 40px;
  font-weight: 600;
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #B9975B;
}
body a.more-link {
  font-size: 16px;
  fill: #111314;
  color: #111314;
  padding-bottom: 0;
  border-bottom: 2px solid #B9975B;
  display: inline-block;
  font-weight: 600;
}
body a.more-link:hover {
  padding-bottom: 2px;
}
body em, body i {
  color: #B9975B;
  font-style: normal;
}
body img {
  height: auto;
}
body .more {
  border: none;
  border-radius: 30px 30px 30px 30px;
  padding: 10px 32px 10px 32px;
  font-size: 15px;
  font-weight: 600;
  fill: #D78A16;
  background-color: #D78A16;
  color: #111314;
  margin-top: 10px;
  display: inline-block;
}
body blockquote {
  font-size: 22px;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}
body blockquote em {
  font-size: 18px;
}
body .youtube-lazy-preview {
  position: relative;
  cursor: pointer;
  display: block;
}
body .youtube-lazy-preview:has(img)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 12px;
  z-index: 1;
  transition: background-color 0.2s ease;
  pointer-events: none;
}
body .youtube-lazy-preview:has(img)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
  pointer-events: none;
}
body .youtube-lazy-preview:has(img):hover::before {
  background-color: rgb(255, 0, 0);
}
body .youtube-lazy-preview div {
  display: block;
}
body .youtube-lazy-preview iframe {
  width: 100% !important;
  min-height: 350px;
}

.container {
  max-width: 1025px;
}

.error-message {
  color: #fa5c5c;
}

.header-fixed {
  position: sticky;
  top: 0;
}

header {
  z-index: 50;
  padding: 10px 10px;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  header {
    background-color: initial;
  }
}
header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .lang-switcher a {
  font-size: 14px;
  color: #111314;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
header .lang-switcher a:hover {
  color: #FFFFFF;
  background-color: #B9975B;
}
@media (min-width: 992px) {
  header .lang-switcher a {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
  }
  header .lang-switcher a:hover {
    color: #FFFFFF;
    background-color: #B9975B;
  }
}
header .logo-holder {
  text-transform: uppercase;
  font-family: "Wix Madefor Text", serif;
  font-size: 24px;
  font-weight: 600;
  max-width: 120px;
}
@media (min-width: 992px) {
  header .logo-holder {
    max-width: 195px;
  }
}
header .logo-holder img {
  width: 100%;
}
header .logo-holder a {
  color: #111314;
}
@media (min-width: 992px) {
  header .logo-holder a {
    color: #FFFFFF;
  }
}
header .navbar-toggler {
  color: #111314;
}
@media (min-width: 992px) {
  header .navbar-toggler {
    color: #FFFFFF;
  }
}
header .navbar {
  left: 0;
  padding: 5px 30px;
  position: absolute;
  text-align: left;
  top: 69px;
  width: 100%;
  z-index: 1;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  header .navbar {
    top: 0;
    position: relative;
    background-color: transparent;
  }
}
header .navbar > .navbar-collapse > ul > li {
  padding: 15px 15px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  header .navbar > .navbar-collapse > ul > li {
    padding: 25px 6px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  header .navbar > .navbar-collapse > ul > li {
    padding: 25px 8px;
    text-align: left;
  }
}
header .navbar > .navbar-collapse > ul > li a {
  color: #111314;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
header .navbar > .navbar-collapse > ul > li a:hover {
  color: #B9975B;
}
@media (min-width: 992px) {
  header .navbar > .navbar-collapse > ul > li a {
    color: #FFFFFF;
  }
}
header .navbar > .navbar-collapse > ul > li:hover ul {
  display: block;
}
header .navbar > .navbar-collapse > ul > li > ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 15px 0;
  padding: 20px 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
}
header .navbar > .navbar-collapse > ul > li > ul li {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  header .navbar {
    background: initial;
    position: static;
    width: auto;
    text-align: right;
  }
}
header .navbar .text-box {
  text-align: center;
  color: #111314;
  margin-top: 20px;
  color: #B9975B;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
header .navbar .text-box a {
  color: #B9975B;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 20px;
}
header .navbar .text-box a:hover {
  color: #111314;
}
header .navbar .privacy {
  margin-bottom: 40px;
}
header .navbar .privacy .text-box {
  color: #111314;
  margin-top: 20px;
  text-align: center;
}
header .navbar .privacy .text-box a {
  color: #111314;
  font-size: 14px;
  font-weight: normal;
}
header .navbar .privacy .text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .navbar .privacy .text-box ul li {
  margin-right: 10px;
}
header .navbar .social-links {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
header .navbar .social-links li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
header .navbar .social-links li a {
  color: #111314;
  font-size: 20px;
}
header.scrolled {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  header.scrolled {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
header.scrolled .logo-holder a {
  color: #111314;
}
@media (min-width: 992px) {
  header.scrolled .logo-holder a {
    color: #FFFFFF;
  }
}
header.scrolled .lang-switcher a {
  color: #111314;
  background-color: rgba(0, 0, 0, 0.1);
}
header.scrolled .lang-switcher a:hover {
  color: #FFFFFF;
  background-color: #B9975B;
}
@media (min-width: 992px) {
  header.scrolled .lang-switcher a {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.1);
  }
  header.scrolled .lang-switcher a:hover {
    color: #FFFFFF;
    background-color: #B9975B;
  }
}
header.scrolled .navbar {
  background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) {
  header.scrolled .navbar {
    background-color: transparent;
  }
}
header.scrolled .navbar > .navbar-collapse > ul > li > a {
  color: #111314;
}
@media (min-width: 992px) {
  header.scrolled .navbar > .navbar-collapse > ul > li > a {
    color: #FFFFFF;
  }
}
header.scrolled .navbar-toggler {
  color: #111314;
}
@media (min-width: 992px) {
  header.scrolled .navbar-toggler {
    color: #FFFFFF;
  }
}

footer .footer-links {
  color: #B9975B;
}
footer .footer-links a {
  color: #B9975B !important;
  text-decoration: none;
}
footer .footer-links a:hover {
  color: #111314 !important;
}
footer .footer-logo-holder h2 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  line-height: 38px;
  margin-bottom: 40px;
}
footer .footer-logo-holder h2:before {
  content: "";
  display: block;
  border-bottom: 3px solid #B9975B;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 5px;
}
@media (min-width: 992px) {
  footer .footer-logo-holder h2 {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 40px;
  }
  footer .footer-logo-holder h2:before {
    display: none;
  }
}
footer .footer-logo-holder h2 a {
  color: #111314;
}
footer .footer-logo-holder h2:after {
  content: ".";
  display: inline-block;
  color: #B9975B;
  font-weight: bold;
}
footer .footer-logo-holder h2 small {
  font-size: 18px;
}
footer .footer-logo-holder h2 strong {
  color: #B9975B;
}
footer .footer-top {
  background: #FFFFFF;
  border-top: 1px solid #ffffff;
  color: #111314;
}
@media (min-width: 992px) {
  footer .footer-top {
    background: transparent;
    border-top: none;
    color: #FFFFFF;
  }
}
footer .footer-top .footer-title {
  font-family: "Wix Madefor Text", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
footer .footer-top a {
  color: #111314;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .footer-top a {
    color: #FFFFFF;
  }
}
footer .footer-top a:hover {
  color: #B9975B;
}
footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top ul li {
  display: block;
}
footer .footer-top .fab {
  font-size: 40px;
  margin-right: 10px;
}
footer .footer-top .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-top .social-links li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
footer .second-row {
  font-size: 12px;
}
footer .totalstudio {
  opacity: 0.5;
}

#toTop {
  background: #B9975B;
  border: none;
  bottom: 30px;
  color: #FFFFFF;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}

.error {
  margin-top: 200px;
  margin-bottom: 200px;
}
.error .clip {
  display: inline-block;
  margin: 20px;
  font-size: 50px;
}
.error .clip .shadow {
  width: 90px;
  height: 90px;
  background-color: #B9975B;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 90px;
}

.card {
  border-radius: 0;
  border-color: #FBF7F5;
}

.pagination .page-item {
  margin: 10px;
}
.pagination .page-item.active .page-link {
  background-color: #111314;
  color: #FFFFFF;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background-color: #B9975B;
  color: #111314;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.pagination .page-item .page-link:hover {
  fill: #D78A16;
  background-color: #D78A16;
}

.instagram-feed a {
  display: block;
  margin-bottom: 30px;
}
.instagram-feed a img {
  object-fit: cover;
  min-height: 300px;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group .form-control {
  border-radius: 3px;
}
.form-group textarea {
  min-height: 200px;
}
.form-group.has-error .form-control {
  background-color: #ffcbcb;
}
.form-group.has-error .input-holder {
  position: relative;
}
.form-group.has-error .error-message {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 12px;
  pointer-events: none;
}
.form-group label {
  color: #111314;
  opacity: 0.6;
}

input, textarea, select {
  border-radius: 0 !important;
  border-color: #B9975B !important;
}

.btn {
  border: none;
  padding: 10px 32px 10px 32px;
  font-size: 15px;
  font-weight: 600;
}
.btn.btn-primary {
  fill: #111314;
  color: #111314;
  background-color: #B9975B;
}
.btn.btn-primary:hover {
  background-color: rgb(77, 66, 47) !important;
  color: #FFFFFF;
}
.btn.btn-black {
  background-color: #111314;
  color: #FFFFFF;
  border-radius: 0;
  height: 48px;
}

.checkbox label {
  opacity: 1;
}
@media (min-width: 992px) {
  .checkbox label {
    color: #FFFFFF !important;
  }
}
.checkbox label a {
  color: #B9975B !important;
}

.newsletter .form-control {
  padding: 14px 20px;
  font-size: 14px;
  border: 2px solid #d2d2d2;
  font-weight: 600;
  height: 48px;
}

.ml-form-embedWrapper {
  background-color: transparent !important;
}
.ml-form-embedWrapper p {
  color: #FFFFFF !important;
}
.ml-form-embedWrapper .label-description {
  color: #FFFFFF !important;
}

.ml-form-embedBody {
  padding: 0 !important;
}

.required label::after {
  content: "*";
  color: #B9975B;
  margin-left: 5px;
}

.embedForm {
  max-width: 100% !important;
}

.label-description {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

/**
Section styles
 */
section {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
@media (min-width: 1200px) {
  section {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }
}
section.slider-container {
  padding-top: 0;
  padding-bottom: 0;
}
section.slider-container .carousel-caption-lead {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  section.slider-container .carousel-caption-lead {
    margin-bottom: 0;
  }
}

.page-sub .top {
  padding-bottom: 0 !important;
}
.page-sub .title-holder {
  text-transform: lowercase;
}
.page-sub .title-holder h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .page-sub .title-holder h1 {
    font-size: 56px;
    line-height: 58px;
  }
}
.page-sub .title-holder h1:after {
  content: ".";
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  color: #B9975B;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .page-sub .title-holder h1:after {
    font-size: 56px;
    line-height: 58px;
  }
}
.page-sub #slider .main-logo {
  display: none;
  height: 20vh;
  min-height: 0;
}
.page-sub #slider .caption {
  display: none;
}

#slider video {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
#slider {
  display: flex;
  flex-direction: column;
}
#slider .main-logo {
  height: 75vh;
  position: relative;
  min-height: 400px;
}
@media (min-width: 1200px) {
  #slider .main-logo {
    height: 80vh;
  }
}
#slider .main-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  #slider .main-logo img {
    max-width: 840px;
  }
}
#slider .caption {
  width: 100%;
  z-index: 2;
  margin-top: auto;
  text-align: center;
}
#slider .caption h1 {
  font-size: 24px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  #slider .caption h1 {
    font-size: 40px;
  }
}
#slider .caption p {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  #slider .caption p {
    font-size: 22px;
    line-height: 28px;
  }
}

#wrapper_player1 {
  pointer-events: none;
}

.white-bg {
  background-color: #ffffff;
  color: #111314;
}
@media (min-width: 992px) {
  .white-bg {
    background-color: transparent;
    color: #FFFFFF;
  }
}

/**
PageBox styles
 */
.box .inner {
  position: relative;
}
.box .inner h2 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
.box .inner h2:before {
  content: "";
  display: block;
  border-bottom: 3px solid #B9975B;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 5px;
}
@media (min-width: 992px) {
  .box .inner h2 {
    font-size: 56px;
    line-height: 58px;
    margin-bottom: 40px;
  }
  .box .inner h2:before {
    display: none;
  }
}
.box .inner h2 a {
  color: #111314;
}
.box .inner h2:after {
  content: ".";
  display: inline-block;
  color: #B9975B;
  font-weight: bold;
}
.box .inner h2 small {
  font-size: 18px;
}
.box .inner h2 strong {
  color: #B9975B;
}

.has-image {
  display: flex;
  flex-wrap: wrap;
}
.has-image .main-image {
  flex: 0 0 auto;
  width: 100%;
}
.has-image .inner {
  flex: 0 0 auto;
  width: 100%;
}
.has-image.image_right .main-image {
  order: 2;
}
@media (min-width: 992px) {
  .has-image.image_right .main-image {
    width: 50%;
  }
}
.has-image.image_right .inner {
  order: 1;
}
@media (min-width: 992px) {
  .has-image.image_right .inner {
    width: 50%;
  }
}
.has-image.image_left .main-image {
  order: 1;
}
@media (min-width: 992px) {
  .has-image.image_left .main-image {
    width: 50%;
  }
}
.has-image.image_left .inner {
  order: 2;
}
@media (min-width: 992px) {
  .has-image.image_left .inner {
    width: 50%;
  }
}

.page-lang-en .icon .box .inner h2 {
  min-height: 90px;
}

.icon .box .inner {
  text-align: center;
  padding: 20px;
}
.icon .box .inner h2 {
  font-size: 28px;
  line-height: 30px;
  min-height: 65px;
  text-transform: uppercase;
}
.icon .box .inner h2:after {
  content: "";
}
.icon .box .main-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
  margin-bottom: 30px;
}

.icon_horizontal .box {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .icon_horizontal .box {
    margin-bottom: 30px;
  }
}
.icon_horizontal .box .inner {
  text-align: left;
}
@media (min-width: 992px) {
  .icon_horizontal .box .inner {
    padding-left: 15px;
  }
}
.icon_horizontal .box .inner h2 {
  font-size: 20px;
  line-height: 28px;
  color: #B9975B;
  margin-bottom: 0;
}
.icon_horizontal .box .inner h2:after {
  content: "";
}
@media (min-width: 1200px) {
  .icon_horizontal .box .inner h2 {
    padding-left: 0;
    min-height: auto;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.icon_horizontal .box .main-image {
  max-width: 60px;
}
@media (min-width: 1200px) {
  .icon_horizontal .box .main-image {
    max-width: 80px;
    padding-bottom: 0;
  }
}

.services .box {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 15px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(185, 151, 91, 0.2);
  cursor: pointer;
}
@media (min-width: 992px) {
  .services .box {
    padding: 20px 25px;
  }
}
.services .box .content {
  display: none;
  padding-top: 30px;
}
.services .box .main-image {
  max-width: 50px;
  position: relative;
}
@media (min-width: 1200px) {
  .services .box .main-image {
    max-width: 80px;
  }
}
.services .box .inner {
  text-align: left;
  padding: 0;
}
@media (min-width: 1200px) {
  .services .box .inner {
    padding: 0;
  }
}
.services .box .inner h2 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  text-align: left;
  cursor: pointer;
}
@media (min-width: 992px) {
  .services .box .inner h2 {
    color: #FFFFFF;
  }
}
.services .box .inner h2 {
  text-align: left;
}
.services .box .inner h2:before {
  display: none;
}
.services .box .inner h2:after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #B9975B;
  transition: transform 0.3s ease;
}
.services .box .inner h2.expanded:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1200px) {
  .services .box .inner h2 {
    font-size: 22px;
    text-align: left;
  }
  .services .box .inner h2:after {
    right: 20px;
  }
}
.services .box.expanded .main-image {
  align-self: flex-start;
  margin-top: 10px;
}
.services .box.expanded .inner {
  align-self: flex-start;
}

.highlight .box .inner p {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .highlight .box .inner p {
    font-size: 32px;
  }
}
.highlight .box .inner p strong, .highlight .box .inner p b {
  color: #B9975B;
}

.project {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .project {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.project .box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .project .box {
    margin-bottom: 10px;
  }
}
.project .box .image-holder {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .project .box .image-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.project .box .main-image {
  margin-bottom: 20px;
  position: relative;
}
.project .box .main-image::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .project .box .main-image {
    margin-bottom: 0;
  }
}
.project .box .inner {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .project .box .inner {
    font-size: 16px;
    line-height: 25px;
  }
}
.project .box .inner h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .project .box .inner h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
.project .box .inner h2:after {
  content: "";
  display: none;
}
.project .box .inner h2:before {
  content: "";
  display: none;
}
.project .box .inner .work {
  font-size: 16px;
  font-weight: 300;
  color: #B9975B;
}
@media (min-width: 1200px) {
  .project .box .inner .work {
    font-size: 16px;
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .project .box .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 15px;
    font-size: 16px;
    display: none;
  }
  .project .box .inner h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .project:hover .inner {
    display: block;
  }
}
.project blockquote {
  color: #B9975B;
}

.modal .modal-header {
  border-bottom: 1px solid #B9975B;
}
.modal .modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #B9975B;
}
.modal .modal-content {
  background-color: black;
}
.modal .modal-content em {
  color: inherit;
  font-style: italic;
}
.modal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f7b500'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal .modal-body {
  border: 1px solid #B9975B;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.more_projects a {
  background-color: #B9975B;
  color: #111314;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 30px;
}
.more_projects a:hover {
  background-color: #111314;
  color: #B9975B;
}

.logos .inner {
  text-align: center;
}
.logos .inner h2 {
  text-align: left;
}
.logos img {
  margin: 5px;
  width: calc(33% - 10px);
}
@media (min-width: 768px) {
  .logos img {
    margin: 10px;
    width: calc(25% - 20px);
  }
}
@media (min-width: 992px) {
  .logos img {
    margin: 10px;
    width: calc(20% - 20px);
  }
}

.offer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer ul li {
  position: relative;
  padding: 20px 25px 20px 50px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.5;
  color: #FFFFFF;
  transition: all 0.3s ease;
  border-radius: 25px;
  background-color: #B9975B;
  border: 1px solid rgba(185, 151, 91, 0.2);
}
@media (min-width: 1200px) {
  .offer ul li {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(185, 151, 91, 0.2);
  }
}
.offer ul li:before {
  content: "★";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #B9975B;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #B9975B;
}
@media (min-width: 1200px) {
  .offer ul li:before {
    background-color: #B9975B;
    color: #FFFFFF;
  }
}
.offer ul li:hover {
  border-color: #B9975B;
  transform: translateX(5px);
}
@media (min-width: 1200px) {
  .offer ul li:hover {
    background-color: rgba(185, 151, 91, 0.1);
    border-color: #B9975B;
  }
}
.offer ul li:hover:before {
  background-color: #FFFFFF;
  color: #B9975B;
  transform: translateY(-50%) scale(1.1) rotate(15deg);
  border-color: #FFFFFF;
}
.offer ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .offer ul li {
    font-size: 18px;
    padding: 25px 30px 25px 55px;
  }
  .offer ul li:hover {
    transform: translateX(8px);
  }
}

.bemutatkozas div:nth-child(1) {
  order: 1;
}
@media (min-width: 992px) {
  .bemutatkozas div:nth-child(1) {
    order: 1;
  }
}
.bemutatkozas div:nth-child(2) {
  order: 3;
}
@media (min-width: 768px) {
  .bemutatkozas div:nth-child(2) {
    order: 2;
  }
}
.bemutatkozas .balint-image {
  order: 2;
}
@media (min-width: 768px) {
  .bemutatkozas .balint-image {
    order: 3;
  }
}
.bemutatkozas .balint-image small {
  font-size: 0.6em !important;
}
.bemutatkozas div:nth-child(4) {
  order: 4;
}
@media (min-width: 768px) {
  .bemutatkozas div:nth-child(4) {
    order: 4;
  }
}
.bemutatkozas .balint-video {
  order: 6;
}
@media (min-width: 768px) {
  .bemutatkozas .balint-video {
    order: 5;
  }
}
.bemutatkozas div:nth-child(6) {
  order: 5;
}
@media (min-width: 768px) {
  .bemutatkozas div:nth-child(6) {
    order: 6;
  }
}

.secondary-title em {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .secondary-title em {
    font-size: 22px;
  }
}

.gallery-list .gallery-filters,
.gallery-view .gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .gallery-list .gallery-filters,
  .gallery-view .gallery-filters {
    gap: 8px;
  }
}
.gallery-list .gallery-filters button,
.gallery-view .gallery-filters button {
  background: transparent;
  border: 1px solid rgba(185, 151, 91, 0.45);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-list .gallery-filters button,
  .gallery-view .gallery-filters button {
    padding: 6px 16px;
    font-size: 13px;
  }
}
.gallery-list .gallery-filters button.is-active, .gallery-list .gallery-filters button:hover,
.gallery-view .gallery-filters button.is-active,
.gallery-view .gallery-filters button:hover {
  background: #B9975B;
  border-color: #B9975B;
  color: #111314;
}
.gallery-list .gallery-tags,
.gallery-view .gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 8px;
}
.gallery-list .gallery-tag,
.gallery-view .gallery-tag {
  color: #B9975B;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .gallery-card {
    margin-bottom: 10px;
  }
}
.gallery-card:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gallery-card:hover .gallery-card-caption {
    display: block;
  }
}
.gallery-card .gallery-card-media {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-media {
    margin-bottom: 0;
  }
}
.gallery-card .gallery-card-media picture {
  display: block;
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 603/999;
  object-fit: cover;
}
.gallery-card .gallery-card-caption {
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    line-height: 25px;
  }
}
.gallery-card .gallery-card-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: lowercase;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-title {
    line-height: 25px;
  }
}
.gallery-card .gallery-card-title:after {
  content: ".";
  color: #B9975B;
}
.gallery-card .gallery-tags {
  justify-content: center;
}

.gallery-list .gallery-filters,
.gallery-view .gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.gallery-list .gallery-filters button,
.gallery-view .gallery-filters button {
  background: transparent;
  border: 1px solid rgba(185, 151, 91, 0.45);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-list .gallery-filters button,
  .gallery-view .gallery-filters button {
    padding: 6px 16px;
    font-size: 13px;
  }
}
.gallery-list .gallery-filters button.is-active, .gallery-list .gallery-filters button:hover,
.gallery-view .gallery-filters button.is-active,
.gallery-view .gallery-filters button:hover {
  background: #B9975B;
  border-color: #B9975B;
  color: #111314;
}
.gallery-list .gallery-tags,
.gallery-view .gallery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 8px;
}
.gallery-list .gallery-tag,
.gallery-view .gallery-tag {
  color: #B9975B;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card {
  display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .gallery-card {
    margin-bottom: 10px;
  }
}
.gallery-card:hover {
  color: #FFFFFF;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gallery-card:hover .gallery-card-caption {
    display: block;
  }
}
.gallery-card .gallery-card-media {
  display: block;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-media {
    margin-bottom: 0;
  }
}
.gallery-card .gallery-card-media picture {
  display: block;
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 603/999;
  object-fit: cover;
}
.gallery-card .gallery-card-caption {
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    line-height: 25px;
  }
}
.gallery-card .gallery-card-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: lowercase;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .gallery-card .gallery-card-title {
    line-height: 25px;
  }
}
.gallery-card .gallery-card-title:after {
  content: ".";
  color: #B9975B;
}
.gallery-card .gallery-tags {
  justify-content: center;
}

.gallery-view {
  padding-top: 48px;
  padding-bottom: 64px;
}
.gallery-view .gallery-view-hero {
  margin-bottom: 40px;
  align-items: flex-start;
}
.gallery-view .gallery-poster {
  overflow: hidden;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .gallery-view .gallery-poster {
    margin-bottom: 0;
  }
}
.gallery-view .gallery-poster picture {
  display: block;
}
.gallery-view .gallery-poster img {
  width: 100%;
  aspect-ratio: 603/999;
  object-fit: cover;
}
.gallery-view .gallery-view-meta .gallery-tags {
  margin-top: 0;
  margin-bottom: 12px;
  color: #B9975B;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  gap: 0 8px;
}
.gallery-view .gallery-view-meta .gallery-tag-sep {
  color: #B9975B;
  opacity: 0.7;
}
.gallery-view .gallery-view-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gallery-view .gallery-view-title {
    font-size: 40px;
  }
}
.gallery-view .gallery-meta-list {
  margin: 0 0 20px;
  padding: 0;
}
.gallery-view .gallery-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 8px;
  align-items: baseline;
}
.gallery-view .gallery-meta-row dt,
.gallery-view .gallery-meta-row .gallery-meta-label {
  margin: 0;
  color: #B9975B;
  font-weight: 600;
  min-width: 120px;
}
.gallery-view .gallery-meta-row dt:after,
.gallery-view .gallery-meta-row .gallery-meta-label:after {
  content: ":";
}
.gallery-view .gallery-meta-row dd,
.gallery-view .gallery-meta-row .gallery-meta-value {
  margin: 0;
  color: #FFFFFF;
  flex: 1;
}
.gallery-view .gallery-hosts {
  margin-top: 16px;
}
.gallery-view .gallery-ismerteto {
  margin: 20px 0;
  color: #FFFFFF;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.65;
}
.gallery-view .gallery-ismerteto p:last-child {
  margin-bottom: 0;
}
.gallery-view .gallery-view-slider {
  margin-bottom: 36px;
}
.gallery-view .gallery-view-slider .gallery-slide-item {
  display: block;
  overflow: hidden;
}
.gallery-view .gallery-view-slider .gallery-slide-item picture {
  display: block;
}
.gallery-view .gallery-view-slider .gallery-slide-item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.gallery-view .gallery-view-slider .owl-dots {
  margin-top: 16px;
  text-align: center;
}
.gallery-view .gallery-view-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 4px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: block;
  transition: background 0.2s ease;
}
.gallery-view .gallery-view-slider .owl-dots .owl-dot.active span, .gallery-view .gallery-view-slider .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}
.gallery-view .gallery-view-video {
  margin-bottom: 36px;
}
.gallery-view .gallery-view-video .youtube-lazy-preview,
.gallery-view .gallery-view-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.gallery-view .gallery-view-video .youtube-lazy-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-view .gallery-view-ctas {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}
.gallery-view .gallery-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  background: transparent;
  border: 1px solid #B9975B;
  color: #B9975B;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}
.gallery-view .gallery-cta:hover {
  background: #B9975B;
  color: #111314;
  text-decoration: none;
}

.gallery-carousel .gallery-card {
  margin-bottom: 0;
}
.gallery-carousel .owl-nav {
  display: none;
}
.gallery-carousel .owl-dots {
  margin-top: 22px;
  text-align: center;
}
.gallery-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.gallery-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: block;
}
.gallery-carousel .owl-dots .owl-dot.active span, .gallery-carousel .owl-dots .owl-dot:hover span {
  background: #FFFFFF;
}

.gallery-paginator {
  margin-top: 12px;
}
.gallery-paginator .pagination {
  justify-content: center;
  gap: 8px;
}
.gallery-paginator .pagination .page-link {
  background: transparent;
  border-color: rgba(185, 151, 91, 0.45);
  color: #FFFFFF;
}
.gallery-paginator .pagination .active .page-link,
.gallery-paginator .pagination .page-link:hover {
  background: #B9975B;
  border-color: #B9975B;
  color: #111314;
}/*# sourceMappingURL=style.css.map */