html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #1a1a1a;
}

.story-author .story-title, .main-navigation ul {
  font-family: "Noto Sans", sans-serif;
}

#site-logo img {
  height: 80px;
  padding: 5px 0px;
}

.side-panel-social a {
  background-color: #3b3936;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-right: 11px;
}

.side-panel-social a:hover {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.34);
}

#video-home {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.ot-heading > span {
  font-family: 'Font Awesome 5 Brands';
}

.projects-grid .projects-box img {
  height: 400px;
  object-fit: cover;
}

.projects-metro .project-item.thumb2x .projects-thumbnail img {
  margin-top: auto;
}

.projects-grid {
  margin: auto;
}

.story-1, .cta, .team-member-info {
  background-image: url("/static/theratio/images/bg1-home1.ef24ffbe56c6.jpg");
}

.cate-lines {
  max-height: 250px;
}

.section-team-list {
  background-image: url("/static/theratio/images/bg1-team.e02750d3335f.jpg");
}

.side-panel-social a {
  background-color: transparent;
}

.octf-mainbar-row .octf-col.cta-col {
  flex-grow: 0.3;
}

.projects-thumbnail .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 19px;
  background: rgb(59 57 54 / 80%);
  border-radius: 3px;
  transition: opacity 0.3s ease;
}

.projects-thumbnail:hover .card-title {
  opacity: 0;
}

.icon-box--bg-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9dbbd21;
}

.bg-light-1 {
  background-color: #f9dbbd21;
}

.icon-main i {
  font-size: 40px !important;
}

.icon-box--bg-img:hover .icon-main {
  color: white;
}

.ot-testimonials .testi-item .ttext:before {
  top: -20px;
  height: 32px;
  background: url("/static/theratio/images/quote.7cda49c2157b.svg") no-repeat center;
}

.ot-testimonials .testi-item .ttext {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #e0e0e0;
}

.div-disabled {
  opacity: 0.8;
  pointer-events: none;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
  height: 82px;
}


#section-video-bg {
  .form-control, #section-video-bg input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    padding: 15px 30px;
    line-height: 1;
    font-size: 13px;
    font-weight: 600;
    height: 47px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
  }

  .form-control:focus {
    color: white;
    background-color: transparent;
    border-color: white;
    outline: 0;
    box-shadow: none;
  }

  .form_field {
    margin-right: 3px;
  }

  input::placeholder,
  textarea::placeholder {
    color: white; /* cambia colore */
    opacity: 1; /* assicura che non sia trasparente su alcuni browser */
  }

  .form-control::placeholder {
    color: white;
  }
}

.projects-grid.img-popup .projects-thumbnail .overlay h5 {
    font-size: 18px;
    line-height: 40px;
}

@media (min-width: 1200px) {
    .client-1 .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}
