@import url("/css/reset.css");

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Source Sans Pro';
    background-color: rgb(18, 18, 18);
}

.navbar {
    display: flex;
    align-items: center;
    background-color: rgb(18, 18, 18);
    padding: 8px 12px;
    border-bottom: 1px solid rgb(90, 90, 90);
    justify-content: space-around;
}

.navbar_logo {
    font-size: 24px;
    color: rgb(255, 255, 255);
}

.navbar_logo i {
    color: rgb(154, 250, 0);
}

.navbar_logo a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.navbar_menu {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.navbar_menu li {
    padding: 8px 12px;
    color: rgb(255, 255, 255);
}

.navbar_menu li:hover {
    background-color: #3E3EF4;
    border-radius: 10px;
    cursor: pointer;
}

.navbar_menu li:visited {
    color: rgb(42, 255, 204);
}

.navbar_menu a {
    text-decoration: none;
    color: #fff;
}

.navbar_icons {
    list-style: none;
    color: rgb(255, 255, 255);
    display: flex;
    padding-left: 0px;
}

.navbar_icons li {
    padding: 8px 12px;
}

.navbar_toogleBtn {
    display: none;
    position: absolute;
    top: 10px;
    right: 32px;
    font-size: 24px;
    color: rgb(154, 250, 0);
}

@media screen and (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
        padding: 8px 24px;
    }

    .navbar_menu {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .navbar_menu li {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .navbar_icons {
        justify-content: center;
        width: 100%;
    }

    .navbar_toogleBtn {
        display: block;
    }

    .navbar_menu.active, .navbar_icons.active {
        display: flex;
    }
}

.use {
    background-color: rgba(45, 59, 78, 0.3);
    color: rgb(255, 255, 255);
    width: 70%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.title {
    color: #fff700;
}

.use a {
    text-decoration: none;
    color: #88ff00;
}
.use h5 {
    font-size: 1em;
}

.markb {
    background-color: rgb(84 255 69 / 0%);
    color: #fff700;
}

.score-link {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.under h3 {
    margin-bottom: 10px;
    color: #fff;
}

.under li {
    list-style: none;
}

.under font {
    font-size: 1.2em;
}

#container {
    width: 100%;
    margin-top: 20px;
}

.sub-topbanner img {
    color: rgb(255, 255, 255);
    width: 70%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
}

@media (max-width: 768px) {
    .sub-topbanner img {
        width: 90%;
        height: 230px;
    }
}

.banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.banner-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.banner {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin: 20px 30px;
}

.banner img {
    width: 250px;
}


.join button {
    width: 100%;
    background: #3E3EF4;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 128, 255);
    border-radius: 20px;
    height: 30px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 10px;
    cursor: pointer;
}

.modal button {
    width: 100%;
    background: #3E3EF4;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 128, 255);
    border-radius: 20px;
    height: 30px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 10px;
    cursor: pointer;
}

.modal-popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #121212a3;
}

.modal-popup p {
    font-size: 2em;
    background-color: #fffdfd;
    color: #f00;
    height: 70px;
    padding-top: 20px;
    font-weight: 900;
}

.modal-popup img {
    width: 100%;
}

.modal-content {
    position: relative;
    margin: 6% auto;
    width: 50%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.close {
    color: rgb(255 255 255);
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.after::after {
    content: " | ";
}

.content-box {
    padding: 0 5em;
}

.box-list {
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.box-icon {
    margin-top: 35px;
    background-color: #121212;
    text-align: center;
    /* border: 1px solid rgb(0, 128, 255); */
    border-radius: 10px;
    width: 250px;
    height: 250px;
}

.box-icon img {
    width: 100px;
    display: flex;
    margin: 10px auto 10px;
    text-align: center;
}

.box-icon h3 {
    color: #ffffff;
    padding: 15px;
}

.box-icon h4 {
    font-size: 1.2em;
    padding: 15px;
}

table {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%);
}

table th, td {
    width: 147px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    vertical-align: top;
    color: #ffffff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table a {
    color: #fff;
    text-decoration: none;
}

table p, span, strong, font {
    color: #fff;
}

.table-list {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

#difference, #refuse, #safety {
    background-color: rgba(45, 59, 78, 0.3);
    color: rgb(255, 255, 255);
    width: 70%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

#difference a {
    text-decoration: none;
    color: #88ff00;
}

.content-box h2 {
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .use, #difference, #safety, #refuse {
        width: 90%;
    }
    .map {
        width: 350px;
        height: 400px;
        margin: 0 auto;
    }
    .modal-content {
        width: 80%;
    }
    .modal-popup img {
        width: 300px;
    }
}

.browser-box {
    padding: 5em;
}

.browser-list {
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.browser-icon {
    margin-top: 35px;
    background-color: #121212;
    text-align: center;
    border-radius: 10px;
    width: 250px;
    height: 250px;
}

.browser-icon img {
    width: 100px;
    display: flex;
    margin: 15px auto 10px;
    text-align: center;
}

.browser-icon h3 {
    color: #ffffff;
    padding: 15px;
}

.browser-icon h4 {
    font-size: 1.2em;
    padding: 15px;
}

.browser-icon button {
    width: 80%;
    background: #3E3EF4;
    color: rgb(255, 255, 255);
    border: 0px solid rgb(0, 128, 255);
    border-radius: 20px;
    height: 50px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
}

.map {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5em;
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    margin-bottom: 5em;
}

.accordion h2 {
    text-align: center;
    margin: 2rem;
    color: #fff;
}

.accordion-item {
    background-color: rgba(45, 59, 78, 0.3);
    color: #fff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgb(0,0,0,0.25);
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 3px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

.accordion h6{
    font-size: 14px;
}

.accordion a {
    text-decoration: none;
    color: #88ff00;
}

.accordion .important {
    color: red;
}

/* .accordion-item-header.active + .accordion-item-body {
    max-height: 1000px;
} */

#footer {
    background-color: #121212;
    border-top: 1px solid rgb(90, 90, 90);
    text-align: center;
    padding: 30px 50px;
}

.introduction {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    margin-bottom: 25px;
}

.footer li {
    position: relative;
    display: inline;
    padding: 0px 7px 0px 10px;
    white-space: nowrap;
}

.footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer li::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgb(219, 219, 219);
    position: absolute;
    left: 0px;
    top: 2px;
}

.footer li:first-child::before {
    width: 0px;
}

.footer address {
    color: rgb(255, 255, 255);
    padding-top: 15px;
}

.footer-company {
    width: 33.33%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.footer-company h3 {
    width: 200px;
    text-align: left;
    margin-bottom: 2em;
    border-bottom: 1px solid rgb(90, 90, 90);
    line-height: 40px;
}

.footer-company .fa-sharp {
    color: #f00;
    margin-right: 5px;
}

.footer-company a {
    color: #fff;
    text-decoration: none;
}

.footer-title {
    width: 33.33%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.footer-title h3 {
    width: 200px;
    text-align: left;
    margin-bottom: 2em;
    border-bottom: 1px solid rgb(90, 90, 90);
    line-height: 40px;
}

.footer-title .fa-sharp {
    color: #f00;
    margin-right: 5px;
}

.footer-inquiry {
    width: 33.33%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.footer-inquiry h3 {
    width: 200px;
    text-align: left;
    margin-bottom: 2em;
    line-height: 40px;
    border-bottom: 1px solid rgb(90, 90, 90);
}

.footer-inquiry .fa-brands {
    color: #f00;
    margin-right: 5px;
}

.footer-inquiry .fa-solid {
    line-height: 30px;
}

.footer-inquiry a {
    color: #fff;
    text-decoration: none;
    
}

.partner img {
    width: 50%;
}

@media (max-width: 768px) {
    .introduction > .footer-company,
    .introduction > .footer-title,
    .introduction > .footer-inquiry {
        width: 100%;
    }
    .introduction > .footer-inquiry {
        width: 100%;
    }
    .partner img  {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .introduction {
        /* padding-bottom: 60px; */
        display: flex;
        flex-direction: column;
        align-content: space-around;
        flex-wrap: wrap;
    }
}
