@font-face {
    font-family: "Space Mono";
    src:
        url("space_mono.woff2") format("woff2");
}

@font-face {
    font-family: "bigmug";
    src: url("fl-bigmug-line.woff") format("woff");
}

body {
    font-family: "Space Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .2rem;
    color: rgb(51, 51, 51);
    background-color: #f7f7f7;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
}

.secondary-text {
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0.7px;
}

em,
i,
b,
strong {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h4 {
    font-size: 16px;
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    transition: all 0.3s ease-out;
}

a:visited {
    color: rgb(51, 51, 51);
}

a:hover {
    color: #00a9ff;
    background-image: none;
}

b,
strong,
em {
    font-weight: 700;
}

.primary-button {
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    line-height: 60px;
    color: white;
    display: inline-block;
    background-image: linear-gradient(to right, #00aafc 0%, #00caad 100%);
    transition: all 0.3s ease-out;

}

a.primary-button:hover {
    color: white;
    background-color: #00a9ff;
    background-image: none;
}

.secondary-button {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    background-color: #eaeced;
    line-height: 30px;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

a.secondary-button:hover {
    color: #ffffff;
    background-image: none;
    background-color: #00a9ff;

}

.linear {
    background-image: linear-gradient(to right, #00aafc 0%, #00caad 100%);
}

.icon {
    font-family: "bigmug";
    color: #00a9ff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
}

.main-icon {
    font-family: "bigmug";
    color: #00a9ff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
    transition: transform 0.3s;
}

.box:hover .main-icon {
    font-family: "bigmug";
    color: #00a9ff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #00a9ff 0%, #00caad 100%);
    transform: scale3d(1.4, 1.4, 1.4);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin-right: 0px;
}

.inline-list ul li {
    display: inline;
}

section {
    margin: 0 auto;
}

.black-text {
    color: rgb(21, 21, 21);
    font-weight: 400;
}



.box {
    box-shadow: 0 0 16px 0 rgba(51, 51, 51, 0.06);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer {
    background-color: #23242a;
}

#foot-backbox::before {
    content: '';
    position: absolute;
    transform: skew(20deg);
    width: 100%;
    height: 130px;
    transform-origin: left 350%;
    background: #34353b;
}

#langSelector{
    border:none;
    background-color: rgb(234,236,237);
}
#langSelector option{
    border:none;
}
#langSelector option:hover{
    color: #00a9ff;
}
