@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
body{
    font-family: 'Poppins',sans-serif;
     background-image: linear-gradient(to right, #000000 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    margin: 0;
    padding: 0;
    
}
.container{
    width: 100%;
    margin: 0;
    padding: 0;
    
}
.heading{
    text-align: center;
    font-size: 2em;
    color: #f4f4f4;
}
/* General Header Styling */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #212529; /* Dark background */
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Logo Styling */
header a h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: white;
  text-decoration: none;
}
header a{
    text-decoration: none;
}
/* Desktop Menu Styling */
.desktop-menu {
  display: flex;
  gap: 1.5rem; /* Space between menu items */
  align-items: center;
}

.desktop-menu a {
  color: white; /* White text color */
  text-decoration: none; /* Remove underline */
  font-size: 1rem; /* Font size */
  transition: color 0.3s ease; /* Smooth hover effect */
}

.desktop-menu a:hover {
  color: #ffc107; /* Highlight color on hover */
}

/* Button Styling for "Sign Up" */
.btn {
  color: #ffffff; /* White text */
  background-color: transparent; /* Transparent background */
  border: 2px solid #9f1818a6;
  border-radius: 25px; /* Rounded corners */
  padding: 8px 10px; /* Padding for button */
  font-size: 14px; /* Font size */
  font-weight: bold; /* Bold text */
  text-transform: uppercase; /* Uppercase text */
  transition: all 0.3s ease-in-out; /* Smooth hover effect */
}

.btn:hover {
  background-color: #ffffff; /* White background on hover */
  color: #000000; /* Black text on hover */
  text-decoration: none; /* Remove underline */
  transform: scale(1.05); /* Slight zoom effect */
}

/* Active State */
.btn:active {
  transform: scale(0.95); /* Slight shrink effect */
  background-color: #f0f0f0; /* Light gray background */
  color: #333333; /* Darker text */
}

/* Small Button Specific Styling */
.btn-sm {
  padding: 6px 15px; /* Smaller padding for compact size */
  font-size: 12px; /* Smaller font size */
}
/* Hamburger Menu Button */
.navbar-toggler {
  display: none; /* Hide by default */
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: white;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* Mobile Menu Styling */
.mobile-menu {
  display: none; /* Hidden by default */
  flex-direction: column;
  gap: 10px;
  background-color: #000;
  position: absolute;
  top: 70px;
  right: 20px;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 9px;
  font-weight: 300;
  text-align: center;

}

.mobile-menu a:hover {
  text-decoration: none;
}

/* Show Mobile Menu */
.mobile-menu.show {
  display: flex;
}

/* Responsive Design */
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .navbar-toggler {
    display: block; /* Show only on smaller screens */
  }
}
.packages-1,.packages-2,.packages-3{
    margin: 15px;
    width: 450px;
    padding-bottom: 1em;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    border: 1px solid rgb(97,104,101);
    box-shadow: 2px 6px 25px #1e2321;
    flex-wrap: wrap;
    color: black;
    
}
.text1,.text2,.text3{
    font-size: 2em;
    color: #f4f4f4;
    margin: 0;
    padding: 0;
}
.para{
    color: #f4f4f4;
}
.packages-1{
    box-shadow: 0 0 5px #d3cc05;
    border-radius: 10px;
    background-color: #000000 !important;
    height: 100%;
}
.packages-2{
    border-radius: 10px;
    background-color: #000000 !important;
}
.packages-3{
    border: 1px solid #FF7B00;
    border-radius: 10px;
    background-color: #000000 !important;
    padding: 10px;
}
.glow-red-breathing {
  box-shadow: 0 0 10px 5px rgba(255, 17, 0, 0.6);
  animation: glow-breathing 2s infinite alternate;
}

@keyframes glow-breathing {
  0% {
    box-shadow: 0 0 10px 5px rgba(255, 17, 0, 0.6);
  }
  100% {
    box-shadow: 0 0 10px 10px rgba(255, 17, 0, 0.8);
  }
}
.glow-red-breathing {
  box-shadow: 0 0 20px 5px rgba(255, 17, 0, 0.6);
  animation: glow-breathing 2s infinite alternate;
}
.first{
    color: #00cc99;
    padding: 5px;
}
.first svg {
    color: #ffcc00; /* Gold color for the trophy */
    vertical-align: middle; /* Align icon with text */
}
.first-1{
    color: #00cc99;
}
h1,h2{
    font-size: 2.2em;
}
.list-1,.list-2,.list-3{
    color: #f4f4f4;
}
.size-16 {
    font-size: 16px;
}
.list li{
    font-size: 20px;
    list-style: none;
    padding: 6px;
    border-width: 1px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.list li svg {
    margin-right: 0.5rem;
    color: #007bff; /* Primary color for the icon */
}
ol,ul{
    padding: 0;
}
.top{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
input, label{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

          .button  {background-image: linear-gradient(to right, #F7971E 0%, #FFD200  51%, #F7971E  100%)}
          .button  {
            margin: 10px;
            padding: 15px 50px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
            text-decoration: none;
          }

           .button:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

        
          
         .button-2 {background-image: linear-gradient(to right, #DC2424 0%, #4A569D  51%, #DC2424  100%)}
         .button-2 {
            margin: 10px;
            padding: 15px 50px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
            text-decoration: none;
          }

          .button-2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }

          
          
         .button-3{background-image: linear-gradient(to right, #FFB75E 0%, #ED8F03  51%, #FFB75E  100%)}
          
         .button-3 {
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
            text-decoration: none;
          }

          .button-3:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
        
         
.package-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;

}
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
}
.slider:before{
    position: absolute;
    content: '';
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
}
input:checked + .slider{
    background-color: #00cc99;
}
input:focus + .slider{
    box-shadow: 0 0 1px #50bfe6;
}
input:checked + .slider:before{
   transform: translateX(26px);
}
.slider.round{
    border-radius: 34px;
}
.slider.round:before{
    border-radius: 50%;
}

/* Style for the Sign Up button */
.btn {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}

.btn:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  transform: scale(1.05);
}

.btn:active {
  transform: scale(0.95);
  background-color: #f0f0f0;
  color: #333333;
}

/* Footer Styling */
footer {
  margin: 5px;
  background-color: #1a1a1a; /* Dark background for contrast */
  color: #ffffff; /* White text for readability */
  padding: 2rem 1rem; /* Spacing inside the footer */
  text-align: center; /* Center-align text */
}

footer .flex {
  display: flex;
  flex-direction: row; /* Stack items horizontally */
  align-items: center; /* Center items vertically */
  gap: 1.5rem; /* Space between items */
  justify-content: space-between;
}

footer .flex.md\\:flex-row {
  flex-direction: row; /* Row layout for larger screens */
  justify-content: space-between; /* Space out items */
}

footer img {
  max-width: 150px; /* Limit logo size */
  height: auto; /* Maintain aspect ratio */
}

footer a {
  color: #ff1100; /* Red color for links */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease; /* Smooth hover effect */
}

footer a:hover {
  color: #ff3700; /* Slightly lighter red on hover */
}

footer svg {
  width: 24px; /* Icon size */
  height: 24px;
  fill: currentColor; /* Inherit text color */
}

footer .border-t {
  border-top: 1px solid rgba(255, 55, 0, 0.1); /* Subtle border */
}

footer p {
  font-size: 0.875rem; /* Small text size */
  color: rgba(255, 255, 255, 0.4); /* Light gray text */
}
/* Responsive Styling for Mobile Screens */
@media (max-width: 768px) {
  footer .flex {
    flex-direction: column; /* Stack items vertically */
    gap: 1rem; /* Reduce gap between items */
  }

  footer .flex div {
    text-align: center; /* Center-align content */
  }

  footer img {
    max-width: 100px; /* Smaller logo for mobile */
  }

  footer a {
    font-size: 0.875rem; /* Smaller font size for links */
  }
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;              /* Increased gap between cards */
  justify-items: center;
  width: 90%;
  margin: 2rem auto;        /* Add vertical spacing above/below */
  padding: 1.5rem 0;        /* Add padding inside the grid */
}

.grid > div {
  border: 2px solid #222;   /* Visible border for each card */
  border-radius: 18px;      /* Rounded corners */
  background: #111;         /* Slightly lighter background for contrast */
  padding: 3rem;     /* More internal spacing */
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.15); /* Soft shadow for depth */
  transition: box-shadow 0.2s;
  font-style: 2rem;
}

.grid > div:hover {
  box-shadow: 0 8px 32px 0 rgba(255,123,0,0.18); /* Highlight on hover */
  border-color: #FF7B00;     /* Optional: highlight border on hover */
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}