.banner-img {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.banner-img .container,
.banner-img .banner-main-wrapper-one {
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner-img-1 {
  background: url("assets/img/banner1.jpg") center center no-repeat;
}

.banner-img-2 {
  background: url("assets/img/banner2.jpg") center center no-repeat;
}

.project-one-wrapper .thumbnail img {
  width: 400px;
  height: 600px;
  object-fit: cover;
}

.gallery-footer img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

.single-fun-facts .inner-content .title .plus::after {
  color: #fd8f14;
}

.menu-container {
  display: flex;
  justify-content: space-between;
}

.menu-list {
  gap: 30px;
}

.menu-list li a.active {
  color: #fd8f14;
}

.main-header a {
  color: white;
  transition: color 0.3s ease;
}

.main-header.scrolled a {
  color: black;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.07);
  transition: background-color 1s ease;
}

.main-header.scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-menu {
  background-color: transparent;
}

@media (max-width: 991px) {
  .menu-list {
    display: none;
  }

  .menu-container {
    justify-content: space-between;
  }
}

.logo-box,
.main-header__info {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .logo-box img {
    width: 120px;
    height: auto;
  }
}

.rts-projects-area.home-1::after {
  background-color: white;
}

.banner-main-wrapper-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
}

.col-lg-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.banner-one-start .container {
  height: 100%;
}

.container.menu-container {
  padding: 0;
}

@media (max-width: 575.98px) {
  .banner-main-wrapper-one {
    padding: 0 10px;
  }

  .title {
    font-size: 1.8rem;
  }

  .disc {
    font-size: 1rem;
  }

  .logo-box {
    padding: 0;
  }

  .logo-box a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-main-wrapper-one.pt--100.pb--100.pb_sm--40 {
    margin-top: 60px !important;
  }

  .banner-main-wrapper-one .title {
    font-size: 5rem;
    line-height: 8rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .banner-main-wrapper-one {
    padding: 0 20px;
  }

  .title {
    font-size: 2.2rem;
  }

  .disc {
    font-size: 1.1rem;
  }

  .banner-main-wrapper-one.pt--100.pb--100.pb_sm--40 {
    margin-top: 80px !important;
  }

  .banner-main-wrapper-one .title {
    font-size: 5rem;
    line-height: 8rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-main-wrapper-one {
    padding: 0 30px;
  }

  .title {
    font-size: 2.8rem;
  }

  .disc {
    font-size: 1.2rem;
  }

  .banner-main-wrapper-one .title {
    font-size: 7rem;
    line-height: 10rem;
  }

  .main-header a {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .banner-main-wrapper-one {
    padding: 0 40px;
  }

  .title {
    font-size: 3.5rem;
  }

  .disc {
    font-size: 1.3rem;
  }

  .banner-main-wrapper-one .title {
    font-size: 9rem;
    line-height: 13rem;
  }

  .main-header a {
    font-size: 2rem;
  }
}
