@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:ital,wght@1,300&display=swap');
::-webkit-scrollbar{
    display: none;
}
body{
    margin: 0;
    padding-bottom: 5px;
    background: #fff;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    background: rgb(255, 30, 0);
    border-bottom: 2px solid #fff;
    margin: 0;
}
nav .left{
    display: flex;
    align-items: center;
    margin-left: 9px;
}
nav .left i{
    font-size: 23px;
    color: #fff;
    margin: 5px;
    cursor: pointer;
}

nav .left a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    user-select: none;
}
nav .left a img{
    height: 51px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(145, 144, 144);
    margin: 5px;
}
nav .left a h1{
    margin-left: 7px;
    text-align: center;
    font-size: 19px;
}
nav .left a h1 span{
    margin-left: 3px;
    border-left: 2px solid #eee;
    padding-left: 5px;
    height: max-content;
    font-size: 19px;
}
nav .right{
    display: flex;
    align-items: center;
    margin-right: 9px;
}
nav .right a{
    margin-right: 15px;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
}
nav .right a:nth-child(2){
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0 8px;
}
nav .right a:hover{
    color: #ffd700;
}
nav .right a i{
    font-size: 20px;
    margin: 3px;
    display: none;
}
nav .right a p{
    margin: 3px;
    font-size: 19px;
}
.topdie{
    position: fixed;
    top: 0;
}
#menu{
    height: 100%;
    position: fixed;
    width: 200px;
    left: -300px;
    background: rgb(255, 30, 0);
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    transition: 0.5s;
    top: 67px;
    z-index: 1;
    box-shadow: 2px 2px 5px rgba(75, 75, 75, 0.815);
}
#menu a{
    text-decoration: none;
    color: #fff;
    margin-top: 9px;
    width: 80%;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 51px;
    transition: 0.5s;
    user-select: none;
}
#menu a:hover{
    color: #ffd700;
}
#intro{
    width: 63%;
    height: fit-content;
    user-select: none; 
}
.container{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
}
.container .left{
    width: 400px;
    height: max-content;
    margin: 5px;
}
.container .left h1{
    font-size: 42px;
    color: red;
    padding: 0;
}
.container .left p{
    font-size: 19px;
    padding: 0;
    color: rgb(80, 80, 80);
}
.container .left .btn{
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.container .left .btn a{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 3px 23px;
    background: rgb(4, 226, 71);
    border-radius: 7px;
    box-shadow: 3px 3px 5px rgb(182, 182, 182);
    transition: 0.5s;
    user-select: none;
}
.container .left .btn a:hover{
    background: rgb(19, 196, 3);
}
.container .left .btn a i{
    font-size: 19px;
    color: #fff;
}
.container .left .btn a p{
    padding: 0;
    margin-left: 5px;
    color: #fff;
    font-size: 19px;
}
.container .right{
    width: 351px;
    height: max-content;
    margin: 5px;
}
.container .right img{
    width: 100%;
    height: fit-content;
    user-select: none;
}
marquee{
    color: rgb(66, 66, 66);
    margin-top: 8px;
    font-size: 18px;
}
.cont{
    width: 100%;
    height: max-content;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8px;
}
.cont h2{
    color: #fff;
    text-align: center;
    padding: 2px;
    margin: 5px;
}
.cont .ul{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.cont .ul .li{
    width: 151px;
    height: 132px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 2px 2px 6px rgb(82, 82, 82);
}
.cont .ul .li img{
    height: 49px;
    width: 49px;
    border-radius: 50%;
    margin: 5px;
    user-select: none;
}
.cont .ul .li p{
    color: red;
    margin: 8px;
    user-select: none;
}
.foot{
    width: 100%;
    height: max-content;
    background: rgb(207, 0, 0);
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot .links{
    width: 80%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.foot .links a{
    color: #fff;
    text-decoration: none;
    margin: 9px;
    padding: 0;
    transition: 0.5s;
    user-select: none;
}
.foot .links a:hover{
    color: rgb(185, 185, 185);
}
.foot .logo{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding: 5px;
}
.foot .logo img{
    width: 42px;
    height: 42px;
    margin-right: 5px;
    border-radius: 4px;
    user-select: none;
}
.foot .logo h2{
    color: #fff;
    padding: 0;
    font-size: 19px;
    margin-left: 3px;
    user-select: none;
}
.foot .logo h2 span{
    font-size: 15px;
    margin-left: 3px;
    color: #ffd700;

}


@media(max-width:789px){
    body{
        padding-bottom: 59px;
    }
    nav .left a{
        margin-left: 15px;
    }
    nav .left a img{
        height: 42px;
        width: 42px;
    }
    nav .left a h1{
        font-size: 19px;
    }
    nav .left a h1 span{
        font-size: 14px;
        color: #ffd700;
    }
    nav .right{
        position: fixed;
        bottom: 0;
        z-index: 2;
        width: 100%;
        background: rgb(255, 30, 0);
        border-top: 1.5px solid #fff;
        display: flex;
        justify-content: space-around;
        padding: 5px;
    }
    nav .right a:nth-child(2){
        border: none;
    }
    nav .right a i{
        display: block;
    }
    nav .right a p{
        font-size: 12px;
        margin: 3px;
    }
    #intro{
        width: 90%;
    }
    .container .left h1{
        font-size: 27px;
    }
    .container .left p{
        font-size: 15px;
    }
    .container .left .btn a p{
        font-size: 15px;
    }
    .foot .logo img{
        width: 36px;
        height: 36px;
    }
    .foot .logo h2{
        font-size: 15px;
    }
    .foot .logo h2 span{
        font-size: 12px;
    }
}