/*FONTS*/
@font-face{
	font-family: Louis-George-cafe;
	src:url("../Fonts/Louis\ George\ Cafe.ttf");
}

@font-face{
	font-family: Type-Icon;
	src:url("../Fonts/Type\ Icons.ttf");
}

/*OVERALL*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100vh;
    cursor: none;
}

/*SCROLL BAR*/
::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}

/*HEADER*/
header{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    height: 50px;
    border-radius: 50px;
    z-index: 10;
    background-color: #11111100;
    backdrop-filter: blur(5px);
    animation: show 3s forwards;
}

@keyframes show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

header #pic{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25px;
    width: 100px;
    height: 40px;
}

header #pic img{
    width: 100px;
    height: 33.24px;
}

#navBar{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 25px;
    width: 50%;
    height: 40px;
}

#navBar ul{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    list-style: none;
    font-family: Louis-George-cafe;
    font-weight: bolder;
}

#navBar ul li a{
    color: #fffe00;
    text-decoration: none;
    cursor: none;
}

/*CURSOR*/

.cursor{
    width: 3rem;
    height: 3rem;
    border: 2px solid #fffe00;
    border-radius: 50%;
    position: absolute;
    z-index: 15;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.3s ease;
    transition-property: background, transform;
    transform-origin: 100% 100%;
    backdrop-filter: grayscale();
}

.link-grow{
    transform: scale(2);
}

.background{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url('../Images/Background-01.jpg');
    background-size: cover;
    background-position: center;
}

/*PAGE*/

.page{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    color: #fff;
    font-size: 100px;
    font-family: Louis-George-cafe;
    background: transparent;
}



#cancel{
    position: fixed;
    display: flex;
    top: 30%;
    left: 80%;
    transform: translate(-30%, -80%);
    cursor: none;
    z-index: 5;
}

#cancel img{
    width: 50px;
    height: 50px;
}


/*TYPE BOX*/

#project{
    position: relative;
    display: flex;
    font-size: 50px;
}

#project #box-colon{
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 150px;
    flex-wrap: wrap;
    width: 75%;
    gap: 30px;
}

#project #box-colon li{
    list-style: none;
    cursor: none;
}

#project #box-colon li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 250px;
    height: 150px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    cursor: none;
}

#project #box-colon li:nth-child(1) a{
    background-image: url('../Images/IMPERFECTION\ Cover\ Image-01.jpg');
    background-size: cover;
    background-position: center;
}
#project #box-colon li:nth-child(2) a{
    background-image: url('../Images/Archy\ 1.jpg');
    background-size: cover;
    background-position: center;
}
#project #box-colon li:nth-child(3) a{
    background-image: url('../Images/JULLET1.png');
    background-size: cover;
    background-position: center;
}
#project #box-colon li:nth-child(4) a{
    background-image: url('../Images/pua.jpg');
    background-size: cover;
    background-position: bottom;
}

/*SCROLL DOWN ANIMATION*/

.reveal{
    opacity: 0;
    transition: 5s;
}

.reveal.active{
    opacity: 1;
    transition: 4s;
}

/*FOOTER*/

#socials{
    position: fixed;
    display: flex;
    left: 35px;
    top: 80%;
    transform: translateY(-80px);
    z-index: 3;
}

#socials ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 150px;
    justify-content: space-between;
}

#socials ul li{
    margin: 10px;
    color: #fffe00;
    font-size: 25px;
    font-family: Type-Icon;
    text-decoration: none;
    cursor: none;
}

#link{
    display: flex;
    width: 200px;
    list-style: none;
}

#whatsappPage{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100vh;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    color: #fff;
    background: #46056463;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: -2;
}

#whatsappPage #cancel{
    position: absolute;
    display: flex;
    top: 30%;
    left: 60%;
    transform: translate(-30%, -60%);
    cursor: none;
    z-index: 21;
}

#whatsappPage #cancel img{
    width: 50px;
    height: 50px;
}

#whatsappPage #QRcode{
    background-image: url('../Images/WhatsApp\ QRCode.jpg');
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    border: solid 2px #fffe00;
    border-radius: 20px;
}

#whatsappPage a{
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
}

#whatsappPage a button{
    width: 200px;
    height: 50px;
    color: #fff;
    background: none;
    border: solid 3px #fffe00;
    border-radius: 50px;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    cursor: none;
}

#twitterPage{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100vh;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    color: #fff;
    background: #46056463;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: -2;
}

#twitterPage #cancel{
    position: absolute;
    display: flex;
    top: 30%;
    left: 60%;
    transform: translate(-30%, -60%);
    cursor: none;
    z-index: 21;
}

#twitterPage #cancel img{
    width: 50px;
    height: 50px;
}

#twitterPage #QRcode{
    background-image: url('../Images/Twitter\ QRCode.jpg');
    background-size: 210px;
    background-position: center;
    width: 200px;
    height: 200px;
    border: solid 2px #fffe00;
    border-radius: 20px;
}

#twitterPage a{
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
}

#twitterPage a button{
    width: 200px;
    height: 50px;
    color: #fff;
    background: none;
    border: solid 3px #fffe00;
    border-radius: 50px;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    cursor: none;
}

#instagramPage{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100vh;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    color: #fff;
    background: #46056463;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: -2;
}

#instagramPage #cancel{
    position: absolute;
    display: flex;
    top: 30%;
    left: 60%;
    transform: translate(-30%, -60%);
    cursor: none;
    z-index: 21;
}

#instagramPage #cancel img{
    width: 50px;
    height: 50px;
}

#instagramPage #QRcode{
    background-image: url('../Images/Instagram\ QRCode.jpg');
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    border: solid 2px #fffe00;
    border-radius: 20px;
}

#instagramPage a{
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
}

#instagramPage a button{
    width: 200px;
    height: 50px;
    color: #fff;
    background: none;
    border: solid 3px #fffe00;
    border-radius: 50px;
    font-family: Louis-George-cafe;
    font-weight: bolder;
    cursor: none;
}

/*MOBLIE VIEW VERSION*/

@media only screen and (orientation: portrait){
  header{
    top: 30px;
    width: 300px;
    height: 50px;
    border-radius: 50px;
}

header #pic{
    left: 20px;
}

#navBar{
    right: 25px;
    transition: 0.5s;
    overflow: hidden;
}

#navBar.active{
    height: 340px;
}

#navBar .toggle{
    position: relative;
    display: flex;
    top: 0;
    width: 50px;
    left: 100px;
    height: 50px;
    align-items: center;
    justify-content: flex-end;
    cursor: none;
}

#navBar .toggle::before{
    content: "";
    margin-right: 0px;
}

#navBar .toggle.active:before{
    content: "";
    margin-right: 0px;
}

#navBar .toggle span{
    position: relative;
    width: 20px;
    height: 50px;
}

#navBar .toggle span::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fffe00;
    transition: 0.5s;

}

#navBar .toggle span::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fffe00;
    transition: 0.5s;
}

#navBar .toggle.active span::before{
    transform: rotate(225deg);
    top: 24px;
}

#navBar .toggle.active span::after{
    transform: rotate(135deg);
    bottom: 24px;
}

#navBar ul{
    flex-direction: column;
    align-items: flex-end;
    top: 100px;
}

#navBar ul li a{
    display: flex;
    height: 40px;
    color: #fff;
    transition: 1s;
}

#navBar ul li a:hover{
    transition: 0s;
    color: #fffe00;
}

.page{
    font-size: 50px;
}

.wrapper .dynamic-txts{
    height: 25px;
    line-height: 25px;
}

.dynamic-txts li{
    font-size: 25px;
    font-weight: bolder;
    animation: slide 30s steps(15) infinite;
    animation-delay: 3s;
}
@keyframes slide {
    100%{
        top: -375px;
    }
}

.dynamic-txts li:nth-child(9){
    font-size: 20px;
    font-weight: bolder;
}

/*CURSOR*/
.cursor{
    display: none;
}

}