html {
    scroll-behavior:smooth
}

.preloader {
    opacity: 0;
}

.header-slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-height-bg {
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.header-content {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.flex-direction-nav {
    position: relative;
    bottom: 20vh;
}

.header-logo {
    width: 100%;
    margin-bottom: 30px;
    max-width: 700px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.header-logo img {
    opacity: 1 !important;
    width: 100%;
}

.page_slider .flexslider .slides li:before {
    z-index: 2;
}

.page_footer {
    margin-top: 100px;
}

.about-info {
    padding: 0 10px;
}

.about-info-content {
    border: 4px solid #dc143c;
    padding: 20px 30px;
    height: 100%;
}

.makuda h4 {
    color: white;
    line-height: 1.2;
    text-shadow: -1px 1px 4px black;
}

.partners {
    margin-top: 125px;
}
.partners .info header{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
}

.item-gallery .item-content .subtitle a.small-text{
    line-height: 1.4;
    display: block;
}
.item-gallery:hover h6 {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}

.item-gallery .project-client {
    opacity: 0;
    -webkit-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 5;
}
.item-gallery:hover .project-client {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}

.project-client {
    font-size: 10pt;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.project-client a:not(.btn) {
    color: black;
    cursor: pointer;
}

.footer-logo
{
    width: 280px;
    margin-top: -50px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.navbar-logo
{
    width: 185px;
}

.flexslider .slides img {
    opacity: .6;
}
.flexslider .slides > li {
    background-color: black;
}

.gallery-carousel .filters a {
    margin: 0 8px;
}

.text-section .content h1 {
    line-height: 72px;
}

.teaser-content a {
    color: inherit;
}

.whatsapp-container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    animation: wiggle 4s;
    animation-iteration-count: 5;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    cursor: pointer;

}

.galleria .owl-item img {
    width: 100%;
    height: 92vh;
    object-fit: cover;
    object-position: top;
}

/* Keyframes */
@keyframes wiggle {
    0%, 7% {
        transform: rotateZ(0);
    }
    11% {
        transform: rotateZ(-15deg);
    }
    13.5% {
        transform: rotateZ(10deg);
    }
    16% {
        transform: rotateZ(-10deg);
    }
    18.5% {
        transform: rotateZ(6deg);
    }
    21% {
        transform: rotateZ(-4deg);
    }
    23.5%, 100% {
        transform: rotateZ(0);
    }
}
@keyframes pause {
    /* Other animation is visible for 25% of the time */
    0% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

/* Cookie Bot*/
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #dc143c !important;
    border-color: #dc143c !important;
    color: white !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: transparent !important;
    border-color: #dc143c !important;
    color: black !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    color: #dc143c !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-color: #dc143c !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-color: #dc143c !important;
    color: #dc143c !important;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #dc143c !important;
    border-color: #dc143c !important;
    color: white !important;
}
#CookiebotWidget .CookiebotWidget-consent-details button {
    color: #dc143c !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #dc143c !important;
}

@media screen and (min-width: 600px) {
    .flex-direction-nav {
        position: unset;
        bottom: unset;
    }
}

@media screen and (min-width: 1200px) {
    div.page_header_wrapper {
        height: 123px !important;
    }
}