@charset "utf-8";
/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* VARIABILI */
:root {
  --primary: #DA0077;
  --secondary: #009FE3;
  --tertiary: #312783;
  --text: #00093E;
  --grey: #F7F7F7;
  --light-grey: #eaeaea;
}

body,
html {
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  font-size: 18px;
}

a, button {
  transition: all 0.3s ease;
}


/* SCROLL TO TOP BUTTON */

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollToTop.visible {
  opacity: 1;
  visibility: visible;
}

#scrollToTop:hover,
.vc_btn3:hover,
.btn-primary:hover,
.salesforce-form-container .submit-button:hover, .owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  
}

@media (max-width: 768px) {

  .vc_btn3-container.vc_btn3-left,
  .vc_btn3-container.vc_btn3-right {
    text-align: center;
  }
}

#scrollToTop:active,
.vc_btn3:active,
.btn-primary:active,
.salesforce-form-container .submit-button:active {
  transform: translateY(-2px);
}

.navbar {
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-active-color: var(--tertiary);
  font-size: 16px;
}

.nav-link {
  color: var(--text) !important;
}

.nav-link:hover {
  text-decoration: underline;
}

h1 {
  font-size: calc(1em + 1.5vw);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-size: 1em;
  line-height: 150%;
}

h3 {
  color: var(--tertiary);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-size: 1.25em;
  font-weight: 600;
}

a {
  color: var(--text);
}

.emphasis {
  background: linear-gradient(77deg, #2C66B8 -1.01%, #E118E9 91.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hero {
  background-position: center bottom !important;
  height: calc(100vh - 80px);
  max-height: 935px;
}

@media (min-width: 1200px) {
  #hero h1 {
    padding: 24px 207px;
  }
}

#hero h6 {
  font-size: calc(0.5em + 1.5vw);
  color: #BDBDBD;
  padding-top: 24px;
  font-weight: 400;
}

.dark,
.internal-page {
  color: white !important;
  background-color: var(--tertiary);
  background-image: url(../img/bg-sfumato.jpg);
  background-size: cover;
}

.internal-page a {
  color: white !important;
}

.dark h3 {
  color: white !important;
}


#aboutUs {
  background-position: center bottom !important;
}

@media (min-width: 1200px) {
  #aboutUs {
    padding: 24px 320px !important;
  }
}

#eyonisLCSatGlance {
  background-position: left top !important;
}

.magenta {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2em;
  line-height: 1;
}

.annotation {
  font-size: 1em;
}

.disclaimer {
  font-size: 0.75em;
}

.lungs {
  position: relative
}

.lungs img {
  position: absolute;
  left: -100px;
  max-width: calc(100% + 100px) !important;
}

#eyonisLCSatGlance.vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .lungs img {
    display: none;
  }
}

#form, .internal-page {
  background-image: url(../img/footer.png), url(../img/bg-sfumato.jpg);
  background-position: center bottom, center top;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 5em;
  min-height: calc(100dvh - 386px);
}

@media (min-width: 1200px) {
  .internal-page {
    padding-bottom: 10em;
  }
}

.footer {
  background-image: url(../img/dots-bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#posters {
  background-position: center right !important;
}

@media (max-width: 767px) {
  #posters {
    background-size: cover !important;
  }
}

#predict {
  background-position: center left !important;
}

.card {
  border-radius: 24px;
  background-color: var(--light-grey);
}

.second-card {
  background-color: #eaf6fd !important;
}

.card-header {
  background-color: transparent;
  border: 0;
  color: var(--primary);
  padding-top: 1em !important;
  min-height: 111px;
}

.card-header p {
  margin-bottom: 0 !important;
  font-size: 14px;
}

.card-header h5 {
  text-align: center;
}

.card-body {
    color: var(--text);
  background-color: transparent;
  font-size: 16px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.first-card .card-footer {
  min-height: 102px !important;
}

.first-card .card-body {
  min-height: 247px !important;
}

.card-body:not(.first-card .card-body) {
  min-height: 325px;
}

.card-body p:last-child {
  margin-bottom: 0 !important;
}

.card-footer {
    border: 0;
  background-color: transparent;
  font-size: 14px;
  color: var(--text);
  font-style: italic;
}

.card-footer:not(.first-card .card-body)  {
  min-height: 24px;
}



@media (min-width: 992px) and (max-width: 1199px) {

.first-card .card-body {
    min-height: 366px !important;
}

  .card-header {
    min-height: 159px;
  }

  .card-body {
    min-height: 486px !important;
  }

  .card-footer {
    min-height: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {

.first-card .card-body{
  min-height: 288px !important;
}

  .card-header {
    min-height: 132px;
  }

  .card-body {
    min-height: 367px !important;
  }

  .card-footer {
    min-height: 24px;
  }
}

#trainTestAndClinicalStudies .owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 15px !important;
  border-radius: 40px !important;
  background-color: var(--primary) !important;
}


.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev :hover, .owl-slider-6925b42fb6dfe .owl-nav button:hover {
  background-color: var(--primary) !important;
  background: var(--primary) !important;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 40% !important;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -42px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -42px;
}

.owl-theme .owl-nav .disabled {
display: none;
}
 

.percentage {
  font-size: 40px;
}

.card .percentage {
  font-size: 68px;
}

.perc .card-body {
  min-height: 150px !important;
  color: var(--tertiary);
  font-size: 24px;
  padding: 24px !important;
}

.perc {
  border-radius: 30px;
}

#predict {
  background-image: url(../img/dots-arrow-2.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width:992px) {
  #predict {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  #predict {
    background-image: url(../img/dots-arrow-2-rot.png);
    background-position: top center !important;
    text-align: center
  }
}

#deployment .magenta {
  text-transform: capitalize;
  font-size: 1.5em;
}

#ProcessingChain .magenta {
  font-size: 1.2em;
}

#ProcessingChain p {
  font-size: 16px;
}

#poster {
  background-position: top right !important;
}

.salesforce-form-container {
  padding: 24px;
  max-width: 944px;
  background-color: white;
  border-radius: 25px;
  margin: 0 auto;
  color: var(--text);
}

.salesforce-form-container .form-control {
  background-color: #ECECED;
  border: 1px solid #ECECED;
  border-radius: 25px;
}

.salesforce-form-container label {
  color: var(--text);
  font-weight: 600;
  /*margin: 24px 0 8px;*/
}

@media (min-width: 992px) {

  .salesforce-form-container {
    padding: 68px 68px 34px 68px;
  }

  .salesforce-form-container .form-group {
    display: inline-block;
    min-width: 377px;
    margin: 12px 9px;
  }
}

.salesforce-form-container .form-group.text-end {
  width: 100%;
}

.salesforce-form-container .submit-button {
  background-color: var(--primary);
  border: 0;
  padding: 15px;
  border-radius: 40px;
  color: white;
}

/*.form-group input {
  background-color: var(--primary);
}*/

.textarea-group {
  display: block !important;
  width: 100% !important;
  border-radius: 25px !important;
}

.btn-primary {
  background-color: var(--primary);
  border: 0;
  padding: 15px 32px;
  border-radius: 40px;
}

.btn-primary:hover {
  background-color: var(--primary);
}

#li-antibot {
  width: 100% !important;
  height: auto !important;
  font-family: 'Poppins', sans-serif !important;
  color: var(--text) !important;
}

#li-antibot-content {
  margin: 24px 0;
  width: 100% !important;
  margin-left: 0 !important;
}

#li-antibot-answer-instruction {
  height: auto !important;
}

#li-antibot-answer-box {
  height: auto !important;
}

.li-antibot-switcher {
  font-family: 'Poppins', sans-serif !important;
  color: var(--text) !important;
}

#li-antibot-answer {
  border: 1px solid #ECECED !important;
  border-radius: 40px !important;
  font-family: 'Poppins', sans-serif !important;
  background-color: #ECECED !important;
}

#li-antibot-validate {
  background: white !important;
  color: var(--text) !important;
  border: 1px solid var(--text) !important;
  border-radius: 25px !important;
  font-family: 'Poppins', sans-serif !important;
}

#li-antibot-validate:disabled {
  background: #afafaf !important;
  color: grey !important;
  border: 1px solid #afafaf !important;
}


#li-antibot-answer-instruction,
#li-antibot-text-purpose,
#li-antibot-text,
#li-antibot-refresh,
#li-antibot-sub-switcher,
#li-antibot-check-note {
  font-family: 'Poppins', sans-serif !important;
  color: var(--text) !important;
}

.cases {
  font-size: 20px;
}