
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
/* variable */
:root {      
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --base-color: #7E96A3;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-grey: rgba(255, 255, 255, 0.4);
}
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-brand img {
    max-height: 30px;
}
.header-top-bar div>a {
    color: var(--light-gray);
}
.header-top-bar div>a:hover {
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}
header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}
header .btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
header .btn.btn-small {
    font-size: 15px; 
    padding: 10px 18px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}
.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer ul {
    padding-left: 15px;
}

footer ul li {
    margin-bottom: 1px;
    list-style: disc;
}
footer p {
    line-height: 28px;
}

.footer-dark a {
    color: var(--dark-gray);
}

.footer-dark a:hover {
    color: white;
}

/* page title */

h2, .h2 {
    font-size: 3.438rem;
    line-height: 3.838rem
}



.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.px-30px {
    padding-left:30px;
    padding-right:30px;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}

.cover-background.top-position {
    background-position: top center !important;
}

/* MITICA STYLES */

#homeNews .blog-image {
    aspect-ratio: 30/23;
}

a.navbar-brand img.default-logo {
    transform: translateY(-8px);
}




#homeSlider,
#headerImage {
    background-color: var(--base-color);
}
#homeSlider .darkenBg,
#headerImage .darkenBg,
.productCategoryParallax .darkener{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.4);
}
#headerImage .darkenBg {
    background-color: rgba(0,0,0,.65);
}

#homeSlider .swiper-slide .container,
#headerImage .container {
    position: relative;
}


.productCategoryParallax {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    border-bottom: 20px solid white;
}
.productCategoryParallax.first  {
    margin-top:100px !important;
}

.productCategoryParallax .darkener {
    background: linear-gradient(-90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.productCategoryParallax:nth-child(odd) .darkener {
    background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.productCategoryParallax .imgBlock {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.productCategoryParallax .imgBlock .imgMachine img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.productCategoryParallax .infoBlock {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}


.productCategoryParallax .imgMachine {
    margin-bottom: 20px;
    height: 30vh;
    width: auto;
    aspect-ratio: 3 / 2;
}

.productCategoryParallax .linkMachine {
    margin-top: 20px;
}

.productCategoryParallax .iconCategory {
    width: auto;
    height: 125px;
    display: block;
}

.productCategoryParallax .categoryName {
    margin-top: 100px;
    margin-bottom: 20px;
}

.productCategoryParallax .brandLogos {
    margin-top: 20px;
}

.productCategoryParallax .brandLogos img {
    width: 200px;
    height: auto;
    display: block;
}

.productCategoryParallax:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.productCategoryParallax:nth-child(odd) .row  .imgBlock .imgMachine,
.productCategoryParallax:nth-child(odd) .row  .imgBlock .linkMachine,
.productCategoryParallax:nth-child(even) .row  .infoBlock .categoryName,
.productCategoryParallax:nth-child(even) .row  .infoBlock .iconCategory,
.productCategoryParallax:nth-child(even) .row  .infoBlock .brandLogos{
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}




.productCategoryListItem {
    background-color: transparent;
    justify-content: stretch;
    border-radius: 10px;
    overflow: hidden;
}

.productCategoryListItem > a{
    display: block;
    height: 100%;
    width: 100%;
}

.productCategoryListItem .productCategoryImage {
    display: block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 0 20px 30px 20px;
    overflow: hidden;
    margin-bottom:-15px;
    flex-grow: 0;
    height: auto;
    aspect-ratio: 3 / 2;
    width: 100%;
}

.productCategoryListItem .productCategoryImage .topWhiteBackground {
    background-color: rgb(91,122,138);
    position: absolute;
    top:20%;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s ease-in-out;

}

.productCategoryListItem:hover  .productCategoryImage .topWhiteBackground {
    background-color: rgb(38, 59, 71);
}

.productCategoryListItem .productCategoryImage img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: top;
    z-index: 1;
    position: relative;
}

.productCategoryListItem .productCategoryInfo {
    background: linear-gradient(180deg,rgba(29, 29, 28, 0) 0%, rgba(29, 29, 28, 0) 25%, rgba(29, 29, 28, 1) 25%, rgba(29, 29, 28, 1) 100%);
    border-radius: 10px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    width: 100%;
}



.productCategoryListItem .productCategoryInfo .brandLogos img{
    width: 220px;
    height: auto;
    max-width: 80%;
}

.productCategoryListItem .productCategoryInfo .machinesLink{
    color:rgb(91,122,138);
}



.productCategoryListItem:hover .productCategoryInfo .machinesLink{
    color:rgb(255,255,255);
}
















.productListItem {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.productListItem a.image {
    display: block;
    aspect-ratio: 4/3;
    background: rgb(1,147,255);
    background: linear-gradient(28deg, rgba(1,147,255,1) 0%, rgba(0,81,157,1) 100%);
    border-radius: 10px;
    padding:30px;
}

.productListItem .image img {
    width:100%;
    height: 100%;
    object-fit: contain;
}

.productListItem .brand {
    text-align: center;
}
.productListItem .brand img{
    margin: 0 auto;
    width: 150px;
    max-width: 50%;

}


.productDetail .productHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productDetail .productHeader .title {
    padding-right: 50px;
    flex: 3;
}
.productDetail .productHeader .brand {
    width: 200px;
    max-width: 30%;
    flex:1;
}


.productDetail .mainProductImage {
    display: block;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.productDetail .mainProductImage .topWhiteBackground {
    background: rgb(1,148,255);
    background: linear-gradient(71deg, rgba(1,148,255,1) 0%, rgba(0,80,157,1) 100%);
    position: absolute;
    top:25%;
    left:0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.productDetail .mainProductImage img {
    margin:0 auto;
}

.productDetail .textWrapperContainer .extras {
    column-count: 2;
}

#newsSwiper .swiper-slide {
    margin-bottom: 60px;
}
.newsListItem {
    min-height: 660px;
    height: 100%;
    max-width: 600px;
}


#newsGrid {
    /*grid-auto-rows: 1fr;*/
}

#newsGrid .blog-grid.card {
    margin-bottom:25px;
}

#newsGrid .card-body.pb-0.p-13.md-p-11.pb-20px {
    min-height:310px;
}

.videoRatio {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.aspect-ratio-4-3 {
    aspect-ratio:4/3;
}

section.small-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.textWrapperContainer  ul > li,
.textWrapperContainer  ol > li > ul > li {
    list-style: disc;
}

.textWrapperContainer  ol,
.textWrapperContainer  ul,
.textWrapperContainer  li {
    padding-bottom:10px;
}

footer .legalsCredits {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


footer .legalsCredits .credits {
    text-align: right;
}


footer .legalsCredits .credits a {
    background-color: black;
    padding: 3px 10px 5px 10px;
    display: inline-block;
}

footer .legalsCredits .credits a svg {
    width: 80px;
    height: auto;
}


.productCategoryImage .brandLogos {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.productCategoryImage .brandLogos img.brandLogo {
    width: 100px;
    height: auto;
    aspect-ratio: inherit;
}


.legalSmallBox {
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    padding:10px;
    line-height: 1.2;
    font-size: 14px;
}

.legalSmallBox p {
    margin-bottom: 15px;
}

.terms-condition-box {
    line-height: 1.5;
}

.terms-condition-box .box:before {
    top: 0;
}



@media (min-width: 992px) {
    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }

    .productCategoryParallax .infoBlock {
        padding: 0;
        justify-content: normal;
    }

    .productCategoryParallax .imgBlock .imgMachine img {
        height: auto;
    }
}


@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .productCategoryParallax {
        margin:0 auto !important;
        height: initial;
    }

    .productCategoryParallax .row,
    .productCategoryParallax:nth-child(even) .row,
    .productCategoryParallax:nth-child(odd) .row {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .productCategoryParallax .row .imgBlock {
        order: 2;
        padding-top: 20px;
    }
    .productCategoryParallax .row .infoBlock {
        order: 1;
        padding-bottom: 20px;
    }

    .productCategoryParallax .row .imgBlock .imgMachine {
        display: none;
    }

    .productCategoryParallax .categoryName,
    .productCategoryParallax .categoryName img,
    .productCategoryParallax .brandLogos,
    .productCategoryParallax .imgBlock,
    .productCategoryParallax .imgBlock .linkMachine,
    .productCategoryParallax .infoBlock,
    .productCategoryParallax:nth-child(odd) .row .imgBlock .imgMachine,
    .productCategoryParallax:nth-child(odd) .row .imgBlock .linkMachine,
    .productCategoryParallax:nth-child(even) .row .infoBlock .categoryName,
    .productCategoryParallax:nth-child(even) .row .infoBlock .iconCategory,
    .productCategoryParallax:nth-child(even) .row .infoBlock .brandLogos {
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }

    .productCategoryParallax .iconCategory {
        height: 80px;
    }

    .productCategoryParallax .brandLogos img {
        width: 120px;
        margin-bottom:15px;
    }

}

@media (max-width: 575px){
    /* footer style */
    footer ul {
        padding-left: 0;
    }

    footer ul li {
        list-style: none;
    }
}

@media (max-width: 425px){
    .productDetail .textWrapperContainer .extras {
        column-count: 1;
    }
}