/* =================================
------------------------------------
  X Gym - Fitness HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
:root {
  --dark: black;
  --light: white;
  --webColor: #f8ae25;
  --warning-color: #FFc107;
  --grey-color: #1A1A1A;
  --webBgColor: rgb(50, 50, 50);
}

.pagination {
  .page-item a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none !important;
    border:1px solid white !important;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-btn {
  color: white !important;
  background: var(--warning-color) !important;
  width: 100px !important;
  height: 30px !important;
}

.bg-c-warning {
  background: var(--warning-color) !important;
}

.c-border {
  border: 1px solid rgb(56, 54, 54) !important;
}

input[type="radio"] {
  accent-color: var(--warning-color);
  /* width: 16px;
  height: 16px; */
}

input[type="checkbox"]:checked {
  accent-color: var(--warning-color) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(100%) brightness(100%);
}

* {
  font-family: light-font;
  font-weight: 400;
}

html,
body {
  font-family: light-font;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-smoothing: antialiased;
  background: var(--webBgColor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--webColor);
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: var(--webColor);
  line-height: 2;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

button {
  all: unset;
  width: 200px;
  height: 40px;
  background: var(--webColor);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

button::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, var(--light), transparent);
  position: absolute;
  left: -100%;
  top: 0px;
  transition: .2s linear;
}

button:hover::before {
  left: 100%;
}

/* -------------------
top mover
---------------------- */
.top-mover {
  position: fixed;
  bottom: -45px;
  right: 20px !important;
  width: 45px;
  height: 45px;
  background: var(--webColor);
  border-radius: 50%;
  transition: .6s linear;
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.top-mover:hover {
  box-shadow: 1px 1px 10px var(--webColor);
}

.top-mover .inside-mover {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s linear;
}

.top-mover:hover .inside-mover {
  transform: translateY(-30px);
}

.top-mover .inside-mover i:nth-child(2) {
  position: absolute;
  bottom: -30px;
}

/*---------------------
Helper CSS
 -----------------------*/

/* .section-title {
  margin-bottom: 60px;
} */

.section-title h2 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--webColor);
}

.default-warning {
  color: var(--webColor) !important;
}

.section-title h2 span {
  /* background: var(--webColor); */
  display: inline-block;
  padding: 0 4px;
  /* text-decoration: underline; */
  text-decoration-color: var(--webColor);
  text-underline-offset: 9px;
  font-weight: 400;
}

.section-title p {
  padding-top: 25px;
}

.section-title.text-white span {
  color: #353535;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.set-bg img{
  transform: scale(1.3);
}

.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
  padding: 121px 0 80px;
}

.element {
  margin-bottom: 70px;
}

.element:last-child {
  margin-bottom: 0;
}

.element .el-title {
  margin-bottom: 75px;
}

/* buttons */

/* .site-btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 700;
	min-width: 228px;
	padding: 20px 40px;
	background: var(--webColor);
	color: #353535;
	line-height: normal;
	cursor: pointer;
	text-align: center;
} */

.site-btn:hover {
  color: #353535;
}

.site-btn.sb-dark {
  background: #242424;
  color: var(--webColor);
}

.site-btn.sb-dark:hover {
  color: var(--webColor);
}

.site-btn.sb-line {
  background: transparent;
  border: 2px solid #242424;
  padding: 18px 40px;
  color: #242424;
}

.site-btn.sb-line:hover {
  color: #242424;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}


/* Accordion */

.accordion-area .panel {
  margin-bottom: 18px;
}

.accordion-area .panel-link:after {
  content: "+";
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  right: 25px;
  top: 50%;
  color: #242424;
  line-height: 18px;
  margin-top: -9px;
  margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
  background: #242424;
  color: var(--webColor);
}

.accordion-area .panel-header .panel-link.collapsed {
  background: var(--webColor);
  color: #242424;
}

.accordion-area .panel-header .panel-link.collapsed:after {
  content: "+";
  color: #242424;
}

.accordion-area .panel-link.active:after {
  content: "-";
  margin-top: -10px;
  color: var(--webColor);
}

.accordion-area .panel-link {
  text-align: left;
  border: none;
  position: relative;
  width: 100%;
  padding: 18px 40px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  background: var(--webColor);
  color: #242424;
  cursor: pointer;
}

.accordion-area .panel-body {
  padding-right: 16px;
}

.accordion-area .panel-body p {
  margin-bottom: 0;
  padding-top: 24px;
}

/* tab */

.tab-element .nav-tabs {
  border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
  border: none;
  padding: 18px 30px;
  margin-right: 9px;
  background: var(--webColor);
  margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
  background: #000;
  color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
  border: none;
}

.tab-element .tab-pane {
  padding-right: 16px;
}

.tab-element .tab-pane p {
  padding-top: 20px;
}

/* Circle progress */

.circle-progress {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.circle-progress canvas {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle-progress .progress-info {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -32px;
}

.circle-progress .progress-info h2 {
  font-size: 36px;
  margin-bottom: 9px;
}

.circle-progress .progress-info p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
}

/* Icon Box*/

.icon-box-item {
  text-align: center;
  /* margin-bottom: 40px;  */
}

.icon-box-item .ib-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #000000;
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f6f9fa;
  margin: 0 auto 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.icon-box-item h4 {
  margin-bottom: 25px;
}

.icon-box-item p {
  margin-bottom: 0;
}

.icon-box-item:hover .ib-icon {
  background: var(--webColor);
}

/*------------------
Header section
 ---------------------*/
.header-section {
  height: 80px;
  background: var(--webBgColor);
}

.site-logo {
  display: inline-block;
  padding: 15px 35px;
}

.main-menu {
  list-style: none;
  float: right;
}

.main-menu li {
  display: inline-block;
}

.main-menu li a {
  position: relative;
  width: fit-content;
  transition-delay: .3s;
  font-weight: 400 !important;
}

.main-menu li a:hover {
  color: var(--webColor) !important;
}

.main-menu li a::before {
  content: '';
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: -3px;
  left: 0px;
  background: var(--webColor);
  transform: scaleX(0);
  transition: .4s linear;
  transform-origin: right !important;
}

.main-menu li a:hover::before {
  transform: scaleX(1);
  transform-origin: left !important;
}

.main-menu li a:not(.header-right .signed a) {
  font-size: 20px;
  font-weight: 400;
  color: var(--webColor);
  margin-right: 25px;
  padding: 2px 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bars-hide {
  display: none;
}

@media screen and (max-width:1050px) {
  .main-menu li a:not(.header-right .signed a) {
    margin-right: 0px;
  }
}

/* .main-menu li a.active,
.main-menu li a:not(.header-right .signed a):hover {
	background: var(--webColor);
} */

.header-right .signed {
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid var(--webColor);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px var(--webColor);
  position: relative;
  z-index: 1;
}

.header-right .signed .indicators {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: var(--webColor);
  box-shadow: 0px 0px 5px var(--webColor);
  z-index: -1;
  transition: .3s ease-in;
}


.header-right .signed a:nth-child(2):hover~.indicators {
  left: 50%;
}

.header-right .signed a:nth-child(2):hover {
  color: var(--grey-color);
}

.header-right .signed a {
  width: 100px;
  height: 100%;
  font-size: 17px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--webColor);
  font-weight: bold;
}
.header-right .signed:hover a:first-child:not(:hover){
  color: var(--webColor) !important;
}
.header-right .signed a:first-child:not(:hover){
  color: black !important;
}
.header-right .signed a:hover{
  color: black !important;
}
.header-right .signed a:not(:hover){
  color: var(--webColor) !important;
}
.header-right .signed a:hover{
  color: black !important;
}


.slicknav_menu {
  display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

/* .hero-text {
	padding-top: 100px;
} */

@font-face {
  font-family: light-font;
  src: url(../icon-fonts/Quicksand-Light.ttf);
  /* src: url(../icon-fonts/Quicksand-VariableFont_wght.ttf); */
}

.hero-text h1 {
  font-family: light-font;
  font-weight: 400;
}


.hero-section .social-icons {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.hero-section .social-icons a {
  color: var(--webColor) !important;
}

.hero-section .social-icons .icon:hover a {
  transition: .2s ease-in-out;
  text-shadow: 0px 0px 10px var(--webColor);
  transform: scale(1.4) rotateY(360deg);
}

.hero-section .social-icons .icon {
  width: 40px;
  height: 40px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 5px;
  border-radius: 50%;
  animation: icons var(--t) linear 1;
  overflow: hidden;
}

@keyframes icons {
  from {
    transform: translateX(-30px);
  }

  to {
    transform: translateX(0px);
  }
}


.custom-yellow {
  filter: hue-rotate(-60deg) saturate(3) brightness(1);
}

.add-text h2 {
  font-size: 60px;
  margin-bottom: 42px;
  color: var(--light);
  /* margin-right: 116px; */
}

.add-text h2 span {
  color: var(--webColor);
}

.add-text ul {
  list-style: none;
  margin-bottom: 40px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.add-text ul li {
  /* margin-bottom: 19px; */
  font-size: 30px;
  color: #fff;
}

.add-text ul li img {
  margin-right: 19px;
}

/* ----------------
Milestones section
 ---------------------*/

.milestones-section {
  padding-block: 35px;
  background: var(--webBgColor);
  /* padding: 59px 0 5px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.milestone {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* margin-bottom: 30px; */
  background: rgba(255, 247, 0, 0.053);
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  user-select: none;
}

.milestone .head-mile {
  width: 40%;
  background: var(--webColor);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 30px 30px 0px;
}

.milestone .body-mile {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  p {
    margin: 0px;
    font-size: 20px;
  }
}



/* ----------------
Trainers section
 ---------------------*/

.trainers-section {
  /* padding: 30px 0 75px; */
  width: 100%;
  overflow: hidden;
}

.trainers-section .section-title {
  margin-bottom: 78px;
}

.trainer-item {
  text-align: center;
  padding: 0 5px;
  margin-bottom: 30px;
}

.trainer-item .trainer-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.trainer-item .trainer-pic img {
  max-width: 100%;
}

.trainer-item h4 {
  margin-bottom: 20px;
  color: var(--webColor);
}

.trainer-item p {
  margin-bottom: 0;
  color: var(--webColor);
}

/* ----------------
BMI section
 ---------------------*/

.bmi-section {
  background: var(--webBgColor);
  position: relative;
}

.bmi-bg {
  position: absolute;
  height: 100%;
  width: 40.5%;
  left: 0;
  top: 0;
}

.bmi-calculator-warp {
  background: #242424;
  padding: 48px 53px 40px;
  margin-top: 70px;
}

.bmi-calculator input {
  font-size: 16px;
  color: #505050;
}

.bmi-calculator input,
.bmi-calculator .site-btn {
  width: 100%;
  height: 57px;
  margin-bottom: 30px;
  padding: 0 24px;
  border: none;
  min-width: 100%;
}

.bmi-calculator p {
  color: #fff;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 9px;
}

/* ------------------
why choose us
---------------- */

.why-choose-us {
  height: fit-content;
  background-image: url(../img/blog/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.why-choose-us .choose-section {
  width: 100%;
  height: fit-content;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.893), var(--webBgColor));
  padding-block: 50px 100px;
}

.choose-section .head-posion-choose {
  width: 60%;

  .header-title p {
    color: grey;
    font-weight: 400;
  }
}

@media screen and (min-width:500px) and (max-width:992px) {
  .choose-section .head-posion-choose {
    width: 75% !important;
  }
}

@media screen and (max-width:500px) {
  .choose-section .head-posion-choose {
    width: 100% !important;
  }
}

.choose-section .choose-content-box {
  width: 100%;
  padding: 5px 10px;
  border: 4px solid rgb(56, 56, 56);
}

.choose-section .choose-content-box .icon-bars {
  color: var(--webColor);

  span {
    font-size: 50px;
  }
}

/* ----------------
Newsletter section
 ---------------------*/

.newsletter-section {
  padding: 84px 0;
}

.newsletter-section .section-title {
  padding-top: 8px;
}

.newsletter-form {
  margin-left: -55px;
}

.newsletter-form input {
  width: calc(100% - 228px);
  height: 63px;
  padding: 10px 35px;
  float: left;
  border: none;
}

/* ----------------
Footer section
 ---------------------*/

.footer-section {
  padding-top: 106px;
  padding-bottom: 23px;
  position: relative;
}
.bg-footer-section{
  width: 100%;
  height: 100%;
  background: #000000d3;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footer-widget {
  margin-bottom: 50px;
}

.footer-widget h4 {
  color: var(--webColor);
  margin-bottom: 30px;
}

.footer-widget .fw-info-box img {
  float: left;
  margin-right: 12px;
  padding-top: 7px;
}

.footer-widget .fw-info-box p {
  color: var(--webColor);
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-widget .fw-info-box .fw-info-text {
  /* max-width: 145px; */
  overflow: hidden;
}

.footer-widget .social-links a {
  display: inline-block;
  padding: 9px 5px;
  color: #d1d1d1;
  margin-left: 18px;
}

.copyright {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding-top: 35px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: var(--webColor);
}

.footer-menu {
  list-style: none;
  text-align: right;
  padding-top: 30px;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  color: var(--webColor);
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  margin-left: 23px;
}

/* --------------
==================
Other Pages
==================
-----------------*/

.page-top-section {
  height: 272px;
  text-align: center;
  padding-top: 95px;
}

.page-top-section h2 {
  display: inline-block;
  position: relative;
  font-size: 72px;
  color: #fff;
  padding-bottom: 17px;
}

.page-top-section h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: var(--webColor);
}

/* ----------------
About Page
 ---------------------*/

.about-section {
  padding: 50px 0 0;
}

.about-text {
  padding-right: 13px;
  margin-bottom: 50px;
}

.about-img {
  position: relative;
}

.about-img img {
  position: absolute;
  left: 60px;
  top: -150px;
}

.achievement-section {
  padding: 150px 0 86px;
}

.achievement-section .circle-progress .progress-info h2 {
  color: var(--webColor);
}

.achievement-section .circle-progress .progress-info p {
  color: #fff;
}

.certified-section .section-title p {
  padding-top: 50px;
}

.certified-form {
  position: relative;
  overflow: hidden;
}

.certified-form input[type=text] {
  width: 100%;
  height: 60px;
  padding: 10px 29px;
  border: none;
  background: #edf3f5;
  margin-bottom: 19px;
  font-style: italic;
  font-size: 16px;
  color: #242424;
}

.certified-form label.attach {
  display: inline-block;
  background: #242424;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  width: 166px;
  text-align: center;
  cursor: pointer;
}

.certified-form .attach-field {
  position: absolute;
  z-index: -11;
  visibility: hidden;
  opacity: 0;
  left: 0;
}

.certified-form .site-btn {
  float: right;
}

/* ----------------
Classes Page
 ---------------------*/

.service-section {
  padding: 122px 0 55px;
}

.service-section .icon-box-item {
  margin-bottom: 50px;
}

.pricing-section {
  padding: 121px 0 91px;
}

.pricing-section .section-title {
  margin-bottom: 74px;
}

.pricing-box {
  position: relative;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 62px 40px 31px;
  height: 593px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box p {
  font-size: 18px;
  color: #d6d6d6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box ul {
  list-style: none;
  padding-top: 40px;
}

.pricing-box ul li {
  display: block;
  color: #d6d6d6;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box ul li span {
  display: inline-block;
  width: 29px;
  height: 3px;
  margin-top: 18px;
  background: var(--webColor);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box .site-btn {
  min-width: 184px;
  position: absolute;
  bottom: 31px;
  left: 50%;
  margin-left: -92px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-box:hover {
  background: var(--webColor);
  border-color: var(--webColor);
}

.pricing-box:hover h2,
.pricing-box:hover p,
.pricing-box:hover ul li {
  color: #242424;
}

.pricing-box:hover ul li span {
  background: #242424;
}

.pricing-box:hover .site-btn {
  color: #fff;
  background: #242424;
}

.classes-section {
  padding: 121px 0;
}

.classes-section .section-title h2 {
  line-height: 1.2;
}

.classes-section .section-title h2 span {
  line-height: 1;
}

.classes-text {
  padding-right: 20px;
}

.classes-text p {
  margin-bottom: 50px;
}

/* ----------------
Blog page
 ---------------------*/

.blog-section {
  padding: 121px 0;
}

.blog-item {
  margin-bottom: 80px;
}

.blog-item img {
  margin-bottom: 40px;
}

.blog-item h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.blog-item .blog-metas {
  margin-bottom: 20px;
}

.blog-item .blog-metas .blog-meta {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #7b7a7a;
  margin-bottom: 5px;
}

.blog-item .blog-metas .blog-meta img {
  float: left;
  margin-right: 7px;
  padding-top: 3px;
  margin-bottom: 0;
}

.blog-item p {
  margin-bottom: 30px;
}

.blog-item .site-btn {
  min-width: 156px;
}

.site-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 33px;
  height: 37px;
  text-align: center;
  font-size: 16px;
  color: #242424;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
}

.site-pagination a.active {
  min-width: 37px;
  color: #fff;
  background: #000;
}

.widget-area {
  margin-bottom: 56px;
}

.widget-area .widget-title {
  font-size: 24px;
  margin-bottom: 35px;
}

.widget-area ul {
  list-style: none;
}

.widget-area ul li {
  display: block;
  margin-bottom: 20px;
}

.widget-area ul li a {
  font-size: 16px;
  color: #505050;
}

.widget-area ul li span {
  display: inline-block;
  float: right;
  width: 24px;
  height: 24px;
  padding-top: 2px;
  font-size: 14px;
  border-radius: 50%;
  color: #242424;
  background: var(--webColor);
  text-align: center;
}

.search-widget {
  position: relative;
}

.search-widget input {
  height: 63px;
  width: 100%;
  padding: 0 33px;
  padding-right: 65px;
  background: #edf3f5;
  border: none;
}

.search-widget button {
  position: absolute;
  height: 100%;
  width: 60px;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  z-index: 1;
}

.recent-post-widget .rp-item {
  margin-bottom: 30px;
}

.recent-post-widget .rp-item:last-child {
  margin-bottom: 0;
}

.recent-post-widget .rp-item img {
  float: left;
  width: 139px;
  margin-right: 19px;
}

.recent-post-widget .rp-text p {
  font-size: 18px;
  color: #242424;
  line-height: 1.3;
  margin-top: -3px;
}

.recent-post-widget .rp-date {
  display: inline-block;
  color: #242424;
  font-size: 12px;
  padding: 5px 13px 4px 9px;
  background: var(--webColor);
}

.tags-widget a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 15px;
  margin-right: 3px;
  background: var(--webColor);
  padding: 4px 18px;
}

/* ----------------
Contact page
 ---------------------*/

.contact-section {
  padding-top: 50px;
}

.contact-title {
  margin-bottom: 40px;
}

.contact-info-warp {
  margin-bottom: 30px;
  padding: 20px;
  background: var(--dark);
  height: 100%;
}

.contact-info-warp h4 {
  margin-bottom: 30px;
}

.contact-info-warp .contact-info img {
  float: left;
  margin-right: 12px;
  padding-top: 7px;
}

.contact-info-warp .contact-info p {
  line-height: 1.8;
  margin-bottom: 0;
}

.contact-info-warp .contact-info .cf-text {
  /* max-width: 145px; */
  overflow: hidden;
}

.contact-form {
  margin-bottom: 84px;
}

.contact-form input[type=text],
.contact-form textarea {
  width: 100%;
  height: 60px;
  padding: 10px 29px;
  border: none;
  border-bottom: 2px solid var(--webColor);
  background: transparent;
  margin-bottom: 19px;
  /* font-style: italic; */
  font-size: 16px;
  color: var(--webColor) !important;
}

.contact-form textarea {
  resize: none;
  height: 100px;
  padding: 24px 29px 10px;
  margin-bottom: 30px;
}

.contact-form input[type="text"]::placeholder,
.contact-form textarea::placeholder {
  color: var(--yourPlaceholderColor);
  opacity: 1;
}

.map {
  position: relative;
  height: 560px;
  background: #ddd;
}

.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ----------------
categories => side menus
------------------- */
/* trigger */
.side-menus-visible {
  width: 50px;
  height: 50px;
  background: rgb(82, 82, 82);
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease;

  span {
    font-size: 28px;
    color: var(--webColor);
  }
}

.side-menus-visible.active {
  left: -100% !important;
}

.side-menu-mobile {
  width: 250px;
  height: calc(100vh - 80px);
  background: rgb(82, 82, 82);
  position: fixed;
  top: 80px;
  left: -100%;
  z-index: 4;
  transition: .3s ease;
}

.side-menu-mobile.active {
  left: 0% !important;
}

.total-closer {
  width: 100vw;
  height: calc(100vh - 80px);
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 3 !important;
}

/* trigger end */


.header-dashboard {
  height: 150px;
  width: 100%;

}

.header-dashboard .inside-dashboard {
  display: flex;
  justify-content: end;
  background: #00000051;

  h2 {
    font-weight: 400;
  }
}

.side-menus-area {
  /* height: 95vh; */
  width: 100%;
  background: linear-gradient(60deg, rgb(55, 55, 55), rgb(40, 40, 40));
  margin-top: 30px;
  border-radius: 20px;
}

.side-menus-area {
  position: absolute;
  top: -80px;

  .head {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;

    h5 {
      font-weight: 400;
      font-size: 25px;
    }
  }

  .navbar-nav li {
    width: 100%;
    height: 60px;

    span {
      width: 30px;
    }

    a {
      font-size: 20px;
      color: #ffffff !important;
    }
  }

  li:hover a {
    transition: .4s ease-in;
    padding-left: 10px;

    span {
      color: var(--webColor) !important;
    }
  }
}

/* -----------------
	mobile side menu
--------------------- */

.side-menus-area-mobile {
  .head {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 30px 10px;

  }

  ul {
    height: calc(100vh - 80px - 40px - 40px);
    overflow: scroll;
  }

  ul li {
    height: 50px;
    padding-block: 10px;
  }

  ul li span {
    width: 40px;
    font-size: 23px;
  }

  .bottom-menu-mob {
    height: 40px;
    background: var(--webBgColor);
  }
}

/* -----------------
	dashboard
------------- */

.your-card {
  background: #272626;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
  border-radius: 10px;

  p {
    margin: 0px;
    font-size: 26px;
    /* padding-top: 10px; */
  }
}

/*-------------
 meals
----------------- */
.meals-plan {
  .head-meal {
    position: relative;
    width: fit-content;
  }

  .head-meal::before {
    content: '';
    width: 40%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    background: var(--webColor);
  }
}

/*-----------------
 course
----------------------*/
.layer-card {
  height: 400px;
  width: 100%;
  background: var(--webColor);
  border-radius: 95px;
  padding: 1px;
}

.layer-card .corse-card {
  height: 100%;
  width: 100%;
  background: url(../img/pricing-bg.jpg);
  background-size: cover;
  background-position: right top;
  border-radius: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.corse-card p:nth-child(1) {
  height: 50px;
  width: 100%;
  background: #00000070;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
}

.corse-card button {
  background: #fcb32b88;
}

/* ---------------
change password
------------------- */
.change-card,
.inside-layer-pass {
  width: 350px;
  height: fit-content;
  border-radius: 20px;
  background: url(../img/change\ password.jpg);
  background-size: cover;
  background-position: right center;
  z-index: 1;
  margin-top: 30px;
}

.password-card {
  width: 100%;
  height: fit-content;
  background: #000000b0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 15px;

  label {
    display: block;
    color: var(--light);
    padding-top: 5px;
  }

  form {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  input {
    border-radius: 10px;
    border: none;
    height: 35px;
    width: 250px;
    padding-left: 10px;
  }

  form button {
    width: 140px;
    height: 35px;
    background-color: var(--webColor);
    margin-top: 20px;
    color: var(--light);
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 10px;
    text-align: center;
  }
}

.inside-layer-pass {
  opacity: .1;
  /* border: 2px solid var(--webColor); */
  position: absolute;
  left: 0px;
  top: 40px;
  transform: rotate(45deg);
  z-index: -1 !important;
  margin-top: -30px;

}

/* ------------------
	Workout
---------------- */
.workout-plan-daily,
.enter-body {
  width: 100%;
  height: 60px;
  background: #272626;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  h3 {
    font-weight: 400;
  }
}

.enter-body {
  height: 100px;
}

.workouts-dashboard {
  position: relative;

  video {
    width: 100%;
  }

  .access-btn {
    width: 100%;
    height: 100%;
    background: #00000083;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .access-btn .run-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--webColor);
    cursor: pointer;
    z-index: 1;
    position: relative;

    span {
      font-size: 40px;
      color: var(--light);
    }
  }

  .run-btn::before,
  .run-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    transform: scale(2);
    background: #ffd02867;
    z-index: -1;
    animation: play 5s linear infinite;
  }

  .run-btn:hover::before,
  .run-btn:hover::after {
    background: #ffffff7a;
  }

  .run-btn::after {
    animation-delay: -2s !important;
  }
}

@keyframes play {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: scale(2);
  }
}

/* --------------------
	payment-history
------------------ */

.payment-history {
  width: 100%;
  height: 50px;
  background: var(--webColor);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.h-all-history {
  background: #464646;
  border-radius: 10px;
}

.h-all-history.success {
  border-left: 3px solid rgb(0, 189, 0);
}

.h-all-history.failed {
  border-left: 3px solid red;
}

.all-history {
  height: 50px;
}

.head-select select {
  width: 200px;
  height: 30px;
  padding-left: 10px;
  font-weight: 400;
  border-radius: 6px;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu li a {
    margin-right: 10px;
  }

  .header-right .hr-box {
    width: 240px;
    padding: 31px 20px;
  }

  .hero-text h2 {
    font-size: 80px;
  }

  .add-text {
    padding-left: 0;
  }

  .section-title h2 {
    font-size: 43px;
  }

  .newsletter-form {
    margin-left: 0;
  }

  .footer-widget .social-links a {
    margin-left: 15px;
  }

  .add-text h2 {
    margin-right: 100px;
  }
}

/* -----------------
	sign-up
------------------ */
.top-sign-up {
  height: 150px;
  background: url(../img/header-bg/3.jpg);
  display: flex;
  justify-content: end;

  .top-section {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;

    h3 {
      position: relative;
      font-family: 500;

    }

    h3:before {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: -10px;
      left: 0px;
      background: var(--webColor);

    }
  }
}

.sign-parent {
  border-radius: 10px;
  overflow: hidden;
}

.right-side-content,
.left-side-content {
  width: 400px;
  min-height: 450px;
  background: #000;
}

:is(.right-side-content, .left-side-content).login {
  /* height: 330px !important; */
}

.right-side-content {
  .head {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    h4 {
      font-family: light-font;
      font-size: 30px;
    }
  }

  form {
    /* height: calc(100% - 40px); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    input:not(input[type='checkbox']) {
      margin-block: 10px;
      width: 250px;
      height: 40px;
      border-radius: 15px;
      outline: none;
      border: none;
      padding-left: 10px;
    }

    .view-pass {
      width: 250px;
      color: white;
    }

    input::placeholder {
      font-weight: 400;
    }
  }
}

.left-side-content {
  width: 270px;
  border-right: 1px solid grey;
  /* background: url(../img/sign-up.jpg); */
  /* filter: brightness(0.5); */
  background-size: cover;
}

.dark-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.712);
}

.left-side-content {
  position: relative;
}


/*-----------------
 profile
 ----------------- */
.profile-section .name {
  background: #393939;
  width: fit-content;
  padding: 10px 40px;
  margin-bottom: 10px;
  border-radius: 10px;

  h3 {
    font-weight: 400;
    font-size: larger;
  }
}

.our-details {
  .our-spec {
    /* color: var(--light); */
    border-radius: 10px;
    overflow: hidden;

    .title {
      width: 60%;
      background: #393939;
      padding: 10px;
    }

    .value {
      width: 39%;
      background: #393939;
      padding: 10px;
    }
  }

  .address {
    width: 100%;
    background: #393939;
    border-radius: 10px;
    padding: 5px 10px;
  }

  p {
    margin: 0px;
  }

}


/* Tablet :768px. */
.mobile-menu {
  display: none;
}

@media screen and (max-width:992px) {
  .main-menu {
    display: none;
  }

  .bars-hide {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #000;
    display: none;
    justify-content: center;
    align-items: center;
  }

  .top-closer {
    position: absolute;
    top: 0%;
    left: 0px;
  }

  .mobile-menu .mobile-inside-content {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;

    h1 {
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 120px;
      transform: translate(-50%, -50%);
      z-index: -1;
      color: #1e1e1e;
    }

    li a {
      font-size: 25px;
      position: relative;
      line-height: 60px;
    }

    li a::before {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0px;
      bottom: 10px;
      background: var(--webColor);
      border-radius: 20px;
      transform: scaleX(0);
      transform-origin: right;
      transition: .4s linear;
    }

    li a.active::before {
      transform: scaleX(1);
    }

    li a:hover::before {
      transform: scaleX(1);
      transform-origin: left;
    }
  }

  .mobile-main-menu {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    max-width: 165px;
    padding: 15px 15px;
  }

  .header-right .hr-box {
    width: 205px;
    padding: 31px 10px;
  }

  .hero-text h2 {
    font-size: 60px;
  }

  .bmi-bg {
    display: none;
  }

  .newsletter-section {
    text-align: center;
  }

  .newsletter-form {
    margin-top: 50px;
    margin-left: 0;
  }

  .footer-menu li a {
    margin-left: 10px;
  }

  /* .about-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-img img {
    position: relative;
    left: 0;
    top: 0;
  } */

  .certified-section {
    background-position: right center;
  }

  .sidebar {
    padding-top: 50px;
  }
}

/* Large Mobile :480px. */
@media screen and (max-width:900px) and (min-height:600px) {
  .hero-section {
    height: auto;
  }

  .hero-text {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .site-logo {
    padding-left: 15px;
  }


  .slicknav_menu {
    display: block;
  }

  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
    margin-top: -43px;
  }

  .slicknav_nav {
    background: #353535;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 20px;
    margin: 0;
  }

  .slicknav_nav .slicknav_row.active,
  .slicknav_nav a.active {
    color: var(--webColor);
  }

  .slicknav_nav a:hover {
    border-radius: 0;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
  }

  .slicknav_btn {
    margin: 0 0 10px 0;
    position: relative;
    top: -23px;
    right: 15px;
    background: #353535;
  }

  /* .header-right {
		float: none;
		background: var(--webColor);
		text-align: center;
	} */

  .header-right .hr-box {
    padding: 20px 52px;
    margin: 0 auto;
    max-width: 294px;
    text-align: left;
  }

  /* .hero-section {
		height: auto;
	}

	.hero-text {
		padding-top: 100px;
		padding-bottom: 110px;
	} */

  .hero-text h1 {
    font-size: 40px;
  }

  .add-text {
    padding-left: 0;
  }

  .add-text h2 {
    font-size: 55px;
  }

  .bmi-bg {
    display: none;
  }

  .bmi-calculator-warp {
    padding: 48px 20px 40px;
  }

  .newsletter-section {
    text-align: center;
  }

  .newsletter-form {
    margin-top: 50px;
    margin-left: 0;
  }

  .newsletter-form input {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu li a {
    margin-left: 5px;
  }

  .footer-menu li:first-child a {
    margin-left: 0;
  }

  .copyright {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  /* .about-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .about-img img {
    position: relative;
    left: 0;
    top: 0;
  } */

  .certified-section {
    background-position: right center;
  }

  .certified-form .site-btn {
    float: none;
  }

  .certified-form label.attach {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .sidebar {
    padding-top: 50px;
  }
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 36px;
  }

  .hero-text h2,
  .page-top-section h2 {
    font-size: 48px;
  }

  .add-text h2 {
    font-size: 36px;
    margin-right: 0;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}

.errMsg {
  font-size: 10px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.custom-switch .custom-control-input:checked:focus ~ .custom-control-label::before,
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.min-vh-100{
  min-height: 100vh !important;
}
