/*---------------------------------------------------------------------------

    Template Name: Elegent wedding – Wedding planner HTML5 Template
    Author: PragmaX
    Description: Elegent wedding  – Wedding planner HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------
1. index home style-1
2. index home style-2 
3. index home style-3 

/*---------------------------
	Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Playfair", serif;
}

html,
body {
    width: 100% !important;
    overflow-x: hidden !important;
}

:root {
    --rose: #B76E79;
    --white-color: #fff;
    --black-color: #242424;
    --text-color: #00000082;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.section-padding {
    padding: 65px 0px;
}

.paragraph {
    font-size: 19px;
    font-weight: 400;
    color: #000000a1;
}

.text-justify {
    text-align: justify;
}

/* Header start */
header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: 0.3s;
    padding: 5px 0px;
    background: #f8f8f8;
}

header.sticky {
    position: fixed;
    top: 0px;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 0px;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 22px 20px;
    color: var(--black-color);
    display: flex;
    transition: 0.4s linear;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: var(--rose);
}

header .navbar-brand img {
    width: 260px;
}

header .navbar-nav .nav-item .nav-link i {
    font-size: 15px;
    margin-left: 1px;
    margin-top: 3px;
}

header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

header .navbar-nav .features-list .sub-menu li a {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s linear;
}

header .navbar-nav .features-list .sub-menu li {
    position: relative;
    padding: 8px 15px;
    border-bottom: 1px solid rgb(183 110 121 / 14%);
}

header .navbar-nav .features-list .sub-menu {
    position: absolute;
    top: 54px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0px 0px 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    overflow: hidden;
    z-index: 100;
    transition: 0.4s linear;
}

.navbar-nav .nav-item:hover .sub-menu {
    display: block;
}

header .navbar-nav .features-list:hover .sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    top: 82px;
}

.attend-btn {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    white-space: nowrap;
}

.search-icon {
    background: none;
    border: none;
    font-size: 19px;
    margin-right: 20px;
    cursor: pointer;
    color: var(--text-color);
}

.search-popup {
    position: absolute;
    top: 70px;
    right: 40px;
    display: none;
    animation: zoomIn 0.3s ease;
    z-index: 999;
}

.search-box button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.search-box {
    position: relative;
    display: inline-block;
    background: white;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.search-box input {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    width: 260px;
}

.search-box .search-icon-inside {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: var(--black-color);
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Header end */


/* mobile view sidebar start */
.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: -250px;
    width: 250px;
    height: 100%;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
    padding-bottom: 25px;
    padding: 10px;
    z-index: 100000;
}

.sidebar .sidebar-logo img {
    width: 200px;
}

.sidebar.open {
    left: 0px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.menu {
    position: absolute;
    right: 33px;
    top: 25px;
    justify-content: end;
    display: none;
    width: fit-content;
}

.menu i {
    font-size: 20px;
}

.sidebar details {
    overflow: hidden;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgba(79, 64, 64, 0.22) !important;
}

.sidebar details summary {
    color: var(--black-color);
}

.sidebar details ul {
    margin: 0px;
    padding: 0px;
}

.sidebar details ul li {
    list-style: none;
    padding: 4px;
}

.sidebar details ul li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    transition: 0.4s linear;
}

.overlay-menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.285);
    z-index: 1001;
}

.sidebar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: var(--black-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.accordion {
    display: grid;
    justify-content: flex-start;
    align-items: stretch;
    grid-template-columns: 1fr;
    grid-template-rows: 0.1fr 0fr;
    overflow: hidden;
    border-radius: 1rem;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2px;
    cursor: pointer;
}

.accordion .top .text {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    white-space: normal;
}

.accordion .top .text a {
    color: var(--black-color);
}

.accordion .top input {
    position: absolute;
    inset: 0px;
    cursor: pointer;
    appearance: none;
}

.accordion .bottom {
    padding-inline: 1.5rem;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion .top img {
    max-width: 18px;
}

.accordion:has(input:checked) {
    grid-template-rows: 0.1fr 1fr;
}

.accordion:has(input:checked) .top img {
    transform: rotateZ(45deg);
}

details {
    margin-bottom: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

summary {
    cursor: pointer;
    position: relative;
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    color: var(--text-color);
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "▼";
    position: absolute;
    right: 10px;
    transition: transform 0.3s;
}

details[open] summary::after {
    transform: rotate(180deg);
}

/* mobile view sidebar end */


/* 1. index home style-1  */

/* Hero section start */
.hero-section {
    position: relative;
    background-color: #f8f8f8;
}

.hero-section .hero-main-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}

.hero-section .hero-main-box .hero-content h2 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: var(--rose);
    text-align: center;
}

.hero-section .hero-main-box .hero-content h3,
.hero-section .hero-main-box .hero-content h3 span {
    font-family: "Great Vibes", cursive;
    font-size: 110px;
    font-weight: 800;
    color: var(--black-color);
    letter-spacing: 5px;
    margin-top: 25px;
    text-align: center;
}

.hero-section .hero-main-box .hero-content h3 span {
    color: var(--rose);
}

.hero-section .hero-main-box .hero-content h4 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--black-color);
}

.hero-section .hero-main-box .hero-content h5,
.hero-section .hero-main-box .hero-content h6 {
    font-family: "Great Vibes", cursive;
    font-size: 55px;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--rose);
}

.hero-section .home-img .hero-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero-section .hero-img::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 102px;
    width: 185px;
    height: 185px;
    background-image: url(../images/shape/hero-round.png);
    background-size: cover;
    z-index: 1;
    animation: rotateInfinite 20s linear infinite;
    transform-origin: center;
}

@keyframes rotateInfinite {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-section .hero-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.hero-section .shape-item .home-element img {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 50px;
    height: 50px;
    opacity: 8;
    animation: 10s linear 0s infinite normal none running rotate-animation;
    z-index: 1;
}

.hero-section .shape-item .home-element2 img {
    position: absolute;
    top: 10px;
    left: 71px;
    width: 50px;
    height: 50px;
    opacity: 8;
    animation: 10s linear 0s infinite normal none running rotate-animation;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-section .shape-item .flower-img-1 img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 450px;
    z-index: 2;
}

/* Hero section end */


/* Happy couple section start */
.happy-couple-section {
    background-color: var(--white-color);
}

.main-heading {
    font-family: "Great Vibes", cursive;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--black-color);
    margin: 0px;
}

.sub-heading {
    font-family: "Great Vibes", cursive;
    font-size: 50px;
    font-weight: 600;
    color: var(--black-color);
}

.child-heading {
    font-size: 25px;
    font-weight: 600;
    color: var(--rose);
    letter-spacing: 0.5px;
}

.couple-box {
    position: relative;
    background: var(--white-color);
    padding: 10px;
}

.couple-box .couple-content .couple-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.couple-box .couple-content .couple-icon img {
    max-width: 50px;
}

.couple-box .couple-content .sociol-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.couple-box .couple-content .sociol-icon ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
}

.couple-box .couple-content .sociol-icon ul li a {
    color: var(--rose);
}

.couple-box .couple-content .sociol-icon ul li a i {
    font-size: 20px;
}

.couple-box .couple-content .sociol-icon ul li a:hover i {
    animation: 0.3s ease 0s 1 normal forwards running toTopFromBottom;
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.couple-box-img-box {
    position: relative;
}

.couple-box-img-box .couple-img-1 img {
    width: 100%;
    z-index: 2;
}

.couple-box-img-box .couple-img-animate {
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.couple-box-img-box .couple-img-animate img {
    width: 100%;
    animation: rotateInfinite 26s linear infinite;
}

/* Happy couple section end */

/* Timer section start */
.timer-section-wrapper {
    background-color: var(--white-color);
}

.timer-section {
    display: flex;
    justify-content: center;
}

.timer-section .timer-box {
    position: relative;
    width: 240px;
    height: 240px;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.timer-section .timer-box::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 15px;
    right: 0px;
    width: 210px;
    height: 210px;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 2px dotted rgb(183 110 121);
    animation: 8s linear 0s infinite normal none running roudder;
}

@keyframes roudder {
    100% {
        transform: rotate(360deg);
    }
}

.timer-section .timer-box span.value {
    font-size: 65px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--black-color);
}

.timer-section .timer-box span.label {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
}

.flower {
    position: absolute;
    width: 163px;
}

.top-left {
    top: -42px;
    left: -48px;
    transform: rotate(-15deg);
}

.bottom-right {
    bottom: -42px;
    right: -50px;
    transform: rotate(180deg);
}

/* Timer section end */


/* Our Story section start */
.our-story-section {
    background-color: #f8f8f8;
}

.auto-container {
    max-width: 1200px;
    margin: auto;
}

.story-img-box {
    position: relative;
    background: var(--white-color);
    padding: 10px;
    border-radius: 0px 20px;
    z-index: 1;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.story-img-box .story-img img {
    width: 100%;
    border-radius: 0px 20px;
}

.story-img-box .flower-img-shape {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
}

.story-img-box .flower-img-shape img {
    width: 180px;
}

.story-content-item .outer-bottom img {
    width: 500px;
    max-width: 100%;
}

.story-padding {
    padding-left: 40px;
}

.story-padding-right {
    padding-right: 40px;
}

/* Our Story section end */


/* Gallery section start */
.gallery-section {
    position: relative;
    background-color: var(--white-color);
}

.gallery-item {
    position: relative;
    margin-top: 15px;
    padding: 10px;
    border-radius: 0px;
    background: var(--white-color);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    inset: 10px;
    background: #ffffffcc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    user-select: none;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.lightbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(7px);
    cursor: pointer;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    user-select: none;
    pointer-events: none;
    border-radius: 0px 20px;
}

.lightbox::after {
    content: "✕";
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    user-select: none;
}

/* Gallery section end */

/* Who we are secton start  */
.who-we-are {
    width: 100%;
    background: linear-gradient(#0000005e, #00000069), url(../images/who.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Who we are secton end  */

/* Our Guest section start */
.our-guest-section {
    position: relative;
    background-color: var(--white-color);
}

.our-guest-box img {
    width: 100%;
    border-radius: 0px 20px;
}

.our-guest-box {
    position: relative;
    background: var(--white-color);
    width: 100%;
    padding: 8px;
    border-radius: 0px 20px;
    overflow: hidden;
    transition: 0.4s linear;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.our-guest-box::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.our-guest-box:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.guest-tittle h3 {
    font-size: 44px;
}

/* Our Guest section end */


/* Rsvp section start start */
.rsvp-section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.31)) 0% 0%, url("../images/rsvp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.rsvp-card {
    position: relative;
    background: rgb(249, 249, 249);
    padding: 30px 30px;
    width: 100%;
    text-align: center;
    border-radius: 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

label {
    font-size: 18px;
    display: inline-block;
    color: var(--text-color);
}

.rsvp-card .form-control {
    display: block;
    width: 100%;
    padding: 12px 0px;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    background-color: transparent;
    border-bottom: 1px solid #2323234d;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.rsvp-card .form-select {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-color);
    background-color: transparent;
    border-bottom: 1px solid rgba(36, 36, 36, 0.51);
    border-radius: 0px;
    appearance: none;
    padding: 12px 0px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 20px 25px;
}

.rsvp-card .form-select option {
    color: rgb(0, 0, 0);
    background-color: var(--white-color);
    padding: 12px 10px;
}

.rsvp-card .form-select:focus {
    border-color: #2323234d;
    outline: 0px;
    box-shadow: none;
}

.rsvp-card .form-control:focus {
    color: rgb(33, 37, 41);
    background-color: transparent;
    border-color: var(--black-color);
    outline: 0px;
    box-shadow: none;
}

.rsvp-card input::placeholder {
    color: var(--text-color);
    opacity: 1;
}

.rsvp-card input::placeholder {
    color: var(--text-color);
}

.form-control,
.form-select {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0px;
    padding: 10px 5px;
    box-shadow: none;
}

.form-check-input {
    margin-top: 0.3rem;
}

.main-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    outline: none;
    transition: 0.5s linear;
    background: var(--rose);
    color: var(--white-color);
    border-radius: 3px;
}

.main-btn:hover {
    background: rgb(6, 6, 6);
    color: rgb(255, 255, 255);
}

/* Rsvp section start start */


/* Feature section start */
.feature-section {
    position: relative;
    background-color: var(--white-color);
}

.feature-box {
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.feature-box .feature-icon img {
    max-width: 75px;
}

.feature-box h3 {
    font-size: 40px;
}

.feature-box h4 {
    position: absolute;
    right: 12px;
    top: 35px;
    font-size: 30px;
    opacity: 0.7;
    font-weight: 500;
    -webkit-text-stroke: 2px rgb(183 110 121);
    color: transparent;
}

.feature-box p {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Feature section end */


/* Blog section start */
.blog-section {
    background-color: var(--white-color);
    background-image: url("../images/shape/blog.jpg");
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-box {
    position: relative;
    margin-top: 15px;
    padding: 10px;
    background: rgb(255 255 255);
    transition: 0.4s linear;
    border-radius: 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-box .blog-img {
    width: 100%;
    clip-path: unset;
}

.blog-box .blog-img img {
    width: 100%;
    border-radius: 0px 20px;
}

.blog-box .blog-img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 0%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
}

.blog-box .blog-img:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.blog-box .blog-content {
    padding: 15px;
}

.blog-box .blog-content ul li:first-child {
    position: relative;
    padding-right: 30px;
}

.blog-box .blog-content ul li {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
}

.blog-box .blog-content ul li i {
    font-size: 13px;
    color: var(--rose);
}

.blog-box h3 {
    font-size: 33px;
    font-weight: 600;
    color: var(--black-color);
    transition: 0.4s;
}

.blog-box h3:hover {
    color: var(--rose);
    cursor: pointer;
}

.blog-box:hover .blog-content a h3 {
    color: var(--rose);
}

.blog-box .blog-content .read-more {
    position: relative;
    width: fit-content;
}

.blog-box .blog-content .read-more .scrolldown-btn {
    right: -9px;
}

.blog-box .blog-content .read-more a {
    font-size: 19px;
    font-weight: unset;
    text-decoration: none;
    color: var(--black-color);
}

.blog-box .blog-content .read-more a:hover {
    color: var(--rose);
}

.scrolldown-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 33px;
    width: 15px;
    height: 15px;
    margin: auto;
    text-align: center;
    transform: rotate(270deg);
}

.scrolldown-btn svg path.first-path {
    animation: 1s ease-in-out 0.8s infinite normal none running scrollanim;
}

.scrolldown-btn svg path.second-path {
    animation: 1s ease-in-out 0s infinite normal none running scrollanim2;
}

@-webkit-keyframes scrollanim {
    0% {
        transform: translate(0px, -40px);
        opacity: 0;
    }

    60% {
        transform: translate(0px, 0px);
        opacity: 0.8;
    }
}

@keyframes scrollanim {
    0% {
        transform: translate(0px, -40px);
        opacity: 0;
    }

    60% {
        transform: translate(0px, 0px);
        opacity: 0.8;
    }
}

@-webkit-keyframes scrollanim2 {
    0% {
        transform: translate(0px, -40px);
        opacity: 0;
    }

    60% {
        transform: translate(0px, 0px);
        opacity: 0.6;
    }
}

@keyframes scrollanim2 {
    0% {
        transform: translate(0px, -40px);
        opacity: 0;
    }

    60% {
        transform: translate(0px, 0px);
        opacity: 0.6;
    }
}

/* Blog section end */


/* Footer section start */
.footer {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 0 0 / 68%)), url(../images/shape/footer-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 70px 0px;
}

.footer-box p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffffe6;
}

.footer-box ul li {
    margin: 0px 10px;
}

.footer-box ul li a {
    background: rgb(183 110 121);
    padding: 10px 10px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
}

.footer-box ul li a:hover {
    background: rgb(255, 255, 255);
    color: var(--rose);
}

.footer-box img {
    width: 300px;
}

.footer-quick-links ul li a {
    color: #ffffffe6;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    transition: 0.5s linear;
}

.footer-quick-links li a i {
    padding-right: 7px;
}

.footer-quick-links li a:hover {
    color: var(--rose);
}

.footer-quick-links ul li a:hover i {
    animation: 0.3s ease 0s 1 normal forwards running toTopFromBottom;
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.footer-contact-info h1 {
    margin-bottom: 30px !important;
}

.footer-quick-links h1,
.footer-contact-info h1 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffffe6;
    position: relative;
    margin-bottom: 30px;
}

.footer-quick-links h1::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: var(--rose);
    border-radius: 2px;
    bottom: -16px;
    left: -2px;
}

.footer-quick-links h1::after {
    content: "";
    position: absolute;
    border-bottom: 5px dotted var(--rose);
    width: 30px;
    bottom: -16px;
    left: 45px;
}

.footer-contact-info h1::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: var(--rose);
    border-radius: 2px;
    bottom: -14px;
    left: -2px;
}

.footer-contact-info h1::after {
    content: "";
    position: absolute;
    border-bottom: 5px dotted var(--rose);
    width: 30px;
    bottom: -14px;
    left: 45px;
}

.footer-padding {
    margin-left: 30px;
}

.contact-detail .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-right: 6px;
    background: rgba(255, 255, 255, 0.87);
    border-radius: 3px;
}

.contact-detail .details p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffffe6;
    margin-bottom: 7px;
}

.contact-detail .details p a {
    color: rgba(255, 255, 255, 0.81);
}

.instagram-img {
    overflow: hidden;
}

.instagram-img img {
    width: 100%;
    border-radius: 2px;
}

.instagram-img img {
    transition: transform 0.3s;
}

.instagram-img img:hover {
    transform: scale(1.2);
}

/* Footer section end */

/* Footer copy start */
.copyright {
    background-color: var(--black-color);
    border-top: 2px solid rgba(255, 255, 255, 0.16);
}

.copyright p {
    color: var(--white-color);
    font-size: 17px;
}

.copyright p a {
    color: var(--rose);
}

/* Footer copy end */

/*  Breadcrumb section start */
.breadcrumb-wrapper {
    position: relative;
    background: url("../images/breadcrumb/01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.breadcrumb-heading ul li {
    font-size: 20px;
}

.breadcrumb-heading ul li a {
    color: var(--text-color);
}

/*  Breadcrumb section end*/


/* About page section start */
.about-section {
    position: relative;
    background: rgb(255, 255, 255);
}

.about-img img {
    width: 100%;
    border-radius: 0px 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.about-info {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.about-info img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.about-content .content-box h3 {
    font-family: "Great Vibes", cursive;
    font-size: 38px;
    font-weight: 600;
}

.about-padding {
    padding-left: 30px;
}

/* About section end */


/* Counter section start */
.counter-section {
    background-color: #b76e7926;
}

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.counter-box img {
    width: 150px;
    opacity: 0.8;
}

.counter-number {
    font-size: 65px;
    font-weight: 600;
    color: var(--rose);
}

.counter-label {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-color);
}

/* Counter section end */


/* Our service section start */
.our-service-section {
    background-color: var(--white-color);
}

.services-box {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 0px 15px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.services-box .services-img img {
    width: 100%;
    transition: 0.4s linear;
    border-radius: 0px 15px;
}

.services-box .services-img {
    overflow: hidden;
    transition: 0.4s linear;
}

.services-box .services-img img:hover {
    transform: scale(1.2);
}

.services-box h3 {
    font-family: "Great Vibes", cursive;
    font-size: 38px;
    font-weight: 600;
    transition: 0.4s linear;
}

.services-box a {
    color: var(--black-color);
}

.services-box h4:hover {
    color: var(--rose);
}

/* Our service section end */


/* Testimonials section start */
.testimonial-section {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgb(0 0 0 / 59%)) 0% 0% / cover, url(../images/testimonials-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.our-costomer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 25px;
}

.our-costomer .profile-img {
    background: #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 2px;
}

.our-costomer .profile-img img {
    width: 100%;
    border-radius: 50%;
}

.our-costomer .designation h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    color: var(--white-color);
}

.our-costomer .designation h4 {
    font-size: 20px;
    padding-top: 12px;
    margin: 0px;
    color: var(--white-color);
}

.our-costomer .designation span i {
    font-size: 13px;
    color: var(--rose);
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-inactive-color: var(--swiper-pagination-color);
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-inactive-opacity: .4;
}

.swiper-pagination-bullet-active {
    outline: 1px solid var(--swiper-pagination-color);
    outline-offset: 7px;
}

.swiper-pagination {
    --swiper-pagination-bottom: 0px;
}

.swiper-pagination-2 {
    --swiper-pagination-bottom: 40px !important;
}

/* Testimonials section end */


/* Rsvp card page section start */
.rsvp-page-section {
    position: relative;
    background-color: var(--white-color);
}

.rsvp-shape img {
    position: absolute;
    width: 310px;
    height: 100vh;
    object-fit: cover;
    left: -35px;
}

.rsvp-content .rsvp-img img {
    width: 100%;
    height: 100vh;
    object-fit: scale-down;
}

/* Rsvp card page section end */


/* Play btn section start */
.paly-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.paly-btn img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background: 0% 0% / 50px 50px rgba(255, 255, 255, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: rgb(249, 249, 249) 0px 0px 0px 0px;
    animation: 3s ease 0s infinite normal none running pulse;
}

@-webkit-keyframes pulse {
    0% {
        font-size: 12px;
        letter-spacing: 1.3px;
    }

    70% {
        font-size: 15px;
        letter-spacing: 1.5px;
        box-shadow: rgba(0, 253, 222, 0) 0px 0px 0px 50px;
    }

    100% {
        font-size: 12px;
        letter-spacing: 1.3px;
        box-shadow: rgba(0, 253, 222, 0) 0px 0px 0px 0px;
    }
}

.play-icon i {
    font-size: 40px;
    color: var(--white-color);
}

.play-icon:hover {
    background-color: var(--rose);
    animation-play-state: paused;
}

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

.modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
}

.close {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 40px;
    color: var(--white-color);
    cursor: pointer;
}

video,
iframe {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Play btn section end */


/* Pricing plan start */
.price-plan-section {
    position: relative;
    background-color: var(--white-color);
}

.section-element img {
    position: absolute;
    top: 0px;
    left: -54px;
    width: 275px;
    transform: rotate(45deg);
    opacity: 0.8;
}

.section-element-2 img {
    position: absolute;
    top: 0px;
    right: -54px;
    width: 275px;
    transform: rotate(328deg);
    opacity: 0.8;
}

.pricing-box {
    position: relative;
    padding: 0px 0px 50px;
    background: var(--white-color);
    cursor: pointer;
    transition: 0.4s linear;
    border-radius: 0px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pricing-box:hover {
    margin-top: -15px;
}

.pricing-box .price-item {
    position: relative;
    z-index: 100;
    padding: 30px 20px 15px;
}

.pricing-box .price-item::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 80%;
    content: "";
    right: 0px;
    margin: auto;
    background: linear-gradient(to right, rgb(183 110 121), rgba(36, 36, 36, 0.16), rgb(183 110 121));
}

.pricing-box .price-item h5 {
    font-size: 22px;
    color: var(--text-color);
}

.pricing-box .plan-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pricing-box .plan-list li {
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
    color: var(--text-color);
}

/* Pricing plan end */


/* Login section start */
.login-section {
    background-color: var(--white-color);
}

.login-box {
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.login-box label {
    font-size: 18px;
    color: var(--text-color);
}

.login-box label span {
    color: var(--rose);
}

.login-box input.form-control {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: rgb(12, 12, 12);
    box-shadow: 0px 0px 0px;
}

.login-box .login-other {
    display: flex;
    margin-bottom: 30px;
}

.login-box .login-other-sign {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: rgb(43, 36, 36);
    border: 1px solid rgba(46, 44, 44, 0.4);
    border-radius: 3px;
    margin: 0px 10px;
    transition: 0.4s linear;
}

.login-box .login-other-sign img {
    margin-right: 6px;
}

.login-box .login-other-sign:hover {
    background: var(--rose);
    color: var(--white-color);
}

.login-box .login-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 3px;
    background: var(--rose);
    color: var(--white-color);
    transition: 0.4s linear;
}

.login-box .login-btn:hover {
    background: var(--black-color);
}

.login-box .password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.login-box .password-wrapper input {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    outline: none;
}

.login-box .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    color: var(--text-color);
    background: transparent;
    border: none;
}

.login-box .toggle-password:focus {
    outline: none;
}

.login-box .outer {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: relative;
    color: rgb(145, 145, 145);
    margin: 30px 0px;
}

.login-box .outer::before,
.login-box .outer::after {
    content: "";
    position: absolute;
    width: 40%;
    background: rgba(33, 36, 49, 0.26);
    height: 1px;

    bottom: 0px;
    margin: auto;
    top: 0px;
}

.login-box .outer::before {
    left: 0px;
}

.login-box .outer::after {
    right: 0px;
}

.login-box .forget a {
    font-size: 18px;
    font-weight: 500;
    color: var(--rose);
}

.login-box .forget a:hover {
    color: var(--black-color);
}

.login-box .account {
    font-size: 18px;
    color: var(--text-color);
}

.login-box .sign {
    color: var(--rose);
}

.login-box .sign:hover {
    color: var(--black-color);
}

/* Login section end */


/* Coming soon section start */
.coming-main-wrapper {
    background: url("../images/coming-soon.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-wrapper {
    background: #ffffffb3;
    border: 1px solid rgb(204, 204, 204);
    padding: 30px;
    border-radius: 12px;
    position: relative;
    width: 100%;
    backdrop-filter: blur(10px);
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-bottom: 30px;
}

.countdown div {
    font-size: 2rem;
    color: rgb(73, 87, 43);
    font-weight: 600;
}

.countdown .value {
    font-size: 65px;
    display: block;
    color: var(--rose);
    font-weight: 400;
}

.countdown .label {
    font-size: 20px;
    display: block;
    color: var(--black-color);
    font-weight: 400;
}

/* Coming soon section end */


/* Blog page wrapper section start */
.blog-wrapper .post-item-box {
    background: var(--white-color);
    padding: 0px;
    box-shadow: rgba(60, 64, 67, 0) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 2px 6px 2px;
}

.blog-wrapper .post-thumb {
    padding: 20px;
}

.blog-wrapper .post-thumb img {
    width: 100%;
    border-radius: 0px 20px;
}

.post-thumb .post-thumb-img img {
    width: 100%;
}

.blog-wrapper .post-thumb .swiper-button-next::after {
    content: none;
}

.swiper-button-next i,
.swiper-button-prev i {
    font-size: 30px;
    color: var(--rose);
}

.blog-wrapper .post-content-item .meta-item ul {
    display: flex;
}

.blog-wrapper .post-content-item .meta-item li {
    font-size: 20px;
    margin-right: 20px;
}

.blog-wrapper .post-content-item .meta-item a {
    color: var(--rose);
}

.blog-wrapper .post-content-item .meta-item li i {
    color: var(--rose);
}

.blog-wrapper .post-content-item {
    padding: 10px 15px;
}

.blog-wrapper .post-content-item h3 a {
    font-size: 40px;
    font-weight: 600;
    color: var(--black-color);
    transition: 0.4s linear;
}

.blog-wrapper .post-content-item h3 a:hover,
.blog-footer .right a:hover,
.blog-footer .viewall:hover {
    color: var(--rose);
}

.blog-wrapper .blog-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.blog-wrapper .blog-footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(147, 17, 85, 0), rgba(13, 15, 29, 0.27), rgba(255, 17, 130, 0));
}

.blog-wrapper .blog-footer .viewall {
    font-size: 19px;
    color: var(--text-color);
    transition: 0.4s linear;
}

.blog-wrapper .blog-footer .right a {
    font-size: 15px;
    color: var(--text-color);
    padding: 0px 10px;
    transition: 0.4s linear;
}

.blog-wrapper .blog-footer .right a i,
.blog-wrapper .blog-footer .viewall i {
    color: var(--rose);
    padding-right: 5px;
    font-size: 15px;
}

.widget-side {
    background: var(--white-color);
    padding: 30px;
    box-shadow: rgba(60, 64, 67, 0) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 2px 6px 2px;
}

.widget-side .author-box {
    background-color: var(--white-color);
    padding: 40px 20px;
    text-align: center;
    border-radius: 10px;
}

.widget-side .author-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.widget-side .author-social a {
    display: inline-block;
    margin: 0px 8px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: var(--rose);
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px;
    transition: 0.3s;
}

.widget-side .author-social a:hover {
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0.68);
}

.widget-side .widget-header h5::before,
.widget-side .widget_header h5::after,
.widget-side.widget-search .search-wrapper button {
    content: "";
    position: absolute;
}

.widget-side .widget-header h5::before {
    width: 40px;
    height: 4px;
    background-color: var(--rose);
    bottom: -20px;
    border-radius: 2px;
}

.widget-side .widget-header h5 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.widget-side .widget-header h5::after {
    border-bottom: 5px dotted var(--rose);
    width: 30px;
    bottom: -20px;
    left: 45px;
}

.widget-side.widget-search .search-wrapper {
    position: relative;
}

.widget-side.widget-search .search-wrapper input {
    height: 50px;
    padding: 14px 25px;
    font-size: 18px;
    line-height: 50px;
    border: none;
    width: 100%;
    outline: none;
    color: var(--black-color);
    background-color: rgb(183 110 121 / 10%);
}

.widget-side.widget-search .search-wrapper button {
    padding: 0px;
    top: 0px;
    right: 0px;
    line-height: 50px;
    width: 50px;
    height: 48px;
    outline: none;
    border: none;
    cursor: pointer;
    color: var(--white-color);
    background: var(--rose);
}

.widget-category ul li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    padding: 9px 0px;
}

.widget-category ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--black-color);
    align-items: center;
}

.widget-category ul li a:hover span:first-child {
    transition: 0.3s ease-in-out;
}

.widget-category ul li a:hover span:first-child {
    padding-left: 10px;
    color: var(--rose);
}

.widget-category ul li a:hover span:last-child {
    background-color: var(--rose);
    color: var(--white-color);
}

.widget-category ul li:last-child {
    border: 0px;
}

.widget-category ul li a span:last-child {
    background: transparent;
    display: flex;
    border-radius: 50%;
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
}

.widget-side .post-thumb-sie img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 5px;
}

.widget-post ul li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.22);
    padding: 20px 0px;
}

.widget-side .post-content a,
.widget-side .post-content a h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--black-color);
    transition: 0.4s linear;
}

.widget-side .post-content a:hover,
.widget-side .post-content a h6:hover {
    color: var(--rose);
}

.widget-archive ul li {
    display: flex;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    transition: 0.4s linear;
}

.widget-archive ul li a {
    font-size: 16px;
    color: var(--black-color);
    transition: 0.4s linear;
}

.widget-archive ul li:hover {
    background: var(--rose);
}

.widget-archive ul li:hover a {
    color: var(--white-color);
}

.embed-responsive iframe {
    width: 100%;
    height: 350px;
    clip-path: polygon(0px 0px, calc(100% - 20px) 0px, 100% 20px, 100% 100%, 20px 100%, 0px calc(100% - 20px));
}

.blog-wrapper .post-content-item blockquote {
    position: relative;
    background: var(--rose);
    padding: 25px 30px 25px 80px;
    border-radius: 0px 20px;
}

.blog-wrapper .post-content-item blockquote::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 20px;
    background: url("../images/icon/b-code.png");
    width: 40px;
    height: 30px;
    margin: auto;
}

.blog-wrapper .post-content-item blockquote p {
    font-size: 18px;
    font-style: italic;
    color: var(--white-color);
    margin: 0px;
}

.blog-wrapper .create-post {
    background: rgb(255, 255, 255);
    padding: 30px 0px 0px;
    box-shadow: rgba(60, 64, 67, 0) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 2px 6px 2px;
}

.blog-wrapper .create-post .thumb-img img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-wrapper .info-card-title {
    border-bottom: 1px solid rgba(198, 165, 122, 0.33);
    padding: 15px 0px;
}

.blog-wrapper .info-card-title h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--black-color);
}

.blog-wrapper .create-post .lab-inner {
    padding: 0px 35px;
}

.blog-wrapper .thumb-img .border-rounder {
    position: absolute;
    inset: 0px 0px 0px -5px;
    margin: auto;
    height: 70px;
    width: 70px;
    border: 1px dashed var(--rose);
    border-radius: 50%;
    animation: 3s linear 0s infinite normal none running roudder;
}

@keyframes roudder {
    100% {
        transform: rotate(360deg);
    }
}

.blog-wrapper .create-post .thumb-img {
    position: relative;
}

.blog-wrapper .create-post .thumb-content h5 {
    font-size: 20px;
    font-weight: 600;
}

.blog-wrapper .create-post .thumb-content h6 i {
    padding-right: 5px;
    color: var(--rose);
}

.blog-wrapper .create-post .thumb-content h6 p {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
}

.blog-wrapper .create-post .thumb-content h6 p::before {
    content: "|";
    position: absolute;
    left: 8px;
}

.blog-wrapper .create-post .lab-content .post-form input {
    font-size: 15px;
    font-weight: 500;
    padding: 40px 35px;
    width: 100%;
    outline: none;
}

.blog-wrapper .reply-box {
    border-bottom: 1px solid rgba(198, 165, 122, 0.33);
}

.blog-wrapper .reply-box .reply-btn a {
    font-size: 16px;
    color: var(--rose);
}

.blog-wrapper .leave-comment-box {
    background-color: var(--white-color);
    padding: 10px;
}

.blog-wrapper .leave-comment-box input,
.blog-wrapper .leave-comment-box textarea {
    padding: 12px 20px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    outline: navajowhite;
    border-radius: 5px;
    font-size: 17px;
    width: 100%;
    background: rgba(128, 128, 128, 0.08);
    color: var(--black-color);
}

/* Blog page wrapper section end */


/* Contact section start */
.contact-section {
    background-color: var(--white-color);
}

.contact-info-box {
    position: relative;
    background: rgba(255, 255, 255, 0.87);
    padding: 30px 40px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0px 15px;
}

.contact-info-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(183 110 121 / 11%);
    width: 80px;
    height: 80px;
    margin: 0px auto 20px;
    border-radius: 50%;
}

.contact-info-box .icon i {
    font-size: 28px;
    color: var(--rose);
}

.contact-info-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
    color: var(--text-color)
}

.contact-info-box p a {
    color: var(--text-color);
}

.contact-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 50px 0px;
    border-radius: unset;
    padding: 45px;
}

.contact-box .contact-wrap .from-control {
    font-size: 17px;
    font-weight: 400;
    padding: 15px 0px 10px 10px;
    background-color: transparent;
    border: 1px solid rgba(16, 16, 16, 0.17);
    color: rgb(69, 69, 69);
    outline: none;
    width: 100%;
    border-radius: 4px;
}

.contact-box .contact-wrap textarea {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    border: 1px solid rgba(16, 16, 16, 0.17);
    outline: none;
}

.contact-box .contact-wrap .form-select {
    width: 100%;
    padding: 12px 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    background-color: transparent;
    appearance: none;
    border-radius: 4px;
    border: 1px solid rgba(16, 16, 16, 0.17) !important;
}

.contact-box .contact-wrap .form-select option {
    background-color: var(--white-color);
    padding: 12px 10px;
    color: var(--text-color);
}

.contact-box .contact-wrap .form-select:focus {
    border-color: var(--white-color);
    outline: 0px;
    box-shadow: none;
}

/* contact section end */


/* map section start */
.map-section {
    margin-top: -120px;
    z-index: 1;
}

.ifreame-map iframe {
    width: 100%;
    height: 400px;
}

/* map section end */


/************ index 2 start ************  */
/************ index 2 start ************  */

/* 2. index home style-2  */

/* Hero Slider start */
.hero-slider-section {
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.hero-slider-section .swiper-slide {
    position: relative;
    height: 100vh;
}

.hero-slider-section .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    z-index: 2;
    overflow: hidden;
}

.hero-slider-section .swiper-slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
    z-index: 1;
}

.hero-slider-section .swiper-slide-active img {
    transform: scale(1.02);
    opacity: 1;
}

.hero-slider-section .swiper-slide:not(.swiper-slide-active) img {
    transform: scale(1);
    opacity: 0.7;
}

.hero-slider-box {
    padding: 40px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    max-width: 850px;
    text-align: center;
    background: rgba(0, 0, 0, 0.23);
    border: 3px solid rgb(248 248 248 / 27%);
    backdrop-filter: blur(4px);
}

.hero-slider-box .hero-slider-content {
    background-color: rgba(114, 56, 56, 0);
    position: relative;
}

.hero-slider-box .hero-slider-content h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: var(--white-color);
    text-align: center;
}

.hero-slider-box .hero-slider-content h3,
.hero-slider-box .hero-slider-content h3 span {
    font-family: "Great Vibes", cursive;
    font-size: 110px;
    font-weight: 600;
    letter-spacing: 6px;
    text-align: center;
    color: var(--white-color);
    margin-top: 20px;
}

.hero-slider-box .hero-slider-content h3 span {
    color: var(--rose);
}

.hero-slider-box .hero-slider-content h4 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--white-color);
}

.hero-slider-box .hero-slider-content h5 {
    color: var(--rose) !important;
}

.hero-slider-box .hero-slider-content h5,
.hero-slider-box .hero-slider-content h6 {
    font-family: "Great Vibes", cursive;
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 2px;
    text-align: center;
    color: var(--white-color)
}

.hero-slider-box .hero-slider-content .heading-line img {
    width: 300px;
    position: inherit;
    margin: auto;
}

.swiper-button-next2,
.swiper-button-prev2 {
    background: var(--rose);
    border-radius: 50px;
    color: var(--white-color);
    z-index: 7;
    height: 43px !important;
    width: 43px !important;
}

.swiper-button-next2 i,
.swiper-button-prev2 i {
    font-size: 20px;
    color: var(--white-color);
}

.swiper-button-next2 {
    position: absolute;
    right: 30px !important;
}

.swiper-button-prev2 {
    position: absolute;
    left: 30px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none
}

/* Hero Slider end */


/* Couple section start */
.couple-img-2 {
    position: relative;
    background: rgba(230, 233, 243, 0.03);
    padding: 15px;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.couple-img-2::before {
    content: "";
    position: absolute;
    inset: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    ;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.74);
    z-index: 3;
    pointer-events: none;
}

.couple-img-2 .couple-innner-img {
    overflow: hidden;
}

.couple-img-2 .couple-innner-img img {
    width: 100%;
    transition: 0.4s linear;
    z-index: 2;
}

.couple-img-2 .couple-innner-img img:hover {
    transform: scale(1.2);
}

.couple-content-item-2 .sociol-icon ul {
    display: flex;
    justify-content: center;
}

.couple-content-item-2 .sociol-icon a {
    display: inline-block;
    margin: 0px 8px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: var(--rose);
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 8px;
    transition: 0.3s;
}

.couple-content-item-2 .sociol-icon a:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.couple-content-item-2 .outer-bottom img {
    width: 265px;
    opacity: 0.8;
}

/* Couple section end */


/* Clock timer section start */
.timer-box-2 {
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    z-index: 1;
    border-radius: 50%;
}

.timer-box-2::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    top: 5px;
    left: -12px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/shape/about-shape.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.timer-box-2 .value {
    font-size: 65px;
    font-weight: 600;
    color: var(--black-color);
    line-height: 1.3;
}

.timer-box-2 span.label {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-color);
}

/* Clock timer section end */


/* Our story section start */
.our-story-section-2 {
    position: relative;
    background-color: #F8F8F8;
}

.story-img-2 {
    position: relative;
    background-color: var(--white-color);
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.story-img-2::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.story-img-2:hover::before {
    background-color: transparent;
    height: 250%;
    transition: 600ms linear;
}

.story-img-2 img {
    width: 100%;
}

.story-content {
    position: relative;
    height: 100%;
    background-color: var(--white-color);
    padding: 64px 25px;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.story-content .date-card {
    position: absolute;
    top: -14px;
    right: 30px;
    background: #ffffff4f;
    padding: 20px 30px;
    transform: rotate(8deg);
    font-family: 'Playfair Display', serif;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.story-content .date-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #b76e7973;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.story-content .date-card-2 {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #ffffff4f;
    padding: 20px 30px;
    transform: rotate(352deg);
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.story-content .date-card-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #b76e7973;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.story-content .story-heading-img img {
    width: 300px;
}

/* Our story section end */


/* Swiper Slider gallery start */
.gallery-box {
    position: relative;
    margin-top: 10px;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.gallery-box .overlay {
    position: absolute;
    inset: 10px;
    background: #ffffffcc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
    user-select: none;
}

.gallery-box::before {
    content: "";
    position: absolute;
    inset: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background: transparent;
    border: 3px solid rgba(255, 255, 255, 0.74);
    z-index: 3;
    pointer-events: none;
}

.next-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 25px 0px 25px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.next-btn i {
    height: 45px;
    width: 45px;
    padding: 14px;
    font-size: 17px;
    border-radius: 50px;
    background: var(--rose);
    color: #fff;
}

.next-btn .swiper-button-next,
.next-btn .swiper-button-prev {
    position: unset;
    margin: 0;
    gap: 10px;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}

.gallery-box {
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    display: inline-block;
    transition: all linear 0.3s;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

@keyframes floatDownUp {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

.float-up {
    animation-name: floatUpDown;
}

.float-down {
    animation-name: floatDownUp;
}

/* Swiper Slider gallery end */


/* Our Guest-2 section start */
.our-guest-section-2 {
    background-color: #F8F8F8;
    position: relative;
}

.our-guest-box-2 {
    position: relative;
    padding: 10px;
    background: #ffffff;
    overflow: hidden;
    transition: all linear 0.4s;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.our-guest-box-2::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.our-guest-box-2:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.our-guest-box-2::after {
    content: "";
    position: absolute;
    inset: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.74);
    z-index: 3;
    pointer-events: none;
}

.our-guest-box-2 img {
    width: 100%;
}

.our-guest-box-2:hover {
    background: var(--white-color);
}

/* Our Guest-2 section end */


/* Wedding Programs section start  */
.event-card {
    background: var(--white-color);
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.event-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.event-details {
    padding: 20px;
    text-align: center;
}

.event-title {
    font-family: "Great Vibes", cursive;
    font-size: 45px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 10px;
}

.divider {
    width: 120px;
    height: 2px;
    background: var(--rose);
    margin: 0 auto 15px;
}

.event-details p {
    margin: 4px 0;
}

/* Wedding Programs section end  */


/* Blog section start */
.blog-style-2 {
    border-radius: 0px;
}

.blog-style-2 .blog-img img {
    border-radius: 0px;
}

/* Blog section end */


/* ************ index 3 start *********** */
/* ************ index 3 start *********** */

/* 3. index home style-3  */

/* Hero wrapper start */
.hero-wrapper {
    position: relative;
    padding: 90px 0px;
    background: linear-gradient(#ffffff9e, #ffffff61), url(../images/shape/hero-wrapper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-wrapper .shape-item .home-element img {
    position: absolute;
    top: 4px;
    right: 34px;
    width: 50px;
    height: 50px;
    opacity: 8;
    animation: 10s linear 0s infinite normal none running rotate-animation;
    z-index: 1;
}

.hero-wrapper .shape-item .home-element2 img {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 50px;
    height: 50px;
    opacity: 8;
    animation: 10s linear 0s infinite normal none running rotate-animation;
}

.hero-wrapper .hero-text-box h2,
.hero-wrapper .hero-text-box h2 span {
    font-family: "Great Vibes", cursive;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1.1;
    color: var(--black-color);
    text-align: center;
}

.hero-wrapper .hero-text-box h2 span {
    color: var(--rose);
}

.hero-wrapper .hero-text-box h3 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #b76e79;
}

.hero-wrapper .hero-text-box h4,
.hero-wrapper .hero-text-box h5 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: var(--black-color);
}

.hero-wrapper .hero-text-box h5 {
    color: var(--rose);
}

.hero-img-banner {
    position: relative;
    width: 80%;
    z-index: 1;
    margin: auto
}

.hero-img-banner .hero-innerr-img {
    border: 1px solid #515A44;
    background: #f8f8f8;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    margin: auto;
}

.hero-img-banner .hero-innerr-img img {
    width: 100%;
}

.hero-img-banner .back-flower {
    position: absolute;
    z-index: -1;
    inset: -50px;
    top: -65px;
}

.hero-img-banner .back-flower img {
    width: 100%;
    animation: rotateInfinite 26s linear infinite;
}

.timer-wrpper {
    padding: 15px 0px;
    background: #ffffff14;
    border: 1px solid #b76e7966;
    bottom: 30px;
    left: 0;
    left: 50%;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    backdrop-filter: blur(4px);
}

.timer-box-3 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 50%;
    background: #b76e7900;
    flex-shrink: 0;
}

.timer-box-3 span.value {
    font-size: 70px;
    font-weight: 600;
    color: #242424;
    line-height: 1;
}

.timer-box-3 span.label {
    font-size: 22px;
    font-weight: 600;
    color: #b76e79;
}

/* Hero wrapper end */


/* couple section start */
.couple-img-3 {
    position: relative;
    background: rgba(230, 233, 243, 0.03);
    width: 400px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}

.couple-img-3::before {
    content: "";
    position: absolute;
    inset: 20px;
    background: transparent;
    width: 360px;
    height: 360px;
    border: 3px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    z-index: 3;
    pointer-events: none;
}

.couple-img-3 img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    transition: 0.4s linear;
    z-index: 2;
    padding: 10px;
    background: #bf7f8836;
}

.couple-img-3 img:hover {
    transform: scale(1.3);
}

/* couple section end */


/* Our Story section start */
.story-img-3 {
    position: relative;
    background: rgba(230, 233, 243, 0.03);
    width: 500px;
    height: 500px;
    margin: 0 auto;
    border-radius: 50%;
}

.story-img-3::before {
    content: "";
    position: absolute;
    inset: 63px 2px 42px -70px;
    width: 375px;
    background: transparent;
    z-index: 3;
    transform: rotate(210deg);
    pointer-events: none;
    background-image: url(../images/story-img.png);
    background-size: cover;
}

.story-img-inner {
    position: relative;
}

.story-img-inner::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 175px;
    width: 375px;
    background: transparent;
    z-index: 3;
    transform: rotate(32deg);
    pointer-events: none;
    background-image: url(../images/story-img.png);
    background-size: cover;
}

.story-img-3 img {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    transition: 0.4s linear;
    z-index: 2;
    padding: 10px;
    background: #bf7f8836;
}

/* Our Story section end */


/* Our Guest-3 start */
.our-guest-box-3 {
    position: relative;
    width: 305px;
    height: 305px;
    border-radius: 50%;
    background: #c6a57a;
    overflow: hidden;
}

.our-guest-box-3::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 1px;
    left: 20px;
    width: 270px;
    height: 270px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.74);
    z-index: 3;
    border-radius: 50%;
    pointer-events: none;
}

.our-guest-box-3 img {
    width: 305px;
    height: 305px;
    object-fit: cover;
    transition: all linear 0.4s;
}

.our-guest-box-3 img:hover {
    transform: scale(1.3);
}

/* Our Guest-3 end */


/* Wedding Programs start */
.event-box {
    position: relative;
    box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.event-box img {
    width: 100%;
}

.event-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    transition: all linear 0.5s;
    opacity: 0;
}

.event-box:hover:before {
    opacity: 1;
}

.event-box .event-details {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 93%;
    padding: 30px;
    background: #ffffff;
    display: flex;
    flex-flow: column;
}

.event-box .event-details h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #4c69cab0;
    width: fit-content;
    padding: 8px;
    border-radius: 3px;
}

.event-box .event-details h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

/* Wedding Programs end */