* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Cormorant Garamond", serif;
}

/* ===== #myHeader scoped styles ===== */

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .3s ease;
  background: transparent;
  transition: background .35s ease, box-shadow .35s ease;
  /* padding: 20px 0; */
}


#myHeader .headermn {
  background: transparent;
  transition: background .35s ease;
}

/* scroll hone par background aa jaye */
#myHeader.scrolled .headermn {
  background: rgb(17 17 17 / 79%);
  /* backdrop-filter: blur(16px); */
  /* -webkit-backdrop-filter: blur(16px); */

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

  transition: all 0.3s ease;
}

#myHeader.scrolled .navbar-toggler i {
  color: #ffffff;
  font-size: 24px;
}

#myHeader .navbar {
  padding: 18px 0;
}

/* logo */
#myHeader .navbar-brand img {
  max-width: 80px;
}

/* nav links */
#myHeader .navbar-nav {
  gap: 5px;
}

#myHeader .nav-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
  /*margin: 0 5px;*/
  text-transform: uppercase;
  position: relative;
  transition: color .25s ease, opacity .25s ease;
}

#myHeader .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #cba35c;
  transition: width .3s ease;
}

#myHeader .nav-link:hover {
  opacity: .8;
}

#myHeader .nav-link:hover::after {
  width: 100%;
}

/* dropdown */
#myHeader .dropdown-menu {
  background: #111;
  border: 1px solid #2a2a2a;
  border-radius: 2px;
  margin-top: 12px;
}

#myHeader .dropdown-item {
  color: #d9d4c9;
  font-size: 14px;
  padding: 8px 18px;
  transition: background .2s ease, color .2s ease;
}

#myHeader .dropdown-item:hover {
  background: #eaac3e;
  color: #fff;
}

/* enquiry button */
#myHeader .whatsapp {
  margin: 0 0 0 20px;
}

#myHeader .whatsapp a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 10px 15px;
  background: #eaac3e;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  transition: .4s;
  border-radius: 2px;
  font-weight: 600;
}

#myHeader .whatsapp a:hover {
  background: #111;
  transform: translateY(-2px);
}

/* toggler (mobile) */
#myHeader .navbar-toggler {
  border: none;
  box-shadow: none !important;
}

#myHeader .navbar-toggler i {
  color: #111;
  font-size: 24px;
}

/* offcanvas mobile menu */
#myHeader .offcanvas {
  /* background: #111111; */
  width: 90%;
}

#myHeader .offcanvas-title img {
  max-height: 100px;
}

/* #myHeader .btn-close {
  filter: invert(1);
} */

#myHeader .offcanvas .nav-link {
  color: #000000 !important;
}

#myHeader.scrolled .offcanvas .nav-link {
  color: #ffffff !important;
}





/* ===== #hero-section scoped styles ===== */

#hero-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#hero-section .hero-slider {
  margin: 0;
}

#hero-section .hero-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#hero-section .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
}

#hero-section .hero-grain {
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23n)" opacity="0.35"/></svg>');
  opacity: .5;
  mix-blend-mode: overlay;
  pointer-events: none;
}

#hero-section .owl-stage,
#hero-section .owl-item {
  margin: 0 !important;
}


/* footer */

#footer {
  background: #000;
  padding: 40px 0px;
  position:relative;
}

#footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    z-index:0;
}

#footer .container-fluid{
    width:95%;
    position: relative;
}

#footer h3 {
  color: #eaac3e;
  font-size: 34px;
  margin-bottom: 10px;
}

#footer .footer-contact ul,
#footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-contact li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

#footer .footer-contact i {
  color: #eaac3e;
  margin-right: 10px;
}

#footer .footer-center img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#footer .footer-center p {
  color: #fff;
  max-width: 650px;
  margin: auto;
  font-size: 18px;
  line-height: 32px;
}

#footer .footer-social {
  margin-top: 20px;
}

#footer .footer-social a {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
  transition: .4s;
}

#footer .footer-social a:hover {
  background: #eaac3e;
  border-color: #eaac3e;
  color: #fff;
  transform: translateY(-5px);
}

#footer .footer-links {
  text-align: right;
}

#footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .3s;
}

#footer .footer-links a:hover {
  color: #eaac3e;
  padding-right: 8px;
}


#about {
  background: #F5EFE7;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

/* Decorative background dots pattern */
#about::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 40px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(#eaac3e 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .35;
  z-index: 0;
}

#about::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 130px;
  height: 130px;
  background-image: radial-gradient(#eaac3e 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: .35;
  z-index: 0;
}

/* ---- Heading ---- */
#about .about-heading {
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

#about .sub-label {
  display: inline-block;
  color: #eaac3e;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 12px;
}

#about .sub-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #eaac3e;
}

#about .about-heading h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: .9;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  z-index: 2;
}

#about .about-heading h2 span {
  display: inline-block;
  font-size: 48px;
  font-style: italic;
  text-transform: lowercase;
  font-weight: 400;
  margin: 0 10px;
  color: #eaac3e;
}

/* ---- Content wrapper ---- */
#about .about-content {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}

#about .about-img {
  overflow: visible;
  position: relative;
}

#about .about-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

/* Left image with corner frame */
#about .left-img {
  height: 400px;
  position: relative;
}

#about .left-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

#about .left-img .img-frame {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 100%;
  height: 100%;
  border: 1px solid #eaac3e;
  border-radius: 4px;
  z-index: 1;
}

/* Right image */
#about .right-img {
  margin-top: -230px;
  width: 560px;
  position: relative;
}

#about .right-img img {
  height: 500px;
  border-radius: 4px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
}

/* Experience badge, overlapping bottom-left of right image */
#about .exp-badge {
  position: absolute;
  left: -30px;
  bottom: 30px;
  background: #eaac3e;
  color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 30px rgba(234, 172, 62, .4);
  z-index: 3;
}

#about .exp-badge h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

#about .exp-badge h3 span {
  font-size: 18px;
  vertical-align: top;
}

#about .exp-badge p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 4px 0 0;
  line-height: 1.3;
}

/* ---- Text content ---- */
#about .about-text {
  padding: 20px 10px;
  text-align: center;
  position: relative;
}

#about .quote-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(234, 172, 62, .12);
  color: #eaac3e;
  font-size: 18px;
  margin-bottom: 18px;
}

#about .about-text h4 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}

#about .divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #eaac3e;
  margin: 0 auto 30px;
  border-radius: 2px;
  position: relative;
}

#about .about-text p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

#about .about-text strong {
  font-weight: 600;
  color: #111;
}

#about .tagline {
  font-size: 20px !important;
  line-height: 36px !important;
  /* margin-top:35px; */
  padding-top: 25px;
  position: relative;
  display: inline-block;
}

#about .tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 1px;
  background: #c9c0b0;
}

#about .brand-logos {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}

#about .brand-logos img {
  max-height: 45px;
  width: auto;
  opacity: .85;
  transition: .4s;
  filter: grayscale(100%);
}

#about .brand-logos img:hover {
  opacity: 1;
  filter: grayscale(0%);
}


#gallery {
  padding: 0;
  overflow: hidden;
}

#gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

#gallery .gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}

#gallery .gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: .5s;
  display: block;
}

#gallery .gallery-item:hover img {
  transform: scale(1.08);
  opacity: .8;
}

#gallery .gallery-center {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

#gallery .gallery-center h2 {
  font-size: 28px;
  margin: 0;
  color: #222;
  font-weight: 400;
}

#gallery .gallery-center span {
  font-size: 40px;
  line-height: 1;
  color: #eaac3e;
  font-style: italic;
}

#gallery .gallery-center p {
  font-size: 30px;
  margin: 0;
  color: #222;
}




#photo-services {
  padding: 40px 0;
  background: #f8f4ee;
  overflow: hidden;
}

#photo-services .row{
  row-gap: 20px;
}

#photo-services .service-heading span {
  display: inline-block;
  color: #eaac3e;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#photo-services .service-heading h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: .9;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  z-index: 2;
}

#photo-services .service-heading p {
  color: #666;
  font-size: 17px;
}

/* ---- Card ---- */
#photo-services .service-card {
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  margin: 0 12px;
  transition: .4s;
}

#photo-services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

/* ---- Image + overlay ---- */
#photo-services .service-image {
  overflow: hidden;
  height: 350px;
  position: relative;
}

#photo-services .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s;
}

#photo-services .service-card:hover .service-image img {
  transform: scale(1.08);
}

/* gradient overlay creative touch */
#photo-services .service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, 0) 55%);
  opacity: 0;
  transition: .4s;
}

#photo-services .service-card:hover .service-image::after {
  opacity: 1;
}

/* number badge */
#photo-services .service-number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaac3e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 2;
}

/* overlay icon circle, appears on hover */
#photo-services .service-overlay-icon {
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaac3e;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  z-index: 2;
  transition: .4s;
}

#photo-services .service-card:hover .service-overlay-icon {
  bottom: 20px;
}

#photo-services .service-overlay-icon:hover {
  background: #222;
}

/* ---- Content ---- */
#photo-services .service-content {
  padding: 25px 20px 30px;
}

#photo-services .service-content a {
  display: inline-block;
  font-size: 26px;
  color: #1d1d1d;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: .3s;
}

#photo-services .service-content a:hover {
  color: #eaac3e;
}

#photo-services .service-content p {
  color: #2d2d2d;
  line-height: 28px;
  font-size: 18px;
  margin: 0;
}

/* ---- Owl Carousel nav/dots — theme match ---- */
#photo-services .owl-nav {
  text-align: center;
  margin-top: 35px;
}

#photo-services .owl-nav button {
  width: 45px;
  height: 45px;
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #eaac3e !important;
  border-radius: 50%;
  margin: 0 6px;
  font-size: 20px !important;
  transition: .3s;
}

#photo-services .owl-nav button:hover {
  background: #eaac3e !important;
  color: #fff !important;
}

#photo-services .owl-dots {
  display: flex !important;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

#photo-services .owl-dots .owl-dot {
  display: inline-block;
}

#photo-services .owl-dots .owl-dot span {
  display: block !important;
  background: #e0d8c8 !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 4px !important;
  border-radius: 50%;
}

#photo-services .owl-dots .owl-dot.active span {
  background: #eaac3e !important;
  width: 26px !important;
  border-radius: 6px !important;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}




#cinema-section {
  position: relative;
  height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

/* Background Video */

#cinema-section .cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark Overlay */

#cinema-section .cinema-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 2;
}

/* Top Shape */

#cinema-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #f7f2eb;
  clip-path: polygon(0 0, 100% 0, 74% 100%, 26% 100%);
  z-index: 3;
}

/* Bottom Shape */

#cinema-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #f7f2eb;
  clip-path: polygon(26% 0, 74% 0, 100% 101%, 0 101%);
  z-index: 3;
}

#cinema-section .container {
  position: relative;
  z-index: 5;
}

#cinema-section .cinema-content {
  text-align: center;
  color: #fff;
}

#cinema-section .cinema-content span {
  display: block;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  margin-bottom: 25px;
}

#cinema-section .cinema-content h2 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 35px;
  line-height: 1.1;
}

#cinema-section .cinema-content p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #f3f3f3;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
}

#cinema-section .cinema-content strong {
  color: #ffffff;
  font-weight: 600;
}

#cinema-section .cinema-content h5 {
  margin-top: 35px;
  font-size: 30px;
  color: #eaac3e;
  font-weight: 500;
  letter-spacing: 1px;
}



#lux-video-section {
  padding: 40px 0;
  background: #f8f3ec;
}

/* ---- Heading ---- */
#lux-video-section .video-heading {
  margin-bottom: 10px;
}

#lux-video-section .video-heading span {
  display: inline-block;
  color: #eaac3e;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

#lux-video-section .video-heading h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: .9;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* ---- Card ---- */
#lux-video-section .video-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

#lux-video-section .video-card video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: .6s;
}

#lux-video-section .video-card:hover video {
  transform: scale(1.05);
}

/* Corner film badge */
#lux-video-section .film-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  z-index: 3;
}

/* ---- Overlay ---- */
#lux-video-section .video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .1) 55%, rgba(0, 0, 0, .35) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .4s;
  z-index: 2;
}

#lux-video-section .video-tag {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #eaac3e;
  margin-bottom: 14px;
}

#lux-video-section .video-overlay h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

#lux-video-section .name-divider {
  width: 50px;
  height: 2px;
  background: #eaac3e;
  margin-bottom: 30px;
}

/* ---- Play button, glass + pulse ring ---- */
#lux-video-section .play-btn {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: .35s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lux-video-section .play-btn i {
  margin-left: 4px;
  transition: .3s;
}

#lux-video-section .play-btn::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(234, 172, 62, .6);
  opacity: 0;
  transform: scale(.85);
  transition: .5s;
}

#lux-video-section .video-card:hover .play-btn::before {
  opacity: 1;
  transform: scale(1);
  animation: pulseRing 1.8s infinite;
}

#lux-video-section .play-btn:hover {
  background: #eaac3e;
  border-color: #eaac3e;
  color: #111;
  transform: scale(1.08);
}

@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 172, 62, .45);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(234, 172, 62, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(234, 172, 62, 0);
  }
}

#lux-video-section .watch-label {
  display: block;
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  opacity: .85;
}

/* ---- Playing state ---- */
#lux-video-section .video-card.playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}

#lux-video-section .video-card.playing .film-badge {
  opacity: 0;
  pointer-events: none;
}

#testimonial-section{
    position:relative;
    padding:50px 0;
    overflow:hidden;
    display:flex;
    align-items:center;
}

#testimonial-section .testimonial-bg{
    position:absolute;
    inset:0;
}

#testimonial-section .testimonial-bg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

#testimonial-section .testimonial-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,
    rgb(0 0 0 / 82%) 0%,
    rgb(0 0 0 / 35%) 35%,
    rgb(0 0 0 / 0%) 70%);
}

#testimonial-section .container{
    position:relative;
    z-index:2;
}

#testimonial-section .sub-label{
    display:inline-block;
    color:#eaac3e;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:13px;
    margin-bottom:14px;
    position:relative;
    padding-bottom:12px;
}

#testimonial-section .sub-label::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:40px;
    height:2px;
    background:#eaac3e;
}

#testimonial-section .testimonial-heading{
    margin-bottom:35px;
}

#testimonial-section .testimonial-heading h2{
    font-size:38px;
    font-weight:500;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0;
}

#testimonial-section .testimonial-item{
    position:relative;
}

#testimonial-section .quote-mark{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(234,172,62,.15);
    border:1px solid rgba(234,172,62,.4);
    color:#eaac3e;
    font-size:20px;
    margin-bottom:20px;
}

#testimonial-section .stars{
    margin-bottom:20px;
}

#testimonial-section .stars i{
    color:#eaac3e;
    font-size:15px;
    margin-right:3px;
}

/* Scrollable Text */
#testimonial-section .testimonial-text{
    height:220px;
    overflow-y:auto;
    padding-right:12px;
    margin-bottom:30px;
}

#testimonial-section .testimonial-text p{
    color:#f5f0e8;
    line-height:1.8;
    font-size:18px;
    margin:0;
    font-weight:500;
    font-style:italic;
}

/* Custom Scrollbar */
#testimonial-section .testimonial-text::-webkit-scrollbar{
    width:6px;
}

#testimonial-section .testimonial-text::-webkit-scrollbar-track{
    background:rgba(255,255,255,.12);
    border-radius:20px;
}

#testimonial-section .testimonial-text::-webkit-scrollbar-thumb{
    background:#eaac3e;
    border-radius:20px;
}

#testimonial-section .testimonial-text::-webkit-scrollbar-thumb:hover{
    background:#d79a2c;
}

#testimonial-section .testimonial-text{
    scrollbar-width:thin;
    scrollbar-color:#eaac3e rgba(255,255,255,.12);
}

/* Client Info */
#testimonial-section .client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

#testimonial-section .client-avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    background:linear-gradient(135deg,#eaac3e,#c98a26);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    letter-spacing:1px;
    flex-shrink:0;
}

#testimonial-section .client-meta h5{
    color:#eaac3e;
    font-size:20px;
    margin:0 0 5px;
    font-weight:600;
}

#testimonial-section .client-meta small{
    color:#d5d5d5;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:12px;
}

/* Owl Dots */
#testimonial-section .owl-dots{
    display:flex !important;
    margin-top:40px;
    justify-content:flex-start;
}

#testimonial-section .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    display:block;
    border-radius:50%;
    background:rgba(234,172,62,.35);
    transition:.3s;
}

#testimonial-section .owl-dot.active span{
    width:35px;
    border-radius:20px;
    background:#eaac3e;
}

/*==============================
        CONTACT HERO
===============================*/
/*=====================================
        Hero Banner
=====================================*/

#lux-contact-hero {
  position: relative;
  padding: 120px 0 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}

#lux-contact-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lux-contact-hero:before {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .45), rgba(0, 0, 0, .20));
}

#lux-contact-hero .container {
  position: relative;
  z-index: 2;
}

#lux-contact-hero .lux-contact-content {
  max-width: 650px;
}

/*============================
        Breadcrumb
============================*/

#lux-contact-hero .lux-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

#lux-contact-hero .lux-breadcrumb a {
  color: #eaac3e;
  text-decoration: none;
  font-size: 18px;
  transition: .4s;
}

#lux-contact-hero .lux-breadcrumb a:hover {
  color: #eaac3e;
}

#lux-contact-hero .lux-breadcrumb span {
  display: flex;
  align-items: center;
}

#lux-contact-hero .lux-breadcrumb span i {
  font-size: 5px;
  color: #eaac3e;
}

#lux-contact-hero .lux-breadcrumb .active {
  color: #000;
  font-size: 18px;
}

/*============================
        Heading
============================*/

#lux-contact-hero h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  line-height: 1.08;
  color: #111;
  margin-bottom: 20px;
  font-weight: 500;
}

#lux-contact-hero h2 span {
  color: #eaac3e;
  font-style: italic;
}

#lux-contact-hero p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  max-width: 540px;
  margin-bottom: 35px;
}

/*============================
        Button
============================*/

#lux-contact-hero .lux-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 38px;
  background: #eaac3e;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  transition: .4s;
}

#lux-contact-hero .lux-contact-btn:hover {
  background: #111;
  color: #fff;
}

/*==========================================
        CONTACT SECTION
==========================================*/

#lux-contact-section {
  padding: 40px 0;
  background: #f8f4ee;
  position: relative;
}

#lux-contact-section .lux-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#lux-contact-section .lux-contact-card {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
  transition: .4s;
  border: 1px solid #eee;
}

#lux-contact-section .lux-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

#lux-contact-section .lux-contact-icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  background: #f4f0ea;
  color: #eaac3e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

#lux-contact-section .lux-contact-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  margin-bottom: 5px;
  color: #111;
}

#lux-contact-section .lux-contact-text p {
  margin: 0;
  color: #2d2d2d;
  line-height: 1.8;
  font-size: 18px;
}

#lux-contact-section .lux-contact-text a {
  color: #2d2d2d;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
}

#lux-contact-section .lux-contact-text a:hover {
  color: #eaac3e;
}

#lux-contact-section .lux-contact-text strong {
  display: block;
  color: #222;
  margin-top: 5px;
}

/*=====================
      Divider
======================*/
#lux-contact-section .lux-divider {
  position: relative;
  width: 1px;
  height: 100%;
  min-height: 650px;
  /* apne content ke hisab se adjust kar lo */
  margin: 0 auto;
}

#lux-contact-section .lux-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #eaac3e;
}

/*=====================
      Form
======================*/

#lux-contact-section .lux-contact-form-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
  border: 1px solid #eee;
}

#lux-contact-section .lux-contact-form-box h2 {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
  color: #111;
}

#lux-contact-section .lux-divider-line {
  width: 60px;
  height: 3px;
  background: #eaac3e;
  margin: 0 auto 40px;
}

#lux-contact-section label {
  display: block;
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 8px;
  font-weight: 500;
}

#lux-contact-section .form-control,
#lux-contact-section .form-select {
  border-radius: 0;
  height: 40px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 15px;
}

#lux-contact-section textarea.form-control {
  height: 150px;
  resize: none;
  padding-top: 15px;
}

#lux-contact-section .form-control:focus,
#lux-contact-section .form-select:focus {
  border-color: #eaac3e;
  box-shadow: none;
}

/*=====================
      Button
======================*/

#lux-contact-section .lux-submit-btn {
  background: #eaac3e;
  color: #fff;
  border: none;
  padding: 16px 45px;
  font-size: 15px;
  letter-spacing: 1px;
  transition: .4s;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

#lux-contact-section .lux-submit-btn:hover {
  background: #222;
}

#lux-contact-section .lux-submit-btn i {
  transition: .4s;
}

#lux-contact-section .lux-submit-btn:hover i {
  transform: translateX(5px);
}

#lux-contact-section .row {
  row-gap: 10px;
}

/*=====================
      Responsive
======================*/

@media(max-width:991px) {
  #lux-contact-section .lux-divider {
    display: none;
  }
}


#lux-studio-visit {
  padding: 40px 0;
  background: #f8f5ef;
  overflow: hidden;
}

#lux-studio-visit .row {
  display: flex;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}


#lux-studio-visit .studio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#lux-studio-visit .studio-info {
  padding: 70px 60px;
  position: relative;
}

#lux-studio-visit .studio-info::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 35px;
  width: 70px;
  height: 70px;
  background-image: radial-gradient(#eaac3e 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: .6;
}

#lux-studio-visit .studio-label {
  display: block;
  color: #eaac3e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#lux-studio-visit .studio-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 5px;
  font-weight: 500;
}

#lux-studio-visit .studio-flourish {
  width: 45px;
  height: 3px;
  background: #eaac3e;
  margin-bottom: 25px;
  position: relative;
}

#lux-studio-visit .studio-flourish:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eaac3e;
}

#lux-studio-visit p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  margin-bottom: 0px;
}

#lux-studio-visit .studio-meta {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

#lux-studio-visit .studio-meta li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 16px;
}

#lux-studio-visit .studio-meta i {
  color: #eaac3e;
  font-size: 20px;
  width: 22px;
}

#lux-studio-visit .studio-action {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #eaac3e;
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: .35s;
}

#lux-studio-visit .studio-action:hover {
  background: #222;
  color: #fff;
}

#lux-studio-visit .studio-action i {
  transition: .35s;
}

#lux-studio-visit .studio-action:hover i {
  transform: translateX(5px);
}

/*==============================
        MAP SECTION
===============================*/

#lux-location-map {
  padding: 40px 0px;
  background: #f8f5ef;
}

#lux-location-map .lux-map-box {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

#lux-location-map iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
  filter: grayscale(.15) brightness(1.02);
}


/*=========================
        FAQ SECTION
=========================*/
#lux-faq-section {
    padding: 40px 0;
    background: #f8f5ef;
}

#lux-faq-section .lux-faq-heading {
    margin-bottom: 30px;
}

#lux-faq-section .lux-faq-heading span {
    display: block;
    color: #eaac3e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

#lux-faq-section .lux-faq-heading h2 {
    font-size: 50px;
    line-height: 1.1;
    color: #111;
    margin-bottom: 5px;
    font-weight: 500;
}

#lux-faq-section .lux-faq-divider {
    width: 60px;
    height: 3px;
    background: #eaac3e;
    margin: 20px auto 0;
    position: relative;
}

#lux-faq-section .lux-faq-divider::before,
#lux-faq-section .lux-faq-divider::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #eaac3e;
    border-radius: 50%;
    top: -2px;
}

#lux-faq-section .lux-faq-divider::before {
    left: -12px;
}

#lux-faq-section .lux-faq-divider::after {
    right: -12px;
}

/* ===========================
   Two Column Layout
=========================== */

#lux-faq-section .lux-faq-columns {
    column-count: 2;
    column-gap: 60px;
    position: relative;
}

#lux-faq-section .lux-faq-columns::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    border-left: 2px dotted #d8b56d;
}

/* ===========================
   Accordion
=========================== */

#lux-faq-section .accordion-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 18px;
    border: none;
    background: transparent;
}

#lux-faq-section .accordion-header {
    margin: 0;
}

#lux-faq-section .accordion-button {
    background: #fff;
    border: 1px solid #eadfcb;
    box-shadow: none;
    padding: 18px 24px;
    padding-right: 55px;
    font-size: 20px;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
}

#lux-faq-section .accordion-button:not(.collapsed) {
    background: #fff;
    color: #eaac3e;
}

#lux-faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: #eadfcb;
}

#lux-faq-section .accordion-button::after {
    display: none;
}

#lux-faq-section .accordion-button::before {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #eaac3e;
    transition: all .3s ease;
    line-height: 1;
}

#lux-faq-section .accordion-button:not(.collapsed)::before {
    content: "−";
}

#lux-faq-section .accordion-collapse {
    border: 0;
}

#lux-faq-section .accordion-body {
    background: #fff;
    border: 1px solid #eadfcb;
    border-top: none;
    padding: 20px;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.8;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 991px) {

    #lux-faq-section .lux-faq-columns {
        column-count: 1;
        column-gap: 0;
    }

    #lux-faq-section .lux-faq-columns::before {
        display: none;
    }

    #lux-faq-section .lux-faq-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {


    #lux-faq-section .accordion-button {
        font-size: 16px;
        padding: 16px 18px;
        padding-right: 45px;
    }

    #lux-faq-section .accordion-button::before {
        right: 16px;
        font-size: 24px;
    }

    #lux-faq-section .accordion-body {
        font-size: 16px;
        padding: 16px;
    }
}

/*==================================
        GALLERY PAGE
==================================*/

#gallery-page {
  padding: 40px 0;
  background: #f8f5ef;
}

/*=========================
        TABS
=========================*/

#gallery-page .gallery-page-tabs {
  margin-bottom: 50px;
}

#gallery-page .nav-pills {
  gap: 18px;
}

#gallery-page .nav-link {
  border: 2px solid #d8b56d;
  color: #333;
  background: #fff;
  border-radius: 50px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .4s;
}

#gallery-page .nav-link i {
  color: #eaac3e;
}

#gallery-page .nav-link.active {
  background: #eaac3e;
  border-color: #eaac3e;
  color: #fff;
}

#gallery-page .nav-link.active i {
  color: #fff;
}

#gallery-page .nav-link:hover {
  background: #eaac3e;
  color: #fff;
}

#gallery-page .nav-link:hover i {
  color: #fff;
}


#gallery-page .gallery-item img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transition: .5s;
  display: block;
}

#gallery-page .gallery-item {
  overflow: hidden;
  display: block;
}

#gallery-page .gallery-item img {
  width: 100%;
  display: block;
  transition: .5s;
}

#gallery-page .gallery-item:hover img {
  transform: scale(1.08);
}

/*=========================
        VIDEO
=========================*/

#gallery-page .video-gallery-card video {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
  transition: .4s;
}

#gallery-page .video-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, .12);
}

#gallery-page .video-gallery-card {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  background: #000;
}

#gallery-page video::-webkit-media-controls-play-button {
  filter: invert(18%) sepia(74%) saturate(507%) hue-rotate(7deg);
}

/*=========================
       TAB ANIMATION
=========================*/

#gallery-page .tab-pane {
  animation: galleryFade .5s ease;
}

@keyframes galleryFade {

  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:991px) {

  #gallery-page {
    padding: 60px 0;
  }

  #gallery-page video {
    height: 320px;
  }

}

@media(max-width:767px) {

  #gallery-page .gallery-page-tabs {
    margin-bottom: 35px;
  }

  #gallery-page .nav-pills {
    gap: 10px;
  }

  #gallery-page .nav-link {
    padding: 12px 24px;
    font-size: 14px;
  }

  #gallery-page video {
    height: 260px;
  }

}

#luxuara-about {
  background: #fbf8f4;
  padding: 40px 0px;
  overflow: hidden;
}

#luxuara-about .image-box {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

#luxuara-about .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

#luxuara-about .image-box:hover img {
  transform: scale(1.05);
}

#luxuara-about .sub-title {
  display: block;
  color: #eaac3e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#luxuara-about h2 {
  font-size: 50px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 5px;
  font-weight: 500;
}

#luxuara-about h2 span {
  color: #eaac3e;
  font-style: italic;
}

#luxuara-about .gold-line {
  width: 45px;
  height: 3px;
  background: #eaac3e;
  margin-bottom: 25px;
  position: relative;
}

#luxuara-about .gold-line:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eaac3e;
}

#luxuara-about .about-content p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  margin-bottom: 10px;
}

#luxuara-about .section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

#luxuara-about .section-title h6 {
  display: block;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

#luxuara-about .section-title .lux-faq-divider {
  width: 60px;
  height: 3px;
  background: #eaac3e;
  margin: 20px auto 0;
  position: relative;
}

#luxuara-about .lux-faq-divider::before {
  left: -12px;
}

#luxuara-about .lux-faq-divider::after {
  right: -12px;
}

#luxuara-about .lux-faq-divider::before,
#luxuara-about .lux-faq-divider::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #eaac3e;
  border-radius: 50%;
  top: -2px;
}

#luxuara-about .feature-card {
  text-align: center;
  padding: 20px;
}

#luxuara-about .icon-circle {
  width: 90px;
  height: 90px;
  border: 2px solid #eadbc0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: .3s;
}

#luxuara-about .icon-circle img {
  width: 60px;
  height: 60px;
  transition: 0.3s ease;
}

/* Hover Effect */
#luxuara-about .feature-card:hover .icon-circle {
  background: #eaac3e;
  border-color: #eaac3e;
}

#luxuara-about .feature-card:hover .icon-circle img {
  filter: brightness(0) invert(1);
}

#luxuara-about .feature-card h5 {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
}

#luxuara-about .feature-card p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
}

@media (max-width:991px) {


  #luxuara-about h2 {
    font-size: 40px;
    margin-top: 30px;
  }

}

#luxuara-counter {
  padding: 40px 0;
  background: #faf7f2;
}

#luxuara-counter .counter-wrapper {
  background: #f8f2e9;
  border: 1px solid #eaac3e;
  padding: 30px 15px;
}

#luxuara-counter .intro {
  text-align: center;
}

#luxuara-counter .small-title {
  display: block;
  color: #eaac3e;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 10px;
}

#luxuara-counter .intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 45px;
  font-style: italic;
  color: #2d2d2d;
}

#luxuara-counter .counter-box {
  border-right: 1px solid #d8c7ab;
  padding: 15px;
}

#luxuara-counter .counter-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  color: #eaac3e;
  margin-bottom: 8px;
  font-weight: 600;
}

#luxuara-counter .counter-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #222;
  font-weight: 600;
  line-height: 1.6;
}

@media(max-width:991px) {

  #luxuara-counter .counter-box {
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
  }

  #luxuara-counter .counter-box:last-child {
    border-bottom: none;
  }

  #luxuara-counter .intro h2 {
    font-size: 40px;
  }

}


#luxuara-philosophy {
  position: relative;
  background: url("../images/philosophy-bg.jpg") center center/cover no-repeat;
  /* background-attachment: fixed; */
  padding: 40px 0;
  overflow: hidden;
}

#luxuara-philosophy .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .60);
}

#luxuara-philosophy .container {
  position: relative;
  z-index: 2;
}

#luxuara-philosophy .section-tag {
  color: #eaac3e;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

#luxuara-philosophy h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 20px;
}

#luxuara-philosophy h2 span {
  color: #eaac3e;
  font-style: italic;
}

#luxuara-philosophy p {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.9;
  max-width: 650px;
}


/*==============================
        HOW WE WORK
===============================*/

#work-process {
  padding: 40px 0;
  background: #faf7f3;
  position: relative;
  overflow: hidden;
}

#work-process .work-heading span {
  display: block;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

#work-process .heading-line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}

#work-process .heading-line::before,
#work-process .heading-line::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #eaac3e;
}

#work-process .heading-line span {
  width: 8px;
  height: 8px;
  background: #eaac3e;
  border-radius: 50%;
  margin: 0 12px;
  display: block;
}

#work-process .work-row {
  position: relative;
}

#work-process .work-row::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12%;
  right: 12%;
  height: 1px;
  border-top: 1px dashed #eaac3e;
  z-index: 0;
}

#work-process .work-box {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

#work-process .work-number {
  width: 42px;
  height: 42px;
  background: #eaac3e;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  font-family: serif;
}

#work-process .work-box h4 {
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
  color: #111;
}

#work-process .work-box p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  max-width: 240px;
  margin: auto;
}

/* Decorative top left line */

#work-process::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 25px;
  top: -15px;
  border-top: 2px solid #eaac3e;
  transform: rotate(-25deg);
  opacity: .5;
}

/* Tablet */

@media(max-width:991px) {


  #work-process .work-row::before {
    display: none;
  }
}


/*=========================
        Founder
=========================*/

#founder {
  padding: 40px 0;
  background: #f8f2e9;
  overflow: hidden;
  position: relative;
}

#founder .founder-image::before {
  content: "";
  position: absolute;
  right: 22px;
  top: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #eaac3e;
  z-index: 0;
}

#founder .container {
  position: relative;
  z-index: 2;
}

#founder .founder-content {
  padding-right: 60px;
}

#founder .founder-subtitle {
  display: block;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

#founder .founder-content h2 {
  font-size: 50px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 5px;
  font-weight: 500;
}


#founder .founder-content h2 span {
  color: #eaac3e;
  font-style: italic;
}

#founder .founder-line {
  width: 70px;
  height: 2px;
  background: #eaac3e;
  margin-bottom: 25px;
}

#founder .founder-content p {
  font-size: 18px;
  line-height: 32px;
  color: #2d2d2d;
  margin-bottom: 10px;
}

#founder .signature {
  width: 170px;
  margin-top: 20px;
}

#founder .founder-image {
  position: relative;
}

#founder .founder-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}


#founder .row {
  row-gap: 20px;
}




/*=========================
      Gallery Slider
=========================*/

#gallery-slider {
  padding: 40px 0;
  background: #faf8f5;
  overflow: hidden;
}

#gallery-slider .gallery-heading {
  margin-bottom: 40px;
}

#gallery-slider .gallery-heading span {
  /*    
    font-size:13px;
    letter-spacing:5px;
    color:#eaac3e;
    text-transform:uppercase; */


  display: inline-block;
  position: relative;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

#gallery-slider .gallery-heading span::before,
#gallery-slider .gallery-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background: #eaac3e;
}

#gallery-slider .gallery-heading span::before {
  right: 110%;
}

#gallery-slider .gallery-heading span::after {
  left: 110%;
}

#gallery-slider .owl-stage {
  display: flex;
  align-items: center;
}

#gallery-slider .gallery-item {
  display: block;
  overflow: hidden;
  margin: 0 5px;
}

#gallery-slider .gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: .5s;
}

#gallery-slider .gallery-item:hover img {
  transform: scale(1.08);
}

#gallery-slider .gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #eaac3e;
  color: #fff;
  text-decoration: none;
  padding: 14px 34px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  transition: .4s;
}

#gallery-slider .gallery-btn i {
  transition: .4s;
}

#gallery-slider .gallery-btn:hover {
  background: #111;
  color: #fff;
}

#gallery-slider .gallery-btn:hover i {
  transform: translateX(6px);
}

/*==============================
        CTA Banner
==============================*/

#cta-banner {
  position: relative;
  padding: 40px 0;
  background: url('../images/banner-new.png') center center/cover no-repeat;
  overflow: hidden;
}

#cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
}

#cta-banner .container {
  position: relative;
  z-index: 2;
}

#cta-banner .cta-content h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 20px;
}

#cta-banner .cta-content h2 span {
  color: #eaac3e;
  font-style: italic;
}

#cta-banner .cta-content p {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.9;
  max-width: 650px;
  margin-bottom: 20px;
}

#cta-banner .cta-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

#cta-banner .book-btn,
#cta-banner .contact-btn {

  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 14px 34px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: .4s;
  font-weight: 600;
}

#cta-banner .book-btn {

  background: #eaac3e;
  color: #fff;
}

#cta-banner .book-btn:hover {

  background: #111;
  color: #fff;
}

#cta-banner .contact-btn {
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
}

#cta-banner .contact-btn:hover {
  background: #eaac3e;
  color: #fff;
}

#cta-banner .book-btn i,
#cta-banner .contact-btn i {
  transition: .4s;
}

#cta-banner .book-btn:hover i,
#cta-banner .contact-btn:hover i {

  transform: translateX(5px);
}


@media(max-width:767px) {

  #cta-banner .cta-btns {

    flex-direction: column;
    align-items: center;
  }

  /* #cta-banner .book-btn,
  #cta-banner .contact-btn {

    width: 220px;
    justify-content: center;
  } */


}


/*=========================================
            SERVICE ABOUT
=========================================*/

#service-about {
  padding: 40px 0;
  background: #faf8f5;
  position: relative;
}

#service-about .service-about-content {
  padding-right: 40px;
}

#service-about .service-subtitle {
  display: block;
  color: #eaac3e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

#service-about .service-about-content h2 {
  font-size: 50px;
  line-height: 1.1;
  color: #111;
  margin-bottom: 5px;
  font-weight: 500;
}

#service-about .service-about-content h2 span {
  display: block;
  color: #eaac3e;
  font-style: italic;
}

#service-about .service-line {
  width: 70px;
  height: 2px;
  background: #eaac3e;
  position: relative;
  margin-bottom: 28px;
}

#service-about .service-line::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #eaac3e;
  border-radius: 50%;
  transform: translateY(-50%);
}

#service-about .service-about-content p {
font-size: 18px;
    line-height: 32px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
#service-about .service-about-content ul{
       list-style: none;
    padding: 0;
    margin: 0 0 35px;
    columns: 1;
    column-gap: 40px;
}

#service-about .service-about-content ul li{
    position:relative;
    padding-left:38px;
    margin-bottom:8px;
    font-size: 18px;
    line-height:28px;
}
#service-about .service-about-content ul li::before{
    content:"\f00c";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:2px;
    width:22px;
    height:22px;
    border:1px solid #eaac3e;
    border-radius:50%;
    color:#ffffff;
    background-color: #eaac3e;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
}
#service-about .service-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #eaac3e;
  color: #fff;
  text-decoration: none;
  padding: 15px 34px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .4s;
}

#service-about .service-btn i {
  transition: .4s;
}

#service-about .service-btn:hover {
  background: #111;
  color: #fff;
}

#service-about .service-btn:hover i {
  transform: translateX(6px);
}

/*==========================
        IMAGE
==========================*/

#service-about .service-about-image {
      position: sticky;
    padding: 18px;
    top: 120px;
}

#service-about .service-about-image .image-border {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eaac3e;
  z-index: 0;
}

#service-about .service-about-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}


/*==============================
        WHY CHOOSE
==============================*/

#why-choose{
    padding:40px 0;
    background:#faf8f5;
}

#why-choose .why-choose-heading{
    text-align:center;
    margin-bottom:55px;
}

#why-choose .why-choose-heading span{
       display: block;
    color: #eaac3e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
}

#why-choose .why-choose-heading span::before{
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:65px;
    height:3px;
    background:#eaac3e;
}

#why-choose .why-choose-heading span::after{
    content:"";
    position:absolute;
    bottom:-3px;
    left:50%;
    transform:translateX(-50%);
    width:10px;
    height:10px;
    background:#eaac3e;
    border-radius:50%;
}

#why-choose .why-choose-box{
    background:#fff;
    padding:30px 5px;
    text-align:center;
    border:1px solid #f0e7db;
    border-radius:8px;
    height:100%;
    transition:.4s;
}

#why-choose .why-choose-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

#why-choose .why-choose-icon{
    margin-bottom:22px;
}

#why-choose .why-choose-icon i{
    font-size:30px;
    color:#eaac3e;
}

#why-choose .why-choose-box h4{
       font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size:23px;
    margin-bottom: 10px;
    color: #111;
}

#why-choose .why-choose-box p{
        font-size: 16px;
    /* line-height: 32px; */
    color: #2d2d2d;
}



/*==============================
        Package
==============================*/

#package-section{
    padding:40px 0;
    background:#faf8f5;
}

#package-section .package-subtitle{
  display: block;
    color: #eaac3e;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

#package-section h2{
        font-size: 50px;
    line-height: 1.1;
    color: #111;
    margin-bottom: 5px;
    font-weight: 500;}

#package-section .package-line{
    width:70px;
    height:2px;
    background:#eaac3e;
    margin-bottom:30px;
    position:relative;
}

#package-section .package-line::after{
    content:"";
    width:7px;
    height:7px;
    background:#eaac3e;
    border-radius:50%;
    position:absolute;
    right:-5px;
    top:-2px;
}

/*=====================
      List
=====================*/

#package-section .package-list ul{
    list-style:none;
    padding:0;
    margin:0 0 35px;

    columns:2;
    column-gap:40px;
}

#package-section .package-list ul li{
    position: relative;
    padding-left: 38px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;

}

#package-section .package-list li::before{
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaac3e;
    border-radius: 50%;
    color: #ffffff;
    background-color: #eaac3e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/*=====================
      Button
=====================*/

#package-section .package-btn{
    display:inline-block;
    background:#eaac3e;
    color:#fff;
    text-decoration:none;
    padding:15px 34px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    transition:.4s;
}

#package-section .package-btn:hover{
    background:#111;
    color:#fff;
}

/*=====================
      Image
=====================*/

#package-section .package-image{
    position:relative;
    padding:15px;
}

#package-section .package-border{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    border:1px solid #eaac3e;
}

#package-section .package-image img{
    width:100%;
    position:relative;
    z-index:2;
}


/*======================================
        SECTION TITLE
======================================*/

#latest-blog{
    padding:40px 0;
    background:#fbf8f4;
}

#latest-blog .section-title{
    margin-bottom:60px;
}

#latest-blog .section-title span{
    color:#eaac3e;
    letter-spacing:3px;
    font-size:13px;
    text-transform:uppercase;
}

#latest-blog .section-title h2{
    font-family:'Cormorant Garamond',serif;
    font-size:50px;
    margin-top:12px;
    color:#222;
}


/*======================================
            BLOG CARD
======================================*/

#latest-blog .blog-card{
    background:#fff;
    border:1px solid #eee;
    transition:.4s;
    height:100%;
}

#latest-blog .blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

#latest-blog .blog-image{
    position:relative;
    overflow:hidden;
}

#latest-blog .blog-image img{
    width:100%;
    transition:.5s;
}

#latest-blog .blog-card:hover img{
    transform:scale(1.08);
}

#latest-blog .blog-image span{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#eaac3e;
    color:#fff;
    padding:8px 18px;
    font-size:12px;
    text-transform:uppercase;
}

#latest-blog .blog-content{
    padding:30px;
}

#latest-blog .blog-content .blog-meta{
    display:flex;
    gap:20px;
    list-style:none;
    padding:0;
    margin-bottom:18px;
}

#latest-blog .blog-content .blog-meta li{
    font-size:13px;
    color:#777;
}

#latest-blog .blog-content .blog-meta i{
    color:#eaac3e;
    margin-right:5px;
}

#latest-blog .blog-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#222;
    margin-bottom:18px;
}

#latest-blog .blog-content p{
    color:#2D2D2D;
    line-height:30px;
    margin-bottom:25px;
    font-size:18px;
}

#latest-blog .blog-content a{
    color:#eaac3e;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

#latest-blog .blog-content a i{
    margin-left:8px;
}

#latest-blog .blog-content a:hover{
    color:#111;
}



/*==================================
        BLOG DETAIL
==================================*/

#blog-detail{
    padding:40px 0;
    background:#fbf8f4;
}

#blog-detail .blog-detail-content{
    background:#fff;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

#blog-detail .blog-meta{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-bottom:20px;
}

#blog-detail .blog-meta span{
    color:#777;
    font-size:14px;
}

#blog-detail .blog-meta i{
    color:#eaac3e;
    margin-right:6px;
}

#blog-detail h2{
    font-family:'Cormorant Garamond',serif;
    font-size:50px;
    line-height:1.2;
    color:#222;
    margin-bottom:30px;
}

#blog-detail .blog-detail-content img{
    width:100%;
    border-radius:8px;
    margin:25px 0;
}

#blog-detail .blog-detail-content p{
        font-size: 18px;
    line-height: 32px;
    color: #2d2d2d;
    margin-bottom:20px;
}

#blog-detail .blog-detail-content h3{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#222;
    margin:20px 0 12px;
}

#blog-detail blockquote{
    background:#fff8eb;
    border-left:4px solid #eaac3e;
    padding:30px;
    margin:35px 0;
    font-size:24px;
    font-family:'Cormorant Garamond',serif;
    color:#333;
    font-style:italic;
    line-height:1.6;
}

/*==================================
        SIDEBAR
==================================*/

#blog-detail .sidebar-widget{
    background:#fff;
    padding:30px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
        position: sticky;
    top: 120px;
}

#blog-detail .sidebar-widget h4{
    font-family:'Cormorant Garamond',serif;
    font-size:32px;
    color:#222;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
}

#blog-detail .sidebar-widget h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background:#eaac3e;
}

/*==================================
        RECENT BLOG
==================================*/

#blog-detail .recent-blog{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}

#blog-detail .recent-blog:last-child{
    margin-bottom:0;
    border-bottom:none;
    padding-bottom:0;
}

#blog-detail .recent-blog img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
}

#blog-detail .recent-blog a{
    display:block;
    color:#222;
    text-decoration:none;
    font-weight:600;
    line-height:24px;
    transition:.3s;
}

#blog-detail .recent-blog a:hover{
    color:#eaac3e;
}

#blog-detail .recent-blog span{
    display:block;
    margin-top:8px;
    color:#888;
    font-size:13px;
}

/*==================================
        CATEGORY
==================================*/

#blog-detail .blog-category{
    list-style:none;
    padding:0;
    margin:0;
}

#blog-detail .blog-category li{
    margin-bottom:15px;
}

#blog-detail .blog-category li:last-child{
    margin-bottom:0;
}

#blog-detail .blog-category li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#555;
    text-decoration:none;
    transition:.3s;
    position:relative;
    padding-left:22px;
}

#blog-detail .blog-category li a::before{
    content:"\f105";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    color:#eaac3e;
}

#blog-detail .blog-category li a:hover{
    color:#eaac3e;
    padding-left:28px;
}

/*==================================
        TAGS
==================================*/

#blog-detail .blog-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

#blog-detail .blog-tags a{
    text-decoration:none;
    background:#f6f6f6;
    color:#444;
    padding:10px 18px;
    transition:.3s;
    border-radius:4px;
    font-size:14px;
}

#blog-detail .blog-tags a:hover{
    background:#eaac3e;
    color:#fff;
}


/*=========================
      LUXURY MODAL
=========================*/

.modal-content{
    border:none;
    border-radius:18px;
    overflow:hidden;
    background:#f8f5ef;
    /* box-shadow:0 25px 60px rgba(0,0,0,.25); */
}

.modal-header{
    background:#eaac3e;
    padding:15px 20px;
    border:none;
    position:relative;
}

.modal-header::after{
    content:"";
    position:absolute;
    left:30px;
    bottom:0;
    width:70px;
    height:2px;
    background:#eaac3e;
}

.modal-title{
    color:#fff;
    font-size:30px;
    font-family:'Cormorant Garamond',serif;
    font-weight:600;
    letter-spacing:.5px;
}

.modal .btn-close{
    opacity:1;
}

.modal-body{
    padding:15px;
    background:#f8f5ef;
}

/* Inputs */

.modal-body .form-control{
    height:56px;
    border-radius:0;
    border:1px solid #d8c8aa;
    background:#fff;
    color:#222;
    box-shadow:none;
    font-size:15px;
    padding:0 18px;
    transition:.35s;
}

.modal-body textarea.form-control{
    height:140px;
    resize:none;
    padding:15px 18px;
}

.modal-body .form-control:focus{
    border-color:#eaac3e;
    box-shadow:none;
}

/* Date */

.modal-body input[type="date"]{
    cursor:pointer;
}

/* Placeholder */

.modal-body .form-control::placeholder{
    color:#888;
}

/* Button */

.modal-body .submit{
    height:56px;
    border:none;
    background:#eaac3e;
    color:#111;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.35s;
}

.modal-body .submit:hover{
    background:#111;
    color:#fff;
}

/* Animation */

.modal.fade .modal-dialog{
    transform:translateY(-40px);
    transition:.4s ease;
}

.modal.show .modal-dialog{
    transform:translateY(0);
}


/* scroll-top css============================= */
#scrollTopBtn{position:fixed;bottom:17px;right:15px;width:42px;height:42px;background-color:#eaac3e;color:#fff;border:none;cursor:pointer;font-size:1.1rem;display:none;align-items:center;justify-content:center;z-index:2222;transition:background-color .3s ease}
#scrollTopBtn:hover{background-color:#222}
#scrollTopBtn.show{display:flex}

/* Quick contact css========================= */
#quickcontact{width:45px;position:fixed;top:60%;right:15px;z-index:102}

/*=========================
      FILM GALLERY
==========================*/

#film-gallery{
    padding:40px 0;
    background:#faf8f5;
}

#film-gallery .film-title{
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}

#film-gallery .film-title span{
      display: inline-block;
    color: #eaac3e;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#film-gallery .film-title h2{
    font-size: 50px;
    font-weight: 500;
    line-height: .9;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 2;
}

#film-gallery .film-title p{
    color:#666;
    line-height:30px;
}

#film-gallery .film-card{
    background:#fff;
    overflow:hidden;
    transition:.4s;
    border-radius:8px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    height:100%;
}

#film-gallery .film-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

#film-gallery .film-image{
    overflow:hidden;
}

#film-gallery .film-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

#film-gallery .film-card:hover .film-image img{
    transform:scale(1.08);
}

#film-gallery .film-content{
    padding:10px 0;
    text-align:center;
}

#film-gallery .film-content .title{
        display:block;
    font-size: 26px;
    color: #1d1d1d;
    margin-bottom: 5px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
}

#film-gallery .film-content p{
        color: #2d2d2d;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 10px;

}

#film-gallery .film-btn{
    display:inline-block;
    padding:13px 32px;
    background:#eaac3e;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    transition:.4s;
}

#film-gallery .film-btn:hover{
    background:#111;
    color:#fff;
}



#film-detail{
    padding:40px 0;
    background:#faf8f5;
}

#film-detail .film-main-video{
    height:500px;
    width:100%;
}

#film-detail .film-main-video video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

#film-detail .film-heading{
    font-family:'Cormorant Garamond',serif;
    font-size:42px;
    color:#222;
    margin-bottom:35px;
    text-align:center;
}

#film-detail .film-video-card video{
    width:100%;
    border-radius:8px;
    transition:.4s;
}

#film-detail .film-video-card:hover{
    transform:translateY(-6px);
}

#film-detail .film-video-card video:hover{
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

#film-detail .glightbox{
    display:block;
    overflow:hidden;
    border-radius:8px;
}

#film-detail .glightbox img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

#film-detail .glightbox:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){


#film-detail .film-heading{
    font-size:30px;
}

}

@media(max-width:767px){


#film-detail .film-heading{
    font-size:30px;
}

#film-detail .glightbox img{
    height:180px;
}

}