@import url("https://fonts.googleapis.com/css2?family=Bellota+Text:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Comfortaa:wght@300..700&display=swap");
@font-face {
  font-display: block;
  font-family: Mori;
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.codepen.io/16327/PPMori-Regular.woff) format("woff");
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

/*----Media queries Breakpoint----*/
@font-face {
  font-family: "planet";
  src: url("./fonts/planetncond-webfont.woff2") format("woff2"), url("./fonts/planetncond-webfont.woff") format("woff"), url("./fonts/planetncond.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "posterama";
  src: url("./fonts/posterama/Posterama 2001 W04 Thin.woff2") format("woff2"), url("./fonts/posterama/Posterama 2001 W04 Thin.woff") format("woff"), url("./fonts/posterama/Posterama 2001 W04 Thin.ttf") format("ttf"), url("./fonts/posterama/Posterama 2001 W04 Thin.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "posterama";
  font-weight: 700;
}

p, span, a {
  font-family: "Bellota Text";
}
p.title_font, span.title_font, a.title_font {
  font-family: "posterama";
}

h1 {
  font-size: 60px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 45px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 28px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.gold_color {
  color: #e1b273;
}

.main-tool-bar {
  height: 80px;
  background: transparent;
  color: #0e100f;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  z-index: 10000;
  height: 0px;
}
.main-tool-bar .header_container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-tool-bar .logo_hero {
  display: none;
}
.main-tool-bar .menu_toggle {
  display: none;
}
.main-tool-bar .language_switcher {
  display: none;
}
.main-tool-bar.internal {
  height: 60px;
  background-color: #3c3c3c;
}
.main-tool-bar.internal .logo_hero {
  display: block;
}
.main-tool-bar.internal .menu_toggle {
  display: flex;
  position: absolute;
  left: 0px;
}
.main-tool-bar.internal .menu_toggle svg {
  max-width: 30px;
  width: 100%;
}
.main-tool-bar.internal .menu_toggle svg path {
  stroke: #e1b273;
}
.main-tool-bar.internal .language_switcher {
  display: flex;
  position: absolute;
  right: 4px;
}
.main-tool-bar.internal .language_switcher a {
  max-width: 30px;
}
.main-tool-bar.internal .language_switcher a img {
  max-width: 100%;
}
.main-tool-bar--scrolled {
  height: 40px;
  background-color: #3c3c3c;
}
.main-tool-bar--scrolled .logo_hero {
  max-width: 180px;
  width: 100%;
  display: block;
}
.main-tool-bar--scrolled .menu_toggle {
  display: flex;
  position: absolute;
  left: 0px;
}
.main-tool-bar--scrolled .menu_toggle svg {
  max-width: 30px;
  width: 100%;
}
.main-tool-bar--scrolled .menu_toggle svg path {
  stroke: #e1b273;
}
.main-tool-bar--scrolled .language_switcher {
  display: flex;
  position: absolute;
  right: 4px;
}
.main-tool-bar--scrolled .language_switcher a {
  max-width: 30px;
}
.main-tool-bar--scrolled .language_switcher a img {
  max-width: 100%;
}
.main-tool-bar .logo_hero {
  max-width: 210px;
  width: 100%;
}
.main-tool-bar .logo_hero img {
  width: 100%;
  max-width: 100%;
}

.offcanvas {
  z-index: 999999;
  background-color: #3c3c3c;
}
.offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.offcanvas .offcanvas-header .offcanvas-title {
  color: #e1b273;
}
.offcanvas .offcanvas-header .logo_menu {
  max-width: 240px;
  width: 100%;
}
.offcanvas .offcanvas-header .logo_menu img {
  max-width: 100%;
}
.offcanvas .offcanvas-header .close_icon {
  max-width: 30px;
  width: 100%;
}
.offcanvas .offcanvas-header .close_icon:hover {
  cursor: pointer;
}
.offcanvas .offcanvas-header .close_icon svg {
  max-width: 100%;
  width: 100%;
}
.offcanvas .offcanvas-header .close_icon svg path {
  stroke: #e1b273;
}
.offcanvas .offcanvas-body {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.offcanvas .offcanvas-body .links {
  display: flex;
  flex-direction: column;
}
.offcanvas .offcanvas-body .links a {
  margin: 8px 0px;
  font-size: 18px;
  color: #e1b273;
  text-decoration: none;
  position: relative;
  width: fit-content;
}
.offcanvas .offcanvas-body .links a:after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  background: #e1b273;
  transition: all ease-in-out 1s;
}
.offcanvas .offcanvas-body .links a:not(.active):hover:after {
  width: 100%;
  transition: all ease-in-out 1s;
}
.offcanvas .offcanvas-body .links a.active:after {
  width: 100%;
}
.offcanvas .offcanvas-body .contact {
  display: Flex;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
}
.offcanvas .offcanvas-body .contact span.contact_form_link {
  border: 1px solid #e1b273;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 18px;
  color: #e1b273;
  width: fit-content;
}
.offcanvas .offcanvas-body .contact span.contact_form_link:hover {
  cursor: pointer;
}
.offcanvas .offcanvas-body .contact a {
  color: #e1b273;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 8px;
}

#contact_modal {
  z-index: 100000000;
}

footer {
  background: #3c3c3c;
  padding: 60px 0px 30px;
}
footer a {
  color: #e1b273;
  text-decoration: none;
}
footer a:hover {
  color: #e1b273;
  text-decoration: underline;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer ul li {
  color: white;
}
footer .footer_content {
  display: flex;
  flex-flow: row wrap;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
footer .footer_content .first_col {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_content .first_col {
    max-width: 100%;
    align-items: center;
  }
}
footer .footer_content .first_col .col_content {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer_content .first_col .logo {
  max-width: 100px;
  width: 100%;
  margin-bottom: 15px;
}
footer .footer_content .first_col .logo img {
  max-width: 100%;
  width: 100%;
}
footer .footer_content .first_col .text h5 {
  color: white;
  font-size: 12px;
}
footer .footer_content .second_col {
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_content .second_col {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 20px 0px;
    flex-direction: column;
  }
  footer .footer_content .second_col .menu li {
    text-align: center;
  }
}
footer .footer_content .third_col {
  max-width: 25%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .footer_content .third_col {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  footer .footer_content .third_col a, footer .footer_content .third_col span {
    text-align: center;
  }
}
footer .after_footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e1b273;
  max-width: 1440px;
  width: 100%;
  margin: 45px auto 0px;
  padding-top: 15px;
}
footer .after_footer .copy {
  max-width: 100%;
  text-align: center;
}
footer .after_footer .copy p {
  margin: 0px;
  font-size: 13px;
  color: #e1b273;
  font-weight: 400;
}
footer .after_footer .copy p a {
  color: #e1b273;
  font-weight: bold;
  text-decoration: none;
}

.contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contacts span.contact_form_link {
  font-size: 16px;
  color: #e1b273;
  width: fit-content;
  margin-bottom: 0px;
}
.contacts span.contact_form_link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.internal_hero {
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .internal_hero {
    height: unset;
    flex-direction: column-reverse;
  }
}
.internal_hero .left_container {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #977a4447;
}
@media screen and (max-width: 767px) {
  .internal_hero .left_container {
    max-width: 100%;
  }
}
.internal_hero .left_container .text_container {
  width: 100%;
  padding: 10px;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .internal_hero .left_container .text_container {
    max-width: 100%;
  }
}
.internal_hero .left_container .text_container .title h1 {
  color: #e1b273;
}
@media screen and (max-width: 767px) {
  .internal_hero .left_container .text_container .title h1 {
    font-size: 45px;
  }
}
.internal_hero .left_container .text_container .title h3 {
  color: black;
}
.internal_hero .right_container {
  max-width: 50%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../assets/donna_occasione.webp);
}
@media screen and (max-width: 767px) {
  .internal_hero .right_container {
    max-width: 100%;
    min-height: 50vh;
  }
}

.thank_you_page {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.thank_you_page .content {
  background-color: rgba(41, 41, 41, 0.659);
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.thank_you_page .content .logo {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .thank_you_page .content .logo {
    max-width: 100px;
    margin-top: 30px;
  }
}
.thank_you_page .content .logo img {
  max-width: 100%;
}
.thank_you_page .content .text {
  max-width: 560px;
}
.thank_you_page .content .text h1 {
  color: #e1b273;
  text-align: center;
  margin: 20px 0px;
}
@media screen and (max-width: 767px) {
  .thank_you_page .content .text h1 {
    font-size: 30px;
  }
}
.thank_you_page .content .text p {
  color: white;
  font-size: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thank_you_page .content .text p {
    font-size: 18px;
  }
}
.thank_you_page .content .back_home a {
  color: #e1b273;
  font-weight: bold;
  background: white;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.thank_you_page .content .back_home a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

/* Nascondi la scrollbar di Smooth Scrollbar */
.scrollbar-track.scrollbar-track-x,
.scrollbar-track.scrollbar-track-y {
  display: none !important;
}

.scroller {
  overflow: hidden;
  /* Nasconde la scrollbar nativa */
  height: 100vh;
  /* Assicura che il contenitore prenda tutta l'altezza della viewport */
  position: relative;
  /* Necessario per il pin */
}

.orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.black #check_scroll {
  position: absolute;
  top: 0px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .black {
    flex-direction: column;
  }
}

.text-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  background: #977a4447;
}
@media screen and (max-width: 767px) {
  .text-wrap {
    width: 100%;
    height: 60vh;
  }
}

.panel-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  padding: 60px;
  transform: translateY(100%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .panel-text {
    justify-content: flex-start;
    padding: 20px;
  }
}
.panel-text .title {
  margin-bottom: 25px;
}
.panel-text .title h1 {
  margin: 0px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #e1b273;
}
@media screen and (max-width: 767px) {
  .panel-text .title h1 {
    font-size: 2.8rem;
  }
}
.panel-text .title h6 {
  font-size: 2rem;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .panel-text .title h6 {
    font-size: 1.8rem;
  }
}
.panel-text .text p {
  margin: 0px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-family: "Bellota Text";
  text-transform: none;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .panel-text .text p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

.stop-scroll-trigger {
  height: 1px;
  /* invisibile ma serve per il trigger */
  position: relative;
}

.p-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-wrap {
    width: 100%;
    height: 40vh;
  }
}

.panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/karmen_frontale.webp);
}

.panel._2 {
  z-index: 1;
}

.panel.blue {
  z-index: auto;
}

.panel.red {
  z-index: auto;
  background-image: url(../assets/karmen_laterale.webp);
}

.panel.orange {
  z-index: auto;
  background-image: url(../assets/ely_karmen.webp);
}

.panel.purple {
  z-index: auto;
  background-image: url(../assets/karmen_pack_2.webp);
}

@media screen and (max-width: 767px) {
  #scroll_animation_element {
    display: none;
  }
}

.vertical_slider_mobile_container {
  display: none;
}
@media screen and (max-width: 767px) {
  .vertical_slider_mobile_container {
    display: block;
    position: relative;
    /* Slider */
    /* Slide */
  }
  .vertical_slider_mobile_container .vertial_slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    /* Per evitare scroll indesiderati */
    position: relative;
  }
  .vertical_slider_mobile_container .panel-text-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: white;
    padding-top: 30px;
  }
  .vertical_slider_mobile_container .panel-text-mobile .image_container {
    height: 45vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  .vertical_slider_mobile_container .panel-text-mobile .image_container.image_one {
    background-image: url(../assets/karmen_frontale.webp);
  }
  .vertical_slider_mobile_container .panel-text-mobile .image_container.image_two {
    background-image: url(../assets/karmen_laterale.webp);
  }
  .vertical_slider_mobile_container .panel-text-mobile .image_container.image_three {
    background-image: url(../assets/ely_karmen.webp);
  }
  .vertical_slider_mobile_container .panel-text-mobile .image_container.image_four {
    background-image: url(../assets/karmen_pack_2.webp);
  }
  .vertical_slider_mobile_container .panel-text-mobile .text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
  }
  .vertical_slider_mobile_container .panel-text-mobile .title {
    margin-bottom: 25px;
  }
  .vertical_slider_mobile_container .panel-text-mobile .title h1 {
    margin: 0px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #e1b273;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .vertical_slider_mobile_container .panel-text-mobile .title h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vertical_slider_mobile_container .panel-text-mobile .title h6 {
    font-size: 2rem;
    color: #3c3c3c;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .vertical_slider_mobile_container .panel-text-mobile .title h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .vertical_slider_mobile_container .panel-text-mobile .text p {
    margin: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Bellota Text";
    text-transform: none;
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .vertical_slider_mobile_container .panel-text-mobile .text p {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

.hero_home2 {
  background-image: url(../assets/GIULIANI-OCCHIALI-51.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin: 0px auto 0px;
}
@media screen and (max-width: 767px) {
  .hero_home2 {
    height: 95vh;
  }
}
.hero_home2 .overlay_home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(60, 60, 60, 0.75);
  z-index: 0;
}
.hero_home2 .hero_content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .hero_home2 .hero_content {
    padding: 15px 10px 60px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hero_home2 .hero_content .logo {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  .hero_home2 .hero_content .logo {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content .logo {
    margin-bottom: 25px;
    margin-top: auto;
  }
}
.hero_home2 .hero_content .logo img {
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .hero_home2 .hero_content .logo img {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content .hero_text {
    margin-bottom: auto;
  }
}
.hero_home2 .hero_content .hero_text .text_container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.hero_home2 .hero_content .hero_text .text_container .title {
  width: 100%;
}
.hero_home2 .hero_content .hero_text .text_container h1 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: white;
}
.hero_home2 .hero_content .hero_text .text_container .text {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.hero_home2 .hero_content .hero_text .text_container .text p {
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  color: white;
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content .hero_text .text_container .text p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.hero_home2 .hero_content .hero_text .text_container .contact_us {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content .hero_text .text_container .contact_us {
    margin-top: 5px;
  }
}
.hero_home2 .hero_content .hero_text .text_container .contact_us:hover {
  cursor: pointer;
}
.hero_home2 .hero_content .hero_text .text_container .contact_us:hover span {
  background-color: white;
  color: #e1b273;
  transition: all ease-in-out 0.3s;
}
.hero_home2 .hero_content .hero_text .text_container .contact_us span {
  font-size: 18px;
  font-family: "Bellota Text";
  color: white;
  padding: 8px 15px;
  border: 1px solid white;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hero_home2 .hero_content .hero_text .text_container .contact_us span {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.hero_home2 .scroll_down {
  margin-top: auto;
  padding: 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .hero_home2 .scroll_down {
    margin-top: auto;
  }
}
.hero_home2 .scroll_down a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hero_home2 .scroll_down a {
    line-height: 1;
    font-size: 12px;
  }
}
.hero_home2 .scroll_down a span {
  color: #e1b273;
}
.hero_home2 .scroll_down a svg {
  max-width: 20px;
  transition: all ease-in-out 0.3s;
}
.hero_home2 .scroll_down a svg .cls-1 {
  stroke: #e1b273;
}
.hero_home2 .scroll_down a:hover svg {
  margin-top: -4px;
  transition: all ease-in-out 0.3s;
}
.hero_home2 .scroll_down a:hover svg .cls-1 {
  stroke: white;
}

.gallery-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery-container {
    height: 90vh;
  }
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-top: 25px;
  }
}

.gallery-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gallery-item {
  height: 50vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .gallery-item {
    height: 25vh;
  }
}
.gallery-item.image1 {
  background-image: url(../assets/karmen_uomo_donna.webp);
  background-position: center;
}
.gallery-item.image2 {
  background-image: url(../assets/karmen_frontale.webp);
}
@media screen and (max-width: 767px) {
  .gallery-item.image2 {
    display: none;
  }
}
.gallery-item.image3 {
  background-image: url(../assets/ely_karmen.webp);
  background-position: center;
}
.gallery-item.image4 {
  background-image: url(../assets/karmen_uomo.webp);
  background-position: center;
}
.gallery-item.image5 {
  background-image: url(../assets/karmen_pack_2.webp);
  background-position: center;
}
.gallery-item.image6 {
  background-image: url(../assets/karmen_auto.webp);
  background-position: center;
}
.gallery-item.image7 {
  background-image: url(../assets/karmen_uomo_donna_3.webp);
  background-position: center;
}
.gallery-item.image8 {
  background-image: url(../assets/karmen_uomo_2.webp);
  background-position: center;
}
.gallery-item img {
  max-width: 100%;
}

.gallery-item.large {
  flex: 2;
}

.gallery-item.small {
  flex: 1;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: "posterama";
}
.center-text:not(.animate) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .center-text {
    width: 100%;
    transform: scale(0);
    visibility: visible;
    opacity: 0;
    top: 20%;
    left: 0;
  }
}
.center-text h1 {
  text-align: center;
  margin-bottom: 0px;
}
.center-text h3 {
  text-align: center;
  margin-top: 0px;
}
.center-text p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center-text p {
    padding: 0px 10px;
  }
}
/* Keyframes per l'animazione */
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
/* Stili per l'animazione */
.row-1.animate {
  animation: slideOutLeft 2.5s ease forwards;
}

.row-2.animate {
  animation: slideOutRight 2.5s ease forwards;
}

.row-3.animate {
  animation: slideOutLeft 2.5s ease forwards;
}

.center-text.animate {
  animation: fadeIn 3.5s ease forwards;
}

/* Keyframes per l'animazione inversa */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    visibility: visible;
    opacity: 0;
  }
}
/* Stili per l'animazione inversa */
.row-1.reverse {
  animation: slideInFromLeft 3.5s ease forwards;
}

.row-2.reverse {
  animation: slideInFromRight 3.5s ease forwards;
}

.row-3.reverse {
  animation: slideInFromLeft 3.5s ease forwards;
}

.center-text.reverse {
  animation: fadeOut 3.5s ease forwards;
}

.ml5 {
  position: relative;
  font-weight: 300;
  font-size: 3em;
  color: white;
}
@media screen and (max-width: 767px) {
  .ml5 {
    font-size: 1.8em;
  }
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  line-height: 1em;
  width: 100%;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #e1b273;
  transform-origin: 0.5 0;
}

.ml5 .ampersand {
  font-family: "Bellota Text";
  margin-right: -0.1em;
  margin-left: -0.1em;
}

.ml5 .letters {
  display: inline-block;
  opacity: 0;
  font-family: "posterama";
}
.ml5 .letters.letters-right {
  color: #e1b273;
  font-weight: 600;
}

.ml3 {
  font-weight: 900;
  font-size: 3.5em;
}

.mission_container {
  margin: 50px auto;
  max-width: 1120px;
}
.mission_container .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.mission_container .video_container {
  max-width: 35%;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mission_container .video_container {
    max-width: 100%;
  }
}
.mission_container .video_container .home_video {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mission_container .video_container .home_video {
    max-width: 70%;
  }
}
.mission_container .text_container {
  max-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mission_container .text_container {
    max-width: 100%;
    padding: 0px 10px;
    margin-top: 20px;
  }
}
.mission_container .text_container .text p {
  color: black;
}

.history_container {
  margin: 10px 0px;
  padding: 50px 0px;
  background-color: #977a4447;
}
.history_container .container {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.history_container .container .image_container {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .history_container .container .image_container {
    max-width: 100%;
  }
}
.history_container .container .image_container img {
  max-width: 100%;
}
.history_container .container .text_container {
  max-width: 48%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .history_container .container .text_container {
    max-width: 100%;
    padding: 0px 10px;
    margin-top: 20px;
  }
}
.history_container .container .text_container .text p {
  color: black;
}
.occasioni_block {
  background: #977a4447;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .occasioni_block {
    margin-top: 0px;
  }
}
.occasioni_block .container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 0px;
}
.occasioni_block .container .left_content {
  max-width: 50%;
  width: 100%;
  min-height: 560px;
}
@media screen and (max-width: 767px) {
  .occasioni_block .container .left_content {
    max-width: 100%;
    min-height: 400px;
  }
}
.occasioni_block .container .left_content.img_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.occasioni_block .container .right_content {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .occasioni_block .container .right_content {
    max-width: 100%;
  }
}
.occasioni_block .container .right_content .text_container {
  padding: 50px 25px;
}
@media screen and (max-width: 767px) {
  .occasioni_block .container .right_content .text_container {
    padding: 40px 10px;
  }
}
.occasioni_block .container .right_content .text_container .title {
  margin-bottom: 20px;
}
.occasioni_block .container .right_content .text_container .title h2 {
  margin-bottom: 0px;
}
.occasioni_block .container .right_content .text_container .title h4 {
  margin-bottom: 0px;
}
.occasioni_block .container .right_content .text_container .text p {
  color: black;
}

.text_image_container {
  margin: 10px 0px;
  padding: 50px 0px;
}
.text_image_container.no_mb {
  margin: 0px;
}
.text_image_container.white_bg {
  background-color: white;
  position: relative;
  z-index: 2;
}
.text_image_container.bg_color {
  background-color: #977a4447;
  position: relative;
  z-index: 2;
}
.text_image_container .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.text_image_container .container.centered {
  align-items: center;
}
.text_image_container .container.reverse {
  flex-flow: row-reverse wrap;
}
.text_image_container .container .image_container {
  max-width: 48%;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .text_image_container .container .image_container {
    max-width: 100%;
  }
}
.text_image_container .container .image_container img {
  max-width: 100%;
  margin: 0 auto;
}
.text_image_container .container .image_container.small_size img {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .text_image_container .container .image_container.small_size img {
    max-width: 70%;
  }
}
.text_image_container .container .text_container {
  max-width: 48%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .text_image_container .container .text_container {
    max-width: 100%;
    padding: 0px 10px;
    margin-top: 20px;
  }
}
.text_image_container .container .text_container .text p {
  color: black;
}
.form_container .form_content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form_container .form_content .input_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form_container .form_content .input_container {
    margin-bottom: 12px;
  }
}
.form_container .form_content .input_container .section_title {
  font-size: 20px;
  color: white;
  font-family: "posterama";
  margin: 15px 0px 10px;
}
@media screen and (max-width: 767px) {
  .form_container .form_content .input_container .section_title {
    font-size: 15px;
  }
}
.form_container .form_content .input_container label {
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 767px) {
  .form_container .form_content .input_container label {
    font-size: 12px;
  }
}
.form_container .form_content .input_container input, .form_container .form_content .input_container textarea {
  font-family: "Bellota Text";
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #e1b273;
  color: #e1b273;
  padding: 5px 15px;
}
.form_container .form_content .input_container input::placeholder, .form_container .form_content .input_container textarea::placeholder {
  color: white;
}
.form_container .form_content .input_container input:focus, .form_container .form_content .input_container textarea:focus {
  outline: none;
  box-shadow: none;
}
.form_container .form_content .input_container.half_input {
  max-width: 49%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .form_container .form_content .input_container.half_input {
    max-width: 100%;
  }
}
.form_container .form_content .input_container.full_input {
  max-width: 100%;
  width: 100%;
}
.form_container .form_content .input_container .radio_buttons {
  margin: 0px 0px 10px;
  display: flex;
  justify-content: center;
}
.form_container .form_content .input_container .radio_buttons label {
  display: flex;
  font-size: 12px;
}
.form_container .form_content .input_container .radio_buttons input {
  color: white;
}
.form_container .form_content .input_container .radio_buttons input:not(:last-child) {
  margin-right: 15px;
}
.form_container .form_content .submit_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.form_container .form_content .submit_container button {
  background: #e1b273;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}
.form_container .form_content .submit_container button:hover {
  background: transparent;
  border-color: #e1b273;
  color: #e1b273;
  transition: all ease-in-out 0.3s;
}

.modal {
  z-index: 100000;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 90%;
    margin: 10px auto;
  }
}
.modal .modal-dialog .modal-content {
  background: #3c3c3c;
  padding: 10px 15px 30px 15px;
  -webkit-box-shadow: 0px 0px 6px 3px #e1b273;
  -moz-box-shadow: 0px 0px 6px 3px #e1b273;
  box-shadow: 0px 0px 6px 3px #e1b273;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header {
    padding-bottom: 5px;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: white;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}
.modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.radio_buttons {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio_buttons .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .radio_buttons .container {
    margin-bottom: 0px;
  }
}
.radio_buttons .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio_buttons .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.radio_buttons .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio_buttons .container input:checked ~ .checkmark {
  background-color: #e1b273;
}
.radio_buttons .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_buttons .container input:checked ~ .checkmark:after {
  display: block;
}
.radio_buttons .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.full_text_cta.image_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 100px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .full_text_cta.image_bg {
    padding: 50px 0px;
  }
}
.full_text_cta.image_bg .overlay {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0px;
  background-color: rgba(60, 60, 60, 0.75);
}
.full_text_cta.image_bg .content_text {
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .full_text_cta.image_bg .content_text {
    max-width: 95%;
  }
}
.full_text_cta.image_bg .content_text h3 {
  color: #e1b273;
  text-align: center;
}
.full_text_cta.image_bg .content_text p {
  text-align: center;
  font-size: 30px;
  color: white;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .full_text_cta.image_bg .content_text p {
    font-size: 22px;
  }
}
.full_text_cta.image_bg .contact_us {
  margin-top: 40px;
  z-index: 3;
}
.full_text_cta.image_bg .contact_us a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  font-size: 16px;
  border: 1px solid white;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.full_text_cta.image_bg .contact_us a:hover {
  text-decoration: none;
  background: #e1b273;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.popup.spot_video .popup-content {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .popup.spot_video .popup-content {
    max-width: 80%;
  }
}

.popup-content {
  position: relative;
  background: #3c3c3c;
  padding: 20px;
  border-radius: 10px;
  max-width: 60%;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px 3px #e1b273;
  -moz-box-shadow: 0px 0px 6px 3px #e1b273;
  box-shadow: 0px 0px 6px 3px #e1b273;
}
@media screen and (max-width: 980px) {
  .popup-content {
    max-width: 95%;
  }
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  color: white;
  background: #e1b273;
  font-weight: bold;
  border: none;
  font-size: 13px;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 15px;
}

body {
  font-family: "Bellota Text";
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

.internal_first {
  margin-top: 60px;
}

.karmen_page_title {
  padding: 30px 0px;
}
.karmen_page_title .title h1 {
  text-align: center;
  color: #e1b273;
}
.karmen_page_title .title h6 {
  text-align: center;
  font-size: 30px;
}

.internal_page.no_hero {
  margin-top: 70px;
}
.button.button_link {
  display: flex;
  margin-top: 35px;
}
.button.button_link.centered {
  justify-content: center;
  align-items: center;
}
.button.button_link a {
  text-decoration: none;
  width: fit-content;
  padding: 15px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  color: black;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-bottom: 1px solid black;
}
.button.button_link a svg {
  max-width: 15px;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.button.button_link a svg line {
  stroke: black;
}
.button.button_link a:hover {
  border-color: #e1b273;
  transition: all ease-in-out 0.3s;
}
.button.button_link a:hover svg {
  margin-left: 5px;
  transition: all ease-in-out 0.3s;
}
.button.button_link a:hover svg line {
  stroke: #e1b273;
}

.white_background {
  background-color: white;
  position: relative;
  z-index: 2;
}

.contact_us.internal {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_us.internal {
    margin-top: 50px;
  }
}
.contact_us.internal:hover {
  cursor: pointer;
}
.contact_us.internal:hover span {
  background-color: white;
  color: #e1b273;
  transition: all ease-in-out 0.3s;
}
.contact_us.internal span {
  font-size: 18px;
  font-family: "Bellota Text";
  color: white;
  padding: 8px 15px;
  border: 1px solid #e1b273;
  border-radius: 10px;
  background-color: #e1b273;
  transition: all ease-in-out 0.3s;
}

/* Masonry Layout */
.masonry {
  column-count: 3;
  /* Numero di colonne */
  column-gap: 10px;
  max-width: 1000px;
  margin: 50px auto;
}

.masonry img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
  break-inside: avoid;
  /* Evita che le immagini si spezzino tra le colonne */
}

.masonry img:hover {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 99999999999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 8px;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
  .masonry {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .masonry {
    column-count: 2;
  }
}
html.no-scroll {
  overflow: hidden;
}

/*# sourceMappingURL=custom-style.css.map */
