@media(max-width: 1500px){
    .header .primary-header-inner .header-right-wrap .header-contact {
        display: none;
    }
}

@media(max-width:1310px){
    .header .primary-header-inner .header-right-wrap .header-btn{
        display: none;
    }
}

@media(max-width:1080px){
    .header .primary-header-inner .mobile-menu-items{
        display: none !important;
    }

        .header .primary-header-inner {
        padding: 20px 0;
    }
}

.skill-img img{
    border-radius: 24px 24px 24px 24px;
}

.header-logo a img{
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.45));
}

h2{
    text-transform: none !important;
}

.testi-author .name{
    width: max-content;
}

.slider-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}


.swiper-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}


.swiper-wrapper,
.swiper-slide {
    height: 100%;
}


.slider-item,
.bg-img {
    height: 100%;
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.over-banner {
    position: relative;
    z-index: 5;
    padding: 125px 20px;
}


.hero-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

@media(max-width:1024px) {
    .hero-cards {
        grid-template-columns: 1fr;
    }
}

.single-card {
    overflow: hidden;
    border-radius: 18px;
    text-decoration: none;
    background: #6b584f;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.card-bottom {
    padding: 28px;
}


.over-banner h2,
.over-banner h3,
.over-banner p {
    color: #ffffff;
}

.over-banner h2, h3{
    font-weight: 400;
}

@media(min-width: 768px){
    .form-control.col-md-6{
        flex: 0  0 auto !important;
        width: 47% !important;
    }
    .newsletter-form .row{
        justify-content: space-between;
    }
}

.nice-select ul{
    width: 100%;
}

.newsletter-form .form-control{
    width: 100%;
}

.feature-item .title {
    max-width: 85%;
}


.blog-details-img img{
    object-position: center;
}