@charset "utf-8";
@import url(../base.css);

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: var(--white);
	font-family: yekan;
	transition: 0.8s ease all;
	overflow-x: hidden;
    font-size: 16px;
}

.heading-1 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    float: right;
    font-size: 40px;
    font-weight: 600;
    color: var(--black);
    word-spacing: 0.1em;
}

h4 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.slidecontainer {
    width: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
  
.slider {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: var(--black);
    border-radius: 5px;
    height: 25px;
    border: none;
    outline: none;
    appearance: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 27px;
    height: 27px;
    border: 0;
    opacity: 1;
    border-radius: 5px;
    background-color: var(--green);
    cursor: pointer;
}

.slidecontainer p {
    font-family: yekan;
    margin: 0;
    font-size: 11px;
    direction: rtl;
}