/******************************************************************************

    style.css
    SilverFast.com

    Created by Rexhep Hamiti on 12/23/20.
    Copyright © 2020 LaserSoft Imaging AG. All rights reserved.

******************************************************************************/

*:focus {
    outline: none;
}

html, body {
  color: #1d1d1f;
  scroll-behavior: smooth;
  background-color: #f5f5f7;
}

h1 {
  font-size: 80px;
  font-weight: 600;
}

h2 {
  font-size: 64px;
  font-weight: 600;
}

h3 {
  font-size: 48px;
  font-weight: 600;
}

h4 {
  font-size: 32px;
  font-weight: 600;
}

h5 {
  font-weight: 600;
}

p {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 767px)  {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 19px;
  }
}

.color-white {
  color: white;
}

.color-sf-se {
  color: #8dd3f7;
}

.color-sf-se-plus {
  color: #137ec5;
}

.color-sf-ai-studio {
  color: #134a92;
}

.colot-archive-suite {
  color: #ea6714;
}

.color-hdr {
  color: #747779;
}

.color-hdr-studio {
  color: #666b6e;
}

.bg-primary {
  background-color: #f5f5f7;
}

.bg-white {
  background-color: white;
}

.bg-full-black {
  background-color: black;
}

.bg-black {
  background-color: #2f2f2f;
}

.bg-green {
  background-color: #94b749;
}

.bg-blue-grey {
  background-color: #636b73;
}

.bg-ibook {
  background-image: linear-gradient( 180deg, #2d9bdb 10%, #256dbc 100%);
}

.bg-glass {
  -webkit-backdrop-filter: blur(22px);
  -moz-backdrop-filter: blur(22px);
  -o-backdrop-filter: blur(22px);
  -ms-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  padding: 100px;
  border-radius: 25px;
  box-shadow: 1px 1px 30px #111111;
}

@supports not ((-webkit-backdrop-filter: none) or
  (-moz-backdrop-filter: none) or
  (-o-backdrop-filter: none) or
  (-ms-backdrop-filter: none) or
  (backdrop-filter: none)) {
  .bg-glass {
    background-color: rgba(84, 60, 74, 0.8);
  }
}

.bg-full-cover {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
}

.bg-fixed {
  height: 100vh;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
}

@media (max-width: 767px) {
  .bg-full-cover {
    /* height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center; */
    background-attachment: scroll;
  }

  .bg-glass {
    padding: 30px 10px;
  }

  .bg-glass p {
    font-size: 14px;
  }

  .bg-fixed {
    background-size: 90%;
  }
}

.bg-image-coloreye {
  background-image: url(../img/pic_top.png);
}

.bg-image-dummy-iMac {
  background-image: url(../img/iMac-Pro-27-SpaceGray-dummy.png);
}

.bg-image-imac-dark{
  height: 3000px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-image: url(../img/sf9dark.png); */
  background-image: url(../img/Light2Dark/Light2Dark_0000.jpg);
}

.bg-image-imac-sac {
  background-image: url(../img/sf9sac.png);
}

.btn-default {
  padding: 0 32px;
  height: 50px;
  border-radius: 25px;
}

.btn-primary {
  background: #94b749;
  border-color: #94b749;
}

.btn-secondary {
  background: none;
  border-color: white;
}

.btn-primary:hover {
  background: none;
  border-color: #94b749;
  color: #94b749;
}

.text-shadow {
  text-shadow: 0 0 5px #111111;
}

.section-header {
  padding-top: 150px;
}

.section-header p {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .section-header {
    padding-top: 70px;
  }

  .section-header p {
    padding-top: 20px;
  }
}

.section-body {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .section-body {
    padding-top: 40px;
  }
}

.section-round {
  padding: 70px 20px;
  border-radius: 30px;
  margin: 20px 5px;
}

.section-box {
}

.section-box .section-box-header {

}

.section-box .section-box-header img {
  height: 300px;
  padding-bottom: 20px;
}

.section-box .section-box-body {

}

.section-box .section-box-body ul {
  padding: 50px 0 0 0;
  height: 100%;
}

.section-box .section-box-body li {
  list-style-type: none;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.section-box .section-box-body li:last-child {
  padding-bottom: 0;
}

.section-box .section-box-footer {

}

.section-box .section-box-footer button {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .section-round {
    padding: 70px 10px;
    border-radius: 30px;
    margin: 20px 5px;
  }

  .section-box .section-box-header img {
    height: 150px;
  }

  .section-box .section-box-body ul {
    padding: 30px 0 0 0;
    height: auto;
  }

  .section-box .section-box-body li {
    font-size: 18px;
  }
}

.section-footer {
  padding-bottom: 150px;
}

.section-footer button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .section-footer {
    padding-bottom: 70px;
  }
}

.box img {
  width: 100px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .box {
    padding-bottom: 40px;
  }
}

.box-view img {
  width: 100%;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .box-view {
    padding-bottom: 40px;
  }

  .box-view:last-child {
    padding-bottom: 0;
  }

  .box-view img {
    padding-bottom: 20px;
  }
}

.m-right-20 {
  margin-right: 20px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-right-left-30 {
  padding: 0 30px;
}

.p-right-left-50 {
  padding: 0 50px;
}

.p-right-left-100 {
  padding: 0 100px;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.w-800 {
  margin-left: 80px;
  width: 800px;
}

@media (max-width: 767px) {
  .p-top-50 {
    padding-top: 30px;
  }

  .p-right-left-100 {
    padding: 0 20px;
  }

  .p-bottom-50 {
    padding-bottom: 0;
  }

  .w-800 {
    margin-left: auto;
    width: auto;
  }
}

#Download {
  padding: 50px;
}

#Download button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #Download {
    padding: 0;
  }
}

.app-icon-section {
  padding: 200px 0;
}

.app-icon {
  padding-bottom: 20px;
}

.app-icon img {
  height: 100px;
  width: auto;
}

.skip-intro {
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translate(50%, 0);
  -webkit-transition:all 1.0s linear;
  -moz-transition:all 1.0s linear;
  -o-transition:all 1.0s linear;
  -ms-transition:all 1.0s linear;
  transition:all 1.0s linear;
  z-index: 999;
}

.skip-intro.translate-to-icon {
  right: 100px;
}

.skip-intro.translate-to-icon button {
  background-color: #94b749;
  box-shadow: none;
}

.skip-intro.translate-to-icon button:hover {
  background: none;
  border-color: #94b749;
  color: #94b749;
}

.translate-to-icon #full-skip-intro-text {
  display: none;
}

@media (max-width: 767px) {
  .skip-intro {
    display: none;
  }
}

.wrap {
  width: 90%;
  margin: 0 auto;
}

.holder h4 {
  padding-top: 10px;
}

.bar {
  background: #94b749;
  width: 0;
  min-height: 50px;
  margin: .25em 0;
  color: #fff;
  position: relative;
  transition: width 2s, background .2s;
  -webkit-transform: translate3d(0, 0, 0);
  clear: both;
}
/* .bar:nth-of-type(odd) {
  background: #9db865;
} */
.bar .label {
  font-size: 24px;
  padding: 5px 0 5px 15px;
  background: #212121;
  width: 200px;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.bar .label.second {
  background: #333;
}
.count {
  position: absolute;
  right: .25em;
  /* top: .75em; */
  padding: 5px;
  font-size: 24px;
  font-weight: 600;
}

#dropdownMenuButton {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background-color: #94b749;
  z-index: 999;
}

.dropdown img {
  width: 32px;
}

.dropdown-menu {
  text-align: right;
  background: none;
  white-space: normal;
}

.dropdown-item img {
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  -o-transition:all 0.2s linear;
  -ms-transition:all 0.2s linear;
  transition:all 0.2s linear;
}

.dropdown-item:hover {
  background: none;
}

.dropdown-item:hover img {
  width: 64px;
}

@media (max-width: 767px) {
  .dropdown-menu {
    min-width: 5rem;
    background-color: rgba(148, 183, 73, 0.6);
  }

  .dropdown-item:hover img {
    width: 32px;
  }
}

.modal {
  padding: 0 !important; // override inline padding-right added from js

}

.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.modal .modal-header {
  border-bottom: 0 none;
}

.modal .modal-body {
  overflow-y: auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

canvas {
  position: fixed;
  padding: 0 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
  max-height: 100vh;
}

.canvas-style {
  padding: 0 100px;
  max-width: 100vw;
  max-height: 100vh;
}

.fit-style {
  max-width: 100vw;
  max-height: 100vh;
}

#carouselTestimonials .carousel-indicators {
  bottom: -60px;
}

.carousel-item {
  padding: 0 150px;
}

@media (min-width: 1600px) {
  .carousel-item {
    padding: 0 200px;
  }
}

@media (max-width: 767px) {
  .carousel-item {
    padding: 0 50px;
  }
}

footer {
  padding: 30px 0;
}
