.c-fullscreenlefttext{
    position: relative;
    min-height: 100vh;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

    .c-fullscreenlefttext{
        padding-right: 0px;
    }
}

.c-fullscreenlefttext b{
    font-weight: bold;
    color: #fff;
}

.c-fullscreenlefttext .fullscreen-section{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 90rem;
    flex-direction: column;
}

@media (min-width: 768px){

    .c-fullscreenlefttext .fullscreen-section{
        flex-direction: row;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.c-fullscreenlefttext .fullscreen-section {
    text-align: start;
    color: #fff;
}

.c-fullscreenlefttext .hero .section:first-child{
    width: 60%;
    padding-left: 2.5rem;
    padding-right: 2.5rem; 
    font-size: 1.1rem;
    font-weight: 300;
    color: #eee;
    margin-top: 1rem;
    letter-spacing: 0.05em;
    opacity: 1;
    animation: fadeIn 3s ease-out 1.2s forwards;
    padding-right: 0;
    height: auto;
}

.c-fullscreenlefttext .picture-container{
    position: fixed;
    bottom: 0px;
    display: flex;
    height: 70vh;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #053267 70%,
        #ffa857 100%
    );
}

.c-fullscreenlefttext .picture-container img{
    width: 100%;
    object-fit: contain;
}

.c-fullscreenlefttext .hero h2:first-child{
    margin-top: 0px;
}

.c-fullscreenlefttext .hero h2{
    margin-bottom: 1.5rem;
    margin-top: 8rem;
    font-size: 1.6rem;
    font-weight: 300;
}

@media (min-width: 1024px){

    .c-fullscreenlefttext .hero h2{
        font-size: 3.2rem;
    }
}

.c-fullscreenlefttext .hero h2{
    display: block; 
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    opacity: 1;
    animation: fadeIn 3s ease-out forwards;
}

.c-fullscreenlefttext .hero h3{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 300;
}

@media (min-width: 1024px){

    .c-fullscreenlefttext .hero h3{
        font-size: 1.6rem;
    }
}

.c-fullscreenlefttext .hero h3{
    display: block; 
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.15);
    opacity: 1;
    animation: fadeIn 3s ease-out forwards;
}

.c-fullscreenlefttext .fullscreen-section.contact-section{
    position: relative;
    margin-top: 2.5rem;
    width: 60%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 60vh;
}

.c-fullscreenlefttext .fullscreen-section.contact-section a{
    border-style: solid;
    position: absolute;
    display: block;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
    padding: 1rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration: none;
    z-index: 10000;
    transition: color 0.5s, border-color 0.5s;
}

.c-fullscreenlefttext .fullscreen-section.contact-section a:hover{
    --tw-border-opacity: 1;
    border-color: rgb(204 204 0 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(204 204 0 / var(--tw-text-opacity, 1));
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
} .c-headerwithlogoandtext {
    width: 100%;
    z-index: 100;
}

.c-headerwithlogoandtext .header-section {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1024px) {

    .c-headerwithlogoandtext .header-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.c-headerwithlogoandtext .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-headerwithlogoandtext .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {

    .c-headerwithlogoandtext .header-content {
        flex-direction: row;
    }
}

.c-headerwithlogoandtext .header-content {
    gap: 15px;
    color: white;
}

.c-headerwithlogoandtext .header-content h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.c-headerwithlogoandtext .header-content.title {
    gap: 0;
}

.c-headerwithlogoandtext .header-content.menu {
    align-self: baseline;
}

.c-headerwithlogoandtext .logo {
    height: auto;
}

.c-headerwithlogoandtext .header-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 48rem) {
    .c-headerwithlogoandtext .header-text {
        font-size: 12px;
    }
    .c-headerwithlogoandtext .container {
        flex-direction: column;
    }
}.c-canvasbackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000;
    pointer-events: none;
}