:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #1f1f1f;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

:root {
    --p-color: #7F6CC2;
}

* {
    padding: 0px; 
    margin: 0px;
    box-sizing: 0px;
    list-style: none;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    background: #121212;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    display: block;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
    color: #d9d5f2;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f8f9fa;
    height: 30px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#0d6efd,#2999ed);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.border-1 a{
    color: white;
    box-sizing: content-box;
    border-radius: 1.5px 1.5px 1.5px 1.5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.bg-img {
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(44, 44, 44, 0.65)), url(obrazky/video-game-minecraft-beach-sun-wallpaper-preview.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.far {
    font-weight: 400;
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.far {
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    color: #000000;
}

.fab {
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    color: #0d6efd;
}

::selection {
    color: #fff;
    background: #000000;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#footer {
    background: #121212;
}

#footer {
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 0;
    padding-bottom: 0%;
    font-size: .9375rem;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    box-shadow: 1px 0 5px 0 #000;
    border-top: 1px solid #0d6efd;
    border-bottom: 1px solid #0d6efd;
}

footer {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-size: 100%;
    background: transparent;
    border: 0;
    text-decoration: none;
}

#footer>.wrap {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#footer a {
    color: rgba(172, 172, 172, 0.932);
}

a {
    cursor: pointer;
}

footer p {
    color: #cccccc;
    text-align: center;
}

p, figure {
    margin: 0 0 1.5rem;
}

p {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    border: 0;
}

p {
    color: rgb(0, 0, 0);
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

::selection {
    color: #057baa;
    background-color: #e7e7e7d3;
}

img {
    border-style: none;
}

.social-media {
    font-size: 1.5rem;
}

.social-media a {
    padding-left: -15%;
}

a {
    color: white;
}

img {
    vertical-align: middle;
    border-style: none;
}

header, .header-content {
    height: 100vh;
    display: flex;
    align-items: center;
}

header, .header-content, .header-content-info, p.content-info-about {
    margin-bottom: -5px;
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.header-content-info {
    width: 100%;
    padding-top: 1%;
    padding-right: 30%;
    padding-left: 15.5%;
}

.content, header, .header-content, .header-content-info {
    padding-right: 8%;
    padding-left: 6%;
}

header .header-content .header-content-image {
    width: 40%;
    margin-left: auto;
}

header .header-content .header-content-image {
    animation: pulse 5s infinite;
}

.container_info {
    background-color: #121212;
    padding-top: 5px;
    padding-bottom: 25px;
}

.container_info h1 {
    margin-top: 5px;
    margin-bottom: -4px;
    font-weight: 500;
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
}

.custom-shape-divider-top-1666287989 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1666287989 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1666287989 .shape-fill {
    fill: #1e72b3ab;
}