.hero-slider-area{
    text-align: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 28px;
}
.single-slider {
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 800px;
    /* margin-top: -25px; */
}
.single-slider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 9, 20, 0.51) 0%, rgba(1, 12, 26, 0.40) 100%);
    content: "";
    z-index: -1;
}
.slide-content h1 {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.2em;
    font-family: "Space Grotesk", sans-serif;
    margin: 0 0 26px;
    color: #fff;
}
.slide-content {
    width: 920px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-content p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.slider-buttons a {
    padding: 18px 30px 19px !important;
    margin: 0 10px;
}
.slider-buttons a svg {
    margin: 0 0 -2px 5px;
}
.slider-buttons a:first-child {
    padding: 18px 52px 19px !important;
}
.slider-buttons a:last-child, .slider-buttons a:hover:last-child {
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.12);
}
.hero-slider-area .swiper-pagination span {
    background: #ffffff;
    transform: scale(1) !important;
}
.hero-slider-area .swiper-pagination{
    bottom: 30px !important;
}




@media(max-width: 1024px){



    .slide-content{
        width: 100%;
        padding: 0 10px;
    }
    .slide-content h1{
        font-size: 52px;
    }



}
@media(max-width: 767px){



    .slide-content p{
        width: 100%;
    }
    .slide-content h1{
        font-size: 48px;
    }
    .slider-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider-buttons a {
        width: 300px;
        margin: 6px 0;
    }



}





