/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #222222;
  font-size: 0.875rem;
}
.email-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
	margin-top: 30px;
}

.email-form h3 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus
.contact-form input[type="message"]:focus {
    outline: none;
    border-color: #c4625f;
}
.form-row.submit-btn-row {
    width: 117px;
}
form.contact-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.form-row.form-row-captcha {
    width: calc(100% - 118px);
}

/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #dddddd;
    background: #fff;
    width: 100%;
    accent-color: #c4625f !important;
    padding: 8px 12px !important;
    border-radius: 4px;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 95% !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.contact-form .submit-button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #c4625f;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form .submit-button:hover {
    background-color: #000;
    color: #fff;
}
.button {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.612rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #c4625f;
  font-weight: 600;
}

.navbar {
  background-color: #9f433c !important;
}
.navbar-brand {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(0.8em + 0.5vw);
}

.navbar .nav-link {
  font-size: calc(0.7em + 0.5vw);
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.navbar .callus {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  
  text-decoration: none;
  background-color: #000000;
  font-size: calc(0.7em + 0.5vw);
  font-weight: 600;
}
.navbar .callus:hover {
  border: 2px solid #e58b7b;
  background-color: #e58b7b;
  color: #9f433c;
}
.navbar span {
  color: #ffffff;
}
.navbar span .button {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #222222;
  text-decoration: none;
}
.navbar span .button:hover {
  background-color: #ffffff;
  color: #222222;
}

#myCarousel {
  text-align: center;
}

#myCarousel h4 a {
  color: #d36a67;
}
#myCarousel h4 a:hover {
  color: #ffffff;
}

#myCarousel img {
  width: 100vw;
  min-height: 500px;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}
#myCarousel .carousel-caption {
  background-color: rgba(16, 6, 6, 0.7);
}
#myCarousel .carousel-caption .button {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #c4625f;
}

.about-section {
  padding: 4rem 1.2rem;
}
.about-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
}
.about-section h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #9f433c;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-section a {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.service-section {
  padding: 4rem 0;
}
.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
}
.service-section .service-item {
  position: relative;
  padding: 20px;
  background-color: #f1f1f1;
  color: #000000;
}
.service-section .service-item .icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.service-section .service-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  z-index: 1;
  bottom: -8px;
  left: 8px;
  transition: 0.3s;
}
.service-section .service-item .icon i {
  color: #c4625f;
  font-size: 30px;
  z-index: 2;
  position: relative;
}
.service-section .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.gallery-section {
  padding: 4rem 0;
}
.gallery-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  text-align: center;
}
.gallery-section img {
  max-height: 219px;
  width: 100%;
  border: 4px solid transparent;
}
.gallery-section img:hover {
  border: 4px solid #9f433c;
}

.features {
  padding: 4rem 1.2rem;
  background-color: #c4625f;
  color: #ffffff;
}
.features h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 0;
}
.features h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #ffffff;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.features .list-item {
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
}
.features .list-item li {
  display: block;
  margin: 1rem 0;
  list-style: none;
  font-size: 1rem;
}
.features .list-item li span {
  padding-right: 0.625rem;
}
.features .list-item li span i {
  font-size: 1.2rem;
}

.testimonials {
  text-align: center;
  padding: 4rem 1.2rem;
}

.testimonials h4 a {
  color: #9f433c;
}
.testimonials h4 a:hover {
  color: #000000;
}

.testimonials h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  text-align: center;
}
.testimonials h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #9f433c;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonials .carousel-control-prev-icon {
  background-image: none;
  color: #222222;
}
.testimonials .carousel-control-next-icon {
  background-image: none;
  color: #222222;
}
.testimonials .carousel-control-next {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.testimonials .carousel-control-prev {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.footer {
  background-color: #9f433c;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer .social-icons li a {
  color: #ffffff;
  font-size: 2rem;
}/*# sourceMappingURL=main.css.map */


.carousel-item {
  min-height: 400px;
}