@import url("fontiran.css");

* {
    font-family: "IRANSansX";
}

.in-fa {
  font-family: 'IRANSansXFaNum';
}

.samim {
    font-family: "Samim";
}

.yekan {
    font-family: "Yekan";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

:root{
    /*--primary-text-color: #0D1B2A;*/
    --primary-text-color: #111827;
    --secondary-text-color: #6B7280;
    --primary-color: #369c4d;
    --hover-primary-color: #369c4d;
    --color-blue: #0867d5;
    --color-green: #259c2b;
    --color-gray: #6a6a6a;
    --color-red: #d23334;
}

.hexagon {
    width: 100%;
    height: 100%;
    background: #2a9b2a;
    background: linear-gradient(0deg, rgba(42, 155, 42, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.group:hover > span{
    visibility: visible;
    opacity: 1;
}