/* General Styles */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fefbf3;
  line-height: 1.6;
  padding: 0 !important;
  margin: 0;
  overflow: auto !important;
  font-weight: 300;
}

.container {
  max-width: 1230px;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
}

.section-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
  color: #d44820;
  position: relative;
  /* padding-bottom: 15px; */
}

.common-sec {
  padding-block: 60px;
}

/* .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #d4af37;
} */

/* Header Styles */
.header {
  background-image: url('../images/header-bg.png');
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.navbar-expand-lg {
  padding-block: 9px;
}

.navbar-brand {
  padding-block: 0;
}

.navbar-brand .logo {
  height: 63px;
}

.navbar-nav {
  align-items: center;
}

.nav-link {
  color: #fff !important;
  font-weight: 400;
  padding: 5px 20px !important;
  margin: 0 5px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.nav-link:hover {
  color: #ffe29a !important;
}

.nav-link.active {
  color: #ffe29a !important;
  font-weight: 400;
}

.register-btn {
  background-color: #ffe29a;
  border-radius: 5px;
  color: #333 !important;
  font-weight: 400 !important;
  padding: 8px 20px !important;
}

.register-btn:hover {
  background-color: #c9a227;
  color: #000 !important;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas.offcanvas-top {
  top: 83px;
  right: 0;
  left: 0;
  height: 50px;
  background: #730039;
}

.offcanvas-body {
  padding-block: 9px;
}

.navbar-nav {
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.offcanvas-body {
  overflow-y: visible;
}

.btn.btn_primary::after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: linear-gradient(90deg, #fff, #d560d3);
  border-radius: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .4s linear;
}

.btn.btn_primary.ss:hover::after {
  transition: all .4s linear;
  background: linear-gradient(270deg, #fff, #d560d3);
}

.btn.btn_primary {
  background: #1e1739;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 0;
  position: relative;

}

.btn.btn_primary.ss {
  width: 100%;
  max-width: 180px;
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all .4s linear;
}

.btn.btn_primary.ss::after {
  width: 184px;
}

.header_border_set {
  position: absolute;
  width: 100%;
}

.offcanvas-backdrop {
  background-color: #0000;
}

.mobi_menu {
  display: none;
}

/* Hero Slider Styles */
.hero-slider {
  margin-top: 81px;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  bottom: 30%;
  text-align: center;
}

.carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #d4af37;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border: 2px solid #ccde4e;
  padding: 10px;
  background-size: 50%;
  border-radius: 30px;
  width: 2.5rem;
  height: 2.5rem;
}

.carousel-control-next,
.carousel-control-prev {
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  top: 50%;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.mobile_banner {
  display: none;
}

.carousel-indicators [data-bs-target].active {
  background: #c7974d;
  border: 1px solid #c7974d;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background: #d0d0d0;
  border: 1px solid #c1c1c1;
  border-radius: 20px;
}



/* Invitation Section Styles */
.invitation-section {
  background-image: url('../images/bg-img.jpg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  /* padding: 60px 0; */
}

.invitation-card .row>div {
  border: 1px solid #ccb8909c;
  padding: 20px;
}

.col-lg-8.wel_div {
  text-align: center;
  padding-top: 100px !important;
  position: relative;
}

.wel_img {
  position: absolute;
  top: -10px;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #897100;
  border-radius: 50px;
  top: -3px;
  left: -4px;
}

.dot.two {
  top: -3px;
  left: auto;
  right: -4px;
}

.dot.three {
  top: auto;
  left: -4px;
  bottom: -4px;
}

.dot.four {
  top: auto;
  left: auto;
  bottom: -4px;
  right: -4px;
}

.invitation-card>img {
  border-radius: 20px;
}

.wel_sides {
  max-width: 100%;
}

.invitation-card>div {
  padding-inline: 11px;
}

.invitation-content {
  padding: 40px;
}

.invitation-content h3 {
  font-size: 1.5rem;
  color: #8e2e2a;
  margin-bottom: 10px;
}

.invitation-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.invitation-content h2 {
  font-size: 2.2rem;
  color: #d4af37;
  margin-bottom: 5px;
}

.invitation-content .subtitle {
  font-size: 1.3rem;
  color: #8e2e2a;
  margin-bottom: 30px;
}

.divider {
  height: 2px;
  background-color: #d4af37;
  width: 100px;
  margin: 20px 0;
}

.invitation-content h4 {
  font-size: 1.2rem;
  color: #8e2e2a;
  margin-bottom: 5px;
}

.invitation-content h5 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 5px;
}

.date-time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  margin: 25px 0 10px;
}

.venue {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.dinner-note {
  font-size: 1.2rem;
  color: #8e2e2a;
  font-weight: 500;
}

.link_btn {
  color: #d44820 !important;
}


/* History Section Styles */
.history-section {
  padding: 60px 0;
  background-color: #fff;
}

.history-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-inline: 10px;
}

.history-content p {
  font-size: 17px;
  line-height: 26px;
  color: #272727;
}

/* Gallery Section Styles */
.gallery-section {
  padding: 60px 0;
}

.gallery-wrap {
  background: #fff;
  padding: 25px;
  padding: 15px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  border: 1px dotted #414141;
}

.gallery-left-dgn,
.gallery-rgt-dgn {
  position: absolute;
  bottom: 0;
  height: 75px;
}

.gallery-left-dgn {
  left: 0;
}

.gallery-rgt-dgn {
  right: 0;
}

.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section-title {
  font-size: 38px;
  letter-spacing: .10px;
  /* text-transform: capitalize; */
  color: #111;
  font-family: 'Poppins';
  font-weight: 500;
  margin-bottom: 5px;
}

.gallery-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}

.dis-b {
  display: block;
}

.gallery__icon {
  height: auto;
  object-fit: cover;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.text {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.g-box:hover .overlay {
  height: 100%;
}

.g-box {
  position: relative;
}

.btn-size.gallery-btn:hover {
  background-color: #f26226;
  transition: all .4s linear;
  color: #fff;
}

.btn-size.gallery-btn {
  border: 1px solid #f26226;
  color: #f26226;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: all .4s linear;
}

.galley-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.gallery__icon {
  height: auto;
  object-fit: cover;
  max-height: 195px;
  object-position: top;
}

/* Registration Section Styles */
.w_bar {
  width: 100%;
  position: relative;
  margin-bottom: -10px;
  z-index: -1;
}

.registration-box {
  background: #fff;
  border: 1px solid #d9c796;
  border-radius: 20px;
  padding: 60px;
  border-bottom-width: 5px;
}

.section-subtitle {
  text-align: center;
  font-size: 24px;
  color: #d44720;
  margin-bottom: 0px;
  line-height: 30px;
  letter-spacing: 0.25px;
}

.registration-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px;
}

.form-group.set_form {
  text-align: center;
}

.form-group.set_form label {
  display: block;
}

.form-check {
  background: #f3efe7;
  padding: 7px 25px 7px 45px;
  border-radius: 20px;
  margin-top: 5px;
  margin-left: 10px;
}

.form-group.set_form .form-check {
  display: inline-block;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: auto;
  border-radius: 5px;
  border: none;
  padding: 0;
  font-size: 1rem;
  background: transparent;
  color: #837e74;
  font-weight: 300;
}

.form-control:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.25);
}

.form-check {
  margin-bottom: 10px;
}

.form-check-input:checked {
  background-color: #d44720;
  border-color: #d44720;
}

.form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}

.submit-btn {
  background: linear-gradient(to right, #da2651, #880222);
  border: none;
  padding: 12px 70px;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin-inline: auto;
  display: block;
  border-radius: 40px;
}

.submit-btn:hover {
  background: linear-gradient(to left, #da2651, #880222);
}

.ss .form-group {
  background: #f3efe7;
  border-radius: 50px;
  overflow: hidden;
  padding: 12px 30px;
}

.ss .form-group label {
  color: #932840;
  font-size: 13px;
  margin-bottom: -3px;
  display: block;
}

.ss .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
  background: transparent;
}



/* Footer Styles */
.footer {
  background-color: #634500;
  color: #fff;
  padding: 20px 0;
  font-size: 0.9rem;
}

.footer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 2.8rem;
  }

  .carousel-caption h2 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
  }

  .invitation-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .carousel-caption {
    bottom: 20%;
  }

  .carousel-caption h1 {
    font-size: 2.2rem;
  }

  .carousel-caption h2 {
    font-size: 1.8rem;
  }

  .invitation-content h2 {
    font-size: 1.8rem;
  }

  .invitation-content .subtitle {
    font-size: 1.1rem;
  }

  .registration-form {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .navbar-brand .logo {
    height: 50px;
  }

  .carousel-caption {
    bottom: 15%;
  }

  .carousel-caption h1 {
    font-size: 1.8rem;
  }

  .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

  .invitation-content {
    padding: 20px;
  }

  .invitation-content h3 {
    font-size: 1.2rem;
  }

  .invitation-content h2 {
    font-size: 1.5rem;
  }

  .invitation-content h5 {
    font-size: 1.2rem;
  }

  .date-time,
  .dinner-note {
    font-size: 1rem;
  }

  .venue {
    font-size: 0.9rem;
  }
}

/* inner pages */
.inner_main {
  padding-top: 89px;
  background-image: url('../images/bg-img.jpg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content_start {
  /* background: #ffffff96; */
  padding: 40px;
}


.inner_main .invitation-card .row>.col-lg-8.wel_div {
  padding-top: 10px !important;
  width: 100%;
}

.inner_main .invitation-card .row>div {
  border-width: 2px;
}

.content_start p {
  color: #000;
}


.wel-main::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  background-repeat: repeat-x;
  width: 100%;
  background-image: url(../images/deg_line.png);
  bottom: 0;
  height: 20px;
  z-index: 1;
}

.know_btn.ds {
  position: relative;
  top: 32px;
  z-index: 1;
}

.main-br {
  position: relative;
}

.wel-main {
  /* box-shadow: 3px 5.196px 10px rgba(210, 165, 54, 0.25); */
  background-color: transparent;
  padding: 0px 0px 20px 0px;
  position: relative;
}

.wel_main_img img {
  width: 100%;
  max-width: 140px;
}

.wel-p a {
  color: #d44820;
}

.wel-p .gallery-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #930043;

}

.wel_main_img {
  position: relative;
}

.wel_main_img::before {
  position: absolute;
  content: "";
  background-image: url(../images/person-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 190px;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}

.wel_main_img::after {
  position: absolute;
  content: "";
  background-image: url(../images/person-bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 450px;
  height: 85px;
  top: 50%;
  left: 50%;
  z-index: -2;
  transform: translateX(-50%) translateY(-50%);
}

.content_start h4 {
  color: #930043;
  
}

.content_start {
  border: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
}

.guru-img img {
  width: 100%;
  max-width: 603px;
  border: 1px solid rgb(0 0 0 / 13%);
}

.my-guru-content p {
  text-align: start;
}

.tbox-gap .container .row>div {
  border: none !important;
}

.invitation-card .content_start .row>div {
  border: none;
  padding: 10px;
}

.invitation-card .content_start {
  padding: 30px;

}

.invitation-card .row>div {
  padding: 10px;
}

.invitation-img img {
  width: 100%;
  max-width: 800px;
  border-radius: 15px;
}

.content_start .invitation-img {
  text-align: center;
}

.tbox-gap.gallery-sec {
  border-top: none !important;
}


/* .venue-content {
  padding: 30px !important;
  border: 2px solid #897100 !important;
  width: 100%;
  max-width: 450px;
  text-align: center;
  border-radius: 15px;
  height: 100% !important;
}
.venue_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
} */

.col-lg-6 .venue_cont {
  border: 1px solid #84742b;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff9e5;
}
.venue_cont h4 {
    font-size: 20px;
}

@media screen and (max-width: 991px) {
  .invitation-card .content_start .row>div {
    border: none;
  }

  .inner_main .invitation-card .gallery-sec .row>div {
    padding: 6px !important;
  }

  .content_start .row>div {
    border: none !important;
  }

  .content_start .guru-img {
    text-align: center;
  }

  .content_start h4 {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .wel-p p {
    font-size: 14px;
    line-height: 22px;
    color: #272727;
  }

  .wel-p .gallery-title {
    font-size: 22px;
  }

  .guru-img img {
    width: 100%;
    max-width: 453px;
  }
}

@media screen and (max-width:576px) {
  .guru-img img {
    max-width: 350px;
  }

  .my-guru-content p {
    text-align: start;
    font-size: 15px;
  }

  .wel-p .gallery-title {
    font-size: 19px;
  }

  .tbox-gap .row>div {
    padding: 6px;
  }

  .invitation-card .section-title {
    font-size: 25px;
  }
  .col-lg-6 .venue_cont {
  padding: 10px !important;
  margin-bottom: 0;
  }
  .invitation-card .content_start {
  padding: 0px;
}
.my-guru-content {
    padding-inline: 10px !important;
  }
}


/* photo gallery */
.main .img_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width:992px) {
  .main .img_container {grid-template-columns: repeat(3, 1fr);}
  .tbox-gap.gallery-sec.common-sec {
    padding: 25px !important;
}
}
@media screen and (max-width:576px) {
  .main .img_container {grid-template-columns: repeat(2, 1fr);}
  .tbox-gap.gallery-sec.common-sec {
    padding: 15px !important;
}
.inner_main {
  padding-top: 75px;

}
}
@media screen and (max-width:450px) {
  .main .img_container {grid-template-columns: repeat(2, 1fr);}
  .tbox-gap.gallery-sec.common-sec {
    padding: 15px !important;
}
.my-guru-content {
  padding-inline: 20px;
}
}
/* photo gallery close */
.tbox-gap.gallery-sec.common-sec {
    padding: 30px;
}
@media screen and (max-width: 376px) {
    .guru-img img {
    max-width: 340px !important;
  }

}
@media screen and (max-width: 360px) {
  .guru-img img {
    max-width: 340px;
  }
   /* .my-guru-content {
    padding-inline: 12px !important;
  } */
}


/*  */
.alert-dismissible .btn-close  {
  opacity: 1;
  font-size: 20px;
}

label.error{
  font-style: normal !important;
  color: red;
}
fieldset.has-error{
  border-color:red !important
}
.alert{
  position: fixed;
  top: 12%;
  max-width: 550px;
  right: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 0px;
  padding: 30px 60px 30px 30px;
  z-index: 1000;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;

}

@keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      display: none !important;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
      display: none !important;
  }
}


.contact-msg button.btn-close {
  font-size: 20px;
  color: #3b7b38;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 18px;
  height: 10px;
  border-radius: 40px;
  background: transparent;
  border: 1px solid #3b7b38;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
label.error {
  position: relative;
  top: -15px;
  left: 30px;
}

.rangapravesam_img {
  max-width:420px;
  float: right;
  padding-left: 30px;
  margin-bottom: 10px;
  width: 100%;
}

/* video */
.video-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.video-card {
  position: relative;
  width: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: scale(1.03);
}

.video-card img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background: rgba(245, 51, 51, 0.6);
  border-radius: 50%;
  padding: 10px 15px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  color: black;
  font-size: 28px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  z-index: 10;
}
