:root {
    --maroon: #8B1D2C;
    --maroon2: #6F1421;
    --gold: #C9A44C;
    --cream: #FAF3EA;
    --card: #FFF9F3;
    --border: #E6D6C6;
    --text: #2E2E2E;
    --muted: #6B6B6B;
    --radius: 16px;
    --shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.container {
    max-width: 1300px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: #f7e9de;
    color: #333;
}

.header-area {
    background-image: url(https://anilranpuradigital916soni.in/public/Bio_data/icon/header-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    /* border-bottom: 3px solid var(--gold) */
}

p {
    color: #941b2bc0;
}

.header-area .navbar-light .navbar-nav {
    gap: 30px;
}

.header-area .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    transition: all .5s ease-in-out;
    height: 99px;
    display: flex;
    align-items: center;
}

.header-area .navbar-light .navbar-nav .nav-link:hover {
    color: var(--maroon);
}

.header-area .navbar-light .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--gold);
    bottom: -6px;
    transition: all .5s ease-in-out;
}

.header-area .navbar-light .navbar-nav .nav-link:hover:before {
    width: 100%;
}

.header-area .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--gold);
}

.header-area .navbar-light .navbar-nav .nav-item.active .nav-link:before {
    width: 100%;
}

.header-area.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.5s ease-out;
    width: 100%;
    z-index: 999;
    background-image: url(https://anilranpuradigital916soni.in/public/Bio_data/icon/header-1.png);
    background-repeat: no-repeat;
    background-size: cover;

}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

#zoom-out-slider {
    position: relative;
}

#zoom-out-slider .slide {
    border-radius: 0;
}

#zoom-out-slider {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

#zoom-out-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

#zoom-out-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 10s ease;
}

#zoom-out-slider .swiper-slide-active img {
    transform: scale(1);
}

.banner-btn {
    background-color: var(--pink-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider-btn {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.swiper-button-left {
    margin-left: 15px;
}

.swiper-button-right {
    margin-right: 15px;
}

.heading-title {
    font-size: 40px;
    line-height: 50px;
    color: var(--maroon);
    font-weight: 700;
    margin-bottom: 36px;
    z-index: 1;
    position: relative;
    text-transform: capitalize;
}

.form-label-animated {
    font-size: 18px;
    color: var(--maroon);
    font-weight: 700;
}

.form-select {
    height: 40px;
    width: 100%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    appearance: none;
    background-image: url(https://anilranpuradigital916soni.in/public/Bio_data/icon/down-arrow.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 24px;
    background-position: 97%;
    border: 1px solid var(--maroon);
    color: var(--maroon);
}

.home-form {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    padding: 50px;
    position: relative;
}

.home-form .searchForm {
    width: 100%;
    margin-top: 36px;
}

.weeding_countdown_area .flowaers_top_leftside img {
    opacity: .5;
}

.home-form .col-md-6 {
    padding-left: 13px;
    padding-right: 13px;
}

.love_story_area {
    padding-bottom: 80px;
    margin-top: 80px;
}

.loveStorySwiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.love_story_area .single_lover_story .story_thumb {
    width: 222px;
    height: 222px;
}

.love_story_area .single_lover_story {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
    width: 321px;
    background-color: #fff;
}

.inner-headeing {
    font-size: 30px !important;
    color: var(--pink-color) !important;
    font-weight: 700 !important;
}

.title-margin {
    margin-top: 34px;
}

.why-choose-section {
    background-color: var(--pink-color);
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #444;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.featuer-box-image {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding: 20px;
    background: #ff85780f;
    aspect-ratio: 1;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card {
    transition: all .3s ease;
}

.feature-card:hover {
    box-shadow: 0 10px 20px hsla(0, 0%, 53%, .3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-card:hover h3 {
    color: var(--pink-color);
}

.home-staps .step {
    border-radius: 4px;
    padding: 40px 20px;
    transition: all .3s ease;
    background: #fff;
    min-height: 331px;
}

.how-it-works {
    background: #f1f7fe;
}

.work-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 17px;
    transition: all .3s ease;
}

.step:hover {
    box-shadow: 0 10px 20px hsla(0, 0%, 53%, .3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.step:hover .work-title {
    color: var(--pink-color);
}

.footer {
    background-image: url(https://anilranpuradigital916soni.in/public/Bio_data/icon/header-11.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-column h3 {
    font-weight: 700;
}

.bottom-center {
    padding: 15px 20px;
    padding-bottom: 0;
    text-align: left;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: visible;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    width: 785px;
    padding-top: 30px;
    padding-bottom: 30px;
    transform: translatey(-50%) !important;
    left: 4%;
    background: transparent;
    buttom: unset;
    bottom: unset;
    top: 50%;
}

.bottom-center::before {
    display: none;
}

.bottom-center::after {
    display: none;
}

.bottom-center h3 {
    font-size: 45px;
    color: #fff;
    line-height: 68px;
}

.bottom-center p {
    margin: 5px 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.title-shape {
    position: relative;
    padding-bottom: 4px;
}

.title-shape img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
    bottom: 1px;

}

.love_story_area {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #0000008c;
    background-blend-mode: overlay;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footer {

    padding-top: 100px;
    padding-bottom: 50px;
}

.why-choose-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn-gold {
    display: inline-block;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(to bottom,
            #f2c27b,
            #d59b4b);

    border-radius: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.25);

    transition: all 0.3s ease;
}

.custom-btn {
    display: inline-block;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: var(--maroon);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(to bottom,
            #f6d08f,
            #c78b3e);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.login-btn.btn-gold {
    margin-right: 16px;
}

.buttons {
    text-align: left;
    margin-top: 50px;
}

.weeding_countdown_area {
    background-image: url(https://anilranpuradigital916soni.in/public/Bio_data/icon/bottom-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.features-wrapper {
    padding: 10px;
}

.features-wrapper .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.features-wrapper .feature-inner-card {
    background: #fff7ef;
    border-radius: 14px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 0px 2px #941b2b62;
    position: relative;
    margin-top: 60px;
}

.features-wrapper .feature-inner-card .icon {
    width: 60px;
    height: 60px;
    background: #f0d6b8;
    color: var(--maroon);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 20px auto 38px;
}

.features-wrapper .feature-inner-card h3 {
    color: var(--maroon);
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 700;

}

.pera-text {
    color: #941b2bc0;
    font-size: 21px;
    line-height: 1.6;
}

.Groom-section .profiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    margin-top: 58px;
    padding-bottom: 5px;
}

.Groom-section .card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    text-align: left;
}

.Groom-section .card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.Groom-section .card-content {
    padding: 14px;
}

.Groom-section .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    color: var(--maroon);
}

.Groom-section .details {
    font-size: 15px;
    color: #941b2bc0;
    margin-bottom: 10px;
}

.Groom-section .actions {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.Groom-section .actions .btn {
    margin: 0;
}

.Groom-section .heart {
    background: #c89b6d;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 23px;
    cursor: pointer;
}

.cus-revi-box {
    box-shadow: 0 0px 2px #941b2b62;
    padding: 90px 35px 30px;
    border-radius: 10px;
    position: relative;
    border: 2px solid var(--maroon);
}

.service-container {
    padding-bottom: 100px;
}

#testimonial-slider {
    padding-top: 99px;
}

.cus-revi-box .revi-im img {
    width: 82px;
    height: 82px;
    /* object-fit: cover;
    border-radius: 10px;
    clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%); */
}

.cus-revi-box .revi-im {
    position: absolute;
    top: -53px;
}

.cus-revi-box .revi-im i {
    position: absolute;
    width: 12px;
    height: 12px;
    transition: all 0.5s ease 0s;
}

.cus-revi-box .revi-im i.cir-1 {
    border: 3px solid rgb(253, 134, 134);
    left: -5px;
    top: 1px;
}

.cus-revi-box .revi-im i.cir-2 {
    border: 3px solid rgb(189, 204, 255);
    left: 114px;
    top: 12px;
}

.cus-revi-box .revi-im i.cir-3 {
    border: 3px solid rgb(255, 198, 0);
    left: -17px;
    top: 86px;
}

.testtitle {
    font-size: 25px;
    color: var(--maroon);
    line-height: 30px;
    font-weight: 700;
}

#testimonial-wrapper {
    position: relative;
}

#testimonial-slider .swiper-wrapper {
    display: flex;
}

#testimonial-wrapper .testimonial-btn {
    background: var(--maroon);
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(100%);
}

select option:checked {
    background-color: var(--maroon);
    color: #fff;
}

select option:hover {
    background-color: var(--maroon);
    color: #fff;
}

#testimonial-wrapper .testimonial-btn:after {
    font-size: 20px;
}

.swiper-button-prev.testimonial-btn {
    left: -20px;
}

.swiper-button-next.testimonial-btn {
    right: -20px;
}

.banner-section {
    background-color: var(--gold);
    border-radius: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    /* padding-top: 40px;
    padding-bottom: 36px; */
}

.header-title {
    color: #fff;
}

section.banner-section {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_title_inner {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    max-width: 1000px;
}

.about-profile-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.inner-heading-color {
    color: var(--maroon);
}

.about-inner-featur-box {
    max-width: 1029px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.about-inner-featur-box .feature {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--maroon);
    padding-bottom: 21px;
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
}

.about-inner-featur-box .icon img {
    width: 126px;
}

.about-inner-featur-box .col-6 {
    padding: 0;
}

.about-inner-featur-box .col-6:nth-child(1) .feature,
.about-inner-featur-box .col-6:nth-child(3) .feature {
    border-right: 1px solid var(--maroon);
}

.about-footer {
    text-align: center;
    font-size: 26px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 39px;
}

.authbody {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    justify-content: flex-start;
}

.authbody .login-card {
    background: #f9efe7;
    padding: 35px;
    width: 500px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
    text-align: center;
}

.authbody h2 {
    color: var(--maroon);
    margin-bottom: 10px;
}

.authbody .subtitle {
    font-size: 14px;
    color: #6b4a3c;
    margin-bottom: 25px;
}

.authbody .input-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #e4d4c6;
}

.authbody .input-box input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
}

.authbody .row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 10px 0 20px;
}

.authbody .row a {
    color: var(--maroon);
    text-decoration: none;
}

.authbody .login-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(#8b2a2a, #5a1515);
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.authbody .divider {
    margin: 15px 0;
    color: #999;
}

.authbody .actions {
    display: flex;
    gap: 10px;

}


.authbody .outline {
    display: inline-block;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 600;
    color: var(--maroon);
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
        0 6px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.authbody .terms {
    font-size: 12px;
    margin-top: 15px;
}

.authbody .terms a {
    color: var(--maroon);
    text-decoration: none;
}

.authbody .icon-bg {
    width: 47px;
    height: 42px;
    background: #f1e1d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 0 0 42px;
}

.authbody .icon {
    font-size: 16px;
}

.register-wrapper {
    max-width: 850px;
}

.register-main-wrapper {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-feild-wrapper {
    height: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
}

.field label {
    font-size: 15px;
    color: var(--maroon);
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.input-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #ddd;
}

.footer-links {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}

.footer-links a {
    color: var(--maroon);
    text-decoration: none;
    margin: 0 5px;
}

.authbody .login-card {
    background: #f9efe7;
    padding: 35px;
    width: 600px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
    text-align: center;
}

.inner-feild-wrapper select {
    border: 1px solid #e4d4c6;
}

.register-btn {
    padding: 12px;
    background: linear-gradient(#8b2a2a, #5a1515);
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 184px;
    margin-top: 20px;
}

.contact-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-position: center;
    display: flex;
    align-items: center;
    background-blend-mode: overlay;
    background-color: #8b1d2c73;
}

.info-icon {
    background-color: var(--maroon);
    color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.info-icon i {
    color: #fff;
    font-size: 20px;
}

.icon-wrapper {
    gap: 20px;
}

.contact-info {
    font-size: 20px;
    font-weight: 600;
    color: var(--maroon);
}

a.Profile-btn {
    color: #fff;
    background: var(--maroon);
    padding: 10px 12px;
    border-radius: 50%;
}

.share-wrapper {
    display: flex;
    gap: 14px;
    margin-top: 30px;
}

.contact-form-wrapper {
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
}

.custom-btn:hover {
    color: #fff;
}

.ab-team ul li div {
    text-align: center;
    background: #fffcf0;
    border-radius: 5px;
    transition: all 0.5s ease;
    position: relative;
}

.ab-team ul li div img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.profile-archive {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.profile-archive li {
    width: 32.2%;
    list-style: none;
}

.profile-archive li img {
    width: 100%;
}


.ab-team ul li div h4 {
    font-size: 27px;
    font-weight: 700;
    color: var(--maroon);
    line-height: 32px;
    padding-top: 20px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    z-index: 1;
}

.profile-archive li div:hover {
    box-shadow: 0 12px 41px 0px #3333338c;
    z-index: 1;
}
ul.social-light {
    padding-bottom: 20px;
}

.profile-archive li div:hover:before {
    transform: scale(1);
}

.single-inner-profile {
    margin-left: auto;
}
.single-pro-image{
width: 100%;
height:600px;
object-fit: cover;
}
.single-right-info{
    padding-left: 40px;
}
.details-info-row span {
    font-size: 20px;
    color: var(--maroon);
    font-weight: 500;
}

.details-info-row {
    margin-top: 10px;
    margin-bottom: 15px;
}

.details-icon-info p {
    font-size: 18px;
    color: var(--maroon);
}

.details-btn .heart {
    background: #c89b6d;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 6px 16px;
    font-size: 23px;
    cursor: pointer;
    font-size: 18px;
    line-height: 19px;
}

.single-btn {
    height: 62px;
    text-transform: uppercase;
    margin: 0;
    width: 238px;
}

.details-btn {
    margin-top: 30px;
}

.actions.details-btn {
    flex-wrap: wrap;
    gap: 16px;
}

.transperent-btn {
    background-color: transparent;
    color: #c89b6d;
}

.transperent-btn:hover {
    color: #c89b6d;
}

.container.about-section {
    max-width: 1000px;
}

.about-pera {
    font-size: 18px;
    margin-top: 22px;
}

.details-lavel {
    font-size: 20px;
    color: var(--maroon);
    border-right: 1px solid #e2c8b2;
    padding: 18px 43px 18px 0px;
    font-weight: 400;
    width: 240px;
}

.details-row {
    align-items: center;
    border-bottom: 1px solid #e2c8b2;
    margin: 0;
}

.details-row .value {
    font-size: 20px;
    padding-left: 32px;
    color: var(--maroon);
    font-weight: 700;
}

.basic-details-card {
    box-shadow: rgba(216, 87, 87, 0.24) 0px 3px 8px;
    padding: 30px;
    border-radius: 10px;
    /* margin-top: 80px; */
}

.lang-container {
  position: relative;
      z-index: 99;
}

.lang-box {
    position: absolute;
    top: 33px;
    width: 121px;
    background: #fff;
    padding: 8px 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-radius: 6px;
    transition: max-height 0.35s ease, opacity 0.25s ease;
}

.lang-box.open {
  max-height: 300px;
  opacity: 1;
}


.lang-box li {
    list-style: none;
    margin: 6px 10px;
}

.lang-box li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    color:var(--maroon);
    margin: 0;
}

.lang-box li.active a {
    background: var(--maroon);
    color: #fff;
}

.lang-toggle {
    width: 121px;
    padding: 10px 0;
    border-radius: 6px;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    color:var(--maroon);
    border: 0;
    position: relative;
    z-index: 1;
}
.lang-toggle:focus{
outline: 0;
}

.header-nav{
    align-items: center;
}
button:focus {
    outline: none;
}