@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.fontawesome.com/releases/v5.0.13/css/all.css");

body {
  background-color: #0E1C3A;
  color: #92ADE7;
  font: 400 16px/28px "Montserrat", serif;
  position: relative;
  margin: 0;
  padding: 0;
}

body::before {
  background: url("../../images/bg.svg") 50%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 1;
  opacity: 0.6;
}

body main::before {
  z-index: 2;
}

.navbar .container-fluid {
  max-width: 1640px;
  padding: 20px 0;
  background: transparent;
}

.container {
  max-width: 1170px;
}

.container-bg-free-gift {
  position: relative;
}

#navbarsExample03 {
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #F3D75C;
}

.container-fluid.free-gift {
  content: "";
  background: url("../../images/space11.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: relative;
  z-index: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  color: #fff;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1024px) {
  .navbar-brand .img-fluid {
    max-width: 215px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .counter-analog2 span.part {
    display: inline-block;
  }
}