@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

html {
    scroll-behavior: smooth;
}

#hero{
    max-width: 98%; 
    padding-left: 10%; 
    padding-right: 10%; 
    padding-top: 7%;  
}

.navTOP{
    margin-left: 10%; 
    margin-right: 10%; 
    padding-top: 16px; 
    padding-bottom: 0px; 
    border-bottom: 1px solid #000000;
    /* background-color: #F4F4F4; color: rgb(32, 32, 32); */
}

.icons-nav{
    text-align: right;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.heroSection{
    /* min-height: 100vh; */
    background-image: url("/images/backgroundimg.jpg");
    width: 100%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
}

.pHero{
    color: #000000; letter-spacing: 6px; font-weight: 600;
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 1);
}
.h1Hero{
    font-weight: 700; font-size: 3.7rem; max-width: 500px; color: black;
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 1);
}
.pHeroBot{
    font-weight: 600; max-width: 500px; padding-top: 10px; padding-bottom: 10px; color: black;
    text-shadow: 0px 0px 18px rgb(255, 255, 255);
}

.hero-button-1{
    width: 100%;
    border: 0;
    padding: 5px 20px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    font-weight: 700;
    border-radius: 3px; 
    border: 2px solid #000000;
    min-width: 150px;
}

.hero-button-2{
    width: 100%;
    border: 0;
    padding: 5px 20px;
    background-color: #ffffff23;
    color: rgb(0, 0, 0);
    font-weight: 700;
    border-radius: 3px; 
    border: 2px solid #000000;
}

.zaletyATP{
    margin-top: 100px;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px; 
    background-color: rgba(0, 0, 0, 0.24);
    color: rgb(255, 255, 255);
}

.zaletyIkona{
    font-size: 30px;
}

.bottomMobile{
    display: none;
}

.ofertaSection{
    padding-top: 100px;
}

.ofertaWindow{ 
    margin-top: 50px;
    width: 80%;
    border-radius: 5px;
    background-color: #ffffff;
}

.h3Oferta{
    padding-top: 25px;
}

.pOferta{
    min-height: 150px;
}

.linkOferta{
    font-weight: 700;
    color: black;
    margin-top: 15px;
    padding: 5px;
    background-color: aliceblue;
    border-radius: 5px;
    text-decoration: none;
}

.onasSection{
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
}

.img-onas{
    border-radius: 5px; width: 80%;
    display: block;
}

.kontaktSection{
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
}

.imgMap{
    display: block;
}

.footerTop{
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgb(44, 44, 44);
    padding-top: 30px;
    padding-bottom: 20px;
}

.footerA{
    text-decoration: none;
    color: rgb(206, 206, 206);
}

.mobileInfo{
    display: none;
}

@media screen and (max-width: 1392px) {
    .h1Hero{
          font-size: 2.7rem; max-width: 500px;
    }

    .img-onas{
        width: 100%;
       
    }

    #hero{
        max-width: 100%; 
        padding-left: 10%; 
        padding-right: 10%; 
        padding-top: 50px; 
    }

    .zaletyATP{
        display: none;
    }
   
    .heroSection{
        min-height: 10vh;
        /* background-image: url("/images/backgroundimgmobile.jpg"); */
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 50px;
        background-size: cover;
        /* background-position: right top; */
        background-repeat: no-repeat;
        background-color: #F4F4F4;
    }

    .ofertaWindow{ 
        width: 100%;
    }

    .pOferta{
        min-height: 200px;
    }
    

}

@media screen and (max-width: 600px) {
    
    .heroSection{
        min-height: 10vh;
        background-image: url("/images/backgroundimgmobile.jpg");
        width: 100%;
        padding-bottom: 50px;
        margin-bottom: 20px;
        background-size: cover;
        background-position: right top;
        background-repeat: no-repeat;
        background-color: #F4F4F4;
    }

    .h1Hero{
          font-size: 2.4rem; max-width: 1000px;
    }

    .ofertaSection{
        padding-top: 0px;
    }
    
    .icons-nav{
        text-align: left;
    }

    .ofertaWindow{ 
        width: 100%;
    }
    
    .imgMap{
        display: none;
    }
    
    .bottomMobile{
        margin-top: 40px;
        display: block;
        width: 100%; 
         
        background-size: cover;
    }

    .mobileInfo{
        display: block;

      
        text-align: left;
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 10px; 
        color: rgb(0, 0, 0); 
        margin-bottom: 50px;
    }
 
    .zaletyIkona{
        font-size: 40px;
    }
   

    .img-onas{
        border-radius: 20px; width: 80%;
        display: none;
    }

  }