* {
    box-sizing: border-box
}

li {
    list-style-type: none
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62.5%
}

section {
    min-height: 100vh
}

#sec-home {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.svg-container {
    width: 90%;
    max-width: 600px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto
}

.svg-container img {
    width: 100%;
    height: auto
}

.anim-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.anim-bg img,
picture {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.container-social {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}

.container-social .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.container-social h2 {
    color: #fff;
    z-index: 1;
    font-size: 3.5em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px
}

.container-social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.container-social.album::before {
    display: none;
}

.container-last-release {
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff
}

.container-last-release .container-video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto
}

.video-container-wrapper {
    max-width: 100%;
    width: 600px;
    left: 0;
    right: 0;
    margin: auto
}

.container-last-release .container-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container-last-release h1,
.container-last-release h2,
.container-last-release p {
    margin: 0;
    padding: 5px 0;
    font-size: 2.5em;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.container-last-release h2 {
    margin: 16px 0;
    font-size: 3.5em
}

.container-last-release p.first {
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    color: #00008b
}

.container-last-release p:last-child {
    font-size: 3em;
    margin: 0;
    padding: 0;
    margin-bottom: 16px
}

.container-backlinks {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 20px
}

body:before {
    content: "";
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-size: cover
}

.container-social .container-btn {
    width: 100%;
    height: 60px;
    margin: 0 8px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none
}

.container-social .container-btn {
    max-width: 275px
}

.container-social .container-btn img {
    width: 25px;
    height: auto
}

.container-social .container-btn p {
    font-size: 2.3em;
    margin: 0 10px;
    padding: 0;
    color: #fff;
    font-weight: 700
}

.container-backlinks .container-btn {
    height: 70px;
    margin: 16px;
    list-style-type: none;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.container-backlinks .container-btn img {
    width: 60%;
    height: auto
}

.container-backlinks .center {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.container-backlinks .container-btn.large {
    width: calc(80px + 80px + 32px)
}

.container-btn {
    cursor: pointer
}

.contact button,
.container-btn,
.shop .btn-shop {
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.contact button:hover,
.container-btn:hover,
.shop .btn-shop:hover {
    transform: scale(1.05)
}

.shop {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.contact h2,
.container-backlinks h2,
.shop h2 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.shop .btn-shop {
    font-size: 2.5em;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    height: 55px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.shop .btn-shop .img-container {
    height: 70px;
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.shop .btn-shop .img-container img {
    height: 85%
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.contact form {
    width: 70%;
    max-width: 700px
}

.contact ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.contact label {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 2em;
    margin-bottom: 20px
}

.contact ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.contact ul li input {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 20px;
    font-size: 2.5em
}

.contact .date {
    border: none
}

.contact .date input {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px;
    font-size: 2em
}

.contact .date p {
    color: #fff;
    font-size: 5em;
    margin: 0;
    padding: 0;
    display: inline-block
}

.contact .checkbox {
    align-items: unset
}

.contact .checkbox p {
    color: #fff;
    font-size: 2em;
    padding: 0 10px;
    margin: 0;
    margin-right: auto
}

.contact input[type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px
}

.contact button {
    margin: 50px 0;
    color: #000;
    font-size: 2.5em;
    font-weight: 700;
    background-color: #fff;
    padding: 16px 32px;
    border: none;
    width: 100%
}

.contact ul li textarea {
    width: 100%;
    height: 150px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 20px;
    font-size: 2.5em
}

.contact .img-container {
    width: 50px
}

.contact .img-container img {
    width: 100%
}

#footer {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    flex-direction: column;
    position: relative
}

#footer ul {
    margin: 0;
    padding: 0;
    display: flex
}

#footer ul li {
    list-style-type: none;
    margin: 0 8px
}

#footer ul li a {
    text-decoration: none;
    color: gray;
    font-size: 1.8em
}

#sec-impr {
    padding: 100px 75px;
    font-size: 2em
}

#sec-impr h1:first-child {
    color: var(--maincolor)
}

#sec-impr big,
h2 {
    font-size: 2em;
    line-height: 2em
}

#sec-impr strong,
h3 {
    font-size: 1em;
    line-height: 2em
}

@media screen and (min-width:413px) {
    .container-backlinks .container-btn.large {
        width: calc(60px + 60px + 32px)
    }
}