html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #292929;
  overflow-x: hidden;
}

body.nav-active {
  overflow: hidden;
  max-height: 100vh;
}

body.nav-active .menu-icon {
  margin-right: 15px;
}

.contact-trigger {
  white-space: nowrap;
  display: table;
  font-size: 28px;
  letter-spacing: 0.6px;
  line-height: 38px;
  left: auto;
  right: 0;
  position: absolute;
  top: 0;
}

.nav-active .contact-trigger {
  color: transparent;
  left: -99999px;
}

span.menu-icon__line {
  display: none;
}

.nav-active span.menu-icon__line {
  display: block;
}

.nav__content {
  opacity: 0;
}

.nav-active .nav__content {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 1s;
}

.nav__content a {
  color: #f85800;
}

.logo-wrap img {
  max-height: 50px;
  display: block;
  cursor: default;
}

.mw-900 {
  max-width: 990px;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.hero h2 {
  font-size: 48px;
  font-weight: 500;
}

.hero h4 {
  margin-top: 80px;
  font-weight: 500;
}

section.content-1 {
  padding: 50px 0;
  background: #fff;
  min-height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255 165 0 / 32%);
  overflow: hidden;
}

#videoBG {
  position: absolute;
  /* z-index: -1; */
}

.content-section-1 {
  background-color: #f85800;
  padding: 120px 0 100px;
}

.content-section-1 {
  color: #fff;
  /* min-height: 100vh;
 */
  display: flex;
  align-items: center;
}

.content-section-1 p {
  font-size: 24px;
  margin-bottom: 30px;
}

.content-section-1 h3 {
  font-size: 36px;
  margin-bottom: 40px;
}

.content-section-1 h2 {
  font-size: 48px;
  margin-bottom: 100px;
  margin-top: 0;
}

.contact-nav {
  font-size: 36px;
  /* padding-top: 95px; */
  font-weight: 500;
  color: #000000;
}

.pres {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.5rem;
}

section.logo h2.logo-text {
  font-size: 48px;
  margin-bottom: 100px;
  margin-top: 0;
  text-align: left;
  color: #f75900;
  margin-top: 50px;
}

section.logo p.logo-p {
  font-size: 24px;
  margin-top: 80px;
  color: #000;
}

section.can-do {
  background-color: #f75900;
  padding: 120px 0;
}

section.can-do h2 {
  font-size: 48px;
  margin-bottom: 75px;
}

section.can-do p {
  font-size: 24px;
}

section.can-do h2,
p {
  color: #fff;
}

section.lets-talk .email {
  font-size: 24px;
  margin-top: 309px;
}

/* section.lets-talk p {
    color: #000000;
    font-size: 24px;
    margin-top: 296px;
} */

section.lets-talk .lets-talk-p {
  color: #000000;
  font-size: 24px;
}

section.lets-talk #contact-talk p {
  color: #000000;
  font-size: 24px;
}

/* Custom scroll bar */

::-webkit-scrollbar-thumb:hover {
  background: orange;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  color: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* Custom scroll end */

section.logo .desktop-img {
  max-width: 100%;
  display: block;
}

section.logo .mobile-img {
  display: none;
}

section.logo {
  padding: 70px 0 110px;
}

section.logo h2 {
  font-size: 18px;
  color: #d5e1ff;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1.2px;
}

section.logo img {
  max-width: 100%;
}

section.lets-talk #contact-talk a {
  color: #000000 !important;
}

section.lets-talk {
  padding: 120px 0 100px;
}

section.lets-talk h2.project {
  color: #f85800;
  font-size: 48px;
  margin-bottom: 80px;
  line-height: 1.5em;
}

.scroll-content {
  overflow-x: hidden;
}

.flex-bottom-centar {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.nav__content h2,
.nav__content a {
  font-size: 24px;
}

@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: auto;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding: 0 90px;
  }
}

/* @media (max-width: 1200px) {
    section.logo .item-wrapper {
        justify-content: space-around;
    }
} */

@media (min-width: 1280px) and (max-width: 1600px) {
  .mw-900 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .hero h2 {
    font-size: 32px;
  }
  .content-section-1 h2 {
    font-size: 36px;
    margin-bottom: 80px;
  }
  .content-section-1 h3 {
    font-size: 30px;
  }
  .content-section-1 p {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .content-section-1 {
    min-height: unset;
    padding: 100px 0 80px;
  }
  section.logo {
    padding: 100px 0 90px;
  }
  section.logo h2.logo-text {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 36px;
  }
  section.can-do h2 {
    font-size: 36px;
  }
  section.lets-talk h2.project {
    font-size: 36px;
    margin-bottom: 60px;
  }
  section.can-do {
    padding: 100px 0 90px;
  }
  section.lets-talk {
    padding: 100px 0;
  }
  section.can-do h2 {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .mw-900 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .content-section-1 h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .content-section-1 h3 {
    font-size: 24px;
  }
  .content-section-1 p {
    font-size: 18px;
  }
  section.logo h2.logo-text {
    font-size: 30px;
  }
  section.logo p.logo-p {
    font-size: 20px;
  }
  section.can-do p {
    font-size: 18px;
  }
  section.can-do h2 {
    margin-bottom: 50px;
  }
  section.lets-talk h2.project {
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .flex-bottom-centar h2 {
    margin-bottom: 30px;
  }
  section h2 {
    font-size: 28px !important;
  }
  .content-section-1 {
    padding: 70px 0;
  }
  section.logo h2.logo-text {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
  }
  section.logo p.logo-p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
  }
  section.lets-talk h2.project {
    font-size: 32px;
    margin-bottom: 60px;
  }
  /* section.lets-talk p {
        margin-bottom: 0;
    } */
  section.can-do h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  section.can-do .col-md-6:first-child h2 {
    margin-top: 0;
  }
  section.can-do p {
    font-size: 18px;
  }
  .nav__content h2 {
    font-size: 18px;
  }
  .pres {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .hero h2 {
    /* font-size: 26px; */
    font-size: 30px;
    margin-top: 110px;
  }
  .content-section-1 h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .hero {
    background-image: url(../img/poster.jpg);
    background-position: center;
    background-size: cover;
  }
  .content-section-1 h3 {
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 40px;
  }
  .content-section-1 p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero h4 {
    font-size: 20px;
  }
  .logo-wrap {
    top: 30px;
  }
  .logo-wrap img {
    max-height: 40px;
    display: block;
    cursor: default;
  }
  span.menu-icon__line {
    display: block;
    background: black;
  }
  .contact-trigger {
    display: none;
  }
  #videoBG {
    display: none;
  }
  body {
    background: url("poster.jpg");
    background-size: cover;
  }
  .hero {
    min-height: 70vh;
    padding: 40px 0;
  }
  section.logo {
    padding: 70px 0;
  }
  section.can-do {
    padding: 70px 0 60px;
  }
  section.lets-talk {
    padding: 70px 0;
  }

  .nav__content h2,
  .nav__content a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  section.logo img {
    display: none;
  }
  section.logo .mobile-img {
    display: block;
    margin: auto;
  }
  .contact-nav {
    font-size: 24px;
  }
  .hero {
    min-height: 100vh;
  }
  section.can-do .col-md-6:first-child p {
    margin-bottom: 40px;
  }
  .lets-talk-p {
    margin-bottom: 40px;
  }
}

/* Ipad Pro */

/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hero {
    min-height: 60vh;
  }
  h2 {
    font-size: 38px !important;
  }
  .hero h2 {
    margin-top: 60px;
  }
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Ipad Pro */

/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  h2 {
    font-size: 30px !important;
  }
  .hero h2 {
    margin-top: 60px;
  }
  section.logo h2.logo-text {
    margin-top: 30px;
  }
  section.logo {
    padding: 50px 0 80px;
  }
  .content-section-1 {
    padding: 80px 0 65px;
  }
  section.can-do,
  section.lets-talk {
    padding: 80px 0;
  }
}
