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;
}

.carousel-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: 100%;
    height: 100%;
    object-fit: center;
    object-position: center center;
}

.box {
    height: 20px;
}

.box img {
    width: 120px;
    height: 120px;
}

.introduce {
    background-color: #478DF3;
    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;
}

.contact strong {
    font-size: 25px;
    font-weight: 800;
}

li {
    list-style: none;
}

li p {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 24px;
    text-indent: -48px;
    text-align: left;
    letter-spacing: 1px;
}

ul li:nth-child(1) p img {
    width: 32px;
    height: 34px;
    margin-right: 4px;
}

ul li:nth-child(2) p img {
    width: 33px;
    height: 29px;
    margin-right: 4px;
}

ul li:nth-child(3) p img {
    width: 34px;
    height: 21px;
    margin-right: 4px;
}

ul li:nth-child(4) p img {
    width: 36px;
    height: 30px;
    margin-right: 4px;
}

.Information {
    width: 535px;
}

.circle {
    aspect-ratio: 1/1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 195px;
    width: 195px;
    /* border-radius: 115.5px; */
    border-radius: 50%;
    text-decoration: none;
}

.circle p {
    color: white;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 34px;

}

.community .circle:nth-child(1) p img {
    width: 79px;
    height: 56px;
}

.community .circle:nth-child(2) p img {
    width: 60px;
    height: 60px;
}

.community .circle:nth-child(3) pimg {
    width: 65px;
    height: 67px;
}

.community {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
}

.community .circle:hover {
    cursor: pointer;
}

.community .circle:nth-child(1) {
    background-color: #FEB1DF;

}

.community .circle:nth-child(1):hover {
    background-color: #FE7DC9;

}

.community .circle:nth-child(2) {
    background-color: #91BBF8;
}

.community .circle:nth-child(2):hover {
    background-color: #478DF3;
}

.community .circle:nth-child(3) {
    background-color: #8EEBFF;
}

.community .circle:nth-child(3):hover {
    background-color: #42DDFF;
}

footer {
    width: 100%;
    height: 290px;
    background-image: url(img/contactbackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* footer .rectangle1 {
    width: 100%;
    height: 250px;
    background: rgba(71, 141, 243, 0.6);
    transform: matrix(-0.99, -0.16, -0.16, 0.99, 0, 0);
    position: absolute;
    z-index: -2;

    left: 1569.31px;
    top: 2093.14px;
}

footer .rectangle2 {
    width: 100%;
    height: 250px;
    background: #478DF3;
    transform: rotate(-8.94deg);
    position: absolute;
    z-index: -1;

    left: -131.69px;
    top: 2093.14px;
} */

@media screen and (max-width:1100px) {
    .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;
    }


}

@media screen and (max-width:860px) {
    .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:700px) {
    .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:570px) {
    .introduce p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 53px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: center;
    }
}

@media (max-width: 680px) {
    .Information {
        width: auto !important;
    }
}

@media (max-width: 755px) {
    .community {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@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:500px) {
    .relevant-information {
        padding: 0px !important;
    }

    .introduce p {
        font-size: 20px;
        width: 250px;
        line-height: 30px;
        word-wrap: break-word;
    }

    .contact ul {
        width: 250px;
    }

    li p {
        font-family: 'Noto Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-indent: -45px;
        text-align: left;
        letter-spacing: 1px;
    }
}