:root {
  --swiper-image-ratio: 33.3%; /* ratio 16:9 = 56.25% */

  --swiper-width: 50%;
  --swiper-inactive-scale: 0.85; /* makes the other slide smaller */

  /* responsive settings */
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: 0.95;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Amaranth", sans-serif;
}
html {
  scroll-behavior: smooth;
}
/*------------------------
--------Pre Loader--------
--------------------------*/
#preloader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 9999999;
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
}

#preloader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  z-index: 9999999;
}

#preloader.show {
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#preloader .circular {
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  transform: rotate(0deg);
}

#preloader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: loader 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
/* ||||||||||||||||||||||||||||||| */
.header-contact,
.header-contact .column-two,
.header-contact .column-two .sub-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contact {
  padding: 8px 100px;
  background-color: #333333;
  color: #ffffff;
  z-index: 2;
}
.header-contact .column-one {
  width: 50%;
}
.header-contact .column-two {
  width: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
}
.header-contact .column-two .sub-column {
  margin-right: 30px;
}
.header-contact .column-two .sub-column i {
  padding: 7px;
  background-color: #f01658;
  margin-right: 6px;
  border-radius: 10px;
}
a {
  text-decoration: none;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  box-shadow: 0px 0px 1px #222222;
}
nav .logo a {
  font-size: 25px;
  font-weight: 900;
  color: #f01658;
}
nav i.menu-icon {
  font-size: 30px;
  cursor: pointer;
  color: #222222;
  transition: 0.18s all ease;
  display: none;
}
nav i.menu-icon:hover {
  color: #f01658;
}
nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  list-style: none;
}
nav ul li {
  margin: 0 10px;
}

nav ul li a {
  text-decoration: none;
  color: #222222;
  transition: 0.18s all ease;
}
nav ul li a:hover {
  color: #f01658;
}
.mySwiper {
  width: 100%;
  height: 83.5vh;
}
.mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 83.5vh;
  object-fit: cover;
}
.section-heading {
  width: 100%;
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 40px 0;
}
.section-heading img {
  width: 300px;
}
/* ABOUT SECTION */
.about {
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 0 90px;
}
.about .about-logo img {
  width: 150px;
  margin-top: -30px;
  margin-bottom: 10px;
}
.about p {
  margin-bottom: 30px;
  color: #333333;
}
.about .about-contact-button a {
  padding: 6px 15px;
  border-radius: 8px;
  border: 2px solid #f01658;
  color: #f01658;
  font-weight: 900;
  letter-spacing: 2px;
  transition: 0.3s all ease;
}
.about .about-contact-button a:hover {
  color: #ffffff;
  background-color: #f01658;
}
.about .social-icons {
  margin-top: 50px;
  margin-bottom: -30px;
  z-index: 999;
}
.about .social-icons a {
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #f01658;
  color: #fff;
  margin: 5px;
}
/*******************/
.counters {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #f01658;
  color: #d0134c;
  padding: 50px 0;
}
.counters .counter {
  text-align: center;
  color: #fff;
}
.counters .counter h1 {
  margin-bottom: -10px;
}
.counters .counter p {
  margin-top: 10px;
}
/************/
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
  background: #ffffff7d;
  padding: 8px;
  color: #fff;
}
/* ********** */
.services .servicesSlider {
  width: 95%;
  height: 450px;
  overflow: hidden;
}
.services .servicesMobileSlider {
  height: 400px;
  width: 95%;
  overflow: hidden;
  display: none;
}
.services .servicesMobileSlider .swiper-wrapper .swiper-slide .service {
  padding: 0 30px;
}
.services .servicesSlider .swiper-wrapper .swiper-slide .service {
  width: 30%;
}
.services .servicesSlider .swiper-wrapper .swiper-slide img,
.services .servicesMobileSlider .swiper-wrapper .swiper-slide .service img {
  width: 200px;
  border-radius: 50%;
  border: 5px solid #f01658;
}
.services .servicesSlider .swiper-wrapper .swiper-slide,
.services .servicesMobileSlider .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
/*LATEST PHOTOSHO0T  */
.latest-photoshoot {
  width: 100%;
}
.latest-photoshoot .photoshoot-group {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 50px;
}
.latest-photoshoot .photoshoot-group img {
  width: 30%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 3px solid #f01658;
  cursor: pointer;
}

/* ***********  */
.gallery .container {
  max-width: 90%;
  margin: auto;
}
.gallery .row {
  display: flex;
  flex-wrap: wrap;
}
.gallery img {
  max-width: 100%;
  vertical-align: middle;
}
/*.gallery*/
.gallery {
  width: 100%;
  display: block;
  /* background-color: #2a2932; */
  padding: 100px 0;
}
.gallery .gallery-filter {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.gallery .gallery-filter .filter-item {
  color: #222222;
  font-size: 17px;
  border: 2px solid #222222;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 20px;
  margin-right: 8px;
  cursor: pointer;
  padding: 8px 20px 8px 20px;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item.active {
  color: white;
  border-color: #f01658;
  background: #f01658;
}
.gallery .gallery-item {
  width: calc(100% / 3);
  padding: 15px;
}
.gallery .gallery-item-inner img {
  width: 100%;
  border: 3px solid #f01658;
}
.gallery .gallery-item.show {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gallery .gallery-item.hide {
  display: none;
}

/*responsive*/
@media (max-width: 491px) {
  .gallery .gallery-item {
    width: 50%;
  }
}
@media (max-width: 467px) {
  .gallery .gallery-item {
    width: 100%;
  }
  .gallery .gallery-filter .filter-item {
    margin-bottom: 10px;
  }
}
.gallery .container .row .gallery-item {
  cursor: pointer;
}
.detail-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  background-color: #111222a6;

}
.detail-view img {
  max-width: calc(100vw - 20%);
  max-height: calc(100vh - 10%);
  width: auto !important;
  box-shadow: 0px 0px 8px #333333;
}
.detail-view.hidden {
  display: none;
}

.detail-view i {
  color: #f01658;
  font-weight: 900;
  font-size: 17px;
  cursor: pointer;
  padding: 6px 9px;
  background-color: #111222;
  margin-top: -30%;
  border-radius:0px 6px 6px 0px;
  box-shadow: 3px 0px 6px #111222;
}
/*--------------*/
/* VIDEOS */
.videos .videosSlider {
  width: 90%;
  height: auto;
}
.videos .videosSlider .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos .videosSlider .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
/*TESTIMONIALS */
.testimonials {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonialSlider {
  height: 350px;
}
.swiper-pagination-bullet-active {
  background-color: #f01658;
}
.testimonials .testimonialSlider .swiper-wrapper .swiper-slide {
  text-align: center;
  padding: 0 150px;
}
.testimonials .testimonialSlider .swiper-wrapper .swiper-slide img {
  width: 150px;
  border-radius: 50%;
  padding: 5px;
  background-color: #ececec;
  margin-bottom: 20px;
}
.testimonials .testimonialSlider .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  background: #00000067;
}
/* CONTACT US */
.contact {
  width: 100%;
  height: auto;
  padding: 40px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .contact-form {
  width: 70%;
}
.contact .contact-map {
  width: 30%;
  text-align: right;
  height: 320px;
}
.contact .contact-form form input[type="text"],.contact .contact-form form input[type="tel"],.contact .contact-form form input[type="email"],
.contact .contact-form form textarea {
  width: 100%;
  padding: 15px 10px;
  background-color: #ececec;
  border: none;
  margin: 10px 0;
  border-radius: 5px;
}
.contact .contact-form form input[type="submit"] {
  padding: 8px 15px;
  background-color: #f01658;
  color: #ffffff;
  margin-top: 10px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s all ease;
  letter-spacing: 2px;
}
.contact .contact-form form input[type="submit"]:hover {
  background-color: #d0134c;
}
@media (min-width: 992px) and (max-width: 1150px) {
  .contact {
    padding: 40px 20px;
  }
  .contact .contact-form {
    width: 64%;
  }
  .header-contact {
    padding: 8px 40px;
  }
  .header-contact .column-two .column .sub-column {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .header-contact {
    padding: 8px 30px;
  }
  .header-contact .column-two .column .sub-column {
    margin: 0 5px;
  }
  .testimonial .testimonial-card {
    width: 31%;
  }
  .testimonial .testimonial-card img {
    width: 100%;
    height: 200px;
  }
  .contact {
    padding: 40px 20px;
    justify-content: center;
  }
  .contact .contact-form {
    width: 54%;
    margin-right: 14px;
    margin-left: -50px;
  }
  .contact .contact-map {
    text-align: left;
    margin-left: 14px;
  }
}
@media (max-width: 768px) {
  .header-contact {
    flex-direction: column;
    padding: 8px 40px;
  }
  .header-contact .column-one {
    text-align: center;
    padding: 5px;
  }
  .header-contact .column-two {
    margin-top: 20px;
    justify-content: space-evenly;
  }
  .header-contact .column-one,
  .header-contact .column-two {
    width: 100%;
  }
  nav .logo a {
    font-size: 20px;
  }
  nav i.menu-icon {
    display: block;
  }
  nav ul {
    display: none;
  }
  nav ul.toggle {
    display: block;
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
    z-index: 9999;
  }
  nav ul.toggle li {
    margin: 10px;
    color: #444444;
    width: 95%;
    overflow: hidden;
    padding: 8px;
    background-color: #cdcdcd49;
    font-weight: 600;
  }
  .mySwiper .swiper-wrapper .swiper-button-next {
    font-size: 15px !important;
  }
  .gallery .gallery-filter .filter-item {
    margin-bottom: 10px;
  }
  .testimonial {
    flex-direction: column;
    text-align: center;
  }
  .testimonial .testimonial-card {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 40px;
  }
  .testimonial .testimonial-card img {
    width: 200px;
    height: 200px;
  }
  .contact {
    padding: 40px 20px;
    justify-content: center;
    flex-direction: column;
    min-width: 320px;
  }
  .contact .contact-form {
    width: 90%;
    margin: 0;
    margin-bottom: 20px;
  }
  .contact .contact-map {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .contact .contact-map iframe {
    width: 250px;
    height: 250px;
  }
  .services .servicesSlider {
    display: none;
  }
  .services .servicesMobileSlider {
    display: block;
  }
  .testimonials {
    height: auto;
  }
  .testimonials .testimonialSlider {
    height: auto;
  }
  .testimonials .testimonialSlider .swiper-wrapper .swiper-slide {
    padding: 0 40px;
    margin-bottom: 50px;
  }

  .latest-photoshoot .photoshoot-group {
    flex-direction: column;
    padding: 0 20px;
  }
  .latest-photoshoot .photoshoot-group img {
    width: 100%;
  }
  .about {
    padding: 0 30px;
  }
  .videos .videosSlider .swiper-wrapper .swiper-slide iframe {
    height: 230px;
  }
footer {
  position: inherit;
  bottom: 0;

}
.footer-distributed .footer-center i.fa{
  margin-left:-5px;
}
}

@media (max-height: 800px) {
  footer {
    position: static;
  }
  header {
    padding-top: 40px;
  }
}

.footer-distributed {
  background-color: #2c292f;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
  width: 30%;
}

.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px "Cookie", cursive;
  margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img {
  width: 30%;
}

.footer-distributed h3 span {
  color: #f01658;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #f01658;
  text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 30%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;

  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;

  margin-right: 3px;
  margin-bottom: 5px;
}
@media (max-width: 880px) {
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  .header-contact {
    padding: 8px 10px;
  }
  .header-contact .column-one {
    text-align: center;
    padding: 5px;
  }
  .header-contact .column-two {
    margin-top: 20px;
  }
  .header-contact .column-two .sub-column {
    margin: 5px 0;
  }
  .header-contact .column-one,
  .header-contact .column-two {
    width: 100%;
  }
  nav ul.toggle {
    top: 190px;
  }
  .testimonial {
    flex-direction: column;
    text-align: center;
  }
  .testimonial .testimonial-card {
    width: 98%;
    margin-bottom: 40px;
  }
  .testimonial .testimonial-card img {
    width: 200px;
    height: 200px;
  }
  nav .logo a {
    font-size: 15px;
  }
  nav i.menu-icon {
    font-size: 20px;
  }
  .counters {
    flex-direction: column;
  }
  .counters .counter {
    margin-bottom: 60px;
  }
}


/* shop Section Styling */
      .shops-section {
        margin: 80px 0;
        padding: 60px 20px;
        background-color: #f9f9f9;
      }

      .shops-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        text-align: center;
      }

      .section-heading {
        margin: 30px 0 50px;
      }

      .section-heading small {
        display: block;
        color: #f01658;
        font-size: 14px;
        margin-bottom: 10px;
      }

      .section-heading h1 {
        font-size: 36px;
        color: #333;
        margin: 0;
      }

      .section-heading img {
        height: 48px;
        margin-top: -5px;
      }

      /* Grid for Shops */
      .shop-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
      }

      /* Shop Card */
      .shop-card {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: box-shadow 0.3s;
      }

      .shop-card:hover {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
      }

      .shop-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: transform 0.3s;
      }

      .shop-card:hover .shop-image {
        transform: scale(1.1);
      }

      .shop-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        display: flex;
        justify-content: flex-end;
        padding: 20px;
        flex-direction: column;
      }

      .shop-info {
        color: white;
      }

      .shop-title {
        font-size: 24px;
        font-weight: bold;
        color: #f01658;
        margin-bottom: 8px;
      }

      .shop-description {
        font-size: 14px;
        margin-bottom: 12px;
        color: #ddd;
      }

      .shop-links {
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .shop-link {
        display: flex;
        align-items: center;
        font-size: 12px;
        color: #ffc107;
        text-decoration: none;
      }

      .shop-link i {
        margin-right: 6px;
      }

      .shop-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #ffc107;
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
      }

      .shop-card:hover .shop-border {
        opacity: 1;
      }

      .fa-phone-alt {
        transform: rotate(90deg);
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .section-heading h1 {
          font-size: 28px;
        }

        .shop-title {
          font-size: 20px;
        }

        .shop-description {
          font-size: 12px;
        }

        .shop-links {
          gap: 10px;
        }

        .shop-card {
          height: 100%;
        }
      }

      @media (max-width: 480px) {
        .shops-section {
          padding: 40px 10px;
        }

        .section-heading h1 {
          font-size: 24px;
        }

        .shop-title {
          font-size: 18px;
        }

        .shop-description {
          font-size: 12px;
        }

        .shop-links {
          flex-direction: column;
          gap: 8px;
        }

        .shop-card {
          height: auto;
        }
      }
  /* shop Section Styling End */  


