@font-face {
    font-family: 'estedad';
    src: url('assets/fonts/woff2/Estedad-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
    transition: 0.4s;
}
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1.8;
}
ol,ul {
    list-style: none;
}
body {
    font-family: 'estedad', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #373737;
    background: #f1f1f1;
    overflow: auto;
    direction: rtl;
}
.width-web {
  width: 1140px;
  margin: auto;
  max-width: 100%;
}
/*loader*/
:root {
    --black: rgba(0, 0, 0, 0.5);
    --orange: #F85A16;
}
@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        border-top-color: var(--orange);
    }
    50% {
        transform: rotate(180deg);
        border-top-color: var(--orange);
    }
    100% {
        transform: rotate(360deg);
        border-top-color: var(--orange);
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background: #f9f9f9;
    padding-bottom: 100px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-wrapper.hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.loading {
  overflow: hidden;
}
body.loaded {
  overflow: auto;
}
body.loading header {
  visibility: hidden;
}
body.loaded header {
  visibility: visible;
}
.loader {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.loader div {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 4px;
    border: 2px solid transparent;
    border-top-color: var(--black);
    animation: rotate2 4s infinite linear;
}
.content {
    display: none;
}
.loader-wrapper.hidden {
  display: none;
}
/*header*/
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  header {
    width: 100%;
    height: 100px;
    z-index: 99999;
    background-color: #f1f1f1 !important;
    top: 0;
  }
  .logo {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    float: right;
  }
  .logo img {
    width: 100%;
  }
  .them-name {
    font-size: 18px;
    margin-top: 35px;
    float: right;
    margin-right: -15px;
  }
  .them-name a {
    text-decoration: none;
    color: #000;
  }
  .p-one-header{
    color: #fff;
  }
  .p-one-header:hover{
    transition: 1s;
    color: #000;
  }
  .p-two-header{
    color: #fff;
  }
  .p-two-header:hover{
    transition: 1s;
    color: #000;
  }
  .p-tree-header{
    color: #fff;
  }
  .p-tree-header:hover{
    transition: 1s;
    color: #000;
  }
  .btnsearch {
    width: 35px;
    height: 35px;
    margin-top: 30px;
    margin-left: 20px;
    float: left;
    background: url("assets/img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
  }
  .full-search {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.8;
    text-align: center;
    transform: translateX(0%);
  }
  .closesearch {
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    top: 65px;
    position: absolute;
    right: 40px;
    border-radius: 5px;
    font-size: 3.8em;
    background: url("assets/img/icons8-close.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .search-form {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed;
  }
  .search-form input {
    outline: none;
    width: 88%;
    line-height: 3;
    text-align: center;
    font-size: 25px;
    background: transparent;
    border: none;
    color: #fff;
  }
  .main-menu {
    float: right;
    margin: 25px 100px 0px 0px;
  }
  .main-menu>ul>li {
    float: right;
    margin-left: 20px;
    position: relative;
  }
  .main-menu ul li a {
    color: #000;
    font-size: 15px;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
  }
  .main-menu ul li ul {
    width: 150px;
    height: auto;
    background-color: #F85A16;
    border-radius: 5px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: 1.3s;
}
  .btn-header-index{
    color: #F85A16;
  }
  .hidden {
    margin-left: -60px;
  }
  .header-background>.main-menu ul li ul a {
    font-size: 18px;
  }
  .main-menu ul li ul a:hover {
    color: #000;
  }
  .main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  .main-menu ul li ul li a {
    font-size: 15px;
    line-height: 25px;
  }
  .main-menu ul {
    list-style: none;
  }
  .slideshow-container {
    position: relative;
  }
  body header {
    height: 100px;
    z-index: 99999;
    top: 0;
    transition: background-color 0.3s ease;
  }
  .img-index{
    width: 100%;
    height: auto;
  }
  .main-menu ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .hamburger-menu {
    display: none;
  }
  .exit-button {
    display: none;
  }
  #submenu li{
    margin-right: 0px;
  }
/*slider-header*/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,200,700);
.wrapper{
  display:block;
  height:700px; 
  position:relative; 
  padding-bottom:3em;
}
.wrapper-trainer{
  margin-bottom: 100px;
}
.text-center h1{
    position:relative;
    z-index:50;
    color:white;
    font-size:40px;
    font-weight:200;
    margin-bottom: 30px;
}
&.fadeout{
    .optional-rainbow{
      display:block;
    }
}  
.navbar-brand{
    color:white;
    font-size:26px;
}
.navbar-right{
    margin-right:1em;
    position:absolute;
    right:0;
}
article{
  padding:3em 0;
  color:#545454;
  font-size:18px;
  .article-right{
    max-width:400px;
    margin:0 auto;
  }
}
.control{
  width:100%;
  padding:0.5em 1em;
  background:#e6e6e6;
  border-radius:10px;
}
.selectable{
  display:block;
  position:relative;
  width:40px;
  height:20px;
  background:rgba(255,44,44,0.6);
  border-radius:10px;
  box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
  transition:all .2s linear;  
  &.on {
    background:rgba(44,255,44,0.5);
  }
}
.vertical-center{
	min-height: 100%;
  display: flex;
  align-items: center;
}
.hero {
  position: relative;
  height: 50vh;
  width: 100%;
  background: url(assets/img/img1.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.article-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.btn-more-parallax{
  display: block;
  width: 220px;
  height: 60px;
  background-color: #F85A16;
  border-radius: 30px;
  padding: 15px 30px 15px 30px;
  border: none !important;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  transition: top 0.3s ease, opacity 0.3s ease;
  color: #fff;
  text-decoration: none;
}
/*services*/
.services-index {
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
  top: -100px;
  margin-bottom: 50px;
}
.service-item {  
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);  
  padding: 20px; 
  text-align: center;
  flex: 1;  
  margin: 0 10px;
  transition: transform 0.3s;
  display: inline-block;
  width: 31.3%;
  height: 340px;
}   
.icon-services img{  
  width: 70px;
}  
.h3-services{  
  color: #000;
  margin: 10px 0; 
  font-weight: bold;  
}  
.p-services{  
  color: #666; 
  margin-bottom: 20px;
  text-align: justify;
}  
.more-button {  
  background-color: transparent; 
  border: 2px solid #F85A16;
  border-radius: 30px;
  padding: 10px 30px;
  color: #F85A16; 
  text-decoration: none; 
  transition: background-color 1s, color 1s;
  position: relative;
  top: 25px;
}  
.more-button svg{
  width: 12px;
  height: 12px;
  position: relative;
  top: 3px;
  fill: #F85A16;
  transition: fill 0.5s;
}
.more-button:hover{  
  background-color: #F85A16;
  color: white;
  transition: color 1s, background-color 1s;
}
.more-button:hover svg {
  fill: white;
}
/*fitness-expert*/
.team-section {
  text-align: center;
  width: 100%;
  margin-bottom: 150px;
}
.team-section h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.team-section h2::after {  
  position: absolute;  
  left: 0;  
  right: 0;  
  width: 60px;  
  height: 2px;  
  margin: 50px auto;  
  background: #F85A16;
  content: '';  
}
.team-description {
  font-size: 1rem;
  color: #000;
  width: 100%;
  margin: 0 auto 40px;
}
.team-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.team-member {
  background-color: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 33%;
}
.team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-info {
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.team-info h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.team-info p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
.social-icons-team {  
  margin-top: 5px; 
  display: inline-flex;
}  
.social-icons-team a {
  margin: 0 10px; 
  text-decoration: none;
}
.social-icons-team a img{
  width: 20px;
  height: 20px;
}
.team-member:nth-child(2)::before {
  background: #F85A16;
}
.team-member:nth-child(3)::before {
  background: #F85A16;
}
/*table-trining*/
.class-schedule {  
  position: relative;
  text-align: center;  
  padding: 120px 50px;  
  background: linear-gradient(135deg, #1a1a1a, #333333);
  animation: gradientMove 5s infinite alternate;
  margin-bottom: 150px;
}  
.h2-table-trining {  
  font-size: 30px;  
  margin-bottom: 100px;  
  color: #fff;   
}  
.h2-table-trining::after{
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 50px auto;
  background: #F85A16;
  content: '';
}
.week-days {  
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto; 
  animation: slideIn 0.5s ease-in-out;
}
.week-days th, td {   
  padding: 20px;  
  text-align: center;  
  cursor: pointer;  
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.5s, transform 1s;
  border: 2px solid #F85A16;
}
.week-days th {
  color: #fff;
  text-transform: uppercase;
}
.week-days td {
  background-color: #222; 
  box-shadow: inset 0 0 0 0 #F85A16;
  transition: box-shadow 0.5s ease;
  border-radius: 0px 0px 10px 10px;
}
.time {  
  font-weight: bold;  
  margin: 5px 0;  
}  
.class-name {  
  font-weight: bold;  
}  
.instructor {  
  color: #ccc;  
}  
.class-container {  
  display: flex;  
  justify-content: space-around;  
  flex-wrap: wrap;  
}  
.class-item {  
  flex: 1 1 30%;  
  margin: 10px;  
  text-align: center;  
  background: linear-gradient(135deg, #292929, #1f1f1f);
  padding: 15px;  
  border-radius: 10px;  
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s, box-shadow 0.4s;
  position: relative;
}  
.class-item:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.class-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f85a164d, rgba(248, 90, 22, 0));
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
  border-radius: 10px;
}
.class-item:hover::before {
  opacity: 1;
}
.icon-trining {  
  margin-bottom: 10px;  
}  
.icon-trining img {  
  width: 80px;  
  height: 80px;  
  opacity: 0.8;
  transition: transform 0.4s ease, opacity 0.4s ease;
}  
.icon-trining img:hover {
  opacity: 1;
  transform: rotate(10deg) scale(1.1);
}
.time, .class-name, .instructor {  
  margin-bottom: 5px;  
  color: #ffffffcc;  
}
.class-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.class-schedule {
  text-align: center;
}
.h2-table-trining {
  font-size: 24px;
  margin-bottom: 60px;
}
.week-days {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
}
.week-days th, .week-days td {
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}
.day-item {
  font-weight: bold;
}
.class-row {
  display: none;
}
.class-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}
.class-item {
  flex: 1;
  min-width: 250px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}
.class-item .icon-trining {
  margin-bottom: 10px;
}
.class-item .icon-trining img {
  width: 50px;
  height: 50px;
}
.time, .class-name, .instructor {
  font-size: 16px;
  margin: 5px 0;
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.fade-out {
  animation: fadeOut 0.5s ease-in-out forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
.class-row {
  padding: 10px 0;
}
.class-row + .class-row {
  border-top: 1px solid #ccc;
}
.class-container {
  margin-bottom: 20px;
}
.fade-out {
  animation-name: fadeOutDown;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  position: absolute;
  width: 100%;
}
.fade-in {
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  max-height: 500px;
}
.button {
  padding: 10px 30px;
  background-color: #F85A16;
  color: white;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.button:hover {
  background-color: #fff;
  color: #F85A16;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes textPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*gym gallery*/
.gallery {
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
.gallery-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.gallery-description {
  text-align: center;
}
.gallery-title::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 50px auto;
  background: #F85A16;
  content: '';
}
.image-gallery-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 50px;
}
.img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 15px;
}
.img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s ease-out;
  cursor: pointer;
}
.img-container img:hover {
  transform: scale(1.3);
}
.modal {
  background: rgba(1, 1, 1, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-out;
  z-index: 1000;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}
.full-img {
  position: absolute;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .4s ease-out;
}
.full-img.open {
  transform: translate(-50%, -50%) scale(1.5);
}
.caption {
  color: whitesmoke;
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 3px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
}
.hover-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  font-size: 20px;
}
.img-container:hover .hover-text {
  opacity: 1;
}
.img-container img:hover {
  transform: scale(1.3);
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}
/*comment*/
.comment-title {  
  font-size: 30px;  
  margin-bottom: 20px;  
  color: #000;  
  position: relative;  
}  
.comment-title::after {  
  position: absolute;  
  left: 0;  
  right: 0;  
  width: 60px;  
  height: 2px;  
  margin: 55px auto;  
  background: #F85A16;
  content: '';  
}
.testimonials {  
  text-align: center;  
  padding: 0px 20px;
  margin-bottom: 120px;
}  
.testimonial {  
  display: none;  
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 30px;  
  background: #fff;  
  border-radius: 15px;  
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  
  margin-bottom: 30px;  
  user-select: none;
}
.testimonial.active {
  display: block;
  transform: scale(1.05);
  opacity: 1;
}
.testimonial-info {  
  display: flex;  
  flex-direction: column;  
  align-items: center;  
}  
.testimonial img {  
  width: 100px;  
  height: 100px;  
  border-radius: 50%;  
  border: 4px solid #F85A16;
  object-fit: cover;
}  
.testimonial span {  
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}  
.platform {
  color: #F85A16;
}
.testimonial p {  
  margin-top: 15px;  
  font-size: 16px;  
  color: #666;
  line-height: 1.6;
  text-align: center;
}  
.testimonial-buttons {  
  margin-top: 30px;
}  
.testimonial-buttons button {  
  background-color: #ccc;  
  border: none;  
  margin: 5px;  
  cursor: pointer;  
  border-radius: 50%;  
  width: 15px;  
  height: 15px;  
  transition: background-color 0.3s ease;
}  
.testimonial-buttons button:hover, .testimonial-buttons button.active {  
  background-color: #F85A16;  
}
/*fitness-promo*/
.fitness-promo {
  background: url('assets/img/img1.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 150px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  animation: fadeIn 1s ease-in-out;
}
.fitness-promo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.fitness-promo h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  z-index: 2;
  animation: slideDown 0.7s ease-in-out;
  letter-spacing: 2px;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
.fitness-promo p {
  font-size: 28px;
  color: #ffffffb3;
  z-index: 2;
  margin: 5px 0;
  animation: fadeInText 1s ease-in-out;
}
.discount {
  color: #F85A16;
  font-weight: bold;
  font-size: 25px;
  margin-left: 5px;
  animation: pulse 2s infinite;
  float: right;
  position: relative;
  top: 3px;
}
.btn-promo {
  display: block;
  width: 240px;
  height: 60px;
  background-color: #F85A16;
  border-radius: 30px;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  margin-top: 30px;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.btn-promo:hover {
  background-color: #ff7036;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(248, 90, 22, 0.5);
}
@keyframes fadeIn {
  0% { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes slideDown {
  0% { transform: translateY(-50px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}
@keyframes fadeInText {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.another-page{
  margin-bottom: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}
/*recent blog*/
.recent-blog {  
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 150px;
}  
.recent-blog h2 {  
  font-size: 36px;
  margin-bottom: 20px;
}  
.recent-blog h2::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 55px auto;
  background: #F85A16;
  content: '';
}
.recent-blog p {  
  color: #555;
  margin-bottom: 40px;
}   
.blog-card h3 {  
  font-size: 20px;
  margin: 10px 0;
  text-align: right;
}  
.date {  
  display: block;
  color: #F85A16;
  margin-bottom: 10px;
  text-align: right;
}  
.p-recent-blog {  
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: #958C8C;
  text-align: justify;
  direction: rtl;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.p-recent-blog::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2em;
}
.btn-recent-blog {  
  display: block;
  width: 200px;
  height: 50px;
  background-color: #F85A16;
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  border: none !important;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  transition: top 0.3s ease, opacity 0.3s ease;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
}
.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .blog-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:360px) and (max-width:767px) {
  .blog-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-card {
  height: 740px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  direction: rtl;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.blog-card img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  object-fit: cover;
}
/*scrool*/
.content {  
  height: 1500px;
  padding: 20px;  
}  
.scroll-button {  
  width: 50px;
  height: 50px;
  position: fixed;  
  bottom: 20px;  
  right: 20px;  
  background-color: #00000080;  
  color: white;  
  border: none;  
  border-radius: 10px;  
  cursor: pointer;  
  display: none;
}
.scroll-button img{
  width: 22px;
  height: 22px;
  margin-right: 2px;
  margin-top: 3px;
}
.scroll-button.show {  
  display: block;
} 
/*footer*/
.footer {  
  background-color: #000000e6;  
  color: #fff;  
  padding: 40px 20px;  
  height: 410px;  
  margin-left: auto;
  margin-right: auto;
}  
.footer-content {  
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  flex-grow: 1;
  margin-top: 50px;
}  
.about {  
  max-width: 30%;
}  
.about h2 {  
  font-size: 24px;
  color: #c8c8c0;
}  
.about p {  
  color: #7c7c7c;
  margin-top: 17px;
}  
.classes{
  width: 30%;
}
.classes h3 {  
  font-size: 20px;
  margin-bottom: 10px;
  color: #c8c8c0;
}  
.classes ul {  
  list-style: none;
  padding: 0;
}  
.classes li {  
  color: #c8c8c0;
}
.classes a{
  text-decoration: none;
  color: #7c7c7c;
}
.footer-bottom {  
  text-align: center;
  margin-top: 20px;
}  
.footer-bottom p {  
  margin: 5px 0;
}  
.social-icons {  
  margin-top: 10px;
}  
.social-icons a {  
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}
.txt-center-footer {
  margin-top: 15px;
  font-size: 16px;
  color: #7c7c7c;
  text-align: right;
  direction: rtl;
}
.double-dote {
  display: inline-block;
  color: #F85A16;
  font-size: 20px;
  margin-left: 2px;
  margin-right: 2px;
}
.icon-phone img{
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  float: right;
  margin-left: 10px;
}
.icon-gmail img{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  float: right;
}
.icon-location img{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  float: right;
}
.icon-clock img{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  float: right;
}
/*page-about*/
.h2-trainer-team {  
  font-size: 30px;  
  margin-bottom: 20px;  
  color: #000; 
  text-align: center;
}  
.h2-trainer-team::after{
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 55px auto;
  background: #F85A16;
  content: '';
}
.p-trainer-team{  
  margin-bottom: 70px;  
  color: #666;  
  text-align: center;
}  
.about-team {
	overflow: clip;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 5rem;
	width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
.category_team {
	--gap: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	gap: calc(var(--gap) * 2);
	width: 100%;
	height: 600px;
}
.content-team {
	--active: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1.5rem;
	padding: 2.5rem;
	width: calc((100% / 3) - var(--gap));
	height: 100%;
	border-radius: 1rem;
	transition: width 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.content-team:hover {
	--active: 1;
	width: calc(70% - var(--gap));
  transition-delay: 0s;
}
.content-team::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.6;
}
.content-team img {
	position: absolute;
	z-index: -20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
  filter: blur(0);
  transition-delay: 0s;
}
.content-team:hover img {
  filter: blur(3px);
  transition: filter 0.3s ease-in-out 0.3s;
}
.content-team .profile_image {
	opacity: calc(1 - var(--active));
	transition: opacity 0.3s ease-in-out;
}
.profile_detail-team {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}
.profile_detail-team span {
	font-size: 30px;
	font-weight: 600;
  color: #fff;
	text-wrap: nowrap;
}
.profile_detail-team p {
	font-size: 20px;
	font-weight: 550;
	color: #fff;
}
.profile_quote-team {
	width: 22rem;
	transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
}
.profile_quote-team p {
	font-size: 18px;
	font-weight: 500;
  text-align: justify;
	color: #fff;
	transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
	transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.1s;
}
.txt-about-team {
	display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
	transition: grid-template-rows 0.3s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}
.profile_quote-team { 
	min-height: 0; 
	transform: translateY(50%);
	opacity: 0;
	transition: 
	opacity 0.5s ease-in-out,
	transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s
	;	
}
.content-team:hover .txt-about-team {
  	grid-template-rows: 1fr;
}
.profile_detail-team,.profile_quote-team {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.content-team:hover .profile_detail-team,.content-team:hover .profile_quote-team {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
dialog { 
  position: absolute; z-index: 1; background: none; color: white; border: 0; font-size: .8rem; padding:.5em;
}
dialog a { 
  color: whitesmoke; 
}
/*awards-team*/
.awards-team{
  width: 100%;
  margin-bottom: 150px;
}
.h2-awards{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.h2-awards::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 50px auto;
  background: #F85A16;
  content: '';
}
.awards-description{
  font-size: 1rem;
  color: #000;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.tabs {
  width: 100%;
  height: 100px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 15px;
}
.tabs li {
  background-color: #212327;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  cursor: pointer;
  font-size: 18px;
}
.tabs .active {
  background: linear-gradient(145deg, #1e2024, #23272b);
  color: #F85A16 !important;
  position: relative;
  z-index: 1;
}
.contents {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.box {
  gap: 20px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}
.div-item-awards{
  width: 60%;
  padding: 0px 30px 0px 30px;
}
.div-image-awards{
  width: 40%;
}
.box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
.box h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.p-item-awards {
  color: #f9f9f9;
  opacity: .5;
  font-size: 15px;
  text-align: justify;
}
.show {
  display: flex;
}
.hide {
  display: none;
}
@keyframes moving {
  from {
      transform: translateX(-50px);
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      opacity: 0;
  }
  to {
      transform: translateX(0px);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.box.show {
  animation: fadeIn 0.5s forwards;
}
.box.hide {
  animation: fadeOut 0.5s forwards;
}
/*skill*/
.skill {
  width: 100%;
  margin-top: 20px;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
}
.skill .skill-box {
  width: 100%;
  margin: 25px 0;
}
.skill-box .txt-skill {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: right;
  direction: rtl;
}
.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 6px;
  background: #fff;
  text-align: right;
  direction: rtl;
}
.skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 6px;
  background: #F85A16;
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}
.skill-per.awards {
  width: 70%;
  animation-delay: 0.1s;
}
@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 10px;
  width: 10px;
  z-index: -1;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.tooltip p{
  color: #F85A16;
  font-size: 13px;
}
.skill .skill-per {
  animation: progress 5s linear forwards;
}
.skill-per .tooltip {
  position: absolute;
  left: -14px;
  top: -28px;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  padding: 2px 6px;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
  text-align: right;
  direction: rtl;
  transition: transform 0.3s ease;
  transform: translateX(0);
}
.txt-skill p{
  color: #fff;
  font-size: 18px;
}
/*page contact*/
.contact-container {  
  display: flex;
  justify-content: space-between;
  padding: 40px;
  direction: rtl;
  margin-bottom: 150px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}  
.contact-info {  
  width: 30%;
  float: left;
}  
.contact-info h2 {  
  font-size: 24px;
  margin-bottom: 20px;
}  
.contact-info p {  
  margin: 5px 0;
}  
.contact-info a {  
  color: #F85A16;;
  text-decoration: none;
}  
.contact-form {  
  flex-grow: 1;
  width: 65%;
}
.contact-form h2 {  
  font-size: 24px;
  margin-bottom: 20px;
}  
.contact-form input,.contact-form textarea {  
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: 'estedad', sans-serif;
}  
.contact-form .btn-contact { 
  font-family: 'estedad', sans-serif; 
  display: block;
  width: 200px;
  height: 50px;
  background-color: #F85A16;
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  border: none !important;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
  transition: top 0.3s ease, opacity 0.3s ease;
  color: #fff;
  text-decoration: none;
  float: right;
  text-align: center;
}
.btn-contact:hover{
  background-color: #F85A16;
}  
.contact-form .input-name{
  width: 40%;
  margin-left: 5px;
}
.contact-form .input-lastname{
  width: 40%;
}
.contact-form .textarea-contact{
  height: 200px;
}
/*map*/
.google-map {
  width: 100%;
  height: 300px;
  flex: 50%;
  margin-top: 40px;
  border-radius: 27px;
  position: relative;
}
.google-map iframe {
  width: 100%;
  height: 300px;
  filter: grayscale(1);
  border-radius: 15px;
}
/*page 404*/
.box-404{
  text-align: center;
  position: relative;
}
.box-404 div{
  width: 280px;
  height: 70px;
  line-height: 0.8;
  color:#fff;
  background-color: #F85A16;
  font-size: 25px;
  position: absolute;
  top:310px;
  text-transform: capitalize;
  animation: moving 8s linear infinite;
  -webkit-animation: moving 8s linear infinite;
  -moz-animation: moving 8s linear infinite;
  -o-animation: moving 8s linear infinite;
    transform-origin: 50% -400%;
  -webkittransform-origin: 50% -400%;
  -moz-transform-origin: 50% -400%;
  -o-transform-origin: 50% -400%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.box-404 a{
  text-decoration: none;
  color: #fff;
}
.box-404 div:before{
  content: "";
  width: 25px;
  height: 25px;
  background-color:#F85A16;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:-240px;
}
.box-404 div:after{
  content: "";
  width: 3px;
  height: 220px;
  background-color: #F85A16;
  display: block;
  position: absolute;
  top: -263px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-head{
  position: absolute;
  top:350px;
  font-weight: 700;
  text-transform: uppercase;
  color:#F85A16;
  width: 300px;
  font-size: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-paragraph{
  top:350px;
  font-weight: 700;
  text-transform: uppercase;
  color:#F85A16;
  width: 400px;
  font-size: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@keyframes moving{
  0%,100%{
      transform: rotate(0)
  }
  25%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg)
  }
}
@-webkit-keyframes moving{
  0%,100%{
      transform: rotate(0)
  }
  25%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg)
  }
}
@-moz-keyframes moving{
  0%,100%{
      transform: rotate(0)
  }
  25%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg)
  }
}
@-o-keyframes moving{
  0%,100%{
      transform: rotate(0)
  }
  25%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg)
  }
}
/*page-post*/
.page-wrapper {
  width: 80%;
  display: flex;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 150px;
}
.page-main {
  width: 75%;
  margin-left: 30px;
  padding: 40px;
  border: 2px solid #F85A16;
  border-radius: 20px;
}
.page-post{
  padding: 0px;
}
.page-post-title-link {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
  margin-top: 15px;
}
.page-post-tags-link {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #7f8c8d;
  transition: color 0.3s ease;
}
.page-post-tags {
  margin: 0;
  padding: 0;
}
time {
  font-size: 18px;
  color: #F85A16;
}
.page-post-text {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  color: #000;
}
.page-post-image {
  width: 100%;
  border-radius: 8px;
  height: 400px;
  object-fit: cover;
}
.page-post-content {
  text-align: justify;
}
.page-aside {
  width: 30%;
  height: 1350px;
  border: 2px solid #F85A16;
  border-radius: 20px;
  padding: 20px;
}
.posts-trainer-aside{
  margin-top: 20px;
  border: 2px solid #F85A16;
  border-radius: 10px;
  padding: 10px;
}
.post-search-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.post-search-title::after{
  position: absolute;
  width: 45px;
  height: 2px;
  margin: 35px -75px;
  background: #F85A16;
  content: '';
}
.post-trainer-title{
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.post-trainer-title::after{
  position: absolute;
  width: 35px;
  height: 2px;
  margin: 35px -45px;
  background: #F85A16;
  content: '';
}
.posts-search{
  border: 2px solid #F85A16;
  border-radius: 10px;
  padding: 10px;
}
.posts-search-link {
  font-size: 15px;
  font-weight: bold;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #000;
}
.posts-search-link:hover {
  color: #F85A16;
}
.posts-search-date {
  font-size: 12px;
  color: #95a5a6;
}
.posts-search-content {
  position: relative;
  top: -70px;
  left: -100px;
}
.posts-search-image{
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}
.page-post-meta{
  margin-top: 15px;
}
.map-page{
  border: 2px solid #F85A16;
  border-radius: 20px;
  margin-top: 20px;
}
.live-map-page {
  width: 100%;
  height: 350px;
  flex: 50%;
  border-radius: 20px;
  position: relative;
}
.live-map-page iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  border-radius: 20px;
}
/*comment*/
#contact{
  margin-top: 50px;
}
.form-comment {
  margin:0 auto;
  text-align:center;
  border-radius:20px;
  background-color:#FAFAFA;
  border: 2px solid #F85A16;
}
.head {
  border-radius: 15px 15px 0px 0px;
  background-color:#F85A16;
  color:#FAFAFA;
}
.head h2 {
  text-align:center;
  padding:18px 0 18px 0;
  font-size: 1.4em;
}
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type{
  margin-top:35px;
  font-family: 'estedad', sans-serif;
}
input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  border: 1px solid #cecece;
  background: #d7d7d7;
  color:#FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
  font-family: 'estedad', sans-serif;
}
::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}
#submit {
  margin-top:15px;
  margin-bottom:25px;
  background-color:#F85A16;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #F85A16;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#fff;
  font-family: 'estedad', sans-serif;
}
#submit:hover, #submit:hover {
  background:#F85A16;
}
label.error {
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width: 50%;
    font-size: 15px;
    height: 40px;
    line-height: 1;
  }
  body {
  padding-top:10px;
  }  
}
.message {
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#F85A16;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
.comment-block {
  display: flex;
  align-items: flex-start;
  direction: rtl;
  margin-top: 50px;
}
.comment-people{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.comment-people h2{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.comment-image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.1);
    animation: popup .5s cubic-bezier(1, 0, 0, 1.5) forwards;
    object-fit: cover;
}
.comment-dialog {
    background-color: #F85A16;
    color: #fff;
    padding: 1rem;
    position: relative;
    margin-right: 25px;
    opacity: 0;
    transform: scale(.5);
    animation: popup .4s cubic-bezier(.55, 0, 0, 1.5) .4s forwards;
    &::before,
    &::after {
      content: '';
      position: absolute;
    }
    &::before {
      top: -.45rem;
      left: 0;
      width: 100%;
      height: .5rem;
      background-color: #F85A16;
      clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    }
    &::after {
      top: 1rem;
      right: -1rem;
      border: .5rem solid transparent;
      border-left-color: #F85A16;
      border-top-color: #F85A16;
    }
}
.username {
   margin: 0 0 .8rem; 
}
.text { 
  margin: 0; 
}
@keyframes popup {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/**/
/* responsive */
/*
360  ~
600  ~
768  ~
1024 ~
*/
/* for desktop 1024px*/
@media screen and (min-width:1024px) and (max-width:1599px) {
  /*header*/
  .main-menu ul li a {
    padding: 15px 10px;
    display: block;
    text-decoration: none;
  }
  .main-menu ul li ul {
    width: 150px;
    text-align: center;
  }
  .main-menu {
    margin: 25px 50px 0px 0px;
  }
  .logo {
    width: 70px;
    height: 70px;
    margin-right: 115px;
    margin-top: 15px;
  }
  .btnsearch {
    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: 115px;
  }
  /*parallax*/
  .text-center h1{
    font-size: 30px;
  }
  .btn-more-parallax {
    width: 200px;
    height: 55px;
    padding: 13px 25px 13px 25px;
    font-size: 16px;
  }
  /*services*/
  .services-index {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-item {
    width: 30%;
    margin: 0 5px;
    font-size: 15px;
  }
  .icon-services img {
    width: 60px;
  }
  .p-services {
    font-size: 14px;
  }
  .more-button {
    padding: 8px 25px;
    font-size: 14px;
  }
  /*trainer*/
  .team-section h2 {
    font-size: 25px;
  }
  .team-section h2::after {
    width: 55px;
    margin: 50px auto;
  }
  .team-description {
    font-size: 14px;
  }
  .team-info h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .team-info p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .social-icons-team {
    margin-top: 5px;
  }
  .social-icons-team a {
    margin: 0px 5px;
  }
  .team-info {
    padding: 10px;
  }
  /*table-training*/
  .table-trining {
    width: 97%;
  }
  .h2-table-trining {
    font-size: 25px;
  }
  .h2-table-trining::after {
    margin: 50px auto;
    margin-bottom: 80px;
  }
  .class-schedule {
    padding: 120px 120px;
  }
  .icon-trining img {
    width: 60px;
    height: 60px;
  }
  .time, .class-name, .instructor {
    font-size: 14px;
  }
  .table-trining th, td {
    font-size: 16px;
  }
  /*gallery*/
  .gallery {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
  }
  .gallery-title {
    font-size: 25px;
  }
  .gallery-title::after {
    margin: 45px auto;
  }
  .gallery-description {
    font-size: 14px;
    text-align: center;
  }
  .text-gallery {
    font-size: 20px;
  }
  .gallery-item {
    width: 23%;
    height: 275px;
    margin: 1px;
  }
  .big-item{
    width: 46.4%;
    height: 275px;
  }
  .hover-text {
    height: 55px;
    font-size: 18px;
  }
  /*comment*/
  .testimonials {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .comment-title {
    font-size: 25px;
  }
  .comment-title::after {
    margin: 50px auto;
  }
  .testimonial img {
    width: 80px;
    height: 80px;
  }
  .testimonial p {
    font-size: 15px;
  }
  .testimonial-buttons{
    margin-top: -10px;
  }
  /*promo*/
  .fitness-promo {
    height: 450px;
  }
  .fitness-promo h1 {
    font-size: 25px;
  }
  .fitness-promo p {
    font-size: 20px;
  }
  .discount {
    font-size: 20px;
  }
  .btn-promo {
    width: 200px;
    height: 55px;
    font-size: 17px;
    line-height: 3.3;
  }
  /*last-blog*/
  .recent-blog {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .recent-blog h2 {
    font-size: 25px;
  }
  .recent-blog h2::after {
    margin: 50px auto;
  }
  .recent-blog p {
    font-size: 15px;
  }
  .blog-card img {
    height: 350px;
  }
  .blog-card h3 {
    font-size: 15px;
  }
  .btn-recent-blog{
    width: 200px;
    height: 55px;
    padding: 13px 25px 13px 25px;
    font-size: 16px;
  }
  /*btn-up*/
  .scroll-button img {
    width: 22px;
    height: 22px;
  }
  /*footer*/
  .footer {
    height: 400px;
  }
  .footer-content {
    width: 780px;
  }
  .about h2 {
    font-size: 20px;
  }
  .about p {
    font-size: 11px;
    line-height: 4;
  }
  .txt-center-footer {
    height: 35px;
    font-size: 11px;
    line-height: 2.5;
  }
  .icon-phone img {
    width: 25px;
    height: 25px;
    top: 15px;
    position: relative;
  }
  .icon-gmail img {
    width: 25px;
    height: 25px;
    top: 15px;
    position: relative;
  }
  .icon-location img {
    width: 25px;
    height: 25px;
    top: 15px;
    position: relative;
  }
  .icon-clock img {
    width: 25px;
    height: 25px;
    top: 15px;
    position: relative;
  }
  /*contact-form*/
  .contact-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form h2 {
    font-size: 20px;
  }
  .contact-info h2 {
    font-size: 20px;
  }
  .contact-form .input-name {
    width: 48%;
    margin-left: 15px;
    font-size: 11px;
  }
  .contact-form .input-lastname {
    width: 48%;
    font-size: 11px;
  }
  .contact-form input, .contact-form textarea {
    font-size: 11px;
  }
  .contact-form .btn-contact {
    width: 200px;
    height: 55px;
    padding: 13px 25px 13px 25px;
    font-size: 16px;
  }
  /*404*/
  .box-404 div {
    width: 260px;
    font-size: 24px;
  }
  .p-head {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 320px;
  }
  .p-paragraph {
    top: 320px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  /*page-post*/
  .page-aside {
    width: 40%;
    height: 1100px;
  }
  .posts-search-image {
    width: 50px;
    height: 50px;
  }
  .posts-search-content {
    position: relative;
    top: -50px;
    left: -60px;
  }
  .posts-search-link {
    font-size: 11px;
  }
  .post-search-title {
    font-size: 16px;
  }
  .post-search-title::after {
    width: 40px;
    margin: 30px -62px;
  }
  .page-post-image {
    height: 300px;
  }
  .page-main {
    padding: 20px;
  }
  .page-post-title-link {
    font-size: 16px;
  }
  time {
    font-size: 16px;
  }
  .page-post-text {
    font-size: 14px;
    margin-top: 5px;
  }
  .post-trainer-title {
    font-size: 16px;
  }
  .post-trainer-title::after {
    width: 30px;
    margin: 30px -38px;
  }
  .page-post-meta {
    margin-top: 10px;
  }
  .head h2 {
    font-size: 20px;
  }
  input, textarea {
    font-size: 15px;
  }
  button {
    font-size: 16px;
  }
  .comment-people h2 {
    font-size: 25px;
  }
  .comment-dialog h4{
    font-size: 18px;
  }
  .comment-dialog p{
    font-size: 15px;
  }
  /*awards-team*/
  .div-image-awards{
    width: 40%;
  }
  .box img {
    width: 100%;
  }
  .h2-awards {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .h2-awards::after {
    width: 50px;
    margin: 45px auto;
  }
  .awards-description {
    font-size: 15px;
  }
  .tabs li {
    font-size: 16px;
  }
  .tabs {
    height: 70px;
  }
  .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-item-awards {
    font-size: 14px;
  }
  .txt-skill p {
    font-size: 16px;
  }
  .skill .skill-box {
    margin: 15px 0;
  }
  /**/
  .content-team {
    width: calc(100% / 3 - var(--gap)); /* حفظ عرض ۳ قسمتی */
}
.content-team:hover {
    width: calc(100% / 3 - var(--gap)); /* جلوگیری از بزرگ شدن در هاور */
}
.about-team{
  max-width: 1024px;
}
}

/*for tablet 768px*/
@media screen and (min-width:768px) and (max-width:1023px) {
  .main-menu ul li a {
    font-size: 15px;
    padding: 15px 5px;
    display: block;
    text-decoration: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu ul li a img {
    display: none;
  }
  .main-menu {
    margin: 25px 45px 0px 0px;
    position: relative;
  }
  .main-menu>ul>li {
    margin-left: 20px;
  }
  .logo {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    margin-top: 15px;
  }
  .logo img {
    width: 100%;
    height: 100%;
  }
  .menu {
    margin-left: 190px;
    font-size: 18px;
  }
  .openmenu {
    margin-top: 0px;
  }
  .header-page>.hamburger-menu {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(30%);
  }
  .header-page>.hamburger-menu svg {
    filter: brightness(0) invert(1) hue-rotate(60deg);
  }
  .btnsearch {
    margin-top: 25px;
  }
  /*paralax*/
  .text-center h1 {
    font-size: 25px;
  }
  .btn-more-parallax {
    width: 200px;
    height: 50px;
    padding: 10px 30px 10px 30px;
    font-size: 15px;
  }
  /*services*/
  .services-index {
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .service-item {
    width: 30%;
    margin: 0 5px;
  }
  .icon-services img {
    width: 50px;
  }
  .h3-services {
    font-size: 15px;
  }
  .p-services {
    font-size: 12px;
  }
  .more-button {
    padding: 5px 15px;
    font-size: 15px;
  }
  /*trainer*/
  .team-section h2 {
    font-size: 25px;
  }
  .team-section h2::after {
    width: 55px;
    margin: 45px auto;
  }
  .team-description {
    font-size: 12px;
  }
  .team-info {
    padding: 0px;
  }
  .team-info h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .team-info p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .social-icons-team {
    margin-top: 5px;
  }
  .social-icons-team a {
    margin: 0 5px;
  }
  .social-icons-team a img {
    width: 15px;
    height: 15px;
  }
  /*table-trainig*/
  .h2-table-trining {
    font-size: 25px;
  }
  .h2-table-trining::after {
    width: 50px;
    margin: 45px auto;
  }
  .class-schedule {
    padding: 100px 80px;
    margin-bottom: 120px;
  }
  .table-trining th, td {
    font-size: 10px;
  }
  .icon-trining img {
    width: 50px;
    height: 50px;
  }
  .class-item {
    flex: 1 1 28%;
  }
  .time, .class-name, .instructor {
    font-size: 8px;
  }
  .week-days th, 
  .week-days td {
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  .fade-in {
    max-height: 570px;
  }
  /*gallery*/
  .gallery {
    margin-bottom: 120px;
  }
  .gallery-title {
    font-size: 25px;
  }
  .gallery-title::after {
    width: 50px;
    margin: 45px auto;
  }
  .gallery-description{
    text-align: center;
    font-size: 12px;
  }
  .image-gallery-item {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .hover-text {
    height: 55px;
    font-size: 18px;
  }
  /*comment*/
  .testimonials {
    margin-bottom: 80px;
  }
  .comment-title {
    font-size: 25px;
  }
  .comment-title::after {
    width: 50px;
    margin: 45px auto;
  }
  .testimonial img {
    width: 80px;
    height: 80px;
  }
  .testimonial span {
    font-size: 15px;
  }
  .testimonial p {
    font-size: 12px;
  }
  .testimonial-buttons button {
    margin: 3px;
    width: 10px;
    height: 10px;
  }
  /*promo*/
  .fitness-promo {
    height: 450px;
  }
  .fitness-promo h1 {
    font-size: 25px;
  }
  .fitness-promo p {
    font-size: 20px;
  }
  .discount {
    font-size: 20px;
  }
  .btn-promo{
    width: 200px;
    height: 50px;
    font-size: 15px;
    line-height: 3.3;
  }
  /*last-blog*/
  .recent-blog {
    margin-bottom: 120px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .recent-blog h2 {
    font-size: 25px;
  }
  .recent-blog h2::after {
    width: 50px;
    margin: 45px auto;
  }
  .recent-blog p {
    font-size: 12px;
  }
  .blog-card {
    padding: 10px;
  }
  .blog-card img {
    height: 300px;
  }
  .blog-card h3 {
    font-size: 12px;
    margin: 5px 0;
  }
  .date {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .btn-recent-blog {
    width: 150px;
    height: 45px;
    padding: 10px 30px 10px 30px;
    font-size: 13px;
  }
  /*btn-up*/
  .scroll-button {
    width: 45px;
    height: 45px;
  }
  .scroll-button img {
    width: 20px;
    height: 20px;
  }
  /*footer*/
  .footer-content {
    max-width: 80%;
  }
  .about h2 {
    font-size: 20px;
  }
  .about p {
    font-size: 12px;
  }
  .txt-center-footer {
    font-size: 8px;
  }
  .icon-phone img {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .icon-gmail img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .icon-location img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .icon-clock img{
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 5px;
  }
  /*contact form*/
  .contact-container {
    margin-bottom: 120px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form h2 {
    font-size: 20px;
  }
  .contact-info h2 {
    font-size: 20px;
  }
  .contact-form .input-name {
    width: 47%;
    margin-left: 17px;
    font-size: 12px;
  }
  .contact-form .input-lastname {
    width: 47%;
    font-size: 12px;
  }
  .contact-form .btn-contact {
    width: 150px;
    height: 45px;
    padding: 10px 30px 10px 30px;
    font-size: 13px;
  }
  .contact-form input, .contact-form textarea {
    font-size: 12px;
  }
  /*404*/
  .p-head {
    font-size: 40px;
  }
  .p-paragraph {
    font-size: 20px;
  }
  .box-404 div {
    width: 260px;
    height: 65px;
    line-height: 15px;
    font-size: 25px;
    top: 315px;
  }
  .box-404 div:after {
    top: -260px;
  }
  /*page-post*/
  .page-wrapper {
    width: 80%;
    display: block;
    margin-bottom: 120px;
  }
  .page-main {
    width: 100%;
    padding: 30px;
  }
  .page-post-image {
    height: 350px;
  }
  .page-post-title-link {
    font-size: 20px;
  }
  time {
    font-size: 16px;
  }
  .page-post-text {
    font-size: 15px;
    margin-top: 5px;
  }
  .page-aside {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .posts-search-image {
    width: 115px;
    height: 115px;
  }
  .posts-search-link {
    font-size: 16px;
  }
  .posts-search-media{
    padding: 0px 20px;
    margin-bottom: 25px;
  }
  .posts-search-image {
    width: 100%;
    height: 200px;
  }
  .posts-search-content {
    text-align: center;
    position: relative;
    top: -20px;
    left: 0px;
  }
  .head h2 {
    font-size: 20px;
  }
  .comment-people {
    margin-top: 30px;
  }
  .comment-people h2{
    font-size: 25px;
  }
  .comment-dialog h4{
    font-size: 18px;
  }
  .comment-dialog p{
    font-size: 15px;
    text-align: justify;
  }
  /*awards-team*/
  .h2-awards {
    font-size: 25px;
  }
  .awards-description {
    font-size: 12px;
  }
  .h2-awards::after {
    width: 55px;
    margin: 40px auto;
  }
  .tabs {
    height: 70px;
    margin-top: 30px;
    border-radius: 15px;
  }
  .tabs li {
    font-size: 15px;
  }
  .div-image-awards{
    width: 40%;
  }
  .box img {
    width: 100%;
    height: 350px;
  }
  .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-item-awards {
    font-size: 13px;
  }
  .txt-skill p {
    font-size: 15px;
  }
  .skill .skill-box {
    margin: 15px 0;
  }
  /**/
  .about-team {
    width: 80%;
    padding: 0px;
    margin-bottom: 120px;
  }
  .category_team {
    flex-direction: column;
    height: auto;
  }
  .content-team {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  .content-team:hover {
    width: 100%;
  }
  .profile_detail-team span {
    font-size: 25px;
  }
  .profile_detail-team p {
    font-size: 18px;
  }
  .profile_quote-team {
    width: 100%;
  }
  .profile_quote-team p {
    font-size: 16px;
  }
  .h2-trainer-team {
    font-size: 20px;
  }
  .h2-trainer-team::after {
    width: 55px;
    margin: 40px auto;
  }
  .p-trainer-team {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .team-section {
    margin-bottom: 120px;
  }
  .team-section h2{
    font-size: 20px;
  }
  .team-section h2::after {
    width: 45px;
    margin: 35px auto;
  }
  .team-description {
    font-size: 14px;
    width: 80%;
  }
  .team-container {
    display: block;
  }
  .team-member {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    margin-bottom: 20px;
  }
  .team-info h3 {
    font-size: 15px;
  }
  .team-info p {
    font-size: 13px;
  }
  .team-info {
    padding: 0px;
  }
  .team-info h3 {
    margin-bottom: 5px;
  }
  .team-info p {
    margin-bottom: 5px;
  }
  .social-icons-team {
    margin-top: 5px;
  }
  .social-icons-team a {
    margin: 0px 5px;
  }
  .social-icons-team a img {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width:768px) {
  .responsive-menu {
    display: none;
    top: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    height: 100%;
    width: 50%;
    overflow: auto;
  }
  .main-menu>ul>li {
    float: none;
  }
  .hamburger-menu {
    display: block;
    background: url(assets/img/menu.svg);
    background-size: auto;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .main-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    backdrop-filter: blur(500px) brightness(100%);
    z-index: 9999;
    padding-top: 80px;
    border-radius: 0px 0px 10px 0px;
    margin: 0px 0px 24px 0px;
    float: left;
    text-align: center;
  }
  .main-menu ul li {
    display: block;
    margin: 20px 0;
  }
  .main-menu ul li ul {
    background-color: transparent;
    backdrop-filter: blur(50px) brightness(130%);
    box-shadow: 0 0 0px transparent;
  }
  .btnsearch {
    margin-left: 90px;
    margin-top: 30px;
  }
  .openmenu {
    display: block;
    position: absolute;
    margin-top: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }
  .exit-button {
    display: block;
    margin-top: -40px;
    position: relative;
    text-align: left;
    left: 40px;
    margin-left: 0px;
  }
  .hidden {
    display: none;
    margin-left: 0px;
  }
  .main-menu ul li ul {
    background: linear-gradient(180deg, #44403b, #616966);
    backdrop-filter: blur(100px) brightness(100%);
    box-shadow: 0 0 0px transparent;
    width: 100%;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .main-menu>ul>li {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main-menu::after {
    float: left;
    left: 300px;
    position: relative;
  }
  button {
    bottom: 15px;
  }
}

/*for mobile 360px*/
@media screen and (min-width:360px) and (max-width:767px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body header {
    height: 60px;
  }
  body header.slider-hover {
    margin-right: 4px;
    margin-left: 0px;
  }
  .loader {
    width: 100px;
    height: 100px;
  }
  header {
    height: 75px;
    width: 100%;
  }
  .hamburger-menu {
    margin-top: 10px;
    margin-left: 0px;
    width: 23px;
    max-height: 25px;
    background-size: 23px;
    top: 18px;
    left: 25px;
  }
  .header-page>.hamburger-menu {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(30%);
  }
  .header-page>.hamburger-menu svg {
    filter: brightness(0) invert(1) hue-rotate(60deg);
  }
  .menu {
    margin-left: 190px;
    font-size: 18px;
  }
  .logo {
    margin-right: 20px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
  }
  .logo img {
    width: 100%;
  }
  .btnsearch {
    margin-left: 60px;
    margin-top: 13px;
    margin-right: 0px;
    background-size: 30px;
  }
  .exit-button {
    margin-top: -50px;
    filter: brightness(0) invert(1);
    position: relative;
    text-align: left;
    left: 18px;
    margin-left: 10px;
  }
  .openmenu {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
  }
  .hidden {
    display: none;
    margin-left: 0px;
  }
  .main-menu ul li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .main-menu ul li ul {
    display: none;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: #444;
  }
  .main-menu ul li {
    display: block;
  }
  .main-menu>ul>li {
    margin-left: 0px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-menu::after {
    float: left;
    left: 90px;
    position: relative;
  }
  button {
    bottom: 15px;
  }
  .btn-show-slider {
    font-size: 12px;
    padding: 7px 12px 7px 12px;
    position: relative;
    top: 20px;
  }
  /*parallax*/
  .wrapper {
    height: 400px;
  }
  .wrapper-trainer {
    margin-bottom: 120px;
  }
  .text-center h1 {
    font-size: 15px;
  }
  .btn-more-parallax {
    width: 150px;
    height: 50px;
    padding: 14px 30px 15px 30px;
    font-size: 12px;
  }
  /*services*/
  .services-index {
    width: 80%;
    height: auto;
    top: -80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .service-item {
    width: 100%;
    height: auto;
    margin: 0px 0px;
    margin-bottom: 20px;
    padding-bottom: 55px;
  }
  .icon-services img {
    width: 50px;
  }
  .p-services {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .more-button {
    padding: 8px 25px;
    font-size: 12px;
  }
  /*trainer*/
  .about-team {
    width: 80%;
    padding: 0px;
    margin-bottom: 120px;
  }
  .category_team {
    flex-direction: column;
    height: auto;
  }
  .content-team {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }
  .content-team:hover {
    width: 100%;
  }
  .profile_detail-team span {
    font-size: 20px;
  }
  .profile_detail-team p {
    font-size: 13px;
  }
  .profile_quote-team {
    width: 100%;
  }
  .profile_quote-team p {
    font-size: 15px;
  }
  .h2-trainer-team {
    font-size: 20px;
  }
  .h2-trainer-team::after {
    width: 55px;
    margin: 40px auto;
  }
  .p-trainer-team {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .team-section {
    margin-bottom: 120px;
  }
  .team-section h2{
    font-size: 20px;
  }
  .team-section h2::after {
    width: 45px;
    margin: 35px auto;
  }
  .team-description {
    font-size: 14px;
    width: 80%;
  }
  .team-container {
    display: block;
  }
  .team-member {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    margin-bottom: 20px;
  }
  .team-info h3 {
    font-size: 15px;
  }
  .team-info p {
    font-size: 13px;
  }
  .team-info {
    padding: 0px;
  }
  .team-info h3 {
    margin-bottom: 5px;
  }
  .team-info p {
    margin-bottom: 5px;
  }
  .social-icons-team {
    margin-top: 5px;
  }
  .social-icons-team a {
    margin: 0px 5px;
  }
  .social-icons-team a img {
    width: 15px;
    height: 15px;
  }
  /*table-trainer*/
  .class-schedule {
    padding: 100px 20px;
    margin-bottom: 120px;
  }
  .table-trining {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
  }
  .table-trining th, td {
    font-size: 10px;
    padding: 8px 0px 8px 0px;
  }
  .h2-table-trining {
    font-size: 20px;
  }
  .h2-table-trining::after {
    width: 55px;
    margin: 40px auto;
  }
  .table-trining th, .table-trining td {
    border: 1px solid #F85A16;
  }
  .class-container {
    display: block;
  }
  .class-item {
    flex: 1 1 100%;
    margin: 5px 0;
    text-align: center;
  }
  .icon-trining img {
    width: 50px;
    height: 50px;
  }
  .time, .class-name, .instructor {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .fade-in {
    max-height: 630px;
  }
  .week-days .day-item, .week-days .day-item {
    text-align: center;
    padding: 9px;
    font-size: 13px;
  }
  .class-container {
      flex-direction: column;
  }
  .class-item {
      min-width: 100%;
      margin: 10px 0;
  }
  .week-days th {
      display: inline-block;
      width: 22%;
  }
  .week-days th, .week-days td {
      font-size: 14px;
      margin-left: 5px;
      margin-bottom: 10px;
  }
  .week-days .class-row {
      padding: 20px;
      text-align: center;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.05);
      transition: background-color 0.5s, transform 1s;
      border: 2px solid #F85A16;
  }
  /*gallery*/
  .gallery {
    margin-bottom: 120px;
  }
  .gallery-title {
    font-size: 20px;
  }
  .gallery-title::after {
    width: 55px;
    margin: 40px auto;
  }
  .gallery-description {
    font-size: 14px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .image-gallery-item {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  .hover-text {
    height: 50px;
    font-size: 15px;
  }
  /*comment*/
  .testimonials {
    margin-bottom: 100px;
  }
  .comment-title {
    font-size: 20px;
  }
  .comment-title::after {
    width: 55px;
    margin: 40px auto;
  }
  .testimonial img {
    width: 80px;
    height: 80px;
  }
  .testimonial span {
    font-size: 15px;
  }
  .testimonial p {
    font-size: 14px;
  }
  .testimonial-buttons button {
    width: 10px;
    height: 10px;
  }
  /*promo*/
  .fitness-promo {
    height: 400px;
    margin-bottom: 120px;
  }
  .fitness-promo h1 {
    font-size: 18px;
  }
  .fitness-promo p {
    font-size: 15px;
  }
  .discount {
    font-size: 15px;
  }
  .btn-promo {
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
  .another-page{
    margin-bottom: 0px;
  }
  /*last blog*/
  .recent-blog {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    margin-bottom: 120px;
  }
  .recent-blog h2 {
    font-size: 20px;
  }
  .recent-blog h2::after {
    width: 55px;
    margin: 40px auto;
  }
  .recent-blog p {
    font-size: 14px;
  }
  .blog-cards {
    flex-direction: column;
    align-items: center;
  }
  .blog-card {
    width: 100%;
    height: 610px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .blog-card:last-child {
    margin-bottom: 0;
  }
  .blog-card img {
    height: 350px;
  }
  .blog-card h3 {
    font-size: 15px;
  }
  .date {
    font-size: 15px;
  }
  .btn-recent-blog {
    width: 150px;
    height: 50px;
    padding: 14px 30px 15px 30px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  /*btn-up*/
  .scroll-button {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .scroll-button img {
    width: 20px;
    height: 20px;
  }
  /*footer*/
  .footer{
    height: auto;
  }
  .footer-content {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about, .classes {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .classes ul {
    padding: 0;
  }
  .txt-center-footer {
    text-align: center;
    font-size: 12px;
  }
  .about h2 {
    font-size: 20px;
  }
  .about p {
    font-size: 12px;
  }
  .icon-phone img {
    width: 25px;
    height: 25px;
    margin-left: 0px;
  }
  .icon-gmail img {
    width: 25px;
    height: 25px;
    margin-left: 0px;
  }
  .icon-location img {
    width: 25px;
    height: 25px;
    margin-left: 0px;
  }
  .icon-clock img {
    width: 25px;
    height: 25px;
    margin-left: 0px;
  }
  /*contact-form*/
  .contact-container {
    width: 80%;
    height: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
  }
  .contact-info {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .contact-form {
    width: 100%;
    height: auto;
  }
  .contact-info h2 {
    font-size: 20px;
  }
  .contact-form h2 {
    font-size: 20px;
  }
  .contact-form .input-name {
    width: 44%;
    margin-left: 21px;
    font-size: 11px;
  }
  .contact-form .input-lastname {
    width: 44%;
    font-size: 11px;
  }
  .contact-form input, .contact-form textarea {
    font-size: 11px;
  }
  .contact-form .btn-contact {
    width: 150px;
    height: 50px;
    padding: 14px 30px 15px 30px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /*comment*/
  input, textarea {
    font-size: 13px;
    padding: 10px 10px 10px;
  }
  .head h2 {
    font-size: 20px;
  }
  .comment-people h2 {
    font-size: 25px;
  }
  .comment-people {
    margin-top: 40px;
  }
  .comment-image {
    width: 60px;
    height: 60px;
  }
  .comment-dialog h4{
    font-size: 15px;
  }
  .comment-dialog p{
    font-size: 13px;
    text-align: justify;
  }
  /*404*/
  .box-404 div {
    width: 220px;
    height: 60px;
    line-height: 10px;
    font-size: 20px;
  }
  .p-head {
    font-size: 35px;
    top: 320px;
  }
  .p-paragraph {
    font-size: 15px;
    top: 320px;
  }
  .box-404 div:after {
    top: -253px;
  }
  /*page-post*/
  .page-wrapper {
    width: 80%;
    display: block;
    padding: 0px;
    margin-bottom: 120px;
  }
  .page-main {
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }
  .page-post-image {
    height: 300px;
  }
  .page-post-title-link {
    font-size: 18px;
  }
  time {
    font-size: 15px;
  }
  .page-post-text {
    font-size: 12px;
    margin-top: 0px;
  }
  .page-aside {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 50px;
  }
  .post-search-title {
    font-size: 18px;
  }
  .posts-search-content {
    left: -73px;
    top: -55px;
  }
  .posts-search-link {
    font-size: 12px;
  }
  .posts-search-image {
    width: 55px;
    height: 55px;
  }
  .page-post-meta {
    margin-top: 5px;
  }
  #submit{
    width: 100px;
    padding: 0px;
  }
  /*awards-team*/
  .awards-team {
    width: 80%;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .h2-awards {
    font-size: 20px;
  }
  .h2-awards::after {
    width: 50px;
    margin: 35px auto;
  }
  .awards-description {
    font-size: 14px;
    margin-top: 20px;
  }
  .tabs {
    width: 100%;
    height: 50px;
  }
  .tabs li {
    font-size: 8px;
  }
  .contents {
    width: 100%;
    height: auto;
  }
  .div-image-awards{
    width: 86%;
    height: 350px;
    position: absolute;
  }
  .box img {
    height: 100%;
    width: 100%;
  }
  .div-item-awards {
    margin-top: 350px;
    position: relative;
    width: 100%;
    padding: 0px;
  }
  .box h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .p-item-awards {
    font-size: 13px;
  }
  .txt-skill p {
    font-size: 13px;
  }
  .tooltip p {
    font-size: 11px;
  }
}