/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.about-us {
  padding-bottom: 40px;
  border-bottom: 40px solid #000;
}
.about-us p,
.about-us .aboutDescription {
  font-size: 20px;
  font-family: Sahitya;
}
.about-us img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
          box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
@media screen and (max-width: 992px) {
  .about-us p {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .about-us img {
    max-width: 240px;
  }
}
.contact {
  border-bottom: 40px solid #000;
  padding-bottom: 130px;
}
@media screen and (max-width: 992px) {
  .contact {
    padding-bottom: 44px;
  }
}
.contact .contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
  margin-top: 84px;
}
.contact .contact-container .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.contact .contact-container .contact-item p {
  min-width: 110px;
  font-family: RoadGeek;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.contact .contact-container .contact-item .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .contact-container .contact-item .links a {
  min-width: 110px;
  font-family: RoadGeek;
  color: #004f54;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .contact .contact-container {
    margin-top: 0;
    gap: 24px;
    margin-bottom: 32px;
  }
  .contact .contact-container .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .contact .contact-container .contact-item p {
    margin-bottom: 0;
    font-size: 20px;
  }
  .contact .contact-container .contact-item .links {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact-container .contact-item .links span {
    width: 100%;
    display: block;
  }
  .contact .contact-container .contact-item .links a {
    font-size: 20px;
    white-space: wrap;
    max-width: 100%;
    word-break: break-word;
  }
}
.contact img {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .contact img {
    max-width: 320px;
  }
}
.galery {
  border-bottom: 40px solid #000;
}
.galery .carouselContainer {
  margin-bottom: 20px;
}
.galery .carouselContainer .galery-slick .slick-track {
  padding: 12px 0;
}
.galery .carouselContainer .galery-slick .slick-slide {
  width: 420px;
  height: 350px;
  margin: 0 20px;
}
.galery .carouselContainer .galery-slick .car-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
}
@media screen and (max-width: 992px) {
  .galery .carouselContainer .galery-slick .car-item {
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  }
}
.galery .carouselContainer .galery-slick .car-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galery .carouselContainer .galery-slick .car-item .overlay {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7cda2), color-stop(20%, #e7cda2), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(bottom, #e7cda2 0%, #e7cda2 20%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, #e7cda2 0%, #e7cda2 20%, rgba(255,255,255,0) 100%);
  padding: 9px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.galery .carouselContainer .galery-slick .car-item .overlay p {
  font-family: Sahitya;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .galery .carouselContainer .galery-slick .slick-slide {
    width: 250px;
    height: 210px;
    margin: 0 16px;
  }
  .galery .carouselContainer .galery-slick .car-item .overlay p {
    font-size: 16px;
  }
}
.galery .arrows {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
.galery .arrows >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.galery .arrows >div .arrow {
  cursor: pointer;
}
.galery .arrows >div .arrow-right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .galery .arrows {
    margin-bottom: 120px;
  }
}
html,
body {
  background-color: #e7cda2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7cda2), to(#fff));
  background: -o-linear-gradient(top, #e7cda2 0%, #fff 100%);
  background: linear-gradient(180deg, #e7cda2 0%, #fff 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container {
  position: relative;
}
.sectTitle {
  font-size: 48px;
  font-weight: 500;
  margin: 40px 0 20px;
  text-transform: uppercase;
  font-family: Roadgeek;
  color: #000;
}
@media screen and (max-width: 992px) {
  .sectTitle {
    font-size: 24px;
    font-weight: 500;
    margin: 22px 0 32px;
  }
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  border-bottom: 4px solid #000;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
header .container .banner img {
  max-height: 60px;
}
header .container .banner h1 {
  font-family: Roadgeek;
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}
header .container nav ul li {
  margin: 0;
}
header .container nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  font-family: Roadgeek;
}
@media screen and (max-width: 1200px) {
  header .banner h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  header {
    min-height: 50px;
  }
  header nav {
    display: none;
  }
  header .container .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6px;
  }
  header .container .banner h1 {
    margin-bottom: 0;
  }
  header .container .banner img {
    max-height: 38px;
  }
}
.hero {
  max-height: 700px;
  overflow: hidden;
  border-bottom: 40px solid #000;
  position: relative;
}
.hero * {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}
@media screen and (max-width: 992px) {
  .hero {
    min-height: 310px;
  }
}
.hero .classification {
  width: 120px;
  height: 130px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media screen and (max-width: 992px) {
  .hero .classification {
    width: 61px;
    height: 66px;
    right: 12px;
    bottom: 12px;
  }
}
.hero .castle {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .hero .castle {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    min-height: 340px;
  }
}
.hero .content {
  position: absolute;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .hero .content {
    margin-top: 25px;
  }
}
.hero .content .house {
  max-width: 400px;
  max-height: 430px;
  margin: 0 auto;
  position: relative;
}
.hero .content .house .shadowed {
  -webkit-filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
          filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
}
.hero .content .house .image-mask {
  position: absolute;
  width: 400px;
  height: 428px;
  top: 2px;
  left: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.hero .content .house .image-mask img {
  width: 100%;
}
.hero .content .house .outline {
  position: relative;
  width: 400px;
  height: 430px;
  z-index: 2;
}
.hero .content .house h2 {
  position: absolute;
  font-size: 64px;
  font-weight: 800;
  font-family: Roadgeek;
  text-transform: uppercase;
}
.hero .content .house h2.left {
  top: -10%;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero .content .house h2.right {
  top: -10%;
  right: -15%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 1200px) {
  .hero .content .house {
    max-width: 300px;
    max-height: 320px;
  }
  .hero .content .house .image-mask {
    width: 299px;
    height: 318px;
  }
  .hero .content .house .outline {
    width: 300px;
    height: 320px;
  }
  .hero .content .house h2.left {
    left: -10%;
  }
  .hero .content .house h2.right {
    right: -30%;
  }
}
@media screen and (max-width: 992px) {
  .hero .content .house {
    max-width: 185px;
    max-height: 240px;
  }
  .hero .content .house .image-mask {
    width: 185px;
    height: 200px;
  }
  .hero .content .house .outline {
    width: 185px;
    height: 200px;
  }
  .hero .content .house h2 {
    display: none;
  }
}
.offer {
  border-bottom: 40px solid #000;
  padding-bottom: 62px;
}
.offer .form-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
.offer .form-container .form-row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .offer .form-container .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.offer .form-container .form-row .field {
  width: calc(100% / 3 - 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (max-width: 992px) {
  .offer .form-container .form-row .field {
    width: 100%;
  }
}
.offer .form-container .form-row .field label {
  font-family: RopaSans;
  font-size: 16px;
  font-weight: bold;
}
.offer .form-container .form-row .field .input {
  width: 100%;
  position: relative;
}
.offer .form-container .form-row .field .input input {
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 50px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  -webkit-transition: 0.3s padding;
  -o-transition: 0.3s padding;
  transition: 0.3s padding;
}
.offer .form-container .form-row .field .input input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.offer .form-container .form-row .field .input img {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.offer .form-container .form-row .field .input input:focus {
  padding: 16px 16px 16px 16px;
}
.offer .form-container .form-row .field .input input:focus+img {
  opacity: 0;
}
.offer .form-container .form-lastrow {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
/* Style the custom checkbox container */
/* Style the custom checkbox */
/* Style the checked state */
/* Create the checkmark/indicator */
/* Show the checkmark when the checkbox is checked */
/* Style the checkmark/indicator */
}
@media screen and (max-width: 992px) {
  .offer .form-container .form-lastrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.offer .form-container .form-lastrow .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  min-width: calc(100% / 3 - 21px);
  width: calc(100% / 3);
}
.offer .form-container .form-lastrow .checkboxes p {
  font-family: RopaSans;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -14px;
}
@media screen and (max-width: 992px) {
  .offer .form-container .form-lastrow .checkboxes {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-column-gap: 64px;
         -webkit-column-gap: 64px;
            column-gap: 64px;
  }
  .offer .form-container .form-lastrow .checkboxes p {
    width: 100%;
  }
}
.offer .form-container .form-lastrow .textar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.offer .form-container .form-lastrow .textar label {
  font-family: RopaSans;
  font-size: 16px;
  font-weight: bold;
}
.offer .form-container .form-lastrow .textar textarea {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  resize: none;
  max-height: 150px;
  overflow: auto;
}
.offer .form-container .form-lastrow .custom-checkbox input {
  position: absolute;
  opacity: 0;
}
.offer .form-container .form-lastrow .custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 58px; /* Adjust according to your design */
  cursor: pointer;
  font-family: RopaSans;
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer .form-container .form-lastrow .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff; /* Default background color */
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  border-radius: 8px;
}
.offer .form-container .form-lastrow .custom-checkbox input:checked + .checkmark {
  background-color: #e7cda2; /* Custom checked background color */
}
.offer .form-container .form-lastrow .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.offer .form-container .form-lastrow .custom-checkbox input:checked + .checkmark:after {
  display: block;
}
.offer .form-container .form-lastrow .custom-checkbox .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.offer .form-container .submitButton {
  padding: 10px 26px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  font-family: RoadGeek;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.3s background-color, 0.3s color;
  -o-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
  cursor: pointer;
  margin-top: 64px;
}
.offer .form-container .submitButton:hover {
  background-color: #e7cda2;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .offer .form-container .submitButton {
    margin-top: 4px;
  }
}
.sights {
  border-bottom: 80px solid #000;
}
.sights .carouselContainer {
  width: 100%;
  margin-bottom: 30px;
}
.sights .carouselContainer .sights-slider .slick-track {
  padding: 12px 0;
}
.sights .carouselContainer .sights-slider .slick-slide {
  width: 435px;
  height: 440px;
  margin: 0 16px;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .slick-slide {
    width: 298px;
    height: 340px;
    margin: 0 12px;
  }
}
.sights .carouselContainer .sights-slider .sight-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
          filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.25));
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .sight-item {
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  }
}
.sights .carouselContainer .sights-slider .sight-item .img-container {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .sight-item .img-container {
    height: 180px;
  }
}
.sights .carouselContainer .sights-slider .sight-item .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sights .carouselContainer .sights-slider .sight-item .content {
  padding: 12px 5px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .sight-item .content {
    gap: 6px;
    padding: 16px 10px 20px;
  }
}
.sights .carouselContainer .sights-slider .sight-item .content h4 {
  font-family: RopaSans;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .sight-item .content h4 {
    font-size: 16px;
  }
}
.sights .carouselContainer .sights-slider .sight-item .content p {
  width: calc(100% - 34px);
  margin-bottom: 0;
  font-family: RopaSans;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sights .carouselContainer .sights-slider .sight-item .content p {
    font-size: 14px;
  }
}
.sights .arrows {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
.sights .arrows >div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.sights .arrows >div .arrow {
  cursor: pointer;
}
.sights .arrows >div .arrow-right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .sights .arrows {
    margin-bottom: 90px;
  }
}