@media only screen and (max-width: 600px) {
    #hero {
        background: url("../img/responsive/main-banner.png") top center;
        background-attachment: fixed;
    }

    #hero .line-img {
        position: absolute;
        bottom: -35px;
        width: 100%;
    }

    #hero .line-img img {
        width: 1550px;
        height: auto;
        position: relative;
        left: -210px;
    }

    #hero .container {
        padding-top: 0;
    }

    #hero .overlay {
        background: linear-gradient(180deg, #fff 0%, #000 100%);
        background-blend-mode: plus-darker;
        mix-blend-mode: multiply;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #topbar {
        height: 40px;
        font-size: 14px;
        transition: all 0.5s;
        z-index: 996;
        /* padding: 40px 0; */
        position: absolute;
        top: 50px;
        right: 0;
    }


    /* boss-coffe-experience */

    .boss-coffe-experience {
        background: url("../img/responsive/boss-coffee-banner.png") center center;
        background-size: cover;
        position: relative;
        padding: 80px 0;
        height: 1450px;
    }

    .boss-coffe-experience .content .content-wrapper {
        margin-top: 16px;
    }
    .proud-to-serve .section-title p {
        font-size: 48px !important;
    }
    /* .section-title h2{
        text-align: left;
    } */
    .menu-details-info h4 {
        font-size: 24px;
    }

    .in-store-menu .img-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
    }

    .proud-to-serve {
        background-repeat: no-repeat;
        background-position: 20% 85%;
    }

    .in-store-menu .img-wrapper img {
        margin-bottom: 32px;
        margin-right: 0;
    }
    .boss-coffe-experience .content .title{
        font-size: 32px;
        text-align: left;
    }
    .boss-coffe-experience .content h3{
        text-align: left;
        font-size: 28px;
    }
    .boss-coffe-experience .content .content-details{
        text-align: left;
    }

    .proud-to-serve .content .content-wrapper {
        /* margin-top: 36px; */
        border: 1px #9B7C5F solid;
        /* background: blueviolet; */
        background: rgba(0, 0, 0, .6);
        text-align: left;
    }

    .proud-to-serve .img-wrap img {
        width: 49%;
        /* height: auto;
        right: 0; */
    }

    .proud-to-serve .abs-img {
        right: 0px;
        width: auto;
        width: 225px;
        height: 105%;
        top: -2px;
        object-fit: cover;
        object-position: left;
    }
    .proud-to-serve{
        background: none;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: 1900px!important;
    }
    .box-mix-mobile-img{
        display: block;
    }
    .box-mix-mobile-img img{
        width: 100%;
    }
    .proud-to-serve .img-wrap{
        margin-top: 80px;
    }
    /* cofeee */
    .coffee-mix-section {
        background: url("../img/responsive/drink-style-banner.png") center center;
        /* background: url(../img/responsive/drink-style-banner.svg) 50% 100%; */
        height: 900px;
        background-repeat: no-repeat;
        width: 100%;
        background-size: contain;
    }

    .coffee-mix-section .heading {
        font-size: 32px;
    }

    .coffee-mix-section .content .content-wrapper .vertical-img-text-wrapper .details .info {
        font-size: 18px;
        width: auto;
    }

    .vertical-img-text-wrapper img {
        height: 80px!important;
    }

    .why-us .section-title {
        left: 0;
    }

    .show-now-content h4 {
        font-size: 32px;
    }

    .why-us .section-title img {
        width: 300px;
    }

    .why-us .logos-wrap {
        flex-direction: column;

    }

    .why-us .logos-wrap a {
        margin-bottom: 32px;
    }

    .why-us .box-container {
        margin: 350px 0 0;
    }

    .events .pos-img {
        right: 0;
        width: 250px;
        z-index: 1;
    }

    .second-img {
        top: 35px;
        position: relative!important;
        right: 0;
        width: auto;
        height: 300px;
    }
    .content{
        width: 100%;
        text-align: center;
    }
    .events .info{
        width: 100%;
    }
    .img-wrapper{
        padding: 40px 0;
        margin: 0 auto;
        text-align: center;
    }

    #footer .line-img img {
        width: 1316px;
        height: auto;
        position: relative;
        left: -250px;
        top: 10px;
    }

    #footer .line-img {
        position: absolute;
        width: 100%;
        overflow: hidden;
        padding: 15px 0;
        bottom: 100px;
    }
    .copyright-links{
        padding:0 0 80px;
        position: relative;
        top: 70px;
    }
    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        margin-top: 50px;
        position: relative;
    }

    #footer .footer-top .footer-info {
        margin-bottom: 50px;
    }
    .footer-links{
        flex-direction: column;
        margin-top: 10px;
    }
    .link-list{
        margin-left: 0;
        margin:15px 0;
    }
    .back-to-top{
        bottom: 75px;
    }
    .bar-logo{
        width: 250px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 610px) {
    .why-us .logos-wrap {
        flex-direction: column;

    }

    .why-us .logos-wrap a {
        margin-bottom: 32px;
    }

    .proud-to-serve {
        height: 950px;
    }

    .proud-to-serve .content .content-wrapper {
        margin: 36px;
        border: 1px solid #cda45e;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .proud-to-serve .abs-img {
        position: absolute;
        right: 150px;
        top: -50px;
    }

    .boss-coffe-experience .content .content-wrapper {
        margin-top: 36px;
        border: 1px solid #cda45e;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 36px;
    }

    .coffee-mix-section{
        height: 1350px;
    }
    .why-us{
        margin:120px 0;
    }
    #hero .line-img{
        left: -400px;
    }

}

@media only screen and (max-width: 1025px){
    #hero .line-img{
        left: -400px;
    }
}

@media (min-width: 769px) {
    .gslide-image img {

        width: 1000px;
    }
}

@media only screen and (max-width: 400px) {
    .proud-to-serve {
        height: 1800px !important;
    }
}