*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* * {
    border: 1px solid red;
} */

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Bainsley" !important;
}

img {
    object-fit: contain;
    width: 100%;
}

button {
    border: none;
    background: none;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: unset !important;
    background-color: unset !important;
}

.margin-between {
    margin-top: 11.25em;
    margin-bottom: 11.25em;
}


/*theme_1*/

.banner-part-start {
    background-image: url(../images/custom/web_banner.JPG);
    width: 100%;
    min-height: 61.9em;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.banner-part-start .main-part {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(357deg, rgb(12 12 12 / 78%) 0.11%, rgb(35 35 35 / 44%) 36.29%, rgb(67 67 67 / 44%) 170.38%);
    z-index: 1;
}

.banner-part-start .main-part .text-part {
    padding-top: 6em;
    position: relative;
}

.banner-part-start .main-part .text-part::before {
    content: "";
    display: block;
    position: absolute;
    height: 3.1em;
    width: 0.03em;
    background-color: #FFFFFF;
    left: 50%;
    top: 2%;
    transform: translate(-50%, 0%);
}

.banner-part-start .main-part .text-part .banner-part-start-title {
    color: var(--bs-white);
    text-align: center;
    font-size: 6.25rem;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-family: "Saveya";
}

.banner-part-start .text-part-of-names {
    color: var(--bs-white);
    text-align: center;
    font-size: 18.75rem;
    font-weight: 400;
    font-family: "Opulenio";
}

.banner-part-start .grid-gap-part {
    grid-gap: 0 13em;
    position: relative;
    margin-bottom: 0.5em;
}

.banner-part-start .grid-gap-part::after {
    content: "";
    display: block;
    position: absolute;
    height: 18.75em;
    width: 0.03em;
    background-color: #FFFFFF;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banner-part-start .date-of-annisversary {
    color: #F7F7F7;
    font-size: 4.3rem;
    letter-spacing: 0.7em;
    text-align: center;
    margin-bottom: 0.5em;
    font-family: "Vidaloka";
}

.left-time {
    display: none;
}

.mob-block {
    display: none !important;
}


/*theme_1*/


/*theme_2*/

.time-zone-part .text-time-part {
    color: black;
    font-size: 5rem;
    padding: 0.8em 0;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-family: "Vidaloka";
}

/* .time-zone-part .text-time-part span {
    letter-spacing: 0.3em;
    font-weight: 400;
} */


/*theme_2*/


/*theme_3*/

.getting-married-info {
    border-top: #4F4D3F 0.06em solid;
    padding-top: 5.5em;
}

.getting-married-info .getting-marries-title {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.45em;
    color: #828282;
    margin-bottom: 2em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Vidaloka";
}

.getting-married-info .img-part img {
    height: 42em;
    width: 5em;
}

.getting-married-info .getting-married-subtitle {
    font-family: "Bainsley";
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    max-width: 8em;
    color: black;
}

.getting-married-info .img-text-part.center .images-part {
    width: 34em;
    height: 37em;
    position: relative;
    margin-top: 2em;
}

.getting-married-info .img-text-part.center .images-part::after {
    content: "";
    background-image: url(../images/bgimage.svg);
    position: absolute;
    top: -5%;
    left: 5%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.getting-married-info .images-part img {
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0.25em;
}

.getting-married-info .img-text-part.end .images-part {
    width: 26em;
    position: relative;
}

.getting-married-info .img-text-part.end .images-part::after {
    content: "";
    background-image: url(../images/bgimages.svg);
    position: absolute;
    top: -5%;
    left: 5%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}


/*theme_3*/


/*theme_4*/

.planning-your-day-part .time-title {
    font-family: "Vidaloka";
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    color: #9C9C9C;
}

.planning-your-day-part .map-img {
    width: 3.5em;
    height: 4.5em;
}

.planning-your-day-part .map-img img {
    height: 100%;
}

.planning-your-day-part .grid-gap {
    grid-gap: 0 1em;
}

.planning-your-day-part .location-title {
    /* font-family: Bainsley; */
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.14em;
    text-align: left;
}

.planning-your-day-part .location-text {
    /* font-family: Bainsley; */
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #515151;
    margin: 0;
}

.planning-your-day-part .down-arrow,
.planning-your-day-part .up-arrow {
    width: 6.3em;
    height: 4.4em;
}

.planning-your-day-part .arrows-img-grid {
    grid-gap: 0 14em;
    padding: 3em 0;
}


/*theme_4*/


/*theme_5*/

.content-about-story {
    position: relative;
}

.content-about-story .love-story-img {
    position: absolute;
    width: 4.6em;
    /* height: 54em; */
}

.content-about-story .love-story-img.first {
    left: 3%;
}

.content-about-story .love-story-img.second {
    top: 50%;
    right: 3%;
}

.content-about-story .img-part {
    height: 48em;
    position: relative;
}

.content-about-story .img-part::after {
    content: "";
    background-image: url(../images/lovestorybg.svg);
    position: absolute;
    top: -5%;
    left: 13%;
    background-size: 100%;
    width: 82%;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
}

.content-about-story .img-part img {
    height: 100%;
    border-radius: 0.25em;
    position: relative;
    z-index: 1;
}

.content-about-story .relative-part {
    position: relative;
}

.content-about-story .relative-part::after {
    content: "";
    background-image: url(../images/textbg.svg);
    position: absolute;
    top: -61%;
    left: 53%;
    background-size: 100%;
    height: 12em;
    width: 25em;
    background-repeat: no-repeat;
}

.content-about-story .text-part {
    /* font-family: Bainsley; */
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25em;
    position: relative;
    z-index: 1;
    color: #515151;
}

.content-about-story .second .relative-part::after {
    top: 49%;
    left: -10%;
    transform: rotate(180deg);
}


/*theme_5*/


/*theme_6*/

.waiting-for-you {
    text-align: center;
}

.waiting-for-you .waiting-for-title {
    /* font-family: Bainsley; */
    font-size: 3rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.25em;
    text-align: center;
}


/*theme_6*/


/*theme_7*/

.coming-soon {
    background-color: rgba(252, 252, 252, .9);
    background-image: url(../images/background.jpg);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon:before{
    content: " ";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, .9);
}
.coming-soon .coming-soon-title {
    text-align: center;
    font-size: 8.75rem;
    font-weight: 400;
    /* line-height: 8.75em; */
    letter-spacing: 0.4em;
    margin-bottom: 1em;
    font-family: "montserratArm";
}

.coming-soon .coming-soon-subtitle {
    font-size: 5rem;
    text-align: center !important;
    font-family: "montserratArm";
    letter-spacing: 0.2em;
    margin-bottom: 1.1em;
}

.call_phone{
    text-align: center;
    font-family: "montserratArm";
}

/*theme_7*/


/*footer*/

.footer {
    background-color: #09090B;
    padding: 4.6em 0 4.6em 0;
    text-align: center;
}

.footer .footer-title {
    /* font-family: Bainsley; */
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25em;
    color: #F4F4F4;
    text-transform: capitalize;
    margin-bottom: 1.6em; 
}

.footer .img-part {
    width: 2.5em;
}

.footer .grid-gap-part {
    grid-gap: 0 1em;
}

.footer .link-to-website {
    /* font-family: Bainsley; */
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3em;
    color: #F4F4F4;
    text-decoration: underline;
}

.logo-div img{
    max-width: 25rem;
}

.coming_soon_tel_number{
    white-space: nowrap;
}

/*footer*/