html,
body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.relevant-information {
    height: 50px;
    width: 100%;
    background-color: black;

}

.relevant-information p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.relevant-information p:nth-child(1) img {
    width: 14px;
    height: 14px;
}

.relevant-information p:nth-child(2) img {
    width: 12px;
    height: 10px;
}

.relevant-information img {
    width: 15px;
    height: 15px;
}

.container {
    max-width: 960px;
}

.card-deck .card {
    min-width: 220px;
}

header {
    position: fixed;
    top: 0px;
}



nav {
    background-color: white;
}

.navbar-nav {
    display: flex;
    justify-content: right;
}

.navbar-nav li:nth-child(1) a:hover {
    color: #42DDFF;
}

.navbar-nav li:nth-child(2) a:hover {
    color: #1DCBC8;

}

.navbar-nav li:nth-child(3) a:hover {
    color: #FF9900;

}

.navbar-nav li:nth-child(4) a:hover {
    color: #FECA01;

}

.navbar-nav li:nth-child(5) a:hover {
    color: #FE7DC9;

}

.navbar-nav li:nth-child(6) a:hover {
    color: #478DF3;

}

.navbar-brand span {
    color: black;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.navbar-brand p:nth-child(1) {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.navbar-brand p:nth-child(2) {
    width: auto;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.12em;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item a {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 53px;
    color: rgba(0, 0, 0, 0.53);
    padding: 0 15px;
}

.carousel-inner {
    max-height: 750px;
}


img {
    width: 100%;
    height: 100%;
    object-fit: center;
    object-position: center center;
}

.box {
    height: 20px;
}

.box img {
    width: 120px;
    height: 120px;
}

.introduce {
    background-color: #1DCBC8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.introduce p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 53px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
}

.ribbon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ribbon .box:nth-child(1) {
    background-color: #42DDFF;

}

.ribbon .box:nth-child(2) {
    background-color: #1DCBC8;

}

.ribbon .box:nth-child(3) {
    background-color: #FF9900;

}

.ribbon .box:nth-child(4) {
    background-color: #FECA01;

}

.ribbon .box:nth-child(5) {
    background-color: #FE7DC9;

}

.ribbon .box:nth-child(6) {
    background-color: #478DF3;

}

.title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 53px;
}

.Curriculum .btn {
    color: white;
    font-size: 20px;
    font-weight: 800;
    background-color: #8DE4E3;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.Curriculum .btn:hover {
    background-color: #1DCBC8;
}

.Curriculum .bi {
    font-size: 30px;
    font-weight: 900 !important;
}

.Curriculum button {
    display: flex;
    align-items: center;
    width: 232px;
    height: 48px;
}

button p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 53px;
}

button img {
    width: 25px;
    height: 24px;
}

.text {
    width: 100%;
    height: 580px;
    background-image: url(img/curriculumbackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.text p {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 43px;
    line-height: 53px;
    text-align: center;
    color: white;
    width: 850px;
}

.circle {
    height: 100px;
    width: 100px;
    background-color: #FFD306;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.circle p:nth-child(1) {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 24px;

}

.circle p:nth-child(2) {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.comment {
    text-align: center;
    font-size: 18px;
}

.tabulation {
    width: 410px;
}

.tabulation p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 66px;
}

.tabulation p:nth-child(1) {
    color: #478DF3;
}

.tabulation p:nth-child(2) {
    color: #FE7DC9;
    width: 44px;
    display: flex;
    justify-content: left;
}

.tabulation hr {
    margin: 5px 0px !important;
    border: 1px solid #A3A3A3;
}





footer {
    width: 100%;
    background-color: #7B7B7B;
    padding: 0px 20px 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer ul {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-direction: column;
    list-style-position: outside;
    list-style: none;
    width: 350px;
}


footer p {
    display: flex;
    flex-direction: row;
    color: white;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    /* background-color: #00E3E3; */
}

li img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

ul li:nth-child(3) img {
    margin-right: 10px;
    width: 11px;
    height: 15px;
}

/* footer li p {
    color: white;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
} */
.community img:hover {
    cursor: pointer;
}

.communitygloball {
    width: 35px;
    height: 35px;
}

.communityyt {
    width: 45px;
    height: 30px;
}

.communityfb {
    width: 33px;
    height: 33px;
}

@media screen and (max-width:1220px) {
    .introduce p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 53px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
    }

    .text {
        background-size: auto;
    }

    .text p {
        font-size: 35px !important;
    }
}

@media screen and (max-width:570px) {
    .introduce p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px !important;
        line-height: 53px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
    }

    .text p {
        font-size: 28px !important;
    }

}

@media screen and (max-width:1160px) {
    .top {
        display: flex;
        flex-direction: column;
    }

    .Information {
        width: 350px;
    }

    .community {
        width: 350px;
    }

}

@media screen and (max-width:1038px) {
    .navbar .container-fluid {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media screen and (max-width:1013px) {
    .nav-item {
        margin-right: 0px !important;
    }
}

@media screen and (max-width:850px) {
    .text p {
        width: 600px;
    }
}

@media screen and (max-width:980px) {

    .introduce p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 53px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
    }

}

@media screen and (max-width:770px) {
    .introduce p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 53px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
    }

}

@media screen and (max-width:500px) {
    .relevant-information {
        padding: 0px !important;
    }

    .introduce p {
        font-size: 20px;
        width: 250px;
        line-height: 30px;
        word-wrap: break-word;
    }

    .title {
        font-size: 35px;
    }

    .text p {
        padding: 0px 2px;
        font-size: 20px;
        line-height: 35px;
    }

    .comment {
        font-size: 15px !important;
    }



    .tabulation {
        width: 340px !important;
    }

    .tabulation p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 900;
        font-size: 20px;
        line-height: 66px;
    }
}