*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* title start */
.title
{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 40px;
}
.title1
{
    text-align: left;
    font-size: 40px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 40px;
}
/* title end */


body
{
    background-image: url(img/bg.avif);
}
/* navigation start */
#navigation1
{
    padding: 20px 0px;
    z-index: 1000; /* Dodato */
    position: fixed;
    width: 100%;
     top: 0;
     /* background-color: transparent; */
    z-index: 1000; /* da bude iznad drugih elemenata */
}
#navigation
{
    padding: 20px 0px;
    z-index: 1000; /* Dodato */
    position: sticky;
    /* width: 100%; */
     top: 0;
     /* background-color: transparent; */
    z-index: 1000; /* da bude iznad drugih elemenata */
}
.navbar-brand 
{
    color: black;
    font-weight: 500;
}
.navbar-brand  img
{
    width: 200px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover
{
    color: white;
}
.navbar-light .navbar-nav .nav-item .nav-link
{
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover
{
    color: #1D1D1D;
}
#navBtn
{
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    max-width: 250px;
    width: 100%;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
    background-color: #BF292B;
    /* border-radius: 30px; */
    text-align: center;
    /* border: 3px solid #a47c02; */
}
.languageHolder img
{
    width: 32px;
    margin-left: 5px;
}
#langSmall 
{
    display: none;
}
#langBig
{
    display: block;
}
.languageHolder 
{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 10px;
}
.languageHolder .languageitem a img
{
    width: 32px;
}
/* navigation end */

/* hero start */
#hero
{
    background-image: url(img/transport.avif);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}
.hero-overlay
{
    padding: 360px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}
.heroCon
{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -10%);
    text-align: center;
    width: 100%;
    max-width: 95%;
}
.heroCon h1
{
    color: white;
    font-size: 60px;
    font-weight: 700;
}
.heroCon p
{
    color: white;
    font-size: 22px;
}
#heroBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
}
/* hero end */

/* services start */
#services
{
    padding: 100px 0px;
}
/* services end */

/* about start */
#about
{
    padding: 100px 0px;
    /* background-color: #F5F5F5; */
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#aboutBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    margin-top: 20px;
}
/* about end */

/* locations start */
#locations
{
    padding: 50px 0px;
}
#locations p
{
    font-size: 20px;
}
.btnsHolder1
{
    display: flex;
    /* justify-content: space-between; */
    margin-left: 0px;
    padding-left: 0px;
}
#moreBtn
{
    padding: 10px 30px;
    background-color: #1D1D1D;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    /* display: block;
    margin: auto; */
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    margin-top: 20px;  
}
#callBtn
{
    margin-right: 20px;
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    /* display: block;
    margin: auto; */
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    margin-top: 20px;  
}
  #imgfBig
  {
    display: block;
  }
  #imgfSmall
  {
    display: none;

  }
/* locations end */

/* numbers start */
#counter-section 
{
  background-color: #1D1D1D;
  padding: 80px 0px;
  text-align: center;
}

.counter-container 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box 
{
  flex: 1 1 150px;
}

.counter 
{
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.counter-box  p
 {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* numbers end */

/* test start */
#test
{
    background-image: url(img/testBg.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.test-overlay
{
    padding: 250px 0px;
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testCon h2
{
    color: white;
    font-size: 40px;
    text-align: center;
}
.testCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
#testBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 300px;
    text-decoration: none;
}
/* test end */

/* why start */
#why
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
.whyHolder
{
    padding: 50px 20px;
    background-color: #BF292B;
    margin: 10px 0px;
}
.whyHolder img
{
    display: block;
    margin: auto;
}
.whyHolder h3
{
    font-size: 22px;
    text-align: center;
    color: white;
    margin-top: 15px;
}
.whyHolder p
{
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 500;
}
/* why end */

/* greet start */
#greet
{
    padding: 100px 0px;
}
#greet img
{
    width: 50%;
    display: block;
    margin: auto;
}
/* greet end */

/* questions start*/
#questions
{
    padding: 100px 0px;
    background-color: rgb(248, 248, 248);
    text-align: center;

}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    width: 100%;
    max-width: 100%;
    border: none;    
    text-align: center;
    font-size: 18px;
    display: block;
    margin: auto;
}

#faqAccordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #BF292B;
    width: 100%;
    text-align: center;
}

#faqAccordion .btn-link:hover {
    color: white;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/*  */

/* colab start */
#colab
{
    padding: 50px 0px;
    background-color: #F5F5F5;
}
.colabHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.colabHolderItem
{
    width: 50%;
}
.colabHolderItem h3
{
    text-align: center;
}
#colabBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
}
/* colab end */

/* footer start */
#footer
{
    padding: 50px 0px 10px 0px;
    background-color: #1D1D1D;
}
#footer h3
{
    color: white;
    font-size: 18px;
    margin-left: 15px;
}
#footerLogo
{
    width: 200px;
}
#footer p
{
    color: white;
    text-align: center;
}
#footer ul 
{
    list-style: none;
}
#footer ul li a
{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
#footer input
{
    padding: 5px 7px;
    width: 100%;
}
#footerBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    outline: none;
    border: 0px;
    margin-top: 10px;
}
.networksHolder a
{
    text-decoration: none;
}
.networksHolder a img
{
    width: 32px;
    margin: 0px 5px;
}
/* footer end */

/* contact page start */

/* contactHero start */
#contactHero
{
    background-image: url(img/trucks.avif);
    background-size: cover;
    background-position: bottom;
}
.contact-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* contactHero end */

#contact
{
    padding: 50px 0px;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form input
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #707070;
}
#contact form textarea
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    border-radius: 0px;    
    outline: none;
    border: 1px solid #707070;
}
#contact form button
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: 0px;
}
#provera
{
    display: none;
}

/* location start */
#location
{
    padding: 50px 0px;
}
/* location end */

/* contact page end */


/* schedule page start */
#scheduleHero
{
    background-image: url(img/scheduele.avif);
    background-size: cover;
    background-position: bottom;
}
.schedule-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}


/* schedule start */
#schedule
{
    padding: 50px 0px;
}

#schedule input
{
    border-radius: 0px;
    outline: none;
}
#schedule textarea
{
    border-radius: 0px;
}
#schedule button
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: 0px;
    border-radius: 0px;
    display: block;
    margin: auto;
}
#logoImg
{
    display: block;
    margin: auto;
    width: 300px;
    margin-top: 100px;
}
#europeImg
{
    display: block;
    margin: auto;
}
/* schedule end */

/* schedule page end */


/* media query start */
@media only screen and (max-width: 576px)
{
.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 20px;
}
    #navBtn
    {
        /* display: none; */
        margin-left: 0px;
    }

    #navigation1
    {
        padding: 20px 0px;
    }
    #contactHero
    {
        background-position: center right;
    }
    .title
    {
        font-size: 28px;
    }
    .navbar-brand img
    {
        width: 150px;
    }
    .heroCon
    {
        position: absolute;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, -5%);
        text-align: center;
        width: 100%;
        max-width: 95%;
    }
    .heroCon h1
    {
        font-size: 35px;
    }
        .heroCon p
        {
            font-size: 16px;
        }
    .testCon
    {
        width: 100%;
        max-width: 95%;
    }
    .colabHolder
    {
        display: block;
    }
    .colabHolder h3
    {
        text-align: center;
    }
    #colabBtn
    {
        display: block;
        margin: auto;
    }

    #locations p
    {
        text-align: center;
        margin-top: 10px;
    }
    #callBtn
    {
        margin-bottom: 40px;
    }
    #moreBtn
    {
        display: none;
    }
    #greet img
    {
        width: 80%;
        display: block;
        margin: auto;
    }

    #footerLogo
    {
        display: block;
        margin: auto;
        width: 150px;
    }
    #footer p
    {
        color: white;
        text-align: center;
    }
    #footer ul 
    {
        list-style: none;
        padding: 30px 0px;
    }
    #footer ul li a
    {
        text-decoration: none;
        color: white;
        font-size: 18px;
        padding: 20px 0px;
    }

    #footer input
    {
        padding: 5px 7px;
        width: 100%;
        display: block;
        margin: auto;
        border-radius: 0px;
    }
    #footerBtn
    {
        padding: 10px 30px;
        background-color: #BF292B;
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        width: 100%;
        max-width: 250px;
        text-decoration: none;
        outline: none;
        border: 0px;
        margin-top: 10px;
        display: block;
        margin: auto;
    }    
    .networksHolder
    {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0px;
    }
    .networksHolder a
    {
        text-decoration: none;
    }
    .networksHolder a img
    {
        width: 32px;
        margin: 0px 5px;
    }
    #contact button
    {
        display: block;
        margin: auto;
    }
    #europeImg
    {
        display: none;
    }
    .colabHolderItem
{
    width: 100%;
}
.colabHolderItem h3
{
    text-align: center;
}
#colabBtn
{
    padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
}
#logoImg
{
    margin-top: 50px;
    width: 200px;
}
.hero-overlay
{
    padding: 300px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}
}
/* media query end */



.logistic-section {
    padding: 50px 0px;
    text-align: center;
    /* background-color: #fff; */
    overflow-x: hidden;
}

/* Indikatori */
.indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 10px;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: #e03f44; /* Crvena boja za aktivni indikator */
    width: 16px;
    border-radius: 30%;


}

/* Kontejner klizača */
.carousel-container {
    overflow: hidden; /* Skriva delove kartica koji su van vidljivosti */
    width: 100%;
    margin: 0 auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Glatka tranzicija */
    gap: 20px; /* Razmak između kartica */
}

/* Pojedinačna kartica */
.card {
    flex-shrink: 0; /* Sprečava smanjivanje kartica */
    /* background-color: red; */
    background-color: whitesmoke;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
    padding-bottom: 20px;
    overflow: hidden; /* Osigurava da se slika pravilno zaobli */
    display: flex;
    flex-direction: column;
    width: 38%;
    border-right: 1px solid whitesmoke;
}

.card img {
    width: 100%;
    object-fit: cover; 
    margin-bottom: 15px;
}

.card h3 {
    font-size: 25px;
    color: #1a1a1a;
    margin: 0 20px 10px;
    font-weight: 600;
}

.card p {
    font-size: 16px;
    color: #1a1a1a;
    margin: 0 20px;
}

/* Dugme */
.schedule-btn {
    background-color: #e03f44; /* Crvena boja dugmeta */
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none; /* Za slučajeve kada se koristi <a> */
}

.schedule-btn:hover {
    background-color: #c4353a;
    transform: translateY(-2px);
}

.schedule-btn i {
    width: 20px;
    height: 20px;
}

/* RESPONSIVNOST */

/* Mobilni telefoni (podrazumevano, 1 kartica) */
.card {
    min-width: 100%; /* Jedna kartica zauzima celu širinu */
}
.carousel-track {
    margin: 0 10px; /* Mali bočni padding za mobilne */
}


@media (max-width: 768px) {
    .card {
        width: 70%;
    }
    .carousel-track {
        margin: 0; 
    }

}




/* Mobilni i tableti ispod 768px */
@media (max-width: 768px) {
    .carousel-container {
        overflow: visible; /* Dozvoli da se vidi deo sledeće/prethodne */
        padding: 0 5%;    /* Ostavlja 10% prostora sa leve i desne strane */
    }

    .carousel-track {
        gap: 20px; /* Razmak između kartica */
    }

    .card {
        width: 100%;      /* Kartica zauzima 80% */
        flex-shrink: 0;  /* Da se ne smanjuje */
        display: block;
        margin: auto;
        height: 100%;
        max-height: 450px;
    }
}
/* Za very large desktop screens (optional) */


@media only screen and (max-width: 576px)
{
    #services
    {
        padding: 70px 0px 0px 0px;
    }
    #about
    {
        padding: 70px 0px 0px 0px;
    }
    #locations
    {
        padding: 70px 0px;
    }
    #why
    {
        padding: 70px 0px;
    }
    #greet
    {
        padding: 70px 0px;
    }
    #langSmall 
    {
        display: block;
        position: absolute;
        right: 75px;
        top: 32px;
    }
    #langBig
    {
        display: none;
    }
    #callBtn
    {
        margin-right: 20px;
        padding: 10px 30px;
        background-color: #BF292B;
        color: white;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        display: block;
        margin: auto;
        width: 100%;
        max-width: 280px;
        text-decoration: none;
        margin-top: 20px;  
        margin-bottom: 30px;
    }
    .card h3
    {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    #hero
    {
        background-attachment: scroll;
    }
    .title1
{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 40px;
}
  #locations {
    flex-direction: column;
  }
  .locationsLeft {
    order: 2; /* ide posle */
  }
  .locationsRight {
    order: 1; /* ide pre */
  }
  .locationsRight img
  {
    display: none;
  }
  .locationsLeft img
  {
    display: block;

  }
  #test
  {
    animation: testBG 15s ease-in-out alternate 1000;
  }
  @keyframes testBG
  {
    0%
    {
        background-position: right;
    }
    100%
    {
        background-position: lr
        ;
    }
  }

}


/* uber uns page start */
#contactHero
{
    position: relative;
}
#uberunsHero
{
    background-image: url(img/istovar.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.uberuns-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* uber uns page end */


/* uber uns page start */
#scheduleHero
{
    position: relative;
}
#servicesHero
{
    background-image: url(img/uber.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.serCon
{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -10%);
    text-align: center;
    width: 100%;
    max-width: 95%;
}
.serCon h1
{
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.serCon p
{
    text-align: center;
    font-size: 25px;
    color: white;
}
.services-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
#servicesItems
{
    padding: 100px 0px;
}
#servicesItems h3
{
    margin: 25px 0px;
}
#servicesItems p
{
    font-size: 20px;
    text-align: center;
}
#servicesItems a
{
        padding: 10px 30px;
        background-color: #BF292B;
        color: white;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        /* display: block;
        margin: auto; */
        width: 100%;
        max-width: 250px;
        text-decoration: none;
        margin-top: 10px;
}
.servicesItemsHolder
{
    margin: 15px 0px;
    position: relative;
}
.servicesHolder
{
    position: absolute;
    bottom: 40px;
    left: 20px;
    /* transform: translate(-20%, -20%); */
    text-align: center;
    color: white;
    width: 100%;
    max-width: 95%;
}
#s1
{
    background-image: url(img/transport.avif);
    background-size: cover;
    background-position: center;
}
#s2
{
    background-image: url(img/temp.avif);
    background-size: cover;
    background-position: center;
}
#s3
{
    background-image: url(img/opasno.avif);
    background-size: cover;
    background-position: center;
}
#s4
{
    background-image: url(img/elisa.avif);
    background-size: cover;
    background-position: center;
}
.servicesItemsHolder-overlay
{
    padding: 150px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* uber uns page end */

@media only screen and (max-width:576px)
{
    .serCon
    {
        position: absolute;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, -5%);
        text-align: center;
        width: 100%;
        max-width: 95%;
    }
    .schedule-overlay
    {
                padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .services-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .uberuns-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .contact-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
      #servicesItems
    {
        padding: 70px 0px 0px 0px;
    }
    .servicesHolder h3
    {
        font-size: 22px;
        text-align: center;
    }
}

/* uber start */
#uber
{
    padding: 100px 0px;
}
#uber p
{
    font-size: 20px;
    text-align: center;
}
/* uber end */

/* vrednosti start */
#vrednosti
{
    padding: 100px 0px;
    background-color: #BF292B;
}
.vrednostHolder h5
{
    /* border-left: 2px solid white; */
    color: white;
    padding-left: 5px;
    text-align: center;
    margin-top: 10px;
}
#first
{
    border-left: non;
}
.vrednostHolder img
{
    display: block;
    margin: auto;
}
/* vrednosti end */


@media only screen and (max-width:576px)
{
    #footer h3
    {
        text-align: center;
    }
    #uber
    {
        padding: 70px 0px 0px 0px;
    }
        #vrednosti h5
    {
        border-left: none;
        margin-top: 15px;
        /* border-bottom: 2px solid white; */
        padding-bottom: 15px;
        width: 50%;
        text-align: center;
        display: block;
        margin: auto;
    }
    .vrednostHolder
    {
        margin: 20px 0px;
    }
    .serCon h1
    {
        text-align: center;
        color: white;
        font-size: 30px;
        font-weight: 700;
    }
    .serCon p
    {
        text-align: center;
        font-size: 18px;
        color: white;
    }
    .errorCon h1
    {
        font-size: 32px;
    }
    .errorCon p
    {
        font-size: 16px;
        padding: 0 20px;
    }
}

#provera1
{
    display: none;
}

/* error404 start */
#error404
{
    padding: 200px 0px;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}
.errorCon h1
{
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #1D1D1D;
    margin-bottom: 20px;
}
.errorCon p
{
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#error404 a
{
        padding: 10px 30px;
    background-color: #BF292B;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: 0px;
    display: block;
    margin: auto;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}
#error404 a:hover
{
    background-color: #a02224;
    color: white;
}
/* error404 end */