@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*:not(i) {
  font-family: "Poppins", sans-serif !important;
}
.nav {
  width: 100%;
}

.hero-text {
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.logo-container {
  max-width: 560px;
}
.hero-custom-image {
  /*  position: absolute;
  bottom: 0;
  top: 3rem; */
  background-image: url("../images/women-1.png"); /* The image used */
  /* Used if the image is unavailable */
  /* You must set a specified height */
  height: 100%;
  width: 100%;
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;
  background-position: center bottom;
}

.hero-custom-image img {
  width: 100%;
  height: 100%;
}

.logo img {
  max-height: none;
  width: 160px;
}

.sun-motif {
  position: absolute;
}

.card-info {
  position: relative;
  perspective: 1000px;
  position: relative;
  padding: 2rem;
  width: 300px;
  height: 380px;
  /* overflow: hidden; */
  user-select: none;
}

.front,
.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 800ms;
  border: 2px solid #f77c37;
  padding: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.back {
  background: #fff;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #790051;
}
.countdown {
  border: 2px solid #f77c37;
  position: relative;
  padding: 4rem 4rem;
  padding-bottom: 2.4rem;
}

.date-item {
  width: 120px;
}
.shape-right {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  overflow: hidden;
}

.shape-left {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}

.shape-bottom {
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
  overflow: hidden;
}

.shape-motif {
  transform: rotate(90deg);
  position: absolute;
  width: 260px;
}

.shape-motif-right {
  right: 0;
  bottom: 120px;
  right: -115px;
}

.shape-motif-left {
  bottom: 115px;
  left: -115px;
}

.shape-motif-center {
  top: 115px;
  right: -115px;
}

.shape-image {
  position: absolute;
  bottom: -1px;
  width: 210px;
  height: 280px;
}

.shape-image img {
  height: 100%;
}

.shape-image-right {
  /* height: 265px; */
  /* width: 280px; */
  /* left: -20px; */
  /* bottom: -1px; */
}

.shape-image-right img {
  height: 100%;
  width: 100%;
}

.shape-mirror {
  /* right: 30px; */
  /* -webkit-transform: scaleX(-1); */
  /* transform: scaleX(-1); */
  /* bottom: 40px; */
}

.shape-center {
  /* width: 250px; */
  /* height: 330px; */
  /* right: 50px; */
  right: 75px;
}

.shape-center img {
  height: 100%;
}
.w-auto {
  /* width: auto; */
  /* height: auto; */
  width: 100%;
  width: 700px;
}

.is-fullwidth {
  width: 100%;
}

.w-auto .shape-motif {
  width: 200px;
  bottom: 80px;
  left: -90px;
}
.count {
  gap: 2rem;
}

.count h2 {
  font-size: 4rem !important;
}

.footer-motif {
  background-image: url("../images/motif1.png"); /* The image used */
  /* Used if the image is unavailable */
  height: 50px; /* You must set a specified height */
  /* background-repeat: repeat; */ /* Do not repeat the image */
  background-size: contain;
  background-repeat: repeat no-repeat;
}

.social {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.customer img {
  max-width: 150px;
}

.customer {
  flex-wrap: wrap;
}

.is-custom-big-text {
  font-size: 4rem !important;
}

.has-fit-content {
  width: fit-content;
}

#contact-form ::placeholder {
  color: #711a50;
  opacity: 0.63;
}

.small-placeholder::placeholder {
  font-size: 1rem;
}

.has-opacity {
  opacity: 0.63;
}

.is-custom-rounded-1 {
  border-radius: 19px;
}

.is-custom-rounded {
  border-radius: 20px;
}

.is-ovelflow-auto {
  overflow: auto !important;
}

.is-ovelflow-hidden {
  overflow: hidden !important;
}

.is-custom-small {
  font-size: 13px !important;
}

#contact-form textarea:focus,
#contact-form input:focus,
#contact-form select:focus {
  border-color: #711a50;
  box-shadow: 0 0 0 0.125em rgba(113, 26, 80, 0.285);
}

#contact-form .select::after {
  border-color: #711a50;
}

.timeline {
}

.timeline p {
  border-top: 2px dashed;
  border-color: #790051 !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}

.timeline p:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -15px;
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #790051;
  text-align: center;
  color: white;
  font-size: 110%;
  line-height: 31px;
}

.timeline p:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -15px;
  position: absolute;
  border-radius: 50%;
  /* padding: 10px; */
  height: 30px;
  width: 30px;
  background-color: #790051;
  text-align: center;
  color: white;
  font-size: 110%;
  line-height: 31px;
}

.timeline p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.timeline p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.timeline p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline p span:last-child {
  font-size: 0.9rem !important;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.count-wrapper {
  padding: 40px 15px;

  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid #f77c37;

  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  margin: 15px 0;
  width: 24%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;

  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}

.time-entry span {
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0.3;
  font-family: "Roboto", sans-serif;
  display: block;

  margin-bottom: 10px !important;
}

.time-entry b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.time-entry:first-child {
  border-left: none;
}

.count-wrapper .shape-motif {
  bottom: 85px;
  left: -85px;
  width: 190px;
}

.hover:hover {
  transform: scale(1.02);
  transition: transform ease-in-out 600ms;
}

.hover-2:hover {
  transform: scale(1.1);
  transition: transform ease-in-out 600ms;
}

.has-overflow {
  overflow-x: auto;
}

.is-fullwidth {
  width: 100%;
}

/* .not-hover {
  display: block;
}

.timeline .is-custom-primary {
  color: #f77c37 !important;
}
.front {
  transform: rotateY(-180deg);
}

.back {
  border: 2px solid #f77c37 !important;
}

.card-info:nth-child(even) .front {
  transform: rotateY(180deg);
}

.timeline p {
  border-color: #f77c37 !important;
}

.timeline p:nth-child(even):before {
  background-color: #f77c37 !important;
}

.timeline p:nth-child(odd):before {
  background-color: #f77c37 !important;
} */

.not-hover {
  display: none;
}
/* .card-info:nth-child(even):hover .back {
  transform: rotateY(0deg);
} */
/* .card-info:hover .back {
  transform: rotateY(0deg);
} */

/* .card-info:hover .front {
  transform: rotateY(180deg);
} */
/* .card-info:nth-child(even):hover .front {
  transform: rotateY(-180deg);
} */

.back {
  transform: rotateY(-180deg);
}
.card-info:nth-child(even) .back {
  transform: rotateY(180deg);
}

/* mobile or only mobile */

/* @media (min-width: 767px) {
  .not-hover {
    display: none;
  }
  .card-info:nth-child(even):hover .back {
    transform: rotateY(0deg);
  }
  .card-info:hover .back {
    transform: rotateY(0deg);
  }

  .card-info:hover .front {
    transform: rotateY(180deg);
  }
  .card-info:nth-child(even):hover .front {
    transform: rotateY(-180deg);
  }

  .back {
    transform: rotateY(-180deg);
  }
  .card-info:nth-child(even) .back {
    transform: rotateY(180deg);
  }
} */

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .countdown-timer .heading-count h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .time-entry {
    width: 50%;
    font-size: 14px;
  }
  .time-entry span {
    font-size: 30px;
  }
  .time-entry b {
    display: none;
  }
  .countdown-col {
    flex: none !important;
    width: 98.33333% !important;
  }

  .countdown-col .count-title {
    font-size: 1.3rem !important;
  }
}
