@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px !important;
  height: 8px !important;
  border-radius: 1px !important;
  background-color: #eb7b3f !important;
}

::-webkit-scrollbar-thumb {
  width: 2px !important;
  height: 8px !important;
  border-radius: 20px !important;
  background-color: #eb7b3f !important;
}

::-webkit-scrollbar-track {
  width: 8px !important;
  height: 8px !important;
  border-radius: 1px !important;
  background-color: #ffffff !important;
}

body {
  background-color: #eeeeee;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #321b4d;
  font-size: 16px;
}

.loading {
  overflow: hidden;
  max-height: 100vh;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.d-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-justify {
  text-align: justify;
}

.btn-main, .btn-main-secondary-dark, .btn-main-secondary-light, .btn-main-light {
  font-size: 16px;
  font-weight: 600;
  background-color: #7a4a9c;
  padding: 8px 8px 8px 10px;
  display: flex;
  align-items: center;
  border-radius: 99px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: fit-content;
}
.btn-main .text, .btn-main-secondary-dark .text, .btn-main-secondary-light .text, .btn-main-light .text {
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 5;
  margin-right: 20px;
  margin-left: 8px;
}
.btn-main i, .btn-main-secondary-dark i, .btn-main-secondary-light i, .btn-main-light i {
  color: #7a4a9c;
  font-size: 14px;
  position: relative;
  right: 5px;
  z-index: 5;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-main::before, .btn-main-secondary-dark::before, .btn-main-secondary-light::before, .btn-main-light::before {
  content: "";
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 99px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.btn-main:hover i, .btn-main-secondary-dark:hover i, .btn-main-secondary-light:hover i, .btn-main-light:hover i {
  top: 5.5px;
  transform: rotate(45deg) translateX(-8px);
}
.btn-main:hover::before, .btn-main-secondary-dark:hover::before, .btn-main-secondary-light:hover::before, .btn-main-light:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
}
.btn-main:hover .text, .btn-main-secondary-dark:hover .text, .btn-main-secondary-light:hover .text, .btn-main-light:hover .text {
  color: #7a4a9c;
}

.btn-main-light {
  color: #7a4a9c;
  background-color: #ffffff;
}
.btn-main-light .text {
  color: #7a4a9c;
}
.btn-main-light i {
  color: #ffffff;
}
.btn-main-light::before {
  content: "";
  background-color: #7a4a9c;
}
.btn-main-light:hover .text {
  color: #ffffff;
}

.btn-main-secondary-light {
  color: #eb6525;
  background-color: #ffffff;
}
.btn-main-secondary-light .text {
  color: #eb6525;
}
.btn-main-secondary-light i {
  color: #ffffff;
}
.btn-main-secondary-light::before {
  content: "";
  background-color: #eb6525;
}
.btn-main-secondary-light:hover .text {
  color: #ffffff;
}

.btn-main-secondary-dark {
  color: #ffffff;
  background-color: #eb6525;
}
.btn-main-secondary-dark .text {
  color: #ffffff;
}
.btn-main-secondary-dark i {
  color: #eb6525;
}
.btn-main-secondary-dark::before {
  content: "";
  background-color: #ffffff;
}
.btn-main-secondary-dark:hover .text {
  color: #eb6525;
}

.bg-gradient, .cubeSwiper .swiper-pagination-bullet-active {
  background: linear-gradient(45deg, #ea1366 0%, #f857a6 30%, #9515d4 60%, #f857a6 70%, #96073e 90%);
}

.bg-custom {
  background-image: url("assets/img/custom.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.text-gradient {
  background: linear-gradient(45deg, #ed3775, #cb357a, #91347e 75%, #593274 86%, #cb357a, #cb357a);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.text-primary-gradient {
  background: linear-gradient(45deg, #48276c, #764eaa, #48276c, #764eaa, #a574d4, #48276c 76%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.text-secondary-gradient {
  background: linear-gradient(45deg, #9a2e03, #bb400f, #eaba25, #ec4444, #eda647, #bb400f, #efa78b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bg-primary-gradient {
  background: linear-gradient(45deg, #6f3ec9, #9c7fc8, #6f3ec9, #a574d4, #7b46ab, #482474 76%);
}

.bg-primary-gradient-dark {
  background: linear-gradient(45deg, #3e2a54, #5c3a77, #7a4a9c, #6b438c, #4d2c66, #392248, #2a1835);
}

.heading-wrapper-primary, .heading-wrapper-secondary {
  margin-top: 2rem;
  position: relative;
  padding: 3rem 1rem;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
.heading-wrapper-primary .small-title, .heading-wrapper-secondary .small-title {
  font-size: 1rem;
  color: #7a4a9c;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.heading-wrapper-primary .main-title, .heading-wrapper-secondary .main-title {
  font-size: 3rem;
  color: #7a4a9c;
  font-weight: 400;
  position: relative;
  z-index: 2;
  font-family: "poppins";
}
.heading-wrapper-primary .background-text, .heading-wrapper-secondary .background-text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  font-weight: 400;
  color: rgba(0, 96, 114, 0.08);
  font-family: "Dancing Script", cursive;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.heading-wrapper-secondary .small-title {
  color: #eb6525;
}
.heading-wrapper-secondary .main-title {
  color: #eb6525;
}
.heading-wrapper-secondary .background-text {
  color: rgba(114, 46, 0, 0.08);
}

.bg-blur {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
}

.container-content {
  position: relative;
  z-index: 500;
}

.underline-primary {
  position: relative;
  z-index: 500;
}
.underline-primary::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #7a4a9c;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-primary:hover::after, .underline-primary:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-primary.active::after {
  width: 100%;
  opacity: 1;
}

.hover-primary:hover {
  color: #7a4a9c;
}

.text-primary {
  color: #7a4a9c !important;
}

.bg-primary {
  background-color: #7a4a9c;
}

.underline-secondary {
  position: relative;
  z-index: 500;
}
.underline-secondary::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #eb6525;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-secondary:hover::after, .underline-secondary:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-secondary.active::after {
  width: 100%;
  opacity: 1;
}

.hover-secondary:hover {
  color: #eb6525;
}

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

.bg-secondary {
  background-color: #eb6525;
}

.underline-primary-dark-2 {
  position: relative;
  z-index: 500;
}
.underline-primary-dark-2::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #321b4d;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-primary-dark-2:hover::after, .underline-primary-dark-2:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-primary-dark-2.active::after {
  width: 100%;
  opacity: 1;
}

.hover-primary-dark-2:hover {
  color: #321b4d;
}

.text-primary-dark-2 {
  color: #321b4d !important;
}

.bg-primary-dark-2 {
  background-color: #321b4d;
}

.underline-primary-dark-1 {
  position: relative;
  z-index: 500;
}
.underline-primary-dark-1::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #48276c;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-primary-dark-1:hover::after, .underline-primary-dark-1:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-primary-dark-1.active::after {
  width: 100%;
  opacity: 1;
}

.hover-primary-dark-1:hover {
  color: #48276c;
}

.text-primary-dark-1 {
  color: #48276c !important;
}

.bg-primary-dark-1 {
  background-color: #48276c;
}

.underline-red {
  position: relative;
  z-index: 500;
}
.underline-red::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #d81616;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-red:hover::after, .underline-red:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-red.active::after {
  width: 100%;
  opacity: 1;
}

.hover-red:hover {
  color: #d81616;
}

.text-red {
  color: #d81616 !important;
}

.bg-red {
  background-color: #d81616;
}

.underline-blue {
  position: relative;
  z-index: 500;
}
.underline-blue::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #159ed0;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-blue:hover::after, .underline-blue:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-blue.active::after {
  width: 100%;
  opacity: 1;
}

.hover-blue:hover {
  color: #159ed0;
}

.text-blue {
  color: #159ed0 !important;
}

.bg-blue {
  background-color: #159ed0;
}

.underline-green {
  position: relative;
  z-index: 500;
}
.underline-green::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0fbe3e;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-green:hover::after, .underline-green:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-green.active::after {
  width: 100%;
  opacity: 1;
}

.hover-green:hover {
  color: #0fbe3e;
}

.text-green {
  color: #0fbe3e !important;
}

.bg-green {
  background-color: #0fbe3e;
}

.underline-orange {
  position: relative;
  z-index: 500;
}
.underline-orange::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: hsl(38, 88%, 51%);
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.underline-orange:hover::after, .underline-orange:focus::after {
  width: 100%;
  opacity: 1;
}
.underline-orange.active::after {
  width: 100%;
  opacity: 1;
}

.hover-orange:hover {
  color: hsl(38, 88%, 51%);
}

.text-orange {
  color: hsl(38, 88%, 51%) !important;
}

.bg-orange {
  background-color: hsl(38, 88%, 51%);
}

.loader-con {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  z-index: 999999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-con .main-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-con .main-loader img {
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.loader-con .main-loader .loader-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  text-align: center;
}
.loader-con .main-loader .loading-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
  font-style: italic;
}

.card-1 {
  width: 280px;
  height: auto;
  background: rgba(255, 248, 238, 0.258);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.088);
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
  padding: 15px 8px 0px 8px;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
  cursor: pointer;
  margin: 15px;
  border: 2px solid #dacdef;
}
.card-1::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-100%) rotate(25deg);
  transition: transform 1s ease, opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.card-1:hover {
  transform: scale(1.03);
}
.card-1:hover::before {
  transform: translateX(100%) rotate(25deg);
  opacity: 1;
}
.card-1:not(:hover)::before {
  transform: translateX(-100%) rotate(25deg);
  opacity: 0;
}
.card-1 .speaker-profile {
  width: 190px;
  height: 190px;
  margin: 20px 8px;
  border: 3px solid #dacdef;
}
.card-1 .speaker-name {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 7px;
}
.card-1 .speaker-info {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-align: center;
}
.card-1 .contentt {
  width: 110%;
  padding-bottom: 15px;
}

.card-2 {
  width: 240px;
  height: auto;
  border-radius: 10px;
  padding: 15px 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin: 15px;
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.07), 0px 0px 2px rgba(3, 7, 18, 0.13), 0px 0px 4px rgba(3, 7, 18, 0.2);
  z-index: 10;
  background: #ffffff;
}
.card-2::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(-120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-100%) rotate(-25deg);
  transition: transform 1s ease, opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.card-2:hover {
  transform: scale(1.03);
}
.card-2:hover::before {
  transform: translateX(100%) rotate(-25deg);
  opacity: 1;
}
.card-2 .speaker-profile {
  width: 140px;
  height: 140px;
  margin: 20px 8px;
}
.card-2 .speaker-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.card-2 .speaker-info {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
.card-2 .bg-shape {
  background: url(../img/bg/gradient-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  transform: scale(27) rotate(-16deg) translate(-1px, 0px);
  height: 5.2px;
  width: 10px;
  z-index: -1;
}

.card-3 {
  width: 320px;
  height: auto;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.129);
  border-radius: 10px;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease;
  cursor: pointer;
  margin: 15px;
  padding: 0 !important;
  padding-bottom: 12px !important;
  background-color: #fff;
}
.card-3 .promo-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
}
.card-3 .promo-img img {
  padding-top: 2px;
  width: 92%;
  height: 92%;
  border-radius: 10px;
  object-fit: cover;
}
.card-3 .title {
  text-align: center;
  margin: 8px;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.card-3 .download-btn {
  padding: 8px 22px;
  background-color: #ffffff;
  color: #eb6525;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 4px 16px rgba(31, 38, 135, 0.15);
  transition: box-shadow 0.3s ease, background-color 0.3s, color 0.3s, transform 0.2s;
  cursor: pointer;
}
.card-3 .download-btn:hover {
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.25);
  background-color: #eb6525;
  color: #ffffff;
  transform: translateY(-2px) scale(1.04);
}

.bread {
  position: relative;
  background-image: url("../img/bg/marine.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bread .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 0, 43, 0.7215686275);
  opacity: 0.8;
  z-index: 1;
}
.bread .container {
  z-index: 2;
}
.bread h1,
.bread p,
.bread .breadcrumb {
  color: #ffffff;
}
.bread .breadcrumb {
  background: none;
  margin-top: 1rem;
}
.bread .breadcrumb li + li::before {
  color: #ffffff;
}
.bread .breadcrumb .active {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .bread {
    min-height: 200px;
  }
  .bread h1 {
    font-size: 2rem;
  }
  .bread p {
    font-size: 1rem;
  }
}

.navbar {
  padding: 0;
}

.custom-navbar {
  padding-top: 0.2rem !important;
  border-bottom: 1px solid #fff7e9;
}
.custom-navbar .navbar-brand {
  border-radius: 8px;
  padding: 6px 10px;
  background-color: #333333;
}
.custom-navbar .navbar-brand img {
  height: 35px;
  width: auto;
}
.custom-navbar .nav-item .nav-link {
  color: #ffffff;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.custom-navbar .nav-item .nav-link:hover, .custom-navbar .nav-item .nav-link.active {
  color: #fff7e9;
  text-shadow: 1px 1px #000000;
  font-weight: 600;
}
.custom-navbar .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.custom-navbar .dropdown-menu .dropdown-item {
  color: #48276c;
}
.custom-navbar .dropdown-menu .dropdown-item:hover {
  color: #eb6525;
  background-color: transparent;
}
.custom-navbar .navbar-toggler {
  border: none;
}
.custom-navbar .navbar-toggler:focus {
  box-shadow: none;
}

.header-main {
  padding: 5px 20px;
  background-color: #ffffff;
}
.header-main .logo {
  background-color: #333333;
  border-radius: 8px;
  padding: 4px 8px;
}
.header-main .logo img {
  height: 50px;
  width: auto;
}
.header-main .header-partners img {
  height: 60px;
  width: auto;
}
.header-main .text-main {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.header-main .text-main .conf-name {
  color: #7a4a9c;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.header-main .text-main .conf-name2 {
  color: #eb6525;
  font-size: 13px;
}
.header-main .text-main .conf-dates {
  color: #764eaa;
  font-size: 13px;
}
.header-main .text-main .conf-venue {
  background-color: #e1e1e1;
  padding: 1px 7px;
  color: #333333;
  border-radius: 5px;
  font-size: 13px;
}

.header-social {
  padding: 0.5rem 1rem;
}
.header-social .social .bi {
  color: #ffffff;
  font-size: 18px;
  margin-left: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header-social .social .bi:hover {
  color: #eb6525;
}

@media (max-width: 992px) {
  .custom-navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.footer {
  color: #ffffff;
  background-color: #7a4a9c;
  background: linear-gradient(rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6)), url("../img/bg/purple-gradient.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 40px 0 30px 0;
  position: relative;
}
.footer a {
  text-decoration: none;
}
.footer:before {
  content: "";
  position: absolute;
  inset: 0;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
  padding: 12px;
}
.footer .footer-content .footer-info h3,
.footer .footer-content .footer-info h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  font-family: "Aboreto";
  letter-spacing: 1.2px;
  color: #fff7e9;
  text-shadow: 1px 1px #000;
}
.footer .footer-content .footer-info img {
  height: 90px;
  padding: 8px;
  background-color: #ffffff;
  width: auto;
  max-width: 300px;
  border-radius: 10px;
}
.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: #7a4a9c;
  color: #ffffff;
}
.footer .footer-content .footer-info .sec-contact {
  font-size: 14px;
  margin: 5px 0 0;
  font-family: "Quicksand";
  color: #ffffff;
  letter-spacing: 1px;
}
.footer .footer-content .footer-info .sec-contact a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: 0.3s all ease-in;
}
.footer .footer-content .footer-info .sec-contact a:hover, .footer .footer-content .footer-info .sec-contact a:focus {
  color: #fff7e9;
}
.footer .footer-content .footer-info .sec-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat";
  color: #e1e1e1;
  font-weight: 600;
  text-shadow: #000000 1px 1px;
}
.footer .footer-content .footer-info .sec-add {
  font-size: 14px;
  margin: 10px 0 0;
  font-family: "Poppins";
  color: #e1e1e1;
  font-weight: 200;
  text-shadow: #000000 1px 1px;
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 0.5px;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul li {
  padding: 4px 0;
}
.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-content .footer-links ul li a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 300;
  transition: 0.3s all ease-in;
}
.footer .footer-content .footer-links ul li a:hover, .footer .footer-content .footer-links ul li a:focus {
  color: #ef9d71;
}
.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.321);
  color: #ffffff;
}
.footer .footer-legal .copyright span {
  color: hsl(38, 88%, 51%);
  font-weight: 600;
  font-size: 17px;
}
.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #ffffff;
}
.footer .footer-legal .credits a {
  color: hsl(38, 88%, 51%);
  font-weight: 600;
  font-size: 14px;
}

#backtotop {
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  padding: unset;
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 99999;
  animation: 2s bounce infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #7a4a9c;
  border: 1px solid #ffffff;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  font-weight: 700;
}
#backtotop:hover, #backtotop:focus {
  background-color: #ffffff;
  color: #7a4a9c;
  border-color: #7a4a9c;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jiggle {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.02) rotate(0.5deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.01) rotate(-0.5deg);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.03) rotate(0.4deg);
  }
}
@keyframes shine {
  from {
    transform: translateX(-100%) rotate(25deg);
  }
  to {
    transform: translateX(100%) rotate(25deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-section-2 {
  min-height: 90vh;
  overflow: hidden;
  position: relative;
  background-color: #f7f1ff;
}
.page-section-2 .shape-lt {
  position: absolute;
  top: -100px;
  left: -100px;
  height: 500px;
  width: 500px;
  opacity: 0.1;
  background-image: url("../img/shapes/shape-green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  animation: rotating 8s linear infinite;
}
.page-section-2 .shape-rb {
  position: absolute;
  bottom: -100px;
  right: -100px;
  height: 500px;
  width: 500px;
  opacity: 0.1;
  background-image: url("../img/shapes/shape-green.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transform: rotate(-180deg);
  animation: rotating 8s linear infinite;
}
.page-section-2 a {
  text-decoration: none !important;
}
.page-section-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-section-2 ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  color: #7a4a9c;
}
.page-section-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #6f3ec9, #9c7fc8, #a574d4);
}

.page-section-1 {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../img/shapes/lines.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-section-1 .shape-lt {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 150px;
  height: 150px;
  background-image: url("../img/shapes/dots_orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  animation: rotating 8s linear infinite;
}
.page-section-1 .shape-rb {
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 150px;
  height: 150px;
  transform: rotate(-180deg);
  background-image: url("../img/shapes/dots_orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotating 8s linear infinite;
}

.about-mumbai .image-column img {
  width: 80%;
  height: auto;
  border-radius: 20px;
  animation: bounce 3s ease-in-out infinite;
}

.profile-wrapper {
  width: 65%;
  height: auto;
  position: relative;
  animation: bounce 3s infinite;
}
.profile-wrapper .profile-img {
  width: 100%;
  height: 90%;
  z-index: 2;
  border-radius: 12px;
  box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.02), 0px 0px 4px rgba(3, 7, 18, 0.03), 0px 0px 9px rgba(3, 7, 18, 0.05), 0px 0px 15px rgba(3, 7, 18, 0.06), 0px 0px 24px rgba(3, 7, 18, 0.08);
}

.price-card {
  border-radius: 12px;
  padding-top: 20px;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  background-color: #fffcf9;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  box-shadow: 0 12px 24px rgba(126, 126, 126, 0.15);
}
.price-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.price-card .shape {
  width: 50%;
  height: 12px;
  transform: skew(51deg, -5deg) scale(8);
  position: relative;
  z-index: 0;
  top: 0px;
  left: 12px;
}
.price-card h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  z-index: 5;
}
.price-card .price-slab {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 8px;
  text-align: left !important;
  z-index: 5;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.price-card .price-slab h4 {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.price-card .price-slab p {
  margin: 4px 0 0;
  font-weight: 600;
  color: #eb6525;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.price-card .border-left-green {
  border-left: 6px solid #7a4a9c;
}

.about-venue .info-box {
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.01), 0px 0px 1px rgba(3, 7, 18, 0.02), 0px 0px 3px rgba(3, 7, 18, 0.03), 0px 0px 4px rgba(3, 7, 18, 0.02), 0px 0px 7px rgba(3, 7, 18, 0.03);
  padding: 8px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
}
.about-venue iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}
.about-venue iframe:hover {
  transform: scale(1.02);
}

.cubeSwiper {
  width: 80%;
  height: 80%;
  max-width: 400px;
  max-height: 400px;
  background-position: center;
  background-size: cover;
}
.cubeSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contactus .map {
  padding: 10px;
  border: 1px solid #7a4a9c;
  border-radius: 20px;
}
#contactus .map iframe {
  border-radius: 10px;
}
#contactus .contact-links p {
  margin-bottom: 0;
}
#contactus .contact-links a {
  color: #7a4a9c;
  text-decoration: none;
  transition: 0.3s all ease-in;
}
#contactus .contact-links a:hover, #contactus .contact-links a:focus {
  color: #eb6525;
}
#contactus input,
#contactus textarea {
  border: 1px solid #ccc !important;
  background: transparent !important;
  transition: border-color 0.3s ease-in;
}
#contactus input:focus,
#contactus textarea:focus {
  border-color: #7a4a9c !important;
  box-shadow: none !important;
}
#contactus label::after,
#contactus label::after {
  background: transparent !important;
}

.info-box {
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.01), 0px 0px 1px rgba(3, 7, 18, 0.02), 0px 0px 3px rgba(3, 7, 18, 0.03), 0px 0px 4px rgba(3, 7, 18, 0.02), 0px 0px 7px rgba(3, 7, 18, 0.03);
  padding: 8px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #ffffff;
}

/* Toast Container */
.toast-msg {
  min-width: 250px;
  margin-left: -125px;
  background-color: #28a745;
  /* Green for success */
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: absolute;
  z-index: 10000;
  left: 10%;
  bottom: 30px;
  font-size: 17px;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Show the toast */
.toast-msg.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */