@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "baloobhai2";
  src: url("../fonts/baloobhai2/static/BalooBhai2-Regular.ttf")
    format("truetype");
}

.overflowhidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

body {
  font-family: "Montserrat";
  background: #f6efe4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

.guj-font {
  font-family: "baloobhai2";
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal {
  display: none;
}

.form-select:focus {
  box-shadow: none;
  border-color: #d97706;
}

.invitation-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Baloo Bhai 2", sans-serif;
}

/* --------head-top-------- */

.head-top {
  background: #724128;
  padding: 6px 15px;
  color: #e5d3b3;
  font-family: Arial, sans-serif;
  /* height: 50px; */
  width: 100%;
  color: white;
  font-size: 16px;
}

.height {
  height: 30px;
}

.head-top a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.head-top a:hover {
  color: #f8f9fa;
}

.social-icons a {
  margin-left: 15px;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

.email {
  display: flex;
  align-items: center;
}

.email i {
  margin-right: 5px;
}

.divider {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 20px;
  margin: 0 10px;
}

.maxWidth1920px {
  max-width: 1920px;
  margin: 0 auto;
}

/* --------header----------- */

.header.custome-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header.custome-header.active {
  box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  top: -42px;
}

.navbar {
  width: 100%;
  height: 108px;
  transition: all 0.3s ease-in-out;
}

.navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  height: 100%;
}

.navbar-brand {
  display: block;
}

.logo {
  width: 92px;
  position: absolute;
  left: 15px;
  top: 0;
  transform: scale(1.7);
  transform-origin: top left;
  transition: all 0.3s ease-in-out;
}

.header-img-middel {
  position: absolute;
  width: auto;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.ch-style-normall .logo {
  transform: scale(1);
}

.header.custome-header.active .logo {
  transform: scale(1);
}

.header.custome-header.active .header-img-middel {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s 1s ease-in-out;
}

.custom-btn {
  background-color: #b75811;
  border: none;
  color: white;
  border-radius: 50px;
  padding: 6px 14px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Baloo Bhai 2", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.navbar-inner-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.custom-btn:hover {
  background-color: #df6000;
}

.btn {
  background-color: #d97706;
  color: white;
  border: none;
}

.btn:hover {
  background-color: #ac5c00;
  color: white;
  border: none;
}

/* .btn-header{
  border-radius: 20px;
} */

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: none !important;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.navbar-nav .nav-link:hover {
  background-color: #d9770647;
  color: white;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  background-color: #d97706 !important;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none;
  border-color: #c48c46;
}

@media (max-width: 992px) {
  .navbar-nav .nav-link,
  .navbar-nav .nav-link.active {
    padding-left: 10px;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .navbar-collapse {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
}

@media (max-width: 576px) {
  .header-img-middel {
    height: 60px;
  }
}

@media (max-width: 450px) {
  .header-img-middel {
    display: none;
  }
}

.hero-section {
  position: relative;
  max-width: 1920px;
  display: block;
  margin: auto;
}

@media screen and (min-width: 1921px) {
  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      90deg,
      #f6efe4,
      transparent,
      transparent,
      transparent,
      #f6efe4
    );
  }
}

.hero-section .hs-img {
  width: 100%;
}

.hero-section .hs-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 80px 15px 80px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    transparent,
    transparent,
    transparent,
    transparent,
    #f6efe4
  );
}

.hero-section .hs-data .hs-d-top-img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}

.hero-section .hs-data .hs-d-bottom-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

.hero-section .hs-data .hs-d-bottom-left-img {
  position: absolute;
  left: 8%;
  bottom: 7%;
  right: 15px;
  width: 20%;
}

.hs-d-bottom-bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1920px;
  margin: auto;
  margin-top: -100px;
  z-index: 1;
  padding: 15px;
  gap: 15px;
}

.hs-d-bottom-bx .hdb-outer-bx {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.hs-d-bottom-bx .hdb-lable-icon,
.hs-d-bottom-bx .hdb-item {
  color: #2e2e6b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-family: "Baloo Bhai 2", sans-serif;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  justify-content: center;
}

.hs-d-bottom-bx .hdb-item svg {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  object-position: center;
  object-fit: contain;
}

.hs-d-bottom-bx .hdb-item .hli-other svg {
  width: 22px;
  height: 22px;
}

.hs-d-bottom-bx a.hdb-item:hover,
.hs-d-bottom-bx .hdb-lable-icon {
  color: #b52831;
}

.menu-icon-bx {
  width: 40px;
  height: 36px;
  flex: 0 0 40px;
  display: none;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  /* border-radius: 50%; */
  cursor: pointer;
  border: 1px solid #f6efe4;
  padding: 5px;
  border-radius: 5px;
}

.menu-icon-bx span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  opacity: 0.8;
  background-color: #f6efe4;
  transition: 0.3s ease-in-out;
  margin-left: auto;
}

/* .menu-icon-bx span:first-child,.menu-icon-bx span:nth-child(3) {
  width: 100%;
} */

.menu-icon-bx.active,
.menu-icon-bx:hover {
  background: #b75911;
  border: 1px solid #b75911;
}

.menu-icon-bx.active span,
.menu-icon-bx:hover span {
  background: white;
}

.menu-icon-bx.active span:first-child {
  width: 50%;
  margin-left: auto;
}

.menu-icon-bx.active span:nth-child(2) {
  width: 90%;
}

.menu-icon-bx.active span:nth-child(3) {
  width: 50%;
  margin-left: inherit;
  margin-right: auto;
}

/* ------ event-section ------ */

.bg-event-img {
  position: relative;
  padding: 170px 0 80px;
  color: white;
  background-image: url("/img/gps/cSC.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1;
}

.vdzvadv {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.bg-event-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%) !important;
  z-index: -1;
}

.event-section {
  padding: 0px 0 !important;
}

.social-icons a {
  color: white;
  margin: 0 10px;
  font-size: 20px;
}

.social-icons img {
  height: 30px;
  width: 30px;
  transition: transform 0.3s ease-in-out;
}

.social-icons img:hover {
  transform: translateY(-3px);
}

.c-white {
  max-width: 600px;
}

.mobile-info {
  text-align: right;
}

.mobile-info a {
  color: white;
  text-decoration: none;
  margin-left: 10px;
}

.mobile-no {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
  font-family: "Baloo Bhai 2", sans-serif;
  font-weight: 700;
}

.mobile-no img {
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.mobile-no span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer {
  background-color: #c0022f;
  color: white;
  padding: 20px 0;
  margin-top: auto;
}

.footer-container {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  body {
    overflow: auto;
  }

  .footer .d-flex {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .d-flex.gap-3 {
    gap: 1rem;
  }

  .social-icons {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .row.justify-content-center {
    flex-direction: column;
    text-align: center;
  }

  .footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .footer .social-icons {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .footer .mobile-no {
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .mobile-no {
    gap: 5px;
  }
  .social-icons img {
    width: 30px;
    height: 30px;
  }

  .social-icons {
    gap: 20px;
  }

  .footer .mobile-no img {
    height: 22px;
    width: 22px;
  }
  .footer span {
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .mobile-no span {
    font-size: 12px;
  }
  .social-icons img {
    width: 30px;
    height: 30px;
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-container {
  position: relative;
  width: 150px;
  height: 150px;
}

.loader-logo {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  border-top: 4px solid #d97706;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.content {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
}

.content.show {
  opacity: 1;
  filter: blur(0px);
}

/* -------------------------------gallery-css------------------------------------- */

.text-amber-900 {
  color: #78350f;
}

.text-amber-800 {
  color: #92400e;
}

.btn-amber {
  background-color: #d97706;
  color: white;
  border: none;
  transition: all 0.3s ease;
}

.btn-amber:hover {
  background-color: #b45309;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(215, 119, 6, 0.3);
}

.category-btn {
  transition: all 0.3s ease;
  font-weight: 500;
}

.category-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.title-underline {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f59e0b;
  border-radius: 2px;
}

.gallery-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: none;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-img-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card-title {
  text-align: center;
}

.card-text {
  text-align: center;
}

.gallery-card:hover .card-img-top {
  transform: scale(1.1);
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.2),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .img-overlay {
  opacity: 1;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: white;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.gallery-card:hover .overlay-content {
  transform: translateY(0);
}

.category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #f59e0b;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.gallery-card:hover .category-badge {
  opacity: 1;
  transform: translateY(0);
}

/* Animation for gallery items */
.gallery-item {
  animation: fadeIn 0.5s ease forwards;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation delay for gallery items */
.gallery-item:nth-child(1) {
  animation-delay: 0.1s;
}
.gallery-item:nth-child(2) {
  animation-delay: 0.2s;
}
.gallery-item:nth-child(3) {
  animation-delay: 0.3s;
}
.gallery-item:nth-child(4) {
  animation-delay: 0.4s;
}
.gallery-item:nth-child(5) {
  animation-delay: 0.5s;
}
.gallery-item:nth-child(6) {
  animation-delay: 0.6s;
}
.gallery-item:nth-child(7) {
  animation-delay: 0.7s;
}
.gallery-item:nth-child(8) {
  animation-delay: 0.8s;
}

.modal-content {
  border-radius: 16px;
  overflow: hidden;
  border: none;
}

.modal-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: transparent;
}

.btn-close {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin: 1rem;
  opacity: 0.8;
  transition: transform 0.3s ease-in-out;
}

.btn-close:hover {
  opacity: 1;
  transform: rotate(360deg);
}

.btn-close:focus {
  box-shadow: none !important;
}

.modal-footer {
  border-top: none;
  padding: 1rem 1.5rem;
}

@media (max-width: 992px) {
  .btn-header {
    margin-top: 5px;
  }

  .ab-wel-tit {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .head-top-icon {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 576px) {
  .title-underline {
    bottom: -4px;
    height: 3px;
  }

  .overlay-content {
    padding: 0.5rem;
  }

  .category-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .head-top-icon {
    gap: 0 !important;
  }

  .email {
    display: none;
  }
}

/* hero-section  */

.event-section .container {
  align-items: center;
}

.details {
  text-align: center;
  margin: 0px auto;
}

.container h1 {
  font-size: 42px;
}

.container h3 {
  font-size: 24px;
}

.container p:not(.common-text) {
  padding-top: 10px;
  font-size: 24px;
}

/* slider-css  */

#profileCarousel .carousel-inner {
  display: flex;
}
#profileCarousel .carousel-item {
  transition: transform 0.5s ease-in-out;
}

.section-title {
  color: #724128;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.floral-divider {
  text-align: center;
  margin-bottom: 40px;
}

.floral-divider img {
  max-width: 200px;
}

.profile-card {
  position: relative;
  padding: 15px;
  margin: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.profile-item h5 {
  font-size: 26px;
}

.profile-item p {
  font-size: 18px;
}

.sidebar {
  z-index: 1050;
}

.profile-card:hover {
  transform: translateY(-5px);
}

.profile-card:hover .profile-image {
  transform: scale(1.1);
}

.profile-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d97706;
  color: white;
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  opacity: 0;
}

.gallery-card:hover .profile-details {
  transform: translateY(0);
  opacity: 1;
}

.gallery-card:hover .card-title {
  opacity: 0;
}

.gallery-card:hover .card-text {
  opacity: 0;
}

.profile-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-info {
  font-size: 0.5rem;
}

.profile-image {
  width: 200px;
  display: block;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.profile-id {
  color: #6b4423;
  font-weight: 500;
}

.profile-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6b4423;
  margin: 10px 0;
}

.profile-birth {
  color: #666;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #f8d07e;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: -30px;
}

.carousel-control-next {
  right: -25px;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #d9770647;
  transition: background-color 0.3s ease-in-out;
}

.carousel-control-prev:hover {
  background-color: #d97706;
}

.carousel-control-next:hover {
  background-color: #d97706;
}

@media (max-width: 578px) {
  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0px;
  }
}

/* -------------contact-css---------- */

.contact-section-title {
  background: #d9770647;
  padding: 190px 0 80px;
  position: relative;
  overflow: hidden;
}

.left-part {
  background: linear-gradient(45deg, #f2d184, #ffeeb2 80%);
}

.contact-card {
  color: #66451c;
}

.contact-title {
  color: #0c0c0c;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.card-title {
  color: #d97706;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.5rem;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15px;
}

.address-title {
  font-size: 20px !important;
  margin-top: 10px;
}

.contact-info {
  margin-bottom: 10px;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.contact-text {
  font-size: 1.1rem;
  color: #555;
}

.address-text {
  line-height: 1.8;
}

.people-illustration {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  opacity: 0.3;
  pointer-events: none;
}

.form-control:focus {
  border-color: #c48c46;
  box-shadow: none !important;
}

.contact-social-icons {
  gap: 1rem !important;
}

@media (max-width: 992px) {
  .contact-social-icons {
    gap: 0px !important;
  }
}

/* -----------Map-css-------- */

.map-container {
  width: 100%;
  height: 400px;
}

.google-map {
  width: 100%;
  height: 100%;
  border: 0;
}

.pg-abo-ab-team {
  padding: 0 0 100px 0;
}

.ab-team {
  float: left;
  width: 100%;
}

.home-tit {
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

.home-tit p {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  color: #c48c46;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: var(--tit-font);
}

.home-tit .leaf1 {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 200px;
  height: 51px;
}

.home-tit .leaf1::before {
  right: 0;
  animation: 5s linear 1s infinite alternate none running leaffly;
}

.home-tit .leaf1::after,
.home-tit .leaf1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 106px;
  background: url(../images/leaf/1.png) 0 0 / 100% no-repeat;
  top: -5px;
  transition: all 0.4s ease-in-out 0s;
}

.about-logo {
  width: 280px;
  height: auto;
}

/* ------------animation------- */

.leaf1 {
  position: relative;
  margin: 0 auto;
  display: table;
  width: 200px;
  height: 51px;
  font-size: 22px;
  font-weight: 400;
  padding: 0 6px;
  text-transform: uppercase;
  font-family: var(--tit-font);
  color: #fff;
}

.leaf1::before,
.leaf1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 106px;
  background: url(/img/leaf/1.png) 0 0 / 100% no-repeat;
  top: -5px;
  transition: all 0.4s ease-in-out;
}

.leaf1::before {
  right: 0;
  animation: leaffly 5s linear infinite alternate;
}

.leaf1::after {
  left: 0;
  transform: scaleX(-1);
  animation: leaffly1 5s linear infinite alternate;
}

/* Keyframes for right leaf */
@keyframes leaffly {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg) translateY(5px);
  }
  100% {
    transform: rotate(-10deg) translateY(-5px);
  }
}

/* Keyframes for left leaf */
@keyframes leaffly1 {
  0% {
    transform: scaleX(-1) rotate(0deg);
  }
  50% {
    transform: scaleX(-1) rotate(-10deg) translateY(5px);
  }
  100% {
    transform: scaleX(-1) rotate(10deg) translateY(-5px);
  }
}

/* ---------Gallery-css---------- */

.masonry-gallery {
  column-count: 4;
  column-gap: 10px;
}

.masonry-gallery a {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.masonry-gallery a:hover {
  color: #000;
}

.masonry-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: filter 0.3s ease-in-out;
}

.lg-backdrop {
  background: rgba(0, 0, 0, 0.85) !important;
}

.lg-container .lg-item {
  opacity: 0.3;
  transition: opacity 0.3s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100vh !important;
}

.lg-container .lg-current {
  opacity: 1 !important;
}

.lg-container .lg-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.lg-container .lg-img-wrap img {
  max-height: 85vh !important;
  object-fit: contain !important;
  margin: 0px 0px 50px 0px !important;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: filter 0.3s ease-in-out;
}

.image-container:hover img {
  filter: brightness(0.7);
}

.preview-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.preview-icon i {
  font-size: 24px;
}

.image-container:hover .preview-icon {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .masonry-gallery {
    column-count: 3;
  }
}

@media screen and (max-width: 768px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media screen and (max-width: 480px) {
  .masonry-gallery {
    column-count: 1;
  }
}

/* -----------footer-css----------- */

.footer-section {
  background-color: #724128;
  padding: 50px 0 20px;
  color: #f0e9d6;
}

.footer-links h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #f0e9d6;
}

.footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #f0e9d6;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  /* color: #d97706; */
  color: white;
}

.social-media-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-column h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #f0e9d6;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f0e9d6;
  color: #724128;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-social-icons a:hover {
  transform: translateY(-3px);
}


.quick-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-links .vr {
  display: none;
}

@media (max-width: 768px) {
  .social-media-column {
    align-items: start;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding-left: 10px;
  }

  .quick-links {
    align-items: start;
  }

  .footer-links ul {
    display: flex;
    gap: 10px;
  }

  .quick-links .vr {
    display: block;
    height: 28px !important;
  }
}

/* ---------modal-css--------- */

/* Input field focus effect */
.form-control:focus {
  border-color: #ff7e5f !important;
  box-shadow: 0 0 10px rgba(255, 126, 95, 0.5) !important;
}

/* Customizing the modal */
.modal-content {
  border-radius: 15px;
  overflow: hidden;
}

/* Improve button effect */
.btn:hover {
  opacity: 0.9;
}

/* Responsive improvements */
@media (max-width: 576px) {
  .modal-content {
    border-radius: 10px;
  }
}

.modal-backdrop {
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.3) !important;
  opacity: 1 !important;
}

.modal-header-register {
  justify-content: flex-start !important;
}

.modal-title-register {
  flex-grow: 1;
  text-align: left;
}

#registerModalLabel {
  color: #d97706 !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #d97706;
  border-color: #d97706;
}

.telephone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 10px;
}

.telephone-no {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 992px) {
  .telephone {
    gap: 0;
  }

  .telephone-no {
    gap: 0;
  }
}

@media (max-width: 576px) {
  .telephone {
    gap: 10px;
  }

  .telephone-no {
    gap: 10px;
  }
}

.gallery-container {
  margin-bottom: 3rem !important;
}

.fa-envelope:before {
  content: "\f0e0";
  color: white !important;
}

/* === Side menu css start ==== */

@media screen and (min-width: 993px) {
  .overlaydiv,
  .side-menu-bx {
    display: none;
  }
}

.side-menu-bx {
  width: 320px;
  position: fixed;
  top: 0px;
  right: 0;
  height: 100%;
  z-index: 1026;
  background-color: white;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.side-menu-bx.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.smb-logo-bx {
  background-color: #fafafa;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid #0000000d;
}

.smb-logo-bx .smb-logo-link {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1px;
  margin: auto;
}

.smb-logo-bx .smb-logo-link img.logo-img {
  width: auto;
  height: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s all 0.5s ease;
  -o-transition: 0.3s all 0.5s ease;
  -moz-transition: 0.3s all 0.5s ease;
  transition: 0.3s all 0.5s ease;
}

.side-menu-bx.active .smb-logo-bx .smb-logo-link img.logo-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.smb-menu-bx {
  height: -webkit-calc(100% - 140px);
  height: -moz-calc(100% - 140px);
  height: calc(100% - 140px);
  max-height: -webkit-calc(100% - 140px);
  max-height: -moz-calc(100% - 140px);
  max-height: calc(100% - 140px);
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 140px;
  overflow: auto;
  background-color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.smb-menu-bx::-webkit-scrollbar {
  display: none;
}

.smb-menu-bx ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 0px;
  list-style: none;
  padding-bottom: 50px;
}

.smb-menu-bx ul .smb-nav-lable {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: block;
  padding: 10px 0px;
  margin: 0 15px;
}

.smb-menu-bx ul .smb-nav-lable::before,
.smb-menu-bx ul .smb-nav-lable::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 20px;
  height: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgb(63, 59, 69);
}

.smb-menu-bx ul .smb-nav-lable::before {
  left: inherit;
  right: 0;
  top: 100%;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  background-color: rgb(63, 59, 69);
}

.smb-menu-bx ul li {
  margin: 0px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.side-menu-bx.active .smb-menu-bx ul li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -moz-transition-delay: 1s;
  transition-delay: 1s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(8) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(9) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(10) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(11) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.side-menu-bx.active .smb-menu-bx ul li:nth-child(12) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.smb-menu-bx ul li .smb-link {
  padding: 0px 20px 0px 20px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-decoration: none;
  position: relative;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: black;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.smb-menu-bx ul li:not(:last-child) .smb-link:after {
  content: "";
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 16px;
  bottom: 0;
  height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: rgba(0, 0, 0, 0.05);
}

.smb-menu-bx ul li .smb-link:hover {
  opacity: 1;
  color: #b75811;
}

.smb-menu-bx ul li .smb-link.active {
  opacity: 1;
  color: #b75811;
}
/* === Side menu css end ==== */

/* === Overlaydiv css start === */
.overlaydiv {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00000080;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
  cursor: pointer;
  margin: 0 !important;
  z-index: 1024;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.over-body .overlaydiv,
.overlaydiv.active {
  visibility: visible;
  opacity: 1;
}
/* === Overlaydiv css end === */

/* === Close button css start === */
.close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  /* color: white; */
  padding: 4px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.close-icon.ci-right-icon {
  right: inherit;
  left: 10px;
}

.close-icon.ci-style2 {
  -webkit-box-shadow: 0 0 0 5px #f5f5f5;
  -moz-box-shadow: 0 0 0 5px #f5f5f5;
  box-shadow: 0 0 0 5px #f5f5f5;
  background: white;
  right: 10px;
  top: 10px;
}

.close-icon:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  background: white;
  color: #d11c21;
  opacity: 1;
}
/* === Close button css end === */

.navbar-toggler.menu-icon-bx {
  border-color: #ffffff69;
  border-width: 1.4px;
}

.navbar-toggler.menu-icon-bx:hover {
  border-color: #b75811;
  background-color: #b75811;
}

.navbar-toggler.menu-icon-bx .navbar-toggler-icon {
  filter: invert(1);
}

.navbar-toggler.menu-icon-bx:hover .navbar-toggler-icon {
  filter: invert(1) brightness(2);
}

.footer-heading {
  font-family: "Baloo Bhai 2", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-info-heading {
  font-family: "Baloo Bhai 2", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}

.footer-info-text {
  /* font-family: "Baloo Bhai 2", sans-serif; */
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  display: inline-block;
  color: white;
  text-decoration: none;
  line-height: 1.7;
}

a.footer-info-text:hover {
  opacity: 1;
  text-decoration: underline;
}

.fit-outer {
  display: flex;
  column-gap: 10px;
  row-gap: 6px;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .fit-outer.fd-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer-heading,
  .footer-info-text,
  .footer-info-heading {
    text-align: center;
    display: block;
  }

  .footer-social-icons,
  .fit-outer {
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .menu-icon-bx {
    display: flex;
  }

  .hero-section .hs-data .hs-d-bottom-img {
    max-width: 160px;
  }

  .logo {
    transform: scale(1);
  }

  .hero-section .hs-data {
    padding-top: 38%;
    background-image: linear-gradient(
      180deg,
      #00000052,
      #00000052,
      #00000052,
      #00000052,
      #f6efe4
    );
  }

  .hero-section .hs-data .hs-d-top-img {
    filter: invert(1) grayscale(1) brightness(1.5);
  }
}

@media screen and (max-width: 768px) {
  .hs-d-bottom-bx .hdb-lable-icon,
  .hs-d-bottom-bx .hdb-item {
    font-size: 16px;
  }

  .section-title {
    font-size: 2rem;
  }

  .hs-d-bottom-bx .hdb-item svg {
    width: 18px;
    height: 18px;
  }

  .hs-d-bottom-bx .hdb-item .hli-other svg {
    width: 17px;
    height: 17px;
  }
  .hs-d-bottom-bx {
    margin-top: -40px;
  }
}

@media screen and (max-width: 576px) {
  .hdb-lable-icon.cvdzvsd {
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .hero-section .hs-data .hs-d-top-img {
    max-width: 300px;
  }

  .hero-section .hs-img {
    height: 576px;
    object-fit: cover;
    object-position: top center;
  }

  .hero-section .hs-data .hs-d-bottom-img {
    max-width: 120px;
  }

  .hero-section .hs-data {
    padding: 80px 15px 35px;
    padding-top: 230px;
  }
}

@media screen and (max-width: 390px) {
  .hs-d-bottom-bx .hdb-lable-icon,
  .hs-d-bottom-bx .hdb-item {
    font-size: 14px;
  }
}

.members-slide-item {
  width: 100%;
  display: block;
  padding: 20px;
  cursor: pointer;
}

.members-slide-item .msi-img {
  padding-top: 100%;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.members-slide-item .msi-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotation 20s infinite linear;
  -webkit-animation: rotation 20s infinite linear;
  border-radius: 50%;
}

.members-slide-item .msi-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
}

.members-slide-item h5 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: rgba(0, 0, 0);
  font-weight: 500;
}

.members-slide-item p {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 0;
  margin-top: 5px;
  font-weight: 500;
}

/* --- Owl nav css start --- */
.owl-style-nav {
  padding: 0 25px;
}

.owl-style .owl-prev,
.owl-style .owl-next {
  width: 40px !important;
  height: 40px !important;
  margin: 0 5px;
  background-color: rgb(253, 253, 253) !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  font-size: 28px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #724128 !important;
  -webkit-box-shadow: 0 0px 24px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0px 24px rgb(0 0 0 / 20%);
  box-shadow: 0 0px 24px rgb(0 0 0 / 20%);
  z-index: 1;
}

.owl-style .owl-nav {
  margin: 0 !important;
}

.owl-style .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-style .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-style .owl-next svg {
  width: 25px;
  height: 25px;
  position: relative;
  right: -1px;
}

.owl-style .owl-prev svg {
  width: 25px;
  height: 25px;
  position: relative;
  left: -1px;
}

.owl-style .owl-prev:hover,
.owl-style .owl-next:hover {
  background-color: #724128 !important;
  border-color: transparent !important;
  color: white !important;
  opacity: 1;
}
/* --- Owl nav css end --- */

@media screen and (max-width: 992px) {
  .owl-style .owl-nav .owl-next {
    position: static;
  }

  .owl-style .owl-nav .owl-prev {
    position: static;
  }
}

.form-label {
  font-size: 14px !important;
  margin-bottom: 6px !important;
}

.members-page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.members-page-section .mps-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

@media (max-width: 992px) {
  .members-page-section .mps-item {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media (max-width: 768px) {
  .members-page-section .mps-item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 576px) {
  .members-page-section .mps-item {
    flex: 0 0 50%;
    width: 50%;
  }
}

/* --- --- */
.invitation-gallery {
  display: flex;
  flex-wrap: wrap;
}

.invitation-gallery .ig-item {
  width: 20%;
  flex: 0 0 auto;
  padding: 10px;
}

.invitation-gallery .ig-item a {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px -15px #724128;
  border: 2px solid #c5a05d;
  color: white;
}

.invitation-gallery .ig-item a .ig-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000048;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.invitation-gallery .ig-item a .ig-over .ig-icon{
  width: 44px;
  height: 44px;
  background-color: #c5a15dc9;
  border-radius: 50%;
  padding: 8px;
}

.invitation-gallery .ig-item a .ig-over .ig-icon svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.invitation-gallery .ig-item a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.invitation-gallery .ig-item a:hover img {
  transform: scale(1.1);
}

.invitation-gallery .ig-item a:hover .ig-over {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:992px) {
  .invitation-gallery .ig-item {
    width: 33.33%;
  }
}

@media screen and (max-width:576px) {
  .invitation-gallery .ig-item {
    width: 50%;
  }
}
/* --- --- */



/* --- --- */
.common-heading{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Baloo Bhai 2", sans-serif;
}

.common-text{
  font-size: 18px;
  font-size: 400;
  font-family: "Baloo Bhai 2", sans-serif;
}
/* --- --- */



/* --- Footer copyright & mede-with section Css start --- */
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 0;
  margin-top: 16px;
}

.copyright {
  color: white;
  opacity: 0.8;
  font-size: 14px;
}

.mede-with {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin: 0;
  font-weight: 400;
}

.mede-with a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.mede-with a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
/* --- Footer copyright & mede-with section css end --- */



/* --- --- */
.youtube-video{
  max-width: 768px;
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background-color: lightgray;
}

.youtube-video iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
/* --- --- */