@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media only screen and (min-width: 2200px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (min-width: 1940px) {
    html {
        font-size: 100%;
    }
}

/* @media only screen and (max-width: 1500px) {
    html {
        font-size: 100%;
    }
} */

/* @media only screen and (max-width: 1440px) {
    html {
        font-size: 87.5%;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 75%;
    }
} */

@media only screen and (max-width: 400px) {
    html {
        font-size: 90%;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 70%;
    }
}

body {
    background-size: cover !important;
    background: url(/tatari-4.png) no-repeat center;
    position: relative;
    height: 100vh;
    font-family: 'Playfair Display', serif;
    color: #E3BD73;
}

body::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e3be7315;
}

a, a:hover, a:focus {
    text-decoration: unset;
    color: inherit;
    transition: all .3s ease-out;
}

.title {
    font-size: 1.875rem;
    letter-spacing: 0.75rem;
}

.subtitle {
    font-size: .75rem;
    letter-spacing: 0.3rem;
    padding: 2rem 0;
    border-top: 1px solid #E3BD73;
    border-bottom: 1px solid #E3BD73;
    font-family: 'Montserrat', sans-serif;
    margin: 3.125rem 0;
}

.info-title {
    font-size: 1.125rem;
    font-weight: bold;
}

.info-desc {
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.wrap {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    top: 4.375rem;
    left: 8.75rem;
    z-index: 2;
}

.wrap>img {
    margin-bottom: 4.375rem;
    max-width: 16.25rem;
}

.info-cont>*+* {
    margin-top: 3.125rem;
}

@media(max-height:991px) {
    .wrap {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:1199px) {
    body {
        background-position: right;
    }
    body::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }
}

@media(max-width:767px) {
    .wrap {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 1rem;
        align-items: center;
        height: 90%;
        justify-content: space-evenly;
        height:80vh;
    }
    .title {
        text-align: center;
        font-size: 1.5rem;
    }
    .wrap>img {
        margin-bottom: 3rem;
    }
    .info-cont>*+*, .subtitle {
        margin-top: 1.5rem;
        text-align: center;
    }
    .info-cont {
        text-align: center;
    }
}