@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

:focus {
  outline: 0 !important;
}

p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
  color: #666666;
}

a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover,
a:focus {
  color: #fd223b;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ptb-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.ptb-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f6f6f6 {
  background: #f6f6f6;
}

/*Btn Btn-Primary*/
.btn {
  padding: 9px 25px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-primary {
  color: #fff;
  background-color: #fd223b;
  border-color: #fd223b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
  color: #fd223b;
  background-color: #fff;
  border-color: #fd223b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #fd223b;
  border-color: #fd223b;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #fd223b;
  border-color: #fd223b;
  opacity: 1;
}

/* Section Title */
.section-title {
  margin-bottom: 60px;
  padding-left: 30px;
  position: relative;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 10px;
  top: 0;
  background: #fd223b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.section-title::after {
  left: 0;
  height: 50%;
}

.section-title:hover::before {
  height: 50%;
}

.section-title:hover::after {
  height: 100%;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 20px;
}

.section-title h2 span {
  color: #fd223b;
  font-weight: 600;
}

.section-title p {
  max-width: 635px;
  margin-top: -7px;
}

.section-title h4 {
  font-size: 18px;
  font-weight: 300;
  color: #fd223b;
  margin-bottom: 17px;
  text-transform: capitalize;
}

/* Form Control */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
}

.form-control:focus {
  border-color: #dddddd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  margin-bottom: 10px;
}

textarea.form-control {
  min-height: 136px;
}

/* Owl Carousel Button */
.owl-theme .owl-controls {
  margin-top: 50px;
  line-height: 0;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-dots {
  margin-top: 50px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #dddddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #869791;
  border-radius: 5px;
  width: 35px;
  height: 10px;
  border-color: #fd223b;
  background: #fd223b;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #fd223b;
  border-color: #fd223b;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.33) !important;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 54px !important;
  border-radius: 50%;
  font-size: 30px !important;
  color: #ffffff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fd223b !important;
  color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

.navbar {
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  z-index: 2;
  background: rgba(249, 47, 118, 0.8) !important;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 80px;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(249, 47, 118, 0.8) !important;
}

.navbar-light .navbar-brand {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light .navbar-brand span {
  color: #fd223b;
  font-size: 35px;
  font-weight: 700;
  text-transform: lowercase;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000;
}

.navbar-light .navbar-nav .nav-item {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-light .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 8px 2px;
}

.navbar-light .navbar-nav .nav-item a.active,
.navbar-light .navbar-nav .nav-item a.show,
.navbar-light .navbar-nav .nav-item a:hover,
.navbar-light .navbar-nav .nav-item a:focus {
  border-bottom: 2px solid #fff;
}

.navbar-light .navbar-nav .active a,
.navbar-light .navbar-nav.show a {
  border-bottom: 2px solid #fff;
}
.navbar-brand img {
  width: 80px;
}
.navbar-light .navbar-toggler {
  background-color: #fff;
}

.main-banner.with-color::before {
  z-index: 1;
}

.mobile-img {
  max-width: 567px;
  position: absolute;
  right: 2em;
}

.main-banner-text {
  text-align: left;
  position: relative;
  z-index: 1;
}
.phone-1 {
  position: relative;
  top: 80px;
}
.main-banner-text h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  padding-top: 3em;
}

.main-banner-text h1 {
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  color: #000;
}

.main-banner-text .btn {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.main-banner-text p {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #828282;
  max-width: 480px;
  margin: 1em 0
}

.main-banner-text .ex {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  margin-right: 15px
}

.main-banner-text .btn:hover,
.main-banner-text .btn:focus {
  border-color: #ffffff;
}

.main-banner-text .view-work {
  background: transparent;
  border-color: #fff;
  margin-left: 10px;
}

.view-work span {
  color: #fd223b;
}

.main-banner-text .view-work:hover,
.main-banner-text .view-work:focus {
  border-color: #fd223b;
  background: #fd223b;
  color: #ffffff;
}

.home-slides .owl-controls {
  margin-top: 0;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(
      to right,
      rgba(255, 81, 142, 0.8) 0%,
      rgba(255, 80, 80, 0.8) 100%
    ),
    url(../img/hero-bg1.jpg);
  position: relative;
  top: -80px;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  min-height: 750px;
}

.text-lp {
  margin-left: 15%;
  margin-top: 10%;
}
.hero-section h2 {
  font-weight: 500;
  font-size: 30px;
  margin-top: -3px;
  margin-bottom: -3px;
}
.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 600;
  margin-top: -3px;
  margin-bottom: -3px;
}
.hero-section a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero-section .wave {
    bottom: -180px;
  }
  .hero-section {
    /* background: linear-gradient(to right, rgba(255, 81, 142, 0.8) 0%, rgba(255, 80, 80, 0.8) 100%), url(../img/hero-bg1.jpg); */
    position: unset;
  }
  .hero-section,
  .hero-section > .container > .row {
    height: auto;
    min-height: auto;
    margin-bottom: 3em;
    padding: 2em 0em 3em;
    text-align: center;
  }
  .hero-section h2 {
    margin-top: 100px;
  }
  .hero-section a {
    /* text-align: center; */
    justify-content: center;
  }
  .text-lp {
    margin-left: 0;
    margin-top: 10%;
  }

  .hero-section h1 {
    font-size: 2rem;
    text-align: center;
    /* margin-top: 70px; */
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* .hero-section .hero-text-image {
      margin-top: 1rem;
      text-align: center;
      width: 100%;
    } */
}

.hero-section p {
  font-size: 18px;
  color: #d9d6d6;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hero-section p {
    width: 100%;
    text-align: center;
    margin: 0px auto 15px
  }
}

.hero-section .iphone-wrap {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: -350px;
}

.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  overflow: hidden;
  /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 30px;
  width: 550px;
  z-index: 1;
  margin-left: 40%;
}

@media screen and (max-width: 767px) {
  /* .hero-section .iphone-wrap {
      margin-top: 2rem;
    } */

  .hero-section .iphone-wrap .phone-1 {
    display: none;
  }
}

/*
==============================
Video Banner CSS
==============================
*/
.video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}

/*
==============================
Creative Banner CSS
==============================
*/
.creative-banner-one {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-width: 10rem 100vw 0 0;
  border-color: transparent #ffffff #ffffff transparent;
  border-style: solid;
}

.creative-banner-two {
  position: relative;
  top: 100%;
  width: 100%;
  height: 0;
  z-index: 9;
}

.creative-banner-two::before {
  content: "";
  border-right: 50vw solid #ffffff;
  border-top: 160px solid transparent;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 0;
  width: 0;
}

.creative-banner-two::after {
  content: "";
  position: absolute;
  border-left: 50vw solid #ffffff;
  border-top: 160px solid transparent;
  bottom: 0;
  height: 0;
  left: 0;
  width: 0;
}

.creative-banner-three {
  position: relative;
  top: 100%;
  width: 100%;
  height: 0;
}

.creative-banner-three::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  background-image: url(../img/shape.png);
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
==============================
Particles Banner CSS
==============================
*/
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#particles-js-two {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-box {
  text-align: center;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-box:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.single-box .icon {
  color: #fd223b;
  font-size: 45px;
}

.single-box h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.single-box a {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.single-box:hover a {
  background: #fd223b;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  right: 0;
  bottom: 0;
}

.contact h5 {
  font-weight: 500;
  font-size: 48px;
  line-height: 40px;
  color: #000000;
}

.contact .contact-img {
  width: 438px;
}

.contact-form {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 30px;
}

.contact-form .form-control {
  background: #f4f4f4;
  border-radius: 8px;
  height: 56px;
}

.contact-form textarea.form-control {
  height: 194px;
}

.btn-submit {
  background: linear-gradient(135deg, #ff0f27 0%, #e40c5d 100%);
  border-radius: 6px;
  padding: 8px 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
  float: right;
}

.features-area{
  position: relative;
  z-index: 11;
}

.features-area,
.testimonials,
.gallery,
.contact {
  background-image: url(../images/bg.png);
  background-position: center center;
}

.features-area h4 {
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  /* identical to box height, or 121% */

  color: #000000;

  border: 2px solid #ffffff;
}

.features-area p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  /* identical to box height, or 142% */

  /* Gray 3 */

  color: #828282;
}

.gallery-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4em;
}

.gallery-block:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 96.15%);
  border-radius: 0px 0px 8px 8px;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  overflow: hidden;
}

.gallery-block img {
  width: 100%;
}

.gallery-block .overlay {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  z-index: 11;
}

.view-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fd223b;
}

.download-app {
  background: linear-gradient(135deg, #ff0f27 0%, #e40c5d 100%);
}

.download-app h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  color: #ffffff;
}

.download-app .btn-app div {
  margin: 0px 5px;
}

.download-app .btn-app img {
  width: 189px;
}

.fitness .section-title {
  margin-bottom: 20px;
  padding-left: 0;
}

.fitness .section-title::before,
.fitness .section-title::after {
  display: none;
}

.fitness .section-title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 70px;
  /* identical to box height, or 146% */

  color: #000000;
}

.fitness .section-title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #8d8c8c;
  text-align: center;
  margin: 25px auto;
  max-width: 100%;
}

.ctr-area {
  text-align: center;
  background-image: url(../img/one.jpg);
  position: relative;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctr-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.88;
}

.ctr-area .section-title {
  padding-left: 0;
}

.ctr-area .section-title::after,
.ctr-area .section-title::before {
  display: none;
}

.ctr-area .section-title h2 {
  color: #ffffff;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ctr-area .section-title p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  color: #ffffff;
}

.ctr-area .view-work {
  background: transparent;
  border-color: #ffffff;
  margin-left: 10px;
}

.ctr-area .view-work:hover,
.ctr-area .view-work:focus {
  border-color: #fd223b;
  background: #fd223b;
  color: #ffffff;
}

.ctr-area .btn:hover,
.ctr-area .btn:focus {
  border-color: #ffffff;
}

/*
==============================
Skill Area CSS
==============================
*/
.about-skill .section-title {
  padding-left: 0;
}

.about-skill .section-title::before,
.about-skill .section-title::after {
  display: none;
}

.about-skill .progress-title {
  font-size: 17px;
  margin-bottom: 13px;
}

.about-skill .progress {
  height: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}

.about-skill .progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
  background: #fd223b;
  border-radius: 10px;
}

.about-skill .progress .progress-value {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 10px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.skill-video {
  position: relative;
}

.skill-video img {
  width: 100%;
}

.skill-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -26px;
}

.skill-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #fd223b;
  position: relative;
  font-size: 30px;
  border-radius: 50%;
}

.skill-video .video-btn a::before,
.skill-video .video-btn a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  border: 10px solid #ffffff;
}

.skill-video .video-btn a::after {
  width: 70px;
  height: 70px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.counter-area {
  background-image: url(../images/Bg\ Image.png);
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff0f27 0%, #e40c5d 100%);
  opacity: 0.8;
}

.funFact {
  position: relative;
  text-align: center;
}

.funFact h2 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
}

.funFact p {
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
}

.single-team-item {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 2em;
  position: relative;
  top: 20px;
  margin-bottom: 25px;
  min-height: 240px;
}

.single-team-item span {
  width: 50px;
    height: 50px;
    line-height: 45px;
  background: linear-gradient(135deg, #ff0f27 0%, #e40c5d 100%);
  border-radius: 4px;
  z-index: 1111;
  position: absolute;
  text-align: center;
  margin: 0px auto;
  display: table !important;
  top: -20px;
  left: 0;
  right: 0;
}

.single-team-item h4 {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #828282;
    margin-bottom: 1em;
}

.single-team-item h4 a {
  color: #828282;

  border: 2px solid #ffffff;
}

.single-team-item .testi-author img {
  width: 90px !important;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 1em;
}

.single-team-item h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  border: 2px solid #ffffff;
  margin-bottom: 10px;
}

.single-team-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #fd223b;
  border: 2px solid #ffffff;
}
.swiper-pagination{
  display: none;
}

.pricingTable {
  background: linear-gradient(
      109.9deg,
      rgba(254, 15, 43, 0.5) 0.76%,
      rgba(233, 13, 85, 0.5) 95.71%
    ),
    url(../images/pricing-bg.png);
}

.pricingTable .fitness h2,
.pricingTable .fitness p {
  color: #fff;
}

.pricing-block {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.pricing-block.active,
.pricing-block:hover {
  background: linear-gradient(135deg, #ff0f27 0%, #e40c5d 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.pricing-block .top-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #828282;
  text-transform: uppercase;
}

.pricing-block.active .top-text,
.pricing-block.active h4,
.pricing-block.active .wise,
.pricing-block.active ul li,
.pricing-block:hover .top-text,
.pricing-block:hover h4,
.pricing-block:hover .wise,
.pricing-block:hover ul li {
  color: #fff;
}

.pricing-block h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #fd223b;
}

.pricing-block .wise {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #000000;
}

.pricing-block ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
}

.pricing-block .btn-get {
  padding: 8px 60px;
  gap: 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #fd223b;
  border: 1px solid #fd223b;
}

.pricing-block.active .btn-get,
.pricing-block:hover .btn-get {
  background-color: #fff;
  border: 1px solid #fff;
}

.footer-area {
  text-align: center;
  padding: 15px 0;
  background: #222222;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.social-icons li {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}
.social-icons a {
  display: block;
}
.social-icons a img {
  width: 18px;
}

.extra-links a {
  color: #fff;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  font-size: 25px;
  color: #ffffff;
  background-color: #000000;
  z-index: 1;
  display: none;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.go-top:hover {
  color: #ffffff;
  background: #fd223b;
}

@media (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 98%;
  }
}

@media (max-width: 1024px) {
  .navbar-light .navbar-nav .nav-item a {
    font-size: 15px;
  }

  .navbar-light .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .funFact {
    margin-bottom: 1.5em;
  }
  .navbar-light .navbar-nav .nav-item {
    padding: 3px 15px;
  }
  .navbar-light .navbar-nav .nav-item a {
    padding: 2px;
  }

  .navbar-light .navbar-nav .nav-item:last-child a {
    display: inline-block;
  }

  .main-banner .col-md-7,
  .main-banner .col-md-5 {
    width: 100%;
  }

  .main-banner-text h4 {
    padding-top: 1em;
  }



  .mobile-img {
    max-width: initial;
    position: relative;
    right: 0;
    left: 0;
    margin: 0px auto;
    display: table;
    width: 100%;
    height: 100%;
    display: none;
  }

 
  .fitness img {
    width: 50px;
  }

  .footer-area {
    text-align: left;
    padding: 15px 0;
    background: #222222;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
  }

  .gallery-block .overlay {
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .features-area h4 {
    font-size: 25px;
    line-height: 35px;
  }
  .features-area p {
    font-size: 16px;
    line-height: 20px;
  }
  .features-area .col-xs-6 {
    max-width: 50%;
  }
  .pr-0 {
    padding-right: 0px;
  }

  .pricingTable .col-md-4 {
    margin-bottom: 1em;
  }

  .download-app h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 36px;
  }

  .download-app .btn-app img {
    width: 160px;
  }
  .fitness .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .fitness .section-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .features-area h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .features-area p {
    font-size: 14px;
    line-height: 18px;
  }
}
