@media only screen and (max-width: 1475px){
    .image-wrapper{
        height: 150px;
        width: 150px;
    }
}
@media only screen and (max-width: 1200px) {

    .menu{
        position: absolute;
        flex-direction: column;
        bottom: auto;
        right: 0%;
        left: 0%;
        top: 85px;
        margin:0px;
        padding: 0px;
        transform: translateY(-300%);
        transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .nav-active{
        transform: translateY(0%);
    }

    .menu-btn{
        display:flex;
    }

    #brand{
        padding:0px;
    }
    .nav-link{
        margin-right: 0px;
        width: 100%;
        padding: 20px 0px 20px 0px;
        background-color: #4b3217;
        border-bottom: solid 1px #e6bd5e;
    }

    li{
        width:55px;
        font-size: 12px;   
    }
    #otkup{
        margin-right:10px;
    }
    .text-overlay{
        width:650px;
        padding: 0px 40px 0px 40px;
    }
    .hero-heading{
        line-height: 1.4;
    }
    .img-col{
        width:270px;
        height: 320px;
    }
    .contact-ways{
        width: 950px;
    }
    .otkup-overlay{
        flex-direction: column;
        justify-content: center;
    }
    .otkup-text-overlay{
        margin-top: 65px;
    }
    .otkup-images{
        margin-right: 0px;
        width: auto;
        max-width: 550px;
        margin:0px 20px 0px 20px;
    }

    .info{
        padding: 0;
    }
    .icon-radionica{
        height: 30px;
        width: 30px;
    }
    .email-div p, .price-div p{
        font-size:13px;
    }
    .vertical{
        height: 250px;
        width: 150px;
    }
    .horizontal{
        height: 230px;
        width: 280px;
    }
    .image-div {
        margin: 0px 15px;
    }
}

@media only screen and (max-width: 992px){
    
    .img-col{
        width: 220px;
        height: 260px;
    }
    .project-hover{    
        width: 340px;
        height: 250px;
    }
    .images-bridge{
        height: 130px;
    }
    .contact-ways{
        width: 750px;
    }
    .underline-heading-footer{
        width: 100px;
    }
    .underline-heading-footer h3{
        font-size: 20px;
    }
    .col img, .number img{
        height: 30px;
        width: 30px;
    }
    .contact-way{
        padding: 0px;
    }
    .contact-way p{
        font-size: 14px;
    }
    .footer-heading-borders{
        width: 600px;
    }
    .footer-heading{
        font-size: 30px;
    }
    .text-footer{
        margin: 100px 0px 100px 0px;
        font-size: 35px;
    }
    .columns-for-text-img .main-img{
        width: 100%;
        margin-right: 0px;
    }
    .columns-for-text-img .text{
        margin-bottom: 0px;
        margin-left: 30px;
        margin-top: 0px;
        font-size: 18px;
    }
    .col-projects{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .related-project{
        margin: 10px 10px 40px 10px;
    }
    .before-and-after{
        flex-direction: column;
        margin-top: 60px;
    }
    .projects-arrow{
        transform: rotate3d(0, 0, 1, 90deg);
        width: 50%;
        margin:35px 0px 35px 0px;
    }
    .arrow-scrollTop{
        right: 40px;
    }
    .hero-heading-radionica{
        font-size:35px;
    }
    .email-div, .price-div{
        flex-direction: column;
    }   
    .email-div p, .price-div p{
        margin:0px 10px;
    }   
    .icon-radionica{
        margin-bottom: 5px;
    } 
    .images-div{
        flex-wrap: wrap;
    }
    .wider-text{
        width: auto;
        margin: 50px;
        font-size: 30px;
    }
    .radionica-location-section{
        height: auto;
    }
    .image-div{
        margin: 10px 15px;
    }
}

@media only screen and (max-width: 768px){

    .name{
        font-size: 12px;
    }
    .logo-img{
        width: 50px;
    }
    .menu-img{
        width:35px;
    }
    .menu{
        top:75px;
    }
    .text-overlay{
        width: 480px;
        padding: 0px 30px 0px 30px;
    }
    .hero-heading{
        letter-spacing: 6px;
    }
    .prije-poslije-div{
        flex-direction: column;
    }
    .arrow{
        transform: rotate3d(0, 0, 1, 90deg);
    }
    .column{
        margin-bottom:50px;
    }
    .img-col{
        width: 300px;
        height: auto;
    }
    .all-sections{
        padding: 70px 0px 0px 0px;
    }
    
    .informations-project{
        bottom: auto;
        opacity: 1;
        justify-content: flex-end;
    }
    .informations-project h3{
        font-size:17px;
        margin:0px;
    }
    .service{
        width: 100%;
    }
    .column-arrow{
        margin-bottom: 0px;
        width: 70px;
    }
    .no-margin{
        margin-bottom: 0px;
    }
    .right-arrow, .left-arrow{
        width: 85%;
    }
    .button-with-arrows{
        margin-bottom: 50px;
    }
    .contact-ways{
        width: 450px;
        flex-direction: column;
    }
    .footer-heading-borders{
        width: 450px;
    }
    .footer-heading{
        font-size: 25px;
    }
    .address-text{
        width: 230px;
    }
    .contact-way{
        margin-bottom: 50px;
    }
    .text-footer{
        margin: 60px 0px 140px 0px;
        font-size: 20px;
    }
    .copyright{
        font-size: 12px;
    }
    .columns-for-text-img{
        flex-direction: column;
        padding-top: 30px;
    }
    .col-projects{
        width: 100%;
    }
    .column-image{
        height:400px;
        margin-bottom: 50px;
    }
    .container-projects{
        padding: 0px 40px 0px 40px;
    }
    .overlay-projects{
        height: auto;
        padding: 150px 0px 120px 0px;
    }
    .columns-for-text-img .main-img{
        height: 100%;
        object-fit: cover;
    }
    .columns-for-text-img .text{
        margin-left: 0px;
        text-align: center;
        line-height: 1.8;
    }
    .bridge-projects{
        padding: 0px;
    }
    .projects-heading {
        letter-spacing: 1.5px;
    }
    .pop-up-img{
        max-width: 90%;
    }
    .projects-column{
        margin-bottom: 15px;
    }
    .otkup-text-overlay{
        width: auto;
        min-width: 540px;
        max-width: 600px;
    }
    .otkup-heading{
        font-size: 48px;
    }
    .otkup-images{
        flex-wrap: wrap;
    }
    .arrow-scrollTop{
        right:35px;
    }
    .hero-heading-radionica{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .email-div p, .price-div p{
        font-size: 11px;
    }
    .relative{
        padding: 0px;
    }
    .text-div{
        margin: 20px 30px 100px 30px;
    }
    .images-div{
        width: auto;
    }
    .text-radionica{
        font-size: 30px;
    }
    .bridge-section{
        padding: 0px;
    }
    .wider-text{
        margin-bottom: 100px;
        font-size: 25px;
    }
    .map{
        height: 250px;
    }
    .in-icon{
        height: 15px;
        width: 15px;
    }

}

@media only screen and (max-width: 568px){
    .name{
        font-size:10px;
        line-height: 2;
        text-align: center;
        width: 100px;
    }
    .menu-img{
        width: 30px;
    }
    .logo-img{
        width: 45px;
    }
    .text-overlay{
        padding: 40px 20px 40px 20px;
    }
    .hero-heading{
        font-size: 30px;
    }
    .main-heading{
        font-size:35px;
        margin: 0px 0px 50px 0px;
    }
    .second-heading-borders{
        width:400px;
        margin-bottom: 50px;
    }
    .second-heading{
        font-size:25px;
    }
    p{
        font-size: 18px;
    }
    span{
        margin-bottom: 25px;
    }
    .arrow{
        width: 45%;
    }
    .column-arrow, .left-arrow, .right-arrow{
        display: none;
    }
    .images-bridge{
        height: 100px;
    }
    .footer-heading-borders{
        width: 300px;
    }
    .footer-heading{
        font-size: 20px;
        line-height: 1.5;
    }
    .text-footer{
        margin: 60px 0px 140px 0px;
        font-size: 20px;
    }
    .copyright{
        font-size: 10px;
    }
    .projects-heading{
        font-size:35px;
        letter-spacing: 1.5px;
    }
    .column-image{
        height: 300px;
    }
    .pop-up-img{
        max-width: 90%;
    }
    .section-otkup{
        height: 100%;
    }
    .otkup-overlay{
        height: 100%;
    }
    .myVideoOtkup{
        height: 100%;
    }
    .otkup-heading{
        font-size: 35px;
    }
    .otkup-text-overlay{
        margin: 170px 0px 0px 0px;
        min-width: 300px;
    }
    .text-otkup{
        font-size: 16px;
    }
    .otkup-images{
        margin-bottom: 70px;
    }
    .arrow-scrollTop{
        height:20px;
        width: 20px;
    }
    .wider-text{
        font-size: 20px;
    }
    .map{
        height: 200px;
    }

}
@media only screen and (max-width: 500px){
    .image-div{
        max-width: 100%;
        margin-bottom: 30px;
        transform: translateY(0px);
    }
    .image-div img{
        height: 300px;
        width: 100%;
    }
    .text-div{
        margin: 20px 30px 70px 30px;
    }
    .left{
        transform: translateX(-50px);
        opacity: 0;
        transition: 0.5s ease-in-out;
    }
    .right{
        transform: translateX(50px);
        opacity: 0;
        transition: 0.5s ease-in-out;
    }
    .otkup-images{
        transform: translateX(0px);
        opacity: 1;
    }
    .image-wrapper{
        height: 200px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px){
    .container-nav{
        padding:0px 15px 0px 15px;
    }
    .container{
        padding: 0px 15px 0px 15px;
    }
    .hero-heading{
        font-size: 25px;
        line-height: 1.9;
    }
    .second-heading-borders{
        width:280px;
        height: 50px;
    }
    .second-heading{
        font-size:18px;
    }
    p{
        font-size:16px;
    }
    .img-col{
        width:250px;
    }
    .project-hover{
        width: 280px;
        height: 200px;
    }
    .service{
        height: auto;
    }
    .service img {
        width: 55px;
    }
    .text-footer{
        width: 300px;
    }
    .footer-heading-borders{
        width: 300px;
        height: 80px;
    }
    .footer-heading{
        font-size: 20px;
        line-height: 1.5;
    }
    .text-footer{
        margin: 20px 0px 140px 0px;
        font-size: 20px;
        line-height: 1.5;
    }
    .projects-heading{
        font-size:30px;
        letter-spacing: 1.5px;
    }
    .column-image{
        height: 250px;
    }
    .columns-for-text-img .text{
        font-size:16px;
    }
    .more-img{
       margin: 0px 0px 30px 0px;
    }
    .related-project{
        width:280px;
    }
    .related-project-img-div{
        height: 180px;
    }
    .related-project-heading-div{
        height:90px;
    }
    .related-project-heading{
        font-size:16px;
    }
    .pop-up-img{
        max-width: 90%;
    }
    .column{
        padding:0px;
    }
    .otkup-heading{
        font-size: 30px;
    }
    .otkup-text-overlay {
        margin: 130px 0px 0px 0px;
    }
    .text-otkup{
        font-size: 15px;
    }
    .arrow-scrollTop{
        right: 10px;
    }
    .info{
        flex-direction: column;
        height: auto;
    }
    .email-div, .price-div{
        margin: 15px 0px;
    }
    .text-radionica{
        font-size: 25px;
    }
    .map{
        margin: 40px 0px;
    }
    .wider-text{
        font-size: 17px;
        margin: 30px 50px 70px 50px;
        line-height: 2;
    }
}