@import url(https://fonts.gstatic.com/);
@import url(https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap);

* {
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}

.main-box {
    position: absolute;
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.gallery {
    position: absolute;
    display: flex;
    justify-content: right;
    align-items: center;
}

.gallery-first-main-wrappper {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: left;
    align-items: center;
    object-fit: cover;
}

.gallery-first-box {
    position: absolute;
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.gallery-second-main-wrappper {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: center;
    object-fit: cover;
}

.gallery-second-box {
    position: absolute;
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.main-box-style {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.grid-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.grid-container-half-side-left {
    position: absolute;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 10% 0 0;
}

.grid-body {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: stretch;
    padding: 5% 5% 5% 5%;
}

.box-wrapper-half-left {
    display: flex;
    justify-content: right;
    align-items: center;
}

.slide.two .grid-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    width: 100%;
    height: 100%;
    column-gap: 2rem;
}

.slide.two .box-wrapper-two {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

.slide.two .box-wrapper-one {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

.slide.two .grid-body>.content-description:first-child {
    grid-column: 1;
    display: flex;
    flex-direction: column;
}

.slide.two .grid-body>.content-description:first-child .box-two {
    margin-top: auto;
}

.slide.two .grid-body>.content-description:last-child {
    grid-column: 3;
    display: flex;
    flex-direction: column;
}

.slide.two .vertical-line {
    position: static;
    grid-column: 2;
    align-self: center;
    width: 1px;
    height: 80%;
    background-color: #a56e50;
}

.grid-body-half-side-left {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: right;
    align-items: stretch;
    padding: 5% 5% 5% 5%;
}

.grid-container-half-side-right {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: left;
    align-items: stretch;
    padding: 5% 5% 5% 5%;
}

.slide.three .grid-container-half-side-left {
    position: relative;
    justify-content: right;
    align-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

.slide.four .grid-container-half-side-right {
    position: relative;
    justify-content: left;
    align-content: center;
    align-items: center;
    height: 100%;
    padding: 10rem;
}

.box-one {
    display: flex;
    width: 25vw;
    height: 60vh;
    justify-content: right;
    align-items: center;
    transition: 0.2s;
    object-fit: cover;
}

.box-two {
    display: flex;
    width: 25vw;
    height: 60vh;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.box-style {
    border-radius: 1%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

.box:hover {
    transform: scale(1.05);
}

.box:hover {
    transform: scale(1.05);
}

.box-wrapper-one {
    display: flex;
    justify-content: center;
}

.box-wrapper-two {
    display: flex;
    justify-content: center;
}

.image-one {
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: right;
    object-fit: cover;
    object-position: center;
    border-radius: 1%;
}

.image-two {
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: right;
    object-fit: cover;
    object-position: center;
    border-radius: 1%;
}

.blur-load {
    background-size: cover;
    background-position: center;
}

.blur-load.loaded>img {
    opacity: 1;
}

.blur-load>img {
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

main.blur {
    filter: blur(5px);
    pointer-events: none;
}

.wrapper-section {
    position: relative;
    display: flex;
    flex-direction: row;
}

.h2-classic {
    display: flex;
    font-weight: 400;
    font-size: 50px;
    font-family: "Cormorant Garamond", serif;

    color: #fff;
    transition: all 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

.h2-ballet-cursive {
    font-family: Ballet, cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 70px;
    font-style: normal;
    text-align: center;
    transform: translateX(55%);

    color: #fff;
    transition: all 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

.p-content-box {
    position: absolute;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 15% 0 0;
    width: 100%;

    transition: all 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

.p-main-content {
    width: 35%;
    height: 70%;
    font-size: clamp(.8rem, 1.2vw, 1.3rem);
    font-family: "Cormorant Garamond", serif;
    margin-top: 30%;
    line-height: 1.5;
    text-align: justify;
    color: azure;

    text-shadow: 2px 2px 20px #36241b;

    display: flex;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    transition: all 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

.p-img-one-box {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: clamp(.8rem, 1.2vw, 1.2rem);
    line-height: 1.3;
    text-align: justify;
    color: azure;

    text-shadow: 2px 2px 20px #36241b;

    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    margin-top: 10%;
}

.p-img-two-box {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: clamp(.8rem, 1.2vw, 1.3rem);
    line-height: 1.3;
    text-align: justify;
    color: azure;

    text-shadow: 2px 2px 20px #36241b;

    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    margin-top: 10%;
}

.p-img {
    font-family: 'Playfair Display', serif !important;
}

.h2-gallery {
    display: flex;
    font-weight: 400;
    font-size: 180px;
    font-family: 'Playfair Display', serif !important;

    justify-content: left;
    align-items: center;

    color: #fff;

    transform: rotate(-90deg);
}

.h2-contact {
    display: flex;
    font-weight: 400;
    font-size: 180px;
    font-family: "Cormorant Garamond", serif;

    justify-content: right;
    align-items: center;

    text-align: center !important;
    text-wrap: nowrap;

    color: #fff;

    transform: rotate(-90deg);
}

.slide {
    width: 100vw;
    height: 100vh;
}

.content-text-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: right;
    align-content: center;
    align-items: center;
}

.contact-text-box {
    position: static;
    display: flex;

    justify-content: center;
    align-items: center;
    margin-right: 10%;
}

.content-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.main-content-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-on-load {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
}

.fade-in-on-load.run {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    will-change: opacity, transform;
}

.fade-in-on-scroll.in-view {
    animation: fadeInUp 0.8s ease-out forwards;
}

.content-first-slide {
    display: flexbox;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.content-third-slide {
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 0 0 10%;
    justify-content: left;
    align-content: center;
    align-items: center;
}

.slide.five .social-media {
    position: relative;
    display: flex;

    width: 100%;
    height: 100%;

    border-radius: 0 !important;
}

.outer-wrapper {
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.inside-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
}

#one {
    background: linear-gradient(90deg, #a77053 30%, #e0cabe)
}

#two {
    background: linear-gradient(90deg, #e0cabe 70%, #a77053)
}

#three {
    background: linear-gradient(90deg, #506b5c 5%, #153021)
}

#four {
    background: linear-gradient(90deg, #153021 10%, #506b5c)
}

.three {
    background-color: #153021;
}

.four {
    background-color: #153021;
}

::-webkit-scrollbar {
    display: none;
}

@media (max-width: 888px) {

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;

        background-color: #506b5c;
    }

    .outer-wrapper {
        transform: none !important;
        transform-origin: unset !important;
        width: 100%;
        height: auto;
        position: static;
        overflow: visible;
    }

    .inside-wrapper {
        transform: none !important;
        flex-direction: column;
        width: 100%;
        height: auto;
        display: flex;
    }

    .grid-body {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .wrapper-section,
    .slide {
        width: 100vw;
        height: 100vh;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;

        scroll-snap-align: none;
    }

    .gallery-first-main-wrappper,
    .gallery-second-main-wrappper {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .main-box {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .main-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .box-one,
    .box-two {
        width: 100vw;
        height: auto;
    }

    .vertical-line {
        display: none;
    }

    .content-wrapper,
    .content-text-wrapper,
    .contact-text-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        height: auto;
        margin: 0;
    }

    .p-main-content,
    .p-img-one-box,
    .p-img-two-box {
        width: 100%;
        font-size: 1rem;
        margin: auto;
        position: relative;
        height: auto;
    }

    .content-first-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 1rem;
        text-align: center;
    }

    .h2-classic {
        font-weight: 400;
        font-size: 2.2rem;
        font-family: 'Playfair Display', serif !important;
        color: #fff;
        text-align: center;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        transform: none;
        text-shadow: 2px 2px 5px #36241b;
    }

    .h2-ballet-cursive {
        font-family: "Ballet", cursive;
        font-optical-sizing: auto;
        font-weight: 500;
        font-size: 2.8rem;
        font-style: normal;
        color: #fff;
        text-align: center;
        margin-top: 0;
        line-height: 1.2;
        transform: none;
        text-shadow: 2px 2px 5px #36241b;
    }

    .p-main-content {
        visibility: hidden;
        overflow: hidden;
    }

    .social-media {
        flex-direction: column;
        align-items: center;
    }

    .slide.one {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
    }

    .phone-view-box {
        position: relative;
        display: flex;
        justify-items: center;
        justify-content: center;
        align-items: center;
    }

    .slide.two {
        width: 100vw;
        height: auto !important;
        min-height: 100vh;
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-sizing: border-box;
        overflow: visible;
    }

    .slide.two .grid-body {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto !important;
        gap: 2rem;
    }

    .slide.two .box-wrapper-one,
    .slide.two .box-wrapper-two {
        width: 100%;
        max-width: 600px;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slide.two .box,
    .slide.two .box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .slide.two .p-img-one-box,
    .slide.two .p-img-two-box {
        font-size: 1.1rem;
        width: 100%;
        max-width: 600px;
        text-align: justify;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .slide.two .vertical-line {
        display: none !important;
    }

    .slide.two .main-box,
    .slide.two .gallery-first-main-wrappper,
    .slide.two .gallery-second-main-wrappper {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide.three .gallery-first-box {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .slide.four .gallery-second-box {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    .h2-gallery {
        display: flex;
        font-weight: 100;
        font-size: 80px;
        font-family: 'Playfair Display', serif !important;

        justify-content: center;
        align-items: center;

        color: #fff;

        transform: rotate(0deg);
    }

    .h2-contact {
        display: flex;
        font-weight: 100;
        font-size: 70px;
        font-family: 'Playfair Display', serif !important;

        justify-content: center;
        align-items: center;

        color: #fff;

        transform: rotate(0deg);
    }

    .slide.three {
        width: 100vw;
        min-height: 100vh;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 1rem;
        box-sizing: border-box;
        overflow: visible;
        text-align: center;
    }

    .grid-container-half-side-left {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;

    }

    .slide.three .grid-container-half-side-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
    }

    .grid-body-half-side-left {
        justify-content: center;
        align-items: center;
    }

    .slide.three .box-one {
        width: 100%;
        height: auto;
        max-width: 600px;
        object-fit: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide.three .p-img-one-box {
        width: 100%;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 1rem;
    }

    .slide.three .gallery-first-main-wrappper {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide.four {
        width: 100vw;
        min-height: 100vh;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 1rem;
        box-sizing: border-box;
        overflow: visible;
        text-align: center;
    }

    .grid-container-half-side-right {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: stretch;
        padding: 5% 5% 5% 5%;
    }

    .slide.four .grid-container-half-side-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .slide.four .grid-body-half-side-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 1.5rem;
        padding: 0;
        box-sizing: border-box;
    }

    .slide.four .box-wrapper-half-right {
        width: 100%;
        max-width: 600px;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        box-sizing: border-box;
    }

    .slide.four .box-wrapper-half-right .box-one {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .slide.four .p-img-two-box {
        width: 100%;
        max-width: 600px;
        text-align: center;
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .slide.four .gallery-second-main-wrappper {
        position: relative !important;
        height: auto !important;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide.five {
        width: 100%;
        height: auto;
    }

    .slide.five .social-media {
        position: absolute;
        display: flex;

        width: 100%;
        height: auto;

        border-radius: 0 !important;
    }

    #three {
        background: linear-gradient(#506b5c 5%, #153021)
    }

    #four {
        background: linear-gradient(#153021 10%, #506b5c)
    }

    .content-third-slide {
        margin: 0;
        justify-content: center;
        align-items: center;
    }

    .box-wrapper-half-left {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide.three .box-wrapper-half-left {
        width: 100%;
        max-width: 600px;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        box-sizing: border-box;
    }
}