* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {

    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    /* overflow: hidden; */

}

body {
    overflow-x: hidden;
    /* background-color: #c9d6ff;
      background: linear-gradient(to right, #e2e2e2, #c9d6ff); */
    background: #F3E5AB;
    /* background: #0B0C2A; */
}
body::-webkit-scrollbar {
    display: none;
  }
  
  /*Edge and Firefox */
  body,html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
.overlay {
    position: fixed;
    width: 100vw;
    height: 70%;
    z-index: 1001;
    display: flex;
}

#mkc img {
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: 35%;
    top: 30%;
    z-index: 10000;
    color: #bcbbc4;
    padding: 0.2em 0.4em;
    font-size: 28vw;

}

#demo {
    height: 100px;
    position: absolute;
    width: 250px;
    top: 40%;
    left: 40%;
    border: none;
    background: transparent;
    font-family: "Protest Guerrilla", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* color: red; */
    font-size: 7rem;
    z-index: 10000;

}

.bar {
    width: 10vw;
    height: 105vh;
    background: white;
}

/* ::-webkit-scrollbar{
    width: 0;
  } */
::selection {
    background: rgb(255, 188, 188);
    color: rgb(233, 7, 195);
}

::-webkit-scrollbar-track {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f5f5f5;
}

#page1-2 {
    height: 100px;
    width: 100%;
    background-color: #2B2D42;
    margin: 0;
    padding: 0;

}

#nav {
    height: 70px;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    /* padding: 0 120px; */
    font-weight: 400;
    position: absolute;
    justify-content: flex-start;
    top: -1rem;
    gap: 150px;
    /* gap: 30vw; */
    color: #292b23;
    z-index: 5;
    border-bottom: .0625rem solid #42433d;
}
.nav-2-1{
 display: flex;
 align-items: center;
 justify-content: space-evenly;
 gap: 100px;
}

#nav img {
    height: 7rem;
    /* z-index: 1; */
    padding-left: 5vw;
}

#nav h4 {
    text-transform: uppercase;
    /* font-weight: 400; */
    cursor: pointer;
    font-size: 1.35vw;
}

#nav h4 :hover {
    color: rgb(255, 255, 255);
    transition: all linear 0.5s;
    letter-spacing: 0.2rem;

}

a:active {
    color: rgb(255, 255, 255);
}

a:link {
    color: #ffffff;
    text-decoration: none;
}

a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:active {
    color: #ffffff;
    text-decoration: none;
}

#Search {
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1rem;
    font-family: inherit;
    padding: 0.5rem 1rem;
    color: white;
}

#Search:hover {
    border: 1px solid white;
    transition: all linear 0.8s;
}

#Search:focus {
    outline: 0;
    background-color: #0000007c;
}

#Search::placeholder {
    color: white;
}

#nav i {
    font-size: 2.5rem;
    color: #ffffff;
}

#nav i:hover {
    font-size: 3.5vw;
    transition: all ease 0.5s;
    color: white;
}

#page1 {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* background-color: red; */

}

#back-cover{
    position: absolute;
filter: brightness(50%);
     /* margin-top: 12.8rem;  */
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    object-fit: fill;
    width: 100%;
    top: -2.5rem;
    border-radius: 0px;
    transition: 0.8s;
    z-index: -1;
  
}
#part2{
    height: 200vh;
    width: 100%;
    margin-top: 82%;
    /* z-index: 1; */
    position: relative;
    background: #FAFAFA;
}

#part2 img {
    height: 25vw;
    width: 16vw;
    /* position: absolute; */
    margin-top: -9vw;
    margin-left: 5vw;

}
#Anime-info{
    position: relative;
}

#part2 h2 {
    display: block;
    position: relative;
    font-size: 2.4vw;
    margin-block-start: -14.67vw;
    margin-block-end: 1.67em;
    margin-inline-start: 25vw;
    margin-inline-end: 0px;
}

#part2 p {
    display: block;
    width: 64vw;
    font-size: 1.5vw;
    margin-block-start: 3.33vw;
    margin-block-end: -0.33vw;
    margin-inline-start: 25vw;
    margin-inline-end: 0px;
    line-height: 2vw;
}

#Data1, #Data2{
    opacity: none;
    visibility: hidden;
}
.information-1{
    height: 55vw;
    z-index: 1;
    display: flex;
    width: 22vw;
    /* position: absolute; */

    /* padding-top: 5vw; */
    margin-left: 5vw;
    position: relative;
    background: #faf1cd;
    gap: 10vw;
}
.title-in{
    margin: 0 1.1vw;
    padding-top: 2vw;
    font-size: 1.6rem;
    position: relative;

    border-bottom: 0.178rem solid black;
}

.formation-info{
    /* background: red; */
    height: 10vh;
    width: 15vw;
    padding-top: 0.1vw;
    margin-top: 2.5vw;
    margin-right: 1vw;
    position: relative;
    margin-bottom: 1.5vw;

}
.extra{
    font-size: 1.4rem;
    margin-left: 1.9vw;
    width: 10rem;
}
.extra-2{
    margin-top: 1vw;
    margin-left: 1.3vw;
    font-size: 1.2rem;
    margin-left: 3vw;
    font-weight: 100;
    width: 15rem;    
    text-transform: capitalize;
}
iframe{
    height: 30vw;   
    width: 50vw;
    margin: 0;
    padding: 0;
}
.trailer h3{
    font-size: 2rem;
    /* letter-spacing: 0.1rem; */
    text-transform: uppercase;
    margin-bottom: 1rem;
}
  .allcon{
    display: flex;
    margin-top: 15vw;
    justify-content: flex-start;
    gap: 5rem;
    
  }