: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;
    position: relative;
    background: var(--background);
}


.back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding-left: 20px;
    width: 80px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--color);
    left: 20px;
    top: 0;
}

.back p {
    margin-left: 20px;
    white-space: nowrap;
    color: var(--color);
}

.back i {
    margin-left: 50px;
    color: var(--color);
}

.back a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: fixed;
    width: 80px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--color);
    margin-top: 50px;
}

.A {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--background);
}

.profileimg {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: 20px;
}

.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;
    border: none;
    background: none;
}



.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;
}

.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;
}

.ww button {
    width: 98px;
    min-width: 98px;
    height: 80px;
    font-size: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: var(--background);
    color: var(--color);
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.411);
    border-radius: 3px;
    margin: 2px;
    transition: 0.5s;
}

.ww button:hover {
    background: var(--background);
}

.ww p {
    font-size: 15px;
    margin: 0;
    color: dimgray;
}

.ww {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.Ha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.Da {
    width: 100%;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-family: yongon;
    color: var(--color);
}

.e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-family: yangon;
}

.e h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 300px;
    margin: 0;
    font-family: yangon;
    color: var(--color);
}

.sound button {
    width: 100px;
    height: 40px;
    font-size: 16px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--color);
}

.sound a {
    margin-left: 30px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    background: none;
    border: none;
    font-size: 20px;
    color: var(--color);
}

.OO {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 30px;
    font-family: yangon;
}

.means {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 50px;
    font-family: yangon;
}

.Ba {
    font-size: 20px;
    width: 500px;
    margin-top: 50px;
    color: var(--color);
    text-align: center;
    font-family: yangon;
}

.Brain {
    background: none;
    border: none;
    font-size: 15px;
}

.char {
    font-family: yagon;
}

.hello {
    width: 100%;
    position: relative;
}

.mom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

table {
    width: 100%;
    height: 100px;
    border: none;
    margin-top: 40px;
}

table tr th{
    padding-top: 20px;
    padding-bottom: 20px;
}

table tr th {
    width: 210px;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: yangon;
    color: var(--color);
    margin: 0;
    background: var(--background);
    border-radius: 5px;
    transition: 0.5s;
}

table tr th:hover {
    background: var(--color);
    color: var(--background);
    border: solid rgb(222, 222, 222) 1px;
}

table tr th a {
    text-decoration: none;
    color: var(--color);
    transition: 0.3s;
}

table tr th a:hover {
    color: var(--background);
}

table tr th p {
    font-size: 10px;
    margin-top: 30px;
    font-family: yangon;
    margin: 0;
}

.learning {
    width: 100%;
    color: var(--color);
}

.learning h1 {
    font-size: 200px;
    margin: 0;
    margin-top: 30px;
    margin-left: 200px;
}

.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;
    color: var(--color);
    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;
}