@charset "UTF-8";
.main-hero {
  display: flex;
  align-items: center;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
}
@media screen and (max-width: 1199px) {
  .main-hero {
    min-height: unset;
  }
}
.main-hero .main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.main-hero .main-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-hero .page-width {
  position: relative;
  z-index: 2;
  padding: 150px 0;
}
.main-hero h1 {
  font-size: 64px;
  mask-image: linear-gradient(to bottom, black 17%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 17%, transparent 100%);
}
@media screen and (max-width: 1399px) {
  .main-hero h1 {
    font-size: 50px;
  }
}
.main-hero .title span {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .main-hero .page-width {
    padding: 100px 0;
  }
  .main-hero h1 {
    font-size: 32px;
    mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 67%, transparent 100%);
  }
}

.main-search {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  box-shadow: 0px 0px 49.7px 5px rgba(255, 255, 255, 0) inset;
  padding: 50px;
  position: relative;
  margin-top: 100px;
}
.main-search::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  display: block;
  content: "";
  backdrop-filter: blur(22.5px);
  z-index: 0;
}
.main-search form {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
}
.main-search .search-select {
  width: 100%;
}
.main-search .search-select > label {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.main-search .search-select details {
  position: relative;
}
.main-search .search-select details summary {
  list-style: none;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-image: url("../images/chevron-down-white.svg");
  background-position: calc(100% - 5px);
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  cursor: pointer;
}
.main-search .search-select details .search-dropdown {
  position: absolute;
  z-index: 5;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  border-radius: 7px;
  background-color: rgba(145, 145, 145, 0.15);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.main-search .search-select details .search-dropdown .list-search, .main-search .search-select details .search-dropdown .price-group {
  position: relative;
  z-index: 2;
}
.main-search .search-select details .search-dropdown .list-search input::-moz-placeholder, .main-search .search-select details .search-dropdown .price-group input::-moz-placeholder {
  font-family: "Varta";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
}
.main-search .search-select details .search-dropdown .list-search input, .main-search .search-select details .search-dropdown .list-search input::placeholder, .main-search .search-select details .search-dropdown .price-group input, .main-search .search-select details .search-dropdown .price-group input::placeholder {
  font-family: "Varta";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #fff;
}
.main-search .search-select details .search-dropdown .list-search input, .main-search .search-select details .search-dropdown .price-group input {
  background-color: rgba(42, 47, 39, 0.5019607843);
  border-radius: 5px;
  border: none;
  outline: none;
  height: 30px;
  padding: 0 10px;
  width: 100%;
}
.main-search .search-select details .search-dropdown .price-group {
  display: flex;
  align-items: center;
  color: #fff;
}
.main-search .search-select details .search-dropdown .list-search {
  padding: 10px;
}
.main-search .search-select details .search-dropdown ul {
  list-style: none;
  max-height: 180px;
  overflow-y: auto;
}
.main-search .search-select details .search-dropdown ul li {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.5s;
  min-height: 45px;
}
.main-search .search-select details .search-dropdown ul li input {
  margin-right: 10px;
  cursor: pointer;
  transform: translateY(-2px);
}
.main-search .search-select details .search-dropdown ul li label {
  font-family: "Varta";
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.35px;
  color: #fff;
}
.main-search .search-select details .search-dropdown ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.main-search .search-select details .search-dropdown ul li:hover {
  background-color: rgba(145, 145, 145, 0.5019607843);
}
.main-search .search-select details .search-dropdown ul::-webkit-scrollbar {
  width: 8px;
}
.main-search .search-select details .search-dropdown ul::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, transparent 0%, transparent 30%, #D9D9D9 30%, #D9D9D9 70%, transparent 70%, transparent 100%);
}
.main-search .search-select details .search-dropdown {
  /* Buttons */
}
.main-search .search-select details .search-dropdown ul::-webkit-scrollbar-button:single-button {
  background-color: transparent;
  display: block;
  width: 8px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-search .search-select details .search-dropdown {
  /* Up */
}
.main-search .search-select details .search-dropdown ul::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url("../images/up.svg");
}
.main-search .search-select details .search-dropdown {
  /* Down */
}
.main-search .search-select details .search-dropdown ul::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url("../images/down.svg");
}
.main-search .search-select + .search-select {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 40px;
  margin-left: 40px;
}
.main-search .final {
  margin-left: 40px;
}
.main-search .final button {
  border-radius: 14px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #999999;
  box-shadow: 0px 0px 45.5px 0px rgba(245, 245, 245, 0.2784313725);
  background: linear-gradient(93.91deg, rgba(217, 217, 217, 0.26) -0.68%, rgba(115, 115, 115, 0.26) 129.86%);
  padding: 15px 60px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: all 0.5s;
}
.main-search .final button:hover {
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.25), 0 0 40px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
  .main-search {
    max-width: 600px;
  }
  .main-search form {
    flex-direction: column;
    align-items: center;
  }
  .main-search .search-select + .search-select {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .main-search .search-select {
    margin-bottom: 30px;
  }
  .main-search .search-select > label {
    margin-bottom: 15px;
  }
  .main-search .final {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main-search {
    padding: 50px 25px 40px;
    margin-top: 50px;
  }
  .main-search .search-select > label {
    font-size: 14px;
  }
}

.home-banner {
  position: relative;
  border-radius: 53px;
  overflow: hidden;
  padding: 160px 50px;
}
.home-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-banner .home-banner-text {
  position: relative;
  z-index: 2;
}
.home-banner .btn {
  min-height: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 1399px) {
  .home-banner {
    padding: 130px 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-banner {
    padding: 100px 20px 40px;
    border-radius: 30px;
  }
  .home-banner .home-banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
  }
  .home-banner .home-banner-text h2 {
    font-size: 24px;
  }
  .home-banner .home-banner-text p {
    font-size: 14px;
  }
  .home-banner .btn {
    margin-top: auto;
  }
}

.home-banner.reveal.active .home-banner-text h2 {
  animation: scale-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.home1, .home2, .home3 {
  display: grid;
  gap: 60px;
}
.home1 .text p, .home2 .text p, .home3 .text p {
  margin: 30px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .home1 .text p, .home2 .text p, .home3 .text p {
    letter-spacing: 0.5px;
  }
}

.home1 {
  grid-template-columns: 1fr 1fr;
}
.home1 .title span {
  color: #2D4739;
}
.home1 img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home1 .text:first-child img {
  max-height: 355px;
}
.home1 .text:last-child img {
  max-height: 545px;
}
@media screen and (max-width: 1199px) {
  .home1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home1 img {
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .home1 {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .page-padding-big:has(.home1) {
    padding-bottom: 0;
  }
  .page-padding-big:has(.home2) {
    display: none;
  }
}
.home-video {
  margin: 0;
  border-radius: 44px;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 50px 0;
}
.home-video .page-width {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-video .page-width div:first-child {
  max-width: 700px;
}
.home-video .open-video-btn {
  width: 100%;
  max-width: 384px;
  height: 384px;
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1299px) {
  .home-video .open-video-btn {
    max-width: 300px;
    height: 300px;
  }
}
.home-video h2 {
  font-weight: 400;
}
.home-video p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .home-video {
    padding: 70px 0;
  }
  .home-video .page-width {
    flex-direction: column;
  }
  .home-video .open-video-btn {
    margin-top: 50px;
    max-width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .home-video {
    padding: 50px 0;
    border-radius: 30px;
  }
  .home-video .open-video-btn {
    max-width: 200px;
    height: 200px;
  }
}

.home-video.reveal.active h2 {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.home2 {
  grid-template-columns: 1.3fr 1fr;
}
.home2 .text {
  padding: 100px 0;
}
@media only screen and (max-width: 1600px) {
  .home2 .text {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1399px) {
  .home2 .text {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1299px) {
  .home2 {
    gap: 40px;
  }
  .home2 .text {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .home2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.swap-imgs, .swap-imgs2 {
  position: relative;
}
.swap-imgs img, .swap-imgs2 img {
  border-radius: 14px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  transition: all 0.6s;
}

.swap-imgs img {
  width: 60%;
  height: 70%;
}
.swap-imgs .swap1 {
  top: 0;
  left: 0;
}
.swap-imgs .swap2 {
  top: 30%;
  left: 40%;
}
@media screen and (max-width: 991px) {
  .swap-imgs {
    height: 400px;
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .swap-imgs {
    height: 300px;
  }
}

.swap-imgs2 .swap3 {
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}
.swap-imgs2 .swap4 {
  left: 20%;
  bottom: 20%;
  width: 80%;
  height: 80%;
}
@media screen and (max-width: 1199px) {
  .swap-imgs2 {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .swap-imgs2 {
    height: 300px;
  }
}

.swap-imgs:hover .swap2 {
  top: 0;
  left: 0;
}
.swap-imgs:hover .swap1 {
  top: 30%;
  left: 40%;
}

.swap-imgs2:hover .swap3 {
  left: 50%;
  bottom: 50%;
}
.swap-imgs2:hover .swap4 {
  left: 0;
  bottom: 0;
}

.home3 {
  grid-template-columns: 1fr 1.05fr;
}
.home3 .text {
  padding: 100px 0;
}
@media screen and (max-width: 1399px) {
  .home3 .text {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1199px) {
  .home3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home3 .text {
    padding: 0;
  }
}

.expertiseSwiperWrap {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .expertiseSwiperWrap {
    margin-top: 50px;
  }
}
.expertiseSwiperWrap .expertise-button-next, .expertiseSwiperWrap .expertise-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.expertiseSwiperWrap .expertise-button-next, .expertiseSwiperWrap .expertise-button-next svg path, .expertiseSwiperWrap .expertise-button-prev, .expertiseSwiperWrap .expertise-button-prev svg path {
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .expertiseSwiperWrap .expertise-button-next, .expertiseSwiperWrap .expertise-button-prev {
    width: 5%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .expertiseSwiperWrap .expertise-button-next svg, .expertiseSwiperWrap .expertise-button-prev svg {
    max-width: 40%;
    max-height: 40%;
  }
}
@media screen and (max-width: 575px) {
  .expertiseSwiperWrap .expertise-button-next, .expertiseSwiperWrap .expertise-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--light-bg);
  }
}
.expertiseSwiperWrap .expertise-button-next:hover, .expertiseSwiperWrap .expertise-button-prev:hover {
  background-color: #365042;
  border-color: #365042;
}
.expertiseSwiperWrap .expertise-button-next:hover svg path, .expertiseSwiperWrap .expertise-button-prev:hover svg path {
  fill: #fff;
}
.expertiseSwiperWrap .expertise-button-prev {
  left: calc(50% - 786px);
}
@media only screen and (max-width: 1600px) {
  .expertiseSwiperWrap .expertise-button-prev {
    left: calc(10% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .expertiseSwiperWrap .expertise-button-prev {
    left: 0;
  }
}
.expertiseSwiperWrap .expertise-button-next {
  right: calc(50% - 786px);
}
@media only screen and (max-width: 1600px) {
  .expertiseSwiperWrap .expertise-button-next {
    right: calc(10% - 86px);
  }
}
@media screen and (max-width: 991px) {
  .expertiseSwiperWrap .expertise-button-next {
    right: 0;
  }
}

.expertise {
  border-radius: 14px;
  background-color: var(--light-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
}
.expertise .expertise-img {
  height: 200px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.expertise .expertise-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.expertise .expertise-img .overlay {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48.76%, rgba(0, 0, 0, 0.323733) 64.75%, rgba(0, 0, 0, 0.5) 100%);
}
.expertise .expertise-img .expertise-title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 48.76%, rgba(0, 0, 0, 0.323733) 64.75%, rgba(0, 0, 0, 0.5) 100%);
}
.expertise .expertise-img .expertise-title svg {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.expertise .expertise-img .expertise-title h3 {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
.expertise .expertise-img .expertise-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to top, black 0%, black 50%, transparent 100%);
  mask-image: linear-gradient(to top, black 0%, black 50%, transparent 100%);
}
.expertise .expertise-icon {
  margin-top: 20px;
  height: 22px;
}
.expertise .expertise-icon, .expertise .expertise-icon svg {
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .expertise .expertise-icon {
    height: 35px;
  }
}
.expertise .expertise-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
  height: 0;
}
@media screen and (max-width: 1199px) {
  .expertise .expertise-description {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.expertise:hover .expertise-icon {
  height: 42px;
}
.expertise:hover .expertise-icon svg {
  transform: rotate(180deg);
}
.expertise:hover .expertise-description {
  height: 135px;
}

.editors-wrap {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-top: 360px;
}
.editors-wrap .editor-pick-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 33;
}
.editors-wrap .editor-pick-wrap .editor-pick {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-align: center;
  color: #E0DADA;
  text-transform: uppercase;
  background: linear-gradient(157.38deg, #2D4739 27.73%, #89A092 182.8%);
  padding: 20px 50px;
  border-bottom-right-radius: 14px;
  border-top-left-radius: 14px;
}
.editors-wrap .editor-pick-wrap .editor-tooltip {
  bottom: 90%;
  left: 80%;
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 575px) {
  .editors-wrap .editor-pick-wrap .editor-tooltip {
    left: 20%;
  }
}
.editors-wrap .editor-pick-wrap:hover .editor-tooltip {
  opacity: 1;
  visibility: visible;
}
.editors-wrap .editor-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
.editors-wrap .editor-slider * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.editors-wrap .editor-slider .editorSwiper {
  width: 100%;
  height: 100%;
}
.editors-wrap .editor-slider .editorSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.editors-wrap .editor-slider .editor-nav-pag {
  position: absolute;
  bottom: 50px;
  right: 70px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 160px;
}
.editors-wrap .editor-slider .editor-nav-pag .editor-button-prev, .editors-wrap .editor-slider .editor-nav-pag .editor-button-next {
  width: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(37px);
  transition: all 0.2s;
  cursor: pointer;
}
.editors-wrap .editor-slider .editor-nav-pag .editor-button-prev:hover, .editors-wrap .editor-slider .editor-nav-pag .editor-button-next:hover {
  background-color: #446654;
}
.editors-wrap .editor-slider .editor-nav-pag .editor-pagination {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editors-wrap .editor-slider .editor-nav-pag .editor-pagination .swiper-pagination-current {
  font-family: "NotoSans";
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.editors-wrap .editor-estate {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 760px;
  background: linear-gradient(75.37deg, rgba(247, 247, 247, 0.56) 4.9%, rgba(226, 226, 226, 0.5544) 109.29%);
  backdrop-filter: blur(14px);
  border-bottom-left-radius: 14px;
  border-top-right-radius: 29px;
  padding: 50px 80px;
}
.editors-wrap .editor-estate * {
  color: var(--primary-color);
}
.editors-wrap .editor-estate .type {
  color: #2F2F2F;
  font-size: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.editors-wrap .editor-estate h2 {
  font-size: 32px;
  letter-spacing: 1px;
}
.editors-wrap .editor-estate .estate-spec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
}
.editors-wrap .editor-estate .estate-spec div + div {
  margin-left: 25px;
  border-left: 1px solid rgba(51, 51, 51, 0.1019607843);
  padding-left: 25px;
}
.editors-wrap .editor-estate .estate-spec div {
  font-size: 18px;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
}
.editors-wrap .editor-estate .estate-spec div svg {
  margin-right: 10px;
}
.editors-wrap .editor-estate .estate-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}
@media screen and (max-width: 575px) {
  .editors-wrap .editor-estate .estate-description {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 22px;
  }
}
.editors-wrap .editor-estate a {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-align: center;
  color: var(--primary-color);
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid #365042;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
}
.editors-wrap .editor-estate a svg {
  margin-left: 7px;
}
@media screen and (max-width: 575px) {
  .editors-wrap .editor-estate a {
    font-size: 16px;
    letter-spacing: 0.7px;
  }
}
@media only screen and (max-width: 1100px) {
  .editors-wrap .editor-estate {
    padding: 50px 10%;
  }
}
@media screen and (max-width: 991px) {
  .editors-wrap .editor-estate {
    padding: 50px 5%;
  }
}
@media only screen and (max-width: 1600px) {
  .editors-wrap {
    padding-top: 280px;
  }
}
@media screen and (max-width: 1399px) {
  .editors-wrap .editor-estate h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1100px) {
  .editors-wrap {
    padding-top: 400px;
  }
  .editors-wrap .editor-slider {
    height: 400px;
  }
  .editors-wrap .editor-estate {
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 14px;
  }
  .editors-wrap .editor-pick-wrap .editor-pick {
    letter-spacing: 0.7px;
  }
  .editors-wrap .editor-slider .editor-nav-pag {
    right: 10vw;
  }
}
@media screen and (max-width: 991px) {
  .editors-wrap .editor-slider .editor-nav-pag {
    right: 5vw;
    max-width: 110px;
  }
  .editors-wrap .editor-slider .editor-nav-pag .editor-button-prev, .editors-wrap .editor-slider .editor-nav-pag .editor-button-next {
    max-width: 30px;
    height: 30px;
  }
  .editors-wrap .editor-slider .editor-nav-pag .editor-pagination .swiper-pagination-current {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .editors-wrap {
    padding-top: 300px;
  }
  .editors-wrap .editor-slider {
    height: 300px;
  }
  .editors-wrap .editor-slider .editor-nav-pag {
    bottom: 20px;
  }
  .editors-wrap .editor-pick-wrap .editor-pick {
    letter-spacing: 0.5px;
  }
  .editors-wrap .editor-estate .type {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .editors-wrap .editor-estate h2 {
    font-size: 24px;
  }
  .editors-wrap .editor-estate .estate-spec div + div {
    margin-left: 0;
    padding-left: 0;
    border-right: none;
  }
  .editors-wrap .editor-estate .estate-spec div {
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-right: 20px;
  }
  .editors-wrap .editor-estate .estate-spec div svg {
    max-width: 25px;
    max-height: 25px;
    margin-right: 5px;
  }
}

body:has(.stack-wrap) {
  overflow: visible;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .stack-text-top p {
    font-size: 14px;
  }
}

.stack-wrap {
  position: relative;
  margin-top: 70px;
}

.stack-card {
  position: sticky;
  top: 130px;
  min-height: 500px;
  max-height: 70vh;
  transform-origin: top center;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background-color: #fff;
  border-radius: 27px;
  transition: all 0.3s ease;
  box-shadow: 0px 21px 45px 0px rgba(0, 0, 0, 0.031372549);
  overflow: hidden;
}
.stack-card .stack-img {
  border-radius: 27px;
  overflow: hidden;
}
.stack-card .stack-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 1399px) {
  .stack-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .stack-card {
    grid-template-columns: 1fr;
  }
  .stack-card .stack-img {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .stack-card .stack-img {
    height: 150px;
  }
}
.stack-card .stack-text {
  padding: 50px 40px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stack-card .stack-text .s-num span {
  font-weight: 700;
  font-size: 64px;
  line-height: 80%;
  letter-spacing: 0.95px;
  background: linear-gradient(93deg, #446654 0%, #BFCBC4 85%);
  background-size: 120% 100%; /* KLJUČ */
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.stack-card .stack-text .s-num p {
  line-height: 100%;
  letter-spacing: 2px;
  color: #DDDDDD;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
}
.stack-card .stack-text h3 {
  margin-top: auto;
  color: #4B4B4B;
  letter-spacing: 0.95px;
  margin-bottom: 20px;
}
.stack-card .stack-text h3 span {
  color: #446654;
}
.stack-card .stack-text p {
  letter-spacing: 1px;
  color: #6F6F6F;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .stack-card .stack-text {
    padding: 40px 20px;
  }
  .stack-card .stack-text .s-num span {
    font-size: 45px;
  }
  .stack-card .stack-text .s-num p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .stack-card .stack-text h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 10px 0;
  }
  .stack-card .stack-text p {
    letter-spacing: 0;
  }
}

.stack-card + .stack-card {
  margin-top: 20px;
}

.preferred-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
  grid-auto-rows: 25px;
}
.preferred-wrap .pref-title {
  grid-column: 2/span 2;
  grid-row: 1/span 7;
  align-content: center;
}
.preferred-wrap .pref-title h2 {
  margin-bottom: 10px;
}
.preferred-wrap .pref:nth-of-type(1) {
  grid-column: 1;
}
.preferred-wrap .pref:nth-child(2), .preferred-wrap .pref:nth-child(5) {
  grid-row: span 4;
}
.preferred-wrap .pref:nth-child(3), .preferred-wrap .pref:nth-child(4) {
  grid-row: span 5;
}
.preferred-wrap .pref:nth-child(6), .preferred-wrap .pref:nth-child(7) {
  grid-row: span 9;
}
.preferred-wrap .pref:nth-child(8), .preferred-wrap .pref:nth-child(9) {
  grid-row: span 7;
}
.preferred-wrap .pref {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preferred-wrap .pref img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.preferred-wrap .pref div:not(.overlay) {
  position: relative;
  z-index: 2;
}
.preferred-wrap .pref h3, .preferred-wrap .pref span, .preferred-wrap .pref a {
  color: #fff;
  text-align: center;
}
.preferred-wrap .pref h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 120%;
}
.preferred-wrap .pref span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.preferred-wrap .pref a {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  height: 36px;
  border: 1px solid #999999;
  background: linear-gradient(93.91deg, rgba(217, 217, 217, 0.26) -0.68%, rgba(115, 115, 115, 0.26) 129.86%);
  box-shadow: 0px 0px 45.5px 0px rgba(245, 245, 245, 0.2784313725);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 138px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
  backdrop-filter: blur(4px);
}
.preferred-wrap .pref h3 + span {
  margin-top: 10px;
}
.preferred-wrap .pref:hover a {
  opacity: 1;
  top: calc(100% + 10px);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1199px) {
  .preferred-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-rows: auto;
    grid-auto-rows: 30px;
  }
  .preferred-wrap .pref-title {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
    align-content: center;
    padding-bottom: 30px;
  }
  .preferred-wrap .pref:nth-of-type(1) {
    grid-column: 2;
  }
  .preferred-wrap .pref a, .preferred-wrap .pref:hover a {
    position: static;
    opacity: 1;
    transform: none;
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .preferred-wrap {
    grid-template-columns: 1fr;
  }
  .preferred-wrap .pref-title {
    grid-column: 1/span 1;
  }
  .preferred-wrap .pref h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .preferred-wrap {
    gap: 10px;
  }
}

.mouse-wrap {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: scale(0.6) translateX(-50%);
}
@media screen and (max-width: 575px) {
  .mouse-wrap {
    left: 46%;
    transform: scale(0.4) translateX(-50%);
    bottom: 20px;
  }
}

.mouse {
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}/*# sourceMappingURL=home.css.map */