html,
 body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Times New Roman', Times, serif;
}
.wrapper {
    width: 1024px;
    margin: auto;
    padding: 20px 0px 20px 0px;
}

/*
*menu
*/
nav {
    background-color: #222831;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}
nav > .wrapper {
   display: flex;
   justify-content: space-between;
   font-size: 1.2rem;
   align-items: center;
   

}

.menu {
    width: 50%;
    border: 1px;

}

.menu > ul {
    display: flex;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}

.menu > ul > li > a {
    text-decoration: none;
    color: #fff;

}
.logo {
    display: flex;
    align-items: center;
}
.logo > img {
    height: 45px;
}

/*
* Hero / jumbotron
*/
.header {
    background-image: url(IMG_1895.png.jpg);
    height:100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 5px;
    text-shadow: 0 0 4px #000;
}
.header-opacity {
    
    width: 100%;
    height: 100%;
    opacity: 0,7;
    position: absolute;
    top: 0;
    left: 0;

}
.header-jumbotron {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center ;
    flex-direction: column;
    text-align: center;
}

.header-jumbotron > h4 {
    color: #0e53b9;
    font-size: 3.5rem;
    margin: 0px;
    padding: 0px;
}
.header-jumbotron > h5 {
    color: #fff;
    margin: 0px;
    padding: 5px;
    font-size: 3.5rem;
    line-height: 4rem;
    text-transform: uppercase;


}

.a {
    text-decoration: none;
    color: #000;
    text-shadow: none;
}

.button {
    background-color: #0e53b9;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}
.button-xl {
    font-size: 1.4rem;
    padding: 20px;

}

/*
* statistic
*/
#statistic {
    background-color: #393e46;
    color: #fff;
    
}

#statistic > .wrapper {
    padding: 50px;
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    
}

#statistic > .wrapper > div {
    text-align: center;
}

#statistic .wrapper > div > p {
    font-size: 3.5rem;
    margin: 0px;
    padding: 0px;

}

#statistic > .wrapper > div > p > i {
    margin-right: 10px;
    font-size: 3.5rem;
    margin: 15px;
}

#statistic > .wrapper > div > small {
font-size: 1.5rem;
padding: 10px;
}

#statistic > .wrapper > div > small > p {
    font-size: 1.5rem;
}


/*
* tentang futsal
*/
#tentang-futsal {
    background-color: #222831;
    color: #fff;
}
#tentang-futsal > .wrapper {
    padding: 50px 0px 50px 0px;
}
#tentang-futsal > .wrapper > h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#tentang-futsal > .wrapper > h4 > span {
    color: #0e53b9;
}

#tentang-futsal > .wrapper > P {
    text-align: center;
    margin: 7px;
    padding: 0px;
}

.grid {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 50px;
}

.grid > .item {
    border: 1px solid #666;
    background-color: #393e46;
    border-radius: 5px;
    position: relative;
}

.grid > .item > img {
    width: 15%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.grid > .item > .item-detail {
    padding: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    width: 70%;
 
}

/*
* teknik latihan
*/
#teknik-latihan {
    background-color: #393e46;
}
#teknik-latihan > .wrapper {
    padding: 50px 0px 50px 0px;
    color: #fff;
}
#teknik-latihan > .wrapper > h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 0px;
    padding: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#teknik-latihan > .wrapper > h4 > span {
    color: #0e53b9;
}

#teknik-latihan > .wrapper > P {
    text-align: center;
    margin: 7px;
    padding: 0px;
}

#teknik-latihan > .wrapper > .grid {
    display: flex;
    justify-content: space-between;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 50px;

}
#teknik-latihan > .wrapper > .grid > .item {
    background-color: #222831;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

#teknik-latihan > .wrapper > .grid > .item > .item-detail {
    padding: 0px;
    margin: 0px;
    font-size: 1.4rem;
    width: 100%;
}

#teknik-latihan > .wrapper > .grid > .item > .item-detail > img {
    width: 70%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#teknik-latihan > .wrapper > .grid > .item > .item-detail > div {
    padding: 5px 10px 5px 10px;
}

/*
* copyright
*/
footer {
    background-color: #222831;
    color: #fff;
    text-align: center;
}