/**************** Responsive CSS Styles ****************/

@media (min-width: 1368px){

    .container {
        max-width: 80%;
    }

    .main-slider .owl-nav {
        right: 435px;
    }

    .slider-content{
        top: 22vh;
        left: 10.5vw;
    }

    .slider-content h2 {
        font-size: 58px;
    }

    .etra-backgrounds{
        /*height: 600px;*/
    }

    .etra-backgrounds::before {
        height: 100px;
    }

    .header-main::before{
        left: 12vw;
    }

    section#About {
        /*height: 100vh;*/
    }

    .nb-info {
        padding: 35px 20px;
    }
}



@media (min-width: 1921px){

    .header-main {
        top: 115px;
    }

    .main-slider .owl-nav{
        right: 23.5vw;
    }
}

@media (max-width: 1367px){
    .single-project-image{
        max-height: 300px;
    }

    .single-project-image img{
        min-height: 300px;
    }

    .reviewer {
        width: 130px;
        height: 130px;
    }

    .reviewer img  {
        min-width: 130px;
        min-height: 130px;
    }
}


@media (max-width: 667px){

    section#About {
        height: unset;
    }

    .about-text p {
        line-height: 25px;
        font-size: 15px;
    }

    section#About .section-heading h2 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .header-main .logo a img {
        width: auto;
        padding-top: 0;
    }

    .main-menu.d-flex.justify-content-end {
        position: absolute;
        top: -60px;
        right: 25px;
    }

    .main-menu nav li a {
        line-height: 25px;
        display: block;
    }

    .main-menu nav li {
        margin: 0 !important;
        text-align: right;
        padding-right: 20px;
        background: #fff;
    }

    .main-menu nav {
        z-index: 9;
    }

    .navbar {
        justify-content: end !important;
    }

    ul.second-dropped-menu {
        left: calc( -100% );
        top: 0px;
    }

    ul.second-dropped-menu li {
        background: #ddd !important;
    }

    .header-top ul li {
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .about-image {
        height: auto;
        width: 30%;
    }

    section#About::before {
        height: 100vh;
    }

    .review-text {
        width: 60%;
    }

    .reviewer {
        width: 40%;
        max-width: 80px;
        max-height: 80px;
    }

    .reviewer img {
        min-width: 80px;
        min-height: 80px;
    }

    .owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        margin-top: 15px;
    }

    .owl-carousel .owl-nav button {
        margin: 5px 5px;
        background: #399!important;
        height: 40px;
        width: 40px;
        text-align: center;
    }


    .owl-carousel .owl-nav button svg {
        color: #fff;
        font-size: 1.1rem;
    }



}
