.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%;
}

.headerCta {
  z-index: 9;
}

.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;
}

.package-wrapper,
.spotlight {
  position: relative;
}

.package-section::after,
.Homepage .spotlight::after {
  content: "";
  width: 950px;
  height: 950px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  position: absolute;
  right: 0;
  top: -70px;
  left: 37%;
  margin: 0 auto;
}

.package-section::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  width: 800px;
  height: 800px;
  bottom: -18px;
}

.package-section .container {
  position: relative;
  z-index: 1;
}

.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;
  border-radius: 5px;
  position: relative;
}

.package-item .discountdiv {
  background: #F7E014;
  position: absolute;
  height: 38px;
  right: 0;
  padding-right: 20px;
  padding-top: 12px;
  top: 35px;
}

.package-item .discountdiv:before {
  content: "";
  width: 38px;
  height: 100%;
  border-top: 19px solid #F7E014;
  border-bottom: 19px solid #F7E014;
  border-left: 19px solid transparent;
  display: flex;
  position: absolute;
  left: -38px;
  top: 0;
}

.package-item .discountdiv:after {
  content: "";
  background-color: #F7E014;
  width: 19px;
  height: 100%;
  left: -19px;
  display: flex;
  position: absolute;
  top: 0;
}

.package-item .discountdiv h6 {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.package-item .discountdiv h4 {
  color: #E12669 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
}

.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: left;
  margin-bottom: 8px;
  max-width: 160px;
}

.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: left;
  position: relative;
  margin-bottom: 10px;
}

.package-item:nth-child(even) .strikePrice,
.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;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.package-item .strikePrice {
  margin-top: 22px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
  display: flex;
}

.package-item .strikePrice::before {
  content: "₹";
  font-family: sans-serif;
  font-weight: 300;
}

.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: 188px;
}

.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;
}

/* header */
.mainheader{
  background: #000000;
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.mainheader .leftHeader{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.mainheader .headerLinkList{
  display: flex;
  align-items: center;
  margin-left: 60px;
  gap: 30px;
}
.mainheader .headerLinkList a{
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
color: #fff;
transition: all 0.25s linear;

}
.mainheader .headerLinkList a:hover{
  color: #EEDB2E;
  transition: all 0.25s linear;
}
 .showdesk{
    display: block;
  }
  .showmob{
    display: none;
  }




/* header */
/* about us start */
.aboutUsSoptlight:before{
  content: "";
  width: 100%;
  height: 100%;
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ourstory-section *{
  text-align: left !important;
}
.ourstory-section .headingcontainer h2{
  text-transform: uppercase;
   font-weight: 800;
}
.ourstory-section .content{
  width: 925px;
}
.ourstory-section .content p{
font-weight: 500;
font-size: 18px;
line-height: 30px;
color: #fff;
}
.meet-section  *{
  text-align: left !important;
}
.meet-section .headingcontainer h2{
  text-transform: uppercase;
  font-weight: 800;
}
.meet-section .meet-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
  margin-top: 30px;
}
.meet-section .meet-content{
  width: calc(50% - 30px);
  padding-right: 60px;
}
.meet-section .meet-content h3{
font-weight: 800;
font-size: 28px;
text-transform: uppercase;
color: #000;
display: flex;
gap: 12px;
align-items: center;
margin-top: 35px;
}
.meet-section .meet-content h6{
font-weight: 600;
font-size: 16px;
line-height: 22px;
color: #000;
}
.meet-section .meet-content p{
  font-weight: 500;
font-size: 14px;
color: #000;
margin-top: 20px;
}
/* about us end */

/* blog listing start */
.blogslist-section .headingcontainer h2{
  text-align: left;
  text-transform: uppercase;
}
.blogslist-section .blogHeadingWrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blogslist-section .blogHeadingWrapper .dropdownlistwrapper{
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogslist-section .blogHeadingWrapper .dropdownlistwrapper p{
font-weight: 400;
font-size: 12px;
color: #000;

}
.selectwrapper select{
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background:#F5F3F4 url("../../assets/images/aboutus/downarrow.svg") no-repeat calc(100% - 14px) center;
  min-width: 130px;
  min-height: 45px;
  border: 0;
  outline: none;
  border-radius: 7px;
  padding: 14px;
  padding-right: 20px;
  color: #777777;
}

.blogslist-section .blogLists{
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
  margin-top: 30px;
}
.blogslist-section .blogLists .blogCard{
  width: calc((100% / 3) - 20px);
}
.blogCard {
  display: block;
}
.blogCard .imgwrapper{
  overflow: hidden;
}
.blogCard .imgwrapper img{
  width: 100%;
  height: auto;
  object-fit: cover;
 transition: all 1s ease-in-out;
}
.blogCard:hover .imgwrapper img{
  transform: scale(1.5);
 transition: all 1s ease-in-out;
}
.blogCard .blogContent{
  margin-top: 10px;
}
.blogCard .blogContent span{
  display: flex;
font-weight: 400;
font-size: 12px;
color: #777;

}
.blogCard .blogContent h5{
font-weight: 400;
font-size: 20px;
color: #000;
margin-top: 14px;
}
.blogslist-section .btnWrap{
  display:flex;
  justify-content: center;
  margin-top: 80px;
}

/* blog listing end */

/* blog detail start */

.blogsdetail-section .blogImgTextWrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blogsdetail-section .blogImgTextWrapper .blogimgwrapper{
  width: 658px;
}
.blogsdetail-section .blogImgTextWrapper .blogimgwrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogsdetail-section .blogImgTextWrapper .blogContentWrapper{
  width: calc(100% - 708px);
}
.blogsdetail-section .blogImgTextWrapper .blogContentWrapper span{
  display: flex;
font-weight: 400;
font-size: 12px;
color: #fff;

}
.blogsdetail-section .blogImgTextWrapper .blogContentWrapper h1{
font-weight: 600;
font-size: 40px;
line-height: 50px;
color: #fff;
margin-top: 14px;
}
.blogdetailcontent-section{
  padding: 30px 0 60px 0;
}
.mainBlogContentWrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.tableShareWrapper{
 width: 285px;
}
.tableContent{
  background: #F5F3F4;
  padding: 30px 20px;
 
}

.tableContent h6{
font-weight: 400;
font-size: 18px;
color: #000;

}

.tableContent ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.tableContent ul li{
  margin-top: 10px;
}
.tableContent ul li a{
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #000;

}
.tableContent ul li a.active{
  font-weight: 700;
  text-decoration: underline;
}

.shareWrap{
   background: #F5F3F4;
  padding: 30px 20px;
  margin-top: 10px;
}
.shareWrap h6{
  font-weight: 400;
font-size: 18px;
color: #000;
}
.shareWrap .listshare{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.shareWrap .listshare img{
  width: 100%;
  height: auto;
  object-fit: contain;
}

.shareWrap .listshare a:hover img{
      filter: brightness(0) saturate(100%) invert(39%) sepia(22%) saturate(3630%) hue-rotate(303deg) brightness(87%) contrast(91%);
}

.maincontentwrap{
  width: calc(100% - 630px);
}
.maincontentwrap h2,
.maincontentwrap h3,
.maincontentwrap h4,.maincontentwrap h5
.maincontentwrap h6{
font-weight: 600;
font-size: 32px;
line-height: 36px;
color: #000;
margin-top: 40px;
margin-bottom: 10px;

}
.maincontentwrap h3{
  font-size: 28px;
  list-style: 32px;
}
.maincontentwrap h4{
  font-size: 24px;
  list-style: 28px;
}
.maincontentwrap h5{
  font-size: 18px;
  list-style: 22px;
}
.maincontentwrap h6{
  font-size: 16px;
  list-style: 20px;
}
.maincontentwrap h2:first-child{
  margin-top: 0;
}
.maincontentwrap  p{
font-weight: 400;
font-size: 18px;
color: #000;
margin-top: 16px;

}

.recentBlogwrap{
  width: 285px;
}
.recentBlogwrap h2{
  font-weight: 600;
font-size: 32px;
line-height: 36px;
color: #000;
margin-bottom: 20px;
}
.recentswiper .swiper-pagination{
  position: static;
  margin-top: 10px;
}
.recentswiper .swiper-pagination span{
  background: #D9D9D9;
}
.recentswiper .swiper-pagination .swiper-pagination-bullet-active{
  background: #F1202B;
}

.relatedArticle-section{
  background: #F5F3F4;
  padding: 54px 0;
}

.relatedArticle-section .recentblogLists{
  display: flex;
  flex-wrap: wrap;
  gap:30px;
  margin-top: 32px;
}
.relatedArticle-section .recentblogLists .blogCard{
  width: calc((100% / 3) - 20px);
}
.relatedArticle-section h4{
font-weight: 600;
font-size: 50px;
line-height: 50px;
color: #11184F;
}

/* blog detail end */