*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
.title
{
    text-align: center;
    font-weight: 600;
    font-size: 42px;
}
.line
{
    height: 3px;
    width: 100px;
    background-color: #d0d0d0;
    /* background-color: #CE1E22; */
    display: block;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 40px;
}
/* all end */

/* newletter start */
.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 11111111111;
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* za Safari */
}
.popup {
    background: white;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.popup form
{
    max-width: 300px;
    width: 300px;
}
.popup form input
{
    width: 100%;
    text-align: center;
    padding: 2px 5px;
}
.popup form h3
{
    font-size: 14px;
}
#btn1
{
    padding: 5px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 200px;
    background-color: #CE1E22;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    /* border-radius: 30px; */
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* navigation start */
#navigation
{
    border-top: 3px solid #CE1E22;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.navbar-brand img
{
    width: 100px;
}
/* navigation end */

/* hero start */
.hero-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.heroCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 98%;
    width: 100%;
}
.heroCon h1
{
    color: white;
    font-size: 65px;
    font-weight: 700;
    text-align: center;
}
.heroCon p
{
    text-align: center;
    font-size: 25px;
    color:white;
}
.heroCon a
{
    text-align: center;
    text-decoration: none;
    display: block;
    margin: auto;
    background-color: #CE1E22;
    color: white;
    font-weight: 600;
    width: 100%;
    max-width: 230px;
    padding: 10px 35px;
    font-size: 20px;
    animation: heroBtn 10s ease-in-out alternate 1000;
}
@keyframes heroBtn
{
    0%
    {
        transform: scale(1.0);
    }
    100%
    {
        transform: scale(1.05);
    }
}
.heroCon a:hover
{
    color: white;
}
/* hero end */

/* delovi start */
#delovi
{
    padding: 50px 0px;
}
#delovi p
{
    font-size: 20px;
}
#delovi img
{
    display: block;
    margin: auto;
    width: 60%;
}
/* delovi end */

/* lista end */
#lista
{
    padding-bottom: 50px;
}
.listaHolder
{
    background-color:red;
    margin: 5px 0px;
}
.lista-overlay
{
    padding: 50px 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.listaHolder a
{
    text-decoration: none;
}
.listaHolder h3
{
    font-size: 22px;
    color: white;
    z-index: 10000;
}
.listaHolder p
{
    color: white;
}
#p1
{
    background-image: url(IMG/motor.avif);
    background-size: cover;
}
#p2
{
    background-image: url(IMG/karoserija.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/senzori.avif);
    background-size: cover;
}
#p4
{
    background-image: url(IMG/vesanje.avif);
    background-size: cover;
}
#p5
{
    background-image: url(IMG/kocnice.avif);
    background-size: cover;
}
#p6
{
    background-image: url(IMG/klima.avif);
    background-size: cover;
}
#p7
{
    background-image: url(IMG/farovi.avif);
    background-size: cover;
}
#p8
{
    background-image: url(IMG/enterijer.avif);
    background-size: cover;
}
#p9
{
    background-image: url(IMG/auspuh.avif);
    background-size: cover;
    background-position: center;
}
#p10
{
    background-image: url(IMG/tocak.avif);
    background-size: cover;
        background-position: center;
}

/* lista end */

/* how start */
#how
{
    padding: 50px 0px;
}
#how p
{
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}
/* how end */

/* servis start */
#servis
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#servis p
{
    font-size: 20px;
}
/* servis end */

/* quality start */
#quality
{
    padding: 60px 0px;
    background-color: #CE1E22;
}
.qualityHolder
{
    margin: 25px 0px;
}
.qualityHolder img
{
    display: block;
    margin: auto;
}
.qualityHolder h3
{
    text-align: center;
    color: white;
    font-size: 20px;
}
/* quality end */

/* gallery start */
#gallery
{
    padding: 50px 0px;
}
/* gallery end */

/* about start */
#about
{
    padding: 50px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#more
{
    padding: 10px 30px;
    background-color: #CE1E22;
    color: white;
    width: 100%;
    max-width: 240px;
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
/* about end */

/* images start */
.imagesHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagesLeft
{
    padding: 200px 0px;
    width: 100%;
    max-width: 50%;
    background-color: #CE1E22;
    background-image: url(IMG/merc1.032Z.avif);
    background-size: cover;
}
.imagesright
{
    padding: 200px 0px;
    width: 100%;
    max-width: 50%;
    background-color: #171717;   
    background-image: url(IMG/merc2.715Z.avif);
    background-size: cover;
}
/* images end */

/* contactF start */
#contactF
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#contactF p
{
    text-align: center;
    font-size: 22px;
}
/* contactF end */

/* location start */
#location
{
    padding: 50px 0px;
}
/* location end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #171717;
}
#footer ul li
{
    color: white;
}
#footer p
{
    color: white;
}
#footer ul 
{
    list-style: none;
    margin-left: -30px;
}
#footer a
{
    color: white;
    text-decoration: none;
}
#footer h3
{
    color: white;
    font-size: 18px;
}
/* footer end */


/* media query start */
@media only screen and (max-width: 576px)
{
    .imagesLeft
    {
        display: none;
    }
    .imagesright
    {
        width: 100%;
        max-width: 100%;
    }
    .title
    {
        text-align: center;
        font-weight: 600;
        font-size: 32px;
    }
    #delovi p
    {
        text-align: center;
    }
    #servis p
    {
        text-align: center;
    }
 
    .hero-overlay
    {
        padding: 260px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .heroCon
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 98%;
        width: 100%;
    }
    .heroCon h1
    {
        color: white;
        font-size: 45px;
        font-weight: 700;
        text-align: center;
    }
    .heroCon p
    {
        text-align: center;
        font-size: 25px;
        color:white;
    }
    .heroCon a
    {
        text-align: center;
        text-decoration: none;
        display: block;
        margin: auto;
        background-color: #CE1E22;
        color: white;
        font-weight: 600;
        width: 100%;
        max-width: 230px;
        padding: 10px 35px;
        font-size: 20px;
    }
}
/* media query end */


/* contact start */
#contact
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#contact a
{
    text-decoration: none;
    color: #333333;
    font-size: 20px;
}
.contact-Form1 input, textarea
{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    outline: none;
    border: none;
    /* border-bottom: 2px solid rgb(179, 0, 0); */
    border: 1px solid #c1c1c1;
    border-radius: 0px;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{

    /* background-color: #88A5A9; */
    background-color: #CE1E22;
    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 18px;    
    color: white;
    display: block;
    margin: auto;
    border-radius: 0px;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
    /* margin-top: 10px; */
}
/* contact end */