+
+
+
+
+
Package 1
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+
+
+
+
+
+
Package 2
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
-
-
- Pricing
- Choose the perfect plan for your needs
-
-
-
Basic Plan
-
Starting at $199
-
- - 3 Days / 2 Nights
- - Hotel Accommodation
- - Guided Tours
-
-
-
-
-
Premium Plan
-
Starting at $399
-
- - 5 Days / 4 Nights
- - Hotel Accommodation
- - All Meals Included
-
-
-
-
-
Luxury Plan
-
Starting at $599
-
- - 7 Days / 6 Nights
- - 5 Star Hotel Accommodation
- - All Meals & Drinks Included
-
-
-
+
+
+
+
+
Package 3
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
-
-
-
+
+
+
+
+
+
+ Pricing
+ Choose the perfect plan for your needs
+
+
+
Basic Plan
+
Starting at $199
+
+ - 3 Days / 2 Nights
+ - Hotel Accommodation
+ - Guided Tours
+
+
+
+
+
Premium Plan
+
Starting at $399
+
+ - 5 Days / 4 Nights
+ - Hotel Accommodation
+ - All Meals Included
+
+
+
+
+
Luxury Plan
+
Starting at $599
+
+ - 7 Days / 6 Nights
+ - 5 Star Hotel Accommodation
+ - All Meals & Drinks Included
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/styles.css b/styles.css
index 0cb7f489..d67f3c98 100644
--- a/styles.css
+++ b/styles.css
@@ -387,7 +387,7 @@ body {
padding: 5rem 1rem;
margin-top: 20px;
margin-bottom: -28px;
- /*background: rgb(241, 239, 239); */
+ background: rgb(241, 239, 239);
display: flex;
flex-direction: column;
justify-content: center;
@@ -2066,8 +2066,7 @@ body {
.nav-container {
margin-top: 0;
height: auto;
- /* width: 200%; */
- width: 100%;
+ width: 200%;
display: flex;
justify-content: flex-start;
align-items: center;
@@ -2084,7 +2083,7 @@ body {
gap: 0.5rem;
height: auto;
width: 100%;
- padding: 0.4rem 1rem;
+ padding: 0.4rem 0.5rem;
z-index: 10000;
transition: all 0.6s;
}
@@ -2092,9 +2091,9 @@ body {
.sticky{
/* margin: 10px 5px; */
border-radius: 10px;
- padding-top: 0.5rem;
+ margin-top: 0.5rem;
background: linear-gradient(#002152, #271050);
- /* scale:0.99; */
+ scale:0.99;
/* padding: 0rem 1rem;
margin-top: 0.5rem;
@@ -2107,16 +2106,13 @@ body {
display: flex;
justify-content: center;
align-items: center;
- /* font-size: 1.16rem; */
- font-size: 1rem;
+ font-size: 1.16rem;
list-style: none;
- /* gap: 0.97rem; */
+ gap: 0.97rem;
position: relative;
- /* top: 0.5rem; */
- top: 0;
+ top: 0.5rem;
z-index: 10;
right: 24px;
-
}
.link {
@@ -2193,9 +2189,6 @@ body {
width: 100%;
transition: all 0.2s ease-in-out;
} */
-
-
-
.contact-btn {
position: relative;
right: 15px;
@@ -2235,11 +2228,9 @@ body {
position: absolute;
top: 70px;
background-color: #091020;
- /* width: 0%; */
- width: 100%;
+ width: 0%;
left: 0;
- /* height: 100vh; */
- height: auto;
+ height: 100vh;
padding: 2rem 0;
flex-direction: column;
transition: 0.2s;
@@ -2666,7 +2657,6 @@ body {
transition: all 0.5s;
transition: box-shadow 0.3s; /* Added transition for box-shadow */
display: none;
- z-index: 10;
}
.goupbtn:hover {
@@ -2863,7 +2853,7 @@ body.dark-theme .testimonials .testimonial-user p{
transform: translate(26%, 9%);
}
.newNav {
- flex-wrap: no-wrap;
+ flex-wrap: wrap;
}
.aboutcon {
padding: 1rem;
@@ -3108,32 +3098,4 @@ a:hover::after {
margin-bottom: auto;
font-size: 14px;
font-weight: 600;
-}
-
-/* For removing the red line that appears on the navbar of navlink section */
-.navLinks a, .link a {
- position: relative;
- text-decoration: none;
- color: white;
- font-size: 14px;
-}
-
-.navLinks a::after, .link a::after {
- content: '';
- position: absolute;
- width: 0%;
- height: 0px;
- bottom: -5px;
- left: 0;
- background-color: transparent;
- transition: all 0.3s ease-in-out;
-}
-
-.navLinks a:hover, .link a:hover {
- color: red;
-}
-
-.navLinks a:hover::after, .link a:hover::after {
- width: 0%;
- background-color: transparent;
}
\ No newline at end of file