@font-face{
    font-family: 'muli';
    src: url("/static/fonts/muli/muli-light.woff2");
    font-weight: 300;
}


@font-face{
    font-family: 'muli';
    src: url("/static/fonts/muli/muli.woff2");
    font-weight: normal;
}



/*

@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-thin.woff2");
    font-weight: 100;
}


@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-extralight.woff2");
    font-weight: 200;
}
*/

@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-light.woff2");
    font-weight: 300;
}




@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-regular.woff2");
    font-weight: normal;
}

@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-medium.woff2");
    font-weight: 500;
}


@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-semibold.woff2");
    font-weight: 600;
}




@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-bold.woff2");
    font-weight: 700;
}

@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-extrabold.woff2");
    font-weight: 800;
}


@font-face{
    font-family: 'montserrat';
    src: url("/static/fonts/montserrat/montserrat-black.woff2");
    font-weight: 900;
}

.nav-bar{
    width: auto;
}

.nav-link{
    font-family: 'montserrat';
    color: #525252 !important;
    font-weight: 300;
    font-size: 1.2em;
}




.hero-title{
    font-family: 'montserrat';
    font-weight: 700;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.1em;
    color: #45467d;
    text-shadow: rgba(40, 41, 73, 0.4) 0px 0 20px;
}

#hero{
    background: url('/static/img/background.webp') no-repeat center center fixed;
    -webkit-background: url('/static/img/background-apple.jpg')no-repeat center center fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-repeat: no-repeat;
    -webkit-background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  #hero{
    background: url('/static/img/background-apple.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-repeat: no-repeat;
    -webkit-background-attachment: scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}
  



#navbar{
    display: block ;
  position: fixed !important;
      z-index: 3;
  max-width: inherit;
  width: inherit;
  background-color: rgba(243, 243, 243, 0.7);
  -webkit-background-color: rgba(243, 243, 243, 0.7);
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(73, 49, 61, 0.4));
  filter: drop-shadow(0px 0px 6px rgba(73, 49, 61, 0.4));
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter: blur(10px);

}

.mesh{
    border: 5px solid #898989;
    box-shadow: 0px 0px 6px rgba(73, 49, 61, 0.5);
}

.muli-light{
    font-family: 'muli';
    font-weight: 300;
}

.how-title{
    font-family: 'montserrat';
    font-weight: 600;
    color: #45467d;
    font-size: 2.2em;
    /*text-shadow: rgba(40, 41, 73, 0.2) 0px 0 6px;*/

}

.how-text{
    font-size: 1.4em;
    line-height: 1.5em;
    color: #6e6e6e;
}

.how{
    width: inherit;
    width: 50%;
    margin: auto;
    margin-top: 10px;
}


#donor, #recieve, #scan, #simulation{
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(73, 49, 61, 0.5);
    width: inherit;
    width: 100%;
    height: auto;
    pointer-events: none;
}


.steps-des{
    text-align: center;
    font-family: 'muli';
    font-weight: normal;
    font-size: 1.2em;
}




.adva-title{
    text-align: center;
    /*text-transform:  uppercase;*/
    font-family: montserrat;
    font-weight: 600;
    color: #45467d;
    font-size: 2.2em;
}



.adva-text{
    text-align: center;
    font-family: muli;
    font-weight: 300;

    font-size: 1.2em;
    line-height: 1.4em;
    color: #6e6e6e;
}

.adva-box{
    border: 1px solid #e2e2e2;
    /*background-color: #fff;*/
}

#adva{
   background-color:  #f5f5f5;
}

#adva-big-title{
    text-align: center;
    font-family: montserrat;
    font-weight: 700;
    color: #45467d;
    text-transform:  uppercase;
}
.for-box-shadow{
    box-shadow: 0px 0px 15px rgba(73, 49, 61, 0.5);
    border-radius: 2px;
    background-color: #ffffff;

}

.steps-img{
    /*border-radius: 20px;
        box-shadow: 0px 0px 6px rgba(73, 49, 61, 0.5);*/

}






.poster-title{
    font-size: 70px;
    font-weight: 700;
}
.poster-subtitle{
    font-size: 2.3vw;
    font-weight: 400;
    margin-bottom: 20px;
}
.poster-des{
    font-family: muli;
    font-weight: 400;
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    .poster-title{
        font-size: 60px;
        font-weight: 700;
        text-align: center;
    }
    .poster-des {
       /* display: none !important;*/
    }
    .poster-subtitle{
        text-align: center;
        font-size: 40px;
        
        
    }
}



#solution{
    background: url('/static/img/poster background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}




.device-img{
    width: 100%;
}


.int-title{
    font-size: 40px;
    font-family: montserrat;
    font-weight: 600;
}



#carouselExampleIndicators{
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 15px rgba(73, 49, 61, 0.5);


}


.extra-space{
    letter-spacing: 0.2em;
}

.gallery-title{
 position: absolute;
 display: block;
 left: calc(50% - 200px); 
 z-index: 1;
 margin-top: 30px;
}

.wrapper3d{
    width: inherit;
    width: 100%;
    height: 100%;
}
model-viewer{
  height: 100%;
  width: 100%;
}


.btn-email{
   background-color: #45467d;
   color: #ffffff;
}

.btn-email:hover{
    background-color: rgb(58, 59, 105);
    color: #ffffff;
 }



.form-section{
    /*background-color: #dbdee0;*/
    background: radial-gradient(circle, rgba(251,247,240,1) 0%, rgba(213,218,223,1) 51%, rgba(164,168,172,1) 100%); 
}

.small-chrs{
  color: #6e6e6e;
  font-size: 10pt;
  position: relative;
  bottom: 30px;
  right:9px;
  float: right;
}


footer a{
    color: #f5f5f5;
}
footer a:link {
    color: #f5f5f5;
}

footer a:visited  {
    color: #f5f5f5;
}





.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#282d32;
  }
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }
  
  .footer-dark ul a:hover {
    opacity:0.8;
  }
  
  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  .footer-dark .item.text {
    margin-bottom:36px;
  }
  
  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }
  
  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }
  
  .footer-dark .item.social {
    text-align:center;
  }
  
  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }
  
  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }
  
  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }


  .hero-content{
   display: block;
}



  

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

    .hero-title{
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
}



  @media screen and (max-width: 1224px) {
    .nav-link{
        font-size: 1em;
    }
    .hero-title{
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    .int-title{
        font-size: 38px;
    }
}

@media screen and (min-width: 993px) {
    .spare-img{
        display: none;
    }
    .hero-content{
        padding-top:100px;
    }

}
@media screen and (max-width: 992px) {

    .hero-title{
        font-size: 2.6rem;
        line-height: 3.6rem;
    }
    #hero{
        padding-bottom: 40px;
    }
    .hero-content{
        padding-top:80px;
    }
    .adva-title{
        font-size: 1.4em;

    }
    .adva-text{
        font-size: 0.9em;
    }
    .how-text{
        font-size: 1.2em;
        line-height: 1.3em;
    }
    .pc-mesh{
        display: none;
    }
    .spare-img{
        display: block;
        margin: auto;
        margin-bottom: 20px;
        width: 80%;
        text-align: center;
    }
.int-title{
    font-size: 30px;
}
}



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

    .wrapper3d{
        width: 100%;
        height: 400px;
    }
    .hero-title{
      font-size: 2rem;
      line-height: 2.4rem;
  }

  .how-title{
    font-size: 1.6em;
  }
  .hidden{
    display: none;
  }
  .adva-text{
    font-size: 0.8em;
  }
  .adva-title{
    font-size: 1.2em;
    margin-bottom: 0;
  }
}


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


  .hero-title{
    font-size: 1.6rem;
    line-height: 2rem;
}

.how-title{
  font-size: 1.4em;
}



}



.animate {
    animation-duration: 1.0s;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
  }



  .active.fade-it{ animation-name: animate-fade;}

@keyframes animate-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animate-fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /* Slide In y axis*/
  .active.slide-up { 
    animation-name: animate-slide-up;
    animation-duration: 1.3s; }
  
  @keyframes animate-slide-left {
    0% {
      opacity: 0;
      transform: translate(0, 30px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @-webkit-keyframes animate-slide-up {
    0% {
      opacity: 0;
      transform: translate(0, 30px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  .active.slide-down { 
    animation-name: animate-slide-down;
    animation-duration: 1.3s; }
  
  @keyframes animate-slide-down {
    0% {
      opacity: 0;
      transform: translate(0, -30px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @-webkit-keyframes animate-slide-down {
    0% {
      opacity: 0;
      transform: translate(0, -30px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }




    /* Slide In x axis*/
.active.slide-right { 
    animation-name: animate-slide-right;
    animation-duration: 1.3s; }
  
  @keyframes animate-slide-right {
    0% {
      opacity: 0;
      transform: translate(-100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @-webkit-keyframes animate-slide-right {
    0% {
      opacity: 0;
      transform: translate(-100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  .active.slide-left { 
    animation-name: animate-slide-left;
    animation-duration: 1.3s; }
  
  @keyframes animate-slide-left {
    0% {
      opacity: 0;
      transform: translate(100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  @-webkit-keyframes animate-slide-left {
    0% {
      opacity: 0;
      transform: translate(100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

  .reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }


.delay-1 { animation-delay: 0.6s; -webkit-animation-delay: 0.4s;}  
.delay-2 { animation-delay: 0.8s; -webkit-animation-delay: 0.6s;}
.delay-3 { animation-delay: 1.0s; -webkit-animation-delay: 0.8s;}
.delay-4 { animation-delay: 1.2s; -webkit-animation-delay: 1.0s;}
 