/* @import url('https://fonts.googleapis.com/css2?family=K2D:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
    font-family: 'Lato', sans-serif;
}

#cookies-banner {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
z-index: 999999;
}



h2 {
    letter-spacing: 2px;
}

p{
    font-size: 18px;
    letter-spacing: 0.35px;
}


/* Header */

.logo{
    width: 35%;
}

.footer-logo{
    width: 25%;
}

.nav-link{
    color: grey;
}

.nav-link:active, .nav-link:focus, .nav-link:hover, .active{
    color: black;
}

/* Section 1 */

#section-1{
    height: 70vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: 60%;
    background-repeat: no-repeat;
    background-color: black;
}

#section-1 .carousel{
    /* background-color: rgb(251 251 251 / 50%); */
    width: 50%;
    text-align: center;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-1 .logo{
    width: 10%;
}

#section-1 h1{
    font-size: 5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    /* line-height: 65px; */
}

#section-1 h5{
    font-size: 1.75rem;
    text-align: center;
    color: white;
}

#section-1 h6{
    font-size: 1.50rem;
    text-align: center;
    color: white;
    width: 70%;
}

#section-2{
    padding-top: 100px;
    padding-bottom: 100px;
}

#section-2 p{
    text-align: justify;
}

#section-2 .cdns-video{
    height: 750px;
}

#section-3{
    padding-top: 100px;
    padding-bottom: 70px;
    background-size: cover;
}

#section-3 .card{
    background-color: rgb(255 255 255 / 90%);
}

#section-3 .update-date-text{
    position: absolute;
    bottom: -15px;
    right: 10px;
}

#section-3 .update-date-text small{
    font-size: 0.5em;
}

#section-4{
    padding-top: 100px;
    padding-bottom: 100px;
}

#section-4 .card{
    height: 100%;
}

#section-4 .card-img-top{
    height: 275px;
    background-size: cover;
}

#section-4 h4{
    text-align: center;
    color: #306;
}

#section-4 .desc{
    margin-top: 25px;
}


#section-4 .cdns-scroll {
    overflow-y: hidden;
    height: 410px;
}

#section-4 .list-group-item {
    border: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

/* #section-4 .list-group-item:first-child {
    padding-top: 0px;
} */

#section-4 .data{
    height: 410px;
}

#section-4 .cdns-scroll {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

@media (max-width: 768px) { 
    #section-1 .carousel{
        /* background-color: rgb(251 251 251 / 50%); */
        width: 100%;
    }

    #section-1 h1{
        font-size: 2.5rem;
        /* line-height: 65px; */
    }

    #section-2 .cdns-video{
        height: 210px;
    }
}