@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #000;
}
#home-banner-slider{
    background:#000;
}
#home-banner-slider .owl-nav {
  position: absolute;
  bottom: 100px;
  right: 100px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 99999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../images/full_Res_Logo.gif');
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  background-size:200px;
}

#home-banner-slider .owl-prev i,
#home-banner-slider .owl-next i {
  margin: 20px;
  padding: 10px 13px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

.banner-text {
  top: 50%;
  left: 100px;
  transform: translate(10px, -50%);
}
.navbar-brand .logo-white {
    display:block;
}

.navbar-brand .logo {
    display:none;
}

.navbar-brand:hover .logo-white {
    display:none;
}

.navbar-brand:hover .logo {
    display:block;
}
.nav-link:hover{
    color:#9747ff !important;
}

.status-bar {
  width: 100px;
  height: 1px;
  background: #444;
}
.status-progress {
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 9px;
}
.text-purple {
  color: #9747ff;
}
.footer-list li {
  position: relative;
  padding-left: 20px;
}
.footer-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #9747ff;
  top: 50%;
  left: -10px;
  transform: translate(10px, -50%);
}
[type="radio"] {
  display: none;
}
label {
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.25s;
  color: #fff;
}
[type="radio"]:checked + label {
  color: #9747ff;
}

.gallery {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 300px);
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
}
.project {
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  border: none;
}
.project__image {
  width: 100%;
  object-fit: fill;
}
.project-title {
  left: 0;
  bottom: 30px;
  color: white;
  background: #000;
  width: 75%;
  display: none;
}

.project:hover .project-title {
  display: block;
}
header{
  border-bottom : 1px solid #9747ff;
}
footer{
  border-top : 1px solid #9747ff;
}
.navbar-default{
  transition:500ms ease;
  background:transparent;
}
.navbar-default.scrolled{
  background:#000;
}
@media only screen and (max-width: 768px) {
    .navbar-default{
         background:#000;
         position:static !important;
    }
  #home-banner-slider .owl-item img {
    height: 450px;
    object-fit:cover;
  }
  .banner-text {
    left: 10px;
    top:70%;
  }
  #home-banner-slider .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #home-banner-slider .owl-item img {
    height: 77vh;
    object-fit:cover;
  }
  #footer{
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
