@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v15-latin-ext-300.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-300.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-300.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v15-latin-ext-600.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-600.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-600.svg#Poppins") format("svg");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v15-latin-ext-800.eot");
  src: local(""), url("../fonts/poppins-v15-latin-ext-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-ext-800.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext-800.woff") format("woff"), url("../fonts/poppins-v15-latin-ext-800.ttf") format("truetype"), url("../fonts/poppins-v15-latin-ext-800.svg#Poppins") format("svg");
}
body, html {
  color: #000;
  scroll-behavior: smooth;
  font-family: "Poppins";
}

section {
  padding: 125px 0;
}

button:focus {
  outline: none;
}

b {
  font-weight: 600;
}

.navbar {
  background-color: transparent;
}
.navbar .navbar-brand img {
  height: 30px;
  margin-bottom: 10px;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 300;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.navbar-light .navbar-nav .dropdown-menu span {
  font-size: 14px;
  font-weight: 800;
}
.navbar-light .navbar-nav .dropdown-item {
  font-size: 14px;
}
.navbar-light .navbar-nav .nav-item.dropdown .nav-link {
  font-weight: 600;
}

.dropdown-menu {
  background-color: #F2F2F2;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
  border: unset;
  padding: 25px;
  min-width: 600px;
  z-index: -1;
}
.dropdown-menu.show {
  width: max-content;
}
.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

nav.scrolled {
  background: #035CB0;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 991px) {
  .navbar {
    background-color: #035CB0;
  }
}
.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 16px;
  transition: 0.4s;
  border-radius: 0px;
  padding: 12px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 3px;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: #006992;
  border-color: #006992;
  color: #fff;
  box-shadow: none;
}

.btn-primary {
  background-color: #fff;
  border: 1px solid #fff;
  color: #323232;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
}
.btn-primary:hover {
  background-color: #035CB0;
  border: 1px solid #035CB0;
  color: #fff;
}

.btn-secondary {
  background-color: #035CB0;
  border: 1px solid #035CB0;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #323232;
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
}

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

p {
  font-size: 18px;
  line-height: 2;
  color: #aaa;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

h2, .title-h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

h3, .title-h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0px;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2;
  color: #323232;
}

.list-style li {
  padding-bottom: 15px;
}

.text-link {
  text-decoration: underline;
}

header {
  position: relative;
}
header .carousel-caption {
  text-align: left;
  top: 30%;
  max-width: 600px;
}
header .carousel-caption .carousel-content {
  border-left: 10px solid #319bff;
  padding-left: 20px;
}
header .carousel-caption .carousel-content .banner-before {
  text-transform: uppercase;
  color: #319bff;
  font-weight: 800;
  letter-spacing: 4px;
}
header .carousel-caption .carousel-content h1 {
  font-size: 52px;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
}
header .carousel-caption .carousel-content p {
  color: #F2F2F2;
  font-size: 36px;
  line-height: 1.4;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
}

.carousel-item .img-fluid {
  width: 100%;
  height: auto;
}

#content {
  overflow: hidden;
}
#content .title-after {
  color: transparent;
  -webkit-text-stroke: 1px #035CB0;
  font-size: 320px;
  font-weight: 800;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
#content #team {
  position: relative;
  padding-top: 230px;
  margin-top: 150px;
}
#content #team .team-detail {
  margin-top: 30px;
  text-align: center;
}

#services {
  padding-top: 0px;
}
#services h2 {
  font-size: 60px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #323232;
}
#services p {
  line-height: 1.4;
  margin-bottom: 10px;
}
#services .btn {
  margin-top: 30px;
}

#instagram {
  background-color: #035CB0;
  color: #fff;
  padding: 120px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
#instagram .container {
  position: relative;
}
#instagram .container:before {
  content: "";
  position: absolute;
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  width: 200px;
  left: 50px;
}
#instagram a {
  color: #fff;
}

.coach {
  background-color: #323232;
  color: #fff;
}
.coach .row {
  margin-bottom: 150px;
}
.coach-list li {
  line-height: 1.8;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  display: flex;
  font-size: 18px;
}
.coach-list li:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url("../../img/kettlebel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.coach li {
  color: #aaa;
}
.coach li a {
  color: #aaa;
}
.coach li a:hover {
  text-decoration: underline;
}

.special-list li {
  line-height: 1.8;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  display: flex;
  font-size: 18px;
}
.special-list li:before {
  content: "";
  display: flex;
  height: 30px;
  width: 50px;
  background-image: url("../../img/kettlebel2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.contact-map {
  position: relative;
  margin-top: 80px;
}
.contact-address {
  position: absolute;
  left: 40px;
  top: -40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  z-index: 100;
}

footer {
  color: #323232;
  padding-top: 50px;
  position: relative;
}
footer .title-h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
footer ul li a {
  color: #aaa;
}
footer ul li a:hover {
  color: #323232;
}
footer img {
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}
footer .credits {
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
}
footer .credits span {
  font-size: 12px;
}
footer .credits span a {
  color: #323232;
  text-decoration: underline;
}
footer .credits span a:hover {
  text-decoration: none;
}
footer .credits span:last-child {
  float: right;
}
footer .title-h3 {
  display: block;
}
footer .contact-list a:hover {
  text-decoration: underline;
}
footer hr {
  margin-top: 40px;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 30%;
  margin: 10px;
  position: relative;
  transition: 0.3s;
}
.instagrid .instagram-photo:hover {
  opacity: 0.7;
}

.instagrid .instagram-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 500px;
  border-radius: 5px;
}

.summer p {
  font-size: 16px;
  color: #323232;
}
.summer #accordion {
  margin-top: 30px;
}
.summer #accordion h5 {
  font-size: 18px;
  cursor: pointer;
}
.summer #accordion .card {
  border: none;
  margin-bottom: 20px;
}
.summer #accordion .card-header {
  border: none;
}

#firstVisitModal .modal-content {
  content: "";
  position: absolute;
  background-image: url("../img/modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding: 30px;
  text-align: center;
}
#firstVisitModal .modal-content span {
  text-transform: uppercase;
  color: #fff;
  display: block;
}
#firstVisitModal .modal-content .modal-subtitle {
  font-size: 20px;
}
#firstVisitModal .modal-content .modal-title {
  font-weight: 700;
  line-height: 1;
  margin: 30px 0;
}
#firstVisitModal .modal-content .modal-title-1 {
  font-size: 30px;
  color: #319bff;
}
#firstVisitModal .modal-content .modal-title-2 {
  font-size: 65px;
}
#firstVisitModal .modal-content .modal-title-3 {
  color: #319bff;
  font-size: 50px;
}
#firstVisitModal .modal-content .form-check-label {
  color: #fff;
}
#firstVisitModal .modal-content .btn {
  margin-bottom: 30px;
}
#firstVisitModal .modal-content .text-link {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#firstVisitModal .modal-content .text-link:hover {
  text-decoration: none;
}

.secondModal .modal-content {
  background-image: url("../img/modal-2.jpg") !important;
}

.fill-yellow-500 {
  fill: #eab308;
  stroke: none;
}

.fill-gray-300 {
  fill: #afafaf;
  stroke: none;
}

.reviws-item {
  background-color: #fff9e7;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

#accordion .card {
  margin-bottom: 10px;
}
#accordion .card-header {
  padding: 10px;
  border: none;
}
#accordion .card-header a {
  cursor: pointer;
}
#accordion .card-body .text-link {
  display: contents;
}

.mySwiper {
  overflow: hidden;
  position: relative;
}

.mySwiper .swiper-button-prev, .mySwiper .swiper-container-rtl .swiper-button-next,
.mySwiper .swiper-button-next, .mySwiper .swiper-container-rtl .swiper-button-prev {
  background: #035CB0;
  color: #FFF;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}

.mySwiper .swiper-button-prev:after, .mySwiper .swiper-container-rtl .swiper-button-next:after,
.mySwiper .swiper-button-next:after, .mySwiper .swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}

@media (max-width: 991px) {
  .navbar {
    border-bottom: none;
  }
  .dropdown-menu {
    box-shadow: none;
    max-width: 100%;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px;
  }
  header {
    margin-top: 60px;
  }
  header:after {
    background-size: 100% 20px;
  }
  header .carousel-caption {
    top: 5%;
    left: 5%;
    height: fit-content;
  }
  header .carousel-caption .carousel-content p {
    font-size: 24px;
  }
  footer .credits {
    text-align: center;
  }
  footer .credits span {
    display: block;
  }
  footer .credits span:last-child {
    float: none;
  }
  .instagrid .instagram-photo {
    flex: 1 1 100%;
  }
  .carousel {
    max-height: 400px;
    overflow: hidden;
  }
  .carousel-item .img-fluid {
    width: auto;
    max-width: fit-content;
    transform: translate(-20%, 0px);
  }
  #content .title-after {
    font-size: 80px;
    top: -70px;
  }
  #content #team {
    padding-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */