: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: 10%; */
    /* margin: 30px 0; */
    padding: auto 0;
    /* margin: 0px 770px; */
    width: 221px;
    right: 0;
    padding: 5% 2%;
    text-align: center;
    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;
}

.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-image: url(web-home-cropped.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}

.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.JPG) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}

.about .image2 {
    flex: 1 1 40rem;
    height: 50rem;
    background: url(about-frame-img.png), url(smg-kid.JPG) no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
}

.about .image3 {
    flex: 1 1 40rem;
    height: 50rem;
    background: url(about-frame-img.png), url(smg-kid2.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.actives,
.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);
}

.menu .row .image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.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;
}

.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);
}

.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;
}

.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%;
}

.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: 2.5rem;
    color: #fff;
    padding: 1rem 0;
    font-weight: normal;
}

.footer .box-container .box p {
    font-size: 1.7rem;
    color: #eee;
    padding: 1rem 0;
}

.footer .box-container .box a {
    font-size: 1.7rem;
    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: 2rem;
    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: 5px;
    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: 20px;
    /* 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: 15px;
        text-align: center;
        padding: 50% 0;
    }
}

@media (max-width: 800px) {
    header #menu-bar {
        display: block;
        z-index: 20;
    }
    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.actives {
        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;
    }
    nav ul ol {
        /* display: block !important; */
        /* right: 0; */
        width: 25%;
        /* height: 20px; */
        margin: 2% 0;
        padding: 0 5% !important;
    }
    nav ul ol li ol {
        padding: 0 20px;
        padding: 0px 25% !important;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 50%;
    }
    section {
        padding: 1rem 5%;
        padding-top: 8.5rem;
    }
}

.wrapper {
    margin-top: 10%;
}

.wrapper h1 {
    font-family: "Allura", cursive;
    font-size: 52px;
    margin-bottom: 60px;
    text-align: center;
}

.teama {
    display: flex;
    justify-content: center;
    width: auto;
    text-align: center;
    flex-wrap: wrap;
}

.teama .team_member {
    background: #fff;
    margin: 5px;
    margin-bottom: 50px;
    width: 350px;
    padding: 20px;
    line-height: 40px;
    color: #ffff;
    position: relative;
    height: 250px;
}

.teama .team_member h3 {
    color: #ffff;
    font-size: 26px;
    margin-top: 50px;
}

.teama .team_member p.role {
    color: #ccc;
    margin: 12px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.teama .team_member .team_img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}

.teama .team_member .team_img img {
    width: 220px;
    height: 100px;
    padding: 5px;
    margin: 0px -58px;
}

.tm1 {
    background: #ec691f !important;
}

.tm2 {
    background: #83b332 !important;
}

.tm3 {
    background: #009846 !important;
}

.team_p {
    font-size: 14px;
}


/* HEHE BOI*/


/* .conti {
    height: auto;
    width: 100vw;
    display: grid;
    place-items: center;
    color: black;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 100px);
}

.box-conti {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 90vw;
    margin-top: 2rem;
}

.conti h1 {
    margin: 2rem 0;
    font-size: 4rem;
    position: relative;
}

.conti h1::before,
.conti h1::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: yellow;
    height: .3rem;
}

.conti h1::before {
    width: 60%;
    bottom: -2rem;
}

.conti h1::after {
    width: 80%;
    bottom: -1rem;
}

.boxu {
    height: 25rem;
    width: 32rem;
    border-radius: .5rem;
    margin: 1rem;
    text-align: center;
    cursor: pointer;
    box-shadow: .25rem .25rem .25rem #ccc, -.25rem .25rem .25rem #ccc;
}

.boxu:hover {
    box-shadow: inset .25rem .25rem .25rem #ccc, inset -.25rem .25rem .25rem #ccc;
}

.boxu img {
    height: 10rem;
    margin-top: 2rem;
}

.boxu h2 {
    font-size: 2rem;
}

.boxu h4 {
    color: black;
}

.boxu p {
    padding: 1rem;
    font-size: 1.1rem;
}

.boxu p i {
    font-size: 2rem;
    padding: 0 .2rem;
    color: blue;
}

@media (max-width:377px) {} */


/* HEHE BOI 2*/

.contain {
    width: 90%;
    margin: 50px auto;
}

.headingss {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}

.headingss {
    position: relative;
}

.rowes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}

.card {
    width: 40%;
    /* background: #fff; */
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    /* border: 1px solid #ccc; */
    /* margin-bottom: 50px; */
    transition: 0.3s;
    margin: 20px 40px;
    border-radius: 35px;
}

.card-header {
    text-align: center;
    padding: 50px 10px;
    /* background: linear-gradient(to right, #ff416c, #ff4b2b); */
    background: rgba(255, 255, 255, 0.895);
    color: #fff;
}

.card-body {
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
}

.card-body .btn {
    display: block;
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    margin-top: 30px;
    text-decoration: none;
    padding: 10px 5px;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}

.headingss h3 {
    font-size: 14px !important;
    font-style: normal !important;
    margin: 20px 60px;
}

@media screen and (max-width: 1000px) {
    .card {
        width: 90%;
    }
}

@media screen and (max-width: 620px) {
    .container {
        width: 100%;
    }
    .heading {
        padding: 20px;
        font-size: 20px;
    }
    .card {
        width: 100%;
    }
}

.headingss h1::before,
.headingss h1::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--yellow);
    height: .3rem;
}

.headingss h1::before {
    width: 60%;
    bottom: -2rem;
}

.headingss h1::after {
    width: 80%;
    bottom: -1rem;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    transform: translate(10%, 10%);
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
}

.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;
}

.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;
    padding: 2% 0px;
    display: none;
    padding: 5px auto;
    background: hsl(0, 95%, 75%);
    /* margin: 20px -14px;
    /* 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%;
}

.smg {
    color: var(--yellow);
}


/* .distributor-tab p a {
    font-size: 15px;
} */


/* .distributor-tab p {
    line-height: 375%;
} */


/* .home-content p {
    margin: 0px -80px;
} */