:root{
    --color-purple :#9950ff;
}

body{
    color: #fff;
}

hr{
    opacity: 1;
}

.banner-slider{
    position: relative;
}

.banner-info{
    color: #fff;
    padding: 8em 0;
    position: relative;
}

.full-black-bg {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 0;
}

.full-black-fixed {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
}

.banner-info hr{
    width: 180px;
    height: 5px;
    background-color: var(--color-purple);
    margin: 0 auto 5px;
    opacity: 1;
}

.slider-item:not(.active) .banner-info {
    display: none;
}

.banner-info ul li{
    list-style: none;
    display: flex;
    align-items: baseline;
    font-size: 13px;
}

.banner-info ul li i{
    margin-right: 0.5rem;
}

.banner-info .content{
    position: relative;
    width: 80%;
}

.banner-info .content-text{
    width: 60%;
    margin: 0 auto;
}

.banner-info .content-text ul{
    padding-left: 0;
}

.banner-info .content-text h2{
    font-weight: 600;
}

.banner-info .content .corner{
    content: '';
    position: absolute;
    width: 80px;
    height: 50px;
    opacity: 1;
    border: 2px solid #fff;
    z-index: 10000;
}

.left-corner{
    top: 0;
    left:0;
    border-width: 2px 0 0 2px !important;
}

.right-corner{
    top:0;
    right: 0;
    border-width: 2px 2px 0 0 !important;
}

.top-corner{
    bottom:0;
    left: 0;
    border-width: 0 0 2px 2px !important;
}

.bottom-corner{
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0 !important;
}

.banner-info p{
    font-size: 19px;
}

.banner-title-float {
    color: #fff;
    position: absolute;
    bottom: -25px;
    z-index: 100;
}

.section1{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section1 hr, .section1 h4{
    color: var(--color-purple);
}

.section1 hr{
    margin: 0;
    height: 2px;
}

.custom-hr hr{
    height: 4px;
    width: 225px;
    position: relative;
    background-color: #c4b8d7;
}

.custom-hr hr::after{
    content: "";
    width: 80px;
    position: absolute;
    bottom: 0;
    background-color: var(--color-purple);
    height: 4px;
}

.font-bold{
    font-weight: bold;
}

.section-parallax .prestation i {
    font-size: 80px;
    margin-bottom: 1rem;
    color: #9950ff;
}

.section4 .secteur i {
    font-size: 80px;
    margin-bottom: 1rem;
    color: #9950ff;
}

.bg-black-0{
    background-color: #000;
}
.bg-black-1{
    background-color: #111;
}

.bg-black-2{
    background-color: #222;
}
.bg-black-3{
    background-color: #444;
}
.bg-black-4{
    background-color: #141414;
}
.bg-black-5{
    background-color: #141517;
}


.service-link {
    background-color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    border: 2px solid #000;
    color: #000 !important;
}

.service-link:hover {
    background-color: #000;
    padding: 5px 25px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff !important;
}

.section-parallax{
    position: relative;
}

.section3 ul li span i {
    color: #9950ff;
    margin-right: 0.75rem;
}

.section3 ul li{
    line-height: 2.4;
}

.section3{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/team-bg-black.png);
}

.section3 .container{
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
}