/* 
Theme Name: Gattafoni Custom Style
Theme URI: https://www.gattafoniluxury.com/
Description: Style custom per Gattafoni Luxury
Author: Cane Nero
Author URI: https://www.canenero.com/
Template: gattafoni-elementor
Version: 1.0.0
*/
#floating-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 994;
}
#floating-bar:after, #floating-bar:before {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  top: -20vh;
  left: -20vh;
  bottom: -20vh;
  right: -20vh;
  z-index: 100;
  pointer-events: none;
  background-image: url("../images/gattafoni_noise.png");
}
#floating-bar:after {
  opacity: 0.4;
}

#hero-menu-close,
#hero-menu-toggler {
  transition: 0.5s ease-in-out;
}
#hero-menu-close:hover,
#hero-menu-toggler:hover {
  opacity: 0.4;
}

.gattafoni-hamburger-menu-popup:after, .gattafoni-hamburger-menu-popup:before,
body:after,
body:before {
  content: "";
  width: auto;
  height: auto;
  position: fixed;
  top: -20vh;
  left: -20vh;
  bottom: -20vh;
  right: -20vh;
  z-index: 100;
  pointer-events: none;
  background-image: url("../images/gattafoni_noise.png");
}
.gattafoni-hamburger-menu-popup:after,
body:after {
  opacity: 0.4;
}

.btn-svg {
  position: relative;
  z-index: 104;
}
.btn-svg .elementor-button-icon svg {
  width: 70px;
}
.btn-svg .elementor-button-icon svg line {
  transition: 0.5s ease-in-out;
}
.btn-svg.w-100 a {
  width: 100% !important;
}
.btn-svg.w-150 a {
  width: 150% !important;
}
.btn-svg.btn-svg-white a:hover .elementor-button-icon svg line {
  fill: #fff !important;
  stroke: #fff !important;
}
.btn-svg.btn-svg-dark a .elementor-button-icon svg line {
  fill: #fff !important;
  stroke: #fff !important;
}
.btn-svg.btn-svg-dark a:hover .elementor-button-icon svg line {
  fill: #100E11 !important;
  stroke: #100E11 !important;
}

#btn-submit .elementor-button-icon svg {
  width: 50px;
}
#btn-submit .elementor-button-icon svg line {
  transition: 0.5s ease-in-out;
  fill: #fff !important;
  stroke: #fff !important;
}
#btn-submit:hover .elementor-button-icon svg line {
  fill: #100E11 !important;
  stroke: #100E11 !important;
}

.blended-title {
  mix-blend-mode: overlay;
}

.gattafoni-carousel .swiper-container {
  padding-bottom: 0;
}
.gattafoni-carousel .swiper-pagination-bullets {
  display: none;
}
.gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  display: none;
}
.gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-next {
  right: -120px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(16, 14, 17, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s ease-in-out;
}
.gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-next i {
  color: rgba(16, 14, 17, 0.5);
  transition: all 0.35s ease-in-out;
}
.gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-next:hover {
  background-color: #100E11;
  border-color: #100E11;
}
.gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-next:hover i {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-next, .gattafoni-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    display: none;
  }
  .gattafoni-carousel .swiper-container {
    padding-bottom: 30px;
  }
  .gattafoni-carousel .swiper-pagination-bullets {
    display: block;
  }
}

.image-changer {
  position: relative;
}
.image-changer:before {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px dashed #100E11;
  position: absolute;
  right: calc(100% + 20px );
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.image-changer.active h6 {
  font-weight: 500 !important;
}
.image-changer.active:before {
  width: 15vw;
}
@media only screen and (max-width: 767px) {
  .image-changer:before {
    display: none;
  }
}

form textarea {
  resize: none !important;
  height: 100px;
  border-radius: 10px !important;
}

#spotlight-canvas {
  position: relative;
  width: 100%;
  height: 100vh;
  cursor: none;
}

.focus {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.focus:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.5s ease-in-out;
}
.focus.active {
  background-color: white;
}
.focus.active:before {
  opacity: 0;
}/*# sourceMappingURL=custom.css.map */