
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


html, body {
    font-family: 'Metropolis';
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
    height: 100%;
    color: #121212;
}

a, .btn-link {
    color: #0366d6;
}


    a.social-link {
        color: #dddddd;
        text-decoration: none;
    }

    a.social-link:hover {
        color: #ffffff;
    }


.red-border {
    opacity: 1 !important;
}

.inbarn-background-logo {
    position: absolute;
    top: -20%;
    left: 0%;
    background-image: url('/img/inbarn_logo_background.svg');
    z-index: 1;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    opacity: 0.2;
    background-size: cover;
}

summary {
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0px;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.visit-website {
    transition: 0.75s;
    
}

.visit-website:hover {
    filter: brightness(0.9);
    transition: 0.75s;
    transform: scale(0.9);
}


.dots-top {
    opacity: 1;
    margin-top: 0px;
    transition: 1s;
}

a.dot {
    color: #333333;
    font-size: 13px;
    margin-right: 3vw;
    letter-spacing: 0px;
    font-weight: 500;
    text-decoration: auto;
    cursor: pointer;
    font-family: "Metropolis";
    transition-duration: 0.3s;
    text-transform: uppercase;
}

.dot-active {
    color: #cc0000 !important;
    font-weight: 500 !important;
    transition-duration: 0.3s;
}

.navbar-container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    width: 100vw;
    height: 55px;
    position: fixed;
    background: #ffffff;
    z-index: 1000;
}

.column1 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;   
}


.column2 {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.column3 {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #aaaaaa; 
}



.logo {
    width: 60px;
    padding-left: 30px;
    padding-top: 5px;
}


.page {
    width: 100%;
    height: calc(100vh - 55px);
    margin-top: 55px;
    position: absolute;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dots-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    top: 0;
    width: 0%;
    background: #ED3426;
    background: #0072ed;
    background: #28AE2F;
    z-index: 1000;
    display: none;
    transition: 0.5s;
}



/*Book */

.link-up {
    position: absolute;
    left: calc(50% - 27.5px);
    width: 55px;
    height: 55px;
    background: #D80819;
    z-index: 11;
}

    .link-up div {
        margin: 27px 25px 0px 25px; /*25px 20px 0px 20px*/
    }

.arrow-up i {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin: -5px 0px 5px -7px;
    color: #ffffff;
}

.arrow-down {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    width: 60px;
    height: 40px;
    background: #ED3426;
    z-index: 4;
}

    .arrow-down div {
        margin: 6px 20px 0px 18px;
    }

    .arrow-down i {
        border: solid #ffffff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }




.products {
    width: 90%;
    height: 70vmin;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-card {
    height: 70vmin;
    width: 33.3%;
    position: relative;
    border: none;
    /*z-index: 2;*/
    transform: scale(1);
    transition: all 0.3s ease-in;
    animation-duration: 1s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #021933;
    background: #021d38;
    background: #01162b;
    background: #021933;
}

    .product-card:hover {
        /*box-shadow: 2px 2px 10px 10px #eeeeee;*/
        /*transform: scale(1.015);*/
    }


.product-card-container {
    width: 96%;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-card-headline {
    font-size: 26px;  
    font-weight: 600;
    margin-bottom: 10%;
}

.product-card-description {
    font-size: 1.2vw;
    font-weight: 300;
    margin-bottom: 10%;
    letter-spacing: 0.5px;
}


#product1, #product2, #product3 {
    transition: background 1s ease-out;
}

    #product1:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #fff000 0%, #ed008c 74%);
        
    }


    #product2:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, rgba(200, 255, 0, 0.9) -40%, rgba(0, 135, 0, 0.95) 100%);     
    }


    #product3:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #08c8f6 0%, #4d5dfb 74%);
    }


.preloader {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #010E1C;
    background: #0d1a26;
    display: none;
}

.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}





/*


video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-webkit-media-controls-volume-control-container {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-panel {
    height: 100% !important;
    width: 100% !important;
    background: rgba(0,0,0,0);
    justify-content:center !important;
    align-items:center !important;
}


video::-internal-media-controls-button-panel {
    height: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}


video::-webkit-media-controls-play-button {
    background-color: #27aa2d;
    border-radius: 50%;
    left: calc(50% - 10px);
    top: 0%;
}







video::-moz-media-controls-current-time-display {
    display: none !important;
}

video::-moz-media-controls-mute-button {
    display: none !important;
}

video::-moz-media-controls-fullscreen-button {
    display: none !important;
}

video::-moz-media-controls-volume-control-container {
    display: none !important;
}

video::-moz-media-controls-timeline {
    display: none !important;
}

video::-moz-media-controls-panel {
    height: 100% !important;
    width: 100% !important;
    background: rgba(0,0,0,0);
    justify-content: center !important;
    align-items: center !important;
}


video::-internal-media-controls-button-panel {
    height: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}


video::-moz-media-controls-play-button {
    background-color: #27aa2d;
    border-radius: 50%;
    left: calc(50% - 10px);
    top: 0%;
}
*/



    /*
@media screen and (max-width:768px) {
}


@media screen and (max-width: 992px) and (min-width: 768px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }

}*/


