body {
  font-family: Arial, sans-serif;
  font-family: "Josefin Sans", sans-serif;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* background-color: #F5F5F5;
  background-color: #F1F1F1; */
}

/* width */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.75em;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #b3b3b3;
  border-radius: 0.5em;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 0.5em;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

h1,
h2,
h3,
h4 {
  /* font-family: "Righteous", sans-serif; */
  font-family: "DM Serif Display", serif;
  font-family: 'Prata', serif;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: 0.1em; */
}

p {
  font-size: 1.25em;
  line-height: 1.5;
  color: #5e5e5e;
}


.architect {
  background-image: url("assets/interior-looks.webp");
  /* width: 32%; */
  height: 25vh;
  background-size: 100% 25vh;
  background-repeat: no-repeat;
  position: relative;
}

.architect p {
  position: absolute;
  /* border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em; */
  text-align: center !important;
  padding: 0 1em;
  bottom: 0;
  right: 0;
  font-weight: 500;
  margin: 0;
  width: 100%;
  color: white;
  font-size: 1em !important;
  /* box-shadow: 2px 5px 10px white; */
  background-color: rgba(0, 0, 0, 0.5);
}

.accordion-button {
  font-size: inherit;
  color: inherit;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}


.title {
  font-size: 2.5em;
  font-weight: 600;
  background: linear-gradient(270deg,
      #de691b 0%,
      rgba(8, 45, 65, 1) 50%,
      #298da6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.contact-info {
  margin-top: 0;
  white-space: pre-line;
}

a {
  color: inherit;
  text-decoration: none;
}

.heading {
  color: #9c9386;
}

.subheading {
  font-size: 1.5em;
  color: #1b1b1b;
  font-weight: 400;
}

/* .secondary {
  color: #a9a9a9;
} */

header p {
  font-size: 1.5em;
}

.hero-img-section::before {
  content: '';
  width: 100%;
  left: 0;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-image: url("assets/floor-plan.webp");
  background-position: 0;
  /* backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em); */
  /* opacity: 0.7; */
  filter: blur(4px);
  /* filter: grayscale(100%); */
}

/* .hero-img-section {
  backdrop-filter: blur(0em);
  -webkit-backdrop-filter: blur(0em);
} */

.hero-img {
  height: calc(100vh - 92px);
  width: auto;
}

.rotate {
  animation: tilt-n-move-shaking 8s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(-15deg);
  }

  to {
    transform: rotate(15deg);
  }
}

@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(3px, 3px) rotate(3deg);
  }

  50% {
    transform: translate(0, 0) rotate(0eg);
  }

  75% {
    transform: translate(-3px, 3px) rotate(-3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.hero-title {
  font-size: 4em;
}

.hero-subtitle {
  font-size: 1.75em;
}

.paint {
  /* width: 0;
  height: 0;
  padding: 0;
  
  border-top: 2em solid #e1d5ae;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  position: absolute;
  top: 0;
  left: 50vw; */

  position: absolute;
  top: 0;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  height: 100px;
  width: 200px;
  border-radius: 0 0 100px 100px;
  background-color: #e1d5ae;
  display: none;
}

.rotate-text-container {
  display: grid;
  place-items: center;
}

.rotate-text {
  font-family: "DM Serif Display", serif;
  font-size: 2em;
  position: relative;
  animation: rotateText 90s infinite linear;
}

.rotate-text [style*=--i] {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  text-transform: uppercase;

  font-size: calc(var(--font-size, 2) * 1rem);
  transform: translate(-50%, -50%) rotate(calc(360deg / var(--total) * var(--i))) translateY(calc(var(--radius, 5) * -1ch));
}

@keyframes rotateText {
  from {
    transform: rotate(0deg) rotateX(20deg) rotate(720deg);
  }

  to {
    transform: rotate(360deg) rotateX(20deg) rotate(0deg);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}


.more-section-img {
  height: 100%;
  /* width: auto; */
  width: 100%;
}

.about-content {
  width: 35%;
  margin: 0 auto;
}

.more-content {
  width: 62%;
  margin: 0 auto;
  /* margin-left: 4em; */
}

.about-content p {
  font-size: 1.3em;
  text-align: justify;
}

.more-content p {
  font-size: 1.3em;
  text-align: justify;
}

.about-img {
  /* height: 225px; */
  height: 300px;
  width: 100%;
  /* width: 450px; */
}

#carousel {
  background: #f6f6f6;
}

/* .carousel-indicators [data-bs-target] {
    width: 100px;
    height: 56px;
    border: 1px solid white;
} */

.thumbnail-container {
  display: grid;
  grid-auto-columns: auto;
  /* calc(100% - 4rem); */
  grid-auto-flow: column;
  grid-gap: 0.25em;
  overflow-x: auto;
}

.img-thumbnail {
  border: 0px;
  padding: 0;
  border-radius: 0px;
}

.image-wrapper {
  height: 60vh;
  width: auto;
}

.image-wrapper img {
  object-fit: contain;
  height: 60vh;
}

#gallery img {
  border: 2px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  transition: transform 0.2s;
}

#gallery img:hover {
  transform: scale(1.05);
}

/* footer {
  background: #333;
  color: #fff;
} */

/* .carousel-thumbnails img {
  cursor: pointer;
  margin: 0px;
  width: 100px;
  height: 56px;
  object-fit: cover;
} */

.carousel-indicators button.thumbnail {
  width: 10vw;
  height: auto;
  margin-right: 0.5em;
}

.carousel-indicators button.thumbnail img {
  object-fit: cover;
  background: linear-gradient(90deg,
      rgba(222, 105, 27, 1) 0%,
      rgba(8, 45, 65, 1) 50%,
      rgba(41, 141, 166, 1) 100%);
  width: 100%;
}

.carousel-indicators button.thumbnail:first-child {
  margin-left: 0;
}

.carousel-indicators button.thumbnail:last-child {
  margin-right: 0;
}

.carousel-indicators {
  position: static;
  justify-content: flex-start;
  margin: 1em 0 0 0;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
  opacity: 0.75;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: transparent;
}

.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.5;
}

/* [data-bs-target]*/
.carousel-indicators .active {
  border: 1px solid black;
  opacity: 1;
  margin: 10px 0;
}

.carousel-indicators button img:hover {
  opacity: 0.8;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.accordion-button {
  outline: none;
}

.accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
}

tr {
  border-style: hidden;
}

.maps {
  /* height: 60vh; */
  height: 100%;
}

footer>p {
  color: #919191;
}

.contact-content {
  max-width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .image-wrapper {
    max-height: 50vh;
  }

  .image-wrapper img {
    max-height: 50vh;
    object-fit: contain;
  }

  .carousel-indicators button.thumbnail {
    width: 20vw;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .architect {
    /* width: 45%; */
    height: 25vh;
    background-size: 100% 25vh;

    /* &:last-of-type {
      width: 60%;
    } */
  }

  .carousel {
    max-width: 70%;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 2.5em;
  }

  .hero-subtitle {
    font-size: 1.25em;
  }

  header div:last-of-type {
    padding-left: 2em;
    padding-right: 2em;
  }

  header p {
    font-size: 1.25em;
  }

  .rotate-text [style*=--i] {
    --font-size: 1;
    --radius: 4;
  }


}

@media screen and (max-width: 576px) {

  .about-content,
  .more-content {
    width: 80%;
  }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .more-section-img {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {
  .architect {
    /* width: 42%; */
    height: 20vh;
    background-size: 100% 20vh;
  }

  .architect p {
    font-size: 0.8em !important;
  }

  /* .architect:last-of-type {
    width: 55%;
  } */


  .hero-title {
    font-size: 2.5em;
  }

  .hero-subtitle {
    font-size: 1.25em;
  }

  .image-wrapper {
    height: 40vh;
  }

  .image-wrapper img {
    object-fit: contain;
    height: 40vh;
  }

  .more-section-img {
    height: 40vh;
    height: 100%;
    width: 100%;
  }

  .more-content p {
    font-size: 1em;
  }

  .about-content p {
    font-size: 1em;
  }

  .rotate-text-container {
    place-items: center;
  }

  .rotate-text [style*=--i] {
    color: #e1d5ae;
  }

  .carousel-indicators button.thumbnail {
    width: 20vw;
  }

  .contact-content {
    max-width: 80%;
  }

  .rotate-text [style*=--i] {
    --font-size: 1;
    --radius: 3;
  }

  /* .carousel-indicators button.thumbnail {
    height: 100px;
    width: 30%;
  } */
}

@media screen and (max-width: 425px) {
  .architect {
    width: 100%;
    height: 22vh;
    background-size: 100% 22vh;
  }

  p {
    font-size: 1em;
  }

  .image-wrapper {
    height: 30vh;
  }

  .image-wrapper img {
    object-fit: fill;
    height: 30vh;
  }

  .carousel {
    padding: 0;
  }

  #carousel {
    padding-bottom: 5rem !important;
  }

  .carousel-indicators {
    display: none;
  }

  .maps {
    height: 300px;
  }

  /* .contact-content {
    max-width: 80%;
  } */

  /* .carousel-indicators button.thumbnail {
    height: 100px;
    width: 20%;
  } */
  .title {
    font-size: 1.5em;
  }
}