html,
body {
  scroll-behavior: smooth;
  font-family: "Noto Sans Display", serif;
}

body p {
  font-family: "Noto Sans Display", serif;
  font-size: 1em;
  line-height: inherit;
}

.title {
  font-family: 'Noto Serif', serif;
}

#content {
  padding-top: 0 !important;
}

#content img {
  max-width: 100%;
}

#hero {
  height: calc(100vh - 88px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero::before {
  content: '';
  position: absolute;
  top: 40px;
  right: 40px;
  width: 223px;
  height: 333px;
  background-image: url('../images/bortermelo_zaszlo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

#hero video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 97px;
  position: relative;
  z-index: 2;
}

#hero img {
  max-width: 100%;
}

#banner img {
  display: block;
  width: 100%;
}

#hero .scroll-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 63px;
  cursor: pointer;
  z-index: 4;
}

#offers {
  padding: 126px 0 42px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#offers .image img {
  max-height: 600px;
}

#offers .container {
  position: relative;
  max-width: 1356px !important;
}

#offers .title {
  font-size: 57px;
  line-height: 1em;
  font-weight: 600 !important;
  color: #B8B8B8;
}

#offers .offer-swiper {
  text-align: center;
  margin-top: 38px;
  overflow: hidden;
}

#offers .swiper-pagination {
  display: block;
  position: relative;
  bottom: 0;
  margin-top: 25px;
}

#offers .swiper-pagination-bullet {
  border: 1px solid #000;
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
}

#offers .swiper-pagination-bullet-active {
  background: #EBC883;
}

#offers .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

#offers .el-title {
  font-size: 39px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.1em;
  margin-top: 74px;
  display: block;
  text-decoration: none;
}

#offers .text {
  font-size: 21px;
  line-height: 170%;
  color: #000;
  max-width: 736px;
  margin: 58px auto 0 auto;
}

#offers .button {
  display: block;
  margin: 36px auto 0 auto;
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #000;
  font-size: 15px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  padding: 0 !important;
  text-decoration: none !important;
  width: 208px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.25em;
  transform: 0.2s;
}

#offers .button:hover {
  background-color: #EBC883;
  border-color: #EBC883;
  color: #fff;
}

#offers .swiper-button-prev,
#offers .swiper-button-next {
  color: #1E1E1E;
  top: 42.4%;
}

#offers .swiper-button-prev:after,
#offers .swiper-button-next:after {
  font-size: 27px;
}

#offers .swiper-pagination {
  /* display: none; */
}

#about {
  background: #000;
  position: relative;
  overflow: hidden;
}

#about::after {
  content: '';
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 351px;
  z-index: 1;
}

#about>* {
  position: relative;
  z-index: 2;
}

#about .inner {
  display: flex;
  gap: 74px;
  max-width: 1653px;
  margin-left: auto;
  padding-top: 117px;
  padding-left: 34px;
}

#about .title {
  font-size: 57px;
  line-height: 1em;
  font-weight: 600 !important;
  color: #fff;
  margin-bottom: 75px;
}

#about .right img {
  max-width: unset;
  height: 100%;
  max-width: 27vw;
  object-fit: cover;
}

#about .text {
  font-size: 23px;
  color: #fff;
  line-height: 170%;
}

#about .left {
  padding-top: 35px;
  min-width: 552px;
}

#about .right {
  display: grid;
  grid-template-columns: 482fr 510fr;
  gap: 11px;
}

#about .right div:nth-child(3) {
  grid-column: 2 / 2;
  grid-row: 1 / 3;
}

#about .container {
  text-align: center;
  padding-top: 96px;
}

#about .border {
  width: fit-content;
  padding: 17px 14px;
  border: 2px solid #D2AA68 !important;
  margin: 0 auto;
}

#about .container a {
  display: block;
  position: relative;
}

#about .container a:after {
  content: '';
  position: absolute;
  width: 186px;
  height: 185px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/icon-play.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

#wines {
  padding-top: 114px;
  background: #fff;
}

#tourism {
  padding-top: 50px;
  background: #fff;
}

.cards-section .container {
  max-width: 1565px !important;
}

.cards-section .title {
  font-size: 57px;
  line-height: 1em;
  font-weight: 600 !important;
  color: #B8B8B8;
  margin-bottom: 102px;
  text-align: center;
}

#tourism .title {
  margin-bottom: 77px;
}

.cards-section .inner {
  display: flex;
  justify-content: center;
  gap: 19px;
}

.cards-section .inner a {
  position: relative;
  display: block;
  flex: 1;
  max-width: 292px;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}

.cards-section .inner a:before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 7.97%, #000000 82.41%);
  transition: 0.2s;
  pointer-events: none;
}

.cards-section .inner a:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.2s;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #CEAF73;
}

.cards-section .inner a .name {
  min-height: 80px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Serif', serif;
  letter-spacing: 0.25em;
  padding: 10px 0;
}

.cards-section .inner a .name.long {
  font-size: 16px;
}

@media (hover: hover) {
  .cards-section .inner a:hover:before {
    opacity: 1;
  }

  .cards-section .inner a:hover:after {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
  }

  .cards-section .inner a:hover .name {
    color: #EBC883;
  }
}

.cards-section .inner a .name p {
  position: relative;
  z-index: 3;
  font-family: 'Noto Serif', serif;
}

.cards-section .button {
  display: block !important;
  width: fit-content;
  margin: 49px auto 0 auto;
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #000;
  font-size: 15px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  padding: 0 18px !important;
  text-decoration: none !important;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.25em;
  transition: 0.2s;
}

.cards-section .button:hover {
  background-color: #EBC883;
  border-color: #EBC883;
  color: #fff;
}

#tourism {
  margin-bottom: -270px;
}

#news {
  padding: 359px 0 65px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#news .container {
  max-width: 1361px !important;
}

#news .title {
  font-size: 57px;
  line-height: 1em;
  font-weight: 600 !important;
  color: #fff;
  margin-bottom: 87px;
}

#news .container article:first-of-type {
  margin-bottom: 48px;
}

#news article a {
  position: relative;
}

#news article a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s;
  background: linear-gradient(90deg, #000000 37.6%, rgba(0, 0, 0, 0.5) 89.6%);
}

#news article a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  border: 1px solid #CEAF73;
  z-index: 3;
}

@media (hover: hover) {
  #news article a:hover:before {
    opacity: 1;
  }

  #news article a:hover:after {
    top: 13px;
    left: 12px;
    bottom: 15px;
    right: 12px;
    opacity: 1;
  }
}

#news article a>* {
  position: relative;
  z-index: 4;
}

#news article img {
  max-width: 386px;
  height: 100%;
  object-fit: cover;
}

#news article a {
  display: flex;
  text-decoration: none !important;
}

#news article a .image {
  width: 386px;
  z-index: 2;
}

#news article a .text {
  padding: 52px 41px 51px 78px;
}

#news article .title {
  font-size: 35px;
}

#news article .excerpt {
  font-size: 20px;
  line-height: 170%;
  font-family: "Noto Sans Display", serif;
  margin-top: 42px;
  color: #fff;
  max-width: 756px;
}

#news article .readmore {
  text-transform: uppercase;
  color: #EBC883;
  font-size: 15px;
  margin-top: 45px;
  display: block;
  letter-spacing: 0.25em;
  font-weight: 700;
}

#news article .readmore:not(.mobile) {
  display: none;
}

#news article .readmore.mobile {
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  letter-spacing: 0.25em;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #fff;
  width: 119px;
  text-align: center;
}

@media (hover: hover) {
  #news article .readmore.mobile {
    display: none;
  }

  #news article .readmore:not(.mobile) {
    display: block;
  }
}

#news .button {
  display: block !important;
  width: fit-content;
  margin: 56px auto 0 auto;
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 15px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  padding: 0 17px !important;
  text-decoration: none !important;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.25em;
  transition: 0.2s;
}

#news .button:hover {
  background-color: #EBC883;
  border-color: #EBC883;
  color: #fff;
}

#reviews-2 {
  margin-top: -38px;
  padding: 139px 0 112px 0;
  position: relative;
  z-index: 2;
  background-color: transparent;
  background-image: url('../images/tepett-papir.png');
  background-image: image-set(url('../images/tepett-papir.png') 1x,
      url('../images/tepett-papir@2x.png') 2x);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}

#reviews-2 .container {
  max-width: 1475px !important;
}

#reviews-2 .title {
  font-size: 57px;
  line-height: 1em;
  text-align: center;
  font-weight: 600 !important;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#reviews-2 .title .decor {
  position: absolute;
  bottom: -93px;
  left: 536px;
  border-radius: 50%;
}

#reviews-2 .decor.mobile {
  display: none;
}

#reviews-2 .title .decor img {
  max-width: unset;
}

#reviews-2 .review-swiper {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

#reviews-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#reviews-2 .text {
  max-width: 1223px;
  padding: 0 125px;
  margin: 0 auto;
  position: relative;
}

#reviews-2 .text::after,
#reviews-2 .text::before {
  content: '';
  position: absolute;
  top: -47px;
  left: 5px;
  width: 117px;
  height: 92px;
  background: url('data:image/svg+xml,<svg width="117" height="92" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M90.142 92c-7.82 0-14.2-2.788-19.14-8.364-4.939-5.575-7.408-13.216-7.408-22.922 0-13.217 4.013-25.298 12.04-36.243C83.864 13.526 97.653 5.37 117 0v14.869c-6.174 2.065-11.422 4.336-15.744 6.814-4.116 2.272-7.203 4.957-9.261 8.054-2.058 2.892-3.087 6.402-3.087 10.532 0 2.479.72 4.44 2.16 5.886 1.647 1.445 3.602 2.788 5.866 4.027a44.385 44.385 0 0 1 6.483 4.337c2.264 1.652 4.116 3.82 5.557 6.505 1.646 2.684 2.469 6.298 2.469 10.841 0 6.402-2.058 11.358-6.174 14.869-3.91 3.51-8.952 5.266-15.127 5.266ZM26.55 92c-7.82 0-14.2-2.788-19.14-8.364C2.469 78.061 0 70.42 0 60.714 0 47.497 4.013 35.416 12.04 24.47 20.272 13.526 34.06 5.37 53.406 0v14.869c-6.174 2.065-11.319 4.336-15.435 6.814-4.116 2.272-7.203 4.957-9.261 8.054-2.058 2.892-3.087 6.402-3.087 10.532 0 2.479.72 4.44 2.16 5.886 1.647 1.445 3.5 2.788 5.557 4.027a62.218 62.218 0 0 1 6.792 4.337c2.264 1.652 4.116 3.82 5.557 6.505 1.646 2.684 2.47 6.298 2.47 10.841 0 6.402-2.059 11.358-6.175 14.869C37.868 90.244 32.723 92 26.55 92Z" fill="%23DCBF9F" fill-opacity=".58"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#reviews-2 .text::after {
  transform: rotate(180deg) scale(0.9);
  top: unset;
  left: unset;
  bottom: -65px;
  right: 62px;
}

#reviews-2 p {
  font-size: 24px;
  line-height: 170%;
  font-family: "Noto Sans Display", serif;
  color: #000;
}

#reviews-2 .button {
  display: block !important;
  width: fit-content;
  margin: 54px auto 0 auto;
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 1px solid #000;
  font-size: 15px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  padding: 0 23px !important;
  text-decoration: none !important;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.25em;
  transition: 0.2s;
}

#reviews-2 .button:hover {
  background-color: #EBC883;
  border-color: #EBC883;
  color: #fff;
}

#reviews-2 .swiper-slide img:last-child {
  margin-top: 56px;
}

#reviews-2 .swiper-button-prev,
#reviews-2 .swiper-button-next {
  color: #1E1E1E;
  top: 44.4%;
}

#reviews-2 .swiper-button-prev:after,
#reviews-2 .swiper-button-next:after {
  font-size: 27px;
}

#contact {
  margin-top: -47px;
  background: #000;
  padding: 127px 0 99px 0;
  position: relative;
  z-index: 1;
}

#contact .container {
  max-width: 1178px !important;
}

#contact .title {
  font-size: 57px;
  line-height: 1em;
  text-align: center;
  font-weight: 600 !important;
  color: #fff;
  margin-bottom: 87px;
}

#contact .inner {
  display: grid;
  grid-template-columns: 353fr 241fr 333fr;
  grid-template-rows: 1fr 1fr;
  gap: 61px 20px;
}

#contact .inner .el:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 3;
}

#contact .el {
  font-size: 12px;
  font-family: "Noto Sans Display", serif;
  color: #fff;
}

#contact .el-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  font-family: 'Noto Serif', serif;
}

#contact .icon-with-text {
  display: flex;
  align-items: center;
}

#contact .el .icon-with-text {
  margin-top: 12px;
}

#contact .el .icon-with-text:nth-of-type(1) {
  margin-top: 0;
}

#contact .el .icon-with-text+p {
  margin-top: 20px;
}

#contact .img {
  width: 44px;
}

#contact a,
#contact p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none !important;
}

#contact p strong,
#contact p b {
  font-size: 1.285em;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
}

#contact a {
  text-decoration: none !important;
}

#contact .socials {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 33px;
}

#contact .socials.mobile {
  display: none;
}

#contact .inner2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 63px;
  padding-top: 44px;
}

#contact .form-title {
  font-size: 20px;
  font-weight: 600;
  color: #EBC883;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-family: 'Noto Serif', serif;
}

#contact .gform_required_legend {
  display: none;
}

#contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none !important;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  background: #141414;
  color: #fff;
  font-size: 10px !important;
  font-family: "Noto Sans Display", serif;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

#contact .gform_body textarea {
  border: none !important;
  padding: 0 16px;
  background: #141414;
  line-height: 164%;
  color: #fff;
  font-size: 10px !important;
  font-family: "Noto Sans Display", serif;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  resize: none;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

#contact .gform_body textarea::placeholder,
#contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #B3B3B3;
  text-transform: uppercase;
  font-family: "Noto Sans Display", serif;
}

.hidden_label label,
.hidden_label legend {
  display: none;
}

.ginput_container_consent {
  display: flex;
}

#contact .ginput_container_consent label {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Noto Sans Display", serif;
  margin-top: -3px;
}

#contact .ginput_container_consent label a {
  color: #EBC883;
  font-weight: 600;
  font-size: 12px;
}

#contact .map {
  padding-top: 6px;
}

#contact input[type=checkbox] {
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

#contact input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#contact .gform_button[type=submit] {
  margin: 31px 0 0 0 !important;
  min-width: 227px;
  height: 42px !important;
  line-height: 42px !important;
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
  font-family: "Noto Sans Display", serif;
  font-weight: 400 !important;
  letter-spacing: 0.07em;
  transition: 0.2s;
}

#contact .gform_button[type=submit]:hover {
  background: #EBC883 !important;
  border-color: #EBC883 !important;
}

#contact .gform_submission_error {
  font-family: "Noto Sans Display", serif;
  margin-bottom: 8px;
  font-size: 11px;
}

#contact .gfield_validation_message {
  font-size: 11px;
}

#contact .gfield_description.validation_message {
  position: relative !important;
  bottom: 0 !important;
  margin: -6px 0 8px 1px;
  font-family: "Noto Sans Display", serif;
}

#contact .gfield--type-consent .gfield_description.validation_message {
  margin: 2px 0 0 0;
}

@media screen and (max-width: 1300px) {
  .cards-section .inner a .name,
  .cards-section .inner a .name.long {
    font-size: 16px;
    min-height: 60px;
  }

  #reviews-2 .title .decor {
    left: 506px;
  }

  #reviews-2 .title .decor img {
    width: 300px;
  }
}

@media screen and (max-width: 1200px) {
  #reviews-2 .title .decor {
    bottom: -53px;
  }

  #reviews-2 .title .decor img {
    width: 220px;
  }
}

@media screen and (max-width: 992px) {
  #hero::before {
    width: 163px;
    height: 241px;
  }

  #reviews-2 {
    overflow: hidden;
  }

  .container {
    padding-left: 34px;
    padding-right: 34px;
  }

  #hero {
    height: 70vh;
  }

  #hero img {
    width: 340px;
  }

  #hero .scroll-icon {
    display: none;
  }

  #offers {
    padding: 50px 0;
  }

  #offers .title {
    font-size: 46px;
  }

  #offers .image img {
    width: 400px;
  }

  #offers .offer-swiper {
    margin-top: 43px;
  }

  #offers .swiper-slide {
    padding: 0 38px;
  }

  #offers .swiper-pagination {
    margin-top: 11px;
  }

  #offers .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  #offers .image {
    padding: 0 14px;
  }

  #about .title {
    font-size: 46px;
    margin-bottom: 30px;
  }

  #about .inner {
    flex-direction: column;
    padding: 50px 0;
    gap: 56px;
  }

  #about .left {
    padding: 0 34px;
  }

  #about .right img {
    max-width: 100%;
  }

  #about .container {
    padding-top: 0;
  }

  #wines {
    padding-top: 50px;
  }

  .cards-section .title {
    font-size: 46px;
    margin-bottom: 30px;
  }

  .cards-section .inner {
    flex-wrap: wrap;
  }

  .cards-section .inner a {
    flex-basis: 30%;
    max-width: 30%;
  }

  #about .left {
    min-width: unset;
  }

  #news {
    padding: 329px 0 50px 0;
  }

  #news .title {
    font-size: 46px;
    margin-bottom: 50px;
  }

  #news article {
    width: 48%;
    display: inline-block;
    background: #000;
  }

  #news article a {
    flex-direction: column;
  }

  #news article a .image {
    width: 100%;
  }

  #news article img {
    height: 170px;
    width: 100%;
    max-width: unset;
  }

  #news .container article:first-of-type {
    margin-right: 20px;
  }

  #news article a .text {
    padding: 20px;
  }

  #news article .title {
    font-size: 22px;
  }

  #news article .excerpt {
    font-size: 18px;
    margin-top: 12px;
  }

  #news article .readmore {
    margin-top: 20px;
    font-size: 11px;
    margin-bottom: 16px;
  }

  #news .button {
    margin: 0 auto;
  }

  #news article .readmore.mobile {
    font-size: 11px;
    height: 31px;
    line-height: 31px;
    letter-spacing: 0.25em;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #fff;
    width: 119px;
    text-align: center;
    margin-bottom: 0;
  }

  #reviews-2 .title .decor {
    display: none;
  }

  #reviews-2 .decor.mobile {
    display: block;
    margin: 0 auto;
  }

  #reviews-2 .review-swiper {
    overflow: visible;
  }

  #contact {
    padding-bottom: 0;
  }

  #contact .title {
    font-size: 46px;
  }

  #contact .inner {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #contact .inner2 {
    grid-template-columns: 1fr;
  }

  #contact .inner2 .form {
    margin-right: 34px;
  }

  #contact .map {
    margin-left: -34px;
    width: 100vw;
  }

  #contact .map iframe {
    width: 100vw;
    height: 265px;
    display: block;
  }

  #contact .ginput_container_consent label {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #hero::before {
    top: 15px;
    right: 15px;
    width: 103px;
    height: 154px;
  }

  #hero {
    height: 436px;
  }

  #hero .container {
    padding-bottom: 20px;
  }

  #hero img {
    width: 290px;
  }

  #offers {
    padding: 34px 0 38px 0;
  }

  #offers .title {
    font-size: 28px;
  }

  #offers .el-title {
    font-size: 18px;
    margin-top: 69px;
  }

  #offers .text {
    font-size: 11px;
    margin: 24px auto 0 auto;
  }

  #offers .button {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 12px;
    width: 139px;
    margin-top: 30px;
  }

  #offers .swiper-button-prev,
  #offers .swiper-button-next {
    top: 34.7%;
  }

  #offers .swiper-button-prev:after,
  #offers .swiper-button-next:after {
    font-size: 11px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 15px;
    right: auto;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    left: auto;
  }

  #about .title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  #about .text {
    font-size: 11px;
  }

  #about .left {
    padding-top: 8px;
  }

  #about .right {
    gap: 3px 5px;
  }

  #about .container a:after {
    width: 45px;
    height: 45px;
  }

  #about .border {
    padding: 4px;
  }

  #about .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #about::after {
    height: 98px;
  }

  #wines {
    padding-top: 46px;
  }

  .cards-section .title {
    text-align: left;
    font-size: 28px;
    margin-bottom: 45px;
  }

  .cards-section .inner {
    gap: 25px 10px;
  }

  .cards-section .inner a {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .cards-section .inner a .name,
  .cards-section .inner a .name.long {
    font-size: 12px;
    min-height: 43px;
  }

  .cards-section .button {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 12px;
    margin-top: 39px;
    padding: 0 11px !important;
  }

  #tourism {
    padding-top: 55px;
    margin-bottom: -137px;
  }

  #tourism .title {
    margin-bottom: 48px;
  }

  #news {
    padding: 176px 0 65px 0;
  }

  #news .title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 41px;
  }

  #news article {
    width: 100%;
  }

  #news .container article:first-of-type {
    margin-right: 0;
    margin-bottom: 24px;
  }

  #news article .title {
    font-size: 18px;
    line-height: 140%;
  }

  #news article .excerpt {
    font-size: 11px;
    margin-top: 23px;
    padding: 0 4px;
  }

  #news article a .text {
    padding: 28px 20px 18px 20px;
  }

  #news .button {
    height: 33px !important;
    line-height: 33px !important;
    font-size: 12px;
    margin-top: 32px;
  }

  #reviews-2 {
    /* background-size: 530px 100%; */
    background-size: cover;
    background-position: 45%;
    padding: 60px 0 34px 0;
    background-image: url('../images/tepett-papir-m.png');
    background-image: image-set(url('../images/tepett-papir-m.png') 1x,
        url('../images/tepett-papir-m.png') 2x);
  }

  #reviews-2 .title {
    font-size: 28px;
    text-align: left;
    margin: 0;
  }

  #reviews-2 .review-swiper {
    padding-top: 34px;
  }

  #reviews-2 p {
    font-size: 10px;
  }

  #reviews-2 .text {
    max-width: 242px;
    padding: 0;
  }

  #reviews-2 .text::after, #reviews-2 .text::before {
    width: 34px;
    height: 27px;
  }

  #reviews-2 .button {
    position: relative;
    order: 2;
    margin: 27px auto 0 auto;
    height: 33px !important;
    line-height: 33px !important;
    font-size: 12px;
    padding: 0 14px !important;
  }

  #reviews-2 .button+img {
    margin-top: 20px;
    max-width: 74px;
    order: 1;
    position: relative;
  }

  #reviews-2 .text::before {
    top: -7px;
    left: -40px;
  }

  #reviews-2 .text::after {
    bottom: -12px;
    right: -40px;
  }

  #reviews-2 .decor.mobile {
    margin-top: 19px;
  }

  #reviews-2 .decor.mobile img {
    max-width: 166px;
  }

  #reviews-2 .swiper-button-prev:after, #reviews-2 .swiper-button-next:after {
    font-size: 10px;
  }

  #reviews-2 .swiper-button-prev, #reviews-2 .swiper-button-next {
    top: 93px;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -9px;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 9px;
  }

  #contact {
    padding: 97px 0 0px 0;
  }

  #contact .title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 49px;
  }

  #contact .inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #contact .el-title {
    font-size: 18px;
    margin-bottom: 19px;
    position: relative;
  }

  #contact .el-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 29px;
  }

  #contact a, #contact p {
    font-size: 11px;
    line-height: 18px;
  }

  #contact .img {
    width: 31px;
  }

  #contact .img img {
    max-width: 17px;
  }

  #contact .el .icon-with-text {
    margin-top: 8px;
  }

  #contact .el .icon-with-text+p {
    margin-top: 17px;
  }

  #contact .socials {
    display: none;
  }

  #contact .socials.mobile {
    display: flex;
    gap: 12px;
  }

  #contact .socials {
    margin-top: 22px;
  }

  #contact .form-title {
    font-size: 18px;
  }

  #contact .inner2 {
    padding-top: 30px;
    gap: 56px;
  }

  #contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 30px;
    line-height: 30px;
    background-color: #252424;
  }

  #contact .gform_body textarea {
    background-color: #252424;
    margin-bottom: 13px;
  }

  #contact .ginput_container_consent label,
  #contact .ginput_container_consent label a {
    font-size: 9px;
  }

  #contact .gform_button[type=submit] {
    height: 33px !important;
    line-height: 33px !important;
    margin-top: 26px !important;
    min-width: 0;
    padding: 0 19px !important;
  }
}

@media screen and (max-width: 567px) {
  #hero::before {
    width: 93px;
    height: 135px;
  }

  #about .text {
    max-width: 274px;
  }

  #hero, 
  #hero .container {
    overflow:hidden;
    width:100%;
  }

  #hero video {
    left: -45%;
    width: 190%;
  }

}

@media screen and (max-width: 360px ) {
  .cards-section .inner a .name,
  .cards-section .inner a .name.long {
    font-size: 10px;
  }
}