/* reset style */
.header .color-primary {
  color: var(--color-primary) !important;
}
.header h2 {
  font-weight: 700;
}
.header p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 16px 0;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right {
    right: 10px!important;
    bottom: 100px!important;
}

.ars a {
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    border-radius: var(--button-radius);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
     border: 1px solid #fff;
     margin: 0 10px;
}
.ars a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.header a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-second);;
}
iframe {
  margin-bottom: -7px;
  width: 100%;
}
.header.header-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
}

.home-header.header.header-fix {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
}


.back-to-top {
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: block;
  width: 150px;
  height: 150px;
  line-height: 50px;
  font-size: 100px;
  padding: 20px 0;
  background: var(--color-primary);
  color: #f0f2f4;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999!important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
}
.back-to-top.show {
  opacity: 1;
}
.back-to-top i {
  font-size: 100px;
  line-height: 1;
  vertical-align: middle;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

/*#main-wrapper {*/
/*  padding-bottom: 80px;*/
/*}*/
#backto-top:hover {
  color: var(--text-color);
}
.header {
  position: relative;
  z-index: 2;
  /*width: 100%;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 999;*/
  background: var(--color-primary);
  backdrop-filter: blur(25px);
}
.header nav.navbar {
  padding: 12px 0;
}
.header nav .navbar-brand {
  width: 166px;
}
.header nav .navbar-nav {
  flex-wrap: wrap;
}
.header nav .navbar-nav .menu-item a {
  display: inline-block;
  font-size: 24px;
  line-height: 140%;
  /*color: #fafafa;*/
  padding: 12px 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .header nav .navbar-nav .menu-item a {
    padding: 8px 0px;
    color: var(--title-text-color);
  }
}
/*
.header nav .navbar-nav .menu-item a:hover {
  color: var(--color-primary);
}
.header nav .navbar-nav .menu-item a.active {
  color: var(--color-primary);
}
*/
.header nav .right-content {
  text-align: right;
  display: flex;
  align-items: center;
}

.header nav .right-content p {
  position: relative;
  color: #fafafa;
  margin-bottom: 0;
  cursor: pointer;
}
/*
.header nav .right-content p:hover {
  color: var(--color-primary);
}*/
.header nav .right-content p span {
  position: absolute;
  left: -40px;
  top: 10px;
}
.header nav .right-content p i {
  font-size: 30px;
  font-weight: 100;
}
.header nav .right-content .hide-dropdown {
  overflow: hidden;
  top: 64px;
  right: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.header nav .right-content .hide-dropdown .info-card {
  position: relative;
  width: 428px;
  padding: 24px;
  background-color: var(--color-primary);
  text-align: left;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
    24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
    3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.header nav .right-content .hide-dropdown .info-card .vertical-text {
  position: absolute;
  right: -78px;
  top: 125px;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #d6d8db78;
  transform: rotate(-90deg);
}
.header nav .right-content .hide-dropdown .info-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header nav .right-content .hide-dropdown .info-card ul li {
  display: inline-block;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: var(--color-second);
  font-family: var(--title-font-family);
}
.header nav .right-content .hide-dropdown .info-card ul li.woicon {
  margin-left: 32px;
}
.header nav .right-content .hide-dropdown .info-card ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
}
.header nav .right-content .hide-dropdown .info-card ul li span b {
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
}
.header nav .right-content .hide-dropdown .info-card ul li i {
  margin-right: 8px;
  color: var(--color-second);
  font-size: 24px;
}
.header nav .right-content .hide-dropdown .info-card ul li:hover i,
.header nav .right-content .hide-dropdown .info-card ul li:hover a {
  color: var(--color-second);
}
.header nav .right-content .hide-dropdown.active {
  width: 428px;
  transition: all 0.5s ease-in-out;
}
.header .navbar-toggler {
  color: #fafafa;
  border: none;
  outline: 0;
  padding: 10px;
  font-size: 24px;
}
.header .navbar-toggler i {
  font-size: 30px;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-expand-lg,
.header .navbar-collapse {
  justify-content: center;
}

.gym-join-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: -10;
}
.gym-join-popup .close {
  color: var(--color-primary);
  background-color: transparent;
  border: 0;
  /* font-size: 40px; */
  margin-right: 30px;
  margin-top: 12px;
}
.gym-join-popup .close i {
  font-size: 24px;
}
.gym-join-popup .content {
  width: 500px;
  background-color: #fafafa;
  border-radius: 25px;
  box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
    24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
    3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 48px;
}
@media (max-width: 967px) {
 .ars a {
    display: none;
  }
}
@media (max-width: 767px) {
  .gym-join-popup .content {
    width: auto;
  }
}
.gym-join-popup .content h3 {
  font-weight: 700;
  font-size: 47px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--title-text-color);
  text-align: center;
  margin-bottom: 64px;
}
.gym-join-popup .text-end {
  text-align: center;
}

/*-------------------------
  Buttons
-------------------------*/
.gym-join-popup .cus-btn {
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  border-radius: 32px;
  border: 0;
  cursor: pointer;
}
.gym-join-popup .cus-btn.light {
  background-color: #fafafa;
  color: var(--title-text-color);
}
.gym-join-popup .cus-btn.dark {
  background-color: var(--color-second);
  color: #fafafa;
}
.gym-join-popup .cus-btn:hover {
  color: var(--color-primary);
  transition: all 0.3s ease-in;
}
.gym-join-popup .cus-btn.primary {
  background-color: var(--color-second);
  color: #fafafa;
}
.gym-join-popup .cus-btn.primary:hover {
  background-color: var(--color-primary);
  color: #fafafa;
}

.mobile-navbar-right {
  display: flex;
  align-items: center;
}

.mobile-navbar-right .bobo-header-lang,
.mobile-navbar-right .bobo-search {
  display: none;
}


.bobo-header-lang {
  margin-right: 16px;
  color: #fff;
}
.bobo-search-box {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  /*top: 110px;*/
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0
}

.bobo-search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px
}

.bobo-search-box .close i {
  font-size: 21px;
  color: #fff
}

.bobo-search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.bobo-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  padding: 0 90px 0 15px;
  font-size: 15px;
  box-sizing: border-box
}

.bobo-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.bobo-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff
}


.bobo-search {
  margin-right: 52px
}

.bobo-search span {
  height: 25px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block
}

.bobo-search span i {
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  -webkit-text-stroke-width: 0.1px;
}

.navbar-nav .menu-item {
  float: left;
  position: relative;
}

.navbar-nav > li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 0;
  top: 56px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 -6px 9px 0;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s
}

.navbar-nav > li:hover > ul {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
}

.navbar-nav > li ul::before {
  content: '';
  position: absolute;
  left: 40px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent
}

.navbar-nav > li ul > li {
  float: none;
  border-bottom: 1px solid #ededed;
  text-align: left;
  position: relative
}

.navbar-nav > li ul > li:last-child {
  border: none
}

.navbar-nav > li ul > li > a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: var(--title-text-color);
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize
}

.navbar-nav > li ul > li > a i {
  position: absolute;
  right: 10px;
  font-size: 11px
}

.navbar-nav > li ul > li > a:hover {
  color: var(--color-primary);
}


@media (max-width: 992px) {
  .header .navbar-collapse {
    background: #f0f2f4;
    border-radius: 10px;
    padding: 15px 24px;
    z-index: 9999;
    position: absolute;
    top: 60px;
    right: 10px;
    width: 200px;
    box-shadow: 42px 42px 24px rgba(0, 0, 0, 0.01),
      24px 24px 20px rgba(0, 0, 0, 0.03), 11px 11px 15px rgba(0, 0, 0, 0.04),
      3px 3px 8px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
  }

  .header .navbar-expand-lg,
  .header .navbar-collapse {
    justify-content: center;
    justify-content: space-between;
  }
  
  .header nav .right-content {
    display: none;
  }
  
  .mobile-navbar-right .bobo-header-lang,
  .mobile-navbar-right .bobo-search {
    display: block;
  }
  
  .bobo-header-lang {
    margin-right: 0;
  }
  .bobo-search {
   margin-right: 0;
  }
  
  .navbar-nav > li ul {
    position: static;
    display: block;
    width: 100%;
    opacity: 1;
    transform: none;
    font-size: 14px;
    background: none;
    box-shadow: none;
  }
  
  .navbar-nav > li ul::before {
    content: none;
  }
  
  .header nav .navbar-nav .menu-item a {
    font-size: 12px;
  }
  
  .menu-item ul li::before {
    content: "\e628";
    font-family: "qico";
  }
}

@media screen and (max-width: 768px) {
  .bobo-search-box {
    position: fixed;
    top: 110px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .bobo-search-box .serchbox {
    width: 100%
  }

  .bobo-search-box .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 90px 0 12px
  }

  .bobo-search-box .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px
  }

  .bobo-search-box .close {
    display: none
  }
}
