From 2fe2c3914583fe558aab027bc70298f78493ab21 Mon Sep 17 00:00:00 2001 From: Ayush Deb Date: Tue, 6 Aug 2024 23:12:33 +0530 Subject: [PATCH 1/2] activated the links of the packages page --- packages.html | 355 ++++++++++++++++++++++++++------------------------ 1 file changed, 183 insertions(+), 172 deletions(-) diff --git a/packages.html b/packages.html index 5ff30a0e..0f0be223 100644 --- a/packages.html +++ b/packages.html @@ -38,27 +38,27 @@ } #background-video { - position: fixed; - right: 0; - bottom: 0; - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; - z-index: -1000; - object-fit: cover; - background-size: cover; -} - -.video-overlay { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.5); - z-index: -999; -} + position: fixed; + right: 0; + bottom: 0; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -1000; + object-fit: cover; + background-size: cover; + } + + .video-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + z-index: -999; + } .nav-container { @@ -268,12 +268,13 @@ display: flex; } } + .section-title { text-align: center; font-size: 2.2em; margin: 90px 0 20px !important; font-weight: 800; - font-family: 'Poppins',sans-serif; + font-family: 'Poppins', sans-serif; color: var(--primary-color); animation: fadeInUp 0.5s ease-out; } @@ -290,7 +291,7 @@ } .center-card { - + display: flex; flex-wrap: wrap; justify-content: center; @@ -345,137 +346,140 @@ .animate-fadeInUp { animation: fadeInUp 0.6s ease-out; } + .pricing-section { - padding: 60px 0; - background-color: rgba(255, 255, 255, 0.1); - backdrop-filter: blur(10px); - margin-top: 40px; -} - -.pricing-container { - display: flex; - justify-content: center; - gap: 30px; - flex-wrap: wrap; - max-width: 1200px; - margin: 0 auto; - margin-bottom: 6vh; -} - -.table { - background-color: rgba(255, 255, 255, 0.9); - border-radius: 10px; - padding: 30px; - text-align: center; - transition: all 0.3s ease; - position: relative; - overflow: hidden; - flex: 1; - min-width: 280px; - max-width: 350px; - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); -} - -.table:hover { - transform: translateY(-10px); - box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); -} - -.ribbon { - position: absolute; - right: -34px; - top: 30px; - background: #e73e76; - color: white; - padding: 5px 40px; - transform: rotate(45deg); - font-size: 12px; - font-weight: bold; -} - -.price-section { - margin-bottom: 20px; -} - -.price-area { - height: 120px; - width: 120px; - border-radius: 50%; - padding: 2px; - margin: 0 auto; - background: linear-gradient(#0697f1, #e73e76); -} - -.inner-area { - height: 100%; - width: 100%; - border-radius: 50%; - border: 3px solid #fff; - color: #fff; - line-height: 117px; - text-align: center; -} -.basic-price{ - background: #ffd861; -} -.premium-price { - background: #a26bfa; -} - -.ultimate-price { - background: #32cd32; -} - -.text { - font-size: 25px; - font-weight: 600; - display: block; -} - -.features li { - display: flex; - justify-content: space-between; - margin-bottom: 15px; - list-style-type: none; -} - -.features .list-name { - font-size: 14px; - font-weight: 400; -} - -.features .icon { - font-size: 15px; -} - -.features .icon.check { - color: #0697f1; -} - -.features .icon.cross { - color: #cd3241; -} - -.purchase-btn { - margin-top: 30px; -} - -.purchase-btn button { - border: none; - outline: none; - padding: 10px 20px; - border-radius: 25px; - background: #0697f1; - color: #fff; - font-size: 16px; - cursor: pointer; - transition: all 0.3s ease; -} - -.purchase-btn button:hover { - background: #e73e76; - transform: scale(1.05); -} + padding: 60px 0; + background-color: rgba(255, 255, 255, 0.1); + backdrop-filter: blur(10px); + margin-top: 40px; + } + + .pricing-container { + display: flex; + justify-content: center; + gap: 30px; + flex-wrap: wrap; + max-width: 1200px; + margin: 0 auto; + margin-bottom: 6vh; + } + + .table { + background-color: rgba(255, 255, 255, 0.9); + border-radius: 10px; + padding: 30px; + text-align: center; + transition: all 0.3s ease; + position: relative; + overflow: hidden; + flex: 1; + min-width: 280px; + max-width: 350px; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); + } + + .table:hover { + transform: translateY(-10px); + box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); + } + + .ribbon { + position: absolute; + right: -34px; + top: 30px; + background: #e73e76; + color: white; + padding: 5px 40px; + transform: rotate(45deg); + font-size: 12px; + font-weight: bold; + } + + .price-section { + margin-bottom: 20px; + } + + .price-area { + height: 120px; + width: 120px; + border-radius: 50%; + padding: 2px; + margin: 0 auto; + background: linear-gradient(#0697f1, #e73e76); + } + + .inner-area { + height: 100%; + width: 100%; + border-radius: 50%; + border: 3px solid #fff; + color: #fff; + line-height: 117px; + text-align: center; + } + + .basic-price { + background: #ffd861; + } + + .premium-price { + background: #a26bfa; + } + + .ultimate-price { + background: #32cd32; + } + + .text { + font-size: 25px; + font-weight: 600; + display: block; + } + + .features li { + display: flex; + justify-content: space-between; + margin-bottom: 15px; + list-style-type: none; + } + + .features .list-name { + font-size: 14px; + font-weight: 400; + } + + .features .icon { + font-size: 15px; + } + + .features .icon.check { + color: #0697f1; + } + + .features .icon.cross { + color: #cd3241; + } + + .purchase-btn { + margin-top: 30px; + } + + .purchase-btn button { + border: none; + outline: none; + padding: 10px 20px; + border-radius: 25px; + background: #0697f1; + color: #fff; + font-size: 16px; + cursor: pointer; + transition: all 0.3s ease; + } + + .purchase-btn button:hover { + background: #e73e76; + transform: scale(1.05); + } @media (max-width: 768px) { @@ -505,24 +509,24 @@