
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: none;
    height: 1px;
    width: 1px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
    height: 1px;
    width: 1px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        height: 1px;
        width: 1px;
    }

::-webkit-scrollbar-corner {
    background: #B09668;
}

html {
    font-size: 14px;
    background-color: #B09668;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    margin-top: 100px;
}

body {
    margin-bottom: 30px;
    background-color: #B09668;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.logo {
    background-image: url(../img/epaletylogo2brjas.png);
    background-size: cover;
    width: 80px;
    height: 80px;
    /* position: fixed; */
    top: 24px;
    left: 32px;
}

.logoBig {
    background-image: url('../img/epaletylogo2brjas.png');
    background-size: 100px;
    width: 100px;
    height: 100px;
    display: inline-block;
}

header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
}

nav {
    background: #B09668;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3'  stroke-miterlimit='10' d='M4 12h24M4 22h24M4'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

a, a:hover {
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 992px) {
    .navbar-collapse a:hover {
        color: #183435 !important;
    }

    .navbar-collapse .menuFont {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .navbar-collapse .menuCenter {
        margin-top: 1em;
        margin-bottom: 2em;
    }
}



/*----------Home Body*/
.imageEgg {
    width: auto;
    height: 200px;
    border-radius: 200px 80px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    width: auto;
    max-width: 364px;
    height: 400px;
    border-radius: 220px 94px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 40px;
}


.topImage {
    background-image: url('../img/photo_2_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.mainSlogan {
    font-size: 54px;
    font-weight: 700;
    margin-top: 1em;
    color: #FFFAC7;
}

.title {
    font-size: 34px;
    font-weight: 700;
    margin-top: 1em;
    color: #FFFAC7;
}

.mainSloganSubText {
    text-align: left;
    margin: 40px 0px;
    word-break: break-all;
}

.subTitle {
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.black {
    color: black;
}

.greenish {
    color: #183435;
}

.greenishBright {
    color: #00FFE0;
}


.bright {
    /*color: #FFFAC7;*/
    color: black;
}

.buttonClass {
    background-color: #E3C796;
    color: black;
    /*background: linear-gradient(40deg, rgba(54,91,94,1) 0%, rgba(73,115,117,1) 600%);*/
    border-radius: 20px;
    width: 92%;
    padding: 10px 30px;
    margin: auto;
    font-weight: 600;
    /*letter-spacing: 2px;*/
    font-size: 12px;
}

    .buttonClass a {
        text-decoration: none;
        color: black
    }

    .buttonClass:hover {
        text-decoration: none;
        color: black
    }

.fontMid {
    font-weight: 600;
}

.fontXL {
    font-size: 16px;
}

.fontXXL {
    font-size: 18px;
}

.fontXXXL {
    font-size: 20px;
}
/*--------------------BAR PANEL*/

.barPanel {
    display: flex;
    /*  margin-top: 40px;*/
    margin-top: 220px;
    height: auto;
}


.arrowBar {
    /*height: 100%;*/
    /* display: inline-flex; */
    /* vertical-align: middle; */
    /* display: table-column; */
    display: table-column;
    padding: 20px;
    margin: auto;
    z-index: 11;
}

.arrowLeft, .arrowRight {
    width: 10px;
    height: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid white;
    padding: 10px;
    margin: -10px;
    background-position: center;
    z-index: 10;
    /*margin:0px 20px;*/


    vertical-align: middle;
}

.arrowLeft {
    background-image: url('../img/arrow-left-solid.svg');
}

.arrowRight {
    background-image: url('../img/arrow-right-solid.svg');
}

.contentBar {
    display: inline-block;
    /* width: 400px; */
    overflow: scroll;
    display: -webkit-box;
    /* overflow-x: scroll; */
    /* overflow-y: scroll; */
    /* height: 400px; */
    /* float: left*/
}

/*Location Bar*/
.locationBar, .telephoneBar, .mailBar {
    background-color: #E3C796;
    border-radius: 40px;
    width: 246px;
    padding: 26px 20px;
    text-align: center;
    margin: auto;
    /*display: inline-block;*/
    display: block;
    overflow-x: scroll;
    color: black;
    height: 122px;
    margin: 10px;
}

.locationIcon, .telIcon, .mailIcon {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.locationIcon {
    background-image: url('../img/location-dot-solid.svg');
    margin-top: 12px;
}

.telIcon {
    margin-top: 12px;
}

.telIcon, .telIconMini {
    background-image: url('../img/phone-solid.svg');
}

.telIconMini {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.mailIcon {
    background-image: url('../img/envelope-solid.svg');
    margin-top: 12px;
}



.locationText, .telText, .mailText {
    display: inline-block;
    height: 40px;
    text-align: left;
    float: left;
    vertical-align: middle;
}

.locationText {
    height: 70px;
    vertical-align: top;
    top: -4px;
    position: relative;
}





/*------------ O NAS*/

.secondImage {
    /*background-image: url('../img/photo_1.jpg');*/
    background-image: url('../img/o_nas (2).jpg');
    background-size: cover;
    width: 400px;
    height: 400px;
    padding: 0;
    margin: auto;
    margin-top: 30px;
    max-width: 400px;
}

.contentText {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 40px 20px;
    word-wrap: anywhere;
}



/* BAR WITH IMAGES*/

.bgbarWithImages {
    /* background-color: #E3C796; */
    background: rgb(255,250,199);
    background: radial-gradient(circle, rgba(255,250,199,1) 0%, rgba(227,199,150,1) 100%);
    border-radius: 40px !important;
    display: inline-block;
    /*   width: 82%;*/
    color: black;
}

.contentBarImage img {
    display: inline-block;
    width: 70%;
    border-radius: 200px;
    border: 10px solid #E3C796;
    margin-top: 20px
}

.contentBarTitle {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    height: 3em;
    width: 222px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}


.bgbarWithImages .lineContainer {
    width: 100%;
    height: 1em;
    margin: 1em 0px;
}

    .bgbarWithImages .lineContainer .line {
        height: 1em;
        border-bottom: 1px solid white;
        width: 50%;
        margin: auto;
    }

.contentBarText {
    height: 140px;
}
/*-----------BAR WITH JUST CIRCLES*/
.contentBarImage .steps {
    margin: auto;
    padding: 20px;
    display: block;
    width: 200px;
    border-radius: 300px;
    border: 10px solid #E3C796;
    margin-top: 20px;
    background-color: #FFFAC7;
    color: #B09668;
    text-align: center;
    height: 200px;
    vertical-align: middle;
    position: relative;
    font-size: 100px;
    padding-top: 16px;
}

.imageStep1 {
    background-image: url('../img/kolka/01.jpg');
    background-size: cover;
}

.imageStep2 {
    background-image: url('../img/kolka/02.jpg');
    background-size: cover;
}

.imageStep3 {
    background-image: url('../img/kolka/03.jpg');
    background-size: cover;
}

.imageStep4 {
    background-image: url('../img/kolka/04.jpg');
    background-size: cover;
}

.imageStep5 {
    background-image: url('../img/kolka/05.jpg');
    background-size: cover;
}

.imagePalets {
    background-image: url('../img/photo_6.jpg');
    background-size: cover;
}

.imageThird {
    width: auto;
    height: 400px;
    margin: 3em 0em;
}

.imageWozek {
    background-image: url(../img/wozek.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-position-y: top;
}




.contactForm input {
    outline: none;
    border-radius: 20px;
    border: 1px solid black;
    background: none;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    color: black;
    padding-left: 20px;
}

.contactForm textarea {
    outline: none;
    border-radius: 20px;
    border: 1px solid black;
    background: none;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90%;
    color: black;
    height: 126px;
    padding-left: 20px;
}

.contactForm .sendBtnPanel {
    width: 100%;
    text-align: center;
}

.contactForm .sendButton {
    width: 80%;
    font-size: 11px;
    height: 30px;
    border-radius: 20px;
    background: #B09668;
    border-color: #B09668;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    margin: auto;
    letter-spacing: 4px;
}
/*CONTACT FORM
*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}


/*------------------FOOTER*/
footer .center {
    text-align: center;
    font-weight: 600;
    vertical-align: top;
}

footer .details, footer .details2 {
    margin-left: 20px;
    margin-bottom: 40px;
}



.fbIcon, .instaIcon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    margin: 10px 20px;
}

.fbIcon {
    background-image: url('../img/facebook.svg');
}

.instaIcon {
    background-image: url('../img/instagram.svg');
}



/*.contentBar>div{
    display:none;
}
.contentBar>div:first-of-type {
    display: inline-block;
}*/


/*.option1, .option2, .option3 {
    display: none;
}*/

.sendBtnPanel .whiteBg {
    background-color: white;
    color: #45696B;
}

.whiteButton {
    color: white;
    text-decoration: none;
}

/*Wylaczam zmienna w wiekszym trybie*/
.width50 {
    width: 100%;
}



.bgbarWithImages {
    display: block;
    /* float: left;*/
    overflow-x: scroll;
    margin: auto;
}

.paleta1200 {
    margin: 10px;
}


.circlePanel {
    height: 426px;
    display: -webkit-box;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: scroll;
}
/*.circlePanel .circleInfo{
        margin:10px;
    }*/

.logoContainer {
    display: block;
    margin: 40px;
    text-align: center;
}
/*---------DEKSTOP*/

.locationBar, .telephoneBar, .mailBar {
    width: 300px;
}

#KONTAKTID .mainTitle {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}



@media only screen and (min-width: 992px) {

    .logo {
        background-image: url(../img/epaletylogo2brjas.png);
        background-size: cover;
        width: 100px;
        height: 100px;
        position: fixed;
        top: 13px;
        left: 32px;
    }

    .topSlogansPanel {
        margin-top: 2em;
    }

    .whiteButton {
        background-color: #FFFAC7;
        padding: 10px 30px !important;
        border-radius: 20px;
        text-decoration: none;
        color: black;
        font-weight: 600;
    }

    .leftBig {
        float: left;
    }

    .rightBig {
        float: right;
    }

    .inlineBig {
        display: inline-block;
    }

    .menuFont {
        font-size: 16px;
        font-weight: 500;
    }

    .menuCenter {
        display: block;
        text-align: center;
    }

        .menuCenter li {
            display: inline-block;
            padding: 0px 20px;
        }

            .menuCenter li a:hover {
                color: black !important;
            }

    .topSlogansPanel > div {
        width: 40%;
    }

    .mainSlogan {
        text-align: left;
    }


    .locationBar, .telephoneBar, .mailBar {
        background: none;
        text-align: center;
    }

    .locationBar, .telephoneBar {
        border-right: 1px solid #FFFAC7;
        height: 80px;
    }

    .locationIcon, .telIcon, .mailIcon {
        float: none;
    }

    .locationText, .telText, .mailText {
        float: none;
        vertical-align: baseline;
    }

    .locationIcon {
        margin-top: 12px;
        padding: 0;
        vertical-align: top;
    }

    .contentBar {
        border-radius: 80px;
        /*background-color: #E3C796;*/
        /*padding: 20px 40px;*/
        width: 100%;
        display: -webkit-inline-box;
    }



        .contentBar > div {
            /*  display: inline-block;*/
            /* width: 50% !important;*/
            margin: 20px;
            padding: 10px;
            margin: 0;
            border-radius: 0;
            height: max-content;
        }

        .contentBar .bgbarWithImages {
            margin: 10px 10px;
        }




    /* .contentBar > div:first-of-type {
            display: inline-block;
        }*/


    /*.arrowBar{
        display:none;
    }*/

    .barPanel {
        display: block;
        /*  display: inline-block;*/
        margin-top: 132px;
    }
    /*---------- O NAS*/
    #ONASID {
        display: inline-block;
    }

    .contentText {
        margin: 40px 0px;
    }

    .width50 {
        width: 48%;
    }

    .width100 {
        width: 100%;
    }


    .imageWozek {
        border-radius: 230px;
        border-bottom-right-radius: 100px;
        border-top-left-radius: 100px;
    }

    /*----PALETY WYBOR INDYWIDUALNE ZAMOWIENIE*/
    .bgbarWithImages {
        width: auto;
    }

    .circlePanel {
        display: -webkit-inline-box;
    }

    #KONTAKTID {
        display: inline-block;
    }



    .contactForm input {
        width: 78%;
    }


    /*-----------FOOOTER ------------*/
    .bigScreen {
        /*      display: inline-block;
        float: left;
        width: 100%;*/
        height: max-content;
        vertical-align: top;
        display: flex;
        text-align: center;
        margin: auto;
        width: max-content;
    }

        .bigScreen > div {
            display: inline-block;
            text-align: left;
            /* min-width: 26%; */
            /* max-width: 29%; */
            padding-right: 58px;
            /* margin-right: 10px; */
            height: 130px;
        }

        .bigScreen .container {
            width: auto;
        }

        .bigScreen .logoContainer {
            padding: 0;
            margin: 0;
            vertical-align: top;
        }

        .bigScreen .borderRight {
            border-right: 1px solid #E3C796;
        }

        .bigScreen .logoBig {
            margin-right: 20px;
        }


    footer {
        margin: 4em 0em;
    }
    /*-- @media only screen and (min-width: 992px) */
    /*---KONIEC 992 px ---CZYLI DUZEGO EKRANU------------*/
    /*------------------*/
    /*------------------*/
    /*------------------*/
    /*------------------*/
    /*------------------*/
}

@media only screen and (min-width: 1200px) {

    .secondImage {
        /*background-image: url('../img/photo_1.jpg');*/
        background-image: url('../img/o_nas (2).jpg');
        background-size: cover;
        width: 500px;
        height: 500px;
        padding: 0;
        margin: auto;
        margin-top: 30px;
        max-width: 500px;
    }


    .barPanel {
        /* display: block;*/
        display: inline-block;
        margin-top: 300px;
    }

    .contentBar > div {
        display: inline-block;
        vertical-align: top;
    }

    .circlePanel {
        margin: auto;
        text-align: center;
        width: 100%;
        /* display: block;*/
        display: -webkit-inline-box;
        margin: 3em 0em;
    }

    .logoContainer {
        margin: 0;
    }

    .barPanelMain {
        display: inline-block !important;
    }
}


/*CUSTOM CODE */


.textLeft {
    text-align: left;
}

.brightBg {
    background-color: #FFFAC7;
}


.visible {
    display: inline-block;
}


.footerLink, .footerLink:hover, .footerLink:focus {
    text-decoration: none;
    color: white;
}



.topPageBlock {
    /*    padding-top: 200px;
    padding-left: 50px;
    padding-right: 50px;*/
    background-image: url(../img/main_new_3.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: absolute;
    top: -72px;
    left: 0px;
    right: 0px;
}


#ZAMOW img {
    /*  width:364px;
    height:364px;*/
}

.topBar .contentBar {
    z-index: 12;
}

@media only screen and (max-width: 600px) {

    .topBar {
        margin-top: 400px;
    }
}



@media only screen and (min-width: 992px) {
    #ZAMOW img {
        width: 364px;
        height: 364px;
    }
}

@media only screen and (max-width: 992px) {
    .secondImage {
        width: 300px;
        height: 300px;
        max-width: 300px;
    }
}



.circleText {
    width: 60vw;
}

@media only screen and (min-width: 992px) {
    .circleText {
        width: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .topBar {
        display: inline-block;
        margin-top: 247px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .topBar {
        margin-top: 322px;
    }
}


#ONAS {
    position: relative;
    top: -20px;
}

#PALETY {
    position: relative;
    top: -70px;
}

#JAKZAMOWIC {
    position: relative;
    top: -70px;
}

#KONTAKT {
    position: relative;
    top: -98px;
}


.languageOptionModule {
    position: absolute;
    top: 200px;
    right: 20px;
    z-index:10;
}

#language-selector {
    display: flex;
    flex-direction: column;
}

.language-option {
    padding: 10px;
    cursor: pointer;
}

.selected {
    background-color: #354147;
    color: #00FFE0;
}
