nav {
    display: none !important;
}

body {
    display: block;
}

.flag {
    width: 30%;
}

.home-section {
    background: #FFF;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 100%;
    padding-top: 3rem;
}

.home-section-content {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.home-header {
    width: 8rem;
}

h1 {
    color: #2F76FF;
    text-align: center;
    font-family: Yekan Bakh;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 1rem;
}

.say {
    width: 2.5rem;
}

.say-name {
    color: #D1B369;
    text-align: center;
    font-family: Yekan Bakh;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: translateY(0.5rem);
}

.line-sapce {
    width: 40%;
    height: 0.1rem;
    flex-shrink: 0;
    stroke-width: 2px;
    background: #E2E2E2;
    align-self: center;
    transform: translateY(0.5rem);
}

.detail {
    color: #969696;
    font-variant-numeric: ordinal;
    font-feature-settings: 'dlig'on, 'ss02'on, 'ss01'on, 'swsh'on, 'liga'off;
    font-family: Yekan Bakh;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(0.5rem);
    width: 10rem;
}

.detail-text {
    position: absolute;
    text-align: end;
    margin-left: 0.5rem;
}

.say-text {
    color: #3F4D5E;
    text-align: right;
    font-family: Yekan Bakh;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.02625rem;
}

.home-logo {
    width: 10rem;
    margin: auto;
    justify-content: center;
    display: flex;
}

.home-logo-description {
    color: #FFF;
    font-family: Yekan Bakh;
    font-size: 1rem;
    justify-content: center;
    display: flex;
    margin-top: 2rem;
}

.start {
    color: #FFF;
    font-family: Yekan Bakh;
    font-size: 1.25rem;
    border-radius: 1.1875rem;
    background: rgba(228, 237, 255, 0.10);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-decoration: none;
    transition: width;
    width: calc(max(10rem, 10vw) + 0.8rem);
    height: calc(max(3.5rem, 3.5vw) + 0.8rem);
    display: flex;
}

    .start:hover span {
        width: calc(max(10rem, 10vw) + 0.8rem);
        height: calc(max(3.5rem, 3.5vw) + 0.8rem);
        filter: brightness(1.05);
    }

    .start span {
        margin: auto;
        background: #FFA113;
        font-size: 1.25rem;
        border-radius: 1.1875rem;
        width: max(10rem, 10vw);
        height: max(3.5rem, 3.5vw);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all linear 0.2s;
    }

.open-content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.say-text-container {
    width: 100%;
}

.open-content-container {
    position: relative;
}

.home-content {
    height: 100%
}

.content {
    background: unset !important;
}
