#language-select {
  position: relative;
  width: 90px;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  background-color: rgb(255, 255, 255);
  color: var(--bs-dark);
  border: 0.1px solid rgb(247, 242, 242);
  font-family: "Twemoji Country Flags", sans-serif;
}

.selected-option {
  padding: 5px 0px;
}

.dropdown-options {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 0.1px solid var(--bs-success);
  box-shadow: 0px 0px 10px rgba(75, 71, 71, 0.2), 5px 5px 15px rgba(75, 71, 71, 0.1), -5px -5px 15px rgba(75, 71, 71, 0.1);
}

.option {
  padding: 0.5rem;
}

.option p {
  margin: 0;
}

.option:hover {
  background-color: var(--bs-success);
}

.languageline {
  margin: 0;
}

#language-select:hover .dropdown-options {
  display: block;
  margin: 1px -1px;
}

.switcher {
  margin-left: 70px;
}

@media (max-width: 991.98px) {
  .switcher {
    margin-left: 0px;
  }
}
.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar-sticky {
  opacity: 0.95;
}
.navbar-sticky #language-select {
  background-color: var(--bs-light);
  border: 0.1px solid #d8dfdf;
}

.navbar-nav .nav-item .nav-link {
  transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item .nav-link.active {
  color: var(--bs-success) !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-one) !important;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  text-shadow: 2px 2px 0 #333;
}

.navbar-nav .nav-item {
  margin: 0 5px;
}

.navbar-toggler {
  border-color: var(--bs-primary);
}

.navbar-toggler:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(226, 129, 195, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler-icon:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  text-shadow: 2px 2px 0 #333;
}

.blog-button {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  max-width: 100px;
  border-radius: 15px 1px;
}

.border-bottom {
  border-bottom: none !important;
}

.customborder {
  border-bottom: 0.1px solid var(--bs-primary);
}

@media (max-width: 992px) {
  .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.xl-text {
  font-size: 65px;
  outline: none;
}

.header {
  position: relative;
}

/* Video styling */
#header-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 700px;
  object-fit: cover;
  filter: brightness(30%);
}

.header h1,
.header p,
.header a {
  text-align: center;
}

.replace-me {
  color: #e281c3;
}

.hr-heading {
  display: inline-block;
  width: 3.5rem;
  height: 0.125rem;
  margin-top: 0.625rem;
  border: none;
  background-color: var(--bs-primary);
  opacity: 1;
}

.center-button {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.lead {
  font-size: 1.2rem;
}

#despre-noi {
  margin-top: 60px;
}

#details {
  margin-top: 90px;
}

#form {
  margin-top: 90px;
}

.details .vertical-decoration {
  top: 0;
  left: 0;
  width: 24px;
}

.details-2 .vertical-decoration {
  top: 5%;
  right: 0;
  width: 24px;
}

.ingredients {
  width: 100%;
}

.content {
  position: relative;
  width: 250px;
  height: 160px;
  transform-style: preserve-3d;
  animation: animate 60s linear infinite alternate;
}

@keyframes animate {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(-370deg);
  }
}
.content span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 30deg)) translateZ(500px);
  -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2666666667));
}

.content span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 1.5s;
  image-rendering: auto;
}

.content span img:hover {
  transform: translateY(30px) scale(1.15);
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .content {
    width: 155px;
    height: 100px;
  }
  .content span {
    transform: rotateY(calc(var(--i) * 30deg)) translateZ(300px);
  }
  .content span img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .content span {
    transform: rotateY(calc(var(--i) * 30deg)) translateZ(300px);
  }
}
.testcard {
  width: 100%;
  height: 250px;
  transform-style: preserve-3d;
  perspective: 500px;
  border: none;
  background-color: inherit;
  cursor: pointer;
}

.testcard .box {
  position: absolute;
  color: #000000;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: #fff;
  transform-style: preserve-3d;
  transition: 0.5s;
  backface-visibility: hidden;
}

.testcard .box.front {
  background-image: url(../images/testimonials/testimonials.avif);
  background-size: cover;
}

.testcard .box.front,
.testcard .box.back {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testcard .box.front img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #262626;
  margin-bottom: 25px;
}

.testcard:hover .box.front {
  transform: rotateY(180deg);
}

.box.front h4 {
  font-size: 18px;
  letter-spacing: 2px;
}

.socials i {
  margin: 0 15px;
}

.testcard .box.back {
  position: absolute;
  background: var(--bs-light);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

.testcard .box.back .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 180px;
  font-size: 3.2rem;
}

.testcard .box.back .fa-quote-right {
  position: absolute;
  top: 25px;
  left: 180px;
  font-size: 3.2rem;
}

.testcard .box.back p {
  margin-top: 60px;
}

.testcard:hover .box.back {
  transform: rotateY(360deg);
}

@media (max-width: 991.5px) {
  .col-lg-4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.carousel-control-prev {
  padding-right: 100px;
}

.carousel-control-next {
  padding-left: 100px;
}

.productcard {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
}

.productcard:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.smalltext {
  font-size: 0.8rem;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
}

.project-modals .modal-dialog {
  max-width: 1150px;
}

.fst-italic {
  margin-bottom: 0.3rem;
}

.form {
  background: url("../images/favicon-dark.webp") center center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.form .container {
  z-index: 999;
}

::placeholder {
  color: var(--bs-light) !important;
}

.custom {
  text-decoration: none !important;
  color: var(--bs-primary);
}

.custom:hover {
  text-decoration: underline !important;
  color: var(--bs-success);
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: linear-gradient(147deg, #f3bbe3 0%, #f3f0f0 74%);
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 500px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 400px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  flex-shrink: 0;
  width: 350px;
  height: 350px;
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  top: 0 !important;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-250%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e281c3;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .blog-slider__img {
    width: 300px;
    height: 350px;
  }
  .blog-slider__content {
    margin-left: -50px;
  }
  .blog-slider__code {
    margin-bottom: 10px;
  }
  .blog-slider__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .smaller {
    font-size: 1rem;
  }
}
.catalogue-items {
  width: 100%;
  padding: 90px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-own {
  background-color: var(--bs-body-color);
}

.footer {
  font-size: 1.1rem;
}

.navbar-brand img {
  transition: all 0.5s ease-in-out;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.footermenu .nav-link {
  color: var(--bs-dark) !important;
  transition: 0.3s all ease-in-out;
}

.footermenu .nav-link:hover {
  text-transform: uppercase;
  color: var(--bs-one) !important;
  transform: scale(0.9);
  text-shadow: 1px 1px 0 #333;
}

.customicons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: flex;
}

.customicons li {
  list-style: none;
}

.customicons li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: var(--bs-dark);
  margin: 0 15px;
  transition: 0.5s;
}

.customicons li a span {
  position: absolute;
  transition: transform 0.5s;
}

.customicons li a span:nth-child(1),
.customicons li a span:nth-child(3) {
  width: 100%;
  height: 3px;
  background: var(--bs-primary);
}

.customicons li a span:nth-child(1) {
  top: 0;
  left: 0;
  transform-origin: right;
}

.customicons li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.customicons li a span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform-origin: left;
}

.customicons li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.customicons li a span:nth-child(2),
.customicons li a span:nth-child(4) {
  width: 3px;
  height: 100%;
  background: var(--bs-primary);
}

.customicons li a span:nth-child(2) {
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: bottom;
}

.customicons li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition: transform 0.5s;
}

.customicons li a span:nth-child(4) {
  top: 0;
  right: 0;
  transform: scale(0);
  transform-origin: top;
}

.customicons li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition: transform 0.5s;
}

.facebook:hover {
  color: #3b5998;
}

.facebook:hover span {
  background: #3b5998;
}

.instagram:hover {
  color: #3f51b5;
}

.instagram:hover span {
  background: #c32aa3;
}

.tiktok:hover {
  color: #c32aa3;
}

.tiktok:hover span {
  background: #c32aa3;
}

.whatsapp:hover {
  color: #25d366;
}

.whatsapp:hover span {
  background: #128c7e;
}

.customicons li a .twitter {
  color: #1da1f2;
}

.customicons li a:hover:nth-child(3) {
  color: #c32aa3;
}

.customicons li a:hover:nth-child(4) {
  color: #dd4b39;
}

.utillinks {
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.utillinks:hover {
  text-transform: uppercase;
  color: var(--bs-one);
  transform: scale(0.9);
  text-shadow: 1px 1px 0 #333;
}

.cky-banner-element {
  margin-bottom: 20px;
}

.copyright {
  margin-bottom: -80px;
  font-size: 0.8rem;
}

.to-top-btn {
  position: fixed;
  z-index: 5000;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: var(--bs-primary);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #e281c3;
}

.show {
  opacity: 1;
}

.to-top-btn img {
  margin-bottom: 0.18rem;
  width: 12px;
}

.thanks {
  display: grid;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url("../images/favicon-dark.webp") center center no-repeat;
  background-size: contain;
  height: 80vh;
}

#Layer_1 {
  width: 300px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.centered-text {
  text-align: center;
  margin: 0px 15px;
}

@media (max-width: 1400px) {
  .lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 1200px) {
  .despre-noi {
    margin: 0;
  }
  .lead {
    font-size: 1rem;
  }
  .presentation {
    font-size: 0.9rem !important;
  }
  .despre-produse p {
    font-size: 1rem;
  }
  .despre-produse ul {
    font-size: 0.9rem;
  }
}
@media (max-width: 992px) {
  .navbar-toggler {
    margin-left: 20px;
  }
  .xl-text {
    font-size: 40px;
  }
  #header-video {
    height: 550px;
    filter: brightness(40%);
  }
  .navbar-sticky {
    height: auto;
  }
  #info,
  #produse,
  #contact,
  #catalogue {
    margin-top: 40px;
  }
  .second {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .despre-noi {
    margin: 0;
  }
  .presentation {
    font-size: 0.9rem !important;
  }
  .despre-produse li {
    margin-bottom: 3px;
  }
  .map iframe {
    width: 95%;
  }
}
@media (max-width: 450px) {
  .xl-text {
    font-size: 30px;
  }
}
#handboy {
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 98% 98%;
  transform-box: fill-box;
}

#girllight {
  animation: swing ease-in-out 1.3s infinite alternate;
  transform-origin: 0% 97%;
  transform-box: fill-box;
}

#hairgirl {
  animation: swinghair ease-in-out 1.3s infinite alternate;
  transform-origin: 60% 0%;
  transform-box: fill-box;
}

#zero {
  transform-origin: bottom;
  transform-box: fill-box;
}

/*************swing************/
@keyframes swing {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/*************swing hair************/
@keyframes swinghair {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
#details-christmas-modal:hover {
  background-color: var(--bs-dark);
}

#details-christmas-modal:hover,
#close-christmas-modal:hover {
  background-color: #191e47 !important;
}
