@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


:root {
    --gray: #89939E;
    --primary: #4CAF4F;
    --secondary: #263238;
    --info: #2194F3;
    --background-1: #f5f7fa;
    --black: #4D4D4D;
    --btn-hover: #73d177;
}

* {
    box-sizing: border-box;
}

.flex-column {
    flex-direction: column;
}

.pointor {
    cursor: pointer;
}

button:hover {
    background-color: var(--btn-hover) !important;
    color: white !important;
}

.flex-row {
    flex-direction: row;
}

.primary {
    color: var(--primary);
}

.black {
    color: var(--black);
}

.secondary {
    color: var(--secondary);
}

body {
    font-family: 'Roboto', sans-serif !important;
}

.content-wrapper {
    max-width: 1320px !important;
    margin: 0 auto !important;
}

.navbar-main {
    background-color: var(--background-1);
}

.logo img {
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
}

.logo-text {
    font-weight: 700;
    font-size: 30px;
}

.menu ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: var(--secondary);
}

.menu ul li {
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.menu ul li:hover {
    background-color: #4CAF4F;
    color: white;
}
.menu-icon{
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: white;
}
#menu-toggle{
    display: none;
}


#login-btn {
    background-color: transparent;
    color: #4CAF4F;
    font-weight: 500;
    padding: 10 25px;
    margin-right: 5px;
}

#login-btn:hover {
    background-color: transparent !important;
    color: #ffffff;
}

.btn-signup {
    background-color: #4CAF4F;
    color: white;
    padding: 10 15px;
    font-weight: 500;
}

.hero-section-main {
    height: 600px;
    background-color: var(--background-1);
}

.hero-text-heading h1 {
    color: var(--black);
    font-size: 50px;
}

.hero-sub-heading {
    color: var(--gray);
}

.register-btn button {
    padding: 10px 20px;
    background-color: var(--primary);
    color: white;
    border-radius: 5px;
}

.heading {
    color: var(--black);
    font-size: 30px;
    font-weight: 600;
    /* text-align: center; */
}

.sub-heading {
    color: var(--gray);
    /* text-align: center; */
}

.heading-community {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.community-section .sub-heading-community {
    width: 100%;
    margin: 0 auto;
    color: var(--gray);
    text-align: center;
}

.card {
    width: 343px;
    /* rgba(171, 189, 225, 0.6) */
    box-shadow: 2px 2px 15px -6px rgba(171, 189, 225, 0.6);
    padding: 33px;
}

.text-center {
    text-align: center;
}

.unlock-section-content {
    width: min(635px, 100%);
}

.achievement-section {
    height: 300px;
    background-color: var(--background-1);
}

.icon-content h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 22px;
    color: var(--black);
    margin-top: 5px;
    margin-left: 5px;
}

.icon-content p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    color: var(--gray);
    margin-top: 5px;
    margin-left: 5px;
}

.customer-section {
    background-color: var(--background-1);
    height: 390px;
}

.community-card-div {
    height: 366px;
}

.community-card-div img {
    position: relative;
    margin: 0 auto;
}

.card-relative {
    position: relative;
}

.community-card {
    width: 80%;
    height: auto;
    border-radius: 10px;
    background-color: var(--background-1);
    position: absolute;
    top: 175px;
    left: 33px;
}

.community-card .primary {
    cursor: pointer;
}

.community-card .primary:hover {
    color: rgb(59, 197, 119);
}

.d-flex {
    display: flex !important;
    flex-wrap: wrap !important;
}

.footer-main {
    height: 320px;
    background-color: var(--secondary);
}

.footer-content {
    color: #FFFFFF;
}

.copyright {
    line-height: 0.8;
}

.social-links {
    gap: 20px;
}

.social-links img {
    cursor: pointer;
}

.footer-nav ul {
    list-style-type: none;
    padding-left: 0;
    gap: 5px;
    color: var(--background-1);
}

.footer-nav ul li {
    margin-bottom: 15px;
    color: var(--background-1);
}

.footer-nav input {
    padding: 10px;
    border-radius: 12px;
    width: 100%;
    background-color: #89939E;
    color: white;
    position: relative;
    border: none;
}

.footer-nav input::placeholder {
    color: white;
    opacity: 0.5;
    /* Firefox */
}

.footer-content h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.input-box {
    position: relative;
    width: 100%;
}

.input-box img {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;

}


@media (max-width: 767px) {

    .content-wrapper {
        max-width: 80vw;
    }

    .row {
        max-width: 100vw !important;
    }

    .menu ul {
        align-items: center;
    }

    .login-signup-btn {
        justify-content: center;
        margin-top: 25px;
    }

    .hero-section-main {
        height: auto;
    }

    .hero-text-heading {
        margin-top: 100px;
        text-align: center;
    }

    .hero-sub-heading {
        text-align: center;
        margin: 0 auto;
    }

    .our-client-img img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .hero-section .register-btn {
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .hero-img {
        margin: 0 auto;
    }

    .community-section,
    .community-section .col-md-4 {
        margin: 0 auto;
        gap: 15px;
    }

    .unlock-section-content p,
    .unlock-section-content h1 {
        width: 80vw;
        margin: 0 auto;
    }

    .unlock-section-content {
        max-width: 100%;
    }

    .unlock-section {
        padding: 0 !important;
    }

    .mobile-login {
        justify-content: center !important;
    }

    .unlock-section-content .register-btn {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
        margin-top: 1rem !important;
    }

    /* .achievement-section {
        height: auto;
    }

    .achievement-section-content h1,
    .achievement-section-content p {
        text-align: center;
    }

    .icon-content h1 {
        font-size: 20px;
        text-align: start;
    }

    .icon-content p {
        text-align: start;
    }

    .achievement-section-content .justify-end {
        justify-content: end;
    }

    .achievement-section-content .col-6 {
        margin-bottom: 15px;
    }

    .calendar-img img {
        display: flex;
        margin: 0 auto;
    }

    .center {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .sm-mx-auto {
        margin: 0 auto;
    }

    .customer-section {
        height: auto;
    }

    .get-demo-heading {
        width: 100%;
    }

    .get-demo-heading {
        font-size: 25px;
    }

    .sm-w-75 {
        width: 75%;
    } */

    .footer-main {
        height: auto;
    }

    .footer-content .col-md-5 {
        height: 200px;
        margin-bottom: 2rem;
    }

    .sm-text-center {
        text-align: center;
    }

    .input-box {
        width: 35%;
    }

}

@media (max-width: 576px) {
    .footer-main .input-box {
        width: 56%;
    }

    .customer-image {
        width: 70%;
    }

    .customer-image img {
        display: flex;
        justify-content: center;
    }

    .customer-section-content:first-child {
        display: flex;
        justify-content: center;
    }
}