@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

/** parallax effect **/ 
.service {
  background-color: black;
  margin:20px 20px 40px 20px;
}

.column {
  flex: 1;
}

.column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}

.column2 {
  flex:0.7
}

.animstyle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 30px;
    overflow:hidden;
}

.eventdecoration {
  background-color:#fbf5ed;
}

.eventdecoration .title {
  color: #d71b68;
}

.eventdecoration .button {
  border: 2px solid #d71b68;
}

.photography {
  background-color: #eeefef;
}

.photography .title {
  color: #3e5d72;
}

.wedding {
  background-color: #feefe4; 
}

.wedding .title {
  color:#ab5010;
}

.title {
  font-size:80px;
  line-height: 100px;
}

.button {
  float: left;
  color: #d71b68;
  border-radius: 50px;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.button a {
  text-decoration: none;
  color: white;
  padding: 10px;
}

.eventdecoration .button a {
  color: #d71b68;
}

.photography .button {
  color: white;
  border: 1px solid #3e5d72;
  background-color: #3e5d72;
}

.wedding .button {
  color: #ffffff;
  border: 1px solid #ab5010;
  background-color:  #ab5010;
}

.photobooth .button {
  color: white;
  border: 1px solid  #de9c0c;
  background-color:  #de9c0c;
}

.photobooth {
  background-color:#fbf5ed;
}

.photobooth .title {
  color: #de9c0c;
}

.photobooth .button {
  border: 2px solid #de9c0c;
}

.description {
  font-size: 14px;
}

.photos {
  display: flex;
  flex-direction: column;
  position: relative;
}

.photo {
  position: absolute;
  width: 45%;
}

.photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  background-color: white;
}

.photos::after {
  content: "";
  display: block;
  padding-bottom: 100%; /* 1:1 aspect ratio  */
}

/* Unique positions with rotation and overlap */
.photo1 {
  top: 5%;
  z-index: 1;
}

.photo1 img {
  transform: rotate(3deg);
}

.photo2 img {
  transform: rotate(-10deg);
}

.photo3 img {
  transform: rotate(0deg);
}

.photo4 img {
  transform: rotate(10deg);
}
.photo5 img {
  transform: rotate(-10deg);
}

.photo2 {
  top: 38%;
  left: 35%;
  z-index: 2;
}

.photo3 {
  top: 50%;
  left: 5%;
  z-index: 3;
}

.photo4 {
  top: 65%;
  left: 50%;
  z-index: 4;
}

.photo5 {
  top: 2%;
  left: 50%;
  z-index: 1;
}

.collagephoto1 {
  width: 100%;
  top: -3%;
  left: 5%;
}

.collagephoto2 {
  width: 100%;
  top: 50%;
  left: 5%;
}

.weddingphoto {
  width: 55%;
  top: 50%;
  z-index: 3;
}

.collagephoto1 img {
  transform: rotate(3deg);
}

.collagephoto2 img {
  transform: rotate(-2deg);
}

/* Optional hover effect */
.photo:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 5;
}

.navbar-nav a {
  color: #D71B68 !important;
}

.show .navbar-nav a {
  color: white !important;
}

@media only screen and (max-width: 950px) {
  .animstyle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 30px;
    overflow:hidden;
  }

  .title {
    font-size:65px;
    line-height: 80px;
    margin-bottom: 10px;
  }

  .description {
    margin-bottom:20px;
    font-size:13px;
  }

  .button {
    font-size:12px;
    padding:5px;
    margin-right:5px;
    margin-bottom: 15px;
  }

  .photo {
    position: absolute;
    width: 65%;
  }

  .collagephoto1, .collagephoto2 {
    width: 90%;
  }

  .collagephoto1 {
    top: -5%;
  }

  .navbar-brand img {
    width:35px !important;
    margin-right: 5px;
  }

  .navbar-brand {
    font-size: 14px !important;
  }

  .subha-section p {
    font-size:13px !important;
  }
}

@media only screen and (max-width: 450px) {
  .title {
    font-size:45px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .description {
    margin-bottom:20px;
  }
}

/** end parallax effect **/ 

body {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  color: #404040;
  background-color: black;
}
.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bttn {
  background: linear-gradient(#D71B68, #4B0676);
  text-decoration: none;
  color: white;
  font-size: 20px;
  line-height: 22px;
  
  border-radius: 10px;
  padding: 10px 25px;
}
.bttn.white {
  background: white;
}
.bttn.white span {
  background: linear-gradient(90deg, #4B0676, #D71B68); /* Gradient colors */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/********** HEADER *****************/
.topborder {
  height: 3px;
  width: 100%;
  background: linear-gradient(#D71B68, #4B0676);
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header.sticky-header {
  box-shadow: 0px 4px 20px 0px #00000014;
}

header.sticky-header .navbar {
  background: white !important;
  padding: 0px;
}
header.sticky-header .navbar-nav .nav-item .nav-link, 
header.sticky-header .navbar-nav .nav-item .nav-link.active {
  color: black;
}
.navbar-toggler, .navbar-toggler:focus {
  background: #D71B68;
  border: 0;
  box-shadow: none;
  outline: 0;
}
#navbarNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D71B68;
  z-index: 999;
  padding: 40px 20px;
}
#navbarNav .fa-x {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
} 
.navbar-brand {
  font-weight: 600;
  color: #D71B68;
  font-size: 24px;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: #4B0676;
}
.navbar-brand img {
  position: relative;
  width: 50px;
}
.navbar {
    padding:0px;
}
.navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  
  padding: 0;
  margin: 10px 17px;
}
.navbar-nav .nav-item .nav-link.active {
  color: white;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.navbar-nav .custom-btn {
  background: linear-gradient(#D71B68, #4B0676);
  border-radius: 10px;
  padding: 12px 20px;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  
  position: relative;
  top: -4px;
}

/********** END HEADER *****************/



/********** MAIN BANNER *****************/
/********** END MAIN BANNER *****************/


/********** Photo Booth & Event Decoration *****************/
h2 {
  background-color: #D71B68;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}
.photo-booth p {
  font-size: 13px;
  line-height: 26px;
  color: #f5dfdf;
  letter-spacing: 0px;
  text-align: left;
  font-weight: normal;
}
/********** END Photo Booth & Event Decoration *****************/


/********** OUR SERVICES *****************/
.services-section {
  background: linear-gradient(#d71b6812, #4b067612);
  padding: 30px 0px;
}
/********** END OUR SERVICES *****************/


.main-slider {
  position: relative;
}
.main-slider .swiperr-button-next,
.main-slider .swiperr-button-prev {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.main-slider .swiperr-button-prev {
  right: unset;
  left: 30px;
}
/********** BALOONS *****************/

.balloon-section {
  background: white;
  padding: 60px 0px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
.strip-bg {
  height: 26px;
  width: 100%;
  background: url(../img/photo-gallery-bg-short.png) repeat-x;
  background-size: 20px;
  position: relative;
  z-index: 2;
}
.topstrip {
  border-radius: 20px 5px 0px 0px;
}
.bottomstrip {
  transform: rotate(180deg);
  border-radius: 5px 10px 0px 0px;
}

.filmstrip-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: black;
  padding: 10px 0;
  position: relative;
}

.filmstrip {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: scroll 15s linear infinite;
}

.filmstrip img {
  border-radius: 5px;
  height: 220px;
  width: auto;
  object-fit: cover;
}
.camera-reel {
  position: relative;
  /* background: url('../img/camera-reel-1.jpg') no-repeat; */
  background-size: contain;
  background-position: left;
  padding: 72px 0px 21px 48px;
}
.camera-reel > img {
  position: absolute;
  height: 310px;
  left: -36px;
  margin-top: -40px;
}

/* Infinite scrolling animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/********** END BALOONS *****************/

/********** CREATIVE *****************/
.photo-booth-section {
  background: linear-gradient(white 50%, #fbf2f5 50%);
}
.creative-photo-booth {
  background: linear-gradient(#D71B68, #000);
  padding: 60px 15px;
  color: white;
  text-align: center;
}
h3 {
  font-size: 22px;
  font-weight: 800;
  color: white;

}
.clipart {
  position: absolute;
  right: -45px;
  top: 50px;
  width: 200px;
  transform: rotate(45deg);
  opacity: 0.2;
}
.clipart.culture {
  width: 250px;
  right: -30px;
  transform: none;
  top: 0px;
}
.creative-photo-booth p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  
  font-weight: normal;
  margin-bottom: 30px;
}
.creative-photo-booth a {
  display: inline-block;
  background: white;
  color: black;
  font-size: 20px;
  line-height: 22px;
  
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 10px;
  text-decoration: none;
}
/********** END CREATIVE *****************/



/********** BALOONS WITH VIDEO *****************/
.balloon-section-with-video {
  background-color: #e7dbdb;
}
.balloon-section-with-video p {
  font-size: 18px;
  line-height: 24px;
  
  color: black;
  font-weight: normal;
}

/********** END BALOONS WITH VIDEO *****************/

/********** DECORATION *****************/
.decorations-section {
  position: relative;
  overflow-x: hidden;
}
.decorations-section p {
  color: #404040;
  font-size: 18px;
  line-height: 24px;
  
  font-weight: normal;

}
/********** END DECORATION *****************/



.header-section {
  text-align: center;
  margin-top: 20px;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.custom-btn {
  background-color: #6c3483;
  color: #fff;
  border: none;
}
.custom-btn:hover {
  background-color: #512e5f;
}
/* Services Section Styling */
.services-section {
  text-align: center;
}

.services-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.services-card:hover img {
  transform: scale(1.1);
}

.services-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.services-card span {
  display: none;
  background: #00000063;
  padding: 6px 25px;
  border-radius: 10px;
  border: 1px solid white;
  color: white;
  
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}

.services-card:hover .overlay span{
  display: block;
}

.services-card .overlay h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.services-card a {
  display: block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.services-card a:hover {
  background-color: #6c2c5d;
}
/* Section Styling */
.filter-buttons {
  text-align: left;
}
.filter-buttons .btn {
  margin: 5px;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  
  line-height: 28px;
  font-weight: normal;
  font-size: 16px;
  padding: 6px 15px;
  display: block;
  width: 100%;

}
.filter-buttons .btn.active {
  background: linear-gradient(#D71B68, #404040);
  color: white;
}

.filter-buttons .btn:hover,
.filter-buttons .btn.active {
  background: linear-gradient(#D71B68, #404040);
  color: white;
}
.view-pricing-btn {
  margin-top: 20px;
  background: linear-gradient(#D71B68, #4B0676);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  font-size: 20px;
  line-height: 22px;
  
  font-weight: 600;
}

.view-pricing-btn:hover {
  background-color: #6c2c5d;
}

.balloon-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00000076;
  color: white;
  border-radius: 50px;
  width: 120px;
  border: 3px solid white;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* Style the swiper container */
.swiper {
  width: 100%;
  height: 400px;
  margin: auto;
  padding-bottom: 50px;
}

/* Style for images */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid black;
}

/* Adjust the shadow effect */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
}

/* Arrows customization */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 50%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #D9D9D9;
  border: 1px solid #D71B68;
  height: 10px;
  width: 10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(#D71B68, #4B0676);
}
.swiperr-button-prev, .swiperr-button-next {
  position: absolute;
  right: 408px;
  margin-top: -80px;
  z-index: 2;
}
.swiperr-button-next {
  right: 100px;
}

.thumbnail-slider {
  margin-top: 10px;
  max-width: 230px;
  overflow-x: hidden;
  margin-top: -80px !important;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  right: unset;
  z-index: 1;
}
.thumbnail-slider img {
  height: 40px;
  border: 1px solid white;
  box-shadow: 0px 0px 10px 0px #fff;
  border-radius: 5px;
}
.thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-container {
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

/* Subha Section */
.subha-section {
  padding: 50px 20px;
  text-align: center;
}
.subha-section {
  background-color: #191c20;
}
.subha-section p {
  font-size: 16px;
  line-height: 27px;
  color: white;
  text-align: left;
}

.subha-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin: 20px auto;
  border-radius: 50%;
  border: 1px solid;
  padding: 4px;
  box-shadow: 0px 0px 16px 0px #aaaaaa;
}
.pos-rel {
  position: relative;
}
.p-swiperr-button-prev, .p-swiperr-button-next {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 10;
  transform: translatey(-50%);
  background: #00000029;
  padding: 5px;
  border-radius: 50%;
}
.p-swiperr-button-next {
  left: unset;
  right: 15px;
}

/* Call to Action Section */
.cta-section {
  background: linear-gradient(#fff 50%, #101010 50%);
  
}
.cta-section-inner {
  padding: 40px 30px;
  background: linear-gradient(#D71B68, #000);
  color: white;
  border: 1px solid #9e9e9e;
}

.cta-section h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0px;
  color: white;
  color: white;
  background: none;
  -webkit-text-fill-color: initial;
  background-clip: unset;
}

.cta-section .btn {
  background-color: white;
  color: #833472;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-section .btn:hover {
  background-color: #6c2c5d;
  color: white;
}
.clients-served {
  display:flex;
  align-items: center;
  flex-direction: column;
}

.clients-served img{
  width: 100%;
}
.client-logo {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  padding: 10px;
}
.client-logo.bg{
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #750b72;
}
.clientlogos {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  column-gap: 40px;
}

.clientlogos img {
  width: 150px;
}

.clientlogos .bg {
  border-radius: 50%;
  background: #750b72;
}

/* Footer */
footer {
  background-color: #101010;
  color: white;
  padding: 20px 0 0 0;
}
footer h2 {
  color: #D71B68;
  font-size: 20px;
  line-height: 25px;
  
  font-weight: bold;
  background: unset;
  -webkit-text-fill-color: unset;
}
footer .ft-logo {
  font-family: 'Oswald';
  font-size: 30px;
}
.ft-logo a {
  text-decoration: none;
  color: #D71B68;
}
.ft-logo img {
  position: relative;
  top: -4px;
}
.ft-logo a:hover, .ft-logo a:focus {
  color: #D71B68;
}
footer .footer-link {
  color: #ff4081;
  text-decoration: none;
}

footer .footer-link:hover {
  text-decoration: underline;
}

footer .social-icons a {
  border: 1px solid #F0D882;
  padding: 9px;
  margin: 0 10px;
  font-size: 1.2rem;
}

footer .social-icons a:hover {
  color: #ff4081;
}
footer ul {
  padding-left: 0;
  margin-left: 0;
}
footer ul li {
  list-style-type: none;
}
footer li a {
  margin-bottom: 18px;
  line-height: 22px;
  font-size: 13px;
  
  font-weight: normal;
}
footer p {
  font-size: 14px;
}
.bottom-footer p {
  font-size: 10px;
}
footer p span {
  color: #ff4081;
}
footer form {
  border-bottom: 1px solid white;
}
footer input, footer button {
  background: none !important;
  color: white !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
footer input.form-control {
  padding-left: 0px;
}
footer input::placeholder {
  color: white !important;
}
footer input:focus, footer button:focus, footer input:hover, footer button:focus {
  background: none !important;
}
.bottom-footer {
  background: linear-gradient(#D71B68, #4B0676);
  color: white;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  padding: 30px 0px;
}

.testimonials-section {
  padding: 80px 10px 30px 10px;
  text-align: center;
}
.testimonials-section img {
  border: none;
}
.testimonials-section .quote {
  display: block;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 10px 0px #cecece;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  margin-bottom: 20px; 
  background: #d71b68;
  border: 1px solid black;
}
.testimonials-section .quote img {
  width: 64px;
  height: 64px;
}
.testimonials-section .stars img {
  width: 40px;
  height: 40px;
}
.para {
  font-size: 18px;
  color: #4a4a4a;
  font-style: italic;
}
 /* Masonry-like columns for images */
 .masonry-columns {
  column-count: 4;
  column-gap: 1.5rem;
}
@media (max-width: 1200px) {
  .masonry-columns { column-count: 3; }
}
@media (max-width: 768px) {
  .masonry-columns { column-count: 2; }
}
@media (max-width: 480px) {
  .masonry-columns { column-count: 1; }
}
.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  break-inside: avoid;
}
.masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.16);
  display: block;
}
.view-more {
  color: White;
}
.package-pricing strong,
.package-pricing p {
  color: White;
}
.package-pricing h4 {
  color: #D71B68;
}