@font-face {
    font-family: 'CN_1';
    src: url("../Inner/Fonts/Hangyaku-L3oaG.ttf");
}
@font-face {
    font-family: 'JP_1';
    src: url("../Inner/Fonts/Cinderella.otf");
}
@font-face {
    font-family: 'CN_2';
    src: url("../Inner/Fonts/NiHeWoDeLangManYuZhou-2.ttf");
}
@font-face {
    font-family: 'Num_1';
    src: url("../Inner/Fonts/Resistance générale.otf");
}
@font-face {
    font-family: 'CN_3';
    src: url("../Inner/Fonts/GeTeShiZiTi-1.ttf");
}


.bg1 {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    padding-top: 57px;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    opacity: 1;
    transition: background-image 2s ease-in-out;
}
.bg2 {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("https://qwq.pyuramazo.online/Inner/Images/123779077.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
}
.gap {
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://qwq.pyuramazo.online/Inner/Images/74754945.png");
}
.navbar {
    position: fixed;
    top: 0;
    z-index: 1000; 
    width: 100%;
    height: 50px;
    padding: 5px;
    border-radius: 15px;
    display: flex;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.leftnav {
    width: 50vw;
    display: flex;
}
.rightnav {
    width: 50vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.nav {
    width: 200px;
    font-size: 35px;
    font-family: "CN_3";
    /* background-color: rgba(253, 146, 222, 0.5); */
}
#urls a{
    display: flex;
    color: #000;
}
.title {
    height: 525px;
    width: 960px;
}
.top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 3s ease;
}
.text {
    display: flex;
    justify-items: center;
    position: absolute;
    top: 430px;
}
.t1 {
    font-size: 120px;
    font-family: 'CN_1';
    color: brown;
    transform: translateX(-100px);
    transition: transform 1s ease-in;
}
.t2 {
    font-size: 120px;
    font-family: 'JP_1';
    color: gold;
    transform: translateY(100px);
    transition: transform 1s ease-in;
}
.t3 {
    font-size: 120px;
    font-family: 'CN_1';
    color: blueviolet;
    transform: translateX(200px);
    transition: transform 1s ease-in;
}
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 25px;
}
.date {
    display: flex;
    justify-items: center;
    font-family: 'Num_1';
    font-size: 80px;
}
.change_color {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
#week {
    font-family: 'CN_1';
}
#y_m_d, #h_m {
    background-image: 
        linear-gradient(90deg, rgba(235, 132, 215, 0.854),rgb(94, 194, 222),rgb(76, 88, 151),rgb(74, 146, 151),rgba(253, 146, 222, 0.808), rgba(235, 132, 215, 0.854));
    background-size: 200%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: change_color 9s linear infinite;
}
#h_m {
    animation: change_color 5s linear infinite;
}
@keyframes change_color {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 200%;
    }
}


.sents {
    /* background-color: blue; */
    width: 55vw;
    height: 30vh;
    position: relative;
    top: 50px;
    left: 50px;
}
.pro1 {
    font-family: 'CN_2';
    font-style: italic;
    width: 50vw;
    font-size: 40px;    
    background-image: 
        linear-gradient(90deg, rgb(2, 172, 144),rgb(2, 107, 172),rgb(3, 89, 160),rgb(3, 30, 183),rgb(6, 151, 180),rgb(2, 172, 144));
    background-size: 200%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: sents 7s linear infinite;
    opacity: 0;
    transition: opacity 1s ease-in;
}
.pro2 {
    font-family: 'CN_2';
    font-style: italic;
    width: 55vw;
    font-size: 40px;
    text-align: right;
    color: rgb(5, 60, 224);
    opacity: 0;
    transition: opacity 1s ease-in;
}
.change_sent {
    opacity: 1;
}


@keyframes sents {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 200%;
    }
}
.appear {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}
.bg1--day {
    background-image: url("https://qwq.pyuramazo.online/Inner/Images/123779077.png");
}
.bg1--night {
    background-image: url("https://qwq.pyuramazo.online/Inner/Images/124067151.png");
}
.navbar--hidden {
    transform: translateY(-100%);
}
