.drawerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
}

.drawerOne {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.drawerTwo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60%;
    margin-top: 100px;
    color: rgb(81, 72, 66);
    flex-wrap: wrap;
    justify-content: space-between;
}

.contractDraw {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 100px;
    color: rgb(81, 72, 66);
    flex-wrap: wrap;
    justify-content: space-between;
}

.drawerTwoItem {
    display: flex;
    flex-direction: column;
    width: 45%;
    justify-content: center;
    align-items: flex-start;
}

.drawerMenu {
    display: flex;
    flex-direction: column;
    width: 45%;
    color: #1C4A89;
    font-size: 30px;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .drawerMenu {
        font-size: 22px;
    }
}

@media (max-width: 888px) {
    .drawerMenu {
        width: 100%;
    }
}

@media (max-width: 688px) {
    .drawerMenu {
        width: 100%;
    }
}


@media (max-width: 576px) {
    .drawerMenu {
        margin-top: 50px;
        width: 100%;
    }
}


.menuSpan {
    line-height: 85px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    color: rgb(81, 72, 66);
}

@media (max-width: 1200px) {
    .menuSpan {
        line-height: 65px;
    }
}

@media (max-width: 688px) {
    .menuSpan {
        line-height: 55px;
    }
}

@media (max-width: 576px) {
    .menuSpan {
        line-height: 55px;
        font-size: 20px;
    }
}

.menuSpan:hover {
    color: #DCBD86;
}

.englishMenu {
    font-size: 16px;
    margin-left: 10px;
    font-weight: initial;
}

@media (max-width: 576px) {
    .englishMenu {
        font-size: 14px;
    }
}

.drawerImageDiv {
    width: 45%;
    height: 88%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media (max-width: 1200px){
    .contractDraw {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {

    .drawerOne {
        width: 90%;
    }

    .drawerTwo {
        width: 90%;
        flex-direction: column;
    }

    .drawerTwoItem {
        width: 100%;
    }

    .drawerImageDiv {
        display: none;
    }
}

.drawerImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
    animation: zoomAnimation 10s ease-in-out forwards;
}

@font-face {
    font-family: 'Fancy-FreeFont1';
    src: url('/fonts/subset-Fancy-FreeFont1-R.woff2') format('woff2'),
    url('/fonts/subset-Fancy-FreeFont1-R.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.textLogo {
    position: absolute;
    top: 80px;
    left: 100px;
    width: 500px;
    height: 100px;
    background: rgba(123, 84, 2, 0.6);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    color: #1C4A89;
    font-size: 35px;
    font-family: "Fancy-FreeFont1", sans-serif;
}

.textLogoTwo {
    font-size: 16px;
    color: #DCBD86;
}

.textLogoThree {
    color: #1C4A89;
}

@media (max-width: 1024px) {
    .textLogo {
        left: 0;
        width: auto;
        font-size: 30px;
        height: 100px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .textLogo {
        left: 0;
        top: 60px;
        width: auto;
        font-size: 20px;
        height: 60px;
        padding-top: 3px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .textLogoTwo {
        font-size: 12px;
    }
}

.drawerInfoOne {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.drawerInfoOneImage {
    height: 20px;
    margin-right: 8px;
}

.drawerInfoOneText {
    color: rgb(81, 72, 66);
    text-decoration: none;
}

@media (max-width: 576px) {
    .drawerInfoOneImage {
        height: 14px;
    }

    .drawerInfoOneText {
        font-size: 12px;
    }
}