html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}
body {
  background: #fff;
}
.fixed-bottom, .fixed-top {
  background: #FFC8CB;
}
#main {
  margin-top: var(--header);
}

#opening {
  height: calc(100vh - var(--header));
  background-image: url('/wp-content/uploads/2026/03/anoigma-back-babyBoom1920.webp');
}
#opening .container-xxl {
  max-width: 1320px;
  position: relative;
  height: calc(100vh - var(--header));
  background-image: url('/wp-content/uploads/2026/03/anoigma-back-babyBoom1320.webp');
  background-repeat: no-repeat;
}
.sub-cont {
  padding-top: 80px;
}
.title {
  width: 284px;
  height: auto;
  border-radius: 17px;
  background-color: #FAD9E2;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-family: 'hypatia-sans-pro', sans-serif;
  font-weight:700;
  font-style: italic;
  font-size: 26px;
}
.subtitle {
  margin: 0 auto;
  width: 292px;
  font-family: 'hypatia-sans-pro', sans-serif;
  font-weight: 600;
  font-size: 31px;
  text-align: center;
  
}
.ub {
  font-weight: 900;
  text-decoration: underline;
}
.main-logo {
  margin: 0 auto;
  display: block;
}
.theona {
  position: absolute;
  right: 265px;
  bottom: 0;
  z-index: 2;
}
.voulgari {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.loading {
  position: absolute;
  mix-blend-mode: multiply;
  left: 30px;
  top: 500px;
  z-index: 1;
}
.big-heart-left {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}
.small-heart-left {
  position: absolute;
  top: 70%;
  left: 0;
  z-index: -1;
}
.big-heart-right {
  position: absolute;
  top: 70%;
  right: 0;
  z-index: -1;
}
.small-heart-right {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}
#women {
  background-color: #FAD9E2;
  padding-bottom: 50px;
}
.header {
  width: 100%;
  height: 83px;
  text-align: center;
  background-color: #FAD9E2;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  align-content: center;
}

h2 {
  font-family:'hypatia-sans-pro';
  font-weight: 700;
  font-size: 30px;
  font-style: italic;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 170px;
}

h3 {
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.col-12.col-lg-4.col-md-6:hover .img-bg {
  opacity: .6;
  transform: scale(1.2);
  transition: all .5s ease;
}
.col-12.col-lg-4.col-md-6:hover .item-box {
  opacity: 1;
  transition: all .5s ease;
}

.col-12, .col-lg-4, .col-md-6 {
  position: relative;  
  min-height: auto;
  background-color: #000;
  overflow: hidden;
}

.item-box {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.img-bg {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transition: all .5s ease;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: end;
  justify-content: end;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.btn-more {
  background-color: #fff;
  color: #000;
  max-width: 123px;
  max-height: 40px;
  border: 4px solid #F43B74;
  border-radius: 58px;
  font-family: 'gill-sans-nova', sans-serif;
  font-size: 12px;
  font-weight: 700;
  width: 22vw;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}


.title-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;  
  font-family: 'hypatia-sans-pro', sans-serif;
  font-weight: 700;
}

.swiper-button-next {
  display: none;
  position: relative;
  transform: rotate(90deg);
  inset: auto 0 auto;
  height: var(--down);
  background-color: rgb(250 250 250 / 90%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FAD9E2;
}

.arrow-wraper {
  position: absolute;
  bottom: 0;
  left: 710px;
}

@media only screen and (max-width: 762px) {

  .item-box {
    padding: unset;
    opacity: 1;
  }

  .btn-container {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .title-container {
    padding: 10px 40px 10px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
  }

}

@media only screen and (max-width: 992px) {

  #opening {
    background-image: url('/wp-content/uploads/2026/03/back-babyBoom430-mobile.webp');
  }
  #opening .container-xxl {
    max-width: 360px;
    background-image: url('/wp-content/uploads/2026/03/anoigma-back-babyBoom430-mobile.webp');
  }
  .sub-cont {
    padding-top: 20px;
  }
  .title {
    width: 285px;
    height: auto;
    border-radius: 17px;
    background-color: #FAD9E2;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 24px;
  }
  
  .main-logo {
    margin: 0 auto;
    display: block;
  }
  .loading {
    top: 400px;
  }
  .btn-more {
    font-size: 9px;
  }
  .mob-subtitle {
    width: 100%;
    height: 177px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #FAD9E2;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 0 200px 0 30px;
    align-content: center;
    z-index: 1;
    font-size: 22px;
    font-family: 'hypatia-sans-pro', sans-serif;
    font-weight: 600;
  }

  h2 {
    font-family:'hypatia-sans-pro';
    font-weight: 700;
    font-size: 28px;
    font-style: italic;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
  }
  .theona {
    right: 0;
  }
  #women a:active,
  #women a:link,
  #women a:visited {
    color: #fff;
  }
  .title-container h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .theona {
    bottom: 25%;
    max-width: 120px;
  }
  .voulgari {
    max-width: 150px;
  }

  .mob-subtitle {
    padding:0 140px 0 0;
  }
}