body {
    background-color: #000000;
    color:#ffffff;
    height: 100%;
    margin: 0;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: black;
    border-radius: 10px;
    background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #F8C423;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #FFC800;
}


a {
    color: #F8C423;
    text-decoration: none;
}

a:hover {
    color: #fcd04d;
    text-decoration: none;
}

form .invalid{
    border: 3px solid #a70000;
    color: #a70000;
}

ul.errors{
    /*background-color: #eee;*/
    padding: 10px;
    color: #a70000;
    list-style-position: inside;
    display: inline-block;

}

.flash-success{
    color: #08a700;
    padding: 10px;
    display: inline-block;
}

/*section {
    min-height: 90vh;
}*/

/* Scroll back to TOP */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.social--media--icon--margin {
    margin-top: 50px;
    margin-bottom: 30px;
}

.social--icon--margin {
    margin-right: 10px;
}

.social--media--icon svg:hover {
    background: #F8C423;
    border: #F8C423;
    fill: #000000;
}

.border--icon {
    border-style: solid;
    border-radius: 50%;
    padding: 8px;
}

/* End */

.navbar {
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

/* Menu */

.navbar a {
    font-family: Montserrat !important;
    white-space: nowrap;
}

.container--homepage {
    padding-left: 8%;
    padding-right: 8%;
}

.btn--color--international-en {
    border-radius: 30px 0 0 30px;
    background: #F8C423 0% 0% no-repeat padding-box;
    border: #F8C423;
    padding: 5px;
}

.btn--color--international-en a {
    color: #000000;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 800;
}

.btn--color--international-sk {
    border-radius: 0 0 0 0;
    background: #F8C423 0% 0% no-repeat padding-box;
    border: #F8C423;
    padding: 5px;
}

.btn--color--international-sk a {
    color: #000000;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 800;
}

.btn--color--international-cz {
    border-radius: 0 30px 30px 0;
    background: #F8C423 0% 0% no-repeat padding-box;
    border: #F8C423;
    padding: 5px;
}

.btn--color--international-cz a {
    color: #000000;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 800;
}

.project--logo {
    width: calc(140px + 9vw);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.nav-link {
    color: white;
    border-bottom: 3px solid transparent;
    font-size: calc(0.5rem + 8px);
}

.nav-link:hover {
    color: #F8C423;
    border-bottom: 3px solid #f8c423;
}

.nav-link:active {
    color: #F8C423;
    border-bottom: 3px solid #f8c423;
}

.nav-link:focus {
    color: #F8C423;
    border-bottom: 3px solid #f8c423;
}

.active {
    color: #f8c423 !important;
    border-bottom: 3px solid #f8c423;
}

.nav-item {
    margin-right: calc(-13px + 2vw);
    font-size: 18px;
    font-weight: 600;
}

.nav-ul {
    list-style: none;
    margin-top: 2rem;
}

.language--menu--text {
    font: normal normal 600 18px/22px Montserrat;
    letter-spacing: 0px;
    margin-left: 7px;
    margin-right: 4px;
    color: #FFFFFF;
    opacity: 1;
}

.name--lang--margin {
    margin-left: 3px;
}

.name--lang--margin:hover {
    color: #F8C423  ;
}

.language--menu--margin {
    margin-top: 7px;
}

/*div.colapse li.nav-item a { color: #FF0000; }
li.nav-item a { color: #FF0000; }*/

/* Hamburger animation */
.animation--menu {
    width: 30px;
    cursor: pointer;
}

.animation--menu:before {
    content: "";
    position: fixed;
    transition: 1.2s ;
}

.animation--menu div {
    position: relative;
    top: 0;
    height: 3px;
    background-color: #F8C423;
    margin-bottom: 6px;
    transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width,
    0.3s ease right;
    border-radius: 2px;
}

.animation--menu div:first-child {
    transform-origin: 0;
}

.animation--menu div:last-child {
    margin-bottom: 0;
    transform-origin: 60px;
}

#menu_checkbox:checked + .animation--menu div:first-child {
    top: 0;
    left:3px;
    transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animation--menu div:last-child {
    top: 25px;
    left: -14px;
    transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animation--menu div:nth-child(2) {
    top: 2px;
    transform: rotateZ(-45deg);
}

/* DROPDOWN MENU*/
.menu--hover--disabled:hover {
    background-color: black !important;
    color: #F8C423 !important;
    width: 60%;
}

/*
.dropdown {
    display: inline-block;
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
    min-width: 70px;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
}
.dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #00A4BD;
}
*/

/* Menu End */

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}

p {
    font-family: Montserrat;
}

/*Header homepage for EN*
/* small devices */
.main-h2 {
    font-size: calc(0.48rem + 6.5vw);
    font-weight: 800;
    color: white;
    margin-top: 30px;
}

/* large devices */
.main-h1 {
    font-size: calc(0.1rem + 4vw);
    font-weight: 800;
    color: white;
    margin-top: calc(6rem + 8vw);
}

.second-h1 {
    font-size: calc(0.1rem + 6vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

.second-h2 {
    font-size: calc(1rem + 8.3vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

/*Header homepage for SK*
/* small devices */
.main--h2--sk {
    font-size: calc(0.4rem + 7.4vw);
    font-weight: 800;
    color: white;
    margin-top: 30px;
}

.second--h2--sk {
    font-size: calc(0.75rem + 7vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

/* large devices */
.main--h1--sk {
    font-size: calc(0.1rem + 4.34vw);
    font-weight: 800;
    color: white;
    margin-top: calc(8rem + 8vw);
}

.second--h1--sk {
    font-size: calc(0.1rem + 4.7vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

/*Header homepage for CS*
/* small devices */
.main--h2--cs {
    font-size: calc(0.8rem + 5.4vw);
    font-weight: 800;
    color: white;
    margin-top: 30px;
}

/* large devices */
.main--h1--cs {
    font-size: calc(0.1rem + 4.2vw);
    font-weight: 800;
    color: white;
    margin-top: calc(8rem + 8vw);
}

.second--h1--cs {
    font-size: calc(0.1rem + 4.7vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

.second--h2--cs {
    font-size: calc(1rem + 5.5vw);
    font-weight: 800;
    font-style: italic;
    color: #F8C423;
}

.main-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.main--text--lg--down {
    font-weight: 400;
    font-size: 22px;
    line-height: calc(1.2rem + 0.9vw);
}

.btn-1 {
    font-family: Montserrat;
    font-weight: 800;
    background-color: #F8C423;
    text-decoration: none;
    border-radius: 40px;
    border: 3px solid #F8C423;
    display: inline-block;
    text-align: center;
    padding: 8px calc(1rem + 10px);
    color: #000000;
    height: 53px;
    width: 220px;
    margin-right: 25px;
}

.btn--home--page--join {
    font-size: calc(0.9rem + 0.2vw);
    line-height: 33px;
}

.btn--home--page--learn--more {
    font-size: calc(0.9rem + 0.2vw);
    line-height: 33px;
}

.btn-1:hover {
    color: #000000;
    background: #F8C40A;
    border: 3px solid #F8C40A;
    box-shadow: 0px 3px 24px #F8C423B2;
}

.btn--3 {
    font-family: Montserrat;
    font-weight: 800;
    background-color: #000000;
    text-decoration: none;
    border-radius: 40px;
    border: 3px solid #f8c423;
    display: inline-block;
    text-align: center;
    padding: 8px calc(0.4rem + 10px);
    color: #F8C423;
    height: 53px;
    width: 220px;
    /* box-shadow: 0px 3px 10px #F8C423B2; */
}

.btn--3:hover {
    color: #000000;
    background: #f8c423;
    border: 3px solid #f8c423;
    /* box-shadow: 0px 3px 24px #F8C423B2; */
}

.img--fluid {
    width: calc(25rem + 10vw);
    margin-top: calc(9rem + 4vw);
    margin-left: calc(-7px + 5vw);
}

.img--fluid--lg {
    width: 700px;
    margin-top: 115px;
    margin-left: calc(-8px + 7vw);
}

.navbar-brand {
    margin-left: 138px;
    margin-top: 50px;
}

/* Section OUR CLIENTS*/

#our-clients h1 {
    font-weight: 800;
    font-size: calc(1.8rem + 2vw);
    /* margin-top: 30px; */
    margin-top: 150px;

    /*margin-top: calc(40rem - 30%);*/
}

/* Section HOW IT WORKS*/

#how-it-works h1 {
    font-weight: 800;
    font-size: calc(1.8rem + 2vw);
    margin-top: 15vh;
}

.new1 {
    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #F8C423;
    width: calc(4rem + 4vw);
    height: calc(0.1rem + 0.2vw);
    border-radius: 6px;
    text-align: center;
}

#how-it-works h2 {
    font-weight: 800;
    font-size: calc(1.2rem + 0.7vw);
    color: #F8C423;
    margin-bottom: 10px;
}

#how-it-works p {
    font-weight: 400;
    font-size: calc(1rem + 0.4vw);
}

#home {
    height: calc(63rem + 1vw)
}

.text-card {
    border-radius: 30px;
    background-color: #121212;
}

.text-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.btn-4 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: calc(0.7rem + 0.7vw);
    background-color: #F8C423;
    text-decoration: none;
    border-radius: 40px;
    border: 3px solid #F8C423;
    display: inline-block;
    text-align: center;
    padding: 8px 20px;
    color: #000000;
    width: calc(5.5rem + 3.5vw);
}

@media only screen and (min-width: 300px)  {
    .block--width--card {
        width: calc(20.2rem + 5vw);
        padding: 25px;
        margin: 1rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
    .block--width--card {
        width: 36.4%;
        padding: 25px;
        margin: 2rem;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 2100px) {
    .block--width--card {
        width: 28%;
        padding: 30px;
        margin: 2rem;
    }
}

@media only screen and (min-width: 2100px) {
    .block--width--card {
        width: 22.5%;
        padding: 25px;
        margin: 2rem;
    }
}

.btn-4:hover {
    color: #121212;
    background: #F8C40A;
    border: 3px solid #F8C40A;
    box-shadow: 0px 3px 24px #F8C423B2;
}

/* Section JOIN US*/

.join--us--text {
    font: normal normal 800 calc(2rem + 1vw) Montserrat;
    letter-spacing: 0px;
    color: black;
}

.join-us-md-down {
    background-color: #F8C423;
    margin-top: calc(10vh + 8rem);
    margin-bottom: 15vh;
}

.join-us-md-up {
    background-color: #F8C423;
    margin-top: calc(10vh + 8rem);
    margin-bottom: 15vh;
    border-radius: 30px;
}

.btn-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 20px;
    background-color: #000000;
    text-decoration: none;
    border-style: none;
    border-radius: 40px;
    width: calc(8rem + 6vw);
    height: calc(2rem + 1.5vw);
    color: #F8C423;
}

.btn-2:hover {
    background-color: #202020;
}


.input--join--us {
    text-decoration: none;
    border-radius: 40px;
    border: solid black 1px;
    background-color: white;
    font-size: calc(1rem + 0.4vw);
}

.input--join--us--md {
    text-decoration: none;
    border-radius: 40px;
    border: solid black 1px;
    background-color: white;
    justify-content: center;
    width: calc(15rem + 7vw);
    font-size: calc(0.8rem + 0.5vw);
}
/* Section CONTACT*/

#contact h1 {
    font-weight: 800;
    font-size: calc(1.8rem + 2vw);
    margin-top: 17vh;
}

/* section MAP */

.map--left--bg-border-sm-down {
    background-color: #F8C423;
    border-radius: 30px 30px 0 0;
}

.map--width {
    width: 100%;
    height: 200%;
    border-radius: 0 0 30px 30px;
}

.map--width--up {
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

.map--left--bg-border-sm-up {
    background-color: #F8C423;
    border-radius: 30px 0 0 30px;
}

.map--border--radius--sm--up {
    border-radius: 0 30px 30px 0;
}

.map--border--radius--sm--down {
    border-radius: 30px;
}

.map--left--text--top {
    font: normal normal 800 calc(1.3rem + 1vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 3rem;
}

.map--left--copy--text {
    font: normal normal 300 calc(0.9rem + 0.5vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.map--left--number {
    font: normal normal 800 calc(1.3rem + 1vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 3.75rem;
}

.map--left--channels {
    font: normal normal 300 calc(1.3rem + 0.5vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.map--left--number--sats {
    font: normal normal 800 calc(1.3rem + 1vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 3rem;
}

.map--left--sats {
    font: normal normal  calc(1.3rem + 0.5vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 0.5rem;
    margin-top: 2.8rem;
}

.map--left--total--capacity {
    font: normal normal 300 calc(1rem + 0.5vw) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 3rem;
}

.logo--margin {
    margin-bottom: calc(-2rem - 15vw);
    width: calc(5rem + 8vw);
}

.logo--margin--img {
    margin-bottom: 26px;
    width: calc(5rem + 3vw);
}

.contact--text {
    font: normal normal 800 calc(0.9rem + 0.6vw) Montserrat
}

.contact--text a {
    color: white;
}

/* PAGES */

.pages--text {
    font-size: calc(0.8rem + 0.6vw);
    line-height: calc(1.2rem + 0.9vw);
    margin-top: calc(1rem + 0.5vw);
}

.pages--h1 {
    font-size: calc(2rem + 1.5vw);
    font-weight: 800;
    color: #F8C423;
    margin-top: calc(3rem + 7vw);
}

.pages--h1--margin {
    font-size: calc(2rem + 1.5vw);
    font-weight: 800;
    color: #F8C423;
    margin-top: calc(6rem + 1vw);
}

.pages--h2 {
    font-size: calc(1.5rem + 1.2vw);
    font-weight: 800;
    color: #F8C423;
    margin-top: calc(2rem + 1vw);
}

.pages--h2--margin {
    font-size: calc(1.5rem + 1.2vw);
    font-weight: 800;
    color: #F8C423;
    margin-top: calc(2rem + 10vw);
}

.pages--img--perex {
    margin-top: calc(2rem + 5vw);
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px)  {
    .pages--img--perex {
        margin-top: calc(2rem + 5vw);
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

.pages--img--wide {
    margin-top: calc(2rem + 5vw);
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pages--img--logo {
    margin-top: calc(6rem + 1vw);
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pages--img--between {
    margin-top: calc(1.5rem + 2.5vw);
    width: 70%;
}

@media only screen and (max-width: 768px)  {
    .pages--img--between {
        margin-top: calc(1.5rem + 2.5vw);
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

#home--button {
    font-size: calc(1rem + 0.6vw);
    margin-top: calc(2rem + 1vw);
}

/* Success animation */
.text--success {
    font-size: calc(0.8rem + 1vw);
    font-weight: 600;
    color: black;
}

.hover--link:hover {
    text-decoration: underline;
}


