.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}
.hidden0, .hidden0 * { width:0;height:0;position:absolute; }

* {
  box-sizing: border-box;
}

.text-center { text-align: center }
.text-white { color: var(--white) }
.cleaner { clear: both }
.flex-cleaner { flex-basis: 100%;height: 0 }
.no-grow { flex-grow: 0 !important }
.w100x100 { width: 100% }
.text-moscarossa { color: var(--red) }
.text-blue { color: var(--blue) }
.text-underline { text-decoration: underline }
.inline-block { display: inline-block }
.bg-blue { background-color: var(--blue) }
.bg-red { background-color: var(--red) }
.bg-grey { background-color: var(--grey) }
/* .bg-off-b { background-color: var(--off-black) } */
.bg-dark-g { background-color: var(--dark-grey) !important }
.weight-700 { font-weight: 700 }
.color-unset { color: unset }
.cursor-unset { cursor: unset !important }
.d-none { display: none !important }
.sr-only { display: none }
.relative { position: relative }
.pl-1 { padding-left: 1px }
.no-scroll { overflow: hidden}
.hh10 { height: 10px}
.hh15 { height: 15px}
.hh20 { height: 20px}
.hh30 { height: 30px}
.hh40 { height: 40px}
.hh50 { height: 50px}
.hh80 { height: 80px}

.input-m:focus, .select-div li:focus {
  outline: none;
}

/* bisgna mettere diviso altrimenti su alcuni browser non funziona.. */
.input-m.placeholder-selected::placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-webkit-input-placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-moz-placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-ms-placeholder { opacity: 1; color: var(--white) }

.input-m:focus::placeholder { opacity: 0; }
.input-m:focus::-webkit-input-placeholder { opacity: 0 }
.input-m:focus::-moz-placeholder { opacity: 0 }
.input-m:focus::-ms-placeholder { opacity: 0; }

.input-s.placeholder-selected::placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-webkit-input-placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-moz-placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-ms-placeholder { opacity: 1; color: var(--white) }

.input-s:focus::placeholder { opacity: 0; }
.input-s:focus::-webkit-input-placeholder { opacity: 0 }
.input-s:focus::-moz-placeholder { opacity: 0 }
.input-s:focus::-ms-placeholder { opacity: 0; }

::-moz-selection { 
  color: var(--white);
	-webkit-text-fill-color: var(--white);
  background: var(--red);
}
::selection {
  color: var(--white);
	-webkit-text-fill-color: var(--white);
  background: var(--red);
}


.line-orizz {
  width: 100%;
  height: 1.5px;
}
.line-orizz.white-line {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 0%, #FFF 47.73%, rgba(255, 255, 255, 0.00) 100%);
}

.intro{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#000000d9;
  top:0;
  left:0;
  z-index: 99;
}
#overlay-select-div {
  z-index: 2;
  background-color: var(--hidden);
}
#popup-maggiorenne {
  position:absolute;
  width: calc(100vw - 30px);
  padding: 15px;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  background-color: var(--black);
  border-radius: 10px;
  text-align: center;
  z-index: 100;
  overflow-y: auto;
  max-height: 100vh;
}

.scroll_disclaimer{
  max-height: 45vh;
  overflow: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  min-height: calc(100vh - 200px);
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}


.nav-logo {
  height: 35px;
  position: relative;
  /* width: 254px; */
}

.pointer {
  cursor: pointer;
}

.icon-4 > svg {
  height: 25px;
  position: relative;
  width: 25px;
}

.nav {
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  align-items: center;
  backdrop-filter: blur(15px) brightness(100%);
  background-color: var(--black-3);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}

.overlap-group2-1 {
  background-color: var(--hidden);
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 80px;
}

.background {
  align-items: flex-start;
  background-color: var(--hidden);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 100%;
  left: 0;
  top: 0;
  width:100%;
  max-width: 1440px;
  position: absolute;
  z-index: 0;
}

.overlap-group-3 {
  align-items: flex-end;
  background: radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: var(--hidden);
  display: flex;
  height: 100%;
  width:100%;
  max-width: 1440px;
}

.rectangle-4-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-color: var(--hidden);
  height: 100%;
  width: 100%;
  max-width: 1440px;
}

.rectangle-4-1 > img {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.bg-container {
  position: absolute;
  width: 100%;
  height: auto;
}
.bg-container > img {
  width:100%;
  max-width:100%;
}

#breadcrumbs {
  position: relative;
  color: var(--white);
}

.listing {
  align-items: center;
  align-self: stretch;
  background-color: var(--hidden);
  display: flex;
  gap: 10px;
  height: 215px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.info {
  align-items: flex-start;
  background-color: var(--hidden);
  position: relative;
}
.info-2 {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 5px;
  width: 100%;
}
.info-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 45px;
  margin-top: -10px;
  padding: 0px 8px;
  width: 100%;
}

.name {
  background-color: var(--hidden);
  color: var(--white);
  position: relative;
  white-space: nowrap;
}
.name-2 {
  align-self: stretch;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.name-3 {
  font-weight: 400;
  line-height: 16.8px;
  width: fit-content;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.button-city-2 {
  background-color: var(--hidden);
  cursor: pointer;
}

.vedi-tutte {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 400;
  line-height: 16.8px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  display: inherit;
}

.shadow-overlay-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91.67%);
  background-color: var(--hidden);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 101px;
}

.text {
  font-weight: 400;
  line-height: 16.8px;
  position: relative;
  white-space: nowrap;
}
.text-3 {
  background-color: var(--hidden);
  color: var(--white);
  flex: 1;
  height: 15px;
}
.text-4 {
  background-color: var(--hidden);
  color: var(--white);
  height: 15px;
  width: 40px;
}
.text-5 {
  color: var(--black);
  width: fit-content;
  white-space: nowrap;
}

.location-1 {
  align-items: center;
  background-color: var(--hidden);
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 2px;
  position: relative;
  width: 100%;
}

.round {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 28px;
  width: 28px;
  border-radius: 200px;
  background-color: var(--dark-grey);
  position: relative;
}
.round-hot {
  background-color: var(--red);
}
.round-name {
  width: auto;
  height: auto;
  padding: 10px;
}

.gender-1 {
  position: absolute;
  top: 5px;
  right: 5px;
}

.meta {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  position: absolute;
  bottom: 48px;
  right: 15px;
}

.video-1 {
  align-items: center;
  background-color: var(--black);
  border-radius: 200px;
  display: flex;
  gap: 5px;
  height: 24px;
  padding: 3px 4px;
  position: absolute;
  top: 50%;
  left: calc(50% - 35px);
  width: 71px;
}
.icon-6 {
  /* align-items: center; */
  /* background-color: var(--hidden); */
  /* border-radius: 4px; */
  /* display: flex; */
  /* gap: 10px; */
  height: 19px;
  /* justify-content: center; */
  /* padding: 3px 6px; */
  position: relative;
  width: 18px;
}

.video-big {
  align-items: center;
  background-color: var(--white-2);
  border-radius: 200px;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 12px 10px 12px 14px;
  position: absolute;
  top: 40%;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
}

.button-medium {
  align-items: flex-end;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 7px 18px;
  position: relative;
  justify-content: center;
}

.button-small {
  align-items: flex-end;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 3px 8px;
  position: relative;
  justify-content: center;
}

.button-secondary-black {
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  font-weight: 200;
  background-color: var(--off-black);
}

.pubblica-annuncio {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 800;
  line-height: normal;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.search {
  color: #808080;
  /* font-family: var(--font-family-archivo); */
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 247px;
}

.cerca-1 {
  background-color: var(--hidden);
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.button-send-1 {
  align-items: center;
  background-color: var(--red);
  border-radius: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 10px 40px;
  position: relative;
}
#hero {
  position: relative;
}
.title-2 {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 800;
  line-height: 63.2px;
  text-align: center;
  text-shadow: 0px 0px 40px #00000080;
  width: 100%;
  /* max-width: 810px; */
  margin: 0 auto;
  position: relative;
}

.row-3 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.listing-container {
  overflow: hidden;
  width: 100%;
}

.chevron-prev, .chevron-next {
  display: flex;
}

.chevron-prev svg {
  /* width: 25px; */
  /* height: 25px; */
  transform: rotate(90deg);
}

.chevron-next svg {
  /* width: 25px; */
  /* height: 25px; */
  transform: rotate(-90deg);
}

.title-2_description {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-shadow: 0px 0px 10px #00000080;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 5px;
  z-index: 1;
}

.bg-ellipse {
  position: absolute;
  width: 100%;
  height: 700px;
  top: -200px;
  left: 0;
  /* border-radius: 720px/372.24px; */
  /* border-radius: 2px; */
}
.ellipse-red {
  background: radial-gradient(50% 50% at 50% 50%, rgba(225, 2, 30, 0.4) 0%, rgba(225, 2, 30, 0) 100%);
}
.ellipse-blue {
  background: radial-gradient(50% 50% at 50% 50%, rgba(2, 105, 225, 0.4) 0%, rgba(2, 105, 225, 0) 100%);
}
.title-img {
  margin-top: 40px;
}

.input-m {
  padding: 15px 22px;
  background-color: var(--off-black);
  border-radius: 8px;
  border: 1px solid var(--off-black);
  color: var(--white);
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
}
.input-s {
  padding: 12px 17px;
  background-color: var(--off-black);
  border-radius: 8px;
  border: 1px solid var(--off-black);
  color: var(--white);
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
}
.select-m {
  padding: 8px 22px;
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  color: var(--white);
  font-size: var(--font-size-xxl);
  background-color: var(--dark-grey);
  border-radius: 8px;
  border: 1px solid var(--off-black);
}
.border-red {
  border-color: var(--red) !important;
}
.border-blue {
  border-color: var(--blue) !important;
}
.form-field {
  position: relative;
  width:100%;
  max-width: 530px;
}
.eye-btn {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  cursor: pointer;
}


.bottom-help {
  display:flex;
  align-items:flex-end;
  height:100%;
}
.bottom-help > div {
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bottom-orizz {
  display: flex;
  gap: 10px;
}

.select-div {
  position: absolute;
  left: -22px;
  width: calc(100% + 44px);
  min-width: 170px;
  background-color: var(--dark-grey);
  top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--off-black);
  z-index: 3;
  max-height: 550px;
  overflow-y: auto;
}
.select-div ul {
  width: 100%;
}
.select-div li {
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
}
.select-div li:hover:not(.no-hover),.select-div li:focus:not(.no-hover), .select-div li.selected {
  background-color: var(--off-black);
}
.select-div li:first-child { border-radius: 18px 18px 0 0 }
.select-div li:last-child { border-radius: 0 0 18px 18px }
.select-div.left { border-radius: 18px 0 0 18px }
.select-div.left li:first-child { border-radius: 18px 0 0 0 }
.select-div.left li:last-child { border-radius: 0 0 0 18px }
.select-div.right { border-radius: 0 18px 18px 0 }
.select-div.right li:first-child { border-radius: 0 18px 0 0 }
.select-div.right li:last-child { border-radius: 0 0 18px 0 }
.select-div.no-leftright li:first-child { border-radius: 0px }

.select-div.sub-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 12px 16px;
  background-color: var(--off-black);
}
.sub-menu-span {
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
}
.line-o {
  height: 1px;
  object-fit: cover;
  position: relative;
  width: 100%;
  background-color: var(--dark-grey);
}
.button-small-icon {
  align-items: center;
  background-color: var(--hidden);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
}
.select-top-flat {
  width: 100%;
  left: 0;
  top: 45px;
  border-radius: 0 0 18px 18px;
}
.select-top-flat li {
  border-bottom: 1px solid var(--off-black);
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 401;
}
.no-hover:hover { 
  color: #b5b5b5 !important; 
}