@media only screen and (max-width: 1199px) {

    .after-header {
        font-size: 0.9rem;
    }

    .herosection {
        height: 100vh;
    }

    .herosection h1 {
        font-size: 3rem;
    }

    .herosection4h1{
        font-size: 1.5rem;
    }

    .herosection3 h2{
        font-size: 1.3rem;
    }

    .herosection3 h3 {
        font-size: 1rem;
    }

    
} 

@media only screen and (max-width: 991px) {
    .after-header {
        display: none;
    }

    .main img {
        margin-left: 0rem;
    }

    .main .mainmenu li {
        display: none;
    }

    .main .prevod {
        display: none;
    }

    .main .navbar {
        display: flex;
        justify-content: flex-end;
    } 

    .herosection h1 {
        font-size: 2.5rem;
    }

    .herosection2 {
        height: 1300px;
    }

    .herosection3 h2{
        font-size: 0.9rem;
    }

    .herosection3 h3 {
        font-size: 0.8rem;
    }

    .herosection3 img {
        width: 180px;
        height: 180px;
    }

    .unutarkolonehero3-posebno {
        height: 700px;
    }
} 

@media only screen and (max-width: 767px) {
    .main .row {
        flex-wrap: unset;
    }

    .after-header {
        display: none;
    }

    .main .mainmenu li {
        display: none;
    }

    .herosection h1 {
        font-size: 2.5rem;
    }

    .herosection4 {
        height: 1100px;
    }

    .herosection4 .col-md-7 {
        text-align: center;
    }

    .herosection h1 h2 h3 {
        font-size: 2.7rem;
    }

    .herosection3 {
        height: 2000px;
    }

    .herosection3 h2{
        font-size: 1.3rem;
    }

    .herosection3 h3 {
        font-size: 1rem;
    }

    .herosection3 .container .row .col-md-4 {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .posebanherosection3 {
        height: 1100px;
    }

    .unutarkolonehero3-posebno {
        height: 800px;
    }

    .unutarkolonehero3-posebno img {
        margin-top: 1rem;
    }

    .footer {
        height: 750px;
    }

    .footer img {
        margin-top: 2rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer h3 {
        text-align: center;
    }

    .footer h2 {
        text-align: center;
    }

    .footerfon {
        margin-top: 0rem;
        text-align: center;
    }
    
    
    .footeremail {
        margin-top: 3rem;
        text-align: center;
    }
    
    .footer .footernavbar {  
        margin-top: 2rem;
        text-decoration: none;
        list-style:none;
    }

    .footer .col {
        border-left: none;
        border-right: none;
    }

    .after-footer {
        height: 110px;
        background-color: black;
    }
    
        :root {
        --animate-delay: 0s;
      }
    
      * {
        animation: none !important;
      }
}

@media only screen and (max-width: 575px) {
    .pre-header {
        display: none;
    }

    #main {
        height: 100px;
    }

    .dropmenu .navbar {
        margin-top: 42.5px;
    }
    
    .main img{
        margin-top: 8px;
    }

    .main .mainmenu li {
        margin-left: 0px;
        display: none;
    }

    .herosection h1 {
        font-size: 2rem;
    }

    .herosection h3 {
        display: none;
    }

    .herosection2 {
        height: 1200px;
    }

    .preherosection2 h1 {
        font-size: 3.5rem;
        margin-top: 1rem;
    }

    .herosection2 p {
        font-size: 0.8rem;
    }

    .herosection2 img {
        width: 250px;
        height: 250px;
    }

    .herosection3 h1 {
        font-size: 2rem;
    }

    .posebanherosection3 {
        height: 1200px;
    }

    .unutarkolonehero3-posebno {
        height: 900px;
    }

    .googlemaps {
        display: none;
    }
}

@media (max-width: 375px) {
    #main{
        height: 100px;   
    }

    .main .mainmenu li {
        margin-left: 0px;
        display: none;
    }

    .herosection h1 {
        margin-top: 15rem;
        font-size: 1.7rem;
    }

    .herosection3 h1 {
        font-size: 1.5rem;
    }

    .posebanherosection3 {
        height: 1300px;
    }

    .posebanherosection3 h2{
        font-size: 1.5rem;
    }

    .unutarkolonehero3-posebno {
        height: 1000px;
    }
}

@media (max-width: 320px) {
    .main .row {
        flex-wrap: wrap;
    }

    .after-footer {
        height: 200px;
        background-color: black;
    }

    .dodatnihero h1{
        font-size: 2rem;
    }

    .herosection2 {
        height: 1300px;
    }

    
}