@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

:root {
  --mainColor: #ff6500;
  --subMainColor: #8fd14f;
  --whiteColor: #f5f5f5;
  --buttonColor2: linear-gradient(
    270deg,
    rgb(247, 64, 112) 0%,
    rgb(248, 124, 87) 100%
  );
}

body {
  overflow-x: hidden;
}

.text-grandiant {
  color: #f74070;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--mainColor);
}

.subHeading {
  font-weight: 500;
  font-size: 2rem;
  color: var(--whiteColor);
}

.para {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: rgb(179, 179, 179) !important;
}

.sendMsg {
  padding: 0.7rem 2rem !important;
}

.myButton {
  padding: 0.7rem 2rem;
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: #f5f5f5;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
}
.myButton:hover {
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
}

.menuTransformToggle {
  transform: translateX(0%) !important;
}

.hiddenInDesk {
  display: none;
}

.showInDesk {
  display: block;
}

.menuDiv {
  font-family: "Futura", sans-serif;
}

/*.bg-video {
  position: fixed;
 top: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
  opacity: 0.25; // Adjust for desired darkness
  pointer-events: none;
}*/
header {
  /*box-shadow: 0px 0px 20px -10px gray;*/
  border-bottom: 0.1px solid #444444;
  background-color: #18181b;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 5000;
  padding: 1rem 0;
}
header .d-lg-block {
  display: flex !important;
  justify-content: end !important;
}
header a {
  color: white;
}
header img {
  width: 100%;
}
header .row {
  align-items: center;
}
header .row > .logo .ham {
  display: none;
}
header .row > .menu > .menuDiv {
  transform: translateX(0%);
}
header .row > .menu > .menuDiv > .cross {
  display: none;
}
header .row > .menu > .menuDiv > ul {
  display: flex;
  justify-content: end;
  gap: 2rem;
  margin-top: 1rem;
}
header .row > .menu > .menuDiv > ul > li > a {
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s;
  font-size: 15px;
}
header .row > .menu > .menuDiv > ul > li > a:hover {
  color: #f74070;
}

header .dropdown-menu {
  position: absolute;
  font-family: "Futura", sans-serif;
}
header .dropdown-menu a:hover {
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: white;
}

.dropdown-menu {
  transform: none !important;
  top: 100% !important;
  text-transform: uppercase !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 15px;
  clear: both;
  font-weight: 500;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  font-family: "Futura", sans-serif;
}

.dropdown-menu {
  display: none;
  text-transform: uppercase;
  top: 0%;
  left: 0;
  min-width: 250px;
  padding: 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.dropdown-center:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  border-bottom: 1px solid #ddd;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: 16px 100px 16px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  background: white;
}

.first {
  position: relative;
  overflow: hidden;
}
.first iframe {
  width: 1410px;
  height: 650px;
}
.first .bg-video {
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
.first .container {
  position: relative;
  z-index: 1;
}

.hiddenInDesktopServiceDiv {
  display: none !important;
}

.footerFloatingButton {
  padding: 0.7rem 1rem;
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: #f5f5f5;
  text-transform: uppercase;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 600;
  border: none;
  outline: none;
  border-radius: 30px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0px 0px 20px -5px gray;
  transform: rotate(90deg);
  position: fixed;
  right: -2.25rem;
  top: 35%;
  z-index: 500;
}
.footerFloatingButton:hover {
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
  color: white;
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  header .row > .menu > .menuDiv > ul {
    gap: 0rem;
  }
  .our-services h2 span {
    background-color: rgba(0, 0, 0, 0.749);
    padding: 0.5rem;
  }
  .our-services img {
    height: 15rem !important;
  }
  .hiddenInDesktopServiceDiv {
    display: flex !important;
  }
  .first iframe {
    width: 100%;
    height: 300px;
  }
}
.first {
  padding-top: 5.5rem;
  /*background-color: #18181b;*/
  width: 100%;
}
.first img {
  width: 80%;
}
.first h1 {
  font-size: 46px;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
  font-family: "Playfair Display", serif;
  margin-top: 240px;
}
.first .social-links {
  margin-top: 5rem;
}
.first .social-links a {
  background-color: #27272a;
  color: white;
  border-radius: 5rem;
  padding: 0.6rem 0.8rem;
  margin-right: 1rem;
  font-size: 0.8rem;
}
.first .social-links a:hover {
  background-color: #f7476c;
}

.aboutUs {
  margin: 8rem 0 8rem 0;
}
.aboutUs .leftAu {
  position: relative;
}
.aboutUs .leftAu img:first-of-type {
  width: 70%;
}
.aboutUs .leftAu img:last-of-type {
  position: absolute;
  width: 45%;
  right: 5rem;
  bottom: -5rem;
  border: 15px solid white;
}
.aboutUs .rightAu img {
  width: 70%;
}
.aboutUs .rightAu .row i {
  margin: 0 0.5rem;
  color: #f74070;
}
.aboutUs .rightAu .row h6 {
  line-height: 2.5rem;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.aboutUs .rightAu .row p {
  font-family: "Poppins", sans-serif;
}
.aboutUs .rightAu .row h6:last-of-type {
  margin-bottom: 2rem;
}
.aboutUs .rightAu .row .myButton i {
  color: white;
}

.our-services {
  overflow: hidden;
  padding-bottom: 6rem;
  background-color: black;
}
.our-services .contentDiv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.our-services .contentDiv::after {
  content: "";
  background-color: rgba(247, 116, 90, 0.768627451);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.our-services .contentDiv:hover::after {
  opacity: 1;
}
.our-services .contentDiv:hover h2 {
  opacity: 1;
}
.our-services .contentDiv h2 {
  opacity: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-size: clamp(0.8rem, 0.8rem + 1vw, 2rem);
  font-family: Montserrat, sans-serif;
  width: 100%;
  margin: 0;
  left: 0;
  text-align: center;
}
.our-services h2 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
  opacity: 0;
  z-index: 50;
  transition: 0;
  font-weight: 700;
}
.our-services h3 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.our-services h4 {
  font-size: 40px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin: 0 0 30px 10px;
  font-weight: 700;
}
.our-services img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services .row > a {
  margin: 0;
  padding: 0;
}
.our-services .row > div {
  padding: 0;
}
.our-services .first-div-services {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.divHeadings {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio {
  /*margin-top: 5rem;*/
  padding: 6rem 3rem;
  background-color: black;
}
.portfolio .imgDiv {
  width: 100%;
  overflow: hidden;
}
.portfolio .imgDiv:hover img {
  scale: 1.1;
}
.portfolio .imgDiv img {
  width: 100%;
  transition: 0.5s;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .imgDiv .backyard {
  height: 313px;
}
.portfolio .imgDiv video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 700px) {
  .portfolio .imgDiv .backyard {
    height: 154px;
  }
}
.contact-detail {
  padding: 3rem 3rem;
  background-color: black;
}
.contact-detail .first-cd {
  background-image: var(--buttonColor2);
  height: 100%;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-detail .first-cd .bg-dark {
  width: 70%;
  padding: 2rem 0.5rem;
}
.contact-detail .first-cd h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.contact-detail .first-cd .ph-no {
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.contact-detail .first-cd a {
  color: white;
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.contact-detail .first-cd p {
  padding: 0 2rem;
  font-family: "Poppins", sans-serif;
}
.contact-detail img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-detail iframe {
  width: 100%;
  height: 100%;
}
.contact-detail .second-cd {
  display: flex;
  justify-content: center;
}

.brand {
  padding: 4rem 0;
}
.brand span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.brand h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 28px;
}
.brand p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.brand img {
  width: 100%;
  padding: 2rem;
  filter: grayscale(100%);
}
.brand img:hover {
  filter: grayscale(0%);
  transform: translateY(-0.5rem);
}
.brand .row:first-of-type {
  margin-top: 2rem;
}
.brand .oneb,
.brand .twob,
.brand .threeb,
.brand .r1oneb,
.brand .r1twob,
.brand .r1threeb {
  border-right: 1px solid rgb(211, 211, 211);
  display: flex;
  justify-content: center;
}

.testimonails {
  text-align: center;
  padding: 2rem 0;
}
.testimonails .swiper-slide {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.testimonails .swiper-slide .inner-Div {
  box-shadow: 0px 0px 20px -8px gray;
  border-radius: 0.2rem;
  padding: 0.5rem;
  width: 100%;
}
.testimonails .swiper-slide .inner-Div i {
  color: orange;
}
.testimonails .swiper-slide .inner-Div h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.testimonails .swiper-slide .inner-Div p {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
}
.testimonails .swiper-slide .inner-Div img {
  width: 15%;
  border-radius: 5rem;
}

.cta {
  padding: 4rem 0;
  background-image: var(--buttonColor2);
  color: white;
  text-align: center;
}
.cta .col-10 {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta h2 {
  margin-bottom: 2rem;
  font-size: 28px;
}
.cta p {
  margin-bottom: 2rem;
  width: 70%;
  font-family: "Poppins", sans-serif;
}
.cta h5 {
  font-family: Montserrat, sans-serif;
}

footer {
  background-color: #18181b;
  padding: 2rem 0;
}
footer p {
  width: 85%;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgb(179, 179, 179) !important;
}
footer h5 {
  font-size: 1.1rem;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
footer li {
  font-family: "Poppins", sans-serif;
}
footer i {
  color: #e10091;
  margin: 0.5rem;
  font-size: 0.5rem;
}
footer .sec i {
  font-size: 0.8rem;
}
footer a {
  color: rgb(179, 179, 179);
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
footer a:hover {
  color: #f74070;
  font-weight: 500;
}
footer a img {
  width: 70%;
}
footer .row {
  align-items: start;
  padding: 1rem 1rem;
}
footer .row ul {
  padding: 0;
}
footer .row2 ul li {
  margin-top: 0.5rem;
}
footer .row2 ul li a {
  background-color: #27272a;
  margin-right: 0.5rem;
  padding: 0.5rem 0.2rem;
  border-radius: 5rem;
}
footer .row2 ul li a i {
  font-size: 1rem;
  color: white;
}
footer .row2 ul li a:hover {
  background-color: #f7476c;
}
footer .row2 input {
  width: 60%;
  padding: 0.65rem 1rem;
  border: none;
  outline: none;
}

@media only screen and (max-width: 700px) {
  form {
    display: flex;
    margin: 1rem 0;
  }
  .portfolio .my-5 {
    margin: 0 !important;
  }
  .hiddenInPhone {
    display: none;
  }
  .showInPhone {
    display: block;
  }
  header .container {
    padding: 0;
  }
  header img {
    width: 60%;
  }
  header i {
    color: white;
  }
  header .row > .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
  }
  header .row > .logo h1 {
    font-size: 2.5rem;
  }
  header .row > .logo .ham {
    display: inline;
    font-size: 2rem;
    margin-right: 0rem;
  }
  header .row .menu .menuDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: #18181B;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transform: translateX(-110%);
  }
  header .row .menu .menuDiv .cross {
    display: inline;
    position: fixed;
    font-size: 1.2rem;
    border-radius: 5rem;
    background-color: #f74070;
    color: white;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
  }
  header .row .menu .menuDiv ul {
    flex-direction: column;
    align-items: start;
  }
  header .row .menu .menuDiv ul li {
    line-height: 4rem;
  }
  header .row .menu .menuDiv ul li a {
    text-align: start;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
  }
  header .row .menu .menuDiv ul .serviceList {
    background-color: #181818;
    width: 250px;
  }
  header .row .menu .menuDiv ul .serviceList a {
    color: black;
    font-size: 16px;
    line-height: 12px;
  }
  header .row .menu .menuDiv ul .serviceList a:hover {
    color: white;
  }
  header .contact {
    display: none;
  }
  .divHeadings p {
    width: 100% !important;
  }
  .first {
    padding-top: 5rem;
  }
  .first .row {
    flex-direction: column-reverse;
  }
  .first h1 {
    font-size: 2rem;
  }
  .first img {
    width: 94vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutUs {
    margin: 2rem 0;
    /*.rightAu{
      justify-items: center;
    }*/
  }
  .aboutUs .leftAu {
    margin-bottom: 2rem;
  }
  .aboutUs .leftAu img:last-of-type {
    width: 52%;
    right: 0rem;
    bottom: -4rem;
  }
  .aboutUs #HideImgInPhone {
    display: none;
  }
  .aboutUs .rightAu h3 {
    font-size: 28px;
  }
  .aboutUs .rightAu p {
    text-align: justify;
  }
  .aboutUs .leftAu img:first-of-type {
    width: 100%;
  }
  .our-services .contentDiv {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .our-services .contentDiv::after {
    content: "";
    background-color: rgba(247, 116, 90, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .our-services .contentDiv h2 {
    opacity: 1;
    padding: 0.5rem 0.5rem;
    left: 0 !important;
    margin-left: 0rem;
  }
  .our-services .contentDiv h2 span {
    background-color: rgba(0, 0, 0, 0.69);
    padding: 0.5rem 0.5rem;
  }
  .our-services .row:last-child {
    margin-bottom: 2rem;
  }
  .our-services .row > div {
    width: 50%;
    padding: 0;
  }
  .our-services {
    padding-bottom: 3px;
  }
  #generalEvent .container {
    margin-top: 1.5rem !important;
    margin-bottom: 0rem !important;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .wrapper::after {
    content: "";
    background-color: rgba(247, 116, 90, 0.3568627451);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .wrapper h2 {
    width: 78% !important;
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.4745098039);
    padding: 0.2rem 0.2rem !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-left: 0.5rem !important;
  }
  .portfolio {
    margin-top: -1px !important;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    padding: 0 1rem;
  }
  .portfolio .imgDiv {
    width: 100%;
  }
  .portfolio .imgDiv img {
    height: 10rem;
  }
  .portfolio .row > div {
    width: 50%;
    padding: 0;
    margin: 0 !important;
  }
  .contact-detail {
    padding: 0 5px 20px 5px;
  }
  .contact-detail iframe {
    height: 15rem;
    margin-top: 1rem;
  }
  .contact-detail .first-cd {
    padding: 1rem 0;
  }
  .contact-detail .first-cd .bg-dark {
    width: 85%;
  }
  .contact-detail img {
    width: 100%;
    margin-top: 1rem;
  }
  .brand img {
    padding: 1rem;
  }
  .brand .row {
    justify-content: center;
    border: none;
  }
  .brand .row > div {
    width: 45%;
    border: none;
    border-bottom: 1px solid rgb(201, 201, 201);
  }
  .brand h3 {
    font-size: 20px;
  }
  .brand p {
    text-align: justify;
    padding: 0 20px;
  }
  .cta h2 {
    font-size: 20px;
  }
  .cta p {
    text-align: justify;
  }
  footer .row {
    padding: 1rem;
  }
  footer #mailPh {
    width: 60%;
  }
  footer #connectBtn {
    height: 3rem;
    display: none;
  }
  .cta p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) and (min-width: 700px) {
  header .container {
    padding: 0;
  }
  header img {
    width: 40%;
  }
  header i {
    color: white;
  }
  header .row > .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0rem;
    width: 99%;
  }
  header .row > .logo h1 {
    font-size: 2.5rem;
  }
  header .row > .logo .ham {
    display: inline;
    font-size: 2rem;
  }
  header .row .menu .menuDiv {
    position: fixed;
    top: 0px;
    left: 0;
    width: 95vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.81);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    transform: translateX(-110%);
  }
  header .row .menu .menuDiv .cross {
    display: inline;
    position: fixed;
    font-size: 1.2rem;
    border-radius: 5rem;
    background-color: #f74070;
    color: white;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
  }
  header .row .menu .menuDiv ul {
    flex-direction: column;
    align-items: start;
  }
  header .row .menu .menuDiv ul li {
    line-height: 4rem;
  }
  header .row .menu .menuDiv ul li a {
    text-align: start;
    font-size: 2.2rem;
    color: #18181b;
    font-weight: 600;
  }
  header .contact {
    display: none;
  }
  .first {
    padding-top: 3.7rem;
  }
  .first img {
    width: 100%;
  }
  .first .row {
    flex-direction: column-reverse;
  }
  .first .row > div:first-of-type {
    background-color: #18181b;
    padding: 5rem 2rem;
  }
  .aboutUs {
    margin: 44rem 0 0 0;
  }
  .aboutUs .leftAu {
    margin-bottom: 10rem;
  }
  .brand .row > div {
    border: none;
  }
  .our-services .row > div {
    padding: 0;
  }
  .our-services .hiddenInPhone {
    display: none;
  }
  .portfolio {
    padding: 0;
  }
  .portfolio .row > div {
    width: 50%;
  }
  .portfolio .row > div .imgDiv {
    width: 100%;
  }
  .portfolio img#tablet {
    display: none !important;
  }
  .contact-detail {
    padding: 0;
  }
  .contact-detail .row .first-cd {
    padding: 2rem 0.5rem;
  }
  .contact-detail .row .first-cd .bg-dark {
    width: 85%;
  }
  .contact-detail .second-cd {
    display: none;
  }
  footer #mailPh {
    margin-top: 1.5rem;
    margin-left: 1rem;
    width: 90%;
  }
  footer #connectBtn {
    height: 3rem;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .our-services h4 {
    font-size: 38px;
  }
  .contactPage .contactInfo {
    justify-content: space-evenly !important;
  }
}
/*@media only screen and (max-width: 440px) {
  .floatingIcon {
    display: none;
  }
}*/
@media (min-width: 1400px) {
  .first iframe {
    width: 100%;
    height: 700px;
  }
}
/* scrolling animation */
.scrolling {
  width: 100%;
  min-height: 100%;
}

.overlay2 {
  position: sticky;
  height: 100vh;
  top: 0;
}

.text {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-inner video {
  width: 99vw;
  height: 50% !important;
}

.track {
  height: 140vh;
}

.shape {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  mix-blend-mode: multiply;
  background: black;
}

@media (max-width: 998px) {
  .scrolling {
    display: none;
  }
  .shape {
    height: 50%;
  }
  .text-inner video {
    width: 100vw;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .track {
    height: 50vh;
  }
  .img svg {
    width: 50%;
    height: 50%;
    scale: 0;
  }
}
.shape .img {
  width: 20rem;
  height: 20rem;
  /* transform: rotate(45deg); */
}

.img svg {
  width: 100%;
  height: 100%;
  scale: 0;
  will-change: transform !important;
}

.img svg .hsc-img-path {
  height: 20%;
  fill: white;
}

.overlay2 {
  overflow: hidden;
}

.contactPage .banner {
  margin-bottom: 3rem;
  width: 100%;
  background-color: #18181b;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.contactPage .banner span {
  font-size: 48px;
}
.contactPage .banner p {
  font-family: "Poppins", sans-serif;
}
.contactPage .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}
.contactPage .contact {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contactPage .contact img {
  width: 585px;
  height: 682px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactPage .contact .right {
  width: 585px;
  height: 682px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.11) 3px 3px 15px 0px;
}
.contactPage .contact .right h2 {
  color: #f74070;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
.contactPage .contact .right h3 {
  font-size: 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.contactPage .contact .right form {
  display: flex;
  flex-direction: column;
}
.contactPage .contact .right form #name,
.contactPage .contact .right form #email,
.contactPage .contact .right form #subject,
.contactPage .contact .right form #message,
.contactPage .contact .right form #submit {
  border: 0.8px solid #ededed;
  margin-bottom: 1rem;
  line-height: 21px;
  padding: 15px 25px;
  text-align: left;
  color: #757575;
}
.contactPage .contact .right form button {
  width: 12rem;
  padding: 1rem 2rem;
  text-align: center;
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: #fff;
  margin-top: 2rem;
  border: none;
}
.contactPage .contactInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  color: #000;
  margin-bottom: 4rem;
  gap: 1rem;
  margin-left: 1rem;
}
.contactPage .contactInfo i {
  background: #f74070;
  color: #fff;
  padding: 1rem;
  margin-right: 1rem;
}
.contactPage .contactInfo span {
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 1.14rem + 0.3vw, 1.5rem);
  font-weight: 500;
}
.contactPage .contactInfo span i {
  background: #f74070;
  color: #fff;
  padding: 1rem;
}
.contactPage .contactInfo .phone,
.contactPage .contactInfo .location,
.contactPage .contactInfo .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font: 600;
}
.contactPage .contactInfo .phone p,
.contactPage .contactInfo .location p,
.contactPage .contactInfo .mail p {
  color: #171717;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.contactPage iframe {
  width: 100%;
  height: 650px;
}

.aboutBanner {
  background-color: #18181b;
  color: white;
  margin-top: 5rem;
  padding: 2rem 0;
  text-align: center;
}
.aboutBanner a {
  color: white;
}
.aboutBanner h4 {
  font-size: 2rem;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .contactPage .contact img {
    width: 100% !important;
  }
  .contactPage .contact .right h3 {
    font-size: 20px;
  }
  .contactPage iframe {
    -o-object-position: center;
       object-position: center;
    height: auto;
  }
  .contactPage .contactInfo {
    margin-top: 3rem;
  }
  .aboutPage .container {
    margin: 4rem 0rem 0rem 0rem !important;
  }
  .aboutPage .container .leftAu {
    margin-bottom: 6rem !important;
  }
}
.our-services .banner {
  width: 100%;
  background-color: #18181b;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.our-services .banner span {
  font-size: 2rem;
}
.our-services .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.projects img#tablet {
  display: none !important;
}
.projects .banner {
  width: 100%;
  background-color: black;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.projects .banner span {
  font-size: 48px;
}
.projects .banner p {
  font-family: "Poppins", sans-serif;
}
.projects .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.portfolio {
  /*#projectHide {
    display: none;
  }*/
}
.portfolio .banner {
  width: 100%;
  background-color: #18181b;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.portfolio .banner span {
  font-size: 2rem;
}
.portfolio .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.servicePage .banner {
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.servicePage .banner span {
  font-size: 48px;
}
.servicePage .banner p {
  font-family: "Poppins", sans-serif;
}
.servicePage .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.aboutPage .banner {
  width: 100%;
  background-color: #18181b;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.aboutPage .banner span {
  font-size: 3rem;
}
.aboutPage .banner p {
  font-family: "Poppins", sans-serif;
}
.aboutPage .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.corporatePage .banner,
.micePage .banner,
.weddingPage .banner,
.generalPage .banner,
.publicityPage .banner {
  width: 100%;
  background-color: #18181b;
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
}
.corporatePage .banner span,
.micePage .banner span,
.weddingPage .banner span,
.generalPage .banner span,
.publicityPage .banner span {
  font-size: 2rem;
}
.corporatePage .banner i,
.micePage .banner i,
.weddingPage .banner i,
.generalPage .banner i,
.publicityPage .banner i {
  font-size: 0.8rem;
  padding: 0rem 0.2rem;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wrapper:hover h2 {
  opacity: 1;
}
.wrapper h2 {
  opacity: 0;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-size: clamp(0.5rem, 0.8rem + 1vw, 2rem);
}
.wrapper h2 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
  opacity: 0;
  z-index: 50;
  transition: 0;
  font-weight: 700;
}

.btn-floating:hover img {
  margin-bottom: 3px;
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.2s;
  z-index: 10000;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: 0.2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

/* Phone */
.btn-floating.phone {
  bottom: 85px;
  background-color: #760f10;
}

.btn-floating.phone:hover {
  background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
  background-color: #199D47;
  bottom: 25px;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.btn-floating.whatsapp:hover {
  background-color: #199D47;
}

.floatingIcon img {
  width: 3rem;
}

/* CTA Button styling */
.cta-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ff5e57;
  color: white;
  padding: 15px 25px;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  z-index: 1000;
}

#cta-button {
  cursor: pointer;
}

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

/* Form styling */
.form-container {
  background-color: white;
  padding-right: 30px;
  border-radius: 10px;
  width: 70%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  cursor: pointer;
  background: white;
}

/* Form fields styling */
.popup-form form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 10px 0 5px;
  font-family: "Poppins", sans-serif;
  display: flex;
}

input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
}

textarea, select {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
}

select {
  margin-bottom: 15px;
  width: 100%;
}

option {
  background-color: #fff;
  border: none;
  cursor: pointer;
}

option:hover {
  background: linear-gradient(135deg, #ff8662 0%, #fa4a6f 100%);
}

.event-date {
  width: 100%;
}

textarea {
  height: 80px;
  width: 100%;
}

.submit-btn {
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: white;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.popupImg {
  width: 50%;
  height: 50%;
}

.crossIcon {
  padding: 0.6rem;
  border-radius: 20%;
}
.crossIcon:hover {
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  color: white;
}

#projectPage {
  padding: 0 3rem 6rem 3rem;
}

.privacyPolicy {
  padding: 7rem 0 !important;
}
.privacyPolicy li {
  list-style: disc;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 2;
}
.privacyPolicy h2,
.privacyPolicy h4 {
  font-family: "Montserrat";
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  #projectPage {
    padding: 0 1rem 6rem 1rem;
  }
  .contactPage .banner {
    margin-bottom: 1rem;
  }
  .contactPage .contact .right {
    height: 540px;
    box-shadow: none;
    margin-top: 0rem;
    padding: 25px;
  }
  input {
    font-size: 13px;
  }
  textarea {
    font-size: 13px;
  }
  .contactPage .contact .right form button {
    margin-top: 0rem;
  }
}
.aboutUsSec {
  padding: 50px 20px 50px 20px;
}
.aboutUsSec img {
  width: 90%;
}
.aboutUsSec span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.aboutUsSec h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 28px;
}
.aboutUsSec h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.aboutUsSec h6 {
  line-height: 2.5rem;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.aboutUsSec p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: justify;
}
.aboutUsSec i {
  margin: 0 0.5rem;
  color: #f74070;
}
.aboutUsSec .myButton i {
  color: white;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .aboutUsSec {
    padding: 20px 10px 40px 10px;
  }
  .aboutUsSec .attention {
    margin-bottom: 25px;
  }
  .aboutUsSec img {
    width: 100%;
    margin-bottom: 25px;
  }
  .aboutUs .leftAu {
    position: relative;
    order: 1;
    margin-top: 30px;
  }
}
.mvv-accordion-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 60px 0;
  background: linear-gradient(135deg, #ff8662 0%, #fa4a6f 100%);
}

.mvv-container {
  background: #23272b;
  padding: 50px 30px 40px 30px;
  border-radius: 0;
  max-width: 95%;
  width: 100%;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}

.mvv-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.mvv-accordion {
  text-align: left;
  margin-bottom: 36px;
}

.mvv-accordion-item {
  border-bottom: 1px solid #3c4146;
}

.mvv-accordion-item i {
  color: #f74070;
}

.mvv-accordion-item:last-child {
  border-bottom: none;
}

.mvv-accordion-header {
  background: #282d32;
  color: #fff;
  padding: 22px 24px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1.15rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 0;
}

.mvv-accordion-header:hover,
.mvv-accordion-header.active {
  background: #32363b;
}

.mvv-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #23272b;
  transition: max-height 0.4s cubic-bezier(0.86, 0, 0.07, 1), padding 0.2s;
  padding: 0 24px;
}

.mvv-accordion-content p {
  color: #f2f2f2;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 16px 0;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}

.mvv-accordion-header.active + .mvv-accordion-content {
  padding: 14px 24px 22px 24px;
}

.mvv-btn {
  display: inline-block;
  padding: 16px 42px;
  background: linear-gradient(135deg, #ff8662 0%, #fa4a6f 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s, transform 0.2s;
  border: none;
  letter-spacing: 1px;
  margin-top: 20px;
}

.mvv-btn:hover {
  background: linear-gradient(135deg, #fa4a6f 0%, #ff8662 100%);
  transform: translateY(-2px) scale(1.04);
}

@media (max-width: 700px) {
  .mvv-accordion-section {
    min-height: 10vh;
    padding: 20px 0;
  }
  .mvv-container {
    padding: 28px 8px;
    margin: 12px;
  }
  .mvv-title {
    font-size: 1.35rem;
  }
  .mvv-accordion-header {
    font-size: 1rem;
    padding: 15px 14px;
  }
  .mvv-btn {
    font-size: 1rem;
    padding: 12px 24px;
  }
  .mvv-accordion-content p {
    font-size: 0.95rem;
  }
}
.team-section {
  background: #ffffff;
  padding: 60px 0 60px 0;
  color: #000000;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.team-container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 30px;
}

.team-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 44px;
  color: #000000;
  letter-spacing: 1px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.team-card {
  background: #ececec;
  border-radius: 22px;
  box-shadow: 0 6px 28px rgba(34, 60, 80, 0.09);
  padding: 38px 28px 30px 28px;
  width: 285px;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-card:hover {
  box-shadow: 0 10px 40px rgba(34, 60, 80, 0.18);
  transform: translateY(-6px) scale(1.03);
}

.team-card img {
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

.team-card h3 {
  margin: 0 0 7px 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #171717;
}

.team-role {
  font-size: 1rem;
  font-weight: 500;
  color: #171717;
  margin-bottom: 14px;
  margin-top: 0;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
}

.team-desc {
  font-size: 0.97rem;
  color: #0d0d0d;
  margin-bottom: 15px;
  min-height: 60px;
  font-family: "Poppins", sans-serif;
}

.team-social {
  margin-top: auto;
}

.team-social a {
  color: #fa4a6f;
  font-size: 1.25em;
  margin: 0 8px;
  transition: color 0.2s;
}

.team-social a:hover {
  color: #ff8662;
}

@media (max-width: 900px) {
  .team-list {
    flex-direction: column;
    align-items: center;
  }
  .team-card {
    width: 90%;
    margin-bottom: 24px;
  }
  .team-title {
    font-size: 1.4rem;
  }
}
.eventPages {
  padding: 150px 20px 10px 20px;
  background-color: black;
}
.eventPages h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 55px;
}
.eventPages b {
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.eventPages p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 700px) {
  .eventPages h2 {
    font-size: 32px;
  }
  .eventPages p {
    text-align: center;
    font-size: 14px;
  }
}
/*-------Service Pages Images----------*/
main {
  height: 400px;
  margin: 100px auto 0;
  /*box-shadow: 0 0 3px grey;
      */
  position: relative;
  overflow: hidden;
  background: #000;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 1s;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  text-align: center;
  margin-top: 15px;
  padding: 40px;
}

.nav button {
  font-size: 29px;
  padding: 8px 20px;
  margin: 0 10px;
  cursor: pointer;
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  border: none;
  font-weight: 800;
}

.nav button:hover {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-clip: text;
  color: black;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 800;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  background: linear-gradient(270deg, rgb(248, 124, 87) 0%, rgb(247, 64, 112) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.close-btn:hover {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-clip: text;
  color: black;
}

/* --------Gallery Section-------- */
.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.popup-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-caption {
  position: absolute;
  bottom: 4;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(270deg, rgb(247, 64, 112) 0%, rgb(248, 124, 87) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 22px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.image-wrapper {
  flex-direction: column;
  align-items: center;
  width: 418px;
  height: 240px;
}

.image-wrapper-wedPg {
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.notForVideo {
  width: 418px;
  height: 100%;
}

.popup-img {
  width: 418px;
  min-height: 50%;
  max-height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  cursor: pointer;
}

/*.popup-img {
  width: 418px;
  max-height:70%;
  cursor: pointer;
  transition: 0.3s;
}*/
.popup-img:hover {
  opacity: 0.8;
  content: "";
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 30px;
  margin: 70px auto;
}

.modal-content {
  margin: 83px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  max-height: 60%;
  position: relative;
  background: transparent;
}

.modal-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1100;
}

.close:hover {
  color: red;
}

.close-text {
  position: absolute;
  top: 25px;
  right: 80px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1100;
}

.close-text:hover {
  background: red;
  color: white;
}

.nav-btn {
  color: white;
  font-size: 40px;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .popup-img {
    width: 100%;
    max-width: 90vw;
  }
  .modal-image {
    max-width: 95vw;
    max-height: 70vh;
  }
  .close {
    font-size: 32px;
    top: 10px;
    right: 15px;
  }
  .close-text {
    top: 15px;
    right: 60px;
    font-size: 14px;
  }
  .nav-btn {
    font-size: 30px;
  }
  .prev {
    left: 10px;
  }
  .next {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .modal-content {
    flex-direction: column;
    margin-top: 190px;
  }
  .modal-image {
    max-width: 100%;
    max-height: 60vh;
  }
  .close-text {
    right: 50px;
  }
  .nav-btn {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .prev {
    left: 30%;
  }
  .next {
    right: 30%;
  }
}
.zoom-on-scroll {
  transform: scale(1);
  font-size: 28px;
  opacity: 1;
  transition: transform 0.4s ease, font-size 0.4s ease;
}

.zoom-on-scroll.zoomed {
  transform: scale(1.2);
  font-size: 42px;
}

.zoom-on-scroll1 {
  transform: scale(1);
  font-size: 28px;
  opacity: 1;
  transition: transform 0.4s ease, font-size 0.4s ease;
}

.zoom-on-scroll1.zoomed {
  transform: scale(1.2);
  font-size: 42px;
}/*# sourceMappingURL=style.css.map */