/* 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;
    }


#track {
    width: 100vw;
    height: 100vh;
}


html, body {
    font-family: 'Inter';
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box !important;
    background: transparent;
    color: #1F3A56;
}



.light {
    font-family: 'Inter';
    /*letter-spacing: 0px !important;*/
    font-weight: 300;
    transform: scale(1,0.93);
    transform-origin: left;
}

.regular {
    font-family: 'Inter';
    font-weight: 400;
    /*letter-spacing: -0.5px !important;*/
    transform: scale(1,0.93);
    transform-origin: left;
}

.semibold {
    font-family: 'Inter';
    font-weight: 500;
    /*letter-spacing: 0.5px !important;*/
    transform: scale(1,0.93);
    transform-origin: left;
}

.bold {
    font-family: 'Inter';
    font-weight: 700;
    /*letter-spacing: 0.5px !important;*/
    transform: scale(1,0.93);
    transform-origin: left;
}


a.dot {
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
    margin-right: 3vw;
    font-weight: 400;
    text-decoration: auto;
    cursor: pointer;
    font-family: 'Inter';
    transform: scale(1,0.94);
    transform-origin: left;
    display: inline-block;
}

.dot-active {
    opacity: 1 !important;
    color: #EA0E0E !important;
    font-weight: 400 !important;
    transition-duration: 0.5s;
    font-family: 'Inter';
    transform: scale(1,0.94);
    
    transform-origin: left;
}


a, .btn-link {
    color: #333333;
    text-decoration: none;
}


    a.social-link {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 15px;
        background: transparent;
        opacity: 0.25;
        border: 1px solid #283847;
    }

    a.social-link:hover {
        opacity: 0.5;
    }


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;
}


.navbar-container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    width: 100vw;
    height: 60px;
    position: fixed;
    /*background: #010E1C;
    background: #011326;
    background: #ffffff;
    background: #073054;
    background: transparent;*/
    background: #012D5B;
    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: center;
    align-items: center;
    color: #dddddd; 
    /*margin-right: 20px;*/
}



.logo {
    width: 140px;
    padding-left: 20px;
    padding-top: 5px;
}


.page {
    width: 100%;
    height: 100vh;
    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: #dd3603;
    background: #F73A2C;
    background: #ffb000;
    background: #0065d1;
    opacity: 1;
    z-index: 1000;
    display: none;
    transition: 0.5s;
}




.grainactive {
    background-image: url('/img/grainactive.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 150% !important;
    background-repeat: no-repeat !important;
    background-position: 0% 100%;
}

.euroforward {
    background-image: url('/img/euroforward.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hg {
    background-image: url('/img/hg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.denisenko {
    background-image: url('/img/denisenko.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.davagro {
    background-image: url('/img/davagro.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.drivesafe {
    background-image: url('/img/drivesafe.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.tireservice {
    background-image: url('/img/tireservice.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.starkagro {
    background-image: url('/img/starkagro.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*Book */

.link-up {
    position: absolute;
    left: calc(50% - 30px);
    width: 55px;
    height: 60px;
    background: #ffa000;
    background: #0065D1;
    background: #F01010;
    z-index: 11;
}

    .link-up div {
        margin: 27px 20px 0px 20px; /*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: -1px 0px 5px -3px;
    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;
}



#service1 p, #service2 p, #service3 p, #service4 p, #service5 p, #service6 p, #service7 p, #service8 p {
    color: #3A4958;
}

#service1:hover p, #service2:hover p, #service3:hover p, #service4:hover p, #service5:hover p, #service6:hover p, #service7:hover p, #service8:hover p {
    color: #ffffff
}



#service1:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service2:hover {
    transition: background 0.2s ease;
    background: #00A042;
    background: #00aa44;
}

#service3:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service4:hover {
    transition: background 0.2s ease;
    background: #d60887;
    background: #d30878;
}


#service5:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service6:hover {
    transition: background 0.2s ease;
    background: #00A042;
}

#service7:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service8:hover {
    transition: background 0.2s ease;
    background: #d60887;
}


.blog-list-card {
    border: 1px dashed rgba(40,56,71,0.2);
    border: 1px dashed #dddddd;
}

    .blog-list-card:hover {
        border: 1px dashed #F01010;
        /*box-shadow: 0px 0px 30px rgba(0,0,0,0.05);*/
        /*background: #167df0;*/
    }

        .blog-list-card:hover > div > p {
            /*color: #ffffff;*/
        }

/*
#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%);
    }
*/
.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5);
}




.button-blue {
    border-radius: 20px;
    padding: 10px 25px;
    background: #ffffff;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 1s;
    font-weight: 300;
    border: 1.5px solid #167DF0;
}

    .button-blue:hover {
        cursor: pointer;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1.5px solid #167DF0;
    }

/*
@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);
    }

}*/


.curve {
    width: 100%;
    height: calc(100vh - 50px);
    margin-top: 50px;
}

    .curve:after {
        background: #ffffff;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        margin-left: 0px;
        border-right: 4px solid #e40101 !important;
        border-bottom: 4px solid #e40101 !important;
        -webkit-border-radius: 0 0 100% 0;
        -moz-border-radius: 0 0 100% 0;
        border-radius: 0 0 100% 0;
    }


.fast-start {
    position: absolute;
    left: 10%;
    bottom: 10%;
}



.rapid-growth {
    position: absolute;
    left: 45%;
    bottom: 30%;
}


.power {
    position: absolute;
    left: 80%;
    bottom: 70%;
}



.services-headline {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #e40101;
    text-transform: uppercase;
    cursor: pointer;
}

.services-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    margin: 0px auto 0 auto;
    max-width: 350px;
    text-align: center;
}

.item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 0;
    transform: translate3d(0,0,0) !important;
}



.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    overflow: hidden !important;
    bottom: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    text-shadow: none !important;
    background: transparent;

    
}


    .carousel-caption span {
        font-size: 16px;
        width: 100%;
        position: absolute;
        line-height: 1.6;
        font-weight: 300;
        text-align: center;
        margin: 0;
        padding: 0;
        opacity: 1;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
        background: transparent;
        color: rgb(255, 255, 255, 1);
        color: rgb(40, 56, 71, 0.6);
        text-transform:uppercase;
    }


#caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
    opacity: 0;
}

.active {
    opacity: 1 !important;
}


.run-animation {
    -ms-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -webkit-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -moz-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
}

@keyframes carouselCaption {

    0% {
        opacity: 0;
        -ms-transform: translateY(70px) scale(1,0.93);
        -webkit-transform: translateY(70px) scale(1,0.93);
        -moz-transform: translateY(70px) scale(1,0.93);
        transform: translateY(70px) scale(1,0.93);
        background: transparent;
    }


    15% {
        opacity: 0.6;
        -ms-transform: translateY(10px) scale(1,0.93);
        -webkit-transform: translateY(10px) scale(1,0.93);
        -moz-transform: translateY(10px) scale(1,0.93);
        transform: translateY(0) scale(1,0.93);
    }

    40% {
        opacity: 1;
        -ms-transform: translateY(0px) scale(1,0.93);
        -webkit-transform: translateY(0px) scale(1,0.93);
        -moz-transform: translateY(0px) scale(1,0.93);
        transform: translateY(0) scale(1,0.93);
    }

    85% {
        opacity: 1;
        -ms-transform: translateY(0px) scale(1,0.93);
        -webkit-transform: translateY(0px) scale(1,0.93);
        -moz-transform: translateY(0px) scale(1,0.93);
        transform: translateY(0) scale(1,0.93);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(0px) scale(1,0.93);
        -webkit-transform: translateY(0px) scale(1,0.93);
        -moz-transform: translateY(0px) scale(1,0.93);
        transform: translateY(0) scale(1,0.93);
    }
}


