html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #f5f5f5;
  color: #000000;
  font-family: "kanit";
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

button {
  border: none;
  cursor: pointer;
  padding: 1em;
  font-weight: 500;
}

ul {
  list-style-type: none;
}

header {
  width: 100%;
  background: rgba(22, 22, 22, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1em 0.5em;
  color: #0c0c0c;
  /* backdrop-filter: blur(10px); */
}

hr{
  max-width: 90%;
  opacity: 0.3;
  margin: 0 auto;
}

.toTop{
  font-size: 0.8rem;
  padding: 1.4em 1.8em;
  border-radius: 10px;
  background-color: #00a1ff;
  color: white;
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 2rem;
  display: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 9997;
}

.header2{
  background: rgba(22, 22, 22, 0.7);
  color: #fff;
  backdrop-filter: blur(10px);
}

.navbar {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1360px;
}

.navbar ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.navbar nav ul a,
.mobile-menu ul a {
  padding: 10px;
  border-radius: 30px;
}
.navbar nav ul a:hover,
.active {
  color: #00eda5;
  /* background-color: #acacac1e; */
}
.active {
  font-weight: 700;
}

.nav-btn button {
  padding: 1em 3em;
  font-size: 0.8rem;
  color: #000;
  border-radius: 50px;
  font-weight: 800;
}
.nav-btn button:nth-child(1) {
  color: #fff;
  margin-right: 0.5rem;
  background-color: transparent;
  border: 2px solid #ffffff44;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  padding: 4em 3em;
  padding-left: 0;
  padding-top: 10em;
  z-index: 9998;
  height: 100%;
  background-color: #2b2b2b;
  color: white;
  width: 0;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  transition: 2s ease-in-out;
  flex-wrap: wrap;
  transition: width 1s ease-in-out;
}
.mobile-menu ul a {
  margin-bottom: 0;
}
.mobile-menu ul hr {
  width: 60%;
  margin-bottom: 2rem;
  margin: unset;
}

.menu-btn {
  max-width: 30px;
  cursor: pointer;
  margin-left: 1rem;
  z-index: 9999;
}
.navvy {
  display: none;
}
.mobile-menu ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.3rem;
  font-size: 1rem;
  cursor: pointer;
  margin: 2rem 0;
}
.mobile-menu .nav-btn button {
  padding: 1em 2em;
  font-size: 0.6rem;
}
.mobile-menu hr {
  opacity: 0.1;
  width: 12rem;
  border: 0.1px solid white;
}

.logo {
  width: 10em;
}

.logo-w{
  display: none;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1140px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding: 1.5em;
}

.hero {
  padding: 20vh 0;
  padding-bottom: 1em;
  text-align: center;
  height: 100vh;
  align-items: center;
  position: relative;
  z-index: 999;
}


.hero-img {
  border-radius: 10px;
  background-color: #00000034;
  height: 25rem;
}

.hero-text h1 {
  font-size: 2.5rem;
  color: #2d2d2d;
  font-weight: bolder;
  margin-bottom: 3rem;
}
.hero-text p {
  font-size: 1em;
  color: #2d2d2d;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.hero-text span {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  color: #2d2d2d;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 2rem;
}

.hero-text span.cursor {
  display: inline-block;
  font-size: 2em;
  width: 2em;
  /* background: url(../img/transparency\ star.png); */
  /* background-repeat: no-repeat; */
  /* background-size: contain;
  background-position: center; */
  animation: blink 0.7s steps(1) infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero-text button {
  border-radius: 50px;
  font-size: 0.8rem;
  padding: 0.8em 2em;
  margin-bottom: 3rem;
  background: transparent;
  border: 2px solid #2d2d2d;
  cursor: pointer;
}
.hero-text button i{
  font-size: 0.6rem;
}

.hero-text a {
  margin-bottom: 3rem;
}

.cta {
  color: #fff;
  background: linear-gradient(85.3deg, #00eda5 10.44%, #00a1ff 89.56%);
}
.cta:hover {
  background: linear-gradient(85.3deg, #00a1ff 10.44%, #00eda5 89.56%);
}

.cta.locked{
  filter: grayscale();
  cursor: not-allowed;
}

#hero {
  /* background: linear-gradient(249.13deg, #7eb3d2 3.43%, #d5f8da 96.57%); */
  background:  linear-gradient(180deg, #ffffffd2 40%, #f5f5f5 50.57%), url(../img/bg2.jpg);
  background-position: center, center;
  position: relative;
  padding: 0 2em;
}

#hero::before{
  content: '';
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10em 50%;
  border-radius: 50%;
  background-color: #00ff8f;
  filter: blur(40px);
  opacity: 0.2;
}
#hero::after{
  content: '';
  position: absolute;
  top: 70vh;
  left: -250px;
  padding: 10em;
  border-radius: 50%;
  background-color: #00ff8f;
  filter: blur(60px);
  opacity: 0.3;
}

.center-img{
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: 1;
}

.center-img img{
  width: 100%;
  object-fit: contain;
}

.hero-sliding{
  padding: 1em 2em;
  width: 110%;
  transform: rotate(3deg) translateX(-50%);
  position: absolute;
  top: 95.5vh;
  left: 50%;
  display: flex;
  background: linear-gradient(175deg, #00eda5 10.44%, #00a1ff 89.56%);
  color: white;
  overflow: hidden;
}

/* #events::before{
  content: '';
  position: absolute;
  top: -160px;
  left: -260px;
  padding: 10em;
  border-radius: 50%;
  background-color: #00a1ff;
  filter: blur(60px);
  opacity: 0.3;
} */

#events,
#vision,
#youtube,
#membership,
#team,
#newsletter,
#blog,
#blog-topics {
  padding: 3em 0;
  font-size: 14px;
}

#events{
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* #events .container {
  width: 70%;
} */

.current-tab-countdown {
  width: 100%;
  max-width: fit-content;
  padding: 1em 1.5em;
  padding-bottom: 0.8em;
  margin: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px #00a2ff8e;
  /* padding-bottom: 1em; */
}
.timer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.launched{
  display: none;
}
.current-tab-countdown.eventDetails {
  position: static;
}

.current-tab-countdown p {
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 600;
}

.current-tab-countdown span {
  display: block;
  color: grey;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.time-col span {
  font-size: 2rem;
  color: grey;
}

.tab-nav,
.current-tab-misc {
  margin-bottom: 2rem;
}

.current-tab-misc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-radius: 0px 0px 0px 40px;
}

.current-tab-details{
  width: 100%;
}

.current-tab-name h3 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.tab-slide-buttons {
  display: flex;
  background-color: transparent;
  padding: 1em 2em;
  border-radius: 20px 0px 0px 0px;
}

.tab-slide-buttons span {
  background-color: transparent;
  border: 2px solid #000;
  margin: 0.8rem;
  border-radius: 10px;
  padding: 1em 1.4em;
  cursor: pointer;
  color: #000;
}

.tab-nav ul {
  display: flex;
  gap: 1.5rem;
}
.tab-nav ul li {
  cursor: pointer;
  padding: 0.5em 0;
  border-bottom: 2px solid #00000056;
}
.tab-nav ul li:hover,
.tab-nav ul li.active-tab {
  border-bottom: 3px solid #000000;
  font-weight: 700;
}

.tab-nav li span {
  background-color: #00ff8f;
  color: #000;
  padding: 0.25em 0.7em;
  width: 20%;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 0.5rem;
}

.current-tab-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  /* border: 2px solid rgba(0, 0, 0, 0.301); */
  background-color: rgb(248, 248, 248);
  padding-bottom: 2em;
  padding-bottom: 42.86%; /* 4:3 ratio */
}

.moBile{
  display: none;
}

.upNext{
  display: none;
}

.upNext:nth-of-type(1){
  display: block;
}

.current-tab-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: 100%; */
}

.tab-buttons {
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.tab-buttons button {
  padding: 0.8em 1em;
  font-size: 1rem;
  border-radius: 10px;
}
.sec-btn {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
#events .col {
  width: 100%;
}

.vision-img {
  border-radius: 10px;
  background-color: transparent;
  background-image: url(../img/Frame\ 26.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
}

.vision-statement {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  background: linear-gradient(233.91deg, #d5f8da 1.71%, #d3ebef 98.29%);
}

.vision-statement .contents {
  padding: 4em 2em;
  padding-bottom: 3em;
}

.vision-statement h2 {
  font-size: 2.1rem;
  color: #5086a6;
  margin-bottom: 1.5rem;
}
.vision-statement p {
  line-height: 2;
  font-weight: normal;
}
.in-logo {
  /* position: absolute;
    right: 0;
    transform: translateX(-50%); */
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1em 3em;
  border-radius: 15px;
  margin-left: auto;
  transform: translateX(10px);
  margin-bottom: 4rem;
  /* width: 800px; */
  width: 100%;
  max-width: 400px;
}

.in-logo p {
  font-size: 1.5rem;
  font-weight: bold;
}

#youtube .col {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#youtube p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #2d2d2d;
  font-weight: 600;
  margin: 1rem 0;
  margin-bottom: 2rem;
}

#youtube .cta {
  padding: 0.7em 3em;
  border-radius: 10px;
}

#membership .col, #team .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.membership-digits {
  display: flex;
  gap: 1rem;
  text-align: center;
  margin-bottom: 4rem;
}
.membership-digits p {
  font-size: 3rem;
}
.membership-digits span {
  font-size: 1rem;
  font-weight: 600;
  color: #b3b3b3;
}

#membership .col button, #team .col button {
  padding: 0.6em 2.5em;
  border-radius: 10px;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}

.vr {
  width: 2px;
  background-color: #686868;
  margin: 0 0.5em;
}

.membership-images {
  padding: 0.5em;
  overflow-x: scroll;
  width: 100%;
}

.teams{
  padding: 0.5em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}

.members-scrollable {
  display: flex;
  flex-direction: row;
  /* justify-content: flex-start; */
  gap: 1rem;
  width: max-content;
}
.membership-images::-webkit-scrollbar {
  width: 0px;
}

.member-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #00000048;
  /* margin-bottom: 4rem; */
}
.team{
  width: 200px;
  height: 200px;
}
.member-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#blog {
  background: #161616;
}

#blog .container {
  max-width: 1280px;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* padding: 0 2em; */
}

/* Custom scrollbar styles */
#blog .container::-webkit-scrollbar {
  width: 0px;
}

/* #blog .container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50%;
}

#blog .container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#blog .container::-webkit-scrollbar-track {
  background: #f1f1f144;
  border-radius: 50%;
} */

#blog .row {
  width: 350%;
  gap: 3rem;
}

.blog-item {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  width: 90%;
  border: 2px solid white;
  border-radius: 10px;
  scroll-snap-align: start;
  padding: 4em 7em;
  cursor: pointer;
}

.blog-text {
  width: 45%;
}

.blog-category {
  color: #7eb3d2;
  font-weight: 500;
  font-size: 0.6rem;
}
.blog-title {
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  margin-top: 2.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  width: 80%;
}
.blog-description {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.blog-btn {
  border-radius: 50px;
  font-weight: 700;
  padding: 1em 4em;
}

.blog-img {
  display: flex;
  width: 45%;
  align-items: center;
}

.blog-image {
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
  scale: 1;
  transition: scale 0.5s ease-in-out;
}

.blog-item:hover .blog-image {
  scale: 1.05;
}

.scroll-btn {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.scroll-button {
  border-radius: 50%;
  width: max-content;
  height: max-content;
  padding: 2em 2.1em;
  background-color: #fff;
  cursor: pointer;
}
.scroll-button:hover {
  background-color: #ffffff69;
}

#blog-topics {
  padding: 4em 2em;
}

#blog-topics .container {
  max-width: 1280px;
}
#blog-topics h2 {
  color: #2d2d2d;
  font-size: 2.6rem;
  margin-bottom: 1rem;
  line-height: 1;
}

#blog-topics p {
  color: #2d2d2d;
  font-size: 1rem;
  max-width: 550px;
  margin-bottom: 0.5rem;
}

#blog-topics .row {
  padding: 0;
  flex-direction: column;
  align-items: center;
}

#blog-topics .blog-topics {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  margin-bottom: 0.5rem;
  padding: 4em 0;
}
#blog-topics .blog-topics::-webkit-scrollbar {
  width: 4px;
}
#blog-topics .topics {
  display: flex;
  justify-content: center;
  width: max-content;
  gap: 2rem;
  padding: 0 1em;
}

.topics .icon {
  width: 50px;
}
.topics .icon img {
  width: 100%;
}

.blog-topics .col {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #00000017;
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  width: 12em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

#blog-topics h4 {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 1rem;
}
#blog-topics .description {
  width: 75%;
  color: gray;
  font-size: 0.5em;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.3rem;
}

#blog-topics button {
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.8em 1.8em;
  border-radius: 15px;
}

#blog-topics a {
  margin: 0 auto;
}

#blog-topics span {
  background: linear-gradient(270.49deg, #00a1ff, #00ff8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

#join-us {
  padding: 4em 0;
  color: white;
  background-color: #000;
}

#join-us .container {
  width: 100%;
  padding: 0;
  text-align: center;
}
#join-us .container h2{
  font-size: 0.8rem;
  font-weight: 500;
}

#join-us .row {
  flex-direction: column;
  width: 100%;
  margin: 0;
  gap: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap-reverse; */
}

#join-us .col {
  max-width: 600px;
  padding: 0;
  text-align: center;
}

#join-us h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#join-us p {
  font-size: 0.8rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
#join-us .partner p, #join-us .member p {
  margin-bottom: 4.2rem;
}

#join-us input, #join-us select {
  background-color: transparent;
  display: block;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #fff;
  color: currentColor;
  outline: none;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 600px;
}

#join-us select:focus{
  background-color: #d2efff;
  color: #000;
}

#join-us button {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  max-width: 600px;
}

.join-select-btns{
  display: flex;
  margin: 2rem auto;
  margin-top: 0.5rem;
  border-radius: 5px;
  /* border: 1px solid grey; */
  padding: 2em 0;
  width: fit-content;
  gap: 0.5rem;
}

#join-us button.join-select{
  background: none;
  border-radius: 50px;
  border: 1px solid white;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  padding: 0.8em 1.5em;
  transition: padding 0.1s ease-out;
}

#join-us button.active{
  background: #00ff8f;
  border: none;
  font-weight: 900;
  color: #000;
  padding: 0.8em 2.8em;
  font-size: 0.9rem;
}

.partner, .member{
  display: none;
}

#join-us .partner button {
  background-color: #fff;
  color: #000;
}

#contact-us{
  padding: 3em 0;
}

#contact-us .row {
  gap: 6rem;
  align-items: center;
}

#contact-us .contact-img {
  width: 40%;
}

.contact {
  line-height: 1.3;
  width: 40%;
}

.contact-info {
  background-color: #000;
  border-radius: 10px;
  padding: 2em 3em;
  color: white;
  font-size: 1rem;
}

.contact-info .mail .icon img {
  width: 1.5rem;
  padding-left: 0.1rem;
}
.contact-info .phones .icon img {
  width: 1.7rem;
  padding-left: 0.1rem;
}
.contact-info .locationn .icon img {
  width: 1.7rem;
}

.contact h2 {
  font-size: 2rem;
  margin: 1rem 0;
}

.contact-info .icon {
  width: 20%;
}

.contact .mails,
.contact .phone,
.contact .locate {
  width: 100%;
}

.mail,
.phones,
.locationn {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}



button:not(.cta):hover{
  opacity: 0.8;
}

#newsletter,
footer {
  background: #161616;
  color: #fff;
}

#newsletter {
  padding: 10em 0;
}

.newsletter-text h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
.newsletter-text p {
  width: 80%;
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}

.subscribe {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  padding: 0.5em;
  padding-left: 2em;
  display: flex;
  gap: 0.5rem;
  width: 90%;
}

.subscribe input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
}

.subscribe button {
  padding: 1em 2em;
  background-color: #fff;
  border-radius: 10px;
  color: #161616;
  font-weight: 400;
}

div.asyncMsg{
  display: flex;
  opacity: 0;
  justify-content: center;
  gap: 0.5rem;
  background-color: #00ff8f;
  border-radius: 5px;
  font-size: 0rem;
  padding: 0.8em;
  margin: 1em 0;
  max-width: fit-content;
  line-height: 1;
}

div.asyncMsg i{ 
  font-size: 1.2rem;
}

.newsletter-img {
  padding: 2em;
  width: 100%;
}

footer {
  padding-bottom: 2.5em;
  line-height: 2;
}

footer .row {
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap-reverse;
}

.socials {
  height: min-content;
}
.socials p {
  color: #7d7d7d;
}
.socials .icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}
.mobile-menu .socials {
  padding: 2em;
  /* margin-left: 5em; */
}

footer .links {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.links a {
  margin-bottom: 2rem;
  font-weight: 300;
  color: #7d7d7d;
}
.links a.top {
  font-weight: 400;
  color: #fff;
}

.typewriter-text {
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid white; /* Cursor effect */
  width: 0; /* Start with width 0 */
  animation: none; /* Animation will be applied dynamically */
}

.typewriter {
  animation: typewriter 4s steps(30, end) forwards; /* typewriter animation */
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  } /* Animates the width of the text */
}

@keyframes blinkCursor {
  from {
    border-right-color: white;
  }
  to {
    border-right-color: transparent;
  }
}

.typewriter-text::after {
  content: ""; /* Cursor blink effect */
  animation: blinkCursor 0.7s steps(1) infinite;
}

/* After the user scrolls */
.scrolled .headline {
  opacity: 1;
  transform: translateY(0); /* Moves to normal position */
}

.scrolled .subheadline {
  opacity: 1;
  transform: translateY(0); /* Moves to normal position */
}

/* Initial state: hidden and slightly shifted */
.fade {
  opacity: 0;
  transform: translateY(20px); /* Initial position off the screen */
}
/* Initial state: hidden and slightly shifted */
.fadeY {
  opacity: 0;
  transform: translateX(20px); /* Initial position off the screen */
}

/* Fade-in animation */
.fade-in {
  animation: fadeIn 1s forwards;
}

/* Fade-out animation (optional) */
.fade-out {
  animation: fadeOut 1s forwards;
}
/* Fade-in animation */
.fade-inY {
  animation: fadeInY 1s forwards;
}

/* Fade-out animation (optional) */
.fade-outY {
  animation: fadeOutY 1s forwards;
}

.zoom-in{
  opacity: 0;
  scale: 0.4;
  animation: zoomin 0.5s ease-in-out forwards;
}

.zoom-out{
  opacity: 1;
  scale: 1;
  animation: zoomout 0.3s ease-in-out forwards;
}

.slide-in-1{
  opacity: 0.7;
  filter: blur(5px);
  transform: translateX(20px); /* Initial position off the screen */
  animation: slidein1 0.3s ease-out forwards;
}
.slide-in-2{
  opacity: 0.7;
  filter: blur(5px);
  transform: translateX(20px); /* Initial position off the screen */
  animation: slidein2 0.3s ease-out forwards;
}


@keyframes slidein1 {
  0% {
    opacity: 0.7;
    filter: blur(5px);
    transform: translateX(20px);
  }
  50%{
    opacity: 0.85;
    filter: blur(2px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}

@keyframes slidein2 {
  0% {
    opacity: 0.7;
    filter: blur(5px);
    transform: translateX(-20px);
  }
  50%{
    opacity: 0.85;
    filter: blur(2px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
  }
}

@keyframes zoomin {
  from {
    opacity: 0;
    scale: 0.4;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
}

@keyframes zoomout {
  from {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    scale: 0.4;
    transform: translateY(20px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeInY {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutY {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

@media (max-width: 900px) {

  .center-img{
    width: 60%;
    top: 45%;
  }

  .hero-sliding{
    top: 87vh;
  }

  .hero{
    max-height: 900px;
  }

  nav,
  .navy {
    display: none;
  }
  .nav-btn {
    font-size: 0.4rem;
  }
  .nav-btn button {
    padding: 1em 2em;
  }
  .logo {
    width: 6em;
  }
  .mobile-menu .nav-btn {
    display: block;
  }
  .mobile-menu .nav-btn button {
    padding: 1em 2em;
    font-size: 0.6rem;
  }
  .mobile-menu .nav-btn a,
  .navvy a {
    padding: 0;
  }
  .navvy {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.3rem;
  }
  .container {
    width: 100%;
  }
  .row {
    align-items: center;
    flex-wrap: wrap;
  }
  .row > * {
    width: 100%;
  }

  .current-tab-img {
    padding-bottom: 100%; /* 4:3 ratio */
  }

  .deskTop{
    display: none;
  }

  .moBile{
    display: block;
  }

  .current-tab-misc {
    /* flex-direction: column; */
    justify-content: end;
    flex-wrap: wrap-reverse;
    gap: 0.1rem;
  }

  .tab-slide-buttons {
    padding: 0.5em 0.5em;
    padding-bottom: 0;
    border-radius: 10px 10px 0px 0px;
  }

  .current-tab-countdown {
    left: 50%;
    transform: translateX(-50%);
    margin: 1rem 0;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .current-tab-countdown.eventDetails {
    margin: 1rem 0;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .current-tab-countdown p {
    font-size: 2rem;
  }

  .current-tab-countdown span {
    font-size: 0.6rem;
  }

  .tab-buttons {
    justify-content: center;
  }

  .time-col span {
    font-size: 1.3rem;
    color: grey;
  }

  .membership-digits {
    gap: 0.5rem;
  }

  #blog-topics .blog-topics {
    padding: 1em 0;
  }

  #contact-us .row {
    gap: 2rem;
    flex-wrap: nowrap;
  }
  
  .contact-mails i, .contact-phones i, .contact-location i, .send-message-formi{
    font-size: 1.8rem;
  }

  .contact-mails, .contact-phones, .contact-location{
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }

  #contact-us .contact-img {
    width: 100%;
  }

  #newsletter .row {
    flex-wrap: wrap-reverse;
  }

  #newsletter {
    padding: 2em 0;
  }
  .newsletter-text p {
    width: 100%;
  }
  .vision-img {
    height: 300px;
    background-image: url(../img/Frame260.png);
  }

  #join-us .col {
    padding: 2em;
  }

  .time-col {
    font-size: 2rem;
  }

  #blog-topics button {
    width: 100%;
  }
}

@media (max-width: 500px) {

  .center-img{
    width: 110%;
    top: 45%;

  }
}

@media (min-width: 900px) {
  .membership-digits {
    gap: 2rem;
  }
  .membership-digits p {
    font-size: 5rem;
  }
  .membership-digits span {
    font-size: 1rem;
    color: #b3b3b3;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #contact-us .row {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
