/*=========================================
 HERO
==========================================*/

#hero {

  position: relative;

  height: 100vh;

  min-height: 820px;

  overflow: hidden;

  display: flex;

  align-items: center;

}

/****************************/

#heroVideo {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}

/****************************/

.hero-overlay {

  position: absolute;

  inset: 0;

  background:

    linear-gradient(90deg,

      rgba(18, 53, 91, .82) 0%,

      rgba(18, 53, 91, .62) 35%,

      rgba(18, 53, 91, .30) 65%,

      rgba(18, 53, 91, .12) 100%);

}

/****************************/

.hero-content {

  position: relative;

  z-index: 3;

  max-width: 760px;

}

.hero-tag {

  display: inline-block;

  color: #D4AF37;

  letter-spacing: 3px;

  font-size: 13px;

  margin-bottom: 25px;

}

.hero-content h1 {

  color: #fff;

  font-size: 76px;

  line-height: 1.08;

  margin-bottom: 35px;

}

.hero-content h1 span {

  display: block;

}

.hero-content p {

  color: rgba(255, 255, 255, .88);

  font-size: 22px;

  line-height: 2;

  max-width: 640px;

}

/****************************/

.hero-buttons {

  display: flex;

  gap: 25px;

  margin-top: 45px;

}

/****************************/

.btn-showreel {

  display: flex;

  align-items: center;

  gap: 15px;

  color: #fff;

  font-weight: 600;

}

.btn-showreel span {

  width: 64px;

  height: 64px;

  border-radius: 50%;

  background: #fff;

  color: #1A1A1A;

  display: flex;

  justify-content: center;

  align-items: center;

  transition: .4s;

}

.btn-showreel:hover span {

  transform: scale(1.08);

}

/****************************/

.scroll-indicator {

  position: absolute;

  bottom: 40px;

  left: 50%;

  transform: translateX(-50%);

}

.scroll-indicator span {

  display: block;

  width: 2px;

  height: 80px;

  background: rgba(255, 255, 255, .6);

  animation: scrollDown 2.4s infinite;

}

@keyframes scrollDown {

  0% {

    transform: scaleY(0);

    transform-origin: top;

  }

  50% {

    transform: scaleY(1);

    transform-origin: top;

  }

  51% {

    transform-origin: bottom;

  }

  100% {

    transform: scaleY(0);

    transform-origin: bottom;

  }

}


/*=================================
    TRUSTED BY
=================================*/

#trusted {

  background: #fff;

  padding: 90px 0;

  border-bottom: 1px solid #eee;

}

.client-logo {

  display: flex;

  justify-content: center;

  align-items: center;

  height: 90px;

}

.client-logo img {

  max-height: 42px;

  width: auto;

  opacity: .45;

  filter: grayscale(100%);

  transition: .45s;

}

.client-logo:hover img {

  opacity: 1;

  filter: none;

  transform: scale(1.05);

}

#trusted {

  margin-top: -1px;

  background:
    linear-gradient(to bottom,
      rgba(249, 249, 246, 0.95),
      #ffffff);

}






/*======================================
FOOTER
=======================================*/

#footer {

  background: #111;

  color: #fff;

  padding: 120px 0 50px;

}

#footer hr {

  border-color: rgba(255, 255, 255, .08);

  margin: 60px 0;

}

/**************************/

.footer-brand img {

  height: 70px;

  margin-bottom: 35px;

}

.footer-brand h2 {

  color: #fff;

  font-size: 52px;

  max-width: 720px;

  margin: auto;

}

.footer-brand p {

  margin-top: 20px;

  color: rgba(255, 255, 255, .75);

}

.footer-buttons {

  margin-top: 45px;

  display: flex;

  justify-content: center;

  gap: 20px;

}

.btn-footer {

  padding: 15px 35px;

  border-radius: 50px;

  border: 1px solid rgba(255, 255, 255, .15);

  color: #fff;

}

.btn-footer:hover {

  background: #fff;

  color: #111;

}

/**************************/

.footer-nav {

  display: flex;

  justify-content: center;

  gap: 45px;

  flex-wrap: wrap;

}

.footer-nav a {

  color: #fff;

  font-weight: 600;

}

.footer-nav a:hover {

  color: var(--gold);

}

/**************************/

.footer-social {

  display: flex;

  justify-content: center;

  gap: 18px;

  margin-top: 60px;

}

.footer-social a {

  width: 55px;

  height: 55px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px solid rgba(255, 255, 255, .12);

  color: #fff;

  transition: .4s;

}

.footer-social a:hover {

  background: var(--gold);

  border-color: var(--gold);

}

/**************************/

.footer-bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  gap: 20px;

}

.footer-bottom a {

  color: rgba(255, 255, 255, .70);

  margin-left: 30px;

}

.footer-bottom a:hover {

  color: var(--gold);

}




























#hero {

  position: relative;

  overflow: hidden;

  background: var(--background);

  min-height: 100vh;

  padding-top: 180px;

  padding-bottom: 60px;

}

.hero-gradient {

  position: absolute;

  inset: 0;

  background:

    radial-gradient(circle at top right,

      rgba(18, 53, 91, .08),

      transparent 45%);

}

.hero-circle {

  position: absolute;

  border-radius: 50%;

}

.hero-circle-one {

  width: 620px;

  height: 620px;

  top: -250px;

  right: -180px;

  background: rgba(18, 53, 91, .05);

}

.hero-circle-two {

  width: 280px;

  height: 280px;

  bottom: 140px;

  left: -120px;

  background: rgba(200, 169, 106, .10);

}

.hero-wrapper {

  position: relative;

  z-index: 3;

}

.hero-content {

  max-width: 720px;

}

.hero-label {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 22px;

  border-radius: 40px;

  background: var(--surface);

  color: var(--primary);

  box-shadow: var(--shadow-sm);

  margin-bottom: 35px;

  font-size: .9rem;

  font-weight: 700;

}

.hero-label::before {

  content: "";

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: var(--accent);

}

.hero-content h1 {

  font-size: var(--fs-hero);

  color: var(--heading);

  line-height: 1;

  margin-bottom: 35px;

  max-width: 760px;

}

.hero-content p {

  font-size: 1.25rem;

  color: var(--text-light);

  max-width: 620px;

  margin-bottom: 50px;

}

.hero-buttons {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

}

.hero-image {

  width: 100%;

  display: flex;

  justify-content: center;

  margin-top: 80px;

  position: relative;

  z-index: 2;

}

.hero-image img {

  width: 100%;

  max-width: 720px;

  animation: floatImage 8s ease-in-out infinite;

}

.hero-companies {

  margin-top: 80px;

  border-top: 1px solid var(--border);

  border-bottom: 1px solid var(--border);

  background: rgba(255, 255, 255, .65);

  backdrop-filter: blur(10px);

  overflow: hidden;

}

.companies-slider {

  display: flex;

  gap: 90px;

  align-items: center;

  animation: logos 45s linear infinite;

  width: max-content;

  padding: 28px 0;

}

.company-logo img {

  height: 38px;

  width: auto;

  filter: grayscale(100%);

  opacity: .6;

  transition: var(--transition);

}

.company-logo:hover img {

  filter: none;

  opacity: 1;

  transform: scale(1.08);

}

@keyframes logos {

  from {

    transform: translateX(0);

  }

  to {

    transform: translateX(-50%);

  }

}

@keyframes floatImage {

  0% {

    transform: translateY(0);

  }

  50% {

    transform: translateY(-10px);

  }

  100% {

    transform: translateY(0);

  }

}

@media(max-width:991px) {

  #hero {

    padding-top: 150px;

  }

  .hero-content {

    text-align: center;

    margin: auto;

  }

  .hero-buttons {

    justify-content: center;

  }

  .hero-image {

    margin-top: 60px;

  }

  .companies-slider {

    gap: 50px;

  }

}





#home-about {

  background: var(--color-background);

}

.about-image {

  position: relative;

  overflow: hidden;

  border-radius: var(--radius-lg);

  box-shadow: var(--shadow-lg);

}

.about-image img {

  width: 100%;

  display: block;

  transition: transform .8s ease;

}

.about-image:hover img {

  transform: scale(1.04);

}

.about-content {

  font-size: 1.12rem;

  color: var(--color-body);

  margin: 35px 0;

}

.about-stats {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  margin-top: 45px;

  padding-top: 35px;

  border-top: 1px solid var(--color-border);

}

.stat-item {

  text-align: left;

}

.stat-item .number {

  display: block;

  font-family: 'Cormorant Garamond', serif;

  font-size: 2.7rem;

  font-weight: 700;

  color: var(--color-primary);

  line-height: 1;

}

.stat-item .label {

  display: block;

  margin-top: 10px;

  color: var(--color-muted);

  font-size: .95rem;

}

@media(max-width:991px) {

  .about-stats {

    grid-template-columns: 1fr;

    gap: 25px;

  }

}






/* Expertise */

#expertise {

  background: var(--color-surface);

}

.expertise-row {

  display: grid;

  grid-template-columns: 1fr 1fr;

  align-items: center;

  gap: 80px;

  margin-bottom: 140px;

}

.expertise-row:last-child {

  margin-bottom: 0;

}

.expertise-row.reverse .expertise-image {

  order: 2;

}

.expertise-row.reverse .expertise-content {

  order: 1;

}

.expertise-image {

  overflow: hidden;

  border-radius: 24px;

  box-shadow: var(--shadow-lg);

}

.expertise-image img {

  width: 100%;

  display: block;

  transition: .8s;

}

.expertise-image:hover img {

  transform: scale(1.05);

}

.expertise-content {

  max-width: 560px;

}

.expertise-content h3 {

  font-size: 3rem;

  margin-bottom: 25px;

}

.expertise-content p {

  margin-bottom: 40px;

  font-size: 1.1rem;

  color: var(--color-body);

}

@media(max-width:991px) {

  .expertise-row,

  .expertise-row.reverse {

    grid-template-columns: 1fr;

    gap: 40px;

    margin-bottom: 90px;

  }

  .expertise-row.reverse .expertise-image,

  .expertise-row.reverse .expertise-content {

    order: initial;

  }

}


/* Why Fifi */

#why-fifi {

  background: var(--color-surface-alt);

}

.editorial-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 60px;

  margin-top: 70px;

}

.editorial-grid article {

  padding: 50px;

  background: #fff;

  border-radius: 18px;

  border: 1px solid var(--color-border);

  transition: var(--transition);

}

.editorial-grid article:hover {

  transform: translateY(-8px);

  box-shadow: var(--shadow-md);

}

.editorial-grid span {

  display: block;

  font-size: 4rem;

  font-family: 'Cormorant Garamond', serif;

  color: rgba(18, 53, 91, .12);

  margin-bottom: 20px;

}

.editorial-grid h3 {

  margin-bottom: 20px;

  font-size: 2rem;

}

.editorial-grid p {

  margin: 0;

  color: var(--color-body);

}


@media(max-width:991px) {

  .editorial-grid {

    grid-template-columns: 1fr;

    gap: 30px;

  }

}





/* signature-moments */
#signature-moments {

  background: var(--color-background);

}

.signature-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 35px;

}

.signature-item {

  background: var(--color-surface);

  border-radius: 20px;

  overflow: hidden;

  box-shadow: var(--shadow-sm);

  transition: var(--transition);

}

.signature-item:hover {

  transform: translateY(-8px);

  box-shadow: var(--shadow-md);

}

.signature-image {

  overflow: hidden;

}

.signature-image img {

  width: 100%;

  aspect-ratio: 16/10;

  object-fit: cover;

  transition: .6s;

}

.signature-item:hover img {

  transform: scale(1.05);

}

.signature-content {

  padding: 35px;

}

.signature-content h3 {

  margin-bottom: 15px;

  font-size: 2rem;

}

.signature-content p {

  margin: 0;

}


@media(max-width:991px) {

  .signature-grid {

    grid-template-columns: 1fr;

  }

}


/* trestimonials */

#testimonials {

  background: var(--color-surface);

}

.testimonial-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 35px;

}

.testimonial-card {

  background: var(--color-background);

  border: 1px solid var(--color-border);

  border-radius: 20px;

  padding: 45px;

  transition: var(--transition);

}

.testimonial-card:hover {

  transform: translateY(-6px);

  box-shadow: var(--shadow-md);

}

.quote-mark {

  font-family: 'Cormorant Garamond', serif;

  font-size: 5rem;

  color: var(--color-accent);

  line-height: 1;

}

.testimonial-message {

  margin: 20px 0 35px;

  color: var(--color-body);

  font-size: 1.05rem;

}

.testimonial-footer {

  display: flex;

  align-items: center;

  gap: 18px;

}

.testimonial-footer img {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  object-fit: cover;

}

.testimonial-footer h4 {

  margin: 0;

  font-size: 1.2rem;

}

.testimonial-footer span {

  color: var(--color-muted);

  font-size: .95rem;

}

@media(max-width:991px) {

  .testimonial-grid {

    grid-template-columns: 1fr;

  }

}



/* booking */

#booking-cta {

  background: var(--color-background);

}

.booking-panel {

  background: linear-gradient(135deg,
      var(--color-primary),
      var(--color-primary-light));

  border-radius: 32px;

  padding: 80px;

  color: #fff;

  box-shadow: var(--shadow-lg);

}

.booking-panel h2 {

  color: #fff;

  margin-bottom: 25px;

}

.booking-panel p {

  color: rgba(255, 255, 255, .9);

  font-size: 1.1rem;

  max-width: 640px;

}

.booking-panel .section-label {

  color: var(--color-accent-light);

}

.booking-panel .btn-outline-brand {

  border-color: #fff;

  color: #fff;

}

.booking-panel .btn-outline-brand:hover {

  background: #fff;

  color: var(--color-primary);

}

@media(max-width:991px) {

  .booking-panel {

    padding: 50px 35px;

    text-align: center;

  }

  .booking-panel .btn-primary-brand,
  .booking-panel .btn-outline-brand {

    width: 100%;

    margin: 10px 0 0;

  }

}

