@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&display=swap");

* {
  font-family: "Rubik", sans-serif;
  transition: all 0.5s linear;
}

body {
  scroll-behavior: smooth;
}

.text-red {
  color: #dd0d0d;
}

/* Navbar */
.navbar {
  padding: 1rem 15%;
}

@media (max-width: 1840px) {
  .navbar {
    padding: 1rem 5%;
  }
}

@media (max-width: 1200.98px) {
  .navbar {
    background: #fff !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16) !important;
  }

  .navbar-nav .nav-link {
    color: #496ba2 !important;
  }

  .navbar .fas.fa-bars {
    color: #000;
  }
}

@media (max-width: 1440px) {
  .navbar {
    padding: 1rem 2%;
  }
}

.nav-item {
  margin: 0 0.5rem;
}

.navbar-nav .nav-link {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.navbar-nav .nav-link:hover {
  font-weight: 800 !important;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .navbar-nav .nav-link {
    font-size: 18px;
  }
}

.navbar-nav .nav-link.active {
  font-weight: 800 !important;
  text-decoration: underline;
}

.logo {
  width: 200px;
}

.fas.fa-bars {
  color: #fff;
  font-size: 30px;
}

.onscroll {
  background: #fff !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16) !important;
}

.onscroll .navbar-nav .nav-link {
  color: #496ba2 !important;
}

/* Navbar End */

/* Slider */
#great-shape-carousel .carousel-item {
  padding-top: 28rem;
  padding-bottom: 2rem;
}

.slider-bg-1,
.slider-bg-3 {
  background: url(../images/bg-slider1.png) no-repeat;
  background-size: 100% 100%;
}

.slider-bg-2 {
  background: url(../images/bg-slider2.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .slider-bg-1,
  .slider-bg-2,
  .slider-bg-3 {
    background: url(../images/slider-mobile-bg.png) no-repeat;
    background-size: contain;
    padding-top: 28rem;
    padding-bottom: 5rem;
  }
  #great-shape-carousel .carousel-item {
    padding-top: 21.5rem;
    padding-bottom: 3rem;
  }
}

.slider-img {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.slider-img-1 {
  width: 100%;
  margin-top: -17rem;
}

.slider-img-2 {
  width: 80%;
  margin-top: -12rem;
}

.slider-img-3 {
  width: 100%;
  margin-top: -18rem;
}

@media (max-width: 1200.98px) {
  .slider-img-1 {
    width: 500px;
    margin-top: -12rem;
  }

  .slider-img-2 {
    width: 300px;
  }

  .slider-img-3 {
    width: 430px;
    margin-top: -12rem;
  }
}

@media (max-width: 991.98px) {
  .slider-img-1 {
    width: 300px;
    margin-top: -15rem;
  }

  .slider-img-2 {
    margin-top: -15rem;
  }

  .slider-img-3 {
    margin-top: -14rem;
  }
}

@media (max-width: 480px) {
  .slider-img-1 {
    width: 180px;
    margin-top: -13rem;
  }
  .logo {
    width: 175px;
  }
  .slide-text-img {
    margin: 0px auto !important;
  }
  .slider-img-2 {
    width: 165px;
  }

  .slider-img-3 {
    width: 240px;
  }
}

.slider-text-2 {
  font-weight: 600;
  font-size: 20px;
}

.slide-text-img {
  max-width: 230px;
  display: block;
  margin: 1rem auto 0;
}

.text-width-s2 {
  max-width: 320px;
  margin: auto;
}

@media (max-width: 375px) {
  .slide-text-img {
    max-width: 170px;
  }

  .text-width-s2 {
    max-width: 300px;
  }
}

.slide-btn {
  border: 2px solid #dd0d0d;
  color: #dd0d0d;
  font-size: 20px;
  border-radius: 25px;
  padding: 0.5rem 2rem;
}

.slide-btn:hover {
  text-decoration: none;
  background: #dd0d0d;
  color: #fff;
}

.slide-btn i {
  font-size: 16px;
  margin-right: 0.5rem;
}

.carousel-indicators li {
  border: 1px solid #dd0d0d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators li.active {
  background-color: #dd0d0d;
}

/* Slider End */

/* Schedule */
.schedule {
  padding: 6rem 0;
  background: url(../images/bg-with-dog.png) no-repeat center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .schedule {
    background: #d0e0fb;
  }
}

.schedule-sec-heading {
  color: #dd0d0d;
  font-size: 50px;
}

.text {
  font-size: 18px;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .nav-tabs .nav-item {
    margin-bottom: 1rem;
  }
}

.nav-tabs .nav-link {
  border: 1px solid #dd0d0d;
  border-radius: 25px;
  width: 120px;
  text-align: center;
  font-size: 20px;
  color: #dd0d0d;
}

.nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #dd0d0d;
  border-color: #dd0d0d;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #dd0d0d;
  border-color: #dd0d0d;
}

.search-icon {
  width: 35px;
  margin-top: 8px;
}

.collapse-btn {
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 30px;
  padding: 1rem 0;
  margin-bottom: 1rem;
  outline: 0 !important;
  position: relative;
}

.collapse-btn:hover {
  background: #dd0d0d;
  color: #fff;
}

.collapse-btn.active {
  background: #dd0d0d 0% 0% no-repeat padding-box;
  color: #fff;
}

.collapse-btn.active::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #dd0d0d;
  border-width: 13px;
  margin-top: -13px;
}

@media (max-width: 991.98px) {
  .collapse-btn.active::after {
    right: 50%;
    top: 117%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #dd0d0d;
    border-width: 13px;
    margin-left: -13px;
  }
}

.collapse-panel {
  display: none;
}

.sunday {
  display: block;
}

.schedule-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  margin-bottom: 1rem;
}

.schedule-wrap:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-7px);
}

.schedule-img {
  width: 150px;
  border-radius: 50%;
}

.schedule-name {
  font-weight: 400;
  font-size: 30px;
}

.name {
  font-weight: 400;
  font-size: 20px;
  color: #dd0d0d;
}

.enrichment {
  position: relative;
  margin-top: 10rem;
}

.body-builder {
  position: relative;
  z-index: 1;
}

.body-builder::after {
  content: "";
  width: 500px;
  height: 600px;
  background: url(../images/body-buider.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -194px;
  right: -360px;
  z-index: 2;
}

@media (max-width: 1858px) {
  .body-builder::after {
    width: 400px;
    height: 500px;
    top: -111px;
    right: -297px;
  }
}

@media (max-width: 1734px) {
  .body-builder::after {
    width: 300px;
    height: 400px;
    top: -111px;
    right: -202px;
  }
}

@media (max-width: 1544px) {
  .body-builder::after {
    top: -360px;
    right: -30px;
  }
}

@media (max-width: 1024px) {
  .body-builder::after {
    right: 21px;
    z-index: -1;
  }
}

@media (max-width: 991.98px) {
  .body-builder::after {
    width: 0;
    height: 0;
  }
}

.enrichment img {
  margin-bottom: 1rem;
}

.f-wrap {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  padding: 3rem 2rem;
}

.f-wrap:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-7px);
}

.f-wrap h1 {
  font-size: 24px;
}

.enrichment p {
  color: #58595b;
}

/* Schedule End */

/* Our Coaches */
.coaches {
  padding: 3rem 0;
}

.coach-img {
  width: 200px;
  margin: 2rem 0;
}

.coaches p {
  color: #58595b;
}

.social-icon-wrap a {
  color: #dd0d0d;
  font-size: 30px;
  margin: 0 5px;
}

.social-icon-wrap a:hover {
  text-decoration: none;
}

.social-icon-wrap a img {
  width: 30px;
}

.social-icon-wrap a img:hover {
  transform: scale(1.1);
}

/* Our Coaches End */

/* Tell us about it */
.tell-about {
  background: url(../images/tell-us-about-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 6rem 0 25rem;
}

@media (max-width: 991.98px) {
  .tell-about {
    background: #f4f4f4;
    padding: 3rem 0 3rem;
  }
}

.tell-us-img-wrap {
  width: 160px;
  display: block;
  margin: 2rem auto;
  position: relative;
  z-index: 1;
}

.tell-us-img-wrap::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
  background: url(../images/testemonial-sign.png) no-repeat center;
  background-size: contain;
}

/* Tell us about it End */

/* Our Blog */
.blog {
  padding: 10rem 0 3rem;
}

.card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0 !important;
}

.card p {
  overflow: hidden;
  height: 113px;
  color: #58595b;
  font-size: 18px;
}

.card-body {
  background: #fff;
  padding: 1rem;
}

@media (min-width: 576px) {
  .card-body {
    transform: translate(18px, -50px);
  }
}

.kuttha {
  position: relative;
  z-index: 1;
}

.kuttha::after {
  content: "";
  position: absolute;
  top: -180px;
  right: -70px;
  width: 250px;
  height: 250px;
  background: url(../images/kuttha.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 1280px) {
  .kuttha::after {
    right: -30px;
  }
}

@media (max-width: 991.98px) {
  .kuttha::after {
    right: -70px;
  }
}

@media (max-width: 860.98px) {
  .kuttha::after {
    right: -30px;
  }
}

@media (max-width: 768.98px) {
  .kuttha::after {
    right: -55px;
  }
}

@media (max-width: 640.98px) {
  .kuttha::after {
    width: 0;
    height: 0;
  }
}

/* Our Blog End */

/* About Us */
.about-us {
  padding: 0 0 3rem;
  color: #58595b;
}

.about-us p {
  font-size: 18px;
}

.about-us-img {
  width: 150%;
  margin-top: -22rem;
}

@media (max-width: 1480px) {
  .about-us-img {
    width: 113%;
    margin-top: -16rem;
  }
}

@media (max-width: 991.98px) {
  .about-us {
    padding: 6rem 0;
  }
  .about-us-img {
    width: 80%;
    margin-top: 0rem;
    display: block;
    margin: auto;
  }
}

.h-icon {
  width: 25px;
  margin-left: 8px;
}

.about-timing {
  font-size: 18px;
  color: #58595b;
  position: relative;
  margin-top: 5rem;
}

.about-timing::after {
  content: "";
  width: 80%;
  border-top: 0.8px solid #58595b;
  position: absolute;
  top: -2rem;
  right: 0;
}

@media (max-width: 1200.9px) {
  .about-timing::after {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-timing span {
    display: block;
  }
}

/* About Us End */

/* Contact Us */
.contact-us {
  padding: 6rem 0;
}

input,
textarea {
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
  background: #f4f4f4 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  padding: 0.8rem 1rem;
  font-size: 20px;
}

form button {
  background: transparent;
  margin: 1rem 0;
}

.contact-text {
  font-size: 12px;
  color: #58595b;
}

@media (max-width: 768.9px) {
  .contact-text {
    font-size: 20px;
  }
  .navbar {
    padding: 0px !important;
  }
  .slider-img-2 {
    margin-top: -15rem;
  }
}

.form-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .form-img {
    width: 80%;
  }
}

/* Contact Us End */

/* Footer */
footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 3rem;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  footer {
    background: #355691;
    padding: 3rem 0 3rem;
  }
}

.quick-links a {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-bottom: 0.7rem;
}

.quick-links a:hover {
  font-weight: 600;
}

.footer-social-links a img {
  width: 25px;
}

.footer-social-links a img:hover {
  transform: scale(1.1);
}

.footer-social-links a {
  font-weight: 600;
  margin: 0 3px;
}

.footer-social-links a:hover {
  text-decoration: none;
}

/* Footer End */

.swiper-container {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
}
.swiper-slide {
  width: 280px;
}

.swiper-wrapper {
  margin-bottom: 2rem;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #dd0d0d;
}

.swiper-pagination-bullet-active {
  background: #dd0d0d;
}

/* Mobile Menu */
/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  background-color: #4b6ca3;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.2);
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 40px 10px 8px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
}

.sidenav a:first-child {
  padding: 8px 20px 8px 8px;
}

.sidenav a:last-child {
  padding: 0;
}

.sidenav a:last-child img {
  display: block;
  margin: 30px auto 0;
}

.sidenav a:not(:first-child):not(:last-child) {
  display: block;
  width: 220px;
  border-bottom: 0.5px solid #ddd;
  white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  text-decoration: none;
  font-weight: 600;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/* Mobile Menu End */
