body {
    min-height: 100vh;
    background-color: #282e33;
}

#app {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-position: center;
}

.project-title {
    margin-bottom: 5px;
    color: #efefef;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
}

.preloader::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px; left: 0px;
    width: 100px; height: 100px;
    background-image: url(../img/robot.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -25px;
    margin-left: -25px;
}

.preloader {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}

.preloader::after {
    content: "";
    position: relative;
    top: 1px; right: 7px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 8px solid transparent;
    border-top-color: #282e33;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 5s linear infinite;
}

.lead-title {
    margin-top: 0;
    color: #efefef;
    line-height: 1.1;
    font-size: 1.6rem;
    font-variant-caps: small-caps;
    text-align: center;
}

video {
    border-radius: 5px;
}

.uk-card-body {
    border-radius: 5px;
}

.uk-card-small .uk-card-body, .uk-card-small.uk-card-body {
    padding: 10px;
}

.glassmorphizm, .uk-card-default {
    color: #efefef;
    background: rgba(228, 228, 228, 0.2);
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(12, 12, 12, 0.17);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.glassdark {
    background: rgba(77, 77, 77, 0.2);
}

.uk-button-primary {
    background-color: #27a6e6;
}

.bot-card {
   width: 128px;
}

.bot-title {
    padding-left: 10px;
}

.btn-icon {
    position: relative;
    bottom: 2px;
}

.cta-btn {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(12, 12, 12, 0.17);
}

.cta-container {
    color: #2f2f2f;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(12, 12, 12, 0.17);
}

.main-container {
    max-width: 525px;
}

.feature {
    min-height: 60px;
    text-align: center;
}

h4, a, .uk-accordion-title {
    color: #efefef;
}

.uk-accordion-title {
    font-size: 1rem;
}

.uk-badge {
    display: inline-block;
    font-weight: bold;
    padding: 10px;
}

footer {
    padding: 20px;
    border-radius: 0!important;
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
