@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
    }

    .combnotes .combnotes-one .picture {
        height: 350px;
    }
    

    .combnotes .combnotes-one .combnotes-one__info {
        height: 350px;
        margin-top: -350px;
    }
}

@media (max-width: 991px) {
    .hivehead .beemark {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    .hivehead .foragebar{
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        z-index: 1000;
        flex-direction: column;
        background: #2B1A0E;
        padding: 20px 0;
        opacity: 0;
        gap: 16px;
        transform: translateY(-10px);
        pointer-events: none;
        transition: opacity .3s ease, transform .3s ease;
    }

    .hivehead .foragebar.active{
        opacity: 1;
        transform: translateY(0);
    }

    .hivehead  .foragebar.active .foragebar__one {
        margin: 0;
    }

    .hivehead  .foragebar.active .foragebar__one a {
        color: #FFF9EC;
        font-size: 18px;
        text-decoration: none;
    }

    .nectarset__card .picture {
        margin: 0 auto;
    }

    .nectarset__card .info {
        margin-left: 0;
        box-shadow: none;
        padding: 0;
        margin-top: 10px;
        text-align: center;
    }

    .combnotes .combnotes-one .picture img {
        width: 175%;
    }

    .waypost__one:last-of-type {
        margin-bottom: 10px;
    }

    .waypost .row div:last-child .waypost__card .waypost__one:last-child {
        margin-bottom: 0;
    }

    .duo-hiveform .hiveform__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .nectarset__card {
        text-align: center;
    }

    .nectarset__card .picture {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .beeques .beeques__all .beeques__one p:first-child {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

    .beeques .beeques__all .beeques__one p:last-child {
        margin-left: 0px;
    }

    .combnotes .row div:last-of-type .combnotes-one {
        margin-bottom: 0;
    }

    .hivefoot .beemark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .hivefoot .foragebar .foragebar__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .hivefoot .foragebar .foragebar__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .honeyhero .pasth1-v2 {
        margin-top: 20px;
    }

    .honeyhero a {
        margin-top: 20px;
    }

    .combnotes .combnotes-one .picture img {
        width: 185%;
    }
}