* {
    box-sizing: border-box;
}

body {
    background-color: #f9f4e3;
    margin: 0;
    font-family: sans-serif;
}

a {
    display: inline;
    text-align: center;
    text-decoration: none;
}

.logo {
    position: relative;
}

#lineLogoLeft {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: black;
    width: 1px;
    height: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    top: 38px;
    left: 469px;
    transition: width 2.5s ease-out;
}

#lineLogoRight {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: black;
    width: 1px;
    height: 2px;
    margin: 0;
    z-index: -1;
    padding: 0;
    position: absolute;
    top: 38px;
    right: 409px;
    transition: width 2.5s ease-out;
}

.margin_top {
    margin-top: 20px;
}

.menu a {
    font-size: 26px;
    padding: 7px 0 5px 0;
    color: black;
    font-family: serif;
    background-color: white;
    border: 2px solid #d3a81b;
    border-radius: 5px;
    overflow: hidden;
    transition: border 0.3s, transform 0.2s;
}

.menu a:hover {
    transform: scale(1.05);
    border: 2px solid #e4b92c;
}

.activated {
    transform: scale(1.05);
    border: 2px solid #e4b92c !important;
}

.slider {
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.slider, .slider * {
    user-select: none;
}

#slideCarousel {
    height: 220px;
    width: 500%;
}

#slideCarousel img {
    float: left;
    filter: brightness(95%);
}

#nextBtn {
    position: absolute;
    top: calc((100% - 75px) / 2);
    right: 2.5%;
    z-index: 10;
    font-size: 75px;
    color: #f9f4e3;
    filter: drop-shadow(0 0 5px black);
    cursor: pointer;
}

#prevBtn {
    position: absolute;
    top: calc((100% - 75px) / 2);
    left: 2.5%;
    z-index: 10;
    font-size: 75px;
    color: #f9f4e3;
    filter: drop-shadow(0 0 5px black);
    cursor: pointer;
}

.dots::selection {
    color: none;
}

.dots:hover {
    cursor: default;
}

.dots {
    width: 58px;
    text-align: center;
    position: absolute;
    bottom: 1%;
    z-index: 10;
    right: calc((100% - 58px) / 2);
    color: #f9f4e3;
}

.dot {
    filter: drop-shadow(0 0 5px black);
    cursor: pointer;
}

.description {
    height: 201px;
    font-size: 27px;
    text-align: left;
    padding: 35px 50px;
    background-color: white;
    border: 2px solid #d3a81b;
    border-radius: 5px;
}

.search {
    height: 201px;
    text-align: center;
    background-color: white;
    border: 2px solid #d3a81b;
    border-radius: 5px;
    padding: 8px 0;
}

#searchForm {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#marka,
#model {
    width: 400px;
    height: 24px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    background-image: linear-gradient(white, #e8db99);
}

#model {
    background-image: linear-gradient(white, grey);
    cursor: no-drop;
}

#fromYear,
#toYear {
    width: 160px;
    height: 24px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    background-image: linear-gradient(white, #e8db99);
}

.selectYear {
    width: 400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.search button {
    width: 160px;
    font-size: 20px;
    margin: 0 auto;
    border: 2px solid #98874c;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    outline: none;
    background-image: linear-gradient(#beaf79, #b0a376);
}

button:hover {
    transform: scale(1.02);
    border: 2px solid #87763b;
    background-image: linear-gradient(#ad9e68, #b0a376);
}

.map {
    text-align: center;
}

.social {
    text-align: center;
}

.bigFooter {
    background-color: #252525;
    color: white;
    height: 248px;
}

.bigFooter a {
    color: white;
    transition: color 0.25s;
}

.footerMenu {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    line-height: 180%;
    height: 100%;
}

.footerMenu span {
    display: block;
    text-align: center;
    font-size: 24px;
}

.footerMenu span a:hover {
    color: #d3a81b;
}

.map {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.social {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.social p{
    font-size: 24px;
    margin: 0 0 36px 0;
}

.social a {
    margin: 0 3px;
}

.social img {
    transition: transform 0.3s;
}

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

.smallFooter {
    background-color: #252525;
    text-align: right;
    color: #f7f2e1;
    margin-bottom: 0;
}

.smallFooter p {
    display: block;
    font-size: 18px;
    margin: 7px 40px 7px 0;
}

/* oNas */

.space_invisible {
    height: 1px;
}

.contact {

    background-color: white;
    border: 2px solid #d3a81b;
    border-radius: 15px;
    background-image: url("../images/WriteToUsBack.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.form {

    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    color: rgba(245, 245, 245, 0.75);
    text-align: center;
}

.form h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 20px 0 20px 0;
    letter-spacing: 5px;
    font-size: 40px;
    filter: drop-shadow( 0 0 2px #c2970a);

}

#inputEmail {
    width: 100%;
    color: white;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 0 5px 14px;
    border: none;
    outline: none;
    background: rgba(249, 244, 227, 0.2);
    border: 1px solid #d3a81b;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#inputEmail::placeholder {
    color: #cfcfcf;
}

#Temat {
    margin-top: 10px;
    color: white;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 0 5px 9px;
    border: none;
    outline: none;
    background: rgba(249, 244, 227, 0.2);
    border: 1px solid #d3a81b;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#Temat option {
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#textAreaInput {
    margin-top: 10px;
    color: white;
    width: 100%;
    height: 95px;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    padding: 5px 0 5px 9px;
    border: none;
    outline: none;
    background: rgba(249, 244, 227, 0.2);
    border: 1px solid #d3a81b;
    resize: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#textAreaInput::placeholder {
    color: #cfcfcf;
}

#submitBtn {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
    color: white;
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    padding: 5px 0;
    border: none;
    outline: none;
    background: rgba(249, 244, 227, 0.2);
    border: 1px solid #d3a81b;
    cursor: pointer;
    transition: transform .2s;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#submitBtn:hover {
    transform: scale(1.07);
    border: 1px solid #e4b92c;
}

.openTime {
    background-color: white;
    border: 2px solid #d3a81b;
    border-radius: 15px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
}

.openTime p {
    margin: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    letter-spacing: .5px;
    filter: drop-shadow(0 0 .5px #8b6f12);
}

#local,
#hours,
#contactHelp {
    width: 30%;
    text-align: center;
    font-size: 18px;
    border-radius: 15px;

}

#hours { 
    font-size: 17px;
}

.mapBig {
    border: 2px solid #d3a81b;
    overflow: hidden;
    border-radius: 15px;
}

#backgroundStart {
    background-color: #f9f4e3;
    position: fixed;
    top:0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
}

#logoStart{
    position: fixed;
    top: calc(50% - 39px);
    left: calc(50% - 410px);
    z-index: 100;
}

#startContainer {
    position: relative;
}


#lineLogoLeftStart {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 1px;
    height: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    top: 38px;
    left: 469px;
    transition: width 2.5s ease-out;
}

#lineLogoRightStart {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 1px;
    height: 2px;
    margin: 0;
    z-index: -1;
    padding: 0;
    position: absolute;
    top: 38px;
    right: 409px;
    transition: width 2.5s ease-out;
}

#contMain {
    opacity: 0%;
    transition: opacity 2s;
}

#alert {

    background-color: white;
    border: 2px solid #d3a81b;
    width: 460px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 13px 0;
    text-align: center;
    position: absolute;
    top: -51px;
    left: calc(50% - 230px);
    z-index: 25;
}

#messageSend {
    font-size: 17px;
}

.fa-info-circle {
    padding: 0 5px;
    font-size: 17px;
}
