:root {
    --pri-color: #093459;
    --sec-color: #ee8d02;
    --pri-btn-color: #0c6a9d;
    --pri-title: #093459;
    --radius: 30px;
    --width: 98%;
    --gray: #ebedf3;
}

/* hero start */

.hero {
    position: relative;
}




/* hero end */


/* banner slider */
.slider {
    width: 100%;
    /* min-height: 100vh; */
    position: relative;
    overflow: hidden;

}




.slider .patrn-1 {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 1 !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(110%) contrast(110%);
    transform: scaleY(-1);
    z-index: 50;
}


.slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 50%;
    background-image: url(../assets/Strategic\ consulting.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(25%);

}

/* .slider::before{
    content: '';
    position: absolute;
    top: 60%;
    width: 60%;
    height: 70%;
    left: 50%;
    background-image: url(../assets/ptr-3.png);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 2;
    filter: opacity(40%);
    filter: brightness(0) saturate(100%) invert(76%) sepia(19%) saturate(713%) hue-rotate(189deg) brightness(101%) contrast(104%);
} */


@media (min-width:1200px) {
    /* .slider {
        
        min-height: calc(100vh - 95px);
        
    } */
}


@media (max-width:999px){
    .slider {
        height: 70vh;
        
    }

    .slider #svg{
        position: absolute;
        top: 0;
        height: 70vh !important;
        
    }
    
}




.slider .list {
    height: 100%;
}

.slider .list .item {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    z-index: 5;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;

}

.slider .list .item .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 80%;
    z-index: 350 !important;
    color: white;
    text-align: center;
}

.slider .list .item .content p {
    color: #093459;
}

.slider .list .item .content p:nth-child(1) {
    /* text-transform: uppercase;
    letter-spacing: 5px; */
}

.slider .list .item .content h2 {
    font-size: 50px;
    font-weight: 600;
    color: var(--pri-color);
    margin-bottom: 10px;
}


.slider .list .item .banner-icon {
    height: 50px;
    width: 50px;
}

@media (max-width:900px) {
    .slider .list .item .content h2 {
        font-size: 36px;

    }

}


@media (max-width:500px) {
    .slider .list .item .content h2 {
        font-size: 32px;

    }

    .slider .list .item .content .sub-title {
        font-size: 12px;
    }

    .slider .list .item .content p {
        font-size: 13px;
    }

}

@media (max-width:400px) {
    .slider .list .item .content h2 {
        font-size: 30px;

    }

    .slider .list .item .content .sub-title {
        font-size: 10px;
    }
}

@media (max-width:800px) {
    .slider .list .item .content {

        width: 80%;

    }
}

.slider .list .item.active {
    opacity: 1;
    z-index: 30;
}


.item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.item.active img {
    transform: scale(1);
}


@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}


.slider .list .item.active .content .sub-title,
.slider .list .item.active .content .bnr-btn,
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h5,
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3) {
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent 0.9s .7s ease-in-out 1 forwards;
}

.slider .list .item.active .content h2 {
    animation-delay: 1.5s;
}

.slider .list .item.active .content p {
    animation-duration: 1.9s;
}

.slider .list .item.active .content .bnr-btn {
    animation-duration: 2s;
}

.arrows-next button,
.arrows-prev button {
    background-color: rgba(148, 148, 148, 0.333);
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
    overflow: visible;
    border-radius: 50%;
}

.arrows button:hover {
    background-color: #eee;
    color: black;
}


.arrows-prev {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.arrows-prev #prev {
    position: relative;
    margin-left: 16px;
}

.arrows-prev #prev::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: rgba(148, 148, 148, 0.615);
    right: -20px;
    top: 50%;
    z-index: 100;


}


.arrows-next #next {
    position: relative;
    margin-right: 16px;
}

.arrows-next #next::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: rgba(148, 148, 148, 0.615);
    left: -20px;
    top: 50%;
    z-index: 100;


}


.arrows-next {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.arrows #next {
    right: 0;
}


@media (max-width: 999px) {


    .slider .list .item .content {
        top: 45%;

    }

}


@media (max-width: 678px) {



    .slider .list .item .content {
        top: 38%;
        width: 100%;
    }

    .arrows-next,
    .arrows-prev {
        display: none;
    }

}

@media (max-width: 500px) {


    .slider .list .item .content {
        top: 50%;

    }

}