
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
 .display-1 {
    font-size: 2rem;
    letter-spacing: 5px;
    font-family: "Great Vibes", cursive !important;
}

.ctm-p1{
color: black;
font-family: ui-serif;
margin: 21px 0px;
}
.slider-img{
    width:100%;
    height: 500px!important;
}
.text-white1 {
    color: #fd5d5d !important;
}
.text-white2{
color: black;

    font-size: 17px!important;
}
h1.display-4 {
    font-family: "Poppins", sans-serif !important;
    FONT-SIZE: 20PX;
}
.CTM-P3{
    font-family: "Poppins", sans-serif !important;
FONT-SIZE: 20PX;
COLOR: #fd5d5d!important;
FONT-WEIGHT: 500;
}
.carousel-inner1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px!important;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
.logo-image{
    width:100%;
    max-width: 100px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0 {
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-light);
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary);
}

.btn-light-outline-0:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-secondary);
}

.img-border {
    border-color: var(--bs-secondary);
    border-style: double;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-family: "Great Vibes", cursive !important;
    letter-spacing: 5px;
}
   



/*** Navbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}
p{
    font-family: "Sen", sans-serif!important;
}
h4 ,h1 {
    font-family: "Poppins", sans-serif!important;
}


.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-family:cursive;
   
    font-size: 18px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-item {
    position: relative;
    min-height: 800px;
    
}

.carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent;
}

#carouselId .carousel-indicators {
    padding-bottom: 30px;
}

#carouselId .carousel-indicators li {
    border-top: 10px solid var(--bs-white);
    border-bottom: 10px solid var(--bs-white);
    border-right: 5px solid var(--bs-white);
    border-left: 5px solid var(--bs-white);
    margin-right: 10px;
    transition: 0.5s;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    border-right: 15px solid var(--bs-primary);
    border-left: 15px solid var(--bs-primary);
}
/*** Carousel End ***/


/*** Wedding Story Start ***/
.story .story-timeline,
.story .story-timeline .row {
    position: relative;
}

.story .story-timeline::before,
.story .story-timeline::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 10px;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
}

.story .story-timeline::after {
    top: auto;
    bottom: -7px;
}

.story .story-timeline .row::after {
    position: absolute;
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: var(--bs-secondary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .story .story-timeline::before,
    .story .story-timeline::after,
    .story .story-timeline .row::after  {
        display: none;
    }
    .logo-image {
        width: 100%;
        max-width: 73px;
    }
}
/*** Wedding Story End ***/

/*** Wedding Date Start ***/
.wedding-date-bg .wedding-date {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/wedding-date-bg.jpg) center;
    object-fit: cover;
    background-repeat: no-repeat;
}

.wedding-date-bg .wedding-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.wedding-date-bg .wedding-date .wedding-date-content {
    position: relative;
    z-index: 9;
}
/*** Wedding Date End ***/


/*** Wedding Timeline Start ***/
@media (max-width: 576px) {
    .wedding-timeline .wedding-content .heart-circle {
        display: none;
    }
}
/*** Wedding Timeline End ***/


/*** Gallery Start ***/
.gallery .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery .gallery-img .hover-style {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.gallery .gallery-img:hover .hover-style {
    width: auto;
    height: auto;
    border: 600px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.gallery .gallery-img img {
    transition: 0.5s;
}

.gallery .gallery-img:hover img {
    transform: scale(1.3);
}

.gallery .gallery-item .gallery-overlay {
    transition: 0.5s;
}

.gallery .gallery-item:hover .gallery-overlay {
    background: transparent !important;
    border: 0 !important;
}

.gallery .gallery-img .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    
}

.gallery .gallery-img:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-content {
    background: rgba(0, 0, 0, .5);
}

.team .team-item .team-content {
    text-align: center;
}

.team .team-item .team-social {
    position: absolute;
    top: -180px;
    right: 15px;
    z-index: 5;
    transition: 0.5s;
}

.team .team-item:hover .team-social {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-color: var(--bs-secondary);
    border-style: double;
}

.team .team-item .team-img .team-img-main {
    position: relative;
    z-index: 3;
}

.team .team-item .team-img .team-img-main img,
.team .team-item .team-img .team-img-bg img {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-img-main img,
.team .team-item:hover .team-img .team-img-bg img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Contact Us Start ***/
.RSVP-form {
    background: linear-gradient(rgb(41 158 158 / 16%), rgb(41 158 158 / 11%));
    object-fit: cover;
}
/*** Contact Us End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(suri/10.JPG) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer .footer-item a.btn-link,
.footer .footer-item p {
    line-height: 35px;
    font-size: 17px;
    color: var(--bs-light);
    transition: 0.5s;
}

.footer .footer-item a.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .footer .text-start,
    .footer .text-center,
    .footer .text-end {
        text-align: center !important;
    }
    .p-3.mx-auto.animated.zoomIn {
        margin-top: -122%!important;
    }
    .display-1 {
        font-size: 1rem !important;
        font-weight: 600;
        letter-spacing: 5px;
    }
    .space {
        padding: 15px 15px!important;
    }
    #flow{
        display: none;
    }
    #flow1{
        display: none;
    }
    .ctm-gallry img {
        width: 100%;
        max-width: 65px!important;
    }
    .section7 .text-dark {
        font-size: 12px;
    }
    .ctm-p1{
        text-align: justify;
    }
    .ratings-section h2 {
        font-size: 23px!important;
    }
    .featured{
        margin-top: 141px;
    }
    .space H2 {
        FONT-SIZE: 20PX!important;
    }
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



.section6{
    background-image: url(background-images/11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section11{
    background-image: url(background-images/11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.ctm-gallry img{
    width:100%;
    max-width: 100px;
}
h1.display-2.text-primary {
    font-size: 35px;
}
.footer-logo{
   width:100%;
   max-width:100px;
}
.justify-content-center1 {
    justify-content: right;
}
.text-white1{
    text-align: left;
}
@media (max-width: 768px) {
    .img-fluidg {
        width: 100%;
        max-width: 100px;
    }
    h1.text-primary.display-1 {
        font-size: 16px;
    }
    .img-fluidg1 {
        width: 100%;
        max-width: 100px;
    }
    .section7 .p-3  {
        
            padding: 0rem !important;
        
    }
}

/* ABOUT US PAGE */



.hero-section {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url(wedding/banner.jpg); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}



.hero-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color:white;
  text-align: center;
}

.breadcrumb {
  font-size: 16px;
  text-align: center;
    justify-content: center;
}


.breadcrumb a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .hero-content {
    padding: 15px 20px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .breadcrumb {
    font-size: 14px;
  }
}
.about-section{
    background-image: url(wedding/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 500px;
    background-attachment: fixed;
}
.display-2 {
    font-size: 16px!important;
    letter-spacing: 5px;
}

/* gallery */
.hero-section1{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../wedding/banner.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
/* end */
/* our services*/
.hero-section2{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../wedding/banner.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
/* our services*/
/* contact */
.hero-section3{
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url(../wedding/contact.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
/* end contact*/
/* our services */

.wedding{
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(./wedding/banner.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-attachment: fixed;
  }
  .wedding-back{
    background-image: url(../background-images/11.jpg);
  }
  .w-cen{
text-align: center;
  }
  .w-cen a{
  color:white;
      }
  .w-cen button {
    padding: 12px 28px;
    color: #ffffff;
    background-color: #fd5d5d;
    border-radius: 6px;
    text-decoration: none;
    border: none;
}

/* EVENYTS */
.events{
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(./wedding/banner.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-attachment: fixed;
  }
  .hero-content1{background: #000000c2;
    padding: 25px 20px;
}
.hero-content1 h1{
    color:white;
}
.hero-content{padding: 20px 20px;
    background: #00000033;
    border-radius: 5px;
}
  .col {
    width:100%;
    max-width: 1200px;
  }
  .col p{
    text-align: center;
    justify-content: center;
  }

  .ser-img img {
    width: 100%;
    height: 460px;
}
.all-1{
    padding: 0px 30px;
    margin-bottom: 10px;
    background-image: url(../background-images/11.jpg);
}
.py{
    padding-top: 30px;
}



