*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.scroll-downs {
    position: absolute;
    top: 75%;
    right: 50%;

    margin: auto;
    
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
html{
    scroll-behavior: smooth;
}
body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #fff;
    line-height: 1.5;
    justify-content: center;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
.btn-grad2{
    display:none;
    text-shadow: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    margin: 10px;
    padding: 15px 45px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 15px #eee;
    border-radius: 10px;
    
}
#showcase{
    text-shadow: 4px 4px 4px black;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    background-color: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    animation: animate 10s ease-in-out infinite;
    background-image: url(../img/Slider/showcase2.webp);
    -webkit-animation:animate 10s ease-in-out infinite;
    -moz-animation:animate 10s  ease-in-out infinite;


}
@-webkit-keyframes animate {
    0%{
        background-image: url(../img/Slider/showcase2.webp); /*wiadro*/
    }
    25%{
        background-image: url(../img/Slider/showcase.webp); /*sowa*/
    }
    50%{
        background-image: url(../img/Slider/showcase5.webp); /*daszek*/
    }
    75%{
        background-image: url(../img/Slider/showcase5a.webp); /*skrzat*/
    }
}
@keyframes animate {
    0%, 100%{
        background-image: url(../img/Slider/showcase2.webp); /*wiadro*/
    }
    25%{
        background-image: url(../img/Slider/showcase.webp); /*sowa*/
    }
    50%{
        background-image: url(../img/Slider/showcase5.webp); /*daszek*/
    }
    75%{
        background-image: url(../img/Slider/showcase5a.webp); /*skrzat*/
    }
}
@-moz-keyframes animate {
    0%{
        background-image: url(../img/Slider/showcase2.webp); /*wiadro*/
    }
    25%{
        background-image: url(../img/Slider/showcase.webp); /*sowa*/
    }
    50%{
        background-image: url(../img/Slider/showcase5.webp); /*daszek*/
    }
    75%{
        background-image: url(../img/Slider/showcase5a.webp); /*skrzat*/
    }
}
#showcase h1{
    font-size: 50px;
    line-height: 1.2;
}

#showcase p{
    font-size: 20px;
}

#showcase .button{
    text-shadow: none;   
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    font-size: 30px;
    text-decoration: none;
    color: black;
    border: #fff 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    top: 25%;
    left: 25%;
    font-weight: 400;
    background: #fff;
}
#section-a h2{
    padding-bottom: 15px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 35px;

}
#section-a{
    padding: 20px;
    background: rgb(71, 167, 71);
    color:white;
    text-align: center;
}
#section-b{
    padding: 20px;
    background: rgb(169, 236, 169);
    color:black;
   text-align: center;

}
#section-b h2{
    color: white;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 35px;
}
#section-c{
    font-family: "Roboto Slab", serif;
    display: flex;
    background-color: rgb(71, 167, 71);;
}
#section-c .box-1, #section-c .box-3{
    text-align: center;
    color: black;
    width: 33%;
    margin: 10px;
    background: rgb(243, 240, 240);
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
#section-c h3{
    color: black;
    font-size: 30px;
    font-weight: 700;
}
#section-c div{
    padding: 20px;
}
#section-c .box-2{
    text-align: center;
    margin: 10px;
    width: 33%;
    background-color: rgb(243, 240, 240);
    color: black;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    
}
.footer{
    color: black;
    background-color: #157c34;
    padding: 20px 71px 20px 69px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.footer-col{
    width: 35%; 
    padding: 0 15px;
}
.footer-col2{
    width: 65%; 
    padding: 0 15px;
}
.footer-container{
    max-width: 1170px;
    line-height: normal;
    margin: auto;
    text-transform: none;
}
ul{
    list-style: none;
}
.footer-col h4, .footer-col2 h4{
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;

}
.footer-col h4::before, .footer-col2 h4::before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-color: #ad9898;
    height: 4px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 5px;
}
.footer-col ul li {
    font-size: 16px;
    font-weight: 300;
    color: #bbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a{
    font-size: 16px;
    font-weight: 300;
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #fff;
    padding-left: 8px;
}
.google-maps{
    width: 100%;
    height: 100%;
}

.map{
    height: 175px;
}
.upper{
    padding-bottom: 2px;
}
.bold{
    font-weight: 700;
    font-size: 30px;
}
.text-content{
    font-family: "Roboto Slab", serif;
    color :#f3f2f2;
    width: 50%;
    padding-top: 25px;
    margin: auto;
    font-size: 20px;
}
.bar{

    margin: auto;
    width: 50%;
    color: #f3f2f2;
    height: 1px;
}

#section-b .button{

    font-size: 20px;
    text-decoration: none;
    color: black;
    border: #fff 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    
    left: 70%;
    top: 10px;
    font-weight: 400;
    background: #fff;
}

.box-1 p{
    text-align:start;

}
.box-2 p{
    text-align:start;

}
.box-3 p{
    text-align:start;
}

.box-img img{


    margin: auto;
    width: 70%;
    height: 100%;
    position: relative;
    clear: both;

    border-radius: 20px;
}
.box-content{
    float: left;
    font-size: 20px;
    padding-bottom: 3px;
    position: relative;

}
#hide-div-onas{
    position: absolute;
    z-index: -50;
    max-width: 0px;
    max-width: 0px;
    top: 93vh;
}
#caches{
    width: 100%; background-color: red; color: white; font-size: 15px; text-align:center; position: absolute; top: 0; left: 0;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.3rem 10%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}
.header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px) ;
    z-index: -1;
}

.logo{
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.navbar a{
    font-size: 1.15rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 2.5rem;
}

.navbar a:last-child{
margin-left: 0px;
}

.btn-grada {
    text-shadow: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    margin: 10px;
    padding: 15px 45px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 15px #eee;
    border-radius: 10px;
    display: block;

}

.flag{
    vertical-align: middle;
    max-width: 30px;
    max-height: 30px;
}

.btn-grada:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}



.btn-grad {
    text-shadow: none;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%);
    margin: 10px;
    padding: 15px 45px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 15px #eee;
    border-radius: 10px;
    display: block;
    position: relative;
    top: 25%;
    left: 25%;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
 

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(169, 236, 169);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(71, 167, 71);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(48, 114, 48); 
}

.icons{
    position: absolute;
    right: 5%;
    font-size: 2.8rem;
    color: #fff;
    cursor: pointer;
    display: none;
  }

@media (max-width:992px){

    #showcase1 h1{
        font-size: 1rem;
    }

    .header{
        padding: 1.3rem 5%;
    }
    .bold{
        font-size: medium;
    }
}

@media (max-width:700px){

    .scroll-downs{
        display: none;
    }
    .testamonial-heading{
        margin-top: 10px !important;
    }
    .testamonial-heading h2{
        font-size: 25px !important;

    }
    .btn-grada{
        font-size: medium;
        height: 40px;
        padding: 5px 0 0 0;
    }

    header h1{
        font-size: 30px !important; 
    }
    header .bold{
        display: none;
    }
    .text-content{
        width: 100%;
        text-align: justify;
        font-size: medium;
        margin-left: 5px;
        margin-right: 5px;
    }
    .icons{
        display: inline-flex;
    }
    #check:checked~.icons #menu-icon{
        display: none;
    }
    .box-img{
        padding: 0;
    }
    .navbar{
        position: absolute;
        top: 100%;
        left:0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(50px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
        overflow: hidden;
    }
    .navbar a{
        display: block;
        font-size: 1.1rem;
        margin: 1.5rem 0;
        text-align: center;
        transform: translateY(-50px);
        transition: 0.3s ease;
    }
    .icons #close-icon{
        display: none;
    }
    #check:checked~.icons #close-icon{
        display: block;
    }
    #check:checked~.navbar{
        height: 13.7rem;
    }
    #check:checked~.navbar a{
        transform: translateY(0px);
    }
    .box-3{
        display: none;
    }
    #section-c {
        flex-direction: column;
    }
    #section-c .box-1 .box-img, #section-c .box-2 .box-img{
        width:100%;

        padding: 0;
        text-align: start;
    }
    #section-c .box-1 .box-img img, #section-c .box-2 .box-img img{
        width: 100%;
    }
    #section-c .box-1, #section-c .box-2{
        margin-top: 5px;
        margin: auto;
        width: 80vw;
        overflow: hidden;
        margin-bottom: 10px !important;
    }

    #section-c .box-1 p, #section-c .box-2 p{
        
        font-size: 1rem;
    }
    .footer{
        color: black;
        background-color: #157c34;
        padding: 10px
    }
    .footer .row .footer-col ul li{
       font-size: x-small;
    }
    .footer .row .footer-col ul li a{
        font-size: x-small;
     }
    .footer .row{
        flex-wrap: nowrap;
    }
    .btn-grad2{
        display:block;
        box-shadow: none;
        z-index: 10;
        position: relative;
        top: 20vh;
    }
    .btn-grad{
        display:none;
    }
}

#check{
    display: none;
}

.a-none{
    text-decoration: none;
}
