body {
    font-family: "Roboto", sans-serif !important;
}

#mainImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

p {
    line-height: 40px !important;
}

#containerLogo {
    width: 200px !important;
    max-width: 200px !important;
    height: 70px !important;
    max-height: 70px !important;

    overflow: hidden;

}

#logo {
    width: 25%;
    object-fit: contain;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;

}

#main-img {
    width: 100%;
}


#text-container {
    width: 50%;
    position: absolute;
    top: 60%;
    left: 35%;
    transform: translate(-60%, -35%);
    /*top: 60%;*/
    /*left: 5%;*/
}

.title {
    font-size: 2.8rem;
    font-weight: 600;
    width: 100%;
    color: #000;
}

.content-main {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 40px;
    width: 100%;
    color: #000;
}

.partner-card {
    height: 180px !important;
}

.partner-img {
    width: 100%;
    height: 100px !important;
    object-fit: contain;
}

.custom-card-img {

    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-page {
    font-size: 2rem;
    font-weight: 600;
}

.carousel-img {
    max-width: 400px !important;
    width: 400px !important;
    height: 400px !important;
    max-height: 400px !important;

    margin-left: auto;
    margin-right: auto;
    object-fit: contain;


}

.custom-card:hover {
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.contact-title {
    font-size: 24px;
    font-weight: 500;

}

.custom-icon {
    width: 10%;
    height: 10%;
}


::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #e2e3e5;
    -webkit-border-radius: 1ex;
}

#germany-flag {
    width: 18% !important;
    height: auto !important;
    /*object-fit: cover;*/
    border-radius: 5%;
    position: absolute;
    bottom: 2%;
    right: 2%;
}

/* Media query for mobile devices */
@media screen and (max-width: 767px) {
    .card-title {
        font-size: 1.0rem;

    }

    #navbarContainer {
        width: 100%;
    }

    #main-img {
        width: 150px;
        height: 100%;
        object-fit: contain;
        opacity: 1;
        /* transition: 1s; */
    }

    #container {
        justify-content: center;
    }

    #containerLogo {
        width: 200px !important;
    }


    .carousel-img {
        max-width: 200px !important;
        width: 200px !important;
        height: 200px !important;
        max-height: 200px !important;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }


    #text-container {
        width: 70%;
        position: absolute;
        top: 25%;
        left: 50%;
        /*top: 15%;*/
        /*left: 5%;*/
    }

    .title {
        font-size: 2.0rem;

    }

    .content-main {
        font-size: 1.0rem;

    }

    #mainImage {
        min-height: 400px !important;
    }


    .partner-card {
        height: 250px !important;
    }

    .partner-img {
        height: 100px !important;
    }

    #germany-flag {
        position: absolute;
        bottom: 0%;
        right: 1%;
    }

}

/*!**/
/*    TO THE MOBILE THAT HEIGHT IS 320 PX*/
/* *!*/
/*@media screen and (max-height: 320px){*/
/*    #text-container{*/
/*        width: 70%;*/
/*        position: absolute;*/
/*        top: 80%;*/
/*        left: 50%;*/
/*        !*top: 20%;*!*/
/*        !*left: 5%;*!*/
/*    }*/
/*}*/


/* Media query for laptops */
@media screen and (min-width: 768px) {

    /* Add styles for laptops here */
    #navbarContainer {
        width: 50%;
    }


}

