body {
    padding-bottom: 50px;
}

.polidea-paragraph {
    font-size: 1.2rem;
}

.polidea-primary {
    color: #4C4C49;
}

.polidea-secondary {
    color: #D89102;
}

.polidea-shadow {
    box-shadow: 5px 5px 15px #111;
}

.polidea-rounded {
    border-radius: 50px;
}

.bg-lightgray {
    background-color: lightgray;
}

.fixed-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

#spinner {
    width: 50px;
    height: 50px;
}

.client-logo {
    position: relative;
}

.client-logo img {
    width: 105px;
    height: 105px;
    transition: 0.5s;
}

.client-logo:hover img {
    filter: brightness(0) invert(1);
}

.video-section {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-div {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

:root{--bs-primary:#151515;--bs-secondary:#6c757d;--bs-link-color:#151515;--bs-link-hover-color:#111}
body{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;padding-bottom:50px}
#navScroll{height:100px;background:#fff}#nav-logo{height:60px}@media (min-width:992px){#nav-logo{height:80px}}@media (min-width:1200px){#nav-logo{height:100px}}
.fullscreen-div{min-height:70vh;display:flex;align-items:center;justify-content:center}@media (min-width:768px){.fullscreen-div{min-height:80vh}}@media (min-width:1200px){.fullscreen-div{min-height:100vh}}
.polidea-paragraph{font-size:1.2rem}.polidea-secondary{color:#D89102}.polidea-shadow{box-shadow:5px 5px 15px #111}
.display-5{font-size:calc(1.425rem + 2.1vw)}.fw-bold{font-weight:700!important}

@media (max-width:991.98px){
    .team-member-img{width:200px!important;height:200px!important;margin:0 auto 1.5rem!important}
}

@media (min-width: 768px) {
    .fullscreen-div {
        min-height: 80vh;
    }
}

@media (min-width: 1200px) {
    .fullscreen-div {
        min-height: 100vh;
    }
}

.logos-box {
    width: 100%;
}

@media (min-width: 992px) {
    .logos-box {
        width: 840px;
    }
}

@media (min-width: 1200px) {
    .logos-box {
        width: 1120px;
    }
}

@media (max-width: 575.98px) {
    .polidea-paragraph {
        font-size: 0.875rem;
    }
}

#aos2 {
    background-image: url("../img/people15.jpg");
    --bs-aspect-ratio: 50%;
}

#aos3 {
    background-image: url("../img/interior42.jpg");
}

#aos4 {
    background-image: url("../img/people4.jpg");
    --bs-aspect-ratio: 150%;
}

#nav-logo {
    height: 60px;
}

@media (min-width: 992px) {
    #nav-logo {
        height: 80px;
    }
}

@media (min-width: 1200px) {
    #nav-logo {
        height: 100px;
    }
}

#video-teaser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
