@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bodoni+Moda&family=Caveat:wght@600&family=Roboto:wght@300&display=swap');
:root{
   --main-color: #6E943D;
   --font-color: #4C4C4C;
   --white-color: #fff;
}


html {
  scroll-behavior: smooth
    /* font-family: 'Bebas Neue', cursive; */
    /* font-family: 'Bodoni Moda', serif; */
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    color: var(--font-color)
}
.preloader {
	background: var(--white-color);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.preloader img{
   position: relative;
    top: 38%;
  
}



.preloader .circle {
	animation: a .5s linear infinite;
	border: 5px solid #ffffff;
	border-bottom-color: var(--font-color);
	border-radius: 50%;
	height: 40px;
	left: 50%;
	margin-left: -22.5px;
	margin-top: -22.5px;
	position: absolute;
	top: 50%;
	transition: all .7s ease-in-out;
	width: 40px
}
@keyframes a {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}
/********* HEADER **********/
nav{
  border-bottom: 5px solid var(--main-color);

}

.logo{
    position: relative;
    top: 250px;
    width: 800px;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;


}
.nav-item{
  font-size: 0.8rem;
}
.logo-top{
    width: 100px;
}
.navbar{
    position: fixed;
    z-index: 1111;
}
.headerContainer{
    height: 80vh;
    min-height: 500px;
    background-image: url(../img/1/1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 576px) {
    .headerContainer {
        height: 60vh;
        }
    .logo{
            position: relative;
            top: 150px;
            width: 800px;
            height: 250px;
            padding-left: 20px;
            padding-right: 20px;
        
        
        }
    .offer img{
        width: 100px !important;
    }
    .why-us img{
      width: 100px !important;
  }
}

.dot{
    width:65px;
    height:65px;
    position:absolute;
    background: url(../img/1/fall2.png);
    background-size: 100% 100%;
    z-index: 1;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 1px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white-color);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--main-color);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
 
.borders{
  border-right: 5px solid var(--main-color);

}



/********* OFFER **********/
.offer{
    position: relative;
    background-image: url(../img/2/2bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
    padding-bottom: 2vw;
}
img.f1{
  height: 100% !important;
}


h3{
    font-family: 'Bebas Neue', cursive;
    font-size: 1.8rem;
}

p{
  font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.65rem;
    text-align: justify;
}
.offer img{
    transition: 0.3s;
}
.offer img:hover {
transform: scale(1.1);
}
.btn-offer{
    font-family: 'Bebas Neue', cursive;
    font-size: 2rem;
    border: 1px solid black;
    width: 300px;
    background-color: transparent;
    transition: 0.3s;
    color: var(--font-color);
}
a{
  text-decoration: none !important;
}
.btn-offer:hover {
    transform: scale(1.1);
    background-color: var(--main-color);
    color: rgb(49, 49, 49);
    border: 1px solid white;
    color: #fff;
}
/************* O NAS **************/
.o-nas{
  z-index: 5;
  position: relative;
  background-color: #fff;
  border-top: 5px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);

}


h2{
  font-family: 'Caveat', cursive;
  font-size: 3rem;
}

h2 span{
  color: var(--main-color);
}
.o-nas p{
  font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

/************ DLACZEGO MY ***********/
.why-us{
  position: relative;
  background-image: url(../img/4/4bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  padding-bottom: 2vw;
  border-top: 5px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);

}
.why-us p, .why-us h3{
  color: var(--white-color);
}
.why-us p{
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;

}
.oferta{
  z-index: 5;
  position: relative;
  background-color: #fff;
  border-top: 5px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);

}
/********** GALERIA *************/
.gallery{
  position: relative;
  background-image: url(../img/2/2bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  padding-bottom: 2vw;
}

.flex-column {
  max-width: 400px;
}

.moveImg {
  margin: 5px;
  transition: 0.3s;

}
.moveImg:hover{
  transform: scale(1.02);
}
/************ KONTAKT ************/
#contact{
  border-top: 5px solid var(--main-color);
}

.contact1{
  position: relative;
  background-image: url(../img/9/9bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
.contact1 h1{
  font-family: 'Caveat', cursive;
    font-size: 4rem;
    /* font-family: 'Bodoni Moda', serif; */
}
.contact1 h3{
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  padding-left: 0px;
  /* font-family: 'Bodoni Moda', serif; */
}
#contact h4{
  font-weight: 100;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5rem !important;
}
.logo-map{
  position: absolute;
  z-index: 22;
  left: 220px;
  top: 500px;
}

/******** OFERTA ********/

.gallery-items img{
  height: 250px;
  width: 400px;
}


/******* O NAS ********/

.gallery-items-onas img{

  height: 250px;
  width: 360px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: optimizeQuality;
  
}

.gallery-items-klimat img{

  height: 250px;
  width: 300px;
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: optimizeQuality;

}
.klimat{
  border-top: 5px solid var(--main-color);
  z-index: 25;
  position: relative;
  background-color: white;
}
.ue-paragraph{
  font-size: 11px;
}