.btn {
  background: #d54075;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.btn span {
  transition: 0.2s 0.1s;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
}

.btn::before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.btn::before,
.btn::after {
  position: absolute;
  content: "";
}

.btn::before {
  background-color: #eedb2e;
  transition: 0.3s ease-out;
}

.btn:hover::before {
  height: 0%;
}

.btn:hover span {
  color: #fff;
}

.btn::before {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.solid {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
}

.btn.solid::before {
  background-color: #000;
  transition: all 0.3s ease-in;
}

.btn.solid:hover,
.btn.solid:hover span {
  color: #000;
  transition: all 0.3s ease-in;
}

.btn-flex-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  margin-top: 18px;
}

.spotlight-content h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
}

.spotlight-content h2 {
  color: #eedb2e;
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 60px;
  margin: 0 0 30px 0;
}

.spotlight-content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 35px;
}

.spotlight-content .content {
  width: 600px;
  margin-top: 100px;
  z-index: 3;
}

.spotlight-content .video-wrapper {
  position: relative;
  width: 398px;
  height: 600px;
  position: relative;
  overflow: hidden;
  background: url("../media/images/phone.png") no-repeat center top;
  z-index: 1;
}

.spotlight-content .video-wrapper video {
  position: absolute;
  top: 7px;
  left: 10px;
  bottom: 0;
  z-index: 1;
  width: 378px;
  object-fit: cover;
  border-top-left-radius: 53px;
  border-top-right-radius: 53px;
}

.video-wrapper iframe {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}

.spotlight-content .img-wrapper {
  width: auto;
  position: relative;
}

.spotlight-content .phoneimg {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.spotlight-content .yellowmaskimg {
  position: absolute;
  top: -20px;
  left: -310px;
  width: 560px;
  height: 620px;
}

.spotlight-content .pinkmaskimg {
  position: absolute;
  top: 90px;
  right: -240px;
  width: 560px;
  height: 620px;
}

.video-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  margin: 0;
  line-height: 40px;
}

.video-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 96px;
  color: #fff;
  margin: 0;
  line-height: 96px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrapper::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.creator-success-section .headingcontainer {
  width: 800px;
  margin: 0 auto;
}
.creator-success-section .section-container  h2{
  margin-left: -4px;
}

.package-section .headingcontainer {
  width: 781px;
  margin: 0 auto;
}

.headingcontainer h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  text-transform: none;
  text-align: center;
  margin: 0 0 30px 0;
}

.headingcontainer .apos {
  font-size: 50px;
}

.headingcontainer p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}

.section-container {
  margin: 27px auto 50px;
  width: 95%;
}

.section-container .number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #35d5cd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}

.section-container h2 {
  font-size: 78px;
  line-height: 78px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1e1e1e;
  text-transform: uppercase;
  margin: 0;
}

.section-container h4 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0px 0;
}

.section-container p {
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 336px;
}

.section-container .btn {
  background: #35d5cd;
  color: #fff;
  width: fit-content;
}

.section-container .btn::before {
  background-color: #d54075;
  transition: 0.3s ease-out;
}

.section-container .img-bg {
  background-image: url("../media/images/svg/pinkdiagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 420px;
  height: 386px;
  position: relative;
}

.section-container .img-bg .centerimg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.row {
  margin: 50px 0;
}

.section-container .row:nth-child(even) {
  flex-direction: row-reverse;
}

.section-container .row:nth-child(even) .number {
  background: #d54075;
}

.beforeimg {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 30%;
}

.afterimg {
  position: absolute;
  right: 0;
  bottom: 17%;
  z-index: 2;
}

.partner-section {
  padding: 80px 0;
}

.partner-section h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  text-align: center;
  margin: 0 0 30px 0;
}

.marquee-wrapper,
.js-marquee,
.js-marquee-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.package-wrapper {
  margin: 45px auto;
}

.package-item {
  width: 330px;
  background-color: #fff;
  padding: 30px 18px;
  position: relative;
}

.package-item:nth-child(even) {
  background-color: #d54075;
  color: #fff;
  padding: 40px 18px;
}

.package-item h4 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
}

.package-item:nth-child(even) h4,
.package-item:nth-child(even) span,
.package-item:nth-child(even) li {
  color: #fff;
}

.package-item:nth-child(even) .btn span,
.package-item .btn span {
  color: #eedb2e;
  font-size: 16px;
  font-weight: 400;
}

.package-item .price {
  font-size: 34px;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  text-align: center;
  position: relative;
}

.package-item:nth-child(even) .price {
  color: #fff;
}

.package-item .price::before {
  content: "₹";
  font-family: sans-serif;
  font-weight: 300;
}

.package-item span {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.accordion ul {
  list-style: none;
  padding-left: 0;
}

.accordion li {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
}

.accordion li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../media/images/svg/tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.package-item:nth-child(even) li::before {
  background-image: url("../media/images/svg/tick-white.svg");
}

.accordion ul:first-child {
  border-bottom: 1px solid rgb(102, 102, 102, 0.5);
}

.package-item:nth-child(even) .accordion ul:first-child {
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.accordion-title::after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url("../media/images/svg/angledownArrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.package-item:nth-child(even) .accordion-title::after {
  background-image: url("../media/images/svg/angledownArrowWhite.svg");
}

.accordion.active .accordion-title::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion.active .accordion-content {
  max-height: 500px;
}

.accordion-title {
  display: none;
}

.package-item .btn {
  background: #eedb2e;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 10px;
  margin-top: 10px;
}

.package-item .btn:before {
  background: #000;
  color: #eedb2e;
}

.package-item .btn:hover span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.tag {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  position: relative;
  display: inline-block;
  z-index: 2;
  width: 135px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.tag::after {
  content: "";
  position: absolute;
  left: 67px;
  bottom: 0px;
  transform: translateX(-50%) skewX(350deg);
  width: 135px;
  height: 30px;
  background: #000;
  border-bottom-left-radius: 2px;
  z-index: -1;
  border: 1px solid #fff;
}

.package-wrapper::before {
  content: "";
  background-image: url("../media/images/svg/whitepattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 640px;
  height: 635px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.form-group {
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-group input {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px 20px;
  outline: 0;
  border: none;
}

.form-group input::placeholder {
  font-size: 12px;
  color: #bfbebe;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.form-group input:focus-visible,
.form-group input:focus,
.form-group input:focus-within {
  outline: 0;
  border: none;
}

.form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

.form-group label span {
  color: #ff0000;
}

.form-section .btn {
  outline: 0;
  border: none;
  width: 168px;
}

.gallery-section .headingcontainer p {
  width: 630px;
  margin: 0 auto;
}

.gallerySwiper {
  overflow: hidden;
}

.gallerySwiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  transition-timing-function: linear !important;
  gap: 30px;
}

.gallerySwiper .swiper-slide {
  width: 270px;
  height: 384px;
  position: relative;
}

.gallerySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.gallery-wrapper .playicon {
  position: absolute;
  width: 51px;
  height: 51px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear !important;
  margin: 0 auto;
}

.popup-trigger {
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 2;
  position: relative;
}

.popupArea h4 {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.popupArea .headingcontainer {
  padding: 40px 40px 0px 40px;
}

.popupArea p {
  width: 70%;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}

.popupArea .form-wrapper {
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  gap: 20px;
}

.popupArea .form-wrapper .form-group {
  width: calc(100% / 2 - 20px);
}

.popupArea form {
  padding-bottom: 40px;
}

.lightboxSwiper .swiper-slide {
  width: 100% !important;
  height: auto;
}
.lightboxSwiper .swiper-slide img{
  width: auto;
  height: auto;
}
.lightboxSwiper .swiper-slide video{
  width: 100%;
  height: 100%;
}
.lightboxSwiper,
.lightboxSwiper-container {
  width: 100%;
  height: 100%;
}

.lightboxSwiper .swiper-slide iframe {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

.sidebarIcons {
  position: fixed;
  right: 16px;
  bottom: 25px;
  z-index: 999;
}

.whatsapp-fixed,
.share-fixed {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  margin-top: 10px;
}

.whatsapp-fixed:hover,
.share-fixed:hover {
  background-color: #000;
  transition: all 0.3s ease-in;
}

.social-share-list {
  display: block;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  box-shadow: 0 5px 8px #cccccc;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(20px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.social-share-list.active {
  transform: translatex(0px);
  opacity: 1;
  z-index: 2;
}

.social-share-list ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  gap: 10px;
}

.social-share-list ul li {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-share-list ul li:hover img {
  transition: all 0.3s ease-in;
  filter: brightness(0) saturate(100%) invert(39%) sepia(22%) saturate(3630%) hue-rotate(303deg) brightness(87%) contrast(91%);
}

.social-share-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-right: 0 solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 5px solid #ffffff;
  transform: translate(100%, -50%);
}

.fadeUpLines div {
  display: inline-block !important;
}

.headingcontainer h2 .br {
  display: block;
}

.poweredByLogo {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 5px;
  margin-left: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eedb2e;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.yourstory-section .content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}

.yourstory-section .content>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 33%;
}

.yourstory-section .content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.yourstory-section .content h4 span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.yourstory-section .content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  min-height: 90px;
}

.yourstory-section .content>div img {
  min-height: 146px;
  margin-bottom: 20px;
}

.powered-by-footer-section .poweredByLogo {
  font-family: "poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 0;
}

.powered-by-footer-section p {
  color: #fff;
  font-size: 14px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.powered-by-footer-section p span {
  color: #d54075;
  font-weight: 700;

}

.powered-by-footer-section .link {
  color: #eedb2e;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}

.powered-by-footer-section .d-flex {
  gap: 100px;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
  transition: all 0.6s ease-in;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
  transition: all 0.6s ease-in;
}

.secondary-pages-content {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.spotlight-content.secondary-pages-content h2{
  text-align: left;
}
.spotlight-content.secondary-pages-content .content {
  margin-top: 20px;
  width: 800px;
}

.spotlight-content.secondary-pages-content .content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
.spotlight-content.secondary-pages-content .content a,
.spotlight-content.secondary-pages-content .content b{
   font-weight: 800;
}

.spotlight-content.secondary-pages-content .content ul{
  padding-left: 40px;
}
.spotlight-content.secondary-pages-content .content ul li {
     color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.spotlight-swiper-wrapper{
  position: relative;
}
.swiper-button-prev{
  position: absolute;
  top: 50%;
  left: 0;
}
.swiper-button-next{  
    top: 50%;
    right: 0;
}
.spotlight-swiper-wrapper .swiper-button-prev:after, 
.spotlight-swiper-wrapper .swiper-button-next:after{
  font-size: 30px;
}
.yourstory-section .headingcontainer p{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.popupArea .swiper-button-prev{
  left: -30px;
}
.popupArea .swiper-button-next{
  right: -30px;
}