@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Ganttlets';
    src: url('../fonts/Ganttlets.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KiehlsBrush';
    src: url('../fonts/KiehlsBrush-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Singulier';
    src: url('../fonts/SINGULIER-REGULAR.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Didotltpro';
    src: url('../fonts/DIDOTLTPRO-BOLD.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBQ';
    src: url('../fonts/FuturaBQBook.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBQ-Light';
    src: url('../fonts/FuturaBQLight.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block;
}
ol,ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
a{
    text-decoration:none;
}
.txt-rt{
    text-align:right;
}/* text align right */
.txt-lt{
    text-align:left;
}/* text align left */
.txt-center{
    text-align:center;
}/* text align center */
.float-rt{
    float:right;
}/* float right */
.float-lt{
    float:left;
}/* float left */
.clear{
    clear:both;
}/* clear float */
.pos-relative{
    position:relative;
}/* Position Relative */
.pos-absolute{
    position:absolute;
}/* Position Absolute */
.vertical-base{
    vertical-align:baseline;
}/* vertical align baseline */
.vertical-top{
    vertical-align:top;
}/* vertical align top */
nav.vertical ul li{
    display:block;
}/* vertical menu */
nav.horizontal ul li{
    display: inline-block;
}/* horizontal menu */
img{
    max-width:100%;
}

body {
    font-family: 'FuturaBQ-Light', sans-serif;
    background: #000000;
    color: #ffffff;
}

b{
    font-weight: 600;
}

.center {
    margin: auto;
    width: 1000px;



}

.main {
    /*margin: 4em auto;*/
    /*width: 80%;*/
    height: 100%;
    /*background-color: #878b8a;*/
    /*background: url("../images/tlo.jpg");*/
    /*background-repeat: repeat;*/
    /*background-size: 100px 100px;*/
}

.error {
    /*display: none;*/
    color: red;
    font-size: 0.8em;
}

h1{
    font-size: 2.2em;
    color: #ffffff;
    font-weight: 400;
    font-family: 'KiehlsBrush', serif;
    text-shadow: #FFF 1px 0 10px;
    text-align: center;

}

h3{
    font-size: 1.4em;
    color: #8e1514;
    font-weight: 400;
    font-family: 'KiehlsBrush', serif;
    text-shadow: #8e1514 1px 0 10px;
    text-align: center;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1em;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.34);
    text-align: left;
    font-weight: 400;
    margin-bottom: 1em;
    font-family: 'FuturaBQ-Light', sans-serif;
    border-radius: 14px;
}

select {
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1em;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.34);
    font-weight: 400;
    margin-bottom: 1em;
    font-family: 'FuturaBQ-Light', sans-serif;
    border-radius: 14px;
}

option {
    background: #575757;
    color: white;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: none;
    /*border: 1px solid #E3BB5C;*/
}

::-webkit-input-placeholder{
    color: #ffffff !important;
}

input[type="submit"] {
    outline: none;
    padding: 0.5em 0.5em;
    text-align: center;
    font-size: 1.4em;
    border: 2px solid #ffffff;
    min-width: 40%;
    max-width: 90%;
    color: #ffffff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.34);
    border-radius: 14px;
    font-weight: 400;
    font-family: 'FuturaBQ', serif;
}


option:disabled {
    color: #7d7d7d;
}
a {
    color: #ED748D;
}

a:hover {
    color: #ED748D;
    text-decoration: underline;
}

i
{
    font-style: italic !important;
}


label.file {
    background-color: #ffffff;
    color: #000;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 14px;
    cursor: pointer;
    margin-top: 1rem;
}

#file-chosen{
    margin-left: 0.3rem;
    font-family: sans-serif;
}



h2 {
    font-size: 33px;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
}

h2.background {
    position: relative;
    z-index: 1;

    &:before {
        border-top: 10px solid #990000;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 35%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }


    span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px;
    }
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
/*    width: 31%;*/
    padding: 10px;
    font-family: 'FuturaBQ-Light';
    font-weight: 100;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.c1 {
    font-size: 1.5em;
    width: 15%;
}
.c2 {
    font-size: 1.2em;
    width: 33%;
}
.c3 {
    /*font-size: 1.5em;*/
    width: 45%;
}













.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 50%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
.active2 {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}














@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
    .center {
        /*width: 800px;*/
    }
}
@media(max-width:1080px){
}
@media(max-width:1024px){
}
@media(max-width:991px){
    .column {
        width: 100%;
    }
}
@media(max-width:900px){
}
@media(max-width:800px){
    .center {
        width: auto;
    }
    .div1 {
        padding: 200px 4% 10px 4%;
    }
    .div2 {
        padding: 10px 4% 100px 4%;
    }
    .submit {
        width: 40%;
    }
}
@media(max-width:768px){
}
@media(max-width:736px){
}
@media(max-width:667px){
}
@media(max-width:640px){
}
@media(max-width:600px){
}
@media(max-width:568px){
}
@media(max-width:480px){
}
@media(max-width:414px){
}
@media(max-width:384px){
}
@media(max-width:375px){
}
@media(max-width:320px){
}




/*******************Przem - testowanie********************/


.slider-container {
    width: 300px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slides {
    display: flex;
}

.slides img {
    width: 300px; /* Szerokość obrazka */
    margin-right: 10px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.slides img:hover {
    opacity: 1;
}

.slider-container::before,
.slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
    z-index: 2;
}

.slider-container::before {
    left: 0;
}

.slider-container::after {
    right: 0;
}
/*************KONIEC SLIDERA****************/
p {
    text-align: center;
}

body {
    font-family: 'FuturaBQ-Light', sans-serif;
    margin: 0;
    padding: 0;
}

nav {
    /*background-color: #333;*/
    padding: 10px;
    position: relative;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    z-index: 200;
}

.menu li {
    display: inline;
}

.menu li a {
    font-family: FuturaBQ-Light;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    /*text-shadow: #FFF 1px 0 20px;*/
    font-size: 1.2em;
}

.menu li a:hover {
    background-color: #575757;
}

.menu-icon {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

.tresc {
    padding: 2em 4em 2em 4em;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        background-color: #333;
        position: absolute;
        top: 50px;
        width: 100%;
    }

    .menu li {
        display: block;
        text-align: center;
    }

    .menu-icon {
        display: block;
    }

    .tresc {
        padding: 2em 2em 2em 2em;
    }
}

