@font-face {
  font-family: "Helen_pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/helen_pro_regular.woff") format("woff");
}

@font-face {
  font-family: "Helen_pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins/helen_pro_italic.woff") format("woff");
}

@font-face {
  font-family: "Helen_pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins/helen_pro_light.woff") format("woff");
}

@font-face {
  font-family: "Helen_pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/Helen-Pro-Bold.woff") format("woff");
}

/* DM SANS */

@font-face {
  font-family: "DM-SANS";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dmsans/DMSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "DM-SANS";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/dmsans/DMSans-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "DM-SANS";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dmsans/DMSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "DM-SANS";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/dmsans/DMSans-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "DM-SANS";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/dmsans/DMSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "DM-SANS";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/dmsans/DMSans-BoldItalic.woff2") format("woff2");
}

body,
html {
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  min-height: 100%;
  overflow-y: auto;
}

body {
  font-family: "DM-SANS", Arial, "Helvetica Neue", sans-serif !important;
}

.toolbar-tray a {
  padding: 1em 1.3333em !important;
}

.user-container {
  padding: 2rem 5rem 6rem 5rem;
}

.user-container .form-actions {
  position: static !important;
}

.user-container .title-2 {
  padding: 0 !important;
}

.toolbar .toolbar-icon {
  padding-left: 2.75em !important;
}

.webform-confirmation__message {
  padding: 4%;
}

.user-logged-in .block-local-tasks-block {
  position: fixed;
  bottom: 30px;
  left: 50px;
  z-index: 100;
  margin: 0;
}

/* =============================================================================
| scrollbar
============================================================================= */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgb(78, 76, 76);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(56, 55, 55);
}

/* =============================================================================
| /our-products/sample-interior
============================================================================= */

.sample-interior {
  background: linear-gradient(#929292, #272727);
  width: 24.5%;
  height: 100vh;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  color: white;
}

/* =============================================================================
| end of block
============================================================================= */

.interior-design {
  width: 95% !important;
  background: #f7f7f7;
  margin: 50px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

/*.media-about-box-shadow {
  background: linear-gradient(#ffffff, #dedede);
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}*/

.media-about-box-shadow h3 {
  margin: 20px 0;
}

/*.media-about-box-shadow .media__img {
  position: absolute;
  top: 60px;
  right: -90px;
}*/

.border-radius-media > img {
  border-radius: 5px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.media-about-exterior h3 {
  margin: 20px 0;
}
.media-about-exterior img {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.bookAppointment a {
  border: 1px solid white;
  border-radius: 3px;
  padding: 5px 10px;
  color: white;
  margin-left: 42px;
}
.bookAppointment a:hover {
  color: rgba(15, 15, 15);
  background-color: white;
}

.media-about-box-shadow .media__img img {
  border-radius: 5px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.edia-about-box-shadow .media__img {
  width: 250px;
}

/* #block-languageswitcher li {
  padding-left: 20px;
  border-left: 1px solid gray;
} */

#block-languageswitcher li.is-active {
  display: none;
}

.title-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.7);
}

.title-absolute h2,
.title-absolute h4 {
  color: rgb(107, 107, 107);
  text-transform: uppercase !important;
}

.section-pp {
  margin: 50px 0;
  height: auto !important;
  overflow: hidden !important;
}

.title-2 {
  padding: 0 50px;
}

/*.media-about .media__img {
  /* width: 450px; */
/* margin-top: -50px !important; 
}*/

.line-control {
  position: relative;
}

.absolute-line {
  position: absolute;
}

.line-top {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 3px;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
}

.line-bottom {
  border-bottom: 3px solid #000 !important;
  border-left: 3px solid #000 !important;
  border-radius: 3px;
  bottom: 0 !important;
  left: 0 !important;
  width: 130px;
  height: 130px;
}
/*.media-about .line-bottom {
  border-right: 1px solid #444440 !important;
  border-bottom: 1px solid #444440 !important;
  top: 40% !important;
  left: 81% !important;
  bottom: 100px;
  right: 100px;
}*/
.absolute-line,
.line-top,
line-bottom {
  display: block !important;
  pointer-events: none;
}

.l__main .section-content .container a {
  padding: 5px 15px;
  background: #31312b;
  color: white;
  margin: 10px 0;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}

.l__main .section-content .container a:hover {
  background-color: #1a1a18;
}

.media-testi {
  min-height: 370px;
  color: black;
}

.media-testi .media__img {
  width: 240px;
  height: 240px;
  padding: 50px 0;
  border-radius: 0 !important;
}

.paragraph--partner .container .row > div {
  /*display: flex;*/
  /*justify-content: center;*/
  flex-basis: 33.33333%;
}

.paragraph--partner .container .row .img-client {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraph--partner .container .row .img-client img {
  max-width: 80%;
}
.img-client {
  transition: all 0.3s ease;
  outline: 0;
}

.user-logged-in .messages__wrapper {
  position: fixed;
  left: 50px;
  top: 190px;
  z-index: 100;
  background-color: #fff;
}
.user-logged-in .messages__wrapper .alert.alert-success {
  margin-bottom: 0;
}

.user-logged-in .header-2 {
  top: inherit;
}

.indented {
  margin-left: 140px;
}
.description.help-block {
  display: none;
}
.comment-comment-form .form-actions {
  display: inline-flex;
  padding: 0;
}

.au-btn,
.swal-button {
  width: auto;
}

.widget_search .search-field {
  box-sizing: inherit;
}

.wp-post-image img {
  width: 100%;
}

.paragraph--expanded,
.fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.m-t--100 {
  margin-top: -100px;
}

.m-b--80 {
  margin-bottom: -80px;
}

.header-2 .list-social__item a {
  color: #fff;
}

.animsition,
.animsition-overlay {
  position: inherit;
}

.user-login-form,
.user-form,
.user-pass {
  margin-top: 20px;
}

.media-about-2 .title-1,
.media-about .title-1 {
  font-size: 30px;
}

.au-rev-bullet-1 .tp-bullet:nth-child(2) .tp-bullet-title:before {
  content: "01";
}
.au-rev-bullet-1 .tp-bullet:nth-child(3) .tp-bullet-title:before {
  content: "02";
}
.au-rev-bullet-1 .tp-bullet:nth-child(4) .tp-bullet-title:before {
  content: "03";
}
.au-rev-bullet-1 .tp-bullet:nth-child(5) .tp-bullet-title:before {
  content: "04";
}
.au-rev-bullet-1 .tp-bullet:nth-child(6) .tp-bullet-title:before {
  content: "05";
}
.au-rev-bullet-1 .tp-bullet:nth-child(7) .tp-bullet-title:before {
  content: "06";
}
.au-rev-bullet-1 .tp-bullet:nth-child(8) .tp-bullet-title:before {
  content: "07";
}
.au-rev-bullet-1 .tp-bullet:nth-child(9) .tp-bullet-title:before {
  content: "08";
}
.logo {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  margin-right: 10px;
}

.media-testi .media__title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}
.media-project .media__body {
  /* display: none; */
  visibility: hidden;
}

.media-project .line--bottom {
  /* display: none; */
  visibility: hidden;
}
.media-project .line {
  /* display: none; */
  visibility: hidden;
}

/* .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-map {
  height: 450px;
  width: 650px;
  margin-left: 200px;
}
.p-b-105 {
  padding-bottom: 0px !important;
}

#img-1,
#img-16 {
  margin-left: 1%;
}
#img-1 {
  margin-top: 30px;
}
#img-16 {
  margin-top: 32px;
}
.img-container-s-t img {
  max-width: 49%;
}
.img-container-s-t .flip-img-w {
  max-width: 100% !important;
} */
@media (max-width: 1199px) {
  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-map {
    height: 450px;
    width: 450px;
    margin-left: 50px;
  }
  .p-b-105 {
    padding-bottom: 0px;
  }

  #div-img {
    margin: 10px !important;
    width: 400px !important;
  }
  .custom-flex-child {
    min-width: 35%;
  }
}
@media (max-width: 990px) {
  #img-17 {
    margin-right: 15px !important;
  }
  .img-container {
    justify-content: space-evenly !important;
  }
  #img-1,
  #img-16 {
    height: auto !important;
  }
  .btn-space {
    margin-bottom: 55px;
  }
  .custom-flex-child {
    min-width: 45%;
  }
  .bookAppointment a,
  .footer-contact-info {
    margin-left: 68px !important;
  }
  .footer-contact-logo {
    margin-left: 34px !important;
  }
}
@media (max-width: 767px) {
  .contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-map {
    height: 450px;
    width: 300px;
    margin-left: 5px;
  }
  .p-b-105 {
    padding-bottom: 0px;
  }

  .paragraph--partner .container .row > div {
    flex-basis: 50%;
  }

  .custom-flex-1 {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .contact-container {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-map {
    margin-top: 20px;
    height: 400px;
    width: 350px;
    margin-left: 0px;
  }

  .p-b-105 {
    padding-bottom: 0px;
  }

  .form-required {
    line-height: 18px !important;
    margin-bottom: 15px !important;
  }

  #div-img {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #img-1,
  #img-16 {
    width: 100% !important;
  }

  .g-recaptcha div {
    overflow: hidden !important;
  }
  .img-container-s,
  .img-container-s-t {
    flex-direction: column;
  }
  .article-p-space {
    margin-top: 70% !important;
  }
  /* .box-flip-column {
    width: 100% !important;
  }
  .box-flip-column-space {
    margin-top: 75% !important;
  } */
  .img-container-s a,
  .img-container-s-t img {
    max-width: 100% !important;
    margin-bottom: 3% !important;
  }
}
@media (max-width: 376px) {
  .contact-container {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-map {
    margin-top: 20px;
    height: 350px;
    width: 350px;
    margin-left: 0px;
  }

  .p-b-105 {
    padding-bottom: 0px;
  }

  .media-about,
  .media-about-2 {
    padding: 15px !important;
  }
  .article-p-space {
    margin-top: 257px !important;
  }
}
@media (min-width: 1200px) {
  .footer-col {
    margin-left: 80px;
  }
  .media-about-2 .media__img {
    max-width: 450px;
    min-width: 450px;
  }
}

.col-lg-5 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.footer {
  padding: 40px 0 40px !important;
}

.m-b-30 {
  text-align: center;
  margin-bottom: 70px;
}
.p-t-115 {
  padding-top: 60px !important;
}
.section-pp.section-pp--pad {
  padding-top: 0px;
  padding-bottom: 80px;
}
.legal-info {
  margin-bottom: 22px !important;

  line-height: 23px !important;
  text-transform: uppercase;
  color: #ffff;
  font-size: 18px;
}
.text-underline:hover {
  color: #ffff !important;
  text-decoration: underline !important;
  font-size: 13px !important;
}
.footer-col a {
  color: #ebebeb;
}
.space-1 {
  margin-top: -8px;
}
.space-2 {
  margin-bottom: 10px;
}
.img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.number,
.ti-quote-left,
.quote {
  display: none !important;
}
.title {
  padding-bottom: 30px;
}

.menu a {
  font-size: 15px;
  font-weight: 600;
}

.text-underline:hover {
  font-size: 15px !important;
}
/* .text-space-btn {
  margin-bottom: 38px !important;
} */
.custom-flex {
  max-width: 90%;
  margin: 0 auto;
  margin-top: -73px;
}

.custom-flex-child {
  flex-basis: 22.2222222%;
}
.custom-flex-1 {
  justify-content: space-around;
}

.img-container-s,
.img-container-s-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-resize {
  max-width: 90% !important;
  margin-left: 52px;
}
.card img:hover {
  opacity: 0.5;
  transform: scale(1.1);
  cursor: grab;
}
.card img:active {
  cursor: grabbing !important;
}
.card {
  background-color: rgb(31, 30, 30) !important;
  border: none;
  overflow: hidden;
}
.card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.details-description,
.none {
  display: none !important;
}
details > .details-wrapper {
  margin-top: -10px;
  margin-left: -23px;
}
details {
  margin: 0 !important;
  border: none !important;
}
.captcha {
  max-width: 25% !important;
  height: 74px;
}
.krono-d-medara-container {
  display: flex;
  justify-content: space-between;
}
.section-col-4 {
  padding-right: 0 !important;
}
.lightwidget__lightbox {
  z-index: 9999 !important;
}
.custom-btn-spacing {
  width: 180px !important;
  display: block !important;
  margin-left: auto !important;
  text-align: center;
}
/* .box-flip {
  position: relative;
  width: 49%;

  height: auto;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.box-flip-fullWidth {
  width: 100% !important;
}

.box-flip img {
  position: absolute;
  backface-visibility: hidden;
  transition: 1s;
}

.box-flip img:nth-child(2) {
  transform: rotateY(180deg);
}

.box-flip:hover img:nth-child(2) {
  transform: rotateY(0deg);
}

.box-flip:hover img:nth-child(1) {
  transform: rotateY(-180deg);
}
.article-p-space,
.article-p-space-3 {
  margin-top: 33%;
}
.article-p-space-2 {
  margin-top: 52%;
  border-top: 2px solid rgb(112, 111, 111);
  padding-top: 3%;
} */
.rev-btn-1 {
  display: none !important;
}

.wc-container img {
  display: block;
  max-width: unset;
}

.wc-main-text-desc,
.wc-steps-desc-text {
  font-size: 15px;
  line-height: 1.6rem;
}

.wc-main-text-desc {
  margin-bottom: 4.5rem;
  line-height: 1.6rem;
}

.wc-steps {
  display: flex;
  gap: 7.5rem;
  align-items: center;
  margin-bottom: 4rem;
}

.wc-steps-desc-heading {
  margin-bottom: 1rem;
}

.wc-image {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1200px) {
  .wc-steps {
    gap: 3rem;
  }
}

@media (max-width: 900px) {
  .wc-image {
    order: 1;
  }
  .wc-steps {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .wc-image {
    flex-direction: column;
  }

  .wc-container img {
    max-width: 100%;
  }
}

.wc-follow-text {
  text-align: center;
}

/* NEW HOME*/
/* Redesign */
.slider-bottom-wrapper {
  width: 100%;
  height: 100px;
  background: black;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 5.5rem;
}

.ct-slider-title {
  display: block;
  position: absolute;
  bottom: -5.8rem;
  left: 5rem;
  z-index: 2;
}

.b-line-start {
  border-bottom: 1px solid #fff;
  width: 4rem;
  position: relative;
  bottom: 7px;
  right: 22px;
  display: inline-block;
}

.b-line-end {
  border-bottom: 1px solid #fff;
  width: 4rem;
  position: relative;
  bottom: 7px;
  left: 22px;
  display: inline-block;
}

.ct-slider-title-link {
  color: #fff !important;
  font-size: 2.1rem;
}

.au-rev-arrow-1.tp-leftarrow {
  left: 7rem !important;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.au-rev-arrow-1.tp-leftarrow::before {
  position: relative;
  left: -1px;
}

.au-rev-arrow-1.tp-rightarrow::before {
  position: relative;
  right: -1px;
}

.au-rev-arrow-1.tp-rightarrow {
  left: unset !important;
  right: 8.3rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.paragraph--slider-bullet-number .tp-bullets {
  top: unset !important;
  bottom: -8.3rem !important;
}

@media (min-width: 680px) {
  .paragraph--slider-bullet-number .tp-bullets {
    right: 4.3rem;
    left: unset !important;
    bottom: -4.1rem !important;
    transform: unset !important;
    top: unset !important;
  }
}

@media (min-width: 1800px) {
  .paragraph--slider-bullet-number .tp-bullets {
    right: 8.74rem;
  }
}

.paragraph--slider-bullet-number .tp-bgimg.defaultimg {
  border-bottom: 1px solid;
}

.paragraph--slider-bullet-number .tp-bullet-title::before {
  font-size: 20px !important;
  transition: 0.2s;
  backface-visibility: hidden;
}

.slider-text {
  font-size: 25px !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  transition: all 0.1s !important;
  min-width: 400px !important;
  line-height: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: white !important;
}
.slider-text .custom-slider-text {
  color: white !important;
  width: 100% !important;
  transition: all 0.3s !important;
  font-size: 2.2rem !important;
  line-height: 2.2rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}
.slider-text a:hover {
  color: white !important;
}

@media (min-width: 680px) {
  .slider-text {
    font-size: 28px !important;
    text-align: left !important;
  }
}

.paragraph--slider-bullet-number .tp-parallax-wrap {
  left: 4.5vw !important;
  transform: translate(-50%, -50%);
  top: 83% !important;
}

@media (max-width: 400px) {
  .slider-text {
    min-width: 350px !important;
  }
}

/* @media (max-width: 380px) {
  .slider-text {
    left: 2vw !important;
  }
} */

@media (min-width: 400px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 3vw !important;
  }
}

@media (min-width: 430px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 8vw !important;
  }
}

@media (min-width: 490px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 11vw !important;
  }
}

@media (min-width: 530px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 14vw !important;
  }
}

@media (min-width: 580px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 19vw !important;
  }
}

@media (min-width: 680px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 2.5rem !important;
    bottom: -2.3rem;
    top: unset !important;
  }
}

@media (min-width: 1700px) {
  .paragraph--slider-bullet-number .tp-parallax-wrap {
    left: 7rem !important;
  }
}

.paragraph--slider-bullet-number .tp-bullet {
  margin: 0 15px !important;
  backface-visibility: hidden;
}

.paragraph--slider-bullet-number .selected .tp-bullet-title::before {
  font-size: 40px !important;
  font-weight: 600;
}

.paragraph--slider-bullet-number .tp-bullet.selected {
  width: unset !important;
}

.paragraph--slider-bullet-number .tp-bullet::after {
  all: unset !important;
}

.paragraph--slider-bullet-number * {
  overflow: visible !important;
}

.media-about-left {
  padding: 4rem;
}

@media (max-width: 1280px) {
  .media-about-left {
    padding: 3rem;
  }
}

@media (max-width: 680px) {
  .media-about-left {
    padding: 2rem;
  }
}

.media-about-right {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.media-about-left,
.media-about-right {
  flex: 1 !important;
  max-width: 48%;
}

.media__text {
  height: 100%;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media (max-width: 1580px) {
  .media__text {
    font-size: 1.1rem;
  }
}

.media__img {
  height: 100%;
  width: 100%;
}

@media (max-width: 980px) {
  .media__img {
    height: 400px;
  }
}

@media (max-width: 650px) {
  .media__img {
    height: 100%;
  }
}

.media__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.media-about,
.media-about-2 {
  /* padding-top: 6rem; */
  padding-bottom: 5rem;
  align-items: center !important;
}

@media (max-width: 991px) {
  .media-about,
  .media-about-2 {
    padding-top: 0;
  }
}

.media-about .row {
  margin-left: initial !important;
  margin-right: initial !important;
  justify-content: space-between;
  gap: 1rem;
}

.main-header-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

@media (max-width: 980px) {
  .media-about .row {
    flex-direction: column;
  }
  .media-about-left,
  .media-about-right {
    max-width: 100%;
  }

  .media-about .row {
    gap: 3rem;
  }

  .bkm-header-img-bg,
  .main-header-img {
    height: 300px;
  }
}

.media-about-left-inner {
  padding-right: 0 !important;
  height: 100%;
}

.who-we-are-media-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

.wwa-mw-es {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.who-we-are-inner {
  width: 20%;
}

.who-we-are-text-wrapper {
  width: 80%;
}

.who-we-are {
  font-size: 5vw;
  font-weight: 600;
  color: #e4e4e4;
  line-height: 5.5vw;
}

.wwa-es {
  line-height: 4vw;
}

.who-we-are-bg {
  line-height: 5vw;
}

.who-we-are-text-bg {
  margin-left: 3rem;
  line-height: 1.45rem;
}

@media (max-width: 1640px) {
  .who-we-are-media-wrapper {
    gap: 5rem;
  }

  .wwa-mw-es {
    gap: 2rem;
  }

  .wwa-mw-bg {
    gap: 4rem;
  }

  .who-we-are-text-bg {
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  .who-we-are-media-wrapper {
    gap: 2rem;
    flex-direction: column;
  }

  .who-we-are-inner,
  .who-we-are-text-wrapper {
    width: 100%;
  }

  .slider-bottom-wrapper {
    margin-bottom: 4rem;
  }

  .media-about,
  .media-about-2 {
    padding-bottom: 4rem;
  }

  .bkm-header-img-bg,
  .main-header-img {
    height: 220px;
  }
}

@media (max-width: 980px) {
  .who-we-are {
    font-size: 4rem;
    font-weight: 600;
    color: #e4e4e4;
    line-height: 3.5rem;
  }
}

/* Home cards */

.dark-section-container {
  background-color: black;
  padding: 8rem 0 6rem 0;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.dark-section-cards-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10rem;
  row-gap: 8rem;
}

@media (max-width: 1480px) {
  .dark-section-cards-container {
    gap: 7rem;
  }
}

@media (max-width: 1200px) {
  .dark-section-cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }

  .dark-section-container {
    padding: 6rem 0 4rem 0;
  }
}

@media (max-width: 680px) {
  .dark-section-cards-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.dark-card {
  color: #fff;
  z-index: 2;
  font-style: italic;
}

.dark-card-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}

.dark-card-title {
  font-size: 2rem;
  line-height: 2rem;
  z-index: 2;
}

.dark-card-image {
  transition: all 0.3s;
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.dark-card-desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

@media (max-width: 1580px) {
  .dark-card-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .dark-card-desc {
    font-size: 1.1rem;
  }
}

.dark-card-symbol {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 16%;
}

.dark-card-symbol-image {
  width: 100%;
}

/* .dark-card-image-wrapper {
  padding-bottom: 1.58rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
} */

.dark-card-desc-wrapper {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  margin-top: 1.4rem;
}

.big-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* Home locations */

.location-section-images-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 35vw;
  width: 67%;
}

.location-section-images-container .lsi-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  height: 100%;
  width: 100%;
  gap: 20px;
}

.location-section-images-container .lsi-wrapper .lsi-card {
  position: relative;
  overflow: hidden;
  /* min-width: 60px; */
  /* margin: 10px; */
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
}

.location-section-images-container .lsi-wrapper .lsi-card.active {
  flex-grow: 4;
  transform: scale(1);
  border-radius: 15px;
  background-size: auto 100%;
  background-color: unset;
}

.location-section-images-container .lsi-wrapper .lsi-card:not(.active) {
  flex-grow: 1;
  border-radius: 20px;
  box-shadow: rgb(204, 219, 232) 2px 2px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.isi-card-label {
  position: absolute;
  bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  transition: all 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  pointer-events: none;
  transform: rotate(270deg);
  transform-origin: bottom left;
  left: 100%;
  bottom: 1.5rem;
}

.active .isi-card-label {
  left: 2rem;
  bottom: 0;
  transform: rotate(360deg);
}

/* .lsi-wrapper .lsi-card:nth-child(1) {
  margin-left: 20px;
} */

.locations-section {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-top: 1.5rem;
  margin-bottom: 6rem;
}

.location-section-desc {
  width: 30%;
  padding-right: 7rem;
}

.location-section-title {
  transform: rotate(180deg) translate(-4px);
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 1rem;
  right: 0;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.bg-siezenheim {
  background-image: url("/sites/default/files/redesign/loc-salz.webp");
}

.bg-szczecinek {
  background-image: url("/sites/default/files/redesign/loc-cz.webp");
}

.bg-barcelona {
  background-image: url("/sites/default/files/redesign/loc-bc.webp");
}

.bg-sofia {
  background-image: url("/sites/default/files/redesign/loc-sf.webp");
}

.bg-lampertswalde {
  background-image: url("/sites/default/files/redesign/loc-lmb.webp");
}

.bg-bucharest {
  background-image: url("/sites/default/files/redesign/bucharest-loc.webp");
}

.location-section-desc-img {
  margin-bottom: 1.5rem;
  /* max-width: 500px; */
}

.location-section-desc-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}

.location-section-desc-btn {
  padding: 0.92rem 2.77rem;
  background: none;
  border: 1px solid;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1rem;
  color: #000;
}

.location-section-desc-btn:hover,
.location-section-desc-btn:active {
  background-color: #000;
  color: #fff;
}

@media (max-width: 1580px) {
  .location-section-desc-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 1280px) {
  .locations-section {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2.5rem;
  }

  .location-section-images-container {
    width: 100%;
  }

  .location-section-desc {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .location-section-images-container .lsi-wrapper {
    gap: 15px;
  }
}

@media (max-width: 520px) {
  .location-section-images-container {
    height: 260px;
  }

  .location-section-images-container .lsi-wrapper {
    gap: 10px;
  }

  .isi-card-label {
    font-size: 20px;
    bottom: 0.7rem;
  }
}

@media (max-width: 480px) {
  .locations-section {
    padding: 0 1.5rem;
  }
  .dark-section-container {
    padding-bottom: 4rem;
  }
}

/* Location page */

.lcp-container {
  background-color: #000;
  color: #fff;
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url("/sites/default/files/redesign/worldbg.png");
  background-repeat: no-repeat;
  position: relative;
}

.lcp-container-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.lcp-intro-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 11rem;
}

.lcp-intro-desc-wrapper {
  max-width: 40%;
}

.lcp-intro-desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.lcp-intro-title {
  font-size: 4rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}

.lcp-locations-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8rem;
  row-gap: 4rem;
}

.lcp-card {
  z-index: 2;
}

.lcp-card-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.lcp-card-pin {
  padding-right: 1.5rem;
}

.lcp-card-country {
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.3rem;
  display: block;
  margin-bottom: 0.2rem;
}

.lcp-card-city {
  font-weight: 600;
  font-size: 2.1rem;
  display: block;
  line-height: 2rem;
}

.lcp-card-img-wrapper {
  margin-bottom: 1.5rem;
}

.lcp-card-img-wrapper a {
  width: 100%;
}

.lcp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lcp-card-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.lcp-card-bottom-line {
  border-bottom: 1px solid #fff;
  width: 65%;
  margin-right: 1rem;
  position: relative;
  bottom: 14px;
}

.lcp-card-bottom-text {
  font-size: 1.1rem;
  font-style: italic;
  text-align: right;
  white-space: nowrap;
  color: #fff !important;
}

@media (max-width: 1480px) {
  .lcp-container-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lcp-card-city {
    font-size: 1.8rem;
  }

  .lcp-card-country {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .lcp-locations-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

@media (max-width: 840px) {
  .lcp-locations-wrapper {
    gap: 2rem;
  }
  .lcp-card-city {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .lcp-card-country {
    font-size: 1rem;
  }

  .lcp-card-pin {
    padding-right: 1rem;
    width: 15%;
  }

  .lcp-card-title-wrapper {
    margin-bottom: 1rem;
  }

  .lcp-intro-wrapper {
    flex-direction: column;
    padding-bottom: 6rem;
    gap: 4rem;
  }

  .lcp-intro-desc-wrapper {
    max-width: 100%;
  }

  .lcp-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lcp-intro-logo {
    max-width: 70%;
  }
}

@media (max-width: 580px) {
  .lcp-card-pin {
    width: unset;
  }

  .lcp-locations-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .lcp-container-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lcp-card-img-wrapper a {
    width: 100%;
  }

  .lcp-card-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
}

/* Book a meeting */

.bkm-header-img-bg {
  background-image: url("/sites/default/files/redesign/dc-bookameeting.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bkm-header-title {
  margin-left: 7rem;
  font-weight: 400;
  font-size: 2.2rem;
  position: relative;
  bottom: -2px;
}

.bkm-welcome-desc-wrapper {
  width: 33%;
}

.bkm-welcome-img-wrapper {
  height: 100%;
  width: 48%;
}

.bkm-welcome-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.bkm-welcome-section {
  display: flex;
  gap: 7.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
  height: 574px;
}

.bkm-welcome-title {
  font-size: 4rem;
  font-weight: 600;
  color: #e4e4e4;
  line-height: 4rem;
  margin-bottom: 2rem;
}

.bkm-welcome-text1 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}

.bkm-welcome-text2 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.bkm-dark-section-container {
  background-color: #000;
  color: #fff;
  padding: 6rem 0;
}

.bkm-heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.bkm-heading-line {
  border-bottom: 1px solid #fff;
  display: block;
  width: 350px;
  margin-bottom: 1.5rem;
}

.bkm-heading {
  font-size: 3rem;
  text-align: center;
  line-height: 3.5rem;
  max-width: 45rem;
}

.bkm-heading-desc {
  text-align: center;
}

.bkm-visit-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7rem;
  margin-bottom: 6rem;
}

.bkm-steps-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.bkm-card-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
}

.bkm-card-heading-title {
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 600;
  font-style: italic;
  width: 80%;
}

.bkm-card-desc,
.bkm-heading-desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-style: italic;
}

.bkm-dc-w {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.bkm-contact-us {
  border: 1px solid black;
  padding: 0.8rem 2.7rem;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

.bkm-contact-us:hover,
.bkm-contact-us:active {
  background-color: #000;
  color: #fff;
}

@media (max-width: 1700px) {
  .bkm-header-title {
    margin-left: 2.5rem;
  }
}

@media (max-width: 1580px) {
  .bkm-visit-cards-wrapper {
    gap: 5rem;
  }

  .bkm-card-heading-icon {
    width: 18%;
  }

  .bkm-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .bkm-card-desc,
  .bkm-heading-desc {
    font-size: 1.1rem;
  }

  .bkm-heading-line {
    margin-top: 0;
    margin-bottom: 1.3rem;
  }

  .bkm-card-heading-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .bkm-card-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .bkm-heading-wrapper {
    margin-bottom: 4rem;
  }

  .bkm-welcome-desc-wrapper {
    width: 43%;
  }

  .bkm-welcome-text1,
  .bkm-welcome-text2 {
    font-size: 1.1rem;
  }

  .bkm-welcome-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media (max-width: 1200px) {
  .bkm-visit-cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bkm-steps-cards-wrapper {
    gap: 5rem;
  }

  .bkm-heading-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 980px) {
  .bkm-welcome-section {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
    height: auto;
  }

  .bkm-dark-section-container {
    padding: 3.5rem 0 4rem 0;
  }

  .bkm-welcome-desc-wrapper,
  .bkm-welcome-img-wrapper {
    width: 100%;
  }

  .bkm-header-title {
    font-size: 2rem;
  }
}

@media (max-width: 880px) {
  .bkm-visit-cards-wrapper,
  .bkm-steps-cards-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bkm-heading {
    font-size: 2.3rem;
    line-height: 2.3rem;
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .bkm-visit-cards-wrapper,
  .bkm-steps-cards-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .bkm-card-heading-icon {
    width: unset;
  }

  .bkm-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .bkm-heading-line {
    width: 100%;
  }

  .bkm-visit-cards-wrapper {
    gap: 3rem;
  }

  .bkm-card-heading {
    padding-bottom: 1rem;
    gap: 2rem;
  }

  .bkm-welcome-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

/* New footer */

.re-footer {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 4rem 0 3rem 0;
  color: #fff;
}

.re-f-col-img {
  width: 20px;
  object-fit: contain;
  margin-right: 1.5rem;
}

.re-footer-left-logo {
  width: 100%;
}

.f-mail-img {
  width: 22px;
}

.re-footer-left {
  width: 18%;
}

.re-f-col {
  display: flex;
  align-items: flex-start;
}

.re-footer-left-col1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.re-f-col-desc-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.1rem;
  gap: 0.4rem;
}

.re-f-col-desc-numbers {
  gap: 0.1rem;
}

.re-f-col-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.re-footer-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.re-footer-col2,
.re-footer-col3,
.re-footer-col5 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.re-footer-col2-links-left,
.re-footer-col2-links-right {
  display: flex;
  gap: 4.5rem;
}

.re-footer-link {
  text-decoration: none;
  color: inherit !important;
}

.re-footer-right {
  display: flex;
  gap: 4.5rem;
}

.re-footer-socials {
  display: flex;
  gap: 1.5rem;
}

.re-footer-socials-insta {
  width: 22px;
}

.re-footer-socials-facebook {
  width: 12px;
}

.re-footer-col3-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.edc-follow-us {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.edc-follow-us-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  z-index: 2;
}

.edc-follow-us-title {
  font-size: 3rem;
  line-height: 3rem;
}

.edc-follow-us-socials {
  display: flex;
  gap: 2rem;
}

.edc-follow-us-socials-insta {
  width: 2.1rem;
}

.edc-follow-us-socials-facebook {
  width: 1.1rem;
}

.re-f-col-desc-v-w {
  display: flex;
  gap: 0.6rem;
}

.re-f-col-desc-n-r1 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.re-f-col-desc-v-w a {
  width: 22px;
}

@media (max-width: 1180px) {
  .re-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .re-footer-right {
    gap: 2.5rem;
  }
}

@media (max-width: 860px) {
  .re-footer-inner {
    flex-direction: column;
    gap: 3rem;
  }

  .re-footer-left {
    width: 11rem;
  }
}

@media (max-width: 680px) {
  .re-footer-right {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .re-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bkm-header-title {
    margin-left: 1.5rem;
  }
}

/* Dc main page */

.edc-main-container {
  background-color: #000;
  padding: 4rem 0 6rem 0;
  color: #fff;
  background-image: url("/sites/default/files/redesign/worldbg-nopadding.png");
  background-repeat: no-repeat;
  position: relative;
}

.edc-logo-wrapper {
  display: grid;
  place-items: center;
  margin-bottom: 4rem;
}

.edc-desc-wrapper {
  padding: 6rem 0;
  max-width: 1300px;
  margin: 0 auto;
}

.edc-desc-text-left,
.edc-desc-text-right {
  font-size: 1.2rem;
  line-height: 1.6rem;
  width: 50%;
}

.edc-desc-text {
  display: flex;
  gap: 2rem;
}

.edc-desc-title {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 3rem;
}

.edc-gallery-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0 4rem 0;
}

.edc-gallery-heading-line {
  border-bottom: 1px solid #fff;
  width: 3rem;
  position: relative;
  bottom: 14px;
}

.edc-gallery-heading {
  margin: 0 1rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
}

.edc-gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.edc-gallery-wrapper img:hover,
.dark-card img:hover {
  opacity: 0.5;
}

.dk-explore-img {
  object-position: 50% 25%;
}

.edc-gallery-wrapper {
  display: flex;
  height: 32vw;
  gap: 1.2%;
}

.gallery-secondary-img-wrapper {
  display: flex;
  gap: 1.95%;
}

.gallery-secondary-left,
.gallery-secondary-right {
  display: flex;
  flex-direction: column;
  gap: 3.6%;
}

.gallery-main-img-wrapper {
  width: 40%;
}

.gallery-secondary-img-wrapper {
  width: 67%;
}

.gallery-secondary-left {
  width: 40%;
}

.gallery-secondary-right {
  width: 60%;
}

.gallery-secondary-left-top,
.gallery-secondary-left-bottom,
.gallery-secondary-right-top,
.gallery-secondary-right-bottom {
  height: 48.2%;
}

.gallery-main-img-wrapper,
.gallery-secondary-left-top,
.gallery-secondary-left-bottom,
.gallery-secondary-right-top,
.gallery-secondary-right-bottom,
.dark-card-image-wrapper {
  background-image: url("/sites/default/files/redesign/newicons8-plus-100.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.edc-business-hours-wrapper {
  padding: 6rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.edc-business-hours-heading,
.edc-find-us-heading {
  text-align: center;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.edc-business-hours-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 0 1.5rem;
}

.edc-business-hours-workdays,
.edc-business-hours-rest {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
}

.edc-business-hours-workdays {
  border-right: 1px solid #fff;
  padding: 2rem 4rem;
}

.edc-business-hours-rest {
  border-left: 1px solid #fff;
  padding: 2rem 4rem;
}

.edc-days {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.edc-time,
.etc-loc-top,
.etc-loc-bottom,
.edc-find-us-phone,
.edc-find-us-mail {
  font-size: 1.4rem;
  line-height: 1.4em;
}

.edc-find-us-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 6rem;
  z-index: 2;
  position: relative;
}

.edc-find-us-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.edc-find-us-contact-wrapper,
.edc-find-us-location-inner {
  display: flex;
  flex-direction: column;
}

.edc-find-us-location-wrapper {
  display: flex;
  align-items: center;
}

.edc-find-us-contact-wrapper {
  border-left: 1px solid #fff;
  padding-left: 4rem;
}

.edc-find-us-location-pin {
  margin-right: 1rem;
}

.edc-find-us-location-wrapper {
  border-right: 1px solid #fff;
  padding-right: 4rem;
}

.edc-btns-wrapper .edc-btn {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  z-index: 2;
  line-height: 1.334rem;
  text-align: center;
}

.edc-btn:hover,
.edc-btn:active {
  background-color: #fff;
  color: #000;
}

.edc-book-btn {
  padding: 0.8rem 1.5rem;
}

.edc-dir-btn {
  padding: 0.8rem 3.073rem;
}

.edc-events-btn {
  padding: 0.8rem 3.832rem;
}

.e-btn-es {
  padding: 0.8rem 5.17rem;
}

.d-btn-es {
  padding: 0.8rem 4.728rem;
}

.edc-btns-wrapper {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}

.edc-main-image-wrapper img {
  width: 100%;
}

/* blog */

.view-blog-grid .gutter-xl > * {
  padding: 0 !important;
}

.view-blog-grid .row {
  gap: 2%;
}

.node--blog .wp-block-image img {
  width: 100%;
}

/* .col-lg-9,
.col-lg-8 {
  padding: 0 !important;
} */

.node--blog p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.node--blog .title-6 {
  margin-top: 7px;
}

.view-taxonomy-term .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2rem;
}

/* .node--blog .wp-block-media-text__content {
  padding: 0 !important;
} */

.wp-block-spacer {
  height: 50px !important;
}

@media (min-width: 768px) {
  .view-blog-grid .col-md-6 {
    max-width: 31.6% !important;
  }
}

@media (max-width: 1580px) {
  .edc-desc-title,
  .edc-gallery-heading,
  .edc-business-hours-heading,
  .edc-find-us-heading,
  .edc-follow-us-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .edc-desc-text-left,
  .edc-desc-text-right,
  .edc-time,
  .etc-loc-top,
  .etc-loc-bottom,
  .edc-find-us-phone,
  .edc-find-us-mail,
  .node--blog p {
    font-size: 1.1rem;
  }
}

@media (max-width: 1300px) {
  .edc-desc-wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .edc-logo-wrapper img {
    width: 20%;
  }
}

@media (max-width: 980px) {
  .edc-logo-wrapper img {
    width: 30%;
  }

  .edc-desc-wrapper {
    padding: 4rem 0;
  }

  .edc-gallery-heading-wrapper {
    padding: 1rem 0 4rem 0;
  }

  .edc-business-hours-wrapper {
    padding: 4rem 0 4rem 0;
  }

  .edc-main-container {
    padding: 4rem 0 4rem 0;
  }

  .edc-find-us-wrapper {
    margin-bottom: 4rem;
  }

  .edc-desc-text-left,
  .edc-desc-text-right,
  .edc-time,
  .etc-loc-top,
  .etc-loc-bottom,
  .edc-find-us-phone,
  .edc-find-us-mail,
  .node--blog p {
    line-height: 1.6rem;
  }

  .edc-business-hours-workdays,
  .edc-business-hours-rest {
    padding: 1rem 3rem;
  }
}
/* test3 */

@media (max-width: 880px) {
  .edc-desc-title,
  .edc-gallery-heading,
  .edc-business-hours-heading,
  .edc-find-us-heading,
  .edc-follow-us-title {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .edc-desc-text {
    flex-direction: column;
  }

  .edc-find-us-location-wrapper,
  .edc-find-us-contact-wrapper {
    border: none;
    padding: 0;
  }

  .edc-find-us-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .edc-find-us-phone,
  .edc-find-us-mail {
    padding-left: 50px;
  }

  .edc-btns-wrapper {
    gap: 1rem;
  }

  .edc-desc-text-left,
  .edc-desc-text-right {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .edc-btns-wrapper .edc-btn {
    width: 88%;
  }

  .edc-btns-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 580px) {
  .edc-logo-wrapper img {
    width: 50%;
  }

  .edc-main-image-wrapper {
    height: 200px;
  }

  .edc-main-image-wrapper img {
    height: 100%;
    object-fit: cover;
  }

  .edc-desc-title,
  .edc-gallery-heading,
  .edc-business-hours-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .edc-time,
  .edc-days {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .edc-business-hours-workdays,
  .edc-business-hours-rest {
    gap: 0.5rem;
  }

  .edc-find-us-wrapper {
    margin-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .edc-desc-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .edc-business-hours-workdays,
  .edc-business-hours-rest {
    padding: 1.2rem;
  }
  .edc-btns-wrapper .edc-btn {
    width: 90%;
  }
}

/* Inspirations */

.insp-btn {
  padding: 0.717rem 2.12rem;
  border: 1px solid #000;
  color: #000 !important;
  margin-top: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all 0.3s;
}

.insp-btn:hover,
.insp-btn:active {
  background-color: #000;
  color: #fff !important;
}

.in-f-line {
  border-bottom: 2px solid #000;
  width: 300px;
  line-height: 1.3rem;
}

.insta-feed-heading-wrapper {
  margin-bottom: 3rem !important;
}

@media (max-width: 580px) {
  .in-f-line {
    width: 100%;
  }
}

/* Events page */

.events-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-heading {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: -1px;
}

.event-desc {
  margin-bottom: 2rem;
}

.event-time,
.event-place {
  font-weight: 600;
}

@media (max-width: 1580px) {
  .event-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 880px) {
  .event-heading {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
}

@media (max-width: 580px) {
  .event-heading {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
  }

  .event-desc {
    margin-bottom: 1.5rem;
  }

  .insta-feed-heading-wrapper {
    margin-bottom: 2rem !important;
  }
}

/* Contact */

.cumlc-main-contact-desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}

.dc-contacts-tabs-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.dc-contacts-tabs-wrapper .dc-contacts-tab {
  background: none;
  border: 1px solid #000;
  color: #000;
  width: 10rem;
  height: 2.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: normal;
  font-weight: 600;
  cursor: pointer;
}
.dc-contacts-tabs-wrapper .dc-contacts-tab-active {
  background-color: #000;
  color: #fff;
}

.cumlc-left-heading-wrapper {
  margin-bottom: 3rem;
  font-style: italic;
}
.cumlc-left-heading-wrapper .cumlc-left-heading-dc {
  font-size: 1.5rem;
  line-height: 1.4rem;
}
.cumlc-left-heading-wrapper .cumlc-left-heading-city {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.7rem;
}

.contact-us-main-location-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.cumlc-left-wrapper {
  margin-left: 8%;
}

.cumlc-main-contact-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.cumlc-desc-wrapper,
.cumlc-numbers-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cumlc-desc-n-r1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  line-height: 1rem;
}

.cumlc-desc-v-w {
  display: flex;
  gap: 0.5rem;
}

.cumlc-worktime-heading,
.cumlc-main-contact-heading {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
}

.cumlc-worktime-inner {
  display: flex;
  gap: 1rem;
}

.cumlc-worktime-left,
.cumlc-worktime-right {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cumlc-worktime-left {
  font-weight: 600;
}

.cumlc-map-wrapper {
  width: 50%;
}

.c-mail-img {
  max-width: 25px;
}

.cumlc-desc-v-w img {
  width: 24.34px;
}

.rd-our-team-wrapper {
  background-color: #000;
  padding: 6rem 0;
  color: #fff;
}

.rd-our-team-heading-wrapper {
  display: grid;
  place-items: center;
  margin-bottom: 6rem;
  padding: 0 1.5rem;
}

.rd-our-team-heading {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
}

.ot-h-underline {
  border-bottom: 1px solid #fff;
  width: 339px;
}

.rd-our-team-inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.rd-team-member-name {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1rem;
}

.rd-tm-desc-wrapper {
  display: flex;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.4rem;
  gap: 1.5rem;
  white-space: nowrap;
  font-style: italic;
}

.rd-tm-card-line {
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
  bottom: 8px;
}

.re-contact-form-wrapper {
  display: flex;
  gap: 1.5rem;
  padding-top: 3rem;
}

.contact-form-inner-wrapper {
  width: 68.7%;
}

.webform-submission-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  /* justify-content: space-between; */
}

.webform-submission-form label {
  display: block !important;
}

.webform-submission-form .form-item-sglasen-sm-da-poluchavam-informaciya-za-novi-produkti-promocii-u {
  width: calc(100% - 180px) !important;
}

.form-actions {
  margin-top: auto;
}

.webform-button--submit {
  font-weight: 600;
  line-height: 1.1rem;
  font-size: 1rem;
  padding: 0.99rem 4.47rem;
  text-transform: uppercase;
}

@media (max-width: 1580px) {
  .cumlc-left-wrapper {
    margin-left: 0;
  }

  .rd-our-team-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .rd-team-member-name {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .rd-tm-desc-wrapper {
    font-size: 1.3rem;
  }
}

@media (max-width: 1400px) {
  .rd-our-team-inner-wrapper {
    padding: 0 2.5rem;
  }
}

@media (max-width: 980px) {
  .contact-us-main-location-wrapper {
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
  }

  .rd-our-team-wrapper {
    padding: 4rem 0;
  }

  .rd-our-team-heading-wrapper {
    margin-bottom: 4rem;
  }

  .cumlc-map-wrapper {
    width: 100%;
  }

  .cumlc-worktime-heading,
  .cumlc-main-contact-heading {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }

  .cumlc-main-contact-desc-wrapper {
    gap: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 1.6rem;
  }

  .cumlc-worktime-left,
  .cumlc-worktime-right {
    gap: 0.7rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    width: 50%;
  }

  .cumlc--left-logo {
    width: 70%;
  }

  .re-contact-form-wrapper {
    flex-direction: column;
  }

  .contact-form-inner-wrapper {
    width: 100%;
  }

  .cf-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .re-contact-form-wrapper {
    padding-top: 0;
  }

  .webform-submission-kontakti-form .form-type-checkbox:last-child {
    margin-bottom: 2rem;
  }
}

@media (max-width: 880px) {
  .rd-our-team-inner-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .rd-our-team-heading {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .ot-h-underline {
    line-height: 1.2rem;
  }

  .dc-contacts-tabs-wrapper {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}

@media (max-width: 580px) {
  .cumlc-map-wrapper #map {
    height: 346px !important;
  }

  .dc-contacts-tabs-wrapper {
    justify-content: flex-start;
  }

  .dc-contacts-tab {
    flex-basis: 48%;
  }

  .rd-our-team-heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rd-team-member-name {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .cf-img img {
    height: 250px;
  }

  .form-actions {
    margin-top: 1rem !important;
    margin-left: 0;
  }

  .rd-team-member-img,
  .rd-team-member-card {
    width: 100%;
  }

  .webform-submission-form {
    padding-bottom: 5rem;
  }

  .form-actions {
    left: 0;
  }

  .form-actions .webform-button--submit {
    width: 100%;
  }

  .webform-submission-form .form-item-sglasen-sm-da-poluchavam-informaciya-za-novi-produkti-promocii-u {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .rd-our-team-inner-wrapper {
    padding: 0 1.5rem;
  }

  .cumlc-left-heading-wrapper {
    margin-bottom: 2rem;
  }

  .dc-contacts-tabs-wrapper {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }

  .ot-h-underline {
    width: 100%;
  }
}

/* Header lang switcher & Navigation*/

.lang-swicther-wrapper {
  display: flex;
  padding: 0.7rem 15px 0.7rem 2rem;
  border-left: 1px solid #000;
  gap: 2.3rem;
  align-items: center;
  position: relative;
}

.current-lang {
  font-size: 15px;
  font-weight: 600;
  user-select: none;
  text-transform: uppercase;
}

.ls-link-ks {
  font-size: 22px;
  font-weight: 600;
  color: #005daa;
}

.ls-link {
  color: inherit !important;
}

.custom-swicther-menu-wrapper {
  position: absolute;
  top: 4.2rem;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 2px 0 #00000087;
  padding: 1.5rem;
  right: 0;
  border-radius: 3px;
  width: 170px;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-swicther-menu-wrapper a {
  color: inherit !important;
}

.custom-swicther-menu-wrapper li {
  padding: 0.5rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.custom-swicther-menu-wrapper li img {
  width: 32px;
  border: 1px solid #00000040;
}

.lw-hidden {
  display: none;
}

.lw-active {
  display: block;
}

.current-lang-wrapper {
  cursor: pointer;
}

.custom-swicther-menu-wrapper a {
  font-weight: 400 !important;
  text-transform: unset !important;
}

.lang-swicther-main-container {
  position: relative;
}

#header {
  display: flex;
  align-items: center;
  padding: 0 5rem;
}

.header,
.header-mobile {
  width: 100%;
}

.logo {
  transition: all 0.3s;
}

.header--fixed .logo {
  padding-left: 31px;
}

.header--fixed .header__content-right {
  margin-right: 0.5rem;
}

.gallery img {
  cursor: pointer;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 3rem;
}

.node--blog .wp-block-media-text__content {
  padding-right: 0 !important;
}

.node--blog .has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 8% !important;
}

.search-block-form {
  display: none;
}

.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  background: transparent;
  margin: 50px auto;
}

/* flip the picture when hover */

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back,
img {
  max-width: 100%;
  display: block;
}

/* flip speed */

.flipper {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back  during flip */

.front,
.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front placed above back */

.front {
  z-index: 2;
}

/* back, initially hidden */

.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: rgb(218, 138, 138);
}

.flip-container-wrapper {
  display: flex;
  gap: 1rem;
}

@media (max-width: 1280px) {
  .wp-block-media-text {
    gap: 0 !important;
  }

  .flip-container-wrapper {
    flex-direction: column;
    gap: 2rem;
    margin: 2.5rem 0;
  }

  .flip-container {
    margin: auto;
  }

  .single-flip-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 1280px) {
  #header {
    padding: 0 0.5rem;
  }

  .menu-item a {
    padding: 26px 26px 26px 6px;
  }

  .lang-swicther-wrapper {
    gap: 1.5rem;
  }
}

@media (max-width: 990px) {
  .lang-swicther-wrapper {
    padding: 0.7rem 15px 0.7rem 0.5rem;
    border-left: none;
  }

  #block-tatee-main-menu-mobile {
    position: absolute;
    width: 100vw;
    z-index: 999;
    top: 8.8rem;
    left: -0.5rem;
  }

  #block-tatee-main-menu-mobile .container-fluid {
    padding: 0;
  }

  .menu-mobile .menu-item a {
    padding-left: 25px;
  }
}

@media (max-width: 580px) {
  .header-mobile__bar-inner .logo img {
    width: 80%;
  }

  #block-tatee-main-menu-mobile {
    top: 8rem;
  }
}
