/*------------------------------------------------------------------
Project:Digi vcard
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.index.html 
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background:
Content:
-------------------------------------------------------------------*/
/*----------------------- [ Default css ] -----------------------*/
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    display: none;
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
svg {
    vertical-align: middle;
}
input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
body {
    width: 100%;
    max-width: 425px;
    margin: auto;
    overflow-x: hidden;
    background-color: #FBF6F1;
    font-family: "Montserrat", sans-serif;
    font-family: "Jost", sans-serif;
    box-sizing: border-box;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: transparent !important;
}
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-corner {
    display: none;
}
::-webkit-scrollbar-thumb {
    background: transparent;
    background-clip: content-box;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
/* ------------------------ [ Bg design ] -----------------------  */
#petals-container {
    width: 100%;
    left: 0;
    z-index: -10;
    position: fixed;
}
.petal {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: absolute;
    top: -10rem;
    bottom: 0;
    z-index: 150;
}
.petal .rotate {
    animation: driftyRotate 1s infinite both ease-in-out;
    perspective: 1000;
}
.petal .askew {
    background: currentColor;
    transform: skewY(10deg);
    display: block;
    width: 2rem;
    height: 2rem;
    animation: drifty 1s infinite alternate both ease-in-out;
    perspective: 1000;
}
.petal {
    color: rgba(0, 0, 0, 0);
}
.petal:nth-of-type(7n) .askew {
    animation-delay: -.6s;
    animation-duration: 2.25s;
}
.petal:nth-of-type(7n + 1) .askew {
    animation-delay: -.879s;
    animation-duration: 3.5s;
}
.petal:nth-of-type(7n + 2) .askew {
    animation-delay: -.11s;
    animation-duration: 1.95s;
}
.petal:nth-of-type(7n + 3) .askew {
    animation-delay: -.246s;
    animation-duration: .85s;
}
.petal:nth-of-type(7n + 4) .askew {
    animation-delay: -.43s;
    animation-duration: 2.5s;
}
.petal:nth-of-type(7n + 5) .askew {
    animation-delay: -.56s;
    animation-duration: 1.75s;
}
.petal:nth-of-type(7n + 6) .askew {
    animation-delay: -.76s;
    animation-duration: 1.5s;
}
.petal:nth-of-type(9n) .rotate {
    animation-duration: 2s;
}
.petal:nth-of-type(9n + 1) .rotate {
    animation-duration: 2.3s;
}
.petal:nth-of-type(9n + 2) .rotate {
    animation-duration: 1.1s;
}
.petal:nth-of-type(9n + 3) .rotate {
    animation-duration: .75s;
}
.petal:nth-of-type(9n + 4) .rotate {
    animation-duration: 4.3s;
}
.petal:nth-of-type(9n + 5) .rotate {
    animation-duration: 3.05s;
}
.petal:nth-of-type(9n + 6) .rotate {
    animation-duration: 2.76s;
}
.petal:nth-of-type(9n + 7) .rotate {
    animation-duration: 7.6s;
}
.petal:nth-of-type(9n + 8) .rotate {
    animation-duration: 1.78s;
}
@keyframes drifty {
    0% {
        transform: skewY(10deg) translate3d(-250%, 0, 0);
        display: block;
    }
    100% {
        transform: skewY(-12deg) translate3d(250%, 0, 0);
        display: block;
    }
}
@keyframes driftyRotate {
    0% {
        transform: rotateX(0);
        display: block;
    }
    100% {
        transform: rotateX(359deg);
        display: block;
    }
}
/* ---------------------------------------- [ Bg-design end ] */
.site-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 30px;
    overflow: hidden;
}
.video-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
}
video {
    width: 100%;
    position: relative;
}
.video-bg img {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 0;
    z-index: 1;
}
.video-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
    background: #000;
}
.logo {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(18px);
    background: linear-gradient(180deg, #8a8a8a7d, #7777774d);
    border-radius: 36px;
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 100%;
    max-width: 50px;
}
.dropdown-menu.show {
    display: flex !important;
}
.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 10px;
}
.dropdown-item {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1px) scale(0.98);
    transition:
        opacity 0.35s ease-in-out,
        transform 0.35s ease-in-out,
        visibility 0.35s ease-in-out;
    transform-origin: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #FFF;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
    outline: none;
    width: 135px !important;
    --bs-dropdown-min-width: 140px !important;
    outline: none;
    border: none;
    pointer-events: none;
}
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) scale(0);
    pointer-events: auto;
}
.dropdown-menu li {
    width: 100%;
}
.logo-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    position: absolute;
    z-index: 2;
    width: 100%;
}
.btn:hover {
    color: #000 !important;
    background-color: #FFF !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #FFF !important;
}
.hero-class {
    width: 100%;
    padding: 0 10px;
    margin-top: -15px;
}
.title-font {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: #d09d4c;
    text-align: center;
}
.title-data {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.title-data img {
    width: 100%;
    max-width: 30px;
}
.input-wrapper-form {
    border-radius: 12px;
    border: 1px solid #cb9d55;
    background: #FFF;
    box-shadow: 5px 5px 10px 0px #a6a6a633;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    width: 100%;
    margin-top: 5px;
}
.input-wrapper-form i {
    font-size: 24px;
    color: #cb9d55;
}
.info-person {
    color: #cb9d55;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 15px;
    line-height: 24px;
    width: 100%;
    text-transform: capitalize;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    resize: none;
}
.dta {
    margin-top: 0;
}
.contact-details {
    display: flex;
    width: 100%;
    gap: 12px;
    border-radius: 12px;
    background-color: #cb9d55a8;
    padding: 12px;
    margin-top: 10px;
}
.contact-icon {
    border-radius: 6px;
    background-color: #FFF;
    max-width: 44px;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #cb9d55;
    justify-content: center;
}
.contact-icon i {
    font-size: 30px;
    line-height: inherit;
}
.contact-content {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}
.contact-content h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    width: 100%;
    text-transform: capitalize;
}
.contact-content p {
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all .35s ease-in-out;
}
.contact-anchor p:hover {
    transition: all .35s ease-in-out;
    color: #cb9d55;
}
.contact-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.days-txt, .contact-list .time-txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    margin-top: 5px;
}
.contact-time-list {
    width: 70%;
}
.map-sec {
    margin-top: 30px;
    width: 100%;
    border-radius: 20px;
}
.map-img iframe {
    width: 100%;
    height: 250px;
    border-radius: 12px;
}
.email-data {
    margin-top: 0;
}
.add-to-contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    max-width: 425px;
    left: 0;
    margin: auto;
    right: 0;
    padding-bottom: 20px;
    z-index: 99;
}
.add-to-contact-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
}
.scan-btn, .scan-btn-second {
    width: 60px;
    height: 60px;
    background: #cb9d55;
    filter: drop-shadow(0px 4px 8px #cb9d55a8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quotes, .add-to-btn {
    margin-left: auto;
}
.add-to-btn-sec {
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: #000;
    box-shadow: 0px 4px 8px 0px #00000040;
    padding: 6px 6px 6px 30px;
    justify-content: end;
    width: fit-content;
    gap: 8px;
}
.plus-btn {
    border-radius: 24px;
    background: var(--1, #FFF);
    padding: 12px;
}
.add-txt {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/* scan */
.popup-box-content.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}
.popup-box-content {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
    height: 50vh;
    background: #fff;
    padding: 15px;
    overflow: scroll;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    margin: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.scaner-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.scan-content {
    text-align: center;
    border: 2px solid #cb9d55;
    height: auto;
    width: 250px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 8px;
}
.scanner img {
    width: 100%;
}
.scan-txt {
    padding: 14px;
    background: #cb9d55;
    border-radius: 8px;
    margin-top: 10px;
}
.scan-txt p {
    color: var(--2, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.qr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}
.btn1 a {
    color: var(--1, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 8px;
    background: #cb9d55;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    width: 150px;
}
/* Share Design  */
.popup-box-content-share.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}
.popup-box-content-share {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
    height: 230px;
    background: #fff;
    padding: 15px;
    overflow: scroll;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    margin: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.social-media-img i {
    font-size: 30px;
    color: #000;
}
.social-media-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}
.social-media-img {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.close-popup p {
    font-weight: 700;
}
.social-media-img:hover {
    background-color: #cb9d55;
    transition: all .3s ease;
}
.social-media-img:hover a i {
    color: #FFF;
    transition: all .3s ease;
}
.close-popup {
    display: flex;
    align-items: end;
    cursor: pointer;
    justify-content: end;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 10px;
}
/* ======= Preloader style ======= */
.preloader {
    background-color: #FBF6F1;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    overflow: hidden;
}
.preloader .vertical-centered-box {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}
.preloader .vertical-centered-box .content img {
    max-width: 65px;
}
.preloader * {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.preloader .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #cb9e5520;
    margin-left: -60px;
    margin-top: -60px;
}
.preloader .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    transform-origin: 60px 60px;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #c47d0d;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -------------- Design main center from all -------------  */
.hero-class {
    padding: 0px !important;
}
.first-data {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 0 10px;
    color: #cb9d55;
    text-align: center;
    margin-top: 30px;
}
.first-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #141414;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.first-data-class {
    padding: 0 10px;
    gap: 8px;
}
.title-data {
    margin-top: 0px;
}
.title-data img {
    width: 100%;
    max-width: 25px !important;
}
.fixed-data {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -2;
    opacity: 0.2;
}
.fixed-data img {
    width: 100%;
}
.detail {
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 15px;
    color: #141414;
    text-align: center;
}
.groom-data {
    display: flex;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
.groom-data img {
    width: 100%;
    max-width: 50px;
}
.groom-name {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    color: #141414;
    margin-top: 5px;
}
.groom-deas {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #141414;
    text-align: center;
    margin-top: 5px;
    max-width: 300px;
}
.image-twins {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.image-twins img {
    width: 100%;
    position: relative;
    vertical-align: middle;
    -webkit-animation: kenburn 20s 1.2s alternate infinite;
    animation: kenburn 20s 1.2s alternate infinite;
}
@keyframes kenburn {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
    }
}
.image-twins .overlay-one {
    position: absolute;
    background: linear-gradient(180deg,
            rgb(255 255 255) 0%,
            rgb(255 255 255 / 2%) 30.000001192092896%,
            rgb(255 255 255 / 28%) 69.9999988079071%,
            rgb(255 255 255) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.story-data-all {
    padding: 0 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.stored-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-storey {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    max-height: 230px;
}
.image-storey img {
    width: 100%;
    object-fit: cover;
}
.overlay-story {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000094;
}
.data-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    left: 0;
    bottom: 0;
    padding: 15px;
}
.story-date {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    color: #cb9d55;
}
.second-title-story {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
.story-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}
.inquiry-bottom-content {
    padding: 0 10px;
}
.gallry-design-data {
    margin-top: 20px;
    padding: 0 10px;
}
.contact-data {
    margin-top: 20px;
}
.gallary-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}
.gallary-image img {
    width: 100%;
}
.overlay-gallary {
    position: absolute;
    left: 2%;
    top: 3%;
    width: 96%;
    height: 94%;
    content: "";
    background: rgb(255 255 255 / 71%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: normal;
}
.gallary-image:hover .overlay-gallary {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Dot container */
.slick-dots {
    text-align: center;
    padding-top: 10px;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #141414;
    background-color: transparent;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background-color: #141414;
    border-color: #141414;
    transform: scale(1.2);
}
.slick-dots li button:hover {
    background-color: #141414a8;
}
.contact-data {
    padding: 0 10px;
}
.compensate-for-scrollbar {
    margin: auto !important;
}
.form-rsvp {
    padding: 0 10px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.form-data {
    width: 100%;
    position: relative;
}
.form-rsvp input {
    padding: 10px;
    border-bottom: 2px solid #cb9d55;
    box-shadow: 5px 5px 10px 0px #a6a6a61c;
}
.form-rsvp input:focus {
    background-color: transparent !important;
    border-color: #c47d0d;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}
.form-data select {
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 10px 0px #a6a6a61c;
    border: transparent;
    border-bottom: 2px solid #cb9d55;
}
#favoritefood:focus,
#favoritefood:active {
    border-color: #cb9d55;
    outline: none;
}
#favoritefood-1:focus,
#favoritefood-1:active {
    border-color: #cb9d55;
    outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#favoritefood {
    position: relative;
}
#favoritefood-1 {
    position: relative;
}
.data-arow {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #c47d0d;
}
.data-radio {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
}
.data-radio label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.data-radio input {
    width: auto;
    box-shadow: none !important;
}
/* From Uiverse.io by cssbuttons-io */
.fancy {
    margin-top: 20px !important;
    background-color: transparent;
    border: 2px solid #c47d0d;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 16px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancy .text {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #141414;
    font-weight: 500;
}
.fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #FFF;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}
.fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #FFF;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #FFF;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}
.fancy:hover {
    color: #000;
    background: #c47d0d;
}
.fancy:hover::before {
    width: 0.9375rem;
    background: white;
}
.fancy:hover .text {
    color: #FFF;
}
.fancy:hover .top-key {
    left: -2px;
    width: 0px;
}
.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
}
.data-inquirey {
    margin-top: 30px;
}
.organization-data {
    padding: 0 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.organization-data .flower-image {
    position: absolute;
    left: -5px;
    z-index: -1;
    opacity: 0.2;
    top: 0;
}
.flower-image img {
    width: 100%;
    max-width: 150px;
}
.organization-data .flower-image-2 {
    position: absolute;
    right: -5px;
    z-index: -1;
    opacity: 0.2;
    top: 20%;
}
.flower-image-2 img {
    width: 100%;
    max-width: 150px;
}
.organization-data .flower-image-3 {
    position: absolute;
    left: -5px;
    z-index: -1;
    opacity: 0.2;
    top: 40%;
}
.flower-image-3 img {
    width: 100%;
    max-width: 150px;
}
.organization-data .flower-image-4 {
    position: absolute;
    right: -5px;
    z-index: -1;
    opacity: 0.3;
    top: 60%;
}
.flower-image-4 img {
    width: 100%;
    max-width: 150px;
}
.organization-data .flower-image-5 {
    position: absolute;
    left: -5px;
    z-index: -1;
    opacity: 0.2;
    top: 80%;
}
.flower-image-5 img {
    width: 100%;
    max-width: 150px;
}
.data-orgation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.image-oration {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #c47d0d;
    width: 60px;
    height: 60px;
}
.image-oration img {
    width: 100%;
    max-width: 30px;
}
.data-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #141414;
}
.data-oration-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #141414;
}
.person-data {
    margin-top: 20px;
    padding: 0 10px;
}
.person-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-detail-person {
    width: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    max-width: 150px;
}
.image-detail-person img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}
.border-data {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    content: "";
    border: 2px solid #FFF;
    z-index: 1;
}
.name-oration {
    font-size: 18px;
    font-weight: 500;
    color: #141414;
    text-align: center;
    line-height: 30px;
    margin-top: 8px;
}
.subject-name {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #c47d0d;
    text-align: center;
}
.blog-detail {
    margin-top: 20px;
    padding: 0 10px;
}
.blog-design {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.iamge-blog {
    position: relative;
    width: 100%;
}
.blog-design img {
    width: 100%;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: normal;
    color: #141414;
    padding: 5px 15px;
    line-height: 24px;
    background-color: #FFF;
}
.blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #141414;
    margin-top: 10px;
}
.blog-wraper {
    font-size: 16px;
    font-weight: normal;
    color: #141414a9;
    line-height: 24px;
    margin-top: 5px;
}
.data-blog {
    font-size: 16px;
    font-weight: normal;
    color: #141414;
    line-height: 24px;
    margin-top: 8px;
}
/* Overlay Background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
/* Popup Box Styling */
.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
    height: 90vh;
    background: #fff;
    padding: 15px;
    overflow: scroll;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    pointer-events: none;
    margin: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
/* Active Class - Show with Animation */
.popup-box.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}
/* Popup Inner Content */
.popup-content {
    position: relative;
    overflow: hidden;
}
/* Close Button */
.close-popup {
    display: flex;
    align-items: end;
    cursor: pointer;
    justify-content: end;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #0000001a;
    margin-bottom: 10px;
}
.blog-image-popup {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.blog-image-popup img {
    width: 100%;
}
.client-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}
.client-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.client-name img {
    border-radius: 3px;
    max-width: 30px;
}
.client-name p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #141414;
}
.conment-like {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.conment-like i {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}
.like {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.like p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.blog-title-ander {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #141414;
    margin-top: 20px;
    text-align: center;
}
.blog-descri {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #141414;
    text-align: center;
    margin-top: 5px;
}
.over-data {
    overflow-y: scroll;
}
.second-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #141414;
    text-align: left;
    margin-top: 10px;
}
.services-title-data {
    padding: 30px 10px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.back-index {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    background-color: #cb9d55;
    color: #FFF;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.service-font {
    color: #141414;
    font-size: 22px;
}
.service-ander-pages {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}