
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #c0c0c0;
}

img {
  width: 100%;
  overflow: hidden;
}


html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #1E90FF;
  color: #fff;
}

::-moz-selection {
  background: #1E90FF;
  color: #fff;
}

.section {
  padding-top: 30px;
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 44px;
}

.section-heading h2 em {
  color: #1E90FF;
  font-style: normal;
}

.section-heading h6 {
  color: #1E90FF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background: rgba(30, 144, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
}

.main-button a:hover {
  background: rgba(30, 144, 255, 0.6);
  border-color: #1E90FF;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(30, 144, 255, 0.6);
}



.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #1E90FF;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(30, 144, 255, 1);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #1E90FF;
  box-shadow: 0 0 15px rgba(30, 144, 255, 1);
  border-radius: 50%;
}





.background-header {
  background: rgba(10, 10, 10, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 0px 0px 25px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5)!important;
}

.header-area {
  position: fixed;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.header-area.header-hidden {
  transform: translateY(-100%);
}

.header-area .main-nav .nav li a.whatsapp-phone {
  color: #25D366 !important;
  font-weight: 300;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.header-area .main-nav .nav li a.whatsapp-phone:hover {
  color: #128C7E !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin-top: 0;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(238, 238, 238, 0.3);
  margin-bottom: 0;
  margin-top: 0;
}

.header-area .main-nav .logo .logo-subtitle {
  display: block;
  font-size: 11px;
  color: #1E90FF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -8px;
  margin-right: 20px;
  padding-right: 20px;
}

.background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 0;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: rgba(255, 255, 255, 0.10);
  height: 44px;
  width: 250px;
  border-radius: 23px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

.header-area .main-nav #search input::placeholder {
  color: rgba(250, 250, 250, 0.75);
}

.header-area .main-nav #search i {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.background-header .main-nav .nav {margin-top: 0;}

.background-header .main-nav .nav li {
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}
.header-area .main-nav .nav li a.active {
  color: #fff;
  background: rgba(30, 144, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.6);
  box-shadow: 0 0 15px rgba(30, 144, 255, 0.6);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #fff;
  background: rgba(30, 144, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.6);
  box-shadow: 0 0 15px rgba(30, 144, 255, 0.6);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(15px);
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #fff;
    background: rgba(10, 10, 10, 0.98);
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid rgba(30, 144, 255, 0.3);
    background: rgba(10, 10, 10, 0.98);
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fff!important;
    background: rgba(30, 144, 255, 0.4)!important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(30, 144, 255, 0.6);
    box-shadow: 0 0 15px rgba(30, 144, 255, 0.6);
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    padding: 0px 15px;
    height: 80px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 15px !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: rgba(10, 10, 10, 0.98);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}



.main-banner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url('/assets/images/hero-visualbsb.avif') center center/cover no-repeat;
  padding: 170px 0px 120px 0px;
  position: relative;
}

.main-banner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 100px 100px;
  margin-left: 130px;
}

.main-banner .item span.category {
  background: rgba(30, 144, 255, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.6);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 50px;
  box-shadow: 0 0 20px rgba(30, 144, 255, 0.6);
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  width: 60%;
  margin-bottom: 40px;
}

.main-banner .item p {
  color: #fff;
  width: 65%;
}

.main-banner .item .buttons {
  display: flex;
  margin-top: 50px;
}

.main-banner .item .buttons .main-button {
  margin-right: 30px;
}

.main-banner .item .buttons .main-button a {
  font-size: 14px;
  color: #fff;
  background: rgba(30, 144, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.6);
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(30, 144, 255, 0.6);
  transition: all .3s;
}

.main-banner .item .buttons .main-button a:hover {
  background: rgba(30, 144, 255, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(30, 144, 255, 0.8);
}

.main-banner .item .buttons .icon-button i {
  color: #fff;
  background: rgba(30, 144, 255, 0.5);
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.main-banner .item .buttons .icon-button a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-banner .owl-nav {
  position: absolute;
  max-width: 1320px;
  bottom: 23px;
  left: 0;
  text-align: right;
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}




.services .service-item:hover .icon img {
  margin-top: -10px;
}

.services .service-item {
  position: relative;
  margin-top: 95px;
}

.services .service-item .icon {
  width: 190px;
  height: 190px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background: rgba(30, 144, 255, 0.3);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
  box-shadow: 0 10px 30px rgba(30, 144, 255, 0.6);
}

.services .service-item .icon img {
  max-width: 86px;
  transition: all .2s;
}

.services .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.3);
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}

.services .service-item:hover .main-content {
  border-color: rgba(30, 144, 255, 0.6);
  box-shadow: 0 10px 30px rgba(30, 144, 255, 0.5);
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
  color: #fff;
}

.services .service-item p {
  color: #c0c0c0;
  margin-bottom: 25px;
}

.services .service-item h4 {
  color: #fff;
}



.about-us {
  position: relative;
  padding: 0px;
  margin-top: 130px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(15px);
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
  border: 2px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 10px 40px rgba(30, 144, 255, 0.4);
}

.accordion-item {
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 40px !important;
  margin-bottom: 30px;
  border: 1px solid rgba(30, 144, 255, 0.4);
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(10px);
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: rgba(30, 144, 255, 0.2);
  backdrop-filter: blur(10px);
}

h2.accordion-header button {
  padding: 15px 25px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: rgba(30, 144, 255, 0.5);
  border: 1px solid rgba(30, 144, 255, 0.7);
  color: #fff;
  box-shadow: 0 0 15px rgba(30, 144, 255, 0.7);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: '-';
}

.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #c0c0c0;
}

.about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}

.about-us .section-heading .main-button {
  margin-top: 50px;
}




.courses {
  margin-top: 160px;
}

.event_filter {
  text-align: center;
}

.event_filter {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
  border: 1px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 5px 20px rgba(30, 144, 255, 0.4);
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all .3s;
}

.event_filter li

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #1E90FF;
  text-shadow: 0 0 10px rgba(30, 144, 255, 1);
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  margin-bottom: -5px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(30, 144, 255, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.7);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 0 20px rgba(30, 144, 255, 0.8);
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: #c0c0c0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.events_item {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(30, 144, 255, 0.4);
  transition: all .3s;
}

.events_item:hover {
  border-color: rgba(30, 144, 255, 0.7);
  box-shadow: 0 10px 30px rgba(30, 144, 255, 0.5);
  transform: translateY(-5px);
} 

.events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #1E90FF;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
  color: #fff;
}

.events_item:hover .down-content h4 {
  color: #1E90FF;
  text-shadow: 0 0 10px rgba(30, 144, 255, 0.6);
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}




.fun-facts {
  position: relative;
  padding: 60px 0px 40px 0px;
  overflow: hidden;
}

.fun-facts:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(10px);
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  border: 2px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 0 40px rgba(30, 144, 255, 0.3);
}

.fun-facts .counter {
  text-align: center;
  margin-bottom: 40px;
}

.fun-facts h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.fun-facts p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}





.contact-us {
  margin-top: 80px;
  position: relative;
  padding: 50px 0px;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.contact-us  .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us  .section-heading p {
  margin-top: 50px;
}

.contact-us .special-offer {
  margin-top: 50px;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 30px 120px;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 5px 20px rgba(30, 144, 255, 0.3);
}

.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(30, 144, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.8);
  width: 80px;
  padding: 30px 8px;
  line-height: 25px;
  height: 120px;
  border-radius: 15px 60px 60px 15px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  box-shadow: 0 0 20px rgba(30, 144, 255, 0.6);
}

.contact-us .special-offer span.offer em {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color: #c0c0c0;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
  font-style: normal;
  color: #1E90FF;
  font-weight: 600;
}

.contact-us .special-offer h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.contact-us .special-offer h4 em {
  font-style: normal;
  color: #1E90FF;
}

.contact-us .special-offer a {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background: rgba(30, 144, 255, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.7);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(30, 144, 255, 0.6);
}

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 80px;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(15px);
  position: relative;
  z-index: 1;
  border: 2px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 10px 40px rgba(30, 144, 255, 0.4);
}

#contact-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form input::placeholder {
  color: #fff;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form textarea::placeholder {
  color: #fff;
}

#contact-form button {
  border: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(30, 144, 255, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 144, 255, 0.6);
  padding: 0px 25px;
  border-radius: 25px;
  color: #fff;
  transition: all .4s;
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(30, 144, 255, 0.6);
}

#contact-form button:hover {
  background: rgba(30, 144, 255, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(30, 144, 255, 0.8);
}

#contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


a[href*="wa.me"]:not(.main-button a) {
  background: #25D366 !important;
  color: #fff !important;
  border: 1px solid #25D366 !important;
}

a[href*="wa.me"]:not(.main-button a):hover {
  background: #128C7E !important;
  border-color: #128C7E !important;
}

#contact-form button:hover {
  opacity: 0.8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}



footer {
  margin-top: 150px;
  position: relative;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  vertical-align: middle;
  min-height: 150px;
  border-radius: 150px 150px 0px 0px;
  border-top: 2px solid rgba(30, 144, 255, 0.5);
  box-shadow: 0 -5px 30px rgba(30, 144, 255, 0.3);
}

footer p {
  text-align: center;
  line-height: 150px;
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}



body {
  overflow-x: hidden;
  background-color: #000;
  max-width: 100vw;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  max-width: 100%;
}

@media (max-width: 767px) {
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
    font-size: 24px !important;
  }
  .header-area .main-nav .logo img {
    height: 45px !important;
  }
  .header-area .main-nav .logo .logo-subtitle {
    margin-right: 0;
    padding-right: 0;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }
  .main-banner .owl-nav {
    left: 30px !important;
  }
  .event_filter  {
    padding: 15px 20px;
  }
  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav #search input,
  .header-area .main-nav #search i {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }
  .main-banner {
    padding-top: 100px;
  }
  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }
  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-banner .owl-nav {
    left: 50% !important;
    transform: translateX(-60px) !important;
    bottom: 60px;
  }
  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }
  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }
  .services {
    margin-top: 80px;
  }
  .about-us {
    margin-top: 100px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  }
  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  .about-us .main-button a {
    background: rgba(30, 144, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(30, 144, 255, 0.6);
    color: #fff;
  }
  .about-us .main-button a:hover {
    background: rgba(30, 144, 255, 0.6);
    border-color: #1E90FF;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 144, 255, 0.6);
  }
  .courses {
    margin-top: 100px;
  }
  .event_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .fun-facts {
    margin-top: 70px;
  }
  .fun-facts::before {
    width: 95%;
  }

  .contact-us {
    padding-top: 20px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
  }
  .contact-us .special-offer {
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(30, 144, 255, 0.5);
    box-shadow: 0 5px 20px rgba(30, 144, 255, 0.3);
    margin-bottom: 60px;
    padding: 34px 30px 34px 100px;
    width: 100%;
  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }
  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }
  .contact-us .contact-us-content {
    padding: 20px 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .contact-us .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contact-us [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  article {
    padding: 30px 20px !important;
  }
  article h1 {
    font-size: 28px !important;
  }
  article h2 {
    font-size: 20px !important;
  }
  article p, article li {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .main-banner {
    padding: 100px 0 40px 0 !important;
  }
  section {
    margin-top: 20px !important;
  }
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 200px;
  }
  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }
  .fun-facts:before {
    width: 95%;
  }
}


/* Font Awesome Essencial */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Ícones utilizados */
.fa-comments::before { content: "\f086"; }
.fa-eye::before { content: "\f06e"; }
.fa-rocket::before { content: "\f135"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-spinner::before { content: "\f110"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-xmark::before { content: "\f00d"; }
.fa-cookie-bite::before { content: "\f564"; }
.fa-arrow-left::before { content: "\f060"; }

/* Animações */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* Font faces */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2");
}

.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

@media (max-width: 767px) {
  .col-lg-3.col-md-6.mb-30,
  .col-lg-6.col-md-12.mb-40 {
    margin-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  article[style*="height:100%"] {
    margin-bottom: 20px;
  }
  
  .main-banner .header-text h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  
  .main-banner .header-text p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  .main-banner .header-text h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  .main-banner .header-text .category {
    font-size: 14px !important;
  }
  .section-heading h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  .fun-facts h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  .fun-facts p {
    font-size: 13px !important;
  }
  .fun-facts .main-button a {
    font-size: 13px !important;
    padding: 0 15px !important;
    height: 45px !important;
    line-height: 45px !important;
  }
  .fun-facts .col-lg-2 p {
    font-size: 11px !important;
    margin-top: 15px !important;
  }
  .fun-facts .row {
    padding: 30px 0 !important;
  }
  footer p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 20px 15px !important;
  }
  footer {
    min-height: auto !important;
  }
  .contact-us-content {
    padding: 30px 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .contact-us .section-heading {
    padding-right: 15px !important;
  }
  .contact-us-content h3 {
    font-size: 18px !important;
  }
  .contact-us-content p {
    font-size: 14px !important;
  }
  #contact-form input,
  #contact-form textarea {
    font-size: 14px !important;
  }
  #contact-form button {
    width: 100% !important;
    font-size: 16px !important;
  }
}
