:root {
    --accent: #D5966C;
    --heading: #141414;
    --body-text: #444444;
    --background: #FFFFFF;
}

/*---------
    Reset
  ---------*/

  *,
  * ::before,
  * ::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
  }

/*----------------
    Global Styles
  ----------------*/

body {
  background-color: var(--background);
  display: grid;
  margin: auto;
  text-align: center;
}

/*Logo*/

#Logo
{
    max-width: 150px;
    margin-left: auto;
    display: grid;
    text-align: center;
}
.Logo 
{
    width: 100%;
    padding: 10px;
}

/*--------------
    Typography
  --------------*/

h1,
h2,
h3 {
    color: var(--heading);
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}

h3,
footer,
footer p,
.inspired-text h2, 
.inspired-text p {
    color: var(--background);
}

h1 {
    font-size: 3.75rem;
    line-height: 3.4375rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 2.8125rem;
}

h2 span::before {
    content:"\A";
    white-space: pre;
}

p {
    color: var(--body-text);
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
    text-align: left;
}

i {
    font-size: 1.25rem;
    margin-right: 1.25rem;
    
}

/*----------
    Layout
  ----------*/

.section-wrapper {
      margin-left: 1rem;
      margin-right: 1rem;
      max-width: 100%;
}

.section-wrapper img {
    max-width: 100%;
}

/* hero section */
.hero-container {
    margin: 2rem 1rem 7.5rem 1rem;
}

.hero-text {
    margin-top: 2rem;
}

/* Section-1 */
.grid-1 img{
    margin-bottom: 1.5625rem;
}

.section-1 {
    margin-bottom: 2rem;
}

.section-1 .container p{
    margin-top: 1.3125rem;
}

/* 2nd Section */
.grid-2 img,
.grid-3 img {
    margin-bottom: 1rem;
}

.inspired-text,
footer {
    background-color: var(--heading);
}

.inspired-text {  
    margin-bottom: 7.5rem;
    padding: 3rem 1.5rem;
}

.inspired-text p {
    margin-top: 1.5rem;
}

/* Footer */
footer {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 3rem 2rem;
}

footer p {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
}

/*---------------
    Link/Button
  ---------------*/
.arrow, 
.link {
    align-items: center;
    display: flex;
    height: 4.5rem;
}

.arrow {
    background-color: var(--accent);
    justify-content: center;
    width: 3.5rem;
}

.link {
    background-color: var(--heading);
    justify-content: space-between;
    margin-top: 2rem;
    width: 16.25rem;
}

.link a {
    color: var(--background);
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 3.64px;
    line-height: 1.49625rem;
    margin-left: 2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover,
.link:hover .arrow {
    transition: all .3s ease-out;
}

.link:hover {
    background-color: var(--accent);
}

.link:hover .arrow {
    background-color: var(--heading);
}

/* social links */
footer a {
    color: var(--background);
}

footer a:hover {
    color: var(--accent);
}

/*------------------
    Tablet Screens
  ------------------*/
@media screen and (min-width: 768px) {
   /* Typography Tablet*/ 
   h1 {
       font-size: 4.375rem;
       line-height: 4.0625rem;
   }

   h2 {
    font-size: 3.125rem;
    line-height: 2.8125rem;
    }

   h2 span::before {
        display: none;
    }

    .section-1 .container p, 
    .inspired-text p {
        margin-top: 1.5rem;
    }

    /* Layout Tablet*/
    .section-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 43.0625rem;
    }

    section {
        display: flex;
    }

    /* Header Tablet*/
    header {
        display: flex;
        margin-bottom: 7.5rem;
    }

    .hero-container {
        margin-bottom: 0;
        margin-left: -3.125rem;
        margin-top: 9.0625rem;
        max-width: 21.1875rem;
    }

    /* Section-1 Tablet*/
    .section-1 {
        margin-bottom: .6875rem;
    }
    .grid-1 img {
        margin-bottom: 0;
    }

    .grid-1 {
        order: 2;
    }
    
    .container {
        margin-right: 4.25rem;
        max-width: 13.9375rem;
    }

    /* Section-2 Tablet */
    .section-2 {
        margin-bottom: 7.5rem;
    }

    .grid-2 img {
        margin-right: .6875rem;
        width: 24.875rem;
    }

    .grid-3 img{
        margin-bottom: 5px;
    }

    .inspired-text, 
    .grid-2 img{
        margin-bottom: 0;
    }

    .inspired-container {
        width: 17.5rem;
    } 

    .inspired-text {
        padding: 5.25rem 1.8125rem;
    }
    
    /* Footer Tablet */
    .footer-container {
        display: flex;
        justify-content: space-between;
    }

    footer p {
        font-size: 1rem;
        margin: 0;
        max-width: 17.5625rem;
    }
    
    footer {
        padding: 3.5rem 2.4375rem;
    }
}

/*------------------
    Larger Screens
  ------------------*/

  @media screen and (min-width: 1200px){

    /* Typography Large Screens */
    h1 {
        font-size: 6rem;
        line-height: 5.5rem;
    }

    h2 {
        font-size:3.75rem;
        line-height: 3.75rem;
    }

    p {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    /* Layout Large Screens*/
    .section-wrapper {
        max-width: 69.375rem;
    }

    /* Header Large Screens*/
    header {
        position: relative;
    }
    .hero-img {
        padding-left: 28.125rem;
        background-color: var(--heading);
        height: 50rem;
    }
    
    .hero-container {
        display: flex;
        justify-content: space-between;
        margin-left: 11.5%;
        margin-top: 11.8125rem;
        max-width: 69.375rem;
        position: absolute; 
    }

    .hero-container h1 {
        color: var(--background);
        margin-right: 246px;
        mix-blend-mode: difference;
        width: 514px;
    }

    .hero-text {
        margin-top: 0;
        max-width: 350px;
    } 
 
    /* Section-1 Large Screens */
    .section-1,
    .grid-3 img {
        margin-bottom: 1.875rem;
    }

    .container {
        margin-right: 7.8125rem;
        max-width: 21.875rem;
    }

    /* Section-2 Large Screens */
    .grid-2 img {
        margin-right: 1.875rem;
        width: 39.6875rem;
    }

    .inspired-container {
        width: 27.8125rem;
    }

    .inspired-text {
        padding: 4.0625rem 3rem;
    }

    /* Footer Large Screens */
    footer p {
        font-size: 1.125rem;
        max-width: 26.875rem;
    }
   
    footer {
        padding: 5rem 10.3125rem;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Map */
#map { 
    height: 5.375rem; 
}

/* Link/Button */
.arrow-l,
.home-link a{
    align-items: center;
    display: flex;
    height: 4.5rem;
    justify-content: center;
}

.map button a {
    align-items: center;
    background-color: var(--heading);
    color: var(--background);
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 3.64px;
    line-height: 1.49625rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 208px;
}

button:hover .arrow-l {
    background-color: var(--heading);
}

button:hover a {
    background-color: var(--accent);
}
button:hover .arrow-l,
button:hover a {
    transition: all .3s ease-out;
}

.arrow-l {
    background-color: var(--accent);
    width: 56px;
}

.home-link {
    border: none;
    display: flex;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 500;  
}

#opis{
    background-color: rgb(213,150,108);
    height: 50px;
}

.opis{
    color:white;
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
}
#wyzej
{
    margin-top: -80px;
}
#insta{
    max-width: 1100px;
    
    min-width: 100px;
}




.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}
.gallery-image p {
  color:white;
}
.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}


.float{
	position:fixed;
	width:40px;
	height:40px;
	bottom:51px;
	right:70px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	font-size:25px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:8px;
        margin-left: 10px;
}







/*div counter*/
.statistic-section {
margin-left:auto;
padding-right: 10px;
padding-top: 10px;
}

/*liczba*/
.count-title {
    font-size: 50px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: black;
}
/*zadowolonych klientów*/
.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
}
/*linia*/
.stats-line-black {
	margin: 0px auto 0;
    width: 85px;
    height: 2px;
    background-color: black;
}
/*ikona*/
.stats-icon {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: red;
}

@media (max-width: 992px) {
	.counter {
		margin-bottom: 40px;
	}
}

#wyzej2
{
    margin-top: -80px;
}
@media screen and (max-width: 700px) {
#wyzej2
{
    margin-top: -40px;
}
}


body {

    background: #f9f6f3;
}



.creative-testimonial--slider {
    background: #f9f6f3;
    padding:30px 10px;
    /*position: relative;*/
}

.testimonial-left--thumb img,
.testimonial-right--thumb img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 7%;
}

.testimonial-left--thumb {
    position: absolute;
    display: inline-block;
    left: 50px;
}

.testimonial-right--thumb {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 0px;
}
.creative-testimonial--slider .slider-row {
    max-width: 700px;
    margin: auto;
}
.slider-row .swiper {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
}

.slider-row .swiper-slide {
    text-align: center;

}

.testimonial-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-wrap--inner {
    text-align: center;
}
/*przerwa pomiedzy " a opinia*/
.quote-icon {
    width: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
}
/*opinia*/
.testimonial-heading {
    line-height: 16px;
    color: #333;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
 /*   font-family: "Bebas Neue", sans-serif;*/
    margin-top: 0px;

}


/*Imię*/
.testimonial-user {
    font-size: 20px;
    font-weight: 500;
    color:#d39121;
}
/*Ikonka zdjęcia*/
.slider-custom-image-pagination .swiper-pagination-bullet {
    width: 60px;
    height:60px;
    background-size: cover;
    margin: 0 5px !important;
    transition: .3s;
    filter: grayscale(1);
    border-radius: 50%;
    opacity: 1;
}


.slider-custom-image-pagination .swiper-pagination-bullet-active {
    filter: grayscale(0);
    transform: scale(1.2);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 35px;
    position: relative;
}

.creative-testimonial--slider .slider-row .swiper-pagination{
    bottom: 0;
}
/* ================= RESPONSIVE IPAD PRO ====================== */
@media only screen and (max-width: 1024px) {
 .testimonial-left--thumb, .testimonial-right--thumb{
    display:none;
 }
}

/* ================= RESPONSIVE IPHONE ====================== */
@media only screen and (max-width: 480px) {
  .slider-row .swiper {
    width: 100%;
    max-width: 100%;
  }
 .slider-custom-image-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
}
.testimonial-heading{
        margin-bottom: 15px;
    font-size: 30px;
        line-height: 34px;
}
.creative-testimonial--slider .slider-row .swiper-pagination {
    margin-top: 15px;
}
}
 




#opinie{
        margin: auto;
        margin-top: -30px;
    }
    .historia{
        padding-bottom: 50px;
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
    }
    
    
    @media screen and (max-width: 700px) {


#opinie{
    max-width: 350px;
    font-size:13px;  
}
.testimonial-heading{
    font-size: 10px;
    line-height:1.5;
    
}
.slider-custom-image-pagination .swiper-pagination-bullet {
    width: 30px;
    height:30px;
}    
.quote-icon {
    width: 30px;

}    
    
    
    }
    
    