@font-face {
  font-family: 'Playfair Display';
  src: url('font-playfair/playfair-display.regular.ttf');
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 600;
}

/* ///// PRELOADER ////// */
#hope-preloader {
  background-image: url(../images/hope-preloader.svg);
  background-color: #023b59;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-out, visibility 0s linear .4s;
  -o-transition: opacity .4s ease-out, visibility 0s linear .4s;
  transition: opacity .4s ease-out, visibility 0s linear .4s;
  z-index: 1000;
}

#hope-preloader.fullscreen {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 50%;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  #hope-preloader.fullscreen {
    background-size: contain;
  }
}

#hope-preloader.show {
  visibility: visible;
  opacity: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #bbaf9f;
}

.container {
  max-width: 1240px;
}

.heading-section h2 {
  z-index: -1;
  font-size: 2.5rem;
  font-weight: 300;
  position: relative;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

/* ---------------------------------------------- /*
/* ///// HOME ////// */
/* ---------------------------------------------- */
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.img-fullScreen {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-fullScreen {
    background-position: top center !important;
  }
}

.logoBig img {
  width: 15%;
  min-width: 150px;
  margin-bottom: 15px;
}

.home-txt {
  font-size: calc(0.45rem + 0.45vw);
}

/* @media (max-width: 991.98px) {
  .home-txt {
    font-size: calc(0.7rem + 0.7vw);
  }
} */
@media (max-width: 991.98px) {
  .home-txt {
    font-size: 0.75rem;
  }
}

/* ///// ABOUT-US ////// */
.hope-section {
  padding: 7em 0;
  position: relative;
}

.hope-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.hope-meaning {
  font-size: 0.7rem;
}

#chi_siamo ul {
  margin-bottom: 15px;
  font-weight: 300;
  color: #d9bf77
}

.icons-about::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 16px;
}

/* ///// OFFER  ////// */
/* grid structure */
.grid-offer {
  /* list-style: none; */
  /* margin: 2em; */
  display: grid;
  /* gap: 20px; */
  /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  /* grid-template-columns: 50% 50%; */
  padding-bottom: 5em;
}

@media (max-width: 768px) {
  .grid-offer {
    gap: 20px;
  }
}

.grid-offer .card-offer {
  display: flex;
  flex-direction: column;
}

.grid-offer .cta {
  margin-block-start: auto;
  /* border-block-start: 1px solid #ffe066; */
  padding: 10px;
  text-align: center;
}

/* grid structure end */

.hope-section-no-pt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.offer-deal {
  width: 100%;
  padding-top: 5em;
  /* padding-bottom: 5em; */
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.btn-white {
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  -webkit-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
  -moz-box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
  box-shadow: 0px 0px 25px -12px rgba(0, 0, 0, 0.26) !important;
}

.btn.btn-white:hover {
  border: 1px solid #d9bf77;
  background: #d9bf77;
  color: #fff;
}

/* ///// TREATMENTS ////// */
#trattamenti {
  background-color: #bbaf9f;
}

#trattamenti h2 {
  color: #023b59;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 991.98px) {
  .img-treatments {
    margin: 5em 0;
  }
}

.accordion-treatments {
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #023b59;
  z-index: 1;
}

.accordion-body ul {
  padding-left: 0;
}

.accordion-button,
.accordion-button:not(.collapsed),
.accordion-button:focus {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #bbaf9f;
  color: #bbaf9f;
}

.accordion-button::after {
  font-family: 'FontAwesome';
  content: '\f067';
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  font-family: 'FontAwesome';
  content: '\f068';
  background-image: none;
  position: relative;
  right: 6px;
  color: #bbaf9f;
}

#accordion-ShopMassage h3 span {
  font-size: 14px;
}

#accordion-ShopMassage #massage .accordion-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordion-ShopMassage #shop .accordion-body ul li {
  display: flex;
  justify-content: space-between;
}

#accordion-ShopMassage #shop .accordion-body ul li span:nth-child(1) {
  width: 75%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#accordion-ShopMassage #shop .accordion-body ul li span:nth-child(1) span:nth-child(1) {
  text-transform: uppercase !important;
  width: 75%;
  flex-direction: row;
  align-items: center;
}

#accordion-ShopMassage #shop .accordion-body ul li span:nth-child(1) span:nth-child(2) {
  font-size: 10px;
}

#accordion-ShopMassage #massage .accordion-body ul li span:nth-child(1) {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

#massage .accordion-body ul li span:nth-child(2) {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  #massage .accordion-body ul li span:nth-child(1) {
    width: 25%;
  }
}

/* ///// CONTACTS ////// */
#contatti .contact-info p span {
  color: #000;
}

#contatti .contact-info p a {
  color: #d9bf77;
  text-decoration: none;
}

.contact-form .form-control {
  border: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  height: 58px !important;
  padding-left: 0;
  padding-right: 0;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.9) !important;
  font-size: 15px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group {
  margin-bottom: 1rem;
}

.contact-form textarea.form-control {
  height: inherit !important;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
  border-color: #d9bf77 !important;
}

.btn.btn-primary {
  background: #d9bf77 !important;
  border: 1px solid #d9bf77 !important;
  color: #fff;
}

.btn.btn-primary:hover {
  border: 1px solid #d9bf77;
  background: transparent !important;
  color: #d9bf77;
}

.spybot {
  display: none;
}

#msgSubmit{
  font-size: 0.8rem;
  height: 65px;
  margin: 0;
}

/* ///// IMAGES SECTIONS ////// */
.offer-deal .img,
.img-treatments,
#contatti .img {
  width: 100%;
  height: 500px;
}

#contatti .img {
  height: 400px;
}

/* ///// FOOTER ////// */
/* add in processwire */
.p-2,
i.fa-solid.fa-envelope.p2 {
  padding: 0 .5rem 0 0 !important;
}

/* add in processwire */

@media (max-width: 456px) {
  span.footer-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #privacy-powered {
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem
  }

  #privacy-policy {
    margin-bottom: 15px;
  }
}

@media (max-width: 408px) {
  span.footer-text-vat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  span.footer-text-vat-separetor {
    display: none;
  }
}

@media (max-width: 456px) {
  span.footer-text-adress-separetor {
    display: none;
  }
}

.hope-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hope-footer h3 {
  font-size: 0.8rem;
}

.hope-footer ul {
  font-size: 1rem;
}

.hope-footer ul li a,  
.hope-footer #privacy-policy a{
  text-decoration: none;
  color: #bbaf9f;
}

 #privacy-policy a:hover {
	color: #d9bf77; 
 }

/* SOCIAL ICONS */
.hope-footer-social {
  font-family: "Font Awesome 5 Brands";
}

.hope-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #bbaf9f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hope-footer-social li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /*border: 1px solid #bbaf9f; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

@media (min-width: 991.98px) {
  .hope-footer-social li:hover {
    color: #d9bf77; 
    border: 1px solid #d9bf77
  }

.hope-footer-social li a:hover {
    /* transform: rotateY(180deg); */
    transform:rotateY(360deg);
    transition:transform .99s ease-in-out;
    color: #d9bf77; 
  }
}

/* ///// HOPE-ANIMATE ////// */
.class-animate {
  opacity: 0;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}



/* ///// SCROLL TO TOP ////// */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 2em;
  right: 2em;
  z-index: 1;
}

.scroll-up a {
  background-color: rgba(135, 135, 135, 0.5);
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(235, 235, 235, .8);
  color: #023b59;
}




/* ---------------------------------------------- /*
/* ///// NATURAL SHOP PAGE ////// */
/* ---------------------------------------------- */
/* ///// AGE GATE ////// */
.modal-backdrop.show {
  opacity: 1;
  background-color: #023b59;
}

.modal-content {
  border: none;
}

.modal-body {
  background-color: #023b59;
  color: #bbaf9f;
}

.ageGate-txt {
  font-size: 0.75rem;
}

.modal-footer {
  justify-content: center;
  border-top-color: #bbaf9f;
}

/* ///// SHOP ////// */
.product-small {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}

/* .product-title a { */
.product-title {
  color: #bbaf9f;
  text-decoration: none;
  font-weight: bold;
  font-size: calc(1.1rem + .4vw);
}

@media (min-width: 663px) {
  .product-shortDescription {
    max-width: 341.33px;
  }
}


/* ///// TXT VALIDATION E-MAIL FORM ////// */
/* .validation-text {
  visibility: visible;
  color: #e91e63;
}

input[type="email"]~span.validation-text {
  position: absolute;
  visibility: hidden;
  font-size: 0.6em;
  margin-top: -5px;
  color: #fafafa;
  transition: color 0.3s ease-in-out;
} */

input:not(:focus):not(:valid):not([value=""])~span.validation-text {
  visibility: visible;
  color: #e91e63;
  margin-top: 0px;
}

input[type="email"]~span.validation-text {
  position: absolute;
  visibility: hidden;
  font-size: 0.6em;
  margin-top: -5px;
  color: #fafafa;
  transition: color 0.3s ease-in-out;
}
