* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
nav img {    
    max-width: 90px;
}
.counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter span {
    font-weight: bold;
    margin-right: 10px;
}
.counter button {
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
body {
    background: linear-gradient(180deg, #351402 0%, #200657 100%);
    min-height: 100vh;
}

.navbar {
    background: #0000004D !important;
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav a {
    color: white;
}

.navbar-toggler-icon {
    color: white !important;
}

.active:hover {
    opacity: 0.5;
}
.counter-btn {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0;
}
.counter-btn button {
    background: #EA2263;
    color: white;
    font-size: 20px;
    line-height: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(234, 34, 99, 0.3);
    transition: transform 0.2s, background 0.2s;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.counter-btn button:hover {
    background: #c21a4f;
    transform: scale(1.05);
    color: white !important;
}

.card1 h3.order {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.card1 h3.price {
    font-size: 20px;
    color: #EA2263;
    margin-bottom: 20px;
}
.td9 {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
}
.td8 {
    font-weight: bold;
    color: #444;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 0 5px;
}

.card {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 35px !important;
    text-align: center;
    max-width: 400px;
}
.image img {    
    max-width: 30px;
    rotate: 345deg;
}
nav img {    
    max-width: 90px;
    rotate: 345deg;
}
.title1 h2,.title2 h2 {
    margin-top: 16px;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title2 h2 {
    margin-top: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 35px;
}
.heading{
    color: white;
}
.bttn {
    background-image: linear-gradient(to right, rgb(223, 75, 75), rgb(115, 115, 231));
    color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bttn:hover {
    background-image: linear-gradient(to right, rgb(115, 115, 231), rgb(223, 75, 75));
}

.title1{
    font-size: 18px;
    color: white;
    background: #C736DF;

    width: fit-content;
    margin-left: auto;
    border-radius: 8px;
    padding: 8px 18px 8px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title2{
    color: white;
    background: #EA2263;

    width: fit-content;
    margin: auto;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 12px;


    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.title3{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 66px;
    padding-right: 66px;
    border: none;


    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
    font-size: 12px;
}
nav a:hover{
    text-decoration: none;
    color: rgb(78, 78, 78);
}
.card2{
    background-color: #200657 !important;
}
.title4{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 84px;
    padding-right: 84px;
    border: none;

    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
    font-size: 12px;
}

.title5{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 79px;
    padding-right: 79px;
    font-size: 12px;
    border: none;


    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
}

.title6{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 12px;
    padding-right: 30px;
    border: none;


    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
}

.title7{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 32px;
    border: none;


    border-bottom: 1px solid rgba(0, 0, 0, 0.178);
    font-size: 12px;
}
.nav-item{
    color: white !important;
}
.btan{
    color: white !important;
    background-color: #075E54 !important;
}
.btun{
    color: white !important;
    background-color: #d62976 !important;
}
.paytm{
    max-width: 120px;
    margin: 15px 0;
}
.btnn a,.counter-btn button{
    text-decoration: none;
    color: white;
}
.btnn a:hover{
    color: white !important;
    background: #c21a4f;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(234, 34, 99, 0.4);
}
.btnn{
    background: #EA2263;
    color: white;
    padding: 12px 30px;
    margin-top: 25px;
    border-radius: 30px;
    display: inline-flex;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(234, 34, 99, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
} 
.btnn:hover{
    transform: translateY(-2px);
}
.card1{
    background-color: #ffffff;
    margin: 40px auto;
    padding: 35px 25px;
    width: 90% !important;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
/* Media Queries */

/* Tablet */
@media (max-width: 768px) {
    .title1 h2 {
        font-size: 18px;
    }
    .title2 h2 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .bttn {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .card1 {
        width: 95% !important;
        margin: 30px auto;
        padding: 30px 20px;
    }
    .card1 h3.order {
        font-size: 20px;
    }
    .card1 h3.price {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .title1 h2 {
        font-size: 14px;
    }
    .title2 h2 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .bttn {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .card1 {
        width: 95% !important;
        margin: 15px auto;
        padding: 25px 15px;
        border-radius: 15px;
    }
    .card1 h3.order {
        font-size: 17px;
    }
    .card1 h3.price {
        font-size: 16px;
    }
    .counter-btn button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .btnn {
        padding: 10px 25px;
        font-size: 14px;
    }
    .td8 {
        font-size: 14px;
    }
    .td9 {
        font-size: 12px;
    }
}
