html, body{
    margin: 0;
    padding: 0;
    box-shadow: none;
    scroll-behavior: smooth;
    font-size:90%;
    font-family: "Manrope", sans-serif;
}

html::-webkit-scrollbar{
    display:none;
}

.mainHome{
    width:100%;
    height:100vh;
    /*background-image: url(../img/6f93855c-0ca9-42b4-bf6c-8192332cdf0f.jpeg);*/
    /*background-image: url(../img/survey-1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}



.overlay{
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
}

.logobottom{
    position:absolute!important; 
    bottom:100px; 
    left:60px;
}

.logobottom img{
    transition: transform 0.3s ease-in-out;
}

.logobottom:hover img{
    transform: scale(1.1);
}

.homePage{
    width:100%;
    background:#fff;
    margin:0;
    padding:0 15px;
    position: relative;
    /* margin-top: calc(100vh - 70px); */
    top: calc(100vh - 70px);
    scroll-behavior: smooth;
    padding-left:60px;
    padding-right:60px;
}

.articlePage{
    width:100%;
    background:#fff;
    margin:0;
    padding:0 15px;
    position: relative;
    /* margin-top: calc(100vh - 70px); */
    top: calc(100vh - 70px);
    scroll-behavior: smooth;
    padding-left:60px;
    padding-right:60px;
}

.homePage.active{
    top: 100vh;
}

.articlePage.active{
    top: 100vh;
}

.h1{
    font-weight:400;
    font-size:2rem;
    line-height: 1.5rem;
    margin:0px;
}

.h1.article{
    font-weight:400;
    font-size:2rem;
    line-height: 2rem;
    margin:0px;
}

.h3{
    font-weight:500;
    font-size:3rem;
}

h1{
    font-size:4rem;
}

h2{
    font-size:3.5rem;
}

h3{
    font-size: 3rem;
}

h4{
    font-weight:500;
    font-size:2.5rem;
}  

h5{
    /*border-top: 2px solid #000;*/
    /*border-bottom: 2px solid #000;*/
    font-size:2.3rem;
    padding: 15px;
    text-decoration:underline;
    width:70%;
}

.social a{
    color:inherit;
    text-decoration:inherit;
}

.mainDesc img{
    width:70%;
    max-width:70%;
    height:auto;
}

h6{
    font-size:1.2rem;
    font-weight:500;
}

.title{
    font-size: 5rem;
    font-weight: 600;
    line-height: 4.5rem;
    margin-bottom: 30px;
}

p{
    font-size:2.3rem;
    line-height: 2.5rem;
    margin-bottom:2.5rem;
}

.menuHome{
    position: sticky;
    height:70px;
    top:0px;
    z-index: 200;
    background:#fff;

    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.menuArticle {
    position: sticky;
    height: 70px;
    top: 0px;
    z-index: 200;
    background: #fff;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

.menuList{
    display: flex;
    justify-content: end;
    justify-items: center;
    align-items: center;
    max-height: 70px;
}

.menuList ul{
    display: inline-flex;
    list-style: none;
    column-gap: 25px;
    padding: 0;
    margin: 0;
}

.menuList ul li{
    font-size:0.9rem;
    font-weight: 600;
}

.menuList .langLink{
    margin-left:35px;
}

.mainContent{
    padding-top:35px;
    padding-bottom:35px;
}

.carousel {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-item {
    position: absolute;
    top: 3rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    transition: transform 0.7s ease-in-out; 
}



.carousel-item h1{
    font-size:10vh;
    line-height: 10vh;
    text-align: left;
    width:80%;
    white-space: wrap;
    margin-left:3rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.card {
    background-color: #fff;
    /* padding: 16px; */
    border: 0px solid #ddd;
    border-radius: 8px;
    margin-bottom:16px;
}
.double-card {
    grid-column: span 2;
}

.cardImgParent {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.cardImg {
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out; /* Smooth animation for the transform */
}

.cardImg.cc{
    background-position: center center;
}

.cardImg.tl{
    background-position: top left;
}

.cardImg.tr{
    background-position: top right;
}

.cardImg.bl{
    background-position: bottom left;
}

.cardImg.br{
    background-position: bottom right;
}

.card:hover .cardImg {
    transform: scale(1.1); /* Scale up the image to 110% */
}



.double-card .cardImg{
    width:100%; 
    height:0;
    padding-bottom:calc(50% - 8px);
}

.card-body{
    padding: 15px 0;
}

h6.card-title{
    font-size: 1.3rem;
    font-weight:500;
}

p.card-text{
    font-weight:500!important;
    text-decoration:underline;
}

.language{
    position: absolute;
    top:30px;
    right:30px;
    z-index: 200;
}

.language a{
    /*background:#000;*/
    color:#fff;
    padding:10px 15px 15px 15px;
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .6em;
}

.langLink a{
    background:#000;
    color:#fff;
    padding:10px 15px 15px 15px;
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .6em;
}


/* accordion */
.accordion{
    border:none!important;
}


.accordion-item:first-of-type {
    border-radius: 0;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
    border-left:none;
    border-right:none;
}

.accordion-item:not(:first-of-type) {
    border-radius: 0;
    border-top:none;
    border-bottom: 1px solid #000;
    border-left:none;
    border-right:none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius:0!important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none;
    outline:none;
}

h2.accordion-header button{
    font-size:3rem;
}

.accordion-button::after {
    content: '-';
    font-size: 3rem;
    display: inline-block;
    margin-left: auto;
    background-image: none;
    position: relative;
    top: 20px;
    transition: none;
}

.accordion-button.collapsed::after {
    content: '+';
    font-size: 3rem;
    display: inline-block;
    margin-left: auto;
    background-image: none;
    position: relative;
    top: -20px;
    transition: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

h6 a,h6 a:hover{
    color:#000!important;
    font-size: 2rem;
    text-decoration: underline;
    text-decoration-thickness: .06em;
    text-underline-offset: .4em;
}

#txt{
    color:#aaa;
}

.footer{
    background:#d9d9d9;
    margin-left:-60px;
    margin-right:-60px;
    padding-left:40px;
    padding-right:40px;
    display:flex;
    align-content: flex-end;
    align-items: top;
    gap:15px;
    padding-top:15px;
    padding-bottom:15px;
    justify-content: space-between;
}

.logo{
    display:flex;gap:15px;
}

.tag{
    background: black;
    color: white;
    font-size: 14px;
    padding: 1px 3px;
    width: fit-content;
}

@media only screen and (max-width: 768px) {
    .carousel-item h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 40px;
    }

    /* .homePage {
        width: 100vw !important;
        padding:15px;
    } */

    .homePage{
        width:100%;
        background:#fff;
        margin:0;
        padding:15px 15px;
        position: relative;
        /* margin-top: calc(100vh - 70px); */
        top: calc(100vh - 140px)!important;
        scroll-behavior: smooth;
        padding-left:15px;
        padding-right:15px;
    }
    
    .articlePage{
        width:100%;
        background:#fff;
        margin:0;
        padding:15px 15px;
        position: relative;
        /* margin-top: calc(100vh - 70px); */
        top: calc(100vh - 140px)!important;
        scroll-behavior: smooth;
        padding-left:15px;
        padding-right:15px;
    }
    
    .logobottom{
        position:absolute; 
        bottom:160px; 
        left:60px;
    }


    .h1 {
        font-weight: 400;
        font-size: 2rem;
        line-height: 1.5rem;
        margin: 0px;
        text-align: center;

    }
    
    .h1.article {
        font-weight: 400;
        font-size: 2rem;
        line-height: 2rem;
        margin: 0px;
        text-align: left;

    }

    .menuHome{
        position: sticky;
        height:140px;
        top:0px;
        z-index: 200;
        background:#fff;
    
        display: flex;
        align-content: center;
        flex-direction: row;
        align-items: center;
    }
    
    .menuArticle{
        position: sticky;
        height:140px;
        top:0px;
        z-index: 200;
        background:#fff;
    
        display: flex;
        align-content: center;
        flex-direction: row;
        align-items: center;
    }

    .menuList .langLink {
        margin: auto;
        padding-top:30px;
        height:70px;
    }

    h2{
        font-size:2rem;
    }

    p{
        font-size:2rem;
    }

    .accordion-header button{
        padding:10px;
        font-size:2rem!important;
    }

    .langLink a{
        padding: 15px 40px;
    }

    .footer{
        background:#d9d9d9;
        margin-left:-15px;
        margin-right:-15px;
        padding-left:10px;
        padding-right:10px;
        display:block;
        padding-top:15px;
        padding-bottom:15px;
        justify-content: space-between;
    }
    
    .logo{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        
    }

    h6 a{
        font-size:1.5rem;
    }
    #txt{
        padding-top:30px;
    }
    
    .tag{
        background: black;
        color: white;
        font-size: 14px;
        padding: 1px 3px;
        width: fit-content;
        text-wrap: nowrap;
        margin-top:30px!important;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .double-card {
        grid-column: span 1;
    }
}