*{
    box-sizing: border-box;
    margin:0 ;
    padding: 0;
    font-family:cairo, serif;
}
:root{
    --mainColor:#871839
}
.container{
    width: 1100px;
    padding: 10px;
    margin: 0 auto;
}
.logo{
    display: flex;
    flex-wrap: wrap;
}
.logo img{
    width: 50%;
    height: 160px;

}
.logo .imgOne{
    position: relative;
    z-index: 1;
}
 nav .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
    color: #fff;
    position: relative;
    margin-top: -47px;

}
 nav{
    background-color:var(--mainColor) ;

}
 nav ul li{
    display: inline;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
}
 nav ul li:hover{
    border: 1px solid #fff;
}
 nav .links i{
    margin-right: 15px;
    cursor: pointer;
}
.sec1 .classfied label,
label,
.sec1 .lines{
    margin-left: 17px;
    background-color: #871839;
    padding: 3px;
    border-radius: 4px;
    color: #fff;
    width: fit-content;
    display: inline-block;
}
.sec1 .classfied select::selection{
    border-color: (--mainColor);
    outline: none;
    border: none;
}
.sec1 header.sec1{
    text-align: center;
    font-size: 28px;
    margin: 50px 0 4px 50px;
    font-weight: bold;
}
.sec1 header +hr {
    width: 13%;
    margin-right: 40.5%;
    position: relative;
    border-color: var(--mainColor)
}
.sec1 p.sec1{
    display: block;
    text-align: center;
    margin: 20px;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid var(--mainColor);
    color: var(--mainColor);
}
.sec1 .content-sec1{
    margin-top: 80px;
    font-size: 20px;
    line-height: 30px
}
.sec1 select.sec1{
    padding: 5px;
    margin-bottom: 15px;
    border-color: var(--mainColor);
}
.sec1 .range{
    margin: 5px 0 20px 1px;
    padding: 0;
    background-color: #8718395c;
    width: 270px;
    height: 7px;
    border-radius: 23px;
    position: relative;
}
 
.sec1 .parent-arrow{
    width: 270px;
}
.sec1 .range .hr {
    width: 25%;
    display: inline-block;
    border: none;
    height: 7px;
    background: var(--mainColor);
    border-radius: 23px;
    position: absolute;
}
.sec1 .count-line { 
    display: inline;
    position: absolute;
    width: 177px;
    max-height: 30px;
    /* text-indent: -140px; */
    overflow: hidden;
    margin: 0 20px;
}

.sec1 .set-line{
    position: relative;
    overflow: hidden;
}
.sec1 .parent-count{
    display: inline;
    position: relative;
}
.sec1 .before,
.sec1 .after { 
    background-color: var(--mainColor);
    color: #fff;
    position: absolute;
    padding: 0px 7px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}
.sec1 .after{
    right: 172px;
}
.sec1 .before{
    right: 374px;
}
.sec1 .content-sec1 .links ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    padding: 0 5px;
    border-radius: 10px;
    cursor: pointer;
}
.sec1 .content-sec1 .links li:hover{
    box-shadow: 0 0 8px 0px var(--mainColor);

}
.sec1 .content-sec1 .links{
    margin:  15px 0;
}
 footer.sec1 {
    text-align: center;
    background-color: var(--mainColor);
    color: #fff;
    padding: 10px;
}
.sec1 label.part +span{
    display: block;
}
.sec1 .before-range,
.sec1 .after-range {
    border: 15px solid var(--mainColor);
    margin-left: 26px;
    width: 0;
    display: inline-flex;
    transform: rotate(45deg);
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
}
div.sec0,div.sec1,div.sec3,div.sec4{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    font-size: 30px;
    color: var(--mainColor);
}