@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');

:root {
    --primary: #121212;
    --primary-hover: rgba(18, 18, 18, 0.757);
    --secondary: #2a2c32;
    --border: rgba(18, 18, 18, 0.08);
    --theme: #121212;
    --black: #121212;
    --black-2: #555555;
    --white: #FFFFFF;
    --white-2: #999999;
    --action: #FFCD4D;
    --green: #75b467;
    --green-hover: rgba(117, 180, 103, 0.745);
    --blue: rgba(0, 121, 255);
    --blue-hover: rgba(0, 121, 255, 0.745);
}

:root .dark {
    --primary: #ffffff;
    --secondary: #999999;
    --border: rgba(255, 255, 255, 0.08)
}


.mbm-1 {
    margin-bottom: -1px
}

.cormorant {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --font_cormorant: "Cormorant", sans-serif;
    --font_awesome: "Font Awesome 6 Free"
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Manrope", serif;
    line-height: 1
}

/* html {
    scroll-behavior: smooth
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: var(--primary)
}

ul,
ol {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a {
    text-decoration: none;
    transition: all .3s;
    color: inherit
}

a:hover {
    color: var(--primary)
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary)
}

strong {
    font-weight: 500
}

video,
iframe,
img {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

.hidden {
    display: none!important;
}
/* #frm_field_23_container,
#frm_field_24_container {
    height: 1px;
    visibility: hidden!important;
} */
.medium {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.hidden {
    display: none
}

/* @media only screen and (max-width: 767px) {
    .g-0 {
        padding-right: 15px;
        padding-left: 15px
    }

    .row.g-0 {
        padding-right: 0;
        padding-left: 0
    }

    br {
        display: none
    }
} */

main {
    display: inline-block;
    width: 100%
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}


/* .cf_parallax_image {
    overflow: hidden
} */

@keyframes wcBubble {
    0% {
        scale: 1
    }

    50% {
        scale: 1.5
    }

    100% {
        scale: 1
    }
}

@keyframes wcZoom {
    0% {
        scale: 1
    }

    50% {
        scale: .5
    }

    100% {
        scale: 1
    }
}

@keyframes wcZoom_2 {
    0% {
        scale: 1
    }

    50% {
        scale: .9
    }

    100% {
        scale: 1
    }
}

@keyframes wcSlideBottom {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes reveal {
    to {
        opacity: 1;
        filter: blur(0px)
    }
}

@keyframes wcfadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

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

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@keyframes sheen {
    50% {
        transform: translateY(-20px);
        color: var(--primary)
    }
}

.container-xl {
    max-width: 1550px
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #d6d6d6
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}


.header-area {
    transition: .3s
}

.header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
    z-index: 9999
}

.header-area.sticky .header-area__inner {
    height: 70px !important
}

.header-area.sticky button i {
    color: var(--primary)
}

.modal {
    z-index: 99999
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.btn-primary {
    background-color: rgba(0, 0, 0, 0);
    color: unset;
    border: unset;
    outline: unset
}

.btn-primary:hover {
    background-color: unset
}

.btn-primary:focus {
    outline: unset;
    background-color: unset;
    border: unset
}

.modal {
    background-color: var(--primary)
}

.mrs-saint-delafield-regular {
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    font-style: normal;
}

.signature-wrapper {
    padding: 0 20px;
    color: var(--primary);
}

.signature-wrapper p {
    font-size: 48px;
    color: var(--primary);
}

.signature-wrapper span {
    font-size: 72px;
}

@media screen and (min-width: 1550px) {
    .container-large {
        max-width: 1630px
    }

    .container-x-large {
        max-width: 1790px
    }

    .container-hd {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}


.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.fix {
    overflow: hidden
}

.bg-full {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bg-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.show-light {
    display: inline-block
}

/* .dark .show-light {
    display: none
} */

.show-dark {
    display: none
}

.dark .show-dark {
    display: inline-block
}

.btn-icon i {
    transform: rotate(-45deg);
    transition: all .3s;
    font-size: 20px;
    color: var(--primary)
}

body {
    background-color: #f5f5f5;
    color: var(--secondary)
}

.body-wrapper {
    background-color: var(--white);
    /* color: var(--text-color);
    background: var(--bg-color); */
    overflow: hidden;
}


.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-primary {
    color: var(--primary)
}

.color-secondary {
    color: var(--secondary)
}

header {
    margin-bottom: -1px;
    z-index: 100
}

section {
    margin-bottom: -1px
}

.admin-bar header,
.admin-bar .body-wrapper {
    margin-top: 32px
}

.swiper,
.swiper-container {
    direction: ltr
}

.hover-zoom li a:hover {
    transform: scale(1.1)
}

.hover-rotate li a i {
    transition: all 1s
}

.hover-rotate li a:hover i {
    transform: rotate(360deg)
}

.hover-space li a:hover {
    letter-spacing: 1px
}

.hover-border-move li a {
    position: relative;
    transition: all .5s
}

.hover-border-move li a:hover::after {
    width: 100%;
    left: auto;
    right: 0
}

.hover-border-move li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background-color: currentColor
}

.menu-hover-default li a:hover {
    color: var(--primary)
}

.menu-hover-space li a:hover {
    letter-spacing: 1px
}

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 9em;
    width: 9em;
    border: 10px solid var(--white);
    border-top-color: var(--primary);
    margin: 0 auto 3.5em auto
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .spinner {
        margin: 0 auto .2em auto
    }
}

.container-preloader .animation-preloader .txt-loading {
    font-family: var(--font_cormorant);
    font-size: 8vw;
    font-weight: 500;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: var(--white);
    position: relative;
    display: inline-block
}

.dark .container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 767px) {
    .container-preloader .animation-preloader .txt-loading .characters {
        font-size: 50px
    }
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    color: var(--primary);
    content: attr(data-text);
    animation: characters 4s infinite;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: rotateY(-90deg)
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: .2s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: .4s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: .6s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: .8s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s
}

.container-preloader .loader-section {
    background-color: var(--blue);
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.dark .container-preloader .loader-section {
    background-color: var(--white)
}

.container-preloader .loader-section.section-left {
    left: 0
}

.container-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: .7s .3s all cubic-bezier(0.1, 0.1, 0.1, 1)
}

.scroll__down {
    display: flex;
    gap: 20px;
    align-items: center
}

.scroll__down p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.9;
    text-transform: uppercase;
    color: var(--white)
}

.scroll__down span {
    width: 66px;
    height: 106px;
    border: 1px solid var(--black-6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 89px
}

.scroll__down span i {
    color: var(--white)
}

.scroll__down-wrapper {
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 1399px) {
    .scroll__down-wrapper {
        height: 380px
    }
}

@media only screen and (max-width: 1199px) {
    .scroll__down-wrapper {
        height: 350px
    }
}

@media only screen and (max-width: 767px) {
    .scroll__down-wrapper {
        height: auto;
        padding: 40px 0
    }
}

.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 0px;
    z-index: 9999;
    background: var(--white);
    border-radius: 100px;
    mix-blend-mode: exclusion;
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.scroll-top.showed {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}


.light .scroll__down p {
    color: var(--black)
}

.light .scroll__down span {
    border-color: var(--white-3)
}

.light .scroll__down span i {
    color: var(--black)
}

.light.progress-wrap {
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.light.progress-wrap svg path {
    fill: var(--black)
}

.light.progress-wrap::after {
    color: var(--white)
}

.b-radius {
    border-radius: 12px
}

.btn {
    display: inline-flex;
    transition: all .3s
}

.btn-primary {
    padding: 21px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 15px;
    text-transform: capitalize;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap
}

.btn-text-link {
    padding: 4px 0;
    color: var(--blue);
    border:0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in;
}
.btn-text-link:hover,
.btn-text-link:active {
    color: var(--blue);
    border:0;
    border-bottom: 2px solid var(--blue);
}

@media only screen and (max-width: 991px) {
    .btn-primary {
        padding: 16px 25px
    }
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-primary.bordered {
    border-color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary)
}

.btn-primary.bordered:hover {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--white)
}


.btn-oval {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    border: 1px solid #3f3a36;
    display: inline-block;
    padding: 32px 52px;
    text-align: center;
    transition: all .3s;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%
}

.dark .btn-oval {
    color: var(--black)
}

.btn-oval:hover {
    color: var(--primary)
}

.btn-text-flip {
    perspective: 4000px
}

.btn-text-flip:hover span {
    transform: rotateX(90deg) translateY(-12px);
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

.btn-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color .5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.btn-hover-default {
    transition: all .5s
}

.btn-hover-default:hover {
    color: var(--black);
    background-color: var(--white)
}


.main-menu.menu-dark>ul>li>a {
    color: var(--black)
}

.main-menu.menu-light>ul>li>a {
    color: var(--white)
}

.main-menu>ul {
    display: flex
}

.main-menu>ul>li:hover>a {
    color: var(--primary)
}

.main-menu>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 0
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul {
    opacity: 1;
    pointer-events: all;
    inset-inline-start: 100%;
    visibility: visible
}

.main-menu li {
    position: relative
}

.main-menu li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: var(--primary);
    padding: 37px 15px;
    text-transform: uppercase
}



.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--var(--white));
    background: var(--black);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    mix-blend-mode: hard-light;
    transition: all .3s
}

.cursor.large {
    width: 180px;
    height: 180px;
    text-align: center;
    font-size: 19px;
    font-weight: 400
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor1 {
        display: none
    }
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    --c: rgb(222, 49, 49);
    aspect-ratio: 1;
    background:
        radial-gradient(at 70% 31%, var(--c) 29%, #0000 30%),
        radial-gradient(at 30% 31%, var(--c) 29%, #0000 30%),
        linear-gradient(var(--c) 0 0) bottom/100% 50% no-repeat;
    clip-path: polygon(-43% 0, 50% 91%, 143% 0);
    /* background-color: var(--primary);
    border-radius: 50%; */
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor2 {
        display: none
    }
}

:root {
    --theme: #121212;
    --border: #121212
}

:root .dark {
    --primary: #FBF8F7;
    --border: #FBF8F7
}

body {
    font-weight: 300
}

p {
    font-weight: 300
}

.section-subtitle {
    font-size: 30px;
    line-height: 1.5;
    font-family: var(--font_cormorant);
    /*accent*/
    color: var(--primary);
    display: inline-block
}

.section-title {
    font-size: 62px;
    text-transform: uppercase;
    font-family: var(--font_cormorant);
    /*accent*/
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 46px
    }
}

@media only screen and (max-width: 1399px) {
    .section-title {
        font-size: 42px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 38px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 35px
    }
}

@media(max-width: 575px) {
    .section-title {
        font-size: 30px
    }
}

.section-title span {
    text-transform: lowercase;
    background-color: var(--blue);
    font-style: italic;
    color: var(--white);
    padding: 0 4px;
    border-radius: 2px;
}

/* @media only screen and (max-width: 1919px) {
    .section-title span {
        text-underline-offset: -34px
    }
} */

/* @media only screen and (max-width: 1399px) {
    .section-title span {
        text-underline-offset: -32px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title span {
        text-underline-offset: -30px
    }
} */

/* @media only screen and (max-width: 991px) {
    .section-title span {
        text-underline-offset: -28px
    }
}

@media only screen and (max-width: 767px) {
    .section-title span {
        text-underline-offset: -26px
    }
}

@media(max-width: 575px) {
    .section-title span {
        text-underline-offset: -22px
    }
} */

.section-spacing {
    padding-top: 150px;
    padding-bottom: 150px
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media only screen and (max-width: 1399px) {
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 1199px) {
    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.btn-primary {
    font-size: 14px;
    font-weight: 500;
    border-radius: 100%;
    padding: 21px 40px;
    text-transform: uppercase
}

.btn-primary:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: var(--theme);
    color: var(--white)
}

@media(min-width: 1600px) {
    .container.large {
        max-width: 1550px
    }
}

.has-noisy {
    position: relative;
    overflow: hidden
}

.has-noisy:after {
    position: absolute;
    content: url(../img/noise.webp);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    inset-inline-start: 0;
    z-index: 1;
    pointer-events: none
}

.header-area {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%
}

.header-area .container {
    max-width: 1850px
}

.header-area.sticky {
    background-color: #f9f9f9
}

#nav-toggle i {
    color: var(--primary);
}

.header-area .header-area__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    height: 80px;
    border-bottom: 1px solid rgba(18, 18, 18, .08)
}

.header-area .header-area__inner .header__logo,
.header-area .header-area__inner .header__button,
.header-area .header-area__inner .header__nav,
.header-area .header-area__inner .header__navicon {
    flex: 1;
}

.header-area .header-area__inner .header__logo a {
    color: var(--secondary);
    font-size: 18px;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
}

.header-area .header-area__inner .header__button {
    flex-shrink: 0;
    text-align: center;
}

.header-area .header-area__inner .main-menu>ul {
    justify-content: flex-end;
}

.header-area .header-area__inner .header__navicon {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.hero-area-inner .hero-image img {
    width: 800px;
    max-width: 100%;
    height: auto;
    max-height: initial;
}

@media only screen and (max-width: 1919px) {
    .header-area .header-area__inner {
        height: 80px
    }
}

.mobile-nav {
    display: none;
}

.mobile-nav.show-menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 2rem;
    background-color: white;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 14vw;
}

nav.mobile-menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
}

nav.mobile-menu ul li a {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -0.1em;
    transition: all .3s ease-in-out;
    font-family: var(--font_cormorant);
    padding: 0 0 0.5rem;
    text-decoration: none;
    display: inline-block;
    opacity: 0;
    text-decoration: none;
    transform: translateY(75px);
}

nav.mobile-menu ul li a:hover {
    color: var(--secondary);
}


.menu-link-heading {
    font-size: 4em;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--font_cormorant);
    font-weight: 400;
    line-height: .75;
    transition: transform .55s cubic-bezier(.65, .05, 0, 1);
    position: relative;
}

/* .header-area .header-area__inner>*:nth-child(1) {
    margin-inline-end: auto
} */

@media(max-width: 575px) {
    .header-area .header__meta {
        display: none
    }
}

.dir-rtl .header-area .header__navicon img {
    transform: rotateY(180deg)
}

.header-area .main-menu>ul>li:hover>a {
    color: var(--primary)
}

.header-area .main-menu>ul>li>a {
    font-size: 18px;
    color: var(--secondary);
    padding: 31px 17px;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
}

.header-area .btn-primary {
    padding: 13px 20px
}

.hero-area-inner {
    padding-top: 140px;
    padding-bottom: 82px
}

.hero-area .section-subtitle {
    font-size: 24px;
    line-height: 1.25;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
    letter-spacing: .8em
}

.hero-area .subtitle-wrapper {
    position: static;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-subtitle {
        font-size: 22px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-subtitle {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-subtitle {
        letter-spacing: .4em
    }
}

.hero-area .section-subtitle span {
    margin-inline-start: 170px
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-subtitle span {
        margin-inline-start: 50px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-subtitle span {
        margin-inline-start: 0px
    }

    /* .hero-area-inner .hero-image img {
        width: 100%;
        max-width: 80%;
        height: auto;
        max-height: initial;
    } */
}

/* .hero-area .subtitle-wrapper {
    position: absolute;
    top: -4px;
    inset-inline-end: 0;
    direction: ltr
} */

/* @media only screen and (max-width: 991px) {
    .hero-area .subtitle-wrapper {
        position: static;
        margin-bottom: 20px
    }
} */

.hero-area .section-title {
    max-width: 635px;
    font-size: 60px;
    line-height: 1.16;
    margin-inline: auto;
    margin-top: 0
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-title {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-title {
        font-size: 40px;
        max-width: 535px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .section-title {
        font-size: 30px;
        max-width: 395px
    }
}

.hero-area .section-content {
    text-align: center
}

.hero-area .section-content .title-wrapper {
    margin-top: 42px
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content .title-wrapper {
        margin-top: 32px
    }
}

.hero-area .thumb-wrapper {
    position: relative;
    display: inline-block
}

/* .hero-area .hero-image img {
    max-height: 312px
} */

@media only screen and (max-width: 1399px) {
    /* .hero-area .hero-image img {
        max-height: 252px
    } */
}

@media only screen and (max-width: 991px) {
    /* .hero-area .hero-image img {
        max-height: 212px
    } */
}

.text-slider-active .swiper-slide {
    width: auto
}

.text-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border)
}

@media only screen and (max-width: 1919px) {
    .text-slider {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.text-slider .swiper-wrapper {
    transition-timing-function: linear
}

.text-slider-item .title {
    font-size: 30px;
    line-height: 1.33;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1919px) {
    .text-slider-item .title {
        font-size: 22px
    }
}

.text-slider-item .title .dot {
    /* width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%; */
    margin-inline-end: 15px;
    display: inline-block;
}

.quote-area .section-title {
    max-width: 1030px
}

.quote-area .signature-wrapper {
    margin-top: 44px
}

.cta-area {
    position: relative;
    z-index: 1
}

.cta-area .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.cta-area .bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18, 18, 18, .5);
    top: 0;
    inset-inline-start: 0;
    z-index: 1
}

.cta-area .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta-area .section-title {
    max-width: 640px;
    margin-inline: auto;
    color: inherit;
}

.cta-area .section-header {
    text-align: center
}

.cta-area .section-header .section-subtitle {
    color: var(--white)
}

.cta-area .section-header .title-wrapper {
    margin-top: 18px
}

.cta-area .section-header .text {
    max-width: 550px;
    margin-inline: auto;
    color: inherit;
}

.cta-area .section-header .text-wrapper {
    margin-top: 24px
}

.cta-area .section-header .btn-wrapper {
    margin-top: 43px
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-header .btn-wrapper {
        margin-top: 33px
    }
}

.cta-area .section-header .btn-primary {
    border-color: var(--white);
    color: var(--white)
}

.cta-area .section-header .btn-primary:hover {
    background-color: var(--white);
    border-color: rgba(0, 0, 0, 0);
    color: var(--black)
}

.footer-area {
    padding-top: 120px;
    background-color: #f2f2f2
}


.footer-area .image-gallery {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr)
}

@media only screen and (max-width: 767px) {
    .footer-area .image-gallery {
        grid-template-columns: repeat(3, 1fr)
    }
}

.footer-area .image-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px
}

.footer-area .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.copyright-area-inner {
    display: flex;
    gap: 10px 30px;
    justify-content: space-between;
    padding: 33px 0;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
    .copyright-area-inner {
        padding: 23px 0
    }
}

@media(max-width: 575px) {
    .copyright-area-inner {
        flex-direction: column;
        align-items: center
    }
}

.copyright-text .text {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1
}

.copyright-text .text a {
    color: var(--primary)
}

.copyright-nav-list {
    display: flex;
    gap: 24px
}

.copyright-nav-list li {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1
}

.top-tab {
    max-width: 700px;
    margin: 32px auto 0;
    background-color: white;
    border-radius: 22px;
}

.tab__menu,
.tab__content {
    width: 100%;
}

.tab__menu {
    display: flex;
    padding: 0;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
}

.tab-menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 0 50%;
}

.tab-menu__item:nth-child(1) {
    background-color: var(--blue);
}

.tab-menu__item>div {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1rem 0.5rem;
}

.tab-menu__item>div.decline {
    background: #000;
}

.tab-trigger {
    /* width: 160px; */
    height: auto;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tab-trigger.is-active {
    /* background-color: var(--blue); */
    color: var(--white);
    pointer-events: none;
    font-size: 22px;
    /* padding:8px 12px; */
}

.tab-menu__item div.accept {
    /* background-color: var(--blue); */
    /* border-bottom: 2px solid var(--blue); */
}

.tab-menu__item .btn-primary.bordered:hover {
    background-color: var(--blue-hover);
    border-color: var(--blue-hover);
}

.tab-menu__item .btn-primary.bordered.decline {
    background-color: rgba(18, 18, 18, .5);
    border-color: rgba(18, 18, 18, .5);
}

.tab-menu__item .btn-primary.bordered.decline:hover {
    background-color: rgba(18, 18, 18, .8);
    border-color: var(--primary);
}

.tab-trigger:not(.is-active) {
    color: var(--white);
    font-weight: 500;
    transition: all .3s ease-in-out;
    /* opacity:0.6; */
}

.tab-trigger:not(.is-active):not(:nth-child(1)):hover {
    background-color: var(--primary);
    color: var(--white);
    transition: all .3s ease-in-out;
}

.tab__content {
    /* margin-top: 60px; */
    height: auto;
}

.tab-content__item {
    display: none;
    /* width: 88.888888%; */
    /* margin: 0 auto; */
    opacity: 0;
    transition: opacity .6s cubic-bezier(0.32, 0.94, 0.6, 1);
}

.tab-content__item .form__data {
    /* background-color: rgba(0,0,0,0.6); */
    margin: 0 auto;
    /* max-width: 720px; */
}

/*=============== FORM ===============*/
.button:hover .circle {
    scale: 1;
    transition: scale 0.25s ease-in-out;
}

.button .circle {
    position: absolute;
    width: 175%;
    aspect-ratio: 1;
    background-color: var(--primary);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0% 0%;
    scale: 0;
    transition: scale 0.2s ease-in-out, top 0.5s ease;
    pointer-events: none;
}

.form__data {
    text-align: center;
    padding: 1.75rem;
    /* border: 2px solid black; */
    border-radius: 16px;
}

/* .form__data h2.section__title {
    color: var(--white);
} */
.tab-accept .form__data {
    /* border: 2px solid var(--green); */
}

.form__data h2 {
    font-family: var(--font_cormorant);
    text-transform: uppercase;
}

div.nice-select {
    width: 100%;
}

.nice-select.open .list {
    width: 100%;
    z-index: 999;
}

.form__wrapper .with_frm_style .frm_message, .frm_success_style {
    background-color: transparent;
    color: var(--blue);
    font-family: var(--font_cormorant);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}
.form__wrapper .with_frm_style .frm_message p {
    color: var(--blue);
    font-weight: 600;
}

.form__wrapper .with_frm_style input[type=text],
.form__wrapper .with_frm_style input[type=email] {
    height: 42px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--blue);
    font-size: 16px;
    padding: 8px 0;
    outline: none;
}

.form__wrapper .with_frm_style #form_form-decline-event input[type=text],
.form__wrapper .with_frm_style #form_form-decline-event input[type=email] {
    border-color: var(--primary);
}

.form__wrapper .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus {
    border: 0;
    border-bottom: 2px solid var(--blue-hover);
    box-shadow: none;
    outline: none;
}

.form__wrapper .with_frm_style textarea {
    height: 100px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid var(--blue);
    font-size: 16px;
    padding: 20px 0;
    outline: none;
    box-shadow: none;
}

.form__wrapper .with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .form-field textarea:focus {
    border: 0;
    border-bottom: 2px solid var(--blue-hover);
    box-shadow: none;
    outline: none;
}

.form__wrapper .with_frm_style .frm_submit button {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: #FFF;
    padding: 1rem 2.5rem;
    border-radius: 100%;
    border: 1px solid var(--black);
    font-weight: var(--font-semi-bold);
    transition: .3s;
    width: auto;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
}

.form__wrapper .with_frm_style .song_request {
    margin-top: 2rem;
}

.form__wrapper .with_frm_style .song_request h3 {
    font-size: 22px;
    padding: 20px 0 0;
    font-family: var(--font_cormorant);
    text-align: center;
    /* font-style: italic; */
    text-transform: uppercase;
}
.form__wrapper .with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--font_cormorant);
    text-align: center;
    font-weight: 600;
    color: var(--blue);
    padding-bottom: 32px;
}
.form__wrapper .with_frm_style .frm_trigger .frmsvg {
    width: 24px;
    height: 24px;
    color: var(--blue);
}

.form__wrapper .with_frm_style .song_request p {
    font-size: 16px;
    text-align: center;
}

.form__wrapper .with_frm_style .frm_inside_container>label {
    padding-left: 0;
}

#tab01 .form__wrapper .with_frm_style .frm_submit button {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    overflow: hidden;
    cursor: pointer;
}

#tab01 .form__wrapper .with_frm_style .frm_submit button:hover {
    background-color: var(--blue-hover);
    border: 1px solid var(--blue-hover);
}

.form__wrapper .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}
.form__wrapper .with_frm_style .frm_inside_container.frm_label_float_top {
    margin-top: 1rem;
}
.form__wrapper .with_frm_style .frm_inside_container.frm_label_float_top>label {
    width: auto;
    background-color: white;
    top: 4px;
    left: 0;
    z-index: 10;
}

.form__wrapper .with_frm_style .frm_required {
    color: var(--blue);
}

.form__wrapper .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary);
    color: #FFF;
}

.form__wrapper .frm_submit.frm_flex {
    text-align: center;
    justify-content: center;
}

.form__wrapper .nice-select {
    border: 0;
    border-bottom: 2px solid var(--blue);
    border-radius: 0;
    padding-left: 0;
}

.form__wrapper .nice-select:after {
    border-color: var(--blue);
}

.form__wrapper .nice-select:hover {
    border-color: var(--blue);
}
.form__wrapper .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    border:none;
}
.form__wrapper .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    margin:0;
}
.form__wrapper .frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
    margin:0;
}
.form__wrapper .with_frm_style .frm_repeat_buttons {
    margin-top: 32px;
}
.form__wrapper .with_frm_style .frmsvg {
    vertical-align: middle;
}
.form__wrapper .with_frm_style .frm_repeat_buttons .frm_button {
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    border:0;
}
.form__wrapper .with_frm_style .frm_repeat_sec {
    margin-top: 0;
}
.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon,
.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frmsvg, .with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frmsvg {
    fill: var(--blue);
}
.form__wrapper .frm_form_field:not(.frm_compact) .frm_dropzone {
    margin: 32px auto 0;
}
.form__wrapper #form_wedding-photos-upload-form .frm_error,
.form__wrapper #form_wedding-photos-upload-form .frm_limit_error {
    color: #a74747;
    text-align: center;
    margin-top: 8px;
}
.form__wrapper #form_wedding-photos-upload-form .frm_submit button {
    background-color: var(--blue);
    border: 1px solid var(--blue);
    color: #FFF;
    padding: 1rem 2.5rem;
    border-radius: 100%;
    font-weight: var(--font-semi-bold);
    transition: .3s;
    width: auto;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
}
.form__wrapper #form_wedding-photos-upload-form .frm_submit button:hover {
    background-color: var(--blue-hover);
    border: 1px solid var(--blue-hover);
}

.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.75em 2em 1.5em 2em;
    background: rgba(255, 255, 255, 0);
    border-radius: 0.25em;
    outline: none;
    height: 20px;
    width: 28px;
    border: none;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.burger:before,
.burger:after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    background: var(--primary);
    transition: all 250ms ease-out;
    will-change: transform;
}

.burger:before {
    transform: translateY(-3px);
}

.burger:after {
    transform: translateY(3px);
}

/* .active.burger:before,
.active.burger:after {
    background-color: var(--white);
} */

.active.burger:before {
    transform: translateY(0) rotate(45deg);
}

.active.burger:after {
    transform: translateY(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    background: #f2f2f2;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    will-change: transform;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    gap: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.menu-item {
    display: flex;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.menu-item p {
    position: relative;
    text-align: center;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
    font-size: 15vw;
    line-height: 80%;
    will-change: transform;
    transition: letter-spacing 0.3s;
}

.menu-item p:hover {}


.menu-item a {
    color: #0d6efd;
    text-decoration: none;
}

.sub-nav {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5em;
    opacity: 0;
    width: 80%;
    display: flex;
    justify-content: center;
}

.sub-nav p {
    font-size: 20px;
    color: #1a6ae0;
}
section.about-the-day {
    position: relative;
    padding-bottom: 120px;
}
section.about-the-day hgroup {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 62px;
}
section.about-the-day .section-subtitle {
    font-size: 24px;
    line-height: 1.25;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
    letter-spacing: .8em;
    text-indent: 0.8em;
}
.image__wrapper--about {
    position: relative;
    width: 320px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}
.image__wrapper--about img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease-in-out;
    display: block;
}
.section-title--about {
    color: #0d6efd;
    font-weight: 500;
    font-size: 72px;
    font-family: "Mrs Saint Delafield", cursive;
    text-transform: capitalize;
    line-height: 1.6;
}
.section-title--xl {
    font-size: 82px;
}
section.about-the-day .section-content{
    position: relative;
    z-index: 1;
    /* padding: 0 0 120px; */
}
section.about-the-day.pb-62 {
    padding-bottom: 62px;
}
section.about-the-day .section-content .section-title-wrapper{
    position: absolute;
    width: 90%;
    z-index: 10;
    top:5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
section.about-the-day .section-content .section-info-wrapper {
    width: 300px;
    background: #ffffffb3;
    padding: 2rem;
    height: 300px;
    position: absolute;
    left: 40%;
    bottom: 0%;
    border-radius: 1px;
}
section.about-the-day .section-content .address {
    width: 60%;
    position:relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
section.about-the-day .section-content .address h3,
section.about-the-day .section-content .timeline h4 {
    color: inherit;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--font_cormorant);
    text-transform: uppercase;
}
section.about-the-day .section-content .timeline h4 {
    font-size: 20px;
}
section.about-the-day span.accent {
    text-transform: capitalize;
    background-color: var(--blue);
    font-style: italic;
    color: var(--white);
    padding: 0 4px;
    border-radius: 2px;
    white-space: nowrap;
}
section.about-the-day .section-content .timeline {
    margin: 0 auto 0;
    padding: 2rem 0 0;
}
section.about-the-day .section-content .info-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
section.about-the-day .section-content .info-list li .divider {
  border-bottom: 1px dotted #0a172b;
  flex: 1;
  display: none;
}
section.about-the-day .section-content .video__wrapper .section-title-wrapper{
    bottom: -15px;
    top: auto;
}
section.about-the-day .section-content .video__wrapper {
    position: relative;
    width: 320px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
}
section.about-the-day .video__wrapper video.cover {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.not-found,
section.section-w-padding {
    padding: 120px 0 80px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .frm_combo_inputs_container {
        display: flex;
        flex-direction: column;
        gap: calc(0.5 * var(--field-height));
    }
    .form__wrapper .frm_form_field:not(.frm_compact) .frm_dropzone {
        max-width: 100%;
    }
    section.about-the-day .section-content .section-info-wrapper {
        left: 10%;
    }
    section.about-the-day .section-content .section-title-wrapper {
        width: 90%;
    }
    .section-title--about {
        font-size: 48px;
    }
    .section-title--xl {
        font-size: 58px;
    }
    section.about-the-day .section-content .address {
        width: 100%;
    }
    section.about-the-day .section-content .address h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .form__data {
        padding: 3rem;
    }
}