@font-face {
    font-family: trattatello;
    src: url('../Trattatello-Font/Trattatello/Trattatello.ttf');
}

@font-face {
    font-family: siyuan;
    src: url('../SiYuanHeiTi-Regular/SourceHanSansSC-Regular-2.otf');
}

@font-face {
    font-family: yuanrou;
    src: url('../yuanrouHeavy/yuanrou-Heavy.ttf');
}

html {
    overflow-x: hidden;
}

body {
    margin: 0 auto;
    background-color: #212226;
    color: #f5f5f5;
}

.container {
    background-image: url(../img/bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: ;
}

.bg {
    background-attachment: fixed;
    background-image: linear-gradient(#ff000025, #ff000060, #ff000080, #ff00009c, #ff0000c5, #ff0000e0, #ff0000f1, #000000);
    width: 100%;
    height: ;
}

.bg a img {
    position: fixed;
    left: 100px;
    top: 50px;
    width: 150px;
    filter: brightness(0) invert(1);
}

.mainmenubtn {
    width: 40px;
    filter: brightness(0) invert(1);
    margin-bottom: 15px;
    margin-left: 90px;
}

.mainmenubtn:hover {
    cursor: pointer;
    filter: brightness(0) invert(0.9) drop-shadow(7px 7px 5px #f5f5f5);
}

nav {
    position: fixed;
    display: inline-block;
    width: 230px;
    top: 50px;
    right: 30px;
}

.dropdown {
    display: none;
    position: absolute;
    background-color: rgba(33, 34, 38, 0.7);
    top: 0;
    border-radius: 2px;
    margin-top: 50px;
}

.dropdown li {
    position: relative;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.dropdown li a {
    position: relative;
    font-family: 'siyuan';
    font-size: 1rem;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 5px;
    padding-right: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    display: block;
    margin-right: 20px;
}

.dropdown li a::before {
    content: attr(data-text);
    position: absolute;
    color: var(--clr);
    width: 0;
    overflow: hidden;
    transition: 1s;
    border-right: 5px solid var(--clr);
    -webkit-text-stroke: 1px var(--clr);
}

ul li a:hover::before {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 25px var(--clr));
}

nav:hover .dropdown {
    display: block;
}

nav:hover .mainmenubtn {
    display: block;
    filter: brightness(0) invert(0.9) drop-shadow(7px 7px 5px #f5f5f5);
}

main {
    padding-top: 110px;
    text-align: center;
}

h1 {
    font-family: 'trattatello';
    font-weight: bold;
    letter-spacing: 1.6rem;
    font-size: 3rem;
    margin-bottom: 30px;
}

h2 {
    font-family: 'trattatello';
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 100px;
}

h3 {
    font-family: 'trattatello';
    font-weight: bold;
    letter-spacing: 0.5rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.special {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-right: 10%;
}

.special p {
    font-family: 'yuanrou';
    font-weight: bold;
    font-size: 1.4rem;
    width: 33.33333333333333%;
}

.border {
    width: 30%;
    height: 7px;
    background-color: #f5f5f5;
    margin-top: 100px;
    margin-bottom: 130px;
    justify-content: center;
    margin-left: 35%;
    margin-right: 35%;
    border-radius: 7px;
}

.thxli {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 50px;
}

.thxli p {
    font-family: 'yuanrou';
    font-size: 1rem;
    width: 25%;
}

footer {
    height: 40px;
}

.footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 0;
}

.social-media {
    display: flex;
    margin-top: 15px;
}

.social-media img {
    margin-left: 45px;
    height: 25px;
    filter: brightness(0) invert(1);
}

.footer p {
    color: #f5f5f5;
    margin-right: 5%;
}
