.font-ultra-light {
  font-weight: 100;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.bg-grey-extra-light {
  background-color: #fcfcfc;
}
.header-nav-bar-top-border {
  border-bottom: 1px solid #000;
}

.hero {
  height: 80vh;
  background-image: url("../img/hero-img.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .hero {
    height: 70vh; /* réduit la hauteur sur mobile */
    background-position: top; /* recentre le sujet de l’image si nécessaire */
  }
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 4rem;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  color: #fff;
  word-spacing: 0.2em;
  line-height: 1.4;
}

.hero p {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
}

.hero a {
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
}
.pricing-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 60px 20px;
  background: #fff;
  font-family: serif;
}
.pricing-wrapper-x {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 60px 20px;
  background: #fff;
  font-family: serif;
}

.pricing-card-y {
  background-color: #222222;
  width: 240px;
  border: 1px solid #848891;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.pricing-card {
  background-color: #222222;
  width: 280px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.pricing-card h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-card .price {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
}
.pricing-card .price span {
  font-size: 24px;
  font-weight: 400;
}
.pricing-card .yearly {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.pricing-card .save {
  font-size: 20px;
  color: #222222;
  margin: 10px 0 20px;
}
.pricing-card .btn {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}

.pricing-card .pay-now {
  font-size: 16px;
  color: #fff;
}
.pricing-card .pay-now a {
  color: #007bff;
  text-decoration: underline;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.pricing-card ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.pricing-card ul li {
  position: relative;
  padding-left: 1.5em;
}
.pricing-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff;
}
.pricing-card-y h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-card-y .price {
  font-size: 40px;
  color: #fff;
  font-weight: 800;
}
.pricing-card-y .price span {
  font-size: 16px;
  font-weight: 400;
}
.pricing-card-y .yearly {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.pricing-card-y .save {
  font-size: 20px;
  color: #fff;
  margin: 10px 0 20px;
}
.btn-tarifs {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.btn-tarifs:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}

.p-btn:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}

.p-btn {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.pricing-card-y .pay-now {
  font-size: 12px;
  color: #fff;
}
.pricing-card-y .pay-now a {
  color: #007bff;
  text-decoration: underline;
}
.pricing-card-y ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.pricing-card-y ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.pricing-card-y ul li {
  position: relative;
}

.pricing-card-y ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff !important;
  font-weight: bold;
  z-index: 1;
}

.pricing-card-y ul li {
  position: relative;
  padding-left: 1.5em;
}
.pricing-card-y h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}
.pricing-card h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}
.cta-button {
  background: #222222;
  color: #fff;
  border-radius: 999px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.cta-button:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}
.form-control,
.form-select,
textarea.form-control {
  color: #222222 !important;
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}

.form-select option {
  color: #222222 !important;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
.clients-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.clients-carousel {
  width: 100%;
  display: flex;
}

.carousel-track {
  display: flex;
  align-items: center;
  gap: 80px;
  animation: scroll 40s linear infinite;
  filter: grayscale(100%);
}

.carousel-track img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .carousel-track {
    gap: 40px;
    animation-duration: 60s;
  }

  .carousel-track img {
    max-height: 60px;
  }
}
ul.list-unstyled li {
  font-size: 18px;
  margin-bottom: 20px;
}
.bg-custom {
  background-color: #e2d2c7;
}
ul.list-unstyled li i {
  font-weight: 700;
  font-size: 22px;
}

img {
  object-fit: cover;
}
.about-section-wrapper {
  width: 100%;
}
.how-it-works {
  background-color: #fcfcfc;
}

@media (max-width: 768px) {
  .btn-dark {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .bg-black h2.custom-font-1 {
    margin-top: 60px !important;
  }
}
@media (max-width: 768px) {
  h3.text-uppercase {
    margin-top: 40px;
  }
}

.btn-hover-light {
  background-color: #60635d !important;
  color: white !important;
  border: none !important;
}

.btn-hover-light:hover {
  background-color: white !important;
  color: #60635d !important;
  border: 1px solid #60635d !important;
}

.btn-hover-light:focus,
.btn-hover-featured:focus {
  outline: none !important;
}
.nav-item {
  position: relative;
}

.nav-item:hover .submenu {
  display: block !important;
}

.submenu li {
  padding: 10px;
}

.submenu li a {
  text-decoration: none;
  color: #60635c;
  display: block;

  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.submenu li a:hover {
  background-color: #f5f5f5;
}

.submenu li a {
  background-color: transparent;
}

.submenu li a:hover {
  background-color: transparent;
}

.bottom-gallery {
  text-align: center;
  padding: 30px 0;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  border: none;
  margin-bottom: 20px;
}
.about-section .btn-about {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.about-section .btn-about:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}
.branding-section-one .btn {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.branding-section-one .btn:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}
.image-container {
  /* display: flex;
  justify-content: space-between;
  gap: 15px; */
  width: 100%;
  /* padding: 0 20px; */
}

.image-box {
  /* height: 250px; */
  overflow: hidden;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.professional-right {
  position: relative;
  top: -100px;
}

.professional-right h2,
.professional-left h2 {
  max-width: 500px;
  white-space: normal;
  line-height: 0.8;
}

.professional-left h2 {
  position: relative;
  top: 20px;
  line-height: 0.6;
  margin-left: 150px;
}

.professional-left {
  z-index: 2;
  top: 100px;
  margin-bottom: 100px;
}

.professional-right img {
  margin-left: -100px;
}

.professional-left img {
  margin-left: 120px;
}

.right-pro {
  position: relative;
  top: -180px;
  z-index: 1;
}
.story-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  padding: 10px;
  z-index: 2;
}
.bottom-gallery .image-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.bottom-gallery .image-box {
  flex: 0 0 18%;
  position: relative;
}

.bottom-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.branding-text-section {
  margin-top: -200px !important;
}

@media (max-width: 767px) {
  .branding-text-section h2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
  }

  .ebook-section h2,
  .ebook-section form {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 767px) {
  .professional-right img {
    margin-left: unset;
  }
  .story-content {
    width: 100%;
  }
  .bottom-gallery .image-container {
    gap: 5px;
  }
}

@media (min-width: 992px) {
  .bottom-gallery .image-box:first-child {
    margin-left: 10px;
  }

  .bottom-gallery .image-box:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .section-decouverte .d-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .section-decouverte h2 {
    font-size: 1.5rem;
    text-align: center;
    white-space: normal;
    border-bottom: none;
    margin-bottom: 20px;
  }

  .section-decouverte p {
    max-width: 100%;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .section-decouverte .d-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .section-decouverte h2 {
    font-size: 2rem;
    margin-right: 20px;
  }

  .section-decouverte p {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .clients-section {
    padding: 30px 0;
  }
  .clients-section h2 {
    font-size: 1.8rem;
  }
  .client-logo {
    max-width: 100px;
  }
}

@media (max-width: 576px) {
  .client-logo {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0 10%;
    max-width: 90%;
    margin: 0 auto;
  }
  @media (max-width: 991.98px) {
    .responsive-title-spacing {
      margin-bottom: 1.5rem;
    }
  }

  .placeholder-style::placeholder {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .section-divider-one {
    border: none;
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
    border-radius: 4px;
  }
  .text-color-primary-black {
    color: #222222;
  }
  .text-color-primary-g {
    color: #848891;
  }
  .links a {
    flex: 1 1 calc(33.33% - 20px);
    text-align: center;
  }
}
.image-box {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.shape {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid white;
  background-color: transparent;
}

.shape1 {
  top: 10px;
  right: 10px;
  z-index: 1;
}

.shape2 {
  top: 20px;
  right: 20px;
  z-index: 2;
}
.image-box {
  position: relative;
  display: inline-block;
}
.insta-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  pointer-events: none;
}
@media (max-width: 992px) {
  .submenu {
    position: static;
    display: none;
    box-shadow: none;
  }

  .nav-item:hover .submenu,
  .nav-item:focus-within .submenu {
    display: block;
  }

  .submenu li {
    padding: 8px;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .bottom-gallery .image-box:first-child {
    margin-left: 10px;
  }

  .bottom-gallery .image-box:last-child {
    margin-right: 10px;
  }
}

.p-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  white-space: nowrap;
}
.p-title-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .p-title {
    top: 50%;
    font-size: 2.6rem;
    white-space: nowrap;
    letter-spacing: -1px;
  }
}

@media (max-width: 768px) {
  .p-title-2 {
    font-size: 2.6rem;
    white-space: nowrap;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .p-title-3 {
    top: 50%;
    font-size: 2.6rem;
    letter-spacing: -1px;
    white-space: normal;
    text-align: center;
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .mobile-mb {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .mobile-mt {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
  }

  .hero-content {
    top: 35%;
    width: 90%;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .btn-center-one {
    display: block;
    margin: 0 auto;
  }
}
.custom-img-space {
  margin-right: 50px !important;
}
@media (max-width: 480px) {
  .hero-section {
    height: 40vh;
  }

  .hero-content {
    top: 20%;
    width: 95%;
  }

  .hero-title {
    font-size: 1.2rem;
  }
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-container .links {
  display: flex;
  gap: 10px;
}

.footer-container .links a {
  min-width: 100px;
  text-align: center;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-container .links {
  display: flex;
  gap: 20px; /* desktop */
}

.footer-container .links a {
  min-width: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .hero .hero-content {
    margin-top: -200px;
  }
  .professional-right {
    top: unset;
  }

  .professional-right h2,
  .professional-left h2,
  .professional-title {
    font-size: 60px !important;
    margin-top: 20px;
  }

  .professional-left {
    top: unset;
    margin-bottom: unset;
  }

  .professional-left img {
    margin-left: unset;
  }

  .right-pro {
    top: unset;
  }

  .professional-left h2 {
    margin-left: 20px;
  }

  .custom-font-size-1.heading {
    font-size: 50px !important;
  }

  .footer-container {
    gap: 10px;
    justify-content: center;
    padding: 4px 8px !important;
  }

  .footer-container .links {
    gap: 10px;
  }

  .footer-container .links a {
    min-width: auto;
    font-size: 14px;
  }
}
.story-content {
  position: absolute;
  top: 45%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 40%;
  text-align: right;
}
.custom-img {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 80px 0 80px 0;
  overflow: hidden;
}
.custom-img-2 {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 0 80px 0 80px;
  overflow: hidden;
}
.custom-img-3 {
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 80px;
  overflow: hidden;
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  max-height: 400px !important;
}
@media (max-width: 768px) {
  .about-section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .branding-section-one {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 30px !important;
  }
  .branding-section-one h3,
  p {
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  section.bg-black {
    padding-top: 40px !important;
  }
}

@media (max-width: 576px) {
  .story-content {
    max-width: 90%;
    right: 5%;
  }
  .story-content h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .story-content {
    left: auto;
    right: 5%;
    max-width: 65%;
    text-align: left;
    transform: translateY(-45%);
  }
}
.text-move-up-right {
  position: relative;
  top: -300px;
  left: 500px;
  text-align: right;
}
.shooting-photo-section {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  font-family: "Arial", sans-serif;
  max-width: 1200px;
  margin: auto;
}

.shooting-photo-section .text-content h2 {
  font-weight: 400;
  margin-bottom: 1rem;
}

.shooting-photo-section .text-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.shooting-photo-section .text-content ul {
  list-style: none;
  padding-left: 0;
}

.shooting-photo-section .text-content li {
  margin-bottom: 0.8rem;
}

.shooting-photo-section .image-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.shooting-photo-section .image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .cta-contact h4,
  .cta-contact p,
  .cta-contact a {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .cta-contact .col-lg-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 991px) {
  .story-content {
    max-width: 80%;
    right: 10%;
    text-align: left;
  }
  .story-content h3 {
    font-size: 1.2rem;
  }
  .shooting-photo-section {
    flex-direction: column;
    padding: 1.5rem;
  }

  .shooting-photo-section .text-content {
    text-align: center;
  }

  .shooting-photo-section .text-content div {
    flex-direction: column;
    gap: 1.5rem;
  }

  .shooting-photo-section .text-content ul {
    text-align: left;
    margin: auto;
    max-width: 320px;
  }

  .shooting-photo-section .image-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .shooting-photo-section .image-grid img {
    border-radius: 8px;
  }

  .branding-section-one .professional-right {
    height: auto !important;
  }

  .branding-section-one .first-img {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px;
    padding-right: 24px;
    height: auto !important;
  }

  .branding-section-one .second-img {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px;
    padding-right: 24px;
    height: auto !important;
    margin-top: 20px !important;
    margin-bottom: 200px !important;
    display: block;
  }
  .cta-contact .custom-img-3 {
    height: 250px !important;
    object-fit: cover;
  }

  .branding-text-section .autoportrait-img {
    max-height: 450px !important;
    width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }
  @media (max-width: 768px) {
    .about-section .col-lg-6 {
      padding-left: 20px !important;
      padding-right: 20px !important;
    }

    .about-section .col-lg-6 button {
      display: block;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .at-1 {
      height: 350px !important;
      width: 100% !important;
      max-width: 100% !important;
      object-fit: cover !important;
      padding-left: 24px !important;
      padding-right: 10px !important;
    }
    .at-2 {
      height: 350px !important;
      width: 100% !important;
      max-width: 100% !important;
      object-fit: cover !important;
      padding-left: 24px !important;
      padding-right: 10px !important;
    }

    .branding-text-section h2 {
      text-align: center !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .branding-text-section .col-lg-5 > div {
      margin-left: 0 !important;
    }

    .branding-text-section div[style*="position:relative"] span {
      left: 50% !important;
      transform: translateX(-50%) !important;
    }

    .jewellery-title div[style*="position:relative"] span {
      left: 50% !important;
      transform: translateX(-50%) !important;
    }
  }
  .branding-section-one h2,
  p {
    padding-left: 24px;
    padding-right: 24px;
  }
  .branding-section-one .col-md-6 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .text-move-up-right {
    position: static !important;
    top: auto !important;
    left: auto !important;
    text-align: center !important;
    margin-top: 20px !important;
  }

  .branding-section-one {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .branding-text-section img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  .branding-text-section .col-lg-4 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.service-card {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-card:hover .custom-font-1 {
  transform: translateY(0);
  opacity: 1;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-overlay {
  transition: opacity 0.4s ease;
}

.custom-font-1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .custom-font-size-2 {
    font-size: 2rem;
  }

  .custom-font-1 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .custom-font-size-2 {
    font-size: 1.5rem;
  }

  .custom-font-1 {
    font-size: 1.5rem;
  }

  .service-card img {
    height: 250px;
  }
}
.about-section .btn-about {
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}
.about-section .btn-about:hover {
  background: #61646a;
  color: #fff;
  border-color: #61646a;
}
.nav-item.no-hover > a.nav-link:hover {
  background: none !important;
  text-decoration: none !important;
  color: inherit !important;
}
.fw-extra-light {
  font-weight: 100;
}
#mainNav li a {
  color: #222222 !important;
}

#mainNav li a:hover {
  color: #222222 !important;
  transform: none !important;
}

#mainNav li a::after,
#mainNav li a::before {
  transform: scaleX(0) !important;
  opacity: 0 !important;
  transition: none !important;
}

#mainNav li .submenu li {
  border-bottom: 1px solid #ccc;
}

#mainNav li .submenu li:last-child {
  border-bottom: none;
}

#mainNav li .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  width: 160px;
}

#mainNav li:hover .submenu {
  max-height: 500px;
}
.jewellery-section {
  padding: 10px 100px 15px 15px;
}

.jewellery-text-col {
  margin-top: 150px;
  padding-left: 70px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .jewellery-section {
    padding: 10px 24px 15px 24px;
  }

  .jewellery-text-col {
    margin-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
  }

  .jewellery-section h2,
  .jewellery-section p,
  .jewellery-section .jewellery-text {
    text-align: center;
  }
}

.jewellery-images {
  position: relative;
  display: inline-block;
}

.jewellery-img {
  height: 70vh;
  width: 55vh;
  max-width: 450px;
  object-fit: cover;
  margin-left: 25px;
  margin-bottom: 30px;
  display: block;
}

.jewellery-img-small {
  margin-bottom: 100px;
  position: absolute;
  top: 500px;
  right: 0;
  width: 250px;
  height: auto;
  object-fit: cover;
}

.jewellery-title {
  margin-bottom: 10px;
  margin-top: 40px;
}

.jewellery-title span {
  display: block;
}

.jewellery-underline {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #222222;
  margin-top: 30px;
  margin-bottom: 30px;
}

.jewellery-subtitle {
  margin-bottom: 25px;
}

.jewellery-text {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .branding-section .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .branding-img {
    margin-bottom: 40px;
  }
  .col-lg-6 {
    padding-left: 0 !important;
  }

  .jewellery-img-small {
    right: 15px;
    bottom: 100px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #mainNav li {
    border: none !important;
  }
}

.navbar-brand img,
.footer .footer-container .logo img {
  height: 100px;
  width: auto;
  padding-left: 55px;
  padding-right: 55px;
}


@media (max-width: 991px) {
  #mainNav li a {
    background: transparent !important;
  }
  .navbar-brand img {
    margin-top: -0px;
    max-height: 80px;
  }

  #mainNav li a {
    font-weight: 400 !important;
  }
  @media (max-width: 991px) {
    #header {
      min-height: 80px !important;
    }

    #header .header-nav-bar {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
    }

    #header .header-btn-collapse-nav {
      font-size: 24px;
    }
  }

  .header-btn-collapse-nav {
    background: transparent !important;
    border: none !important;
  }

  .header-btn-collapse-nav i {
    color: #000 !important;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #contact-form .col-lg-6.ps-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #contact-form .col-lg-6,
  #contact-form .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .jewellery-section .row {
    flex-direction: column-reverse;
  }

  .jewellery-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: center;
  }

  .jewellery-img {
    width: 110%;
    max-width: 320px;
    height: auto;
    position: relative;
    left: -20px;
  }

  .jewellery-img-small {
    width: 80%;
    max-width: 170px;
    height: auto;
    position: relative;
    left: 70px;
    top: -120px;
  }

  .jewellery-text-col {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2.4rem;
  }

  .hero-content p {
    font-size: 1.1rem;
  }

  .branding-section-one h3 {
    font-size: 1.8rem;
  }

  .branding-section-one p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .story-content h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.desktop-only {
  display: block;
}

.mobile-top,
.mobile-bottom {
  display: none;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }

  .mobile-top,
  .mobile-bottom {
    display: block;
    max-width: 90%;
    margin: 10px auto;
  }

  .jewellery-text-col {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .ebook-section input[type="email"] {
    font-size: 12px !important;
    max-width: 230px !important;
  }

  .ebook-section ::placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
  .bottom-gallery .image-box {
    margin: 2px !important;
  }

  .bottom-gallery .image-box img {
    width: 85% !important;
    max-width: 180px !important;
  }
  .bottom-gallery .insta-logo {
    font-size: 14px !important;
    position: absolute;
    bottom: 20px;
    right: 13px;
  }
}
@media (max-width: 767px) {
  .branding-text-section .custom-img {
    padding: 24px !important;
    height: auto !important;
    max-width: 320px !important;
  }
}
@media (max-width: 768px) {
  #temoignage-studio-lumnia .story-content {
    padding: 1rem 1.5rem;
  }

  #temoignage-studio-lumnia .story-content h4 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1rem;
    text-align: center;
  }

  #temoignage-studio-lumnia .story-content h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }

  #temoignage-studio-lumnia .story-content h3 span:first-child {
    left: -0.5rem;
    top: -0.5rem;
    font-size: 3rem;
  }

  #temoignage-studio-lumnia .story-content h3 span:last-child {
    right: -0.5rem;
    bottom: -2rem;
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .about-section img.img-fluid {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    max-width: 100% !important;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-section .col-lg-6 a button {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }

  #pricing-plans {
    padding: 40px 24px;
  }

  #pricing-plans h2,
  #pricing-plans h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  #pricing-plans p {
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: center;
  }

  #pricing-plans .btn {
    display: block;
  }

  #pricing-plans .d-flex.align-items-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  #pricing-plans .d-flex.align-items-center .text-dark {
    transform: translateY(-4px) !important;
    display: inline-block !important;
  }
  #pricing-plans .d-flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #pricing-plans .d-flex > div {
    font-size: 1.8rem;
    margin-right: 8px;
  }

  #pricing-plans .d-flex p {
    margin-bottom: 0;
  }

  #pricing-plans .col-lg-6,
  #pricing-plans .col-lg-5 {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  #pricing-plans .container.py-5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .about-section .col-lg-6[style] {
    border-left: none !important;
    border-right: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 768px) {
  .jewellery-section .jewellery-text-col p {
    text-align: center !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    display: block !important;
  }
}
@media (max-width: 768px) {
  .jewellery-underline {
    display: block !important;
    margin: 40px auto 40px auto !important;
  }
}
@media (min-width: 992px) {
  .branding-text-section .col-lg-5 h2 {
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .jewellery-section {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .jewellery-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .jewellery-title {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  .jewellery-underline {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .jewellery-images {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  #temoignage-studio-lumnia div {
    padding: 40px 24px !important;
  }
  #temoignage-studio-lumnia h4 {
    font-size: 0.8rem !important;
    line-height: 1.4;
    margin-top: 90px !important;
  }
  #temoignage-studio-lumnia h3 {
    font-size: 1.8rem !important;
    line-height: 1.4;
    margin-top: 20px !important;
  }
  #temoignage-studio-lumnia h3 span:last-child {
    right: 3rem !important;
    bottom: -5rem !important;
  }
}
.horizontalbox {
  overflow-x: auto;
  -ms-overflow-style: none; /* IE et Edge */
  scrollbar-width: none; /* Firefox */
}

.horizontalbox::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
