a.link {
    color: #445469;
    border-bottom: solid 1px #b4bac3;
}

a.link:focus,
a.link:hover {
    color: #f69923;
    border-bottom-style: solid;
    border-bottom-color: #f69923;
}

input[type='range'] {
    cursor: pointer;
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-size-x-large {
    font-size: x-large;
}

.single-feature i {
    color: #445469;
}

.wellcome-heading__h2 {
    z-index: 10 !important;
}

model-viewer#camel-model {
    --poster-color: transparent;
}

/* How it works? */

.how-it-works-area {
    overflow: hidden;
    position: relative;
}

.how-it-works-area__title {
    color: #fff !important;
}

.how-it-works-area__line-shape {
    background-color: #ccc !important;
}

.playground {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65);
}

.playground__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(3px);
    transform: scale(1.1);
    background-size: cover;
    background-image: url(../img/how-it-works/background-cover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.playground__model {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.playground__event {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.playground__event--closed {
    background-image: url(../img/how-it-works/closed.svg);
}

.playground__event--openned {
    background-image: url(../img/how-it-works/openned.svg);
}

.controls {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.65);
}

.controls__screen {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#playground-control-open,
#playground-control-close {
    cursor: pointer;
}

.playground-message {
    color: #ffffff;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    background-color: #333333;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch__checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch__slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch__checkbox:checked + .switch__slider {
    background-color: #2196f3;
}

.switch__checkbox:focus + .switch__slider {
    box-shadow: 0 0 1px #2196f3;
}

.switch__checkbox:checked + .switch__slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

/* Rounded sliders */
.switch__slider--round {
    border-radius: 30px;
}

.switch__slider--round:before {
    border-radius: 50%;
}

/* Push Button */

.push-button {
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
    background: rgb(255,215,0);
    background: radial-gradient(circle, rgba(255,215,0,1) 95%, rgba(204,172,0,1) 100%);
}

.push-button__label {
    display: block;
    margin: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.push-button__checkbox {
    display: none;
}

.push-button__checkbox:checked + .push-button__button {
    box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.push-button__button {
    background: rgb(255,35,1);
    background: radial-gradient(circle, rgba(255,35,1,1) 0%, rgba(204,28,0,1) 35%, rgba(153,21,0,1) 100%);
    border-radius: 100%;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 56px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    border: solid 1px #660e00;
}

/* Marble Monitor */

.marble-monitor-area__title {
    color: #fff !important;
}

.marble-monitor-area__line-shape {
    background-color: #ccc !important;
}

.marble-monitor-area__content-description {
    text-align: center;
}

.marble-monitor-area__content-description p {
    margin-bottom: 0;
}

.marble-monitor-area__content-benefits,
.marble-monitor-area__content-description {
    margin-bottom: 2em;
}

.marble-monitor-area__content-footer,
.marble-monitor-area__content-benefits {
    margin-top: 2em;
}

.marble-monitor-area__content-benefits {
    background-size: contain;
    background-image: url('../img/marble-monitor/marble-monitor.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.marble-monitor-area__content-benefits .list-group-item {
    color: #fff;
    border-color: #445469;
    background-color: rgba(255, 255, 255, 0.1);
}

.grecaptcha-badge { 
    visibility: hidden;
}