.navbar {
  background-color: transparent !important;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-function: ease-in-out;
}

.navbar-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}

.navbar-brand img {
  width: 150px;
}

/*Banner Section*/
.banner-img {
  position: relative;
  overflow: hidden;
  background-image: url(./images/banner-img-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 30px 0px;
}

.dark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 1;
}

.banner-title{
  position: relative;
  z-index: 2;
}

.banner-title h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.717);
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}

.template-tabs .nav-link.active {
  background-color: #ff6400 !important;
  padding: 10px 15px;
  margin-top: 26px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.template-tabs .nav-link {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 10px 15px;
  margin-top: 26px;
  display: block;
  color: #000;
  text-align: center;
  font-size: 14px;
  border-radius: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.template-tabs .nav-link:hover {
  color: #ff6400;
}



.bottomleft {
  position: absolute;
  bottom: 25px;
  left: 16px;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
  color: #000;
  background-color: #fff;
  padding: 2px 25px;
}

.ux-portfolio-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}


.ux-portfolio-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}