/*

Tooplate 2119 Gymso Fitness

https://www.tooplate.com/view/2119-gymso-fitness

*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

:root {
  --primary-color: #248437;
  --white-color: #ffffff;
  --yellow-color: #ffb800;
  --green-color: #2c9942;
  --light-color: #f9f9fa;
  --dark-color: #171819;
  --black-color: #000000;
  --about-bg-color: #f9f9f9;

  --gray-color: #909090;
  --link-color: #fff;
  --p-color: #666262;

  --base-font-family: "poppins", sans-serif;
  --font-weight-bold: bold;
  --font-weight-normal: normal;
  --font-weight-light: 300;
  --font-weight-thin: 100;

  --h1-font-size: 72px;
  --h2-font-size: 42px;
  --h3-font-size: 28px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --base-font-size: 16px;
  --menu-font-size: 14px;

  --v4-font-size: 70px;

  --border-radius-large: 100%;
  --border-radius-small: 4px;
}

body {
  background: var(--white-color);
  font-family: var(--base-font-family);
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-thin);
  line-height: normal;
}

h1 {
  font-size: var(--h1-font-size);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  line-height: 72px;
  text-transform: uppercase;
  margin: 20px 0;
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
  margin: 0;
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--gray-color);
  font-size: var(--h6-font-size);
  line-height: inherit;
  margin: 0;
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  line-height: 1.5em;
}

b,
strong {
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}

.section {
  padding: 5rem 0;
}

.marginTop40 {
  margin-top: 40px;
}

textarea {
  height: 86% !important;
}

/* BUTTON */

.custom-btn {
  background: transparent;
  border-radius: var(--border-radius-small);
  padding: 14px 24px;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  color: var(--primary-color);
}

.custom-btn:focus {
  box-shadow: none;
}

.custom-btn.bordered:hover,
.custom-btn.bordered:focus,
.custom-btn.bg-color:hover,
.custom-btn.bg-color:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.bordered {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.bg-color {
  background: var(--primary-color);
  color: var(--white-color);
}

.sectionHead {
  color: var(--primary-color);
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: var(--link-color);
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

.section-heading {
  font-weight: bold;
  font-size: 42px;
  color: #3f59a6;
}

.section-sub-heading {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.white-text {
  color: #fff;
}

.mainHead {
  margin-top: 190px;
  margin-left: -50px;
}

.main-head-text {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  color: var(--green-color);
}

.square {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 1.5em;
  margin: 5px 0 25px;
  padding: 0;
}
.square li {
  list-style: none;
  position: relative;
  padding: 0 0 0 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.mobileView {
  display: none;
}

.webView {
  display: block;
}

.miniMobileView {
  display: none;
}

.fullWebView {
  display: block;
}

/* BG OVERLAY */

.bg-overlay {
  background: var(--dark-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.second-bg-overlay {
  background: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/*---------------------------------------
     MODAL              
  -----------------------------------------*/

.modal-content {
  padding: 2rem 3rem;
}

.modal-header,
.modal-body,
.modal-footer {
  border: 0;
  padding: 0;
}

.membership-form a {
  color: var(--primary-color);
}

/*---------------------------------------
    HOME          
  -----------------------------------------*/

.home-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 18rem;
  margin-top: 130px;
}

.home {
  background: var(--white-color);
  padding: 8rem 0 6rem 0;
}

.v4-texts {
  margin-top: 26px;
  font-size: 90px;
  line-height: 85px;
  font-weight: 600;
}

.logo-and-text-row {
  margin-bottom: 137px;
}

.sub-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #2c9942;
}

.paragraph-text {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.marginAuto {
  margin: auto;
}

.blue-background-div {
  background-color: #008bd2;
}

.zero-padding-left {
  padding-left: 0 !important;
}

.zero-padding {
  padding: 0px;
}

.zero-padding-top {
  padding-top: 0 !important;
}

/*---------------------------------------
    ABOUT          
  -----------------------------------------*/

.aboutUs {
  background-color: #2c9942;
}

.aboutUs-content {
  position: relative;
}

.aboutUs-Text {
  padding: 10rem 0;
}

.aboutUs-image {
  position: absolute;
  top: 80px;
  height: 100%;
}

.aboutUs .sub-heading {
  color: #fff;
}

.aboutUs-half-circle {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 60px;
  right: 50px;
}

.about-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*---------------------------------------
    VISSION          
  -----------------------------------------*/

.vission {
  padding-top: 100px;
  background: #f9f9f9;
}

.mission-vission-text-section {
  position: absolute;
  bottom: 0px;
}

.mission-text,
.vission-text {
  color: #000;
  font-size: 14px;
  line-height: 30px;
}

.marginBottom80 {
  margin-bottom: 80px;
}

/*---------------------------------------
    SERVICES          
  -----------------------------------------*/

.service-box {
  margin: 0 15px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.11);
  border-radius: 19px;
  height: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.service-image {
  margin: 50px 0;
}

.service-box-text {
  padding: 18px 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-box-row {
  top: -160px;
  margin-bottom: 130px;
  position: absolute;
  z-index: 10;
}

/*---------------------------------------
    Why Us          
  -----------------------------------------*/

.whyUs {
  position: relative;
}

.image-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0px 8px;
}

.bannerContent {
  margin-top: 90px;
  margin-bottom: 170px;
}

/*---------------------------------------
    CONTACT US          
  -----------------------------------------*/

.contactUs {
  background-color: #2c9942;
  padding: 100px 0;
  position: relative;
}

.contactUs .sub-heading {
  color: #fff !important;
}

.contactUs-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0;
}

.contact-details-list {
  margin: 5px 0px;
}

.contact-details-icon {
  margin-right: 15px;
}

.mobileButton {
  display: none;
}

.white-logo {
  padding-bottom: 20px;
}

.contactus-sub-head {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.contactDetails {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  margin-top: 25px;
  color: #fff;
}

.allLocations {
  margin-top: 50px;
  /*border-left: 2px solid #248437;*/
}

.noBorderLocation {
  margin-top: 50px;
  padding-left: 60px;
}
.locationBoldHead {
  font-size: 18px;
  font-weight: 700;
}

.get-in-touch {
  margin-right: 4rem;
}

.form-button-mobile {
  background: #2f80ed;
  color: #fff;
  margin-right: 40px;
  /* margin: 18px 0px; */
}

.signature {
  width: 100%;
  background-color: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.signature a {
  color: #fff !important;
  text-decoration: underline;
}

.lineDiv {
  margin-top: 70px;
}

.lineLeft {
  position: absolute;
  width: 33%;
  height: 0px;
  left: 194px;
  border: 2px solid #248437;
}

.lineRight {
  position: absolute;
  width: 27%;
  height: 0px;
  left: 65%;
  border: 2px solid #248437;
}

.lineText {
  position: absolute;
  height: 30px;
  left: 48%;
  margin-top: -10px;
  font-size: 18px;
  color: #fff;
}

/*---------------------------------------
     MENU             
  -----------------------------------------*/

.navbar {
  background: rgba(44, 153, 66, 0.9);
  padding: 1.3rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-brand img {
  margin-right: 10px;
}

.navbar-brand {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

.navbar-brand-web {
  position: absolute;
  left: 0;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 0px 50px 50px 0;
  padding: 10px 27px;
}

.nav-item .nav-link {
  display: block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  padding: 2px 6px;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
  color: var(--primary-color);
}

.navbar .social-icon li a {
  color: #3f59a6;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 10px 0 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease,
    -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--primary-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease,
    -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.social-nav-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.footer-navBar {
  flex-direction: row;
}

/*---------------------------------------
     HERO              
  -----------------------------------------*/

.hero {
  background-image: url("../images/new-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 100vh;
  position: relative;
}

.second-banner {
  background-image: url("../images/redBg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 80vh;
  position: relative;
}

/*---------------------------------------
     CLASS               
  -----------------------------------------*/

.class-info {
  background: var(--white-color);
  box-shadow: 6px 0 38px rgba(20, 20, 20, 0.1);
  border-radius: 0 0 2px 2px;
  padding: 1rem 2rem;
  position: relative;
}

.class-info img {
  border-radius: 2px 2px 0 0;
}

.class-info strong {
  color: var(--gray-color);
}

.class-price {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}

/*---------------------------------------
     Testimonials             
  -----------------------------------------*/

.testimonials {
  padding-top: 15rem;
}

.youtube-video {
  padding-top: 80px;
}

.youtube-video iframe {
  border: none;
}

.testimonialsImage {
  margin-top: 160px;
  margin-bottom: 20px;
}

.appointmentButton {
  color: #101010;
  background: var(--yellow-color);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  border-radius: 50px;
  padding: 8px 24px;
}

/*---------------------------------------
     CONTACT              
  -----------------------------------------*/

.webform input,
button#submit-button {
  height: calc(2.25rem + 10px);
}

.form-control {
  border-radius: var(--border-radius-small);
  margin-bottom: 2rem !important;
  background-color: var(--primary-color);
  color: #fff;
  border-color: transparent;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--dark-color);
  background-color: var(--primary-color);
  color: #fff;
}

::placeholder {
  color: #fff !important;
}
button#submit-button {
  background: var(--dark-color);
  border-color: transparent;
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

button#submit-button:hover {
  background: var(--primary-color);
}

.contact h2 + p {
  max-width: 90%;
}

.google-map {
  border-top: 1px solid #efebeb;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.google-map iframe {
  width: 100%;
}

.submit-btn-div {
  position: relative;
}

.form-button {
  position: absolute;
  bottom: 0;
  background: #2f80ed;
  color: #fff;
}

.form-button img {
  padding-left: 15px;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

.site-footer {
  border-top: 1px solid #efebeb;
  padding: 3rem 0;
}

.site-footer a {
  color: var(--p-color);
  font-weight: var(--font-weight-light);
}

.site-footer p {
  font-size: var(--base-font-size);
}

.contact .fa,
.site-footer .fa {
  color: var(--primary-color);
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 5px 0 0 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  text-decoration: none;
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  margin-right: 50px;
  text-align: center;
}

.social-icon li a:hover {
  color: var(--primary-color);
}

/*---------------------------------------
     CERTIFICATION STYLES              
  -----------------------------------------*/
  .cert-div {
      padding: 25px;
      transition: all 0.5s ease-in-out;
  }
  .cert-div:hover {
      padding: 20px;
      border-radius: 15px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .cert-text {
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
    color: black;
  }
  
  
  .wsp-btn {
    width: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
  }
  .product-img {
      border-radius: 10px;
      margin-bottom: 16px;
      /*transition: all 0.5s ease-in-out;*/
  }
  .img-gms {
      font-weight: 500;
  }
  .product-holder {
      border-radius: 15px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      padding: 30px 0 3px;
  }
  /*.product-img:hover {*/
  /*    transform: scale(1.1);*/
  /*}*/
  .product-section {
      padding: 40px 0;
  }
/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 992px) {
  .aboutUs,
  .services {
    text-align: center;
  }

  .aboutUs-Image {
    display: none;
  }

  .about-text {
    padding: 0 15px;
  }

  .service-box-row {
    position: initial;
    margin-top: 50px;
  }

  .service-box-col {
    margin-bottom: 20px;
  }

  .sectionHead {
    text-align: center;
  }

  .contactUs {
    text-align: center;
  }

  .bannerContent {
    margin-bottom: 0px;
  }

  .social-icon li a {
    margin-right: 30px;
  }

  .section {
    padding: 5rem 0;
  }

  .nav-item .nav-link {
    padding: 6px;
  }

  .navbar .social-icon {
    margin-top: 22px;
  }

  .navbar-collapse,
  .site-footer {
    text-align: center;
  }

  .schedule-table {
    display: block;
  }

  .modal-content {
    padding: 2rem;
  }

  .mobileView {
    display: block;
  }

  .webView {
    display: none;
  }
  .textWithoutLine {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
  }

  .form-button-mobile {
    margin-bottom: 25px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 1rem;
  }

  .navbar-brand {
    color: var(--white-color);
  }

  .nav-item .nav-link {
    color: var(--white-color);
  }

  .navbar-toggler .navbar-toggler-icon {
    background: var(--white-color);
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    background: var(--white-color);
  }

  .navbar-fixed-top.scrolled {
    background-color: #000 !important;
    transition: background-color 200ms linear;
  }

  .mob-text-align {
    text-align: center;
  }

  .hero {
    background-image: url("../images/new-banner-mob.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    vertical-align: middle;
    min-height: 100vh;
    position: relative;
  }

  .hero-text {
    position: relative;
    bottom: 120px;
    text-align: center !important;
  }

  .mainHead {
    margin-top: 0px;
    margin-left: 0px;
  }

  .main-head-text {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
  }

  .aboutUs-image {
    position: relative;
    top: 0;
    height: initial;
    padding: 50px;
  }

  .aboutUs-Text {
    padding: 0px;
  }

  .mobSection {
    padding: 2rem 0 5rem 0;
  }

  form {
    padding: 15px;
  }

  .contactus-sub-head {
    padding: 10px;
  }

  .contact-details-list {
    margin: 0 auto;
    display: block;
  }

  .noBorderLocation {
    padding-left: 0px;
  }

  .allLocations {
    border-left: none;
    border-top: 2px solid #248437;
  }

  .social-icon li a {
    margin: 20px;
  }

  .miniMobileView {
    display: block;
  }

  .fullWebView {
    display: none;
  }

  .home,
  .capabilities {
    text-align: center;
  }

  .home-container {
    padding: 0px;
  }

  /* .paragraph-text {
    padding: 0;
  } */

  h1 {
    font-size: 38px;
  }

  .about-working-hours {
    border-left: 0;
    padding: 22px 0 0 0;
  }

  .contact h2 span {
    display: block;
  }
    .wsp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
}
