/* Add here all your CSS customizations */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.hide-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000075;
    top: 0;
}

.main-references img {
    filter: grayscale(.6);
    transition: 400ms;
}

.main-references .current img {
    filter: grayscale(0);
    transition: 400ms;
}

.main-projects img {
    border-radius: 0 !important;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.main-projects .thumb-info {
    border-radius: 10px !important;
}


.main-projects .thumb-info h3 {
    padding: 10px 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.main-projects .owl-item {
    padding: 25px 0;
}

.curved-border:after {
    transform: translateY(250px);
    transition: 400ms;
}

body.fixed-bar .curved-border:after {
    transform: translateY(0);
    transition: 400ms;
}

.brands-page .portfolio-item span.thumb-info-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-size: 12px;
    text-decoration: none !important;
}

.brands-page .portfolio-item span.thumb-info-wrapper img {
    filter: grayscale(0);
    transition: 400ms;
}

.brands-page .portfolio-item a:hover span.thumb-info-wrapper img {
    filter: grayscale(0);
    transition: 400ms;
}

.brands-page:hover .portfolio-item a:not(:hover) span.thumb-info-wrapper img {
    filter: grayscale(1);
    transition: 400ms;
}


.brands-page .portfolio-item a {
    text-decoration: none !important;
}

span.thumb-info.thumb-info-lighten.border-radius-0 {
    border-radius: 10px !important;
    background: #05abc81c !important;
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    display: none !important;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 100px 0 50px 0;
}



.main-reference-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    background: #05abc81c !important;
    box-shadow: 0px 0px 20px -13px #0000004f;
}

.main-reference-item h3 {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;

}

.main-references .owl-item {
    padding: 25px 0;
    transition: 800ms;
}


.main-references .owl-item.current {
    transform: scale(1.1);
    transition: 800ms;
}

a,
a:hover {
    text-decoration: none !important;
}


.projects-page img.img-fluid {
    height: 225px;
    object-fit: cover;
    transition: 800ms;
}

a.project-card-image img {
    aspect-ratio: 1/ 1;
    margin-bottom: 30px;
    object-fit: cover;
    transition: 400ms;
}

.project-gallery:hover img:not(:hover) {
    filter: grayscale(1);
    transition: 400ms;
}

.page-content {
    min-height: 45dvh !important;
}