55ok

Mini

Direktori : /home/u307599615/domains/usaciindia.org/public_html/
Upload File :
Current File : /home/u307599615/domains/usaciindia.org/public_html/index.php

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>USACiINDIA</title>

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">

<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">

<!-- favicon -->
 <link rel="icon" href="assets\logo\logoci.webp" type="image/png" />


<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<!-- 
css -->

<link rel="stylesheet" href="assets/css/style.css">


<style>
/* TOP BAR */
.top-bar{
  background:#d71920;
  color:#fff;
  text-align:center;
  padding:8px 10px;
  font-weight:600;
}

/* LOGO */
.logo img{
  max-width:340px;
}

/* DESKTOP ICONS */
.header-icons i{
  font-size:20px;
  margin-left:22px;
  cursor:pointer;
}

/* MENU */
.main-menu a{
  font-weight:600;
  color:#000;
  text-decoration:none;
  margin:0 18px;
  font-size:15px;
}
.main-menu a.active{
  color:#d71920;
}

/* MOBILE */
@media(max-width:768px){
  .logo img{
    max-width:200px;
  }
}
</style>
</head>

<body>
    
    
 
 
<!-- IMAGE POPUP MODAL -->
<div class="modal fade" id="imagePopup" tabindex="-1" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered">
    <div class="modal-content border-0 bg-transparent">

      <!-- IMAGE WRAPPER -->
      <div class="position-relative text-center p-3">

        <!-- CLOSE BUTTON -->
        <button type="button"
          class="btn-close btn-close-white position-absolute top-0 end-0 m-2"
          data-bs-dismiss="modal"
          aria-label="Close"
          style="z-index:9;">
        </button>

        <!-- IMAGE -->
        <img src="assets/images/pre.jpg"
             class="img-fluid popup-img mb-3"
             alt="Popup Image">

        <!-- REGISTER BUTTON -->
        <a href="https://usaciindia.org/registration-details.php" class="btn btn-danger px-5 py-2 fw-semibold">
          Register Now
        </a>

      </div>

    </div>
  </div>
</div>

<style>
/* DESKTOP – BIG IMAGE */
.popup-img{
  width: 100%;
  max-width: 650px;   /* desktop par bada */
  max-height: 70vh;
  object-fit: contain;
  margin: auto;
  border-radius: 14px;
}

/* MOBILE PERFECT */
@media (max-width: 576px){
  .modal-dialog{
    margin: 0.5rem;
  }

  .popup-img{
    max-width: 100%;
    max-height: 55vh;
  }
}

/* Cross visibility */
.btn-close-white{
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
}
</style>

<script>
document.addEventListener("DOMContentLoaded", function () {
  var popup = new bootstrap.Modal(document.getElementById('imagePopup'), {
    backdrop: 'static',
    keyboard: true
  });
  popup.show();
});
</script>

  
    

<!-- TOP BAR -->
<div class="top-bar">
  Welcome to the NEW USACi India Website!
</div>

<header class="border-bottom">

  <!-- LOGO + ICON ROW -->
  <div class="container py-4">
    <div class="row align-items-center">

      <!-- DESKTOP LEFT EMPTY -->
      <div class="col-md-4 d-none d-md-block"></div>

      <!-- MOBILE LEFT MENU -->
      <div class="col-4 d-md-none text-start">
        <button class="btn p-0" data-bs-toggle="offcanvas" data-bs-target="#mobileMenu">
          <i class="fas fa-bars fs-4"></i>
        </button>
      </div>

      <!-- LOGO CENTER (ALL DEVICES) -->
      <div class="col-md-4 col-4 text-center logo mx-auto">
       <a href="index.php"> <img src="assets\logo\usaci.png" class="img-fluid"></a>
      </div>

      <!-- DESKTOP ICONS RIGHT -->
      <div class="col-md-4 d-none d-md-flex justify-content-end header-icons">
        <i class="fas fa-search"></i>
        <i class="fas fa-shopping-cart"></i>
        <i class="fas fa-user"></i>
      </div>

      <!-- MOBILE CART RIGHT -->
      <div class="col-4 d-md-none text-end">
        <i class="fas fa-shopping-cart fs-4"></i>
      </div>

    </div>
  </div>

  <!-- DESKTOP MENU -->
  <nav class="container d-none d-md-flex justify-content-center pb-4 main-menu">
    <a href="index.php" class="active">HOME</a>
    <!--<a href="booking.html">BOOKING</a>-->
    <a href="our-team.php">OUR TEAM</a>
    <a href="class-divisions.php">CLASS DIVISIONS</a>
    <a href="records-rules.php">RECORDS & RULES</a>
     <a href="registration-details.php">REGISTRATION</a>
    <a href="sponsorship.php">SPONSORSHIP</a>
    <a href="upcoming.php">UPCOMING-TRAINING</a>
    <!--<a href="world-finals.html">WORLD FINALS</a>-->
    <!--<a href="store.html">STORE</a>-->
    <a href="contact-us.php">CONTACT US</a>
    <a href="calendar.php">CALENDAR</a>
  </nav>

</header>

<!-- MOBILE OFFCANVAS -->
<div class="offcanvas offcanvas-start" tabindex="-1" id="mobileMenu">
  <div class="offcanvas-header">
    <h5 class="offcanvas-title">Menu</h5>
    <button type="button" class="btn-close" data-bs-dismiss="offcanvas"></button>
  </div>
  <div class="offcanvas-body">
    <a class="d-block mb-3" href="index.php">HOME</a>
    <a class="d-block mb-3" href="our-team.php">OUR TEAM</a>
    <a class="d-block mb-3" href="class-divisions.php">CLASS DIVISIONS</a>
    <a class="d-block mb-3" href="records-rules.php">RECORDS & RULES</a>
     <a class="d-block mb-3" href="registration-details.php">REGISTRATION</a>
    <a class="d-block mb-3" href="sponsorship.php">SPONSORSHIP</a>
    <a class="d-block mb-3" href="upcoming.php">UPCOMING-TRAINING</a>
    <a class="d-block mb-3" href="contact-us.php">CONTACT US</a>
    <a class="d-block mb-3" href="https://usaciindia.org/calendar.php">CALENDAR</a>
  </div>
</div>





<section class="hero-wrapper">

  <!-- MOBILE BANNER IMAGE -->
  <div class="hero-mobile-image">
    <img src="assets/banner/img.jpeg" alt="USACi Event">
  </div>

  <!-- DESKTOP BACKGROUND -->
  <div class="hero-bg">
    <div class="hero-card-fixed">
      <h2>WELCOME TO USACI! <br> THE LOUDEST <br> SPORT ON EARTH</h2>

      <p class="hero-lead">
        Welcome to the NEW USACi INDIA Worldwide Website!
      </p>

      <p class="hero-tags">
        SPL - MUSIC - DEMO - SQ
      </p>

      <p class="hero-subtext">
        Check out our event calendar for a USACi Show nearest you
      </p>

      <a href="https://usaciindia.org/calendar.php" class="hero-btn-simple">
        LOCATE AN EVENT NEAR YOU
      </a>

    </div>
  </div>

</section>

<style>
    /* DESKTOP BACKGROUND */
.hero-bg{
  min-height:100vh;
  background:url('assets/banner/img.jpeg') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* CARD */
.hero-card-fixed{
  background:#fff;
  width:520px;
  height:520px;
  padding:60px 55px;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* MOBILE IMAGE (hidden on desktop) */
.hero-mobile-image{
  display:none;
}

.hero-mobile-image img{
  width:100%;
  height:auto;
  display:block;
}

/* TEXT */
.hero-card-fixed h1{
  font-family:'Montserrat', sans-serif;
  font-size:35px;
  font-weight:800;
  color:#e11b22;
  margin-bottom:12px;
}

.hero-card-fixed h2{
  font-family:'Montserrat', sans-serif;
  font-size:30px;
  font-weight:700;
  color:#e11b22;
  margin-bottom:14px;
}

.hero-lead{
  font-family:'Georgia', serif;
  font-size:20px;
  color: #000000;
}

.hero-tags{
  font-family:'Georgia', serif;
  font-size:18px;
}

.hero-subtext{
  font-family:'Georgia', serif;
  font-size:18px;
  margin-bottom:32px;
}

.hero-btn-simple{
  background:#e11b22;
  color:#fff;
  padding:14px 42px;
  font-family:'Montserrat', sans-serif;
  font-size:14px;
  font-weight:700;
  border-radius:30px;
  text-decoration:none;
  align-self:center;
}

/* 🔥 MOBILE VIEW */
@media(max-width:768px){

  .hero-bg{
    min-height:auto;
    background:none;     /* remove bg image */
    padding:0 0 40px;
  }

  .hero-mobile-image{
    display:block;       /* show image on top */
  }

  .hero-card-fixed{
    width:100%;
    height:auto;
    padding:40px 22px;
  }

  .hero-card-fixed h1{
    font-size:28px;
  }

  .hero-card-fixed h2{
    font-size:22px;
  }

  .hero-lead,
  .hero-tags,
  .hero-subtext{
    font-size:16px;
  }
}

</style>









<section class="classic-history">
  <div class="history-layout">

    <!-- LEFT CONTENT -->
    <div class="history-left">

      <div class="history-content">
        <h1 class="main-title">
          ROCKIN' THE HOUSE FOR OVER 39 YEARS!
        </h1>

        <p class="subtitle">
          United States AutoSound Competition International – Since 1986
        </p>

        <h2 class="section-title">
          The History of the Organization
        </h2>

        <p>
           In the mid 1980's a small conversation sparked by a man named George Reed from Thunder on Wheels, a small time Mississippi outfit that metered sound systems in parking lots for fun, led to a joint effort from others that jump-started what we now know as USAC.  The organization slowly spread like wildfire, attracting automotive audio enthusiasts nationwide.  In the 1990's USAC began its journey overseas and was officially renamed USACi, the "i" standing for International. 
        </p>

       

        <h2 class="section-title">
          Where are we Today
        </h2>

        <p>
           USACi has grown into an international car audio megalith encompassing over a dozen countries world wide with a following of hundreds of thousands of people internationally.  With the widest variety of competitive formats and feature attractions, USACi is the standard bearer of competitive car audio.  
        </p>
      </div>

    </div>

    <!-- RIGHT IMAGE -->
    <div class="history-right">
      <img src="assets/images/sundoen.webp" alt="USACi Event">
    </div>

  </div>
</section>



<style>
  .classic-history{
  background:#fff;
  font-family:'Playfair Display', serif;
}

/* MAIN LAYOUT */
.history-layout{
  display:flex;
  min-height:100vh;
}

/* LEFT SIDE */
.history-left{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center; /* ⭐ CENTER COLUMN */
  padding:80px 40px;
  text-align:center;
}

/* ⭐ EXACT IMAGE-LIKE TEXT WIDTH */
.history-content{
  max-width:580px;   /* yahi main key hai */
  width:100%;
}

/* RIGHT IMAGE */
.history-right{
  flex:1;
}
.social-section {
    padding: 6px 0;
    font-family: 'Poppins', sans-serif;
}
.history-right img{
  width:100%;
  height:87%;
  object-fit:cover;
  display:block;
}

/* TEXT STYLES */
.main-title{
  font-size:24px;
  color:#d71920;
  letter-spacing:1px;
  margin-bottom:22px;
}

.subtitle{
  font-size:18px;
  color:#777;
  margin-bottom:42px;
}

.section-title{
  font-size:28px;
  color:#d71920;
  margin:36px 0 18px;
}

.history-content p{
  font-size:17px;
  line-height:1.75;
  color:#6a6666;
  margin-bottom:22px;
}

/* TABLET (LEFT + RIGHT SAME) */
@media(max-width:991px){
  .main-title{font-size:28px;}
  .section-title{font-size:24px;}
  .subtitle,
  .history-content p{font-size:16px;}
}

/* MOBILE */
@media(max-width:576px){
  .history-layout{
    flex-direction:column;
  }

  .history-right{
    height:280px;
  }

  .history-left{
    padding:45px 20px;
  }

  .main-title{font-size:25px;}
  .section-title{font-size:22px;}
  .subtitle,
  .history-content p{font-size:15px;}
}

</style>




<div class="social-section">
    <div class="container">

        <!-- TITLE -->
        <div class="row align-items-center justify-content-center mb-5 g-2">
            <div class="col-auto">
                <div class="social-line"></div>
            </div>

            <div class="col-auto">
                <h2 class="social-title m-0 fs-2">We are Social</h2>
            </div>

            <div class="col-auto">
                <div class="social-line"></div>
            </div>
        </div>

        <!-- ICONS -->
      <div class="row justify-content-center mb-4">
    <div class="col-auto d-flex gap-3 social-icons">
        <a href="https://www.facebook.com/share/1MZvEYAD1B/" class="facebook d-flex align-items-center justify-content-center">
            <i class="fab fa-facebook-f"></i>
        </a>
        <a href="https://www.instagram.com/usaci.india?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==" class="instagram d-flex align-items-center justify-content-center">
            <i class="fab fa-instagram"></i>
        </a>
        <a href="#" class="youtube d-flex align-items-center justify-content-center">
            <i class="fab fa-youtube"></i>
        </a>
    </div>
</div>


    </div>
</div>










<footer class="text-center py-5 border-top" style="background: linear-gradient(135deg, #f2f4f8, #f1f1f1); border-color:#ddd;">
  
  <p class="mb-3 fw-bold" style="font-size:20px; letter-spacing:1px; color:#000;">
    © 2026 <span style="color:#c00;">USACi INDIA </span> · All Rights Reserved
  </p>

  <p class="mb-0 small text-muted">
    Powered by 
    <a href="http://bestdigisolution.com/" 
       target="_blank" 
       class="fw-semibold text-decoration-none"
       style="color:#1F3C88;">
      Best Digi Solutions
    </a>
  </p>

</footer>







<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>

</body>
</html>

Zerion Mini 1.0