#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

:root, .row {
  --bs-gutter-x: 3rem;
}

body {
  margin: 0;
}

body, html {
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

#main {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

body, #main {
  background-color: #f6f0e1;
  overflow-x: hidden;
}

.container-large {
  padding-left: 140px;
  padding-right: 140px;
  max-width: 1860px;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  margin-top: 0;
  font-family: "freight-big-pro", sans-serif;
}

h1 {

}

h2, h1.title-h1 {
  text-transform: uppercase;
  font-size: 175px;
  font-style: italic;
  line-height: 0.75;
  font-weight: 400;
}

h3 {
  font-weight: 300;
  font-size: 42px;
  line-height: 1.075;
}

h4 {

}

h5 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
}

.underline-title h4 {
  font-size: 16px;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

p.lead {
  font-size: 1.14rem;
  font-weight: 400;
}

p.strong {
  font-weight: 600;
}

h1 span.underline {
  position: relative;
  display: inline-block;
}

h1 span.underline .text {
  position: relative;
  z-index: 1;
}

h1 span.underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 7px;
  background-color: #f32f2f;
  z-index: 0;
}

h2.small {
  font-size: 66px;
  line-height: 0.95;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h2 .toptitle, h1.title-h1 .toptitle {
  text-transform: none;
  color: #f32f2f;
  font-size: 142px;
  display: block;
  margin-bottom: -35px;
}

a {
  color: var(--bs-heading-color);
}

a.btn {
  background-color: #f32f2f;
  background-image: none;
  color: white;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  min-width: 220px;
  padding: 13px 34px 17px 34px;
  font-weight: 500;
  margin-top: 24px;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a.btn-white {
  background-color: white;
  color: var(--bs-body-color);
}

a.circular-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: auto;
  background-color: #f32f2f;
  border-radius: 50%;
  padding: 20px;
  color: white;
  font-size: 14px;
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}

a.btn:hover {
  background-color: #f32f2f;
  color: white;
  transform: scale(0.92);
}

.white, .white * {
  color: #f6f0e1;
}

.red, .red * {
  color: #f32f2f;
}

.font-style-normal {
  font-style: normal !important;
}

ul {
  padding-left: 15px;
}

ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}

h4.toptitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
  font-style: italic;
  line-height: 48px;
}

.text-between-lines {
  position: relative;
}

h2.text-between-lines {
  display: inline-block;
  padding-left: 52px;
  padding-right: 52px;
}

h2.text-between-lines:before, h2.text-between-lines:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 44px;
  height: 1px;
  background-color: rgb(33, 37, 41);
  z-index: 1;
}

h2.text-between-lines:after {
  left: auto;
}

.white h2.text-between-lines:before, .white  h2.text-between-lines:after {
  background-color: white;
}

p.bigger {
  font-size: 44px;
  line-height: 1.1;
}

p.big {
  font-size: 28px;
  line-height: 1.1;
}

p.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}

.section-divider {
  padding-top: 280px;
  width: 100%;
  display: block;
}

.medium-section-divider {
  padding-top: 140px;
}

.small-section-divider {
  padding-top: 52px;
}

.max-width-900 {
  max-width: 900px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-500 {
  max-width: 500px;
}

.custom-cursor {
  position: fixed;
  pointer-events: none;
  touch-action: none;
  z-index: 990;
  transform: scale(0);
  transform-origin: top left;
}

.custom-cursor > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  background-color: #f32f2f;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
}

.custom-cursor > span .uk-icon {
  position: relative;
  left: 1px;
}

.custom-cursor > span svg {
  width: 48px;
  stroke: white !important;
}

.custom-cursor p {
  margin-bottom: 0;
  font-size: 14px;
}

.char {
  transform-style: preserve-3d;
}

.z-index-10 {
  z-index: 10;
}

.z-index-5 {
  z-index: 5;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
  background: none;
  transition: all 0.27s ease-in-out;
  background-color: transparent;
}

#header.scrolled {
  background-color: #f6f0e1;
}

body.admin-bar #header.fixed-top {
  top: 0;
}

#header > .container-large {
  width: 100%;
}

.navbar-toggler > svg {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-left: 16px;
}

.navbar-toggler > svg * {
  stroke: #1a1a1a;
}

#header .header-btn {
  margin-top: 0;
  background-color: transparent !important;
  border: 1px solid #1a1a1a;
  border-radius: 35px;
  padding: 5px 22px 8px 22px;
  min-width: auto;
  color: #1a1a1a;
  min-width: 160px;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand {
  max-width: 200px;
  padding-top: 0;
  padding-left: 0;
}

.header-right {
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}

.header-right .header-btn:first-child {
  margin-right: 16px;
}

#header > .container-large > .row {
  border-top: 1px solid #1a1a1a;
  padding-top: 24px;
  transition: all 0.27s ease-in-out;
}

#header.scrolled > .container-large > .row {
  border-top: none;
  padding-top: 0;
}

#navbar {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 38%);
}

.home #header {
  opacity: 0;
}

.home #header > .container-large > .row, .single #header > .container-large > .row {
  border-color: white;
}

.home #header .header-btn:not(.home #header.scrolled .header-btn),
.single #header .header-btn:not(.single #header.scrolled .header-btn) {
  color: white;
  border-color: white;
}

.home .navbar-toggler > svg *:not(.home #header.scrolled .navbar-toggler > svg *):not(.home #header .navbar-closer > svg *),
.single .navbar-toggler > svg *:not(.single #header.scrolled .navbar-toggler > svg *):not(.single #header .navbar-closer > svg *) {
  stroke: white;
  fill: white
}

.navbar-toggler:focus, button:focus, a:focus {
  box-shadow: none;
}

#navbar .navbar-right {
  width: 50%;
  height: 100%;
  margin-left: auto;
  background-color: #fd2423;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

#navbar .navbar-closer {
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  position: absolute;
  top: 22px;
  right: 0;
}

#navbar .navbar-closer svg {
  width: 35px;
  height: 35px;
  margin-left: 0;
}

#navbar .navbar-closer svg * {
  stroke: white;
}

#navbar .inside, #menu-main {
  width: 100%;
}

#navbar .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 4px;
  text-align: right;
}

#menu-main {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

#menu-main li {
  width: 100%;
  text-align: right;
  border-top: 1px solid white;
  padding-left: 32px;
  padding-right: 32px;
}

#menu-main li a {
  font-family: "freight-big-pro";
  text-transform: uppercase;
  color: white;
  font-size: 58px;
}

#menu-main li:nth-child(2n) a {
  text-align: left;
}

.main-intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url(../assets/img/hero-intro-bg5.jpg);
  background-size: cover;
}

.main-intro-overlay > div {
  background-color: #f32f2f;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  width: 50%;
  height: 100%;
}

.main-intro-overlay div.full {
  width: 100%;
  transform: translateX(-100%);
}

#hero {
  position: relative;
  z-index: 15;
  overflow: hidden;
}

#hero h1 {
  text-transform: uppercase;
  font-size: 21vW;
  font-style: italic;
  line-height: 0.7;
  font-weight: 400;
  margin-bottom: -4px;
}

#hero h1, #hero h4 {
  opacity: 0;
  transform-style: preserve-3d;
}

#hero .video-container {
  overflow: hidden;
}

#hero .video-container .clipped {
  width: 100%;
  height: 100vH;
  position: relative;
  clip-path: circle(71% at 50% 50%);
}

#hero .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

#hero .scrolldown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
}

.circular-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.circular-text text {
  font-family: "freight-big-pro", sans-serif;
  text-anchor: middle;
  font-size: 29px;
}

.home-booking h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

#intro .inside {
  margin-top: -25vh;
}

#intro h2, h2.cursive {
  font-size: 110px;
  font-weight: 300;
  line-height: 100px;
  text-transform: none;
  font-style: normal;
}

.fill-animation-text {
  position: relative;
}

.fill-animation-text h2 {
  white-space: normal;
}

.fill-animation-text h2:not(.overlay) {
  z-index: 1;
}

.fill-animation-text .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transform-origin: left;
}

.text-anim .text {
  /* background: linear-gradient(to right, red 0%, black 0%);
  background-clip: text !important;
  color: transparent; */
}

#home-apartments {
  background-image: url(../assets/img/home-apartments-bg-1.jpg);
  background-size: cover;
}

#home-apartments .uk-slider-items .left, #home-apartments .uk-slider-items .right {
  width: 30%;
  display: flex;
  align-items: center;
}

#home-apartments .uk-slider-items .center {
  width: 40%;
  padding-top: 80px;
}

#home-apartments .uk-slider-items img {
  width: 100%;
}

.uk-slider-items .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.uk-slider-items .overlay h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 145px;
  font-style: italic;
  line-height: 0.9;
  margin: 0 auto;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}

.uk-slider-container .navigation-arrow {
  margin: 0;
  background-color: rgb(255 255 255 / 69%);
  color: black;
  border-radius: 50%;
  width: 60px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 1000;
}

.container-fluid .uk-slider-container .navigation-arrow.uk-position-center-left {
  left: 22px;
}

.container-fluid .uk-slider-container .navigation-arrow.uk-position-center-right {
  right: 22px;
}


.uk-slider-items .row {
  padding-left: 32px;
  padding-right: 32px;
}

.uk-slider-items .specs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 12px;
  height: 80px;
}

.uk-slider-items .specs ul li {
  padding-right: 24px;
  margin-bottom: 0;
}

.uk-slider-items .specs ul li p {
  margin-bottom: 0;
}

#home-territory h5 {
  color: #9E9400;
}

#home-territory .cards-row {
  padding-top: 24px;
}

#home-territory .cards-row .center > div {
  position: relative;
  top: -44px;
}

#home-territory .cards-row img {
  margin-bottom: 16px;
}

#home-territory .cards-row p {
  max-width: 85%;
}

.nowrap {
  white-space: nowrap;
}

#book-banner {
  border-top: 1px solid #f32f2f;
  padding-top: 22px;
}

#book-banner h2 {
  font-size: 130px;
  font-style: normal;
  line-height: 0.8;
  color: #f32f2f;
}

#home-products {
  background-color: black;
}

#home-products .top-logo {
  margin-bottom: 48px;
}

.products-slider .uk-slider-items img {
  max-height: 65vH;
  min-height: 350px;
  position: relative;
  z-index: 5;
}

.products-slider .background-circle {
  position: absolute;
  width: 30%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #f32f2f;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

#territory {
  background-color: #f32f2f;
}

.alternated-text * > span {
  width: 100%;
  display: block;
}

.alternated-text * > span:nth-child(3n-2) .line {
  text-align: left !important;
}

.alternated-text * > span:nth-child(3n-1) .line {
  text-align: right !important;
}

.alternated-text * > span:nth-child(3n) .line {
  margin-left: 10%;
}

.boxed-text-right > div {
  margin-left: auto;
}

#territory .slider-2-3 .uk-slider-items > div {
  height: 800px;
}

.slider-2-3 .uk-slider-items > div {
  width: 40%;
}

.slider-2-3 .uk-slider-items > div a, .slider-2-3 .uk-slider-items > div div {
  height: 100%;
}

.slider-2-3 .uk-slider-items img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-grid .product img {
  margin-bottom: 16px;
}

.product-main .price {
  font-size: 75px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 0.9;
}

.product-main .right > div {
  position: relative;
  top: -12px;
}

.product-main .right a.btn {
  margin-top: 44px;
}

.product-bottom {
  border: 1px solid var(--bs-body-color);
}

.product-bottom .border-bott {
  border-bottom: 1px solid var(--bs-body-color);
}

.product-bottom .border-right {
  border-right: 1px solid var(--bs-body-color);
}

.product-bottom .inside {
  padding-top: 22px;
  padding-bottom: 22px;
}

.single-product-book-banner {
  border-bottom: 1px solid #f32f2f;
  padding-bottom: 22px;
}

#agriturismo-hero {
  background: linear-gradient(to bottom, #f32f2f 90%, transparent 90%);
}

#agriturismo-hero .video-container {
  width: 100%;
  position: relative;
  transform: translateY(-20%);
}

#agriturismo-hero .video-container > div {
  width: 100%;
  height: 100%;
  clip-path: circle(12% at 50% 50%);
}

#agriturismo-hero .video-container video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#agriturismo-hero h1 {
  opacity: 0;
}

.agriturismo-parallax-section .parallax-first {
  padding-left: 10%;
  padding-top: 11%;
}

.agriturismo-parallax-section .parallax-third {
  padding-top: 15%;
}

.agriturismo-parallax-section .parallax-fourth {
  margin-left: -10%;
  padding-right: 10%;
}

.parallax-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 65vh;
  position: relative;
}

.parallax-image img {
  /* height: 150%;
  width: 100%;
  object-fit: cover; */
  width: 100%;
}

.page-template-agriturismo #book-banner, #book-banner.agriturismo-book-banner {
  border-bottom: 1px solid #f32f2f;
  padding-bottom: 22px;
}

#agriturismo-dintorni .uk-slider-items .left, #agriturismo-dintorni .uk-slider-items .right {
  width: 30%;
  display: flex;
  align-items: center;
}

#agriturismo-dintorni .uk-slider-items .center {
  width: 40%;
}

#agriturismo-dintorni .uk-slider-items a {
  height: 100%;
}

#agriturismo-camere img {
  width: 100%;
}

#agriturismo-camere .parallax-image {
  margin-bottom: 16px;
}

#agriturismo-camere .cards-row h5 {
  color: #9E9400;
}

#agriturismo-camere .cards-row .parallax-image {
  flex-direction: column;
  align-items: flex-start;
}

#agriturismo-camere .cards-row p {
  max-width: 85%;
}

#territorio-hero, #territorio-intro {
  background-color: #f32f2f;
}

#territorio-hero h1 {
  margin-bottom: -32px;
  position: relative;
  z-index: 10;
  opacity: 0;
  text-align: center;
}

#territorio-hero img {
  opacity: 0;
  max-width: 850px;
}

#territorio-intro img {
  object-fit: cover;
  width: 100%;
}

.page-template-territorio #book-banner, .page-template-contatti #book-banner {
  border-bottom: 1px solid #f32f2f;
  padding-bottom: 22px;
}

#contact-main .social {
  padding-left: 12px;
  padding-right: 12px;
}

#contact-main .social a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.contact-right {
  padding-top: 22px;
}

#contatti-maps iframe {
  width: 100%;
  height: 500px;
}

.contatti-container {
  display: flex;
  flex-direction: column-reverse;
}

.page-template-contatti #footer {
  display: none;
}

#footer {
  background-color: #f6f0e1;
}

.no-scroll {
  overflow: hidden;
  height: 101vh;
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
  display: none !important;
}

h2.small.text-reveal > div {
  margin-bottom: -8px;
}

h2.small.text-reveal .line {
  padding-bottom: 8px;
}

.privacy-policy .section-divider, .page-id-31 .section-divider, .page-id-376 .section-divider {
  display: none;
}

.privacy-policy .content, .page-id-31 .content, .page-id-376 .content {
  padding-top: 140px;
}

.privacy-policy .content h3, .page-id-376 .content h4 {
  margin-top: 24px;
}

@media(min-width: 1480px) {

}

@media(min-width: 1480px) {
  #agriturismo-camere h2, #home-territory h2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 1280px) {
  .section-divider {
    padding-top: 144px;
  }
  .medium-section-divider {
    padding-top: 64px;
  }
  #intro h2, h2.cursive {
    font-size: 68px;
    font-weight: 300;
    line-height: 68px;
  }
  h2, h1.title-h1 {
    font-size: 150px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    font-size: 128px;
  }
  h2.small {
    font-size: 40px;
  }
  #book-banner h2 {
    font-size: 82px;
  }
  .uk-slider-items .overlay h2 {
    font-size: 108px;
  }
  .uk-slider-items .specs, .tf-booking-form-tab-mobile {
    display: none !important;
  }
  #home-apartments .uk-slider-items .center {
    padding-top: 0;
  }
  #home-apartments h2 {
    text-align: center;
  }
  #navbar .navbar-right {
    width: 75%;
  }
  #menu-main li a {
    font-size: 47px;
  }
  #agriturismo-hero .medium-section-divider {
    padding-top: 140px;
  }
  #agriturismo-hero .video-container {
    transform: translateY(0);
    margin-top: 84px;
  }
  #agriturismo-hero .video-container > div {
    clip-path: none;
  }
  .circular-text {
    display: none !important;
  }
  .custom-cursor {
    display: none !important;
  }
  #agriturismo-camere .left {
    margin-bottom: 44px;
  }
  .parallax-image {
    margin-bottom: 32px;
  }
  .agriturismo-parallax-section .parallax-first {
    padding-left: 12px;
    padding-top: 0;
  }
  .agriturismo-parallax-section .parallax-fourth {
    margin-left: 0;
    padding-right: 12px;
  }
  #territorio-hero h1 {
    font-size: 96px;
    margin-top: 44px;
  }
  .products-grid, #single-product-hero {
    padding-top: 54px;
  }
  .products-grid .product img {
    max-height: 64vh;
  }
  .product-main .price {
    font-size: 62px;
  }
  .product-main .right a.btn {
    margin-top: 32px;
  }
  .product-main ul {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 52px;
  }
  .product-main .center img {
    max-height: 40vH;
    margin: 0 auto;
    display: block;
  }
  .product-main .right {
    text-align: center;
    margin-top: 52px;
  }
  #contact-main {
    padding-top: 120px;
  }
  :root, .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media(min-width: 990px) {

}

@media(max-width: 990px) {
  .container-large {
    padding-left: 56px;
    padding-right: 56px;
  }
  h2, h1.title-h1 {
    font-size: 115px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    font-size: 106px;
  }
  #home-territory .cards-row > div {
    text-align: center;
    margin-bottom: 36px;
  }
  .circular-text {
    display: none;
  }
  #home-apartments h2 {
    text-align: center;
  }
  .uk-slider-items .overlay h2 {
    font-size: 80px;
  }
  #home-territory .cards-row p {
    max-width: 100%;
  }
  #home-territory .cards-row .center > div {
    top: 0;
  }
  #territory h2 {
    font-size: 105px;
  }
  #territory .slider-2-3 .uk-slider-items > div {
    height: 500px;
  }
  .slider-2-3 .uk-slider-items > div {
    width: 45%;
  }
  #territorio-hero h1 {
    font-size: 81px;
  }
  .product-bottom > div {
    border: none !important;
  }
  .cards-row {
    text-align: center;
  }
  #territorio-hero h1 {
    text-align: center;
  }
  #agriturismo-camere .cards-row p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 780px) {
  .container-large {
    padding-left: 22px;
    padding-right: 22px;
  }
  #header .header-btn {
    padding: 3px 16px 6px 16px;
    min-width: auto;
    color: #1a1a1a;
    min-width: auto;
    font-size: 14px;
  }
  #intro h2, h2.cursive {
    font-size: 49px;
    line-height: 53px;
  }
  h2, h1.title-h1 {
    font-size: 80px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    font-size: 80px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    margin-bottom: -20px;
  }
  h4.toptitle {
    font-size: 32px;
    line-height: 36px;
  }
  h2.small {
    font-size: 40px;
  }
  h3 {
    font-size: 36px;
  }
  #book-banner h2 {
    font-size: 60px;
  }
  h2.text-between-lines {
    padding-left: 32px;
    padding-right: 32px;
  }
  h2.text-between-lines:before, h2.text-between-lines:after {
    display: none;
  }
  .uk-slider-items .overlay h2 {
    font-size: 54px;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }
  .uk-slider-items .row {
    padding-left: 16px;
    padding-right: 16px;
  }
  #home-apartments .uk-slider-items .center {
    padding-top: 0;
  }
  #home-territory .cards-row > div {
    text-align: center;
    margin-bottom: 24px;
  }
  #home-territory .cards-row p {
    max-width: 100%;
  }
  #home-territory .cards-row .center > div {
    top: 0;
  }
  #territory h2 {
    font-size: 70px;
  }
  .slider-2-3 .uk-slider-items > div {
    width: 100%;
  }
  p.bigger {
    font-size: 32px;
  }
  p.big {
    font-size: 24px;
  }
  #home-products .top-logo {
    max-width: 75%;
  }
  .small-section-divider {
    padding-top: 32px;
  }
  .section-divider {
    padding-top: 74px;
  }
  #navbar .navbar-right {
    width: 100%;
  }
  #menu-main li a {
    font-size: 32px;
  }
  .parallax-image {
    height: 50vh;
  }
  #territorio-hero h1 {
    font-size: 72px;
    text-align: center;
  }
  #territorio-dintorni h2.small {
    margin-bottom: 32px;
  }
}

@media(max-width: 500px) {
  .navbar-brand {
    max-width: max-content;
    margin-right: 0;
  }
  #intro h2, h2.cursive {
    font-size: 43px;
    line-height: 45px;
  }
  h2, h1.title-h1 {
    font-size: 45px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    font-size: 65px;
  }
  .uk-slider-items .overlay h2 {
    font-size: 40px;
  }
  h2 .toptitle, h1.title-h1 .toptitle {
    margin-bottom: -15px;
  }
  #territory h2 {
    font-size: 51px;
    line-height: 52px;
  }
  #home-territory .cards-row img {
    max-height: 50vH;
  }
  .uk-slider-container .navigation-arrow {
    width: 38px;
    height: 38px;
  }
  p.big {
    font-size: 19px;
  }
  p.bigger {
    font-size: 26px;
  }
  h2.small {
    font-size: 33px;
    line-height: 36px;
  }
  .product-main .price {
    font-size: 52px;
  }
  .tf-archive-template__two .tf-hero-section-wrap .tf-hero-content.tf-archive-hero-content .tf-head-title h1 {
    font-size: 36px !important;
  }
}