/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    color: black;
    background-color: black;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
body.locked {
    overflow: hidden;
}
img {
    width: 100%;
}
h1 {
    color: #CEFF8C;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 113.535px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 3%;
}
h2 {
    color: #CEFF8C;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%; /* 68.473px */
}
h3 {
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    line-height: 53px;
    padding-left: 20px;
    margin-bottom: 1%;
}
h4 {
    color: #52708E;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 71.5px; /* 111.719% */
    margin-bottom: 18px;
}
p {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 17.428px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
hr {
    border-top: 2px solid black;
    max-width: 207px;
    margin-bottom: 45px;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}
.flex {
    display: flex;
}
.flex .col-md-6 {
    width: 50%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: #4fcf22;
    
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
button {
    border-radius: 7.476px;
    padding: 1% 5% .5% 5%;
    border: 1px solid #CEFF8C;
    border-radius: 17.024px;
    background: #CEFF8C;
    color: #272B34;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 33.854px;
    font-style: normal;
    font-weight: 700;
}
button:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}
section.top {
    background-image: url("../img/gr-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    min-height: 3000px;
    background-color: #272b34;
    overflow: hidden;
}
section.top .container {
    padding: 5% 10%;
    background-color: transparent;
    background-position: 100% 0%;
}

.top .logo {
    margin-bottom: 5%;
}
.top .logo img {
    max-width: 300px;
}
.top h1 span {
    font-size: 70px;
    color: white;
}
.top .callout {
    max-width: 800px;
    text-align: left;
    position: relative;
}
.top .callout.got-here {
    left: 40%;
    max-width: 600px;
    margin-top: 10%;
}
.top .callout.philosophy {
    left: 45%;
    max-width: 550px;
    margin-top: 7%;
}
.top .product img {
    max-width: 800px;
}
.top .bottles {
    text-align: right;
    padding-right: 10%;
    margin-top: 5%;
}
.top .bottles img {
    max-width: 500px;
}

.testimonials {
    position: relative;
    left: 50%;
    margin-top: 5%;
}
.testimonials h2 {
    color: white;
    font-size: 73.561px;
}
.testimonials .container {
    padding: 3% 10% 3% 15%;
}
.testimonials .col-md-4 {
    max-width: 300px;
}
.testimonials .testBox {
    background-color: #191a23;
    border-radius: 20px;
    padding: 8%;
    min-height: 120px;
    display: flex;
    align-items: center;
}
.testimonials .testBox p {
    font-size: 14px;
    color: white;
    line-height: 15px;
    font-weight: 500;
}
.testimonials p.signature {
    color: white;
    margin-top: 8%;
    font-size: 18px;
    font-weight: 800;
}
.testimonials .starry {
    margin-bottom: 3%;
}
.testimonials .starry img {
    max-width: 50%;
}
.testimonials .triangle {
    width: 30px;
    position: relative;
    margin-left: 10%;
}
.testimonials .triangle img {
    top: 0;
    position: absolute;
}

.container.logos {
    background-color: white;
}

footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    text-align: center;
    background: #000;
    color: black;
    padding: 3% 10%;
    font-weight: 700;
}
footer.col-lg-12 {
    padding-left: 10%;
    padding-right: 10%;
    align-items: center;
}
footer a {
    color: #262626;
    font-weight: 700;
    text-decoration: underline;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
footer img {
    max-width: 277px;
}
footer .logo {
    text-align: left;
}
footer .butt {
    text-align: right;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 50%;
}
footer button {
    width: 307px;
    padding: 2% 7%;
}

/*owl carousel*/
.owl-carousel.owl-drag .owl-item {
    
}
.owl-theme .owl-nav {
    margin-top: 10px;
    right: -15%;
    position: absolute;
    bottom: 30%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 26px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    display: none;
}
.owl-dots button {
    width: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid white;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1500px) {

    section.top {
         min-height: 2800px;
    }
    .top .bottles {
        padding-right: 0;
    }
   
}

@media (max-width: 1400px) {

    
    .top .bottles {
        padding-right: 0;
    }
   
}

@media (max-width: 1200px) {

    section.top {
         min-height: 2000px;
    }
    .top .product img {
        max-width: 650px;
    }
    .top .bottles img {
        max-width: 400px;
    }
   
}


/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 30px;
    }
    p {
        font-size: 14px;
    }
    .flex {
        display: block;
    }
    button {
        width: 100%;
    }
    section.top {
        background-image: url("../img/gr-bgm.jpg");
    }
    .top h1 span {
        font-size: 30px;
        line-height: 40px;
    }
    .top .callout.got-here {
        left: 0;
    }
    .top .callout.philosophy {
        left: 0;
    }
    .top .bottles {
        text-align: center;
    }
    .top .bottles img {
        max-width: 300px;
    }
    .testimonials {
        left: 0;
    }
    .testimonials .col-md-4 {
        max-width: none;
    }
    .testimonials .testBox {
        justify-content: center;
    }
    .testimonials p.signature {
        margin: 2% 0;
    }
    footer {
        background-image: none;
    }
    footer.col-lg-12 {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    footer .logo {
        display: none;
    }
    footer .col-md-6.butt {
        width: 100%;
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    footer img {
        max-width: 116px;
    }
    footer button {
        font-size: 16px;
        padding: 12px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  