@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: rgba(235, 235, 234, 1);
    width: 100%;
    max-width: 100vw;
}

#intro-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#intro-video.fade-out {
    transition: opacity 1s ease;
    opacity: 0;
  }

#main-content {
    opacity: 1;
    pointer-events: none;
}

#main-content.active {
    opacity: 1;
    pointer-events: auto;
}

.site-margin {
    margin: auto 40px auto 40px;
}

.center-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    height: 100px;
    position: fixed;
    background-color: transparent;
    z-index: 99;
    transition: background-color 0.5s ease;
}

header .logo img {
    max-width: 210px;
}

header .wrapper-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    max-width: calc(100vw - 80px) !important;
}

header .nav-wrapper {
    display: flex;
    flex-direction: row;
}

header .nav-wrapper a {
    font-family: Jost;
    font-weight: 400;
    font-size: 13px;
    leading-trim: Cap height;
    line-height: 18.79px;
    letter-spacing: 4%;
    color: rgba(235, 235, 234, 1);
    margin-right: 4rem;
    text-decoration: none;
}

header .nav-wrapper a.form {
    font-family: Jost;
    font-weight: 500;
    font-size: 13px;
    leading-trim: Cap height;
    line-height: 18.79px;
    letter-spacing: 4%;
    color: rgba(176, 135, 75, 1);
    cursor: pointer;
}

header .formButtonDiv button {
    padding: 16px 24px 16px 24px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    opacity: 0px;
    background: rgba(183, 144, 73, 1);
    font-family: Outfit;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.wp-icon {
    display: flex;
    justify-content: end;
}

header .wp-icon img {
    width: 24px;
}

.introduction {
    display: flex;
    margin-bottom: 256px;
}

.introduction .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5rem;
    padding-left: 3rem;
}

.introduction-text {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 25.6px;
    letter-spacing: 1%;
    text-align: justify;
    color: rgba(77, 57, 65, 1);
}

.introduction-text span {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 25.6px;
    letter-spacing: 1%;
    text-align: justify;
    color: rgba(77, 57, 65, 1);
}

.image-wrapper {
    padding: 0.5rem 0.5rem 0px 0px;
    height: 100vh;
}

.image-container {
    width: 100%;
    height: 98vh;
    background: url("./assets/img/statutes.png") center/cover, rgba(33, 8, 18, 0.4);
    background-blend-mode: darken;
    position: relative;
    padding-bottom: 0.5rem;
    border-radius: 2px;
}

.image-overlay-text {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 64px;
    leading-trim: Cap height;
    line-height: 77.5px;
    letter-spacing: 0%;
    color: rgba(235, 235, 234, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 40px;
}


.about-us-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    max-width: 1440px;
    margin: auto;
    padding: 2rem 0;
}

.about-us-div.first-div {
    margin-bottom: -82px;
}

.about-us-div.last-div {
    margin-top: -82px;
}

.about-us-div .about-us-area {
    display: flex;
}

.about-us-div img {
    width: 100%;
}

.about-us-div .about-us-area h4 {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(183, 144, 73, 1);
    margin: 2.5rem 4rem 2.5rem 2.5rem;
}

.about-us-div .about-us-area .right-text-area {
    padding: 2.5rem 2.5rem 2.5rem 0rem;
}

.lionImageAboutUs {
    width: 330px !important;
    margin-bottom: -82px;
}

.about-us-text {
    font-family: Jost;
    font-weight: 600;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 34.68px;
    letter-spacing: 4%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(183, 144, 73, 1);
    margin-bottom: 3rem;
}

.about-us-div .about-us-area h2 {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 32px;
    line-height: 38.75px;
    letter-spacing: 0%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(77, 57, 65, 1);
    margin: 0 !important;
}

.about-us-div .about-us-area p {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(77, 57, 65, 1);
    text-align: justify;
    margin-bottom: 2rem;
}

.about-us-div .about-us-area p:last-of-type {
    margin-bottom: 0px;
}

.bottom-left-text {
    padding: 2.5rem 0rem 2.5rem 2.5rem;
}

.bottom-right-text {
    margin: 2.5rem 2.5rem 2.5rem 4rem;
    display: flex;
    align-items: end;
}

.tiltedImage {
    box-shadow: 4px 10px 24px 0px #00000026;
    box-shadow: 18px 40px 44px 0px #00000021;
    box-shadow: 40px 91px 60px 0px #00000014;
    box-shadow: 72px 162px 71px 0px #00000005;
    box-shadow: 112px 253px 77px 0px #00000000;
    transform: rotate(3.829deg);
}

.about-background {
    backdrop-filter: blur(24px);
    background: #F8F8F8A6;
}

.young-area {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.young-area .text {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 128px;
    leading-trim: Cap height;
    line-height: 155.01px;
    letter-spacing: 0%;
    background: linear-gradient(89.6deg, #755F68 0.75%, #513B44 99.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.young-area .line {
    margin-bottom: 5rem;
}

.young-area img {
    max-width: 100%;
    width: 100%;
}

.young-area div {
    display: flex;
    justify-content: center;
    align-items: center;
}

section {
    min-height: 100vh;
}

.textureArea img {
    width: 100%;
}

.banner-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-black-0 {
    background-color: rgba(55, 33, 42, 1)
}

.bg-black-3 {
    background-color: rgba(33, 33, 33, 1)
}

.card-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    scroll-behavior: smooth;
}

.card-wrapper::after {
    content: "";
    position: absolute;
    left: -120px;
    width: 100vw;
    height: 200%;
    background-image: url(./assets/background/allArrows.svg);
    background-size: auto 44vw;
    background-repeat: repeat-y;
    top: -480px;
    z-index: -1;
    transition: background-position 0.3s ease-out;
    background-position: var(--bg-pos, 0 0);
    /* CSS değişkeni kullanılıyor */
}

.gold-color {
    color: #B79049
}

.title-area {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: absolute;
    width: calc(100vw - 11rem);
}

.card-view-area {
    min-height: 100vh;
    position: relative;
    overflow: visible;
    /* Kartların taşmasını önlemek için */
}

.card-view-area h1 {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 40px;
    line-height: 48.44px;
    letter-spacing: 0%;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: rgba(235, 235, 234, 1);
}

.card-view-area span {
    font-family: Jost;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1%;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(211, 206, 208, 1)
}

.card-view-area .card {
    display: flex;
    flex-direction: row;
    min-height: 540px;
    background: rgba(33, 8, 18, 1);
    margin-bottom: 0.5rem;
    transform-origin: 50% -160%;
    width: calc(100vw - 8rem);
    height: 70vh;
    margin: 20px 0px;
}

.card-view-area .card-number {
    font-family: Jost;
    font-weight: 400;
    font-size: 128px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(100, 82, 89, 1)
}

.card-view-area .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-view-area .card .card-content .card-title {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 36px;
    leading-trim: Cap height;
    line-height: 43.6px;
    text-align: left !important;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(235, 235, 234, 1);
    margin-bottom: 2rem
}

.card-view-area .card .card-content ul {
    margin-bottom: 2rem;
    padding-left: 18px;
}

.card-view-area .card .card-content ul li {
    font-family: Jost;
    font-weight: 300;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 32px;
    letter-spacing: 1%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(188, 181, 184, 1)
}

.card-view-area .card .card-content .card-text {
    text-align: left;
    font-family: Jost;
    font-weight: 300;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 32px;
    letter-spacing: 1%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(188, 181, 184, 1);
}

footer {
    height: calc(100vw/6.66);
    background-color: rgba(33, 8, 18, 1);
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

footer .wrapper-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    align-items: stretch;
}

footer .kbsMail {
    font-family: Jost;
    font-weight: 400;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 32px;
    letter-spacing: 1%;
    text-align: right;
    color: rgba(176, 135, 75, 1);
    text-transform: uppercase;

}

footer .footerIcons ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

/* footer::after {
    content: "";
    position: absolute;
    left: -120px;
    width: 100vw;
    height: 200%;
    top: -125px;
    background-image: url(./assets/background/allArrows.svg);
    background-size: auto 50vw;
    background-repeat: repeat-y;
    z-index: -1;
    transition: background-position 0.3s ease-out;
    background-position: var(--bg-pos, 0 0);
} */

/* Form css */

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 440px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(33, 8, 18, 1);
}

.popup h2 {
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 24px;
    leading-trim: Cap height;
    line-height: 29.06px;
    letter-spacing: 4%;
    color: rgba(235, 235, 234, 1);
    margin-bottom: 3rem;
}

.popup form {
    margin-top: 3rem;
}

.popup span {
    font-family: Jost;
    font-weight: 300;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 22.4px;
    letter-spacing: 1%;
    color: rgba(188, 181, 184, 1);
}

.popup input,
.popup textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 2px;
    font-family: Jost;
    font-weight: 400;
    font-size: 12px;
    leading-trim: Cap height;
    line-height: 19.2px;
    letter-spacing: 1%;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #908489;
    margin-top: 0.5rem;
    text-transform: uppercase;
    background-color: rgba(55, 33, 42, 1);
}

.popup input:focus-visible,
.popup textarea:focus-visible {
    border: 1px solid rgba(176, 135, 75, 1) !important;
    outline: none;
}

.popup .send-button {
    width: 100%;
    height: 40px;
    padding: 16px 24px 16px 24px;
    border-radius: 2px 0px 0px 0px;
    opacity: 0px;
    background-color: rgba(211, 206, 208, 1);
    font-family: Jost;
    font-weight: 400;
    font-size: 12px;
    leading-trim: Cap height;
    line-height: 19.2px;
    letter-spacing: 1%;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(33, 8, 18, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.popup .close-button {
    position: absolute;
    right: 24px;
    top: 24px;
    background: none;
    border: none;
}

.popup .kbsMail {
    font-family: Jost;
    font-weight: 400;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 20.8px;
    letter-spacing: 1%;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: Auto;
    text-decoration-thickness: Auto;
    text-decoration-skip-ink: auto;
    color: rgba(176, 135, 75, 1);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .popupIcons ul {
    display: flex;
    flex-direction: row;
    padding: 0px !important;
}

.popup .popupIcons ul li:first-child {
    margin-left: 0px !important;
}

.popup .popupIcons ul li {
    text-decoration: none;
    list-style: none;
    margin: 0px 1rem;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.from-tablet-view {
    display: none;
}

.desktop-footer-wrapper-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.kbsLawFooter {
    max-width: 210px;
}

.from-desktop-view {
    display: block;
}

.animation-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #210812;
}

.text-container {
    display: flex;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.first-letter {
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-out;
    will-change: transform;
    backface-visibility: hidden;
}

.kerim .first-letter {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Özel easing */
}

.other-letters {
    display: inline-flex;
    position: relative;
}

.letter {
    display: inline-block;
    transform-origin: left;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.seker .letter {
    transform-origin: right;
}

.lawMiniLogo {
    width: 0px;
    height: 0px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    will-change: transform, opacity;
    /* Performans için */
}

.text-container .other-letters {
    margin-left: -10px;
}

.law {
    font-size: 24px;
    margin-left: 10px;
}

.kbs {
    font-size: 48px;
}

.from-mobile-view {
    display: none;
}


.horizontal-wrapper {
    margin: 300px 0px 300px 0px;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
}

.horizontal-div {
    display: flex;
    gap: 64px;
    will-change: transform;
}

.horizontal-div:first-child {
    padding-left: 2.5rem;
}

.horizontal-div:last-child {
    padding-right: 2.5rem;
}

.horizontal-div .horizontal-card {
    gap: 64px;
    border-radius: 2px;
    border-width: 1px;
    padding: 40px;
    background: #F8F8F8A6;
    border: 1px solid #B0874B;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* Kartların küçülmesini engeller */
    font-family: Cormorant Infant;
    font-weight: 600;
    font-size: 40px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(89.6deg, #755F68 0.75%, #513B44 99.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.horizontal-div .horizontal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lastCard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;
}

.lastCardImgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lastCardImgDiv img {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .horizontal-div {
        gap: 16px;
    }
}

@media screen and (max-width: 992px) {
    .from-desktop-view {
        display: none;
    }

    .desktop-footer {
        display: none;
    }

    .site-margin {
        margin: 0px 2rem;
    }

    header {
        display: inline-block;
        max-width: 100%;
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        transition: background-color 0.5s ease;
    }

    header .logo img {
        width: 164px;
    }

    header .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    header .nav-wrapper a {
        font-family: Jost;
        font-weight: 400;
        font-size: 13px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 4%;
        margin-right: 49.5px;
    }

    header .nav-wrapper {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .nav-wrapper a.form {
        font-family: Jost;
        font-weight: 500;
        font-size: 13px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 4%;

    }

    .introduction {
        flex-direction: column-reverse;
    }

    .introduction .image-wrapper {
        padding: 8px 8px 0px 8px;
    }

    .introduction .image-overlay-text {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 48px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .introduction .image-container {
        height: 77.5vh;
    }

    .introduction .wrapper {
        padding: 8rem 2rem;
    }

    .introduction .image-wrapper {
        height: 77.5vh;
    }

    .no-view-tablet {
        display: none;
    }

    .from-tablet-view {
        display: block;
    }

    .from-tablet-view p {
        font-family: Jost;
        font-weight: 400;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: justify;
        color: rgba(77, 57, 65, 1);
    }

    .horizontal-div {
        gap: 16px;
    }

    .about-us-div .about-us-area {
        margin: 0px 2rem;
    }

    .about-us-div .about-us-area h4 {
        font-size: 40px;
    }

    .bottom-left-text {
        padding: 40px;
    }

    .bottom-right-text {
        margin: 0;
        justify-content: end;
        padding: 0px 40px 40px 0px;
    }

    .sm-flex-col-1 {
        display: flex;
        flex-direction: column;
    }

    .from-tablet-view h2 {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
        color: rgba(77, 57, 65, 1);
        margin-top: 3rem;
    }

    .young-area {
        margin: 89px 32px;
    }

    .young-area .text {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 64px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .young-area .second-line .second-line-first img {
        height: 56px;
        width: 208px;
    }

    .young-area .second-line .tablet-strong-text {
        padding-left: 33px;
    }

    .card-view-area h1 {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 40px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .card-view-area span {
        font-family: Jost;
        font-weight: 400;
        font-size: 20px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
    }

    .card-view-area .card {
        min-height: 800px;
        width: 92vw;
    }

    .card-view-area .card .card-content {
        margin: 0;
    }

    .card-view-area .card .card-content .card-title {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 36px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .card-view-area .card .card-content ul li {
        font-family: Jost;
        font-weight: 300;
        font-size: 20px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
    }

    .card-view-area .card .card-content .card-text {
        font-family: Jost;
        font-weight: 300;
        font-size: 20px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
    }

    .card-wrapper::after {
        left: -270px;
        width: 140vw;
        height: 120%;
        background-size: auto 110vw;
        top: -560px;
    }

    footer {
        height: 291px;
    }

    .kbsLogo {
        margin-top: 4rem;
        margin-bottom: 8rem;
        display: flex;
        justify-content: center;
    }

    /* footer .kbsLogo img{
        width: 210px;
        max-width: 210px;
    } */

    footer .wrapper-div {
        margin: 0 !important;
    }

    footer .kbsMail {
        font-family: Jost;
        font-weight: 400;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: right;
        text-transform: uppercase;
    }

    .popup {
        top: 43%;
    }

    .about-us-div .about-us-area p:last-of-type {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .from-tablet-view {
        display: none;
    }

    .introduction .image-overlay-text {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 40px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 32px 24px;
        display: flex;
        flex-direction: column;
    }

    .introduction .image-wrapper {
        height: 100vh;
    }

    .introduction .image-container {
        height: 100vh;
    }

    .about-us-div {
        flex-direction: column;
    }

    .about-us-div .about-us-area {
        padding: 0 1.5rem;
    }

    .lionImageAboutUs {
        width: 300px;
    }

    .title-area {
        position: static;
    }

    .card-view-area h1 {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 32px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }

    .card-view-area span {
        font-family: Jost;
        font-weight: 400;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
    }

    .card-view-area .card {
        flex-direction: column;
        align-items: center;
        width: 91vw;
    }

    .card-view-area .card .card-content {
        padding: 0px 2rem;
    }

    .card-view-area .card-number {
        padding: 2rem;
        font-size: 80px;
    }

    /* .pin-spacer {
        margin: 0px !important;
    } */

    .title-area {
        margin: 0px !important;
    }

    .card-view-area {
        margin: 0px !important;
        left: 0px !important;
        padding: 0 0px 24px !important;

    }

    .card-view-area .card .card-content .card-title {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 24px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .card-view-area .card .card-content ul li {
        font-family: Jost;
        font-weight: 300;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
    }

    .card-view-area .card .card-content .card-text {
        font-family: Jost;
        font-weight: 300;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        margin-bottom: 1rem !important;
    }

    .title-area {
        width: 91vw;
    }

    .card-view-area .card .card-content ul {
        margin-bottom: 1rem !important;
    }

    footer .wrapper-div {
        margin: 0 !important;
    }

    footer .kbsMail {
        font-family: Jost;
        font-weight: 400;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: right;
        text-transform: uppercase;
    }

    .from-mobile-view {
        display: block;
    }

    .scroll {
        position: absolute;
        right: 10px;
        top: 362px;
    }

    header {
        position: absolute;
    }

    header .wrapper-div {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding-top: 40px;
    }

    header .nav-wrapper a {
        margin-bottom: 2.5rem;
    }

    header .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 42px;
    }

    .wp-icon {
        right: 100px;
    }

    .introduction .image-overlay-text {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 40px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 32px 24px;
        display: flex;
        flex-direction: column;
    }

    .introduction .image-wrapper {
        height: 100vh;
    }

    .introduction .image-container {
        height: 100vh;
    }

    .about-us-div {
        flex-direction: column;
    }

    .about-us-div .about-us-area {
        padding: 2rem 0rem 4rem 2rem;
        flex-direction: column;
    }

    .about-us-div .about-us-area h4 {
        margin: 0;
        display: flex;
        align-items: end;
    }

    .about-us-div .about-us-area .right-text-area {
        padding: 2.5rem 2.5rem 0rem 0rem;
    }

    .about-us-div .about-us-area p:last-of-type {
        padding-bottom: 0;
    }

    .bottom-left-text {
        padding: 0px 40px 0px 0px;
    }

    .about-us-div .about-us-area h2 {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;

    }

    .about-us-div .about-us-area p:last-of-type {
        padding-bottom: 2.5rem;
    }

    .bottom-right-text {
        padding: 0px 32px 40px 0px;
    }

    .sm-flex-col-1 {
        padding: 2rem 0rem 0rem 2rem !important;
    }

    .horizontal-wrapper {
        margin: 0px !important;
        top: 0px !important;
    }

    .horizontal-div {
        gap: 8px;
        top: 0px !important;
        transition: all 0.1s ease-out;
        will-change: transform;
        backface-visibility: hidden;
    }

    .horizontal-div .horizontal-card {
        font-size: 36px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        width: 80vw;
        margin-top: 20vh !important;
        height: 60vh;
    }

    .card-view-area h1 {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 32px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
    }

    .card-view-area span {
        font-family: Jost;
        font-weight: 400;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
    }


    .card-view-area .card {
        flex-direction: column;
        align-items: center;
        width: 89vw;
        height: 90vh;
        height: fit-content;
        min-height: auto;
    }

    .card-view-area .card .card-content {
        padding: 0px 2rem;
    }

    .card-view-area .card-number {
        padding: 2rem;
        font-size: 80px;
    }

    .card-wrapper .pin-spacer {
        margin: 0px !important;
    }

    .title-area {
        margin: 0px !important;
    }

    .card-view-area {
        margin: 0px !important;
        left: 0px !important;
        padding: 0px 24px !important;
    }

    .card-view-area .card .card-content .card-title {
        font-family: Cormorant Infant;
        font-weight: 600;
        font-size: 24px;
        leading-trim: Cap height;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .card-view-area .card .card-content ul li {
        font-family: Jost;
        font-weight: 300;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
    }

    .card-view-area .card .card-content .card-text {
        font-family: Jost;
        font-weight: 300;
        font-size: 16px;
        leading-trim: Cap height;
        line-height: 160%;
        letter-spacing: 1%;
        margin-bottom: 1rem !important;
    }

    .lastCard {
        height: 70vh !important;
        max-height: 70vh !important;
        min-height: 70vh !important;
    }

    .title-area {
        width: 91vw;
    }

    .card-view-area .card .card-content ul {
        margin-bottom: 1rem !important;
    }


    footer::after {
        left: 1vw;
        width: 200vw;
        height: 180%;
        background-size: auto 90vw;
        top: -24vh;
    }

    .kbsLogo {
        margin-top: 4rem;
        margin-bottom: 8rem;
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}