@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-telugu-v30-latin-regular.eot');
    src: url('../fonts/noto-sans-telugu-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-telugu-v30-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-telugu-v30-latin-regular.woff') format('woff'), url('../fonts/noto-sans-telugu-v30-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-telugu-v30-latin-regular.svg#NotoSansTelugu') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-telugu-v30-latin-700.eot');
    src: url('../fonts/noto-sans-telugu-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-telugu-v30-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-telugu-v30-latin-700.woff') format('woff'), url('../fonts/noto-sans-telugu-v30-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-telugu-v30-latin-700.svg#NotoSansTelugu') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/comic-neue-v9-latin-700.eot');
    src: url('../fonts/comic-neue-v9-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/comic-neue-v9-latin-700.woff2') format('woff2'), url('../fonts/comic-neue-v9-latin-700.woff') format('woff'), url('../fonts/comic-neue-v9-latin-700.ttf') format('truetype'), url('../fonts/comic-neue-v9-latin-700.svg#ComicNeue') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Noto Sans Telugu', Arial, sans-serif;
}
h1, h2, h3, strong, li {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 650px;
    margin: 1rem auto;
    border: solid 1px #34373D;
    background: #fff url('../images/bg.jpg') bottom left no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0 -1rem;
    font-size: 1.5em;
    line-height: 1.8;
    text-transform: uppercase;
}
h1 span {
    background: #00AEEF;
    color: #fff;
    padding: 0.3125rem 1rem 0;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    color: #fff;
    text-transform: uppercase;
    background: #F99B2A;
    width: fit-content;
    padding: 0.25rem 0.5rem 0 1rem;
    margin: 0 0 1rem -1rem;
}
h3 span {
    font-size: 0.7em;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
article {
    padding: 0 1rem;
}
.qrc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 10rem;
    right: 1rem;
}

.qrc figure > img {
    margin-bottom: -1.875rem;
}
.qrc p {
    font: 700 1.125em/1 'Comic Neue', cursive;
}
article > p:last-of-type {
    width: fit-content;
    position: relative;
    z-index: 2;
}
footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    gap: 0.74rem;
    bottom: 0;
    right: 1rem;
}
@media only screen and (max-width: 649px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    :is(h1, h2, li) br {
        display: none;
    }
    .qrc {
        width: fit-content;
        margin: 1rem auto;
    }
    footer, .qrc {
        position: static;
    }
    footer {
        align-items: center;
        padding: 0 1rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}