@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* background: linear-gradient(135deg, #71b7e6, #9b59b6); */
}

: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: 115%;
    height: 51px;
    /* background-color: #0d2d3a; */
    background: hsl(0, 95%, 75%);
    /* padding: 10px 197px; */
    padding: 10px 410px;
    margin: -10px -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 733px;
    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;
}

#check {
    display: none;
}


/* .hero{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #eff4fd;
    position: relative;
}

nav{
    display: flex;
    width: 84%;
    margin: auto;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.logo{
    width: 100px;
    cursor: pointer;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

nav ul li a:hover{
    color: red;
} */

.detel {
    /* margin-left: -42%; */
    position: absolute;
    left: 12%;
}

.detel h1 {
    font-size: 50px !important;
    color: #212121;
    margin-bottom: 20px;
}

span {
    color: orange;
}

.detel p {
    color: #555;
    line-height: 22px;
    font-size: 17px !important;
}

.detel a {
    background: #212121;
    padding: 10px 18px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin: 30px 0;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    font-size: 15px !important;
}

.images {
    width: 45%;
    height: 80%;
    position: absolute;
    bottom: 50px;
    right: 100px;
}

.images img {
    height: 80%;
    position: absolute;
    left: 60%;
    bottom: 0;
    transform: translateX(-50%);
    transition: left 1s, bottom 1s;
}

.images:hover .shape {
    bottom: 40px;
}

.images:hover .girl {
    left: 45%;
}

.social {
    position: absolute;
    /* margin-top: 102px;
    right: 88rem; */
    left: 35%;
    top: 70%;
}

.social a {
    font-size: 30px;
    color: #212121;
    margin-right: 20px;
}

.social a:hover {
    color: orange;
}

.socicon {
    font-size: 35px;
    position: absolute;
    top: -11px;
}

.show-btn {
    /* background: #fff; */
    /* background: linear-gradient(115deg, #56d8e4 10%, #9f01ea 90%); */
    background-color: black;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    /* color: #3498db; */
    color: white;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.show-btn {
    position: absolute;
    margin: 10% -75%;
    /* top: 68%;
    left: 15%;
    transform: translate(-50%, -50%); */
}

.container {
    position: absolute;
    /* top: 68%;
    left: 15%;
    transform: translate(-50%, -50%); */
    right: 0;
    transform: translate(-0%, -50%);
}

input[type="checkbox"] {
    display: none;
    transition: .5s;
}

.container {
    display: none;
    /* background: rgba(135, 214, 32, 0.986); */
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./grain.jpg") center/cover no-repeat;
    width: 525px;
    height: 570px;
    padding: 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    top: 43rem;
    /* left: 1010px; */
}

#show:checked~.container {
    display: block;
    z-index: 999;
}

.container .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
    cursor: pointer;
}

.container .close-btn:hover {
    color: #3498db;
}

.container .text {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    color: var(--yellow);
}

.container form {
    /* margin-top: -20px; */
}

.container form .data {
    height: 30px;
    width: 100%;
    margin: 30px 0;
    color: white;
}

form .data label {
    font-size: 18px;
}

form .data input {
    height: 25px;
    width: 100px;
    font-size: 17px;
    border: 2px solid var(--yellow);
    border-radius: 5px;
    box-shadow: 3px 1px #cac718;
    /* margin: 0px 1px; */
}

.bigdata {
    height: 45px;
    width: 100%;
    margin: 15px 0;
    color: white;
}

.bigdata label {
    font-size: 18px;
}

.bigdata input {
    height: 25px;
    width: 300px;
    font-size: 17px;
    border: 2px solid var(--yellow);
    border-radius: 5px;
    box-shadow: 3px 1px #cac718;
    margin: 0px 10px;
}

.address {
    height: 45px;
    width: 100%;
    margin: 15px 0;
    color: white;
}

.address label {
    font-size: 18px;
}

.textarea {
    height: 45px;
    width: 300px;
    font-size: 17px;
    border: 2px solid var(--yellow);
    border-radius: 5px;
    box-shadow: 3px 1px #cac718;
    /* border: 1px solid silver; */
    /* margin: 0px 10px; */
    margin: -18px 100px;
}

.phone {
    height: 45px;
    width: 100%;
    margin: 25px 0;
    color: white;
}

.phone label {
    font-size: 18px;
}

.phone input {
    height: 25px;
    width: 130px;
    font-size: 17px;
    border: 2px solid var(--yellow);
    margin: 0px 10px;
    border-radius: 5px;
    box-shadow: 3px 1px #cac718;
}

.resume {
    height: 45px;
    width: 100%;
    margin: 20px 0;
    color: white;
    font-size: 18px;
}

form .btn {
    margin: 50px 0;
    /* height: 45px; */
    height: 50px;
    padding: initial;
    width: 100%;
    position: relative;
    overflow: hidden;
}

form .btn .inner {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    z-index: -1;
    /* background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea); */
    transition: all 0.4s;
}

form .btn:hover .inner {
    left: 0;
}

form .btn button {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

form .signup-link {
    text-align: center;
}

form .signup-link a {
    color: #3498db;
    text-decoration: none;
}

form .signup-link a:hover {
    text-decoration: underline;
}

#custom-button {
    padding: 10px;
    color: white;
    background-color: rgb(218, 84, 84);
    border: 1px solid #000;
    border-radius: 5px;
    cursor: pointer;
}

#custom-button:hover {
    background-color: var(--yellow);
}

#custom-text {
    margin-left: 10px;
    font-family: sans-serif;
    color: rgb(255, 255, 255);
}

.footer {
    background: #282727;
    padding: 1rem 7%;
    /* font-size: 2px !important; */
    position: absolute;
    width: 100%;
    bottom: -30rem;
    /* margin: 26px; */
    padding: 0px -3px;
}

.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%;
}

.career2 {}