@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600|Nunito:400,600,700");

:root {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f3f3f3;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #949494;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #11161a;
  --bs-primary: #0a66c2;
  --bs-primary-rgb: 10, 102, 194;
  --bs-primary-text-emphasis: rgb(10, 102, 194);
  --bs-primary-border-subtle: #0a66c2;
  --bs-primary-bg-subtle: #0a66c2;
  --bs-secondary: #6c757d;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-light: #090a0c;
  --bs-light-rgb: 9, 10, 12;
  --bs-dark: #11161a;
  --bs-dark-rgb: 17, 22, 26;
  --bs-white: #fff;
  --bs-white-rgb: 255, 255, 255;
  --bs-secondary-text-emphasis: #666f76;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-secondary-bg-subtle: rgba(108, 117, 125, 0.15);
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-secondary-border-subtle: rgba(108, 117, 125, 0.2);
  --bs-light-border-subtle: #f3f3f3;
  --bs-dark-border-subtle: #949494;
  --bs-font-sans-serif: Nunito, sans-serif;
  --bs-body-bg: #000;
  --bs-border-color: #6c757d33;
  --bs-border-color-translucent: #292e2e;
  --bs-heading-color: #dee2e6;
  --bs-box-shadow: #111313;
}

html, body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
}

a, a:hover, a:focus, button, button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  text-align: justify;
}

.section {
  padding: 50px 0 0;
  position: relative;
}

.h-100vh {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-subtitle {
  max-width: 500px;
  text-align: center;
}

.about-photo {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .about-photo {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .about-photo {
    max-width: 60%;
  }
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(0, 0, 0, 0.69);
}

.card-transparent {
  background-color: rgba(30, 30, 30, 0.7) !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9999999;
}
#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #fff;
  transform: translateZ(0);
  animation: spin 1.1s infinite linear;
}
.spinner, .spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.about-social li a {
  color: #fff !important;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  line-height: 38px;
  transition: all 0.5s;
  text-align: center;
}
.about-social li a:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.footer {
  padding: 70px 0;
}
.footer .footer-alt p {
  font-size: 16px;
}

.copyright_content {
  color: #ababab;
  text-align: center;
}

.header-content {
  max-width: 800px;
}
.header-name {
  font-size: 54px;
}
.header-desc {
  max-width: 500px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75) !important;
}

.custom-nav {
  background-color: transparent;
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.custom-nav .navbar-nav li a {
  color: #fff !important;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0 7px;
  letter-spacing: 0.05em;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 500;
}
.custom-nav .navbar-brand img {
  height: 27px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
  color: var(--bs-primary) !important;
}

.logo img {
  display: inline-block;
}

.custom-nav .navbar-brand {
  color: #fff !important;
  text-transform: uppercase;
}
.custom-nav .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 0;
}

.custom-nav.stickyadd {
  background-color: var(--bs-body-bg) !important;
  padding: 15px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.custom-nav.stickyadd .navbar-nav li a {
  color: var(--black) !important;
}
.custom-nav.stickyadd .navbar-nav .active {
  color: var(--bs-primary) !important;
}

@media (min-width: 200px) and (max-width: 768px) {
  .custom-nav {
    background-color: var(--bs-body-bg) !important;
    padding: 10px 0 !important;
  }
  .custom-nav .navbar-toggler {
    color: var(--black);
    font-size: 32px;
    border: none;
  }
  .custom-nav .navbar-nav li a {
    color: var(--black) !important;
    margin: 0;
    line-height: 15px;
  }
  .header-name {
    font-size: 26px;
  }
  #about .mt-3 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
