/* below font code is a backup -> if connection to google fonts fails
it's basic template and it's commented coz default bootstrap font is
*/
/* rubik-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: /*url('../fonts/rubik-v28-latin-regular.woff2') format('woff2'), *//* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/rubik/Rubik-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Rubik";
}

h6{
    font-weight: bold;
    width: 100%;
}

.navbar, .navbar a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: black;
    padding: 10px 15px !important;
}

.navbar{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100;
    box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.386);
    -webkit-box-shadow:  0 4px 2px -2px rgba(128, 128, 128, 0.386);
    -moz-box-shadow:  0 4px 2px -2px rgba(128, 128, 128, 0.386);
}

.nav-link{
    font-size: 16px !important;
}

.navbar-brand{
    margin-right: 2rem;
}

.navbar-toggler {
    margin: auto;
    color: #FFDC00;
}

.navbar-toggler-icon{
    position: relative !important;
}

.navbar-toggler-icon > p{
    position: absolute;
    left: -250%;
    top: 20%;
}

.title-block {
    text-align: center;
    padding: 15px;
}

.shop-on-line-tab{
    font-weight: 700;
}

.tab-content{
    width: 100%;
}

p {
    font-family: "Rubik";
    text-align: center;
}

/*should be used w <p> not div*/
.headers {
    font-weight: 700;
    font-size: 25px;
    margin-top: 70px;
}

.site-footer {
    font-family: "Rubik";
    color: #838383;
    background-color: #fff;
    font-size: 13px;
    padding: 18px 0;
}

.site-footer a {
    margin-bottom: 12px;
    line-height: 32px;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    color: #838383;
}

.site-footer a:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    right: 50%;
    border-bottom: 2px solid #F1C36A;
}

.border {
    text-align: center;
    border: 1px solid #000;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0px;
    font-weight: 700;
    font-size: 20px;
  }

.list-group-item:hover{
    color: black !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #FFDC00;
    border-color: #FFDC00;
    border-radius: 0%;
}

.frac-video{
    margin: auto;
    width: 80%;
    height: auto;
    display: block;
    cursor: pointer;
}

.shop-on-line-image{
    width: 80%;
}

.fresh-img{
    position: relative;
    z-index: 5;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: 200ms;
    cursor: pointer;
}

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

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

.fresh-p{
    font-size: 25px;
}

.product-name{
    display: block;
    position: absolute;
    top: 40%;
    left: 25%;
    font-size: 16px;
    width: auto;
    font-weight: 800;
    color: white ;
    background-color:#FFDC00;
    padding: 10px;
    cursor: default;
    z-index: 10;
}

.carousel-control-next, .carousel-control-prev{
    background-color: rgba(0, 0, 0, 0.3);
    width: 50px;
    border-radius: 20px;
    margin: 50px;
    margin-top: 10%;
    margin-bottom: 10%;
}

/* slider btn fail to get active state and after the click it's pushed until the user clicks elsewhere */
/* It's a bootstrap thingy - the v5 didn't fixed that - it does work as intended by devs */
.carousel-control-next:active, .carousel-control-prev:active{
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.carousel-control-next:focus, .carousel-control-prev:focus{
    background-color: rgba(0, 0, 0, 0.3) !important;
}

a:hover, .nav-link:hover{
    color: #F1C36A !important;
}

h3{
    text-align: center;
}

.department{
    font-weight: 700;
}

.app-holder{
    width: 50%;
    margin: auto;
    float: left;
}

.app-store-img{
    width: 100%;
    float: left;
    padding: 20px;
    padding-top: 0;
    transition: 200ms;
}

.app-store-img:hover{
    transform: scale(105%);
    opacity: 0.8;
}

.services{
    font-weight: 500;
}

.a-bold{
    color: #F1C36A;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.a-bold:hover{
    text-decoration: underline;
}

/*below code to take count of sticky nav*/
#jaroslaw, #krosno, #rzeszow, #sanok, #stalowa, #tarnobrzeg, #warszawa, #krakow {
    scroll-margin-top: 200px;
  }

.shop-locations-a, .work-city-a, .work-website-a{
    color: #FFDC00;
    text-decoration: none;
}

.shop-locations-a:hover, .work-city-a:hover, .work-website-a:hover{
    color: #F1C36A;
    text-decoration: underline;
}

.work-city-a{
    margin-left: 10px;
    font-size: 32px;
}

.work-website-a{
    font-size: 24px;
}

ul{
    list-style-position: inside;
}

.h1-strategy{
    text-align: center;
    width: 100%;
    margin-top: 3rem;
}

.dropdown-item:active{
    color: white !important;
    background-color: #FFDC00 !important;
}

.best-of{
    transition: 200ms;
}

.best-of:hover{
    transform: scale(110%);
    opacity: 0.8;
}

/* JS IMG ELEMENTS BELOW */
.img-btn{
    border-radius: 20px;
    background-color:#FFDC00;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    border-color: #a99a3e;
}

.sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 180px;
    z-index: 1;
}

.g-btn{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    border: 0;
    background-color: white;
    position: relative;
}

.g-btn:active{
    opacity: 0.7;
}

.g-image{
    width: 60%;
    margin: auto;
    display: none;
    position: relative;
    z-index: 0;
}

.localization{
    text-align: center;
    margin: auto;
}

/* /JS ELEMENTS */

.star-img{
    transition:1s;
}

.star-img:hover{
    transform:rotateY(360deg);
}

.contact-p{
    margin: 20px;
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 576px){
    .carousel{
        display: none;
        /*to be fixed later w. new version of bootstrap maybe*/
    }
    .shop-on-line{
        width: 100%;
    }
    .app-holder{
        clear: both;
        width: 100%;
    }
    .frac-video{
        width: 100%;
    }
    .carouselExampleControls{
        display: none !important;
    }
    .shop-on-line-container{
        display: block !important;
    }
}

@media screen and (max-width: 767px){
    .list-group{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px){
    iframe{
        width: 100%;
    }
}

/*Custom fast use classes*/
.txt-left{
    text-align: left;
}

.txt-justify{
    text-align: justify;
}

.txt-center{
    text-align: center;
}

.cookies{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 10px;
    color: white;
    background-color:#000000bc;
    font-weight: bold;
    font-size: 20px;
}

.cookies > p > button > a{
    color: white !important;
    text-decoration: none;
    font-weight: bold;
}

.cookies > p > button > a:active{
    color:#d4d4d4 !important;
}