@charset "UTF-8";
@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: keep-all;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    line-height: 1.5;
}

.lottie-container .animation {
    width: 100%;
    height: 100vh;
    filter: saturate(1.18);
}

@keyframes animateGrain {

    0%,
    to {
        transform: translate(0);
    }

    10% {
        transform: translate(-5%, -10%);
    }

    20% {
        transform: translate(-15%, -20%);
    }

    30% {
        transform: translate(-5%, -10%);
    }

    40% {
        transform: translate(-15%, -20%);
    }

    50% {
        transform: translate(-5%, -10%);
    }

    60% {
        transform: translate(-15%, -20%);
    }

    70% {
        transform: translate(-5%, -10%);
    }

    80% {
        transform: translate(-15%, -20%);
    }

    90% {
        transform: translate(-5%, -10%);
    }

    to {
        transform: translate(-15%, -20%);
    }
}

:root {
    --main-color: #e499b3;
    --bgColor: #1c1a1a;
    --textColor: white;
    --fh: 100vh;
    --text-color: #f0a9c3;
    --text-color-strong: #ffc1d6;
    --point-color: #7fd1cc;
    --padding: 1.5rem;
}

.r_menu .bookmarkBtn {
    width: 110px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-color: var(--bgColor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
}

.r_menu .IconContainer {
    width: 30px;
    height: 30px;
    background: linear-gradient(to top, #67b3ae, var(--point-color));
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
    transition-duration: 0.3s;
}

.r_menu .icon {
    border-radius: 1px;
}

.r_menu .text {
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    transition-duration: 0.3s;
    font-size: 13px;
}

.r_menu .bookmarkBtn:hover .IconContainer {
    width: 90px;
    transition-duration: 0.3s;
}

.r_menu .bookmarkBtn:hover .text {
    transform: translate(10px);
    width: 0;
    font-size: 0;
    transition-duration: 0.3s;
}

.r_menu .bookmarkBtn:active {
    transform: scale(0.95);
    transition-duration: 0.3s;
}

a {
    display: inline-flex;
    max-width: 100%;
}

video {
    display: block;
    width: 100%;
    object-fit: cover;
    will-change: transform, opacity;
}

img {
    max-width: 100%;
    display: block;
}

body {
    background-color: var(--bgColor);
}

body,
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

.noscroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    cursor: auto;
    top: 0;
}

section,
article {
    font-family: Pretendard Variable, Pretendard, -apple-system,
        BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI,
        Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, sans-serif;
    min-width: 100%;
    width: 100%;
}

.pin-spacer {
    min-width: 100%;
    width: 100%;
}

.hidden {
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    z-index: -99999;
}

header {
    position: fixed;
    z-index: 999;
    padding: 1rem;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.8s;
}

.header.hide {
    transform: translateY(-100%);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--padding);
    width: 100%;
    height: 8vh;
}

.header .header-wrap .logo {
    width: 5.625rem;
    position: relative;
}

.header .header-wrap .logo img {
    filter: invert(1);
}

.header .header-wrap nav .r_menu {
    display: flex;
    align-items: center;
    gap: 2vw;
    justify-content: flex-end;
}

.ham {
    cursor: pointer;
    border: 1px dashed white;
    border-radius: 3vw;
    justify-content: center;
    align-items: center;
    width: 3.8rem;
    height: 2.4rem;
    display: flex;
}

.ham-line {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.ham-line .line {
    display: block;
    background-color: #fff;
    border-radius: 5rem;
    width: 1.7rem;
    height: 1px;
}

#ham-toggle:checked+.ham-line {
    gap: 0;
}

main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.spacer {
    height: 100vh;
    width: 100%;
    background: transparent;
}

section {
    height: 100vh;
    width: 100%;
    background: var(--bgColor);
}

.banner_section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 5;
    margin: 0 auto;
    z-index: 99;
    font-size: 5em;
}

.banner_title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_title .copy {
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-align: center;
    bottom: 22%;
}

.banner_title .copy span {
    color: #f5f5f5;
    display: block;
    font-size: 14px;
    opacity: 0;
    animation: show 3s 4s forwards;
}

@keyframes show {
    to {
        opacity: 1;
    }
}

.banner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #111;
}

.banner:before {
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/valentin-petrov-m-mal-01-Bnh4tgGV.jpg);
    background-size: cover;
    background-position: center;
    animation: bgZoomIn 4s ease-in-out 1 forwards;
    z-index: -1;
    pointer-events: none;
}

.banner:after {
    display: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/after-DIZjalOw.png);
    background-size: cover;
    background-position: top;
    transform: scale(2);
    animation: bgZoomOut 4s ease-in-out 1 forwards;
    z-index: -1;
    pointer-events: none;
}

@keyframes bgZoomIn {
    0% {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes bgZoomOut {
    0% {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

#hero svg path {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: textAnimation 4s ease-in-out 1 forwards;
}

@keyframes textAnimation {
    0% {
        stroke-dashoffset: 570;
    }

    80% {
        fill: transparent;
    }

    to {
        fill: #fff;
        stroke-dashoffset: 0;
    }
}

.overlay_title {
    position: absolute;
    top: 0;
    left: 0;
    padding-inline: var(--padding);
    display: flex;
    background: transparent;
    align-items: center;
}

.overlay_title h2 {
    font-size: 10vw;
    font-family: Playfair Display, serif;
    color: #fff;
    line-height: 1;
}

.overlay_title #unique {
    font-size: 9.7vw;
    letter-spacing: -0.2vw;
}

.main_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-down {
    position: absolute;
    top: 75vh;
    opacity: 0.8;
    right: 0;
    z-index: 9999;
    display: block;
    align-content: center;
    will-change: transform;
    transition: 1s;
    padding-right: 2rem;
    mix-blend-mode: overlay;
}

.remove {
    opacity: 0;
}

@keyframes arrow-up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(15%);
    }

    90%,
    to {
        transform: translateY(0);
    }
}

.m1 {
    position: fixed;
    top: 0;
    left: 0;
    height: 200vh;
    z-index: -1;
    overflow: hidden;
}

article {
    background: transparent;
    position: relative;
}

.m1 img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.sec-title {
    display: flex;
    padding-top: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1;
    align-items: center;
}

.sec-title h2 {
    font-size: max(8vw, 2rem);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: Playfair Display, serif;
}

.arrow {
    position: absolute;
    width: 4rem;
}

.btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-block: 3.5rem 4.5rem;
}

.btn {
    text-align: center;
    display: inline-flex;
    color: #f5f5f5;
    padding-inline: 2rem;
    font-size: clamp(14px, 0.833vw, 1rem);
    min-height: 50px;
    background-color: var(--text-color);
    border-radius: 50rem;
    justify-content: center;
    align-items: center;
    background: #242020;
    border: 1px solid #343030;
}

.btn:hover {
    background: #353131;
}

.go-down-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    aspect-ratio: 1;
    width: 200px;
}

.go-down-btn path {
    fill-rule: evenodd;
    stroke: #000;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    fill: none;
}

.go-down-btn svg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    display: block;
}

.go-down-btn text {
    font-size: 11px;
    transform-origin: center;
}

@keyframes rotate-btn {
    to {
        transform: rotate(360deg);
    }
}

.go-down-btn text {
    animation: rotate-btn 10s linear infinite;
}

.intro {
    border-radius: 2vw 2vw 0 0;
    padding-inline: var(--padding);
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-block: 10rem 0;
}

.intro .introduce {
    color: #fff;
    padding-bottom: 1rem;
}

.intro .flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .introduce h2 {
    font-size: clamp(2.5rem, 7.5vw, 9rem);
    color: inherit;
    font-family: Playfair Display, serif;
    font-weight: 600;
    width: 100%;
    letter-spacing: -0.01vw;
    text-align: center;

    &span {
        color: var(--text-color);
    }
}

.intro .introduce p {
    text-align: center !important;
    font-size: clamp(1rem, 1.15vw, 1.25rem);
    color: #f9f9f9;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.intro .introduce span {
    color: var(--main-color);
    font-weight: 500;
    margin-top: 1.25rem;
}

.vidbox {
    position: relative;
    width: 100%;
    height: 380px;
    background: var(--bgColor);
}

.vidbox_inner {
    height: 100%;
    display: flex;
    justify-content: center;
}

.vidbox video {
    width: auto;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 94%);
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    filter: brightness(0.45);
    transition: 0.7s;
}

.vidbox video:hover {
    filter: brightness(0.9);
}

.m2 {
    padding-top: 13rem;
    min-height: 100vh;
    height: 100%;
    background: var(--bgColor);
    padding-inline: var(--padding);
    padding-bottom: 3rem;
}

.m2 .sec-title {
    padding-top: 1rem;
}

.m2 .sec-title a {
    font-size: 4rem;
    font-weight: 300;
    line-height: 2.5;
}

.m2 .center_line {
    width: 10vw;
    background: #ffffffe6;
    height: 1px;
}

.card ul {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    justify-content: center;
}

.card ul li {
    width: 100%;
    min-width: 400px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0.2vw;
}

.card ul li a {
    background: #e3e3e3;
    width: 100%;
    height: 100%;
    align-content: center;
}

.card ul li a img {
    display: block;
    scale: 0.8;
}

.recent {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
}

.recent a {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.txt2 {
    display: none;
}

.m3 {
    padding-top: 6rem;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    margin-inline: 0 !important;
    background: var(--bgColor);
}

.m3 .sec-title {
    justify-content: center;
}

.gallery {
    position: relative;
    height: 100%;
    width: 100%;
}

.gallery-grid {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 0.25rem;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-item {
    background-position: 50% 50%;
    background-size: cover;
    flex: none;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    filter: brightness(1);
    height: 33vh;
    width: 33vw;
    padding: 0.5vw;
    border: 1px solid #8f8f8f5c;
}

.gallery-item.target {
    z-index: 5;
}

.gallery-item-inner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: min(24vw, 220px);
    background-repeat: no-repeat;
}

article {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
}

.gallery .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #111;
    z-index: 6;
    text-align: center;
    width: 100%;
    padding-inline: 2rem;
    overflow: hidden;
}

.gallery .caption h3 {
    color: #2d2d2d;
    font-size: clamp(2.75rem, 5.167vw, 6.5rem);
    letter-spacing: 0.022vw;
    font-weight: 800;
    opacity: 0;
    transform: translateY(200%);
    overflow: hidden;
    scale: 0.8;
}

.gallery .caption p {
    font-size: clamp(14px, 1.042vw, 1.25rem);
    opacity: 0;
    padding-top: 0.5rem;
    transform: translateY(200%);
    line-height: 1.5;
    overflow: hidden;
}

article h3 {
    text-align: center;
    font-size: clamp(3rem, 4.25vw, 8rem);
    overflow: hidden;
    color: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #0000001a;
    border-radius: 10rem;
    padding: 1.5rem 5.5rem;
    box-shadow: 1px 1px 16px #fff6;
}

article h3 p {
    border: 2px dotted white;
    border-radius: 23rem;
    perspective: 1200px;
    transform-style: preserve-3d;
    transform-origin: center;
    overflow: hidden;
    text-align: center;
    display: inline-flex !important;
    flex-direction: column;
    color: currentColor;
}

article h3 span {
    position: relative;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
    min-width: 8ch;
    color: currentColor;
}

article h3 span:after {
    top: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    content: "Special";
}

article h3 span:before {
    top: 200%;
    width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    content: "Unique";
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: max-content;
    background: var(--bgColor);
}

.marquee__inner {
    display: flex;
    gap: 2.5vw;
    align-items: center;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    white-space: nowrap;
    will-change: transform;
}

.marquee__inner h3 {
    color: #ebebeb;
    font-size: 10vw;
    font-weight: 700;
}

.parallax-section {
    display: none;
    background: #fff;
    position: relative;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding-block: 5rem 10rem;
}

.image-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0%;
    width: 80%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(45% 35%, 86% 35%, 86% 86%, 45% 86%);
    z-index: 1;
}

.background-image {
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-image: url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1950&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

.title {
    position: relative;
    z-index: 2;
    padding: 3rem;
    top: 7%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    will-change: transform;
}

.description {
    position: relative;
    top: 30%;
    z-index: 2;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 2rem;
    will-change: transform;
    text-shadow: 0px 7px 12px rgba(0, 0, 0, 0.08);
}

em {
    color: #ffc107;
    font-style: normal;
}

.spacer.v2 h2 {
    color: #fff;
    font-size: 10rem;
    margin-left: 2.5rem;
}

footer {
    position: relative;
    height: var(--fh);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0 100%);
    background: var(--bgColors);
}

footer .footer_inner {
    position: relative;
    background-color: var(--bgColor);
    top: -100vh;
    height: calc(100vh + var(--fh));
    width: 100%;
}

footer .footer_cont {
    height: var(--fh);
    position: sticky;
    top: calc(100vh - var(--fh));
    display: flex;
    background: url(/assets/bg-CLue9D_w.png) no-repeat center / cover;
    filter: grayscale(0.92);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 1.5s, filter 1s;
}

.contact_wrap {
    max-width: 30%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    isolation: isolate;
    margin-bottom: 0.5rem;
    padding-block: 2.5rem;
    top: 50%;
    content: "";
    z-index: 99;
}

.contact {
    position: relative;
    background: #fff;
    color: #000;
    transition: 1s;
    border-radius: 50rem;
    padding: 1.5rem;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: clamp(1.25rem, 1.667vw, 1.875rem);
    transform: rotate(352deg);
    cursor: pointer;
    border: none;
    transition: transform 0.15s scale 1s ease-out;
    will-change: transform;
    box-shadow: 0 0 18px #0000001f;
}

@keyframes border-angle-rotate {
    0% {
        --border-angle: 0%;
    }

    to {
        --border-angle: 100%;
    }
}

@property --border-angle {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: true;
}

.contact:after {
    display: block;
    content: "";
    overflow: hidden;
    inset: 0;
    border-radius: 5rem;
    position: absolute;
    z-index: -1;
    background: #fff;
}

.contact:before {
    background-image: conic-gradient(var(--point-color) var(--border-angle),
            transparent var(--border-angle));
    animation: border-angle-rotate 3s infinite linear both;
    z-index: -2;
    inset: -3px;
    overflow: hidden;
    border-radius: 5rem;
    position: absolute;
    display: block;
    content: "";
}

.contact:hover {
    color: #fff;
    scale: 1.02;
    transition: scale 1s;
    animation: none;
}

.contact:hover:after,
.contact:hover:before {
    animation: unset;
    background: var(--point-color);
    border: 1px solid white;
}

.adam {
    position: absolute;
    display: block;
    width: 40%;
    left: 10%;
    animation: move 5s ease forwards;
    pointer-events: none;
    transition: 1s;
}

.adam img {
    transform: translateY(30%);
}

.god {
    width: 45%;
    position: absolute;
    display: block;
    right: 0;
    animation: move2 5s ease forwards;
    pointer-events: none;
    transition: 1s;
}

.adam img,
.god img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.copyright p {
    color: #fff;
    text-align: right;
    opacity: 0.5;
    font-size: 12px;
    padding: 4px var(--padding);
    padding-right: 2px;
}

.title__hover {
    position: relative;
    cursor: pointer;
}

.title__img {
    position: absolute;
    aspect-ratio: 3 /4;
    width: 230px;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 30% 50%;
    will-change: transform;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.title__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

dialog::backdrop {
    background: #00000080;
}

dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px #0000004d;
    max-width: 400px;
    margin: auto;
}

.colorful-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-family: Pretendard Variable, Pretendard, -apple-system,
        BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI,
        Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, "Apple Color Emoji",
        "Segoe UI Emoji", Segoe UI Symbol, sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333;
    font-family: inherit;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    font-family: inherit;
}

textarea.form-input {
    height: 100px;
}

.form-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: var(--point-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-button:hover {
    background-color: #79dbd5;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    aspect-ratio: 1;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--point-color);
}

.rapid {
    display: flex;
    gap: 4px;
    width: 100%;
    align-items: center;
    padding-top: 0.655rem;
}

.rapid li {
    flex: 1;
}

.rapid li a {
    gap: 4px;
    font-size: 14px;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #a5a7a7;
    font-weight: 300;
    border: 1px solid #cde2e2;
    border-radius: 8px;
    height: 40px;
    transition: 0.3s;
}

.rapid li a:hover {
    color: #fff;
    font-weight: 400;
    background: var(--point-color);
}

.rapid li a .icon_wrap {
    display: flex;
}

@media (max-aspect-ratio: 12 / 10) {
    :root {
        --padding: 1rem;
    }

    #load_svg {
        width: 230px;
        height: 230px;
    }

    header {
        padding-inline: 0;
    }

    .lottie-container .animation {
        filter: none;
        height: 100dvh;
    }

    .banner_title {
        margin-bottom: 12dvh;
    }

    .banner_title .copy {
        bottom: 18%;
    }

    .overlay_title {
        padding-bottom: 10vh;
    }

    .overlay_title h2 {
        border: none;
    }

    .intro {
        padding-block: 5.75rem 0;
    }

    .intro .introduce {
        padding-bottom: 0;
    }

    .intro .line {
        text-align: center !important;
    }

    .intro .introduce p {
        text-align: left;
        padding-inline: 1.5rem;
        font-size: 14px;
        line-height: 1.7;
        margin-top: 1.5rem;
    }

    .intro .introduce span {
        margin-top: 1rem;
    }

    .vidbox {
        margin-top: -1px;
        padding-bottom: 0;
        height: auto;
        border-bottom: 1px solid rgb(48 41 43);
    }

    .vidbox video {
        padding: 2rem;
        padding-top: 0;
    }

    .m2 {
        padding-top: 5rem;
    }

    .m3 {
        padding-top: 4rem;
    }

    .m3 .sec-title {
        padding-block: 1rem;
    }

    .gallery {
        padding-top: 0;
    }

    .sec-title {
        padding-bottom: 2rem;
    }

    .copy span {
        font-size: 12px;
        text-align: center;
        top: 40%;
        padding: 4px;
    }

    #scroll_down {
        display: none;
    }

    .recent {
        margin-top: 1rem;
    }

    .recent a {
        background-attachment: unset;
        aspect-ratio: 2 / 1;
        height: auto;
    }

    .marquee {
        border-bottom: 1px solid #fff;
        padding-block: 0.25rem;
    }

    .contact {
        padding: 1rem;
    }

    footer .footer_cont {
        background-size: 200%;
    }
}