.tailwind-button {
    display: inline-flex;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
    padding: 3px;
    <H isolation: isolate;
}

.tailwind-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    background-size: 25% 100%;
    animation: nice .75s linear infinite;
    animation-play-state: paused;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
}

.tailwind-button:hover::before {
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
}

@keyframes nice {
    to {
        transform: translateX(-25%);
    }
}

.tailwind-button span {
    position: relative;
    display: inline-flex;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    background: #000;
    border-radius: 3px;
    height: 100%;
}


/* slider hero */

.hero-slides {
    top: 5% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    z-index: -1;
}

#NavMenu {
    overflow-x: auto;
    height: 80% !important;
}


/* menu selection */

.Selected-l {
    border-left: 6px solid #AF0202 !important;
    background-color: #c0c0c044;
    border-radius: 2px;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
}

.Selected-r {
    border-right: 6px solid #AF0202 !important;
    background-color: #c0c0c044;
    border-radius: 2px;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.25s ease-in;
}

.AAA-MatnAsli>span [dir="LTR"] {
    direction: ltr !important;
}

.AAA-MatnAsli>*{
    font-size: 15px !important;
}
.AAE-Normal>*{
    font-size: 15px !important;
}
/* main css  */

.card-panel,
.P_Table {
    margin-left: 10%;
    margin-right: 10%;
    text-align: justify !important;
    margin-top: 2%;
    margin-bottom: 2%;
    word-spacing: -2;
}

.card {
    word-spacing: -4 !important;
}

.Image_Page {
    margin: 3%;
    background-color: white;
}

#Main {
    width: 100%;
}

h2 .shadow {
    padding-top: 1% !important;
}

div .hiding-Src {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

div .hiding-Src::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #494c74;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
    background-color: #AF0202;
    border-radius: 1px;
}

nav {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

select>option {
    background-color: white;
    color: #000;
    font-weight: 600;
}

.searchanimat {
    animation: mymove 5s infinite;
}

@keyframes mymove {
    0% {
        background-color: #c0c0c044;
    }
    25% {
        background-color: rgba(165, 165, 165, 0.452);
    }
    50% {
        background-color: rgb(143, 143, 143);
    }
    100% {
        background-color: #c0c0c044;
    }
}


/* finder */

.finder {
    position: fixed;
    top: -50px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    transition: top 0.15s ease-out;
}

.finder.active {
    top: 0;
}

.finder-input {
    flex-grow: 1;
    width: 0;
    height: 30px;
    border: none;
    padding: 8px;
    outline: none !important;
}

.finder-input.not-found {
    color: #e7353f;
}

.btn-finder {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
}

.finder-input,
.btn-finder:not(:last-child) {
    margin-right: 5px;
}

.finder-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #050505;
    border-right: 1px solid #2a2929;
    margin-right: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

.btn-finder,
.finder-count {
    flex-shrink: 0;
    flex-grow: 0;
}

.highlight {
    background: rgb(240, 237, 76);
    color: #000;
}

.highlight.active {
    background: rgb(248, 131, 22);
    color: #000;
}

.social-menu ul{
    padding: 0;
    margin: 0;
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 15px;
}

.social-menu ul li .fab{
    font-size: 30px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: #007AB5;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #FF0000;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}