* {
    -webkit-tap-highlight-color: transparent;
 
}

html {
    scroll-behavior: smooth;
    touch-action: manipulation;
}

body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    /* overflow-y: auto; */
    overscroll-behavior-y: contain !important;
    font-size: 1rem;
    /* height: 100%;
    scrollbar-width: thin; */
}

html,
body {
    /* scrollbar-width: none; */
    /* -ms-overflow-style: none; */
    /* overscroll-behavior: none; */
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto; 
    overscroll-behavior-y: none;
}
/* 
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
    -webkit-appearance: none;
} */

nav li,
nav li * {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

button:disabled {
    background-color: #f6f0e7 !important;
    opacity: 1 !important;
}

.cormorant-infant-light {
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-style: normal;
}

.cormorant-infant-regular {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: normal;
}

.cormorant-infant-medium {
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal;
}

.cormorant-infant-semibold {
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: normal;
}

.cormorant-infant-bold {
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    font-style: normal;
}

.cormorant-infant-light-italic {
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-style: italic;
}

.cormorant-infant-regular-italic {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: italic;
}

.cormorant-infant-medium-italic {
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: italic;
}

.cormorant-infant-semibold-italic {
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: italic;
}

.cormorant-infant-bold-italic {
    font-family: "Cormorant Infant", serif;
    font-weight: 700;
    font-style: italic;
}

.montserrat-light {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;

    font-weight: 400;
    font-style: normal;
}

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.montserrat-semibold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.montserrat-light-italic {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.montserrat-regular-italic {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.montserrat-medium-italic {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.montserrat-semibold-italic {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.montserrat-bold-italic {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.primary-color {
    background-color: #a5523a;
}

.secondary-color {
    background-color: #efe3d5;
}

.primary-color-text {
    color: #a5523a;
}

@-webkit-keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#offcanvas-nav {
    overflow-y: hidden;
    height: 100vh;
}

.text-width-fixed-content {
    max-width: 1168px;
    text-align: center;
    margin: auto;
}

.uk-navbar-toggle {
    display: none;
    /* Hide the hamburger menu by default */
    padding: 0px 10px;
}

.nav-bar {
    background-color: #ffffff00;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.nav-links {
    display: flex;
}

.nav-container {
    padding: 10px 65px;
    background-color: rgba(255, 255, 255, 0.89) !important;
}

.uk-dropdown-nav>li>a:hover {
    color: #a5523a;
}

.uk-dropdown-nav>li>a {
    justify-content: center;
}

.language-open-menu {
    top: 94px !important;
}

.studios-open-menu {
    top: 88px !important;
    width: 126px;
}

.uk-dropdown {
    box-shadow: none;
    background: #faf9f4;
    padding: 10px 20px;
}

.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-size: 0.8125rem;
    line-height: 26px;
    color: #4d4b4b;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}

.nav-links a:hover {
    color: #a5523a;
}

#langButton {
    border: none;
    padding: 0;
}

.lang-div:hover .uk-button,
.lang-div:hover .fa-chevron-down {
    color: #a5523a;
}

.lang-div:hover .fa-chevron-down {
    cursor: pointer;
}

.nav-button-mobile {
    min-width: 199px;
    background-color: #a5523a;
    color: #ffffff;
    border: 1px solid #a5523a;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 26px;
    font-weight: 400;
    font-family: "Montserrat";
}

.mobile-query-btn {
    font-size: 1rem;
}

.mobile-nav-item {
    letter-spacing: 1px;
}

.send-button {
    width: 126px !important;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.social-icon {
    font-size: 1.2em !important;
    color: #000;
}

.social-icon:active {
    color: #a5523a;
}

nav svg {
    width: 20px;
    stroke-width: 2px;
    transform: scaleX(0.5) scaleY(0.5);
}

nav svg:hover {
    color: #a5523a;
}

.nav-logo img {
    height: 116px;
}

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

.nav-right a {
    text-decoration: none;
}

.nav-button:hover,
.nav-button-mobile:hover {
    background-color: #ffffff;
    color: #a5523a;
    border: 1px solid #a5523a;
}

.contact-item span {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
}

.contact-item h3 {
    font-size: 2rem;
    line-height: 65px;
    color: #000000;
    margin: 0px;
}

.nav-button {
    min-width: 199px;
    background-color: #a5523a;
    color: #ffffff;
    border: 1px solid #a5523a;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    font-size: 0.8125rem;
    line-height: 26px;
    font-weight: 400;
    font-family: "Montserrat";
}

.nav-button-mobile a {
    background-color: #ffffff;
    color: #a5523a;
    border: 1px solid #a5523a;
}

div.uk-dropdown.uk-open {
    min-width: fit-content;
}

.uk-navbar-dropdown.open-burger-menu {
    max-width: 100vw !important;
    min-height: 100vh !important;
    background-color: #efe3d5;
    top: 0 !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    position: fixed !important;
    overscroll-behavior: hidden;
}

.open-burger-menu {
    min-width: 100vw !important;
    z-index: 1000;
    background-color: #efe3d5;
    position: fixed !important;
    overscroll-behavior-y: hidden;
}

.nav-right a:hover {
    color: #a5523a
}

.open-burger-menu .uk-nav-default>li>a:hover {
    color: #a5523a;
}

.open-burger-menu .uk-nav-default>li>a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-size: 0.8125rem;
    line-height: 26px;
    color: #4d4b4b;
    font-weight: 400;
    font-family: "Montserrat";
    background-color: #efe3d5;
    margin: 0;
    padding: 0;
}

.nav-blur {
    backdrop-filter: blur(3px);
    transition: backdrop-filter 0.3s ease;
}

.parallax-container {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.video-container {
    min-height: 101vh;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.parallax-video {
    position: fixed;
    top: 0px;
    z-index: -1;
    object-fit: cover;
    width: 100%;
}

.parallax-video.fullscreen-contain {
    object-fit: contain !important;
}

.content-section {
    padding: 160px 0px;
    text-align: center;
}

.content-section h1 {
    margin-block-start: unset;
    margin-block-end: unset;
    font-size: 3.875rem;
    letter-spacing: 2px;
    line-height: 85px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 0px;
}

.content-section h2 {
    margin-block-start: unset;
    margin-block-end: unset;
    font-size: 2.625em;
    line-height: 36px;
    color: #000000;
    text-align: center;
}

.content-section p {
    font-size: 1em;
    margin: 0px !important;
    line-height: 1.6;
    text-align: justify;
    max-width: 1168px;
    color: #000000B3;
    padding: 0px 20px;
}

.separator {
    width: 50px;
    height: 2px;
    background-color: #a5523a;
    margin: 36.8px auto;
}

gmp-map {
    height: 40vh;
}

#map {
    display: block;
    height: 69vh;
}

.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: "Roboto", "sans-serif";
    margin: 10px;
    display: none;
}

.studio-paragraph p {
    opacity: 0.702;
    font-size: 1em;
    line-height: 23px;
}

p.studio-paragraph {
    margin-block-start: unset !important;
    margin-block-end: 30px;
    color: #000000B3;
}

.icon-color-text {
    color: #a5523a;
}

.uk-grid {
    margin-left: 0px !important;
}

.icon-text {
    margin-block-end: 0px;
    margin-block-start: 10px;
    font-size: 0.75rem;
    line-height: 14px;
    color: #a5523a;
    font-weight: 400;
    font-family: "Montserrat";
    width: 70px;
    text-align: center;
}

.icon-color {
    color: #a5523a;
}

/* #gallery {
    background-color: white !important;
} */

#gallery .image-container {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    gap: unset;
}

#gallery .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

#gallery .image-container:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.uk-dotnav>*>a {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #a5523a;
    display: inline-block;
    opacity: 0.502;
    border-width: 2px;
}

.uk-dotnav>*>* {
    border: none !important;
}

.uk-dotnav>.uk-active>a {
    opacity: 1;
    background-color: #a5523a;
}

#contact-form-section {
    background-color: #efe3d5;
    padding: 160px 0px;
    scroll-margin-top: 70px;
}

#contact-form-section h1 {
    font-size: 3.875rem;
    letter-spacing: 2px;
    line-height: 85px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    margin-inline-start: 0px;
    margin-block-start: 0px;
}

#contact-form-section h2 {
    font-size: 2.625rem;
    line-height: 38px;
    color: #000000;
    margin-top: 0px;
}

#contact-form-section p {
    margin-inline-start: 0px;
    color: #000000F2;
    margin-top: 0px;
}

#contact-form-section label {
    display: block;
    margin-bottom: 10px;
    color: #7a7a7a;
}

#contact-form-section input,
#contact-form-section textarea {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

textarea::placeholder {
    color: #7A7A7A;
    font-size: 1rem;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.main-filler {
    font-size: 3.875rem;
    line-height: 65px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(-100px) scale(2);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    will-change: transform, opacity;
}

.copy-right-cnt {
    background-color: #efe3d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-right-text {
    width: 454px;
    height: 31px;
    font-size: 0.8125rem;
    line-height: 25px;
    color: #a5523a;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    margin-top: 20px;
}

.underline-effect {
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.underline-effect:hover {
    color: white !important;
    text-decoration: none !important;
}

.underline-effect::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: width 0.3s ease-in-out;
}

.underline-effect:hover::after {
    width: 100%;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    border-left: 1px solid #C19280;
}

.icon span {
    font-size: 1rem;
    line-height: 0px;
    color: #000000B3;
    font-weight: 400;
    font-family: "Montserrat";
    display: block;
    width: 200px;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#gallery .image-large-container {
    position: relative;
    aspect-ratio: 2200 / 3650;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    grid-row: span 2;
    background-color: #ffffff;
}

#gallery .image-small-one-container {
    position: relative;
    aspect-ratio: 883/680;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
}

#gallery .image-small-two-container {
    position: relative;
    aspect-ratio: 883/665;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
}

#gallery .image-large-container img,
.image-small-one-container img,
.image-small-two-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

#gallery .image-large-container:hover img,
.image-small-one-container:hover img,
.image-small-two-container:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.language-open-menu .uk-dropdown-nav li > .lang-switch {
  display: flex;              
  justify-content: center; 
  align-items: center;
  column-gap: .25em;
  padding: 5px 0;       
  text-decoration: none;
  color: #999;        
  cursor: pointer;           
}

.language-open-menu .uk-dropdown-nav li > .lang-switch:hover,
.language-open-menu .uk-dropdown-nav li.uk-active > .lang-switch,
.language-open-menu .uk-dropdown-nav li > .lang-switch:focus {
  color: #a5523a;         
  outline: none;
}

.parallax-img {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: -1;
    object-fit: cover;
    pointer-events: none;
}

#parallax-image-2 {
    position: fixed;
    top: 0;
    z-index: -1;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    display: none;
}

#parallax-image {
    transition: opacity 0.5s ease-in-out;
}

.image-overlay,
.link-pic-overlay {
    position: relative;
    overflow: hidden;
}

/* .link-pic-overlay {
    margin-top: 42px;
} */

.image-overlay img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.link-pic-overlay img {
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(50%);
}

.image-overlay:hover img {
    filter: brightness(50%);
    transform: scale(1.1);
}

.link-pic-overlay:hover img {
    transform: scale(1.1);
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-overlay:hover .overlay-content {
    opacity: 1;
}

.image-overlay a:hover {
    color: #a5523a;
    background-color: white;
    border: 1px solid #a5523a;
}

.margin-10-top {
    margin-top: 5px;
}

.uk-hidden {
    opacity: 0;
    pointer-events: none;
}

.uk-visible {
    opacity: 1;
    pointer-events: all;
}

.parallax-img-wrapper {
        height: 60vh;
    }


.uk-hidden {
    opacity: 0;
    pointer-events: none;
}

/* bubba effect */
.heading-centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

/* Bubba keyframe for heading */
@keyframes slideToTop {
0% {
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
100% {
    top: 0;
    transform: translateY(0);
    opacity: 1;
}
}

/* Apply heading animation */
.bubba-effect-cnt.active .heading-centered {
    animation: slideToTop 1.2s ease forwards;
}

/* Paragraph initial state */
.paragraph-hidden {
    opacity: 0;
    transform: translateY(20px);
}

/* Bubba keyframe for paragraph */
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

/* Apply paragraph animation */
.bubba-effect-cnt.active .paragraph-hidden {
    animation: fadeInUp 0.5s ease 0.3s forwards;
}

.bubba-effect-cnt .separator {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
}

@keyframes separatorGrow {
to {
    opacity: 1;
    transform: scaleX(1);
}
}

.bubba-effect-cnt.active .separator {
    animation: separatorGrow 1s ease 0.3s forwards;
}

.footer-social-links {
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    max-width: 680px;
    margin: auto;
    font-family: Montserrat
}

.footer-social-links a:nth-child(1) { order: 2; } /* Reservation*/
.footer-social-links a:nth-child(2) { order: 3; } /* Contact */
.footer-social-links a:nth-child(3) { order: 1; } /* Privacy */

.social-icon-footer { 
    color: white;
    font-size: 1.2em !important;
}

@media (min-width: 640px) and (max-width: 958px) {
    .uk-width-3-5\@m {
        order: 1;
    }

    .uk-width-2-5\@m {
        order: 2;
    }


    /* html,body {
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;

    } */

}

@media only screen and (max-width: 1089px) {

    html,
    body {
        font-size: 1rem !important;
    }

    .parallax-img-wrapper {
        height: 55vh;
    }

    .fa-4x {
        font-size: 3em !important;
    }

    .fa-xl {
        font-size: 1.5em !important;
    }

    .uk-dropdown {
        top: 64px !important;
    }

    .nav-links {
        display: none;
    }

    .uk-navbar-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: unset;
    }

    .nav-container {
        height: 91px;
        padding: 10px 20px;
        position: sticky;
    }

    .content-section {
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 161px;
    }

    .content-section h1 {
        font-size: 2.625rem;
        letter-spacing: 1px;
        line-height: 52px;
    }

    .content-section h2 {
        font-size: 2.25rem;
        line-height: 36px;
        text-align: center;
    }

    .content-section p {
        padding: 0px;
    }

    #gallery .image-container {
        height: auto;
        aspect-ratio: 1/1;
    }

    /* #gallery .image-large-container,
    #gallery .image-small-one-container,
    #gallery .image-small-two-container {
        height: 100%;
        aspect-ratio: 1/1;
    } */

    #contact-form-section {
        padding-top: 150px;
        padding-bottom: 153px;
        scroll-margin-top: 0;
    }

    #contact-form-section h1 {
        font-size: 2.625rem;
        letter-spacing: 1px;
        line-height: 52px;
    }

    #contact-form-section h2 {
        font-size: 2.25rem;
        line-height: 38px;
        color: #000000;
        font-weight: 500;
        font-family: "Cormorant Infant";
        text-align: center;
        margin: 0px 30px;
    }

    .parallax-container {
        height: 120vw;
        overflow: hidden;
        position: relative;
        background: transparent;
    }

    .parallax-video {
        /* height: 40vh; */
        /* height: calc(40vh + 90px); */
        position: fixed;
        z-index: -1;
        width: auto;
        min-height: -webkit-fill-available;
    }

    .main-filler {
        font-size: 2.625rem;
        line-height: 42px;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
    }

    .parallax-bg-img {
        background-size: 200%;
    }

    .nav-logo img {
        height: 80px;
    }

    .nav-button {
        display: none;
    }

    .nav-right a {
        display: none;
    }

    .social-icons {
        padding-top: 5px;
    }

    .social-icon i {
        font-size: 1.5625rem;
        margin-right: 20px;
        text-decoration: none;
        color: #000000;
    }

    .object-position-right img {
        object-position: right;
    }

    #hide-slider {
        display: none;
    }

    .main-slider {
        background-color: #efe3d5;
    }

    .footer-social-links {
        flex-direction: column;
        row-gap: 5px;
    }

    .footer-social-links a:nth-child(1) { order: 1; } /* Privacy → 2nd */
    .footer-social-links a:nth-child(2) { order: 1; } /* Contact → 1st */
    .footer-social-links a:nth-child(3) { order: 3; } /* Reservation stays 3rd */

    .copy-right-text {
        font-size: 0.687rem;
        line-height: 20px;
        color: #a5523a;
        font-weight: 400;
        font-family: "Montserrat";
        text-align: center;
    }

    /* .icon span {
        width: 100%;
    } */

    .underline-effect::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0;
        height: 1px;
        background-color: #ffffff;
        transition: width 0.3s ease-in-out;
    }

    .mobile-menu-icons-cnt {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        justify-content: center;
        align-items: center;
    }

    .image-overlay.touch-active img {
        filter: brightness(50%);
        transform: scale(1.1);
    }

    .image-overlay.touch-active .overlay-content {
        opacity: 1;
    }

    #hide-footer {
        display: none;
    }

    #contact-info *+.uk-grid-margin,
    #contact-info .uk-grid+.uk-grid,
    #contact-info .uk-grid>.uk-grid-margin {
        margin-top: 39px;
    }
}

@media screen and (max-width: 1089px) and (orientation: landscape) {
    #offcanvas-nav {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    #offcanvas-nav>div {
        min-width: 100%;
    }

    .social-icon {
        transform: rotate(90deg);
    }

    .icon-potrait {
        gap: 20px !important;
    }

    .nav-button-mobile {
        min-width: 0px !important;
        padding: 10px 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .bubba-effect-cnt.active .heading-centered {
        animation: slideToTop 0.4s ease forwards;
    }
    .bubba-effect-cnt.active .paragraph-hidden {
        animation: fadeInUp 0.3s ease 0.1s forwards;
    }
    .bubba-effect-cnt.active .separator {
        animation: separatorGrow 0.5s ease 0.3s forwards;
    }
}