/* @font-face {
    font-family: 'Poppins-Light';
    src: url(fontfamily/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(fontfamily/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(fontfamily/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url(fontfamily/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(fontfamily/Poppins-Bold.ttf);
} */

#product-mobile {
    display: none;
}

#product-desktop {
    display: block;
}

.follow-us {
    list-style: none;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins-Regular';
    color: white;
    height: 100%;
    background: url(../images/bg-min.jpg), #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -54px;
}

.messbox {
    z-index: 100;
    position: absolute;
    top: 250px;
    width: 80%;
    height: 30vh;
    background-color: azure;
    left: -35%;
    border-radius: 5px
}

img {
    max-width: 100%;
}

.content p {
    margin: 16px 0 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

img.packman-1 {
    width: 200px;
}

.h1,
h1 {
    font-size: 36px;
    color: red;
}

img.render {
    width: 100%;
    margin: -300px 0px;
}

.main-text H1 {
    TEXT-ALIGN: CENTER;
    color: #fff91f;
    font-size: 48px;
    padding: 0px 0px 15px 0px;
}

img.flavor {
    width: 100%;
    padding-bottom: 32px;
}

.img-section {
    padding: 64px 0px;
}

img.flavor-1 {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 24px;
}

.paragraph p {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin: 0px;
}

.product-sec .col-lg-3 {
    padding: 0;
}

.tp-sec {
    margin: 200px 0 0;
}

.tp-sec .container {
    width: 55%;
    display: flex;
}

.product-sec .container {
    width: 44%;
}

.pack_man_images {
    background: url(../images/red-bg-min.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.header {
    padding: 29px 0px 30px;
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins-Bold';
}

span.t-warning {
    color: #f9ff00;
}

.paragraph {
    padding: 0px 0px 52px 0px;
}

.newsletter .newsletter-form input {
    height: 50px;
    width: 400px;
    padding: 0px 113px 0px 7px;
    border-radius: 25px;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #514F4F;
}

.updates .updates-form input {
    height: 37px;
    width: 400px;
    padding: 0px 113px 0px 7px;
    border-radius: 25px;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #514F4F;
}

.footer ul li a {
    font-size: 15px;
    color: white;
}

.newsletter .newsletter-form button {
    width: 100px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    /*right: 97px;*/
    right: 17%;
    margin-top: 5px;
    display: inline-block;
    /*margin: 0;*/
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #71dcb4;
}

.updates .updates-form button {
    width: 100px;
    height: 26px;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    /*right: 97px;*/
    right: 17%;
    margin-top: 5px;
    display: inline-block;
    /*margin: 0;*/
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    background: #71dcb4;
}

.follow-text {
    padding: 14px 0 0 80px;
    font-size: 17px;
    text-align: left;
}

.banner-sec .container {
    width: 80%;
}

.footer h4 {
    font-family: 'Poppins-SemiBold';
    color: white;
    font-size: 20px;
    padding: 5px 0px;
}

.copyright {
    border-top: 1px solid white;
    padding-top: 15px;
    padding-bottom: 10px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

img.insta {
    width: 50px;
    padding: 8px;
}

img.tele {
    width: 50px;
    padding: 8px;
}

.bg-image {
    background-image: url(../images/buzzbar2.png);
    width: 420px;
    height: 420px;
    margin: 0 auto;
}


/************ Extras ***********/

.btnStyle {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    transition: 300ms ease-out !important;
}

.btnStyle:hover {
    transform: scale(0.9) !important;
}

.btnStyle2 {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    transition: 300ms ease-out !important;
}

.btnStyle2:hover {
    transform: scale(1.1) !important;
}

.block {
    display: block;
}

.content-div {
    width: 50%;
}

.header {
    max-width: 84%;
    margin: 0 auto;
}

@media only screen and (max-width: 1366px) {
    img.packman-1 {
        width: 250px;
    }
    .content p {
        font-size: 24px;
    }
    img.render {
        margin: -274px 0px;
    }
    .paragraph p {
        font-size: 18px;
    }
    .main-text H1 {
        font-size: 36px;
    }
    .packman-sec .container {
        width: 56%;
    }
    .tp-sec {
        margin: 182px 0 0;
    }
}

@media only screen and (max-width: 1200px) {
    img.render {
        margin: -244px 0px;
    }
    .tp-sec {
        margin: 160px 0 0;
    }
}

@media only screen and (max-width:1170px) {
    img.render {
        margin: -200px 0px;
    }
    .header {
        padding: 7px 0px 7px;
    }
    .tp-sec {
        margin: 120px 0 0;
    }
    body {
        background-position: center 0;
    }
}

@media only screen and (max-width: 991px) {
    .paragraph p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 900px) {
    img.render {
        margin: -180px 0px;
    }
    .tp-sec {
        margin: 140px 0 0;
    }
    .pack_man_images {
        background-size: 62%;
    }
}

@media only screen and (max-width: 767px) {
    .messbox {
        position: absolute;
        top: 0px;
        width: 80%;
        height: 30vh;
        background-color: azure;
        left: 10%;
        border-radius: 5px
    }
    .packman-sec .container {
        width: 100%;
    }
    .packman-sec .container .row .flavor {
        width: 30%;
    }
    .product-sec .container {
        width: 100%;
    }
    .main-text H1 {
        font-size: 32px;
    }
    .footer {
        padding-top: 0px;
        text-align: center;
    }
    .packman-sec .container {
        width: 100%;
    }
    .tp-sec .container {
        width: 100%;
        display: block;
    }
    .tp-sec {
        margin: 0px;
    }
    .tp-sec img {
        width: 132px;
        margin: 90px auto 30px;
    }
    .tp-sec {
        text-align: center;
    }
    .banner-sec .container {
        width: 100%;
        margin: 0;
    }
    .header {
        padding: 7px 0px 7px;
        text-align: center;
        font-size: 28px;
        max-width: 100%;
    }
    img.render {
        margin: -290px 0;
    }
    .logo {
        text-align: center;
    }
    #product-mobile {
        display: block;
    }
    #product-desktop {
        display: none;
    }
    .newsletter .newsletter-form button {
        right: 10%;
    }
    .newsletter .newsletter-form input {
        width: 90%;
    }
    .updates .updates-form button {
        right: 6%;
    }
    .updates .updates-form input {
        width: 100%;
    }
    .follow-text {
        padding: 0px 0 0 5px;
    }
}