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

@font-face {
  font-family: iranSans;
  src: url(../fonts/IRANSansWeb\(FaNum\)_Medium.woff);
}

body {
    font-family: iranSans;
    direction: rtl;
    background: linear-gradient(to bottom,#62014F, #410330, #410330, #01050E, #01050E,  #01050E,  #01050E,  #01050E,  #01050E,  #01050E,  #01050E,  #01050E,  #01050E,  #01050E, #01050E, #01050E);
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav ul {
    display: flex;
    align-items: center;
}

li {
    list-style-type: none;
}

.btn {
    padding: 12px 21px;
    background-color: #5E0759;
    /* box-shadow: 0 0 30px 4px #5E075966; */
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 215px;
    position: relative;
}

.btn::before {
    border: 20px solid;
    content: "";
    border-color: transparent #410330 transparent transparent;
    left: -20px;
    top: -20px;
    position: absolute;
    transform: rotate(45deg);
}

.service-card {
    padding: 20px 14px;
    border-radius: 12px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.service-socer-title {
    margin-top: 20px;
    margin-bottom: 2px;
    display: block;
    color: white;
    opacity: 0.7;
    font-size: 16px;
}

.service-title {
    font-size: 20px;
    color: #fff;
}

.secondary-btn {
    color: #EA0356;
    background-color: #EA035612;
    padding: 5px 10px;
    border-radius: 6px;
}

.btn-before::before, .btn-before-2::before {
    border-color: transparent #01050E transparent transparent;
}

.btn-before {
    width: 178px;
    text-align: center;
    justify-content: center;
}

.container {
    padding: 0 32px;
}

.btn-before-3::before {
    border-color: transparent #121125 transparent transparent;
}

@media only screen and (max-width: 600px) {
    .btn-before {
        width: 130px;
        font-size: 14px;
        padding: 6px;
    }
}