* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

main {
    margin-top: 80px;

}


body {
    font-family: Arial, sans-serif;
    padding: 0;
    background-color:#f4f4f4;
}
  
  ::-webkit-scrollbar {
    width: 0; 
    height: 0;
  }

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 1em;
    position: fixed; 
    top: 0;
    height: 80px;
    left: 0;
    right: 0;
    z-index: 1000; 
    color: rgb(0, 0, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.brand-title {
    font-size: 20px;
    display: flex;
    align-items: center; 
    font-size: 1.5em;
    font-weight: bold;
}

.brand-title i {
    font-size: 2.0em;
}

.icon{
    margin-right: 5px;
    padding: 2px;
    width: 70px;
    height: 70px;

}

.navbar-links {
    display: flex;
    justify-content: end; 
    position: absolute;
    left: 0;
    right: 0;
    padding: 1em;

}

.navbar-links.active {
    display: block; 
}

.navbar-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.navbar-links li {
    margin: 10px 0;
    margin-right: 100px;
}

@media (max-width: 850px) {
    .navbar-links li {
        margin-right: 10px;
    }
}
@media (min-width: 851px) and (max-width: 1000px) {
    .navbar-links li {
        margin-right: 20px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .navbar-links li {
        margin-right: 50px;
    }
}
   


.navbar-links a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 1.2em;
}
#download{
    width: 140px;
    border: none;
    padding: 2px;
    cursor: url('https://play.google.com/store/apps/details?id=com.foxbattle.in'), pointer;
    font-size: 18px;
     background-color: rgb(255, 136, 0);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-style: italic;
}
.toggle-button {
    display: none;
    font-size: 1.5em;
    color: white;
    cursor: pointer;
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 10;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
        width: 100%;
        top:100%;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    #download{
        width: 80%;
        padding: 2px;
        border-radius: 10px;
        font-size: 18px;
        height: 40px;
    }
    .toggle-button {
        display: block;
    }
}

@media (max-width: 768px) {
    .navbar{
        height: 70px;
    }
    .navbar-links {
        display: none;
        width: 100%;
    }
    .navbar-links ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .navbar-links ul li {
        padding: 0.5em 0;
    }
    .toggle-button {
        display: block;
    }
}

.active {
    display: block;
}
.toggle-button {
    display: none;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
        width: 100%;
    }
    .navbar-links ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .navbar-links ul li {
        padding: 0.5em 0;
    }
    .toggle-button {
        display: block;
    }
}

.active {
    display: block;
}

.close-icon {
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    cursor: pointer;
    content: '\00d7'; 
}

.toggle-button {
    display: none;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
    cursor: pointer;
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 10;
}

@media (max-width: 768px) {
    .navbar-links {
        display: none;
        width: 100%;
    }
    .navbar-links ul {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .navbar-links ul li {
        padding: 0.5em 0;
    }
    .toggle-button {
        display: block;
    }
}

.active {
    display: block;
}

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-bottom: 50px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    padding: 20px;
}
.hero-text p{
    padding-top: 30px;
    text-align: center;
    align-items: center;
    font-size: 1.5em;
    padding-bottom: 30px;
}

.hero-text h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 20px;
}

.hero-text p {
    margin-bottom: 20px;
}
.hero-text button h3{
    font-size: 20px;
}

.cta-button {
    display: flex;
    align-items: center;
    width:250px;
    height: 70px;
    background-color: #000000da;
    color: white;
    text-decoration: none;
    border: none;
    padding-right: 20px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.scroll-container {
    
    padding: 10px;
    display: flex;
    overflow-x: auto;
    width: 800px;
    height:800px; 
    scroll-behavior: smooth;
  }
  
  .scroll-item {
    object-fit: cover;
    width: 425px;
    flex-shrink: 0; 
    transition: transform 0.3s ease, opacity 0.3s ease;

  }

  .scroll-container {
    overflow-x: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
  }
  
  .scroll-container::-webkit-scrollbar {
    width: 0; 
    height: 0;
  }

.scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.scroll-item.active {
  transform: scale(1);
}

.scroll-item.inactive {
  transform: scale(0.8);
  opacity: 0.6;
}
.scroll-container:not(.scrolled) .scroll-item:not(:first-child) {
    transform: scale(0.8);
  opacity: 0.6;
    
  }
  


@media (max-width: 768px) {
  .scroll-container {
    height: 50vh; 
  }
  
  .scroll-item {
    min-width: 200px; 
    max-width: 250px;
    max-height: 500px;
  }
}

@media (max-width: 480px) {
  .scroll-container {
    height: 40vh;
  }

  .scroll-item {
    min-width: 150px; 
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
   
    .hero-text,
    .scroll-container {
        width: 100%;
    
    }

    .scroll-container {
        overflow-x: hidden;
        overflow-y: auto;
        width: 300px;
        height: 500px; 
    }
    .scroll-container {
        overflow-x: auto; 
        height: auto; 
        height: 450px;
        padding: 10px; 
      }
      
      .scroll-item {
        min-width: 200px; 
        max-width: 250px;
      }
}


@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: center;
    }

    .hero-text {
        text-align: center;
        margin-bottom: 30px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .hero-images {
        flex-direction: column;
    }

    .app-image {
        max-width: 80%;
        margin-bottom: 20px;
    }
}
#servicetitle{
    font-size: 20px;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.services {
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.services .service-boxes {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.services .service-box {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
    text-align: center;
}

@media (max-width: 768px) {
    #servicetitle{
        font-size: 20px;
        display:flex;
        justify-content: center;
    }
    .services {
        padding: 50px 20px;
        background-color: #f4f4f4;
    }
    
    .services .service-boxes {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 20px;
    }
    
    .services .service-box {
        background-color: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 30%;
        text-align: center;
    }

}

.about {
    padding:20px;
    text-align: center;
}
.about p{
    padding-top: 20px;
    font-size: 20px;
}


.our-apps {
    text-align: center;
    padding: 40px 20px; /* छोटे स्क्रीन के लिए padding को थोड़ा कम किया */
    background-color:transparent;
}

.app-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ऐप कार्ड */
.app-box {
    width: 100%;
    max-width: 300px; /* मोबाइल पर पूरा स्पेस ले, लेकिन डेस्कटॉप पर लिमिटेड हो */
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.app-box:hover {
    transform: translateY(-5px); /* होवर करने पर हल्का ऊपर उठे */
}

.app-box img {
    width: 100px;
    height: 100px;
}

/* CTA बटन */
.our-app-cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
}

.our-app-cta-button:hover {
    background-color: #0056b3;
}

/* ✅ Mobile Responsive */
@media screen and (max-width: 768px) {
    .app-boxes {
        flex-direction: column; /* मोबाइल पर ऐप्स एक के नीचे एक आ जाएं */
        align-items: center;
    }
}

/* ✅ Tablet & Medium Screen */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .app-box {
        width: 45%; /* टैबलेट पर दो कॉलम में ऐप्स आएं */
    }
}

/* ✅ Large Screen (Desktop) */
@media screen and (min-width: 1025px) {
    .app-box {
        width: 400px; /* डेस्कटॉप पर तीन ऐप एक लाइन में हों */
    }
}







.contact {
    display:  flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
}
#helpIcon{
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.contact .cta-button {
    background-color: #f39c12;
    padding: 10px 20px;
    color: white;
    max-width: 200px;
    text-decoration: none;
    font-size: 1.1em;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-top: 0px;

}
.contact h2{
    margin-bottom: 20px;
}
.contact p{
    margin-bottom: 10px;
}

footer {
    margin: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
}

@media (max-width: 768px) {
    .navbar .toggle-button {
        display: block;
    }

    .navbar .navbar-links {
        display: none;
        width: 100%;
        text-align: center;
    }

    .navbar .navbar-links.active {
        display: block;
    }

    .services .service-box {
        width: 80%;
        margin: 10px auto;
    }
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
header {
    margin-top: 20px;
    background-color: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
    position: relative;
}
#language-selector {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
}
.container {
    width:90%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#Hindi{
    display: none;
}
h2 {
    color: #333;
}
.section {
    margin-bottom: 20px;
    padding: 10px;
}
.section p {
    margin: 10px 0;
}
.terms-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.terms-checkbox input {
    margin-right: 10px;
}
footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: #333;
    color: white;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 15px;
    }
}
