
.container-navbar{
    height: 100px;
}
.logo-img{
    width: 200px;
    position: absolute;
    left: 14.5%;
    bottom: 14px;
}
.social-media{
    position: absolute;
    bottom: 60px;
    right: 170px;
}
.socmed-img{
    height: 25px;
    margin: 0 3.5px;
}
#fb-img{
    height: 27.5px;
}
.socmed-link:hover{
    text-decoration: none;
}

.language-select{
    position: absolute;
    bottom: 62px;
    right: 5%;
    font-size: 14px;
}
.language-link{
    font-size: 14px;
    text-decoration: none;
    padding: 0 7px;
    color: #b5d282;    
}
.language-link:hover{
    color: #b5d282;
    text-decoration: none;
    color: #205a41;    
}
.language-active{
    color: #205a41;    
}
.activated{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.navbar{
    padding: 0;
    vertical-align: top;
    height: 100%;
}
.navbar-nav{
    position: absolute;
    font-size: 14px;
    right: 5%;
    bottom: 0px;
    height: 55px;
}
.nav-search{
    width: 0px;
    height: 35px;
    background: rgb(255, 255, 255);
    text-align: center;
    margin-left: 5px;
    top: 5%;
    right: 100%;
    position: absolute;
    transition: all 0.5s ease;
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.input{
    background: transparent;
    width: 100%;
    outline: none;
    color: rgb(0, 0, 0);
    padding: 0 7px;
    transition: all 0.5s ease;
    padding-right: 50px;
    border: 1px solid black;
    border-radius: 5px;
    height: 35px;
    transition: all 0.5s ease;
    font-size: 15px;
}
.search-icon-wrapper{
    background: #215a41;
    width: 41px;
    height: 29px;
    top: 3px;
    right: 4px;
    position: absolute;
    border-radius: 5px;
    padding-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.search-icon-wrapper:hover{
    background: #333;
    text-decoration: none;
}
.nav-search .fa{
    font-size: 19px;
    color: rgb(255, 255, 255);
}
.nav-search.active{
    width: 210px;
    height: 35px;
    transition: all 0.5s ease;
    right: 95%;
}
.nav-search:hover{
    border-bottom: 0 !important;
}
input::placeholder{
    color: rgb(195, 195, 195);
    font-size: 15px;
}
.divider{
    padding-top: 7px;
}
.nav-item{
    color: #215a41;
    text-decoration: none;
}
.nav-item:hover{
    color: #215a41;
    border-bottom: 12.5px solid #205a41;
    text-decoration: none;
}
.nav-line{
    display: none;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.nav-link{
    color: #215a41;
    text-decoration: none;
    cursor: pointer;
}
.nav-link:hover{
    color: #215a41;
    text-decoration: none;
    font-weight: 700;    
    cursor: pointer;
}
.input-btn{
    position: relative;
    top: 10%;
}
.search-btn-full{
    width: 25px;
    height: 25px;
    margin-left: 15px;
    cursor: pointer;
    color: #205a41;
}
.search-btn-half{
    display: none;
}
.search-icon:hover{
    color: #215a41;
    font-weight: none;
    text-decoration: none;
    border-bottom: none !important;
}
.hiding{
    display: none;
}

@media screen and (max-width:2000px) and (min-width:1600px){
    .container-navbar{
        height: 130px;
    }
    .logo-img{
        width: 250px;
    }
    .social-media{
        bottom: 68px;
        right: 200px;
    }
    .language-select{
        bottom: 70px;
        font-size: 17px;
    }
    .language-link{
        font-size: 17px;
        padding: 0 6.5px;
    }
    .navbar-nav{
        font-size: 17px;
        bottom: 0px;
        height: 60px;
    }
    .search-btn-full{
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:1350px){
    .social-media{
        right: 155px;
    }
    /* .language-select {
        top: 60px;
    }
    .navbar-nav {
        bottom: 5px;
        height: 60px;
    }
    .search-icon-wrapper {
        top: 6%;
    } */
}

@media screen and (max-width:1150px){
    /* .search-btn-full {
        width: 20px;
        height: 20px;
    } */
}

@media screen and (max-width:1024px){
    /* .language-select {
        top: 65px;
    }
    .navbar-nav {
        bottom: 2px;
        height: 60px;
    } */
    .social-media{
        bottom: 58px;
        right: 120px;
    }
    .socmed-img {
        height: 20px;
    }
    #fb-img{
        height: 22.5px !important;
    }
    .language-select{
        font-size: 11px;
        bottom: 60px;
    }
    .language-link{
        font-size: 11px;
        padding: 0 4.5px;
    }
    .navbar-nav{
        font-size: 11px;
        bottom: -5px;
    }
    .search-btn-full{
        width: 15px;
        height: 15px;
    }
    .nav-item:hover{
        border-bottom: 15px solid #205a41;
    }
}

@media screen and (max-width:876px){
    .navbar-nav{
        font-size: 8.5px;
        bottom: -8px;
    }
    .nav-item:hover{
        border-bottom: 17.5px solid #205a41;
    }
}

@media screen and (max-width: 767px){
    .container-navbar{
        height: 100px;
    }
    .bar1, .bar2, .bar3{
        width: 14px;
        height: 2px;
        background-color: #333;
        margin: 3px 0;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 5px);
        transform: rotate(-45deg) translate(-4px, 5px);
    } 
    .change .bar2 {opacity: 0;} 
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-2px, -3px);
        transform: rotate(45deg) translate(-2px, -3px);
    }
    .navbar-toggler{
        position: absolute;
        right: 5%;
        top: 49px;
    }
    /* .change {
        z-index: 99999;
        left: 90%;
        top: 0;
        height: 100%;
        padding: 0 17%;
    } */
    .overlay.open{
        z-index: 99999;
        position: fixed;
        left: 65%;
        top: 0;
        height: 100%;
        padding: 0 17%;
    }
    /* .change .group-bar{
        position: absolute;
        top: 51px;
        right: 9%;
    } */
    /* .group-bar{
        position: absolute;
    } */
    .hiding{
        display: block;
    }
    .collapsible-title{
        font-size: 30px;
        z-index: 100;
        color: #ffffff;
        padding: 30px 6px;
    }
    .navbar{
        margin-top: 0;
    }
    .navbar-nav{
        position: fixed;
        font-size: 2.3vw;
        top: 0%;
        right: 100%;
        z-index: 99;
        height: 100%;
        width: 65vw;
        background: rgba(32, 90, 65, 0.9);
        transition: all 0.5s linear !important;    
        -webkit-transition: all 0.5s linear !important;
    }

    .collapse:not(.show) {
        display: block;
    }

    .show .navbar-nav{
        z-index: 99;
        right: 35%;
    }
    .navbar-nav .nav-link{
        padding: 8px 15px 6px 15px;
        font-size: 18px;
    }
    .nav-search{
        padding: 0 !important;
        position: absolute;
        top: 10%;
        left: 110px;
    }
    .input{
        background: rgba(240, 240, 240, 0.9);
        height: 39px;
    }
    .search-icon-wrapper{
        padding-top: 4px;
        height: 33px;
    }
    .search-icon-wrapper:hover{
        background: #333;
    }
    .nav-search .fa{
        font-size: 25px;
        color: rgb(255, 255, 255);
    }
    .nav-search.active{
        top: 10%;
        left: 110px;
        width: 33vw;
        height: auto;
        border-radius: 5px;
    }
    .nav-search:hover{
        border-bottom: 0 !important;
    }
    input::placeholder{
        color: rgb(195, 195, 195);
    }
    .divider{
        display: none;
    }
    .search-icon{
        padding: 7px 45px 0 35px !important;
        height: 50px;
    } 
    .nav-item{
        padding: 2px 45px;
    }
    .nav-line{
        display: none;
    }
    .nav-item:hover{
        border-bottom: 10px solid rgba(0, 0, 0, 0);
    }
    .nav-link{
        color: #ffffff;
    }
    .nav-link:hover{
        color: #ffffff;
        
    }
    .input-btn{
        position: relative;
        top: 0%;
        background: rgba(32, 90, 65, 0.8);
        height: 60px;
    }
    .search-btn-full{
        display: none;
    }
    .search-btn-half{
        display: block;
        height: 50%;
        margin: 6px 20px;
        cursor: pointer;
        position: relative;
        top: 22%;
        color: #ffffff;
    }
    .social-media{
        top: 20px;
        right: 6%;
    }
    .language-select{
        position: absolute;
        top: 52px;
        right: 12.5%;
        font-size: 15px;
    }
    .language-link{
        font-size: 14px;
    }
}

@media screen and (max-width: 575px){
    .navbar-toggler{
        right: 5%;
    }
}

@media screen and (max-width: 480px){
    .navbar-toggler {
        right: 2%;
        padding: 3px 6px;
    }
    .logo-img{
        width: 200px;
        left: 1%;
    }
    .social-media{
        top: 20px;
        right: 2%;
    }
    .search-icon-wrapper {
        height: 33px;
        width: 33px;
    }
    .nav-search .fa {
        font-size: 22px;
    }
    .language-select{
        top: 52px;
    }
    .nav-search.active{
        left: 45px;
        width: 60%;
    }
    .search-icon{
        padding: 7px 45px 0 35px !important;
        height: 50px;
    } 
}
@media screen and (min-width:2001px){
    .container-navbar{
        height: 150px !important;
    }
    .logo-img{
        width: 290px;
    }
    .social-media{
        bottom: 75px;
        right: 235px;
    }
    .language-select{
        bottom: 75px;
        font-size: 20px;
    }
    .language-link{
        font-size: 20px;
        padding: 0 5.5px;
    }
    .navbar-nav{
        font-size: 20px;
        bottom: 0px;
        height: 70px;
    }
    .search-btn-full{
        width: 32.5px;
        height: 32.5px;
    }
}
@media screen and (min-width:2700px){
    .social-media{
        right: 250px;
    }
    /* .language-select {
        position: absolute;
        top: 45px;
        right: 5%;
        font-size: 1vw;
    }
    .navbar-nav {
        bottom: 25px;
        height: 60px;
        right: 5%;
    }
    .nav-search.active {
        height: 45px;
    }
    .search-icon-wrapper {
        width: 20%;
        height: 65%;
        top: 20%;
        right: 2%;
    } */
}