body{
    background-image: linear-gradient(rgba(107, 108, 102, 0.8),rgba(107, 108, 102, 0.8)),url(https://wallpaper.dog/large/10993537.jpg);
    background-size: 100%; 
    font-family: 'Inter', sans-serif;
}

.fixed-header{
    position:fixed;
    top: 10px;

    display: flex;
    justify-content: space-between;
    z-index: 9999;
}
.fixed-right{
    display: flex;
    margin-left:220px;
    font-weight: 600;
    color:white;
}
.setting
{
    background-color: black;
    color: #fff;
    padding: 5px 5px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
}
.container{
    position: relative;
    margin-bottom: 50px;
    padding-top: -50px;
    padding-bottom:20px;
}
.container img{
    position: absolute;
    padding-left:400px;
    height:900px;
    top:-150px;
  
}
select{
    float:right;
    margin-top: 10px;
    background-color: black;
    color:white;
    font-weight: 600;
    padding:5px;
    border-radius: 15px;
}
.image{
    background-image: url(logo_mini.png);
    background-size: cover;
    width: 70px; /* Adjust the width and height according to your image size */
  height: 70px;
  border: none; 
}
.menu{
    margin-left: 10px;
    margin-right:10px;
}
.menu img{
    height:30px;
    width:30px;

}
.sec{

   padding-top: 50px;
   padding-bottom: 50px;
    margin-top: 150px;
    margin-left:100px;
    width:600px;
    padding-left:50px;
    background-color: white;
}

.indent{
    line-height: 1.8;
    margin-right:150px;
}
.about{
    font-weight: 900;
    font-size:45px;
    color:white;
    background-color: black;
    padding-top:25px;
    padding-bottom: 5px;
    padding-left:15px;
    padding-right: 15px;
}
.naruto{
    font-size:75px;
    color:white;
}
.overview{
    font-weight: 800;
    font-size:22px;
    background-color: black;
    color:white;
    padding-left:10px;
    width:135px;
}
.info1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info{
    margin-left:100px;
    margin-right:100px;
    padding-right: 20px;
    background-color: white;
}
.text{
    flex-basis: 90%;
    margin-right:50px;
    padding-left: 40px;
    padding-bottom: 25px;
    line-height: 1.5;
}
.image1{
    border: 4px solid black;
}
.info a img:hover{
    filter:blur(0.5px);
    box-shadow:#95a5a6 7px 7px 7px;
    transition: 0.5s;
}

.boru{
    display:flex;
}
.boruto{
    background-color: white;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    padding:60px;
}
.boruto-header{
    display: flex;

}
.boruto1{
    flex-basis: 120%;
    margin-right: 80px;
    line-height: 1.5;
}
.big{
    font-weight:600;
    font-size:30px;
}
.medium{
    font-weight: 600;
    line-height: 0.8;
}
.boruto2 img{
    border:4px solid black;
}
.boru-image{
    margin-left: -30px;
}
.image2{
    cursor: pointer;
}
.image2:hover{
    filter:blur(0.5px);
    box-shadow:#95a5a6 7px 7px 7px;
    transition: 0.5s;
}

.news{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url("https://cdn.discordapp.com/attachments/1110555331492335617/1128309104818012210/boruto_cover.webp");
    background-size: cover;
    background-position: center;
    padding-left:20px;
    height: 80vh;
    margin-left:-10px;
    margin-right: -10px;
    margin-top:40px;
    padding-top:20px;
   
}
.news-header{
    color: #fff;
    background-position: center;
    position:relative;
    top: 0px;
    left: 50px;
    background: url("https://media.discordapp.net/attachments/1110555331492335617/1128305597239013427/button_black.png?width=1308&height=409") no-repeat;
    background-size: 50%;
    padding: 100px 900px 0px 80px;
    font-weight: 600;
}
.header-title{
    position: absolute;
    margin-top:-60px;
    font-weight: 600;
    line-height: 0.6;
    font-size:15px;
}
.big{
    font-size:50px;
    font-weight: 900;
}
.col{
    display:flex;
    justify-content: center;
    
}
.col1{
    background-color: white;
    margin-right:15px;
    margin-top:30px;
    padding:10px;
    width:250px;
    cursor:pointer;
    margin-bottom:40px;
}
.col1:hover{
    box-shadow: #f39c12 5px 5px 5px;
}
.col1 img{
    width:250px;
    height:120px;  
}
.see-more-button{
    margin-left:52px;
}
.see-more-button button{
    border:3px solid black;
    padding:10px 15px 10px 15px;  
    
}
.see-more-button button:hover{
    background-color: black;
    color:white;
}  
.footer{
    background-color: #CAD3C8;
    height:500px;
    margin-left:-8px;
    margin-right:-60px;
}
.footer-col1{
    display:flex;
    padding-top:60px;
    justify-content: center;
    padding-left:80px;
}
.footer-col{
    margin-left: 20px;
}
.footer-col2{
    display:flex;
    justify-content: center;
    padding-top:40px;
    padding-left:80px;
}
.footer-col3{
    padding-right:400px;
}
.footer-text{
    font-size:12px;
    padding-left:100px;
    padding-top:60px;
    padding-right:500px;
    line-height: 1.8;
}
.fixed-bottom{
    position: absolute;
  bottom: 0;
  left: 0;
  position: fixed;
}
.fixed-bottom p{
    transform: rotate(90deg);
}
.fa-brands{
    padding-left:18px;
    font-size: 25px;
    margin-bottom:7px;
}
.icons{
    margin-top:-12px;
    padding-bottom:15px;
}
.fix-bottom-right{
    position: fixed;
    bottom: 0;
    right: 0;
   cursor: pointer;
   font-size:50px;
   padding-bottom:15px;
   padding-right:10px;
}
.text1{
    font-size:15px;
}
.end{
    background-color: black;
    color:white;
    margin-left:-8px;
    margin-right:-8px;
    margin-bottom:-10px;
    padding:40px 40px 40px 40px;
    font-size:10px;
    line-height: 2;
    display:flex;
    padding-left:60px;
}
.end-big{
    font-size:50px;
    font-weight: 900;
    margin-right:40px;
}
.end-border{
    border:5px solid white;
    padding:10px;
    border-radius: 10px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size:20px;
}
.terms a{
    text-decoration: none;
    color:white;
}
.terms{
    cursor: pointer;
    margin-left:350px;
    height:30px;
    margin-top:200px;
}
.box {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
  
  .box.show {
    opacity: 1;
  }

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    display: grid;
    justify-content: center;
    align-items: center;
    visibility: visible;
    z-index: 999;
  }
  .hide{
    z-index:-999;
    visibility: hidden;
  }
