* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    --time:5s;
}

a {
    text-decoration: none;
}

.home {
    color: white;
    transform: translateY(-1555%);
    text-align: center;
    width: 60px;
    height: 25px;
    margin: 25px;
    padding: 10px;
}

.home img {
    max-width: 200%;
    transition: all 0.3s;
}

.home:hover img {
    transform: scale(1.1);
}

.body {
    background: black;
}

.banner {
    background: black;
    width: 100%;
    margin: 0;
}

.menu {
    background: black;
    color: white;
    padding-left: 80px;
    padding-right: 80px;
    word-spacing: 200px;
    
}

.scene {
    width: 100vw;
    height: 192vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sky {
    background: linear-gradient(to top, rgb(0, 132, 255), rgb(0, 0, 0));
    background-image: linear-gradient(to bottom, black, rgb(42, 140, 185));
    position: relative;
    -webkit-box-reflect: below 0 linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    display: grid;
    overflow: hidden;
    width: 100%;
    height: 95%;
    margin: 0;
    
}

.horizontal {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0px;
  
    /* visual styling */
    display: grid;
    width: 35%;
    height: 51.6vh;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 10vw;
    margin-right: 5vw;
}

.horizontal section { 
    height: 50vh;
    width: 35vw; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    flex-direction: row;
    padding: 2vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:local;
    background-position: center;
    font-size: 50px; 
}
  
.horizontal section.pop { 
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,1); 
}

.horizontal section:nth-of-type(even) { 
    background: #fff;
    padding: 50px;
}

.horizontal section:nth-of-type(1) { 
    background-image: url('img/luffy.png');

}

.horizontal section:nth-of-type(3) { 
    background-image: url('img/zoro.png'); 
}

.horizontal section:nth-of-type(5) { 
    background-image: url('img/sanji.png'); 
}

.horizontal section:nth-of-type(7) { 
    background-image: url('img/jinbei.png'); 
}

.horizontal section:nth-of-type(9) { 
    background-image: url('img/robin.png'); 
}

.horizontal section:nth-of-type(11) { 
    background-image: url('img/franky.png'); 
}

.horizontal section:nth-of-type(13) { 
    background-image: url('img/nami.png'); 
}

.horizontal section:nth-of-type(15) { 
    background-image: url('img/usopp.png'); 
}

.horizontal section:nth-of-type(17) { 
    background-image: url('img/brook.png'); 
}

.horizontal section:nth-of-type(19) { 
    background-image: url('img/chopper.png'); 
}

.horizontal dl {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horizontal-2 {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0px;
  
    /* visual styling */
    display: grid;
    width: 35%;
    height: 51.6vh;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 5vw;
    margin-right: 10vw;
}

.horizontal-2 section { 
    height: 50vh;
    width: 35vw; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    flex-direction: row;
    padding: 2vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:local;
    background-position: center;
    font-size: 50px; 
}
  
.horizontal-2 section.pop { 
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.4); 
}

.horizontal-2 section:nth-of-type(even) { 
    background: #fff;
    padding: 50px;
}

.horizontal-2 section:nth-of-type(1) { 
    background-image: url('img/roger.png'); 
}

.horizontal-2 section:nth-of-type(3) { 
    background-image: url('img/silver.png'); 
}

.horizontal-2 section:nth-of-type(5) { 
    background-image: url('img/scopper.png'); 
}

.horizontal-2 section:nth-of-type(7) { 
    background-image: url('img/buggy.png'); 
}

.horizontal-2 section:nth-of-type(9) { 
    background-image: url('img/shanksyng.png'); 
}

.horizontal-2 section:nth-of-type(11) { 
    background-image: url('img/oden.png'); 
}

.horizontal-2 section:nth-of-type(13) { 
    background-image: url('img/crocus.png'); 
}

.horizontal-2 dl {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horizontal-3 {
    overflow-x: scroll;
    scroll-snap-type: mandatory;
    scroll-padding-left: 0px;
  
    /* visual styling */
    display: grid;
    width: 35%;
    height: 51.6vh;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 10vw;
    margin-right: 5vw;
}

.horizontal-3 section { 
    height: 50vh;
    width: 35vw; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    flex-direction: row;
    padding: 2vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:local;
    background-position: center;
    font-size: 50px;  
}
  
.horizontal-3 section.pop { 
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.4); 
}

.horizontal-3 section:nth-of-type(even) { 
    background: #fff;
    padding: 50px;
}

.horizontal-3 section:nth-of-type(1) { 
    background-image: url('img/shanks.png');

}

.horizontal-3 section:nth-of-type(3) { 
    background-image: url('img/benn.png'); 
}

.horizontal-3 section:nth-of-type(5) { 
    background-image: url('img/lucky.png'); 
}

.horizontal-3 section:nth-of-type(7) { 
    background-image: url('img/yasopp.png'); 
}

.horizontal-3 section:nth-of-type(9) { 
    background-image: url('img/lime.png'); 
}

.horizontal-3 section:nth-of-type(11) { 
    background-image: url('img/bonk.png'); 
}

.horizontal-3 section:nth-of-type(13) { 
    background-image: url('img/monster.png'); 
}

.horizontal-3 section:nth-of-type(15) { 
    background-image: url('img/snake.png'); 
}

.horizontal-3 section:nth-of-type(17) { 
    background-image: url('img/hongo.png'); 
}

.horizontal-3 section:nth-of-type(19) { 
    background-image: url('img/gab.png'); 
}

.horizontal-3 dl {
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sky dl {
    height: 50vh;
    width: 100vw;
}

.interface dd {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.1%;
    margin-top: 1.1%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
}

.sun{
    mix-blend-mode: multiply;
    transform: translateY(87.6%);
    animation: set var(--time) ease infinite;
    bottom: 0;
    align-items: center;
    display: flex;
    flex-direction: column;

}

.mugi {
    display: grid;
    width: 35%;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 5vw;
    margin-right: 10vw;
    justify-content: center;
    align-content: center;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('img/strawhat.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20%;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0,0,0,1); 
    font-size: 4vh;

}

.roger {
    display: grid;
    width: 35%;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 10vw;
    margin-right: 5vw;
    justify-content: center;
    align-content: center;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('img/rogerpi.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20%;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0,0,0,1); 
    font-size: 4vh;

}

.shanks {
    display: grid;
    width: 35%;
    grid-auto-flow: column;
    gap: 0px;
    padding-left: 0px;
    margin-left: 5vw;
    margin-right: 10vw;
    justify-content: center;
    align-content: center;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('img/ruivopi.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20%;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0,0,0,1); 
    font-size: 4vh;

}