@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(60deg, #3c5cb3, #69659c);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
}
img.viewer-move {
  border-radius: 10px;
}
body {
    background-color: #060606;
    display: flex;
     justify-content: center;
     align-items: center;
    flex-direction: column;
}
button {
  margin: 10px;
  color: #fff;
  border: 0;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 50px;
  transition: ease-in-out .2s;
  cursor: pointer;
}
button:hover{
  background-color: rgb(133, 133, 133);
}
.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.intro img {
  position: absolute;
  width: 60px;
  height: auto;
  margin: 50px 20px;
}










.home{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}
.navbar {
    top: 0;
    margin: 10px;
    border-radius: 50px;
      z-index: 2;
      position: fixed;
      display: flex;
      align-items: center;
      max-width: 670px;
      height: 60px;
      justify-content: space-between;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background-color: #23232395;
      border: 1px solid #414141;
  }

  
  .navbar .brand {
    cursor: pointer;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  .navbar .brandname{
    display: flex;
    margin-right: 30px;
    font-size: 20px;
     font-weight: 500;
     color: #fff;
 } 
  .navbar img {
    filter: brightness(95%);
      height: 25px;
      width: auto;
      margin-right: 10px;
  }

.home h1{
  font-weight: 600;
  font-size: 50px;
    background-color: #3c5cb3;
  background-image: linear-gradient(60deg, #3c5cb3, #69659c);
  background-clip: text;
  color: transparent;
  transition: ease-in-out .2s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.home h5{
    margin: 10px;
    color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  max-width: 600px;
}
.navbar .right{
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.right .navelem {
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-size: 17px;
  color: #fff;
  margin: 10px;
}
.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.ds {
  background-color: #ffffffa2;
  border: 1px solid #ffffffdc;
  
}
.dl {
  background-image: linear-gradient(60deg, #3c5cb3, #69659c);
  border: 1px solid #9199e7;
}
.navelem.dl {
  padding: 5px 10px;
  border-radius: 50px;
  width: 130px;
}
.shapes{
  position: fixed;
  right: 30%;
  top: 30%;
  transform: rotate(-45deg);
  display: flex;
  align-items: end;
  gap: 5rem;
  z-index: -10;
}
.shape{
  mix-blend-mode: multiply;
  filter: blur(70px);
}

.shapes .shape.color2{
  height: 23rem;
  width: 100px;
  background-color: #69659c;
  animation-duration: 10s;
  animation-name: smoothopacity;
  transition: all 0.2s ease-in-out;
  animation-iteration-count: infinite;
  z-index: -10;
}

.shapes .shape.color1{
  animation-duration: 15s;
  animation-name: smoothopacity;
  transition: all 0.2s ease-in-out;
  animation-iteration-count: infinite;
  background-color: #3c5cb3;
  height: 17rem;
  width: 80px;
  z-index: -10;
}
@keyframes smoothopacity {
  from {
      opacity: 0;
  }
  50%{
    opacity: 1;
    
  }
  to {
    opacity: 0;
}
}
.intro.loaded {
  transition: all 0.2s ease-in-out;
    animation-name: fadeout;
    animation-duration: 1s;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 127px;
  height: 127px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 600px) {
  .navelem.hide {
    display: none;
  }
 .navbar .brandname, .navelem.dl{
    display: none;
  }
  .cards .card {
    width: 80vw;
  }
  iframe {
    width: 80vw;
  }
}
@media screen and (max-width: 1000px) {
  #next {
    right: 0px;
    margin-top: 300px;
    margin-right: 10px;
  }
  #prev {
    margin-top: 300px;
    margin-left: 10px;
    left: 0px;
  }
}

.section {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
h3{
  font-size: 30px;
  margin: 20px;
  font-weight: 500;
  color: #fff;
}
.cards {
    display: flex;
    position: relative;
    width: 85%;
    height: 500px;
    overflow: hidden;
    margin-top: 50px;
    justify-content: center;
    
}

.cards .card {
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  max-width: 550px;
  margin: 10px;
  height: 400px;
  background-color: #23232395;
  border: 1px solid #414141;
}
.imgcontainer {
  margin: 20px;
  border-radius: 22px;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 300px;
}
.imgcontainer img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
.imgcontainer.center {
  display: flex;
  justify-content: center;
}
.cardtext {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin: 5px 20px;
}
footer {
  bottom: 0;
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: static;
  margin-bottom: 0;
  bottom: 0;
}
footer p {
  text-align: center;
 font-weight: 300;
 margin: 20px;
 color: #fff;
}
a {
  color: white;
}
#next i, #prev i{
  margin: 40%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

#next, #prev{
  width: 25%;
  border: 0;
  background-color: transparent;
  z-index: 2;
  position: absolute;
  top: 20%;
  left: 10px;
  display: flex;
  justify-content: center;
}
#next{
    left: unset;
    right: 10px;
}
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 10px;
}

.socials i {
  cursor: pointer;
  color:  #fff;
  font-size: 30px;
  margin: 10px;
  transition: ease-in-out .5s;
}

.socials i:hover{
  color:  #bbbbbb;
}

iframe {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin: 20px;
}

.videos {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.accordion-container {
  width: 80%;
  max-width: 600px;
}

.accordion-item {
  background-color: transparent;  /* White background for items */
  border-radius: 8px;
  margin-bottom: 10px;
}

.accordion-header {
  background-color: transparent; 
  color: #FFFFFF; /* White text */
  padding: 15px;
  font-size: 18px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: transparent; 
}

.accordion-content {
  background-color: transparent; 
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  color: #9e9e9e;
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

/* TEAMS SECTION - Gradient Outline Hover */
.teammembers {
    display: flex;                 /* side by side */
    flex-wrap: wrap;
    justify-content: center;       /* center horizontally */
    gap: 25px;
    padding: 20px;
    margin-top: 30px;
}

.teamcard {
    position: relative;
    background: rgba(255, 255, 255, 0.03); /* subtle glassy effect */
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(14px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); /* smooth soft shadow */
    overflow: hidden;
}

.teamcard::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 17px;
    background: linear-gradient(45deg, #8e2de2, #4a00e0, #00c3ff, #8e2de2);
    background-size: 400% 400%;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    animation: gradientMove 10s ease infinite;
}

.teamcard:hover::before {
    opacity: 1;
    transform: scale(1.05);
}

.teamcard img {
    width: 128px;
    height: 128px;
    margin-bottom: 15px;
    object-fit: cover;
    border-radius: 4px; /* slightly rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); /* subtle shadow behind skin */
    position: relative;
    z-index: 1; /* make sure image is above gradient */
}

.teamcard h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.teamcard p {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.4;
    color: #cccccc;
    position: relative;
    z-index: 1;
}

/* Gradient animation */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* DOWNLOAD BUTTON STYLE */
.dl {
    background: linear-gradient(135deg, #8e2de2, #4a00e0, #00c3ff); /* purple & blue gradient */
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.dl::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.dl:hover::before {
    top: -20%;
    left: -20%;
}

.dl:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
