/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2021, 15:10:59
    Author     : maticm
*/

@media screen and (max-width: 1500px){
    .container_1_mobile{
        margin-left: 50%;
    }
    .main-navbar .nav>li>a {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1400px){
    .main-navbar.navbar-shrink .nav>li>a {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1300px){
    .main-navbar .nav>li:last-child>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navbar .nav>li>a{
        margin-right: 15px;
    }
}    

@media screen and (max-width: 570px){
    .modal-wrapper {
        left: 0;
        width: 100%;
        margin-left: 0em;
    }
}  

@media screen and (max-width: 1200px){
    .second_section img {
        max-height: 555px;
    }
    .main-navbar .nav>li>a{
        font-size: 12px;
    }
    .main-navbar .nav>li>a {
        margin-right: 2px;
    }
    .main-navbar .nav>li:last-child>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px){
    
    .fundText {
        margin-top: 30px;
    }
    
    .navbar.main-navbar.pageNav{
/*        background-color: #fff;*/
    }
    .navbar.main-navbar.pageNav .nav>li>a{
        color: #000;
    }
    .navbar.main-navbar{
        margin-left: -15px;
    }
    .main-navbar .nav>li>a{
        margin-right: 0px;
    }
    .navbar.main-navbar.navbar-shrink{
        /*        background-color: #fff;*/
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin: 0px;
        padding: 0px;
        padding-top: 25px;
        padding-right: 20px;
    }
    .navbar-shrink .navbar-toggle{
        padding-top: 20px;
    }
    .navbar-shrink .navbar-brand{
        margin-top: 15px;
    }
    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background-color: #fff;
    }
    .navbar-nav>li {
        float: none;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
        padding-bottom: 0px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .main-navbar .nav>li>a{
        color: #000;
    }

    .navbar-active {
        display: block!important;
    }
    .navbar-brand>img{
        width: 100px;
    }
    .navbar-mobile__content {
        display: none;
        position: fixed;
        height: 100%;
        background-color: #051824;
        top: 0;
        left: 0;
        z-index: 9;
        transform: none;
        margin-top: 0px;
        text-align: center;
        width: 100%;
        margin: 0;
        min-height: 100%;
        padding-top: 15vh;
    }
    .navbar-mobile__content ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .navbar-mobile__content ul li {
        margin-bottom: 25px;
    }

    .navbar-mobile__content ul li a {
        color: #ffffff;
        font-size: 15px;
        font-family: "Gilroy", sans-serif;
        font-weight: 600;
    }

    .menu-mobile {
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        z-index: 10;
        margin-top: 0px;
    }

    .menu-global {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 2px solid white;
        width: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .navbar-shrink .menu-global{
        border-top: 2px solid white;
    }

    .pageNav .menu-global{
        border-top: 2px solid white;
    }

    .menu-top {
        top: 0;
    }

    .menu-middle {
        top: 10px;
    }

    .menu-bottom {
        top: 20px;
    }

    .menu-top-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .menu-middle-click {
        opacity: 0;
    }

    .menu-bottom-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(-410deg);
        transform: rotate(-410deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .dropdown .dropdownMobile {
        margin-top: 10px;
        margin-bottom: 15px;
        display: none;
    }
    

    .dropdown .dropdownMobileLi li{
        margin-bottom: 10px;
    }
    .dropdown .dropdownMobileLi li a{
        color: #fff;
        font-size: 15px;
    }
    .dropdown-open {
        display: block!important;
    }
    .caret-open{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 991px){
    
    .section_about_us {
        padding-top: 140px;
        padding-bottom: 50px;
    }
    
    .header {
        margin-top: 80px;
        min-height: 80vh;
        background-image: url("../images/header_opacity.png");
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        -webkit-transition: background 300ms ease-in 200ms;
        -moz-transition: background 300ms ease-in 200ms;
        -o-transition: background 300ms ease-in 200ms;
        transition: background 300ms ease-in 200ms; 
    }

    /*mobile_predavalnica*/
    .lecture_room_text {
        margin-top: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .lecture_room_text h1 {
        font-size: 38px;
        margin-top: 30px;
    }

    .lecture_room_text p {
        margin-bottom: 10px !important;
    }

    .team_icon:after {
        position: relative;
        left: 2%;
    }

    .location_style {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .image_background:after {
        right: 11%;
    }

    .image_background:before {
        right: 28%;
    }

    .numbers h2 {
        bottom: 6%;
        font-size: 28px;
    }

    .numbers h3 {
        left: 18.5%;
        font-size: 14px;
        bottom: 10%;
    }

    .section_lecture_room {
        text-align: center;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section_lecture_room h3 {
        margin-bottom: 10px;
    }

    .float_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row_mobile {
        margin-top: 50px !important;
    }

    .image_wifi, .image_microphone, .image_projector, .image_blackboard {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .image_wifi:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_microphone:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_projector:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_blackboard:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .section_mobile {
        margin-top: 100px !important;
        margin-bottom: 0px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .text_container3 {
        margin-top: 69px !important;
    }


    /*end of mobile_predavalnica*/    

    /* mobile landing harvest hub */

    .logos {
        height: 35px;
        text-align: center;
        margin: 0 auto;
    }

    .section_bcg_image h4 {
        padding-top: 150px;
        margin-top: 0px;
    }
    .section_bcg_image {
        text-align: center;
        height: auto;
        padding-bottom: 70px;
    }

    .second_section img {
        max-height: 480px;
    }

    .image_fund {
        margin-bottom: 20px;
    }

    .second_section h3 {
        padding-top: 0px;
    }

    .second_section {
        padding-bottom: 50px;
        text-align: center;
    }

    .underline {
        width: 100%;
    }

    .third_section .col-md-3 {
        margin-bottom: 20px;
    }
    
    .mb-5 {
        margin-bottom: 50px !important;
    }
    
    .six_section {
        padding-bottom: 0px;
    }
    
    .card {
        padding-bottom: 0px;
    }

    .third_section button {
        margin-top: 30px;
    }

    footer {
        text-align: center; 
    }

    .footer h2 {
        margin-bottom: 20px;
    }

    .question_footer {
        margin-top: 20px;
        padding-left: 0px;
    }

    .question_footer_link {
        margin-top: 20px;
    }
    /* end of mobile landing harvest hub */

    ul li{
        list-style-type: none;
    }

    .black_box {
        margin-bottom: 30px;
    }

    .image_container1 {
        margin-left: 0px;
    }

    .image_container1:before {
        display: none;
    }

    .image_container1 img {
        margin-top: 25px;
    }

    .google_container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .absolute_container {
        position: relative;
        height: auto;
        width: auto;
        left: 0%;
        text-align: center;
        background-color: white;
    }

    .text_container {
        margin-left: 0px;
    }

    .container_1_mobile {
        text-align: center;
        margin: 0px !important;
        padding: 0px !important;
    }

    .container_1_mobile h1 {
        font-size: 36px;
        margin-top: 25vh;
    }

    .container_1_mobile p {
        color: black;
    }

    .black_box {
        margin-top: 40px;
    }

    .black_box_image img {
        margin-left: 0px;
    }

    .black_box_image:before {
        display: none;
    }

    .grey_background {
        position: relative;
        height: auto;
        width: auto;
        left: 0%;
        margin-top: 0px;
        background-color: white;
    }

    .text_container2 h2 {
        margin-left: -17px;
        padding: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .text_container2 ul {
        margin-left: 0px;
        padding: 0px;
        margin-right: 30px;
        text-align: center;
    }

    .container_black_mobile {
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .icons_container1:before {
        left: 3%;
    }

    .icons_container2:before {
        left: 3%;
    }

    .icons_container3:before {
        left: 3%;
    }

    .icons_container4:before {
        left: 3%;
    }

    .icons_container5:before {
        left: 3%;
    }

    .text_container3 h2 {
        margin-top: 0px !important;
    }

    .arrow_container1 {
        margin-bottom: 25px;
    }

    .arrow_container2 {
        margin-bottom: 25px;
    }

    .arrow_container3 {
        margin-bottom: 25px;
    }

    .arrow_container1 {
        margin-top: 50px;
    }

    .arrow_container1:before {
        /*        transform: rotate(90deg);
                position: absolute;
                right: 52%;
                margin-top: 50px;*/
        display:none;
    }

    .arrow_container2:before {
        display: none;
    }

    .arrow_container3:before {
        display: none;
    }
    .menu-global{
        border-top: 2px solid white;
    }
    .headerImage{
        width: 100%;
        height: 75vh;
        position: relative;
        background-position-x: right;
        background-position-y: top;
    }

    .footerLogo{
        text-align: center;
    }
    .footer .copyright{
        text-align: center;
    }
    .subpageLinks{
        text-align: center;
        margin-bottom: 20px;
    }
    .footerText{
        text-align: center;
    }
    .question{
        text-align: center;
    }
    .footer .payments{
        text-align: center;
    }
    .loginIcons{
        padding-right: 10px;
    }
    .formTitle{
        margin-top: 50px;
    }
    .pageBody h1{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .pageBody .body{
        font-size: 14px;
    }
    .pageBody{
        margin-bottom: 50px;
    }

    .text-justify {
        text-align: center;
        margin-left: 0px !important;
    }
    .footer_responsive {
        text-align: center;
        padding-left: 0px !important;
        margin-top: 20px !important;
    }
    .footer_right {
        text-align: center;
        padding-left: 0px !important;
        margin-top: 20px !important;
    }

    .logotip {
        margin-top: 20px !important;
    }

    .text_light {
        text-align: center;
        margin-top: 10px;
    }

    .image_container {
        position: relative !important;
        top: 0% !important;
        left: 0% !important;
        transform: translate(-0%, -0%) !important;
        text-align: center !important;
    }

    .jumbotron1 {
        min-height: auto !important;
    }
}


@media screen and (max-width: 767px){
    .navbar-brand {
        padding: 15px 0px;
    }
    .headerText h1{
        font-size: 36px;
    }
    .serviceText h1{
        font-size: 36px;
    }
    .aboutText h1{
        font-size: 36px;
    }
    .headerBox{
        padding-top: 15px;
        width: 100%;
        bottom: -25%;
        text-align: center;
    }
    .headerBox .subtitle{
        font-size: 11px;
    }
    .headerBox .title{
        font-size: 28px;
    }
    .headerBox .paragraph{
        font-size: 16px;
    }
    .servicesBody .title{
        font-size: 36px;
    }
    .servicesBody .body {
        font-size: 16px;
        line-height: 1.3;
    }
    .servicesBody {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .servicesBody .body li{
        line-height: 1.3;
    }
    .servicesBody .body li:before{
        top: 6px;
    }
    .double{
        width: 100%;
    }
    .single{
        width: 100%;
    }
    .icon img {
        height: 50px;
    }
    .icon .text{
        margin-top: 10px;
    }
    .arrow img {
        height: 20px;
        transform: rotate(90deg);
        margin-top: 40px;
        margin-bottom: 45px;
        margin-left: 0;
    }
    .rotatedArrow{
        text-align: center;
    }
    .rotatedArrow img{
        height: 60px;
        transform: rotate(90deg);
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .question .title{
        margin-bottom: 5px;
    }
    .question .body{
        margin-bottom: 15px;
    }
    .question .icons img {
        margin-right: 10px;
        margin-left: 10px;
    }
    .question .icons{
        margin-bottom: 25px;
    }
    .navbar-shrink .navbar-brand>img{
        margin-left: 10px;
    }
    .loginIcons{
        padding-right: 0px;
    }
    .serviceHeaderBox{
        padding-top: 15px;
        width: 45%;
    }
    .serviceHeaderBox .title{
        font-size: 22px;
    }
    .serviceHeaderBox .paragraph{
        font-size: 16px;
    }
    .aboutHeaderBox{
        padding-top: 15px;
        width: 45%;
    }
    .aboutHeaderBox .title{
        font-size: 22px;
    }
    .aboutHeaderBox .paragraph{
        font-size: 16px;
    }
    .loginImage{
        height: 45px;
    }

    .steps h2{
        margin-bottom: 40px;
        font-size: 28px;
    }
    .serviceBody2 .subtitle, .serviceBody .subtitle{
        font-size: 13px;
    }
    .serviceBody2 .title, .serviceBody .title{
        font-size: 28px;
    }
    .footer{
        padding-top: 60px;
    }
    .footerText .title{
        font-size: 28px;
    }
    .serviceCard .text{
        font-size: 14px;
    }
    .aboutBody .subtitle{
        font-size: 13px;
    }
    .aboutBody .title{
        font-size: 28px;
    }
    .services{
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .serviceCards{
        margin-top: 30px;
    }
    .serviceText h1{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .servicePageBody .subtitle{
        font-size: 13px;
    }
    .servicePageBody .title{
        font-size: 28px;
    }
    .serviceHeader{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .icons_container2 p {
        text-align: right !important;
    } 

    .icons_container3 p {
        margin-left: 30px !important;
    }

    .icons_container4 p {
        margin-left: 47px !important;
        font-size: 17px !important;
    }


}

@media screen and (max-width: 500px){

    .second_section img {
        max-height: 450px;
    }

    .button_harvesthub {
        padding: 13px 30px 13px 30px;
    }

    .button_harvesthub_white {
        padding: 13px 30px 13px 30px; 
    }

    .icons_container1 p {
        text-align: center;
    }

    .icons_container2 p {
        text-align: center;
    }

    .header{
        margin-left: 0;
        margin-right: 0;
    }
    .headerBox{
        bottom: -23%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .headerBox .title {
        font-size: 18px;
    }
    .headerBox .subtitle{
        margin-bottom: 10px;
    }
    .serviceHeaderBox{
        width: 50%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .serviceHeaderBox .title {
        font-size: 18px;
    }
    .serviceHeaderBox .subtitle{
        margin-bottom: 10px;
    }
    .aboutHeaderBox{
        width: 50%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .aboutHeaderBox .title {
        font-size: 18px;
    }
    .aboutHeaderBox .subtitle{
        margin-bottom: 10px;
    }

    .aboutBody .body{
        font-size: 14px;
    }
    .steps {
        margin-top: 60px;
    }
    .serviceBody {
        margin-top: 40px;
    }
    .serviceBody .body, .serviceBody2 .body{
        font-size: 14px;
    }
    .serviceImageBox{
        margin-top: 40px;
    }
    .serviceHeader{
        min-height: 85vh;
        margin-left: 0;
        margin-right: 0;
    }
    .serviceText{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        top: 65vh;
    }
    .serviceImage{
        height: 65vh;
    }
    .serviceHeader{
        margin-top: 0;
    }
    .serviceText h1{
        margin-bottom: 15px;
    }
    .servicePageBody .body{
        font-size: 14px;
    }
}
@media screen and (max-width: 380px){
    .headerBox{
        bottom: -30%;
    }
    .headerImage{
        height: 70vh;
    }
}
@media screen and (max-width: 320px){
    .headerBox{
        bottom: -33%;
    }
}