:root {
  --navLink: #4A6E81;
  --btnBackground: #144D72;
  --btnBackround1: #154F73;
  --title: #1A3F6A;
  --titleBis: #F9FCFB;
  --text: #7D7A7C;
  --text2: #0C3D64;
  --textBtn: #B7D1DD;
  --backgroundColor: #FFF1E3;
  --backgroundColor1: #174C70;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Splash */
.splash {
  background-image: url(../img/Splash.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .splash {
    background-image: url(../img/Splash\ mobile.jpg);
  }
}


/* Navbar */

.navbar {
  background-color: #FFF1E3;
  font-family: 'Poppins';
  position: fixed;
  width: 100%;
  z-index: 100;
}

.nav-link {
  color: var(--navLink);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: transform 0.3s ease-in-out;
}

.nav-link:hover {
  color: var(--navLink);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  transform: scale(1.1);
}

.navbar-toggler {
  box-shadow: none;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu {
  width: 100vw;
  text-align: center;
  padding: 1rem;
}

.btn-custom {
  border-radius: 10px;
  background: var(--btnBackground);
  color: #FFFFFF !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding: 10px 20px !important;
  transition: transform 0.3s ease-in-out;
}

.btn-custom:hover {
  background: var(--btnBackground);
  color: #FFFFFF !important;
  transform: scale(1.1);
}

/* Landing Page */

.landing-page {
  min-height: 100vh;
  overflow: hidden;
  background-image: url(/assets/img/header.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-page-title {
  color: var(--text2);
  font-family: Staatliches;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.873%;
}

.landing-subtitle {
  color: #0C3D64;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.59);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.873%;
}

.title-landing-first {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 124.49%;
}

.title-landing {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 155.556%;
  /* 31.111px */
}

.title-landing-blu {
  color: #1A3F6A;
  font-size: 20px;
  font-weight: 600;
  line-height: 155.556%;
  /* 31.111px */
}

.text-landing {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}

.text-landing-blu {
  color: #1A3F6A;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}

.img-servizio-page {
  width: 60%;
}

.img-attiva-page {
  width: 80%;
}

.richiesta-info {
  background-color: #0C2637;
}

.btn-info-landing {
  padding: 16px 15px 15px 17px;
  border-radius: 10px;
  background: #8F0;
  box-shadow: 0 0 10px 0 #2689FF;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  transition: transform 0.3s ease-in-out;
}

.btn-info-landing:hover {
  background: #8F0;
  color: #000;
  transform: scale(1.1);
}

/* Landing Section */

.landing-section {
  min-height: 100vh;
  overflow: hidden;
  background-image: url(/assets/img/Rectangle\ 1-full.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.landing-title {
  color: var(--text2);
  font-family: Staatliches;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.873%;
}

.btn-custom-1 {
  border-radius: 10px;
  background: var(--btnBackround1);
  padding: 16px 15px 15px 17px;
  color: #ffffff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  box-shadow: 0 0 10px 0 #2689FF;
  transition: transform 0.3s ease-in-out;
}

.btn-custom-1:hover {
  background: var(--btnBackround1);
  color: #ffffff;
  transform: scale(1.1);
}

/* First Section */

.first-section {
  min-height: 100vh;
  background: var(--backgroundColor);
}

.brand-name {
  color: #4390C4;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.title {
  color: var(--title);
  font-family: Staatliches;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.49%;
}

.text {
  color: var(--text);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  margin-bottom: 50px;
  text-align: justify;
}

/* Second Section */
.second-section {
  min-height: 70vh;
  background-color: var(--backgroundColor1);
}

.title-bis {
  color: var(--titleBis);
  font-family: Staatliches;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.service {
  border-radius: 20px;
  border: 1px solid #CBD7DB;
  padding: 30px 40px;
  margin: 20px;
  text-decoration: none;
}

.card-title {
  color: #DEE5E7;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.card-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.538%;
}

/* Third Section*/

.third-section {
  min-height: 50vh;
  background-color: var(--backgroundColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Fourth Section */

.fourth-section {
  min-height: 100vh;
  background-color: var(--backgroundColor1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.doctors-title {
  color: #6AA5E5;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.doctors-text {
  color: #92A0B1;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.706%;
}

.doctor-name {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.176%;
}

.doctor-work {
  color: #9DA6B0;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.btn-custom-2 {
  border-radius: 10px;
  background: #6AA5E5;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16.953px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: transform 0.3s ease-in-out;
}

.btn-custom-2:hover {
  background: #6AA5E5;
  color: #FFF;
  transform: scale(1.1);
}

/* Reviews Section */

.reviews-section {
  min-height: 50vh;
  background-color: var(--backgroundColor);
  padding-top: 100px;
  padding-bottom: 50px;
}

.review-card {
  border-radius: 17.476px;
  background: #174C70;
  padding: 30px;
  width: 70%;
}

.owl-item {
  display: flex;
  justify-content: center;
}

.review-title {
  color: var(--backgroundColor);
  font-family: Lato;
  font-size: 16.02px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.02px;
}

.review-text {
  color: #9DA6B0;
  font-family: Lato;
  font-size: 13.107px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.845px;
}

.review-user {
  color: #FFF;
  font-family: Lato;
  font-size: 13.107px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.107px;
}

.review-src {
  color: #9DA6B0;
  font-family: Lato;
  font-size: 13.107px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.107px;
  margin: 0 !important;
}

/* Contacts Section */

.contacts-section {
  min-height: 100vh;
  background-color: var(--backgroundColor1);
  padding-top: 50px;
  padding-bottom: 50px;
}

.doctor-name-contact {
  color: #9FE9E8;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 164.706%;
}

iframe {
  border-radius: 35px;
  width: 100%;
  height: 100%;
}

.address,
.phone {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 164.706%;
}

.mail-title {
  color: #F9FAF9;
  font-family: Staatliches;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.form-control {
  border-radius: 6.521px;
  background: #FFF1E1;
}

.form-check-label,
#confirmation-message {
  color: #FFF1E1;
  font-family: Lato;
  font-size: 15.649px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.391px;
}

.btn-info-contact {
  border-radius: 10px;
  background: #6AA5E5;
  color: #FFF;
  font-family: Poppins;
  font-size: 16.953px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.848px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.btn-info-contact:hover {
  background: #6AA5E5;
  color: #FFF;
  transform: scale(1.05);
}

.img-contacts {
  width: 90%;
}

.privacy-link {
  color: #ffffff;
}

/* Footer */

.footer {
  font-family: 'Poppins';
  color: var(--text);
  background-color: var(--backgroundColor);
}

.footer-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.footer-list {
  text-decoration: none;
  color: var(--text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  transition: trasform 0.3s ease-in-out;
}

.footer-list:hover {
  transform: scale(1.1);
  font-weight: 700;
}

.kraken {
  text-decoration: none;
  font-weight: bold;
  color: var(--text);
}

/* Landing Medico */

.landing-medico {
  min-height: 100vh;
  background-color: var(--backgroundColor);
}

/* Servizi Singoli */

.servizi-singoli {
  min-height: 100vh;
  background-color: var(--backgroundColor1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.servizio-title {
  color: #DEE5E7;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.servizio-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.538%;
}

/* Faq Section */

.faq-section {
  min-height: 100vh;
  background-color: var(--backgroundColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-faq {
  color: #133C6E;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion {
  --bs-accordion-border-color: none;
}

.accordion-item {
  background-color: var(--backgroundColor);
  border-bottom: 1px solid #000000;
}

.accordion-button {
  color: #133C6E;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: var(--backgroundColor);
}

.accordion-button:focus {
  background-color: var(--backgroundColor);
  box-shadow: none;
}

.accordion-body {
  color: #133C6E;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Landing Ambulatori */

.landing-ambulatori {
  min-height: 100vh;
}

.title-ambulatori {
  color: var(--text2);
  font-family: Staatliches;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  line-height: 115.873%;
}

/* Ambulatorio */

.ambulatorio {
  min-height: 100vh;
  background-color: var(--backgroundColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-ambulatorio-1 {
  color: #1A3F6A;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 124.49%;
}

/* Ambulatorio Blu */

.ambulatorio-blu {
  min-height: 100vh;
  background-color: var(--backgroundColor1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-ambulatorio-blu {
  color: #92A0B1 !important;
}

/* Lavora con noi */

.lavora-con-noi {
  background-color: #DFE9ED;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Landing Lavora */

.landing-lavora {
  min-height: 100vh;
}

/* Lavora Mediro */

.lavora-mediro {
  min-height: 90vh;
  background-color: var(--backgroundColor);
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {

  /* Navbar */

  .navbar {
    padding: 0 100px 0 100px;
    background-color: #FFF1E3;
  }

  .nav-logo {
    max-width: 70% !important;
  }

  /* Landing Page */

  .landing-page {
    padding-left: 100px !important;
  }

  /* Landing Section */

  .landing-section {
    padding-left: 100px !important;
  }

  /* First Section */
  .first-section {
    background-image: url(/assets/img/section-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
    padding-right: 100px;
  }

  /* Second Section */

  .second-section {
    padding: 100px;
  }

  /* Third Section*/

  /* Fourth Section*/

  .owl-prev-doc,
  .owl-next-doc {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    background: none !important;
  }

  .owl-prev-doc:hover,
  .owl-next-doc:hover {
    background: #6AA5E5 !important;
  }

  .owl-prev:hover,
  .owl-next:hover {
    background: none !important;
  }

  .owl-next-doc {
    transform: rotate(180deg);
  }

  .owl-prev-rev,
  .owl-next-rev {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    background: none !important;
  }

  .owl-prev-rev:hover,
  .owl-next-rev:hover {
    background: #6AA5E5 !important;
  }

  .owl-next-rev {
    transform: rotate(180deg);
  }

  #doctors-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    transform: translateY(-340px);
  }

  #reviews-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    transform: translateY(-180px);
  }

  /* Reviews Section */

  /* Contacts Section */

  /* Footer */

  .footer {
    padding: 120px 100px 80px 100px;
  }

  /* Landing Medico */

  /* Servizi Singoli */

  /* Faq Section */

  /* Landing Ambulatori */

  .landing-ambulatori {
    background-image: url(/assets/img/bg-ambulatori.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Ambulatorio */

  /* Ambulatorio Blu */

  /* Lavora con noi */

  .btn-team {
    width: 20%;
  }

  /* Landing Lavora */

  .landing-lavora {
    background-image: url(/assets/img/bg-lavora-con-noi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* Lavora Mediro */

}

@media (max-width: 991px) {

  /* Navbar */

  .nav-logo {
    max-width: 55% !important;
  }

  .navbar-nav {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  /* Landing Page */

  .landing-page {
    min-height: 77vh;
    background: url(/assets/img/header-mobile.png),
      linear-gradient(88deg, #B0C8C9 4.1%, #9BB8B8 95.53%);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .row-page {
    display: flex;
    justify-content: center;
  }

  .landing-page-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0 0 0;
    text-align: center;
    width: 85%;
  }

  .landing-page-title {
    font-size: 44px;
  }

  .landing-subtitle {
    font-size: 18px;
  }

  .btn-custom-1 {
    width: 100%;
  }

  .btn-info-landing {
    width: 100%;
  }

  .title-landing-first {
    font-size: 18px;
  }

  .title-landing {
    text-align: center;
  }

  .title-landing-blu {
    text-align: center;
  }

  .text-landing {
    font-size: 16px;
    text-align: center;
  }

  .text-landing-blu {
    font-size: 16px;
    text-align: center;
  }

  .img-servizio-page {
    width: 15%;
  }

  .img-attiva-page {
    width: 70%;
  }

  /* Landing Section */

  .landing-section {
    background: url(/assets/img/Rectangle\ 1-mobile.png),
      linear-gradient(88deg, #B0C8C9 4.1%, #9BB8B8 95.53%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .landing-title {
    font-size: 37px;
    margin-left: 20px;
  }

  .landing-texts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    padding: 100px 0 0 0;
  }

  .btn-landing {
    margin-bottom: 50px;
  }

  /* First Section */

  .title {
    font-size: 37px;
  }

  .text {
    font-size: 16px;
  }

  /* Second Section */

  .second-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .card-title {
    font-size: 20.271px;
  }

  .card-text {
    font-size: 11.458px;
  }

  .title-bis {
    font-size: 37px;
  }

  /* Third Section*/

  .third-upper {
    margin-bottom: 100px;
  }

  /* Fourth Section*/

  .doctors-title {
    font-size: 17px;
  }

  .doctors-text {
    font-size: 16px;
  }

  /* Reviews Section */

  /* Contacts Section */

  iframe {
    border-radius: 0;
  }

  .contacts-maps {
    padding: 0;
  }

  .doctor-name-contact {
    font-size: 17px;
  }

  .address,
  .phone {
    font-size: 15px;
  }

  .mail-title {
    font-size: 28px;
  }

  .contacts-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-top: 50px;
  }

  /* Footer */
  .footer-list {
    text-decoration: none;
    color: var(--text);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  .footer-title {
    color: #4B6382;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
  }
  .pl-10{
    padding-left:10vw;
  }
  .footer-text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }

  /* Landing Medico */

  .landing-medico {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* Servizi Singoli */
  .servizio-img {
    margin-bottom: 15px;
  }

  .img-servizio {
    width: 33%;
  }

  .servizio-title {
    text-align: center;
  }

  /* Faq Section */

  .faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .accordion {
    width: 90%;
  }

  /* Landing Ambulatori */

  .landing-ambulatori {
    background-image: url(/assets/img/bg-ambulatori-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .title-ambulatori {
    font-size: 46px;
    width: 70%;
  }

  /* Ambulatorio */

  .title-ambulatorio-1 {
    font-size: 20px;
  }

  .img-ambulatorio {
    width: 42%;
  }

  .img-medico {
    margin-top: 50px;
  }

  /* Ambulatorio Blu */

  /* Lavora con noi */

  /* Landing Lavora */

  .landing-lavora {
    background-image: url(/assets/img/bg-lavora-con-noi-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* Lavora Mediro */

}

@media (max-width: 496px) {

  /* Navbar */

  /* Landing Section */
  .landing-page{
    min-height: calc(100vh - 50px)!important;
  }
  /* First Section */

  /* Second Section */

  /* Third Section*/
  .third-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  /* Fourth Section*/

  /* Reviews Section */

  /* Contacts Section */

  /* Footer */

  /* Landing Medico */

  /* Servizi Singoli */

  /* Faq Section */

  /* Landing Ambulatori */

  /* Ambulatorio */

  /* Ambulatorio Blu */

  /* Lavora con noi */

  /* Landing Lavora */

  /* Lavora Mediro */

}