@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

body {
    background-color: black;
}

.btn,
text,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Anton", sans-serif !important;
}

.btn {
    font-style: italic;
    letter-spacing: 1px;
}

.section-header {}

.section-intro {
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    font-family: "Anton", sans-serif;
    /* display: flex;
    flex-direction: column; */
    width: auto;
    min-height: 100vh;
    background: linear-gradient(to bottom, transparent, 80%, #000),
        url(https://i.pinimg.com/originals/dd/46/3e/dd463ecea18dfec85851cf5e996eb770.jpg) no-repeat center;
    background-size: cover;
    /* background-position: -40%; */
}

.section-intro span {
    display: flex;
    text-shadow: #000 1px 0 10px;
    font-size: 15rem;
    line-height: 14rem;
}

.section-intro img {
    width: 150px;
    max-width: 100%;
}

.section-intro video {
    width: 100%;
    height: 100vh;
    /* mix-blend-mode: multiply; */
    mix-blend-mode: hard-light;
    opacity: 0.2;
    background: linear-gradient(to bottom, transparent, 90%, #000);
}

.section-intro small {
    display: flex;
    text-shadow: #000 1px 0 10px;
    line-height: 5rem;
    font-size: 5.5rem;
    text-transform: uppercase;
}

.section-intro .text {
    /* position: absolute; */
    /* width: 50%; */
    /* font-size: 5rem; */
    top: 10%;
}

.section-intro .present {
    /* position: absolute; */
    /* width: 30%; */
    /* font-size: 5rem; */
    top: 10%;
}

.section-partner {
    background-color: #000;
    padding: 30px 0;
}

.section-model {
    padding: 30px 0;
    color: #fff;
    /* height: 100vh; */
}

.section-model h2 {
    font-size: 4rem;
}

.section-model .model {
    padding: 15px 0;
    opacity: 0.7;
    cursor: pointer;
}

.section-model .model:hover {
    opacity: 1;
    border-bottom: 10px solid yellow;
}

.section-news {
    color: #fff;
    /* height: 100vh; */
}

.section-news h3 {
    font-size: 3rem;
}

.section-gallery h2 {
    font-size: 4rem;
}

.section-footer {
    padding: 30px 0;
    background-color: #333;
    color: #fff;
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}

figure {
    height: 40vh;
    overflow: hidden;
    position: relative;
}

figure a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

figure:hover .media {
    transform: scale(1.25);
}

figcaption {
    color: #252830;
    height: calc(100% - 30px);
    margin: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
}

.body {
    background-color: white;
    bottom: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
}

svg {
    height: inherit;
    width: 100%;
}

svg text {
    text-anchor: middle;
}

svg #alpha {
    fill: white;
}

svg .title {
    font-size: 28px;
    font-family: "Montserrat";
    letter-spacing: 5px;
}

svg #base {
    fill: white;
    -webkit-mask: url(#mask);
    mask: url(#mask);
}

/* Shop style */
.section-shop {
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    font-family: "Anton", sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: auto; */
    /* padding-bottom: 50px; */
    height: 100vh;
    background: linear-gradient(to bottom, transparent, 2%, #000),
        url(https://media.istockphoto.com/photos/futuristic-scifi-abstract-blue-and-purple-neon-light-shapes-on-black-picture-id990096688?k=20&m=990096688&s=170667a&w=0&h=uFWTK7FZCeK8PP9-zI9gM2W0IuRH8AnC3rvy5t0N8M8=) no-repeat bottom;
    background-size: cover;
    mix-blend-mode: exclusion;
    font-style: italic;
}

.section-shop::before {
    content: "POP Bigbike rental";
    text-transform: uppercase;
    position: absolute;
    top: 48%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.05);
}

.section-shop img {
    /* position: relative; */
    /* filter: brightness(0.5); */
    cursor: pointer;
}

.section-shop img:hover,
.section-shop img.active {
    /* filter: revert; */
}

.section-shop .text {
    /* position: absolute;
    bottom: 10px; */
    width: 100%;
}

.section-shop small {
    letter-spacing: 1px;
    font-family: tahoma;
}

.section-shop h1 {
    /* display: flex; */
    text-shadow: #000 1px 0 10px;
    font-size: 4rem;
    line-height: 4rem;
}

.section-product {
    padding: 50px 0;
    min-height: 100vh;
    background: #fff;
}

.section-product-detail {
    display: flex;
    padding-top: 20vh;
    min-height: 100vh;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(to bottom, transparent, 2%, #000),
        url(https://media.istockphoto.com/photos/futuristic-scifi-abstract-blue-and-purple-neon-light-shapes-on-black-picture-id990096688?k=20&m=990096688&s=170667a&w=0&h=uFWTK7FZCeK8PP9-zI9gM2W0IuRH8AnC3rvy5t0N8M8=) no-repeat bottom;
    background-size: cover;
    mix-blend-mode: exclusion;
    font-style: italic;
}

:root {
    --yellow: #fff200;
    --white: #fff;
}

.header {
    position: absolute;
    z-index: 999;
    top: 0;
    /* left: 50%; */
    width: 100%;
    /* padding: 30px 100px; */
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 120px;
}

.navigation {
    display: flex;
}

.navigation li {
    list-style: none;
}

.navigation li a {
    position: relative;
    color: var(--white);
    padding-right: 40px;
    text-decoration: none;
    transition: 0.25s;
    letter-spacing: 2px;
    font-size: 20px;
    padding-left: 10px;
    font-family: "Anton", sans-serif !important;
    border-left: 5px solid transparent;
    border-bottom: 2px solid transparent;
}

.navigation li a:hover {
    color: var(--yellow);
    border-color: var(--yellow);
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    /* width: 300px;
  height: 300px; */
    opacity: 0.5;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    height: auto;
    transform: 0.9s;
    filter: grayscale();
}

.swiper-slide-active img {
    max-width: 100%;
    filter: brightness();
}

/* swiper-slide-visible img {
  size: 50%;
} */

nav {
    font-size: 30px;
    font-family: "Anton",
        sans-serif;
    font-style: italic;
    color: var(--white);
    letter-spacing: 1px;
}

.offcanvas-header,
.offcanvas-body {
    background-color: var(--yellow) !important;
}

nav a.nav-link {
    color: #000 !important;
}

/* .form-select {
    border-color: yellow;
    font-family: 'Anton';
    font-size: 2rem;
    background: transparent;
    color: yellow;
} */

.product-item img {
    max-height: 200px !important;
}