/* custom style-sheet */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
body {
    font-family: "Poppins", sans-serif;
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

a:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
.min-100 {
    min-height: 100vh;
}
.main-bg {
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
}
.brand {
    padding-top: 10vh;
}
.brand img {
    max-width: 420px;
}
.brand p {
    color: #b29269;
    font-size: 34px;
    margin-top: 10vh;
}

.section02-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section02-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section02-content {
    padding: 5vh 10vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section02-content p {
    margin-bottom: 5vh;
    color: #715745;
}
.section02-content p b {
    color: #bd936d;
}
.section03 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.section03 p {
    position: absolute;
    bottom: 3%;
    left: 5%;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
}
.section04-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section04-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 10vh;
}
.section04-content {
    padding: 5vh 10vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section04-content p {
    margin-bottom: 5vh;
    color: #715745;
}
.section04-content p b {
    color: #bd936d;
}
.section05 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.section05 p {
    position: absolute;
    bottom: 3%;
    left: 5%;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
}
img.white-logo {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 420px;
    margin: 0 auto;
    top: 10vh;
}
.section06-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section06-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section06-content {
    padding: 5vh 10vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section06-content .bottle-image {
    max-width: 200px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.media-object .bottle-ml {
    width: 100px;
    margin-right: 20px;
    text-align: center;
}
.media-object .bottle-ml img.ml250 {
    height: 50px;
}
.media-object h5 {
    color: #715745;
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}
.media-object p {
    color: #715745;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
}
.media-object {
    margin-bottom: 12px;
}
img.ml1000 {
    height: 65px;
}
img.ml3000 {
    height: 80px;
}
.right-side .media-object {
    margin-bottom: 12px;
}
.right-side {
    border-left: 2px solid #715745;
    padding-left: 30px;
}
.section07-image {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section07-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.section07-content {
    padding: 5vh 10vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section07-content p {
    margin-bottom: 15px;
    color: #715745;
    font-size: 12px;
}
.section07-content p b {
    color: #bd936d;
    font-size: 16px;
}
.section07-content-head h3 {
    color: #bd936d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}
.section07-content-head p {
    color: #715745;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 0;
}
.section07-content-head {
    margin-bottom: 20px;
}
.footer-logo {
    max-width: 280px;
}
.footer-content p {
    color: #715745;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 40px;
}
.footer-content a {
    color: #715745;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
}
/*  */

@media screen and (max-width: 1200px) {
    .section02-content,
    .section04-content,
    .section06-content,
    .section07-content {
        padding: 5vh;
    }
}

@media screen and (max-width: 1024px) {
    .section02-image img {
        object-position: 100%;
    }
    .section03 img {
        object-position: 80%;
    }
    .section04-image img {
        padding-right: 0;
        object-position: left;
    }
    .section05 img {
        object-position: 90%;
    }
    .section05::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0.3;
    }
    img.white-logo {
        z-index: 99;
    }
    .section05 p {
        z-index: 99;
    }
    .section06-content .bottle-image {
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .brand img {
        max-width: 290px;
    }
    .brand {
        padding-top: 0;
    }
    .brand p {
        font-size: 26px;
        margin-top: 5vh;
    }
    .section02-content,
    .section04-content,
    .section06-content,
    .section07-content {
        padding: 30px;
    }
    .section03 p,
    .section05 p {
        font-size: 30px;
        text-align: center;
        left: 0;
        right: 0;
    }
    img.white-logo {
        max-width: 290px;
    }
    .footer-logo {
        max-width: 290px;
        margin-bottom: 30px;
    }
    .footer-content p {
        line-height: 28px;
        padding-left: 0;
        text-align: center;
    }
    .section03 img {
        object-position: 80%;
    }
    .section05 img {
        object-position: 80%;
    }

    .section07-content-head h3 {
        margin-top: 60px;
    }
    
}



