.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-container iframe{
    left:0;
    top:0;
    height:50%;
    width:100%;
    position:absolute;
}





/* Carousel Height */
.carousel-inner{
    
    max-height: 500px !important;
}

.projeAlani{
    background-color: rgb(20, 74, 145);
    border-bottom-right-radius: 25px;
    
}

.card{
    margin: 5px;
    width: 160px;
    height: 300px;
    overflow: hidden;
    background-color: #000000;
    transition: 500ms;

}

.card img{
    width: 100%;
    height: 100%;
    object-fit: contain;  
    transition: 500ms all;
}





/*  */
.bg-1 {
    background-color: #1abc9c; /* Green */
    color: #ffffff;
  }
  .bg-2 {
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
  .bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
  }