@font-face {
    font-family: Montserrat;
    src: url('./fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Override default Font */
body {
    font-family: Montserrat, Times, serif;
}

.cropped-image {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    max-height: 700px;
    overflow: hidden;
}

.cropped-image img {
    width: 100%;
    height: auto;
    display: block;
}



.overlay {
    position: relative;
    height: 150px; /* Adjust this to control the height of the overlay */
    top: -150px;
    width: 100%;
    background-color: #1b433280; /* 49% transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    padding: 0px;
}

.LogoTop {
    position: relative;
    height: 150px; /* Adjust this to control the height of the overlay */
    width: 100%;
    background-color: #1b4332; /* 49% transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 80%; /* Adjust the size of the logo as needed */
    max-height: 80%; /* Adjust the size of the logo as needed */
    object-fit: contain; /* Prevent logo stretching */
}

.colBox {
    margin: 10px;
    width: 220px;
    height: 200px;
    background-color: transparent;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0.375rem;
}

.colBox:hover {
    cursor: pointer;
}

.BoxContentContainer
{
    width: 100%;
    padding-left: calc(var(--bs-gutter-x)*0.5);
    padding-right: calc(var(--bs-gutter-x)*0.5);
}

.colBox img {
    position: relative;
    width: 100%;
    height: 200px; /* Adjust the height as needed */
    min-width: 100%;
}

.colBox:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.imgMaxHeight {
    max-width: 70%;
    max-height: 300px;
    height: auto;
    width: auto;
    display: block;
}

.colBoxText {
    position: relative;
    top: -200px;
    display: grid;
    align-items: center;
    font-size: 30px;
    height: 200px;

    text-shadow:
        0 0 10px #FFFFFF,
        0 0 20px #FFFFFF,
        0 0 30px #FFFFFF,
        0 0 40px #FFF,
        0 0 70px #FFF,
        0 0 80px #FFF,
        0 0 100px #FFF,
        0 0 150px #FFF;
}

.rounded-box {
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    overflow: hidden;
    background-color:  #1b4332;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.rounded-start {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rounded-end {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.selectionBox {
    background-color: #1b4332ff; 
    padding-left: 70px;
    padding-right: 40px;
    width: auto;
    height: auto;
}

.selectionBoxItem{
    font-size: 30px; 
    color: white;
    background-color: #1b433200; 
    padding-left: 10px; 
    padding-right: 10px; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    margin-top: 6px;
}

.selectionBoxItem:hover
{
    background-color: lightgray;
    color: white;
    cursor: pointer;
}


.selectionBoxItem_active{
    font-size: 30px; 
    color: rgba(var(--bs-dark-rgb)); 
    background-color: white; 
    padding-left: 10px; 
    padding-right: 10px; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    margin-top: 6px;
    cursor: pointer;
}

.blacklineBG-Green {
    background-color: #1b4332;
    color: white;
    border-radius: 0.375rem;
    margin: 10px;
    padding: 0px;
}

.porojectInfo {
    opacity: 0.3;
    transition: 1s;
    background-color: #1b433200;
    border-radius: 0.375rem;
}

.porojectInfo:hover {
    opacity: 1;
    background-color: #1b4332ff;
}

.bgBlacklineGreen
{
    background-color: #1b4332;
}

.bgBlacklineGreenwText
{
    background-color: #1b4332;
    color: #ffffff;
}

.bgBlacklineWhite
{
    background-color: #ffffff;
    color: black;
}

.bgBlacklineDark
{
    background-color: #333333;
    color: #ffffff;
}

.textBlacklineGreen
{
    color: #1b4332;
}

.card-img-top {
    object-fit: cover;
    height: 200px;
}

.card-title {
    font-weight: 600;
}

.card-subtitle {
    font-size: 0.9rem;
}

.carousel-inner img {
    height: 250px;
    object-fit: cover;
    border-radius: 0.375rem 0.375rem 0 0;
}