@font-face {
  font-family: 'LTSaeada-light';
  src: url(/assets/LTSaeada-Light-1bfcbfee069491b890e7232d09f837dcc66d4f12b5df333d3360d00d5b8dfbf3.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LTSaeada-regular';
  src: url(/assets/LTSaeada-Regular-3fef187d8c44d69be0198ae1ae0035e31c31af6a50da1b0f0411d5ebc28c00f2.otf) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* line 1, app/assets/stylesheets/components/_sections.scss */
.section {
  min-height: 2rem;
  width: auto;
  border-radius: 0;
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/components/_sections.scss */
.side-text {
  width: 50%;
}

/* line 10, app/assets/stylesheets/components/_sections.scss */
.side-text li {
  margin-bottom: 1rem;
}

/* line 15, app/assets/stylesheets/components/_sections.scss */
.side-image {
  width: 50%;
  margin-inline: 8px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 70%;
  height: clamp(15rem, 60vh, 60rem);
  min-height: 400px;
  height: auto;
}

/* line 27, app/assets/stylesheets/components/_sections.scss */
#presentation {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/home2-b8eb4eb9fed4777e9e86a25dd7fa737dc6b80bb69b90841a70aca0038bf8f0c8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 30%;
  height: clamp(15rem, 60vh, 60rem);
  position: relative;
}

/* line 37, app/assets/stylesheets/components/_sections.scss */
#presentation h1 {
  margin-inline: 1rem;
  padding-top: 1rem;
  color: white;
}

/* line 55, app/assets/stylesheets/components/_sections.scss */
#whoarewe .portrait-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 4px solid #C4CD7B;
  border-radius: 50%;
}

/* line 63, app/assets/stylesheets/components/_sections.scss */
#whoarewe a {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

/* line 70, app/assets/stylesheets/components/_sections.scss */
#whoarewe .bio {
  padding: 8px;
  margin: 6px;
  background-color: #C4CD7B;
  text-align: center;
}

/* line 86, app/assets/stylesheets/components/_sections.scss */
#wherearewe {
  background-color: #E6FDFF;
}

/* line 88, app/assets/stylesheets/components/_sections.scss */
#wherearewe .side-image {
  background-image: url(/assets/image3-2343acb4cde952bf1793fb9e119e53383d5f9cb2306bcb647f56b464769bfce7.jpg);
}

/* line 92, app/assets/stylesheets/components/_sections.scss */
#wherearewe .video {
  width: 100%;
  height: auto;
  position: relative;
}

/* line 98, app/assets/stylesheets/components/_sections.scss */
#wherearewe .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* line 111, app/assets/stylesheets/components/_sections.scss */
#hours .side-image {
  background-image: url(/assets/image4-c5b7d8d196e9ebd97a3fe63a77321f6dd0a1d27a143f95eebc7078eca3397f89.jpg);
}

/* line 117, app/assets/stylesheets/components/_sections.scss */
#ourproject .square-img {
  width: 95%;
  height: auto;
  max-width: 55rem;
  max-height: 25rem;
  object-fit: cover;
}

/* line 125, app/assets/stylesheets/components/_sections.scss */
#ourproject .side-image {
  background-image: url(/assets/image8-9e98549fd1b38a6454b9ed55d78af1f42120dc236b337d9fd6790c6ce582bac6.jpg);
}

/* line 130, app/assets/stylesheets/components/_sections.scss */
.btn-contact {
  font-size: calc(1rem + 0.8vw) !important;
  background-color: #E2A24C !important;
  margin-block: 2rem;
}

/* line 137, app/assets/stylesheets/components/_sections.scss */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  justify-items: center;
}

/* line 144, app/assets/stylesheets/components/_sections.scss */
.portfolio-photo {
  max-width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  /* line 154, app/assets/stylesheets/components/_sections.scss */
  .side-text {
    width: auto;
  }
  /* line 157, app/assets/stylesheets/components/_sections.scss */
  .side-image {
    width: auto;
  }
}

/* line 2, app/assets/stylesheets/components/_banner.scss */
.banner h1 {
  font-family: 'LTSaeada-regular', sans-serif !important;
  font-weight: bold;
  font-size: 2rem;
}

/* line 7, app/assets/stylesheets/components/_banner.scss */
.banner h2 {
  font-size: 1rem;
}

/* line 12, app/assets/stylesheets/components/_banner.scss */
.logo-banner {
  width: 200px;
  height: auto;
}

@media (max-width: 576px) {
  /* line 23, app/assets/stylesheets/components/_banner.scss */
  .banner h1 {
    font-size: 1.5rem;
  }
  /* line 28, app/assets/stylesheets/components/_banner.scss */
  .logo-banner {
    width: 120px;
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/components/_navbar.scss */
.navbar {
  background-color: #C4CD7B !important;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/components/_navbar.scss */
.navbar-nav {
  justify-content: space-between;
}

/* line 10, app/assets/stylesheets/components/_navbar.scss */
.btn-contact-navbar {
  font-size: 1rem !important;
  background-color: #E2A24C !important;
}

/* line 15, app/assets/stylesheets/components/_navbar.scss */
.nav-link {
  padding-inline: 8px !important;
}

/* line 1, app/assets/stylesheets/components/_footer.scss */
.footer {
  background-color: #C4CD7B;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 8px;
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/components/_footer.scss */
.footer img {
  height: 80px;
  width: auto;
}

/* line 14, app/assets/stylesheets/components/_footer.scss */
.footer h2 {
  font-size: 1rem;
}

/* line 18, app/assets/stylesheets/components/_footer.scss */
.footer p {
  font-size: 0.7rem;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/components/_footer.scss */
.footer a {
  font-size: 0.7rem;
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/application.scss */
html {
  scroll-behavior: smooth;
}

/* line 15, app/assets/stylesheets/application.scss */
* {
  border-radius: 12px;
}

/* line 19, app/assets/stylesheets/application.scss */
body {
  margin: 8px !important;
  list-style-type: none;
  font-family: 'LTSaeada-light', sans-serif !important;
  font-weight: 400;
  font-optical-sizing: auto;
  background-image: url(/assets/background-2-b773bc9de1905e1e38881441d7ae60ea85300d792484f6bd41044a2f62604bd7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  --col-green: #C4CD7B;
  --col-blue: #E6FDFF;
  --col-orange: #E2A24C;
}

/* line 38, app/assets/stylesheets/application.scss */
.container {
  background-color: white;
  padding: 0 !important;
  margin: 8px;
}
