/* Font */

@font-face {
    font-family: 'Benzin-Regular';
    src: url('../fonts/Benzin/Benzin-Regular.eot');
    src: url('../fonts/Benzin/Benzin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin/Benzin-Regular.woff2') format('woff2'),
        url('../fonts/Benzin/Benzin-Regular.woff') format('woff'),
        url('../fonts/Benzin/Benzin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin-Medium';
    src: url('../fonts/Benzin/Benzin-Medium.eot');
    src: url('../fonts/Benzin/Benzin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin/Benzin-Medium.woff2') format('woff2'),
        url('../fonts/Benzin/Benzin-Medium.woff') format('woff'),
        url('../fonts/Benzin/Benzin-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin-Semibold';
    src: url('../fonts/Benzin/Benzin-Semibold.eot');
    src: url('../fonts/Benzin/Benzin-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin/Benzin-Semibold.woff2') format('woff2'),
        url('../fonts/Benzin/Benzin-Semibold.woff') format('woff'),
        url('../fonts/Benzin/Benzin-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin-Bold';
    src: url('../fonts/Benzin/Benzin-Bold.eot');
    src: url('../fonts/Benzin/Benzin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin/Benzin-Bold.woff2') format('woff2'),
        url('../fonts/Benzin/Benzin-Bold.woff') format('woff'),
        url('../fonts/Benzin/Benzin-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin-Extra-Bold';
    src: url('../fonts/Benzin/Benzin-ExtraBold.eot');
    src: url('../fonts/Benzin/Benzin-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Benzin/Benzin-ExtraBold.woff2') format('woff2'),
        url('../fonts/Benzin/Benzin-ExtraBold.woff') format('woff'),
        url('../fonts/Benzin/Benzin-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Root */

html,
body {
    color-scheme: light;
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #FAF8FF 100% no-repeat url("/resources/images/background.svg");
    background-position: inherit;
}

* {
    padding: 0;
    margin: 0;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: default;
}

a {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

a:active {
    opacity: 0.5;
}

/* Content */

header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}

header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

header .content h1 {
    color: #000;
    font-family: Benzin-Medium;
    font-size: 30.124px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header .content h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header .content a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: right;
}

header .content a h1 {
    font-family: Benzin-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

header .content a h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main {
    width: 90%;
    max-width: 1320px;
    margin: auto;
}

main .media-title {
    display: none;
    color: #FFF;
    font-family: Benzin-Medium;
    font-size: 17.392px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8.5px 25px;
    border-radius: 87px;
    background: var(--purple, #8948FF);
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

main .banner {
    width: 100%;
    min-height: calc(100vh - 80px - 50px * 2);
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .banner .title {
    width: 100%;
}

main .banner .title h1 {
    color: #000;
    font-family: Benzin-Bold;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .banner .title h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Bold;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .banner .title h2 {
    color: #808080;
    font-family: Benzin-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
}

main .banner .title h3 {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
}

main .banner .title h3 span {
    color: #808080;
    font-family: Benzin-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

main .banner .image {
    width: 100%;
    position: relative;
}

main .banner .image .image-banner {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

main .banner .image .image-banner-media {
  display: none;
  max-width: 100%;
  width: auto;
  margin: auto;
}

main .banner .image .qr {
    position: absolute;
    right: 0;
    bottom: 15%;
    display: inline-flex;
    gap: 25px;
    align-items: center;
    padding: 20px 35px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 0px 41px 0px rgba(50, 0, 68, 0.20);
}

main .banner .image .qr:hover {
    opacity: 1;
    transform: scale(1.1);
}

main .banner .image .qr img {
    width: 84px;
    height: 84px;
}

main .banner .image .qr h1 {
    color: #000;
    font-family: Benzin-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .banner .image .qr h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .prices {
    width: 100%;
    position: relative;
}

main .prices .name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

main .prices .name h1 {
    color: #000;
    font-family: Benzin-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
}

main .prices .name h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .prices .name h2 {
    color: #808080;
    text-align: right;
    font-family: Benzin-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
}

main .prices .name h2 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

main .prices .block {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    position: relative;
}

main .prices .block .text,
main .prices .block img {
    width: calc((100% - 45px * 3) / 4);
}

main .prices .block .text h1 {
    color: #000;
    font-family: Benzin-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .prices .block .text h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .prices .block .text h2 {
    color: #808080;
    font-family: Benzin-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 15px;
}

main .prices .block img {
    -o-object-fit: contain;
    object-fit: contain;
}

main .map {
    margin-top: 430px;
    display: grid;
    gap: 35px;
}

main .map h1 {
    color: #000;
    text-align: center;
    font-family: Benzin-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .map h1 span {
    color: var(--purple, #8948FF);
    font-family: Benzin-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

main .map img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

main .map .shadow {
    width: 100%;
    border-radius: 1247px;
    background: rgba(137, 72, 255, 0.20);
    -webkit-filter: blur(53px);
    filter: blur(53px);
    height: 132px;
    margin-top: -80px;
}

footer {
    width: 100%;
    margin-top: 200px;
    padding: 50px 0;
    background: #060606 no-repeat 100% url("/resources/images/backgroundFooter.svg");
    background-size: cover;
}

footer .content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
}

footer .content .company,
footer .content .links,
footer .content .contact {
    width: calc((100% - 75px * 3) / 4);
}

footer .content .company h1 {
    color: #FFF;
    font-family: Benzin-Medium;
    font-size: 30.124px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .company h2 {
    color: var(--purple, #8948FF);
    font-family: Benzin-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .company .media {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .content .company .media a:hover {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

footer .content .links {
    display: grid;
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content max-content;
    gap: 16px;
}

footer .content .links h1 {
    color: #FFF;
    font-family: Benzin-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: calc(25px - 16px);
}

footer .content .links a {
    color: rgba(255, 255, 255, 0.50);
    font-family: Benzin-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .contact h1 {
    color: #FFF;
    font-family: Benzin-Medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .contact a {
    color: rgba(255, 255, 255, 0.50);
    font-family: Benzin-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .contact a:not(:last-of-type) {
    margin-bottom: 20px;
}

footer .content .copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

footer .content .copyright p {
    color: rgba(255, 255, 255, 0.50);
    font-family: Benzin-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .content .copyright img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* Adaptation */

@media screen and (max-width: 1280px) {
    main .banner .image .qr {
        padding: 10px 15px;
        right: 15%;
    }

    main .banner .image .qr img {
        width: 50px;
        height: 50px;
    }

    main .banner .image .qr h1,
    main .banner .image .qr h1 span {
        font-size: 16px;
    }

    footer .content {
        gap: 30px;
    }

    footer .content .company,
    footer .content .links,
    footer .content .contact {
        width: calc((100% - 30px * 2) / 3)
    }
}

@media screen and (max-width: 1000px) {
    header {
        display: none;
    }

    main .media-title {
        display: block;
    }

    main .prices .name {
        display: grid;
    }

    main .prices .name h2 {
        text-align: left;
    }

    main .prices .block {
        justify-content: center;
    }

    main .prices .block .text,
    main .prices .block img {
        width: calc((100% - 45px * 2) / 3);
    }

    main .prices .block img:nth-of-type(3) {
        display: none;
    }

    main .map {
        margin-top: 150px;
    }

    main .banner {
        min-height: calc(100vh - 30px * 2);
        padding: 30px 0;
        padding-top: 0;
        margin-top: -30px;
        text-align: center;
        display: grid;
        justify-items: center;
        justify-content: center;
    }

    main .banner .title h3 {
        margin-top: 30px;
    }
    
    main .banner .image {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-top: -100px;
    }

    main .banner .image .qr {
        margin: auto;
        left: 0;
        right: 0;
        bottom: -50px;
        padding: 20px;
        width: calc(100% - 20px * 2);
        text-align: left;
        justify-content: center;
    }
}

@media screen and (max-width: 800px) {

    main .banner .title h1,
    main .banner .title h1 span {
        font-size: 24px;
    }

    main .banner .title h2 {
        font-size: 14px;
        margin-top: 10px;
    }

    main .banner .title h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    main .banner .title h3 span {
        font-size: 12px;
    }

    main .banner .image .image-banner {
        display: none;
    }
    
    main .banner .image .image-banner-media {
        display: block;
    }

    main .prices {
        text-align: center;
        justify-content: center;
    }

    main .prices .name h1,
    main .prices .name h1 span {
        font-size: 24px;
    }

    main .prices .name h2,
    main .prices .name h2 span {
        font-size: 14px;
        text-align: center;
    }

    main .prices .block {
        display: grid;
        justify-content: center;
        align-items: center;
        justify-items: center;
        gap: 15px;
        margin-top: 15px;
    }

    main .prices .block .text,
    main .prices .block img {
        width: 100%;
    }

    main .prices .block img {
        transform: rotate(90deg);
        max-width: 20px;
        max-height: 350px;
    }

    main .prices .block img:nth-of-type(3) {
        display: block;
        order: -1;
    }

    main .map {
        margin-top: 125px;
    }

    main .map h1,
    main .map h1 span {
        font-size: 24px;
    }

    main .map img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 650px;
        border-radius: 50px;
    }

    main .map .shadow {
        height: 100px;
        margin-top: -55px;
    }

    footer {
        margin-top: 110px;
    }

    footer .content {
        display: grid;
        text-align: center;
        justify-content: center;
        gap: 60px;
    }

    footer .content .company,
    footer .content .links,
    footer .content .contact {
        width: 100%;
    }

    footer .content .company .media {
        justify-content: center;
    }

    footer .content .copyright {
        justify-content: center;
        justify-items: center;
        display: grid;
        gap: 34px;
    }

    footer .content .copyright p {
        font-size: 14px;
    }
}