:root{
    --czerwony: #F45959;
}

.start{
/*     background: url('/wp-content/uploads/2023/01/rav-auto-tomaszowlubelski.png'); */
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.opis h3 {
    text-align: center;
}
.nagl{
    color: white;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 5px;
}
.start p {
    color: white;
    font-size: 18px;
}
.cien{
background: rgba(0, 0, 0, 0.43);
position: absolute;
width: 100%;
height: 100%;
}
.tekst{
    width: 65%;
    padding-left: 5%;
    z-index: 52;
	text-align: justify;
}
.kresk {
    width: 30%;
    height: 10px;
    background: var(--czerwony);
    margin-bottom: 20px;
}
.social{
    display: flex;
    margin: 0px;
    list-style: none;
    margin-top: 20px;
}
.social li{
    margin-right: 15px;
}

.social li i{
    color: white;
    font-size: 14px;
}
.ikona{
    transition: 0.3s;
}
.ikona:hover{
    transform: scale(0.9);

}


.informacja {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.informacja .kresk {
    text-align: center;
    margin: auto;
	width: 10%;
}
.tytul {
    width: 100%;
    height: 100px;
    margin-top: 20px;
}
.social{
	display: none;
}

.info-tekst p{
    color: white;
    font-size: 16px;
    text-align: justify;
}
.info-tekst {
    margin-left: 40px;
    width: 64%;
}
.ikonki-oferta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: auto;
    list-style: none;
}
.ikona-oferta i{
    color: white;
    font-size: 26px;
    margin: 0px;
}
.ikona-kwadrat a{
    margin: 0px;
}
.ikona-kwadrat{
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: solid 5px white;
}
a.ikona-odnosnik {
    color: white !important;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
li.ikona-oferta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ikona-odnosnik {
    margin-top: 10px;
}
a.ikona-odnosnik {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ikona-oferta:hover .ikona-odnosnik{
    color: var(--czerwony);
    cursor: pointer;

}
.ikona-oferta:hover .ikona-kwadrat{
    border-color: var(--czerwony);
}
li.ikona-oferta {
    width: 20%;
    margin-bottom: 40px;
}
.przycisk {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}
.przycisk-kontener{
    display: flex;
    justify-content: center;
    background-color: var(--czerwony);
    border-radius: 100px;
    border: var(--czerwony) 3px solid;


}
.lewy-link{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;

}
a.odstep {
    color: white;
    padding: 20px 15px;
    font-weight: 800;
    border-radius: 30px;
}
a.prawy-link{
    background-color: black;
    padding: 1%;
}
a.prawy-link.odstep {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    width: 100px;
}

.lewy-link:hover{
    background-color: black;
    color: white;
    cursor: pointer;
}
a.prawy-link.odstep:hover{
    background-color: var(--czerwony);
    color: white !important;
}

.red{
    background: var(--czerwony);
    width: 100%;
    padding: 1%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    height: 80vh;
}
.red-obraz{
    width: 50%;
    position: relative;
    height: 100%;
}
.opis-red{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}
.opis h2{
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 10px;
}
.opis p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.kreska.biala {
    background: white;
    height: 10px;
    width: 20%;
    margin: auto;
    margin-bottom: 20px;
}

img.wypel {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.red .przycisk-kontener {
    background: black;
}
.red a.prawy-link.odstep {
    background: var(--czerwony);
}
.opis {
    padding: 0 2%;
}

div#ikony-box {
    overflow: hidden;
}

.z{
    height: 128px;

}
.o{
    height: 290px;
}

.kontakt {
    display: flex;
    justify-content: space-between;
}
.rekst{
    width: 50%;
}
.form{
    width: 50%;
}
.rekst {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}
.rekst h2 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    margin: 0px;
}
.rekst p {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}
.ikon a {
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.ikon i {
    font-size: 16px;
    color: white;
    padding-right: 10px;
}
h4.form-nagl {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.form {
    width: 50%;
    margin-bottom: 30px;
}

.oferta-trzy{
    display: flex;
    width: 90%;
    justify-content: center;
    margin: auto;
	flex-wrap: wrap;

}
.oferta{
    width: 24%;
	padding: 0.4%

}

.oferta h2 {
    text-align: center;
}
.oferta img{
    height: 250px;
    width: 100%;
    border: solid 5px var(--czerwony);
    margin-bottom: 20px;
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
}

.oferta img:hover{
    transform: scale(0.9);
}


.carousel-cell {
    width: 100%;
    height: 80vh;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: gallery-cell;
    overflow: hidden;

  }

  .karuzela{
    position: absolute;
    height: 100%;
    width: 100%;
	  overflow: hidden;

  }

  .carousel-cell img{
object-fit: cover;

  }

  .is-selected img{
    animation: animacjafota 5.5s;
  }

  @keyframes animacjafota {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
  }