body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 100vh;
}

.tapconnect_me_container {
    display: flex;
    flex-direction: column;
}

.tapconnect_logo_inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.tapconnect_logo {
    border-bottom: 1px solid #333333;
    padding: 20px 0px;
    background-color: #000000;
}

.banner {
    background-color: #000;
    padding: 100px 0px;
}

.banner_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.banner .logo {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.left_cont {
    width: 60%;
    display: flex;
}

.right_cont {
    display: flex;
    width: 40%;
    justify-content: center;
}

.more_sales {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
}

.highlight_wrap {
    display: flex;
}

.sales_top {
    font-size: 8rem;
    padding-left: 50px;
    line-height: 100px;
}

.sales_bottom {
    text-align: right;
    font-size: 100px;
    font-weight: 100;
    line-height: 100px;
}

.banner .sales {
    background-color: #6a1b9a;
    color: #fff;
    padding: 50px;
    border-radius: 15px;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.highlight {
    background-color: #FF6F00;
    color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

.banner .subtext {
    background-color: #fff;
    color: #6B2179;
    padding: 20px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.banner .stats {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.banner .stat {
    background-color: #00938D;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    padding: 30px;
    align-items: center;
}

.banner .stat1 {
    background-color: #E9D2A8;
    color: #000;
    border-radius: 15px;
    font-size: 1.9rem;
    font-weight: 600;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.setup_easy {
    background-color: #e5dae8;
}

.setup_easy_inner {
    padding: 100px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.arrow img {
    transform: rotate(0deg);
}

.title_cont {
    display: block;
    text-align: center;
}

.title_cont h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 100;
    margin: 0px;
}

.title_cont h3 {
    font-size: 90px;
    color: #6a1b9a;
    margin: 0;
}

.img_section {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    align-items: center;
}

.profitable {
    background-color: #D8F0EF;
}

.profitable_inner {
    padding: 100px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.title_cont h3.col_green {
    color: #004A47;
}

.the_proof {
    display: flex;
    background-color: #004A47;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 15px #b9b9b9;
}

.proof_list {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.list_icon {
    display: flex;
    align-items: center;
}

.list_txt {
    font-size: 24px;
    line-height: 24px;
}

.proof_list:nth-last-child(1) {
    margin-bottom: 0px;
}

.proof_title {
    display: flex;
}

.proof_title h2 {
    margin: 0;
    padding-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

.why_section {
    background-color: #FAF5ED;
}

.why_sec_inner {
    padding: 100px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.title_cont h3.col_brown {
    color: #915D00;
}

.users_sec {
    display: flex;
    width: 100%;
    gap: 40px;
}

.users_left {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.user_left_cont,
.user_right_cont {
    background-color: #E9D2A8;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
    box-shadow: 5px 5px 15px #dadada;
}

.user_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
}

.user_head h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 20px;
}

.user_head h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.user_right {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.user_head hr {
    color: #ffffff;
    width: 100%;
    border: 1px solid #B9A37C;
}

.guests_head {
    display: flex;
    justify-content: center;
}

.guests_head h2 {
    color: #333333;
    text-decoration: underline;
    text-underline-offset: 10px;
    font-size: 36px;
}

.user_head h3 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
}

.gallery {
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
}

.gal_images {
    display: flex;
    width: 100%;
    gap: 15px;
}

.gal_images .gal_imgs {
    width: 25%;
}

.gal_imgs img {
    max-width: 100%;
    border-radius: 20px;
}

.galley_head {
    margin-bottom: 40px;
}

.galley_head h2 {
    color: #333333;
    text-align: center;
    font-size: 36px;
}

.pricing {
    background-color: #e5eefd;
}

.pricing_inner {
    padding: 100px 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.title_cont h3.col_blue {
    color: #003BA2;
}

.why_banner {
    background-color: #CADDFF;
}

.why_banner {
    background-color: #CADDFF;
    border-radius: 20px;
    margin: 50px 0px;
    border: 1px solid #B1BFD7;
    box-shadow: 5px 5px 15px #e0e0e0;
}

.banner_txt {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.banner_txt h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #111111;
    width: 70%;
    margin: 0;
}

.title_cont h3.col_dark_blue {
    color: #001539;
}

.whyFree_cont h4 {
    color: #333333;
    font-size: 24px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.whyFree_cont h3 {
    color: #333333;
    font-size: 36px;
    text-align: center;
}

.whyFree_cont ul li {
    color: #333333;
    font-size: 24px;
    line-height: 42px;
}

.contactBtn {
    display: flex;
    justify-content: center;
    padding: 50px 0px 0px;
}

.contactBtn button {
    background-color: #003BA2;
    color: #ffffff;
    padding: 15px 35px 15px 35px;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

footer {
    padding: 100px 0px;
}

.footer_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footer_head {
    display: flex;
}

.footer_logo {
    width: 50%;
    display: flex;
}

.socials {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.footer_inner hr {
    border: 1px solid #cfcfcf;
    width: 100%;
    margin-top: 40px;
}

.footer_cont {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
}

.logo_footer img {
    height: 170px;
}

.office_hours {
    display: flex;
    flex-direction: column;
}

.office_hours span,
.contact_details span {
    color: #333333;
    margin-bottom: 15px;
}

.contact_details {
    display: flex;
    flex-direction: column;
}


.form-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f9f9f9;
}

.form-container {
    width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.form-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-container input[type="text"],
.form-container input[type="file"],
.form-container input[type="url"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.form-container form div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.form-container div label {
    margin-bottom: 0px;
}
.form-container input[type="checkbox"] {
    margin-right: 10px;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.form-container button:hover {
    background-color: #0056b3;
}


@media (max-width: 1024px) {

    .tapconnect_logo {
        padding: 20px 15px;
    }

    .banner {
        padding: 50px 15px;
    }

    .sales_top {
        padding-left: 0px;
    }

    .sales_bottom {
        font-size: 80px;
    }

    .setup_easy_inner {
        padding: 50px 15px;
    }

    .profitable_inner {
        padding: 50px 15px;
    }

    .sales_bottom {
        font-size: 60px;
        line-height: 60px;
    }

    .pricing_inner {
        padding: 50px 15px;
    }

    footer {
        padding: 50px 15px;
    }
}

@media (max-width: 820px) {

    .tapconnect_logo {
        padding: 20px 15px;
    }

    .banner {
        padding: 50px 15px;
    }

    .banner .sales {
        padding: 30px 50px;
    }

    .banner .stat1 {
        font-size: 1.5rem;
    }

    .banner .stat {
        font-size: 1.5rem;
    }

    .sales_top {
        padding-left: 0px;
        font-size: 120px;
    }

    .sales_bottom {
        font-size: 50px;
        line-height: 50px;
    }

    .img_section {
        flex-direction: column;
        gap: 20px 0px;
    }

    .setup_easy_inner {
        padding: 50px 15px;
    }

    .profitable_inner {
        padding: 50px 15px;
    }

    .proof_title h2 {
        font-size: 42px;
    }

    .why_sec_inner {
        padding: 50px 15px;
    }

    .gallery {
        padding: 0px;
    }

    .galley_head {
        margin-bottom: 0px;
    }

    .arrow img {
        transform: rotate(90deg);
    }

    .pricing_inner {
        padding: 50px 15px;
    }

    footer {
        padding: 50px 15px;
    }
}

@media (max-width:768px) {
    .left_cont {
        width: 100%;
    }

    .more_sales {
        flex-direction: column;
    }

    .banner .stats {
        flex-direction: column;
    }

    .right_cont {
        width: 100%;
    }

    .banner_txt h3 {
        width: 100%;
    }

    .banner .subtext {
        font-size: 1.8rem;
    }

    .banner .stat {
        font-size: 1.4rem;
    }

    .banner .stat1 {
        font-size: 1.4rem;
    }
}

@media (max-width:480px) {

    .title_cont h3 {
        font-size: 60px;
        text-align: center;
    }

    .the_proof {
        padding: 30px;
    }

    .users_sec {
        flex-direction: column;
    }

    .users_left {
        width: 100%;
    }

    .user_right {
        width: 100%;
    }

    .gal_images {
        flex-direction: column;
    }

    .gal_images .gal_imgs {
        width: 100%;
    }

    .banner_txt h3 {
        font-size: 24px;
    }

    .footer_head {
        display: flex;
        flex-direction: column;
    }

    .footer_logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .socials {
        width: 100%;
        justify-content: center;
    }

    .footer_cont {
        flex-direction: column;
        gap: 30px;
    }

    .list_txt {
        font-size: 18px;
        line-height: 24px;
    }

    .whyFree_cont h4 {
        font-size: 18px;
    }

    .whyFree_cont ul li {
        font-size: 18px;
    }

    .sales_bottom {
        font-size: 42px;
    }

    .footer_logo img {
        max-width: 100%;
    }

    .title_cont h2 {
        text-align: center;
    }

    .logo_footer {
        text-align: center;
    }

    .office_hours {
        align-items: center;
    }

    .contact_details {
        align-items: center;
    }
}

@media (max-width: 600px) {
    .banner .stat {
        flex: 1 1 100%;
    }
}