/*==============
Variables
==============*/
/*Nav*/
/*General*/
/*==============

==============*/
/*==============
General
==============*/
body {
  font-family: sans-serif;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #00a7df;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*==============
General Section
==============*/
section {
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
  .section {
    scroll-margin-top: 66px;
  }
}
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.section-title h2 {
  color: #fe0d56;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, #00a7df, transparent 88%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
/*==============
Header
==============*/
.header {
  background-color: transparent;
  color: #191919;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .header-container {
  background: #fff;
  border-radius: 50px;
  padding: 5px 25px 5px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 46px;
  margin-right: 8px;
}
@media (max-width: 1200px) {
  .header {
    padding-top: 10px;
  }
  .header .header-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 5px 10px 15px;
  }
  .header .logo {
    order: 1;
  }
  .header .navmenu {
    order: 2;
  }
}
/*==============
Nav
==============*/
/* Desk */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover > a {
    color: #00a7df;
  }
  .navmenu a {
    color: #191919;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a:focus {
    color: #191919;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu .active {
    color: #00a7df;
  }
  .navmenu .active:focus {
    color: #00a7df;
  }
  .navmenu .dropdown .nav-img {
    width: 60px;
    height: 60px;
    display: flex;
    background-size: 100% 100% !important;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul li:hover > a {
    color: #00a7df;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px 10px 10px;
    font-size: 15px;
    text-transform: none;
    color: #191919;
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover {
    color: #00a7df;
  }
  .navmenu .dropdown ul .active:hover {
    color: #00a7df;
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
/* Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #fe0d56;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    background: url(../img/bg/demo-gym-and-fitness-menu-bg.jpg);
    display: none;
    list-style: none;
    position: absolute;
    inset: 0px 60px 0px 0px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu a {
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a:focus {
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
  }
  .navmenu a:focus i:hover {
    background-color: #00a7df;
    color: #fff;
  }
  .navmenu a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
  }
  .navmenu a i:hover {
    background-color: #00a7df;
    color: #fff;
  }
  .navmenu a:hover {
    color: #00a7df;
  }
  .navmenu .active {
    color: #00a7df;
  }
  .navmenu .active:focus {
    color: #00a7df;
  }
  .navmenu .active:focus i {
    background-color: #00a7df;
    color: #fff;
    transform: rotate(180deg);
  }
  .navmenu .active i {
    background-color: #00a7df;
    color: #fff;
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #191919;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
/*==============
Up botton
==============*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: #fe0d56;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background-color: #00a7df;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/*==============
Hero
==============*/
.hero {
  background: url(../img/bg/Abstract-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 3rem;
}
.hero .subtitle {
  max-width: 600px;
  margin: 0px auto 1.5rem auto;
}
.hero .subtitle h5 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #191919;
  margin: 0;
}
.hero .title {
  max-width: 600px;
  margin: 0px auto 2rem auto;
}
.hero .title h1 {
  font-size: 5rem;
  font-weight: 800 !important;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
  color: #fe0d56;
}
.hero .img-promo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .img-int {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hero .img-int .fluid-img {
  width: 100%;
  height: auto;
}
.hero .gallery-slider {
  max-width: 600px;
  margin: auto;
}
.hero .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.hero .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #666666ff;
  opacity: 1;
}
.hero .swiper-pagination .swiper-pagination-bullet-active {
  background-color: red;
}
.hero .swiper-slide-active {
  text-align: center;
}
@media (max-width: 991px) {
  .hero .content-col {
    padding-right: 15px;
    margin-bottom: 3rem;
  }
  .hero .img-promo {
    flex-direction: column;
  }
  .hero .stats-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2rem;
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .hero .title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hero .title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .hero .title h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid red;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
  }
}
/*==============
Promos G
==============*/
.promos .card {
  padding: 60px 15px 20px;
}
.promos .card p {
  text-align: left;
  font-weight: 500;
  max-width: 550px;
  margin: 0 auto 20px;
}
.promos .card h2 {
  max-width: 550px;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: sans-serif;
  text-transform: uppercase;
}
.promos .card .foto {
  text-align: center;
  margin: auto;
}
.promos .card .foto-int {
  margin: 25px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.promos .card .foto-int img {
  border-radius: 25px;
}
.promos .overfl {
  overflow: auto;
  max-width: 550px !important;
  margin: 0 auto;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
}
.promos .content-txt {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
  text-align: center;
}
.promos .content-txt p {
  text-align: center;
}
.promos table {
  margin-bottom: 0;
}
.promos table th {
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  background-color: #fe0d56;
}
.promos table th:first-child {
  border-top-left-radius: 15px;
}
.promos table th:last-child {
  border-top-right-radius: 15px;
}
.promos table td {
  font-size: 1.1em;
  text-align: center;
  padding: 15px;
}
.promos .ref {
  margin: 50px 0 auto 0;
}
.promos .btns {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 20px;
  margin-top: 15px;
}
.promos .btn-book {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s;
  line-height: 1;
  color: #fe0d56;
  border: 1px solid #fe0d56;
}
.promos .btn-book:hover {
  background: #fe0d56;
  color: #fff;
}
/*==============
Footer
==============*/
#footer {
  background: #191919;
  border-top: 2px solid red;
  box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.73);
  padding: 0 0 30px 0;
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
}
#footer .f-content {
  padding: 60px 0 30px 0;
}
#footer .f-content .contact {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  margin-top: -100px;
  margin-bottom: 15px;
  color: #2f4d5a;
  background: #ffffff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 14px;
  border: 2px solid #fe0d56;
}
#footer .f-content .contact h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .f-content .contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  text-align: left;
}
#footer .f-content .contact a {
  color: #fe0d56;
  font-weight: 600;
}
#footer .f-content .contact a:hover {
  color: #00a7df;
}
#footer .f-content .social {
  text-align: center;
}
#footer .f-content .social a {
  font-size: 18px;
  display: inline-block;
  background: #191919;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .f-content .social a:hover {
  background: #fe0d56;
  color: #fff;
  text-decoration: none;
}
#footer .f-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fe0d56;
  position: relative;
  padding-bottom: 12px;
}
#footer .f-content .link {
  padding-left: 30px;
  margin-bottom: 30px;
}
#footer .f-content .link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .f-content .link ul i {
  padding-right: 2px;
  color: #00a7df;
  font-size: 18px;
  line-height: 1;
}
#footer .f-content .link ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .f-content .link ul li:first-child {
  padding-top: 0;
}
#footer .f-content .link ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
#footer .f-content .link ul a:hover {
  color: #00a7df;
}
@media (max-width: 575px) {
  #footer .f-content .contact {
    margin: -20px 0 30px 0;
  }
}
/*==============
Prox
==============*/
.prox {
  background: url(../img/bg/Abstract-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prox:before {
  content: "";
  background: rgba(217, 221, 220, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.prox h2 {
  position: relative;
  margin: 0;
  font-size: 55px;
  font-weight: 700;
}
.prox p {
  position: relative;
  margin: 10px 0 0 0;
  font-size: 28px;
  color: #fe0d56;
  font-weight: 600;
}
.prox .rrss {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prox .rrss a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: 10px;
  transition: 0.3s;
  background: #191919;
  border-radius: 50%;
  color: #ffffff;
}
.prox .rrss a:hover {
  background: #fe0d56;
}
@media (max-width: 768px) {
  .prox h2 {
    font-size: 32px;
  }
  .prox p {
    font-size: 18px;
  }
}
