﻿div {
    font-family: "Segoe UI";
}

.demo-main {
    background-color: #fcfcfe;
}

.demo-logo {
    flex: 0 1 auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    align-self: center;
    min-height: 100px;
    justify-content: center;
}

.demo-navbar {
    flex: 1 1 auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    align-self: center;
    min-height: 100px;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.demo-navbar > a {
    flex: 1 1 auto;
}

.demo-navbar-item {
    background-color: #ffffff;
    min-height: 60px;
    min-width: fit-content;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #111111;
    transition: background-color 300ms ease-out , transform 300ms ease-out , color 300ms ease-out ;
}

    .demo-navbar-item:hover {
        color: #00aadd;
    }



.demo-navbar-separator {
    background: rgba(0,0,0,0.2);
    min-height: 40px;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-navbar-login-button-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: auto;
}

.demo-navbar-login-button-holder > a {
    white-space: nowrap;
}

#bar-modules-description {
    background-color: #aaffaa;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bar-carousel {
    max-height: 500px;
    align-items: center;
    justify-content: center;
}

.carousel-image {
    max-height: 300px;
}

.carousel-image-holder {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nobr {
    white-space: nowrap;
}

.carousel-text-holder {
    display: flex;
    align-items: center;
    justify-content: center;

}

.carousel-separator-50 {
    background: rgba(0,0,0,0.2);
    min-height: 50px;
    max-height: 50px;
    min-width: 1px;
    max-width: 1px;
    margin: auto 10px auto 10px;
}

.carousel-separator-100 {
    background: rgba(0,0,0,0.2);
    min-height: 100px;
    max-height: 100px;
    min-width: 1px;
    max-width: 1px;
    margin: auto 10px auto 10px;
}

.carousel-separator-150 {
    background: rgba(0,0,0,0.2);
    min-height: 150px;
    max-height: 150px;
    min-width: 1px;
    max-width: 1px;
    margin: auto 10px auto 10px;
}

.carousel-separator-200 {
    background: rgba(0,0,0,0.2);
    min-height: 200px;
    max-height: 200px;
    min-width: 1px;
    max-width: 1px;
    margin: auto 10px auto 10px;
}

.demo-card-holder {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-content: stretch;
    grid-gap: 10px;
}

.demo-card {
    padding: 20px;
    margin: 20px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
}

    .demo-card:hover {
        transform: scale(1.02);
        cursor: pointer;
    }

.demo-card-image {
    width: 50%;
}

/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230ad4' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230ad4' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}*/


a:link {
    text-decoration: none;
    /*color: #0ad;*/
}

a:visited {
    text-decoration: none;
    /*color: #0ad;*/
}

a:hover {
    text-decoration: none;
    /*color: #0ad;*/
}

a:active {
    text-decoration: none;
    /*color: #0ad;*/
}


.demo-section-text-header-dark {
    color: #009de1;
}

.demo-section-text-header-light {
    color: #004e93;
}

.demo-section-button-blue {
    background-color: #009de1;
    border-color: #009de1;
}

.mailto-wrapper {
    position: fixed;
    bottom: 50%;
    right: 15px;
    z-index: 999999;
}

.mailto-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: #009de1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: visible;
    position: relative;
}

    .mailto-button:hover {
        width: 140px;
        border-radius: 50px;
        background-color: #0056a7;
    }

    .mailto-button:hover svg {
        display: none;
    }

.mailto-button span.invisible {
    opacity: 0;
    max-width: 0;
    color: white;
    transition: opacity .5s ease,
        max-width .5s ease .3s,
        visibility .05s ease;
}

    .mailto-button:hover span.invisible {
        visibility: visible !important;
        max-width: 150px;
        opacity: 1;
        transition: opacity .5s ease, max-width .5s ease, visibility 0s .2s ease;
    }

.mailto-icon {
    width: 30px;
    transition: opacity 0.2s ease;
}

.mailto-button:hover .mailto-icon {
    opacity: 0;
}

.variant {
    align-items: center;
    border-radius: 3rem;
    box-shadow: 0 23px 26px 0 rgba(0, 0, 0, .1);
    display: flex;
    margin-bottom: 1.5rem;
    padding: 3rem;
}

.variant-icon {
    height: 90px;
    margin-right: 3rem;
    width: 90px;
}

.fade-in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@media (max-width: 1199px) {
    .variant {
        border-radius: 2rem;
    }

    .variant-icon {
        height: 70px;
        width: 70px;
    }
}

.logotypes-list {
    list-style: none;
    margin: 0 0 1.5rem;
    max-width: none;
    overflow: hidden;
    padding: 0;
}

.logotypes-list .swiper-wrapper {
    align-items: center;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.logotypes-list .swiper-wrapper .swiper-slide {
    text-align: center;
}

.logotypes-list img {
    max-height: 6rem;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.logotypes-list .swiper-pagination {
    margin-top: 20px;
    text-align: center;
}

.logotypes-list .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;    
}

.logotypes-list .swiper-pagination .swiper-pagination-bullet-active, .logotypes-list .swiper-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.6);
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 1rem;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    width: 7px;
}

.swiper-pagination-bullet-active {
    background-color: #009de1;
}

.posts-container {
    margin: 1em;
}

#main-post {
    margin-left: .5em;
}

#main-post img {
    max-height: 30vh;
}

#main-post .blog-post-preview {
    max-width: initial;
}

.remaining-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.remaining-posts .blog-post-preview {
    max-width: 40vw;
}

#post-content {
    overflow: hidden;
}

#post-content #content {
    padding-left: .5em;
}

#post-content .image-container {
    float: right;
    padding-left: .5em;
    max-height: 50%;
    max-width: 50%;
}

#post-content .image-container img {
    width: 100%;
}