
    @font-face {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/sf-ui-display-light-58646b33e0551.woff'), url('../fonts/sf-ui-display-light-58646b33e0551.woff') format('woff');
    }
    @font-face {
    font-family: 'SF UI Display Black';
    font-style: normal;
    font-weight: 900;
    src: local('../fonts/sf-ui-display-black-58646a6b80d5a.woff'), url('../fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
    }
.bg-footer {
  background-color: #101636 !important;
}

.btn-soft-primary {
    background-color: rgba(9, 13, 32, 0.64) !important;
    border: 1px solid rgba(9, 13, 32, 0.72) !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(9, 13, 32, 0.73);
    box-shadow: 0 3px 5px 0 rgba(9, 13, 32, 0.73);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #090d20 !important;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 34px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
button:not(:disabled) {
  outline: none;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.sticky-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}


[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}
body {
    font-family: 'SF UI Display Light';
    font-style: normal;
    font-weight: normal;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #161c2d;
    background: #081647;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
  line-height: 1.5;
}
p{
  margin-bottom: 0;    letter-spacing: .2px;
}
::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
  font-weight: 600;
}
.card {
    font-weight: 600;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #7c8f9e;
    background-clip: border-box;
    border: none;
    border-radius: 9px;
    margin-bottom: 20px;
    padding: 15px;
}
.item-description{
  padding:0px 15px;
}
.item-description h2{
    border-radius: 9px;
    line-height: 90px;
    margin: 0;
    height: 100px;
    text-align: center;
    width: 125px;
}
.item-description h2 img{
    max-width: 100%;
    text-align: center;
    max-height: 100%;
    padding: 8px 10px;
    margin: auto;
}
.item-description h6.rank{
    color: #31B2C9;
    font-size: 14px;
    margin-bottom: 2px;
}
.item-description a.website{
    font-family: 'SF UI Display Black';
    font-size: 24px;
    line-height: 28px;
    color: #383b52;
    display: inline-block;
    margin-bottom: 2px;
}
.item-description p.ratings{
    color: #7c8f9e;
    font-weight: 400;
}
.item-description span{
    color: #7c8f9e;
}
.item-bonus {
    padding: 14px 15px;
    border-left: 1px solid #7c8f9e;
    border-right: 1px solid #7c8f9e;
    height: 100%;
}
.item-bonus p {
    font-weight: 400;
    min-height: auto;
}

.item-bonus span{
    font-family: 'SF UI Display Black';
    font-size: 25px;
    color: #f8073f;
    margin-bottom: 5px;
    line-height: 30px;
}
.item-bonus i{
    font-size: 25px;
    color: #f8073f;
}
.item-features{
padding: 17px 15px;

}
.item-features ul{
    color: #32495b;
    font-size: 12px;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.item-features ul li{
    margin-bottom: 5px;
    letter-spacing: .2px;
    display: flex;
}
.item-features ul li:last-child{
    margin-bottom: 0px;
}
.item-features ul li i{
    margin-right: 8px;
    margin-top: 0px;
    font-size: 18px;
    color: #26a9c3;
    vertical-align: bottom;
}
.item-features .item-link {
    white-space: nowrap;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: white;
    padding: 15px 40px;
    border-radius: 9px;
    background: -webkit-gradient(linear, left bottom, left top, from(red), to(#ff006a));
    background: -webkit-linear-gradient(bottom, red, #ff006a);
    background: -o-linear-gradient(bottom, red, #ff006a);
    background: linear-gradient(0deg, red, #ff006a);
    transition: all .3s;
}

.card:nth-child(1) {
    color: #fff;
    background: url(../images/feature-background.jpg);
}
.card:nth-child(1) .item-description h6.rank:nth-child(1) {
    color: #fff;
    }
.card:nth-child(1) .item-description a.website{
    color: #fff;
    }
.card:nth-child(1) .item-description p.ratings, .card:nth-child(1) .item-features ul li{
  color: #fff;
}
.card:nth-child(1) .item-description p.ratings span{
    font-family: 'SF UI Display Black';
    color: #ffce00;
}
.card:nth-child(1) .item-bonus span{
    font-family: 'SF UI Display Black';
    color: #ffce00;
}
.card:nth-child(1) .item-bonus i , .card:nth-child(1) .item-features ul li i{
    color: #ffce00;
}
.card:nth-child(1) .item-bonus p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.section {
  padding: 100px 0;
  position: relative;
}

.s
.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 45px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 18px;
}

.section-title {
  position: relative;
}

.section-title .title {
    font-family: 'SF UI Display Black';
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}
.section-title .title img {
    margin-top: -10px;
    margin-right: 0;
    display: inline-block;
}


@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-100 .heading {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 35px !important;
  }
  .title-heading .para-desc {
    font-size: 18px;
  }
  .section-title .title {
    font-size: 24px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}


#topnav {
  background: #090d20;
  color: #c6d0ed;
  font-size: 12px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  border: 0;
    padding: 2px 0px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
}
#topnav p{
    margin-bottom: 0;
    line-height: 14px;
}
#topnav i{
    color: #ecc034;
    font-size: 19px;
    margin: 0px 8px 0 0;
}
#topnav svg{
    margin-right: 8px;
    width: 22px;
}
#topnav span{
    color: #fccc02;
    font-size: 14px;
    white-space: nowrap;
}
#topnav .logo {
  line-height: 67px;
}

#topnav .buy-button {
    float: right;
    padding: 17px 0px;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}


#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}


#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
    background: #090d20;
    -webkit-box-shadow: 0 0 3px rgba(9, 13, 32, 0.44);
    box-shadow: 0 0 3px rgba(9, 13, 32, 0.44);
}

@media (max-width: 1199px) {
.item-bonus p{
min-height: 36px;
}
.back-to-top {
  bottom: 15px;
  right: 8px;
}

#topnav i {
    font-size: 16px;
}
.bottom_img {
    display: none;
}
.card {
    width: 31%;
    margin: 10px 9px 30px 9px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 8px 15px;
}
  #topnav .logo img{
    width: 220px;
    height: auto;
    margin-top: 10px;
  }
#topnav .logo {
    line-height: 60px;
}
#topnav .buy-button {
    float: none;
    padding: 7px 0px 15px 0px;
}
.bg-marketing {
    padding: 175px 0 30px!important;
    background: none!important;
    background-color: #081647!important;
  }
.item-description h2 img {
    text-align: center;
    margin: auto;
    display: inline-block;
}
.item-description h2 {
    padding: 10px 10px 10px 10px;
    margin: 0;
    width: 100%;
    height: 120px;
}
.item-description h6.rank {
    font-weight: 400;
}
p {
    font-weight: 400;
}
.item-bonus {
    border-left: none;
    border-right: none;
}
.item-features ul {
    margin-bottom: 30px;
}

.item-features .item-link {
    display: block;
    padding: 12px 40px;
}

.item-features {
padding: 17px 15px;
}
.section-title .title {
    font-size: 45px;
    }
}
@media (max-width: 991px) {
.card {
    width: 43%;
    margin: 10px 23px 30px 23px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 8px 15px;
}
.section-title .title {
    font-size: 40px;
    line-height: 50px;
}
  #topnav .container {
    width: auto;
  }

  #topnav .navbar-header {
    float: left;
  }
}
@media (max-width: 767px) {
#topnav .logo img {
    width: 130px;
    height: auto;
    margin-top: 0px;
}
.section-title .title {
    font-size: 20px;
    line-height: 23px;
}
.card {
    width: 300px;
    display: block;
    margin: auto!important;
    margin-bottom: 30px!important;
    padding: 15px 15px 8px 15px;
}
.item-features {
    padding: 15px 15px 9px 15px;
}

#topnav .buy-button {
    float: none;
    padding: 0px 0px 15px 0px;
}
.logo-footer img{
  max-width: 100%;
}
.bg-marketing {
    padding: 160px 0 30px!important;
}
}
@media (min-width: 200px) and (max-width: 330px) {
.footer{
  width: 103%;
}
}

.bg-marketing {
    padding: 115px 0 30px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}
.footer {
    padding: 25px 0;
    position: relative;
    background: #090d20;
    color: rgba(255, 255, 255, .5);
}

.bottom_img .circle-1 {
    top: 5px;
    left: 0;
    mix-blend-mode: overlay;
}
.bottom_img img {
    position: absolute;
}
.bottom_img .circle-2 {
    top: 10px;
    right: 0;
    z-index: 0;
}
.footer .logo-footer {
  font-size: 22px;
}

.footer .footer-head {
  font-size: 24px;
margin-bottom: 10px;
  font-weight: 500;
    font-family: 'SF UI Display Black';
}
.footer p {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, .5);
}
.footer a.footer-link {
    font-family: 'SF UI Display Black';
    font-size: 18px;
    background: #26a9c3;
    color: #fff;
    border-radius: 6px;
    height: 78px;
    transition: all .3s;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-link:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.footer-link i {
    font-size: 24px;
    margin-right: 5px;
}
/*footer bonus blocks*/
/*first block*/
.bonus {
    font-size: 14px;
    position: relative;
    padding: 25px 0;
}
.bonus:before {
    top: 0;
    width: 100%;
    height: 1px;
    opacity: .3;
}
.bonus:after, .bonus:before {
    content: '';
    position: absolute;
    background: #343f78;
}
.bonus-wrap {
    padding-right: 20px;
}
.bonus.first .first-rating {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}
.bonus.first .first-rating span {
    font-size: 14px;
    color: #26a9c3;
}
.bonus.first .first-title {
    font-family: 'SF UI Display Black';
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}
.bonus.first .first-text {
    font-family: 'SF UI Display Black';
    margin-bottom: 5px;
    color: #f8073f;
}
.bonus.first .first-text-big {
    font-family: 'SF UI Display Black';
    color: #f8073f;
    font-size: 36px;
    margin-bottom: 0;
    line-height: 44px;
}
.bonus:after {
    top: -1px;
    width: 80px;
    height: 3px;
}
/*second block*/
.bonus-title {
    font-size: 24px;
    color: #ffce00;
    margin-bottom: 10px;
}
.bonus-text {
    color: #fff;
    margin-bottom: 10px;
    line-height: 16px;
}
.bonus .highlight {
    color: #fccc02;
}
.bonus-text-bottom {
    color: rgba(255, 255, 255, .26);
    line-height: 15px;
}
/*4th block*/
.bonus-list{
    list-style: none;
padding-left: 0;
}
.bonus-list li {
    display: flex;
    line-height: 15px;
    letter-spacing: .1px;
    color: #fff;
    font-size: 12px;
    max-width: 200px;
    margin-bottom: 10px;
}
.bonus-list span {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    background: #5a478d;
    border-radius: 6px;
    color: #fff;
    margin-right: 10px;
}
.bonus-list span i, .footer {
    font-size: 14px;
}
.footer.footer-bar {
  padding: 17px 0;
}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 994px;
}
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}

/*# sourceMappingURL=style.css.map */