
/*start accessibility*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #000;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #000;
}
li.contrast.access-element a {
    color: #000;
}
li.contrast.access-element:hover a {
    color: #000;
}
/*end accessibility*/

@font-face {
    font-family: "Heebo", serif;
}

body {
    font-family: "Heebo", serif;
    line-height: initial;
    background: #1E1E1E;
    color: #fff;
    font-size: 16px;
    direction: rtl;
}
.wrapper {
    overflow: hidden;
}
.section {
    padding: clamp(5rem, 3.745rem + 4.6917vw, 9.375rem) 0;
}
.container {
    max-width: 1336px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn {
    font-size: 1em;
    min-width: 170px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 4px 24px;
}
.btn-primary {
    border: none;
    background-image: linear-gradient(45deg, rgba(172,172,172,1) 0%, rgba(234,234,234,1) 57%, rgba(178,178,178,1) 150%);
    background-position: right center;
    background-repeat: no-repeat;
    transition: background-image 0.2s, background-size 0.2s, background-position 0.2s;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:focus:active {
    color: #000;
    background: linear-gradient(135deg, rgba(178,178,178,1) 0%, rgba(234,234,234,1) 30%, rgba(172,172,172,1) 100%);
}
.btn-light {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.btn-light:hover,.btn-light:active,.btn-light:focus,.btn-light:focus:active {
    color: #fff;
    border-color: #fff;
    background: #000;
}

/* text start */
h1, .h1 {
    font-size: clamp(2rem, 1.4263rem + 2.1448vw, 4rem);
    font-weight: 700;
    margin: 0 0 clamp(1.625rem, 1.4457rem + 0.6702vw, 2.25rem) 0;
}
h2, .h2 {
    font-size: clamp(1.75rem, 1.4344rem + 1.1799vw, 2rem);
    font-weight: 600;
}
h3, .h3 {
    font-size: clamp(1.5rem, 1.1844rem + 1.1799vw, 1.75rem);
    margin: 0 0 clamp(0.625rem, -0.3219rem + 3.5398vw, 1.375rem) 0;
    font-weight: 600;
}
.text-lg {
    font-size: clamp(1rem, 0.9283rem + 0.2681vw, 1.25rem);
    margin-bottom: clamp(1.625rem, 1.4457rem + 0.6702vw, 2.25rem);
}
.text-lg p {
    margin-bottom: 12px;
}
/* text end */

/* header start */
.header {
    background: #fff;
    padding: 14px 0;
}
.logo {
    width: clamp(11.5rem, 9.6892rem + 6.7694vw, 17.8125rem);
    display: inline-block;
}
.logo img {
    width: 100%;
}
/* header end */

@media (max-width: 767px) {
    .header .btn {
        min-width: 130px;
    }
}
