@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");

* {
    font-family: "Cairo", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: rgba(191, 6, 21, 0.8);
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 50px;
    min-height: 10px;
}

.logo {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0.2em;
    font-weight: 800;
}

a {
    text-decoration: none;
}

.logo a {

    color: black;
}

.word_link a {
    font-size: 20px;
    color: #e89e69;
    padding: 0.2em;
    text-transform: uppercase;
}

.word_link a:hover {
    color: #470012;
}

section {
    width: 100%;
    min-height: 100vh;
}

.main {
    background: url(img/789618.png) no-repeat;
    padding: 100px 200px;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 100vh;
    /*flex-direction: column;*/
}

.nwan h1 {
    color: #ffffff;
    line-height: 45px;
}

.nwan span {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 100px;

}

.zrar {
    display: inline-block;
    margin: 30px 25%;
    padding: 5px 8px;
    border-radius: 10px;
    background-color: orange;
    transition: 0.7s ease;
    color: aliceblue;
}

.zrar:hover {
    transform: scale(1.1);
    background-color: rgb(101, 51, 8);
}

.sacend {
    background: url(img/crew.jpg);
    background-size: cover;
    font-size: 20px;
}

.Brook {
    top: 250px;
    left: 5.8em;
}

.Sanji {
    top: 350px;
    left: 8.8em;
}

.Usopp {
    top: 520px;
    left: 10.8em;
}

.Roronoa_Zoro {
    top: 420px;
    left: 15em;
}

.Monkey_D_Luffy {
    top: 450px;
    left: 18em;
}

.Nami {
    top: 500px;
    left: 21em;
}

.Nico_Robin {
    top: 450px;
    left: 24.6em;
}

.Tony_Tony_Chopper {
    top: 730px;
    left: 26em;
}

.Franky {
    top: 330px;
    left: 17em;
}

.zrar_crew {
    position: relative;
    color: rgba(253, 253, 253, 0.7);
    background-color: rgba(169, 119, 9, 0.7);
    padding: 0px 10px;
    border-radius: 20px;
    transition: 0.7s ease;
}

.zrar_crew:hover {
    transform: scale(1.1);
    color: #000000;
    background-color: #ff6a00;
}

.three {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/h.jpg);
    background-size: cover;
}

.three div {
    position: relative;
    bottom: 400px;
}

.shbak {
    width: 45em;
    height: 45em;
    border-radius: 50%;
}

.fainly {
    background: url(img/law.jpg);
    background-size: cover;
}

.fainly h1 {
    display: flex;
    justify-content: center;
    color: #5a0016;
    font-size: 50px;
    height: 10px;
    transition: 0.7s ease;
}

.fainly h1:hover {
    color: #c70032;
    transform: scale(1.1);
    z-index: 1500;
}

.family_box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-height: 20px;
    margin: 100px 0;
}

.imgg {
    border-radius: 20px;
    width: 90px;
    height: 180px;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0px 20px;
    padding: ;
}