/* Navbrrrrrrrrss Styles */
.navbar {
    position: fixed;
    width: 100%;
    height: 110px;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    gap: 20px;
    
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 4rem;
    max-width: 2000px;
    margin: 0 auto;
}

.logo {
    width: 60px;
    height: 60px;
    margin-left: 20px; 
}

.nav-links {
    
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-size: 10px;
    font-size: 20px;
    font-size: 30px; /* Increase the font size */
}

.nav-link:hover {
    color: #2596be;
}

.download-btn {
    background: #000;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
}

#dbtn{
    display: none;
    
}




.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    font-size: 1.5rem;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.hero-section {
    
    margin-top: 80px;
    display: flex;
    padding: 2rem;
    gap: 2rem;
    min-height: calc(100vh - 80px);
    max-width: 1250px;
    margin: 50px auto 0;
    align-items: center;/
}
.hero-section h1{
    font-size: 46px;
}
.hero-section{
        font-size: 25px;
     
        
}


.hero-image img {
    margin-left: 100px;
    width: 80%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s ease;
    animation: float 3s ease-in-out infinite;
}

.feature-section {
    display: flex;
    min-height: 100vh;
    padding: 4rem 2rem;
    gap: 4rem;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
}

.feature-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s ease;
    animation: float 3s ease-in-out infinite;
}



.starting {
    display: flex;
    padding: 2rem;
    gap: 2rem;
    height: calc(100vh - 64px);
}

.intro-section {
    flex: 1;
    max-width: 450px;
}

.image-starter {
    flex: 2;
    background: #f5f5f5;
    border-radius: 8px;
}


.part-2 {
    display: flex;
    min-height: 100vh;
    padding: 4rem;
    gap: 4rem;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    margin: -50px auto 0;
    
}

.part2 {
    flex: 1;
    font-size: 36px;
}

.part2 img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s ease;
    animation: float 3s ease-in-out infinite;
}

.part3 {
    flex: 1;
    padding: 2rem;
}
.part3 p{
    font-size: 25px;
}

.part3 h1{
    font-size: 46px;
}

.get-started {
    background: black;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    font-size: 30px;
}


.part4 h1{
    padding: 4rem;
    text-align: center;
    font-size: 46px;
}


.part41 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 4rem;
}

.part5 {
    padding: 1rem 2rem;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    background: white;
    font-size: 30px;
}

.part5.active {
    background: #2596be;
}

.part6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.part61 {
    padding: 2rem;
    text-align: center;
}

.part61 img {
    width: 200px;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 30px;
}

.part61 h2 {
    font-size: 46px;
    margin-bottom: 1rem;
}

.part61 p {
    color: #666;
    line-height: 1.6;
    font-size: 25px;
}
.ref {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: rgb(255, 255, 255);
    /* max-width: 1500px; */
}


.phone-mockup {
    flex: 1;
    text-align: right;
}

.phone-mockup img {
    max-width: 500px;
    height: auto;
}

.homate_business_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 20px;
    gap: 40px;
    align-items: center;
}
.homate_business_wrapper h1{
    font-size: 46px;
}
.homate_business_wrapper p {
    font-size: 25px;
    line-height: 1.1;
    color: #333;
    margin-bottom: 24px;
    max-width: 600px;
}

.homate_business_description {
    font-size: 25px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
    max-width: 500px;
}

.homate_business_buttons {
    display: flex;
    gap: 24px;
    align-items: center;
    height: 150px;   /* Adjust the height */
    font-size: 30px; /* Make the text larger */
}

.homate_business_cta {
    background: #000;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s;
}

.homate_business_cta:hover {
    background: #333;
}


.homate_business_image_container {
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homate_business_image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.pricing_container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 80px 20px;
}
.pricing_container h2{
    font-size: 46px;
}
.pricing_container p{
    font-size: 25px;
}

.pricing_cards_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.pricing_card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
}

.pricing_card.featured {
    background: #2596be;
    color: white;
}

.pricing_card_title {
    font-size: 40px;
    margin-bottom: 20px;
    color: inherit;
}

.pricing_card_price {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    color: inherit;
}

.pricing_card_period {
    font-size: 26px;
    color: #999;
    margin-bottom: 30px;
}

.featured .pricing_card_period {
    color: rgba(255, 255, 255, 0.8);
}

.pricing_card_features {
    list-style: none;
    margin-bottom: 30px;
    font-size: 26px;
}

.pricing_card_feature {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.pricing_card_feature:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2596be;
}

.featured .pricing_card_feature:before {
    color: white;
}

.pricing_card_button {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pricing_card:not(.featured) .pricing_card_button {
    background: #fff;
    color: #333;
    border: 2px solid #2596be;
}

.featured .pricing_card_button {
    background: white;
    color: #2596be;
}

.pricing_card_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.part7 {
    padding: 80px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.part7-content {
    flex: 1;
    padding-right: 40px;
}

.part7 h1 {
    color: #2596be;
    font-size: 66px;
    margin-bottom: 20px;
}

.part7 p{
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
}

.cta-button {
    background: #000000;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
}



.footer_wrapper {
    background: #000;
    color: #000000;
    padding: 40px 0;
}

.footer_container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer_cta {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.footer_cta_title {
    font-size: 44px;
    margin-bottom: 12px;
}

.footer_cta_text {
    margin-bottom: 20px;
    font-size: 26px;
}

.footer_content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.footer_address {
    font-size: 24px;
    color: #888;
    line-height: 1.6;
}

.footer_store_buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer_store_button {
    height: 100px;
}

.footer_links h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.footer_links a {
    color: #888;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    border-top: 1px solid #ffffff;
}

.footer_bottom p{
    color: #fff;
    font-size: 22px;
}
.footer-icons img{
    color: #000000;
    height: 70px;
    width: 70px;
}










/* Mobile responsiveness */
@media screen and (max-width: 1024px) {
    .nav-content {
        padding: 1rem 2rem;
    }
    
    .hero-section,
    .part-2,
    .homate_business_wrapper,
    .pricing_cards_wrapper {
        flex-direction: column;
        padding: 2rem;
    }
    
    .hero-section h1 {
        font-size: 48px;
    }
    
    .part3 h1,
    .homate_business_wrapper h1,
    .part4 h1,
    .part7 h1,
    .pricing_container h2 {
        font-size: 42px;
    }
    
    .nav-link,
    .download-btn,
    .hero-section,
    .part3 p,
    .part61 p,
    .pricing_container p {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .nav-links {
    
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        padding: 2rem;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .nav-links.active {
        display: flex;
        
    }

    #dbtn{
        display: block;
    }

    #Mdbtn{
        display: none;
    }
    

    #image1{
        height: 500px;
        width: 400px;
        margin-right: 125px;
    }

    .part3{
        margin-bottom: 20px;
        width: 100%;
    }
    .part3-img{
        height: 500px;
        width: 400px;
        margin-right: 125px;
    }

    @media screen and (max-width: 768px) {
        /* Your existing media query rules... */
    
        .homate_business_wrapper {
            grid-template-columns: 1fr; /* Change to single column */
            gap: 20px;
            padding: 20px;
            text-align: center;
        }
    
        .homate_business_image_container {
            width: 100%;
            margin: 0 auto;
        }
    
        .homate_business_image {
            max-width: 90%; /* Or whatever max-width you prefer */
            margin: 0 auto;
        }
    
        /* Optional: Adjust text alignment and spacing */
        .homate_business_wrapper h1 {
            font-size: 46px;
            margin-bottom: 20px;
        }
    
        .homate_business_wrapper p {
            font-size: 25px;
            margin: 0 auto 20px;
        }
    }
    
    .part6 {
        grid-template-columns: 1fr;
    }
    
    .pricing_cards_wrapper,
    .footer_content {
        grid-template-columns: 1fr;
        
    }

    
    .footer_store_buttons {
        flex-direction: row;
        width: 40px;
        height: 40px;
    
    }
    
    .homate_business_buttons {
        flex-direction: column;
        height: auto;
    }
    
    .part7 {
        flex-direction: column;
        text-align: center;
    }
    
    .phone-mockup img {
        max-width: 100%;
        margin-top: 2rem;
    }
}

.full{
    width: 100%;

}