.container {
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1165px){
 h1{
    font-size: 25px;  
    }

h2{
    font-size: 20px;
}
}

@media (max-width: 758px){
h1{
    font-size: 20px;  
    }   

    h2{
        font-size: 18px;
    }
}

/*
HEADER
*/


.active{
    color: #aba398;
}

.intro{
    background: url('../img/pozadie.png') no-repeat;
    background-size: cover;
    /* background-position: 0% 20%; */
    height: 100vh;
}


.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .button {
    width: 150px;
    height: 45px;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #474747;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 12.5px 10px 10px 10px;
    }
  
  .button:hover {
    background-color: #aba398;
    box-shadow: 0px 15px 20px rgba(171, 163, 152, 0.5);
    color: #fff;
    transform: translateY(-7px);
  }

@media (max-width: 900px){
    .intro{
        background: url('../img/pozadie.png') no-repeat 15%;
        background-size: cover;
        height: 100vh;
    } 
   }
   
   @media (max-width: 550px){
    .intro{
        background: url('../img/pozadie.png') no-repeat 20%;
        background-size: cover;
        height: 100vh;
    } 
   }

   @media (max-width: 826px){
    .button{
        /* margin-top: 380px; */
        margin-bottom: 100px;
    }
   }

.motto{
    padding-top: 50vh;
    text-align: center;
    color: #474747;
    font-style: italic;

}  


/*
MAIN
*/
.section-header{
    color: #474747;
    text-align: center;
    padding-top: 20px;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    margin-bottom: 20px;

}


/*
GALLERY
*/

.img-box img{
    width: 370px;
    height: 370px;
    /* max-width: 100%; */
}

.slider-container .gallery{
    padding: 0 15px;
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 1165px){
    .slider-container .gallery{
        max-width: 790px;
    }
}

@media (max-width: 785px){
    .slider-container .gallery{
        max-width: 370px;
    }
}

.swiper-pagination-bullet-active{
    background-color: #474747 !important;
}

.swiper-button-next, .swiper-button-prev{
    color: #474747 !important;
}

.pagination-wraper{
    padding: 20px 0;
}



/*
OZIVENIE
*/


.something-interesting{
    width: 100vw;
    height: 25vh;
    background: url('../img/IMG_1607mensie.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}   

@media (max-width: 1170px){
    .something-interesting{
        /* background: url('../img/IMG_1607logo.jpg') no-repeat center;
        background-size: cover;
        background-attachment: fixed; */
        height: 5px;
        background:  linear-gradient(to right, #dededd, #f7f7f7);
        width: 100vw;
    }
}

/*
SECTION SERVICES
*/

.icon-box img{
    max-height: 300px;
    margin-top: 20px;
    margin-left: 50px;
}

@media (max-width: 782px){
    .icon-box img{
        max-height: 250px;
        margin-left: 55px;
    }
}

.section-paragraph{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #474747;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
}

.benefits .container img{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 500px){
    .benefits .container img{
    width: 100vw;
    }
}

@media (max-width: 758px){
    .section-paragraph{
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.sections-separator{
    height: 5px;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    width: 100vw;
}

.services-wraper{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.service-header{
    margin-bottom: 0;
    color: #474747;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    margin-right: 20px;
}

@media (max-width: 782px){
    .service-header{
        margin-right: 0px;
        margin-left: 20px;
    }
}

    .more{
        color: #474747;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .more a{
        color: #474747;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    @media (max-width: 1165px){
       .more a{
           font-size: 18px;
       }
       }

       @media (max-width: 758px){
        .more a{
            font-size: 16px;
        }
        }
/*
FOOTER
*/



.footer-header{
    margin-bottom: 0;
    color: #474747;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

.contact-header{
    margin-top: 0;
    color: #474747;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

h3{
    color: #474747;
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-style: italic; 
}

.contact-wrapper{
    margin: 30px;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.route-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer-paragraph{
    margin-top: 8px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #474747;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
}



.route{
    padding-left: 30px;
}

.route-header{
    margin-bottom: 40px;
    color: #474747;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

.google-maps img{
    max-height: 284px;
    padding-right: 33px;
}

/* FOOTER */

footer{
    height: 150px;
    width: 100vw;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer p{
    margin-top: 10px;
    color: #474747;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}

@media (max-width: 758px){
    footer p{
        font-size: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
footer a{
    font-size: 20px;
    color: #474747;
}