﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Courier'
}

.slider-item{
    width: 1903px;
    height: 900px;
    position: relative;

}

.slider-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}    

.slider-item-one {
    background-image: url(../Images/slider/1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} 

.slider-item-two {
    background-image: url(../Images/slider/2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-item-three {
    background-image: url(../Images/slider/3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-item-four {
    background-image: url(../Images/slider/4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-item-five {
    background-image: url(../Images/slider/5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*------------OwlCarousel-----------*/
.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);
    font-size: 80px !important;
    color: white !important;
}

.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    font-size: 100px !important;
    color: white !important;
}

.owl-prev, .owl-next:hover{
    background: none !important;
}


.owl-dots{
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%)
    
}

.owl-dot {
    width: 23px !important;
    height: 23px !important;
    border: 2px solid #494B68 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 5px;
}


.owl-dot span{
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
}

.active span{
    background-color: white !important;
}

.owl-nav {
    background-color: #022140 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#about-me {
    width: 800px;
    height: 500px;
    z-index: 11;
    opacity: 0.7;
    background-color: white;
    position: absolute;
    top: 40%;
    left: 30%;
    text-align: center;
    padding: 20px;
    color: #022140;
    font-family: 'Courier';
}
#about-me p{
    margin: 40px;
}