.pt-80 {
   padding: 80px 0; 
}
@media (max-width: 992px) {
  .pt-80 {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 32px;
  }
}

.pb-80 {
  /* padding-bottom: 80px; */
}
@media (max-width: 992px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 32px;
  }
}

/*-------------------------
  Headings
-------------------------*/

.gym-programs {
  padding: 40px 0; 
}

.gym-programs .row{margin: 0}

.gym-programs .heading_1 {
  margin-bottom: 64px;
}
.gym-programs .heading_1 h2 {
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--title-text-color);
  padding-left: 64px;
  position: relative;
  z-index: 50;
}
.gym-programs .heading_1 h2::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -5;
  background-color: #d6d8db;
  width: 195px;
  height: 29px;
}
@media (max-width: 992px) {
  .gym-programs .heading_1 h2 {
    font-size: 60px;
  }
  .gym-programs .heading_1 h2::after {
    bottom: 15px;
    width: 165px;
    height: 24px;
  }
}
@media (max-width: 492px) {
  .gym-programs .heading_1 h2 {
    font-size: 50px;
    padding-left: 32px;
    word-wrap: break-word;
  }
  .gym-programs .heading_1 h2::after {
    bottom: 13px;
    width: 100px;
    height: 20px;
  }
}

.gym-programs {
  position: relative;
  z-index: 15;
  background: #f8f8f8;
}

/*.gym-programs .container {*/
/*  width: 1600px !important;*/
/*}*/

.gym-programs .content {
  position: relative;
  z-index: 25;
}
.gym-programs .content .box {
  position: relative;
}
.gym-programs .content .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000004f;
}
.gym-programs .content .box img {
  width: 100%;
}
@media (max-width: 575px) {
  .gym-programs .content .box {
    margin: 0 15px;
    margin-bottom: 15px;
  }
}
.gym-programs .content .box .title {
  position: absolute;
  left: 50%;
  bottom: 30%;
  padding: 27px 14px;
  z-index: 5;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  color: #fafafa;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.gym-programs .content .box .book {
  position: absolute;
  left: 50%;
  bottom: 23%;
  padding: 15px 30px;
  z-index: 5;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fafafa;
  transform: translate(-50%, -50%);
  background: var(--color-primary);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .gym-programs .content .box .title {
    font-size: 24px;
  }
}
.gym-programs .content .box .title::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
  background-color: var(--color-primary);
  width: 97px;
  height: 97px;
}
@media (max-width: 1199px) {
  .gym-programs .content .box .title::after {
    width: 83px;
    height: 83px;
  }
}
.gym-programs .content .box:hover .title::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}


@media(max-width:991px){
  .gym-programs .content .box .book {bottom: 16%;padding: 10px 15px;font-size: 14px;}
}

@media(max-width:768px){
  .gym-programs .content .box .title {bottom: 15%;}
  .gym-programs {
    padding: 20px 0;
  }
}