@charset "utf-8";
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mukta-v13-latin-regular.eot');
    src: local(''),
        url('../fonts/mukta-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mukta-v13-latin-regular.woff2') format('woff2'),
        url('../fonts/mukta-v13-latin-regular.woff') format('woff'),
        url('../fonts/mukta-v13-latin-regular.ttf') format('truetype'),
        url('../fonts/mukta-v13-latin-regular.svg#Mukta') format('svg');
}
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/mukta-v13-latin-700.eot');
    src: local(''),
        url('../fonts/mukta-v13-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mukta-v13-latin-700.woff2') format('woff2'),
        url('../fonts/mukta-v13-latin-700.woff') format('woff'),
        url('../fonts/mukta-v13-latin-700.ttf') format('truetype'),
        url('../fonts/mukta-v13-latin-700.svg#Mukta') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #6C6D70;
    font: 400 1em/1.3em 'Mukta', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 2px solid #A8A9AD;
    background: #fff;
    overflow: hidden;
}
:is(h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
:is(h1, h2) {
    color: #D1232A;
}
h1 {
       margin: 0 0 8.5rem;
    font-size: 1.5em;
    line-height: 1.1;
    color: #E5937A;
    position: absolute;
    bottom: -6.5rem;
    right: -0.2rem;
    width: 40%;
    text-align: center;
}
h2 {
    font-size: 3.7em;
    line-height: 1;
    color: #D1232A;
    margin-bottom: 0.75rem;
}
h2+p {
    color: #fff;
    font-size: 2.85em;
    line-height: 1;
    padding-bottom: 7rem;
}
h3 {
    font-size: 3.5em;
    line-height: 1.1;
    color: #D1232A;
    text-align: center;
    position: absolute;
    right: 1.25rem;
    top: 15.3rem;
}
h3 span {
    color: #E59279;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
article {
    position: relative;
}
article a {
  position: absolute;
  bottom: 25%;
  width: 14%;
  height: 23%;
  left: 12%;
}
footer {
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer>p {
    font-size: 1.8em;
    line-height: 1;
    order: 2;
    color: #BABBBE;
}
footer>p small{
    font-size: 0.9em;
    letter-spacing: -0.3px;
}
.small {
    font-size: 0.55em;
}
.small a{
    color: #6C6D70;
    font-size: 1.45em;
    line-height: 1.3em;
}
footer figure{
    order: 1;
}
section {
    width: 215px;
    padding: 0.5rem;
    order: 1;
}
section p {
    font-size: 1.75em;
    line-height: 1.3em;
    color: #000;
}
.social {
    display: flex;
    justify-content: start;
    gap: 0.625rem;
    margin-top: 0.5rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    p, h1, h2 {
        text-align: center;
    }
    h1 {
        position: static;
        width: 100%;
        padding: 2rem 1rem 0;
        margin: 0;
    }
    .social{
        justify-content: center;
    }
    h2 {
        font-size: 3em;
    }
    h2+p {
        color: #D1232A;
        font-size: 2em;
        padding-bottom: 1.5rem;
    }
    h3 {
        font-size: 2.3em;
        position: static;
    }
}
@media only screen and (max-width:780px) {
    footer {
        flex-direction: column;
        gap: 1.5rem;
    }
    footer>p {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    h2 {
        font-size: 2.5em;
    }
    h2+p {
        font-size: 1.7em;
        line-height: 1.2;
    }
    footer>p{
        font-size: 1.6em;
    }
}