html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.header {
    background-color: #2d0b59;
    color: white;
    padding: 15px;
}

.logo {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-left: 30px;
}

.menu {
    float: right;
    margin-right: 30px;
}

.menu a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.menu button {
    background-color: #36105c;
    color: white;
    border: none;
    padding: 7px 11px;
    cursor: pointer;
    border-radius: 9px;
    margin-left: 10px;
}

.menu button:hover {
    background-color: #741ca0;
    color: white;
}


.hero {
    background-image: url("logo.jpeg");
    background-size: cover;
    background-position: center;
    height: 450px;
    color: white;
    text-align: center;
}

.hero-text {
    padding-top: 130px;
}

.hero h1 {
    font-size: 48px;
}

.tagline {
    font-size: 18px;
}

.desc {
    width: 60%;
    margin: auto;
    font-size: 14px;
}

.music {
    background-color: #2d0b59;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.music h2 {
    font-size: 30px;
}

.music h3 {
    font-size: 18px;
}

.music p {
    width: 60%;
    margin: 15px auto;
    font-size: 14px;
}

.music button {
    background-color: #5a2d82;
    color: white;
    border: none;
    padding: 10px 25px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.music button:hover {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 25px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 7px;
}

.small-text {
    font-size: 12px;
    margin-top: 15px;
}

.devices {
    text-align: center;
    padding: 40px;
}

.devices img {
    width: 70%;
}

.movie {
    background-color: white;
    text-align: center;
    padding: 50px 20px;
}

.movie h2 {
    font-size: 24px;
}

.movie p {
    width: 60%;
    margin: 20px auto;
    font-size: 14px;
}

.read {
    background-color: #5a2d82;
    color: white;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.read:hover {
    background-color: #2d0b59;
    color: white;
    border: none;
}

.laptop-section {
    text-align: center;
    padding: 50px 0;
}

.laptop-img {
    width: 60%;
}

.concert {
    background-image: url("image3.jpeg");
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.concert h2 {
    font-size: 26px;
}

.concert p {
    width: 65%;
    margin: 20px auto;
    font-size: 14px;
}

.gift {
    width: 100%;
    padding: 60px 0;
}

.gift-img {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.gift-img img {
    width: 70%;
}

.gift-text {
    width: 45%;
    display: inline-block;
}

.gift-text h2 {
    font-size: 26px;
}

.gift-text p {
    font-size: 14px;
}

.gift-text hr {
    margin: 15px 0;
}

.gift-text button {
    background-color: #5a2d82;
    color: white;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.gift-text button:hover {
    background-color: #2d0b59;
    color: white;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 7px;
}

.footer {
    background-color: #2d0b59;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-col {
    width: 22%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 10px;
}

.footer-col h4 {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.footer-col a {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.copyright {
    background-color: #1a0433;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: white;
    width: 400px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
}

.modal-content h2 {
    color: #2d0b59;
    text-align: center;
    margin-top: 0;
}

.close-btn {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    margin-top: -10px;
}

.close-btn:hover {
    color: #333;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #5a2d82;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #2d0b59;
}

.toggle-form {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.toggle-form a {
    color: #5a2d82;
    cursor: pointer;
    text-decoration: none;
}

.toggle-form a:hover {
    text-decoration: underline;
}

.pricing-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f8f8f8;
    color: #333;
}

.pricing-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #2d0b59;
}

.pricing-container {
    margin-top: 40px;
    text-align: center;
}

.price-card {
    background: white;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #eee;
}

.price-card.premium {
    border: 2px solid #d03c3c;

}

.badge {
    background-color: #d03c3c;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: #2d0b59;
    margin: 20px 0;
}

.price span {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
}

.features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.features li.disabled {
    color: #ccc;
    text-decoration: line-through;
}

.plan-btn {
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    border: 2px solid #2d0b59;
    background: transparent;
    color: #2d0b59;
    font-weight: bold;
    cursor: pointer;

}

.plan-btn {
    background: #2d0b59;
    color: white;
}

.plan-btn:hover {
    background: #d03c3c;
    border-color: #d03c3c;
    color: white;
}

.promo-box {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 8px;
}

.promo-box p {
    font-size: 12px;
    margin: 0 0 5px 0;
    text-align: left;
    color: #555;
}

.promo-box input {
    width: 60%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.promo-box button {
    width: 30%;
    padding: 6px;
    background: #555;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}