@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oxanium:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Gothic+Expanded+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oxanium:wght@200..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Gothic+Expanded+One&display=swap');

body {
    margin: 0;
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    list-style: none;
}

  #social{
    list-style-type: none;
    height: 50px;
    width: 50px;
  }
  #facebook {
    height: 50px;
    width: 50px;
  }
  .header-head-link {
    list-style-type: none;
  }

body{
  color: white;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input, textarea {
    font-size: 16px;
    color: white;
    margin-left: 10px;
}


















html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-image: url('drone21.jpg'); /* Replace with your image path */
  background-size: 120%; /* Fill screen more thoroughly */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  animation: zoomBackground 3s ease-in-out forwards;
}

@keyframes zoomBackground {
  0% {
    background-size: 120%;
  }
  100% {
    background-size: 140%;
  }
}

.hero-text {
  padding: 1rem 2rem;
  border-radius: 10px;
  color: black;
  font-family: 'Special Gothic Expanded One', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10vh; /* Removed margin-top */
}

.hero-text h1,
.hero-text p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s forwards;
}

.hero-text h1 {
  animation-delay: 0.5s;
  font-size: clamp(3rem, 11vw, 12rem);
  margin: 0;
}

.hero-text p {
  animation-delay: 1s;
  font-size: clamp(0.5rem, 3vw, 2rem);
  margin: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.line {
  position: absolute;
  top: 0;
  width: 3px;
  height: 150px;
  background: rgb(0, 0, 0);
}

.line1 {
  left: 49%;
  animation: moveDown1 2.5s linear infinite;
}

.line2 {
  left: 50%;
  animation: moveDown 2.5s linear infinite;
}

.line3 {
  left: 51%;
  animation: moveDown1 2.5s linear infinite;
}

@keyframes moveDown {
  0% {
    top: 80%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes moveDown1 {
  0% {
    top: 83%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}



@media (max-width: 768px) {
  .hero-text {
    font-size: 2rem;
    padding: 1rem;
    margin: 0px;
  }
  .hero-section{
    min-height: 30vh;
  }

  .line {
    height: 60px;
  }
  
  .line1 {
    left: 48%;
    animation: moveDown1 2.5s linear infinite;
  }
  
  .line2 {
    left: 50%;
    animation: moveDown 2.5s linear infinite;
  }
  
  .line3 {
    left: 52%;
    animation: moveDown1 2.5s linear infinite;
  }
  
  @keyframes moveDown {
    0% {
      top: 27%;
      opacity: 1;
    }
    100% {
      top: 31%;
      opacity: 0;
    }
  }
  
  @keyframes moveDown1 {
    0% {
      top: 29%;
      opacity: 1;
    }
    100% {
      top: 31%;
      opacity: 0;
    }
  }
}


  


















.counter-section {
    margin-top: 5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 4rem;
}
.counter-block {
    text-align: center;
}
.count {
  font-size: clamp(2.5rem, 11vw, 8rem);
    font-family: Lato;
    font-weight: 500;
    font-style: normal; 
}
.label {
  font-size: clamp(0.875rem, 4vw, 1.5rem);
    font-family: Lato;
    font-weight: 500;
    font-style: normal;  
    color:#ffffff;
}

















.background{
  background: url('/Home/Competitions/suas/bacc2.png') no-repeat center center;
  background-size: cover;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin-top: 2vh;
  overflow: hidden;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: row;
  margin-top: 20vh;
}

.slide.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.fade {
  animation: fadeEffect 0.7s;
}

@keyframes fadeEffect {
  from {opacity: 0.4} 
  to {opacity: 1}
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(2rem, 5vw, 3rem);
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  margin: 0px 4vw;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}

.content-section {
    text-align: left;
    padding: 2rem;
}


  .stats-panel {
    flex: 1;
    padding-right: 2rem;
  }
  .stats-panel h2 {
    padding: 0px;
    margin: 0px;
    font-family: Special Gothic Expanded One;
  }
  .stats-panel h1 {
    margin-top: 0px;
    font-size: clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 2rem;
    font-family: Special Gothic Expanded One;
    color: #f06400;
  }
  .stats-table {
    width: 100%;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    border-collapse: collapse; /* Ensure borders touch */
    font-family: "Nunito Sans", sans-serif;
  }
  
  .stats-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .stats-table td {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* For full coverage */
  }

  .stats-table td.label {
    font-weight: bold;
    color: #ccc;
  }
  .model-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 50vh;
  }
  .model-container1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: clamp(300px, 50vh, 500px);
    overflow: hidden;
  }
  
  .model {
    width: 48%;  /* Adjust the width of each model to fit within the slide */
    height: 500px;  /* Adjust height as needed */
  }
  
  .droneModel {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  model-viewer {
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 768px) {
    .overview-container {
      flex-direction: column;
    }
    .slide {
      flex-direction: column;
      align-items: center;
      margin-top: 3rem; /* if present */
      padding-top: 0;
    }
  
    .model-container {
      order: -1; /* bring model above text */
      height: clamp(250px, 50vh, 400px);
      margin-top: 1rem;
      width: 70vw;
    }
  
    .stats-panel {
      padding: 1rem;
      text-align: center;
    }
  
    .nav-button {
      top: 45%;
    }

    .slideshow-container {
      flex-direction: column;
      height: 1000px;
    }
  
    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: clamp(2rem, 5vw, 3rem);
      background: transparent;
      border: none;
      color: white;
      cursor: pointer;
      z-index: 10;
      margin: 0px 4vw;
    }
    .prev { left: 0; }
    .next { right: 0; }
  
    .model-container {
      order: 0;
    }
  
    .stats-panel {
      order: 3;
    }
    .slide {
      flex-direction: column;
    }
  
    .model-container {
      order: 0;  /* comes first */
    }
  
    .stats-panel {
      order: 1;  /* comes after */
    }
  }

  .dot-container {
    text-align: center;
    padding-bottom: 10vh;
    margin: 0;
  }
  
  .dot {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }
  
  .dot.active {
    background-color: #ffffff; /* or any highlight color */
  }
  

  @media screen and (max-width: 768px) {
    .model-container {
      min-height: 300px;
      height: auto !important;
    }
  
    model-viewer {
      min-height: 300px;
      width: 100%;
    }
    .dot-container{
        display: none;
    }
  }
  























  

  .arw-fullpage-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    color: white;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  .arw-section {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    visibility: hidden;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    text-align: center;
    padding: 0 20px;
    background-size: cover;
    background-position: center;
  }

  .arw-section.arw-active {
    visibility: visible;
    z-index: 2;
  }

  .arw-section h1 {
    margin: 0 0 15px;
    font-size: 3rem;
    font-weight: 700;
    opacity: 0;
  }
  
  .arw-section p {
    margin: 0 0 30px;
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0;
    max-width: 600px;
  }
  
  
  .arw-dot-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1000;
  }

  .arw-dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
  }

  .arw-dot:hover {
    background: #fff;
    transform: scale(1.2);
  }
  
  body.slider-active {
    overflow: hidden;
    touch-action: none;
  }
  

  .arw-dot.arw-active {
    background: white;
    transform: scale(1.4);
  }

  /* Background images with prefix to avoid conflicts */
  .arw-section:nth-child(1) { background-image: url(/Home/images/webbbsite/suas25/testing3.jpg); }
  .arw-section:nth-child(2) { background-image: url(/Home/Competitions/suas/blogs/images/ansyss.png); }
  .arw-section:nth-child(3) { background-image: url(/Home/images/webbbsite/suas25/manu.jpg); }
  .arw-section:nth-child(4) { background-image: url(/Home/images/webbbsite/suas25/stability.jpg); }
  .arw-section:nth-child(5) { background-image: url(/Home/images/webbbsite/suas25/AA88.png); }
  .arw-section:nth-child(6) { background-image: url(/Home/images/webbbsite/suas25/navi.png); }
  .arw-section:nth-child(7) { background-image: url(/Home/images/webbbsite/suas25/fullmission1.jpg); }


  .arw-exit-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1001;
  }

  


  .arw-blog-container {
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 3;
  }
    .arw-blog-container1 {
    position: absolute;
    top: 75%;
    left: 10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 3;
  }
  
  .arw-blog-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: white;
    text-align: left;
  }
  
  
  .arw-blog-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .arw-blog-box h3 {
    font-size: 1.3rem;
    margin: 0 0 10px;
    font-weight: 600;
  }
  
  .arw-blog-box p {
    font-size: 0.95rem;
    margin: 0 0 15px;
    font-weight: 300;
  }
  
  .arw-blog-btn {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
  }
  
  .arw-blog-btn:hover {
    background: white;
    color: black;
  }
  
  @media (max-width: 768px){
    .arw-blog-container{
      right: 18%;
    }
    .arw-blog-box{
      width: 300px;
    }
  }
 
  @media (max-width: 1250px) {
    .arw-section h1{
      margin-bottom: 0px;
    }
    .arw-section {
      justify-content: flex-start; /* Push content to top */
      padding-top: 5px; /* Space from top */
      text-align: center;
    }
  
    .arw-blog-container {
      position: static; /* Remove absolute positioning */
      transform: none;
      align-items: center;
      width: 100%;
    }
        .arw-blog-container1 {
      margin-top: 30px;
      position: static; /* Remove absolute positioning */
      transform: none;
      align-items: center;
      width: 100%;
            flex-direction: column;
      align-items: center;
  }
  
    .arw-blog-container {
      flex-direction: column;
      align-items: center;
    }
  
    .arw-blog-box {
      width: 90%;
      max-width: 320px;
      text-align: center;
    }
  
    .arw-section h1,
    .arw-section p {
      opacity: 1; /* Ensure visibility if animation is involved */
    }
  }
  
  
  
#before-slider,
#after-slider {
  height: 1px;
  margin-top: 100px;
}
  










  







  .hero-section1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
  }
  
  .hero-text1 {
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-family: 'Special Gothic Expanded One', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10vh; /* Removed margin-top */
  }
  
  .hero-text1 h1{
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    animation-delay: 0.5s;
    font-size: clamp(2.5rem, 5vw, 7rem);
    margin: 0;
  }

  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (max-width: 768px) {
    .hero-text1 {
      padding: 1rem;
      margin: 1rem;
    }
  
  }









  .team-photo {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .row1-photo1{
    width: 300px;
    height: 450px;
    display: inline-block;
    animation: Slideup 0.3s;
    color: white;
    overflow: hidden;
  }
  #pass{
    height: 250px;
    width: 200px;
  }
  .row1-data1{
    display: inline-block;
    animation: Slideup 0.3s;
    color: white;
    font-size: larger;
    overflow: hidden;
    width: 195px;
    position: relative;
    top: -0.5vh;
    text-align: left;
  }
  .separator1 {
    width: 100%; 
    height: 3px;
    background: #ff6200;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
  #role{
    padding-bottom: 0.2vw;
    font-size: medium;
    font-family: Nunito Sans;
    color:#ffffff9a;
    margin: 0;
    text-align: left;
  }
  #name{
    color: #f06400;
    font-size: xx-large;
    font-family: Nunito Sans;
  }
  
  .footer-social {
    font-size: 22px;
    color: white;
    padding: 5px;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
  }
  
  
  /* Pseudo-element for smooth bottom-to-top transition */
  .footer-social::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1c1c1c;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  
  /* On hover, transition background from bottom to top */
  .footer-social:hover::before {
    transform: translateY(0);
  }
  
  /* Ensure icon is on top */
  .footer-social i {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease-in-out;
    transition: transform 0.3s ease-in-out, color 0.4s ease-in-out;
  }
  
  
  /* Smooth scale effect on hover */
  .footer-social:hover i {
    color: white !important;
    transform: scale(1.1);
  }
  
  

  
  @media screen and (max-width: 768px) {
    .team-photo {
      justify-content: center; /* Center-align items */
    }
  
    .row1-photo1 {
      width: 100%; /* Make each photo take full width */
      text-align: center; /* Center content */
      display: flex;
      flex-direction: column;
      align-items: center; /* Center horizontally */
      height: auto;
    }
  
    .row1-data1 {
      text-align: center; /* Center-align text */
      width: auto; /* Auto adjust width */
    }
  
    .separator1 {
      width: 100%; /* Reduce width to match content */
      margin: 10px auto; /* Center the separator */
    }
  }
  
















  .slider-container {
    position: relative;
    height: 110vh;
    max-width: 90vw;
    margin: 20px auto;
    background: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .main-image {
    width: 90vw;          /* Adjust to your desired width */
    height: 85vh;         /* Adjust to your desired height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;     /* Optional: background to fill empty space */
    margin: auto;
  }
  
  .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* Ensures image fills space while preserving aspect */
    display: block;
  }

  .thumbnail-container {
    display: flex;
    justify-content: flex-start;
    overflow-x: hidden;           /* Hide scrollbar */
    padding: 10px;
    background: #000000;
    position: relative;
  }
  
  .thumbnail-container::-webkit-scrollbar {
    display: none;
  }
  .thumbnail-container {
    scrollbar-width: none; /* Firefox */
  }
  

  .thumbnail {
    width: 120px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
  }

  .thumbnail.active,
  .thumbnail:hover {
    opacity: 1;
  }

  .nav {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: rgb(255, 255, 255);
    background: rgba(48, 47, 47, 0.5);
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 1;
  }

  .nav.left {
    left: 10px;
  }

  .nav.right {
    right: 10px;
  }

  @media screen and (max-width: 768px){
    .slider-container{
      height: 70vh;
    }
    .main-image{
      height: 50vh;
    }
    .nav{
      top: 35%;
    }
  }




  @media screen and (max-width: 1200px){
    .arw-blog-box img{
      display: none;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-family: Arial, sans-serif;
}

.videoSliderWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 180px;
}

.videoSlide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videoSlide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoNavButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  color: #ff3300;
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 10px 16px;
  z-index: 2;
}

.videoNavPrev {
  left: 20px;
}

.videoNavNext {
  right: 20px;
}

.videoNavButton:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%) scale(1.1);
}

