/********** Template CSS **********/

body {
  padding: 0;
  margin: 0;
  background-color: #000;
  color: #333;
}
a {
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 25px;
  z-index: 99;
}

.fw-medium {
  font-weight: 500;
}

.font1 {
  font-size: 17px;
}

.heading-font {
  font-size: clamp(24px, 5vw, 50px);
}

/*** Button ***/
.btn {
  transition: 0.5s;
  font-weight: 500;
}

.header-bg {
  background-color: rgb(4, 0, 0) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.btn-primary {
  color: #fff;
  background-color: #ff0205 !important;
  border-color: #ff0206 !important;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
  color: var(--bs-dark);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 30px;
  height: 30px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
  position: relative;
  padding: 0 0 10px 10px;
  z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
  font-size: 60px;
  line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  left: 0;
  bottom: 0;
  border-radius: 35px;
  transition: 0.5s;
  z-index: -1;
}

.icon-box-primary::before {
  background: var(--bs-primary);
}

.icon-box-light::before {
  background: var(--bs-light);
}

/*** Navbar ***/

.heeader-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.ms-auto {
  margin-left: auto !important;
}

.sticky-top {
  top: -100px;
  transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
  margin-right: 35px;
  padding: 12px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #f60307;
}

.navbar .dropdown-toggle::after {
  border: none;
  font-family: "Audiowide", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
    float: left;
  }
}

@media (min-width: 992px) {
  .sticky-top {
    margin-top: 0px;
  }

  .navbar {
    height: 81px;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

p {
  font-family: cursive !important;
}

/*** Header ***/

/*--------bannerheader------22.04.2025----*/
/*-------banner---------*/

.banner {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  height: 600px;
}

.bannerbox {
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/slider.webp);
  height: 100%;
  display: flex;
  align-items: center;
}

.bannertext {
  margin: 0px;
  padding: 0px;
}

.bannertext h4 {
  color: #122136;
  font-family: "Lora", serif;
}

.bannertext h2 {
  color: #122136;
  font-weight: 800;
  font-size: 56px;
  font-family: "Faustina", serif;
}

.bannertext h2 span {
  color: #05c3fc;
}

.bannertext p {
  color: #122136;
  font-size: 15px;
  font-family: "Lora", serif;
}

.bannertext button {
  background-color: #05c3fc !important;
  color: black;
}

.bannertext button:nth-child(2) {
  background-color: transparent !important;
  color: black;
  margin-left: 20px;
  border: solid 1px #122136;
}

.bannerbtn {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
}
.bannerbg {
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 82%)),
    url(..//img/slider.jpeg);
  margin: 0px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-position: top right;
  background-size: cover;
}

.bannerbgleft {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

.bannerbgleft img {
  width: 100%;
  display: block;
  min-height: 530px;
  object-fit: cover;
}

.bannerbgright {
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  top: 35%;
}

.bannerbgright h2 {
  font-size: 70px;
  color: #fff;
  font-family: "cursive";
}

.bannerbgright img {
  width: 100%;
  transform: scale(0.6);
}

.font-50 {
  font-size: 80px !important;
}
/* Banner Homepage Ends */

.navbar-light .navbar-toggler-icon {
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.rotating {
  animation: spinner 5s linear infinite;
}
@keyframes spinner {
  100% {
    transform: rotatey(360deg);
  }
}

/* 
@media only screen and (max-width: 1200px) {
  .slider-two_pattern {
    position: absolute;
    right: -15px;
    top: 0px;
    bottom: 0px;
    left: -492px;
    background-repeat: repeat;
    background-color: #ab8e73;
  }
} */

.display-5 {
  font-size: clamp(23px, 5vw, 33px) !important;
}

.slider-two .owl-dots {
  display: none;
}

.slider-two .owl-nav {
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
}

.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover {
  color: #333;
  border-color: #3333;
}

.slider-two_content-inner h4 {
  font-size: clamp(16px, 5vw, 30px) !important;
  color: #8c5d3e;
  font-family: "Audiowide", sans-serif;
  font-weight: 700;
}

.bg-light1 {
  background-color: #f7ede7 !important;
}

.bg-light2 {
  background-color: #dbcec6 !important;
}

/*** About ***/

.pt5 {
  padding-top: 3rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
  font-family: "Audiowide", sans-serif;
  font-weight: 600;

  text-align: center;
}

@media (min-width: 576px) {
  .about-fact.mt-n130 {
    margin-top: -130px;
  }
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--bs-primary);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid #ffffff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

.sec-title_heading {
  padding: 20px;
  margin: 0;
  font-weight: 700;
  line-height: 54px;
  color: #ab8e73;
  font-size: clamp(24px, 5vw, 52px) !important;
  padding-bottom: 30px;
  text-align: center;
}

/*** Footer ***/
.footer {
  background: linear-gradient(#000, #000),
    url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer-text p {
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 20px;
}

.footer-bottom {
  background-color: #5b442f;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 39%;
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "Lato", sans-serif;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: var(--bs-primary);
}

.custom-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.text-black {
  color: #000 !important;
}

/* Galler Started */
#gallery {
  background-image: url(../img/daqrk.webp);
  min-height: auto;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#events {
  background-image: url(../img/bg.jpg);
  min-height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  /* filter: grayscale(100%); */
  transition: width 1.2s cubic-bezier(1, 0.3, 0.5, 1), filter 0.8s ease-in-out;
}

.img-wrapper:hover {
  filter: none;
}

.img-wrapper img {
  display: inline-block;
  width: 100%;
  /* height: 250px;  */
  object-fit: fill;
  border-radius: 0px;
}

.img-overlay {
  /* background: linear-gradient(90deg, #f41c15 0%, #e9b115 100%); */
  filter: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  border: 8px solid #1e0505;
  transition: filter 0.3s ease;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* Mobile View Css */

/* Contact Us */
/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding: 40px 0px 50px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block_inner {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  border: 2px solid rgb(73, 1, 1);
  box-shadow: 10px 10px 10px #3823159c;
  background-color: #000;
}

.form-control {
  background-color: #000 !important;
  border: 1px solid #640101;
}

.contact-info-block_icon {
  position: relative;
  line-height: 1em;
  color: #382315;
  font-size: 60px;
  font-family: "Flaticon";
}

.contact-info-block_heading {
  position: relative;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

.contact-info-block_text {
  position: relative;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  font-family: cursive;
}

.contact-info-block_text a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
  position: relative;
}

.map-one iframe {
  position: relative;
  height: 700px;
  width: 100%;
}

/*** 

====================================================================
	Contact Form One
====================================================================

***/

.contact-form-one {
  position: relative;
  padding: 10px 0px 30px;
}

.contact-form-one .default-form .check-box label {
  color: #333;
  font-size: 16px;
}

.contact-form-one button {
  padding: 17px 44px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
  position: relative;
  padding: 0px 0px 0px;
}

.contact-form-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-section .form-column .inner-column {
  position: relative;
}

.contact-form-section .form-column h3 {
  margin-bottom: 40px;
}

.contact-form-section .image-column {
  position: relative;
}

.contact-form-section .image-column .inner-column {
  position: relative;
}

/* Contact Us Ends */

.aboutus-text {
  margin: 0px;
  padding: 0;
}

.aboutus-text p {
  margin: 0px;
  padding: 0px;
  margin: 2px 0px;
  line-height: 28px;
}

.mt-20 {
  margin-top: 20px !important;
}

.pl-30 {
  padding-left: 75px;
}

.testimonial-block_three-author span {
  color: #e4af02;
}

@media (max-width: 991px) {
  .mt-30 {
    margin-top: 30px;
  }

  .dis-none {
    display: none;
  }

  .pl-30 {
    padding-left: 13px;
  }

  .contact-info-block_text {
    font-size: 14px;
  }
}

.dropdown-menu {
  min-width: 20rem !important;
}

/*Call & Whatsapp Btn */
.action-btn .btn {
  display: inline-block;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  z-index: 99999;
  padding-top: 2px;
}

.action-btn .btn-whatsapp {
  position: fixed;
  display: inline-block;
  bottom: 130px;
  right: 22px;
  font-size: 2.125rem;
  color: #fff;
  background-color: #258b11;
  z-index: 99999;
  line-height: 44px;
}

.action-btn .btn-call {
  position: fixed;
  display: inline-block;
  bottom: 70px;
  right: 20px;
  color: #fff;
  background-color: #382315;
  z-index: 99999;
  line-height: 44px;
}
/* Call & Whatsapp Btn */

/* .slider .hero-slider:before{
    content:"";
    position:absolute;
    top:-20px;
    right:0;
    width:250px;
    height:250px;
    /* background-image:url("../img/pattern-21.png"); */
/* background-size:100% 100%;
    transition-delay: 1s;
    transform: rotate(-90deg);
    z-index:1;
} */

@media only screen and (min-width: 1200px) {
  .bannertextheight {
    display: none;
  }
}

@media only screen and (min-width: 991px) {
  .bannertextheight {
    display: none;
  }
}

@media only screen and (min-width: 1400px) {
  .bannertextheight {
    display: none;
  }
}

.custom-direction {
  position: relative;
  z-index: 99;
  border-radius: 7px;
  position: absolute;
  right: 626px;
  top: 65%;
  /* -webkit-transform:translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  display: inline-block;
  background: #38231559;
}

.custom-direction a {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
}

.testimonial-three .owl-nav .owl-prev,
.testimonial-three .owl-nav .owl-next {
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  color: #000, #971251;
}

.testimonial-three .owl-nav .owl-prev {
  width: auto;
  height: auto;
  float: left !important;
  transform: translateY(-50%);
}

.testimonial-three .owl-nav .owl-next {
  float: right !important;
  width: auto;
  height: auto;
  transform: translateY(-50%);
}

.slider-button-next,
.slider-button-prev {
  width: 57px !important;
}

/* .testimonial-three .owl-nav .owl-prev {
  position: absolute;
  top: 135px;
  right: -9px;
  background: #fff;
  color: #971251; 
  padding: 8px 16px;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0px 2px 3px #00000091;
} */

.testimonial-three .owl-nav .owl-prev:hover {
  background: #382315;
  color: #fff;
}

.testimonial-three .owl-nav .owl-next:hover {
  background: #382315;
  color: #fff;
}

.navbar-brand h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Audiowide", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.hero-slider {
  width: 100%;
}
.signature {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
}

.signature img {
  width: 59% !important;
  margin-top: 309px;
  margin-left: 162px;
}

.floater {
  position: absolute;
  right: 48px;
  bottom: 50%;
  transform: translateY(50%);
  text-align: right;
  z-index: -1;
}

/*  Smokey static background */
.smoke {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(https://getbutterfly.com/static/flickity-revolution/smoke.gif);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  mix-blend-mode: color-dodge;
}

.aboutimage {
  background: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 82%));
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .aboutimage:before {
  transform: skewY(-5deg);
  transform-origin: 100% 0;
  background: #000;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 600px;
  height: 90px;
  z-index: 5;
  -webkit-backface-visibility: hidden; 
} */

.about-us-container {
  padding-left: 0;
  padding-right: 0;
}

.about-us-container .about-us-inner {
  box-sizing: border-box;
  padding-left: 56px;
  padding-right: 15px;
  /* width: 100%; */
  margin-top: 50px;
}

.about-us-inner p {
  font-family: cursive !important;
  font-size: 18px;
  line-height: 1.9;
  color: #ffffff !important;
  font-style: italic;
  transition: 0.2s;
}

.heading-title h2 {
  font-size: 59px;
  font-family: "poppins", sans-serif;
  color: #fff;
  text-align: center;
}

.scheme_dark body #sb_instagram .sbi_photo:before,
.scheme_dark .widget_instagram_images_item:before {
  border-color: #d71362;
}

/*** Slider Instance **/

.bg-dark {
  background-color: #000000 !important;
}

/* Gallery Started */

.grid {
  column-count: 4;
  column-gap: 5px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.grid-item {
  margin-bottom: 5px;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.grid-item img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.grid-item img:hover {
  transform: scale(1.03);
}

/* Genre STarted */
.genre-img img {
  width: 100%;
  height: 100%;
  padding-top: 0;
  object-fit: fill;
}

.genre-section {
  text-align: center;
  margin: 0px;
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 100px;
}

.genre-card {
  position: relative;
  background: #ffffff12;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  padding: 4px;
  animation: fadeInUp 1s ease;
  backdrop-filter: blur(10px);
}

.genre-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 10px 25px rgba(240, 90, 40, 0.5);
}

/* .genre-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(16, 4, 0, 0) 10%, transparent 70%);
    animation: pulse 5s linear infinite;
    z-index: 0;
  } */

.genre-card span {
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-family: "Charm";
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-floating > label {
  color: #fff !important;
}

/* Events css Started */

.event-section h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 2.5rem;
  border-bottom: 2px solid #e91e63;
  display: inline-block;
  padding-bottom: 10px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.event-card {
  background: #1c1c1c1f;
  border: 1px solid #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(233, 30, 99, 0.2);
  transition: transform 0.3s ease;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(233, 30, 99, 0.4);
}

.event-card h3 {
  margin: 0 0 10px;
  color: #fff;
}

.event-info {
  margin-top: 10px;
}

.event-info p {
  margin: 5px 0;
  font-size: 0.95rem;
  color: #fff;
}

.event-info i {
  margin-right: 8px;
  color: #fff;
}
/* Events Ends */
/* Responsive fix for small screens */
@media (max-width: 600px) {
  .genre-card {
    padding: 5px 10px;
  }
}
/* Genre ENds */

.stroke-text h2 {
  background: -webkit-linear-gradient(
    360deg,
    #fefefb 5%,
    #c70406 53%,
    #fdfdfd 91%
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #04000a !important;
  text-shadow: 1px 1px 45px #e2dee75c;
  font-size: 58px;
}

.youtubeimage {
  background: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 82%)),
    url(../img/bg2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtubeimage1 {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
  background-position-y: 2px;
  cursor: pointer;
  position: relative;
  background-color: rgb(130 130 130 / 22%);
  background-blend-mode: color;
}

.aboutusrightimgyoutube i {
  font-size: clamp(32px, 5vw, 72px);
  display: block;
}

.item .slide-text h2 {
  text-align: center;
  font-size: 67px;
  font-family: "poppins";
  color: #fff;
}

/* slide css */

.stroke-text h3 {
  background: -webkit-linear-gradient(360deg, #8ef10a 46%, #ff0003 54%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #04000a !important;
  text-shadow: 1px 1px 45px #e2dee75c;
  font-size: 80px;
  font-family: "poppins", sans-serif;
  text-align: center;
}

.stroke-text h4 {
  background: -webkit-linear-gradient(360deg, #8ef10a 90%, #ff0003 54%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #04000a !important;
  text-shadow: 1px 1px 45px #e2dee75c;
  font-size: 25px;
  font-family: "poppins", sans-serif;
  text-align: end;
}

.work-profile ul li {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  text-align: start;
  font-size: 55px;
  color: #fff;
  line-height: 1.3;
  font-family: fantasy;
  justify-content: center;
}

.eventimage {
  background: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 82%)),
    url(../img/main_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.events ul li {
  list-style-type: square;
  list-style-position: inside;
  list-style-image: none;
  text-align: start;
  font-size: 55px;
  color: #fff;
  line-height: 1.3;
  font-family: "Audiowide", sans-serif;
  justify-content: center;
}

.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
  margin: 10px;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
  top: -11px;
  color: #fff;
  font-size: 27px;
}
.name {
  margin-bottom: 30px;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

/* About Page */
.page-header {
  background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
    center center no-repeat;
}

.page-header1 {
  background-size: cover;
  background-position: center;
  background-image: url(../img/aboutbg.png);
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: #fff;
}

.about-text h1 {
  font-size: 65px;
  font-family: "Audiowide", sans-serif;
  text-align: center;
  font-weight: 700;
  padding: 40px;
}

.aboutbg {
  background: linear-gradient(rgb(0 0 0 / 90%), rgb(0 0 0 / 82%)),
    url(../img/main_bg.jpg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .bannerbgright {
    z-index: 999;
    /* top: -83px; */
    top: 233px;
    transform: rotate(-6deg);
  }
  .offset-8 {
    margin-left: 0px !important;
  }
  /* .aboutus{

    margin-top: -213px;
  } */
}

/* Counter Css Started */
.counter-section {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.counter-card {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 30%;
}
.counter-card::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 25%;
  height: 50px;
  width: 1px;
  background-color: #fff;
}
.counter-card1 {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 30%;
}
.counter-card1 h3 {
  font-size: 2rem;
  color: #fff;
}
.counter-card1 p {
  font-size: 1rem;
  color: #fff;
}
.counter-card1 h3::after {
  content: "+";
  margin-right: 5px;
}
.counter-card h3 {
  font-size: 2rem;
  color: #fff;
}
.counter-card p {
  font-size: 1rem;
  color: #fff;
}

.counter-card h3::after {
  content: "+";
  margin-right: 5px;
}
/* Counter Css Ends */

/* 19-05 */
.locations-section {
  padding: 60px 10%;
  text-align: center;
  background-color: #ffffff;
}

.locations-section h2 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
}

.location-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 0;
}

.location-grid-item {
  background: rgba(255, 255, 255, 0.021);
  border: 1px solid #ddd;
  padding: 15px 20px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  font-size: 18px;
}

.location-grid-item i {
  color: #e74c3c;
  margin-right: 10px;
}

.owl-nav {
  position: absolute;
  left: 15px;
  top: 50%;
  right: 15px;
  margin-top: -20px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: relative;
  float: left;
  background: #fff;
  color: #000;
  padding: 15px 20px !important;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0px 2px 3px #0000001a;
  bottom: 130px !important;
  right: 0px;
  border: 1px solid #fff;
}

.owl-carousel .owl-nav button.owl-next {
  position: relative;
  float: right !important;
  background: #fff;
  color: #000;
  padding: 15px 20px !important;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0px 2px 3px #0000001a;
  bottom: 130px !important;
  left: 0px;
  border: 1px solid #fff;
}

/*** 

====================================================================
	Video One
====================================================================

***/

.video-one {
  position: relative;
  padding: 0;
}

.video-one .image::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0.9;
  background-color: #ffffff05;
}

.video-one .image {
  position: relative;
}

.video-one .image img {
  position: relative;
  width: 100%;
  display: block;
}

.video-one_play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: #f80103;
  font-size: 30px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
}

.res-disblock {
  display: none;
}

.videobox {
  margin: 0px;
  padding: 20px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 50%;
  display: none;
}

.videoboxyoutube {
  margin: 0px;
  padding: 0px;
}

.videoyoutubeclose {
  margin: 0px;
  padding: 0px;
  text-align: right;
  cursor: pointer;
}

.videoyoutubeclose h4 {
  font-size: 18px;
  color: #f70404;
  margin-top: 15px;
}

.videoyoutubedis {
  display: block;
}

/*--------aboutimgheight 22.05.2025------*/

.aboutimgheight {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.biography {
  margin: 0px;
  padding: 0px;
}

.biography img {
  margin-top: 40px;
}

/*responsive*/

@media (max-width: 991px) {
  .res-disblock {
    display: block;
  }

  .dis-none {
    display: none;
  }

  .resbanner {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    position: relative;
  }

  .resbannertext {
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: absolute;
    top: 79%;
    left: 66px;
    z-index: 1;
    transform: rotate(-20deg);
  }

  .resbannertext h2 {
    color: white;
    font-size: 43px;
    margin-top: 30px;
    font-family: cursive !important;
  }

  .resbanner-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: url(../img/about.png);
    margin-top: -79px;
  }

  .videobox {
    width: 100%;
  }

  .page-header1 {
    display: flex;
  }

  .page-header1 h1 {
    font-size: 20px;
    margin-right: 60px !important;
  }

  .aboutimgheight {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }

  .counter-card1 h3 {
    font-size: 3rem;
  }
  .counter-card1 p {
    font-size: 2rem;
  }

  .counter-card h3 {
    font-size: 3rem;
  }
  .counter-card p {
    font-size: 2rem;
    color: #fff;
  }
  .biography img {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 678px) {
  .navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
  }
  .page-header {
    height: 112px;
  }

  .location-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(129px, 2fr));
    gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .location-grid-item {
    background: rgba(255, 255, 255, 0.021);
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .pt5 {
    padding-top: 1rem !important;
  }
  #overlay img {
    width: 60%;
  }
  .offset-1 {
    margin-left: 0 !important;
  }
  .grid {
    column-count: 2;
    column-gap: 5px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .about-us-container .about-us-inner {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    /* width: 100%; */
    margin-top: 20px !important;
  }

  .bannerbgleft img {
    width: 100%;
    display: block;
    min-height: 530px;
    object-fit: cover;
  }

  .genre-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(171px, 1fr));
    gap: 12px;
    margin-top: 10px !important;
  }

  .youtubeimage1 {
    margin: 0px;
    padding: 20px;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    background-color: rgb(130 130 130 / 22%);
    background-blend-mode: color;
  }

  .events ul li {
    list-style-type: square;
    list-style-position: inside;
    list-style-image: none;
    text-align: start;
    font-size: 35px;
    color: #fff;
    line-height: 1.3;
    font-family: "Audiowide", sans-serif;
    justify-content: center;
  }

  .work-profile ul li {
    list-style-type: square;
    list-style-position: inside;
    text-align: start;
    font-size: 35px;
    color: #fff;
    line-height: 1.3;
    font-family: fantasy;
  }

  .move-down {
    order: 2 !important;
  }
  .move-up {
    order: 1 !important;
  }

  .about-text h1 {
    font-size: 40px !important;
    font-family: "Audiowide", sans-serif;
    text-align: center;
    font-weight: 700;
  }
  .bannerbgright h2 {
    font-size: 80px !important;
    color: #fff;
    font-family: "cursive";
  }

  .location-card {
    flex: 1 1 calc(50% - 20px);
    padding: 9px !important;
    min-width: 100px !important;
  }

  .location-name {
    font-size: 14px;
    color: #fff;
    font-family: "poppins", sans-serif;
  }
  .item .slide-text h2 {
    font-size: 15px;
  }
  .contact-form-one .inner-container {
    position: relative;
    padding: 30px 10px;
    background-color: rgb(231, 238, 249);
    background-position: left bottom;
    background-repeat: no-repeat;
  }

  .bannertextheight {
    margin: 0 !important;
    position: relative !important;
    text-align: center !important;
    padding: 10px !important;
    display: block !important;
  }

  .sec-title_heading {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: #ab8e73;
    font-size: clamp(20px, 5vw, 52px) !important;
    padding-bottom: 15px;
    text-align: center;
  }
  .custom-direction .custom-prev .custom-next {
    display: none;
  }
  .event-section h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 2px solid #e91e63;
    display: inline-block;
    padding-bottom: 10px;
  }
  .stroke-text h3 {
    background: -webkit-linear-gradient(360deg, #8ef10a 46%, #ff0003 54%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #04000a !important;
    text-shadow: 1px 1px 45px #e2dee75c;
    font-size: 45px;
    font-family: "poppins", sans-serif;
    text-align: center;
  }
  .heading-title h2 {
    font-size: 45px;
    font-family: "poppins", sans-serif;
    color: #fff;
    text-align: center;
  }
  .counter-section {
    flex-direction: column;
    align-items: center;
  }
  .counter-card {
    width: 100%;
    margin-bottom: 0px;
  }
  .counter-card1 {
    width: 100%;
    margin-bottom: 0px;
  }
  .counter-card::after {
    display: none;
  }
  .stroke-text h4 {
    text-align: center;
  }
  .offset-2 {
    margin-left: 0px !important;
  }
}

/* Call & whatsapp button  */

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 30px;
  bottom: 62px;
  background: #b70202;
  width: 50px;
  height: 50px;
  padding: 11px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}
.call-buton .cc-calto-action-ripple:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2),
      0 0 0 0 rgba(236, 0, 0, 0.2), 0 0 0 5px rgba(236, 0, 0, 0.2),
      0 0 0 10px rgba(236, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2), 0 0 0 0 rgba(236, 0, 0, 0.2),
      0 0 0 5px rgba(236, 0, 0, 0.2), 0 0 0 10px rgba(236, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2),
      0 0 0 5px rgba(236, 0, 0, 0.2), 0 0 0 10px rgba(236, 0, 0, 0.2),
      0 0 0 20px rgba(236, 0, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2), 0 0 0 5px rgba(236, 0, 0, 0.2),
      0 0 0 10px rgba(236, 0, 0, 0.2), 0 0 0 20px rgba(236, 0, 0, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2),
      0 0 0 0 rgba(236, 0, 0, 0.2), 0 0 0 5px rgba(236, 0, 0, 0.2),
      0 0 0 10px rgba(236, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2), 0 0 0 0 rgba(236, 0, 0, 0.2),
      0 0 0 5px rgba(236, 0, 0, 0.2), 0 0 0 10px rgba(236, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2),
      0 0 0 5px rgba(236, 0, 0, 0.2), 0 0 0 10px rgba(236, 0, 0, 0.2),
      0 0 0 20px rgba(236, 0, 0, 0);
    box-shadow: 0 4px 10px rgba(236, 0, 0, 0.2), 0 0 0 5px rgba(236, 0, 0, 0.2),
      0 0 0 10px rgba(236, 0, 0, 0.2), 0 0 0 20px rgba(236, 0, 0, 0);
  }
}

.whatsapp i {
  position: relative;
  z-index: 20;
  top: 11px;
  font-size: 30px;
}
.whatsapp {
  position: fixed;
  cursor: pointer;
  display: block;
  width: 52px !important;
  height: 52px;
  bottom: 8rem;
  right: 27px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}

.whatsapp:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}
.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.whatsapp a {
  color: #fff;
}
