* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg::before {
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 1280px;
    z-index: -2;
    background: url(../img/body_bg.png) no-repeat center center /cover;

}

.menu-sidebar {
    display: flex;
    flex-direction: column;
    padding: 21px 33px;
    position: absolute;
    top: 0;
    left: 0;
    /* border: 2px solid white; */
    width: 100%;
    /* height: 50%; */
}

nav {
    margin-top: 16em;
    /* transform: rotate(180deg); */
}

.logo img {
    max-width: 100%;
    height: auto;
}

.navbar-collapse {
    position: absolute;
    left: 0px;
    top: 0px;
}

ul {
    transform: rotate(270deg);
    position: relative;
    left: -47%;
}

.fff {
    color: #fff;
}

.ps-7 {
    padding-left: 7rem !important;
}

.postion-icon {
    position: absolute;
    /* left: %; */
}

.postion-relative {
    position: relative;
    left: 50%;
    font-size: 20px;

}

.postion-relative-search {
    position: relative;
    left: 22%;
    font-size: 20px;
}

.anchor {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
    z-index: 2;
}

/*  Main Honey Section */

.main-sec {
    width: 90%;
    /* border: 2px solid #fff; */
    height: 500px;
    position: absolute;
    right: 1rem;
    top: 10rem;
}

.heading h1 {
    padding-bottom: 43px;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 80px;
}

.side-img {
    position: absolute;
    top: 12%;
    left: 65%;
}

.side-img img {
    width: 100%;
}

.scroll {
    position: absolute;
    top: 45rem;
    left: 14rem;
}

.scroll h1 {
    font-size: 5rem;
    text-transform: capitalize;
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-weight: 600;
}

.sub-heading p {
    margin: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.bt-pos {
    position: relative;
    top: 5rem;
}

.but {
    padding: 18px 70px;
    border-radius: 30px;
    font-weight: 700;
    background-color: #f06926;
    border: none;
    font-size: 15px;
    color: #fff;
    transition: all 0.6s ease;
}

.but:hover {
    cursor: pointer;
    background-color: black;
    color: #fff;


}

/* ABOUT SECTION CSS */
.about-sec {
    width: 100%;
    height: 600px;
    /* border: 2px solid black; */
    position: absolute;
    top: 80rem;
}

.about-sec::before {
    position: absolute;
    content: " ";
    background: url(../img/leaf-honey.png);
    background-repeat: no-repeat;
    width: 360px;
    height: 212px;
    top: 0;
}

.about-heading {
    position: absolute;
    top: 4rem;
    left: 2rem;
}

.about-heading h1 {
    font-size: 50px;
    font-weight: 700;
}

.about-text {
    position: absolute;
    bottom: 10rem;
    /* right: 40rem; */
    left: 22px;
}

.about-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #303030;
}

.ab-bt {
    position: absolute;
    top: 31rem;
    left: 28px;
}

/* Quality Section */
.quality {
    position: relative;
    top: 124em;
    width: 100%;
    /* height: auto; */
    border: 2px solid rgb(0, 0, 0);
    background: url(../img/body_bg.png);
}

.container {
    width: 100%;
    height: 120%;
}

.title {
    padding-top: 60px;
}

.title h2 {
    font-size: 45px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.title p {
    padding-top: 15px !important;
    line-height: 30px;
    font-size: 17px;
    color: #fff;
}

.quality-box {
    background-color: #fff;
    max-width: 262px;
    height: 262px;
    margin-top: 2rem;
    margin-bottom: 50px;
    border-radius: 50%;
    display: flex;
    /* margin-right: 20%; */
}

figure {
    position: relative;
    top: 22%;
    left: 12%;
}

.see {
    position: relative;
    left: 42%;
    bottom: 0%;
}

/* Contact Section */
.contact-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-left: 50px;
}

.main-form .contactus {
    padding: 0px 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
    background: transparent;
    color: #fafbfc;
    font-size: 17px;
    font-weight: normal;
    border: #c0b1ad solid 1px;
    outline: none;
}

.main-form .send-btn {
    font-size: 18px;
    transition: ease-in all 0.4s;
    background-color: #d96226;
    text-transform: uppercase;
    color: #fff;
    max-width: 202px;
    width: 100%;
    display: block;
    margin-top: 40px !important;
    font-weight: 600;
    height: 58px;
    border-radius: 40px;
    padding: 13px 0;
    border: none;
    margin: 0 auto;
}
.send-btn:hover{
    background-color: black;
}
/* Footer */
footer{
    color: #fff;
}
.infoma {
    display: block;
    margin-bottom: 30px;
}
.text_align_left {
    text-align: left;
}
.ipsum {
    padding-top: 20px;
}
.text-right {
    position: relative;
    left: 20rem;
    bottom: 9rem;
}
.news {
    margin-bottom: 15px;
    width: 100%;
    height: 48px;
    background: #fff;
    color: #9e9c9c;
    font-size: 17px;
    font-weight: normal;
    border: inherit;
    padding: 0 15px;
    border-radius: 10px;
}
