@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

body {
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.nav-bg {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.navigation {
  transition: 0.3s ease;
}
.navbar {
  transition: 0.3s ease;
}
.nav-bg {
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
}

.nav-bg .navbar {
  padding: 10px 0;
}

.hero-section {
  padding-top: 250px;
  padding-bottom: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 300px;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand {
  font-variation-settings: "wdth" 62.5;
  font-weight: 900;
  text-transform: uppercase;
  background: #FFC107;
  border: 3px black dotted;
  padding: 8px 12px;
  border-radius: 10px;
}

a, button, select {
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-collapse {
    background: transparent;
  }
}

a, button, select {
  cursor: pointer;
  transition: 0.2s ease;
}

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

.my-logo-static {
  color: #444;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.collapse:not(.show) {
  display: none;
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: transparent;
  }
}
.navbar-collapse {
  background: white;
}
.text-center {
  text-align: center !important;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
*, ::after, ::before {
  box-sizing: border-box;
}

.zindex-1 {
  z-index: 1;
}

.btn {
  font-weight: bold;
}

.primary-shadow {
  box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.btn {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 60px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}

.footer-section {
  padding-top: 500px;
  padding-bottom: 100px;
}

.footer {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.navbar-light .navbar-nav .nav-link {
  color: #091337;
}

.nav-item {
  padding: 20px 10px;
}

ol, ul {
  list-style-type: none;
  margin: 0px;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .navbar-collapse {
    background: transparent;
  }
}
h1, .h1 {
  font-size: 56px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #091337;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
}
p, .paragraph {
  font-weight: 300;
  color: #4d546f;
  font-size: 17px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
}
.my-font, body, p, .paragraph, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.btn.btn-github , .btn.btn-github:focus, .btn.btn-github:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
}

::before, ::after {
  box-sizing: border-box;
}

.text-lg {
  font-size: 1.125rem !important;
}
