/* Reset some default styles */
body, figure, h1, h2, p {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(66, 66, 66);
    font-family: Arial, sans-serif;
}

/* Apply basic styles to the hero section */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Apply styles to the video element */
.herovideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Apply styles to the hero content */
.hero-content {
    z-index: 1;
}

/* Apply styles to the hero subtitle */
.hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* Apply styles to the hero title */
.hero-title {
    font-size: 3em;
    margin-bottom: 20px;
}

/* Apply styles to the hero text */
.hero-text {
    font-size: 1.2em;
    margin-bottom: 30px;
}

hero-text-condition {
    font-size: 0.6em;
    margin-bottom: 30px;
    color: #ff0000;
}



/* Apply styles to the get Premium button */
.btn {
    font-size: 1em;
    padding: 10px 80px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #ffb82b46;
    border-radius: 2px;
    color: #ffffff;
}

/* Apply styles to the hero banner image */
.hero-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

/* Apply styles to the hero banner image */
.hero-banner img {
    object-fit: cover;
    height: 100%;
}

.container {
    position: relative;
}

/* Apply some space around the content */
.container {
    padding: 20px;
}

/* Apply styles to the features section */

/* Add this CSS to your stylesheet */

.why-join {
    background-color: #282828;
    padding: 50px 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.box {
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.box:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    transform: scale(1.05);

}

.box-title {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #bababa;
    transition: color 0.3s;
}

.divider {
    width: 50%;
    margin: 10px auto;
    border: 1px solid #ccc;
}

.points {
    list-style-type: none;
    padding: 0;
}

.points li {
    font-size: 1.2em;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.points ion-icon {
    margin-right: 10px;
    color: #007bff;
}

.best-view {
    font-size: 1em;
    margin-top: 20px;
    color: #555;
}

.box-title:hover {
    outline-width: 2px;
    color: #ffffff; /* Change to the desired hover color */
}





/* .current-plan {
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
} */













/* Add this CSS to your stylesheet */

/* Updated CSS for Desktop View with Margin, Padding, and Border Color */
/* Updated CSS for Subscription Plans */

.plancontainer {
    padding: 20px;
    gap: 20px;
   
    
   
}

.plancontainer h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.containersub{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  
}



.plan-box {
    margin: 30px;
    border: 2px solid #525252;
    border-radius: 10px;
    padding: 20px;
    background-color: #282828;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    
}

.plan-box:hover {
    background-color: #383838;
    border-color: #383838;
}

.plan-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.plan-details {
    margin-bottom: 15px;
}

.plan-price {
    text-align: right;
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #ffffff;
}

.plan-duration {
    text-align: right;
    font-size: 0.9em;
    color: #ffffff;
}

.plan-benefits ul {
    list-style-type: none;
    padding: 0;

}

.plan-benefits li {
    font-size: 1em;
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
    margin: 5px 0;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.plan-benefits ion-icon {
    margin-right: 5px;
    color: #00aaff;
}

.buy-button {
    font-size: 1em;
    padding: 10px 20px;
    background-color: #00aaff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.buy-button:hover {
    background-color: #0077cc;
}

.note {
    font-size: 0.8em;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}
