
/*--Global---*/
*{
    margin:  0px;
    padding: 0px;
}
body{
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    outline:none;

}

/*--Global---*/
/*--Typography---*/
h1{
    font-size: 60px;
    line-height: 75px;
    color: #242f51;
    font-weight: 600;
}
h2{
    font-size:36px;
    line-height: 46px;
    color:#242f51;
    font-weight: 600;

}
h3, h4{
    font-size: 20px;
    line-height: 48px;
    color: #242f51;
    font-weight: 600;
}

p{
    font-size:16px;
    line-height: 26px;
    color: #616368;
}

.navbar-toggler{
    border: none;
}

/*--Typography---*/
/*--Header--*/
header{
    background: #fdfdfe;
}
.sub-info{
    padding:30px 0 50px;
    font-weight: 300;
    color: #242f51;
    text-align: right;
}
.sub-info a{
    text-decoration: none;
    color: #242f51;
}
.sub-info i{
    margin-left: 13px;
    vertical-align: 2px;
    padding-right: 4px;
}
.brand{
    font-size: 18px;
    line-height: 44px;
    color: #242f51;
    font-weight: 700;
 }
 .bi-list{
     font-size: 24px;
 }
 .navbar{
    padding: 0px;
 }

 .navbar-expand-lg .navbar-nav .nav-link{
     padding-right: 40px;
 }

 .navbar-nav .nav-link{
     padding:10px 50px;
     font-weight: 400;
     color: #242f51;
     text-decoration: none;
 }
 navbar-toggler:focus{
     box-shadow:none;
 }

 
/*-- End Header--*/
/*--Banner--*/
.theme-bg{
     background-color: #fdfdfe;
     padding-top: 50px;
}
.newone{
    margin-top: 30px;
    background-color: #e1eaed;
    width: 310px;
    border-radius: 13px;
}
.newone p{
    color: #242f51;
    
}
.titlebox{
    margin-top: 56px;
    margin-bottom: 200px;
}
.top-arrow{
   background-color: #fda925;
   display:inline-block;
   border-radius: 13px;
   width: 30px;
   text-align: center;
}
.top-arrow img{
    padding: 5px 2px;
}
.btn-custom {
    font-size: 16px;
    font-weight: 600!important;
    color:#fff!important;
    letter-spacing: 1px;
    line-height: 24px;
    border-radius: 40px;
    background: #fa8072;
    transition: all 0.3s ease 0s;
    border: none;
  }
   
  .btn-custom:hover {
    color: #FFF;
    background: #fa8072;
    border: none;
}
  .btn-custom:visited{
    border: none;
}
.btn-check-offer{
    margin: 40px 0px 40px;
    padding: 18px 21px!important;
  }

.btn-kontakt{
    padding: 10px 30px!important;
}

/*-- Banner ---*/
/*-- Scalling ---*/
.scalling{
    padding-top: 60px;
}
.time-icon, .price-icon{
background: #f3f3ff;
display: inline-block;
width: 90px;
height: 90px;
border-radius: 45px;
margin-top: 20%;
}
.price-icon{
background: #e3ffed!important;
}
.bi-clock{
    display: block;
    margin: 21% auto;
    width:50px;
    height: 50px;
}
.time-label h3{
    color: #2d68ff;
}
.price-label h3{
    color:#40975f;
}
/*--Before and After Effect image --*/
.compare{

    width: 100%;
    height: 300px;
}


.img-before{
    position:relative;
    display: block;
    top: 0px;
    width: 100%;
    height:100%;
    background:url("https://picsum.photos/id/65/800/450.jpg");
}

.img-after{
    position: relative;
    top: -100%;
    left: 0px;
    width: 50%;
    height: 100%;
    background:url("https://picsum.photos/id/65/800/450?grayscale");
    z-index: 2;
}
.compare input{
    position:relative;
    top:-200%;
    left:0px;
    -webkit-appearance: none;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: transparent;
  
}

.compare input::-webkit-slider-thumb{
    -webkit-appearance: none;
    display:block;
    width: 6px;
    height: 300px;
    border: 1px solid #f5f5f5;
    background: white;
    cursor: pointer;
}
.compare input::-webkit-slider-thumb::active {
    background: #e25a5a;
    border: 1 solid #e25a5a;
    transition: all 300ms ease-in-out;

}
 
 /*--End Before and After Effect image --*/ 


/*-- Scalling ---*/
/*-- Whitening ---*/
.whitening{
    padding: 70px 0px;
}

.whitening img {
    width: 100%;
}

/*-- Bondign ---*/
.bonding{
    padding:70px 0px;
}
.bonding img{
    padding-top: 40px;
}

.reference{
    padding:70px 0px;  
}
.desc-bonding p{
    text-align: left;
}

.carousel {
	padding-bottom: 50px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	min-height: 340px;
}
.carousel .carousel-item a {
	color: #eb7245;
}
.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .testimonial {	
	padding: 10px 0 10px;
}
.carousel .overview {	
	text-align: left;
	padding-bottom: 5px;
}
.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;	
	padding-bottom: 5px;
}
.star-rating{
    padding-top: 30px;
}
.carousel .star-rating i {
	font-size: 24px;
	color: #ffdc12;
    
}
.carousel-control{
    display: inline-block;
    width: 100%;
    text-align: right;
      
}


.carousel-control-prev, .carousel-control-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #eff3f8;
	text-shadow: none;
	top: 4px;
    right: 0px!important;
    margin: 10px;
    position: relative;
    display: inline-block;
}

.carousel-control-prev i, .carousel-control-next i {
	font-size: 30px;
	margin-right: 2px;
    color: #242f51;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next i {
	margin-right: -2px;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border: none;
}
.carousel-indicators li.active {		
	background: #888;		
}

.contact-box{
    margin-top: 50px;
    padding-left: 40px;
   
}
.contact-box p:first-of-type{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.contact-box p i{
    padding-right: 25px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    
}

.contact-box  i:last-child{
    margin-top: -5px;
}
.maps iframe{
    width: 650px;
    height: 500px;
}

.footer{
    background: #fa8072;
    margin-top: 70px;
}
.logo-bottom{
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    display: inline-block;
    margin-top: 70px;
    font-weight: 700;
}

.sub-info-footer{
    padding:30px 0 50px;
    font-weight: 300;
    color: #fff;
    float: left;
}
footer nav{
 margin-top: 70px;   
}
footer nav a{
    color: #fff!important;
}
.phone-number-footer{
    text-decoration: none;
    color: #fff;
}
.phone-number-contact{
    text-decoration: none;
    color: #616368;
}
/*-- smartphone design  --*/ 

@media(max-width:576px){
    h1{
        font-size: 40px;
        line-height: 1.25;
        color: #242f51;
        font-weight: 600;
    }
    h2{
        font-size:26px;
        line-height: 1.25;
        color:#242f51;
        font-weight: 600;
    
    }
    h3, h4{
        font-size: 18px;
        line-height: 1.25;
        color: #242f51;
        font-weight: 600;
    }
     p{
         font-size: 14px;
     }
    .newone{
        margin-top:0px;
        
    }
    h1{font-size: 50px;
    line-height: 60px;
    }
    .titlebox{
        margin-bottom: 0px;
    }
    .btn-check-offer{
        margin:50px 0px 30px;
    }
    
    .contact-us{
        text-align: center;
    }

    .time-icon, .price-icon{
        
        width: 70px;
        height: 70px;
        border-radius: 45px;
        margin-top: 20%;
        }
       
        .bi-clock{
            display: block;
            margin: 21% auto;
            width:40px;
            height: 40px;
        }
    .price-label h3, .time-label h3{
        font-size: 16px;
    }
    .bonding{
        padding: 10px 0;
    }

    .reference h2{
        margin-top: 40px;
    }
    
    .maps iframe{
        margin-top: 40px;
        width: 300px;
        height: 350px;
        
        
    }
    .contact-box{
        margin-top: 0px;
    }

    .carousel-control{
        text-align: center;
        
    }
    .adress-footer{
        display: block;
        width: 100%;
    }
  
}


@media(min-width:577px) and (max-width:767px){
    header{
       padding:0px 10px;
    }
   
    .titlebox{
        margin-bottom: 40px;
    }
    .carousel-control{
        text-align: center;
    }
    .adress-footer:before{
        content: '|';
      }

      .maps iframe{
        width: 90%;
        height: 300px;
    }  
}
/*-- tablet design  --*/ 
@media(min-width:768) and (max-width:991px){
    .titlebox{
        margin-bottom: 100px;
    }
    .carousel-control{
        text-align: center;
    }

.maps iframe{
        width: 90%;
        height: 300px;
    }

    .adress-footer:before{
        content: '|';
      }
 
}
/*--lg od 991 do 1200 / złamać menu do następnej linii  --*/

@media(min-width:992px) and (max-width:1200px){
    h1{
        font-size: 50px;
    }
    .display-flex{
        display: flex !important;
        flex-direction: column !important;
    }
    .maps iframe{
        width: 100%;
        height: 400px;
    }
    .carousel-control{
        text-align: center;
        
    }
    .adress-footer:before{
        content: '|';
      }
}
@media (max-width:1200px){
    .adress{
        display: block;
    }
    .sub-info{
        text-align: center;
        padding: 30px 0 20px;
    }
    .carousel-control{
        text-align: center;
        
    }
    .adress-footer:before{
        content: '|';
      }
 }

@media(min-width:1041px) and (max-width:1231px){
    .titlebox{
        margin-bottom: 50px;
    }
    .adress-footer:before{
        content: '|';
      }

}

/*-- desktop design  --*/ 
@media(min-width:1232px) and (min-width:1600px){
    .titlebox{
        margin-bottom: 170px;
    }
    .adress-footer:before{
        content: '|';
      }
 }

@media (min-width:1601px) and (min-width:1900px){
    .titlebox{
        margin-bottom: 300px;
    }
    .adress-footer:before{
        content: '|';
      }
}

@media(min-width:1900px){
    .titlebox{
        margin-bottom: 500px;
    }
    .adress-footer:before{
        content: '|';
      }
}


:root {
    --image-comparison-slider-width: min(80vw, 768px);
    --image-comparison-slider-handle-width: 50px;
    
  }


#image-comparison-slider {
    position: relative;
    width: var(--image-comparison-slider-width);
    overflow: hidden;
    border-radius: 0.5rem;
    cursor: col-resize;
    
  }

  #image-comparison-slider img {
    display: block;
    width: var(--image-comparison-slider-width);
    height: auto;
    max-height: 50vh;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }
  #image-comparison-slider .img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    }
  #image-comparison-slider .img-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  #image-comparison-slider .label {
    position: absolute;
    top: 1rem;
    z-index: 3;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 0.25rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    text-align: center;
    letter-spacing: 1px;
    user-select: none;
    opacity: 0;
    transition: 0.25s cubic-bezier(.68,.26,.58,1.22);
  }
  #image-comparison-slider:hover .label {
    opacity: 1;
  }
  #image-comparison-slider .label.label-before {
    left: 1rem;
  }
  #image-comparison-slider .label.label-after {
    right: 1rem;
    background-color: #f95540;
  }
  #image-comparison-slider .handle {
    position: absolute;
    top: 0;
    left: calc(50% - var(--image-comparison-slider-handle-width)/2);
    width: var(--image-comparison-slider-handle-width);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    z-index: 2;
    /* transition: 0.25s cubic-bezier(.03,.98,.52,.99); */
  }
  #image-comparison-slider .handle-line {
    width: 2px;
    flex-grow: 1;
    background-color: #fff;
  }
  #image-comparison-slider .handle-circle {
    width: var(--image-comparison-slider-handle-width);
    height: var(--image-comparison-slider-handle-width);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background-color: rgba(0,0,0,0.5); */
  }
  
  @media (max-width: 768px) {
    :root {
      --image-comparison-slider-width: 90vw;
    }
  }