/********** Template CSS **********/
:root {
    /* --primary: #FF5E14; */
    --primary: #F653A6;
    --secondary: #5F656F;
    --light: #F5F5F5;
    /* --dark: #02245B; */
    --dark: #AA98A9;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 5% !important;
    bottom: 5% !important;
    z-index: 99;
}
.bg-dark{
    background-color: var(--secondary) !important;
}
.bg-light{
    background-color: rgb(237 237 237) !important;
}
h1, h2, h3, h4, h5 {
    color: var(--primary) !important;
}

/* h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
} */



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

a{
    text-decoration: none !important;
}

p{
    text-align: justify !important;
}

.tick{
    font-size: 20px;
    font-weight: bolder;
    color: var(--primary);
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary{
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.footer .btn-primary:hover{
    background-color: transparent !important;
    color: white !important;
}
.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    /* width: 48px; */
    /* height: 48px; */
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.nav-icon{
    color: white;
    font-size: 17px;
}

.text-primary, .text-dark{
    color: var(--primary) !important;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

/* .navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    background: var(--primary);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--primary);
} */

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-toggler{
    border: 0px !important;
    box-shadow: none !important;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-item:focus{
    background-color: var(--secondary) !important;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}
@media(max-width:768px){
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none !important;
}
}
.carousel-item img{
    height: 700px !important;
    width: 100%;
    object-fit: cover ;
    background-size: cover;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.about img{
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}
.year .flex-shrink-0{
    background-color: rgba(185, 180, 180, 0.521);
}
.page-header {
    background-image: url(../img/wedding-1.jpeg);
    background-color: rgba(0, 0, 0, 0.459);
    background-blend-mode: multiply;
    background-size: cover;
    /* background-attachment: fixed; */
    height: 380px; 
    object-fit: cover;
    width: 100%;
}

@media(max-width:768px){
    .page-header{
        height: 30vh !important;
    }
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
    
}
.breadcrumb{
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}


/*** Facts ***/

.card-img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
.card{
   
    position: relative;
    border: 0px !important;
    border-radius: none !important;
    transition: .5s ease-in-out;
}
.card:hover{
    box-shadow: 0px 10px 20px 0px rgb(206, 206, 206);
}
.card:hover .card-content{ 
    width: 100%;height: 100%;
    display: flex; 
    align-items:center;
    text-align: center;
    justify-content:  center;
   
    background-blend-mode: multiply;
}
.card-content{
    transition: .5s !important;
    position: absolute;
    /* top: 130px; */
    background-color: rgba(0, 0, 0, 0.349);
    bottom: 0;
    left: 0;
    right: 0;
    color: white !important;
}

/*** Service ***/
.service{
    background-image: url(../img/wedding.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.856);
    background-blend-mode: multiply;
}

.project{
    background-image: url(../img/hall-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.452);
    background-blend-mode:  multiply;
}

.conent_1{
    background-image: url(../img/hall-3.webp);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.534);
    background-blend-mode: multiply;
    /* background-attachment: fixed; */
}
.conent_1 img{
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}
.other-content img{
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.content{
    position: relative;
    transition: .5s all;
}
.content-item{
    position: absolute;
    content: "";
    display: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.content:hover .content-item{
    /* background-image: url(../img/birthday-hall.jpg); */
    background-color: rgba(0, 0, 0, 0.575);
    background-blend-mode: multiply;
    display: block;
}

.wedding-reception img{
        height: 700px !important;
        width: 80%;
        object-fit: cover;
}
@media(max-width:768px){
    .wedding-reception img{
        width: 100% !important;
        height: 100% !important;
    }
}

/*** Project ***/
.project-carousel {
    position: relative;
    overflow-x: hidden ;
    /* background: var(--primary) !important; */
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--primary);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--primary);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.user{
    font-size: 70px;
    background-color: #dfdfdf85;
    color: rgb(179, 179, 179);
}


.gallery-img{
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}

input,textarea{
    box-shadow: none !important;
}
input:focus{
    border: 1px solid rgb(156, 154, 154) !important;
}
textarea:focus{
    border: 1px solid rgb(156, 154, 154) !important;
}


/*** Footer ***/
.footer {
   background-image: url(../img/wedding-hall-3.jpg);
   background-repeat: no-repeat;
   height: 100%;
   width: 100%;
   object-fit: cover;
   background-color: rgba(0, 0, 0, 0.664);
   background-blend-mode: multiply;
   background-size: cover;
   background-attachment: fixed;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-contact-icon{
    font-size: 20px;
    color: white;
}
.copyright a{
    color: var(--primary);
}
@media(max-width:768px){
    .copyright {
        text-align: center !important;
    }
}

.footer img{
    height: 120px !important;
    width: 100%;
    object-fit: cover;
}

.img-zoom{
    transition: .5s;
    overflow: hidden;
 }
 .img-zoom:hover{
     transform:scale(1.1) ;
 }


 /*** 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;
    }
}

.story p{
    font-size: 18px !important;
}

/*** Wedding Story End ***/
