
.container{
    margin: auto;
    max-width: 1200px;
}

.container>h1{
    padding: 3rem 0;
    font-size: 3rem;
    text-align: center;
}

.container>h2{
    padding: 2rem 0;
    font-size: 2rem;
    text-align: center;
}

#slider article{
    height: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.slide-left,
.slide-right{
    top: 22rem;
    padding: 0.5rem 1rem;
    font-family: sans-serif;
    font-size: 2rem;
    cursor: pointer;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
}

.slide-left{
    left: 1rem;
}

.slide-right{
    right: 1rem;
}

#slider article h1{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.carpet{
    background-color:#00000095;
    padding-left:10px;
    padding-right:10px;
    position: absolute;
    bottom: 20px;
    border-radius: 4em;
    border-style: solid;
    border-width: 5px;
}


#slider article p{
    text-align: center;
    font-size:1em;
}

#slider article:nth-of-type(3){
    color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url('http://www.qudorat-eg.com/innovManage/uploads/image/banner(2).jpg');
    background-size:cover;
    background-position: right center;
    background-repeat: no-repeat;
}    
#slider article:nth-of-type(2){
    color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url('http://www.qudorat-eg.com/innovManage/uploads/image/1111122233333.jpg');
    background-size:cover;
    background-position: right center;
    background-repeat: no-repeat;
}    
#slider article:nth-of-type(1){
    color: white;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url('http://www.qudorat-eg.com/innovManage/uploads/image/2221111.jpg');
    background-size:cover;
    background-position: right center;
    background-repeat: no-repeat;
}    

#slider article:nth-of-type(3) div{
    z-index: 2;
}


<!-- Page generated by CouchCMS - Simple Open-Source Content Management -->
