/* start default styles  */
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
/* end default styles  */
.links {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1000;
}
.links-ap  {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: orange;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    padding: 10px 15px 27px 15px;
}
.links-ap ul {
    list-style: none;
}
.links-ap ul li {
    margin-top: 20px;
}
.links-ap a {
    color: #fff;
}
.links-ul {
    display: flex;
    justify-content:space-between;
    flex-direction: column;
}
/* links hover  */
.fa-facebook-f:hover {
    color: blue;
}
.fa-instagram:hover {
    color: #8d0a56;
}
.fa-tiktok:hover {
color: #000000;
}
/* start top header  */
.top-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: orange;
    color: #fff !important;
}
.top-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.top-header ul li i {
    padding-right: 10px;
    color: #fff !important;
}
/* end top header  */


/* start normal header  */
.bg-dark {
    background-color: #0000007a !important;
}
.sticky {
        background-color: #0000007a !important;
}
/* end normal header  */

/* start mobile menu  */
.mean-container .mean-bar {
    background-color: #00000072 !important;
}

/* end monile menu  */

/* start slider */
.slider-area .cleeny-btn a {
    background-color: #00000072 !important;
}

/* end slider  */