* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: var(--white);
  overflow-x: hidden;
}
:root {
  --cormo: "Cormorant", serif;
  --yesone: "Yeseva One", serif;
  --yest: "Yesteryear", cursive;
  --white: #f4f4f6;
  --black: #3d465a;
  --black-filter: brightness(0) saturate(100%) invert(23%) sepia(27%);
  --border-bottom: #999;
  --background: #e8eaee;
  --footer-p-color: #ffffff80;
  --footer-bg: linear-gradient(
    180deg,
    rgba(87, 6, 135, 1) 0%,
    rgba(20, 1, 47, 1) 100%
  );
}
@font-face {
  font-family: "Ranget";
  src: url("../Ranget.otf") format("opentype");
}

.wedding-home {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  position: fixed;
  top: 0;
  z-index: 999;
}
nav {
  width: 100%;
  max-width: 1400px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
header.scrolled nav ul li a {
  color: var(--black);
}
.mob-nav-ul li i {
  color: var(--white);
  cursor: pointer;
}
header.scrolled .mob-nav-ul li i {
  color: var(--black);
}

nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav ul li a {
  font-size: 25px;
  color: var(--white);
  font-family: "Cormorant", serif;
  text-decoration: none;
  transition: all 0.4 ease;
  font-weight: 500;
  display: flex;
  align-items: center;
  &:hover {
    color: #ede6d6;
  }
}
nav ul li a i {
  font-size: 20px;
  margin-left: 5px;
}
.sup-menu-wrap {
  position: absolute;
  top: 100%;
  left: 17%;
  width: 200px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.sup-menu-wrap.open-menu {
  max-height: 250px;
}
.sub-menu {
  background: var(--background);
  border-radius: 5px;
}

.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-menu ul li {
  border-bottom: 1px solid var(--border-bottom);
  transition: all 0.5s ease;
  padding: 10px 20px;
}

.sub-menu ul li:last-child {
  border-bottom: none;
}

.sub-menu ul li a {
  font-size: 25px;
  text-decoration: none;
  font-family: var(--cormo);
  color: var(--black);
  font-weight: 500;
}

.sub-menu ul li:hover {
  transform: translateX(5px);
  cursor: pointer;
}
#bar-menu a {
  color: #ea5b61;
  text-decoration: none;
  font-size: 22px;
  font-family: "deg", sans-serif;
}

#bar-menu {
  background-color: var(--white-color);
  height: 100vh;
  width: 30%;
  position: absolute;
  top: 0;
  right: -30%;
  background: var(--footer-bg);
  background-size: cover;
  background-position: right center;
  padding: 85px 0px;
}

#bar-menu h4 {
  border-bottom: 1px solid var(--border-bottom);
  font-size: 25px !important;
  font-weight: 700;
  padding: 25px 20px;
  color: var(--background);
  display: block;
  font-family: var(--cormo);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bar-menu a:last-of-type h4 {
  border-bottom: none;
}
#bar-menu a {
}
#bar-menu .aside-close {
  position: absolute;
  top: 3.3%;
  right: 5.5%;
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  font-weight: 600;
  font-size: 25px;
  cursor: pointer;
  line-height: normal;
}

/* ==================================================== */
.dropdown {
  display: none;
  flex-direction: column;
  padding-left: 15px;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--border-bottom);
}

.dropdown a {
  font-size: 20px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: var(--border-bottom) !important;
  font-family: var(--cormo) !important;
  font-weight: 600;
}

.dropdown a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------- */

.wedding-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("assets/images/frame-borderline-white.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.banner-context {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.banner-context h1 {
  color: #ffffff3b;
  font-size: 150px;
  font-family: "Yesteryear", cursive;
  font-weight: 300;
  text-align: center;
  line-height: 100%;
  position: absolute;
}
.banner-context h2 {
  text-align: center;
  color: var(--white);
  font-size: 50px;
  font-family: var(--yesone);
  font-weight: 500;
}
.home-view-btn {
  position: absolute;
  top: 70%;
  z-index: 3;
}
.view-port {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  background-color: rgb(15, 15, 15);
  border: none;
  color: var(--white);
  background: linear-gradient(90deg,rgba(238, 144, 60, 0.9) 0%, rgba(138, 32, 144, 1) 90%);
  gap: 8px;
  cursor: pointer;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
  position: relative;
  overflow: hidden;
  transition-duration: 1s;
  font-size: 25px;
  font-family: var(--yesone);
  border-radius: 50px;
}

.view-port::before {
  width: 100%;
  height: 200px;
  position: absolute;
  content: "";
  background-color: var(--white);
  color: var(--white);
  border-radius: 50%;
  left: -100%;
  top: 0;
  transition-duration: 0.5s;
  mix-blend-mode: difference;
}

.view-port:hover::before {
  transition-duration: 0.7s;
  transform: translate(100%, -50%);
  border-radius: 0;
}

.view-port:active {
  transform: translate(5px, 5px);
  transition-duration: 0.3s;
}
.categories-button {
  z-index: 6;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 120px;
  height: 265px;
  width: 62px;
  white-space: nowrap;
  background-color: var(--white);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Cormorant", serif;
}
.categories-button p {
  rotate: 270deg;
}
.categories-button p::before {
  content: "-";
  color: #333;
  margin-right: 4px;
}

.categories-button p::after {
  content: "-";
  color: #333;
  margin-left: 4px;
}
.home-about {
  width: 100%;
  padding: 60px 0 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-details {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 20px;
  gap: 40px;
}
.details-context {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.details-title p {
  display: inline-block;
  margin-bottom: 16px;
  color: currentcolor;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--cormo);
}
.details-title h2 {
  font-family: var(--yesone);
  text-transform: capitalize;
  margin: 0px;
  color: var(--black);
  font-size: 40px;
}

.details-body p {
  font-size: 20px;
  font-family: var(--cormo);
  margin: 0;
}
.cat {
  width: 100%;
}
.cat ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}
.cat ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--cormo);
}

.cat ul li i {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}
.sing p {
  color: #494790;
  font-family: "Ranget", sans-serif;
  font-size: 64px;
  line-height: 84px;
  margin: 0;
}
.read-about a {
  font-family: var(--cormo);
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  font-weight: 800;
  font-size: 20px;
  transition: all 0.5s ease;
}
.read-about a:hover {
  letter-spacing: 3px;
  color: inherit;
}
.details-imgs {
  position: relative;
}

.details-img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 498px;
  height: 100%;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
}
.details-img1 .firstimg,
.service-img1 .firstimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-img2 {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 286px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
}
.details-img2 .secimg,
.service-img2 .secimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banded1 {
  position: absolute;
  width: 45%;
  top: -10%;
  right: -10%;
  z-index: 3;
}
.banded2 {
  position: absolute;
  width: 181px;
  left: -20%;
  top: -10%;
}

.home-portfolio {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 40px;
  position: relative;
}
.left-lev {
  position: absolute;
  left: 0;
  top: -1%;
  width: 20%;
}
.portfolio-body {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.portfolio-title {
  width: 100%;
  text-align: center;
}
.portfolio-title p {
  font-size: 20px;
  font-family: var(--cormo);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--black);
}
.portfolio-title h2 {
  font-family: var(--yesone);
  font-size: 40px;
  color: var(--black);
}
.portfolio-title span {
  font-family: var(--cormo);
  font-size: 20px;
}
.home-portfolio .portfolio-body .section,.len-work-body .section{
  padding: 0;
  background-color: var(--white);
}

.home-service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--background);
  margin: 0 auto;
  position: relative;
}
.right-leve {
  position: absolute;
  width: 250px;
  opacity: 0.15;
  right: 0;
  top: 0%;
}
.service-body {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 70px 20px;
  row-gap: 150px;
}

.service-body > :nth-child(3) {
  grid-column: 1 / -1;
}

.service-imgs {
  position: relative;
}
.service-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 498px;
  height: 100%;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
}
.service-img2 {
  position: absolute;
  right: 13%;
  bottom: -10%;
  width: 250px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
}
.banded3 {
  position: absolute;
  left: -13%;
  top: -11%;
  width: 45%;
  rotate: -70deg;
}
.banded4 {
  position: absolute;
  width: 70px;
  top: -15%;
  left: 40%;
}
.service-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.small-boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pt-box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.pt-box-img img {
  width: 48px;
  filter: var(--black-filter);
}
.pt-box-title h2 {
  font-size: 19px;
  text-transform: uppercase;
  font-family: var(--cormo);
  font-weight: 700;
  padding: 12px 0;
}
.divider {
  border-top: 1px dashed var(--black);
  width: 30%;
  margin-top: 12px;
}

.pt-box-text p {
  font-size: 16px;
  font-family: var(--cormo);
}

.i-have {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.have-box {
  background: var(--background);
  padding: 0 40px 40px;
  border-radius: 5px;
  background: var(--white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 0px -1px inset,
    rgba(0, 0, 0, 0.3) 0px 1px 130px -18px inset;
  text-align: center;
}
.have-box .counter::after {
  content: "+";
  margin-left: 2px;
  font-weight: bold;
}

.counter {
  color: var(--black);
  font-size: 100px;
  font-family: var(--cormo);
  font-weight: 900;
}
.have-box h2 {
  font-size: 30px;
  font-family: var(--cormo);
  font-weight: 900;
}
.have-box p {
  font-size: 20px;
  font-family: var(--cormo);
}
.award {
  width: 100%;
  padding: 50px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--white);
}
.award-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.award-title p {
  display: inline-block;
  color: currentcolor;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--cormo);
}
.award-title h2 {
  font-family: var(--yesone);
  text-transform: capitalize;
  margin: 0px;
  color: var(--black);
  font-size: 40px;
}
.award-imges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.we-create {
  width: 100%;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.create-title {
  position: absolute;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.create-title h2 {
  font-size: 50px;
  font-family: var(--yesone);
  color: var(--white);
}
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 30px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: var(--black);
  box-shadow: 0 0 0 2px var(--black);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--white);
  margin-top: 40px;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: var(--black);
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--black);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: var(--white);
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: var(--white);
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px var(--background);
}

.animated-button:hover .circle {
  width: 250px;
  height: 200px;
  opacity: 1;
}
.home-booking {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 20px;
  margin: 0 auto;
  background: var(--white);
  position: relative;
}
.booking-body {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.booking-title .details-title {
  text-align: center;
}
.home-booking .left-lev {
  position: absolute;
  left: 0;
  top: 8% !important;
  width: 15%;
}
.home-booking .right-lev {
  position: absolute;
  right: 0;
  top: 42% !important;
  width: 15%;
}
.booking-form {
  width: 60%;
  margin-top: 60px;
  z-index: 2;
}
form {
  margin: auto;
  font-family: "Cormorant", serif;
}

.form-row {
  display: flex;
  gap: 40px;
  margin: 0 0 30px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group input::placeholder,
.form-group textarea,
select::placeholder,
#services {
  font-family: var(--cormo);
  font-size: 20px;
  text-transform: uppercase;
  background: transparent;
}
input,
select,
textarea {
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  font-size: 20px;
  color: var(--black);
}
select,
textarea {
  margin: 0 0 30px;
}

input:invalid,
select:invalid,
textarea:invalid {
  border-color: #ccc;
}

.submit-button {
  background: var(--black);
  color: var(--white);
  border: none;
  padding: 18px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.booking-img1 {
  position: absolute;
  width: 280px;
  height: 300px;
  right: -2.2%;
  top: 25%;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
  z-index: 0;
  rotate: 10deg;
}
.book_img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-b1 {
  position: absolute;
  left: -15%;
  top: -30px;
  width: 150px;
  rotate: -10deg;
}
.booking-img2 {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -2.2%;
  top: 50%;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #fcfcfd;
  box-shadow: 0px 40px 109px 0px
    rgba(63.999999999999986, 68, 81.99999999999999, 0.050980392156862744);
  z-index: 0;
  rotate: -20deg;
}
.book_img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-b2 {
  position: absolute;
  left: 30%;
  top: -22%;
  width: 130px;
  rotate: 60deg;
}
.booking-contact {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 90px;
}
.book-cont-box {
  text-align: center;
  padding: 48px 48px 48px 48px;
  border: 1px solid currentColor;
  border-color: #3d465a33;
  font-family: var(--cormo);
  color: var(--black);
}
.cont-box-icon img {
  width: 40px;
  filter: var(--black-filter);
}
.cont-box-title,
.cont-box-icon {
  margin-bottom: 22px;
}
.cont-box-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.cont-box-text {
  font-size: 25px;
  font-weight: 800;
}
.home-ser-pro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background);
  padding: 40px 20px;
}
.ser-body {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ser-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.ser-title .details-title {
  text-align: center;
}
.ser-detals {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.item {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  transition: background-color 0.3s, color 0.3s, backdrop-filter 0.3s;
}
.item1-img,
.item2-img,
.item3-img,
.item4-img {
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.item1-img {
  background-image: url("../images/4.webp");
}
.item2-img {
  background-image: url("../images/13.webp");
}
.item3-img {
  background-image: url("../images/12.webp");
}
.item4-img {
  background-image: url("../images/14.webp");
}

.itemImg-details h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--cormo);
}
.itemImg-details p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--cormo);
}
.owl-nav .owl-next {
  position: absolute;
  right: -5%;
  top: 40%;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: var(--background) !important;
  color: var(--black) !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--black) !important;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -5%;
  top: 40%;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: var(--background) !important;
  color: var(--black) !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--black) !important;
}
.client-love {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: var(--white);
}
.client-love-body {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.love-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.love-title .details-title {
  text-align: center;
}
.container {
  background-color: var(--background);
  width: 100%;
  padding: 30px 30px 60px 30px;
  border-radius: 5px;
}
.container-xxl {
  padding: 0;
}
em {
  color: var(--border-bottom);
}
.fa:before {
  color: var(--black) !important;
}
.carousel-control-next {
  margin: 0 3em;
}

i.fa-arrow-right,
i.fa-arrow-left {
  background: none;
  border: 2px solid var(--black);
  color: var(--black);
  padding: 10px;
  border-radius: 100%;
  transition: background 0.6s ease;
}

i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
  background: var(--black);
  color: var(--background);
}

.carousel-indicators {
  justify-content: flex-start;
  transform: translate(-40px, 50px);
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid var(--black);
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--black);
}

.control-btn {
  position: absolute;
  top: 8px;
  right: 10em;
}
.carousel-control-next,
.carousel-control-prev {
  top: 1em;
  left: 3em;
}

.testimonial-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}

.wow {
  position: relative;
  grid-column: span 2;
}

.carousel-landmark {
  grid-column: span 3;
}
.textimal-text {
  margin: 20px 0;
  font-family: var(--cormo);
  font-size: 25px !important;
}
.img-fluid {
  width: 100px;
  height: 100px;
}
.mb-1 {
  font-family: var(--yesone);
  font-size: 20px;
}
.at {
  font-family: var(--cormo);
  font-size: 18px;
}
.portfolio-container {
  background-color: var(--background);
  border-radius: 8px;
}
.border-primary {
  border: none !important;
}
.carousel-indicators {
  margin-left: 9% !important;
}

footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background);
}
.footer-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--footer-bg);
}
.footer-context {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 40px;
  border-bottom: 1px solid; 
  border-image: linear-gradient(90deg, rgba(238, 144, 60, 1) 0%, rgba(138, 32, 144, 1) 90%) 1;
}

.footer-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-right: 1px solid; 
  border-image: linear-gradient(90deg, rgba(238, 144, 60, 1) 0%, rgba(138, 32, 144, 1) 90%) 1;
  padding: 40px 40px 20px 0;
}

.footer-img img {
  width: 60%;
  margin-bottom: 20px;
}
.footer-title p {
  font-size: 20px;
  font-family: var(--cormo);
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--footer-p-color);
  display: flex;
  align-items: center;
}
.footer-title p i {
  width: 30px;
  margin-right: 5px;
  filter: var(--footer-p-color);
}
.footer-title p a{
  color: inherit;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 40px 0px 20px 40px;
}
.all-links {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
}
.footer-links ul .h4-tai {
  font-size: 35px;
  font-family: var(--cormo);
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
}
.footer-links ul .foot-menu li {
  margin-bottom: 10px;
}
.footer-links ul .foot-menu li a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--cormo);
  color: var(--footer-p-color);
  transition: all 0.3s ease;
  &:hover {
    letter-spacing: 1.5px;
  }
}
.wrapper-media {
  display: inline-flex;
  list-style: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.wrapper-media .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-media .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-media .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-media .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper-media .icon:hover span,
.wrapper-media .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper-media .facebook:hover,
.wrapper-media .facebook:hover .tooltip,
.wrapper-media .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}
.wrapper-media .linkedin:hover,
.wrapper-media .linkedin:hover .tooltip,
.wrapper-media .linkedin:hover .tooltip::before {
  background: #0a66c2;
  color: #fff;
}

.wrapper-media .twitter:hover,
.wrapper-media .twitter:hover .tooltip,
.wrapper-media .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: #fff;
}

.wrapper-media .instagram:hover,
.wrapper-media .instagram:hover .tooltip,
.wrapper-media .instagram:hover .tooltip::before {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  color: #fff;
}
.footer-copy-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.all-rights {
  padding: 24px 48px;
  font-family: var(--cormo);
  font-size: 18px;
  color: var(--white);
}
.all-rights span {
  color: var(--footer-p-color);
  font-weight: 900;
}
.designed-by {
  font-family: var(--cormo);
  font-size: 20px;
  padding: 24px 48px;
  background: linear-gradient(90deg,rgba(238, 144, 60, 1) 0%, rgba(138, 32, 144, 1) 90%);
  position: relative;
  color: var(--white);
  z-index: 500;
}

.designed-by::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 100%;
  top: 0;
  left: -40px;
  background: #DB7B4C;
  transform: skew(40deg);
  z-index: 999;
}
.designed-by strong {
  color: inherit;
} 
 
.all-rights span {
}
.mob-nav {
  display: none;
}

/* REACH US PAGE */
.reachUs-page,
.client-love-page,
.experience-page,
.story-page,
.Cinematic-page,
.yt-page,
.snap-page,
.len-wed-page,
.len-baby-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reachUs-body {
  width: 100%;
  max-width: 1400px;
  padding: 100px 20px;
}
.reachUs-banner,
.story-banner,
.cinematic-banner,
.yt-banner,
.snap-banner,
.len-wed-banner,
.len-baby-banner {
  width: 100%;
  padding: 100px 20px;
  background-size: cover;
  background-position: top center;
}
.reachUs-banner {
  background-image: url("../images/reachimh1.webp");
}
.story-banner {
  background-image: url("../images/storuimg.jpg");
}
.yt-banner {
  background-image: url("../images/tales-banner.jpg");
}
.cinematic-banner {
  background-image: url("../images/Cenimatic-banner.jpg");
}
.snap-banner {
  background-image: url("../images/snap-banner.jpg");
}
.len-wed-banner{
  background-image: url("../images/reachimh1.webp");
}
.len-baby-banner{
  background-image: url("../images/kidss.webp");
}
.client-love-page .client-love,
.experience-page .home-ser-pro {
  padding: 90px 20px;
}

.all-page-banner-content {
  width: 100%;
  max-width: 1400px;
  padding: 48px 12px;
  margin: 0 auto;
}
.all-page-banner-content h1 {
  font-size: 56px;
  font-family: var(--yesone);
  color: var(--background);
}
.breadcrumb li,
.breadcrumb-item a {
  color: var(--background) !important;
  font-family: var(--cormo);
  font-size: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--background) !important;
  font-weight: 800;
}
.booking-map {
  width: 100%;
  margin-top: 80px;
}
iframe {
  width: 100%;
  z-index: 3;
}
.reachUs-page .home-booking .booking-img2 {
  top: 25%;
}
/* ---------------------------- */

.section {
  width: 100%;
  padding: 90px 20px;
  color: var(--black);
  background-color: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cinema-container {
  width: 100%;
  max-width: 1400px;
}
.cinema-container .booking-title{
  text-align: center;
}
.cinema-container .details-title {
  text-align: center;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 10px;
}

.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  font-family: var(--cormo);
  font-size: 20px;
  transition: all 0.3s ease;
  &:hover {
    letter-spacing: 2px;
  }
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 80px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.cinema-cart{
  position: relative;
}
.cinema-cart img{
  width: 100%;
}
.card-details h5{
  color: var(--white);
  font-family: var(--yesone);
}
.section.portfolio .filters-content .cinema-card {
  text-align: center;
  cursor: pointer;
  margin-bottom: 24px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section.portfolio .filters-content .cinema-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.section.portfolio .filters-content .cinema-card:hover img{
  transform: scale(1.03);
}
.section.portfolio .filters-content .cinema-card:hover .p-inner{
  opacity: 1;
}
.section.portfolio .filters-content .cinema-card .p-inner {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #262B3866;
  color: #fff;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: opacity 0.3s;
  border-radius: 10px;
}
.section.portfolio .filters-content .cinema-card .p-inner h5 {
  font-size: 28px;
  font-family: var(--yesone);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section.portfolio .filters-content .cinema-card .p-inner h5 span img{
  width: 30px;
}
.section.portfolio .filters-content .cinema-card .p-inner p{
  font-size: 20px;
  font-family: var(--cormo);
}
.filters-content a {
  color: var(--black);
}
.yt-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
}
.video-links {
  width: 100%;
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.video-links iframe {
  border-radius: 8px;
}
.snap-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--background);
}
.snap-body{
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snap-body .section{
  width: 100%;
}
.snap-body .section.portfolio .filters-content .cinema-card img{
  border-radius: 8px;
}
.len-work-body{
  width: 100%;
  max-width: 1400px;
  padding: 90px 20px;
}
.wedd-imgg-page,.wedd-imgg-body{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--background);
}
.imggg-title{
  width: 100%;
  background-color: var(--black);
  text-align: center;
  padding: 150px 20px 20px 20px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.imggg-title p{
  font-size: 20px;
  font-family: var(--cormo);
  color: var(--background);
  text-transform: uppercase;
}
.imggg-title h2{
  font-size: 60px;
  font-family: var(--yesone);
  color: var(--background);
}
.imggg-title h2 span img{
  margin-top: 40px;
  width: 40px;
}
.masonry {
  width: 100%;
  max-width: 1400px;
  column-count: 4;
  column-gap: 1rem;
  padding: 40px 20px;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.masonry-item img {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.lb-close {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url('https://cdn.jsdelivr.net/npm/lightbox2@2.11.4/dist/images/close.png') no-repeat center center;
  background-size: contain;
  z-index: 1001;
}
.more-detail{
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 30px 20px;
}
.more-detail p{
  font-size: 20px;
  font-family: var(--cormo);
  margin-top: 40px;
}
.more-det{
  width: 100%;
}
.like-setion{
  width: 100%;
  padding: 0 15px 24px;
  margin: 60px 0 24px;
  border-bottom: 1px solid var(--border-bottom);
  display: flex;
  align-items: center;
  justify-content: end;
}
.like-setion i{
  font-size: 25px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s;
  &:hover{
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry {
    column-count: 1;
  }
}

@media (max-width: 1200px) {
  nav {
    display: none;
  }
  .mob-nav {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }
  .mob-nav-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mob-nav-ul li i {
    font-size: 25px;
  }
  .owl-nav .owl-next {
    right: -15px;
  }
  .owl-nav .owl-prev {
    left: -15px;
  }
  #bar-menu {
    width: 50%;
    right: -60%;
  }
}
@media screen and (max-width: 600px) {
  
  #bar-menu {
    width: 100%;
    right: -200%;
    padding: 68px 0;
  }

  #bar-menu i {
    top: 2.5%;
    right: 10px;
  }

  #bar-menu h4 {
    font-size: 20px;
  }
  .banner-context h1 {
    font-size: 72px;
    line-height: 120%;
  }
  .banner-context h2 {
    font-size: 30px;
  }
  .testimonial-text {
    margin-top: 50px;
    row-gap: 50px;
  }
  .view-port {
    padding: 8px 30px;
  }
  .wow {
    grid-column: span 5;
  }

  .carousel-landmark {
    grid-column: span 5;
  }
  .footer-context {
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
  .footer-title {
    padding: 40px 0 0 0;
    border: none;
  }
  .footer-links {
    padding: 30px 0 0 0;
    align-items: center;
    justify-content: center;
  }
  .all-links {
    flex-direction: column;
  }
  .all-links ul {
    width: 100%;
  }
  .social-media {
    margin-top: 30px;
  }
  .footer-copy-right {
    flex-direction: column;
  }
  .designed-by::before {
    display: none;
  }
  .designed-by {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 18px;
  }
  .all-rights {
    padding: 10px;
    font-size: 15px;
  }
  .award-title h2,
  .portfolio-title h2 {
    font-size: 27px;
    margin-bottom: 10px;
    text-align: center;
  }
  .details-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  
  .footer-title p,
  .textimal-text,
  .details-body p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-spacing: -0.1px;
  }
  .booking-img1,
  .booking-img2 {
    display: none;
  }
  .booking-form {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  .booking-contact {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
  .book-cont-box {
    padding: 20px 0;
  }
  .we-create {
    height: 30vh;
  }
  .i-have {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .service-body {
    grid-template-columns: repeat(1, 1fr);
    padding: 70px 20px 20px 20px;
    row-gap: 50px;
    
  }
  .service-body > *:nth-child(1) { grid-row: 2; }
.service-body > *:nth-child(2) { grid-row: 1; }
.service-body > *:nth-child(3) { grid-row: 3; }
  .home-ser-pro {
    padding: 40px 20px 20px 20px;
  }
  .home-booking {
    padding: 40px 20px;
  }
  .small-boxs {
    grid-template-columns: 1fr;
  }
  .pt-box {
    align-items: center;
  }
  .pt-box-text p {
    text-align: center;
  }
  .have-box {
    padding: 0 20px 20px;
  }
  .counter {
    font-size: 60px;
  }
  .service-imgs,
  .details-imgs {
    width: 100%;
  }
  .service-img1,
  .details-img1 {
    position: relative;
    width: 100%;
  }
  .service-img2 {
    width: 180px;
    top: -7%;
    bottom: auto;
  }

  .banded4 {
    width: 50px;
  }
  .details-img2 {
    width: 180px;
  }
  .banded2 {
    width: 100px;
  }
  .about-details {
    grid-template-columns: repeat(1, 1fr);
  }
  .details-context {
    gap: 0;
  }
  .sing p {
    font-size: 40px;
  }
  .cat ul {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .cat ul li {
    font-size: 22px;
    font-weight: 400;
  }
  .details-body p {
    font-weight: 600;
  }
  .read-about a {
    font-size: 16px;
  }
  .home-about {
    padding: 40px 0 0 0;
  }
  .video-section {
    height: 80vh;
  }
  .background-video {
    height: 80vh;
  }
  .reachUs-banner,
  .story-banner,
  .cinematic-banner,
  .yt-banner,
  .snap-banner,
  .len-wed-banner,
  .len-baby-banner {
    padding: 100px 20px 0px 20px;
  }
  .all-page-banner-content {
    padding: 30px 0 30px 0;
  }
  .all-page-banner-content h1 {
    font-size: 25px;
  }
  .breadcrumb li,
  .breadcrumb-item a {
    font-size: 16px;
  }
  .section.portfolio .filters ul li {
    padding: 10px 17px;
  }
  .video-links {
    grid-template-columns: 1fr;
  }
  .client-love-page .client-love, .experience-page .home-ser-pro,.section,.len-work-body,.len-work-body{
    padding: 40px 20px;
  }
  .imggg-title
{
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.imggg-title h2{
  font-size:35px;
}
.imggg-title p{
  font-size: 18px;
}
.section.portfolio .filters-content .cinema-card .p-inner h5{
  font-size: 5vw;
}
.wrapper-media .icon{
  width: 35px;
  height: 35px;
}
}
