html{
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000000;
  font-style: kanit;
  scroll-behavior: smooth;
  line-height: 1.1;
}

button {
  border: none;
  cursor: pointer;
  padding: 1em;
  font-weight: 500;
}

ul {
  list-style-type: none;
}

header {
  width: 100%;
  background: rgba(22, 22, 22, 0.94);
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 1em 0.5em;
  color: #acacac;
  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: white;
  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: 3em 3em;
  padding-left: 0;
  padding-top: 10em;
  z-index: 1;
  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;
}
.mobile-menu ul a{
  margin-bottom: 0;
}
.mobile-menu ul hr{
  margin-bottom: 2rem;
}

.menu-btn{
  max-width: 30px;
  cursor: pointer;
  margin-left: 1rem;
}
.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;
}

.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: 15em 0;
  padding-bottom: 1em;
  overflow: hidden;
}

.hero-img {
  border-radius: 10px;
  background-color: #00000034;
  height: 25rem;
}

.hero-text h1 {
  font-size: 4em;
  color: #2d2d2d;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 2rem;
}

.hero-text button {
  border-radius: 10px;
  padding: 1em 3em;
}

.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%);
}

#hero {
  background: linear-gradient(249.13deg, #7eb3d2 3.43%, #d5f8da 96.57%);
  position: relative;
  overflow: hidden;
  padding: 0 2em;
}

#hero img, .curve{
  position: absolute;
  bottom: 0;
  transform: translateY(5px);
  width: 100%;
}

#events,
#vision,
#youtube,
#membership,
#newsletter,
#blog,
#blog-topics {
  padding: 5em 0;
  font-size: 14px;
}

/* #events .container {
  width: 70%;
} */

.current-tab-countdown{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
  /* padding-bottom: 1em; */
}

.current-tab-countdown p{
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 600;
  color: black;
}

.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;
  background-color: rgb(248, 248, 248);
  border-radius: 0px 0px 0px 40px;
}

.current-tab-details{
  width: 100%;
  background-color: rgb(248, 248, 248);
  border-radius: 0px 0px 10px 40px;
}

.current-tab-name h3{
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.tab-slide-buttons{
  display: flex;
  background-color: white;
  padding: 2em;
  border-radius: 20px 0px 0px 0px;
}

.tab-slide-buttons span{
  background-color: #000;
  margin: 1rem;
  border-radius: 10px;
  padding: 1em 2em;
  cursor: pointer;
  color: white;
}

.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{
  /* aspect-ratio: 16/8;
  height: 60vh; */
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
  /* border: 2px solid rgba(0, 0, 0, 0.301); */
  background-color: rgb(248, 248, 248);
  padding-bottom: 2em;
}
.current-tab-img img{
 object-fit: cover;
 scale: 1.2;
 /* height: 100%; */
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.tab-buttons button {
  padding: 0.8em 2em;
  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: 3em 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 {
  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 {
  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%;
}
.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: 20%;
  overflow: hidden;
  background-color: #00000048;
  /* margin-bottom: 4rem; */
}

.member-image img {
  object-fit: cover;
}

#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: 5em 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: 3em 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 -8px 27.3px 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;
  margin: 0 auto;
  padding: 0.8em 1.8em;
  border-radius: 15px;
}

#join-us {
  padding: 5em 0;
}

#join-us .container {
  width: 100%;
  max-width: 1360px;
  padding: 0;
}
#join-us .row {
  width: 100%;
  margin: 0;
  gap: 0;
  padding: 0;
  /* flex-wrap: wrap-reverse; */
}

#join-us .col {
  width: 100%;
  padding: 5em 6.5em;
}

#join-us h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

#join-us p {
  font-size: 1rem;
  margin-bottom: 3rem;
}
#join-us .partner p {
  margin-bottom: 4.2rem;
}

#join-us input {
  background-color: transparent;
  display: block;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #000;
  outline: none;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 600px;
}

.partner {
  color: white;
  background-color: #000;
}
#join-us .partner input {
  color: white;
  border: 1px solid #fff;
}

#join-us button {
  width: 100%;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  max-width: 600px;
}

#join-us .partner button {
  background-color: #fff;
  color: #000;
}

#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: 0.8rem;
}

.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: 3rem;
}

.contact p {
  margin-bottom: 1.5rem;
}
.contact-info .icon{
  width: 20%;
}

.contact .mails, .contact .phone, .contact .locate{
  width: 100%;
}

.mail, .phones, .locationn{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#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;
}

.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: 1rem;
  margin-bottom: 2rem;
}

.links a {
  margin-bottom: 0.5rem;
  font-weight: 300;
  color: #7d7d7d;
}
.links a.top {
  font-weight: 400;
  color: #fff;
}


@media (max-width: 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: 0.9em;
  }

  .current-tab-misc{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    gap: 0.1rem;
  }

  .tab-slide-buttons{
    padding: 0.5em 0.5em;
    padding-bottom: 0;
    border-radius: 10px 10px 0px 0px;
  }

  .current-tab-countdown{
    align-items: flex-start;
    gap: 1rem;
  }
  .current-tab-countdown p{
    font-size: 2rem;
  }
  
  .current-tab-countdown span{
    font-size: 0.6rem;
  }
  
  .time-col span{
    font-size: 1.3rem;
    color: grey;
  }

  #blog-topics .blog-topics {
    padding: 1em 0;
  }

  #contact-us .row{
    gap: 2rem;
    flex-wrap: nowrap;
  }

  #contact-us .contact-img{
    width: 100%;
  }

  #newsletter .row {
    flex-wrap: wrap-reverse;
  }

  #newsletter{
    padding: 5em 0;
  }
  .newsletter-text p {
    width: 100%;
  }
  .vision-img {
    height: 300px;
    background-image: url(../img/Frame\ 26\ \(1\).png);
  }

  #join-us .col{
  padding: 2em;
  }
  
  .time-col{
    font-size: 2rem;
  }
}

@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: 12px;
  }
}


@media (max-width: 500px) {

  #contact-us .row{
    gap: 2rem;
    flex-wrap: wrap;
  }

}