* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.wrap {
    min-height: 120vh;
    width: 100%;
    background: #1A1A1A;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    width: 102%;
    height: 100px;
    min-height: 81px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-around;
    border: 3px solid #ffffff;
    border-image: linear-gradient(88.57deg, #D377E0 1.22%, #D44195 56.24%, #DD2961 98.84%);
    border-image-slice: 1;
    margin-left: -5px;
    margin-top: -3px;
    padding-top: 3px;
    padding-bottom: 3px;
    filter: drop-shadow(0 0 2px #d477e069);
}

.header__upper-part {
    width: 100%;
    height: 50%;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    padding-top: 31px;
}

.header__nav ul {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    gap: 15px;
}

.header__nav-href {
    width: max-content;
    color: #d3d3d3;
    text-decoration: none;
    text-align: center;
    font-weight: 100;
    transition: 0.2s;
    user-select: none;
    text-align: center;
}

.header__nav-href:hover {
    transition: 0.4s;
    text-shadow: 0 0 5px #ffffff62;
    margin-top: -5px;
}

.header__nav ul li {
    width: max-content;
}

.header__logo {
    height: 50px;
    width: 50px;
}

.header__bottom-part {
    width: 100vw;
    height: 25px;
    overflow: hidden;
    word-wrap: break-word;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    color: #d3d3d3;
    background: linear-gradient(88.57deg, #D377E0 1.22%, #D44195 56.24%, #DD2961 98.84%);
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 10;
    column-gap: 5px;
    box-shadow: 0 3px 10px #00000033;
    padding: 5px;
    text-align: center;
}

.header__bottom-part p {
    font-weight: 700;
    text-align: right;
}

.some-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.now {
    text-align: left;
}

.indic {
    width: 10px;
    height: 10px;
    background: rgb(231, 71, 71);
    border-radius: 50%;
    animation: blick 2s infinite;
    margin-right: 5px;
}

@keyframes blick {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main {
    width: 100%;
    min-height: 80vh;
}

.main__banners {
    margin-top: 2px;
    width: 100%;
    height: 80vh;
    background: rgba(128, 128, 128, 0.521) url('./stock-photo/1.jpg') no-repeat center center;
    background-size: cover;
    transition: 0.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}

.main__banners-inner {
    Width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: linear-gradient(0deg, #1A1A1A 10%, #1a1a1a7e 70%, #1a1a1a31, #1a1a1a00);
}

.main__btns-conrol-caroucell {
    height: 60px;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    background: #1A1A1A;
    position: absolute;
    top: 99px;
}

.main__arrow {
    background: transparent;
    border: none;
    outline: none;
    color: #D377E0;
    font-size: 80px;
    cursor: pointer;
}

.main__h {
    font-weight: 800;
    font-size: calc(50px + 5vw);
    color: #D377E0;
    filter: drop-shadow(0 0 5px #D44195);
    text-transform: uppercase;
    text-align: center;
}

.main__p {
    font-weight: 300;
    font-size: calc(20px + 2vw);
    text-align: center;
}

.main__player {
    width: 100%;
    height: 70px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.iframe {
    border: none;
    outline: none;
}

@keyframes move {
    0% {
        width: 100%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.partners,
.contacts,
.social-media {
    min-height: 50vh;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 50px 10px;
}

.partners__headline,
.contacts__headline,
.social-media__headline {
    font-weight: 700;
    font-size: 40px;
    color: #D377E0;
    filter: drop-shadow(0 0 5px #D44195);
    text-transform: uppercase;
    text-align: center;
}

.partners__blocks {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px 0;
    padding: 0 100px;
}

.partners__item {
    width: 300px;
    height: 200px;
    background: gray;
    background-size: 80%;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
}

.partners__item:nth-child(1) {
    background: #ffffff url(./partners-logo/google.png) center center no-repeat;
}

.partners__item:nth-child(2) {
    background: #ffffff url(./partners-logo/amazon.png) center center no-repeat;
}

.partners__item:nth-child(3) {
    background: #ffffff url(./partners-logo/dropbox.png) center center no-repeat;
}

.partners__item:nth-child(4) {
    background: #ffffff url(./partners-logo/Apple-music.png) center center no-repeat;
    background-size: contain;
}

.partners__item:nth-child(5) {
    background: #ffffff url(./partners-logo/spotify.png) center center no-repeat;
    background-size: 80%;
}

.partners__item:hover {
    filter: grayscale(0);
    transition: 0.5s;
}

.contacts {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.conatcts__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts__group {
    min-width: 300px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    margin: 50px 0;
}

.contact__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.contact__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
}

.contact__item img {
    height: 40px;
}

.social-media {
    padding: 50px 0;
}

.social-media__group {
    width: 100%;
    margin: 50px 0;
}

.social-media__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.social-media__item {
    height: 100px;
    width: 50%;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 10px;
    border: 1px solid #D377E0;
    box-shadow: 0 0 5px #D44195;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}

.social-media__item:hover {
    background: #d4419448;
    font-size: 21px;
    font-weight: 600;
    transition: 0.4s;
}

.social-media__item img {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 700px) {
    .main__btns-conrol-caroucell {
        top: 123px;
    }
    .partners__blocks {
        flex-direction: column;
        padding: 10px;
    }
    .header__upper-part {
        justify-content: center;
        gap: 40px;
        padding-top: 56px;
    }
    .header__bottom-part {
        height: 50px;
    }
    .header {
        height: 125px;
    }
    .social-media__row {
        flex-direction: column;
    }
    .social-media__item {
        width: 100%;
    }
}

@media screen and (max-width: 337px) {
    .partners__item {
        width: calc(100% - 10px);
        height: 150px;
    }
}