/* Desktop / Laptop */
@media (max-width: 1399px) {

    /* Seller */
    .w-xl-3 {
        width: 33.33%;
    }
}

/* Tablet / iPad */
@media (max-width: 1199px) {

    /* Header */
    .nav-bar nav a {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 230px;
        background: rgba(246, 246, 228, 0.77);
        flex-direction: column;
        padding: 15px 0;
        display: none;
    }

    .nav-bar nav i {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 230px;
        background: rgba(246, 246, 228, 0.77);
        flex-direction: column;
        padding: 15px 0;
        display: none;
    }

    .nav-bar .icon {
        display: block;
        margin-right: 100px;
    }

    /* Banner */
    .banner-content h1 {
        font-size: 20px;
    }

    .banner-content h1 span {
        font-size: 50px;
        width: 60%;
        margin: 0 auto;
    }

    .banner-content h1 span strong {
        font-size: 70px;
    }

    .banner-content p {
        font-size: 16px;
        width: 40%;
    }

    .banner-content p span {
        font-size: 18px;
    }

    .btn-start {
        font-size: 16px;
        padding: 9px 18px;
        margin-left: 40px;
    }

    /* Seller */
    .w-lg-2 {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        flex-direction: column;
    }

    .title h2 {
        font-size: 28px;
    }

    .title h2 span {
        font-size: 34px;
    }

    .title p {
        font-size: 16px;
    }

    /* About Section */
    .about {
        flex-direction: column;
        text-align: center;
    }

    .about p span {
        font-size: 30px;
    }

    .about h2 {
        font-size: 48px;
    }

    .about p {
        width: 100%;
        font-size: 16px;
    }

    .about img {
        width: 100%;
        margin-top: 35px;
    }

    /* Hero */
    .hero-content h2 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 26px;
    }

    .start {
        font-size: 16px;
    }

    /* Categories */
    .categories-content {
        margin-left: 60px;
    }

    /* Feedback */
    .feedback {
        height: 800px;
        width: 100%;
    }

    /* Blog */
    .blog-content h3 {
        margin-left: 20%;
    }

    .blog-content p {
        margin-left: 20%;
        width: 60%;
        margin: 10px auto;
    }

    /* Join */
    .join-heading h2 {
        font-size: 27px;
    }

    .join-heading p {
        font-size: 17px;
    }

    .join-form input {
        padding: 9px 80px;
        font-size: 16px;
    }

    .join-form button {
        padding: 9px 30px;
        font-size: 15px;
    }

    /* Footer */
    .footer h3 {
        font-size: 18px;
    }

    .footer .subtitle {
        font-size: 15px;
    }

    .footer .paragraph {
        font-size: 14px;
    }

    .footer .info {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    /* Banner */
    .banner-content h1 {
        font-size: 18px;
    }

    .banner-content h1 span {
        font-size: 40px;
        width: 60%;
        margin: 0 auto;
    }

    .banner-content h1 span strong {
        font-size: 50px;
    }

    .banner-content p {
        font-size: 14px;
        width: 50%;
    }

    .banner-content p span {
        font-size: 16px;
    }

    .btn-start {
        font-size: 14px;
        padding: 8px 16px;
        margin-left: 40px;
    }

    /* Seller */
    .w-sm-1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .title h2 {
        font-size: 24px;
    }

    .title h2 span {
        font-size: 30px;
    }

    .title p {
        font-size: 14px;
    }

    /* About Section */
    .about p span {
        font-size: 25px;
    }

    .about h2 {
        font-size: 39px;
    }

    .about p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about img {
        width: 750px;
        margin-top: 25px;
    }

    .w-ex-1 {
        width: 100%;
        text-align: center;
    }

    /* Hero */
    .hero-content h2 {
        font-size: 35px;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .start {
        font-size: 14px;
    }

    /* Feedback */
    .feedback {
        height: 1100px;
        width: 100%;
    }

    .feedback-content {
        width: 370px;
    }

    /* Blog */
    .blog-content h3 {
        margin-left: 25%;
    }

    .blog-content p {
        margin-left: 25%;
        width: 50%;
        margin: 10px auto;
    }

    .title3 h2 {
        font-size: 22px;
    }

    .title3 h2 span {
        font-size: 30px;
    }

    /* Join */
    .join-heading h2 {
        font-size: 24px;
    }

    .join-heading p {
        font-size: 15px;
    }

    .join-form input {
        padding: 9px 60px;
        font-size: 14px;
    }

    .join-form button {
        padding: 9px 25px;
        font-size: 14px;
    }

    /* Footer */
    .footer {
        height: 210px;
    }

    .footer h3 {
        font-size: 15px;
    }

    .footer .subtitle {
        font-size: 13px;
    }

    .footer .paragraph {
        font-size: 12px;
        width: 70%;
        margin: 5px auto;
    }

    .footer .info {
        font-size: 12px;
        width: 65%;
        margin: 8px auto;
    }
}