* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fafdff !important;
  height: 100%;
  transition: all 0.5s ease;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 30px 0;
}

.container-2 {
  max-width: 1240px;
  margin: auto;
}

main {
  min-height: 100vh;
}

@media screen and (max-width: 1200px) {
  .container-2 {
    max-width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1800px) {
  .container-max {
    max-width: 1280px;
    margin: auto;
  }
}

.section-margin {
  margin: 120px auto;
}

@media screen and (max-width: 768px) {
  .section-margin {
    margin: 25px auto;
  }

  .container-2 {
    max-width: calc(100% - 40px);
  }

  .section-title {
    text-align: center;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-direction: column-reverse;
}

@media screen and (max-width: 992px) {
  .top-nav {
    display: none;
  }
}

.top-nav .logo {
  width: 150px;
  height: 103px;
}

.top-nav a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-1);
  padding: 0 15px;
}

.top-nav a:hover,
.more a:hover {
  text-decoration: underline 1.5px #0e3c7f;
  text-underline-offset: 8px;
}

@media screen and (max-width: 1024px) {
  .top-nav .logo {
    width: 72px;
    height: 63px;
  }

  .top-nav .logo img {
    width: 100%;
    height: 100%;
  }

  .top-nav a {
    font-size: 14px;
  }
}

.last-line,
.logo-line,
.first-line {
  display: flex;
  align-items: center;
}

.first-line {
  margin-top: 15px;
}

.top-nav .icons {
  margin-left: 15px;
  display: flex;
  gap: 5px;
}

.top-nav .icons a {
  padding: 0;
  margin: 0;
}

.heading-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 22px auto;
}

.heading-1 a,
.heading-1 p {
  text-decoration: none;
  color: #757575;
}

.heading-1 p {
  font-size: 32px;
  font-weight: 700;
  max-width: 803px;
  color: #1c576e;
}

@media screen and (max-width: 768px) {
  .heading-1 {
    margin: 50px auto;
  }

  .heading-1 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .heading-1 {
    margin: 0 auto;
    padding: 15px 0;
  }
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .banner {
    max-height: 133px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    max-height: 207px;
  }
}

.category {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.logo-swiper-section .product-img img {
  max-width: 100%;
}

.links-heading {
  padding: 10px 0;
}

.section-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.section-navigation .main-page,
.section-navigation i {
  color: #a5acb7;
}

.main-page:last-child {
  color: #2a3546;
  font-weight: 700;
}

h1,
h3 {
  color: #2a3546;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  h1,
  h3 {
    color: #2a3546;
    font-size: 20px;
  }
}

.about-section {
  display: flex;
  align-items: center;
  gap: 21px;
}

@media screen and (max-width: 576px) {
  .about-section {
    flex-direction: column;
  }

  .about-content {
    margin: 20px 20px 0 40px;
  }
}

.about-section .about-img {
  max-width: 708px;
  width: 100%;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}

.about-section .about-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.about-content p,
.about-content h2 {
  max-width: 400px;
}

.about-content button {
  width: 166px;
  height: 48px;
  border-radius: 12px;
  background-color: #0e3c7f;
  border: none;
  color: #fff;
}

.about-images {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-content {
  min-width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 28px;
  gap: 16px;
}

.link-exp {
  width: 280px;
}

.link-exp p {
  margin-bottom: 0;
}

.link-img {
  width: 78px;
  height: 48px;
}

.link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
}

.links-more {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.links-more .link {
  display: flex;
  max-width: 600px;
  width: 100%;
  height: 104px;
  background-color: #fff;
  border: 1px solid #c2c7cf;
  border-radius: 24px;
}

@media screen and (max-width: 576px) {
  .links-more {
    flex-direction: column;
  }
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .section-heading {
    flex-direction: column;
  }

  .section-heading .more {
    align-self: flex-end;
  }
}

.center p {
  max-width: 600px;
}

.more a {
  text-decoration: none;
  color: #0e3c7f;
}

.card-slides {
  display: flex;
  justify-content: space-between;
}

.announce-card {
  display: flex;
  flex-direction: column;
  max-width: 392px;
  height: 525px;
  width: 100%;
  border: 1px solid #c2c7cf;
  border-radius: 32px;
  padding: 24px;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s ease;
}
.announce-card.trainer {
  height: 430px !important;
}
.announce-card:hover {
  border: 1px solid #07adef;
}

.announce-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.card-img {
  max-width: 344px;
  width: 100%;
  max-height: 344px;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .announce-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .announce-card:nth-last-child(1) {
    grid-column: 1 / span 2;
    max-width: 100%;
  }

  .card-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .announce-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .announce-card:nth-last-child(1) {
    grid-column: 1 / span 1;
  }
}

.card-exp {
  padding: 12px 5px;
}

.card-exp span {
  color: #626f82;
}

.card-exp h4 {
  color: var(--color-1);
  font-size: 20px;
  font-weight: 600;
}

.card-exp p {
  color: #3b4b63;
  font-size: 16px;
  margin-bottom: 0;
}

.card-exp-sport {
  padding: 12px 5px;
  max-width: 392px;
}

.sportsKind {
  padding: 12px 5px;
}

@media screen and (max-width: 576px) {
  .card-exp h4 {
    font-size: 16px;
  }

  .card-exp p {
    font-size: 12px;
  }
}

.heading-line h1 {
  font-size: 40px;
  color: var(--color-1);
  padding: 10px 0;
}

.heading-line p {
  max-width: 800px;
  text-align: center;
  color: #36445a;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .heading-line h1 {
    font-size: 20px;
  }

  .heading-line p {
    font-size: 12px;
  }
}

/* footer css start  */
footer {
  position: relative;
  width: 100%;
  bottom: 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  padding: 48px 0;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer-menu {
  display: flex;
  gap: 80px;
  padding-bottom: 16px;
}

.about-us,
.more-events,
.contact-us {
  display: flex;
  flex-direction: column;
}

.contact-us i {
  color: #2a3546;
}

.footer-menu h4 {
  font-size: 14px;
  font-weight: 600;
  color: #8bd0f3;
}

.footer-menu a,
.footer-menu .contact-us {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.footer-end {
  display: flex;
  color: #fff;
  justify-content: space-between;
  border-top: 1px solid #124ea5;
  padding-top: 16px;
}

.footer-end .terms {
  display: flex;
  gap: 24px;
}

.footer-end .icon a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    gap: 15px;
  }
}

@media screen and (max-width: 576px) {
  .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    gap: 15px 0;
    justify-content: space-between;
  }

  .top-footer {
    align-items: center;
    flex-direction: column;
  }

  .footer-end .terms {
    flex-direction: column;
    align-items: center;
  }

  .footer-end {
    flex-direction: column;
    align-items: center;
  }
}

/* about page css star  */

.about-content_page p {
  max-width: 100%;
  text-align: justify;
}

.img-1,
.img-2 {
  max-width: 600px;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  overflow: hidden;
}

.img-1 img,
.img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-img {
  display: flex;
  gap: 24px;
  width: 100%;
}

.bottom-img {
  max-width: 1240px;
  width: 100%;
  height: 400px;
  border-radius: 32px;
  margin-top: 24px;
  overflow: hidden;
}

.bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 576px) {
  .top-img {
    flex-direction: column;
  }

  .img-1,
  .img-2,
  .bottom-img {
    height: 200px;
  }
}

/* @media screen and (max-width:768px) {
    .img-1,
    .img-2,
    .bottom-img {
        max-height: 250px;
        min-height: 250px;
    }
}
@media screen and (max-width:428px) {
    .img-1,
    .img-2,
    .bottom-img {
        max-height: 200px;
        min-height: 200px;
    }
} */

.history-header {
  display: flex;
  align-items: center;
  gap: 50px;
}

.collapse-items {
  padding: 48px 15px;
  border-top: 1px solid #c2c7cf;
  border-bottom: 1px solid #c2c7cf;
  transition: 1s ease;
}

.history-header .year,
.content-heading {
  font-size: 40px;
  font-weight: 700;
  color: #c2c7cf;
}

.history-content .text {
  padding-left: 142px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .history-header .year,
  .content-heading {
    font-size: 20px;
  }

  .history-content .text {
    padding-left: 0;
  }
}

.collapse-design {
  background-color: #0e3c7f;
  color: #fff;
}

/* elanlar css start  */

.announcements {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 992px) {
  .announcements {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .announcements {
    grid-template-columns: repeat(1, 1fr);
  }
}

.announce-detail h3 {
  padding: 15px 0;
}

.announce-image {
  max-width: 1240px;
  width: 100%;
  max-height: 550px;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background-size: 100% 100%;
  position: relative;
}

.announce-image .date {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 109px;
  height: 109px;
  border-radius: 16px;
  padding: 12px, 24px;
  background-color: rgba(255, 255, 255, 0.7);
}

.announce-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.event-page,
.announce-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  height: 100% !important;
}

.announce-content {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .announce-content {
    flex-direction: column;
  }
}

.announce-content p {
  text-align: justify;
}

.announce-detail p {
  text-align: justify;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info .mail,
.info .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sports-slide-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 24px;
  justify-items: center;
}

.sports-slide {
  min-height: 360px;
}

.sports-slide .swiper-pagination {
  position: relative;
  z-index: 99;
  bottom: 0px;
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
}

@media screen and (max-width: 992px) {
  .sports-slide-page {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .sports-slide-page {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* trainers-detail page  */

.about-trainer_content {
  display: flex;
  gap: 48px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about-trainer_content {
    flex-direction: column;
  }

  .event-page,
  .announce-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.about-trainer_content .right {
  max-width: 600px;
  max-height: 408px;
  overflow: hidden;
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

.about-trainer_content .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-trainer_content .badge {
  width: 154px;
  height: 40px;
  border-radius: 71px;
  background-color: #07adef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-trainer_content .trainer-exp {
  max-width: 400px;
}

.about-trainer_content .name-plate {
  font-size: 40px;
  font-weight: 700px;
  padding: 24px 0px;
}

.register-section {
  background-color: #fff;
  padding: 108px 0;
}

.register-section_content {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .register-section_content {
    flex-direction: column;
  }
}

.register-content input {
  margin: 16px 0;
  outline: none;
}

.register-content input {
  padding: 0 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.register-section .name-plate {
  font-size: 40px;
  font-weight: 700px;
  padding: 24px 0px;
}

.register-content .name-surname {
  display: flex;
}

.register-exp {
  max-width: 408px;
}

.name-surname {
  gap: 24px;
}

.name-surname .name,
.name-surname .surname,
.email,
.number {
  display: flex;
  flex-direction: column;
}

.name-surname input {
  width: 184px;
  height: 48px;
  border: 1px solid #ebedef;
  border-radius: 12px;
}

.email input,
.number input {
  height: 48px;
  border: 1px solid #ebedef;
  border-radius: 12px;
}

.register-content button {
  width: 100%;
  border-radius: 12px;
  height: 48px;
  background-color: #0e3c7f;
  color: #fff;
  border: none;
}

@media screen and (max-width: 768px) {
  .register-content {
    margin: 20px 0;
  }

  .register-content .name-surname {
    flex-direction: column;
    gap: 0;
  }

  .name-surname input {
    width: 100%;
  }
}

/* mobile css  */

.mobile-navbar {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-navbar {
    display: block;
  }
}

.mobile-navbar_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
}

.mobile-logo {
  max-width: 44px;
  min-width: 44px;
  max-height: 33px;
  min-height: 33px;
}

.mobile-logo img {
  width: 100%;
  object-fit: cover;
}

.mobile-logo-close {
  max-width: 44px;
  min-width: 44px;
  max-height: 33px;
  min-height: 33px;
  margin: 15px 30px;
}

.mobile-logo-close img {
  width: 100%;
  object-fit: cover;
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 32px;
}

.wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  z-index: 5;
}

#active:checked ~ .wrapper {
  right: 0;
}

#active:checked ~ .menu-btn {
  position: fixed;
}

.menu-btn {
  position: absolute;
  z-index: 6;
  right: 20px;
  height: 20px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}

.menu-btn:after {
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
}

.close {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
}

/* closing animation */
#active:checked + .menu-btn span {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
}

#active:checked + .menu-btn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -a-transform: rotate(45deg);
  border-color: #000000;
}

#active:checked + .menu-btn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -a-transform: rotate(-45deg);
  border-color: #000000;
}

.wrapper ul {
  position: absolute;
  top: 55%;
  left: 50%;
  height: 90%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  list-style: none;
  text-align: left;
  width: 100%;
}

.wrapper ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  color: #000000;
  border-radius: 50px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}

.wrapper ul li a:hover:after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.wrapper ul li a:hover {
  color: #1a73e8;
}

input[type="checkbox"] {
  display: none;
}

#active:checked ~ .wrapper ul li a {
  opacity: 1;
}

.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
}

#active:checked ~ .wrapper ul li a {
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  -webkit-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  -moz-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  -o-transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
}

/* sweet alert css  */
/* Custom styles */
.my-popup-class {
  border-radius: 32px;
}

.my-title-class {
  color: var(--color-1);
}

.my-content-class {
  color: #36445a;
}

.my-confirm-button-class {
  background-color: #0e3c7f !important;
  width: 100% !important;
  border-radius: 12px !important;
  border: none !important;
  outline: none !important;
}

.card-exp-events h4 {
  margin: 0.5rem 0;
}

.gap {
  gap: 25px;
}

/* style youth house front css  */

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(swiper.min.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url("https://fonts.googleapis.com/css2?family=Nerko+One&display=swap");
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}

:root {
  --hue: 223;
  --bg: hsl(var(--hue), 90%, 90%);
  --fg: hsl(var(--hue), 90%, 10%);
  --primary: hsl(var(--hue), 90%, 50%);
  --trans-dur: 0.3s;
  --trans-timing: cubic-bezier(0.65, 0, 0.35, 1);
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (2560 - 320));
  --OCEAN-TEAL-PRIMARY: #016871;
  --OCEAN-TEAL-1: #4a8089;
  --OCEAN-TEAL-2: #a7bac0;
  --OCEAN-TEAL-3: #d2dbdf;
  --MINT-GREEN-PRIMARY: #d1e7d5;
  --MINT-GREEN-1: #edf6ef;
  --YELLOW-PRIMARY: #f5ba05;
  --YELLOW-1: #fecc2f;
  --YELLOW-2: #ffd965;
  --YELLOW-2: #ffe4af;
  --text-axis: 100;
  --header-padding: 1rem 0;
  --content-padding: 0.2rem 0rem 1rem 0rem;
  --border-color: #e4e4e7;
  --max-rotation: 15deg;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Sussie", Arial;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

label {
  color: black;
  font-weight: 700;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

td {
  text-align: justify;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}
.form-control {
  border-radius: 8px !important;
}
.textatera-required.is-invalid,
#validationEvent.is-invalid,
#validationServerImage.is-invalid,
.input-validation-error {
  border-color: #dc3545;
}

.textatera-required:valid,
#validationEvent:valid,
#validationServerImage:valid,
.valid {
  border-color: #28a745;
}

.required {
  position: relative;
}

.info-items i {
  position: absolute;
  right: 5px;
  top: 49px;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ccc !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.youth_house {
  display: flex;
  width: 100%;
  flex-direction: column;
  text-align: justify;
}

/* clock  */

.cleanslate ccw-readout {
  font-size: 40px !important;
}

.cleanslate ccw-panel {
  height: 72px !important;
}

.cleanslate ccw-ticker {
  height: 24px !important;
}

.cleanslate ccw-readout {
  font-size: 46px !important;
}

.cleanslate ccw-w {
  height: 94px !important;
}

.cleanslate ccw-w[size="lg"] ccw-readout {
  height: 38px !important;
}

.cleanslate ccw-w[size="lg"] ccw-readout {
  font-size: 39px !important;
}

.cleanslate ccw-w[size="md"] ccw-readout {
  font-size: 34px !important;
}

.cleanslate ccw-w[size="md"] ccw-panel {
  height: 62px !important;
}

.cleanslate ccw-w[size="md"] {
  height: 144px !important;
}

/* header section start */

header{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header_section {
  position: relative;
  z-index: 95;
  width: 100%;
  float: left;
  background-image: url(../images/nature-7.jpg);
  background-repeat: no-repeat;
  height: 580px;
  background-size: 100% 100%;
  padding: 0px 0px 20px 0px;
  background-position: center;
  margin-bottom: 20px;
}

.bg-light {
  background-color: transparent !important;
}

.un {
  display: inline-block;
  padding-bottom: 2px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.38707983193277307) 0%,
    rgba(74, 128, 137, 1) 53%,
    rgba(255, 255, 255, 0) 100%
  );
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
  /*change after the size immediately*/
}

.un:hover {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 305px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "Sussie", "Arial";
}

.banner_text {
  width: 63%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.read_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #141414;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: 400;
}

.read_bt a:hover {
  background-color: #4a8089;
  color: #ffffff;
}

/* banner section end */

/* team section start  */
.center {
  max-width: 350px;
  margin: auto;
  padding-top: 30px;
}

.services_taital {
  border-bottom: 6px solid #016871;
  width: 190px;
}

.team_section {
  display: flex;
}

.team-item {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.rounded {
  border-radius: 4px !important;
  border: 1px solid #ccc;
}

.img-fluid {
  width: 300px;
  height: 340px;
  object-fit: cover;
}

.team-item .team-text {
  position: absolute;
  width: calc(100% - 65px);
  left: -100%;
  bottom: 45px;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: 0.5s;
  max-height: 150px;
}

.team-item .team-text p {
  margin: 9px;
}

.team-item:hover .team-text {
  left: 0;
  opacity: 1;
}

.text-primary {
  color: #4a8089 !important;
}

.team-social {
  gap: 3px;
}

.team-social a {
  background-color: #edf6ef;
}

.team-social i {
  color: #4a8089;
}

.team-social a:hover .team-social a {
  background-color: #348e38;
}

.team-social a:hover .team-social i {
  color: #edf6ef;
}

.team-social .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
}

/* team section end  */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  height: auto;
  padding-top: 25px;
  background-size: 100% 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
}

.input_btn_main {
  width: 50%;
  display: flex;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 8px 0px;
  margin: 0 auto;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2b2c2c;
  background-color: #ffffff;
  height: auto;
  padding: 5px 20px;
  border-radius: 20px;
  border: 0px;
}

.subscribe_bt {
  float: right;
}

.subscribe_bt a {
  width: 170px;
  float: left;
  font-size: 18px;
  color: #2b2278;
  background-color: transparent;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.subscribe_bt a:hover {
  color: #000;
  background-color: transparent;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.social_icon li {
  float: left;
  padding: 30px 5px;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #4a8089;
}

/* footer section end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #4a8089;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center !important;
  font-size: 16px;
  margin-left: 0px;
  padding-top: 15px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #4a8089;
}

.center-about {
  display: flex;
  align-items: center;
}

.navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuToggle {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.menuToggle::before {
  content: "+";
  position: absolute;
  font-size: 2.8em;
  font-weight: 550;
  color: #4a8089;
  transition: 1.5s;
}

.menuToggle.active::before {
  transform: rotate(315deg);
}

.menu {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 70px;
  z-index: -1;
  transition: transform 0.5s, width 0.5s, height 0.5s;
  transition-delay: 1s, 0.5s, 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menuToggle.active ~ .menu {
  width: 270px;
  height: 70px;
  z-index: 1;
  transform: translateY(-80px);
  transition-delay: 0s, 0.5s, 0.5s;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.menu::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  left: calc(50% - 8px);
  bottom: 4px;
  transform: rotate(45deg);
  border-radius: 2px;
  transition: 0.5s;
}

.menuToggle.active ~ .menu::before {
  transition-delay: 0.5s;
  bottom: -6px;
}

.menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  gap: 30px;
}

.menu ul li {
  list-style: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
  transition: 0.25s;
  transition-delay: calc(0s + var(--i));
}

.menuToggle.active ~ .menu ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: calc(0.75s + var(--i));
}

.menu ul li i {
  display: block;
  font-size: 1.2em;
}

.social_icon h1 {
  color: #4a8089;
  margin-top: 10px;
}

.h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.h4 p {
  font-size: 24px;
  color: #000;
  line-height: 2rem;
}

u {
  font-weight: 600;
  background: url(../images/highlight.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
}

.card-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}

.card {
  position: relative;
  width: 250px;
  height: 320px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.card h2 {
  color: #fff;
}
/* 
.wave {
  position: absolute;
  width: 500px;
  height: 700px;
  opacity: 0.6;
  left: -50%;
  top: 35px;
  background-color: #fff;
  border-radius: 40%;
  animation: wave 5s infinite linear;
  background-color: #fecc2f;
}

.wawe {
  background-color: #d1e7d5;
}

.wawe2 {
  background-color: #016871;
}

.wave:nth-child(2) {
  top: 40px;
  animation: wave 7s infinite linear;
  background-color: #f9d157;
}

.wave:nth-child(3) {
  top: 45px;
  animation: wave 9s infinite linear;
  background-color: #ffe4af;
}

.wawe:nth-child(3) {
  top: 45px;
  animation: wave 9s infinite linear;
  background-color: #9fe8ad;
}

.wawe:nth-child(2) {
  background-color: #b6f0c2;
}

.wawe2:nth-child(2) {
  background-color: #4a8089;
}

.wawe2:nth-child(3) {
  background-color: #76adbd !important;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
} */

textarea.is-invalid,
#validationEvent.is-invalid,
#validationServerImage.is-invalid,
.open-opt.is-invalid {
  border-color: #dc3545;
}

textarea:valid,
#validationEvent:valid,
#validationServerImage:valid,
.open-opt:valid {
  border-color: #28a745;
}

.required {
  position: relative;
}

.info-items i {
  position: absolute;
  right: 5px;
  top: 49px;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  color: #fff;
  z-index: 10;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  font-family: "katwijk_monolight";
  text-transform: uppercase;
}

.content span {
  font-weight: 700;
  font-size: 15px;
  font-family: "katwijk_monolight";
  text-transform: uppercase;
}

.card_about_wrapper {
  display: flex;
  width: 100%;
}

.card_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.card-about {
  text-align: center;
  width: 300px;
  height: 350px;
  border-radius: 20px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  background-color: #d1e7d5;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px solid #ffffff70;
  outline-offset: 4px;
  color: white;
}

.main-pavilion {
  margin-top: 30px;
  flex: 1;
  background: #d1e7d5;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-pavilion > img {
  margin-top: 25px;
  width: 60px;
  aspect-ratio: 1;
  margin-inline: auto;
  outline-offset: 2px;
}

.main-pavilion i {
  font-size: 60px;
  color: #2b6770;
}

.main-pavilion h2 {
  margin-top: 5px;
  font-size: 20px;
  color: #2b6770;
}
.main-pavilion p {
  padding: 10px;
  color: #2b6770;
  text-align: center;
}

.about_pavilion {
  display: flex;
  width: 100%;
}

.about_pavilion p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: justify;
}

.about_pavilion .linear-wipe {
  text-align: center;
  font-size: 20px;
  background: linear-gradient(
    to right,
    #b6f0c2 20%,
    #a7bac0 40%,
    #f5ba05 60%,
    #4a8089 80%
  );
  background-size: 200% auto;
  font-weight: 700;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 4s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.legacy {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 40px;
}

.legacy p {
  text-align: center !important;
  font-size: 24px;
  color: #000;
}

.legacy_table {
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  /* Increased blur effect */
  -webkit-backdrop-filter: blur(30px);
  /* For Safari */
  background: var(--OCEAN-TEAL-1);
}

.legacy_table tr {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 20px;
}

.legacy_table tr:last-child {
  border-bottom: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 30px;
  font-size: 18px;
}

.negotiator_content {
  display: flex;
  gap: 10px;
}
.championship_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.champ-content{
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.champion-right{
  min-width: 300px;
}
.champion-right img{
  width: 100%;
}
.negotiator-img {
  min-width: 300px;
  height: auto;
}
.negotiator-img img {
  width: 100%;
  height: 100%;
}
.negotiator_content p {
  text-align: justify !important;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 80px 0;
  line-height: 30px;
}
.championship_content p {
  text-align: justify !important;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 80px 0;
  line-height: 30px;
}

.negotiator_content u {
  font-size: 24px;
}

.negotiator_content a {
  display: flex;
  flex-direction: column;
}

.board-1 a {
  display: flex;
  flex-direction: column;
}

.h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000;
}

.link {
  transition: all 0.5s ease;
}

.link .youth {
  font-size: 24px;
  line-height: 2.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.link .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 40px);
}

.link .arrow {
  width: 17.8125rem;
}

.link .arrow:before,
.link .arrow:after {
  content: "";
}

.link .arrow:before {
  background-image: url("../images/line.svg");
  background-repeat: repeat-x;
  width: calc(100% - 4.0625rem);
  height: 0.125rem;
}

.link .h3 {
  font-size: 30px;
  transition: all 0.5s ease-in-out;
}
.link:hover .h3 {
  transform: scale(1.1);
  color: #016871;
  transition: all 0.5s ease-in-out;
}

.link:hover .youth {
  transform: scale(1.05);
  color: #d2dbdf;
}

.heading-event-registration:hover .registerEvent {
  transform: scale(1.1);
  color: #fff;
}

.fade-text {
  font-size: 16px;
  color: #ccc;
}

.speaker_div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;
}

.speaker_content {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  width: 100%;
}

.speaker_content h2 {
  color: #4a8089;
  font-size: 30px;
  /* Changed font size */
  text-shadow: 1px 1px 0 #4a8089;
  /* Adjusted shadow to match smaller size */
  position: relative;
  text-align: center;
}

.speaker_content h2:after {
  content: attr(data-shadow);
  width: 100%;
  position: absolute;
  top: 2px;
  /* Adjusted top position */
  left: 3px;
  /* Adjusted left position */
  z-index: -1;
  text-shadow: none;
  background-image: linear-gradient(
    45deg,
    transparent 45%,
    #4a8089 45%,
    #4a8089 55%,
    transparent 0
  );
  background-size: 2px 2px;
  /* Adjusted background size */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shadowAnimation 15s linear infinite;
}

@keyframes shadowAnimation {
  0% {
    background-position: 100% -100%;
  }
}

.speaker-board {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.first-board,
.last-board {
  display: flex;
  align-items: center;
  color: #000;
}

.board-1,
.board-2 {
  margin-top: 20px;
  width: 100%;
  min-height: 550px;
}

.board-3,
.board-4 {
  width: 100%;
  height: 260px;
}

.board-2 {
  background-image: url(../images/550x550.jpg);
  background-size: cover;
  background-position: center center;
}

.board-1 {
  background-color: #4a8089;
  color: #fff;
}

.board-3 {
  background-image: url(../images/speaker-img2.png);
  background-size: cover;
  background-position: center center;
}

.board-4 {
  display: flex;
  justify-content: center;
  margin: auto;
  font-size: 18px;
  color: #fff;
  background-color: #4a8089;
  align-items: center;
}

.board-4 a {
  text-decoration: none;
  color: #4a8089;
  cursor: pointer;
}

.board-1_text {
  padding: 20px;
  color: #fff;
}
.board-1_text p {
  text-align: justify;
}
.board-1_text h1 {
  color: #fff;
}
.board-1_text u {
  color: #000;
}
.board-1_text .youth {
  color: #fff;
}

.apply-form {
  display: flex;
  width: 100%;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

form button {
  background-color: #4a8089;
  color: #fff;
  padding: 8px;
  border-radius: 12px;
}

.form-row {
  max-width: 600px;
  width: 100%;
}

.form-row u {
  font-size: 18px;
  color: #000;
}

input {
  outline: 1px solid #ccc;
  height: 40px;
}

.required-field::after {
  content: "*";
  color: red;
}

input::placeholder {
  font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* textarea  */

textarea {
  resize: none;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

.heading-event-registration h1 {
  font-size: 70px;
  font-family: sans-serif;
  position: relative;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}

.heading-event-registration h1:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 1em,
      #016871 1em,
      #f5ba05 50%
    ),
    repeating-linear-gradient(
      45deg,
      #4a8089,
      #d1e7d5 1em,
      #ffd965 1em,
      #edf6ef 50%
    );

  background-size: 3em 3em, 2em 2em;
  animation-name: ani;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.link-youth h1 {
  color: white;
  font-size: 40px;
  text-align: center;
  background-color: transparent;
}

@keyframes ani {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 400% 0;
  }
}

/* select dropdown  */

/* .info-items {
  position: relative;
}

.info-items ul {
  padding: 0;
}

.select-inp {
  list-style: none;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.select-inp li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #016871;
  cursor: pointer;
  border: 1px solid #ccc;
}

.select-inp li:nth-child(1) {
  border-radius: 8px 8px 0 0;
}

.select-inp li:nth-last-child(1) {
  border-radius: 0 0 8px 8px;
}

.select-inp li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.select-inp li:hover {
  background-color: var(--OCEAN-TEAL-PRIMARY);
  color: #fff;
} */

/* .open-opt {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9px;
  justify-content: flex-start;
  height: 40px;
  align-items: center;
}

.open-opt i {
  position: absolute;
  right: 5px;
} */

/* radio btn  */

.form {
  position: relative;
}

.form label,
.form input[type="radio"] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form label {
  background-color: hsla(0, 0%, 100%, 0);
  border-radius: 0.75em;
  display: flex;
  align-items: center;
  padding: 0.5em;
  transition: background-color var(--trans-dur);
}

.form input[type="radio"] {
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 0.0625em hsl(var(--hue), 90%, 80%),
    0 0.125em 0.125em 0.0625em hsla(var(--hue), 90%, 10%, 0.3);
  flex-shrink: 0;
  margin-inline-end: 1em;
  outline: transparent;
  position: relative;
  width: 20px;
  height: 20px;
  transition: background-color var(--trans-dur), box-shadow var(--trans-dur);
  -webkit-appearance: none;
  appearance: none;
}

.form input[type="radio"]:before,
.form input[type="radio"]:after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  transform: scale(0);
  transition: transform var(--trans-dur) var(--trans-timing);
}

.form input[type="radio"]:before {
  box-shadow: 0 0 0 0.5em var(--OCEAN-TEAL-1) inset,
    0 0 0 0.0625em var(--OCEAN-TEAL-PRIMARY);
  top: -0.0625em;
  left: -0.0625em;
  width: calc(100% + 0.125em);
  height: calc(100% + 0.125em);
}

.form input[type="radio"]:after {
  background-color: hsl(0, 0%, 100%);
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}

.form input[type="radio"]:checked:before,
.form input[type="radio"]:checked:after {
  transform: scale(1);
}

.form label:has(input[type="radio"]:checked),
.form label:has(input[type="radio"]:not(:checked)):hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

/* checkbox  */

.checkbox {
  display: flex;
  flex-direction: column;
}

.checkbox-button {
  cursor: pointer;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input {
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 23px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  outline: 0;
  background-color: transparent;
}

.checkbox-button__input {
  opacity: 0;
  position: absolute;
}

.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: inherit;
  color: var(--OCEAN-TEAL-1);
  border: 2px solid #666;
}

.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: var(--OCEAN-TEAL-1);
}

.checkbox-button__input:checked + .checkbox-button__control {
  border-color: var(--OCEAN-TEAL-1);
}

.checkbox-button__control {
  transform: scale(0.75);
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: 100%;
  height: 100%;
  height: 70px;
  z-index: 99;
}

nav .navbar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0 50px;
  background-color: #4a8089;
  gap: 20px;
}

.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}

nav .navbar .links {
  display: flex;
  align-items: center;
  gap: 20px;
  height: auto;
}

nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0 14px;
}

nav .navbar .links li a {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

nav .navbar .links li a:hover {
  color: #fff;
  cursor: pointer;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow,
.links li:hover .youthcss-arrow,
.links li:hover .cop-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 20px;
  line-height: 83px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
  margin: auto;
  position: absolute;
  top: 54px;
  line-height: 40px;
  background: #4a8089;
  border-radius: 0px 0px 4px 4px;
  display: none;
  z-index: 100;
  text-align: center;
  padding-bottom: 8px;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu,
nav .navbar .links li:hover .youthcss-sub-menu,
nav .navbar .links li:hover .cop-sub-menu {
  display: block;
}

.navbar .links li .sub-menu li {
  padding: 0 22px;
}

.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}

.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}

.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .search-box {
  position: relative;
  height: 40px;
  width: 40px;
}
.logo-img{
  width: 160px;
}

.navbar .search-box i {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar .search-box .input-box {
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3e8da8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3e8da8;
}

.search-box .input-box::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3e8da8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}

.search-box .input-box input {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}

.navbar .nav-links .sidebar-logo {
  display: none;
  width: 200px;
  height: 50px;
}

.navbar .fa-bars {
  display: none;
}

/* faq css  */

.faq-container {
  max-width: 600px;
  background-color: #4a8089;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  margin: 0 auto 40px;
}

.faq-item {
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
}

.faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}

.faq {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*
.accordion {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(145deg, #4a8089, #4a8089);
  position: relative;
  margin: 30px 0;
}

.accordion h3 {
  font-size: 1.1rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 20px;
  cursor: pointer;
}

.accordion::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #1c1e22;
}

.accordion.active::after {
  background-color: #f9004d;
}

.accordion p {
  font-size: 1rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  padding: 20px;
}

.answer {
  overflow: hidden;
  color: #fff;
  height: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} */

/* motto  */

.m-scroll {
  display: flex;
  position: relative;
  left: 0 !important;
  width: 100vw !important;
  height: 100px;
  margin: auto;
  background: radial-gradient(
    circle,
    rgba(1, 104, 113, 1) 0%,
    rgba(209, 231, 213, 1) 65%,
    rgba(255, 217, 101, 1) 99%
  );
  overflow: hidden;
  z-index: 1;
}

.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}

.m-scroll__title > div {
  display: flex;
  animation: scrollText 25s infinite linear;
}

.m-scroll__title h1 {
  margin: 0;
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
  transition: all 2s ease;
  padding: 0;
}

.m-scroll__title a {
  text-decoration: none;
  color: white;
}

.m-scroll__title a:hover {
  -webkit-text-stroke: 1px white;
  color: transparent;
}

/*div:hover {
    animation-play-state: paused;
  }*/
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

/* news css  */

.news-section {
  display: flex;
  width: 100%;
  position: relative;
}

.news-card {
  max-width: 295px;
}

.news-content,
.news-heading {
  text-align: justify;
  line-height: 24px;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-image {
  width: 295px;
  height: 160px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-title {
  border-bottom: 6px solid #016871;
  margin-bottom: 40px;
  width: 200px;
}

.detail-img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.news-detail {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  padding: 25px;
}
.news-content-d {
  font-size: 18px;
  text-align: center;
}
.new-img {
  width: 356px;
  height: 182px;
  margin: auto;
}

.new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper {
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* agenda  */
.agenda {
  display: flex;
  width: 100%;
  height: 100%;
}
.agenda_content {
  width: 100%;
}
.right-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.agenda-wrapper {
  display: flex;
  padding: 15px;
  background-color: #f1f1f1;
  border-radius: 12px;
}

.agenda-wrapper:hover {
  -webkit-box-shadow: -2px 0px 14px 4px rgba(125, 118, 125, 1);
  -moz-box-shadow: -2px 0px 14px 4px rgba(125, 118, 125, 1);
  box-shadow: -2px 0px 14px 4px rgba(125, 118, 125, 1);
}

.agenda-date {
  display: flex;
  gap: 10px;
}

.badge-success,
.badge-info {
  border-radius: 18px;
  padding: 5px 8px;
}

.agenda-heading h2,
.news-heading h2 {
  color: #3e8da8;
}

/* agenda detail  */

.agenda-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.detail-date_time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #008e9b;
  max-width: 180px;
  width: 100%;
  max-height: 88px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.detail-heading h1 {
  color: #2c2d2f;
  font-size: 26px;
  text-align: justify;
}

.detail-date_time .time {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

/* button cop  */

.green-zone {
  font: 700 20px consolas;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: 0.2s;
  transform: scale(1);
}

.green-zone span {
  position: relative;
  z-index: 0;
  color: #fff;
}

.green-zone .liquid {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #016871;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
  z-index: -1;
  transition: 0.6s;
}

.green-zone .liquid::after,
.green-zone .liquid::before {
  position: absolute;
  content: "";
  width: 170%;
  height: 200%;
  top: -21px;
  left: 0;
  transform: translate(-25%, -75%);
}

.green-zone .liquid::after {
  border-radius: 45%;
  background: #d2dbdf;
  box-shadow: 0 0 10px 5px #4a8089, inset 0 0 5px #4a8089;
  animation: animate 5s linear infinite;
  opacity: 0.8;
}

.green-zone .liquid::before {
  border-radius: 40%;
  box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
    inset 0 0 5px rgba(26, 26, 26, 0.5);
  background: rgba(26, 26, 26, 0.5);

  animation: animate 7s linear infinite;
}

.green-pass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0 14px;
  left: 50%;
  transform: translateX(-50%);
}

.page-names {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: var(--OCEAN-TEAL-PRIMARY);
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 10s forwards ease;
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate {
  0% {
    transform: translate(-25%, -75%) rotate(0);
  }

  100% {
    transform: translate(-25%, -75%) rotate(360deg);
  }
}

.green-pass:hover .liquid {
  top: -120px;
}

.green-zone:hover {
  box-shadow: 0 0 5px #016871, inset 0 0 5px #016871;
  transition-delay: 0.2s;
}

/* milestone css */

.milestone {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: 5s all ease;
}

.milestone ul {
  padding: 0;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: auto;
}

.milestone ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.milestone ul li {
  padding-top: 10px;
  width: 100%;
  position: relative;
  text-align: center;
  min-width: 115px;
}

.milestone ul li:last-child:after {
  display: none;
}

.milestone ul li:first-child:before {
  display: none;
}

.milestone ul li.active:before,
.milestone ul li.active:after {
  border: 1px solid #4a8089;
}

.milestone ul li.current:before {
  border: 1px solid #4a8089;
}

.milestone ul li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  border: 1px solid #b7b7b7;
  left: 0;
}

.milestone ul li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  border: 1px solid #b7b7b7;
  right: 0;
}

.milestone li span {
  color: #b7b7b7;
  cursor: pointer;
}

.milestone li span:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #b7b7b7;
  border-radius: 100%;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.milestone li.current span,
.milestone li.active span {
  color: #4a8089;
}

.milestone li.current span:after,
.milestone li.active span:after {
  background: #4a8089;
}

.milestone li.current {
  font-size: 18px;
  font-weight: bold;
}

.milestone li.current span:after {
  transform: scale(1.5);
  transform-origin: 50% 50%;
}

.content-milestone {
  margin: 45px 0;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}

.content-milestone ul {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 760px;
  overflow: hidden;
}

.content-milestone ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.content-milestone ul li {
  display: none;
}

.content-milestone ul li.active {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.content-milestone .image {
  width: 100%;
  height: auto;
}

.content-milestone .explain {
  padding: 20px 0;
}

.zone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.zone-grid .zone {
  display: flex;
  gap: 15px;
  align-items: center;
}

.zone-icon {
  background-color: #4a8089;
  padding: 10px;
  width: 60px;
  height: 60px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: 100% !important;
    max-width: 514px !important;
  }
}

/* coming soon css  */

.waviy {
  margin: auto;
  width: 100%;
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.waviy span {
  font-family: sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #4a8089;
  text-transform: uppercase;
  animation: waviy 2.5s infinite;
  animation-delay: calc(0.2s * var(--i));
}
@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 540px) {
  .waviy {
    font-size: 40px;
  }
}
@media screen and (max-width: 400px) {
  .waviy {
    font-size: 30px;
  }
}

.swiper-slide {
  background-color: transparent !important;
}

#copyText {
  border: none;
  background-color: transparent;
  padding: 11px 0;
}

.daterangepicker .drp-calendar.right .calendar-table,
.daterangepicker .drp-calendar.left .calendar-table {
  display: none !important;
}

.main-page_youth {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  flex-direction: column;
  gap: 15px;
}
.main-page_youth h2 {
  font-size: 26px;
}

.main-page_youth h1 {
  font-family: "Space Mono", monospace;
  font-size: clamp(1rem, 2vw, 10rem);
  color: white;
  padding: 0rem clamp(1rem, 2vw, 3rem);
  border-radius: clamp(0.4rem, 0.75vw, 1rem);
  transition: all 0.5s ease-in-out;
  background: linear-gradient(
      90deg,
      var(--c1, #008e9b),
      var(--c2, #016871) 51%,
      var(--c1, #146c78)
    )
    var(--x, 0) / 200%;
  background-position: right bottom;
}

.main-page_youth h1:hover {
  --x: 100%;
  --c1: #016871;
  --c2: #008e9b;
  background-position: left bottom;
  color: black;
}
.main-page_youth p {
  color: #000;
  font-size: 24px;
  text-align: justify;
  font-weight: 500;
  line-height: 2rem;
  align-self: flex-start;
}

.agenda {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.agenda_collapse {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 25px auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.agenda_collapse .event_box {
  position: relative;
  background-color: #f7f7f7;
  max-width: 314px;
  width: 100%;
  height: 220px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding: 15px;
  gap: 20px;
}

.event_box h2,
.event_box p {
  color: #016871;
  text-align: center !important;
  margin-bottom: 0;
}
.event_box h2 {
  position: absolute;
  top: 60px;
}
.event_box p {
  position: relative;
  top: 80px;
}

.agenda_collapse .event_box:hover {
  background-color: #d1e7d5;
  border: 1px solid #016871;
}

.consultations_content p {
  text-align: justify !important;
  line-height: 30px;
  font-size: 18px;
}

.copy-message {
  position: absolute;
  right: -62px;
  top: 24px;
  background: #ccc;
  border-radius: 5px;
  padding: 2px;
}

.copy-message::after {
  border-right: solid #ccc 10px;
  border-bottom: solid transparent 10px;
  border-top: solid transparent 10px;
  bottom: 5px;
  content: " ";
  height: 0;
  left: 11%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.underline {
  display: inline-block;
  position: relative;
  color: #4a8089;
  text-decoration: none;
  font-size: 24px;
}
.underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  color: #4a8089;
  left: 0;
  background: #4a8089;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* email-us button  */

.email-us {
  position: relative;
  display: flex;
  gap: 3px;
  align-items: center;
  margin: auto;
  padding: 5px 8px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.email-us button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 13px;
}
.email-us button i {
  color: var(--OCEAN-TEAL-1);
  right: -20px;
  font-size: 18px;
}
.email-us .linkE {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  position: relative;
}
.email-us .linkE span,
.email-us .linkE i {
  position: relative;
}

.email-us .linkE .color {
  width: 1em;
  height: 1em;
  border-radius: 2em;
  background-color: var(--OCEAN-TEAL-PRIMARY);
  position: absolute;
  top: 57%;
  transform: translatey(-50%);
  left: -0.65em;
  z-index: -1;
}
.main-page_youth h3{
  font-size: 25px;
}
.apply-section {
  width: 100%;
}
.highlight {
  color: #4a8089;
  font-weight: bold;
  text-decoration: underline;
}

.apply-section h3 {
  font-size: 1.8em;
  color: #4a8089;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.steps {
  list-style: none;
  margin-bottom: 30px;
  color: #333;
}

.steps li {
  font-size: 1.1em;
  padding: 15px;
  border-left: 4px solid #4a8089;
  margin-bottom: 10px;
  background-color: #f6fafb;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.steps li:hover {
  background-color: #e2f0f1;
  transform: translateX(15px);
}

.apply-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #4a8089;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.apply-btn:hover {
  background-color: #39686f;
}

.consultations_content .section {
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: transform 0.3s, background-color 0.3s;
}

.consultations_content  .left {
  background-color: #abe3c3;
}

.consultations_content  .right {
  background-color: #99aea3; 
}

.consultations_content  .left:hover, .right:hover {
  transform: scale(1.02);
  background-color: #74c99d;
}

.consultations_content  .right:hover {
  background-color: #59827a; 
}

.consultations_content  .text {
  flex: 1;
  padding-right: 20px;
}

.consultations_content .text .title {
  font-size: 24px;
  color: #fff; 
  margin-bottom: 10px;
}

.consultations_content  .text .content-legacy {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}

.consultations_content  .icon {
  width: 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultations_content  .icon img {
  width: 100%;
  height: auto;
}

.consultations_content  .right .text {
  padding-left: 20px;
  padding-right: 0;
}

@media (max-width: 768px) {
  .consultations_content  .section {
      flex-direction: column;
      text-align: center;
  }

  .consultations_content  .text {
      padding: 0;
  }

  .consultations_content  .icon {
      margin-bottom: 20px;
  }
}


/* slider home  */

.apply-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 150px;
}
.apply-link a{
  color: #fff;
  padding: 10px;
}

.apply-link.event{
  background-image: url('../images/artboard.jpg');
  background-size: cover;
}
.apply-link.speaker{
  background-image: url('../images/artboard.jpg');
  background-size: cover;
}
.apply-link.negotiator{
  background-image: url('../images/artboard.jpg');
  background-size: cover;
}
.apply-link.consultations{
  background-image: url('../images/artboard.jpg');
  background-size: cover;
}
.faded-location{
  color: #7f8383 !important;
}
.page-location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.page-location h3{
  font-size: 22px;
  color: #016871;
  font-weight: 700;
  padding: 0;
}
.page-location i{
  color: #7f8383;
}