* {
    margin: 0;
    padding: 0;
    /* font-family: 'cantarellregular', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-family: Josefin Sans;
}

/* body {
    background-color: #faf9f8;
} */

a {
    text-decoration: none;
}

.menu-bar i {
    display: none;
}

.navigations {
    width: 100vw;
    height: 85px;
    background-color: #ffffff6c;
    /* Semi-transparent white */
    backdrop-filter: blur(5px);
    /* Blurs the background behind the element */
    -webkit-backdrop-filter: blur(5px);
    /* For Safari support */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 10vh; */
    position: fixed;
    z-index: 10;
}

.navbarr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 30px;
}

.nav-logoo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logoo img {
    height: 80px;
    padding-right: 30px;
    /* border-radius: 50%; */
}

.nav-menu a {
    text-decoration: none;
    font-size: 2.5vh;
    color: #000000;
    padding: 0 2vh;
    font-weight: 700;
}

.nav-logoo h2 {
    padding: 0vh;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    /* font-family: Cormorant Infant, serif; */
    text-transform: uppercase;
}

.nav-icons {
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.nav-icons i {
    font-size: 16px;
}

.colling a {
    padding: 2px 0;
}

.nav-icons a {
    color: #000000;
    padding: 0 1vh;
    font-weight: 500;
}

.fixed-image {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -1;
    overlay: 0.5;
    background-color: rgba(3, 0, 0, 0.369);
}

.hero-section {
    /* background: url("./Furniture/heroBannerVideoclip.mp4"); */
    height: 100vh;
    width: 100%;
    background-color: #000200;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 50px 0px 0 0;*/
    overflow: hidden;
}

.discription {
    padding: 50px 100px 0 100px;
    text-align: center;
    background-color: #faf9f8;
}

.discription h1 {
    font-family: 'Josefin Sans', sans-serif;
}

.discription p {
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    padding-top: 20px;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 25px;
   font-size: 18px;
}

.our-furniture {
    padding: 10vh;
    text-align: center;
    background-color: #faf9f8;
}

.our-furniture h1 {
    font-family: 'Josefin Sans', sans-serif;
}
.cardSection {
    border-radius: 10px;
    /* background-color: #f5c9ae; */
    height: 410px;
    overflow: hidden;
    box-shadow: 4px 4px 4px #f5c9ae;
}

.card {
    background-color: #ffffff;
    width: 150px;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 4vh;
}

.card-img {
    width: 70px;
    height: 70px;
    border-radius: 0.5rem;
}

.card-title {
    font-weight: 600;
    padding-top: 10px;
}

/* responsive about */
.responsive-aboutUs {
    width: 100%;
    background-color: #faf9f8;
    padding: 80px 0;
}

.about-heading {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0px auto;
}

.about-heading h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 5vh;
    color: #000200;
    margin-bottom: 25px;
    position: relative;
    margin-bottom: 50px;
}

.about-heading h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    margin: 0 auto;
    background-color: #0d6efd;
}

.about-heading p {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    padding: 0 120px;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
}

.swiper-wrapper {
    margin: 10px 0 20px 0;
}

.products_price {
    padding: 10px 0;
}

.products_price .beforePrice {
    text-decoration: line-through;
    color: #525151;
}

.nameAndNumber {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    background-color: transparent;
    font-size: 16px;

}

.productName{
    text-align: center;
    font-size: 16px;
    color: #000;
    /* padding: 10px 0; */
    background-color: transparent;
}

.nameAndNumber .price {
    color: #000;
}
.brforPrice{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nameAndNumber .brforPrice{
    display: flex;
    color: #000;
}

.view_detail {
    padding: 10px;
    border: 1px solid orange;
    border-radius: 4px;
    background-color: rgb(248, 134, 92);
    cursor: pointer;
}
.brforPrice p {
    padding-left: 15px;
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}

.aboutt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about-images {
    flex: 1;
    margin-right: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-images img {
    max-width: 100%;
    width: 80%;
    height: 80%;
    display: block;
    transition: 0.5s ease;
}

.about-images:hover img {
    transform: scale(1.2);
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
}

.about-content h3 {
    font-size: 20px;
}

.about-content p {
    font-family: 'Josefin Sans', sans-serif;
    text-align: start;
    padding: 10px 0;
    letter-spacing: 1px;
    word-spacing: 2px;
    line-height: 25px;
    font-size: 18px;
}

.about-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #0d6efd;
    font-size: 19px;
    text-decoration: none;
    border-radius: 25px;
    margin: 15px 0 0 0;
    transition: 0.3s ease;
}

.about-content .read-more:hover {
    background-color: #0e50b1;
}

.about-social-icons {
    color: #0d6efd;
    padding: 5px 0;
}

.about-social-icons i {
    margin: 20px 10px 20px 0;
    font-size: 3vh;
}

.about-social-icons i:hover {
    color: #0e50b1;
}

/* Branches Section */
.branches-section {
    padding: 60px 0 0 0;
}

.branch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.branch-row.reverse {
    flex-direction: row-reverse;
    /* Switch sides for alternating layout */
}

/* Branch Details */
.branch-details {
    flex: 1;
    padding-right: 20px;
}
.branch-details a {
    color: #000000;
}

.branch-details h2 {
    font-size: 28px;
    color: #222;
    margin-bottom: 15px;
}

.branch-details p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #666;
}

/* Branch Image */
.branch-image {
    flex: 1;
    /* padding-left: 20px; */
}

.branch-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* responsive about */
.contactUs {
    /* background-color: aquamarine; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #faf9f8;
    padding-bottom: 50px;
}

.contactUs-row {
    width: 100%;
    padding: 0 10vh;
}

.contactUs-row h1 {
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    /* font-family: 'Syne', sans-serif; */
    padding: 0 0 3vh 0;
}

.contact-form {
    padding: 50px 50px 0 50px;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 10vh 0;
}

form .form-inp-lab {
    /* background-color: aqua; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.top-form-sec {
    padding-right: 5vh;
}

.top-form-sec,
.bottom-form-sec {
    width: 50%;
    /* padding: 0 5vh 0 0; */
}

.mb-3 {
    width: 100%;
    /* background-color: darkgreen; */
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1vh 0;
}


.mb-3 input,
textarea {
    border: 1px solid grey;
    border-radius: 5px;
    height: 5vh;
    width: 100%;
    margin: 1vh 0;
    padding: 0 0px 0 10px;
}

.mb-3 textarea {
    height: 12vh;
    margin: 1vh 0;
    padding-top: 10px;
}

.submit-btn {
    margin: 2vh;
    background-color: #0d6efd;
    border: none;
    padding: .7rem 1.1rem;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    align-self: center;
}

.contact-map {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.details {
    width: 50%;
    padding: 0 5vh;
}


.details h3 {
    padding-bottom: 5px;
}

.details ul {
    counter-reset: list-counter;
}
.details ul a {
    text-decoration: none;
    color: #000000;
}
.details li {
    color: #000000;
    line-height: 25px;
    list-style: none;
    counter-increment: list-counter;
}

.details li::before {
    content: counter(list-counter) ". ";
    font-weight: bold;
}

.details h1 {
    padding-bottom: 2vh;
}

.contact-details h2 {
    padding-bottom: 1.5vh;
}

.contact-details a {
    color: #000000;
}

.contact-map iframe {
    width: 50%;
    padding: 0 5vh;
}

.visit-icons {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 2vh 0;
}

.visit-icons i {
    padding: 3vh;
    border-radius: 50%;
    font-size: 5vh;
    margin-right: 3vh;
    background-color: black;
    color: white;
}

footer {
    background-color: #faf9f8;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10vh;
    background-color: #dbd8d863;
    color: #000000;
}

.menu-items {
    /* display: flex;
    justify-content: space-between; */
    width: 85%;
}

.menu-items a {
    color: rgb(82, 81, 81);
    font-weight: 600;
}

.menu-items a:hover {
    color: #222;
}

.footer-sec {
    width: 24%;
}

.footer-sec h2 {
    /* font-family: 'popins'; */
    font-size: 3vh;
    font-weight: 500;
    padding-bottom: 2vh;
}

.footer-sec p {
    line-height: 25px;
    font-size: 2vh;
    padding: 0.8vh 0;
}

.foot3 p {
    font-size: 16px;
    font-weight: 600;
}

.follow-icons i {
    font-size: 3vh;
    padding: 0 2vh 0 0;
}

.footer-logo {
    justify-content: start;
    margin-bottom: 10px;
}

.footer-logo img {
    padding: 0;
    height: 12vh;
}

.foot3 h1 {
    font-size: 22px;
}

.footer-sec h2 {
    padding: 0;
    line-height: 25px;
}

.follow-icons {
    padding: 10px 0;
}

.follow-icons a {
    color: rgb(82, 81, 81);
}

.follow-icons a:hover {
    color: #222;
}

.foot3 a {
    color: rgb(82, 81, 81);
}

.foot3 a:hover {
    color: #222;
}

.footer-logo {
    justify-content: start;
}

.footer-logo img {
    padding: 0;
}

.foot3 h1 {
    font-size: 22px;
}

.copyrightbyBytekeen a {
    font-weight: 600;
    color: #999;
}

.copyrightbyBytekeen a:hover {
    color: #111;
}

.menuBar {
    display: none;
}

.sidebar_menu {
    display: none;
}

.searchBar {
    display: flex;
    flex-direction: row; 
    border: 1px solid black; 
    width: auto;
    margin-top: 5px;
    padding: 0; 
    border-radius: 5px; 
    margin-bottom: 10px; 
    overflow: hidden;   
}
.searchBar input{
    border: none;
    padding: 8px 15px; 
    width: 500px;
    outline: none;
}
.searchBar button {
    background-color: transparent;
    border: none;
    border-left: 1px solid black;
    padding: 8px;
    cursor: pointer;
}
    .fixedWatsappIcon {
        position: fixed;
        z-index: 11;
        bottom: 50px;
        right: 0px;
        background-color: white;
        /* width: 100px; */
        height: 45px;
        border-radius: 50px 0 0 50px;
        display: flex;
        justify-content: left;
        align-items: center;
        padding-left: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.28);
        /* padding-right: 10px; */
    }
    
    .fixedWatsappIcon a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .fixedWatsappIcon img {
        height: 40px;
        padding-right: 10px;
    }
    .fixedCallIcon img {
	height : 30px;
    }
    .fixedWatsappIcon a p {
        /* opacity: 0; */
        max-width: 0;
        color: black;
        /* padding: 0 10px 0 0; */
        /* margin-right: 10px; */
        overflow: hidden;
        white-space: nowrap;
        transition: all 800ms ease-in-out;
    }
    .fixedWatsappIcon a p span {
        color: transparent;
    }

    .fixedWatsappIcon:hover p {
        opacity: 1;
        max-width: 200px; /* Adjust to the width of your content */
        /* padding: 0 10px; */
    }
    .fixedCallIcon {
        bottom: 110px;
    }
@media (max-width: 799px) {
    .visit-icons i {
        font-size: 2vh;
    }

    .menuBar {
        display: block;
    }

    .nav-logoo h2 {
        font-size: 10px;
    }

    .nav-menu {
        display: none;
    }

    .nav-icons {
        display: none;
    }

    /* .nav-logoo img {
        height: 80px;
    } */

    .navbar_mobile {
        display: none;
    }

    .nav-elements-container input {
        display: none;
    }

    .nav-elements-container i {
        font-size: 30px;
    }


    .sidebar_menu {
        margin-top: -60px;
        display: block;
        position: fixed;
        /* left: 520px; */
        right: -100%;
        height: 100vh;
        width: 100%;
        /* background-color: rgba(255, 255, 255, 0.1); */
        background-color: #ffffffdc;
        box-shadow: 0 0 8px rgba(255, 255, 255, 1);
        transition: all 0.2s linear;
        z-index: 99;
    }

    /* .logo {
        display: flex;
        justify-content: center;
    } */
    .social_media ul {
        display: flex;
    }

    .menu ul {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .menuBar .btn_one i {
        cursor: pointer;
    }

    .sidebar_menu .btn_two i {
        color: rgb(0, 0, 0);
        font-size: 25px;
        line-height: 90px;
        position: absolute;
        left: 90%;
        opacity: 0;
        cursor: pointer;
        transition: all 0.6s linear;
    }

    .sidebar_menu .menu {
        position: absolute;
        width: 100%;
        top: 80px;
    }

    .sidebar_menu .menu li {
        margin-top: 6px;
        padding: 14px 20px;
    }

    .sidebar_menu .menu i,
    a {
        color: rgb(35, 33, 33);
        text-decoration: none;
        font-size: 20px;
    }

    .sidebar_menu .menu i {
        padding-left: 8px;
    }

    .sidebar_menu .social_media {
        color: white;
        /* opacity: 0.5; */
        position: absolute;
        /* right: 100%; */
        padding: 14px 0px;
        top: 310px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .social_media ul {
        width: 25%;
        display: flex;
        justify-content: space-between;
    }

    .sidebar_menu .social_media i {
        color: rgb(0, 0, 0);
        font-size: 20px;
        /* opacity: 0.5; */
        /* padding: 0 5px; */
        z-index: 1;
    }

    #check {
        display: none;
    }

    .sidebar_menu .menu li:hover {
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    }

    .sidebar_menu .social_media i:hover {
        opacity: 1;
        transform: scale(1.2);
    }

    #check:checked~.sidebar_menu {
        left: 0%;
    }

    #check:checked~.navigations {
        display: none;
    }

    #check:checked~.btn_one i {
        opacity: 0;
    }

    #check:checked~.sidebar_menu .btn_two i {
        opacity: 1;
    }

    .menuBar {
        display: block;
    }

    .nav-logoo h2 {
        font-size: 15px;
        /* display: none; */
    }

    .nav-menu {
        display: none;
    }

    .nav-icons {
        display: none;
    }

    /* .nav-logoo img {
        height: 100px;
    } */

    .navbar_mobile {
        display: none;
    }

    .nav-elements-container input {
        display: none;
    }

    .nav-elements-container i {
        font-size: 30px;
    }

    .contact-map {
        flex-direction: column;
    }

    .cards-container {
        justify-content: space-around;
    }

    /* .our-furniture {
        padding: 10vh 5vh;
    } */

    .aboutt {
        flex-direction: column;
        /* justify-content: center; */
    }

    .about-images {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-images img {
        width: 100%;
    }

    .about-heading p {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .responsive-aboutUs {
        padding: 25px 0;
    }

    .about-content p {
        font-size: 14px;
    }

    .contactUs-row {
        padding: 25px;
    }

    .about-content h2 {
        padding: 10px 0;
    }
    .branch-details {
        padding-left: 0;
    }

    .contact-form {
        padding: 10px 0px;
    }

    form {
        padding-bottom: 25px;
    }

    form .form-inp-lab {
        flex-direction: column;
        align-items: start;
    }

    .top-form-sec,
    .bottom-form-sec {
        padding: 0;
        width: 100%;
    }

    .details {
        width: 100%;
        padding: 0;
    }

    .contactUs-row h1 {
        text-align: start;
        width: 100%;
        font-size: 35px;
    }

    .contact-map iframe {
        width: 100%;
        padding: 15px 0;
    }

    .contactUs {
        padding: 25px;
    }

    .about-social-icons {
        width: 30%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }

    .about-social-icons i {
        margin: 0;
    }

    .footer {
        padding: 25px;
        flex-direction: column;
    }

    /* .footer-sec {
        width: 80%;
        padding: 10px 0;
    } */



    .footer-sec h2 {
        padding: 0;
    }

    .follow-icons {
        padding: 10px 0;
    }


    .footer-logo {
        justify-content: start;
    }

    .footer-logo img {
        padding: 0;
        height: 200px;
    }

    .foot3 h1 {
        font-size: 22px;
    }

    .slider_container .container {
        padding: 0;
    }
}


@media (max-width: 480px) {
    .nav-logoo img {
        height: 60px;
        padding: 0 20px 0 0;
    }

    .discription {
        padding: 50px 25px 0 25px;
        /* text-align: center; */
    }

    .discription p {
        text-align: center;
	font-size: 15px;
	line-height: 18px;
    }

    .hero-section {
        height: 50vh;
    }

    .navbarr {
        width: 100%;
        padding: 0 30px;
    }

    .menuBar {
        display: block;
    }

    .cardSection {
        height: auto;
    }

    .nav-logoo h2 {
        display: none;
        font-size: 20px;
    }

    .nav-menu {
        display: none;
    }

    .nav-icons {
        display: none;
    }

    .navbar_mobile {
        display: none;
    }

    .nav-elements-container input {
        display: none;
    }

    .nav-elements-container i {
        font-size: 30px;
    }

    .card {
        margin: 0;
        /* margin-left: 1.5vh; */
        margin-top: 1vh;
        width: 110px;
        height: 110px;
        margin-top: 1rem;
        margin-left: 10px;
    }

    /* .card p {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    } */
    .contact-map {
        flex-direction: column;
    }

    .cards-container {
        justify-content: space-around;
    }

    .our-furniture {
        padding: 10vh 2vh;
    }

    .our-furniture h1 {
        font-size: 28px;
    }

    .aboutt {
        flex-direction: column;
        /* justify-content: center; */
    }

    .about-images {
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-images img {
        width: 100%;
    }

    .about-heading p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .responsive-aboutUs {
        padding: 25px 0;
    }

    .about-content p {
        font-size: 14px;
    }

    .contactUs-row {
        padding: 25px 0;
    }

    .about-content h2 {
        padding: 10px 0;
    }

    .contact-form {
        padding: 10px 0px;
    }

    form {
        padding-bottom: 25px;
    }

    .searchBar input{
        width: 300px;
    }
    .contactUs-row h1 {
        font-size: 35px;
    }

    form .form-inp-lab {
        flex-direction: column;
        align-items: start;
    }
    .mb-3 input, textarea {
        width: 95%;
    }

    .top-form-sec,
    .bottom-form-sec {
        padding: 0;
        width: 100%;
    }

    .details {
        width: 100%;
        padding: 0;
    }

    .details li {
        font-size: 15px;
        line-height: 25px;
    }

    .contactUs-row h1 {
        text-align: start;
        width: 100%;
    }

    .contact-map iframe {
        width: 100%;
        padding: 15px 0;
    }

    .contactUs {
        padding: 25px;
    }

    .about-social-icons {
        width: 30%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
    }

    .details ul a {
        font-size: 16px;
    }

    .contact-details a  {
        font-size: 16px;
    }
    .about-social-icons i {
        margin: 0;
    }

    .footer {
        padding: 25px;
        flex-direction: column;
    }

    .footer-sec {
        width: 100%;
        padding: 10px 0;
    }

    .menu-items {
        display: flex;
        justify-content: space-between;
        /* width: 100%; */
    }

    .footer-sec h2 {
        padding: 0;
    }

    .follow-icons {
        padding: 10px 0;
    }


    .footer-logo {
        justify-content: start;
    }

    .footer-logo img {
        padding: 0;
        height: 170px;
    }

    .foot3 h1 {
        font-size: 22px;
    }


    /* sidebar menu */
    .sidebar_menu {
        margin-top: -60px;
        display: block;
        position: fixed;
        align-items: center;
        justify-content: center;
        /* left: 520px; */
        right: -100%;
        height: 100vh;
        width: 100%;
        /* background-color: rgba(255, 255, 255, 0.1); */
        background-color: #ffffffee;
        box-shadow: 0 0 8px rgba(255, 255, 255, 1);
        transition: all 0.2s linear;
        z-index: 99;
    }

    .social_media ul {
        display: flex;
    }

    ul {
        list-style-type: none;
    }

    .sidebar_menu .btn_two i {
        color: rgb(0, 0, 0);
        font-size: 25px;
        line-height: 90px;
        position: absolute;
        left: 85%;
        opacity: 0;
        cursor: pointer;
        transition: all 0.6s linear;
    }

    .sidebar_menu .menu {
        position: absolute;
        width: 100%;
        top: 80px;
    }

    .sidebar_menu .menu li {
        margin-top: 6px;
        padding: 14px 20px;
        width: 100%;
        text-align: center;
    }

    .sidebar_menu .menu i,
    a {
        color: rgb(35, 33, 33);
        text-decoration: none;
        font-size: 20px;
        /* text-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5); */
    }

    .sidebar_menu .menu i {
        padding-left: 8px;
    }

    .sidebar_menu .social_media {
        color: white;
        /* opacity: 0.5; */
        position: absolute;
        /* right: 100%; */
        padding: 14px 20px;
        top: 310px;
        width: 80%;
    }

    .social_media ul {
        width: 40%;
        display: flex;
        justify-content: space-between;
    }

    .sidebar_menu .social_media i {
        color: rgb(0, 0, 0);
        font-size: 20px;
        /* opacity: 0.5; */
        /* padding: 0 5px; */
        z-index: 1;
    }

    #check {
        display: none;
    }

    .sidebar_menu .menu li:hover {
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    }

    .sidebar_menu .social_media i:hover {
        opacity: 1;
        transform: scale(1.2);
    }

    #check:checked~.sidebar_menu {
        left: 0%;
    }

    #check:checked~.navigations {
        display: none;
    }

    #check:checked~.btn_one i {
        opacity: 0;
    }

    #check:checked~.sidebar_menu .btn_two i {
        opacity: 1;
    }
	.fixedWatsappIcon:hover p {
            opacity: 1;
            max-width: 0px; /* Adjust to the width of your content */
            /* padding: 0 10px; */
        }

    /* sidebar menu */
}

