@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE Dinkum';
    src: url('../fonts/GEDinkum-Regular.eot');
    src: url('../fonts/GEDinkum-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GEDinkum-Regular.woff2') format('woff2'),
        url('../fonts/GEDinkum-Regular.woff') format('woff'),
        url('../fonts/GEDinkum-Regular.ttf') format('truetype'),
        url('../fonts/GEDinkum-Regular.svg#GEDinkum-Regular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.main {
    overflow-x: hidden;
    position: relative;
}

.main::after {
    content: '';
    width: 100%;
    height: 50%;
    background-image: url('../img/bg.jpg');
    background-position: center;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.main .section-title {
    font-weight: 100;
    font-family: 'GE Dinkum';
    font-size: 54px;
    text-transform: capitalize;
    text-align: center;
}

.main .header {
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.main .header span {
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 18px;
    color: #060404;
}

.main .header img {
    height: 32px;
}

.main .header .lang-social {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.main .header .lang-social ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main .header .lang-social ul li {
    margin: 0 10px 0 0;
}

.main .header .lang-social ul li a {
    display: block;
    opacity: 1;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.main .header .lang-social ul li a.fb {
    background-image: url('../img/fb.svg');
}

.main .header .lang-social ul li a.insta {
    background-image: url('../img/insta.svg');
}

.main .header .lang-social ul li a:hover {
    opacity: 0.5;
}

.main .header .lang-social a.lang-switcher {
    height: 34px;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    color: #060404;
    text-underline-offset: 4px;
}

.main .banner {
    position: relative;
    z-index: 1;
}

.main .banner h1 {
    font-size: 60px;
    position: absolute;
    margin: 0;
    font-weight: 100;
    font-family: 'GE Dinkum';
    z-index: 1;
    top: 65px;
    right: 15px;
    text-align: right;
}

.main .banner .image-wrapper {
    position: relative;
    width: 50%;
    margin: auto;
}

.main .banner .image-wrapper::after {
    content: '';
    width: 75%;
    height: 100%;
    opacity: 0.58;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
}

.main .banner .image-wrapper img {
    width: 100%;
}

.main .banner .slider-link-arrow {
    display: block;
    width: 18px;
    height: 60px;
    position: absolute;
    right: 15px;
    bottom: 25%;
}

.main .banner .slider-link-arrow span {
    display: block;
    width: 100%;
    height: 100%;
    animation: bounce;
    animation-duration: 4s;
    animation-delay: 1s;
    background-image: url('../img/arrow-down.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.main .banner .slider-link-phrase {
    text-transform: uppercase;
    color: #060404;
    text-underline-offset: 4px;
    position: absolute;
    left: 15px;
    bottom: 25%;
}

.main .slider {
    margin: 85px 0;
    z-index: 1;
}

.main .slider .section-title {
    margin: 0 0 100px 0;
}

.main .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.main .swiper-button-next {
    left: 30px;
    height: 18px;
    width: 60px;
    background-image: url('../img/arrow-left.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(100% - 28px);
}

.main .swiper-button-prev {
    right: 30px;
    height: 18px;
    width: 60px;
    background-image: url('../img/arrow-right.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(100% - 28px);
}

.main .swiper-button-next::after,
.main .swiper-button-prev:after {
    display: none;
}

.main .slider .swiper {
    overflow: unset;
}

.main .slider .swiper-slide {
    position: relative;
    margin: 0;
}

.main .slider .swiper-slide:nth-of-type(even) {
    margin: 90px 0 0 0;
}

.main .slider .swiper-slide::after {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.main .slider .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .stores {
    z-index: 1;
    position: relative;
}

.main .stores .section-title {
    margin: 0 0 100px 0;
    z-index: 1;
}

.main .stores ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 -15px 0;
}

.main .stores ul li {
    background: #000000;
    width: calc(100%/3 - 15px);
    position: relative;
    margin: 0 0 15px 0;
}

.main .stores ul li::after {
    content: '';
    padding-bottom: 60%;
    display: block;
}

.main .stores ul li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.main .stores ul li a span {
    text-align: center;
    font-family: 'GE Dinkum';
    font-weight: normal;
    font-size: 20px;
}

.main .copyright {
    z-index: 1;
    position: relative;
    margin: 120px 0 0 0;
    padding: 40px 15px;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
}

.main .copyright p {
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    font-family: 'GE Dinkum';
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media (max-width: 1200px) {
    .main .banner .image-wrapper {
        width: 60%;
    }
}

@media (max-width: 1024px) {

    .main .banner .slider-link-arrow,
    .main .banner .slider-link-phrase {
        bottom: 15%;
    }

    .main .banner h1 {
        font-size: 50px;
        top: 75px;
    }

    .main .section-title {
        font-size: 42px;
    }

    .main .slider {
        margin: 55px 0;
    }

    .main .slider .section-title,
    .main .stores .section-title {
        margin: 0 0 70px 0;
    }
}

@media (max-width: 992px) {
    .main .header {
        margin: 50px 0;
    }

    .main .stores ul li span {
        font-size: 16px;
    }

    .main .copyright p {
        font-weight: 600;
        font-size: 14px;
    }

    .main .banner .image-wrapper {
        width: 90%;
    }

    .main .banner .slider-link-phrase {
        left: -35px;
        transform: rotate(90deg) translateX(-40%);
    }
}

@media (max-width: 767px) {
    .main .banner .image-wrapper {
        height: 600px;
        width: 100%;
    }

    .main .banner .image-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .main .banner .slider-link-phrase {
        display: none;
    }

    .main .banner .image-wrapper::after {
        width: 100%;
        background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, transparent 100%);
    }

    .main .banner .slider-link-arrow {
        bottom: 10%;
        right: unset;
        left: 30px;
    }

    .main .banner h1 {
        bottom: 10%;
        right: 30px;
        font-size: 45px;
        top: unset;
        line-height: 45px;
    }

    .main .stores ul li {
        width: calc(100%/2 - 15px);
    }

    .main .copyright {
        margin: 70px 0 0 0;
        padding: 20px 15px;
    }
}

@media (max-width: 568px) {
    .main .header {
        margin: 25px 0;
    }

    .main .header span {
        display: none;
    }

    .main .header img {
        height: 25px;
    }

    .main .header .lang-social {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .main .header .lang-social ul,
    .main .header .lang-social ul li:last-of-type {
        margin: 0;
    }

    .main .banner .image-wrapper {
        height: 550px;
    }
}

@media (max-width: 468px) {
    .main .banner h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .main .banner .image-wrapper {
        height: 600px;
    }

    .main .slider .swiper-slide:nth-of-type(even) {
        margin: 0;
    }

    .main .slider .section-title,
    .main .stores .section-title {
        margin: 0 0 40px 0;
        font-size: 32px;
    }

    .main .stores ul li {
        width: 100%;
    }
}

@media (max-width: 400px) {

    .main .swiper-button-prev,
    .main .swiper-button-next {
        top: 98%;
    }
}

@media (max-width: 380px) {
    .main .banner .image-wrapper {
        height: 550px;
    }
}

@media (max-width: 330px) {
    .main .banner .image-wrapper {
        height: 450px;
    }

    .main .banner h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-10px);
    }
}