@font-face {
  font-family: poppins-Light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Lora-regular;
  src: url(../fonts/Lora/lora.regular.ttf);
}

@font-face {
  font-family: barlow-light;
  src: url(../fonts/Barlow/Barlow-Light.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  padding: 20px 8%;
}


#image-header {
  background-image: url(../image/headerBckg.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 95dvh;
}

.bg-header {
  background-image: url(JPG/headerBckg.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 95dvh;
}

.logo-header {
  display: flex;

  width: 40%;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: transparent;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f3f3f3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;

}


/* Add an active class to highlight the current page */
.active {
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;

}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
  border-bottom: 1px solid #F1BD36;
  color: #F1BD36;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #F1BD36;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 864px) {

  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }

  .topnav {
    display: flex;
    flex-direction: column;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .logo-header {
    width: 60%;
  }

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 864px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive .dropdown {
    float: none;
  }

  .topnav.responsive .dropdown-content {
    position: relative;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


#text-header {

  font-weight: 400;
  font-size: max(10px, 2vw);
  color: white;
  text-align: center;
  position: relative;
  top: 100px;
  left: 10px;
}

#text-header h1 {
  font-family: poppins-Light;
  letter-spacing: 2px;
  font-weight: lighter;

}

#text-header small {
  font-family: Lora-regular;


}

#btn-project-header {
  font-size: max(15px, 1vw);
  padding: 10px 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  margin-top: 30px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.612);

}

#btn-project-header a {
  text-decoration: none;
  color: white;
}

#btn-quote-header {
  font-size: max(15px, 1vw);
  background-color: #F1BD36;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  letter-spacing: 1px;
  margin-top: 30px;
  cursor: pointer;
}

#btn-quote-header a {
  text-decoration: none;
  color: white;
}

.title-services {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.title-services h1 {
  font-size: 3vw;
  padding-left: 15px;
  font-family: poppins-Light;
}

.title-services small {
  font-size: 20px;
  padding-left: 45px;
  color: #A2A2A2;
  font-family: lora-regular;
}

.border-roof {
  margin-left: 200px;
}

.border {
  margin-left: 200px;
}

.text-project-residencial {
  text-align: center;
  font-size: 1.2rem;
  font-family: lora-regular;
  font-weight: bold;
  line-height: 38px;

}

.text-project {
  display: flex;
  flex-direction: column;
  align-items: center;

}


.text-project p {

  line-height: 10px;
  font-family: lora-regular;
  font-size: 2rem;
}


form {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.title-forms {
  text-align: center;
  font-family: Lora-regular;
  margin: 25px;
  color: #A2A2A2;
  font-weight: 200;
}

.group-box-one {
  display: flex;
  flex-direction: column;

}

.name-address {
  display: flex;
  gap: 11px;
  margin-bottom: 5px;

}



.input-box input {
  width: 260px;
  height: 30px;
  font-family: poppins-Light;
  font-weight: bold;
  color: #A2A2A2;
  padding-left: 10px;

}

.input-box textarea {
  font-family: poppins-Light;
  font-weight: bold;
  color: #A2A2A2;
  padding: 10px;
}

.number-email {
  display: flex;
  gap: 11px;
  margin-bottom: 5px;
}

.icons-aboutUs {
  width: 10%;
  margin-left: 30px;
}

.Schedule-btn-one {
  display: flex;
  justify-content: flex-end;
}

.Schedule-btn-one button {
  background-color: #AB6E29;
  border: none;
  padding: 5px;
  width: 325px;
  margin-top: 20px;

}

.Schedule-btn-one a {
  text-decoration: none;
  color: white;
  font-size: 15px;

}

.Schedule-btn {
  display: flex;

}

.Schedule-btn button {
  background-color: #AB6E29;
  border: none;
  padding: 5px;
  width: 325px;
  margin-top: 20px;
}

.Schedule-btn a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}


.title-services {
  display: flex;
  align-items: center;
  justify-content: normal;
  padding: 15px;
  margin-right: 260px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.title-services h1 {
  font-size: 3vw;
}

.title-services small {
  font-size: 20px;
  padding-left: 45px;
}



.text-project {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.text-project p {
  font-size: max(25px, 1vw);
  margin-bottom: 20px;
  line-height: 10px;

}

.btn-home {
  display: flex;

  align-items: center;
  gap: 10px;
  margin-left: 175px;
}

.btn-home button {
  background-color: transparent;
  width: 350px;
  height: 150px;
  margin: 25px;

}

.btn-home a {
  text-decoration: none;
  color: black;

  font-size: 45px;
  font-family: Lora-regular;
}

.bg-image-home {
  background-image: url(../image/section-bg-01.jpg);
  background-position: 91px 43px;
  background-size: cover;
  background-attachment: fixed;

}

.more-project {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-left: 55px;
}

.more-project button {
  font-size: 20px;
  padding: 10px;
  background-color: #F1BD36;
  border: none;
  width: 200px;
}

.more-project a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.829);
}

.title-services-home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-left: 121px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.title-services-home h1 {
  font-size: 3vw;
  font-family: poppins-Light;
  line-height: 45px;
  padding: 10px;
  font-weight: lighter;

}

.color-text {
  color: #b4b1b1;
}

.text-service-home {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 35px;
}

#cards-about-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;

}

.card-one {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-aboutus-img-left-.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid black;
  padding: 20px;
  margin: 0px 25px;

}

.card-two {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-aboutus-img-center.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.305);
}

.card-three {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-aboutus-img-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid black;
  margin-left: 25px;
}


.content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin: 15px;
  color: rgba(255, 255, 255, 0.967);

}

.btn-aboutUs-processes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.btn-aboutUs-processes button {
  width: 160px;
  background-color: transparent;
  padding: 10px;
}

.btn-aboutUs-processes a {
  text-decoration: none;
  color: black;
  font-size: 15px;

}

.btn-aboutUs button {
  background-color: #F1BD36;
  border: none;
}

.btn-aboutUs a {
  color: white;

}

.bg-image-showcasing {
  background-image: url(../image/initial-projects-bckg\ \(2\).png);
  background-repeat: no-repeat;
  background-position: 598px -34px;
  height: 318px;
}

.title-showcasing {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-left: 230px;
  margin-bottom: 35px;
  margin-top: 25px;


}

.text-project-showcasing {
  text-align: center;
  font-size: 1.5rem;
  font-family: Lora-regular;
}

.content-title h1 {
  font-size: 3rem;
  font-weight: 100;
  padding-left: 15px;
  font-family: poppins-Light;
}

.content-title small {
  font-size: 1.5rem;
  padding-left: 15px;
  color: #A2A2A2;
  font-family: Lora-regular;
}


.border-line {
  text-align: center;
  margin-top: 15px;
}

.viewProject {
  text-align: center;
  margin: 25px;
  font-size: 2rem;
  font-weight: 200;
  font-family: Lora-regular;
  color: white;
  text-decoration: none;
  font-style: none;
}

.arrows {
  background-color: transparent;
  border: none;
}

.arrows-right {
  background-color: transparent;
  border: none;
  margin-left: 25px;
}

#cards-viewProjects {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 35px;


}

.card-one-viewProjects {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-projects-kitchen.png);
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px;
  margin: 0px 25px;

}

.card-one-viewProjects a {
  color: white;
  text-decoration: none;

}

.card-three-viewProjects a {
  color: white;
  text-decoration: none;

}

.card-two-viewProjects a {
  color: white;
  text-decoration: none;

}

.card-two-viewProjects {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-projects-bathroom.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.card-three-viewProjects {
  width: 300px;
  height: 300px;
  background-image: url(../image/initial-projects-additions.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 25px;
}


.content-card-viewProjects {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin: 15px;
  margin-top: 50px;
  color: rgb(255, 251, 251);
  text-decoration: none;
  font-style: none;
  font-size: 25px;

}


.content-card-viewProjects h1 {
  margin-right: 80px;
  color: white;
  text-decoration: none;


}

.header-testimonials h1 {
  font-weight: lighter;
  font-family: poppins-Light;
  font-size: 3rem;
}

.header-testimonials small {
  color: #A2A2A2;
  font-family: Lora-regular;
  font-size: 1.4rem;
  margin-left: 50px;
}

.testimonials {
  display: flex;
  text-align: center;

  justify-content: center;
  margin-top: 26px;

}

.icon-quote-testimonials {
  margin: 14px 7px;
  height: 58px;
}

.line-botton-testimonials {
  display: block;
  margin: auto;
  height: 5px;
}

.client-testimonials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 159px;

}

.card-content-testimonials {
  position: relative;
  top: -100px;
  left: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;

}

.rating {
  padding: 10px;
}

.line-card-testimonials {
  position: relative;
  right: 75px;
  bottom: -125px;
  height: 10px;
}

.btn-testimonials-left,
.btn-testimonials-right {
  border: none;
  background-color: transparent;
  position: relative;
  top: 75px;
}

.btn-testimonials-right {
  margin-left: 15px;
}



footer {
  width: 100%;
  margin-top: 50px;

}

.bg-footer {
  background-image: url(../image/footerCover.png);
  width: 100%;


}

.footer-link {
  text-decoration: none;
}

#footer_content {
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10rem 3.5rem;
}

#footer_contacts h1 {
  margin-bottom: 0.75rem;

}

#footer_social_media {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
}

#footer_social_media .footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  color: white;
  border-radius: 50%;
  transition: all 0.4s;
}

#footer_social_media .footer-link i {
  font-size: 1.25rem;
}

#footer_social_media .footer-link:hover {
  opacity: 0.8;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}

.footer-list .footer-link {
  color: white;
  transition: all 0.4s;
}

.footer-list .footer-link:hover {
  color: #F1BD36;
}

#footer_subscribe {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#footer_subscribe button {
  padding: 10px;
  width: 150px;
  border-radius: 20px;
  border: 1px solid white;
  background-color: transparent;
}

#footer_subscribe .btn-get {
  background-color: #F1BD36;
  border: none;
}

#footer_subscribe a {
  text-decoration: none;
  color: white;
}

.whatsapp-btn {
  margin-top: 15px;
}

#footer_copyright {
  display: flex;
  color: white;
  justify-content: center;
  font-size: 0.9rem;
  padding: 1.5rem;
  font-weight: 100;
}

@media screen and (max-width: 769px) {
  .carousel-inner {
    padding-top: 250px !important;
  }

  #footer_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
   .testimonials{
    text-align: center;
    margin: 20px;
   }

   .header-testimonials h1{
    margin-left: 85px;
   }
  .card-testimonials {
    min-width: 100% !important;
    min-height: 100% !important;
    padding: .5rem;
  }

  .carousel-item {
    flex: 0 0 100%;
    width: 50%;
    margin: 10px;
  }

}

@media screen and (max-width: 1024px) {
  .carousel-item {
    min-width: 50% !important;
  }
}

@media (min-width: 1024px) {
  .carousel-item {
    min-width: 33.33% !important;
    padding: 0px;
  }

  .carousel {
    margin-top: 150px !important;
  }
}

@media screen and (max-width: 426px) {
  #footer_content {
    grid-template-columns: repeat(1, 1fr);
    padding: 3rem 2rem;
  }
  .carousel {
    margin-top: 400px !important;
  }
}

@media screen and (max-width: 1024px) {
  .carousel {
    margin-top: 150px !important;
  }
}

#carousel {
  overflow: hidden;
  width: 100%;
}

.carousel-container {
  display: flex;
  transition: transform 0.5s ease;
}

#carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.carousel-inner {
  display: flex;
  padding: 1rem;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  box-sizing: border-box;
  padding-left: .25rem;
  padding-right: .25rem;
  min-height: 100% !important;
  margin-top: 30px;
}

.carousel img {
  width: 100%;
  display: block;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.card-testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #e8e6e6bf;
  padding: 2rem;
  min-height: 100%;
}

.image-box {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 1rem;
  top: -70px;
}

.image-clients {
  height: 140px;
  width: 140px;
  border-radius: 50%;
}

.image-clients img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.name-profession {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  gap: 5px;
}

.rating {
  padding: 10px;
  transform: scale(0.8);
  /* Reduzir o tamanho das estrelas em 80% */
}

.text-testimonials {
  width: 100%;
  color: #A2A2A2;
  line-height: 1.2;
  padding-top: 10px;
  text-align: center;
  /* Centralizar o texto */
}

.name-profession .name-testimonials {
  font-size: 25px;
  font-weight: 600;
  color: #F1BD36;
}