@font-face {
    font-family: Font1;
    src: url(/FraktionMono-Regular.ttf);
}

@font-face {
    font-family: Font2;
    src: url(/kesslersuperdisplayweb-regular.ttf);
}


@font-face {
    font-family: GravityFont;
    src: url(MonumentExtended-Regular.otf);
  }

@font-face {
    font-family: Futura;
    src: url(./Futura-Bold.ttf);
}

@font-face {
    font-family: Gilroy;
    src: url(./Gilroy-Medium.ttf);
}

@font-face {
    font-family: Harry;
    src: url(./HarryP-MVZ6w.ttf);
}

@font-face {
    font-family: Hunter;
    src: url(./DragonHunter-9Ynxj.otf);
}

@font-face {
    font-family: Scary;
    src: url(ScaryNotesPersonalUse-ZVAxl.otf);
}

@font-face {
    font-family: Bless1;
    src: url(Blessingscript-d96xR.otf);
}

@font-face {
    font-family: Bless2;
    src: url(Blessingscript-PK6GB.ttf);
}

@font-face {
    font-family: Kajiro;
    src: url(KajiroBold.ttf);
}

body {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gilroy;
    /* color: #fff; */
}

html, body{
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, #8b0000, #ff0000, #8b0000, black);
    background-blend-mode: multiply; */
    /* background: linear-gradient(45deg, #8b0000, #ff0000, #8b0000, black),
            url('https://www.transparenttextures.com/patterns/asfalt-light.png');
background-blend-mode: overlay; */
}

#main{
    width: 100%;
    height: 100vh;
    /* background-color: black; */
}

#back{
    width: 100%;
    height: 100vh;
}

#top{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #000000e8; */
}

#workingarea{
    position: relative;
    margin: 0 auto;
    width: 80%;
    height: 100vh;
    max-width: 1920px;
    /* background-color: #888; */
    /* border: 2px solid red; */
}

#nav{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav img{
    height: 60px;
    transform: rotate(-9deg);
}

#nav-left,#nav-right{
    display: flex;
    align-items: center;
    gap: 60px;
}

#nav a {
    pointer-events: all;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

#nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 0%;
    height: 2.5px;
    background-color: #fff; 
    transition: width 0.3s ease-in-out; 
}

#nav a:hover::after {
    width: 100%; 
}


#hero{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* height : 100px; */
    /* cursor: url(Assets/icons8-john-wick-50.png),auto; */
}

#heroleft{
    min-width: 50%;
    /* height: 100px; */
    /* background-color: yellow; */
}

#heroleft .elem{
    position: relative;
    /* background-color: red; */
    height: 9vw;
    overflow: hidden;
}

#heroleft .elem h1:nth-child(1){
    top: 0;
}

#heroleft .elem h1{
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 0.9;
    font-family: Kajiro;
    color: white;
    font-weight: 100;
    font-size: 11vw;
}

#heroleft button{
    pointer-events: all;
    padding: 0.6vw 4.5vw;
    font-size: 2vw;
    letter-spacing: 2px;
    margin-top: 2.5vw;
    font-family: Kajiro;
}

#heroright{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17%;
    color: white;
    /* height: 100px; */
    /* background-color: green; */
}

#heroright p{
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    /* margin-bottom: 50px; */
}

#heroright  #title-text{
    font-family: Hunter;
    font-size: 1.25vw;
    
}

#heroright #imagediv{
    width: 90%;
    height: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background-color: red; */
    /* background-image: url(https://i.pinimg.com/736x/49/11/0b/49110bda4e19d08202f80c2486fec9cf.jpg); */
    /* background-image: url(https://i.pinimg.com/736x/02/17/26/021726235932f371a06343c2716909d5.jpg); */
    /* background-image: url(https://i.pinimg.com/736x/dc/f5/3c/dcf53ced8bf0d7fe6451b49e49594b3c.jpg); */
    background: url(Assets/logo.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

#heroright p:nth-child(3) {
    /* background: linear-gradient(135deg, #5a0000, #b30000, #ff1a1a);
    -webkit-background-clip: text;
    color: transparent; */
    color: white;
    margin-bottom: 70px;
}


#back img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#moving-div {
    /* background-color: red; */
    margin-top: 10vh;
    position: absolute;
    bottom: 0%;
    white-space: nowrap;
    padding: 1.2vw;
    overflow: hidden;
    width: 100%;
}

#moving-div .move {
    display: inline-block;
    animation-name: mobe;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#moving-div .move img {
    height: 1vw;
    margin: 0 1.2vw;
}

@keyframes mobe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }

}

#blur-left {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right,rgb(82, 82, 85), transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#blur-right {
    height: 100%;
    width: 20%;
    background: linear-gradient(to right, transparent, rgb(82, 82, 85));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/* trial */
.container {
    display: flex;
    justify-content: center;
    gap: 30px;
    overflow-x: auto;
    padding: 20px;
    position: relative;
}

.category {
    text-align: center;
    cursor: none;
}

.category img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.category img:hover {
    transform: scale(1.1);
}
.category p {
    font-family: Hunter;
    margin-top: 10px;
    font-size: 13px;
}

#topics{
    margin-top: 10px;
}

#topics h1{
    font-family: Hunter;
    text-align: center;
    font-size: 3.5vw;
    letter-spacing: 2px;
} 

#topics p{
    text-align: center;
    font-size: .75vw;
    letter-spacing: 4px;
    text-transform: uppercase;
} 

/* Slider Container */
.list {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    gap: 15px;
    white-space: nowrap;
    scrollbar-width: none; 
    margin: 15px;
    transform-style: preserve-3d;
    perspective: 1200px; /* Enhances 3D effect */
  }
  
  .list h4{
    margin-top: 2px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .list::-webkit-scrollbar {
    display: none; 
  }
  
  .item {
    flex: 0 0 auto;
    width: 190px; 
    height: 350px;
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
    transform-origin: center;
  }
  
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
  }

  .list .item {
    filter: brightness(0.3);
    transition: filter 0.4s ease-in-out, transform 0.5s ease-in-out;
  }

  .list .item:hover {
    filter: brightness(1);
    transform: translateZ(200px) scale(1.025);
  }
  
  .list .item:hover + *{
    filter: brightness(0.6);
    transform: translateZ(150px) rotateY(40deg);
  }

  .list .item:hover + * + *{
    filter: brightness(0.4);
    transform: translateZ(70px) rotateY(20deg);
  }

  .list .item:hover + * + * + *{
    filter: brightness(0.2);
    transform: translateZ(30px) rotateY(10deg);
  }

  .list .item:has(+ * :hover){
    filter: brightness(0.6);
    transform: translateZ(150px) rotateY(-40deg);
  }

  .list .item:has(+ * + *:hover){
    filter: brightness(0.4);
    transform: translateZ(70px) rotateY(-20deg);
  }

  .list .item:has(+ * + * + *:hover){
    filter: brightness(0.2);
    transform: translateZ(30px) rotateY(-10deg);
  }


#page2 {
    position: relative;
    cursor: none;
}

.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed; 
    top: 0;
    left: 0;
    cursor: none;
    z-index: 99999999; 
  }

 #page3 .slider{
    height: 50px;
    width: 100%;
 }

#page3{
    position: relative;
    width: 100%;
    height: 500px;
    background-color: black;
    color: white;
    text-align: center;
}

#page3 > h2{
    font-family: Hunter;
    margin-top: 25px;
}