@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/projects-header-bckg-1920.png);
    background-size: cover;
    width: 100%;
    height: 95vh;
}


 .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;
  
    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: 20px 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;
   
    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: 1.8rem;
    color: white;
    text-align: center;
    position: relative;
    top:100px;
    left: 10px;
}

#text-header h1 {
   font-family: poppins-Light;
    font-weight: lighter;
    
}
#text-header p{
    font-family: LoraR;
    font-size: max(10px, 1vw);
}

#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-project{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    }
    
    .title-project h1{
        font-size: 45px;
        font-family: poppins-Light;
    }
    
    .title-project small{
        font-size: 20px;
        color: #A2A2A2;
      font-family: Lora-regular;
    }
    
    .border{
        position: relative;
        right: 290px;
    }

    .text-project-one{
      text-align: center;
       line-height: 40px;
      font-size: 1.5rem;
    }

    .text-project{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    
    .text-project p{
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 40px;
        font-family: Lora-regular;
        color: #A2A2A2;
        margin-bottom: 25px;
    
    }

    .text-project img{
      margin: 25px;
    }
    
    .LastestProject{
        text-align: center;
        font-weight: lighter;
        font-size: 2rem; 
        margin-bottom: 25px;
        font-family: Lora-regular;
    }

    .title-remodeling{
        display: flex;
        font-size: 20px;
        margin-left: 200px;
        font-family: poppins-Light;
       
     
       
    }
    .title-remodeling img{
        padding-right: 25px;
    }
    .title-remodeling small{
        font-size: 20px;
        margin: 40px;
        color: #A2A2A2;
        font-family: Lora-regular;
    }
    
    .first-collum{
        display: wrap;
        text-align: center;
    }

    figure{
        margin-bottom: 15px;
    }
   .btn-top{
    text-align: end;
    
   }
    #btn-backto-top{
        background-color: transparent;
        border:none;
        color:#F1BD36;
        font-size: 20px;
        margin: 20px;
       
    }
    #btn-backto-top a{
        text-decoration: none;
        color: #F1BD36;
    }
    hr{
        margin: 30px;
    }


    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;
    }
    
    
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: 768px) {
    #footer_content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
  }
  
  @media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
  }




