*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html,body{
    width: 100%;
    height: 100%;
 
    
}

#main{
    width: 100%;
    height: 100%;
    /* background-color: #dbd2d4; */
    padding-top: 0.1px;
}

#main #nav{
    width: 100%;
    height: 13vh;
    /* background-color: red; */
    margin-top: 25px;
   border-top: 2px solid  black;
   border-bottom: 2px solid  black;
   display: flex;
   align-items: center;
   justify-content: space-between;
} 

#nav h1 {
    width: 20%; 
    height: 100%;
    /* border-right: 2px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "monument";
    font-size: 40px;
    letter-spacing: -1px;
}


#nav h2 {
    width: 24%; 
    height: 100%;
    border-right: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 550;

}

#nav h3 {
    display: none;
}




#nav h2:nth-last-child(2){
    width: 30%;
    }


#nav h2:nth-last-child(1){
width: 10%;
}

#center{
    width: 100%;
    height: 85%;
    padding: 5vh;
    /* background-color: blue; */
    position: relative;
}

#content{
    width: 100%;
    height: 100%;
    /* background-color: rgb(255, 0, 0); */
    position: relative;
}

#content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-color: rgb(255, 0, 0) */
}

#content #overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55%;
    /* background-color: red; */
    padding: 3vw;
  
}

#overlay #ovr1{
    /* background-color: blue; */
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.2vw;
}

#overlay #ovr1 h1{
    font-family: "monument";
    color: white;
    font-size: 3.6vw;
}
#overlay #ovr1 h2{
color: white;
border: 1px solid white;
padding: 2vw 2.5vw;
border-radius: 50%;
border-bottom: 5px solid white;
font-size: 1.5vw;


}


#overlay #ovr2{
    border-top: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    /* background-color: red; */
    padding: 1.5vw 2;
    }

#overlay #ovr2 h2{
    font-size: 1.3vw;
    font-weight: 450;

}

#overlay #ovr2 img{
 width: 3vw;
 }

 #scroll{
    width: 100%;
    height: 40vh;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
 }


#contener{
    display: inline-block;
    width: 110%;
    height: 100%;
    padding: 2vw;
    animation-name: pihu;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;


}

#contener img{
    /* display: none */
    width: 15%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 30% 30%;
    margin: 1.2vw;
}

@keyframes pihu{
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }


}



#alphabet{
    margin-top: 60px;
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    gap: 1vw;
}

#alphabet h5{
    font-size: 1.7vw;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 4px;
    border-bottom: 1px solid black;
    margin-right: 2vw;


}

#alphabet h6{
    font-size: 1vw;
    font-style: italic;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0);
 /* background-color: yellow; */
    border-radius: 50%;
    padding: 0.5vw 0.8vw;
    cursor: pointer;
    transition: all ease-in 0.2s;
  

}

#alphabet h6:hover{
    border: 2px solid rgb(0, 0, 0);

}



#page2{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:2vw 5vw ;
}


#page2-part1{
width: 50%;
height: 100%;
/* background-color: darkcyan; */
background-image: url(https://w0.peakpx.com/wallpaper/54/966/HD-wallpaper-kakashi-hatake-anime-japan-kakashi-of-the-sharingan-kakashi-sensei-naruto-naruto-shippuden.jpg);
background-position: center;
background-size: cover;

}



#page2-part2{
width: 45%;
height: 100%;

}


#page2-part2 img{
width: 100%;
height: 70%;
object-fit: cover;
object-position: center;
}

#page2-part2 .name{
    font-size: 1vw;
    color: rgba(0, 0, 0, 0.541);

}
#text{
    width: 100%;
    height: 30%;
    /* background-color: red; */
    display: flex;
    padding:2vw 0 ;

}

h2{
    font-family: "monument";
    font-size: 3vw;
    font-weight: 700;
    padding: 3vw 5vw;
}

#page3{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 5vw;
}

#page3-part1{
    width: 35%;
    height: 100%;
}
#page3-part1 #img{
    width: 100%;
    height: 80%;
    background-color: blue;
}

#page3-part1 #img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   object-position: center;

}

#page3-part1 #text{
    width: 100%;
    height: 25%;
    padding: 2vw;
}



#page3-part2{
    width: 60%;
    height: 100%;
    background-image: url(https://wallpapers.com/images/high/jiraiya-4k-with-naruto-ohcl4ochkraom21j.webp);
    background-size: cover;
    background-position: center;
}

#page4{
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    padding: 2vw 5vw;
}

#page4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#page5{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5vw 4vw;
}

#page5 h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
    font-family: "monument";
    margin-bottom: 7vh;
}


.elem{
    width: 100%;
    height: 15vh;
    /* background-color: rebeccapurple; */
    border-top: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    
}
.elem:nth-last-child(1){
    border-bottom: 2px solid black;
}

.elem h4{
    width: 6%;
}

.elem-part2{
    border-color: rgb(93, 0, 255);
}


#page6{
    width: 100%;
    height: 100%;
    padding: 1vw 4vw;
    display: flex;
    gap: 3vw;

}
#pg6-lft{
    width: 50%;
    height: 100%;
}

#pg6-lft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#pg6-rgt{
    width: 50%;
    height: 100%;
}


#pg6-rgt #pg6-top{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pg6-rgt #pg6-top h5{
    width: 50%;
    font-size: 1.5vw;
    line-height: 1.6vw;
    font-weight: 470;
}
#pg6-rgt #pg6-top p{
    width: 95%;
    line-height: 1vw;
    margin-bottom: 2.1vw;
}

#pg6-rgt #pg6-btm{
    width: 100%;
    height: 60%;
    display: flex;
    gap: 1.2vw;   

}

#pg6-top h1{
    font-family: "monument";
    
}

#pg6-btm #lft-img{
   background-image: url(https://wallpapers.com/images/high/young-obito-uchiha-blushing-4k-xe5mby0b5j1iwwzo.webp);
   background-size: cover;
   background-position: center;
    width: 60%;
    height: 100%;
   

}

#pg6-btm #rgt-img{
    background-image: url(https://w0.peakpx.com/wallpaper/523/245/HD-wallpaper-obito-uchiha-electric-blue-art-anime.jpg);
    background-position: center;
    background-size: cover;
    width: 40%;
    height: 100%;
}


#page7{
    width: 100%;
    height: 100%;
    padding: 4vw;
}
#page7 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}


#page8{
    width: 100%;
    height: 100%;
    padding: 4vw;
    display: flex;
    gap: 2vw;
}

#page8 #left-dv{
    width: 50%;
    height: 100%;
background-image: url(https://w0.peakpx.com/wallpaper/427/278/HD-wallpaper-madara-madara-uchiha-naruto-uchiha.jpg);
/* background-position: center; */
background-size: cover;

}

#page8 #right-dv{
    width: 50%;
    height: 100%;
}

#right-dv #pg8-top{
    width: 100%;
    height: 70%;
background-image: url(https://images8.alphacoders.com/790/790528.jpg); 
background-position: center;
background-size: cover;   
}

#right-dv #pg8-btm{
    width: 100%;
    height: 30%;
    /* background-color: blue; */
    display: flex;
   gap: 3vw;
   padding: 2vw 0;

    
}

#pg8-btm h6{
    width: 40%;
    font-size: 1.3vw;
    line-height: 1.5vw;
    font-weight: 550;

}

#pg8-btm p{
    width: 50%;
    font-size: 1.2vw;
    line-height: 1.4vw;
    font-weight: 525;

}

#border{
    margin-top: 2.5vw;

    width: 100%;
    /* height: 15vh; */
    border-top: 2px solid black;
    border-bottom:2px solid black;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 1vw;
    
}
#border h1{
    display: inline-block;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: 900;
    -webkit-text-stroke: 1.3px black;
    color: transparent;
    font-family: "monument";
    margin-right: 16px;
    letter-spacing: 2px;
    animation-name: move;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes move {
    from{
        transform: translateX(0);
    }
    
    to{
        transform: translateX(calc(-100% - 20px));
    }
}

#page9{
    width: 100%;
    height: 100%;
    padding: 5vw 4vw;
    display: flex;
    gap: 2vw;
}

#page9 #div1{
    width: 20%;
    height: 100%;
    /* background-color: aqua; */
}
#page9 #div1 h2{
    font-size: 2vw;
}

#page9 #div2{
    width: 40%;
    height: 100%;

    /* background-color: red; */
}

#page9 #div3{
    width: 40%;
    height: 100%;
    /* background-color: blueviolet; */

}

#div2 #div2-top{
width: 100%;
height: 50%;
padding: 2.1vw 0;
/* background-color: red; */
}

#div2 #div2-btm{
width: 100%;
height: 50%;
/* background-color: blue; */
background-image: url(https://wallpapers.com/images/high/zabusa-momochi-1024-x-768-wallpaper-umjo482dlpyaji4x.webp);
background-position: center;
background-size: cover;
}

#div3 #div3-top{
    width: 100%;
    height: 50%;
padding: 2.1vw 0;

    /* background-color: red; */
    }
    
#div3 #div3-btm{
    width: 100%;
    height: 50%;
    /* background-color: yellow; */
    background-image: url(https://wallpapers.com/images/high/zabusa-momochi-900-x-675-wallpaper-sjmb2jsp0f6ozr0b.webp);
    background-position: top;  
    background-size:cover ;
    }

    .d-8{
        margin-right: 5px;
        border-radius: 50%;
        /* background-color: yellow; */
        padding: 0.1vw 0.5vw;
        border: 1px solid black;
        
    }

    .pg9-p {
        font-size: 1.5vw;
        font-weight: 540;
        
    }

    #page10{
        width: 100%;
        height: 70%;
        padding: 0 4vw;
    }

    #page10 video{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #page11{
        margin-top: 2vw;
        width: 100%;
        height: 100%;
        padding:  4vw;
        /* background-color: lime; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5vw;
    }

    #page11 #left{
    
        width: 50%;
        height: 100%;
        /* background-color: red; */
    }

    #page11 #left img {
    
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        /* background-color: red */
    }

    #page11 #right{
       display: flex;
       flex-direction: column;
        width: 50%;
        height: 100%;
        
    }

    #right #r-lft{
        display: flex;
        align-items: center;
        justify-content:center;
        width: 100%;
        height: 50%;
        
    }

    #right #r-rgt{
        display: flex;
        align-items: center;
        justify-content:center;
        width: 100%;
        height: 50%;
        
    }

    #footer{
        width: 100%;
        height: 60%;
        background-image: url(https://w.forfun.com/fetch/ee/eed70c5d2f3ac173c47b50c211b5851d.jpeg?w=1200&r=0.5625);
        background-size: cover
    }

   






    /* responsive */


@media screen and (max-width:760px) {
   body{
    overflow-x: hidden;
    
}  

#main #nav{
   
    height: 8vh;
    padding: 0 5vw;
    margin-top: 20px;

} 

#nav h1 {
    width: 40%; 
    justify-content: flex-start;
    font-size: 24px;
    letter-spacing: -1px;
}


#nav h2 {
   display: none;

}

#nav h3 {
    display: block;
 
 }



 #center{
    width: 100%;
    height: 50%;
    padding: 3vh;
   
   
}

#content{
    width: 100%;
    height: 100%;
    /* background-color: rgb(255, 0, 0); */
    position: relative;
}

#content video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-color: rgb(255, 0, 0) */
}

#content #overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%;
    /* background-color: red; */
    padding: 3vw;
  
}

#overlay #ovr1{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 0.6vw;
}

#overlay #ovr1 h1{
    font-family: "monument";
    color: white;
    font-size: 5.6vw;
}
#overlay #ovr1 h2{
color: white;
border: 1px solid white;
padding: 3vw 3.2vw;
border-radius: 50%;
border-bottom: 5px solid white;
font-size: 2vw;


}


#overlay #ovr2{
    border-top: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 1.5vw 0;
    }

#overlay #ovr2 h2{
    font-size: 3vw;
    font-weight: 450;

}

#overlay #ovr2 img{
 width: 5vw;
}

#scroll{
    margin-top: 10px;
    width: 100%;
    height: 13vh;
    /* background-color: #dbd2d4; */

    /* background-color: red; */
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
 }




#contener{
    display: inline-block;
    width: 100%;
    height: 100%;
    /* background-color: #dbd2d4; */
    padding: 2vw;
    animation-name: pihu;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;


}

#contener img{
    /* display: none */
    width: 15%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 30% 30%;
    margin: 0.5vw;
}

#alphabet{
    margin-top: 60px;
    height: 12vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    gap: 1vw;
   
}

#alphabet h5{
    font-size:2vw;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 4px;
    border-bottom: 1px solid black;
    margin-right: 2vw;


}

#alphabet h6{
    font-size: 2vw;
    font-style: italic;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0);
 /* background-color: yellow; */
    border-radius: 50%;
    padding: 0.5vw 0.3vw;
    cursor: pointer;
    transition: all ease-in 0.2s;
  

}


#page2{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}


#page2-part1{
width: 50%;
height: 100%;
/* background-color: darkcyan; */
/* background-image: url(https://images.unsplash.com/photo-1581044777550-4cfa60707c03?q=80&w=1886&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */

}



#page2-part2{
width: 45%;
height: 100%;

}


#page2-part2 img{
width: 100%;
height: 70%;
object-fit: cover;
object-position: center;
}


#text{
    width: 100%;
    height: 30%;
    display: flex;
    padding:2vw 0 ;

}

#text h4{
    width: 50%;
    font-size: 2vw;
}

#text h6{
  display: none;
}



h2{
    font-family: "monument";
    font-size: 3vw;
    font-weight: 700;
    padding: 3vw 5vw;
}


}












@media screen and (max-width:480px) {
    body{
     overflow-x: hidden;
     
 }  
 
 #main #nav{
    
     height: 8vh;
     padding: 0 5vw;
     margin-top: 20px;
 
 } 
 
 #nav h1 {
     width: 40%; 
     justify-content: flex-start;
     font-size: 24px;
     letter-spacing: -1px;
 }
 
 
 #nav h2 {
    display: none;
 
 }
 
 #nav h3 {
     display: block;
  
  }
 
 
 
  #center{
     width: 100%;
     height: 67%;
     padding: 2vh;
    
    
 }
 
 #content{
     width: 100%;
     height: 100%;
     /* background-color: rgb(255, 0, 0); */
     position: relative;
 }
 
 #content video{
     width: 100%;
     height: 100%;
     object-fit: cover;
     /* background-color: rgb(255, 0, 0) */
 }
 
 #content #overlay{
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 60%;
     /* background-color: red; */
     padding: 3vw;
   
 }
 
 #overlay #ovr1{
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0.6vw;
 }
 
 #overlay #ovr1 h1{
     font-family: "monument";
     color: white;
     font-size: 5vw;
 }
 #overlay #ovr1 h2{
 color: white;
 border: 1px solid white;
 padding: 3vw 3.3vw;
 border-radius: 50%;
 border-bottom: 5px solid white;
 font-size: 3vw;
 
 
 }
 
 
 #overlay #ovr2{
     border-top: 2px solid white;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: white;
     padding: 1vw 0;
     /* padding-bottom: 3vw; */
     }
 
 #overlay #ovr2 h2{
     font-size: 3vw;
     font-weight: 450;
 
 }
 
 #overlay #ovr2 img{
  width: 5vw;
 }
 
 #scroll{
     margin-top: 15px;
     width: 100%;
     height: 13vh;
     /* background-color: #dbd2d4; */
 
     /* background-color: red; */
     white-space: nowrap;
     overflow-y: hidden;
     overflow-x: hidden;
  }
 
 
 
 
 #contener{
     display: inline-block;
     width: 100%;
     height: 100%;
     /* background-color: #dbd2d4; */
     padding: 2vw;
     animation-name: pihu;
     animation-duration: 9s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
 
 
 }
 
 #contener img{
     /* display: none */
     width: 16%;
     height: 100%;
     border-radius: 50%;
     object-fit: cover;
     object-position: 30% 30%;
     margin: 0.1vw;
 }
 
 #alphabet{
     margin-top: 60px;
     height: 12vh;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     border-top: 2px solid black;
     border-bottom: 2px solid black;
     gap: 1vw;
    
 }
 
 #alphabet h5{
     font-size:2vw;
     font-style: italic;
     font-weight: 400;
     letter-spacing: 4px;
     border-bottom: 1px solid black;
     margin-right: 2vw;
 
 
 }
 
 #alphabet h6{
     font-size: 2.2vw;
     font-style: italic;
     font-weight: 600;
     border: 1px solid rgba(0, 0, 0, 0);
  /* background-color: yellow; */
     border-radius: 50%;
     padding: 0.5vw 0.3vw;
     cursor: pointer;
     transition: all ease-in 0.2s;
   
 
 }
 
 
 #page2{
     width: 100%;
     height: 100%;
     display: flex;
     gap: 20px;
     flex-direction: column;
 }
 
 
 #page2-part1{
 width: 100%;
 height: 100%;
 /* background-color: darkcyan; */
 /* background-image: url(https://images.unsplash.com/photo-1581044777550-4cfa60707c03?q=80&w=1886&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
 
 }

 #page2-part1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
 
 
 
 #page2-part2{
 width: 100%;
 height: 50%;
 
 }
 
 
 #page2-part2 img{
 width: 100%;
 height: 70%;
 object-fit: cover;
 object-position: center;
 }
 
 
 #text{
     width: 100%;
     height: 30%;
     display: flex;
     flex-direction: column;
     padding:2vw 0 ;
 
 }
 
 #text h4{
    /* background-color: red; */
    width: 100%;
     font-size: 2,8vw;
     font-weight: 500;
 }
 
 #text h5{
   margin-top: 10px;
   font-size: 2.4vw;

   /* display: none; */
   /* background-color: blue; */
 }
 
 
 
 h2{
     font-family: "monument";
     font-size: 3.5vw;
     font-weight: 700;
     padding: 3vw 5vw;
   /* background-color: blue; */
   margin-top: 35px

 }


 #page3{
    width: 100%;
    height: 100%;
    display: flex;
  flex-direction: column;
    padding: 2vw 5vw;
}

#page3-part1{
    width: 100%;
    height: 50%;
    /* background-color: red; */
}
#page3-part1 #img{
    width: 100%;
    height: 75%;
    /* background-color: blue; */
}

#page3-part1 #img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
    background-color: black;

}

#page3-part1 #text{
    width: 100%;
    height: 55%;
    padding: 2.4vw;
    /* background-color: red; */
    
}

#page3-part1 #text h3{
 font-size: 3vw;
    
}



#page3-part2{
    width: 100%;
    height: 100%;
    /* background-color: red; */
 
}



#page4{
    width: 100%;
    height: 40%;
   
}

#page4 img{
    width: 100%;
    height: 90%;
    
    
    
}

#page5{
    width: 100%;
    height: 87%;
    position: relative;
    padding: 5vw 4vw;
    /* background-color: red; */
}

#page5 h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 3vw;
    font-family: "monument";
    margin-bottom: 7vh;
}

#page5 .elem h4{
    display: none;
}

#page6{
    width: 100%;
    height: 65%;
    padding: 1vw 4vw;
    display: flex;
    gap: 3vw;

}
#pg6-lft{
    width: 50%;
    height: 100%;
}

#pg6-lft img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#pg6-rgt{
    width: 60%;
    height: 100%;
}


#pg6-rgt #pg6-top{
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pg6-rgt #pg6-top h5{
    width: 100%;
    font-size: 3vw;
    line-height: 3.1vw;
    font-weight: 300;
}
#pg6-rgt #pg6-top p{
    width: 100%;
    font-size: 2.3vw;
    line-height: 2.5vw;
    /* margin-bottom: 2.1vw; */
}

#pg6-rgt #pg6-btm{
    width: 100%;
    height: 60%;
    display: flex;
    gap: 1.2vw;   

}

#pg6-top h1{
    font-family: "monument";
    font-size: 6vw;
    
}

#pg6-btm #lft-img{
   background-image: url(https://wallpapers.com/images/high/young-obito-uchiha-blushing-4k-xe5mby0b5j1iwwzo.webp);
   background-size: cover;
   background-position: center;
    width: 60%;
    height: 100%;
   

}

#pg6-btm #rgt-img{
    background-image: url(https://w0.peakpx.com/wallpaper/523/245/HD-wallpaper-obito-uchiha-electric-blue-art-anime.jpg);
    background-position: center;
    background-size: cover;
    width: 40%;
    height: 100%;
}



#page7{
    width: 100%;
    height: 0%;
    padding: 4vw;
}



#page8{
    width: 100%;
    height: 60%;
    padding: 4vw;
    display: flex;
    gap: 2vw;
}

#page8 #left-dv{
    width: 50%;
    height: 100%;
/* background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTXFdRmQxsk7tw_VaMwUptKyCwZI-zWHJKqhwxnjvuJbA&s); */
background-position: center;
background-size: cover;

}

#page8 #right-dv{
    width: 50%;
    height: 100%;
}

#right-dv #pg8-top{
width: 100%;
height: 70%;
/* background-image: url(https://images.unsplash.com/photo-1455819760800-d2aa223b237a?q=80&w=1776&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);  */
background-position: center;
background-size: cover;   
}

#right-dv #pg8-btm{
    width: 100%;
    height: 30%;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
   gap: 4vw;
   padding: 2vw 0;

    
}

#pg8-btm h6{
    width: 100%;
    font-size: 2.5vw;
    line-height: 2.6vw;
    font-weight: 500;

}

#pg8-btm p{
    width: 100%;
    font-size: 1.5vw;
    line-height: 1.7vw;
    font-weight: 525;

}

#border{
    margin-top: 2.5vw;
    width: 100%;
    padding: 1.5vw;
    
}


#border h1{
  
    font-size: 3.5vw;
    font-weight: 900;
   
}

#page9{
    width: 100%;
    height: 50%;
    padding: 5vw 4vw;
    display: flex;
    gap: 2vw;
}

#page9 #div1{
    width: 20%;
    height: 100%;
    /* background-color: aqua; */
    background-image: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/76bc6035-d655-4b6c-9948-fd2e54ae6fc4/dg6bwdq-bcab7cde-e5b5-4673-ad95-19b3dddd54d7.png/v1/fill/w_724,h_1104,q_70,strp/haku_and_zabuza_naruto_fanart_by_inelens_dg6bwdq-pre.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9MTkxMiIsInBhdGgiOiJcL2ZcLzc2YmM2MDM1LWQ2NTUtNGI2Yy05OTQ4LWZkMmU1NGFlNmZjNFwvZGc2YndkcS1iY2FiN2NkZS1lNWI1LTQ2NzMtYWQ5NS0xOWIzZGRkZDU0ZDcucG5nIiwid2lkdGgiOiI8PTEyNTQifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uub3BlcmF0aW9ucyJdfQ.y9AdlctuMvf9iqwbyXE-P162Uj700TBC8LzctF4h8eQ);
    background-position: center;
    background-size: cover;
}

#page9 #div2{
    width: 40%;
    height: 100%;

    /* background-color: red; */
}

#page9 #div3{
    width: 40%;
    height: 100%;
   
}

#div2 #div2-top{
width: 100%;
height: 50%;
padding: 2.1vw 0;

}

#div2 #div2-btm{
width: 100%;
height: 50%;
background-image: url(https://wallpapers.com/images/high/zabusa-momochi-1024-x-768-wallpaper-umjo482dlpyaji4x.webp);
background-position: center;
background-size: cover;
}

#div3 #div3-top{
    width: 100%;
    height: 50%;
    padding: 2.1vw 0;

    
    }
    
#div3 #div3-btm{
    width: 100%;
    height: 50%;
    background-image: url(https://wallpapers.com/images/high/zabusa-momochi-900-x-675-wallpaper-sjmb2jsp0f6ozr0b.webp);
    background-position: top;  
    background-size:cover ;
    }

    .d-8{
        margin-right: 5px;
        border-radius: 50%;
        /* background-color: yellow; */
        padding: 0.1vw 0.5vw;
        border: 1px solid black;
        
    }

    .pg9-p {
        font-size: 1.5vw;
        font-weight: 540;
        
    }

    #page10{
        width: 100%;
        height: 20%;
        padding: 0 4vw;
    }

    #page10 video{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    
    #page11{
        margin-top: 2vw;
        width: 100%;
        height: 100%;
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
       
     }

    #page11 #left{
    
        width: 90%;
        height: 70%;
      
    }

    #page11 #left img {
    
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
       
    }

    #page11 #right{
       display: flex;
       flex-direction: column;
        width: 100%;
        height: 50%;
        background-color: rgba(255, 0, 225, 0);
    }

    #right #r-lft{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 0, 0, 0);
    }

    #right #r-lft h3{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
    }

    #right #r-rgt{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color:rgba(255, 255, 0, 0);
    }

    #right #r-rgt h3{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
    }


    #footer{
        width: 100%;
        height:30%;
        background-image: url(https://w.forfun.com/fetch/ee/eed70c5d2f3ac173c47b50c211b5851d.jpeg?w=1200&r=0.5625);
        background-size: cover
    }
   
  


     

 
 
 }