body{
    margin: 0;
    padding: 0;
    background-color: #0f151b;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 60px;
    

}
/* section { */
    /* scroll-margin-top: 100px; Adjust based on the height of your header */
/* } */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    color: white;
    position: fixed;   
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: background-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s;
    visibility: visible;
    opacity: 1;
}

nav:hover {
    background-color: rgb(16, 16, 16);
    color: white;
}

/* nav:not(:hover) {
    visibility: hidden;
    opacity: 0;
} */



nav .logo img {
    height: 50px;
}

nav ul {
    list-style-type: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px; /* Align line height with logo height for centering */
}

/* Responsive Navigation for Small Screens */
@media screen and (max-width: 768px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        margin-top: 10px;
    }

    nav ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


.parallax {
    height: 140vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.video-container {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    top: 50%;
    color: #f8f8f8;
    margin-top: -580px;
    margin-left: 10%;
    font-size: x-large;
    z-index: 1;
    /* text-shadow: 2px 2px 4px #000000; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

#about {
    padding: 80px 20px;
    background-color: #f8f8f8;
}
#purchase{ 
    /* padding: 80px 20px; */
    background-color: #3a2d2d;
    /* transform: translateY(100px); */
    
}
#social{
    padding: 80px 20px;
    background-color: #f8f8f8;
}

.about-text {
    opacity: 0;
    transform: translateX(-50px);
}
.about-section {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-header {
    flex: 1;
    text-align: left;
}

.about-content {
    opacity: 0;
    flex: 2;
    text-align: left;
    padding-left: 40px;
}

.about-header h2 {
    font-size: 60px;
    font-family: 'Playfair Display', serif; /* Google Font */
    color: #333;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif; /* Google Font */
    line-height: 1.6;
    color: #666;
}
.hehe{
    position: absolute;
    transform: translateX(-400px);
    /* transform: translateY(-400px); */
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
    }
    .about-header, .about-content {
        flex: none;
        width: 100%;
    }
    .about-content {
        padding-left: 0;
        margin-top: 20px;
    }
}




footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}
.back-video{
    margin-top: -122px;
    left: 0;
    right: 0;
    bottom: 0;
    position: sticky;
    top : 0vh;
    z-index: -1;
    width: 100vw;
    opacity: 70%;
    object-fit: cover;
    /* height: 100vh; */
}

.blank{ 
    height: 100vh;
    width: 100vw;
    background-color: white;
    margin: 0;
    padding: 0;
}
@media (min-aespect-ratio : 16/9) {
    .back-video{ 
        width: 100%;
        height: auto;
    }
}
@media (max-aespect-ratio : 16/9) {
    .back-video{ 
        width: auto;
        height: 100%;
    }
}
.purchase-image{
    position: relative;
    /* max-width: 800px; */
    /* max-width: 800px; Adjust the maximum width as needed */
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    
}
.test{ 
    position: absolute;
    z-index: 3;
    color: wheat;
}
.options-section {
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-top: 20px;
}

.options-section div {
    margin: 10px 0;
}

.options-section label {
    display: inline-block;
    margin-bottom: 5px;
}

.options-section select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

.purchase-content p {
    font-size: 16px;
    /* line-height: 1.6; */
    /* padding: 10px; */

    /* background: rgba(0, 0, 0, 0.5); */
    /* border-radius: 8px; */
    /* margin-bottom: 20px; */
}

.purchase-content h2 {
    /* background: rgba(0, 0, 0, 0.5); */
    font-size: 32px;
    /* margin-bottom: 20px; */
    /* display: inline-block; */
    padding: 20px;
    border-radius: 8px;
} 
.purchase-content .options-section {
    position: relative;
    z-index: 1;
}
.purchase-content {
    /* max-width: 800px; */
    margin: 0 auto;
    text-align: center;
    background-image: url('purchase-poster.jpg'); 
    background-position: center;
    padding: 80px 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: white;
    
}

.pricing-options {
    display: flex;
    justify-content:space-around;
    margin-top: 40px;
}
.option {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: box-shadow 0.4s , scale 0.3s;
    /* transition:  transform 0.4s;  */
}
.option:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    scale: 1.1;
    /* background-color:black; */
    /* transition-duration: 0.4s; */
}

.option h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.option p {
    color: #ffffff;
    margin-bottom: 15px;
}

.option button {
    background-color: #909399;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    transition: background-color 0.4s , color 0.4s;
}
.option button:hover{
    background-color: white;
    color: black; ;
}

.cart-summary {
    margin-top: 40px;
}

.checkout button {
    /* margin-top: 20px; */
    border: none;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    /* transition: background-color 0.4s , color 0.4s; */
    transition: scale 0.3s;
}
.checkout button:hover{
    scale: 1.1;
     /* background-color: white;
    color: black;  */
}

.ppp{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}
#normall{
    transform: translate(70px,0px);
}
#deluxee{
    transform: translate(-70px,0px);
}

/* cummunity css */
/* Previous CSS styles remain unchanged */


/* Social Media Section */
.social-media-section {
    background-image: url('comm.webp'); /* Replace with your background image URL */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 20px;
    text-align:left;
    
}

.join-community-button {
    background-color: #909399;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.join-community-button:hover {
    background-color: #101010;
}

.social-icons {
    padding: 2px;
    margin-top: 30px;
}

.social-icons a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.social-icons img {
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    /* border-radius: 50%; */
    transition: transform 0.3s;
}

.social-icons img:hover {
    transform: scale(1.2);
}
.media-section {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.media-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
}

.media-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.media-item img {
    width: 100%;
    height: auto;
}

.media-item video {
    width: 100%;
    height: auto;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

/* lmao  */
.news-section {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.news-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.news-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.news-item {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: scale(1.05);
}

.news-item img {
    width: 100%;
    height: auto;
}

.news-item h3 {
    font-size: 20px;
    margin: 15px 0;
    text-decoration: none;
    color: #333;
}

.news-item p {
    font-size: 14px;
    color: #666;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .news-item {
        width: 100%;
    }
}



/* accha */
.contact-section {
    background-color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
}

.contact-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.contact-section p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-section form input,
.contact-section form textarea {
    padding: 10px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-section form button {
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.social-links a img {
    width: 40px;
    height: 40px;
}

.back-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    nav .logo img {
        height: 40px; /* Adjust the logo size */
    }

    nav ul li {
        margin-right: 10px; /* Adjust spacing for smaller screens */
    }

    nav a {
        font-size: 14px; /* Adjust font size for better readability */
    }
}
@media screen and (max-width: 768px) {
    .about-section, .media-section, .news-section, .purchase, .social-media-section, .contact-section {
        padding: 40px 20px; /* Reduce padding for smaller screens */
    }

    .about-header h2, .news-section h2, .purchase-content h2, .social-media-section h2, .contact-section h2 {
        font-size: 48px; /* Adjust font size for better readability */
    }

    .media-grid, .news-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Adjust grid layout for smaller screens */
    }
}
@media screen and (max-width: 768px) {
    .media-item img, .media-item video {
        width: 100%; /* Ensure images and videos take full width */
        height: auto; /* Maintain aspect ratio */
    }

    .back-video {
        height: auto; /* Adjust video height for smaller screens */
    }
}
@media screen and (max-width: 768px) {
    .contact-section form input, .contact-section form textarea {
        padding: 8px; /* Reduce padding for smaller screens */
        max-width: 100%; /* Ensure inputs take full width */
    }

    .contact-section form button {
        padding: 8px 16px; /* Reduce padding for smaller screens */
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 14px; /* Adjust base font size for smaller screens */
    }

    .about-content p , .realText h1, .media-section p, .news-section p, .purchase-content p, .social-media-section p, .contact-section p {
        font-size: 14px; /* Adjust paragraph text size for smaller screens */
    }
}
@media screen and (max-width: 768px) {
    #normall, #deluxee {
        width: 80%; /* Adjust the width as needed */
        margin: 0 auto; /* Center the boxes */
    }
    
}
/* .back-video {
    position: relative; /* Ensure the video element is a positioning context */
} */

.loading-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    text-align: center;
    z-index: 1; /* Ensure the text is above the video */
}
