.logo{
  height:55px;
}

.nav_trans{
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.mmnb{
	color: #fff!important;
	padding-left: 1em!important;
	padding-right: 1em!important;
}

.nav-link, .nav-link_2{
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-size: 1.25rem!important;
	text-decoration: none;
}

.mmnb:hover, .mmnb_2:hover{
	border-radius: 2.5em;
	background-color: #3da6de;
	color: #fff!important;
}

.nav_trans_2{
	background-color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.mmnb_2{
	color: #328fa5!important;
	padding-left: 1em!important;
	padding-right: 1em!important;
	padding: 0.5em;
}

.section-top{
    height: 100vh;
    min-height: 100%;
    width:100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-image: url("../img/banner/ban1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    animation: slide 30s infinite

  }
@keyframes slide {
    0% {
      background-image: url("../img/banner/ban1.jpg");
    }
    16% {
      background-image: url("../img/banner/ban1.jpg");
    }
    33% {
      background-image: url("../img/banner/ban2.JPG");
    }
    66% {
      background-image: url("../img/banner/ban3.JPG");
    }
}

.header_overlay{
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  padding: 3em;
}

.mn100{
	margin-bottom: -100px;
}

@media (max-width: 991px) {
	.mn100{
		margin-bottom: 0;
	}
}

.rd{
  border-radius: 2.25rem!important;
}

.dfs{
	font-family: 'Dancing Script', cursive;
}

.scarfs{
	font-family: 'Dancing Script', cursive;
}

.btn_mm{
	color: #87bf2d;
    border-color: #3fb0ef;
}

.a-box {
  display: inline-block;
  width: 240px;
  text-align: center;
}

.img-container {
    height: 230px;
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    display: inline-block;
}

.img-container img {
    transform: skew(0deg, -13deg);
    height: 250px;
    margin: -35px 0px 0px -70px;
}

.inner-skew {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    transform: skew(0deg, 13deg);
    font-size: 0px;
    margin: 30px 0px 0px 0px;
    background: #c8c2c2;
    height: 250px;
    width: 200px;
}

.text-container {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 120px 20px 20px 20px;
  border-radius: 20px;
  background: #fff;
  margin: -120px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-container h3 {
  margin: 20px 0px 10px 0px;
  color: #04bcff;
  font-size: 18px;
}

.aliceblue{
	background: aliceblue;
}

.mm_g{
	color: #86be2e;
}

.inhsz{
  height:  250px !important;
}

@media (max-width: 600px) {
    .inhsz{
        height:  350px !important;
    }

    .owl-item {
         height:  360px !important;
    }
}

.owl-item{
	height: 300px;
}

.owl-nav{
	display: none;
}

.mast{
	height: 50vh;
    min-height: 500px;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/marriage.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.mast{
    	min-height: 855px !important;
    }
}

.cdbg{
	background: #67B26F;
    background: -webkit-linear-gradient(to right, #4ca2cd, #67B26F);
    background: linear-gradient(to right, #4ca2cd, #67B26F);
}

#demo {
	background: linear-gradient(112deg, #c2de95 50%, #a2e1fa 50%);
    max-width: 900px;
    margin: auto;
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

.i {
    background-color: rgb(223, 56, 89);
    padding: 1.4rem
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.btn-social{
	height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

.btn-mm {
    color: #fff;
    background-color: #46c3f3;
    border-color: #46c3f3;
}

figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

figure h1 {
  position: absolute;
  top: 50px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
}
figure img {
  height: 100%;
  transition: 0.25s;
}
figure figcaption {
  position: absolute;
  bottom: -4%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 18px;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  color: white;
  line-height: 1;
  transition: 0.25s;
}
figure figcaption h3 {
  margin: 0 0 20px;
  padding: 0;
}
figure figcaption p {
  font-size: 14px;
  line-height: 1.75;
}
figure figcaption button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 30px;
  background-color: #1abc9c;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 14px;
}

.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}
.gallery img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #333;
  transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: 0 0 32px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  80% {
    max-width: 80%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  80% {
    max-width: 80%;
    transform: rotate(0deg);
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  80% {
    max-width: 80%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  80% {
    max-width: 80%;
    transform: rotate(0deg);
  }
}

.menu_bar_icon {
  -webkit-animation:zoom-in-zoom-out 1s infinite;
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    color: #42b7f1;
    transform: scale(1, 1);
  }
  50% {
    color: #42b7f1;
    transform: scale(1.2, 1.2);
  }
  100% {
    color: #8dc237;
    transform: scale(1, 1);
  }
}

.menu_green, .menu_green_2{
	color: #8dc237!important;
}

.whtappfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}
.whtapp-float {
    margin-top: 16px;
}

.video_header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video_header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

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

.video_header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;*/
  opacity: 0.5;
  z-index: 1;
}

.cls{
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 1.5em;
}

.tbtxtsz{
    font-size: 1rem;
}
@media (max-width: 600px) {
    .tbtxtsz{
        font-size: 0.8rem;
    }
}

/* Floral premium revamp theme */
:root {
  --mm-ivory: #fff8ef;
  --mm-sage: #6f8a42;
  --mm-gold: #c89d4a;
  --mm-rose: #9a3f58;
  --mm-ink: #2f302d;
  --mm-sky: #dce9f0;
}

body {
  font-family: 'Marcellus', serif;
  background: linear-gradient(180deg, #fffefb 0%, #fff8ef 100%);
  color: var(--mm-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

.dfs,
.scarfs {
  font-family: 'Great Vibes', cursive;
}

.logo {
  height: 64px;
  width: auto;
}

.navbar-brand {
  background: rgba(255, 250, 242, 0.94);
  border-radius: 999px;
  padding: 0.24rem 0.75rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.nav-menu-font .nav-link {
  font-family: 'Cormorant Garamond', serif;
}

.nav_trans {
  background: rgba(30, 33, 28, 0.52);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16) !important;
}

.nav_trans_2 {
  background: rgba(255, 248, 239, 0.96);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08) !important;
}

.mmnb,
.mmnb_2 {
  border-radius: 999px;
  transition: all 0.25s ease;
}

.mmnb {
  color: #fff !important;
}

.mmnb_2 {
  color: #50483d !important;
}

.mmnb:hover,
.mmnb_2:hover {
  background: linear-gradient(135deg, var(--mm-sage), #7ba3c9);
  color: #fff !important;
}

.footer {
  background: linear-gradient(120deg, #241216, #4a1f2c 55%, #2f1826) !important;
  border-top: 1px solid rgba(184, 137, 67, 0.3);
}

.btn-mm {
  color: #fff;
  background: linear-gradient(135deg, #8a3143, #6e1f2d);
  border-color: #8a3143;
}

.btn-mm:hover,
.btn-mm:focus {
  color: #fff;
  background: linear-gradient(135deg, #b88943, #8a3143);
  border-color: #b88943;
}

.footer .btn-social {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
}

.footer .text-center {
  color: #f5ece1;
}

.home-revamp {
  overflow: hidden;
}

.home-revamp .home-hero {
  min-height: 100vh;
  background-image: url("../img/banner/ban1.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.home-revamp .home-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(200, 157, 74, 0.24), transparent 35%),
    linear-gradient(120deg, rgba(24, 29, 36, 0.75), rgba(49, 65, 54, 0.52));
  z-index: -1;
}

.home-revamp .hero-content {
  margin-top: 5rem;
  padding: 2.5rem;
  border-radius: 2rem;
  background: rgba(28, 30, 26, 0.48);
  backdrop-filter: blur(6px);
  color: #fff;
  animation: heroReveal 0.9s ease;
}

.home-revamp .hero-kicker {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #f4deb1;
  margin-bottom: 0.6rem;
}

.home-revamp .hero-wordmark {
  max-width: 250px;
  width: 100%;
  border-radius: 0.7rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
  margin-bottom: 1rem;
}

.home-revamp .hero-title {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(3rem, 6vw, 5.5rem);
  margin-bottom: 0.8rem;
  line-height: 1.1;
}

.home-revamp .hero-subtitle {
  max-width: 650px;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #f8f3e7;
}

.home-revamp .hero-cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.btn-brand-primary,
.btn-brand-outline {
  border-radius: 999px;
  padding: 0.65rem 1.6rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-brand-primary {
  background: linear-gradient(120deg, var(--mm-sage), #87aa56);
  color: #fff;
  border: 1px solid transparent;
}

.btn-brand-outline {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn-brand-primary:hover,
.btn-brand-outline:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.home-revamp .home-section {
  padding: 5rem 0;
}

.home-revamp .section-heading {
  margin-bottom: 2rem;
}

.home-revamp .section-heading h2 {
  color: var(--mm-sage);
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  margin-bottom: 0.4rem;
}

.home-revamp .decorative-border {
  width: min(260px, 70vw);
  opacity: 0.85;
}

.home-revamp .section-tagline {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #49553b;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
}

.home-revamp .section-copy {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  line-height: 1.7;
  color: #3f3a33;
}

.home-revamp .section-services {
  background: linear-gradient(180deg, var(--mm-sky), #eef4f8);
}

.home-revamp .service-card {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(24, 27, 29, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-revamp .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(20, 23, 26, 0.16);
}

.home-revamp .service-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.home-revamp .service-body {
  padding: 1.2rem 1.25rem 1.5rem;
}

.home-revamp .service-body h3 {
  font-family: 'Great Vibes', cursive;
  color: #2f7eb0;
  font-size: 2rem;
}

.home-revamp .service-body p {
  margin: 0;
  line-height: 1.6;
  color: #444;
}

.home-revamp .section-portfolio {
  background: linear-gradient(180deg, #fff 0%, #fff9f0 100%);
}

.home-revamp .portfolio-item img {
  border-radius: 1.3rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.home-revamp .section-highlight {
  position: relative;
  background: url("../img/marriage.jpg") center/cover no-repeat;
}

.home-revamp .highlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(20, 25, 31, 0.82), rgba(86, 46, 57, 0.6));
}

.home-revamp .highlight-card {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(7px);
  border-radius: 1rem;
  padding: 1rem 1.1rem;
}

.home-revamp .highlight-card h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
}

.home-revamp .highlight-card p {
  margin-bottom: 0;
}

.home-revamp .section-testimonial {
  background: linear-gradient(180deg, #fff9ee, #fffefc);
}

.home-revamp .testimonial-carousel {
  background: linear-gradient(105deg, #d8ebb0 48%, #b7e4fb 48%);
  border-radius: 1.4rem;
  overflow: hidden;
  max-width: 920px;
  margin: auto;
}

.home-revamp .carousel-caption {
  position: initial;
  padding: 3.2rem 5.5rem;
  color: #37413b;
  text-align: center;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.8;
}

.home-revamp #image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.8rem;
  color: #2c5e75;
}

.home-revamp .image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.8rem;
  color: #2c5e75;
}

.home-revamp .i {
  background-color: #d94f71;
  color: #fff;
  padding: 1.1rem;
}

.whtappfloat {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  #navbarResponsive {
    margin-top: 0.8rem;
    padding: 0.8rem;
    border-radius: 1rem;
    background: rgba(255, 248, 239, 0.96);
  }

  .logo {
    height: 56px;
  }

  .home-revamp .hero-content {
    margin-top: 3.5rem;
    padding: 1.6rem;
  }

  .home-revamp .hero-wordmark {
    max-width: 210px;
  }

  .home-revamp .home-hero {
    min-height: 88vh;
  }

  .home-revamp .service-image {
    height: 220px;
  }

  .home-revamp .carousel-caption {
    padding: 2.4rem 2.2rem;
    font-size: 0.96rem;
  }
}

@media (max-width: 576px) {
  .home-revamp .home-section {
    padding: 3.8rem 0;
  }

  .home-revamp .hero-subtitle {
    font-size: 1.02rem;
    line-height: 1.6;
  }

  .home-revamp .service-image {
    height: 210px;
  }

  .home-revamp .highlight-card h3 {
    font-size: 1.8rem;
  }

  .whtappfloat {
    right: 22px;
    bottom: 20px;
  }
}
