/* 
    This page made by : Youssef Abdelzaher Front-end developer 
*/

* {
    box-sizing: border-box;
}

.Abdelzaher-slider {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.Abdelzaher-slider .item {
    width: 100%;
    height: 90%;
    display: flex;
    position: absolute;
    z-index: 5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Abdelzaher-slider .item .example {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-transform: capitalize;
}

.Abdelzaher-slider .item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.Abdelzaher-slider .item:nth-child(1) {
    background-image: url(../images/bg6.png);
    background-color: #ffffff;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(2.8);
    filter: brightness(2.8);
}

.Abdelzaher-slider .item:nth-child(2) {
    background-image: url(../images/bg2.png);
    background-color: #ffffff;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(2.8);
    filter: brightness(2.8);
    background-color: #ffffff;
}

.Abdelzaher-slider .item:nth-child(3) {
    background-image: url(../images/bg1.jpg);
    background-color: #ffffff;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    background-size: cover;
    width: 100%;
    height: 99%;
    -webkit-filter: brightness(2.8);
    filter: brightness(2.8);
}

.Abdelzaher-slider .item:nth-child(4) {
    background-image: url(../images/sec-inn.gif);
    background-color: #ffffff;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

.Abdelzaher-slider .item.top {
    transition: .5s ease transform;
    z-index: 3
}

.Abdelzaher-slider .left {
    transform: translateX(-100%);
}

.Abdelzaher-slider .right {
    transform: translateX(100%);
}

.Abdelzaher-slider .item.active {
    transform: translateX(0%);
}

.Abdelzaher-slider .controls {
    position: absolute;
    bottom: 102px;
    display: flex;
    justify-content: center;
    width: 100%
}

.Abdelzaher-slider .controls span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #bbb;
    margin: 0px 7px;
    cursor: pointer;
    transition: width .5s ease;
}

.Abdelzaher-slider .controls span.active {
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.controlsButtons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.controlsButtons button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 80px;
    border: none;
    outline: none;
    font-size: 25pt;
    font-weight: bold;
    color: #bbb;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
}

.controlsButtons button:hover {
    outline: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
}

.controlsButtons .next {
    right: 0px
}

.controlsButtons .next i {
    position: relative;
    left: 2px
}

.controlsButtons .prev {
    left: 0px
}

.controlsButtons .prev i {
    position: relative;
    left: -4px
}

.sound {
    position: absolute;
    display: none
}


/* *******************    new sliders           *************************** */

.carousel-item-slider {
    height: 100vh;
    width: 100%;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
}

.carousel-caption {
    bottom: 270px;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 75%;
    margin: auto;
    font-size: 25px;
    line-height: 1.9;
}