@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  border-radius: 4px;
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(251.19deg, #50a1e3 6.17%, #2c597d 112.2%),
    linear-gradient(0deg, #32798f, #32798f);
  border-radius: 4px;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  background-color: #b0d5da;
}

/* HEADER START */

header {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
}

.header-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3vw;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.h-logo {
  width: 6.3vw;
  height: 1.6vw;
}

.h-logo img {
  width: 100%;
  height: 100%;
}

.h-text {
  display: flex;
  flex-direction: column;
}

.h-text p {
  color: #32798f;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.h-button {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.h-wp {
  height: 3.15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1vw;
  gap: 0.5vw;
  background: #ffffff;
  border-radius: 2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  color: #32798f;
  transition: all 0.3s linear;
}

.h-wp svg {
  width: 1.6vw;
  height: 1.6vw;
  transition: all 0.3s linear;
}

.h-wp svg path {
  transition: all 0.3s linear;
}
.h-mail {
  height: 3.15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1vw;
  gap: 0.5vw;
  background: #ffffff;
  border-radius: 2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  color: #32798f;
  transition: all 0.3s linear;
}
.h-mail:hover,
.h-wp:hover {
  background: #50a1e3;
  color: #ffffff;
}
.h-wp:hover svg path {
  fill: #ffffff;
}
.mobil-tel{
  display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  height: fit-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  border-radius: 2vw;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.dropdown-content a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: flex;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 120%;
  color: #32798f;
  text-align: center;
  padding: 0.5vw 0;
  border-radius: 2vw;
  transition: all 0.3s linear;
}
.dropdown-content a:hover {
  background-color: #32798f;
  color: #ffffff;
}

.dropbtn {
  border: 2px solid #32798f;
  color: #32798f;
  padding: 0.85vw;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  border-radius: 2vw;
  transition: all 0.3s linear;
}

.dropbtn:hover {
  background: #ffffff;
  color: #32798f;
}

/* HEADER END */

/* BANNER START */

.banner-container {
  width: 100%;
  height: 42.65vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 5vw 0 11.5vw;
}

.banner-text {
  width: 33vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.banner-top {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}
.banner-top img {
  width: 19vw;
  height: 10.5vw;
}

.banner-top p {
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #32798f;
}

.banner-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2vw;
}
.banner-bottom h3 {
  font-family: "Playfair Display SC", serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32798f;
  margin-top: 2vw;
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  border-radius: 2vw;
  padding: 0.8vw 2vw;
  cursor: pointer;
  transition: all 0.3s linear;
}

.banner-btn:hover {
  color: #32798f;
  background: #fff;
}

.banner-img {
  width: 70%;
  height: 100%;
}

.banner-img img {
  width: 100%;
  height: 100%;
}

/* BANNER END */
.privacy-container {
  margin-top: 5vw;
}
.privacy-content {
  padding: 0 11.5vw;
}
/* REZ START */

.rez-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 6vw;
}

.rez-content {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding: 0 11.5vw 15vw 11.5vw;
  gap: 3vw;
  position: relative;
}
.rez-vector {
  width: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.rez-text-item {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.rez-img {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rez-img img {
  width: 14vw;
  height: 14vw;
}
.rez-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.rez-text h3 {
  font-family: Playfair Display SC;
  font-size: 3.15vw;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  color: #1a2d30;
}

.rez-text p {
  color: #71838c;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

.rez-text-bottom {
  width: 100%;
  display: flex;
  height: fit-content;
  gap: 2vw;
  margin-top: 2vw;
}

.rez-text-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 1vw;
  padding: 1vw;
  padding-left: 0;
}

.r-text {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.r-text span {
  color: #1a2d30;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 120%;
}

.r-text p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5vw 1vw;
  border-radius: 2vw;
  background: #fff;
  color: #71838c;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 120%;
}
.r-price-container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.r-price-container > span {
  color: #1a2d30;
  font-size: 0.75vw;
  font-weight: 400;
  line-height: 120%;
  transform: translateY(15px);
}
.r-price {
  display: flex;
  height: fit-content;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.3vw;
}

.r-price p {
  font-family: Playfair Display SC;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 100%;
  color: #1a2d30;
}
.r-price span {
  font-family: Playfair Display SC;
  font-size: 3.15vw;
  font-weight: 400;
  line-height: 100%;
  color: #1a2d30;
}

.rez-form-item {
  width: 50%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 3vw 1.5vw;
  border-radius: 2vw;
}

.rez-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rez-form-title {
  font-family: Playfair Display SC;
  font-size: 2vw;
  font-weight: 400;
  line-height: 140%;
  color: #1a2d30;
}

.rez-form-top {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 2vw;
}

.rez-form-ctrl {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}

.rez-form-ctrl label {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #32798f;
  border-radius: 2vw;
  padding: 1vw;
  gap: 0.5vw;
}
.rez-form-ctrl label img {
  width: 1.2vw;
  height: 1.2vw;
}

.rez-form-ctrl label input:focus {
  border: none;
  outline: none;
}

.rez-form-ctrl label input::placeholder,
.rez-form-ctrl label input {
  width: 100%;
  height: fit-content;
  border: none;
  outline: none;
  color: #1a2d30;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 120%;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 12vw;
  overflow-y: auto;
  padding: 1vw;
}

.rez-form-ctrl p {
  color: #71838c;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.rez-day-ctrl {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.day-select {
  width: 5.8vw;
  height: fit-content;
  display: flex;
}

.rez-day-ctrl .select2-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  align-items: center;
  border: 1px solid #32798f;
  border-radius: 2vw;
  padding: 1vw;
}

.rez-day-ctrl .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.05vw;
}
.rez-day-ctrl
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #71838c transparent transparent transparent;
  border-style: solid;
  border-width: 0.4vw 0.3vw 0 0.3vw;
  height: 0;
  left: 50%;
  margin-left: -0.6vw;
  margin-top: 1.5vw;
  position: absolute;
  top: 50%;
  width: 0;
}

.rez-day-ctrl
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: Inter;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 120%;
  color: #1a302b;
}
.rez-day-ctrl .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #32798f;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #71838c;
  color: white;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1a2d30;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 120%;
}

.rez-day-ctrl p {
  color: #71838c;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.rez-form-bottom {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 1vw;
}
.rez-form-box {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  margin-top: 1vw;
}

.rez-form-box input {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #32798f;
  border-radius: 2vw;
  padding: 1vw 2vw;
  gap: 0.5vw;
}

.rez-form-box input::placeholder,
.rez-form-box input {
  width: 100%;
  height: fit-content;
  outline: none;
  color: #30301a;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 120%;
}

.rez-form-send {
  width: fit-content;
  height: fit-content;
  border-radius: 2vw;
  margin-top: 2vw;
  cursor: pointer;
  transition: all 0.3s linear;
}

.rez-form-send input {
  color: #fff;
  font-size: 1.3vw;
  cursor: pointer;
  transition: all 0.3s linear;
  background: #32798f;
}

.rez-form-send input:hover {
  color: #32798f;
  background: #fff;
}

.rez-form-policy {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
}

.rez-form-policy label {
  width: 80%;
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
}
.rez-form-policy label input {
  appearance: none;
  width: 2vw;
  height: 2vw;
  flex-shrink: 0;
  border: 1px solid #4e5157;
  position: relative;
  transition: all 0.3s linear;
  padding: 0.3vw;
  border-radius: 0.5vw;
}

.rez-form-policy label input::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  transition: all 0.3s linear;
  background: #32798f;
  border-radius: 50%;
  background-size: cover;
}

.rez-form-policy label input:checked::before {
  width: 100%;
  height: 100%;
}

.rez-form-policy-text {
  color: #71838c;
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}

.rez-form-policy-text a {
  opacity: 0.5;
  color: #71838c;
  font-size: 0.85vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  transition: all 0.3s linear;
}

.rez-form-policy-text a:hover {
  opacity: 1;
}

/* REZ END */

/* VIDEO START */

.video-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -0.1vw;
}
.video-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-content video {
  width: 100%;
  height: 50vw;
  display: block;
}

.video-controls {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  position: absolute;
  bottom: 2vw;
  padding: 0 11.5vw;
}

input[type="range"] {
  appearance: none;
  width: 100%;
  height: 0.7vw;
  background: #d4d2d2;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  cursor: pointer;
  border-radius: 2vw;
  padding: 0.1vw;
}

input[type="range"]:hover {
  opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vw;
  height: 100%;
  background: #000;
  cursor: pointer;
  border-radius: 1vw;
  border: none;
  padding: 0.1vw;
}

input[type="range"]::-moz-range-thumb {
  width: 3vw;
  height: 100%;

  background: #333;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  padding: 0.1vw;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;

  background: #d4d2d2;
  border-radius: 5vw;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 100%;

  background: #d4d2d2;
  border-radius: 5vw;
}

.video-controls button {
  width: 2vw;
  height: 1.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b9b7b7;
  cursor: pointer;
}

#play img {
  width: 50%;
  height: auto;
}

#pause img {
  width: 100%;
  height: 100%;
}

/* VIDEO END */

/* INTERIOR START  */

.interior-container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
}

.interior-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 11.5vw;
}
.interior-vector {
  width: 36%;
  position: absolute;
  z-index: -1;
  right: 0;
}
.interior-content h2 {
  font-family: Playfair Display SC;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #1a302b;
}

.interior-item {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  gap: 1vw;
  flex-wrap: wrap;
  margin-top: 4vw;
  /* border: 1px solid red; */
}

.interior-card {
  width: 24.8624vw;
  height: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.card-a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.interior-img {
  width: 100%;
  height: 100%;
}

.card-text {
  position: absolute;
  font-family: Playfair Display SC;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

/* INTERIOR END */

/* SERVICE START */

.service-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8vw;
}

.service-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw 0 11.5vw;
  position: relative;
}
.service-bg {
  width: 65%;
  position: absolute;
  z-index: -1;
  right: -5vw;
  top: 3vw;
}

.service-left {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-left-top {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-left-img {
  width: 22vw;
  height: 22vw;
}
.service-title {
  width: 100%;
  font-family: Playfair Display SC;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #1a2d30;
  margin-top: -3vw;
  position: relative;
  z-index: 1;
}

.service-item {
  width: 75%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
  margin-top: 4vw;
  margin-right: auto;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.service-card img {
  width: auto;
  height: 2.8vw;
}

.service-card span {
  color: #71838c;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.service-right {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.service-right-item {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-top: 15vw;
}

.service-box {
  width: 14vw;
  height: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #32798f;
  border-radius: 50%;
  gap: 1vw;
}
.service-box span {
  font-family: Playfair Display SC;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #32798f;
}
.service-box p {
  color: #71838c;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.service-box:nth-child(4),
.service-box:nth-child(1) {
  background: #fff;
}

.service-box:nth-child(2) span,
.service-box:nth-child(3) span {
  color: #fff;
}

.service-box:nth-child(2) p,
.service-box:nth-child(3) p {
  color: #fff;
}

/* SERVICE END */

/* BLOG SLIDER START */

.blog-slider-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16vw;
}

.blog-slider-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8vw;
  padding: 0 11.5vw 6vw 11.5vw;
  position: relative;
}

.slider-vector {
  width: 47%;
  position: absolute;
  left: 0;
  bottom: -6vw;
}
.blog-slider {
  width: 28vw;
  height: fit-content;
  display: flex;
  flex-shrink: 0;
}

.blog-slider-item {
  width: 100%;
  height: 38vw;
}
.blog-slider-item img {
  width: 100%;
  height: 100%;
}

.blog-slider .owl-nav {
  width: fit-content;
  display: flex;
  gap: 2vw;
  position: absolute;
  bottom: 3vw;
  right: -6vw;
}

.blog-slider.owl-carousel .owl-nav button.owl-next,
.blog-slider.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.blog-slider.owl-carousel .owl-nav button.owl-next img,
.blog-slider.owl-carousel .owl-nav button.owl-prev img {
  width: 0.9vw;
  height: auto;
}

.blog-slider.owl-carousel .owl-nav button.owl-next:hover,
.blog-slider.owl-carousel .owl-nav button.owl-prev:hover {
  background: #32798f;
}

.blog-text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  position: relative;
}

.blog-text h2 {
  font-family: Playfair Display SC;
  font-size: 1.9vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
}

.blog-text p {
  color: #1a2d30;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}

/* BLOG SLIDER END */

/* TERMS START */

.terms-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11.5vw;

  margin-top: 8vw;
}

.terms-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.terms-vector {
  position: absolute;
  width: 18vw;
  height: auto;
  right: 0;
  top: -10vw;
}
.terms-content h2 {
  width: 100%;
  font-family: Playfair Display SC;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
  position: relative;
  z-index: 1;
}

.terms-item {
  width: 100%;
  display: flex;
  margin-top: 5vw;
  gap: 2%;
}

.terms-left {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.terms-left-box {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 2vw;
  gap: 0.5vw;
  padding: 1vw 2vw;
}
.terms-right-box h3,
.terms-left-box h3 {
  color: #32798f;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 100%;
}
.terms-right-box p,
.terms-left-box p {
  color: #1a2d30;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
}

.terms-right {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2vw;
  background: #fff;
  padding: 2vw 9vw 2vw 2vw;
}

.terms-right-box {
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.terms-right-box-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1vw;
}

/* TERMS END */

/* MAIN START */

.main-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}

.main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 11.5vw;
}

.main-vector {
  width: 36%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -5vw;
}

.main-title {
  width: 100%;
  font-family: Playfair Display SC;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
  position: relative;
  z-index: 1;
}
.main-title br:nth-child(2){
  display: none;
}
.main-item {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1vw;
  margin-top: 4vw;
}

.main-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 19vw;
}

.main-img {
  width: 100%;
  height: 100%;
}

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

.main-text {
  width: 100%;
  height: 7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1vw 1vw 0.5vw 1vw;
  gap: 1vw;
  flex-shrink: 0;
}
.main-text h3 {
  font-family: Playfair Display SC;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 110%;
  color: #1a2d30;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.main-text span {
  color: #32798f;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.main-card:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  height: 100%;
  grid-column-end: 3;
}

.main-card:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.main-card:nth-child(3) {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 2;
  grid-column-end: 5;
}

.main-card:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}

.main-card:nth-child(5) {
  grid-row-start: 2;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 5;
}

/* MAIN END */

/* MAP START */

.map-container {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}
.map-content {
  width: 100%;
  height: 32vw;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 11.5vw;
}

/* MAP END */

/* FOOTER START */

footer {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}
.footer-content {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding: 0 11.5vw 6vw 11.5vw;
  gap: 4vw;
}

.footer-vector {
  width: 38%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-contack {
  width: 30vw;
  height: 30vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 50%;
  padding: 4vw 3vw;
  gap: 1vw;
}

.footer-logo {
  width: 9.8vw;
  height: fit-content;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-adres {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-adres a,
.footer-adres p {
  color: #32798f;
  font-size: 1.05vw;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  transition: all 0.3s linear;
}

.footer-adres a:hover {
  color: #333;
}

.f-wp {
  height: 3.15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  border-radius: 2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  color: #32798f;
  transition: all 0.3s linear;
}

.f-wp svg {
  width: 1.6vw;
  height: 1.6vw;
  transition: all 0.3s linear;
}

.f-wp svg path {
  transition: all 0.3s linear;
}
.f-mail {
  height: 3.15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1vw;
  gap: 0.5vw;
  background: #ffffff;
  border-radius: 2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  color: #32798f;
  transition: all 0.3s linear;
}
.f-mail:hover,
.f-wp:hover {
  background: #50a1e3;
  color: #ffffff;
  padding: 0.5vw 1vw;
}
.f-wp:hover svg path {
  fill: #ffffff;
}

.footer-img {
  width: 17vw;
  height: fit-content;
}

.footer-img img {
  width: 100%;
  height: auto;
}

.policy-go {
  display: block;
  color: #71838c;
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 120%;
  text-align: right;
  transition: all 0.3s linear;

  position: absolute;
  bottom: 3vw;
  right: 3vw;
}

.policy-go:hover {
  color: #32798f;
}

/* FOOTER END */

/* !MEDIA START */
@media only screen and (max-width: 1600px) {
  .h-logo {
    width: 9.3vw;
    height: auto;
  }

  .h-text p {
    color: #32798f;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
  }

  .h-wp svg {
    width: 1.9vw;
    height: 1.9vw;
    transition: all 0.3s linear;
  }

  .h-wp {
    height: 4.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .h-mail {
    height: 4.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .dropbtn {
    border: 2px solid #32798f;
    color: #32798f;
    padding: 1vw;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    border-radius: 2vw;
    transition: all 0.3s linear;
    height: 4.15vw;
  }

  .dropdown-content a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    text-align: center;
    padding: 0.8vw 0;
    border-radius: 2vw;
    transition: all 0.3s linear;
  }

  .banner-top img {
    width: 22vw;
    height: auto;
  }

  .banner-top p {
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #32798f;
  }

  .banner-bottom h3 {
    font-family: "Playfair Display SC", serif;
    font-size: 5.3vw;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
  }

  .banner-text {
    width: 36vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
  }

  .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #32798f;
    margin-top: 3vw;
    color: #fff;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    border-radius: 2vw;
    padding: 0.8vw 2vw;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .rez-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10vw;
  }

  .rez-img img {
    width: 17vw;
    height: auto;
  }

  .rez-text h3 {
    font-family: Playfair Display SC;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    color: #1a2d30;
  }

  .rez-text-item {
    width: 53%;
    display: flex;
    flex-direction: column;
  }
  .rez-text p {
    color: #71838c;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .r-text span {
    color: #1a2d30;
    font-size: 0.95vw;
    font-weight: 400;
    line-height: 120%;
  }

  .r-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5vw 1vw;
    border-radius: 2vw;
    background: #fff;
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
  }

  .r-price p {
    font-family: Playfair Display SC;
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .r-price span {
    font-family: Playfair Display SC;
    font-size: 4.15vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .rez-form-title {
    font-family: Playfair Display SC;
    font-size: 2.3vw;
    font-weight: 400;
    line-height: 140%;
    color: #1a2d30;
  }

  .rez-form-ctrl label img {
    width: 1.6vw;
    height: auto;
  }

  .rez-form-ctrl label input::placeholder,
  .rez-form-ctrl label input {
    width: 100%;
    height: fit-content;
    border: none;
    outline: none;
    color: #1a2d30;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-day-ctrl
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Inter;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    color: #1a302b;
  }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 15vw;
    overflow-y: auto;
    padding: 1vw;
  }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1a2d30;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-box {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    margin-top: 1.3vw;
  }

  .rez-form-box input::placeholder,
  .rez-form-box input {
    width: 100%;
    height: fit-content;
    outline: none;
    color: #30301a;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-day-ctrl p {
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .rez-form-ctrl p {
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .rez-form-box input::placeholder,
  .rez-form-box input {
    width: 100%;
    height: fit-content;
    outline: none;
    color: #30301a;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-send {
    height: fit-content;
    border-radius: 2vw;
    margin-top: 2.3vw;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .rez-form-send input {
    color: #fff;
    font-size: 1.6vw;
    cursor: pointer;
    transition: all 0.3s linear;
    background: #32798f;
    display: block;
  }

  .rez-form-policy-text {
    color: #71838c;
    font-size: 0.95vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .rez-form-policy-text a {
    opacity: 0.5;
    color: #71838c;
    font-size: 0.95vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    transition: all 0.3s linear;
  }

  .rez-form-policy label {
    width: 86%;
    display: flex;
    align-items: flex-start;
    gap: 0.5vw;
  }

  .interior-content h2 {
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a302b;
  }

  .card-text {
    position: absolute;
    font-family: Playfair Display SC;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .service-left-img {
    width: 25vw;
    height: auto;
  }

  .service-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a2d30;
    margin-top: -3vw;
    position: relative;
    z-index: 1;
  }

  .service-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-card img {
    width: auto;
    height: 3.1vw;
  }
  .service-card span {
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-item {
    width: 80%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3vw;
    margin-top: 4vw;
  }

  .service-box {
    width: 15vw;
    height: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #32798f;
    border-radius: 50%;
    gap: 1vw;
  }

  .service-box span {
    font-family: Playfair Display SC;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #32798f;
  }

  .service-box p {
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-bg {
    width: 68%;
    position: absolute;
    z-index: -1;
    right: -7vw;
    top: 3vw;
  }

  .blog-text h2 {
    font-family: Playfair Display SC;
    font-size: 2.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
  }

  .blog-text p {
    color: #1a2d30;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .terms-content h2 {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .terms-vector {
    position: absolute;
    width: 21vw;
    height: auto;
    right: 0;
    top: -10vw;
  }

  .terms-right-box h3,
  .terms-left-box h3 {
    color: #32798f;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 100%;
  }
  .terms-right-box p,
  .terms-left-box p {
    color: #1a2d30;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
  }

  .terms-left-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 2vw;
    gap: 1vw;
    padding: 1vw 2vw;
  }

  .main-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .main-text h3 {
    font-family: Playfair Display SC;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 110%;
    color: #1a2d30;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .main-text span {
    color: #32798f;
    font-size: 1vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }
  .main-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 25vw;
  }
  .main-text {
    width: 100%;
    height: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 1vw 0.5vw 1vw;
    gap: 1vw;
    flex-shrink: 0;
  }

  .footer-contack {
    width: 33vw;
    height: 33vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 4vw 3vw;
    gap: 1vw;
  }

  .footer-logo {
    width: 11.8vw;
    height: fit-content;
  }

  .footer-adres a,
  .footer-adres p {
    color: #32798f;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s linear;
  }

  .f-wp svg {
    width: 1.9vw;
    height: auto;
    transition: all 0.3s linear;
  }

  .f-wp {
    height: 4.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    border-radius: 2vw;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .f-mail {
    height: 4.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 1.3vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .footer-img {
    width: 20vw;
    height: fit-content;
  }

  .policy-go {
    display: block;
    color: #71838c;
    font-size: 1vw;
    font-weight: 400;
    line-height: 120%;
    text-align: right;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 3vw;
    right: 3vw;
  }
}
@media only screen and (max-width: 1250px) {
  .banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 2vw 0 7.5vw;
  }

  .header-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
  }

  .rez-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 0 7.5vw 15vw 7.5vw;
    gap: 3vw;
    position: relative;
  }

  .interior-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px 7.5vw;
  }

  .interior-card {
    width: 26.8624vw;
    height: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw 0 7.5vw;
    position: relative;
  }
  .blog-slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
    padding: 0 7.5vw 6vw 7.5vw;
    position: relative;
  }
  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7.5vw;
    margin-top: 8vw;
  }
  .main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 7.5vw;
  }
  .map-content {
    width: 100%;
    height: 36vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 8.5vw;
  }

  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 7.5vw 6vw 7.5vw;
    gap: 4vw;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 2vw 0 3vw;
  }

  .header-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
  }

  .rez-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 0 3vw 15vw 3vw;
    gap: 3vw;
    position: relative;
  }

  .interior-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0px 3vw;
  }

  .interior-card {
    width: 30.5vw;
    height: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
  .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw 0 3vw;
    position: relative;
  }
  .blog-slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
    padding: 0 3vw 6vw 3vw;
    position: relative;
  }
  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    margin-top: 8vw;
  }
  .main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 3vw;
  }
  .map-content {
    width: 100%;
    height: 36vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 3vw;
  }

  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 3vw 6vw 3vw;
    gap: 4vw;
  }
}

@media only screen and (max-width: 900px) {
  .h-logo {
    width: 13.3vw;
    height: auto;
  }

  .h-text p {
    color: #32798f;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
  }

  .h-wp svg {
    width: 2.5vw;
    height: auto;
    transition: all 0.3s linear;
  }

  .h-wp {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .h-mail {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 10px;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .dropbtn {
    border: 2px solid #32798f;
    color: #32798f;
    padding: 10px;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    border-radius: 2vw;
    transition: all 0.3s linear;
    height: 5.15vw;
  }

  .dropdown-content a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    text-align: center;
    padding: 10px 0;
    border-radius: 2vw;
    transition: all 0.3s linear;
  }

  .banner-top img {
    width: 25vw;
    height: auto;
  }
  .banner-top {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .banner-top p {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #32798f;
  }

  .banner-bottom h3 {
    font-family: "Playfair Display SC", serif;
    font-size: 5.1vw;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
  }

  .banner-text {
    width: 34vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
  }

  .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #32798f;
    margin-top: 30px;
    color: #fff;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
    border-radius: 2vw;
    padding: 1vw 2vw;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .banner-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-img {
    width: 70%;
    height: fit-content;
  }
  .banner-img img {
    width: 100%;
    height: auto;
  }

  .banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 0 0 3vw;
    align-items: center;
  }

  .rez-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 0 3vw 20vw 3vw;
    gap: 0vw;
    position: relative;
  }

  .rez-img img {
    width: 20vw;
    height: auto;
  }

  .rez-text h3 {
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    color: #1a2d30;
  }

  .rez-text p {
    color: #71838c;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }
  .r-text span {
    color: #1a2d30;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 120%;
  }

  .r-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8vw 1.3vw;
    border-radius: 2vw;
    background: #fff;
    color: #71838c;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 120%;
  }

  .r-price p {
    font-family: Playfair Display SC;
    font-size: 6.2vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .r-price span {
    font-family: Playfair Display SC;
    font-size: 5.15vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .rez-form-title {
    font-family: Playfair Display SC;
    font-size: 3vw;
    font-weight: 400;
    line-height: 140%;
    color: #1a2d30;
  }

  .rez-form-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vw;
    justify-content: space-between;
  }

  .rez-form-ctrl label img {
    width: 2.1vw;
    height: auto;
  }

  .rez-form-ctrl label input::placeholder,
  .rez-form-ctrl label input {
    width: 100%;
    height: fit-content;
    border: none;
    outline: none;
    color: #1a2d30;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-day-ctrl
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Inter;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
    color: #1a302b;
  }

  .rez-day-ctrl
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #71838c transparent transparent transparent;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top: 1.6vw;
    position: absolute;
    top: 50%;
    width: 0;
  }

  .day-select {
    width: 6.8vw;
    height: fit-content;
    display: flex;
  }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 20vw;
    overflow-y: auto;
    padding: 1vw;
  }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1a2d30;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-ctrl p {
    color: #71838c;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .rez-day-ctrl p {
    color: #71838c;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .rez-form-bottom {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  }

  .rez-form-box input::placeholder,
  .rez-form-box input {
    width: 100%;
    height: 100%;
    outline: none;
    color: #30301a;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .rez-form-send {
    width: 70%;
    height: 50px;
    border-radius: 2vw;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .rez-form-send input {
    height: 100%;
    color: #fff;
    font-size: 1.9vw;
    cursor: pointer;
    transition: all 0.3s linear;
    background: #32798f;
    display: block;
  }

  .rez-form-policy label {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .rez-form-policy label input {
    appearance: none;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #4e5157;
    position: relative;
    transition: all 0.3s linear;
    padding: 2px;
    border-radius: 0.5vw;
  }

  .rez-form-policy-text {
    color: #71838c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .rez-form-policy-text a {
    opacity: 0.5;
    color: #71838c;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    transition: all 0.3s linear;
  }

  input[type="range"] {
    appearance: none;
    width: 100%;
    height: 8px;
    background: #d4d2d2;
    outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;
    cursor: pointer;
    border-radius: 2vw;
    padding: 0.1vw;
  }

  .video-controls button {
    width: 20px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b9b7b7;
    cursor: pointer;
  }

  #pause img {
    width: 100%;
    height: auto;
  }

  .interior-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 13vw;
  }

  .interior-content h2 {
    font-family: Playfair Display SC;
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a302b;
  }

  .interior-card {
    width: 30.5vw;
    height: 37vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }

  .card-text {
    position: absolute;
    font-family: Playfair Display SC;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .service-left-img {
    width: 30vw;
    height: auto;
  }

  .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0vw 0 3vw;
    position: relative;
  }

  .service-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13vw;
  }

  .service-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a2d30;
    margin-top: -3vw;
    position: relative;
    z-index: 1;
  }

  .service-card img {
    width: auto;
    height: 4.1vw;
  }

  .service-card span {
    color: #71838c;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .service-item {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5vw;
    margin-top: 4vw;
  }

  .service-right-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-top: 30vw;
  }

  .service-bg {
    width: 75%;
    position: absolute;
    z-index: -1;
    right: -9vw;
    top: 15vw;
  }

  .service-box {
    width: 19vw;
    height: 19vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #32798f;
    border-radius: 50%;
    gap: 1vw;
  }

  .service-box span {
    font-family: Playfair Display SC;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #32798f;
  }
  .service-box p {
    color: #71838c;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .blog-slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
    padding: 0 3vw 12vw 3vw;
    position: relative;
  }

  .blog-slider {
    width: 30vw;
    height: fit-content;
    display: flex;
    flex-shrink: 0;
  }

  .blog-slider-item {
    width: 100%;
    height: 42vw;
  }

  .blog-slider.owl-carousel .owl-nav button.owl-next,
  .blog-slider.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }

  .blog-slider.owl-carousel .owl-nav button.owl-next img,
  .blog-slider.owl-carousel .owl-nav button.owl-prev img {
    width: 1.5vw;
    height: auto;
  }

  .blog-text h2 {
    font-family: Playfair Display SC;
    font-size: 3vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
  }

  .blog-text p {
    color: #1a2d30;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    margin-top: 13vw;
  }

  .terms-content h2 {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .terms-left-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 2vw;
    gap: 15px;
    padding: 10px 20px;
  }

  .terms-right-box h3,
  .terms-left-box h3 {
    color: #32798f;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 100%;
  }

  .terms-right-box p,
  .terms-left-box p {
    color: #1a2d30;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 120%;
  }
  .terms-left {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .terms-right-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .main-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15vw;
  }
  .main-item {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1vw;
    margin-top: 5vw;
  }
  .main-text h3 {
    font-family: Playfair Display SC;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 110%;
    color: #1a2d30;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .main-text span {
    color: #32798f;
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .main-text {
    width: 100%;
    height: 11vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 1vw 0.5vw 1vw;
    gap: 10px;
    flex-shrink: 0;
  }

  .main-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 30vw;
  }

  .main-img {
    width: 100%;
    height: 100%;
  }

  .map-content {
    width: 100%;
    height: 42vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 3vw;
  }

  footer {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15vw;
  }

  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 3vw 10vw 3vw;
    gap: 4vw;
  }

  .footer-contack {
    width: 40vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 5vw 4vw;
    gap: 1vw;
  }

  .footer-logo {
    width: 15.8vw;
    height: fit-content;
  }
  .footer-adres a,
  .footer-adres p {
    color: #32798f;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s linear;
  }

  .f-wp svg {
    width: 2.5vw;
    height: auto;
    transition: all 0.3s linear;
  }

  .f-wp {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 2vw;
    font-size: 2vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .f-mail {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .footer-img {
    width: 25vw;
    height: fit-content;
  }

  .policy-go {
    display: block;
    color: #71838c;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: right;
    transition: all 0.3s linear;
    position: absolute;
    bottom: 25px;
    right: 20px;
  }

  .main-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .header-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
  }

  header {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
  }
  .h-logo {
    width: 120px;
    height: auto;
  }

  .h-text p {
    color: #32798f;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
  }

  .header-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .banner-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 0 0 20px;
    align-items: center;
  }
  .banner-text {
    width: 40vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
  }

  .banner-top img {
    width: 200px;
    height: auto;
  }

  .dropbtn {
    border: 1px solid #32798f;
    color: #32798f;
    padding: 10px;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    border-radius: 2vw;
    transition: all 0.3s linear;
    height: 6.15vw;
  }

  .h-mail {
    height: 6.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 10px;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .h-wp {
    height: 6.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .banner-bottom h3 {
    font-family: "Playfair Display SC", serif;
    font-size: 6.1vw;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
  }

  .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #32798f;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 2vw;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .rez-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 14vw;
  }

  .rez-form-top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 2vw;
    justify-content: space-between;
    margin-top: 20px;
  }

  .rez-form-ctrl {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .rez-form-ctrl label {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #32798f;
    border-radius: 2vw;
    padding: 10px;
    gap: 10px;
  }
  .rez-form-ctrl label img {
    width: 20px;
    height: auto;
  }

  .rez-form-ctrl label input::placeholder,
  .rez-form-ctrl label input {
    width: 100%;
    height: fit-content;
    border: none;
    outline: none;
    color: #1a2d30;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-ctrl p {
    color: #71838c;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }

  .rez-day-ctrl {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .rez-day-ctrl
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #1a302b;
  }

  .rez-day-ctrl p {
    color: #71838c;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 35vw;
    overflow-y: auto;
    padding: 10px;
  }

  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #1a2d30;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .rez-form-box input::placeholder,
  .rez-form-box input {
    width: 100%;
    height: 100%;
    outline: none;
    color: #30301a;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .day-select {
    width: 70px;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .rez-form-send {
    width: 89%;
    height: 50px;
    border-radius: 2vw;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .rez-form-send input {
    height: 100%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s linear;
    background: #32798f;
    display: block;
  }
  .rez-day-ctrl .select2-container {
    width: 70px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    align-items: center;
    border: 1px solid #32798f;
    border-radius: 2vw;
    padding: 10px;
  }
  .rez-day-ctrl
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #71838c transparent transparent transparent;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -3vw;
    margin-top: 15px;
    position: absolute;
    top: 50%;
    width: 0;
  }

  .rez-img img {
    width: 133px;
    height: auto;
  }

  .rez-text h3 {
    font-family: Playfair Display SC;
    font-size: 27px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    color: #1a2d30;
  }

  .rez-text p {
    color: #71838c;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .r-text span {
    color: #1a2d30;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }

  .r-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 2vw;
    background: #fff;
    color: #71838c;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
  }

  .r-price p {
    font-family: Playfair Display SC;
    font-size: 8.2vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .r-price span {
    font-family: Playfair Display SC;
    font-size: 6.15vw;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .rez-text-item {
    width: 49%;
    display: flex;
    flex-direction: column;
  }

  .rez-form-item {
    width: 49%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 3vw 1.5vw;
    border-radius: 2vw;
  }

  .rez-text-bottom {
    width: 100%;
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
  }

  .r-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 15px;
    border-radius: 2vw;
    background: #fff;
    color: #71838c;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }

  .r-text {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rez-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20vw 20px;
    gap: 0vw;
    position: relative;
  }
  .rez-form-title {
    font-family: Playfair Display SC;
    font-size: 3.3vw;
    font-weight: 400;
    line-height: 140%;
    color: #1a2d30;
  }

  .interior-content h2 {
    font-family: Playfair Display SC;
    font-size: 6.2vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a302b;
  }

  .interior-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15vw;
  }

  .interior-card {
    width: 30.5vw;
    height: 41vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }

  .service-left-img {
    width: 208px;
    height: auto;
  }

  .service-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 4.2vw;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a2d30;
    margin-top: -3vw;
    position: relative;
    z-index: 1;
  }

  .service-card img {
    width: auto;
    height: 5.1vw;
  }

  .service-card span {
    color: #71838c;
    font-size: 2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-box span {
    font-family: Playfair Display SC;
    font-size: 5vw;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #32798f;
  }

  .service-box p {
    color: #71838c;
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .blog-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20vw;
  }

  .slider-vector {
    width: 49%;
    position: absolute;
    left: 0;
    bottom: -6vw;
  }

  .blog-slider {
    width: 36vw;
    height: fit-content;
    display: flex;
    flex-shrink: 0;
  }

  .blog-slider-item {
    width: 100%;
    height: 50vw;
  }

  .blog-text h2 {
    font-family: Playfair Display SC;
    font-size: 4vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
  }

  .blog-text p {
    color: #1a2d30;
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .terms-content h2 {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 6.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .terms-vector {
    position: absolute;
    width: 30vw;
    height: auto;
    right: 0;
    top: -26vw;
  }

  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    margin-top: 21vw;
  }

  .terms-right-box h3,
  .terms-left-box h3 {
    color: #32798f;
    font-size: 2vw;
    font-weight: 400;
    line-height: 100%;
  }

  .terms-right-box p,
  .terms-left-box p {
    color: #1a2d30;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 120%;
  }

  .main-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18vw;
  }

  .main-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 5.2vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .main-text h3 {
    font-family: Playfair Display SC;
    font-size: 2vw;
    font-weight: 400;
    line-height: 110%;
    color: #1a2d30;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .main-text span {
    color: #32798f;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .main-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 31vw;
  }

  .main-text {
    width: 100%;
    height: 13vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1vw 1vw 0.5vw 1vw;
    gap: 10px;
    flex-shrink: 0;
  }

  .footer-logo {
    width: 17.8vw;
    height: fit-content;
  }
  .footer-adres a,
  .footer-adres p {
    color: #32798f;
    font-size: 2vw;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s linear;
  }
  .f-wp svg {
    width: 3.5vw;
    height: auto;
    transition: all 0.3s linear;
  }

  .f-wp {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 2vw;
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .f-mail {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 2vw;
    font-size: 2.1vw;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .footer-contack {
    width: 44vw;
    height: 44vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 5vw 4vw;
    gap: 1vw;
  }

  .footer-img {
    width: 29vw;
    height: fit-content;
  }

  .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0vw 0 20px;
    position: relative;
  }

  .blog-slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
    padding: 0 20px 12vw 20px;
    position: relative;
  }

  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 21vw;
  }

  .main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
  }

  .map-content {
    width: 100%;
    height: 42vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
  }
  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding: 0 20px 10vw 20px;
    gap: 4vw;
  }
}

@media only screen and (max-width: 650px) {
  .h-wp {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 50px;
    font-size: 0;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }
  .h-mail {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .dropbtn {
    border: 1px solid #32798f;
    color: #32798f;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s linear;
    height: 40px;
  }
  .banner-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-text {
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    flex-shrink: 0;
  }

  .banner-top p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #32798f;
  }

  .banner-bottom h3 {
    font-family: "Playfair Display SC", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
  }

  .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #32798f;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .banner-img {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -17%;
    position: relative;
    z-index: -1;
  }

  .banner-img img {
    width: 100%;
    height: 100%;
  }

  .dropdown {
    position: relative;
    display: flex;
    flex-shrink: 0;
  }

  .h-wp svg {
    width: 20px;
    height: auto;
    transition: all 0.3s linear;
  }

  .rez-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0 20px 20vw 20px;
    gap: 30px;
    position: relative;
  }

  .rez-text-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .rez-form-item {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px 20px;
    border-radius: 2vw;
  }

  .rez-form-title {
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    color: #1a2d30;
  }

  .rez-form-ctrl label {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    border: 1px solid #32798f;
    border-radius: 2vw;
    padding: 10px;
    gap: 10px;
  }

  .rez-form-box {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .rez-text h3 {
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    color: #1a2d30;
  }

  .rez-text p {
    color: #71838c;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .r-text {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .r-text span {
    color: #1a2d30;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
  .r-price-container {
    flex-direction: row;
  }
  .r-price-container > span {
    color: #1a2d30;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
  }
  .r-price p {
    font-family: Playfair Display SC;
    font-size: 80px;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }

  .r-price span {
    font-family: Playfair Display SC;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    color: #1a2d30;
  }
  .interior-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 18vw;
  }

  .interior-content h2 {
    font-family: Playfair Display SC;
    font-size: 35px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a302b;
  }

  .interior-item {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    margin-top: 30px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 40px;
  }

  .interior-card {
    width: 280px;
    height: 363px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
  }

  .interior-item::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    border-radius: 4px;
    background: #ffffff;
  }

  .interior-item::-webkit-scrollbar-thumb {
    background: linear-gradient(251.19deg, #50a1e3 6.17%, #2c597d 112.2%),
      linear-gradient(0deg, #32798f, #32798f);
    border-radius: 4px;
  }

  .card-text {
    position: absolute;
    font-family: Playfair Display SC;
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }

  .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    flex-direction: column;
  }

  .service-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .service-left-top {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .service-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #1a2d30;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .service-card img {
    width: auto;
    height: 53px;
  }

  .service-card span {
    color: #71838c;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-item {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .service-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .service-right-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
  }

  .service-box {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #32798f;
    border-radius: 50%;
    gap: 10px;
  }

  .service-box span {
    font-family: Playfair Display SC;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    color: #32798f;
  }
  .service-box p {
    color: #71838c;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
  }

  .service-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    right: 0vw;
    top: auto;
    bottom: -13%;
  }

  .blog-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25vw;
  }

  .blog-slider-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8vw;
    padding: 0 20px 12vw 20px;
    position: relative;
    flex-direction: column;
  }

  .blog-slider {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-shrink: 0;
  }

  .blog-slider .owl-nav {
    width: fit-content;
    display: flex;
    gap: 2vw;
    position: absolute;
    bottom: -10px;
    right: 20px;
  }

  .blog-slider.owl-carousel .owl-nav button.owl-next,
  .blog-slider.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }

  .blog-slider.owl-carousel .owl-nav button.owl-next img,
  .blog-slider.owl-carousel .owl-nav button.owl-prev img {
    width: 15px;
    height: auto;
  }

  .blog-slider-item {
    width: 100%;
    height: 63vw;
  }

  .blog-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-top: 30px;
  }

  .blog-text h2 {
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
  }

  .blog-text p {
    color: #1a2d30;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .terms-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin-top: 30vw;
  }

  .slider-vector {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: auto;
    top: -60px;
  }

  .terms-vector {
    position: absolute;
    width: 178px;
    height: auto;
    right: 0;
    top: -28vw;
  }

  .terms-content h2 {
    width: 55%;
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .terms-item {
    width: 100%;
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .terms-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .terms-left-box {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 50px;
    gap: 15px;
    padding: 15px 30px;
  }

  .terms-right-box h3,
  .terms-left-box h3 {
    color: #32798f;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }
  .terms-right-box p,
  .terms-left-box p {
    color: #1a2d30;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .terms-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 50px;
    background: #fff;
    padding: 30px;
    gap: 20px;
  }
  .main-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 22vw;
  }

  .main-title {
    width: 100%;
    font-family: Playfair Display SC;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    color: #1a2d30;
    position: relative;
    z-index: 1;
  }

  .main-item {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 40px;
  }
  .main-item::-webkit-scrollbar {
    width: 6px;
    height: 5px;
    border-radius: 4px;
    background: #ffffff;
  }

  .main-item::-webkit-scrollbar-thumb {
    background: linear-gradient(251.19deg, #50a1e3 6.17%, #2c597d 112.2%),
      linear-gradient(0deg, #32798f, #32798f);
    border-radius: 4px;
  }
  .main-card:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    height: fit-content;
    grid-column-end: 3;
  }
  .main-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 260px;
    height: 326px !important;
    flex-shrink: 0;
  }

  .main-text {
    width: 100%;
    height: 126px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 20px;
    gap: 10px;
    flex-shrink: 0;
  }

  .main-text h3 {
    font-family: Playfair Display SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    color: #1a2d30;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .main-text span {
    color: #32798f;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  }

  .main-img {
    width: 100%;
    height: 200px;
  }

  .map-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20vw;
  }

  .map-content {
    width: 100%;
    height: 570px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px 10vw 20px;
    gap: 30px;
    flex-direction: column-reverse;
  }

  .footer-contack {
    width: 341px;
    height: 341px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 30px 40px;
    gap: 10px;
  }
  .footer-logo {
    width: 130px;
    height: fit-content;
  }
  .footer-adres a,
  .footer-adres p {
    color: #32798f;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s linear;
  }

  .f-wp {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .f-mail {
    height: 5.15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 0.5vw;
    background: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .footer-img {
    width: 167px;
    height: fit-content;
  }

  footer {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23vw;
  }
}

@media only screen and (max-width: 550px) {
  .header-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }

  .h-button {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .h-wp {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .h-mail {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #32798f;
    transition: all 0.3s linear;
  }

  .dropdown {
    position: absolute;
    display: flex;
    flex-shrink: 0;
    right: 20px;
    top: 20px;
  }

  .banner-btn {
    display: flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: #32798f;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 50px;
    padding: 10px 30px;
    cursor: pointer;
    transition: all 0.3s linear;
  }

  .banner-img {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -24%;
    position: relative;
    z-index: -1;
    margin-top: -90px;
  }

  .rez-form-title {
    font-family: Playfair Display SC;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    color: #1a2d30;
    text-align: center;
  }

  .rez-text-bottom {
    width: 100%;
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
  }
  .video-content video {
    width: 100%;
    display: block;
  }
  .video-controls button {
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b9b7b7;
    cursor: pointer;
  }
  .video-controls {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 2vw;
    padding: 0px 20px;
  }
  .banner-bottom h3 {
    font-family: "Playfair Display SC", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    margin-top: 50px;
  }

  .banner-text {
    width: 280px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 50px;
  }

  .rez-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 100px;
  }

  .interior-container {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .service-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .blog-slider-item {
    width: 100%;
    height: 65vw;
  }

  .service-box {
    width: 164px;
    height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #32798f;
    border-radius: 50%;
    gap: 10px;
  }

  .blog-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 140px;
  }

  .footer-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px 65px 20px;
    gap: 30px;
    flex-direction: column-reverse;
  }

  footer {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .service-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    right: 0vw;
    top: auto;
    bottom: -10%;
  }

.mobil-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 90px;
  border:1px solid #32798f;
  border-radius: 50px;
}

.mobil-tel a{
  width: 28px;
  height: 28px;
}



.mobil-tel a img{
  width: 100%;
}





}

@media only screen and (max-width: 450px) {
  .service-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    right: 0vw;
    top: auto;
    bottom: -5%;
  }

  .blog-slider-item {
    width: 100%;
    height: 475px;
  }
  .main-title br:nth-child(2){
    display: flex;
  }
  .main-vector {
    width: 61%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 10vw;
}


.rez-form-send input {
  height: 100%;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s linear;
  background: #32798f;
  display: block;
}

.rez-text h3 {
  font-family: Playfair Display SC;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  color: #1a2d30;
}

.service-title {
  width: 100%;
  font-family: Playfair Display SC;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #1a2d30;
  margin-top: 0;
  position: relative;
  z-index: 1;
}


.service-card img {
  width: auto;
  height: 42px;
}


.blog-text h2 {
  font-family: Playfair Display SC;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
}


.terms-content h2 {
  width: 55%;
  font-family: Playfair Display SC;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
  position: relative;
  z-index: 1;
}
.main-title {
  width: 100%;
  font-family: Playfair Display SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  color: #1a2d30;
  position: relative;
  z-index: 1;
}


}
@media only screen and (max-width: 400px) {
  .service-box {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #32798f;
    border-radius: 50%;
    gap: 10px;
}

.service-bg {
  width: 130%;
  position: absolute;
  z-index: -1;
  right: -11vw;
  top: auto;
  bottom: -8%;
}
.terms-vector {
  position: absolute;
  width: 178px;
  height: auto;
  right: 0;
  top: -34vw;
}

}
/* !MEDIA END */
