html, body {
    max-width: 100% !important;
    overflow-x: hidden;
}
h1, h2, h3 {
    letter-spacing: 0 !important;
}
b, strong {
    font-family: var(--ui-font-family-helvetica);
}
.uk-text-large {
    font-size: 1.5em !important;
}
.uk-text-large h2 {
    font-size: 3rem !important;
}
.uk-text-large h3 {
    font-size: 2.5rem !important;
}
h3.uk-text-small {
    font-size: 1.25rem !important;
}
button:focus {
    outline: none !important;
}
.sev-button-arrow {
    color: #ffffff !important;
    border-radius: 999px;
    font-family: 'DIN Pro Condensed', Tahoma, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 15px 60px 15px 30px;
    font-size: 1.25rem;
    border: none;
    display: inline-block;
    background: #C49A6C;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}
.sev-button-arrow:hover {
    transform: scale(1.025);
    text-decoration: none;
}
.sev-button-arrow::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 40px;
    height: 40px;
    background-image: url(./img/arrow1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.uk-text-large p {
    font-size: 20.5px !important;
}
.section-radius {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.uk-section .container {
    position: relative;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-biege {
    background-color: #F6F3EF;
}
.bg-02 {
    background-color: #D5BA9D;
}
.bg-03 {
    background-color: #F2F3F7;
}
.ct {
    color: #af885e !important;
}
.pr {
    position: relative;
}
.t26, .t26 h2, .t26 h3, .t26 h4, .t26 p {
    color: #262626;
}
.t32, .t32 h2, .t32 h3, .t32 h4, .t32 p {
    color: #323232;
}
.t36, .t36 h2, .t36 h3, .t36 h4, .t36 p {
    color: #363636;
}
.t59, .t59 h2, .t59 h3, .t59 h4, .t59 p {
    color: #595959;
}

#section01 .pr {
    width: calc(100% - 400px);
}
.example01 {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 680px;
    height: 680px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.example01 img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    /* padding-top: 0px; */
}

#section02 .inner-grid {
    display: grid;
    gap: 20px !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas:
        "a a a a a a a d d d d d"
        "b b b b b b c c c c c c";
    align-items: start;
}
#section02 .inner-grid .uk-card {
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
}
#section02 .inner-grid .uk-card:nth-child(1) {
    grid-area: a;
}
#section02 .inner-grid .uk-card:nth-child(2) {
    grid-area: b;
    background-image: url('./img/frame02_02.webp');
    background-repeat: no-repeat;
    background-position: -100% 50%;
    background-size: 110%;
}
#section02 .inner-grid .uk-card:nth-child(3) {
    grid-area: c;
    background-image: url('./img/frame02_03.webp');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
#section02 .inner-grid .uk-card:nth-child(1):hover,
#section02 .inner-grid .uk-card:nth-child(3):hover {
    transform: scale(1.03);
    box-shadow: inset 5px 5px 20px rgba(0, 0, 0, 0.05);
}
#section02 .sev-button-arrow {
    background: #696969;
}

#section03 .btns {
    display: none;
}

@media (max-width: 1200px) {
    .example01 {
        position: absolute;
        top: -0px;
        right: -100px;
        width: 600px;
        height: 600px;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }
}
@media (max-width: 991px) {
    .example01 {
        position: absolute;
        top: auto;
        bottom: -60%;
        right: -100px;
        width: 60%;
        height: auto;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        aspect-ratio: 1;
    }
    #section01 .pr {
        width: 100%;
    }
    #section01 p {
        max-width: 80%;
    }
    #section02 .inner-grid {
        grid-template-areas:
            "a a a a a a a a a a a a"
            "b b b b b b b b b b b b"
            "c c c c c c c c c c c c";
    }
    #section03 .btns {
        display: block;
    }
}
@media (max-width: 767px) {
    .example01 {
        bottom: -40%;
    }
    .cube {
        display: none;
    }
    #section02 .inner-grid {
        grid-template-areas:
            "a a a a a a a a a a a a"
            "b b b b b b b b b b b b"
            "c c c c c c c c c c c c";
    }
    #section04 {
        min-height: 60vw;
        max-height: 60vw;
    }
    #section05 .inner-grid {
        grid-template-areas:
            "a a a a b b b b b"
            "c c c c c c c c c"
            "d d d d d d d d d"
            "e e e e e f f f f"
            "g g g g h h h h h";
    }
}
@media (max-width: 540px) {
    #section06 .sev-mail {
        position: relative !important;
        top: 0;
    }
}
@media (max-width: 420px) {
    .example01 {
        width: 80%;
    }
    #section05 .inner-grid {
        grid-template-areas:
            "a a a a a a a a a"
            "b b b b b b b b b"
            "c c c c c c c c c"
            "d d d d d d d d d"
            "e e e e e e e e e"
            "f f f f f f f f f"
            "g g g g g g g g g"
            "h h h h h h h h h";
    }
}
