html{
    width: 100vw;
    overflow-x: hidden;
}

body{
    width: 100%;
    overflow-x: hidden;
    font-family: "Inter Tight", sans-serif;
    color: var(--general);
    font-family: Inter Tight, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;


}
a{
    text-decoration: none;
}
p{
    color: var(--paragraf);
    font-size: 18px;
}

h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
}

:root{
    --general: #283337;
    --paragraf: #676e78;
    --green: #4b676f;
    --primary: #283337;
    --light-bg: #fafafa;
    --dark-green: #384f58;
    --white: white;
}

.slider{
    display: flex;
    width: 100%;
}


.image-remodeling{
    position: relative;
      background-image: url(/img/bathroom-remodeling-gray.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     width: 100%;
     height: 100vh;

}


.image-banner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.first-text{
    display: flex;
    align-items: start;
    padding-top: 5%;
     width: 55%;
}

.first-text p{
    font-size: 20px;
    font-weight: 500;
 }

.presentation-button{
 }
.presentation-button div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--primary);
    background-color: var(--primary);
     background-position: 95%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 68px;
    width: 20vw;
     transition: background-color .3s, color .3s;
    color: #fff;
    padding-left: 10px;
     
} 
.presentation-button p{
    color: #fff;
}

.presentation-button:hover{
    color: var(--general);
}

.presentation-button div:hover{
    background-color:transparent;
    color: var(--general);
}
.presentation-button p{
    margin-left: 10%;
}
.presentation-button img{
    width: 20px;
    background-color: #fff;
    padding: 15px;
    margin-right: 1%;
    border-radius: 25px;
}


.top{
    width: 100%;
}

.banner-txt{
    padding: 3%;
    padding-right: 50%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .1);
    flex-direction: column;
    align-items: flex-end;
    width: 30%;
}
.banner-txt p{
        color: #FFF !important;

}


.section-about{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--general);
 
}

.section-about img{
    width: 200px;
}

.padding{
    padding:5% 20%;
      display: flex;
     justify-content: space-between;
      
 }

 .logo-social{
    text-transform: uppercase;
    
 }
 .section-about div{
    flex:1;
 }
 .logo-social a{
    border: 1px solid #fff;
    border-radius: 48px;
    padding: 2px 14px;
    transition: background-color .3s, color .3s;
    color: #fff;
    text-transform: initial;
 }
 .section-about p{
    color: #fff;
 }
 

 .about-text h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
 }

 .primary-button{
    border: 1px solid var(--white);
    background-color: #fff;
    color: var(--general);
    display: flex;
    align-items: center;
    padding: 8px 14px 8px 14px;
    border-radius: 68px;
    font-weight: 600;
    width: min-content;
    white-space: nowrap;
    transition: background-color .3s, color .3s;

  }


  .primary-button span{
    font-size: 30px;
    margin-top: -6px;
    padding: 2px;
  }

  .primary-button:hover{
    background-color: var(--general);
    color: #fff;
  }




 .we-are{
    
    display: flex;
    align-items: center;
    background-image: url('/img/background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
      backdrop-filter: blur(10px);


 }

 .we-are h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
 }

 .slogan{
    padding-right: 5%;
 }

 .clients{
    display: flex;
    margin-top: 10vh;

 }

 .experience{
    padding-top: 7vh;
 }

 .clients div{
    padding: 3%;
    padding-left: 0;
    line-height: 0.5;
 }
 .clients strong{
    font-size: 60px;
 }

 .color{
    display: flex;
    align-items: start;
    height: 100%;
    width: 100%;
    background-color: #ffffff62;
    backdrop-filter: blur(2px);
 }

 .slogan-button{
    margin-top: 10vh;

 }

 .slogan-button a{



    border: 1px solid var(--general);
    background-color: var(--general);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 14px 8px 14px;
    border-radius: 68px;
    font-weight: 500;
    width: min-content;
    white-space: nowrap;
    transition: background-color .3s, color .3s;

  
 }

 .slogan-button a:hover{
    background-color: #fff;
    color: var(--general);
 }


 .line-wrapper {
    justify-content: space-around;
    display: flex;
     top: 0%;
    bottom: 0%;
    left: 0%;
        right: 0%;
    position: absolute;}


    

    .line {
        background-color: var(--dark-green);
        width: .8px;
        height: 100%;

    }

    .services{
        flex-direction: column;
        background-color:  #fafafa;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-wrap: wrap;
        display: flex;
        background-image: url(/img/work-bg.png);
    }


    .services h2{
        font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    width: 50%;
    }
    .service{
        min-width: 200px;
        width: 30%;
        max-width: 500px;
        background-color: #fff;
       margin: 20px;
    z-index: 1;
    border: 1px solid rgba(40, 51, 55, .1);
 
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     }

    .service-info{        padding: 20px;


    }

    .section-service{
        display: flex;      
 
    }
    .service h3{
       font-size: 28px;
    font-weight: 600;
    margin-top: 5vh;

    }

    .service span{
        border-radius: 48px;
        padding: 2px 14px;
        color: #4b676f;;
         border: 1px solid rgba(40, 51, 55, .1);;
    }

    .view-work{
        border-top:  1px solid rgba(40, 51, 55, .1);
        padding: 20px;
        display: flex;
        align-items: end;
    }

    .view-work a{
        background-color: var(--general);
        color: #fff;
        border-radius: 58px;
        padding: 8px 34px 8px 14px;
        line-height: 1.6em;
        transition: color .3s, background-color .3s;
        border: 1px solid var(--general);
      }

     .view-work a:hover{
        background-color: #fff;
        color: var(--general);
     }

     .view-work i{
        margin-left: 15px;
        font-size: 14px;
     }

     .portofolio{
        flex-direction: column;

     }

     .portofolio-items{
      
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
     }

     .portofolio-items img{
         border-radius: 12px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform .55s;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: center;
      }


      .portofolio-items img:hover{
        transform: scale(1.1);}



.project-image{
    overflow: hidden;
    border-radius: 12px;
    padding: 0;
    width: 100%;
}

.project h3{
    font-size: 25px;
}

.portofolio-description{

 display: flex;
 width: 100%;
 justify-content: space-between;
 padding-bottom: 2%;
 
}
.portofolio-description h3{
    font-size: 45px;
}
.portofolio-description div{
 flex: 1;
}
      
.project span{
    border: solid 1px var(--paragraf);
    padding:  5px 10px;
    border-radius: 25px;
    color: var(--dark-green);
    font-weight: 600;
}
.choose-us{
    background-image: url(/img/why-us-bg.png);
    color: #fff;
}

.motive{
    background-color: var(--general);
    border: solid 1px var(--dark-green);
    padding: 5px;
    min-width:200px;
    border-radius: 12px;
     padding: 20px;
     box-shadow: 0 2px 40px rgba(0, 0, 0, .25);

}


.motive img{
    width: 40px;
    border: solid 1px var(--dark-green);
    padding: 10px;
    border-radius: 5px;

}

.statement{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.motive-img{
    background-image: url(/img/tile-app.jpg);
}


.reputation{
    background-image: url(/img/work-bg.png);
    display: flex;
    margin-left: 3px;
}

.reputation div{
    flex: 1;
}

.reputation h4{
    font-size: 28px;
    font-weight: 600 !important;
    line-height: 1.4em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.clients span{
    font-size: 45px;
}


.lets-start{
    background-color: var(--general);
    margin-right: 10%;
    color: #fff;
    display: flex;
 }

.lets-start img{
    rotate: 20deg;
    overflow-x: hidden; 
    box-shadow: 0 0 10px #4b676f;
    width: 1200px;
 }

.start-content{
    flex-direction: column;
}

.start-content a{
    
    display: flex;
    background-color: #fff;
    color: var(--general);
    padding: 8px 14px 8px 34px;
    border-radius: 68px;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    transition: background-color .3s, color .3s;



}

.start-content a:hover{
    background-color: var(--general);
    color: #fff;



}

.start-content i{
    font-size: 20px;
}


.before-after{
     position: relative;
     flex-direction: column;
 }

 .before-title{
    width: 50%;
 }
.before-after img{
    width: 30%;
    border-radius: 12px;
    margin: 10px;
 }
     @media only screen and (max-width: 1500px) {


        .padding{

            padding:5% 10%;

        }


     }


     @media only screen and (max-width: 1000px) {
        .padding{
            padding: 5% 2%;
        }
.image-remodeling{
    width: auto;
}



     }



     .start-content p{
        position: relative;
        z-index: 1;
     }
     @media only screen and (max-width: 900px) {

 
.slider{
    flex-direction: column-reverse;
}


.first-text{
    width: auto;
}


.presentation-button div{
    width: 50vw;
 }

.section-about {
    flex-direction: column;
}
.logo-social{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.color{
    flex-direction: column;
}
.slogan-button {
    justify-content: center;
    display: flex;}



    .clients{
        justify-content: center;
    }


    .section-service{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service{
        width: auto;
    }

    .portofolio-description{
        flex-direction: column;
    }

    .portofolio-items{
        display: flex;
        flex-direction: column;
    }

    .services h2{
        width: auto;
    }

    .services{
        grid-row-gap:5px;
    }


    .statement{
        display: flex;
        flex-direction: column;
    }

    .motive-img{
        height: 300px;
        border-radius: 12px;
    }
    .reputation{
        flex-direction: column;
    }

    .clients{
        flex-direction: row;
    }


    .clients strong{
        font-size: 50px;
    }

    .clients p {
        line-height: 1;
    }

    .column{
        flex-direction: column-reverse;
    }
    .lets-start{
        flex-direction: column;
        margin-right: 0;
    }

    .lets-start img{
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
    }

    .before-title{
        width: auto;
    }

    .before-after img{
        width: 90%;
    }

h3{
    font-size: 35px;
}

.reputation h4{
    font-size: 20px;
}

.logo-social{
    flex-direction: column;
}
.choose-us{
    background-size: 20%;
}

.reputation{
    background-size: 20%;
    background-color: #fafafa;
 }


 .banner-txt {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(81, 56, 121, 0.1);
    border-left: 6px solid #fff;
    width: 50%;
    margin: 0 20px;
    
       
 }

 .image-banner{
    justify-content: center;
    
 }

 .banner-txt p{
      width: 200%;
      font-size: 20px;
 }

 .image-remodeling{
    background-position: center;
    height: 60vh;
    padding-bottom: 10vh;
  }

  .image-banner{
    align-items: end;
  }
     }



     /* Home-remodeling css */


     .home-image{
        display: flex;
     }

     .home-image img{
      }

      .slider-home{
        background-image: url('/img/home-renovation.jpg');
        background-size: cover;
background-position: center;
      }

      .home-color{
        height: 100%;
        width: 100%;
        background-color: #283337b5;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 200px;
      }


      .home-paragraph{
        width: 40%;
      }
      .home p{
 color: #fff;        
        
      }

      .home{
        margin-top: 10%;
        color: #fff;
        align-items: center;
       }
 

      .total-remodeling img{
        border-radius: 12px;
        width: 100%;
        object-fit: contain;

      }

      .total-remodeling{
        padding-bottom: 0;
      }

      .general-buton{
        background-color: var(--general);
    color: #fff;
    border-radius: 58px;
    padding: 8px 34px 8px 14px;
    line-height: 1.6em;
    transition: color .3s, background-color .3s;
    border: 1px solid var(--general);
}


      .general-buton:hover{
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
      }

      .home p{
        font-size: 25px;
      }

      .luxury-service{
        padding-top: 0; 
        background-image: url(/img/background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
       }

   .h4-text{   font-size: 30px;
        text-align: center;
      } 

      .luxury-content{
        
        padding-top: 1%;
        flex-direction: column; 
        background-color: #ffffffa9;     
 
      }

       

       .proces-content{
        flex-direction: column;
       }
       
       .proces{
        background-image: url(/img/work-bg.png);
       }

       .proces img{
        width: 200px;
       }
       
       .proces-icon{
        border-radius: 12px;
        flex: 1;  
        min-width: 350px; 
        padding: 20px;   
          background-color: #fff;
          margin: 10px;
          border: 1px solid rgba(40, 51, 55, .1);
        }

        .proces-etap{
            display: flex;
            flex-wrap: wrap;
        }

        .galery-content{
            display: flex;
            width: 100%;
        }


        .galery-div{
            overflow: hidden;
            border-radius: 12px;
            padding: 0;
            width: 100%;
        }
        .galery-content img{
     width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .55s;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: center;
}
         
.galery-img{
    overflow: hidden;
}
.galery-content img:hover{
    transform: scale(1.1);
}

.prefooter-content{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.prefooter-content a{
    color: var(--general);
    font-size: 18px;
    font-weight: 300;
}

.get-free{
      background-color: var(--general);
  color: #fff !important;
  border-radius: 58px;
  padding: 8px 34px 8px 14px;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
  border: 1px solid var(--general);
}

.get-free:hover{
    background-color: transparent;
    color: var(--general) !important;
}

.time-content{
    display: flex;
    align-items: start;
}

.time-image img{
border-radius: 12px;
width: 400px;
height: 700px;
}

.time-content h4{
    text-align: left !important;
     color: var(--general);
     font-size: 50px;
     font-weight: 600;
     line-height: 1.2em;
 
 }

.trust-company{
    padding-left: 10%;
 }

.trust-company span{
    font-size: 25px;
    font-weight: 600;
}

.our-trust{
    margin-left: 20px;
 }

 .our-trust p{
    margin-left: 10px;
    font-size: 16px;
 }

 .time{
  }

  .prefooter{
   }


   @media only screen and (max-width: 900px) {

 .home{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 10px;
    padding-top: 10vh;
 }
 

 .home h1{
    font-size: 50px;
    width: 60%;
 }

.home-paragraph p{
    font-size: 20px;
}

.home-paragraph{
    width: 90%;
}

.home-color{
    padding-bottom: 100px;
}

.time-content{
    flex-direction: column;
}

.time-content h4{
    font-size: 30px;
}

.proces-icon{
    min-width: 200px;
  }
  .time-image img{
    width: 100%;
  }

  .time{
    flex-direction: column-reverse;
  }
   }

   .review {
    position: relative;
    background-image: url(/img/work-bg.png);
    flex-direction: column;
   }
  
   .mySlides {
    display: none;
     text-align: center;
     width: 100%;
  }
  
   .prev, .next {
    cursor: pointer;
     top: 80%;
    width: auto;
    margin-top: -30px;
    padding: 5px 20px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    background-color: #fff;
    border-radius: 50px;    
    border: 1px solid  #888;
    margin: 10px;
 
  }

  .button-next{
    display: flex;
    justify-content: center;
    padding-top: 10%;
  }
  
   .next {
     right: 0;
    }
  

   .prev{
    }
   .prev:hover, .next:hover {
    background-color: transparent;
   }
  
   .dot-container {
      text-align: center;
      padding: 20px;
      background: #fff;
  }
  
   .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
   .active, .dot:hover {
    background-color: #717171;
  }
  
    
   .author {color: cornflowerblue;}

  q{
    font-size: 32px;
    text-align: center;
  }

  .button-next{
    width: 100%;
     top: 50%;
  }


  .trust-content{
    padding-top: 0;
  }

  .button-nav{
    display: none;
  }
  @media only screen and (min-width: 1000px) {


  }


  @media only screen and (max-width: 500px) {
    .galery-content{
        flex-direction: column;
    }

.prefooter-content {
    flex-direction: column;
    justify-content: space-between;
}

.link-consultation{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
 }

 .next-project{
    display: flex;
     justify-content: end;
 }



   }

  
   .trust-content img{
    width: 400px;
    float: right;
    border-radius: 12px;
    }
   .trust-content h4{
    text-align: left;
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
   }

   .trust-content{
    align-items: center;
   }


   @media only screen and (max-width: 900px) {


.trust-content{
    flex-direction: column;
}

.trust-content img{
    width: 100%;
     object-fit: contain;
     object-position:center;
     margin-top: -50%;
     
}


.trust-image{
    height: 350px;
    overflow: hidden;
    border-radius: 12px;


}
.trust-content h4{
    font-size: 30px;
}
.trust-company {
    padding-left: 10px;
}

.time{
    padding-top: 0;
}

.trust-content{
    padding-bottom: 0;
}
.trust-image{
    height: 300px;
}

.galery-img{
    margin-bottom: -10px;
}

 
}



/* Contact css */

.contact{
     background-position: left;
    height: 50vh;
    background-image: url(/img/work-bg.png);
    
}

.contact-container{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 10vh;
}

.contact-color{
     height: 100%;
}

.form-div{
    background-color: var(--general);

}

.contact-det{
    display: flex;
    flex-direction: column;
    border-top: solid 2px #fff;
    margin-right: 20px;
    line-height: 2;
    padding-top: 20px;
}

.contact-det a{
    color: #fff;
}

.contact-container  div h4{

    color: #fff;
}

.formular{
    color: #fff;
    background-color: #fff;
     
    border: 1px solid rgba(40, 51, 55, .1);
    border-radius: 12px;
    padding: 20px;

}

form{
      flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
}

.formular h4{
    color: var(--general);
    text-align: center;
    font-size: 30px;
}

form input, form textarea{
    border: 1px solid rgba(40, 51, 55, .1);

    height: auto;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 1em;
    transition: all .2s;
    border-radius: 12px;
}

form  input[type=submit]{
background-color: var(--general);
color: #fff;  
background-image: url(https://assets-global.website-files.com/65420c51c14c94fa2c8f2edc/655618e02749710ce1fee638_Group%2026.svg);
background-position: 95%;
background-repeat: no-repeat;
background-size: contain;
text-align: left;
border-radius: 68px;
width: 100%;
padding: 20px 62px 20px 34px;
font-size: 16px;
font-weight: 600;
transition: background-color .3s, color .3s;
}


.contact-content h4{
    color: #fff;
    font-size: 30px;
}

.contact-text{
    margin-right: 50px;
}

@media only screen and (max-width: 1000px) {

    .form-container{
        flex-direction: column;
        align-items: center;
    }


    .contact-color {
        padding: 10% 0 10% 0;
     }
}

@media only screen and (max-width: 800px) {

.formular {
    justify-self: center;
    width: 60vw;
    margin-top: 50px;
}

.galery-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

}


@media only screen and (max-width: 1000px) {

    .formular {
        width: 90%;}

}

.contact-container{
    align-items: center;
 }

 @media only screen and (max-width: 500px) {

.galery-content{
    display: flex;
}

 }



 /* css for portofolio  */


 .project-page{
    background-image: url(/img/why-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10%;

 }


 
 .project-title{
    flex-direction: column;
    text-align: center;
    padding-top: 20vh;
    justify-content: center;
    align-items: center;

 }

 .project-title h1{
    color: #fff;
    width: 50%;
    margin-block-end:20px;
}
.project-title p{
    color: #fff;
    font-size: 25px;
    width: 60%;
}

.project-div{
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
     display: grid;
     background-image: url(/img/work-bg.png);
     
}


.project-work{


}

.container {
    position: relative;
    width: 100%;
     overflow: hidden;
    border-radius: 12px;
    min-width: 400px;
    height: 500px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);

  }
  

  .container.top{
        margin-top: -50%;

  }

  .clients p{
    line-height: 20px;
  }
  .image {
    display: block;
    width: 100%;
    height: 100%;
     object-fit: cover;
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
      color: var(--general); 
    width: 100%;
     transition: .5s ease;
    opacity:0;
     font-size: 20px;
     text-align: left;
    display: flex;
    align-items: self-end;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
     }

    .overlay-text{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
  
  .container:hover .overlay {
    opacity: 1;
  }

  .overlay-transparent{
    height: 60%;
    width: 100%;
    background-color: #28333771;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .overlay p{
    font-size: 14px;
    padding-right: 10%;
   }

  .overlay h4{
    margin-block-start: 10px;
    margin-block-end:10px;
    color: var(--general);
    font-size: 25px;
  }

  .overlay span{
    border: 1px solid  rgba(40, 51, 55, .1);;
    margin-left: auto;
     border-radius: 48px;
    padding: 2px 14px;
 
     
  }

  .project-buton {
    color: #fff;
  }


  @media only screen and (max-width: 1100px) {

.container{
    height: 400px;
}
    .project-page{
        padding-top: 20%;
    }


  }

  @media only screen and (max-width: 800px) {

.project-div{
    display: block;
}


.container.top{
    margin-top: 0;
}

 #first-container{

    margin-top: -10%;
 }


 .container{
    margin-bottom: 50px;
    height: 900px;
    min-width: auto;
 }

 .overlay{
    opacity: 1;
    
 }


 .overlay-transparent{
    height: 70%;
 }


 .project-page h1,.project-page p{
    width: auto;
 }

 .project-page{
    background-size: 150% 100%;
 }

 .project-div{
    background-size: 150% 100%;


 }
 
  }


  /* about css */

  .about-page{
    background-image: url(/img/work-bg.png);
    text-align: center;
    padding-top: 5%;
  }

  .about-page h1{
    text-align: center;
  }

  .about-image img{
    width: 100%;
    height: 500px;
    object-position: top;
    object-fit: cover;
   }

   .about-experience{
     margin-top: -5%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    text-align: center;

   }

        .clients.about  {
            width: 80%;
            background-color: #e7e7e7d9;
            justify-content: center;
            padding: 20px;
            margin-top: -5%;


     }

     .about-content{
        background-image: url(/img/work-bg.png);
     }

     .our-service h4{
        text-align: left;
     }

     .abt-service{
        flex-direction: column;
     }

     .service-div{
        display: flex;
        
      }
     .service-div span{
        font-size: 18px;
        font-weight: 700;
        color: var(--paragraf);
     }

     .service-content{
        display: flex;
        justify-content: space-between;
     }

     .image-service{
        display: flex;
        align-items: center;

     }

     .image-service img{
        width: 500px;
        height: 400px;
        margin-left: 10%;
        border-radius: 12px;
      }

     .service-text{
      }

     
      .abt-service h4{
        font-size: 50px;
        line-height: 1;
      } 
      .service-div h4{
        font-size: 22px;
        margin-block-end: 10px;
        margin-block-start: 5px;
        font-weight: 700;
      }

      .service-div p{
        font-size: 16px;
        font-weight: 400;
      }

      .service-div span{
        margin-right: 10%;
      }

      .team{
         display: flex;
        flex-direction: column;
    justify-content: space-between;
    background-position: left;
        
      }

      .team-value{
        display: flex;
       }

      

      .team-start h4{
        font-size: 40px;
       }

      .team-start{
        display: flex;
        justify-content: space-between;
      }

      .team-start p{
        width: 50%;
      }
      .team-start h4{
        width: 50%;
        padding-right: 5%;
      }
      .value h4{
        font-size: 40px;
        margin-block-end: 10px;
        }


        .value{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .team img{
            height: 60vh;
            object-fit: cover;
        }

        @media only screen and (max-width: 1000px) {

.service-content{
    flex-direction: column-reverse;
}

.service-content img{
    width: 100%;
    object-fit: cover;
    margin-left: 0;
    padding-bottom: 5%;
    height: min-content;
    height: 300px;
}


.team-start{
    flex-direction: column;
}


.team-start h4{
    width: auto;
}
.team-start p{
    width: auto;
}

.team-value{
    flex-direction: column;
}

.team-content{
    padding-top: 0;
}

.abt-service h4{
    font-size: 30px;
}

.value h4{
    font-size: 30px;
    
}

.padding{
    padding-top: 20px;
}

.about-div{
    padding-top: 10%;
}


   }
h4{
    line-height: 1;
}
     


/* bathroom remodeling  */


.remodeling.bathroom{
    background-image:url(/img/bathroom-proces.jpg);
    display: flex;
    align-items: end;
    background-position: center;
    background-size: cover;


}

.remodeling-color{
    height: 100%;
    width: 100%;
    background-color:  rgb(0 0 0 / 71%);   
     padding: 10% 5px;

}

.remodeling h1{
    color: #fff;
    margin-block-end: 10px;
    text-align: center;
}

.remodeling-page{
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.remodeling-page p{
    color: #fff;
 font-size: 22px;
}



.remodeling a div{
    margin-top: 25%;
    background-color: #fff;
    color: var(--general);
    padding:  5px 20px ;
}
.remodeling a div:hover{
       color: #fff;
    border: solid 1px #fff; 
}
 

 .row{
    display: flex;
 }

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10%;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 4;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
     font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
   .column img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .remodeling.kitchen{
    background-image: url(/img/remodeling-kitchen.jpg);
  }