@charset "UTF-8";

/* ---------------------------------------------------------------------
   Reset styles
   --------------------------------------------------------------------- */

body,
html {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------------
   Text styles
   --------------------------------------------------------------------- */

body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.44em;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 15px;
      line-height: 1.34em;
  }
}


h1 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 63px;
  line-height: 1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 45px;
      line-height: 1.34em;
  }
}

h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:focus,
h1 a:hover {
  color: var(--qode-main-color);
}

h2 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 52px;
    line-height: 1.34em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}


h3 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 38px;
    line-height: 1.34em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 30px;
    line-height: 0.97em;
  }
}

h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:focus,
h3 a:hover {
  color: var(--qode-main-color);
}

h4 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 33px;
  line-height: 1.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 480px) {
  h4 {
    font-size: 27px;
    line-height: 1.03em;
  }
}

h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:focus,
h4 a:hover {
  color: var(--qode-main-color);
}

h5 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 25px;
  line-height: 1.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 480px) {

  h5,
  .qodef-h5 {
    font-size: 20px;
    line-height: 1.05em;
  }
}

h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:focus,
h5 a:hover {
  color: var(--qode-main-color);
}

h6 {
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 1.06em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:focus,
h6 a:hover {
  color: var(--qode-main-color);
}

a,
p a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease-out;
  cursor: pointer;
}

a:focus,
a:hover,
p a:focus,
p a:hover {
  color: var(--qode-main-color);
}

p {
  margin: 10px 0;
}

p.has-large-font-size {
  font-size: 36px;
  line-height: 1.44em;
}

p.has-large-font-size+p {
  line-height: 1.44em;
}

p.has-background {
  padding: 20px 30px;
}

/* ---------------------------------------------------------------------
   Nav styles
   --------------------------------------------------------------------- */

.nav-item a {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.nav-item .disabled {
  color: #5f5192;
}

/* ---------------------------------------------------------------------
   Nav Button BorderColor None styles
   --------------------------------------------------------------------- */

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.btn-close {
  border-color: rgba(0, 0, 0, 0);
}

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

/* ---------------------------------------------------------------------
   Home Page Video styles
   --------------------------------------------------------------------- */
   .video-container {
    width: 100%;
    height: 100vh;
    /* Or whatever height you want */
    position: relative;
  }
  
  .position-absolute {
    position: absolute;
    top: 0;
    left: 0;
  }

/* ---------------------------------------------------------------------
   Footer styles
   --------------------------------------------------------------------- */

.bs-footer-nav-brand {
    font-size: 20px;
}

.bs-footer-nav-link {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.bs-footer-copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (max-width: 576px) {
  .bs-footer-nav-link {
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.6em;
  }
}

/* ---------------------------------------------------------------------
   Works Card styles
   --------------------------------------------------------------------- */

.card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ---------------------------------------------------------------------
   Works Page styles
   --------------------------------------------------------------------- */


@media (max-width: 767.99px) {
  .bs-portfolio-iconimg {
    width: 40% !important;
  }
}

@media (min-width: 768px) {
  .bs-portfolio-iconimg {
    width: 20% !important;
  }
}

@media (max-width: 767.99px) {
  .bs-portfolio-logoimg {
    width: 80% !important;
  }
}

@media (min-width: 768px) {
  .bs-portfolio-logoimg {
    width: 70% !important;
  }
}

