@import url(fonts.css);
@import url(media.css);


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'sans';
}

.container{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.navbar{
    padding: 20px 30px;
    font-family: 'sans';
    position: relative;
}

.navbar__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar__list{
    display: flex;
    gap: 30px;
}

.navbar__content-parent{
    display: flex;
    gap: 20px;
    align-items: center;
}

.navbar__list-link a{
    font-size: 18px;
    color: white;
    font-weight: 700;
    transition: all .3s linear;
    text-transform: uppercase;
}

.navbar__list-link a:hover{
    font-size: 19px;
}

.navbar__content-block{
    display: flex;
    gap: 30px;
    align-items: center;
}

.navbar__content-block i{
    font-size: 15px;
    color: white;
}

.header__child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60vh;   
    padding: 0 10px;
    position: relative;
}

.header__child h1{
    font-size: 100px;
    text-transform: uppercase;
    color: white;
    width: 627px;
    font-family: 'roboto';
}

.header__child button{
    width: 270px;
    height: 60px;
    background: #DD2242;
    border: none;
    border-radius: 211px;
    font-size: 20px;
    color: white;
    transition: all .2s linear;
}

.header__child button:hover{
    background: none;
    border: 2px solid #DD2242;
}

.header__content-block{
    width: 400px;
    height: 220px;
    padding: 30px 30px;
    background: #000000;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header__content-block h6{
    font-size: 16px;
    color: #DD2242;
    font-weight: 700;
    font-family: 'roboto';
}

.header__content-block h3{
    font-size: 26px;
    color: white;
    font-family: 'sans';
    margin: 20px 0;
}

.header__content-block p{
    font-size: 18px;
    color: white;
    opacity: .6;
    font-family: 'sans';
    width: 200px;
    line-height: 28px;
}

.header__overflow{
    background: linear-gradient(215.79deg, rgba(0, 0, 0, 0.31) 29.66%, rgba(0, 0, 0, 0.29) 84.2%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.header__content{
    display: flex;
    justify-content: end;
    align-items: end;
    margin: 0 10px;
}

.beach{
    background-image: url(../img/beach-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.beach__child{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    gap: 50px;
    position: relative;
}

.beach__block h1{
    font-size: 42px;
    color: white;
    line-height: 50px;
    font-weight: 600;
    margin: 0 10px;
}

.beach__block p{
    font-size: 18px;
    color: white;
    line-height: 28px;
    opacity: .6;
    letter-spacing: 1%;
    margin: 20px 10px;
}

.beach__block button{
    width: 180px;
    height: 60px;
    background: #DD2242;
    border: none;
    border-radius: 32px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    transition: all .2s linear;
}

.beach__block button:hover{
    background: none;
    border: 2px solid #DD2242;
}

.beach__overlay{
    background: linear-gradient(180deg, #010A20 0%, rgba(1, 10, 32, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.secret{
    background-image: url(../img/secret-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.secret__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

.secret__content h1{
    font-size: 50px;
    color: #010A20;
    text-align: center;
}

.secret__content-block{
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 10px;
}

.numbers__content h1{
    font-size: 60px;
    color: white;
}

.numbers__content p{
    font-size: 18px;
    color: #E0E0E0;
    width: 480px;
    margin: 20px 0;
}

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

.numbers__block h1{
    font-size: 40px;
    color: #DD2242;
}

.numbers__block p{
    font-size: 18px;
    color: #E0E0E0;
    margin: 20px 0;
}

.numbers__parent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #020c21ab;
    height: 685px;
}

.like__content{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 300px 20px;
}

.like__content h1{
    font-size: 40px;
}

.like__content p{
    font-size: 18px;
    color: black;
    opacity: .5;
    margin: 20px 0;
}

.like__content button{
    font-size: 18px;
    width: 210px;
    height: 50px;
    background: #DD2242;
    border: none;
    border-radius: 50px;
    color: white;
    transition: all .2s linear;
}

.like__content button:hover{
    background: none;
    border: 2px solid #DD2242;
    cursor: pointer;
    color: #DD2242;
}

.like{
    position: relative;
    overflow: hidden;
}

.like img:nth-of-type(1){
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
}

.like img:nth-of-type(2){
    position: absolute;
    right: 0;
    bottom: 0;
}

.live{
    background-image: url(../img/live-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    position: relative;
}

.live__overlay{
    color: #010a209f;
    position: absolute;
    height: 100%;
}

.live__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 20px;
}

.live__content h1{
    font-size: 40px;
    color: white;
    margin-bottom: 30px;
}

.live__parent{
    display: flex;
    align-items: center;
    gap: 20px;
}

.live__content-text h3{
    font-size: 18px;
    color: white;
}

.live__content-text p{
    font-size: 18px;
    color: white;
    opacity: .6;
}

.live__child{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
}

.gallery__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 20px;
    gap: 20px;
}

.gallery__content h1{
    font-size: 60px;
    color: #010A20;
}

.gallery__content p{
    opacity: .5;
    color: #010A20;
}

.gallery__child{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 20px;
}

.gallery__child-block{
    margin: 5px 5px;
}

.end{
    margin-top: 50px;
    background: #DCE8F2;
}

.end__child{
    padding: 20px 20px;
}

.end__parent{
    display: flex;
    gap: 30px;
    padding: 30px 0;
}

.end__content h1{
    font-size: 60px;
    color: #010A20;
    padding: 40px 0;
}

.end__parent h2{
    font-size: 26px;
    color: white;
}

.end__parent-h2{
    width: 58px;
    height: 58px;
    background: #DD2242;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.end__parent-text h4{
    font-size: 26px;
    color: #010A20;
    margin: 10px 0;
}

.end__parent-text p{
    font-size: 20px;
    color: black;
    opacity: .5;
    width: 1038.757568359375px;
    line-height: 30px;
    margin: 20px 0;
}

.end__parent-text-block{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.end__parent-text button{
    width: 210px;
    height: 50px;
    background: #DD2242;
    border: none;
    border-radius: 50px;
    color: white;
    font-size: 18px;
    transition: all .2s linear;
}

.end__parent-text button:hover{
    background: none;
    border: 2px solid #DD2242;
    color: #DD2242;
}

.text h3{
    font-size: 26px;
    color: #010A20;
}

.text p{
    font-size: 20px;
    color: black;
    opacity: .5;
    width: 446px;
}

.footer{
    background: #010A20;
    padding: 30px 10px;
}

.footer__child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__child a{
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.footer__list{
    display: flex;
    gap: 40px;
}

.footer__content{
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer__block{
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer__block i{
    color: white;
}

.footer__block-icons{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}