@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root{
    --accent-color:#000839;
    --action-color:#0b89e8;
    color-scheme: only light;
}
*,
*:after,
*::before {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color:#333;
}

.top-bg, .body-bg, .bottom-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 90%;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.top-bg {
    background-image: url(../images/background/top-bg.png);
    background-position: right top;
}

.body-bg {    
    background-image: url(../images/background/body-bg.png);
    background-position: center;
    z-index: -1;
    background-size: max(80%);
}

.bottom-bg {
    background-image: url(../images/background/bottom-bg.png);
    background-position: left bottom;
    
}

/* GENERAL */
.bg-none{
    background:none;
}
.bg-black{
    background-color:#000!important;
}
.bg-accent{
    background-color:var(--accent-color)!important;
}
.bg-action{
    background-color:var(--action-color)!important;
}
.text-accent{
    color:var(--accent-color)!important;
}
.text-action{
    color:var(--action-color)!important;
}
.bg-dark-20{
    background:rgba(0,0,0,0.2)
}
.bg-dark-50{
    background:rgba(0,0,0,0.5)
}

a{
    color:#222
}
a:hover{
    text-decoration: none;
}
.object-fit-cover{
    object-fit: cover;
}
.object-fit-contain{
    object-fit: contain;
}
.border-dashed{
    border: 1px dashed #ddd!important;
}
.article{
    line-height: 2;
}
.article ul,
.article ol{
    margin-left:30px;
    line-height:2;
}
img.grayscale{
    filter:grayscale(1)
}
.radius-0{
    border-radius: 0px;
}
.radius-5{
    border-radius: 5px;
}
.radius-10{
    border-radius: 10px;
}
.radius-50{
    border-radius:50px;
}
.radius-circle{
    border-radius: 50%;
}
.font-small{
    font-size:12px;
}
.btn-accent{
    background:var(--accent-color);
    border-color:transparent;
    color:#fff;
}
.btn-accent:hover{
    background:#2d20b8;
    color:#fff;
}
.btn-link{
    text-decoration: none!important;
}
.position-relative{
    z-index:2;
}
#navbar{
    padding:15px 0;
}
#navbar h5 {
    color: #1e1e1e !important;
}
.row-landingpage-item{
    position: relative;
}
.row-landingpage-item:before,
.row-landingpage-item:after{
    content: "";
    position: absolute;
    top:-30px;
    left:-10px;
    width:5px;
    height:5px;
    background:none;
    border-radius:50%;
    box-shadow:
    0px 10px 0px #0003, 10px 10px 0px #0003, 20px 10px 0px #0003, 30px 10px 0px #0003, 40px 10px 0px #0003, 50px 10px 0px #0003,
    0px 20px 0px #0003, 10px 20px 0px #0003, 20px 20px 0px #0003, 30px 20px 0px #0003, 40px 20px 0px #0003, 50px 20px 0px #0003,
    0px 30px 0px #0003, 10px 30px 0px #0003, 20px 30px 0px #0003, 30px 30px 0px #0003, 40px 30px 0px #0003, 50px 30px 0px #0003,
    0px 40px 0px #0003, 10px 40px 0px #0003, 20px 40px 0px #0003, 30px 40px 0px #0003, 40px 40px 0px #0003, 50px 40px 0px #0003,
    0px 50px 0px #0003, 10px 50px 0px #0003, 20px 50px 0px #0003, 30px 50px 0px #0003, 40px 50px 0px #0003, 50px 50px 0px #0003,
    0px 60px 0px #0003, 10px 60px 0px #0003, 20px 60px 0px #0003, 30px 60px 0px #0003, 40px 60px 0px #0003, 50px 60px 0px #0003;
}
.row-landingpage-item:after{
    top:auto;
    left:auto;
    bottom:40px;
    right:30px;
    z-index:-1;
}
.card-landingpage-item{
    border-radius:20px;
    border:none;
    overflow:hidden;
}
.card-landingpage-item .card-img-overlay{
    background:linear-gradient(#0000,#000c);
    color:#fff;
}
.landingpage-image{
    position: relative;
}
.landingpage-image:before,
.landingpage-image:after{
    content: "";
    position: absolute;
    top:-30px;
    left:0px;
    width:5px;
    height:5px;
    background:none;
    border-radius:50%;
    transform: scale(1.5);
    z-index: 1;
    opacity: 0.5;
    box-shadow:
    0px 10px 0px #0003, 10px 10px 0px #0003, 20px 10px 0px #0003, 30px 10px 0px #0003, 40px 10px 0px #0003, 50px 10px 0px #0003,
    0px 20px 0px #0003, 10px 20px 0px #0003, 20px 20px 0px #0003, 30px 20px 0px #0003, 40px 20px 0px #0003, 50px 20px 0px #0003,
    0px 30px 0px #0003, 10px 30px 0px #0003, 20px 30px 0px #0003, 30px 30px 0px #0003, 40px 30px 0px #0003, 50px 30px 0px #0003,
    0px 40px 0px #0003, 10px 40px 0px #0003, 20px 40px 0px #0003, 30px 40px 0px #0003, 40px 40px 0px #0003, 50px 40px 0px #0003,
    0px 50px 0px #0003, 10px 50px 0px #0003, 20px 50px 0px #0003, 30px 50px 0px #0003, 40px 50px 0px #0003, 50px 50px 0px #0003,
    0px 60px 0px #0003, 10px 60px 0px #0003, 20px 60px 0px #0003, 30px 60px 0px #0003, 40px 60px 0px #0003, 50px 60px 0px #0003;
}
.landingpage-image:after{
    top:auto;
    left:auto;
    bottom:120px;
    right:80px;
    z-index:1;
}
.menu-landingpage{
    height: 15vh;
    margin-left: 5px;
}
.hero{
    height: 40vh;
}

.container.with-lp-sensus {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container.with-lp-sensus .col-lg-5 {
    margin-top: 2.75rem;
}

.lp-sensus {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: left;
}

.lp-sensus .s-item{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.5rem;
}

.lp-sensus .card {
    padding: 1rem;
}

.lp-sensus .card .card-img {
    height: 6.875rem;
    width: 6.875rem;
}

.lp-sensus img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.lp-sensus .font-weight-semibold{
    font-weight: 500;
}

.lp-sensus .text-muted,
.btn_periode .text-muted {
    font-weight: 300;
    font-size: 12px;
}

.lp-sensus a {
    font-weight: 400;
    font-size: 12px;
    color: #245f99;
}
/* RESPONSIVE */

@media (max-width: 767.98px) and (orientation: portrait){
    .top-bg {
        background-size: 400%;
        background-position: center top;
    }

    .body-bg {    
        background-size: 250%;
    }

    .bottom-bg {
        background-position: center 120%;
        background-size: 400%;
    }

    #navbar h5 {
        color: #f8f8f8 !important;
    }

    #navbar .image img {
        position: relative;
        top: 50%;
    }

    #navbar .navbar-brand {
        margin-top: -0.25rem;
    }

    .menu-landingpage{
        height: 10vh;
        margin-left: 5px;
    }

    .hero{
        height: 30vh;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .top-bg {
        background-size: contain;
        background-position: right top;
    }

    .body-bg {    
        background-size: 100%;
    }

    .bottom-bg {
        background-position: left bottom;
        background-size: contain;
    }
}

@media (min-width: 767.98px) and (max-width: 991.98px) and (min-height: 576px) {
    .top-bg, .bottom-bg {
        background-size: 110%;
    }

    .lp-sensus .s-item{
        justify-content: start;
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 480px){
    body{
        overflow: scroll!important;
    }
    .hero{
        height: 25vh;
    }
    .h4{
        font-size: 1.3rem;
    }
    .h6{
        font-size: 12px;
    }
    p{
        font-size: 10px;
    }
    .menu-landingpage{
        margin-top: 5px;
    }
    .navbar-brand .text{
        margin-left: 65px;

    }
    .navbar-brand .text h4{
        font-size: 1.2rem;
    }
    a .image{
        margin-left: 8px;
    }

    .container.with-lp-sensus {
        margin-top: 1rem;
    }

    .lp-sensus .s-item{
        flex-direction: column;
    }

    .lp-sensus .card .card-img {
        text-align: center;
    }

    .lp-sensus .font-weight-semibold {
        font-size: 1rem;
    }
}