:root {
  --primary-clr: #f97316;
  --black: #000;
  --white: #fff;
  --font-family-p2: "Inter", sans-serif;
  --font-family-p1: "Roboto", sans-serif;
}

[data-theme="dark"] {
  --primary-clr: #f97316;
  --black: #fff;
  --white: #000;

}

:root,
html[data-theme] {
  transition: background-color 230ms ease, color 230ms ease;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  font-family: var(--font-family-p1);
}

p {
  margin: 0;
  line-height: 1.6;
  font-family: var(--font-family-p2);
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Media & Images */
img {
  width: 100%;
  display: block;
  height: auto;
}

/* Forms */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
}

/*  */
.btn-main {
  display: inline-block;
  background-color: var(--primary-clr);
  color: var(--white);
  font: 400 16px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid var(--primary-clr);
  transition: all ease 0.5s;
}

.btn-main:hover {
  background-color: var(--white);
  color: var(--primary-clr);
}

/*  */
.theme-toggle {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  margin-left: 20px;
}

.theme-toggle .fa-moon,
.theme-toggle .fa-sun {
  width: 1.1rem;
  text-align: center;
  color: var(--black);
}

/* Accessible focus outline */
.theme-toggle:focus {
  outline: 3px solid rgba(100, 150, 255, 0.25);
  outline-offset: 2px;
}

/* site-header */
.site-header {
  padding: 10px 0;
  background-color: var(--white);
}

.navbar-brand img {
  object-fit: contain;
  max-width: 180px;
}

.site-header .navbar-nav {
  gap: 30px;
}

.site-header .navbar-nav li a {
  font: 400 16px/1.2 var(--font-family-p1);
  color: var(--black);
  padding: 0 !important;
  margin: 0 !important;
  text-transform: capitalize;
}

.site-header .navbar-nav li a.active,
.site-header .navbar-nav li a:hover {
  color: var(--primary-clr);
}

/* hero-banner */
.hero-banner {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  border-radius: 0 0px 30px 30px;
  overflow: hidden;
}

.inner-hero {
  overflow: visible;
}

.hero-banner::before {
  content: '';
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  border-radius: 0 0px 30px 30px;
  z-index: 0;
}

.hero-banner .text-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-banner h1 {
  color: var(--white);
  font: 700 60px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  margin-bottom: 20px;
}


.hero-banner p {
  font: 400 18px/1.6 var(--font-family-p2);
  color: var(--white);
  margin-bottom: 30px;
}

.hero-banner .row {
  position: relative;
  z-index: 1;
  align-items: end;
}

.hero-img {
  margin-bottom: -100px;
}

.hero-img img {
  aspect-ratio: 390/400;
  object-fit: cover;
  object-position: top;
}

.social-icons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons li a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Custom Colors */
.social-icons .facebook {
  background: #3b5998;
}

.social-icons .twitter {
  background: #1da1f2;
}

.social-icons .instagram {
  background: #833AB4;
}

.social-icons .youtube {
  background: #FFB400;
}

.social-icons .link {
  background: var(--black);
}

ul.hero-bredcrums {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.hero-bredcrums li {
  font: 500 14px/1.2 var(--font-family-p1);
  color: var(--white);
  margin-bottom: 10px;
  position: relative;
  /* padding-left: 10px; */
}

/* .hero-bredcrums li::before {
  content: '\f715';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--white);
  font-weight: 900;
  font-family: "Font Awesome 7 Pro";
} */

/* actors-listing */
.sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.actors-listing-sc {
  padding: 60px 0;
}

.actors-listing-sc h2 {
  color: var(--black);
  font: 600 42px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.actors-listing-sc p {
  font: 400 16px/1.6 var(--font-family-p2);
  color: var(--black);
}

.actor-card {
  text-align: start;
  border-radius: 10px;
  border: 1px solid #ebe6e7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}

.actor-img {
  position: relative;
  overflow: hidden;
}

.actor-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  /* border-radius: 10px 10px 0 0; */
}

.actor-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: rgba(0, 0, 0, 0.65); */
  color: var(--white);
  padding: 15px;
  margin: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  list-style: none;
  z-index: 9;
}

.actor-card-content li {
  font: 400 14px/1.2 var(--font-family-p1, sans-serif);
  margin-bottom: 5px;
}

.actor-card-content li i {
  font-size: 12px;
  margin-right: 5px;
}

.actor-card:hover img {
  transform: scale(1.05);
  filter: grayscale(100%);
}

.actor-img::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.actor-card:hover .actor-img::before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.actor-card:hover .actor-card-content {
  opacity: 1;
  transform: translateY(0);
}

.actor-card-text {
  padding: 14px;
  text-align: center;
}

.actor-name {
  color: var(--black, #000);
  font: 600 18px/1.2 var(--font-family-p1);
  margin-bottom: 5px;

}

.actor-card-text p {
  color: var(--black, #000);
  font: 500 12px/1.2 var(--font-family-p2);
  margin: 0;
}

/*  */
.filter-sidebar {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ebe6e7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.filter-sidebar h3 {
  color: var(--black);
  font: 600 18px/1.2 var(--font-family-p1);
  margin-bottom: 20px;
}

.filter-label {
  color: var(--black);
  font: 600 14px/1.2 var(--font-family-p1);
  margin-bottom: 5px;
}

/*  */
.fe-galary {
  padding: 100px 0 60px;
  background-color: var(--white);
}

.fe-galary h2 {
  color: var(--black);
  font: 600 42px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.hd-span {
  color: var(--black);
  font: 600 14px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  opacity: 0.6;
}

.gallery img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
}

.gallery video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 10px;
}

.gallery .video-overlay {
  position: relative;
  height: 100%;
  display: block;
}

.gallery .video-overlay i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: var(--white);
  z-index: 1;
}

.masonry-gl {
  column-count: 4;
  column-gap: 24px;
}

.masonry-gl img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 12px;
  display: block;
  break-inside: avoid;
}

/* dt-info */
.dt-info {
  padding: 60px 0;
}

.custom-tabs {
  padding: 8px;
  border: 0;
  gap: 5px;
  margin: 0 auto;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  width: auto;
  align-items: center;
  background-color: var(--white);
  border: 1px solid #d1d1d1;
}

.custom-tabs li button {
  padding: 10px 20px !important;
  border: 0 !important;
  background-color: transparent;
  border-radius: 5px !important;
  color: var(--black);

}

.custom-tabs li button.active,
.custom-tabs li button:hover {
  background-color: var(--primary-clr) !important;
  color: var(--white) !important;
}

.custom-tabs-content {
  padding: 50px 20px 20px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  margin-top: -30px;
}

.dt-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-top: 4px solid var(--primary-clr);
  height: 100%;
}

.dt-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.dt-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
}

.dt-card h5 i {
  color: var(--white);
  font-size: 14px;
  background: var(--primary-clr);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  ;
  justify-content: center;
}

.dt-card p {
  padding: 10px 0;
  font-size: 0.95rem;
  color: var(--black);
  border-bottom: 1px solid #00000040;
  text-align: start;
}

.dt-card p:last-child {
  border: 0;
}

.dt-card strong {
  color: var(--black);
}

.dt-card a {
  color: var(--primary-clr);
  text-decoration: none;
  font-weight: 500;
}

.dt-card a:hover {
  text-decoration: underline;
}

.contact-form {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ebe6e7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: start;
}

.contact-form label {
  text-align: start;
  font: 400 16px/1.2 var(--font-family-p2);
}
.contact-form input{
  text-align: start;
}
.masonry-gl {
  padding: 20px;

}

/*  */
/* Chrome, Safari, Edge */
.form-range::-webkit-slider-thumb {
  background-color: var(--primary-clr);
  border: none;
}

.form-range::-webkit-slider-runnable-track {
  background-color: #ddd;
}

/* Firefox */
.form-range::-moz-range-thumb {
  background-color: var(--primary-clr);
  border: none;
}

.form-range::-moz-range-track {
  background-color: #ddd;
  height: 8px;
  border-radius: 5px;
}

/* IE / Edge */
.form-range::-ms-thumb {
  background-color: var(--primary-clr);
  border: none;
}

.form-range::-ms-track {
  background-color: #ddd;
}

/*  */
.site-footer {
  text-align: center;
  padding: 50px 0;
  background: var(--black);
}

.site-footer h2 {
  color: var(--white);
  font: 600 20px/1.2 var(--font-family-p1);
  text-transform: capitalize;
  margin: 0 0 20px;
}

.site-footer p {
  font: 400 16px/1.2 var(--font-family-p1);
  color: var(--white);
}

.ft-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ft-logo img {
  max-width: 180px;
  object-fit: contain;

}