@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@200;400&display=swap');

body {
    margin: 0;
    font-family: 'Ysabeau SC', sans-serif;
    background-color: black;
    font-size: 15px;
    line-height: 1.4;
    color: #333;

    background: url("../images/noise.webp");
    background-repeat: repeat;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    border: 0;
    background-color: #e5e5e5;
}


.page {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1650px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
}

@media (max-width: 700px){
    .container {
        padding: 0 20px;
        margin: 0 auto;
    }
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 1900px;
    width: 100%;
    min-height: 820px;
    position: relative;
    padding: 100px 20px;
    margin: 0 auto;
}

.intro-logo{
    width: 130px;
    height: auto;
    margin: 0 auto;
}

.logo-text{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Ysabeau SC', sans-serif;
}

.intro__title {
    color: #ffffff;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    margin-top: 100px;
    margin-bottom: 50px;
}

.cav-one{
    width: 550px;
    position: absolute;
    top:0;
    left: -150px;
    z-index: 0;
    opacity: 0.5;
}
.cav-two{
    width: 400px;
    position: absolute;
    top:30%;
    right: -150px;
    z-index: 0;
    opacity: 0.5;
}
.cav-three{
    width: 300px;
    position: absolute;
    top:55%;
    left: -50px;
    z-index: 0;
    opacity: 0.4;
}
.cav-four{
    width: 200px;
    position: absolute;
    top:75%;
    right: -20px;
    z-index: 0;
    opacity: 0.4;
}

.btn {
    width: fit-content;
    margin: 0 auto;
    padding: 15px 40px;
    border: 1px solid #f3d19b;
    font-size: 20px;
    border-radius: 15px;
    color: #f3d19b;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .1s linear, color .1s linear;
    text-align: center;
    cursor: pointer;
}

.btn:hover {
    background-color: #251d2a;
}

@media (max-width: 1500px){
    .cav-one {
        width: 470px;
    }
    .cav-two {
        width: 350px;
    }
    .cav-three {
        width: 200px;
        left: -20px;
    }
    .cav-four {
        width: 150px;
        right: 0;
    }
}

@media (max-width: 1400px){
    .intro__title {
        font-size: 120px;
    }
}

@media (max-width: 1200px){
    .intro {
        padding: 100px 20px 0 20px;
    }
    .intro-logo {
        width: 100px;
    }
    .logo-text {
        font-size: 25px;
    }
    .intro__title {
        font-size: 90px;
    }
    .cav-one {
        width: 370px;
        left: -100px;
    }
    .cav-two {
        width: 250px;
        right: -100px
    }
    .cav-three {
        width: 150px;
        left: -10px;
    }
    .cav-four {
        width: 120px;
    }
}

@media (max-width: 1100px) {
    .intro__title {
        font-size: 70px;
    }
}

@media (max-width: 950px){
    .intro {
        min-height: 70vh;
        padding: 50px 0 0 0;
    }
    .intro__title {
        font-size: 80px;
    }
}

@media (max-width: 800px) {
    .intro__title {
        font-size: 60px;
    }
    .intro-logo{
        width: 100px;
        height: auto
    }
    .cav-one {
        width: 320px;
        left: -80px;
    }
}

@media (max-width: 700px) {
    .intro {
        padding: 30px 15px 0 15px;
    }
    .cav-one {
        width: 200px;
        left: -50px;
        top: 50px;
    }
    .intro-logo{
        width: 70px;
    }
    .logo-text {
        font-size: 20px;
        margin-top: 10px;
    }
    .intro__title {
        font-size: 40px;
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .btn {
        font-size: 15px;
    }
    .cav-two {
        width: 170px;
        right: -90px;
        top: 20%;
    }
}


/* Section */
.section {
    padding: 150px 0;
}

.section__header {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.section__title {
    font-size: 35px;
    font-weight: 200;
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 2px #000000;
    width: 80%;
    margin: 0 auto;
}

.section__text {
    font-size: 25px;
    font-weight: 200;
    color: #cccccc;
    margin: 30px 0 7px 0;
}

/*block*/
.section-block{
    padding-top: 100px;
}
.block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.block-img{
    width: 50%;
    background-size: cover;
    background-position: center;
}
.block-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
    min-height: 85vh;
    width: 50%;
    background-color: #141319;
    text-align: center;
}

.block-icon{
    width: 200px; margin: 0 auto 60px auto
}

.block-title{
    font-size: 35px;
    font-weight: 200;
    color: #cccccc;
    text-transform: uppercase;
    text-align: center;
}

/*caviar*/
.caviar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.caviar-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px;
    width: 500px;
    border-radius: 10px;
    padding: 40px 20px;
    background-color: #09060d;
    background-image: linear-gradient(180deg, #09060d, #18151c);
    border: 1px solid #ffffff38;
}
.caviar-title{
    font-size: 35px;
    font-weight: 200;
    color: white;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}
.caviar-img{
    width: 300px;
    height: auto;
    margin: 0 auto
}
.caviar-det{
    padding: 20px;
    margin-top: 20px;
}
.caviar-det h4{
    font-size: 15px;
    font-weight: 500;
    color: white;
    margin-bottom: 12px;
    line-height: 1.5;
    padding-bottom: 2px;
    font-family: 'Montserrat', sans-serif;
}
.contact-det{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    width: 100%;
    padding: 100px;

    min-height: 80vh;

    background-image: url(/assets/images/footer.webp);
    background-size: cover;
    background-position: center;
}
.img-end{
    opacity: 0.7;
    margin-top: 80px
}
.address{
    font-size: 25px;
    font-weight: 300;
    color: #e4e4e4;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.copyright {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;

    font-size: 18px;
    color: #e4e4e4;
    text-align: center;
    margin: 10px auto 0 auto;
    width: fit-content;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}


@media (max-width: 1500px) {
    .section__title {
        font-size: 30px;
    }
    .block-title{
        font-size: 25px;
    }
}

@media (max-width: 1400px) {
    .caviar-item {
        width: 450px;
    }
    .caviar-img {
        width: 250px;
    }
}

@media (max-width: 1230px) {
    .section__text {
        font-size: 22px;
    }
    .caviar-item {
        width: 350px;
    }
    .caviar-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .caviar-img {
        width: 200px;
    }
    .caviar-det h4 {
        font-size: 13px;
    }
    .block-title{
        font-size: 22px;
    }
    .block-text {
        padding: 100px 50px;
        min-height: 70vh;
    }
    .block-icon {
        width: 150px;
        margin: 0 auto 40px auto;
    }
    .img-end{
        max-width: 60%;
    }
    .address {
        font-size: 20px;
    }
}

@media (max-width: 1100px){
    .section__title {
        font-size: 25px;
    }
    .caviar-item {
        padding: 30px 0;
    }
    .caviar-img {
        width: 180px;
    }
    .block-title {
        font-size: 20px;
    }
    .section {
        padding: 120px 0;
    }
}

@media (max-width: 950px) {
    .block-text {
        padding: 70px 30px;
        min-height: 35vh;
    }
    .block-title {
        font-size: 18px;
    }
    .block-icon {
        width: 120px;
    }
}

@media (max-width: 800px) {
    .address {
        font-size: 18px;
    }
    .contact-det {
        padding: 50px 0;
        min-height: 60vh;
    }
    .caviar-item{
        width: 450px;
        margin: 20px;
    }
    .block-title {
        font-size: 16px;
    }
    .copyright {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .contact-det {
        height: 45vh;
    }
    .section__title {
        font-size: 17px;
        width: 95%;
    }
    .section__text {
        font-size: 17px;
    }
    .copyright {
        font-size: 12px;
        padding: 10px 0;
    }
    .caviar-item{
        max-width: 100%;
        margin: 10px 0;
        width: 300px;
    }
    .section__header {
        margin-bottom: 50px;
    }
    .caviar-title {
        font-size: 20px;
    }
    .caviar-img {
        width: 150px;
    }
    .caviar-det h4 {
        font-size: 12px;
    }
    .block-img {
        height: 350px;
        width: 100%;
    }
    .block-text {
        padding: 70px 30px;
        min-height: 35vh;
        width: 100%;
    }
    .block-item-revers{
        flex-direction: column-reverse;
    }
    .block-title {
        font-size: 15px;
    }
    .section-block {
        padding-top: 20px;
    }
    .section {
        padding: 70px 0 20px 0;
    }
    .section__text {
        font-size: 13px;
    }
    .address {
        font-size: 16px;
    }
    .contact-det {
        padding: 70px 0;
    }
}