: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;
    /* margin: 30px 0; */
    padding: 30px 10px;
    margin: 0px 770px;
    width: 203px;
    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;
}


/*Contact Us*/

.contact-us {
    position: relative;
    width: 100%;
    padding: 160px 100px;
}

.contact-us .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em !important;
}

.contact-us h2 {
    color: var(--yellow);
    font-weight: 500;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 65px;
}

.contact-us p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 27px;
}

.box {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: "form info" "form map";
    grid-gap: 20px;
    margin-top: 20px;
    margin-left: -72px;
    top: 200px
}

.form {
    grid-area: form;
}

.info {
    grid-area: info;
}

.map {
    grid-area: map;
}

.contact {
    padding: 40px;
    /* background-color: #fff; */
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.5);
    height: 50%;
    width: 125%;
    background: linear-gradient(rgba(180, 180, 180, 0.7), rgba(204, 204, 204, 0.7)), url("firmbee-com-SpVHcbuKi6E-unsplash.jpg") center center/cover no-repeat;
}

.contact h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0em !important;
    font-weight: 500;
    color: var(--yellow) !important;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}


/*Formbox*/

.formbox {
    position: relative;
    width: 100%;
    opacity: 0.8;
}

.formbox .row50 {
    display: flex;
    gap: 20px;
}

.inputbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}

.formbox .row100 .inputbox {
    width: 100%;
}

.inputbox span {
    /* color: #18b7ff; */
    color: var(--yellow);
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.5rem;
}

.inputbox input {
    padding: 10px;
    font-size: 1.5em !important;
    outline: none;
    border: 1px solid #333;
}

.inputbox textarea {
    padding: 10px;
    font-size: 1.5em !important;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}

.inputbox input[type="submit"] {
    background: #F76407;
    color: #fff;
    border: none;
    font-size: 1.1em !important;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}

.inputbox ::placeholder {
    color: #999;
}


/*Infobox*/

.info {
    background: hsl(0, 95%, 75%);
    ;
    height: 91.2%;
    /* width: 120%; */
    width: 81%;
    margin: 0px 135px;
    padding: 85px 20px;
}

.info h3 {
    color: #fff;
}

.info .infobox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.info .infobox div span {
    min-width: 40px;
    height: 40px;
    color: #fff;
    background: #18b7ff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    border-radius: 50%;
    margin-right: 15px;
}

.info .infobox div p {
    color: #fff;
}

.info .infobox div a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}


/*Icons*/

.sci {
    margin-top: 40px;
    display: flex;
}

.sci li {
    list-style: none;
    margin-right: 15px;
}

.sci li a {
    color: #fff;
}

.sci li a {
    font-size: 2em;
    color: #ccc;
}

.sci li a:hover {
    color: #fff;
}


/*Map*/

.map {
    padding: 25px;
    height: 525px;
    width: 800px;
    align-content: center;
    /* left: -94px; */
    position: absolute;
    right: 181px;
    /* justify-content: center; */
    display: flex;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/*Media Queries*/


/* @media(max-width: 991px) {
    body {
        background: #E32112;
    }
    .contact-us {
        padding: 20px;
    }
    .box {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: "form" "info" "map";
    }
    .map {
        min-height: 300px;
    }
    .formbox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .inputbox {
        width: 100%;
    }
    .contact {
        padding: 30px;
    }
    .map {
        padding: 0;
        min-height: 300px;
    }
}


/*Footer*/


/* footer {
    position: fixed;
    bottom: 0;
}  */


/* @media (max-height:900px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #E32112;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
    margin-top: auto;
    position: static;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */


/* .footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #ffffff;
    font-size: 37px;
    margin: 0;
}

.footer-distributed h3 span {
    color: #e0ac1c;
} */


/* Footer links */


/* .footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: white;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
 */


/* Footer Center */


/* .footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 17px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #e0ac1c;
    text-decoration: none;
    ;
} */


/* Footer Right */


/* .footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 22px;
    color: white;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #3F71EA;
}

.footer-links a:hover {
    color: #3F71EA;
} */


/* @media (max-width: 600px) {
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
    .footer {
        position: static;
    }
    .footer-distributed .footer-center p {
        display: block;
        margin: 5px 20px 11px 13px;
    }
} */


/*******Media Query**********/


/* @media(max-width: 600px) {
    .header {
        width: 100%;
    }
    #main-menu {
        max-width: 100%;
    }
    .checkbtn {
        display: block;
    }
    .nav ul li a {
        font-size: 16px;
    }
    nav ul ul {
        height: 280px;
    }
    nav ul li:hover ul {
        min-height: 10px;
        display: block;
        position: inherit;
        top: 10px;
        opacity: 1;
        visibility: visible;
        transition: .3s linear;
        background: #063247;
    }
    nav ul li:hover {
        top: 70px;
        opacity: 1;
        visibility: visible;
    }
    .fas {
        margin-left: 5px;
    }
    #menu {
        margin-left: 0px;
        margin-top: 18px;
        padding: 0 25%;
    }
    ul {
        position: fixed;
        width: auto;
        height: 100vh;
        background: #E32112;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li {
        display: block;
        margin: 40px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
    }
    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }
    #check:checked~ul {
        left: 0;
    }
} */


/* @media (min-width: 600px) and (max-width: 900px) {
    .header {
        width: 100%;
    }
    #main-menu {
        max-width: 100%;
    }
    .checkbtn {
        display: block;
    }
    .nav ul li a {
        font-size: 16px;
    }
    nav ul ul {
        height: 280px;
    }
    nav ul li:hover ul {
        min-height: 10px;
        display: block;
        position: inherit;
        top: 10px;
        opacity: 1;
        visibility: visible;
        transition: .3s linear;
        background: #063247;
    }
    nav ul li:hover {
        top: 70px;
        opacity: 1;
        visibility: visible;
    }
    .fas {
        margin-left: 5px;
    }
    #menu {
        margin-left: 0px;
        margin-top: 18px;
        padding: 0 35%;
    }
    ul {
        position: fixed;
        width: auto;
        height: 100vh;
        background: #E32112;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li {
        display: block;
        margin: 40px 0;
        line-height: 30px;
    }
    nav ul li a {
        font-size: 20px;
    }
    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }
    #check:checked~ul {
        left: 0;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .header {
        height: 90px;
    }
} */

.footer {
    background: #282727;
    padding: 1rem 7%;
}

.footer .box-container {
    display: flex;
    flex-wrap: wrap;
}

.footer .box-container .boxes {
    flex: 1 1 25rem;
    margin: 0.5rem;
}

.footer .box-container .boxes h3 {
    font-size: 2.0rem !important;
    color: #fff;
    padding: 1rem 0;
    font-weight: normal;
}

.footer .box-container .boxes p {
    font-size: 1.4rem !important;
    color: #eee;
    padding: 1rem 0;
}

.footer .box-container .boxes a {
    font-size: 1.4rem !important;
    color: #eee;
    padding: 1rem 0;
    display: block;
}

.footer .box-container .boxes a:hover {
    color: var(--yellow);
}

.footer .box-container .boxes p i {
    padding-right: .5rem;
    color: var(--yellow);
}

.footer .credit {
    font-size: 1.8rem;
    text-align: center;
    border-top: .2rem solid rgba(255, 255, 255, .7);
    padding: 2rem 1rem;
    font-weight: normal;
    letter-spacing: .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: .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:768px) {
    header #menu-bar {
        display: block;
    }
    header .navbar {
        position: fixed;
        top: 8rem;
        left: 0;
        width: 100%;
        background: var(--yellow);
        border-top: .2rem solid rgba(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: .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;
    }
}

@media (max-width:500px) {
    html {
        font-size: 50%;
    }
    section {
        padding: 1rem 5%;
        padding-top: 8.5rem;
    }
}

.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%;
}