:root {
    --yellow: #f7ca3e;
}

* {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    /* text-transform: capitalize; */
    transition: all 0.2s linear;
}


/**Contact Section**/

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-section {
    align-self: flex-start;
    flex-shrink: 0.5;
    width: 111%;
    height: 51px;
    /* background-color: #0d2d3a; */
    background: hsl(0, 95%, 75%);
    /* padding: 10px 197px; */
    padding: 10px 410px;
    margin: 0px -130px;
}

.home-content {
    margin: 171px 260px;
}


/* .contact {
    position: relative;
    animation: heading;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes contact {
    0% {
        top: -100px;
    }
    100% {
        top: 0px;
    }
} */

.contact-section p a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
    margin-right: 5px;
    align-items: flex-end;
}

.distributor-tab {
    background-color: #0d2d3a;
    height: 80px;
    padding: 20px 34px;
    /* margin-right: auto; */
    right: 0;
    display: table;
    /* margin: 30px 0; */
    float: right;
    padding: auto 1%;
    /* margin: 0px 770px; */
    /* width: 200px;
    float: right; */
    /* margin: 0 57%; */
    justify-items: end;
    align-content: end;
    display: flex;
    /* display: grid; */
    /* justify-content: end; */
    flex-direction: row;
    /* justify-content: flex-end; */
    position: absolute;
}

.mail-section {
    display: flex;
    margin: 5px 0;
}

.mail-section p {
    margin: 6px 1px;
}

.mail-section .fas {
    background-color: #0d2d3a;
    border-radius: 50%;
    color: white;
    margin: 0px 8px;
    padding: 8px 8px;
    font-size: 1.2rem;
}

.fab,
.far {
    font-weight: 400;
    padding: 10px 10px;
    font-size: 20px;
    color: black;
}


/***Root Selection***/

h1,
h3 {
    font-family: "Oswald", sans-serif;
}

*::selection {
    background: var(--yellow);
    color: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    /* height:200rem; */
}

html::-webkit-scrollbar {
    width: 1.4rem;
}

html::-webkit-scrollbar-track {
    background: #333;
}

html::-webkit-scrollbar-thumb {
    background: var(--yellow);
}

section {
    min-height: 100vh;
    padding: 1rem 10%;
    padding-top: 8.5rem;
}

.contact {
    height: 50px;
    background-color: #000000;
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 100;
}

.btn {
    font-size: 1.7rem;
    padding: 0.7rem 4rem;
    border-radius: 5rem;
    margin-top: 1rem;
    background: none;
    color: #333;
    cursor: pointer;
    border: 0.2rem solid var(--yellow);
}

.btn:hover {
    background: var(--yellow);
}

.heading {
    text-align: center;
    font-size: 4rem;
    padding: 0 0.5rem;
    color: #333;
}

.heading span {
    color: var(--yellow);
}

header {
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 15%;
    /* background: #fff; */
    background: hsl(0, 95%, 75%);
    padding: 1.5rem 10%;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

header .logo img {
    position: absolute;
    height: 15em;
    width: 15rem;
    margin: 7px -70px;
    background: rgb(255, 255, 255);
    /* border-radius: 10%; */
    padding: 10px 10px;
    border-radius: 100%;
    top: 8px;
    box-shadow: 0rem 1px 1px 0.4rem #b5b2b2;
}


/* header .logo img {
    height: 8rem;
    width: 8rem;
    margin: 0px -57px;
} */

header .navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

header .navbar ul li {
    margin-left: 5rem;
    padding: 20px 0px;
}

header .navbar ul li a {
    font-size: 1.7rem;
    color: #666;
}

header .navbar ul li a.actives,
header .navbar ul li a:hover {
    color: var(--yellow);
}

header #menu-bar {
    font-size: 3rem;
    color: #666;
    cursor: pointer;
    display: none;
}

.image-home {
    height: 100%;
}

.home {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    overflow: hidden;
    top: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    background-image: url(./home-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    /* top: 55px; */
    margin: 5rem 0px;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
    display: flex;
}

.image {
    box-shadow: 20 1rem 1rem rgba(241, 7, 7, 0.349);
    box-shadow: 0px 0px 5px rgb(197, 102, 102);
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}

.home::before,
.home::after {
    content: "";
    position: absolute;
    top: 5rem;
    right: -6rem;
    /* background: var(--yellow); */
    border-radius: 3rem;
    transform: rotate(90deg);
    height: 40rem;
    width: 70rem;
    z-index: -2;
    animation: animte 1s linear 1;
}

@keyframes animte {
    0% {
        transform: rotate(45deg) translateY(-40rem);
    }
}

.home::before {
    /* top: 1rem; */
    /* box-shadow: 0 1rem 4rem rgba(0, 0, 0, .1); */
    z-index: -1;
    top: 6rem;
    background: transparent;
    /* background: #F7CA3E; */
    /* box-shadow: 0 1rem 4rem rgba(241, 7, 7, 0.349); */
    max-width: 500px;
    top: 269px;
    right: 34px;
}

.home .image {
    margin: -100px 0px;
    flex: 1 1 39rem;
}

.home .image img {
    width: 125%;
    /* animation: animte 2s linear 1; */
    margin: 130px -15px;
}

.home .content {
    flex: 1 1 39rem;
}

.home .content h3 {
    color: #333;
    font-size: 6rem;
}

.home .content p {
    color: #666;
    font-size: 2rem;
    padding: 1rem 0;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.about .image {
    flex: 1 1 40rem;
    height: 50rem;
    background: url(about-frame-img.png), url(satuu-drink\ 2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}

.about .content {
    flex: 1 1 40rem;
    padding: 2rem;
}

.about .content h3 {
    font-size: 4rem;
    color: #333;
}

.about .content p {
    font-size: 1.6rem;
    color: #666;
    padding: 1rem 0;
}

.menu .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 1rem 0;
    margin: 2rem 0;
    border-top: 0.3rem dashed rgba(0, 0, 0, 0.2);
    border-bottom: 0.3rem dashed rgba(0, 0, 0, 0.2);
}

.menu .list .btn {
    margin: 1rem;
}

.menu .list .btn.active,
.menu .list .btn:hover {
    background: var(--yellow);
    color: #fff;
}

.menu .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu .row .image {
    margin: 2rem;
    padding: 2rem;
    flex: 1 1 40rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.vid2 {
    width: 100% !important;
}

.menu .row .content {
    flex: 1 1 40rem;
}

.menu .row .content .info {
    padding: 1rem 0;
}

.menu .row .content .info h3 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    color: #333;
}

.menu .row .content .info h3 span {
    padding-right: 1rem;
    color: var(--yellow);
}

.menu .row .content .info p {
    padding: 1rem 0;
    padding-left: 4.5rem;
    font-size: 1.5rem;
    color: #666;
}

.prod {
    color: white;
}


/* .popular {
    background: linear-gradient( rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(popular-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
} */

.popular .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.popular .box-container .box {
    background: #fff;
    width: 35rem;
    padding: 2rem;
    margin: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
    text-align: center;
}

.popular .box-container .box img {
    height: 20rem;
    width: 100%;
    object-fit: cover;
}

.popular .box-container .box h3 {
    color: #333;
    font-size: 3rem;
    font-weight: normal;
}

.popular .box-container .box .stars i {
    color: var(--yellow);
    font-size: 2rem;
    padding: 1rem 0.1rem;
}

.popular .box-container .box .price {
    color: #666;
    font-size: 2.5rem;
}

.popular .box-container .box:hover {
    transform: scale(1.02);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}

.smggallery {
    background-image: url("./product-bgs.jpg");
}

.gallery .box-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .box-container .box {
    height: 26rem;
    width: 30rem;
    margin: 2rem;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.gallery .box-container .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.gallery .box-container .box h3 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 3rem;
    opacity: 0;
}

.gallery .box-container .box:hover h3 {
    top: 50%;
    opacity: 1;
    transition-delay: 0.2s;
}

.gallery .box-container .box::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.424);
    transition: 0.2s linear;
}

.gallery .box-container .box:hover::before {
    top: 0;
}


/* .order {
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
} */

.order .row {
    display: flex;
    background: #fff;
    margin: 2rem 0;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
}

.order .row .image {
    flex: 1 1 40%;
}

.order .row .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.order .row form {
    flex: 1 1 60%;
    background: #fff;
    padding: 2rem;
}

.order .row form .box {
    padding: 1rem;
    margin: 1rem 0;
    font-size: 1.5rem;
    color: #333;
    text-transform: none;
    background: #f0f0f0;
    width: 100%;
}

.order .row form .box::placeholder {
    text-transform: capitalize;
}

.order .row form .address {
    resize: none;
    height: 15rem;
}

.footer {
    background: #282727;
    padding: 1rem 7%;
    /* font-size: 2px !important; */
}

.footer .box-container {
    display: flex;
    flex-wrap: wrap;
}

.footer .box-container .box {
    flex: 1 1 25rem;
    margin: 0.5rem;
}

.footer .box-container .box h3 {
    font-size: 2rem !important;
    color: #fff;
    padding: 1rem 0;
    font-weight: normal;
}

.footer .box-container .box p {
    font-size: 1.4rem !important;
    color: #eee;
    padding: 1rem 0;
}

.footer .box-container .box a {
    font-size: 1.4rem !important;
    color: #eee;
    padding: 1rem 0;
    display: block;
}

.footer .box-container .box a:hover {
    color: var(--yellow);
}

.footer .box-container .box p i {
    padding-right: 0.5rem;
    color: var(--yellow);
}

.footer .credit {
    font-size: 1.8rem;
    text-align: center;
    border-top: 0.2rem solid rgba(255, 255, 255, 0.7);
    padding: 2rem 1rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    color: #fff;
}

.footer .credit a {
    color: var(--yellow);
}

.social-menu ul {
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    /* transform: translate(-50%, -50%); */
    padding: 0px;
    margin: 0;
    /* display: flex; */
}

.social-menu ul li {
    list-style: none;
    margin: 0px 10px;
    padding: 3px 0px;
}

.social-menu ul li .fa {
    color: #000000;
    font-size: 15px !important;
    /* line-height: 50px; */
    transition: 0.5s;
}

.social-menu ul li .fa:hover {
    color: #ffffff;
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0, 0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}

.social-menu ul li:nth-child(1) a:hover {
    background-color: #3b5999;
}

.social-menu ul li:nth-child(2) a:hover {
    background-color: #e93187;
}

.social-menu ul li:nth-child(3) a:hover {
    background-color: #e4405f;
}

.social-menu ul li:nth-child(4) a:hover {
    background-color: #1fa4cd;
}

.social-menu ul li:nth-child(5) a:hover {
    background-color: #0077b5;
}


/* media queries  */

@media (max-width: 991px) {
    html {
        font-size: 55%;
    }
    .home::before,
    .home::after {
        display: none;
    }
}

@media (max-width: 1176px) {
    .mail-section {
        display: none;
    }
    .social-media {
        display: none;
    }
    .distributor-tab p a {
        font-size: 10px;
        text-align: center;
        padding: 50% 0;
    }
}

@media (max-width: 768px) {
    header #menu-bar {
        display: block;
    }
    header .navbar {
        position: fixed;
        top: 8rem;
        left: 0;
        width: 100%;
        background: var(--yellow);
        border-top: 0.2rem solid rgba(0, 0, 0, 0.1);
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
    }
    header .navbar ul {
        flex-flow: column;
        padding: 2rem;
    }
    header .navbar ul li {
        margin: 1.5rem;
        width: 100%;
    }
    header .navbar ul li a {
        display: block;
        color: #fff;
        padding-left: 2rem;
        border-left: 0.2rem solid #fff;
        font-size: 2rem;
    }
    header .navbar ul li a:hover,
    header .navbar ul li a.active {
        color: #333;
        border-color: #333;
    }
    .fa-times {
        transform: rotate(180deg);
    }
    header .navbar.nav-toggle {
        transform: scaleY(1);
        opacity: 1;
    }
    .home .content {
        text-align: center;
    }
    .home .content h3 {
        font-size: 4.5rem;
    }
    .order .row .image {
        display: none;
    }
    .home {
        background-size: cover;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 50%;
    }
    section {
        padding: 1rem 5%;
        padding-top: 8.5rem;
    }
}


/* background: hsl(69deg 100% 71%); */

.headings {
    text-align: center;
    font-size: 4rem;
    padding: 0 0.5rem;
    color: #fff;
}

.headings-p {
    color: var(--yellow) !important;
}

.fa-youtube:before {
    content: "\f167";
    color: red;
}

.fa-facebook:before {
    content: "\f09a";
    color: #0000ffa1;
}

.fa-instagram:before {
    content: "\f16d";
    color: #ff086e;
}

nav ul ol {
    position: absolute;
    top: 72px;
    margin: 0px -20px;
    list-style: none;
    display: none;
    padding: 5px 0px;
    background: hsl(0, 95%, 75%);
    /* margin: 20px -14px; */
}

nav ul li:hover>ol {
    display: block;
}

nav ul ol li {
    float: none;
    display: list-item;
    position: relative;
    width: 93px;
    height: 56px;
    padding: -3px 20px;
    margin: -11px 0px;
}

nav ul ol li a {
    margin: 0px -24px;
}

.fas {
    margin-left: 5px;
    padding-top: 2px;
    font-size: 18px;
    color: #666;
}

nav ul ol ol li {
    position: relative;
}

nav ul ol ol {
    /* background: hsl(0deg 100% 91%); */
    padding: 0px -47px;
    margin: -65px 88px;
    width: 135%;
}

.distributor-tab p a {
    font-size: 15px;
}

.distributor-tab p {
    line-height: 375%;
}

.home-content p {
    margin: 0px -80px;
}