:root{
    --black:#22262F;
    --red:#ED1C24;
    --white:#F9F9F9;
    --mainfont:'Roboto','bold';
}

*{
    padding: 0;
    width: auto;    
    font-family: var(--mainfont);
    margin:0px;
    
    
      
    
}

body{
    
    background-color: var(--black); 
    background-image: url(/images/background.png);   
    background-repeat: repeat;
    overflow-x:hidden;
    background-position: 200px 300px;
    
}

img{

}

h1{
    font-size: 32px;
    color: var(--red);
    margin-bottom: 5px;
}

h2{
    font-size: 24px;
    color: var(--white);
    margin-bottom: 24px;
}

a{
    font-family: var(--mainfont);
    color: var(--white);
    font-size: 24px;
    text-decoration: none;
}

/*nav*/
/*nav section*/
.navbar {
    
    display: flex;
    justify-content: center;
    align-items: center;   
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar__container {
    position: absolute;
    top: 30px;
    background: var(--white);
    height: 70px;
    width: 1700px;
    display:flex;
    justify-content: center;
    gap: 250px;
    height: 70px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin:0 auto;
    padding:0 50px;


}
#navbar__logo {
   
    display: flex;
    align-items: center;
    cursor: pointer;  
    justify-content: center;
    height: 70px;
    
}

#logo{       
    height: 36px;
    fill: var(--red);
    
}


.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
}
.navbar__item{
    height: 70px;
    
}

#selected{
  
    display: flex ;
    flex-direction: column;
    align-items: center;
}

.menuLine{
    height: 4px;
    width: 70%;
    background-color: var(--red);
    position: relative;
    bottom: 20px;
}
#selected a{
    opacity: 100%;
    font-size: 18px;
    
}
#selected a:hover{
    color: var(--black);
}
.navbar__links{
    color:var(--black);
    font-family: 'Gempire';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 125px;
    text-decoration: none;
    height: 70px;
    transition:all 0.3 ease;
    opacity: 50%;    
}
.navbar__btn{
    display: flex;
    justify-content:center;
    align-items: center;
    padding:0 1rem;
    width: 100%;
    font-size: 1rem;
}
.button{
    display: flex;
    justify-self: center;
    align-items: center;
    text-decoration: none;
    padding:10px 20px;
    height: 35px;
    weight: 80px;
    border:none;
    outline: none;
    
    background: var(--red);

    color: #fff;
    transition: all 0.3 ease;

}

.navbar__links:hover {
    
   color: var(--red);   
   opacity: 100%;
   transition: .2s ease-in;    
}

.button:hover{
    background-color: var(--black);
    transition: ease-in 400ms;
}


@media screen and (max-width: 960px) {
    #nav{
        display: flex;
        align-items: center;
        justify-content: center;
    }
   
    .navbar{
        position: absolute;
        height: 0%;
        width: 300px;
        
        overflow: visible;
        
        
    }
    .navbar__container{
        position: absolute;
        display: flex;
        justify-content: space-between;
        height: auto;
        z-index: 1;
        width: 100%;
        background-color: var(--white);
        padding:0%;
        overflow: visible;
        left: 0;
    
    }
    #navbar__logo{
        height: 40px;
    }
    #logo{       
        height: 20px;      
        
    }
    
    .navbar__menu{
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        grid-template-columns: auto;
        margin:0;
        width: 100%;
        height: 400px;
        position:absolute;
        overflow: visible;
        opacity:1;
        transition: all 0.9 ease;
        z-index: -1;
        align-items: center;
        margin-top: -10px;
        visibility: hidden;
    }
    .navbar__menu.is-active {
        background:var(--white);
        top: 50px;
        opacity:1;
        transition:all 0.3 ease;
        z-index: 99;
        height: 70vh;
        font-size: 1.6rem;
        overflow: visible;
        visibility: visible;
        
    }

    .navbar__toggle .bar {
        width: 25px;
        height:4px;
        margin: 5px auto;
        transition: all 0.3 ease;
        background:var(--black);
        }

    .navbar__item{
        width: 100%;
        overflow: visible;
        height: 80px;
    }

    #selected{

    }

    .menuLine{
        height: 2px;
        width: 40%;
        bottom: 60%;
    }

    .navbar__links {
        text-align: center;        
        width: 100%;
        display: table;
        overflow: visible;
    }
    .navbar__btn{
        padding-bottom:2rem;
    }
    .button{
        display:flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height:40px;
        margin:0;
    }
    #mobile-menu {
        position: absolute;
        top: 20;
        right:5%;
        transform: translate(5%, 20%);

    }
    
    .navbar__toggle .bar{
        display:block;
        cursor:pointer;
                
    }

    #mobile-menu.is-active .bar:nth-child(2) {
        opacity: 0;
    }
    #mobile-menu.is-active .bar:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    
}


/*navSection

#nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav{
    position: absolute;
    margin-top: 130px;
    display: flex;
    height: 80px;
    width: 1700px;
    background-color: var(--white);
    align-items: center;
    justify-content: center;

}

span{
   width: 700px;
}

.menuicon{
    visibility: hidden;
}
.menu{
    display: flex;
    flex-direction: row;
}
ul{
    visibility:visible;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

li{
    margin:20px;
}
li a{
    text-decoration: none;
    font-size: 24px;
    color: var(--black);
    opacity: 50%;
    
}

@media only screen and (max-width: 600px) {
    .nav{
        height: 60px;
        width: 300px;
    }

    ul{
        visibility: hidden;
    }
    .menu{
        visibility: hidden;
        width: 0;
    }
    .menuicon{
        visibility: visible;
    }
  }*/

/*heroSection*/

#hero{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

#desktopHeroImg{
    width: 1970px;    
}
#mobileHeroImg{
    visibility: hidden ;  
    width: 0;  
}

.heroContent{
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#heroHeading{
    font-family: 'Gempire';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 25px;
}

#heroSubheading{
    font-family: 'Nexa Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 60px;
}

.herBtn{
    position: absolute;
    display: flex;    
    align-items: center;
    justify-content: center;
}


.btnText{
    position: absolute;    
   
}

.btnsvg:hover {
    color: var(--white);
  }
  button::after {
    content: "";
    background: var(--black);
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
  }
  .btnsvg[class^="slide"]::after {
    transition: all 0.35s;
  }
  .btnsvg[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
  }
  .btnsvg.slide_from_left::after {
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
  }



/*slider Section*/

#sliderSection {
    display: flex;
    align-items: center;    
    flex-direction: column;
    margin-bottom: 100px;
}

.slider{
    display: flex;
    flex-direction: row;
}



.container1 {
    
    display: flex;
    position: relative;
    align-items: center;
    justify-content:end;
    flex-direction: column;
    padding: 30px 60px;
}



.container1:before {
    
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: linear-gradient(0deg, var(--black), rgba(255, 255, 255,0) 70% );
    
}

.container1:hover {
    filter: hue-rotate(10deg);
}





.sliderTop{
    display: flex;
    flex-direction: row;
    width: 1600px;
    justify-content: space-between;
    
}

.sliderRight a{
    color: rgb(106, 106, 253);
    
}



#container1Img{
    width: 310px;
    filter: brightness(-4);
    
    
}

.container1Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    padding-bottom: 40px;
    
}


.btn2{
    display: flex;
    width: 215px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background-color: var(--red);
}



.btn2 a{
    position: relative;
    text-align: center;
    
}

.btnCover{
    width: 0px;
    height: 45px;
    background-color: var(--black);
}


button {
    font-size: 24px;
    background: var(--red);
    color: #fff;
    border: none;
    padding:10px 40px;
    
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  button:hover {
    color: var(--white);
  }
  button::after {
    content: "";
    background: var(--black);
    position: absolute;
    z-index: -1;
    padding: 0.85em 0.75em;
    display: block;
  }
  button[class^="slide"]::after {
    transition: all 0.35s;
  }
  button[class^="slide"]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.35s;
  }
  button.slide_from_left::after {
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
  }

#container2Img{
    width: 300px;
}
.container2{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    margin: 50px;
}
.btnContainer{
    position: relative;
    bottom: 80px;
    
}
#containerText{
    color: var(--black);
}

/*submit-section*/
#manga-submission{
    display: flex;
    align-items: center;
    justify-content: center;
}
.manga-submission-container{
    display: flex;    
    align-items: center;
    margin-bottom: 70px;    
    
    
}

.manga-submission-container img{
    width: 700px;
    
}
.manga-submission-container-content{
   width: 800px;
}
.manga-submission-container-content h1{
    font-family: 'gempire';
}

.manga-submission-container-content ul li h2{
    font-size: 28px;
}
#mangasubmission-ul li{
    margin: 50px 0px;
}
#mangasubmission-ul li a{
    color: rgb(0, 162, 255);
}
#mangasubmission-ul li #method{
    opacity: 50%;
}




/*banner Section*/

#banner{
    overflow: hidden;
}
.bannerCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    
}

#mobileBanner{
    visibility: hidden;
    width: 0;
}
/*aboutSection*/

#aboutUs{
    display: flex;
    align-items: center;
    width: 1110;
    margin-bottom: 100px;
     
}

.grjgh{
    background-image: url(/images);
}
.aboutContent{
    position: relative;    
    width: 750px;
    right:150px;
    margin-top: 150px;
    
}

.aboutContent h2{
    opacity: 50%;
}


/*newsletterSection*/
#newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;   
}
.newsletter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1500px;
    height: 100px;
    padding: 0px 50px;
    background-color: var(--white);
}
.newsletter h1{
   color: var(--black);
}
/*footer Section*/

#footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--red);
    height: 200px;
}

#footer h1{
    margin-top: 20px;
    color: var(--black);
    margin-bottom: 20px;
}
/*backgroundSection*/

#socialicons{
    padding: 5px 40px;
}

@media only screen and (max-width: 600px) {
    *{
        overflow-x: hidden;
        
    }
    body{
        min-width: 300px;
        max-width: 600px;
        display: flex;
        
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    h1{
        font-size: 18px;
        margin-bottom: 2px;
    }

    h2{
        font-size: 10px;
        margin-bottom: 5px;
    }

    a{
        font-size: 10px;
    }
    
    /*hero*/
    #hero{
        margin-bottom: 10px;
       
        min-width: 370px;
        max-width: 600px;
        overflow: visible;
        
    }
    

    #desktopHeroImg{
    visibility: hidden ;  
    width: 0;  
    }
    #mobileHeroImg{
    visibility:visible ;  
    width:600px;
    margin-left: 50px;
    }

    .heroBanner{  
        
        min-width: 370px;
        max-width: 600px;    
        margin-top: -20px;
    }

    #heroHeading{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .heroContent{
        margin-top: 80px;
    }

    #heroSubheading{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btnSvg{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    svg{
        width: 50%;
    }

    .manga-submission-container-content h1{
        font-size: 16px;
    }

    .manga-submission-container-content ul li h2{
        font-size: 10px;
        
    }

    .manga-submission-container-content{
        width: 300px;
    }

    .manga-submission-container{
        flex-direction: column;
    }
    #mangasubmission-ul li{
        margin: 10px 0px;
    }
    .manga-submission-container img{
        width: 300px;        
    }


    /*slider*/
    #sliderSection{
        
        margin-bottom: 20px;
        margin-top: 20px;
        width: 300px;
        overflow: hidden;
        
    }

    .container1{
        width: 250px;
    }

    

    .slider{
        flex-direction: column;
    }

    .sliderTop{
        width: 280px;
    }
    .container1{
        padding: 10px;
    }

    #container1Img{
        width: 230px;
    }

    .container1Content{
        padding-bottom: 20px;

    }

    
    .btnCover{
        height: 0;
    }

    button{
        padding: 0px 20px;
        padding-bottom: 5px;
    }

    #container2Img{
        width: 130px;
        
    }

    .container2{
        
        margin: 20px;
    }

    .btnContainer{
        bottom: 10px;
        
    }

    /*banner*/

    #banner{
        margin: 0;
        height: 300px;
        margin-bottom: 30px;
    }

    .bannerCard{
        margin-bottom: 0;
    }
    #desktopBanner{
        visibility: hidden;
        width: 0;
        
    }

    #mobileBanner{
        visibility: visible;
        width: 280px;        
    }

    /*about*/

    #aboutUs{
        margin-bottom: 20px;
    }
    #aboutImg{
        width: 300px;
        padding-right: 20px;
        
    }

    .aboutContent{        
        width: 200px;
        height: 200px;
        margin-top: 50px;
        left: -100px;
        padding-bottom: 30px;
    }

    /*newsletter*/

    .newsletter{
        width: 235px;
        flex-direction: column;
    }

    /*footer*/

    #footer{
        height: 200px;
        width: 100%;
        max-width: 900px;
        min-width: 370px;
    }

    #socialicons{
        height: 50%;
        padding: 0%;
    }

    .socialmediaContainer > a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        padding: 5px;
        
    }
    .socialmediaContainer{
        display: flex;

        
    }

    #footer h1{
        margin-bottom: 10px;
    }

  }