* {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100dvh;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #293855 0%, #000 100%);
    font-family: 'DotGothic16', sans-serif;
}

@keyframes slideIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 0 5%; */
}

.nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 0 5%;
}

.itemBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.icon,
.about-icon {
    cursor: pointer;
    height: 44px;
}

.icon:hover,
.about-icon:hover {
    background-color: #C0AE67;
    border-radius: 2px;
    transition: .2s linear;
}

.icon:hover path,
.about-icon:hover path {
    fill: #293855;
}

main {
    width: 100%;
    height: calc(100% - 100px);
    position: relative;
}

main canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
}

#bg {
    width: 100%;
    height: calc(100dvh - 100px);
}

.btn-list {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 320px;
    height: 769px;
    border-radius: 0px 0px 4px 4px;
    border-radius: 5px;
}

.switch {
    width: 100%;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px 5px 0 0;
    background-color: rgba(248, 246, 239, 0.50);
}

.switch-btn {
    width: 100%;
    height: 100%;
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #F8F6EF;
    font-size: 24px;
    line-height: 83px;
    letter-spacing: 3px;
    text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
}

.switch-btn.active {
    color: #293855;
    background-color: #F8F6EF;
    border-radius: 5px 5px 0 0;
}

.list-option {
    width: 100%;
    height: calc(100% - 83px);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10%;
    margin: 0;
    background-color: #F8F6EF;
    backdrop-filter: blur(5px);
    border-radius: 0 0 5px 5px;
}

.list-option a {
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.option {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    padding: 3px;
    letter-spacing: 3px;
    border-bottom: solid 3px #293855;
    color: #293855;
    margin-top: 20px;
}

.option:hover {
    color: #C0AE67;
    border-bottom: solid 3px #C0AE67;
    background-color: #293855;
}

.option-1,
.option-2 {
    display: none;
}

.option-1.active {
    display: block;
}

.option-2.active {
    display: block;
}

.option.light {
    color: #C0AE67;
    border-bottom: solid 3px #C0AE67;
    background-color: #293855;
}

.card {
    position: absolute;
    width: 700px;
    height: 280px;
    border-radius: 5px;
    bottom: 10%;
    margin-left: 5%;
    user-select: none;
}

.card-nav {
    width: 100%;
    height: 60px;
    background-color: #293855;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 10px;
}

.card-content {
    width: 100%;
    height: calc(100% - 55px);
    border: solid 5px #293855;
    border-radius: 0 0 5px 5px;
    background-color: rgba(248, 246, 239, 0.80);
    padding: 2%;
    animation: slideIn .5s linear;
}

.card-title {
    width: 50%;
    font-size: 32px;
    text-align: center;
    border-bottom: solid 5px #C0AE67;
    color: #293855;
    animation: slideIn .5s linear;
}

.card-txt {
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    color: #293855;
}

.card-more {
    width: 160px;
    height: 50px;
    background-color: #F8F6EF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0px;
    right: 5px;
    border-radius: 3px;

}

.hvr-icon-sink {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-sink span {
    font-size: 20px;
    line-height: 65px;
    color: #293855;
}

/* Icon Sink */
/* .hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;

} */

.hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.close {
    cursor: pointer;
}

.close:hover {
    transform: scale(1.1);
    transition: .2s linear;
}

@media(max-width: 1600px) {
    .list-option {
        width: 100%;
        height: calc(90% - 83px);
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 10%;
        margin: 0;
        background-color: #F8F6EF;
        backdrop-filter: blur(5px);
        border-radius: 0 0 5px 5px;
    }

    .option {
        width: 100%;
        list-style: none;
        font-size: 18px;
        font-weight: 500;
        padding: 3px;
        letter-spacing: 3px;
        border-bottom: solid 3px #293855;
        color: #293855;
        margin-top: 17px;
    }

    .card {
        position: absolute;
        width: 50%;
        height: 280px;
        border-radius: 5px;
        bottom: 10%;
    }

    .card-nav {
        width: 100%;
        height: 60px;
        background-color: #293855;
        border-radius: 5px 5px 0 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 10px;
    }

    .card-content {
        width: 100%;
        height: calc(100% - 60px);
        border: solid 5px #293855;
        border-radius: 0 0 5px 5px;
        background-color: rgba(248, 246, 239, 0.80);
        padding: 2%;
    }

    .card-title {
        width: 50%;
        font-size: 28px;
        text-align: center;
        border-bottom: solid 5px #C0AE67;
        color: #293855;
    }

    .card-txt {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        color: #293855;
    }

    .card-more {
        width: 160px;
        height: 50px;
        background-color: #F8F6EF;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
        position: absolute;
        bottom: 5px;
        right: 5px;
        border-radius: 3px;
    }

    .card-more a {
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .card-more span {
        font-size: 20px;
        line-height: 65px;
        color: #293855;
    }
}

@media (max-width: 1180px) {

    .switch {
        width: 100%;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 5px 0 0;
        background-color: rgba(248, 246, 239, 0.50);
    }

    .switch-btn {
        width: 100%;
        height: 100%;
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #F8F6EF;
        font-size: 18px;
        line-height: 53px;
        letter-spacing: 3px;
        text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
    }

    .list-option {
        width: 100%;
        height: calc(60% - 53px);
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 10%;
        margin: 0;
        background-color: #F8F6EF;
        backdrop-filter: blur(5px);
        border-radius: 0 0 5px 5px;
    }

    .list-option a {
        width: 55%;
        text-align: center;
        text-decoration: none;
    }

    .option {
        width: 80%;
        list-style: none;
        font-size: 15px;
        font-weight: 500;
        padding: 3px;
        letter-spacing: 3px;
        border-bottom: solid 2px #293855;
        color: #293855;
        margin-top: 20px;
    }

    .btn-list {
        position: absolute;
        /* top: 75%;
        right: 15%;
        transform: translateY(-50%); */
        width: 480px;
        height: 650px;
        border-radius: 0px 0px 4px 4px;
        border-radius: 5px;
        display: none;
        z-index: 7;
    }

    .openMenu {
        display: block;
    }

    .card {
        position: absolute;
        width: 40%;
        border-radius: 5px;
        bottom: 5%;
    }

    .card-nav {
        width: 100%;
        height: 60px;
        background-color: #293855;
        border-radius: 5px 5px 0 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 10px;
    }

    .card-content {
        width: 100%;
        height: calc(100% - 60px);
        border: solid 5px #293855;
        border-radius: 0 0 5px 5px;
        background-color: rgba(248, 246, 239, 0.80);
        padding: 2%;
    }

    .card-title {
        width: 100%;
        font-size: 28px;
        text-align: center;
        border-bottom: solid 5px #C0AE67;
        color: #293855;
    }

    .card-txt {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        color: #293855;
    }

    .card-more {
        width: 130px;
        height: 40px;
        background-color: #F8F6EF;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
        position: absolute;
        bottom: 5px;
        right: 5px;
        border-radius: 3px;
    }

    .card-more a {
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .card-more span {
        font-size: 18px;
        line-height: 65px;
        color: #293855;
    }

    .ham-btn {
        width: 44px;
        height: 44px;
        border-radius: 5px;
        background-color: #C0AE67;
        display: block;
        position: relative;
    }

    .ham-btn .line {
        width: 60%;
        height: 3px;
        background-color: #293855;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
    }

    .ham-btn .line-1 {
        top: 25%;
    }

    .ham-btn .line-2 {
        top: 50%;
    }

    .ham-btn .line-3 {
        top: 75%;
    }

    #ham-menu-swith:checked+.ham-btn .line-1 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #ham-menu-swith:checked+.ham-btn .line-2 {
        display: none;
    }

    #ham-menu-swith:checked+.ham-btn .line-3 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

@media (max-width:932px) {
    .btn-list {
        position: absolute;
        top: 50%;
        right: 15%;
        transform: translateY(-50%);
        width: 480px;
        /* height: 650px; */
        border-radius: 0px 0px 4px 4px;
        border-radius: 5px;
        display: none;
        z-index: 7;
    }

    .switch {
        width: 100%;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 5px 0 0;
        background-color: rgba(248, 246, 239, 0.50);
    }

    .switch-btn {
        width: 100%;
        height: 100%;
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #F8F6EF;
        font-size: 18px;
        line-height: 53px;
        letter-spacing: 3px;
        text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
    }

    .list-option {
        width: 100%;
        height: calc(60% - 53px);
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 10%;
        margin: 0;
        background-color: #F8F6EF;
        backdrop-filter: blur(5px);
        border-radius: 0 0 5px 5px;
    }

    .list-option a {
        width: 55%;
        text-align: center;
        text-decoration: none;
    }

    .option {
        width: 80%;
        list-style: none;
        font-size: 15px;
        font-weight: 500;
        padding: 3px;
        letter-spacing: 3px;
        border-bottom: solid 3px #293855;
        color: #293855;
        margin-top: 20px;
    }

    .openMenu {
        display: block;
    }
}

@media (max-width: 667px) {

    .switch {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 5px 0 0;
        background-color: rgba(248, 246, 239, 0.50);
    }

    .switch-btn {
        width: 100%;
        height: 100%;
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #F8F6EF;
        font-size: 16px;
        line-height: 53px;
        letter-spacing: 3px;
        text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
    }

    .list-option {
        width: 100%;
        height: calc(52% - 53px);
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 10%;
        margin: 0;
        background-color: #F8F6EF;
        backdrop-filter: blur(5px);
        border-radius: 0 0 5px 5px;
    }

    .list-option a {
        width: 55%;
        text-align: center;
        text-decoration: none;
    }

    .option {
        width: 80%;
        list-style: none;
        font-size: 14px;
        font-weight: 500;
        padding: 3px;
        letter-spacing: 3px;
        border-bottom: solid 3px #293855;
        color: #293855;
        margin-top: 10px;
    }

    .btn-list {
        position: absolute;
        top: 95%;
        right: 15%;
        transform: translateY(-50%);
        width: 320px;
        height: 650px;
        border-radius: 0px 0px 4px 4px;
        border-radius: 5px;
        display: none;
    }

    .openMenu {
        display: block;
    }

    .card {
        position: absolute;
        width: 40%;
        height: 75vh;
        border-radius: 5px;
        bottom: 0%;
    }

    .card-nav {
        width: 100%;
        height: 60px;
        background-color: #293855;
        border-radius: 5px 5px 0 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 10px;
    }

    .card-content {
        width: 100%;
        height: calc(100% - 60px);
        border: solid 5px #293855;
        border-radius: 0 0 5px 5px;
        background-color: rgba(248, 246, 239, 0.80);
        padding: 2%;
    }

    .card-title {
        width: 100%;
        font-size: 20px;
        text-align: center;
        border-bottom: solid 5px #C0AE67;
        color: #293855;
    }

    .card-txt {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        color: #293855;
    }

    .card-more {
        width: 130px;
        height: 40px;
        background-color: #F8F6EF;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
        position: absolute;
        bottom: 5px;
        right: 5px;
        border-radius: 3px;
    }

    .card-more a {
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .card-more span {
        font-size: 16px;
        line-height: 65px;
        color: #293855;
    }
}

@media (max-width: 430px) {

    .switch {
        width: 100%;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 5px 0 0;
        background-color: rgba(248, 246, 239, 0.50);
    }

    .switch-btn {
        width: 100%;
        height: 100%;
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #F8F6EF;
        font-size: 18px;
        line-height: 53px;
        letter-spacing: 3px;
        text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.30);
    }

    .list-option {
        width: 100%;
        height: calc(74% - 53px);
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 10%;
        gap: 0;
        margin: 0;
        background-color: #F8F6EF;
        backdrop-filter: blur(5px);
        border-radius: 0 0 5px 5px;
    }

    .list-option a {
        width: 55%;
        text-align: center;
        text-decoration: none;
    }

    .option {
        width: 80%;
        list-style: none;
        font-size: 15px;
        font-weight: 500;
        padding: 3px;
        letter-spacing: 3px;
        border-bottom: solid 2px #293855;
        color: #293855;
        margin-top: 20px;
    }

    .btn-list {
        position: absolute;
        top: 60%;
        right: 5%;
        transform: translateY(-50%);
        width: 320px;
        height: 650px;
        border-radius: 0px 0px 4px 4px;
        border-radius: 5px;
        display: none;
    }

    .openMenu {
        display: block;
    }

    .card {
        position: absolute;
        width: 100%;
        height: 38vh;
        border-radius: 5px;
        bottom: 0%;
        margin-left: 0;
    }

    .card-nav {
        width: 100%;
        height: 60px;
        background-color: #293855;
        border-radius: 5px 5px 0 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 10px;
    }

    .card-content {
        width: 100%;
        height: calc(100% - 60px);
        border: solid 5px #293855;
        border-radius: 0 0 5px 5px;
        background-color: rgba(248, 246, 239, 0.80);
        padding: 2%;
    }

    .card-title {
        width: 100%;
        font-size: 24px;
        text-align: center;
        border-bottom: solid 5px #C0AE67;
        color: #293855;
    }

    .card-txt {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        color: #293855;
    }

    .card-more {
        width: 140px;
        height: 40px;
        background-color: #F8F6EF;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
        position: absolute;
        bottom: 5px;
        right: 5px;
        border-radius: 3px;
    }

    .card-more a {
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .card-more span {
        font-size: 16px;
        line-height: 65px;
        color: #293855;
    }

    .ham-btn {
        width: 44px;
        height: 44px;
        border-radius: 5px;
        background-color: #C0AE67;
        display: block;
        position: relative;
    }

    .ham-btn .line {
        width: 60%;
        height: 3px;
        background-color: #293855;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
    }

    .ham-btn .line-1 {
        top: 25%;
    }

    .ham-btn .line-2 {
        top: 50%;
    }

    .ham-btn .line-3 {
        top: 75%;
    }

    #ham-menu-swith:checked+.ham-btn .line-1 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #ham-menu-swith:checked+.ham-btn .line-2 {
        display: none;
    }

    #ham-menu-swith:checked+.ham-btn .line-3 {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}