html {
  scroll-behavior: smooth;
}

#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Stays in place */
  bottom: 20px; /* 20px from bottom */
  right: 30px; /* 30px from right */
  z-index: 99; 
    border: none;
  outline: none;
  background-color: transparent;
  /* color: white; */
  cursor: pointer;
  /* padding: 25px; */
  /* border-radius: 35px; */
  font-weight: bold;
}

#topBtn:hover {
}

body {
  background-color: #ececec;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

li {
  list-style: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 120px;
  background-color: white;
}
.navbar__logo-img {
  width: 120px;
}
@media (max-width: 350px) {
  .navbar__logo-img {
    width: 80px;
  }
}
.navbar__center--hide-desktop {
  display: none;
}
.navbar__left {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.navbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.navbar__language {
  display: flex;
  gap: 20px;
}
@media (max-width: 382px) {
  .navbar__language {
    gap: 4px;
    padding-right: 10px;
  }
}
.navbar__language-icon {
  width: 32px;
}
@media (max-width: 350px) {
  .navbar__language-icon {
    width: 24px;
  }
}
.navbar__menu {
  display: flex;
  gap: 20px;
}
.navbar__link {
  text-decoration: none;
  color: black;
}
@media (max-width: 1205px) {
  .navbar--hide-desktop {
    padding: 0;
  }
  .navbar__left--hide-mobile {
    display: none;
  }
  .navbar__right--hide-mobile {
    display: none;
  }
  .navbar__logo--hide-desktop {
    padding: 20px 20px;
  }
  .navbar__language--hide-desktop {
    padding-right: 20px;
  }
  .navbar__toggle {
    padding-left: 20px;
    cursor: pointer;
  }
}
@media (max-width: 1205px) and (max-width: 382px) {
  .navbar__toggle {
    padding-left: 10px;
  }
}
@media (max-width: 1205px) {
  .navbar__center--hide-desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .navbar__dropdown--hide-desktop {
    top: 0;
    position: absolute;
    background-color: white;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    left: -100%;
    transition: 1s;
  }
  .navbar__dropdown--hide-desktop.active {
    left: 0;
  }
  .navbar__menu--hide-desktop {
    display: flex;
    flex-direction: column;
  }
  .navbar__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .navbar__body {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .navbar__item--hide-desktop {
    text-align: center;
  }
}

.hero {
  background-image: url("./images/header_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.hero__container {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#hero-nextgen-logo{
  width: 300px;
  margin-top: -100px;
}



@media (max-width: 699px) {
  #hero-nextgen-logo{
    margin-top: 85px;
    width: 170px;
  }
  
}

#on-air-logo{
  margin-top: 20px;
}






.hero__title {
  font-size: 46px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .hero__title {
    font-size: 24px;
  }
}
.hero__subtitle {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .hero__subtitle {
    font-size: 20px;
  }
}
.hero__description {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  width: 1022px;
}
@media (max-width: 1023px) {
  .hero__description {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .hero__description {
    font-size: 18px;
  }
}
.hero__quote {
  font-size: 24px;
  text-align: center;
  width: 1008px;
}
@media (max-width: 1023px) {
  .hero__quote {
    font-size: 18px;
    width: 100%;
  }
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./images/service_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height:  28vh;
  color: white;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 699px) {
  .services {
    height:  57vh;
  }
}



.services__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.services__title {
  font-size: 56px;
  font-weight: 400;
  position: relative;
  text-align: center;

  /* gap: 60px; */
  margin-top: 25px;
  margin-bottom: 25px;



}

.social__title {
  background: #fff;
  padding: 47px;
  font-size: 56px;
  font-weight: 400;
  position: relative;
  text-align: center;

  /* gap: 60px; */
  margin-top: 90px;
  margin-bottom: 20px;



}

@media (max-width: 468px) {
  .social__title {
      font-size: 1.5rem;
  }
}


@media (max-width: 699px) {
  .services__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .services__title {
    font-size: 1.5rem;
  }
}
.services__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .services__items {
    gap: 20px;
  }
}
.services__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 200px;
}
@media (max-width: 1300px) {
  .services__item {
    width: 146px;
  }
}
@media (max-width: 480px) {
  .services__item {
    width: 126px;
  }
}
.services__icon {
  width: 150px;
}
@media (max-width: 1300px) {
  .services__icon {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .services__icon {
    width: 50px;
  }
}
.services__description {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1300px) {
  .services__description {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .services__description {
    font-size: 12px;
  }
}

.clients {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
  margin-bottom: -30px;
}
.clients__carousel {
  width: 100%;
  overflow: hidden;
  margin-top: -25px;
  margin-bottom: -30px;
}
.clients__title {
  font-size: 56px;
  font-weight: 400;
}
@media (max-width: 699px) {
  .clients__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .clients__title {
    font-size: 1.5rem;
  }
}
.clients__track {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: scroll 60s linear infinite;
}
@media (max-width: 600px) {
  .clients__track {
    gap: 15px;
  }
}
.clients__card {
  background-color: white;
  flex: 0 0 auto;
  width: 350px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .clients__card {
    width: 250px;
    height: 150px;
  }
}
.clients__icon {
  width: 100px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.vision {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: -50px;
}
.vision__title {
  font-size: 56px;
  font-weight: 400;
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 699px) {
  .vision__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .vision__title {
    font-size: 1.5rem;
  }
}
.vision__title-container {
  background-color: white;
  width: 100%;
  margin-bottom: 60px;
}
.vision__description {
  font-size: 28px;
  width: 1000px;
  margin-bottom: 26px;
  font-weight: 200;
  width: 777px;
}
@media (max-width: 340px) {
  .vision__description {
    width: 260px;
    font-size: 26px;
  }
}
@media (max-width: 1001px) {
  .vision__description {
    width: 65%;
    font-size: 36px;
  }
}
.vision__detail {
  font-size: 21px;
  width: 1000px;
  font-weight: lighter;
  width: 777px;
  margin-bottom: 40px;
}
@media (max-width: 340px) {
  .vision__detail {
    width: 260px;
    font-size: 20px;
  }
}
@media (max-width: 1001px) {
  .vision__detail {
    width: 65%;
    font-size: 24px;
  }
}

.social-media {
  background-image: url("./images/social_background.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height: 17vh;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -20px;
  align-items: center;
  position: relative;
}
.social-media__title {
  font-size: 56px;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: top;
}
@media (max-width: 699px) {
  .social-media__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .social-media__title {
    font-size: 1.5rem;
  }
}
.social-media__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 1003px) {
  .social-media__items {
    gap: 45px;
  }
}
@media (max-width: 610px) {
  .social-media__items {
    gap: 12px;
  }
}
.social-media__item {
  width: 200px;
  display: flex;
  justify-content: center;
}
.social-media__icon-youtube {
  width: 200px;
}
@media (max-width: 425px) {
  .social-media__icon-youtube {
    width: 100px;
  }
}
.social-media__icon-facebook {
  width: 100px;
}
@media (max-width: 425px) {
  .social-media__icon-facebook {
    width: 50px;
  }
}
.social-media__icon-instagram {
  width: 100px;
}
@media (max-width: 425px) {
  .social-media__icon-instagram {
    width: 50px;
  }
}
.social-media__icon-tiktok {
  width: 70px;
}
@media (max-width: 425px) {
  .social-media__icon-tiktok {
    width: 50px;
  }
}

.featured-post {
  /* background-color: #000; */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;

}
.featured-post__title {
  font-size: 56px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: -26px;
}
@media (max-width: 699px) {
  .featured-post__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .featured-post__title {
    font-size: 1.5rem;
  }
}
.featured-post__list {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.featured-post__cards-container {
  width: 80%;
  overflow: hidden;
}
.featured-post__cards {
  display: flex;
  gap: 24px;
  z-index: 80;
  transform: translateX(0);
  transition: 0.5s;
}
.featured-post__card {
  background-color: transparent;
  width: 262px;
  height: 342px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;

}
@media (max-width: 876px) {
  .featured-post__card {
    width: 160px;
    height: 300px;
  }
}
.featured-post__num {
  background-image: url("./images/featured-post__num.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  top: 0;
  position: absolute;
  padding: 10px;
  font-size: 29px;
  padding: 0px 0px 10px 10px;
  color: #1c1f1f;
}
.featured-post__arrows {
  position: absolute;
  width: 95%;
  top: 40%;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
}
.featured-post__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.featured-post__arrow--prev {
  margin-left: 50px;
}
@media (max-width: 876px) {
  .featured-post__arrow--prev {
    margin-left: 0px;
  }
}
.featured-post__arrow--next {
  margin-right: 50px;
}
@media (max-width: 876px) {
  .featured-post__arrow--next {
    margin-right: 0px;
  }
}

.social-feed {
  /* background-color: #000; */
  /* background-image: url("images/background_grey_fade.jpg"); */
  position: relative;
  width: 100%;
}


#social-area{
  background-image: url("images/background_grey_fade.jpg");

  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;












}

.social-feed__title {
  text-align: center;
  font-size: 56px;
  font-weight: 400;
  color: white;
  margin-bottom: 50px;
}
@media (max-width: 699px) {
  .social-feed__title {
    font-size: 2.3rem;
  }
}
@media (max-width: 468px) {
  .social-feed__title {
    font-size: 1.5rem;
  }
}
.social-feed__images {
  /* background-image: url("./images/social_thmbnails.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height: 50vh;
  z-index: 100;
}
.social-feed__shadow {
  background: linear-gradient(0deg, #000000, rgba(255, 0, 0, 0));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.social-feed__arrow-icon {
  height: 28px;
}

.footer {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  color: white;
  width: 100%;
  padding-top: 0px;
}
.footer__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__address {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 380px) {
  .footer__address {
    font-size: 10px;
  }
}
.footer__contact {
  font-size: 16px;
}
@media (max-width: 380px) {
  .footer__contact {
    font-size: 10px;
  }
}
.footer__divider {
  margin: 10px 0px;
  border: none;
  background-color: #543f34;
  height: 2px;
}
.footer__legal {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 380px) {
  .footer__legal {
    font-size: 8px;
  }
}
.footer__copyright {
  font-size: 14px;
}
@media (max-width: 380px) {
  .footer__copyright {
    font-size: 8px;
  }
}
