@import url('https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

.highlight {
    color: #d32f2f;
    font-family: 'Inter', sans-serif;
}

.intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 30px;
    font-family: "Anek Kannada";
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
}

.intro>* {
    margin-bottom: -30px !important;
}

.intro h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    color: #829BA3;
}

.intro h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

/* Product Section */
.products {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 0;
}

.product-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width: 405px;
    height: 532px;
}

.product-item:hover {
    transform: translateY(-5px);
}

.product-item img {
    width: 269px;
    height: 269px;
}

.product-item h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
    letter-spacing: 0%;
    text-align: center;
}

.product-item p {
    font-size: 25px;
    font-weight: 700;
    color: #A11F1E;
    margin-bottom: 15px;
    font-family: 'Anek Kannada', sans-serif;
}

.product-item button {
    background: #829BA3;
    color: #fff;
    border: none;
    padding: 12px 18px;
    height: 35px;
    width: 267px;
    cursor: pointer;
    border-radius: 50px;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    font-family: "Anek Kannada";
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 20%;
}

.product-item button:hover {
    background: #000;
}

.products-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    height: 117px;
    width: 1066px;
    margin-top: 200px;
    margin-bottom: 90px;
    margin-left: 400px;
    color: #4b4b4b;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

/* Packs Section */
.pack {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 20px;
    border-radius: 12px;
    text-align: left;
    gap: 2px;
}

.pack-container {
    position: relative;
    width: max-content;
}

.pack-container img:first-child {
    position: absolute;
    top: 30px;
    left: -83px;
}

.pack img {
    width: 882px;
    height: 644px;
    display: block;
}

.pack-text {
    max-width: 550px;
    margin-left: 30px;
}

.pack-text>* {
    margin-bottom: -30px !important;
}

.pack-text h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
    color: #829BA3;
}

.pack-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 50px;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.pack-text h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.pack-text button {
    background: #ffffff;
    color: #000000;
    border: none;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 23px;
    font-weight: 600;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    margin-left: -18px;
    margin-top: 50px;
}

/* Contact Section */
.contact {
    display: flex;
    flex-direction: column;
    padding: 100px 20px;
    margin-bottom: -570px;
    align-items: flex-start;
}

.contact h2 {
    color: #829BA3;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15%;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 19.36px;
    letter-spacing: 20%;
}

.contact p {
    font-family: 'Anek Kannada', sans-serif;
    font-size: 52px;
    font-weight: bold;
    color: #1c1c1c;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    padding-left: 15%;
}

.contact h1 {
    color: #1c1c1c;
    max-width: 600px;
    margin: -7% 0 -10px 60%;
    text-align: left;
    line-height: 1.2;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.contact-btn {
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 1.8;
    max-width: 600px;
    margin: 2% 0 0px 60%;
    text-align: left;
}

/* Responsiveness Section */
@media (max-width: 1440px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 1000px;
        margin-left: 240px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -130px;
    }
}

@media (max-width: 1024px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 800px;
        margin-left: 110px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -470px;
    }
}

@media (max-width: 912px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 740px;
        margin-left: 90px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -500px;
    }
}

@media (max-width: 820px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 640px;
        margin-left: 90px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -330px;
    }
}

@media (max-width: 768px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 670px;
        margin-left: 40px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -130px;
    }

    .contact p {
        margin-left: -20px;
    }

    .contact h2 {
        margin-left: -20px;
    }
}

@media (max-width: 540px) {
    .product-item {
        width: 190px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 450px;
        margin-left: 30px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -80px;
        margin-left: 50px;
    }

    .contact h1 {
        margin-top: 10px;
        margin-left: 20px;
    }

    .contact p {
        margin-left: -35px;
    }

    .contact h2 {
        margin-left: -35px;
    }

    .contact-btn {
        margin-top: 45px;
        margin-left: 20px;
    }
}

@media (max-width: 430px) {
    .product-item {
        width: 205px;
        height: 300px;
    }

    .product-item img {
        width: 140px;
        height: 140px;
    }

    .product-item h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-item button {
        padding: 12px 18px;
        height: 35px;
        width: 190px;
        font-size: 16px;
        margin-top: -11px;
    }

    .products-footer {
        height: auto;
        width: 370px;
        margin-left: -1px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .pack img {
        width: 482px;
        height: 344px;
    }

    .pack-container {
        margin-left: 80px;
    }

    .pack {
        margin-bottom: -20px;
    }

    .contact {
        margin-bottom: -60px;
    }

    .contact h1 {
        margin-top: 10px;
        margin-left: 20px;
    }

    .contact p {
        margin-left: -35px;
    }

    .contact h2 {
        margin-left: -35px;
    }

    .contact-btn {
        margin-top: 45px;
        margin-left: 20px;
    }
}