@media (max-width: 575px) {

    h1 {
        font-size: 48px;
        line-height: 62px;
        font-weight: 900;
    }

    h2 {
        font-size: 42px;
        line-height: 55px;
        font-weight: 900;
    }

    h3 {
        font-size: 36px;
        line-height: 47px;
        font-weight: 800;
    }

    h4 {
        font-size: 30px;
        line-height: 39px;
        font-weight: 800;
    }

    h5 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 600;
    }

    h6 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
    }

    body {
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
    }

    .cta-btn a {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
    }

    .cta-btn {
        padding: 8px 12px;
    }

    .title {
        margin-bottom: 25px;
    }

    header .navbar-nav {
        gap: 30px;
    }

    header .logo .navbar-brand img {
        max-width: 60px;
    }

    header .navbar-collapse {
        position: absolute;
        top: 100px;
    }

    .section-p {
        padding: 50px 0;
    }

    .hero-section .hero-section-text p {
        margin: 16px 0;
    }

    footer .top-footer .news-letter {
        margin: 32px 0;
    }

    footer .copy-link-footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .our-team .our-team-content .our-team-content-text {
        padding: 16px 32px;
        margin-top: -20%;
    }
    .how-it-works .slide .inner-box {
        padding: 20px;
    }

    .team-w {
        width: 300px;
    }

    .faq .accordion .accordion-header .icon img {
        width: 30px;
    }

    .faq .accordion-button::after {
        --bs-accordion-btn-icon-width: 20px;
    }
    .sale .sale-content-text .sale-content-1 .pre-sale-btn, .ico-btn {
        padding: 8px 0;
        width: 200px;
    }
    .sale .sale-content-text .sale-content-1 .timer h3{
        width: 130px;
        height: 130px;
    }
    .sale .sale-content-text .sale-content-1 .price-target .price-btn {
        padding: 8px 10px;
    }
    .sale .sale-content-2 .price-bit .price-bit-btn{
        margin: 8px 10px;
    }
    .how-it-works .pagers-box {
        margin-bottom: 25px;
    }
}

@media (min-width: 576px) {

    h1 {
        font-size: 48px;
        line-height: 62px;
        font-weight: 900;
    }

    h2 {
        font-size: 42px;
        line-height: 55px;
        font-weight: 900;
    }

    h3 {
        font-size: 36px;
        line-height: 47px;
        font-weight: 800;
    }

    h4 {
        font-size: 30px;
        line-height: 39px;
        font-weight: 800;
    }

    h5 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 600;
    }

    h6 {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
    }

    body {
        font-size: 16px;
        line-height: 21px;
        font-weight: 400;
    }

    .title {
        margin-bottom: 25px;
    }

    .cta-btn a {
        font-size: 16px;
        line-height: 21px;
        font-weight: 600;
    }

    .cta-btn {
        padding: 16px 32px;
    }

    header .navbar-nav {
        gap: 30px;
    }

    header .navbar-collapse {
        position: absolute;
        top: 130px;
    }

    .section-p {
        padding: 50px 0;
    }

    .hero-section .hero-section-text p {
        margin: 16px 0;
    }

    footer .top-footer .news-letter {
        margin: 32px 0;
    }

    footer .copy-link-footer {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .blog-w,
    .team-w {
        width: 240px;
        width: 100%;
    }

    .our-team .our-team-content .our-team-content-text {
        padding: 16px 32px;
        margin-top: -20%;
    }
    .how-it-works .slide .inner-box {
        padding: 45px 35px 40px;
    }
    .faq .accordion-button::after {
        --bs-accordion-btn-icon-width: 30px;
    }
    .sale .sale-content-text .sale-content-1 .pre-sale-btn{
        padding: 8px 0;
        width: 200px;
    }
    .ico-btn{
        width: 395px ;
        padding: 16px 0;
    }
    .sale .sale-content-text .sale-content-1 .timer h3{
        width: 130px;
        height: 130px;
    }
    .sale .sale-content-text .sale-content-1 .price-target .price-btn {
        padding: 8px 10px;
    }
    .sale .sale-content-2 .price-bit .price-bit-btn{
        margin: 8px 10px;
    }
    .how-it-works .pagers-box {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {

    h1 {
        font-size: 54px;
        line-height: 70px;
        font-weight: 900;
    }

    h2 {
        font-size: 48px;
        line-height: 62px;
        font-weight: 900;
    }

    h3 {
        font-size: 42px;
        line-height: 55px;
        font-weight: 800;
    }

    h4 {
        font-size: 36px;
        line-height: 47px;
        font-weight: 800;
    }

    h5 {
        font-size: 30px;
        line-height: 39px;
        font-weight: 600;
    }

    h6 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 500;
    }

    body {
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
    }

    .title {
        margin-bottom: 40px;
    }

    .cta-btn a {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
    }

    .section-p {
        padding: 80px 0;
    }

    .hero-section .hero-section-text p {
        margin: 32px 0;
    }

    footer .top-footer .news-letter {
        margin: 82px 0;
    }

    footer .copy-link-footer {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .blog-w {
        width: 210px;
    }

    .team-w {
        width: 300px;
        width: 100%;
    }
    .how-it-works .pagers-box {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {

    header .navbar-nav {
        gap: 30px;
    }

    header .navbar-collapse {
        position: static;
        top: 0;
    }

    .blog-w,
    .team-w {
        width: 290px;
    }
    
}

@media screen and (min-width: 992px) {
    .faq .accordion-item .accordion-header .accordion-button {
        font-size: 26px;
        line-height: 34px;
    }
}
@media (min-width: 1200px) {

    h1 {
        font-size: 64px;
        line-height: 83px;
        font-weight: 900;
    }

    h2 {
        font-size: 54px;
        line-height: 70px;
        font-weight: 900;
    }

    h3 {
        font-size: 44px;
        line-height: 57px;
        font-weight: 700;
    }

    h4 {
        font-size: 38px;
        line-height: 49px;
        font-weight: 800;
    }

    h5 {
        font-size: 32px;
        line-height: 42px;
        font-weight: 600;
    }

    h6 {
        font-size: 26px;
        line-height: 34px;
        font-weight: 500;
    }

    body {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }

    .title {
        margin-bottom: 50px;
    }

    .cta-btn a {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    header .navbar-nav {
        gap: 50px;
    }

    .hero-section.section-p {
        padding: 150px 0;
    }

    .blog .blog-content .blog-content-1-text p {
        margin-bottom: 32px;
    }

    .blog-w,
    .team-w {
        width: 350px;
    }

    .team-w {
        width: 330px;
    }
    .sale .sale-content-1, .sale-content-2{
        padding: 32px;
    }
    .sale-content-2 {
        position: relative;
        border-left: 2px solid #A6A6A6;
    }
    .banner .banner-content {
        max-width: 720px;
    }
    .sale .sale-content-2 .price-bit .price-bit-btn{
        margin: 32px 0;
    }
    .sale .sale-content-2 .price-bit{
        margin: 48px 0;
    }
    .how-it-works .pagers-box {
        margin-bottom: 50px;
    }
    .faq .accordion-item .accordion-header .accordion-button {
        font-size: 32px;
        line-height: 42px;
    }
    
}
@media (min-width: 1400px) {

    .blog-w,
    .team-w {
        width: 400px;
        width: 100%;
    }

    .our-team .our-team-content .our-team-content-text {
        margin-top: -13% !important;
        padding: 16px 40px;
    }

    .sale .sale-content-text .sale-content-1 .pre-sale-btn {
        padding: 16px 0;
        width: 392px;
    }
    .sale .sale-content-text .sale-content-1 .timer h3{
        width: 130px;
        height: 130px;
    }
    .sale .sale-content-text .sale-content-1 .price-target .price-btn {
        padding: 16px 48px;
    }
}



@media only screen and (max-width: 991px) {
    .how-it-works .pagers-box {
        display: none;
    }
    .how-it-works-two .upper-row .more-link {
        width: 100%;
    }
    
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .team-w {
        margin-bottom: 20px;
    }
    .section-p {
        padding: 50px 0;
    }
}

@media screen and (max-width: 991px) {
    .price-target {
        flex-direction: column;
    }
    .hero-section {
        background-position: left;
    }
    header {
        padding: 10px 0;
    }
    header .logo {
        flex: 0 0 186px;
    }
    .logo a img {
        max-width: 60px;
    }
    header .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
    }
    .faq .accordion-item .accordion-header .accordion-button {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .price-target {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    header .logo {
        flex: 0 0 132px;
    }
}

@media screen and (max-width: 420px) {
    header .logo {
        flex: 0 0 auto;
    }
}
