@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital@1&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    background: rgb(0,49,241);
    background: radial-gradient(circle, rgba(0,49,241,1) 13%, rgba(2,0,36,1) 41%, rgba(1,12,152,1) 65%, rgba(0,15,173,1) 74%, rgba(0,225,255,1) 92%);
    font-family: 'Lato';
}

header {
    background: rgb(0,37,180);
    background: radial-gradient(circle, rgba(0,37,180,1) 8%, rgba(12,0,94,1) 30%, rgba(0,7,96,1) 72%, rgba(0,10,110,1) 74%, rgba(0,170,193,1) 100%);
    position: fixed;
    z-index: 1;
    width: 100%;
}

li {
    list-style: none;
    color: yellow;
}

a {
    color: yellow;
    text-decoration: none;
}

a:hover {
    color: #00ccff;
    transition: 0.3s;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
    margin-top: 1rem;
}

.nav-branding {
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    transition: 0.7s ease;
    padding: 0 2rem;
    text-shadow: 0.1rem 0.1rem #333;
}

.nav-branding:hover {
    color: yellow !important;
    opacity: 30%;
}

#index #nav .navbar .nav-menu .index, #kontakt #nav .navbar .nav-menu .kontakt, #galerija #nav .navbar .nav-menu .galerija, #o-nama #nav .navbar .nav-menu .o-nama {
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    border: 2px yellow solid;
    padding: 0.5rem;
}

.nav-link {
    transition: 0.7s ease;
}

.nav-link:hover {
    color: #1d1b47;
    padding: 0.4rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background-color: yellow;
    transition: 0.3s;
}

.hamburger {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 1.5rem;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: yellow;
}

.hero-section {
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.logo {
    width: 100%;
    padding: 3rem 1rem;
    animation: slideInFromLeft 1s ease-in;
}

#neon {
    padding: 3rem 0 1rem 7rem;
    margin-left: 5rem;
    display: flex;
    animation: slideInFromRight 1s ease-in;
}

#neon h2 {
    text-align: center;
    font-size: 2.8rem;
    text-transform: uppercase;
    border: 0.5rem solid rgb(255, 255, 114);
    padding: 1.25rem 1.875rem 1.71rem;
    border-radius: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    text-decoration: none;
    color: rgb(255, 255, 114);
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 400;
    animation: neon3 1.5s ease-in-out infinite alternate;
}

.tekst-pre-tel {
    font-size: 2vw;
    text-shadow: 0.1rem 0.1rem #333;
}

.telefoni {
    color: yellow;
    font-size: 3vw;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    animation: slideInFromBottom 1s ease-in;
    text-shadow: 0.1rem 0.1rem #333;
}

.touran-bond-sekcija {
    border-bottom: 1px #e6e6e6 solid;
    font-size: 1.5vw;
    letter-spacing: 1px;
    line-height: 110%;
    padding: 2rem 0;
    text-shadow: 0.1rem 0.1rem #333;
}

.touran {
    width: 100%;
    padding: 1rem;
    animation: slideInFromLeft 1s ease-in;
}

.touran-bond-sekcija .bond-opis {
    text-align: center;
    font-weight: 600;
    color: yellow;
    padding: 1rem;
    animation: slideInFromRight 1s ease-in;
    text-shadow: 0.1rem 0.1rem #333;
}

.ig-logo {
    justify-content: center;
    width: 3rem;
    height: auto;
    animation: slideInFromRight 1s ease-in;
    margin-bottom: 3rem;
}

.ig-logo:hover {
    width: 3.3rem;
    transition: 0.3s;
}

.app {
    padding: 2rem 0;
}

.app-logo {
    padding: 3rem;
    animation: slideInFromLeft 1s ease-in;
    width: 100%;
}

.app-descr {
    color: yellow;
    padding: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.7px;
    width: 100%;
    animation: slideInFromRight 1s ease-in;
}

.button {
    display: flex;
    justify-content: center;
}

.main-cta-btn {
    border: #1d1b47 1px solid;
    color: #1d1b47;
    border-radius: 20px;
    background-color: yellow;
    padding: 0.5rem;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    animation: slideInFromRight 1s ease-in;
}

.main-cta-btn:hover {
    border: yellow 1px solid;
    background-color: #1d1b47;
    color: yellow;
    transition: 0.3s ease;
}

.about {
    color: rgb(218, 218, 218);
    letter-spacing: 1px;
    font-size: 1.5vw;
    font-weight: 600;
    text-align: center;
    padding: 2rem 0;
    border-top: 1px #e6e6e6 solid;
    text-shadow: 0.1rem 0.1rem #333;
}

.footer {
    color: rgb(218, 218, 218);
    text-align: center;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0.05rem 0.05rem #333;
}

.top-spacing {
    margin-bottom: 3rem;
}

.contact-section {
    margin: 3rem 1rem;
}

.contact-descr {
    color: yellow;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    padding: 3rem;
    animation: slideInFromLeft 1s ease-in;
    text-shadow: 0.1rem 0.1rem #333;
}

.showcase-form {
    position: relative;
    height: 450px;
    width: 90%;
}

.showcase-form .form-control {
    margin: 30px 0;
    border: 0;
}

.showcase-form input, textarea {
    background-color: rgb(245, 245, 245);
    border-radius: 9px;
    border: 0;
    border-bottom: 1px solid #b4becb;
    width: 100%;
    padding: 3px;
    font-size: 16px;
}

.showcase-form input, textarea:focus {
    outline: none;
}

.card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    padding: 20px;
    margin: 1rem;
    color: #333;
    animation: slideInFromRight 1s ease-in;
    text-align: center;
}

.gallery {
    text-align: center;
    padding: 1rem;
}

.gallery-title {
    color: yellow;
    font-family: sans-serif;
    padding: 7rem 1rem 2rem;
    text-shadow: 0.1rem 0.1rem #333;
}

.gallery-images {
    text-align: center;
    display: inline-block;
    float: none;
}

.gallery-images img {
    width: 15rem;
    margin: 7px;
    object-fit: cover;
    max-width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

.gallery-images img:hover {
    cursor: pointer;
    filter: sepia(0);
    transform: scale(105%);
    transition: 0.3s;
    filter: drop-shadow(5px 4px 2px #eeff00);
}

.o-nama-tekst {
    color: yellow;
    padding: 7rem 10rem 2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0.1rem 0.1rem #333;
}

/*Animations*/

@keyframes neon3 {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #ffdd1b,
        0 0 70px #ffdd1b, 0 0 80px #ffdd1b;
    }
    to {
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffdd1b,
        0 0 35px #ffdd1b, 0 0 40px #ffdd1b;
    }

    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #ffdd1b,
        0 0 70px #ffdd1b, 0 0 80px #ffdd1b;
    }
    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffdd1b,
        0 0 35px #ffdd1b, 0 0 40px #ffdd1b;
    }
}

@keyframes neon2 {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #ffdd1b,
        0 0 70px #ffdd1b, 0 0 80px #ffdd1b;
    }
    to {
      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffdd1b,
        0 0 35px #ffdd1b, 0 0 40px #ffdd1b;
    }

    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #ffdd1b,
        0 0 70px #ffdd1b, 0 0 80px #ffdd1b;
    }
    to {
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ffdd1b,
        0 0 35px #ffdd1b, 0 0 40px #ffdd1b;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateX(0);
    }
}


@media (max-width:1400px) {
    #neon h2 {
        font-size: 2.2rem;
    }
}

@media (min-width:1314px) {
    .gallery-images img {
        width: 350px;
    }

    .o-nama-tekst {
        padding: 7rem 30rem 1rem;
    }
}

@media (max-width:1200px) {
    #neon {
        margin-left: 2rem;
    }
    
    #neon h2 {
        font-size: 1.8rem;
        padding: 1rem 1rem 1.1rem;
    }
}

@media(max-width:991px) {
    .hamburger{
        display: block;
        padding: 0 2rem;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 1.77rem;
        gap: 0;
        flex-direction: column;
        background-color: rgb(77, 82, 136);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        font-size: 0.7rem;
    }

    
    .nav-menu.active {
        left: 0;
        opacity: 95%;
        z-index: 1;
    }

    .nav-branding {
        font-size: 4vw;
        letter-spacing: 1px;
    }

    #index #nav .navbar .nav-menu .index, #kontakt #nav .navbar .nav-menu .kontakt, #galerija #nav .navbar .nav-menu .galerija, #o-nama #nav .navbar .nav-menu .o-nama {
        border: none;
        padding: 0;
        margin: 0;
        background-color: rgb(0, 32, 138);
        opacity: 75%;
        -webkit-border-radius: 1rem;
        border-radius: 1rem;
        width: 100%;
    }
    
    .nav-link {
        margin: 0.7rem 0;
        font-weight: 600;
    }
    
    .logo {
        width: 100%;
        padding: 3rem 0;
    }

    #neon {
        padding: 2rem 2rem 1rem 1rem;
    }
    
    #neon h2 {
        font-size: 2rem;
        padding: 0.75rem 1rem 0.9rem;
    }
    
    .tekst-pre-tel {
        font-size: 3.5vw;
    }
    
    .telefoni {
        font-size: 1.2rem;
        font-weight: bold;
        padding: 1rem;
    }

    .bond-opis {
        text-align: center;
        color: yellow;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 120%;
        padding: 1rem;
    }
    
    .touran {
        text-align: center;
        width: 100%;
        padding: 1rem;
    }

    .app-logo {
        padding: 1rem;
    }
    
    .app-descr {
        font-size: 1rem;
        padding: 1rem;
    }
    
    .main-cta-btn {
        font-size: 1rem;
    }

    .map {
        z-index: -1;
    }
    
    .contact-descr {
        font-size: 4vw;
    }
    
    .showcase-form .main-cta-btn {
        font-size: 1.5rem;
        margin-top: 20px;
    }

    .about {
        font-size: 3.5vw;
    }

    .top-spacing {
        margin-bottom: 0.5rem;
    }

    .card {
        width: auto;
    }

    .o-nama-tekst {
        padding: 7rem 1rem 1rem;
        font-size: 1.5rem;
    }

}

@media (max-width:768px) {
    
    #neon {
        text-align: center;
        justify-content: center;
        padding: 1rem 1rem;
        margin: auto;
    }
    
    #neon h2 {
        font-size: 3rem;
        padding: auto;
        margin: auto;
    }
}

@media (max-width:993px) and (min-width:763px) {
    .nav-menu {
        top: 2.8rem;
    }

    .top-spacing {
        margin-bottom: 3rem;
    }
}

@media (max-width:762px) and (min-width:646px) {
    .nav-menu {
        top: 2.4rem;
    }
}

@media (max-width:645px) and (min-width:546px) {
    .nav-menu {
        top: 2rem;
    }
}

@media (max-width:545px) {
    
    .contact-descr{
        font-size: 6vw;
    }
    
    .touran-bond-sekcija {
        padding: 0;
        margin: 0;
    }

    .gallery-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7px;
        row-gap: 7px;
    }

    .gallery-images img {
        margin: auto;
    }

    .o-nama-tekst {
        font-size: 1rem;
    }

    .top-spacing {
        margin-bottom: 0;
    }

}

@media (max-width:478px) {
    
    .logo {
        padding: 1rem 1rem;
    }
    
    #neon {
        border-radius: 7px;
    }

    #neon h2 {
        font-size: 2.8rem;
        padding: 0.7rem 0.9rem;
    }
}

@media (max-width:350px) {

    .nav-branding{
        letter-spacing: 0;
        padding: 0 1rem;
    }
    
    .telefoni {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .touran-bond-sekcija .bond-opis {
        padding: 0.5rem;
        font-size: 1rem;

    }
    
}

@media (max-width:280px) {
    #neon h2 {
        font-size: 2rem;
    }

    .telefoni {
        font-size: 0.8rem;
    }

    .touran-bond-sekcija .bond-opis {
        font-size: 0.7rem;
        padding: 0;
    }
}