@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@800&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
header {
    background-color: #111;
    padding: 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header #logo img {
    height: 90px;
    transition-duration: .4s;
}
header #logo {
    overflow: hidden;
}
header #logo:hover img {
    rotate: 360deg;
}
header nav a {
    color: #fff;
    font-size: 25px;
    text-decoration: underline wavy 3px #fa0;
    font-family: cursive;
    margin: 0 20px;
    transition: .5s;
    text-underline-offset: 7px;
    display: inline-block;
}
header nav a:hover {
    text-decoration-color: transparent;
    color: #fa0;
    translate: 0 7px;
}
header form input {
    width: 210px;
    height: 35px;
    border-radius: 20px 0 0 20px;
    border: 3px solid #fa0;
    outline: 0;
    text-indent: 15px;
    font-family: sans-serif;
    font-size: 17px;
    transition-duration: .4s;
}
header form button {
    background-color: #fa0;
    height: 35px;
    width: 50px;
    vertical-align: top;
    border: 3px solid #fa0;
    cursor: pointer;
    margin-left: -5px;
    border-radius: 0 50px 20px 0;
    transition-duration: .3s;
}
header form button img {
    height: 25px;
}
header form button:hover {
    background: #77ac00;
    border-color: #77ac00;
}
header form input:focus {
    text-indent: 22px;
}
#cover {
    height: 830px;
    background-image: url(img/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    text-align: center;
}
#cover h1 {
    margin: 0;
    padding-top: 10%;
    color: #fff;
    font-size: 10rem;
    font-family: 'Cinzel', serif;
    text-shadow: 1px -12px 19px #f00, 0 -68px 40px #ffa500, 1px -12px 19px #fffd00, 0 7px 8px #000, 0 22px 15px #ff008d;
}
#cover p {
    background-color: #df0024;
    color: #fff;
    font-size: 28px;
    padding: 15px 0;
    font-family: 'Cinzel', sans-serif;
    box-shadow: 0 40px 38px #000000db, 0 90px 57px 25px #000000db, inset 0 -20px 39px #000000, 0 -45px 85px #ff0000;
}
#cover a {
    font-size: 2.5rem;
    font-family: 'Cinzel';
    background-color: #2e2e2e;
    padding: 20px 45px;
    text-decoration: underline wavy #ffffffdb 6px;
    text-underline-offset: 7px;
    color: #fff;
    margin-top: 85px;
    display: inline-block;
    box-shadow: 0 11px 0 #000, 0 24px 20px 6px #c1001f, inset 0 -20px 0 #191918;
    transition: .4s;
}
#cover a:hover {
    box-shadow: 0 11px 0 #000, 0 24px 20px 6px #c1001f, inset 0 -20px 0 #ef00ff;
    border-radius: 0 0 40px 40px;
}
#cover a:active {
    box-shadow: 0 2px 0 #000, 0 10px 56px #fff, inset 0 -20px 0 #ef00ff;
    translate: 0 10px;
}
#product {
    text-align: center;
    padding: 80px;
}
#product .item {
    width: 380px;
    height: 480px;
    border: 1px solid #000;
    border-radius: 30%;
    display: inline-block;
    margin: 50px 20px;
    box-shadow: -10px 5px 0 #FF00A0, 10px 5px 0 #9E19FF, 23px 7px 15px #ffb4f8, -29px 1px 20px #c8d0ff;
    vertical-align: top;
    transition-duration: 1.5s;
}
#product .item img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    transition-duration: .4s;
}
#product .item h2 {
    font-size: 2.3rem;
    font-family: sans-serif;
    margin: 5px 0;
    transition-duration: .4s;
}
#product .item del {
    color: #f00;
    font-family: 'Cinzel', sans-serif;
    font-size: 1.8rem;
    transition-duration: .4s;
}
#product .item b {
    color: #000;
    font-family: 'Cinzel', sans-serif;
    font-size: 2.4rem;
    transition-duration: .4s;
}
#product .item a {
    background: #0ab932;
    color: #fff;
    font-size: 28px;
    font-family: sans-serif;
    border-radius: 50px;
    padding: 13px 30px;
    text-decoration: none;
    transition-duration: .6s;
    display: inline-block;
    box-shadow: inset 0 0 15px #000, inset 0 -45px 0 #eb00ff;
}
#product .item a:hover {
    box-shadow: inset 0 0 15px #000, inset 0 0 0 #eb00ff;
}
#product .item a:active {
    box-shadow: inset 0 0 15px #000, inset 0 60px 12px #069800;
}
#product .item:hover img {
    scale: .8;
}
#product .item:hover del {
    font-size: 0;
}
#product .item:hover h2 {
    margin-top: -25px;
}
#product .item:hover {
    box-shadow: 10px 5px 0 #FF00A0, -10px 5px 0 #9E19FF, 23px 7px 15px #ffb4f8, -29px 1px 20px #c8d0ff;
}
#product #title {
    font-family: 'Cinzel';
    margin: 1.5rem 0 3rem;
    transition-duration: 1s;
    opacity: 0;
    font-size: 0;
    letter-spacing: -150px;
}
#product:hover #title {
    opacity: 1;
    font-size: 6rem;
    letter-spacing: 30px;
}
#scrollSlider .item {
    height: 200px;
    background-image: url(img/sl1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}
#scrollSlider .item.two {
    background-image: url(img/sl2.webp);
}
#scrollSlider .item.three {
    background-image: url(img/sl3.webp);
}
#scrollSlider .item.four {
    background-image: url(img/sl4.webp);
}
#scrollSlider .item.five {
    background-image: url(img/sl5.jpg);
}
#scrollSlider .item h2 {
    font-size: 6rem;
    font-family: 'Cinzel';
    text-align: center;
    margin: 0;
    padding-top: 2.5rem;
    color: #fff;
    text-shadow: 0 7px 9px #000, 0 -4px 23px #000000b8, -20px 7px 20px #ffbc008a, 20px 7px 20px #4bff0080;
}
#information {
    text-align: center;
    background: #48285E;
    padding-bottom: 70px;
}
#information h2 {
    background: #9800FF;
    color: #fff;
    font-size: 3.4rem;
    font-family: sans-serif;
    text-align: center;
    margin: 0;
    padding: 30px 0 25px;
    margin-bottom: 70px;
}
#information iframe {
    width: 45%;
    height: 500px;
    border-radius: 20px;
    margin: 25px;
    box-shadow: -14px 11px 0 #9800ff, 8px 20px 7px #ff64ed;
    transition-duration: .4s;
}
#information iframe:hover {
    box-shadow: 0 0 20px #fff;
}
#about {
    padding: 10rem 0;
    background: #000;
    background-image: url(img/store.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
#about .row {
    text-align: center;
    background-image: url(img/store2.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding: 50px 0;
    box-shadow: 0 0 155px 2px #00ffb8f7;
    transition: .1s;
}
#about .row iframe {
    width: 35%;
    height: 400px;
    border-radius: 20px;
    box-shadow: 0 0 40px 2px #00ffb8f7;
    border: 5px dotted #00ffb8f7;
    transition-duration: .1s;
}
#about .row:hover {
    padding: 0;
}
#about .row:hover iframe {
    width: 100%;
    height: 510px;
    border: 0;
    border-radius: 0;
}
#feedback {
    background: #1d1621;
    padding: 70px 0;
}
#feedback form {
    width: 35%;
    margin: 0 auto;
}
#feedback form > input,
#feedback form textarea {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    border: 3px solid #00d0ab;
    border-radius: 25px;
    margin-bottom: 25px;
    text-indent: 15px;
    font-size: 17px;
    box-shadow: 0 0 15px #00d0ab, 0 12px 6px #000, 0 0 55px #00d0ab;
    font-family: sans-serif;
    transition-duration: .4s;
}
#feedback form textarea {
    padding-top: 15px;
    height: 150px;
    resize: none;
}
#feedback form > input:focus,
#feedback form textarea:focus {
    translate: 20px;
    text-indent: 35px;
}
#feedback form .control {
    text-align: center;
    padding-top: 15px;
}
#feedback form .control input {
    font-size: 22px;
    font-family: sans-serif;
    padding: 10px 30px;
    border: 3px solid #29da38;
    cursor: pointer;
    box-shadow: -1px 5px 2px #fff, -1px 13px 4px #ef00ff, -2px 17px 55px #ff009c;
    border-radius: 25px;
    background: #5aff00;
    margin: 0 10px;
    transition-duration: .5s;
}
#feedback form .control input:hover {
    box-shadow: -1px 5px 2px #fff, -1px 13px 4px #14ff00, -2px 17px 55px #00ff3a;
}
#feedback form .control input:active {
    translate: 0 6px;
    box-shadow: -1px 1px 2px #fff, -1px 5px 4px #14ff00, -2px 17px 55px #00ff3a;
}
.slider .item {
    height: 100vh;
    background-image: url("https://imgresizer.eurosport.com/unsafe/1200x0/filters:format(jpeg):focal(1332x746:1334x744)/origin-imgresizer.eurosport.com/2018/10/24/2446688-50832490-2560-1440.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 2px solid;
}
.slider .item.two {
    background-image: url(img/f2.jpg);
}
.slider .item.three {
    background-image: url(img/f3.jpg);
}
.slider .item.four {
    background-image: url(img/f4.jpg);
}
footer {
    text-align: center;
    padding: 50px 0 0;
    margin-top: -24rem;
}
footer svg {
    scale: 1 .5;
    translate: 0 6.49rem;
}
footer .sponsor {
    background: #000;
    margin-top: -6px;
}
footer img {
    height: 200px;
    margin: 0 3% 8rem;
    filter: drop-shadow(1px 2px 0px #fff) drop-shadow(1px 8px 9px #f00);
}
footer .el {
    height: 180px;
}
footer p {
    font-size: 20px;
    font-family: sans-serif;
    line-height: 1.5;
    margin: 0;
    background: #000;
    color: #fff;
    padding-bottom: 15px;
}
footer img:last-child {
    border-radius: 15px;
}