:root {
    --pink: hsl(0, 95%, 75%);
    --yellow: #F7CA3E;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}

section {
    padding: 2rem 9%;
    /* background: #eee; */
}


/**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;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    overflow-x: hidden;
}

.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;
    /* margin: 30px 0; */
    padding: 30px 10px;
    margin: 0px 750px;
    width: 208px;
    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 {
    padding: 1rem 10%;
    padding-top: 0rem;
}

.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;
}

section {
    padding: 2rem 9%;
    /* background: #eee; */
}

.heading {
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    /* background: hsl(0, 100%, 92%); */
}

.heading span {
    color: var(--yellow);
}

.heading {
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    /* background: hsl(0, 100%, 92%); */
}

.heading span {
    color: var(--yellow);
}

.heading {
    text-align: center;
    font-size: 4rem;
    color: #333;
    padding: 1rem;
    margin: 2rem 0;
    /* background: hsl(0, 100%, 92%); */
}

.heading span {
    color: var(--yellow);
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;
    font-size: 1.7rem;
}

.btn:hover {
    background: var(--yellow);
}


/* header{
    position: fixed;
    top:0; left:0; right:0;
    background:#fff;
    padding:2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}

header .logo{
    font-size: 3rem;
    color:#333;
    font-weight: bolder;
}

header .logo span{
    color:var(--pink);
}

header .navbar a{
    font-size: 2rem;
    padding:0 1.5rem;
    color:#666;
}

header .navbar a:hover{
    color:var(--pink);
}

header .icons a{
    font-size: 2.5rem;
    color:#333;
    margin-left: 1.5rem;
}

header .icons a:hover{
    color:var(--pink);
}

header #toggler{
    display: none;
}

header .fa-bars{
    font-size: 3rem;
    color:#333;
    border-radius: .5rem;
    padding:.5rem 1.5rem;
    cursor: pointer;
    border:.1rem solid rgba(0,0,0,.3);
    display: none;
} */

.home {
    display: flex;
    align-items: center;
    min-height: 100vh;
    margin: 8rem 0;
    background: url(./dalia-web-banner-3\ \(3\).png) no-repeat;
    background-size: cover;
    background-position: center;
}

.home .content {
    max-width: 50rem;
}

.home .content h3 {
    font-size: 6rem;
    color: var(--yellow);
}

.home .content span {
    font-size: 3.5rem;
    color: var(--yellow);
    padding: 1rem 0;
    line-height: 1.5;
}

.home .content p {
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
    line-height: 1.5;
}

.about .row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;
}

.about .row .video-container {
    flex: 1 1 20rem;
    position: relative;
}

.about .row .video-container img {
    width: 100%;
    border: 1.5rem solid black;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem 1rem var(--yellow);
    height: 100%;
    object-fit: cover;
}

.about .row .video-container h3 {
    position: absolute;
    top: 7%;
    transform: translateY(-50%);
    font-size: 3rem;
    background: #fff;
    width: 92%;
    padding: 1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
    right: 17px;
}

.about .row .content {
    flex: 1 1 40rem;
    padding: 75px;
}

.about .row .content h3 {
    font-size: 3rem;
    color: #333;
}

.about .row .content p {
    font-size: 1.5rem;
    color: #999;
    padding: .5rem 0;
    padding-top: 1rem;
    line-height: 1.5;
}

.icons-container {
    background: #eee;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 10rem;
    margin: -12px 0px;
}

.icons-container .icons {
    background: #fff;
    border: .1rem solid rgba(0, 0, 0, .1);
    padding: 2rem;
    display: flex;
    align-items: center;
    flex: 1 1 25rem;
}

.icons-container .icons img {
    height: 5rem;
    margin-right: 2rem;
}

.icons-container .icons h3 {
    color: #333;
    padding-bottom: .5rem;
    font-size: 1.5rem;
}

.icons-container .icons span {
    color: #555;
    font-size: 1.3rem;
}


/* media queries  */

@media (max-width:991px) {
    html {
        font-size: 55%;
    }
    header {
        padding: 2rem;
    }
    section {
        padding: 2rem;
    }
    .home {
        background-position: left;
    }
}

@media (max-width:768px) {
    header .fa-bars {
        display: block;
    }
    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #eee;
        border-top: .1rem solid rgba(0, 0, 0, .1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    header #toggler:checked~.navbar {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    header .navbar a {
        margin: 1.5rem;
        padding: 1.5rem;
        background: #fff;
        border: .1rem solid rgba(0, 0, 0, .1);
        display: block;
    }
    .home .content h3 {
        font-size: 5rem;
    }
    .home .content span {
        font-size: 2.5rem;
    }
    .icons-container .icons h3 {
        font-size: 2rem;
    }
    .icons-container .icons span {
        font-size: 1.7rem;
    }
}

@media (max-width:450px) {
    html {
        font-size: 50%;
    }
    .heading {
        font-size: 3rem;
    }
}

:root {
    /* --clr-neon: hsl(317 100% 54%); */
    --clr-neon: hsl(0, 95%, 75%);
    --clr-bg: hsl(323 21% 16%);
    --yellow: #F7CA3E;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.neon-button {
    font-size: 2rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: var(--clr-neon);
    border: var(--clr-neon) 0.125em solid;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em currentColor;
    box-shadow: inset 0 0 0.5em 0 var(--clr-neon), 0 0 0.5em 0 var(--clr-neon);
    position: relative;
    float: right;
    margin: 35px -100px;
    top: 90px;
}

.neon-button::before {
    pointer-events: none;
    content: "";
    position: absolute;
    background: var(--clr-neon);
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(1em) rotateX(40deg) scale(1, 0.35);
    filter: blur(1em);
    opacity: 0.7;
}

.neon-button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 2em 0.5em var(--clr-neon);
    opacity: 0;
    background-color: var(--clr-neon);
    z-index: -1;
    transition: opacity 100ms linear;
}

.neon-button:hover,
.neon-button:focus {
    color: var(--yellow);
    text-shadow: none;
}

.neon-button:hover::before,
.neon-button:focus::before {
    opacity: 1;
}

.neon-button:hover::after,
.neon-button:focus::after {
    opacity: 1;
}

.hello {
    margin: 0px 270px;
}

.info-back {
    background-size: cover;
    width: 101%;
    height: 40rem;
    margin: -13px -10px;
}

.info-back2 {
    background-size: cover;
    width: 101%;
    height: 65rem;
    margin: -10px 0px;
}

.iconsmg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.about {
    margin: -60px 0px;
    /* top: 2px; */
    bottom: 100px;
    position: relative;
}

.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;
    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%;
}