@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(22, 20, 20, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.navbar .navbar-brand {
  right: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    position: relative;
    display: block;
  }
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.navbar .nav-item .nav-link {
  display: inline-block;
  color: #f1f1f1;
  transition: all 0.2s linear;
  font-weight: 500;
  border-radius: 0.375rem;
  padding: 0.2rem 0.7rem;
}
.navbar .nav-item .nav-link:hover {
  background-color: rgba(241, 241, 241, 0.25);
}
.navbar .nav-item .nav-link.active {
  color: #df1f8c;
  background-color: #fff;
  border-radius: 0.5rem;
}
.navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-weight: 500;
}

.link1 li:hover, .link2 li:hover {
  background: linear-gradient(to right, #df1f8c, #4b2888);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

body {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.h1, h1, h2, h3, h4, h5, h6 {
  font-family: "Dancing Script", cursive;
}

::-moz-selection {
  background-color: #df1f8c;
  color: #f1f1f1;
}

::selection {
  background-color: #df1f8c;
  color: #f1f1f1;
}

.section {
  padding: 100px 0;
  overflow: hidden;
}

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

.logo-img {
  height: 40px;
}

.sec-bg-color {
  background-color: rgb(253.6330708661, 245.1669291339, 249.9732283465);
}

.icon-color {
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section2 {
  background-image: url("../../images/hero-bg-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}
.hero-section2 .overlay {
  background: linear-gradient(50deg, rgb(0, 61.875, 165), rgb(88.6732283465, 12.3267716535, 55.6692913386));
  opacity: 0.5;
}

.hero-section3 {
  background-image: url("../../images/hero-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}
.hero-section3 .overlay {
  background-color: rgba(241, 241, 241, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50vh;
  width: 100%;
}
.page-hero.hero-secondary {
  background-image: url("../../images/hero-bg.jpg");
}
.page-hero .overlay {
  background-color: rgba(22, 20, 20, 0.5);
}

.brand-logo {
  filter: gray;
  filter: grayscale(1);
  opacity: 0.6 !important;
  transition: all 0.3s ease-in-out;
}
.brand-logo:hover {
  filter: none;
  opacity: 1 !important;
}

.video-container {
  height: 100vh;
  position: relative;
}
.video-container .overlay {
  inset: 0;
  background-color: rgba(22, 20, 20, 0.5);
}
.video-container .content {
  position: relative;
  z-index: 1;
  color: #e6e8e0;
  text-align: center;
  top: 60%;
  transform: translateY(-50%);
  padding: 0 20px;
}
.video-container .half-overlay {
  inset: 0;
  background: radial-gradient(circle at left center, #f1f1f1 0%, rgba(241, 241, 241, 0.8) 60%, rgba(241, 241, 241, 0) 100%);
  filter: blur(40px);
  pointer-events: none;
}

.carousel-container .overlay {
  inset: 0;
  background: radial-gradient(circle at 50%, #f1f1f1 0%, rgba(241, 241, 241, 0.8) 40%, rgba(241, 241, 241, 0) 100%);
  filter: blur(40px);
  pointer-events: none;
}

.content-shadow {
  text-shadow: 0px 0px 10px rgba(241, 241, 241, 0.7);
}

.hero-content .ribbon {
  display: inline-block;
  background-color: rgba(241, 241, 241, 0.16);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  padding: 5px 50px;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 200% 100%, 110% 115%, 0 200%, 0 100%, 10% 50%, 0 0%, 0 0);
}

.s2-img .overlay {
  top: 100%;
  left: 0;
  background: rgba(22, 20, 20, 0.5);
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #f1f1f1;
}
.s2-img:hover .overlay {
  opacity: 1;
  top: 0;
}

.s4-img .overlay {
  position: absolute;
  background: rgba(22, 20, 20, 0.5);
  inset: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  vertical-align: middle;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}
.s4-img:hover .overlay {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.icon-hover {
  color: #161414;
}
.icon-hover:hover {
  transform: scale(1.2);
  color: transparent;
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.user-avatars .user-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 50px;
  height: 50px;
  border-radius: 2rem;
  overflow: hidden;
  margin-left: -10px;
}
.user-avatars .user-image:first-child {
  margin-left: 0;
}
.user-avatars .more {
  background: #161414;
  color: #f1f1f1;
}

@media (min-width: 992px) {
  .vertical-line {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
  }
}

.btn.btn-lg {
  padding: 0.6rem 1.8rem;
  font-size: 26px;
}
.btn.btn-gradiant {
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  color: #fff;
  border: none;
}
.btn.btn-start {
  border: 2px solid #f1f1f1;
  color: #f1f1f1;
  background-color: transparent;
}
.btn.btn-start .btn-text {
  color: #f1f1f1;
  transition: all 0.3s linear;
}
.btn.btn-start .icon-bg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(241, 241, 241, 0.16);
  color: #f1f1f1;
  transition: all 0.3s linear;
}
.btn.btn-start .icon-btn {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 2rem;
  background-color: rgba(241, 241, 241, 0.16);
  transition: all 0.3s linear;
  z-index: 0;
}
.btn.btn-start:hover .btn-text {
  color: #f1f1f1;
}
.btn.btn-start:hover .icon-bg {
  transform: rotate(45deg);
}
.btn.btn-start:hover .icon-btn {
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  right: 0;
}
.btn.explore-btn {
  background: #161414;
  color: #f1f1f1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: transparent;
}
.btn.explore-btn::after {
  content: "";
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}
.btn.explore-btn:hover {
  color: #f1f1f1;
}
.btn.explore-btn:hover::after {
  transform: skewX(-45deg) scale(1, 1);
  transition: all 0.5s;
}

.about-img-2 {
  position: absolute;
  background: url("../images/other/sec-img-02.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  width: 250px;
  border-radius: 50%/30%;
  left: -30%;
  bottom: -3%;
}
.about-img-2::after {
  content: "";
  border: 1px solid #8e6443;
  position: absolute;
  top: -7%;
  right: 1%;
  left: -10%;
  bottom: 3%;
  border-radius: 50%/30%;
  width: 110%;
  height: 108%;
}
.about-img-2::before {
  content: "";
  border: 1px solid #8e6443;
  position: absolute;
  top: -2%;
  right: 5%;
  left: -3%;
  bottom: 4%;
  border-radius: 50%/30%;
  width: 108%;
  height: 106%;
}
@media (max-width: 991.98px) {
  .about-img-2 {
    display: none;
  }
}

.s4-img {
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.s4-img .event-photo-img {
  transition: transform 0.4s ease;
}
.s4-img:hover .event-photo-img {
  transform: scale(1.1);
}
.s4-img .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  text-align: center;
  transform: scale(1.9);
}
.s4-img .corner-frame {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.s4-img .corner-frame .br, .s4-img .corner-frame .bl {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #fff;
  border-style: solid;
  transition: all 0.5s ease-in-out;
}
.s4-img .corner-frame::after, .s4-img .corner-frame::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #fff;
  border-style: solid;
  transition: all 0.5s ease-in-out;
}
.s4-img .corner-frame::before {
  top: 70px;
  left: 50px;
  border-width: 2px 0 0 2px;
}
.s4-img .corner-frame::after {
  top: 70px;
  right: 50px;
  border-width: 2px 2px 0 0;
}
.s4-img .corner-frame .br {
  bottom: 90px;
  right: 50px;
  border-width: 0 2px 2px 0;
}
.s4-img .corner-frame .bl {
  bottom: 90px;
  left: 50px;
  border-width: 0 0 2px 2px;
}
.s4-img:hover .caption {
  top: 0;
  opacity: 1;
  transform: scale(1);
}
.s4-img:hover .corner-frame {
  opacity: 1;
}
.s4-img:hover .corner-frame::before {
  top: 10px;
  left: 10px;
}
.s4-img:hover .corner-frame::after {
  top: 10px;
  right: 10px;
}
.s4-img:hover .corner-frame .br {
  bottom: 10px;
  right: 10px;
}
.s4-img:hover .corner-frame .bl {
  bottom: 10px;
  left: 10px;
}

.bg-img {
  background: url("../../images/sec-bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  padding: 150px 0;
}
.bg-img .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 20, 20, 0.7);
}

.play-img {
  font-size: 64px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.play-btn-wrapper {
  position: relative;
  display: inline-block;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid #bebebe;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  z-index: 0;
}
.pulse-ring:nth-child(1) {
  animation-delay: 0s;
}
.pulse-ring:nth-child(2) {
  animation-delay: 0.5s;
}
.pulse-ring:nth-child(3) {
  animation-delay: 1s;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.founder-img {
  box-shadow: -15px 15px 20px rgba(223, 31, 140, 0.2);
}

.mison-2 {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .mison-2::after {
    content: "";
    border: 1px solid #8e6443;
    position: absolute;
    top: -5%;
    right: -5%;
    left: -2%;
    bottom: -5%;
    border-radius: 50%/50%;
    z-index: -1;
    animation: rotateCounter 8s linear infinite;
  }
  .mison-2::before {
    content: "";
    border: 1px solid #8e6443;
    position: absolute;
    top: -5%;
    right: -2%;
    left: -5%;
    bottom: -5%;
    border-radius: 50%/50%;
    z-index: -1;
    animation: rotateClockwise 6s linear infinite;
  }
}

.img-box-1 {
  width: 60%;
}
.img-box-1 .vison1 {
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border: 5px solid rgb(236.1940298507, 203.8059701493, 234.6268656716);
}
.img-box-1 .flower1 {
  width: 60%;
  top: 75%;
  left: 25%;
}

.img-box-2 {
  position: relative;
  transform: translateY(-100px);
}
.img-box-2 .vison2 {
  width: 60%;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  margin-left: 40%;
  border: 5px solid rgb(248.6535433071, 209.3464566929, 231.6614173228);
  display: block;
}
.img-box-2 .flower2 {
  width: 30%;
  top: -100px;
  left: 50%;
}

.team-mem {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom-left-radius: 90px;
  border-top-right-radius: 90px;
}
.team-mem .team-img {
  width: 100%;
  height: 100%;
  display: block;
}
.team-mem .caption-box {
  position: absolute;
  bottom: 2%;
  right: -100%;
  padding: 24px 32px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
  border-bottom-left-radius: 90px;
  border-top-left-radius: 10px;
}
.team-mem .icons {
  padding: 4px 10px;
  margin-top: -20px;
  margin-right: 24px;
}
.team-mem:hover {
  box-shadow: 0px 5px 20px rgba(75, 40, 136, 0.5);
  border: 1px solid #df1f8c;
}
.team-mem:hover .caption-box {
  transform: translateX(0);
  right: 0;
  left: 10px;
}

.event-photo {
  height: 350px;
  width: 100%;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.gallery-box .portfolio-img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.gallery-box .event-caption {
  position: absolute;
  bottom: 0;
  background: rgba(22, 20, 20, 0.5);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 1rem;
  border-radius: 0 0 12px 12px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-box:hover {
  box-shadow: 0 5px 15px rgba(75, 40, 136, 0.5);
}
.gallery-box:hover .portfolio-img {
  transform: scale(1.05);
}
.gallery-box:hover .event-caption {
  opacity: 1;
}

.event-item {
  display: none;
}
.event-item.show {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-btn {
  background-color: rgb(235.0581395349, 237.5, 239.9418604651);
  color: rgb(116.4864864865, 130, 143.5135135135);
  border-color: #dee2e6;
}
.filter-btn:hover {
  background-color: rgba(223, 31, 140, 0.7);
  color: #fff !important;
  background-image: none;
}
.filter-btn.active, .filter-btn:focus, .filter-btn:focus-visible {
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  color: #fff !important;
}

.blog-section {
  padding: 100px 0;
}

.event-detail .quote-box {
  border-radius: 10px;
  padding: 1.5rem 2rem;
  position: relative;
  font-style: italic;
  font-size: 1rem;
  color: rgb(47.7162162162, 53.5, 59.2837837838);
  box-shadow: 3px 3px 3px 3px #adb5bd;
}
.event-detail .quote-box::after {
  content: "”";
  font-size: 7rem;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 20px;
  line-height: 1;
  font-weight: bold;
  font-family: "FontAwesome";
}

.side-info-div {
  position: sticky;
  top: 85px;
}

.info-div-icon {
  height: 40px;
  width: 40px;
  font-size: 20px;
  border-radius: 50%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-category {
    width: -moz-fit-content;
    width: fit-content;
    margin: -140px auto 0px auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-category {
    width: -moz-fit-content;
    width: fit-content;
    margin: -100px auto 0px auto;
  }
}
@media (min-width: 992px) {
  .service-category {
    width: -moz-fit-content;
    width: fit-content;
    margin: -120px auto 0px auto;
  }
}

.service-img-card {
  transition: all 0.2s ease-in-out;
}
.service-img-card .service-img {
  filter: grayscale(1);
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}
.service-img-card:hover {
  box-shadow: 0px 5px 20px rgba(75, 40, 136, 0.5);
}
.service-img-card:hover .service-img {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.svg-corner {
  position: absolute;
}
.svg-corner.corner-slider-button-one {
  transform: rotate(180deg);
  bottom: 0;
}
@media (min-width: 1200px) {
  .svg-corner.corner-slider-button-one {
    left: -30px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .svg-corner.corner-slider-button-one {
    left: -28px;
  }
}
.svg-corner.corner-slider-button-two {
  transform: rotate(-90deg);
  bottom: 0;
}
@media (min-width: 1200px) {
  .svg-corner.corner-slider-button-two {
    right: -30px;
  }
}
@media (min-width: 0px) and (max-width: 1199.98px) {
  .svg-corner.corner-slider-button-two {
    right: -28px;
  }
}

.prev-btn,
.next-btn {
  background-color: #df1f8c;
  color: #f1f1f1;
  transition: all 0.2s linear;
}
.prev-btn:hover,
.next-btn:hover {
  background-color: #6c757d;
}

.service2-card .overlay,
.service2-card .content {
  inset: 0;
  background: rgba(22, 20, 20, 0.3);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #f1f1f1;
}
.service2-card .overlay {
  transition: all 0.4s linear;
}
.service2-card .content {
  transition: all 0.4s ease-in 0.4s;
}
.service2-card:hover .overlay,
.service2-card:hover .content {
  opacity: 1;
}

@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateCounter {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.card.process-card {
  box-shadow: 0 10px 20px rgba(22, 20, 20, 0.4);
}
.card.process-card.card-hover-effect {
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
.card.process-card.card-hover-effect::before {
  content: "";
  background-image: linear-gradient(45deg, #df1f8c, #3f87ff);
  height: 20px;
  width: 20px;
  opacity: 0.1;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  transition: all 0.5s linear;
  border-radius: 7px;
  border-color: transparent;
}
.card.process-card .img-div {
  background-color: rgb(178.2244094488, 24.7755905512, 111.8897637795);
  transition: all 0.5s linear;
}
.card.process-card .img-div .pros-icon {
  background-color: rgb(178.2244094488, 24.7755905512, 111.8897637795);
  font-size: 50px;
  color: #fff;
  transition: all 0.5s linear;
}
.card.process-card .step-number {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 80px;
  opacity: 20px;
  transition: all 0.5s linear;
}
.card.process-card .card-content {
  transition: all 0.5s linear;
}
.card.process-card:hover {
  box-shadow: 0px 5px 30px rgba(223, 31, 140, 0.5);
}
.card.process-card:hover::before {
  height: 100%;
  width: 100%;
  right: 0px;
  bottom: 0px;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.card.process-card:hover .img-div,
.card.process-card:hover .pros-icon {
  background-color: #fff;
  color: #000;
}
.card.process-card:hover .step-number {
  opacity: 90px;
}
.card.process-card:hover .card-content {
  color: #fff;
}
.card.service-card {
  position: relative;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(22, 20, 20, 0.5);
  border-radius: 0.5rem;
  border: 2px solid transparent;
  overflow: hidden;
}
.card.service-card .card-title {
  position: relative;
  display: inline-block;
  margin-inline: auto;
}
.card.service-card .card-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  transition: transform 0.3s linear;
  transform-origin: right;
  transform: scaleX(0);
}
.card.service-card .svg-corner-frame {
  position: relative;
  display: inline-block;
  padding: 24px;
}
.card.service-card .svg-corner-frame .svg-img {
  width: 100px;
}
.card.service-card .svg-corner-frame .corner-line {
  position: absolute;
  background: linear-gradient(45deg, #df1f8c, #4b2888);
}
.card.service-card .svg-corner-frame .corner-line.corner-tl-1 {
  top: 0;
  left: 0;
  width: 160px;
  height: 2px;
}
.card.service-card .svg-corner-frame .corner-line.corner-tl-1::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 140px;
  height: 2px;
  background: linear-gradient(45deg, #df1f8c, #4b2888);
}
.card.service-card .svg-corner-frame .corner-line.corner-tl-2 {
  top: 0;
  left: 0;
  width: 2px;
  height: 160px;
}
.card.service-card .svg-corner-frame .corner-line.corner-tl-2::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 2px;
  height: 140px;
  background: linear-gradient(45deg, #df1f8c, #4b2888);
}
.card.service-card .svg-corner-frame .corner-line.corner-br-1 {
  bottom: 0;
  right: 0;
  width: 160px;
  height: 2px;
}
.card.service-card .svg-corner-frame .corner-line.corner-br-1::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 140px;
  height: 2px;
  background: linear-gradient(45deg, #df1f8c, #4b2888);
}
.card.service-card .svg-corner-frame .corner-line.corner-br-2 {
  bottom: 0;
  right: 0;
  width: 2px;
  height: 160px;
}
.card.service-card .svg-corner-frame .corner-line.corner-br-2::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 2px;
  height: 140px;
  background: linear-gradient(45deg, #df1f8c, #4b2888);
}
.card.service-card:hover {
  box-shadow: 0 5px 15px rgba(75, 40, 136, 0.5);
  border: 2px solid transparent;
  -o-border-image: linear-gradient(45deg, #df1f8c, #3f87ff) 1;
     border-image: linear-gradient(45deg, #df1f8c, #3f87ff) 1;
}
.card.service-card:hover .card-title::after {
  transform: scaleX(1);
  transform-origin: left;
}
.card.blog-card {
  box-shadow: 0 10px 20px rgba(75, 40, 136, 0.3);
  border-radius: 0.5rem;
  background-color: rgb(253.6330708661, 245.1669291339, 249.9732283465);
}
.card.blog-card .blog-img {
  transition: transform 0.4s ease;
}
.card.blog-card .card-body .card-title,
.card.blog-card .card-body .card-link {
  color: #161414;
}
.card.blog-card .card-body .arrow-icon {
  transition: transform 0.4s ease-out;
}
.card.blog-card:hover .blog-img {
  transform: scale(1.1);
}
.card.blog-card:hover .card-body .card-title,
.card.blog-card:hover .card-body .card-link {
  color: #df1f8c;
}
.card.blog-card:hover .card-body .arrow-icon {
  transform: translateX(5px);
}
.card.feature-card {
  border: none;
  transition: 0.3s;
  background: rgb(250.5208661417, 222.7791338583, 238.5283464567);
  box-shadow: 0 5px 10px rgba(75, 40, 136, 0.2);
}
.card.feature-card .feature-icon {
  font-size: 40px;
}
.card.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(75, 40, 136, 0.4);
}
.card.event-card {
  box-shadow: 0 10px 20px rgba(75, 40, 136, 0.3);
  border-radius: 0.5rem;
}
.card.event-card .event-card-img {
  transition: transform 0.4s ease-in-out;
}
.card.event-card .card-body .fa-location-dot {
  color: #df1f8c;
}
.card.event-card .card-body .card-title,
.card.event-card .card-body .card-link {
  color: #161414;
}
.card.event-card .card-body .arrow-icon {
  transition: transform 0.4s ease-out;
}
.card.event-card:hover .event-card-img {
  transform: scale(1.05);
}
.card.event-card:hover .card-title,
.card.event-card:hover .card-link {
  color: #df1f8c;
}
.card.event-card:hover .arrow-icon {
  transform: translateX(5px);
}
.card.price-card {
  box-shadow: 0 10px 20px rgba(173, 181, 189, 0.8);
  transition: transform 0.3s ease, border 0.3s ease;
  border: 1px solid transparent;
}
.card.price-card .card-body {
  padding: 24px;
}
.card.price-card .service-list .fa-circle-check {
  background-color: #fff;
  color: #4b2888;
}
.card.price-card:hover {
  transform: scale(1.05);
  border: 1px solid #df1f8c;
  box-shadow: 0 10px 20px rgba(75, 40, 136, 0.5);
}
.card.category-card .category-list {
  padding: 12px 0;
  border-bottom: 1px solid rgb(229.5135135135, 232, 234.4864864865);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #212529;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.card.category-card .category-list .fa-category-icon {
  margin-right: 12px;
  color: #161414;
  transition: all 0.2s linear;
}
.card.category-card .category-list:hover, .card.category-card .category-list:focus, .card.category-card .category-list:active {
  color: #df1f8c;
}
.card.category-card .category-list:hover .fa-category-icon, .card.category-card .category-list:focus .fa-category-icon, .card.category-card .category-list:active .fa-category-icon {
  color: #df1f8c;
  transform: rotate(90deg);
}
.card.side-blog-card .blogs .side-blog-img {
  width: 100px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.error-card, .card.comingsoon-card {
  background-color: rgba(241, 241, 241, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.card.counting-card {
  background-color: rgba(241, 241, 241, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.carousel.recentevent-carousel .carousel-item .carousel-img {
  height: 350px;
  width: 100%;
  transition: transform 0.5s ease;
}
.carousel.recentevent-carousel .carousel-item .carousel-img:hover {
  transform: scale(1.05);
}

.text-primary {
  color: #3f87ff !important;
}

.text-secondary {
  color: #df1f8c !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #6c757d !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f1f1f1 !important;
}

.text-dark {
  color: #161414 !important;
}

.text-gradient {
  color: transparent;
  background: linear-gradient(45deg, #df1f8c, #3f87ff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-primary {
  background-color: #3f87ff !important;
}

.bg-soft-primary {
  background-color: rgba(63, 135, 255, 0.3) !important;
}

.bg-secondary {
  background-color: #df1f8c !important;
}

.bg-soft-secondary {
  background-color: rgba(223, 31, 140, 0.3) !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-soft-success {
  background-color: rgba(25, 135, 84, 0.3) !important;
}

.bg-info {
  background-color: #6c757d !important;
}

.bg-soft-info {
  background-color: rgba(108, 117, 125, 0.3) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.3) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-soft-danger {
  background-color: rgba(220, 53, 69, 0.3) !important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-soft-light {
  background-color: rgba(241, 241, 241, 0.3) !important;
}

.bg-dark {
  background-color: #161414 !important;
}

.bg-soft-dark {
  background-color: rgba(22, 20, 20, 0.3) !important;
}

.bg-gradient {
  background-image: linear-gradient(45deg, #df1f8c, #3f87ff) !important;
  color: #f1f1f1;
}

.accordion .accordion-item {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  -o-border-image: linear-gradient(45deg, #df1f8c, #3f87ff) 1;
     border-image: linear-gradient(45deg, #df1f8c, #3f87ff) 1;
}
.accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  background-color: #fff;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  border-top: 1px solid rgba(108, 117, 125, 0.3);
  background-color: #fff;
}

.breadcrumb .breadcrumb-item {
  color: #f1f1f1;
}
.breadcrumb .breadcrumb-item::before {
  content: ">";
  color: #f1f1f1;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

form .form-control {
  padding: 0.75rem 1rem;
}
form .form-control:focus {
  box-shadow: none;
  border-color: rgba(223, 31, 140, 0.3);
}
form .form-control.form-email:focus {
  border-color: #dee2e6;
}
form .form-select {
  padding: 0.75rem 1rem;
}
form .form-select:focus {
  box-shadow: none;
  border-color: rgba(223, 31, 140, 0.3);
}

.pagination .page-item {
  margin: 0px 8px;
}
.pagination .page-item .page-link {
  border-radius: 2rem;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .pagination .page-item .page-link {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 576px) {
  .pagination .page-item .page-link {
    padding: 0.5rem 1rem;
  }
}
.pagination .page-item .page-link.link-num {
  border: 1px solid #6c757d;
  background-color: transparent;
  color: #6c757d;
  box-shadow: none;
  transition: all 0.2s linear;
  font-weight: 600;
}
.pagination .page-item .page-link.link-num:hover, .pagination .page-item .page-link.link-num:active, .pagination .page-item .page-link.link-num:focus {
  border: 1px solid transparent;
  background-color: #161414;
  color: #f1f1f1;
}
.pagination .page-item .page-link.link-prev, .pagination .page-item .page-link.link-next {
  border-color: transparent;
  background-color: #df1f8c;
  color: #f1f1f1;
  box-shadow: none;
  transition: all 0.2s linear;
  font-weight: 600;
}
.pagination .page-item .page-link.link-prev:hover, .pagination .page-item .page-link.link-prev:active, .pagination .page-item .page-link.link-prev:focus, .pagination .page-item .page-link.link-next:hover, .pagination .page-item .page-link.link-next:active, .pagination .page-item .page-link.link-next:focus {
  background-color: rgba(108, 117, 125, 0.3);
}

.swiper.events-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper.gallary-swiper {
  width: 100%;
  padding: 50px 20px;
  overflow: hidden;
}
.swiper.gallary-swiper .swiper-slide .gallary-img {
  width: auto;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid transparent;
  transition: transform 0.4s, opacity 0.4s;
  margin: 0 auto;
  border-radius: 25px;
  opacity: 0.3;
}
.swiper.gallary-swiper .swiper-slide-prev .gallary-img, .swiper.gallary-swiper .swiper-slide-next .gallary-img {
  transform: scale(0.8);
  opacity: 0.5;
}
.swiper.gallary-swiper .swiper-slide-active .gallary-img {
  opacity: 1;
  transition: transform 0.4s ease-in-out;
  padding: 7px;
  transform: scale(1.3);
  border-radius: 15%;
}
.swiper.testimonial-swiper {
  width: 100%;
  height: 100%;
}
.swiper.testimonial-swiper .review-card {
  box-shadow: 0px 5px 20px rgba(75, 40, 136, 0.5);
}
.swiper.testimonial-swiper .review-card .review-card-body img {
  width: 80px;
  height: 80px;
}
.swiper.imgSwiper, .swiper.videoSwiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper.imgSwiper .swiper-wrapper, .swiper.videoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper.imgSwiper .swiper-wrapper .swiper-slide, .swiper.videoSwiper .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.swiper.imgSwiper .swiper-wrapper .swiper-slide .heroimg,
.swiper.imgSwiper .swiper-wrapper .swiper-slide .slide-video, .swiper.videoSwiper .swiper-wrapper .swiper-slide .heroimg,
.swiper.videoSwiper .swiper-wrapper .swiper-slide .slide-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}