:root {
    --main-color: #06aef7;
    --footer: #1A4795;
}

.bg-img {
    height: 100vh;
    width: 100vw;
    object-fit: contain;
    filter: brightness(0.7);
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
}

.card {
    margin-top: 10px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar {
    margin: 0 auto;
  }

  .bg-gray{
    background-color:#d7ebf4;
  }



.text {
    color: white;
    font-size: 4rem;
    text-align: center;
}

.text-approach {
    color: white;
    font-size: 1rem;
    text-align: center;
}

.home-card {
    border-radius: 30px;
}

.bg-blue {
    background-color: #06aef7;

}

.bg-footer {
    background-color: var(--footer);
}

.navbar-nav>li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}
.page-header{
    font-size: 50px;
}
.about-border{
    border-width: 5px;
    border-color: #1A4795;
    border-style: solid;
}
.about-img{
    height: 100px;
    width: 100px;
}
.team{
    border-width: 10px 5px;
    border-color: #1A4795;
    border-style: solid;
}

.bg-transparent{
    background-color: var(--main-color);
    opacity: 0.7;
}
.project-container img {vertical-align: middle;}

.project-container {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }

  .project-container .content {
    position: absolute;
    bottom: 0;
    background: var(--main-color);
    background: rgba(40, 172, 243, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }


  .slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.slider-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-title{
    font-size: 40px;
}
.btn-gray{
    background-color: rgb(145, 145, 145);
    border-radius: 100px;
}

.btn-gray:hover{
    background-color: #06aef7;
    color: white;
}
