:root {
    --color: #333;
    --background: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: yangon;
    src: url('../fonts/GreatHorKham\ Yangon.ttf');
}

body {
    font-family: "Work Sans", sans-serif;
    background: var(--background);
    position: relative;
}


.pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    backdrop-filter: blur(6px);
    display: none;
    z-index: 2;
}

.aiks {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    border: solid 1px #74747470;
    width: 400px;
    height: 250px;
    border-radius: 30px;
    background: var(--background);
    color: var(--color);
    position: relative;
}

.topic {
    font-family: "Work Sans", sans-serif;

}

.bees {
    margin-left: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}

.languages {
    display: flex;
    align-items: center;
    justify-content: center;
}

.none {
    margin-left: 330px;
    font-size: 20px;
    border: none;
    background: none;
    color: var(--color);
    position: absolute;
    top: 20px;
    right: 20px;
}

.shan {
    display: flex;
    align-items: center;
    width: 250px;
    height: 50px;
    margin: 0;
    border: solid 1px #33333370;
    border-radius: 20px;
    margin-bottom: 20px;
}

.shan img {
    margin-left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.shan h1 {
    margin-left: 10px;
    font-size: 30px;
    font-family: yangon;
    margin-left: 20px;
}

.english {
    display: flex;
    align-items: center;
    width: 250px;
    height: 50px;
    margin: 0;
    border: solid 1px #33333370;
    border-radius: 20px;
}

.english img {
    margin-left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.english h1 {
    font-size: 25px;
    margin-left: 20px;
    font-family: "Work Sans", sans-serif;
}

.profileimg {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}

.A {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--background);
}

.logo {
    width: 80px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    object-fit: contain;
}

.B {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.goods {
    color: orange;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 20px;
    border: none;
    background: none;
}

.goodss {
    color: var(--color);
    font-size: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 20px;
    background: none;
    border: none;
}

.goodsss {
    color: red;
    font-size: 25px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 20px;
}

.good {
    text-decoration: none;
    color: var(--color);
    margin-left: 30px;
    background: #FFC107;
    font-size: 15px;
    padding: 10px;
    border-radius: 7px;
    font-family: "Work Sans", sans-serif;
}

.bee {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.list {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 300px;
    position: sticky;
    top: 60;
}

.level {
    font-size: 25px;
    text-decoration: none;
    color: var(--color);
    margin-top: 7px;
    display: flex;
    width: 90%;
    align-items: center;
}

.level p {
    font-size: 20px;
    margin-left: 10px;
}

.active {
    color: #f8c408;
}

.S {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    font-family: yangon;
    width: 100%;
    margin-left: 30px;
}

.haa {
    font-size: 25px;
    color: var(--color);
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.ha {
    color: var(--color);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.S img {
    width: 400px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.Chao {
    width: 400px;
    height: 270px;
    border-radius: 20px;
    margin-left: 10px;
}

.n {
    text-decoration: none;
}

.N {
    text-decoration: none;
    color: var(--color);
    font-size: 20px;
}

.NN {
    color: var(--color);
}

.bar {
    position: fixed;
    right: -300px;
    top: 0;
    background: var(--background);
    width: 300px;
    padding-top: 20px;
    height: 100%;
    border-left: solid rgba(0, 0, 0, 0.276) 2px;
    transition: 0.5s;
    font-family: yangon;
    z-index: 3;
}

.bar i {
    font-size: 20px;
    margin-left: 20px;
    color: var(--color);
    cursor: pointer;
}

.bar-A {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    margin-top: 20px;
    margin-left: 30px;
    text-decoration: none;
    cursor: pointer;
}

.bar-A i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-direction: none;
    color: var(--color);
}

.bar-A p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    margin-left: 20px;
    font-size: 20px;
    flex-direction: none;
    color: var(--color);
}

.bar-A a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.good-p {
    margin-top: 150px;
    margin-left: 25px;
    width: 100%;
    height: 100px;
    color: var(--color);
}

.p-good {
    margin-bottom: 30px;
}

.p-good2 {
    margin-left: 150px;
    margin-top: 30px;
}

@media (max-width: 1377px) {
    .Chao {
        width: 100%;
        height: 190px;
    }
}

@media (max-width: 1122px) {
    .Chao {
        width: 100%;
        height: 210px;
    }

    .lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 840px) {
    .list {
        position: fixed;
        flex-direction: row;
        width: 100%;
        background: var(--background);
        left: 0;
        bottom: 0;
        top: unset;
        z-index: 1;
        height: 50px;
        border-top: 1px solid gray;
    }

    .level {
        justify-content: center;
    }

    .aiks {
        width: 300px;
        height: 230px;
    }

    .topic {
        font-size: 25px;
    }

    .none {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .shan {
        width: 250px;
        height: 50px;
    }

    .shan img {
        width: 30px;
        height: 30px;
    }

    .shan h1 {
        font-size: 20px;
    }

    .english {
        width: 250px;
        height: 50px;
    }

    .english img {
        width: 30px;
        height: 30px;
    }

    .english h1 {
        font-size: 20px;
        margin-left: 20px;
    }

}

@media (max-width: 626px) {
    .Chao {
        width: 100%;
        height: 160px;
    }
}

@media (max-width: 510px) {
    .lists {
        grid-template-columns: repeat(1, 1fr);
    }

    .good {
        font-size: 10px;
        padding: 10px;
    }
}

@media (max-width: 440px) {

    .haa {
        font-size: 23px;
        margin-left: 30px;
    }

    .ha {
        margin-left: 30px;
    }

    .S img {
        width: 350px;
        height: 200px;
        margin-left: 30px;
        margin-top: 20px;
    }

    .good {
        font-size: 15px;
        padding: 10px;
    }

    .logo {
        width: 60px;
    }

    .N {
        font-size: 15px;
    }

    .level {
        font-size: 15px;

    }

    .level p {
        font-size: 15px;
        margin-left: 5px;
        margin-left: 3px;
    }

    .goods {
        font-size: 20px;
    }

    .goodss {
        font-size: 20px;
    }

    .goodsss {
        font-size: 20px;
    }

    .bar {
        width: 200px;
        padding-top: 20px;
    }

    .bar i {
        font-size: 19px;
        margin-left: 10px;
    }

    .bar-A {
        margin-top: 10px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .bar-A i {
        font-size: 19px;
    }

    .bar-A p {
        margin-left: 5px;
        font-size: 15px;
    }

    .good-p {
        margin-top: 100px;
        margin-left: 10px;
        font-size: 14px;
    }

    .p-good2 {
        margin-left: 50px;
        margin-top: 20px;
        font-size: 14px;
    }

}

@media (max-width: 410px) {
    .good {
        font-size: 15px;
        padding: 9px;
        margin-left: 5px
    }

    .logo {
        width: 60px;
    }

    .goodsss {
        display: none;
    }

    .goods {
        display: none;
    }
}

@media (max-width: 390px) {

    .haa {
        font-size: 23px;
        margin-left: 20px;
    }

    .ha {
        margin-left: 20px;
    }

    .S img {
        width: 250px;
        height: 150px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .N {
        font-size: 15px;
    }

    .level {
        font-size: 15px;
        margin-left: 5px;
    }

    .level p {
        font-size: 15px;
        margin-left: 5px;
    }

    .logo {
        width: 50px;
    }

    .goods {
        display: none;
    }

    .goodss {
        font-size: 15px;
    }

    .goodsss {
        display: none;
    }

    .good {
        font-size: 9px;
        padding: 10px;
        margin-left: 10px;
    }

    .profileimg {
        height: 30px;
        width: 30px;
        margin-left: 10px;
    }

    .B {
        margin-right: 10px;
    }

    .logo {
        margin-left: 5px;
    }


    .aiks {
        width: 200px;
        height: 200px;
    }

    .topic {
        font-size: 20px;
    }

    .none {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .shan {
        width: 200px;
        height: 30px;
    }

    .shan img {
        width: 25px;
        height: 25px;
    }

    .shan h1 {
        font-size: 20px;
    }

    .english {
        width: 20px;
        height: 30px;
    }

    .english img {
        width: 25px;
        height: 25px;
    }

    .english h1 {
        font-size: 20px;
        margin-left: 20px;
    }
}