.banner-btn {
  border-radius: 30px;
  background: #fefd02;
  padding: 11px 20px;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #fefd02;
  transition: all 0.3s ease;
}
.banner-btn:hover {
  background: #222;
  color: #fff;
  border-color: #fefd02;
}
.banner-btn:hover img {
  filter: invert(1);
}

.fixed-header-btn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  text-align: right;
  height: 80px;
}
@media (min-width: 768px) {
  .fixed-header-btn {
    height: 100px;
  }
}
.fixed-header-btn .container-fluid {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .fixed-header-btn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.fixed-header-btn .brand-logo {
  width: 100px;
  height: auto;
  visibility: hidden;
}
@media (min-width: 768px) {
  .fixed-header-btn .brand-logo {
    width: 150px;
  }
}
.fixed-header-btn .brand-logo.visible {
  visibility: visible;
}
.fixed-header-btn .brand-logo.visible-all {
  visibility: visible;
}

.project-grid-section {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .project-grid-section {
    padding: 100px 0 0;
  }
}
.project-grid-section .container {
  max-width: 100%;
}
.project-grid-section h2 {
  color: #fff;
  font-size: 48px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-grid-section h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .project-grid-section h2 {
    font-size: 90px;
    margin-bottom: 63px;
  }
}

.nav-pills {
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .nav-pills {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .nav-pills {
    margin-bottom: 50px;
  }
}
.nav-pills .nav-item:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .nav-pills .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
.nav-pills .nav-link {
  border: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 22px;
  border-radius: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Arial", sans-serif;
}
@media (min-width: 768px) {
  .nav-pills .nav-link {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 29px;
    border-radius: 12px;
  }
}
.nav-pills .nav-link.active {
  background: #fefd02;
  color: #000;
  border-color: #fefd02;
}

.header-with-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 50px;
}
.header-with-btn .header-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px; /* 120% */
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.header-with-btn .btn-container .btn-outline-dark {
  display: flex;
  padding: 10px 23px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  transition: all 0.3s ease;
}
.header-with-btn .btn-container .btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: #fefd02;
}
.header-with-btn .btn-container .btn-outline-dark:hover img {
  filter: invert(1);
}

.project-image {
  border-radius: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.project-image img {
  border-radius: 18px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.project-image:hover img {
  transform: scale(1.1);
}

.project-tab-content .row, .project-tab-content.row,
.project-row .row,
.project-row.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .project-tab-content .row, .project-tab-content.row,
  .project-row .row,
  .project-row.row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.project-tab-content .row [class*=col-], .project-tab-content.row [class*=col-],
.project-row .row [class*=col-],
.project-row.row [class*=col-] {
  padding: 15px;
}
@media (min-width: 768px) {
  .project-tab-content .row [class*=col-], .project-tab-content.row [class*=col-],
  .project-row .row [class*=col-],
  .project-row.row [class*=col-] {
    padding: 20px;
  }
}
.project-tab-content .row .col-md-6:nth-child(1) .project-card, .project-tab-content .row .col-md-6:nth-child(2) .project-card, .project-tab-content.row .col-md-6:nth-child(1) .project-card, .project-tab-content.row .col-md-6:nth-child(2) .project-card,
.project-row .row .col-md-6:nth-child(1) .project-card,
.project-row .row .col-md-6:nth-child(2) .project-card,
.project-row.row .col-md-6:nth-child(1) .project-card,
.project-row.row .col-md-6:nth-child(2) .project-card {
  border-top: 0;
  padding-top: 30px;
}

.ux-footer .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .ux-footer .container {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .ux-footer .container {
    padding-top: 112px;
    padding-bottom: 86px;
  }
}
@media (min-width: 1400px) {
  .ux-footer .container {
    max-width: 1310px;
  }
}
.ux-footer .heading-container {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .ux-footer .heading-container {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .ux-footer .heading-container {
    max-width: 956px;
  }
}
.ux-footer .heading-container h3 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ux-footer .heading-container h3 {
    letter-spacing: -3px;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .ux-footer .heading-container h3 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 50px;
  }
}
.ux-footer .btn-contact-us {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #fefd02;
  background: #0e0f11;
  position: absolute;
  right: -40px;
  top: -50px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 768px) {
  .ux-footer .btn-contact-us {
    width: 160px;
    height: 160px;
    right: -80px;
    top: -75px;
  }
}
.ux-footer .btn-contact-us:hover span {
  color: #0e0f11;
  transition: all ease-in-out 0.5s;
}
.ux-footer .btn-contact-us:hover img {
  filter: invert(0);
  transition: all ease-in-out 0.5s;
}
.ux-footer .btn-contact-us span {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: uppercase;
  max-width: 100px;
  margin: auto;
  text-align: center;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 768px) {
  .ux-footer .btn-contact-us span {
    max-width: 110px;
    font-size: 24px;
    line-height: 32px;
  }
}
.ux-footer .btn-contact-us .arrow-image {
  position: absolute;
  right: 20px;
  top: 52px;
  height: 14px;
  width: 14px;
  filter: invert(1);
  transition: all ease-in-out 0.5s;
}
@media (min-width: 768px) {
  .ux-footer .btn-contact-us .arrow-image {
    right: 40px;
    top: 82px;
    height: 18px;
    width: 18px;
  }
}
.ux-footer .btn-contact-us .shape {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #fefd02;
  z-index: -1;
  border-radius: 100%;
  transition: all ease-in-out 0.5s;
  transform: translate(-50%, -50%);
  display: block;
}
.ux-footer .btn-contact-us:hover .shape {
  width: 350px;
  height: 350px;
  transition: all ease-in-out 0.5s;
}

.social-container {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.social-container a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  transition: all 0.3s ease;
}
.social-container a:hover {
  border-color: #fefd02;
  background: #fefd02;
}
.social-container a:hover img {
  filter: invert(1);
}

.download-btn-container {
  right: 0;
  top: -40px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .download-btn-container {
    width: auto;
    text-align: right;
    top: 0;
    right: 15px;
  }
}
.download-btn-container .btn-download {
  border-radius: 30px;
  background: #0e0f11;
  padding: 11px 20px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  transition: all 0.3s ease;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.download-btn-container .btn-download img {
  filter: invert(1);
}
.download-btn-container .btn-download:hover {
  background: #222;
  color: #fff;
  border-color: #fefd02;
}

.project-card {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 45px;
}

.project-info-section {
  display: flex;
  gap: 15px;
  align-items: center;
}
.project-info-section .badge {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.6px;
  padding: 4px 10px;
  border-radius: 90px;
}
.project-info-section .badge.badge-secondary {
  background-color: #383838;
  color: #fff;
}

.text-with-image {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.6px;
}/*# sourceMappingURL=update-design.css.map */