@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Montserrat:ital,wght@0,100;0,200;1,100&display=swap');
.list-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #6B73FF 0%, #000DFF 100%);

}

.div2-list-bar-base {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.div2-list-bar-levels-hidden {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.div2-list-bar-base a {
    color: #F9F9F9;
    text-align: right;
    font-family: Cairo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.div2-list-bar-levels-hidden {
    display: none;
}

.div2-list-bar-levels-hidden div {
    display: flex;
    justify-content: space-between;
}

.div2-list-bar-levels-hidden div i {
    display: none;
}

.div2-list-bar-levels-hidden div:hover .div2-list-bar-levels-hidden div i {
    display: block;
}

.bar-level i {
    display: none;
}

.bar-level:hover {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    cursor: pointer;
}

.bar-level:hover .bar-level i {
    display: block;

}

.visible {
    display: none;
}

.div1-list-bar {
    display: flex;
    justify-content: left;
    cursor: pointer;
}

.container-bar {
    padding-top: 43px;
    padding-left: 16px;
    padding-right: 16px;
}
:root {
    --first-color: #29235c;
    --color-botton: blue;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-family: 'Cairo', sans-serif;
    background: #F5F5F5;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* span
{
    display: block;
} */


.header-lists ul li.levels a {
    color: white;
}


/* end navbar */
/* ----------------------------------------- */

/* home */
.home {
    margin-top: 96px;
    margin-bottom: 96px;
}

.home .h1 {
    font-size: 40px;
    font-weight: 700;
}

.whats-learn {
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0px 46px 64px -13px rgba(0, 0, 0, 0.12);
}

.whats-learn-items {
    display: flex;
    flex-direction: row;
    padding: 24px;
    gap: 24px;
    margin-top: 32px;
}

.item-1 {
    padding: 24px;
    width: 440px;
    height: 332px;
}

.item-1 h2 {
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 700;
}

.item-1 p {
    font-family: Cairo;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
}

/* ---------------------------------------- */
.study-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 24px;
}

.btn {
    height: 42px;
    border-radius: 40px;
    transition: opacity 0.5s;
    font-family: 'Cairo', sans-serif;
}

.btn a {
    padding: 4px 16px;
    color: #6B73FF;
    /* color: #FFFFFF; */
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
    /* font-family: 'Cairo', sans-serif; */
}

.btn-Lesson {
    background: #E8E8E8;
    width: 134px;
    border: 1px solid #E8E8E8;
    opacity: 0.8;
}

.btn-activities {
    background: #6B73FF;
    border: 1px solid #6B73FF;
    opacity: 1;
}

.btn-activities a {
    color: #FFFFFF;
}

.btn:hover {
    opacity: 1;
}

/* ----------------------------------------------- */
.study {
    margin-bottom: 134px;
}

.study-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.study-item {
    /* background-color: rgba(128, 128, 128, 0.458);     */
    background-color: rgba(224, 224, 224, 0.50);
    width: 367px;
    height: 351px;
    border-radius: 12px;
    position: relative;
    margin-top: 25px;
}

.study-item:hover .go-with-left {
    visibility: visible;
    opacity: 1;

}

.study-item:hover .description p {
    color: #000;
}

.study-item .description {
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 16px 34px -13px rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 367px;
    height: 200.83px;
    /* padding-left: 40px; */
}

.description span {
    display: block;
    color: #0961F5;
    background-color: #fff;
    height: 35px;
    width: 130px;
    border-radius: 12px;
    margin-top: 20px;
    margin-right: 20px;
    padding-right: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.12);
    transition: all 0.5s;
    cursor: pointer;
}

.description p {
    margin-top: 15px;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.44px;
    color: rgba(0, 0, 0, 0.60);
}

.description span:hover {
    transform: scale(1.1);
}

.go {
    /* display: inline-block; */
    color: rgba(0, 0, 0, 0.60);
    font-family: Cairo;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.60);
}

.go-flex {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;

}

.go-with-left {
    padding-top: 10px;
    padding-left: 25px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

@media screen and (min-width:401px) and (max-width:1300px) {
    .container {
        padding-left: 16px;

        padding-right: 16px;
    }

    .whats-learn-items {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .whats-learn .item-2 img {
        width: 100%;
    }

    .item-1 {
        width: auto;
        height: auto;
        padding: 16px;
    }

    .home {
        margin-top: 0px;
    }

    .home .h1 {
        font-family: Cairo;
        font-family: 47px;
    }

}

@media screen and (min-width:401px) and (max-width:766px) {
    .study-items-father {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding-bottom: 32px;
        justify-content: center;
        align-items: center;
        /* flex-wrap: wrap; */
    }

    footer {
        padding-top: 0px;
    }
}

@media screen and (min-width:767px) and (max-width:1100px) {
    .study-items-father {
        display: flex;
        flex-direction: row;
        gap: 32px;
        padding-bottom: 32px;
        justify-content: center;
        align-items: center;
        /* flex-wrap: wrap; */
    }

    footer {
        padding-top: 0px;
    }
}