@media only screen and (max-width: 1399.98px) {
    html {
        font-size: 15px;
    }

    .container,
    .container-lg {
        max-width: 1180px;
    }

    .login-info-sec p {
        font-size: 1.125rem;
    }

    .hero-card .card-top h3 {
        font-size: 1.25rem;
    }

    .hero-card .content-row .themeBtn {
        min-width: max-content;
    }

    .hero-card .btn-group {
        gap: 0.25rem;
    }
}

@media (max-width: 1199.98px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 12px;
    }

    .signUpPage ul {
        height: auto;
    }

    .hero-card .content-row {
        min-height: 180px;
    }

    .hero-card .content-row .themeBtn {
        min-width: 150px;
    }

    .hero-section {
        padding: 0;
    }

    .inLoveSec {
        padding: 0;
    }

    .formWrap {
        padding: 2rem 4rem;
    }

    .slider-for3 img {
        height: 450px;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 14px;
    }

    .login-info-sec {
        text-align: center;
    }

    .login-info-sec .row {
        gap: 1rem;
    }

    .login-info-sec .btn-group img {
        width: 60px;
        height: 60px;
    }

    .login-info-sec .btn-group p {
        font-size: 1.125rem;
    }

    .login-info-sec .themeBtn {
        font-size: 1.125rem;
    }

    .formWrap {
        padding: 2rem 1rem;
    }

    .signUpPage h3 {
        font-size: 1.25rem;
    }

    .inLoveSec .hero-card .card-top h3 {
        font-size: 1.25rem;
    }

    .main-wrapper .mainSlider img {
        height: 200px;
    }

    .logoWrap img {
        height: 200px;
    }

    .abtSec h2 {
        font-size: 1.5rem;
    }

    .cntctLst figure {
        width: 80px;
        height: 80px;
    }

    .cntctLst a {
        font-size: 0.875rem;
    }

    .cntctLst p {
        font-size: 0.875rem;
    }

    .cntctLst h2 {
        font-size: 1.125rem;
    }

    .countryBox {
        flex-direction: row;
        margin-top: 2rem;
        flex-wrap: wrap;
    }

    .countryBox .country {
        gap: 0.5rem;
        width: 48%;
        justify-content: space-between;
        border: 1px solid #ddd;
        padding: 0.5rem 1rem;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
        border-radius: 10px;
        background: #fff;
    }

    .headingRow * {
        font-size: 1.5rem;
    }

    .noBusiness {
        font-size: 2rem;
    }

    .detailCard .head h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .detailCard .body .heading h2 {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 0;
    }

    .detailCard .body .heading figure img {
        width: 40px;
        height: 40px;
        border-radius: 100%;
    }

    .signUpPage ul li {
        font-size: 1rem;
    }

    .formWrap label {
        font-size: 1rem;
    }

    .fournContent h3 {
        flex-wrap: wrap;
    }

    .fournContent p {
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 13px;
    }

    .main-wrapper .mainSlider img {
        height: 150px;
    }

    .logoWrap img {
        height: 150px;
    }

    .heading {
        font-size: 1.5rem;
    }

    .login-info-sec p {
        font-size: 1rem;
    }

    .login-info-sec .btn-group p {
        font-size: 1rem;
    }

    .navbar-nav {
        gap: 1rem;
    }

    .form-inline .dropdown img {
        width: 30px;
        height: 30px;
    }

    .countryBox .country {
        width: 100%;
    }

    .headingRow {
        flex-direction: column;
        gap: 1rem;
    }

    .headingRow * {
        text-align: center;
    }

    .noBusiness {
        font-size: 1.5rem;
    }

    .listBox {
        margin-top: 2rem;
    }
}

@media (max-width: 320.98px) {
    html {
        font-size: 11px;
    }
}
