@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Light.eot");
  src: url("../font/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-Light.woff2") format("woff2"),
    url("../font/OpenSans-Light.woff") format("woff"),
    url("../font/OpenSans-Light.ttf") format("truetype"),
    url("../font/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-ExtraBold.eot");
  src: url("../font/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-ExtraBold.woff2") format("woff2"),
    url("../font/OpenSans-ExtraBold.woff") format("woff"),
    url("../font/OpenSans-ExtraBold.ttf") format("truetype"),
    url("../font/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Medium.eot");
  src: url("../font/OpenSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-Medium.woff2") format("woff2"),
    url("../font/OpenSans-Medium.woff") format("woff"),
    url("../font/OpenSans-Medium.ttf") format("truetype"),
    url("../font/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.eot");
  src: url("../font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-Regular.woff2") format("woff2"),
    url("../font/OpenSans-Regular.woff") format("woff"),
    url("../font/OpenSans-Regular.ttf") format("truetype"),
    url("../font/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.eot");
  src: url("../font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-SemiBold.woff2") format("woff2"),
    url("../font/OpenSans-SemiBold.woff") format("woff"),
    url("../font/OpenSans-SemiBold.ttf") format("truetype"),
    url("../font/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.eot");
  src: url("../font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/OpenSans-Bold.woff2") format("woff2"),
    url("../font/OpenSans-Bold.woff") format("woff"),
    url("../font/OpenSans-Bold.ttf") format("truetype"),
    url("../font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Braven";
  src: url("BravenRegular.eot");
  src: url("BravenRegular.eot?#iefix") format("embedded-opentype"),
    url("BravenRegular.woff2") format("woff2"),
    url("BravenRegular.woff") format("woff"),
    url("BravenRegular.ttf") format("truetype"),
    url("BravenRegular.svg#BravenRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Open Sans";
}

h1,
h2 {
  font-family: "Braven";
}

a {
  text-decoration: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #9050a0;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 1.5rem;
  height: 0.4rem;
  padding: 0;
  border: none;
  background-color: #bf00ff82;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #9050a0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.error {
  background: red;
  color: #fff !important;
  font-size: 14px;
  width: 100%;
  padding: 0px 6px;
  display: block;
  margin: 0px 2px;
  text-transform: capitalize;
}

.cptch-sect .error {
  position: relative;
  top: -20px;
  width: fit-content;
}

.get-quote-form .col-8 .error {
  position: relative;
  top: -20px;
  width: fit-content;
}

/*--------------------------------------------------------------
 # Sidebar Css
--------------------------------------------------------------*/

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 350px;
  padding: 50px 30px;
  height: 100%;
  display: block;
  background-color: #ffffffc9;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

.side-bar .inner {
  padding: 40px 20px 0 0;
}

@media (max-width: 991px) {
  .side-bar .inner {
    padding: 40px 0 0 0;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.side_bar_menu ul li a {
  text-align: left;
  display: block;
  padding: 0;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  width: 100%;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
}

.side_bar_menu ul li a:hover {
  color: #8f00bf;
}

.side_bar_menu ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
}

.side_bar_location h4 {
  font-weight: 600;
  color: #160201;
  font-size: 30px;
  text-transform: capitalize;
  margin: 25px 0;
}

.side_bar_address {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsl(0deg 0% 0% / 12%);
}

.side_bar_address h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #9050a0;
  text-transform: uppercase;
}

.side_bar_address p {
  margin: 0;
  color: #000000;
  word-wrap: break-word;
  font-weight: 500;
}

.side_bar_address a {
  color: #000000;
  font-size: 16px;
}

.side_bar_address a span {
  color: #9050a0;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 7px;
}

.side_bar_menu {
  margin-bottom: 30px;
}

.side-bar-cn {
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 150px;
  margin-left: 0;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
  opacity: 1;
  transition-delay: 0.7s;
}

.side-bar .inner-main-wrapper-desk .banner-shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: var(--color-primary);
  display: block;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li {
  list-style: none;
  margin: 0 5px;
  color: #fff;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .social-area li a {
  width: 40px;
  height: 40px;
  border: 1px solid #9050a0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9050a0;
  font-size: 14px;
}

.side-bar
  .inner-main-wrapper-desk
  .inner-content
  .footer
  .social-area
  li
  a:hover {
  color: #fff;
  background-color: #9050a0;
  border-color: #9050a0;
}

.side-bar button:hover {
  background-color: #9050a0;
  border-color: #9050a0;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  max-width: 100%;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #9050a0;
  padding: 6px;
  border: 1px solid #9050a0;
}

.side-bar button i {
  color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#side_bar_overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#side_bar_overlay {
  cursor: "";
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.burger-icon {
  width: 30px;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in,
    transform 0.3s ease-in;
  width: 83.33333333%;
  background: #000000;
  transition: all 400ms ease-in-out;
  margin-inline: auto;
}

/* 
.burger-icon span:nth-child(1) {}

.burger-icon span:nth-child(2) {
    width: 100%;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
}

.burger-icon span:nth-child(1) {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.burger-icon span:nth-child(2) {
    width: 100%;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

.burger-icon span:nth-child(3) {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
} */

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.side_bar_cn {
  text-align: center;
}

.side_bar_cn img {
  width: 100%;
}

.common_btn {
  background-color: transparent;
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000;
  transition: all ease 0.5s;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.common_btn:hover {
  background-color: rgb(0 0 0 / 70%);
  color: #fff;
}

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 888;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 2px solid #9050a0;
}

header .common_btn:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

header .common_btn img {
  transition: all 0.3s ease-in-out;
}

header .common_btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%)
    hue-rotate(309deg) brightness(106%) contrast(101%);
}

.common_btn.fill_btn {
  background-color: #9050a0;
  border-color: #9050a0;
  color: #fff;
}

.common_btn.white_stroke {
  border-color: #fff;
  color: #fff;
}

.common_btn.white_stroke:hover {
  background-color: #fff;
  color: #9050a0;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.container_cstm {
  max-width: 1340px;
  margin: auto;
  width: 100%;
}

footer {
  padding: 100px 0 15px;
  background-color: #1c1c1c;
}

.footer_head_tile {
  max-width: 277px;
}

footer h6 {
  margin: 0 0 18px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #d59a30;
}

.footer_head {
  padding: 0 0 35px 0;
  border-bottom: 1px solid rgb(213 154 48 / 50%);
}

footer a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  /* text-transform: capitalize; */
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.footer_body {
  padding: 50px 0 0 0;
}

ul.footer_links {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 26px;
}

.footer_body .col-lg-6 .footer_body_tile {
  border-left: 1px solid rgb(213 154 48 / 50%);
  border-right: 1px solid rgb(213 154 48 / 50%);
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.footer_center_col {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
}

.footer_center_col {
  display: inline-flex;
  flex-direction: column;
  margin: 0 auto;
  width: 187px;
}

.footer_head .col-lg-6 .footer_head_tile {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

ul.social_links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.copy_right_bar {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin: 50px 0 0 0;
  border-top: 1px solid rgb(213 154 48 / 50%);
}

.copy_right_bar p {
  text-align: left;
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #fff;
}

ul.social_links path {
  fill: #d59a30;
}

.footer_conslt_box {
  display: inline-block;
  max-width: 325px;
  text-align: center;
  height: auto;
}

.footer_logo {
  margin: 0 0 25px 0;
}

.footer_logo img {
  width: 100%;
}

.footer_conslt_box h3 {
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.footer_conslt_box .common_btn.red_fill {
  width: 100%;
  align-items: center;
  justify-content: center;
  border-color: #d59a30;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #d59a30;
  background-color: transparent;
}

.copy_right_bar a {
  color: #d59a30;
  display: inline-block;
}

.banner_slider_IMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ban_slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.ban_slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_main {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 0;
}

.banner_main ul.slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-inline: auto;
}

.banner_main .container {
  position: relative;
  z-index: 2;
}

.banner_content h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.banner_content h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  color: #000000;
  margin-bottom: 20px;
}

.banner_content {
  max-width: 549px;
}

.banner_action {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 26px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
  z-index: 2;
}

.catering_service {
  background: #9050a0;
  background: linear-gradient(
    90deg,
    rgba(144, 80, 160, 1) 0%,
    rgb(155, 75, 175) 100%
  );
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: visible;
}

.catering_body {
  max-width: 503px;
}

.catering_body .section_title {
  margin-bottom: 25px;
}

.catering_img {
  text-align: center;
}

.catering_img img {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}

.section_title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 49px;
  color: #000000;
}

.section_title h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #9050a0;
  margin: 0 0 10px 0;
}

.catering_service ul.common_list li::after {
  background: #ffffff;
  outline: 2px solid #fff;
  border: 2px solid #912db2;
}

ul.common_list {
  padding: 0 0 0 0;
  margin: 36px 0 36px 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

ul.common_list li {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  padding: 0 0 0 20px;
}

ul.common_list li::after {
  width: 12px;
  height: 12px;
  background-color: #d59a30;
  position: absolute;
  content: "";
  left: 2px;
  top: 5px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  outline: 2px solid #d59a30;
}

.catering_service p {
  color: #fff;
}

.event_mangement_body {
  padding: 40px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  min-height: 377px;
}

.event_mangement_body ul.common_list li {
  color: #000;
}

.event_mangement_body ul.common_list {
  margin: 15px 0;
}

.event_mangement_body ul.common_list li:after {
  background-color: #d59a30;
}

.event_management {
  position: relative;
  overflow: hidden;
  height: 100vh;
  z-index: 2;
  background: #000;
}

/* .event_management:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
} */

.dj-sec {
  position: sticky;
  z-index: 2;
  background: #fff;
  overflow: visible;
  top: 0;
}

.rental-sec {
  position: sticky;
  z-index: 2;
  background: #fff;
  top: 0;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -1;
  /* transform: translate(-50%, -50%); */
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.event_mangement_body .section_title h2 {
  color: #000;
}

.banner_content p {
  margin-bottom: 20px;
}

.event_img img {
  width: 100%;
  aspect-ratio: 323/387;
  object-fit: cover;
  min-height: 377px;
}

.event_slide_tile {
  padding: 0 8px;
}

.event_slide_tile h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Braven";
  margin: 0 0 10px 0;
}

.event_slider_parent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.event_mangement_slider_main {
  overflow: hidden;
}

.event_mangement_slider_main .slick-list {
  padding-right: clamp(calc((100vw - 1340px) / 2), 50px, 50px);
}

.full_width_img {
  height: 100%;
}

.full_width_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full_width_content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 75px;
}

.full_width_content .full_text {
  max-width: 503px;
}

.full_width_sec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.why_choose_text .section_title h5 {
  color: #fff;
}

.why_choose_text ul.common_list li {
  color: #000;
}

.why_choose_text ul.common_list li::after {
  background-color: #000000;
  border-color: #d89c33;
  outline-color: #000;
}

.why_choose_text ul.common_list {
  grid-template-columns: 1fr;
  margin: 15px 0;
}

.glimpse_text .section_title {
  margin-bottom: 25px;
}

.why_choose {
  background: linear-gradient(270deg, #d59a30 0%, #ffbf61 100%);
  position: relative;
  z-index: 99;
}

ul.why_choose_grid {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.why_choose_grid li {
  width: 50%;
  padding: 40px 30px;
  text-align: center;
  border-top: 0px solid #000;
}

.why_choose_main p {
  margin: 0;
  font-weight: 600;
}

ul.why_choose_grid li .why_choose_main img {
  width: 80px;
  margin: 0 0 24px 0;
}

ul.why_choose_grid li:nth-child(n + 3) {
  border-top: 1px solid #000;
}

ul.why_choose_grid li:nth-child(odd) {
  border-right: 1px solid #000;
}

.glimpse_imager img {
  aspect-ratio: 267/410;
  border-radius: 20px;
  width: 100%;
}

.glimpse_sec {
  position: relative;
  z-index: 2;
  background: #fff;
}

.glimpse_sec .col-12 .glimpse_imager img {
  aspect-ratio: 267/194;
  object-fit: cover;
}

.glimpse_sec .row.h-100 {
  flex-direction: column;
  justify-content: space-between;
}

.glimpse_text {
  padding: 0 0 0 45px;
}

.glimpse_text .common_btn {
  color: #9050a0;
  border-color: #9050a0;
}

.glimpse_text .common_btn:hover,
.view_all .common_btn:hover {
  background-color: #9050a0;
  color: #fff;
}

section.testimonials {
  background-color: #f8f8f8;
}

.testimonial_body {
  padding: 52px 0;
  position: relative;
}

.testi_main_slider {
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  display: flex;
  gap: 10px;
  padding: 0 75px;
  max-width: 700px;
}

.google_rating img {
  max-width: 180px;
}

.testimonial_inner p {
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

.testimonial_inner h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

.view_all {
  text-align: center;
}

.view_all .common_btn {
  color: #9050a0;
  border-color: #9050a0;
}

.google_rating {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

.service_head {
  max-width: 449px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.service-head-img {
  overflow: hidden;
  position: relative;
}

.service-head-img img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  transition: all 0.5s;
}

.service-hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.9s;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}

.service-head-img:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transform: translate(0%, 100%);
  transition: all 0.5s;
}

.service-head-img:hover:after {
  transform: translate(0px, 0px);
}

.service_sticky_column:hover .service-hover-btn {
  opacity: 1;
}

.service_sticky_column:hover .service-head-img .service_head img {
  width: 100%;
  transition: all 0.5s;
}

.service_sticky_column_parent a:hover .service_head img {
  transform: scale(1.1);
}

.section_title.text-white * {
  color: #fff;
}

.service_sticky_column {
  height: 100vh;
  min-height: 750px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.decore_text {
  height: 100vh;
  display: flex;
  align-items: flex-start;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px 0 0;
}

.decore_text .section_title {
  margin-bottom: 25px;
}

.service_head h3 {
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 49px;
  color: #000000;
  font-family: "Braven";
}

.decor_service {
  position: sticky;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  overflow: visible;
}

/* div.decore_text::after {
    position: absolute;
    content: '';
    width: clamp(calc((100vw - 1320px) / 2),200px,339px);
    height: 100%;
    top: 0;
    background-image: url(../images/flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(0%);
    right: 100%;
    background-position: center;
}*/

.flower-image img {
  width: 100%;
}

.flower-image {
  height: 100vh;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.banner_slider_IMG .slick-list {
  height: 100%;
}

.banner_slider_IMG .slick-track {
  height: 100%;
}

.right_row a {
  display: flex;
  align-items: anchor-center;
}

.header_main .right_row img {
  max-height: 20px;
  margin-right: 10px;
}

.header_main {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 24px 0;
}

.header_main .logo_card {
  text-align: center;
}

.header_main .right_row {
  display: flex;
  justify-content: flex-end;
}

.logo_card img {
  max-width: 350px;
  transition: all 0.5s;
}

.ham-menu {
  display: inline-flex;
}

.ham-menu a {
  padding: 12px;
  border: 1px solid #000;
  cursor: pointer;
}

.about-2-image img {
  width: 100%;
}

.about-2-section.about-decor .about-2-content {
  max-width: 550px;
  padding: 0 30px;
}

/*--------------------------------------------------------------
 # Banner css
--------------------------------------------------------------*/

.ban-head {
  text-align: left;
  position: relative;
  max-width: 550px;
}

.banner-main .slick-arrow.slick-prev {
  left: 1%;
}

.banner-main .slick-arrow.slick-next {
  right: 1%;
}

.ban-head h3 {
  position: relative;
  display: inline-block;
  transition: transform 2s ease, opacity 2s ease;
  transform: translateY(-100px);
  margin-bottom: 20px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h3 {
  transform: translateY(0px);
}

.ban-head p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-block: 10px 25px;
  transition: transform 2s ease, opacity 2s ease;
  transform: translateX(100px);
  max-width: 450px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head p {
  transform: translateX(0px);
}

.ban-head h1,
.ban-head h2 {
  position: relative;
  line-height: 1.35em;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  color: #fff;
  font-weight: normal;
  transition: transform 2s ease, opacity 2s ease;
  transform: translateX(-100px);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-head h1,
.banner-main .slick-slide.slick-current.slick-active .ban-head h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 500ms;
}

.ban-head .ban-btn {
  transition: transform 500ms ease, opacity 500ms ease;
  transform: translateY(200px);
  margin-top: 30px;
}

.banner-main .slick-slide.slick-current.slick-active .ban-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.banner-bottom {
  margin-bottom: 0;
  margin-inline: auto;
  padding: 25px;
  z-index: 1;
  position: relative;
  overflow: visible;
  margin-top: -75px;
  background: #c38360;
  max-width: 1220px;
  box-shadow: 0 0 14px rgb(0 0 0 / 58%);
}

.banner-bottom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ban_b_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ban_b_img img {
  height: 450px;
  object-fit: cover;
}

.banner-bottom-head .section-title {
  max-width: 650px;
}

.banner-bottom-head h2 {
  text-decoration: blink;
  color: #ffffff;
  font-size: 40px;
  -webkit-animation: colorchange 2s infinite alternate;
  margin: 0;
}

@-webkit-keyframes colorchange {
  0% {
    color: #fff;
  }
  50% {
    color: #fcf203;
  }
  100% {
    color: #e3e2d5;
  }
}

.banner-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.banner-main .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  left: 0;
  width: 100%;
  gap: 7px;
}

.banner-main .slick-dots button {
  font-size: 0;
  margin: 0 2px;
  display: block;
  width: 1.5rem;
  height: 0.4rem;
  padding: 0;
  border: none;
  background-color: #9050a08a;
}

.banner-main .slick-dots .slick-active button {
  background: #9050a0;
}

.banner-slide {
  display: block !important;
}

.banner-main .slider-track {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner-main .banner-image {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.banner-main .banner-image .bg-big {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: inline-block;
}

.banner-slider .slick-slide {
  padding: 0;
}

/* .banner-main .banner-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    opacity: 0.4;
} */

/*.banner-main .banner-image::after {
    position: absolute;
    height: 30%;
    width: 100%;
    display: inline-block;
    left: 0;
    content: "";
    background: rgb(35 31 32);
    background: linear-gradient(180deg, rgb(35 31 32) 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
} */

/* .banner-main .banner-image img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-height: 700px;
    object-fit: cover;
}
 */

/* .banner-main .slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.2) translate(0px);
    }
}
@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: scale(1) translate(0px);
    }
    to {
        -webkit-transform: scale(1.1) translate(0px);
    }
}
 */

.banner-image-inner img {
  transform: inherit !important;
}

.banner-image-inner img {
  max-height: 650px;
  margin: 0 auto;
}

.banner-main .slick-slide {
  display: block !important;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translate(0px, -50%);
}

.banner-main .banner-text {
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

/* .banner-main .slick-active .banner-text {
    animation: text-move 1s ease-in-out forwards;
}
 */

.banner-slide {
  position: relative;
}

.banner-img {
  position: absolute;
  top: 140%;
  right: 0;
  text-align: center;
  z-index: 99;
  transform: translate(0, -100%);
  left: auto;
  max-width: 80%;
}

.banner-main .slick-active .slide-left {
  animation: 3s slide-left ease-in-out forwards;
}

/* @keyframes slide-left {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
} */

@keyframes text-move {
  0% {
    transform: scale(1) translateY(100%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}

a.phone-btn {
  color: #c38360;
  font-weight: 600;
  font-size: 18px;
}

a.phone-btn img {
  max-width: 40px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(78%) saturate(647%)
    hue-rotate(191deg) brightness(88%) contrast(98%);
}

.secondary-pages .logo_card img {
  max-width: 268px;
}

.fixed-header .logo_card img {
  max-width: 230px;
  transition: all 0.5s;
}
.page-template .fixed-header {
  padding: 7px 0;
}
.secondary-banner {
  padding: 50px 0px !important;
  text-align: center;
  background-color: rgb(144 80 160 / 35%);
}

.banner-title h1 {
  font-size: 45px;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: capitalize;
}

.contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.contact-info__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.contact-info__icon {
  background: #9050a0;
  width: 70px;
  height: 70px;
  padding: 15px;
  border-radius: 0;
}

.contact-info__icon img {
  filter: invert(1);
}

.contact-info__content h3 {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding-bottom: 2px;
}

.contact-info__content p {
  font-weight: 600;
  margin: 0;
}

.contact-info__content p a {
  text-decoration: none;
  color: #000;
}

.contact-info {
  padding: 50px 0px !important;
}

.form-contact-sec {
  position: relative;
  background: linear-gradient(
    179deg,
    rgb(0 0 0 / 8%) 40%,
    rgb(52 24 24 / 15%) 100%
  );
}

.form-contact-sec {
  background-image: url(https://www.shandaarevent.com/wp-content/uploads/2026/03/5381.jpg);
  position: relative;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}

.form-section {
  background: #ffffffe0;
  padding: 25px;
  box-shadow: 0px 0px 0 5px #8f00bf00;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-col {
  flex: 1 1 calc(50% - 20px);
}

.form-col-full {
  flex: 1 1 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 500;
  margin-bottom: 4px;
  color: #000;
  display: none;
}

.form-control {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  width: 100%;
}

.form-control:focus {
  border-color: #0a568e;
  outline: none;
}

.cc-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  display: none;
}

.cc-img img {
  height: 100%;
}

.form-title h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 22px;
}

.form-group input {
  height: 50px;
  border-radius: 0px;
}

.form-group textarea {
  min-height: 100px;
  border-radius: 0px;
}

.form-group textarea::placeholder {
  text-transform: capitalize;
}

.form-group input::placeholder {
  text-transform: capitalize;
}

.form-col-full {
  text-align: end;
}

.form-col-full button {
  background-color: transparent;
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000;
  transition: all ease 0.5s;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.hero-section {
  background-color: rgb(144 80 160 / 35%);
}

.hero-section .section-title h1 {
  color: #9050a0;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
  margin-top: 0px;
  font-size: 45px;
}

.hero-section .section-title h1::before {
  border-radius: 100px;
  height: 2px;
  width: 12%;
  background-color: #9050a0;
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
}

.right-form {
  margin-left: 20px;
}

.secondary-pages .section_title h1,
.secondary-pages .section_title h2 {
  font-size: 40px;
}

.secondary-pages section {
  padding: 60px 0px;
}

.cta-section .cta-content {
  text-align: center;
  width: calc(100% - 345px);
  margin-inline: auto;
}

.cta-section {
  background-color: #f8f8f8;
}

.parallax-section {
  min-height: 575px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-attachment: fixed;
  background-position: 15%;
}

.about-parallax {
  animation: bg-marquee 30s infinite linear;
}

@keyframes bg-marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1190px;
  }
}

.parallax-content {
  background: rgb(255 255 255 / 92%);
  padding: 25px;
  box-shadow: 0px 0px 0 5px #8f00bf00;
  max-width: 500px;
  margin-left: auto;
}

.about-2-head {
  text-align: center;
  max-width: 650px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.feature-list ul {
  padding: 0px;
  margin-bottom: 25px;
}

.feature-list ul li {
  margin: 10px 0px 10px 0px;
  padding-left: 25px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
}

.feature-list ul li::before {
  height: 10px;
  width: 10px;
  background-color: #d59a30;
  outline: 2px solid #d59a30;
  position: absolute;
  content: "";
  left: 4px;
  border-radius: 100px;
  outline-offset: 2px;
  top: 6px;
}

.map-section {
  padding: 0 !important;
  line-height: 0px;
}

.map-section .container {
  padding: 0px;
}

.map-bx iframe {
  width: 100%;
  max-width: 100%;
  height: 450px;
}

.get-quote-section {
  background: url("images/quote-bg.jpg") center/cover no-repeat fixed;
  display: flex;
  align-items: center;
}

form.get-quote-form {
  padding: 30px;
  background: #ffffffed;
  border: 5px solid #d59a30;
  box-shadow: #8f00bf00 0px 8px 24px;
  width: 100%;
  max-width: 645px;
  margin: auto;
  outline: 5px solid #d59a3030;
}

form.get-quote-form .section-title h1 {
  font-size: 35px;
}

form.get-quote-form .section-title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}

form.get-quote-form .row input {
  height: 50px;
  border-radius: 0px;
}

form.get-quote-form select {
  height: 50px;
  border-radius: 0px;
}

.get-quote-form .row {
  row-gap: 20px;
}

.review-section .test-bx {
  padding: 15px;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 100%;
  background-color: #fff;
  margin: 15px auto;
}

.review-section .content-top {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  border: 1px solid #eee;
  padding: 20px;
  align-items: center;
}

.review-section .icon img {
  padding: 10px;
  height: 55px;
  width: 55px;
  background: #f3f5fe;
}

.review-section .rating {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: orange;
}

.review-section .review-text {
  border: 1px solid #eee;
  padding: 15px;
}

.inner-page p {
  margin-bottom: 15px;
}

.review-section .review-text h3 {
  margin-top: 10px;
  color: #8f00bf;
  font-size: 20px;
  text-transform: capitalize;
}

.meet-2-head {
  max-width: 950px;
  margin-bottom: 50px;
  margin-inline: auto;
}

.pulse {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #9050a0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.pulse i {
  color: #fff;
  font-size: 18px;
}

.ban-phone a {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}

.pulse::before,
.pulse::after {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  border-radius: 50%;
  border: 1px solid #9050a0;
  animation: calling 2s ease-in-out infinite;
}

.pulse::after {
  animation: calling 2s ease-in-out 0.35s infinite;
}

@keyframes calling {
  0% {
    width: calc(100%);
    height: calc(100%);
    opacity: 1;
  }
  100% {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
  }
}

.gallery-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gallery-main a:hover img {
  transform: scale(1.2);
}

.gallery-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.5s;
}

.gallery-main a {
  overflow: hidden;
}

a.ban-phone {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}

.left_row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.left_row a.head-phone {
  color: #9050a0;
  font-size: 22px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.fixed-header .left_row a.head-phone {
  opacity: 1;
  visibility: visible;
}

body.page-template:not(.home) {
  padding-top: 118px;
}

a.head-phone img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(77%) saturate(455%)
    hue-rotate(242deg) brightness(91%) contrast(85%);
  max-width: 26px;
  margin-right: 5px;
}

.decor_service ul.common_list li {
  color: #000;
}

.decor_service ul.common_list li::after {
  background-color: #d59a30;
}

.decor_service ul.common_list {
  margin-top: 0;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

ul.common_list.black-list li {
  color: #000;
}

ul.common_list.black-list li::after {
  background-color: #d59a30;
}

ul.common_list.black-list {
  margin-top: 0;
}

.chat-section {
  height: 100dvh;
  background: #9100cb;
  display: grid;
  place-content: center;
}

.chat-section .chat-bx {
  display: flex;
  gap: 40px;
}

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 60px;
}

.waviy span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 2.5s infinite;
  animation-delay: calc(0.2s * var(--i));
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 60px;
}

.waviy-btn {
  margin-top: 104px;
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}

.bg-grey {
  background: #f5f5f5;
}

.event-12-head {
  max-width: 750px;
  margin-bottom: 50px;
  margin-inline: auto;
}

.secondary-pages .left_row a.head-phone {
  opacity: 1;
  visibility: visible;
}

.head-phone span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}

.footer_center_col span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}

.contact-info__content a span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.secondary-pages .logo_card img {
  margin-top: -15px;
}

.secondary-pages .fixed-header .logo_card img {
  margin-top: 0;
}

.cate-form {
  padding: 30px;
  background: #ffffffed;
  border: 2px solid #d59a30;
  width: 100%;
  max-width: 85%;
  margin: auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cate-form .row {
  row-gap: 20px !important;
}

.cate-form .form-control {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
  width: 100%;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.cate-form .form-control:hover {
  border: 1px solid #9050a0;
}

.cate-form .form-control:focus {
  box-shadow: none;
}

.cate-form .tags-input {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  background: #fff;
  cursor: text;
  padding: 0px 6px;
  gap: 6px;
  transition: all 0.3s ease-in-out;
}

.cate-form .tags-input input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 100px;
  font-size: 14px;
  padding: 6px;
}

.cate-form .tag {
  background: #9050a0;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  height: 39px;
  margin-top: 6px;
}

.cate-form .tags-input .form-control:hover {
  border: none;
}

.cate-form .tags-input:hover {
  border: 1px solid #9050a0;
}

.cate-form .tag button {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}

.cate-form .tag button:hover {
  color: #000;
}

.cate-form h3 {
  font-family: "Braven";
  font-size: 26px;
  color: #9050a0;
  margin-top: 13px;
}

.cate-form label {
  font-weight: 600;
  color: #000;
}

.cate-form .row-gap-0 {
  row-gap: 0 !important;
}

.pr_bx {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pr_bx input {
  width: 83% !important;
}

.pr_bx span {
  font-weight: 600;
}

.cn {
  font-weight: 600;
  font-size: 14px;
}

.privacy-policy-section {
  border-block-end: 2px solid #9050a0;
}

.privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
  background: #000;
  font-size: 30px;
  text-transform: capitalize;
  padding: 10px 15px;
  border-left: 4px solid #9050a0;
  margin: 20px 0px 25px 0px;
  color: #fff;
}

.privacy-policy-section :is(a) {
  color: #9050a0;
  font-weight: 600;
  text-decoration: none;
}

.area-we-serve {
  background-color: rgb(144 80 160 / 35%);
}

.home .area-we-serve {
  position: relative;
  z-index: 2;
  background-color: #9050a0;
}

.home .area-we-serve .cta-content h2,
.home .area-we-serve .cta-content p {
  color: #fff;
}
.home .area-we-serve .cta-content .btn-bx a {
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1366px) {
  .banner-text {
    top: 59%;
  }
  .logo_card img {
    max-width: 250px;
  }
  .home header {
    padding: 7px 0;
  }
}

.quick-access-bar {
  display: none;
}

.quick-access-bar {
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  padding: 0px;
  text-align: center;
  background: #9050a0;
}
.quick-access-bar a:last-child {
  background: #9050a0;
  border: 0px;
  font-size: 14px;
}
.quick-access-bar a {
  background: #000;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 10px 0px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
  top: 0;
  font-weight: 400;
}
.limit-bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
}
.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.catering-slide img {
  width: 100%;
  padding: 0px 15px;
}

.catering-slider .slick-dots {
    margin-top: 0px;
    z-index: 33;
    position: relative;
    padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .quick-access-bar {
    display: grid;
  }
  .header_main .right_row {
    display: none;
    justify-content: flex-end;
  }
  header {
    position: relative;
  }
  .left_row a.head-phone {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .banner-main .banner-image .bg-big {
    width: 100%;
    height: auto;
  }
  .banner-text {
    position: relative;
    top: 0;
    transform: translate(0px, 0%);
    background: #f0dcf5;
    padding: 50px 0;
  }
  .ban-head {
    text-align: left;
    position: relative;
    max-width: 100%;
  }
  .banner_action {
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .ban-head h1 br,
  .ban-head h2 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
	.parallax-section{
		background-attachment: inherit;
		min-height: auto;
	}
	.parallax-content {
		margin-inline: auto;
	}
	
}
@media screen and (max-width: 991px) {
	.hero-image img {
		width: 100%;
	}
  .secondary-pages .logo_card img {
    margin-top: 0;
  }
  body.page-template:not(.home) {
    padding-top: 0;
  }
  .hero-section .row {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .about-2-section.about-decor .about-2-content {
    max-width: 100%;
    padding: 30px 0px;
  }
  .cta-section .cta-content {
    width: 100%;
  }
  .mobile-hide {
    display: none;
  }
  .footer_head_tile {
    text-align: center;
    max-width: 100%;
  }
  .footer_body_tile {
    text-align: center;
  }
  .footer_head_tile {
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .copy_right_bar {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .decore_text {
    height: auto;
    min-height: auto;
    padding: 50px;
  }
  .sticky-top {
    position: unset;
  }
  .service_sticky_column {
    height: auto;
    min-height: auto;
  }
  .service_sticky_column_parent {
    display: grid;
    grid-template-columns: 1fr;
    padding: 50px;
    gap: 50px;
  }
  .service_head {
    width: 100%;
    max-width: 100%;
  }
  .service-head-img img {
    width: 100%;
    height: 100%;
  }
  .catering_body {
    max-width: 100%;
  }
  .catering_service .row {
    flex-direction: column-reverse;
  }
  .catering_service {
    position: relative;
  }
  .event_management {
    height: auto;
    padding-top: 0;
    background: #fff;
  }
  .bg-video {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1;
    object-fit: cover;
    transform: none;
  }
  .event_mangement_body {
    padding: 40px 0 0;
    min-height: 100%;
  }
  .rental-sec {
    position: relative;
  }
  .photography-sec .row {
    flex-direction: column-reverse;
  }
  .full_width_content .full_text {
    max-width: 100%;
  }
  .full_width_content {
    padding: 100px 50px;
  }
  .dj-sec {
    position: relative;
  }
  .why_choose .row {
    justify-content: center;
  }
  .why_choose .offset-1 {
    margin-left: 0;
  }
  .why_choose_text .section_title h5 {
    color: #000000;
  }
  ul.why_choose_grid li {
    width: auto;
    padding: 25px 12px;
    flex: 0 0 50%;
  }
  .logo_card img {
    max-width: 180px;
  }
  .why_choose_text {
    margin-top: 25px;
  }
  .gallery-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .catering_service .row {
    row-gap: 35px;
  }
}

@media screen and (max-width: 600px) {
  .banner-text {
    padding: 25px 0;
  }
  .ban-head h1,
  .ban-head h2 {
    font-weight: 400;
    font-size: 30px;
    color: #9050a0;
    margin-bottom: 20px;
    line-height: initial;
  }
  .ban-phone a {
    font-size: 20px;
  }
  .decore_text {
    padding: 25px 15px;
  }
  .section_title h2 {
    font-size: 30px;
    line-height: initial;
  }
  .banner-main .slick-dots {
    bottom: 0;
  }
  .ban-head h3 {
    margin: 0;
  }
  .decore_text {
    display: block;
  }
  .service_sticky_column_parent {
    padding: 25px 15px;
  }
  .service_head h3 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }
  .service_sticky_column_parent {
    gap: 25px;
  }
  ul.common_list {
    grid-template-columns: 1fr;
  }
  .full_width_content {
    padding: 25px 15px;
  }
  .event_management {
    padding: 25px 15px;
  }
  section {
    padding: 25px 0px;
  }
  .glimpse_imager {
    margin-bottom: 20px;
  }
  .glimpse_text {
    padding: 15px 0 0;
  }
  ul.why_choose_grid li .why_choose_main img {
    width: 50px;
    margin: 0 0 20px 0;
  }
  .testi_main_slider {
    padding: 0;
  }
  footer.footer-sec {
    padding: 25px 15px;
  }
  .copy_right_bar p {
    text-align: center;
  }
  .secondary-pages section {
    padding: 25px 0px;
  }
  .hero-section .section-title h1 {
    font-size: 30px;
  }
  .secondary-pages .section_title h1,
  .secondary-pages .section_title h2 {
    font-size: 30px;
  }
  .secondary-pages .logo_card img {
    max-width: 180px;
  }
  .copy_right_bar {
    margin: 20px 0 0 0;
  }
  .footer_head {
    padding: 0;
  }
  .footer_body {
    padding: 20px 0 0 0;
  }
  .about-2-content {
    margin-top: 15px;
  }
  .parallax-section {
    min-height: auto;
    background-position: center;
  }
  .gallery-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  body.page-template:not(.home) {
    padding-top: 0;
  }
  .contact-info__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .form-col {
    flex: auto;
  }
  .banner-title h1 {
    font-size: 30px;
  }
  .privacy-policy-section :is(h1, h2, h3, h4, h5, h6) {
    font-size: 20px;
  }

  .catering-slide img {
    width: 100%;
    padding: 0px 0px;
  }
  .catering_service .row {
    row-gap: 35px;
  }
  .catering_service ul.common_list li {
    flex: 0 0 47%;
  }
  .catering_service ul.common_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .catering_service ul.common_list li {
    font-size: 15px;
  }
}

.catering_service .slick-dots button {
    background-color: #ffffff66;
}
.catering_service .slick-dots li.slick-active button {
  background-color: #ffffff;
}

#datepicker {
  background-image: url(https://www.shandaarevent.com/wp-content/uploads/2026/03/calender.png);
  background-repeat: no-repeat;
      background-position: 95% 58%;
}

.captcha-bx .error {
      width: fit-content;
    position: relative;
    top: -20px;
}