.nav-link {
  font-size: 15px;
  font-family: 'Futura PT';
}

.navbar-nav {
  gap: 25px;
}

.hero-sec {
  background: #0a1a44;
  padding: 50px 0px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-title {
  font-family: 'Gotham';
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-title {
    font-family: 'Gotham';
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
  }
}

@media (max-width: 580px) {
  .hero-title {
    font-family: 'Gotham';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 43px;
  }
}

.hero-subtxt {
  font-size: 30px;
  font-family: 'Futura PT Book';
  color: #fff;
}

@media (max-width: 768px) {
  .hero-subtxt {
    font-size: 30px;
    font-family: 'Futura PT Book';
    color: #fff;
    line-height: 30px;
  }
}

.bg-white-gradient {
  background: url("../../assets/img/cirle-gradient.png");
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: 550px;
}

.sec-padding {
  padding: 70px 0px;
}

h3 {
  font-size: 22px;
  font-family: 'Futura PT';
  font-weight: 600;
  color: #0a1a44;
}

.lead {
  font-size: 18px;
}

p {
  font-size: 18px;
  font-family: 'Futura PT Book';
  color: #0a1a44;
  font-weight: 400;
}

.rounded-img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.wrapper-bdclub {
  padding: 60px 0px;
  background: #d9d9d9;
}

h2 {
  font-size: 45px;
  font-family: 'Gotham';
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    font-family: 'Gotham';
  }
}

.txt-blue-400 {
  color: #0059a9 !important;
}

.club-img img {
  height: auto;
  /*min-height: 470px;*/
}

@media (max-width: 768px) {
  .club-img img {
    height: auto;
    min-height: auto;
  }
}

.club-img.club-1 img {
  /*min-height: 520px;*/
}

@media (max-width: 768px) {
  .club-img.club-1 img {
    min-height: auto;
  }
}

.bg-blue {
  background: #0a1a44;
}

.feature-content {
  padding: 40px 70px;
}

@media (max-width: 768px) {
  .feature-content {
    padding: 40px 15px;
  }
}

.bg-blue-800 {
  background: #071332;
  border: 1px solid #373636;
}

footer {
  background: #232222;
  padding: 40px 0px 20px 0px;
}

h1 {
  font-family: 'Gotham';
  font-size: 56px;
  font-weight: 600;
  color: #0a1a44;
}

.container {
  /*max-width: 1200px;*/
}

.pricing-card {
  background: rgba(158,181,204,0.13);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .pricing-card {
    padding: 30px 20px;
  }
}

.pricing-card.bg-orange {
  background: rgba(246,130,31,0.21);
}

.pricing-title {
  font-size: 19px;
  font-family: 'Gotham';
  font-weight: 600;
  color: #0059a9;
}

.pricing-m {
  font-size: 19px;
  font-family: 'Gotham';
  font-weight: 600;
  color: #ffffff;
}

.pricing-txtsm {
  font-size: 16px;
  /*font-family: 'Gotham';*/
  font-weight: 400;
}

body {
  color: #0a1a44;
}

a {
  text-decoration: none;
}

.btn-primary {
  background: #0059a9;
  border-radius: 50px;
  font-family: 'Futura PT';
  font-size: 14px;
  padding: 6px 13px;
  min-width: 180px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btn-primary {
    font-size: 14px;
    padding: 6px 25px;
    min-width: auto;
  }
}

.btn-orange {
  background: #f6821f;
  font-family: 'Futura PT';
  font-size: 14px;
  padding: 6px 13px;
  min-width: 180px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #f6821f;
}

@media (max-width: 768px) {
  .btn-orange {
    padding: 6px 25px;
    min-width: auto;
    border-radius: 50px;
  }
}

.btn-orange:hover {
  background: #ff7600;
  color: #fff;
}

.txt-sm {
  font-size: 13px;
  color: #fff;
  /*text-transform: uppercase;*/
  font-family: 'Gotham';
}

.fs-14 {
  font-size: 14px;
}

footer a {
  color: #fff;
}

footer p {
  color: #fff;
  font-size: 14px;
}

.f-link li a {
  font-family: 'Futura PT Book';
  font-size: 13px;
}

footer hr {
  border-color: #d9d9d9;
}

ul li {
  font-size: 16px;
  font-family: 'Futura PT Book';
}

.navbar {
  border-bottom: 1px solid #d9d9d9;
}

.icon-circle {
  width: 55px;
  height: 55px;
  background: #f6821f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 25px;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #fff;
}

h3 {
  font-size: 22px;
  line-height: 36px;
  font-family: 'Futura PT';
  font-weight: 600;
  color: #0a1a44;
}

.text-lg {
  font-size: 27px;
}

.txt-30 {
  font-size: 30px;
}

.hero-sec.business {
  height: 600px;
  display: flex;
  align-items: center;
}

.text-orange {
  color: #f6821f;
}

.pricing-title.bg-orange {
  background: #f6821f;
}

.contact-sec {
  height: auto;
  min-height: 450px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .bd-form {
    height: 2400px;
  }
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "\f104";
  font-family: FontAwesome;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "\f105";
  font-family: FontAwesome;
}

.btn-main {
  /*height: 52px;*/
  border-radius: 8px;
  font-size: 16px;
}

.sec-testmonial {
  padding: 40px 0px;
}

.txt-test {
  font-size: 20px;
  font-weight: 500;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -40px;
  top: auto;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f58220;
}

.header-top .btn img {
  width: 24px;
  height: 24px;
}

.play-icon {
  width: 25px;
}

.download-app {
  background: #0a1a44;
  color: #0a1a44;
  margin: auto;
  /*border-radius: 10px;*/
  padding: 60px 0px;
  align-items: center;
  justify-content: center;
}

.download-app p {
  font-size: 20px;
}

