@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

/* .navbar{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 10px;
} */

.fs-noto{
    font-family: "Noto Serif",Arial,sans-serif;

}

.bg-light-20{
    background-color: rgb(227, 231, 247) !important;
}

.small{
   
    font-size: medium;
}
.video{
    width: 100%;
    height: 650px;
    position: relative !important;
    object-fit: cover;
    object-position: center;
    /* border: 6px solid black;
    border-radius: 25px; */
}

.video-text{
    position: absolute;
    top:-10%;
    color: white;
    font-size: 50px;
    text-align: start;

}

.mob-img{
    width: 100%;
    height: 95vh;
    object-fit: cover;
    object-position: center;
}

.logo{
    height: 55px;
}

/* @media screen and (max-width: 768px) { 
    .navbar-white .navbar-brand {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
} */

.carousel-caption.lg-caption{
    bottom: 20% !important;
}

.bg-img{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.dropdown-menu{
    background-color: rgba(0, 0, 0, 0.719);
    color: white;
    border-radius: 0;
    padding: 10px;
    backdrop-filter: blur(5px);
}

.dropdown-menu li a{
    color: white;
}
.dropdown-menu li a:hover{
    color: rgb(0, 183, 255);
}
.dropdown-menu li .dropdown-divider{
    border-color: rgb(141, 141, 141);

}

.dropdown-menu-xxl .dropdown-item{
    color: rgb(221, 221, 221) !important;
}
.dropdown-menu-xxl .dropdown-item:hover{
    color: rgb(0, 183, 255) !important;
}

.navbar .dropdown-menu .dropdown-toggle:after {
    color: var(--bs-white);
    content: "\F4FE";
    font-family: bootstrap-icons !important;
    line-height: 1.5rem;
    margin-left: 0.225rem;
  }

  .text-light-blue{
    color: rgb(145, 224, 255) !important;
  }

.about-video{
    width: 100%;
    /* height: 312px; */
    /* object-fit: cover;
    object-position: center; */
    position: relative;
}

.nav-link{
    text-transform: uppercase;
    font-size: 13px !important;
}

.nephuro:after{
    background-image: url(../images/index/bg-dilaisis.png);
    background-size: cover;
}

.nephuro1:after{
    background-image: url(../images/index/bg-dilaisis2.png.jpg);
    background-size: cover;
}

.nephuro3:after{
    background-image: url(../images/index/bg-dilaisis3.jpg);
    background-size: cover;
}

.bg-career{
    background-image: url(../images/index/vaccin.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(70, 70, 70);
    background-blend-mode: multiply;
}

.top-section {
    --height: 500px;
  width: 100%;
  height: var(--height);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 28, 51, 0.589);
    background-size: cover;
    background-blend-mode: overlay;
}
.top-section .height-100 {
     height: var(--height);
}
.bg-about {
    background-image: url(../images/bg-img/about.png);
}
.hover-effect:hover{
    background-color: rgba(245, 245, 245, 0.925);
}