* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat Alternates", sans-serif;
}

body {
  background-color: #000;
  color: #fff;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Eurostile-BoldExtendedTwo";
  src: url(../fonts/Eurostile-BoldExtendedTwo.otf);
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 10000000000000000;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup {
  border-radius: 5px;
  text-align: center;
  position: absolute;
  width: 350px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  background-color: #000;
  color: #fff;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}

.popup h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.popup p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.popup button {
  width: 240px;
  padding: 10px;
  color: rgb(219, 184, 96);
  border-radius: 6px;
  border: 1px solid rgb(219, 184, 96);
  margin-top: 20px;
  background-color: #fff;
  font-size: 20px;
  transition: 0.3s all;
}
.popup button:hover {
  background-color: rgb(219, 184, 96);
  color: #fff;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background-color: rgb(219, 184, 96);
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background-color: rgb(219, 184, 96);
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.popup-1 {
  text-align: center;
  position: absolute;
  width: 350px;
  left: 50%;
  top: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 100px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  box-shadow: 0px 4px 8px 8px rgba(0, 0, 0, 0.16);
}

.popup-bg {
  height: auto;
  width: 350px;
  display: flex;
  padding: 30px 20px;
}

.close-popup-1 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup-1:before {
  content: "";
  background-color: rgb(219, 184, 96);
  position: absolute;
  height: 2px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup-1:after {
  content: "";
  background-color: rgb(219, 184, 96);
  position: absolute;
  height: 2px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}

@media screen and (max-width: 768px) {
  .popup-1 {
    width: 90%;
    height: auto;
    font-size: 15px;
  }
}
.js-overlay-campaign-1 img {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header .header-top .soc {
  display: flex;
  flex-direction: column;
}
.header .header-top .soc a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header .header-top .soc p {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  padding: 0;
  margin: 5px 0;
  font-family: "Eurostile-BoldExtendedTwo";
}
.header .header-top .logo {
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.header .header-top .logo h3 {
  color: #dbb860;
  font-family: "Eurostile-BoldExtendedTwo";
  text-transform: uppercase;
  font-size: 20px;
}
.header .header-top .logo h3 span {
  font-family: "Eurostile-BoldExtendedTwo";
  font-size: 30px;
}
.header .header-top .logo h4 {
  font-family: "Eurostile-BoldExtendedTwo";
  color: #dbb860;
  font-size: 11px;
  text-transform: uppercase;
}
.header .header-top .lang img {
  height: 20px;
  width: 30px;
  margin-left: 20px;
}
.header .header-top .lang img:hover {
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}
.header .header-top .lang .active {
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}

.header-nav {
  margin: 20px 0;
  padding: 20px 0;
  background-color: #000;
  z-index: 9999;
  position: sticky;
  top: 0;
  width: 100%;
  height: 60px;
}
.header-nav nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-nav nav ul li {
  list-style-type: none;
}
.header-nav nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding: 0;
  transition: 0.3s all;
}
.header-nav nav ul li a:hover {
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
}
.header-nav .nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-nav .nav-link {
  transition: 0.2s;
}
.header-nav .nav-link.active-link {
  border-bottom: 2px solid #dbb860;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h1 {
  padding: 50px 0;
  text-align: center;
}
.h1 h1 {
  font-size: 40px;
}
.h1 a {
  font-size: 20px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 300px;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 30px;
  transition: 0.3s all;
}
.h1 a:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}

.h2 {
  padding: 30px 0;
}
.h2 h2 {
  text-transform: uppercase;
}
.h2 .h2-figure {
  width: 200px;
  margin-top: 20px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}

.category {
  padding: 30px 0;
}
.category .category-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.category .category-items .item {
  position: relative;
}
.category .category-items .item .img {
  width: 100%;
  overflow: hidden;
}
.category .category-items .item .img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
}
.category .category-items .item .img img:hover {
  transform: scale(1);
}
.category .category-items .item .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.category .category-items .item .text h3 {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}
.category .category-items .item .text a {
  font-size: 16px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px auto;
  transition: 0.3s all;
}
.category .category-items .item .text a:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}

.price {
  padding: 30px 0;
}
.price .price-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.price .price-items .item {
  text-align: center;
}
.price .price-items .item .price-figure {
  width: 100%;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  margin: 20px auto;
}
.price .price-items .item h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

.form-block {
  padding: 30px 0;
}
.form-block .form-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.form-block .form-items .map iframe {
  width: 100%;
  height: 100%;
}
.form-block .form-items .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form-block .form-items .contact a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  margin: 5px 0;
  font-family: "Eurostile-BoldExtendedTwo";
}
.form-block .form-items .contact .contact-item p {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-block .form-items .contact .contact-item-b {
  text-align: right;
}
.form-block .form-items .contact .contact-item-b p {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-block .form-items .form-block-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.form-block .form-items .form-block-m .input-email {
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  outline: none;
}
.form-block .form-items select {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  outline: none;
}
.form-block .form-items select option {
  background-color: #000;
  color: #fff;
}
.form-block .form-items textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  outline: none;
}
.form-block .form-items ::-moz-placeholder {
  color: #fff;
}
.form-block .form-items ::placeholder {
  color: #fff;
}
.form-block .form-items .btn-email {
  background-color: transparent;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  transition: 0.3s all;
  outline: none;
}
.form-block .form-items .btn-email:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  background-color: rgb(219, 184, 96);
  color: #000;
}

.footer {
  text-align: center;
}
.footer .container {
  border-top: 1px solid rgba(131, 131, 131, 0.5);
  padding: 20px;
  color: rgb(116, 116, 116);
}

.reviews {
  margin-bottom: 50px;
}
.reviews .show-form-btn {
  background: transparent;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 300px;
  display: block;
  padding: 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 30px auto;
  transition: 0.3s all;
  cursor: pointer;
}
.reviews .show-form-btn:hover {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(219, 184, 96) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  background-color: rgb(219, 184, 96);
  color: #000;
}

.swiper {
  padding-top: 20px;
  padding-bottom: 70px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-slide {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.testimonial-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-content {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.testimonial-photos {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.testimonial-photos a img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.testimonial-photos a img:hover {
  border-color: #fff;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #dbb860;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 99px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px;
  color: #000;
}

.swiper-button-prev, .swiper-button-next {
  top: auto;
  bottom: 0px;
}

.swiper-button-prev {
  left: 45%;
}

.swiper-button-next {
  right: 45%;
}

.rev-form {
  margin-bottom: 50px;
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.rev-form.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.rev-form .lux-form {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rev-form .lux-row {
  display: flex;
  gap: 20px;
}
.rev-form .lux-row-f {
  align-items: flex-end;
}
.rev-form .lux-form input,
.rev-form .lux-form select,
.rev-form .lux-form textarea {
  flex: 1;
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  outline: none;
  height: 47px;
}
.rev-form .lux-form input::-moz-placeholder, .rev-form .lux-form select::-moz-placeholder, .rev-form .lux-form textarea::-moz-placeholder {
  color: #fff;
}
.rev-form .lux-form input::placeholder,
.rev-form .lux-form select::placeholder,
.rev-form .lux-form textarea::placeholder {
  color: #fff;
}
.rev-form .lux-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
}
.rev-form .lux-form textarea {
  resize: vertical;
  min-height: 100px;
}
.rev-form .checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.rev-form .checkbox-line input {
  width: auto;
  flex: 0;
}
.rev-form .lux-form button {
  background-color: transparent;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  transition: 0.3s all;
  outline: none;
}
.rev-form .lux-form button:hover {
  background: #d3af59;
  color: #000;
}
.rev-form .work-type-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rev-form .work-type-btn {
  position: relative;
  cursor: pointer;
}
.rev-form .work-type-btn input {
  display: none;
}
.rev-form .work-type-btn span {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #d3af59;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s ease;
}
.rev-form .work-type-btn input:checked + span {
  background-color: #d3af59;
  color: #000;
  font-weight: bold;
}
.rev-form .lux-row-d {
  flex-direction: column;
}
.rev-form .file-upload {
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.rev-form .file-upload label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.rev-form .info-text {
  color: red;
  font-size: 12px;
}

#successModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#successModal .modal_main {
  background: #000;
  font-size: 16px;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 30px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all;
  max-width: 500px;
}

#successModal .modal_main button {
  background-color: transparent;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  transition: 0.3s all;
  outline: none;
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 36px;
}

.calendar-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #FFD600;
  pointer-events: none;
  cursor: pointer;
}

.testimonial-content {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.read-more-btn {
  background: transparent;
  border: none;
  color: #dbb860;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.read-more-btn:hover {
  color: #fff;
}

.review-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.review-modal.active {
  display: flex;
}
.review-modal .modal-content {
  background: #000;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
     border-image: linear-gradient(90deg, rgb(219, 184, 96) 0%, rgb(255, 244, 188) 50%, rgb(219, 184, 96) 100%);
  border-image-slice: 1;
}
.review-modal .modal-content .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.review-modal .modal-content .close-modal:hover {
  color: #dbb860;
}
.review-modal .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  margin-bottom: 20px;
}
.review-modal .modal-content .modal-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-modal .modal-content .modal-body {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 1200px) {
  .carousel-item img {
    height: 400px;
  }
  .price .price-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .form-block .form-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-block .form-items .map iframe {
    height: 400px;
  }
  .category .category-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews {
    margin-bottom: 30px;
  }
  .swiper {
    padding-bottom: 60px;
  }
  .swiper-button-prev, .swiper-button-next {
    top: auto;
    bottom: 0;
  }
  .swiper-button-prev {
    left: 35%;
  }
  .swiper-button-next {
    right: 35%;
  }
}
@media (min-width: 768px) {
  .header .header-top .soc img {
    display: none;
  }
}
@media (max-width: 768px) {
  .category .category-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .price .price-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .header .header-top .soc p {
    display: none;
  }
  .header .header-top .soc {
    display: flex;
    flex-direction: row;
  }
  .header .header-top .soc img {
    margin-right: 10px;
    width: 25px;
  }
  .header .header-top .lang img {
    margin-left: 5px;
  }
  .header .header-top .logo h3 {
    font-size: 15px;
  }
  .header .header-top .logo h3 span {
    font-size: 25px;
  }
  .header .header-top .logo h4 {
    font-size: 9px;
  }
  .h1 h1 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .carousel-item img {
    height: 250px;
  }
  .form-block .form-items .contact {
    display: block;
  }
  .form-block .form-items .contact .contact-item-b {
    text-align: left;
    margin-top: 20px;
  }
  .form-block .form-items .form-block-m {
    grid-template-columns: repeat(1, 1fr);
  }
  .rev-form .lux-row {
    flex-direction: column;
    justify-content: baseline;
  }
  .rev-form .lux-form input, .rev-form .lux-form select, .rev-form .lux-form textarea {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .header .header-top .logo h3 {
    font-size: 12px;
  }
  .header .header-top .logo h3 span {
    font-size: 22px;
  }
  .header .header-top .logo h4 {
    font-size: 7px;
  }
  .header .header-top .lang {
    display: flex;
    flex-direction: column;
  }
  .header .header-top .lang img {
    margin: 2px 0;
  }
  .header .header-top .soc {
    flex-direction: column;
  }
  .header .header-top .soc img {
    margin: 5px 0;
  }
  .header .header-top .logo {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%);
  }
  .header-nav {
    margin-top: 0;
  }
  .header .header-top {
    padding-bottom: 0;
  }
}
@media (max-width: 360px) {
  .popup-bg {
    width: 300px;
  }
}/*# sourceMappingURL=style.css.map */