@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap);
* {
  font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
}

.theme-bg-primary {
  background: #161617;
}

.btn-hover {
  transition: 0.5s all;
}
.btn-hover.active, .btn-hover:hover {
  background: #c49b66;
  border: 0.125rem solid #c49b66;
}
@media screen and (max-width: 720px) {
  .btn-hover {
    font-size: 0.7em;
  }
}

.section .container {
  padding: 3rem 0 12rem 0;
}
.section .section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
.section .section-heading .title {
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-bottom: 0.3em;
  text-transform: uppercase;
}
.section .section-heading .title::after {
  content: "";
  height: 2px;
  width: calc(100% / 2);
  background-color: #c49b66;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100% / 4);
}

.wavy {
  position: absolute;
  bottom: -1px;
  height: 10rem;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .wavy {
    height: 5rem;
  }
}
.wavy path {
  fill: #161617;
}

.navbar {
  background: transparent;
}
@media screen and (max-width: 720px) {
  .navbar {
    background-color: #0f0f0f;
  }
}
.navbar.top-nav-scrolled {
  background: #212121;
  padding: 1rem 0;
  position: fixed;
  top: -3rem;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateY(3rem);
  transition: transform 0.5s;
  transform: translateY(3rem);
}
.navbar.top-nav-scrolled-sm {
  top: 2em;
}
.navbar .navbar-brand {
  color: #fff;
}
.navbar .navbar-brand:hover {
  color: #c49b66;
}
.navbar .logo {
  height: 2em;
  border-radius: 50%;
  border: 2px solid #fff;
}
.navbar .nav-item.active .nav-link {
  color: #c49b66;
}
.navbar .nav-item .nav-link {
  color: #fff;
  font-size: 0.85rem;
}
.navbar .nav-item .nav-link:hover {
  color: #c49b66;
}

.intro {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), no-repeat center top;
  background-size: cover;
  height: 120vh;
  letter-spacing: 0.1em;
}
.intro-text h1 {
  font-size: 4em;
  font-weight: bold;
  margin: 0.15em 0;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .intro-text h1 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 521px) and (max-width: 720px) {
  .intro-text h1 {
    font-size: 1.75rem;
  }
}
.intro-typing {
  margin-bottom: 2em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 5.5rem;
}
.intro-typing div {
  float: right;
  height: 5.5rem;
}
.intro-typing div ul {
  padding: 0;
}
.intro-typing div ul li {
  color: #c49b66;
  font-weight: 700;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 45px;
  display: block;
}
.intro-typing .flip3 {
  -webkit-animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
          animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
@-webkit-keyframes flip3 {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}
@keyframes flip3 {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

.social-links {
  margin-top: 1rem;
}
.social-links .link {
  background-color: #c49b66;
  transition: all 0.3s ease-in-out;
  margin-right: 0.5em;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 1.5em;
  padding: 1em;
  border-radius: 0.25em;
  color: #000;
}
.social-links .link:hover {
  margin-top: -0.25em;
}

.about .name {
  font-weight: bold;
}
.about .name span {
  color: #c49b66;
}

.numbers {
  padding: 4em 0;
  background: linear-gradient(145deg, rgba(30, 32, 36, 0.9) 100%, #23272bf3 100%), url("/img/interior-design-banner.jpg") no-repeat fixed bottom;
}
.numbers-item {
  color: #fff;
  text-align: center;
}
.numbers-item h3 {
  font-size: 3.5em;
}
.numbers-item h3 sup {
  margin-left: -15px;
}

.project-img {
  position: relative;
  padding: 1em;
  aspect-ratio: 3/5;
  height: 100%;
}
.project-img img {
  aspect-ratio: 3/5.5;
}
.project-img:nth-child(2n) {
  height: 100%;
  aspect-ratio: 3/3;
}
.project-img:nth-child(2n) img {
  aspect-ratio: 3/3;
}
@media screen and (min-width: 900px) {
  .project-img:nth-child(5n) {
    top: -15.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .project-img:nth-child(5n) {
    top: -18.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .project-img:nth-child(5n) {
    top: -21.25rem;
  }
}
.project-img img {
  border-radius: 0.5em;
}
.project-img .project-img-desc {
  margin: 1em;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f0f0f;
  opacity: 0;
  transition: all 0.3s ease-in;
  color: #c49b66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.project-img .project-img-desc .view-projects {
  color: #fff;
  cursor: pointer;
}
.project-img:hover .project-img-desc {
  opacity: 1;
}

.services {
  background-color: #0f0f0f;
}
.services .wavy path {
  fill: #0f0f0f;
}
.services .service {
  padding: 2rem;
  border-radius: 1em;
  background-color: #0a0a0c;
}
.services .service-title {
  font-size: 1rem;
}
.services .service-icon {
  color: #c49b66;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.services .service-icon .fas {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  background-color: #212121;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: all 0.5s;
}
.services .service p {
  font-size: 0.8rem;
}
.services .service:hover .fas {
  border-radius: 1rem;
  background-color: #c49b66;
  color: #fff;
}

.blogs {
  background-color: #0f0f0f;
}
.blogs .wavy path {
  fill: #0f0f0f;
}
.blogs .blog .card-body {
  background-color: #0a0a0c;
}
.blogs .blog .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .blog .card-body .read-more {
  color: #c49b66;
  cursor: pointer;
  margin: 0;
  font-size: 0.75em;
}
.blogs .blog .card-body .read-more::before {
  content: "";
  display: block;
  background-color: #161617;
  height: 2px;
  width: 100%;
  margin: 2rem 0 1rem;
}

.testimonials .sub-heading {
  color: #c49b66;
  text-align: center;
}
.testimonials-container {
  display: flex;
}
@media screen and (max-width: 720px) {
  .testimonials-container {
    flex-direction: column;
  }
}
.testimonials .testimonial {
  background-color: #0a0a0c;
  min-height: 10em;
  border-radius: 0.5em;
  overflow: hidden;
}
.testimonials .testimonial .quote-icon {
  background-color: #c49b66;
  padding: 1em;
  width: 4em;
  height: 4em;
  border-bottom-right-radius: 100%;
  color: #0f0f0f;
  font-size: 1.5em;
}
.testimonials .testimonial-description {
  padding: 1.25em;
  font-size: 0.85em;
}
.testimonials .testimonial-client-name {
  padding: 1.25em;
  color: #c49b66;
  text-align: right;
}

.contact {
  background-color: #0f0f0f;
}
.contact .wavy path {
  fill: #0f0f0f;
}
.contact .info {
  align-self: center;
}
.contact .info .item {
  margin-bottom: 2.5rem;
}
.contact .info .item .fas {
  color: #c49b66;
  font-size: 1.75rem;
  align-self: center;
  min-width: 1.75rem;
  text-align: center;
}
.contact .info .item .text {
  font-size: 1rem;
  color: #fff;
  border-left: 1px solid #888;
  margin-left: 1rem;
  padding-left: 1rem;
}
.contact .info .item .text .title {
  margin: 0;
  font-size: 0.95rem;
}
.contact .form-outline.form-white {
  opacity: 0.75;
}
.contact .form-outline.form-white .form-control {
  color: #c49b66;
}

.footer .container {
  padding: 0.5rem 0 3rem 0;
}

#projects-modal .modal-header {
  background-color: #161617;
  color: #c49b66;
  padding: 0.5em 1em;
}

.close-btn {
  color: #c49b66;
  cursor: pointer;
}
