@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*, *::before , *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Bebas Neue', cursive;
    overflow: hidden;
}

.wrapper {
    width: 300%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.logo {
    font-size: 8rem;
    position: fixed;
    z-index: 10;
    top: 15%;
    left: 4rem;
    line-height: 0.9;
}

.line {
    background-color: red;
    height: 1rem;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

section.character::before {
    content: '';
    width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.block {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateX(-100%);
}

.saitama::before, .saitama .block {
    background-color: #0166c5;
}

.genos::before, .genos .block {
    background-color: #f80707;
}

.caption {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    width: 30%;
    font-weight: 400;
    color: #000000;
    font-family: monospace;
    transform: translate(100%, 100%);
}

.character img {
    position: relative;
    z-index: 10;
    height: 90vh;
    width: auto;
    transform: translateY(-100%);
}

.huge-text {
    font-size: 25rem;
    width: 100%;
    text-align: center;
    color: #000000;
    position: absolute;
    top: 20%;
    left: 0;
    transform: translateY(100%);
    font-weight: 700;
}

.nickname {
    position: absolute;
    top: 4rem;
    right: 4rem;
    font-size: 3rem;
    text-align: right;
    transform: translateY(-200%);
}

.nickname span {
    display: block;
    font-size: 70%;
    color: #000000;
}

.quote {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    font-size: 3rem;
    width: 30%;
    text-align: right;
    transform: translateY(200%);
}

.quote::before, .quote::after {
    content: '';
    color: #050101;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 20px;
    line-height: 1.3;
    background: #00ff00;
    color: #ffffff;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

.bg {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/luffy.webp);
    background-size: 150%;
    background-repeat: no-repeat;
    background-color: #ed1e1e;
    clip-path: circle(20% at 55% 50%);
    z-index: -1;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: left;
}

.half {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    gap: 1rem;
}

.half.right {
    margin-left: 50%;
}

a {
    color: #e9ed1e;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h1, h2 {
    font-weight: 700;
}

h1, h2, h3 {
    color: #131212;
}

h2:after {
    content: '';
    width: 5rem;
    border-bottom: 5px dashed #f50000;
    display: block;
    margin-top: 0.5rem;
}

h4 {
    font-size: 1.75rem;
}

.dots {
    display: block;
    height: auto;
    position: absolute;
    z-index: -2;
    width: 40%;
}

.dots1 {
    top: -15%;
    left: 6rem;
}

.dots2 {
    top: 10%;
    right: 50%;
}

blockquote {
    font-style: italic;
    padding: 2rem;
    background: rgba(0, 255, 213, 0.1);
    border-radius: 1rem;
}

blockquote::after, blockquote::before {
    content: '"';
    color: #1eed86;
    font-size: 2rem;
}

.skills-box span {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    border: 1px solid #000804;
    font-size: 85%;
    padding: 0.25rem 0.75rem;
    font-weight: 300;
    border-radius: 1rem;


}

