.header-area {
    background-color: black;
}

.features-area {
    background-color: var(--theme);
}


/* Banner Area */

.mr-10 {
    margin-right: 10px;
}

.header-spacing {
    padding-top: 200px;
    padding-bottom: 100px;
}

.icon-img-80 {
    width: 80px;
}

.p-style {
    font-size: 17px !important;
    font-weight: 500;
}

.long-arw {
    margin-right: 30px;
}

.hero-area .section-title {
    font-size: 80px
}

.section-title {
    /* font-size: 35px; */
    padding-bottom: 15px;
}

.technical_specification_area .section-title {
    background: linear-gradient(90deg, transparent, #e1e1e1, transparent);
    padding: 20px 0;
    text-align: center;
}

@media only screen and (max-width:1599px) {
    .hero-area .section-title {
        font-size: 60px;
    }
}


@media only screen and (max-width:767px) {
    .hero-area .section-title {
        font-size: 40px;
    }

    .pt_sm_30 {
        padding-top: 30px;
    }

    .header-spacing {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .section-title {
        font-size: 30px;
        padding-bottom: 15px;
    }
}

/* Technical CSS */

.technical_specification_area ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.wc-btn-primary.bordered:hover {
    border-color: #121212;
    background-color: #121212;
    color: var(--white);
}

.pricing-box .wc-btn-primary {
    margin-top: 50px;
}


.wc-btn-primary {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 30px 0 30px;
    padding: 22px 38px;
    line-height: 1;
    border: 1px solid #121212;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
}

.btn-text-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    transition: color .5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}

.btn-text-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform .5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #121212;
    border-radius: 0 30px;
}

.wc-btn-primary.bordered {
    border-radius: 0 30px;
    border: 1px solid #121212;
}
