@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");


.no-uppercase {
    
  text-transform: none !important;
}

 /* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  top: 20%;
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px;
  right: 85px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #e2b577;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}



.img_footer {
  width: 200px;
  position: relative;
  right: 30px;
}

/* Basic styles link utili */
.expand-arrow {
  cursor: pointer;
  margin-top: 10px;
}

.arrow {
  font-size: 18px;
  display: block;
  color: #e2b577;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Cambia colore solo durante il clic (mentre tieni premuto) */
.arrow:hover {
  color: #0b2239f7;
}

.extra-links {
  margin-top: 10px;
}

.extra-links ul {
  list-style: none;
  padding: 0;
}

.extra-links ul li {
  margin-bottom: 5px;
}

.extra-links ul li a {
  color: #007bff;
  text-decoration: none;
}

.extra-links ul li a:hover {
  text-decoration: underline;
}

.legal-links-section {

  padding: 150px 0;
  background-image: url("../img/ma");

}

.section__header {
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* Set all cards to have the same height */
.col-md-6.col-lg-3 {
  display: flex;
}

.link-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.link-title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.link-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.link-btn-responsive {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #e2b577;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 200px;
  margin: 20px auto 0 auto;

}

.link-btn-responsive:hover {
  background-color: #0b2239f7;
}

@media (max-width: 768px) {
  .link-box {
    margin-bottom: 20px;
  }
}

.legal-links-section {
  padding: 150px 0;
  background-color: #f8f9fa;
}

.wrapper--wrapper2 h6,
.wrapper--wrapper2 h3 {
  margin-bottom: 35px;
}

.col-md-6.col-lg-3 {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 15px;
}

@media (max-width: 1300px) {
  .col-md-6.col-lg-3 {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@media (max-width: 768px) {
  .col-md-6.col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.link-box-responsive {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  /* Garantisce che il contenuto non debordi */
}

.link-box-responsive:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.card-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.card-content {
  padding: 30px;
}

.link-title-responsive {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.link-description-responsive {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.link-btn-responsive {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #e2b577;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 200px;
  margin: 20px auto 0 auto;

}

.link-btn-responsive:hover {
  background-color: #0b2239f7;
}

.expand-arrow {
  cursor: pointer;
  margin-top: 10px;
}

.arrow {
  font-size: 18px;
  color: #e2b577;
}

.extra-links {
  margin-top: 10px;
}

.extra-links ul {
  list-style: none;
  padding: 0;
}

.extra-links ul li {
  margin-bottom: 5px;
}

.extra-links ul li a {
  color: #007bff;
  text-decoration: none;
}

.extra-links ul li a:hover {
  text-decoration: underline;
}


/* Basic styles pubblicazioni */
.curriculum-motto {
  margin-bottom: 40px;
}

.rect-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.rect-box:hover {
  background-color: #f4f4f4;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  cursor: pointer;/
}

.rect-box p {
  margin: 0;
  font-size: 16px;
  color: #333333;
}

.rect-box:hover p {
  color: #000000;
}

.row-cols-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 -10px;
}

.col {
  flex: 0 1 calc(50% - 20px);
  box-sizing: border-box;
  padding: 10px;/
}

.rect-box {
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .col {
    flex: 0 1 calc(100% - 20px);
    /* Full width for medium screens */
  }
}

@media (max-width: 480px) {
  .col {
    flex: 0 1 calc(100% - 10px);
    /* Full width for small screens */
  }

  .rect-box {
    padding: 10px;
    /* Smaller padding for smaller screens */
  }


}



@media screen and (max-width: 992px) {
  .div-formazione {
    padding-left: 12;
  }
}

.contact-style {
  padding: calc(1.84375rem + 7.125vw) 0 calc(1.875rem + 7.5vw) 0;
}

.logo {
  position: relative;
}

.logo img {
  width: 240px;
  position: relative;
  right: 16px;
}


.c-parag {
  /* font-weight: 700; */
  color: #ffffff;
  font-size: 16px;
}

/*feture extra cards*/

.feture__item {
  cursor: default;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  /* Transizione su trasformazione e ombreggiatura */
  position: relative;
  overflow: hidden;
  /* Nasconde gli angoli che escono */
  border-radius: 20px;
  /* Mantiene il border-radius fisso */
}

/* Effetto hover applicato all'intera card */
.feture__item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}

.feture__inner {
  padding: 30px;
  text-align: center;
}

/* Rimuovi il codice relativo a extra-content */
.text {
  margin-bottom: 0;
}

.extra-content {
  display: none;
  opacity: 0;
}

.title-date-container {
  display: flex;
  justify-content: space-between;
  /* Spazio tra titolo e data */
  align-items: center;
  /* Allinea verticalmente */
  flex-wrap: wrap;
  /* Permette la flessibilitÃ  su schermi piccoli */
  margin-bottom: 15px;
  /* Spazio sotto il contenitore */
}

.title-date-container .text {
  flex: 1;
  margin-right: 15px;
  /* Spazio tra il titolo e la data */
}

.title-date-container .date {
  text-align: right;
  font-size: 14px;
  white-space: nowrap;
  /* Evita la rottura di linea per la data */
}

.title-date-container .date ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .title-date-container {
    flex-direction: column;
    align-items: flex-start;

  }

  .title-date-container .date {
    text-align: left;

  }
}

.thum {
  display: flex;
  justify-content: space-between;
}
.thum_2{
  display: flex;
  justify-content: center;
}
.thum_1 {
  justify-content: center;
  align-items: center;
}

.date {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

/*star nav bar*/
.top-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10003;
  background: rgba(11, 34, 57, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease;
}

/* ResponsivitÃ  */
@media only screen and (max-width: 764px) {
  .top-bar {
    align-items: center;
    padding: 0.75px 15px;
    font-size: 14px;
  }

  .dropdown-navbar ul {
    flex-direction: column;
    /* Dispone i link in colonna sui dispositivi piÃ¹ piccoli */
  }

  .dropdown-navbar ul li {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 320px) {
  .top-bar {
    display: none;
  }
}

/* Stili per la barra superiore e altri elementi */
.language-selector {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.phone-info {
  color: #ffffff33;
  display: flex;
  align-items: center;
}

.phone-icon {
  margin-right: 5px;
  color: #ffffff33;
  transition: color 0.3s;
}

.phone-info:hover .phone-icon {
  color: #e2b577;
}

.phone-number {
  color: #ffffff33;
  font-size: 14px;
  transition: color 0.3s;
}

.phone-info:hover .phone-number {
  color: #e2b577;
}

#datetime {
  color: #ffffff33;
  font-size: 14px;
  transition: color 0.3s;
}

#datetime:hover {
  color: #e2b577;
}


/* style_start_top-bar */

.language-selector {
  display: flex;
  align-items: center;
  margin-left: 95px;
}

.top-bar {
  width: 100%;
  background: #051425;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: top 0.3s ease;
}

.phone-info {
  color: #ffffff33;
  display: flex;
  align-items: center;
}

.phone-icon {
  margin-right: 5px;
  color: #ffffff;
  transition: color 0.3s;
}

.phone-info:hover .phone-icon {
  color: #e2b577;
}

.phone-number {
  color: #ffffff;
  font-size: 14px;
  transition: color 0.3s;
}

.phone-info:hover .phone-number {
  color: #e2b577;
}

#datetime {
  color: #ffffff;
  font-size: 14px;
  transition: color 0.3s;
}

#datetime:hover {
  color: #e2b577;
}

@media only screen and (max-width: 764px) {
  .top-bar {
    align-items: center;
    padding: 0.75px 15px;
    font-size: 14px;
  }

  .phone-info {
    margin-top: 0;
    padding-right: 0;
  }

  .phone-number {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .top-bar {
    display: none;
  }
}

/* Header and Navigation */
.header_1 {
  width: 100%;
  height: 135px;
  background: #0b2239;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 16px 0px 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10002;
  font-size: 16px;
}

.logo {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.logo:hover {
  color: #e2b577;
}

.hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hamburger:hover .line {
  background-color: #e2b577;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background: #ffffff;
  margin: 5px 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Effetto apertura menu hamburger */
.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-bar {
  display: flex;
  justify-content: center;
}

.nav-bar ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-bar ul li {
  margin: 0 15px;
}

.nav-bar ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 3px 15px 20px;
  position: relative;
  transition: color 0.3s;
}

.nav-bar ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transform: scaleX(0);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav-bar ul li a:hover::after,
.nav-bar ul li a.active::after {
  transform: scaleX(1);
  background-color: #e2b577;
}

.nav-bar ul li a:hover,
.nav-bar ul li a.active {
  color: #e2b577;
}

@media only screen and (max-width: 1200px) {
  .header_1 {
    padding: 0 20px 0 3px;
  }

  .hamburger {
    display: block;
  }

  .nav-bar {
    position: absolute;
    top: 134px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-backdrop-filter: blur(8px);
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    will-change: transform, opacity;
    border-radius: 0px 0px 25px 25px;
  }

  .nav-bar.active {
    transform: scaleY(1);
    opacity: 1;
  }

  .nav-bar a {
    display: block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-bar a:hover {
    color: #f0f0f0;
  }

  .nav-bar ul {
    flex-direction: column;
    align-items: center;
  }

  .nav-bar .language-selector {
    margin-left: 0px;
  }

  .nav-bar ul li {
    margin: 10px 0;
  }

  .nav-bar ul li a {
    padding: 10px;
    border-bottom: none;
  }

  .nav-bar ul li a::after {
    bottom: 0;
  }

  .nav-bar ul li a:hover,
  .nav-bar ul li a.active {
    color: #e2b577;
    background-color: transparent;
  }
}

#title_service {
  display: flex;
  flex-direction: column;
}

/* style end top-bar */

/*cards about */
.about_bg {
  background-image: url("..//..//img/home-1/bg_3.jpg");
}

.card_fet {
  padding: 0px 50px 20px 50px;
}

/* service */
.cl-light {
  color: #f0f0f0;
}

.cl-wt {
  color: #f0f0f0;
}

/* rz footer */
.raze-hover {
  text-decoration: none;
  color: inherit;
  cursor: default;
  transition: color 0.3s ease, transform 0.3s ease;
}

.raze-hover:hover {
  color: #e2b577;
  transform: scale(1.1);
}

/*btn banner coroseul*/
.btn-rounded {
  display: inline-block;
  padding: 10px 20px;
  /* Modifica questi valori in base alla dimensione del pulsante */
  border-radius: 30px;
  border: 2px solid #007bff;
  /* Colore del bordo */
  background-color: #007bff;
  /* Colore di sfondo */
  color: #fff;
  /* Colore del testo */
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  /* Dimensione del testo */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-rounded:hover {
  background-color: #0056b3;
  /* Colore di sfondo al passaggio del mouse */
  color: #fff;
  /* Colore del testo al passaggio del mouse */
  border-color: #0056b3;
  /* Colore del bordo al passaggio del mouse */
}

.style-swip {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("..//..//img/otherbg/event.jpg");
}

.team__item:hover h6 a {
  color: #e2b577;
  /* Cambia il colore a quello che preferisci */
  text-decoration: none;
  /* Aggiungi un sottolineato o altri effetti */
  transition: color 0.3s ease, text-decoration 0.3s ease;/
}

/*start nuvola sinistra bannerino eventi*/
@keyframes pulsate {
  0% {
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

.cloud {
  position: fixed;
  /* Rimane visibile durante lo scroll */
  top: 220px;
  /* Distanza dal bordo superiore della pagina */
  right: 20px;
  /* Distanza dal bordo destro della pagina */
  background-color: rgba(255, 255, 255, 0.9);
  /* Colore di sfondo con opacitÃ  */
  padding: 15px;
  /* Padding uniforme */
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Ombra per dare effetto di "nuvola" */
  font-size: 16px;
  color: #333;
  /* Colore del testo */
  z-index: 1000;
  /* Assicurati che sia sopra altri elementi */
  cursor: pointer;
  /* Cambia il cursore al passaggio del mouse */
  transition: transform 0.3s ease, opacity 0.3s ease;
  animation: pulsate 2s infinite;
  /* Applica l'animazione di pulsazione continua */
}

.cloud::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, 0.9);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  transform: rotate(-45deg);
  transform-origin: bottom right;
}

.cloud:hover {
  transform: scale(1.05);
  /* Leggero ingrandimento al passaggio del mouse */
}



/* Media Queries per mantenere lo stesso rapporto */
@media (max-width: 768px) {
  .cloud {
    top: 150.5px;
    /* 75% di 150px */
    right: 15px;
    padding: 11.25px;
    /* 75% di 15px */
    font-size: 12px;
    /* 75% di 16px */
    border-radius: 15px;
    /* 75% di 20px */
  }

  .cloud::before {
    right: -6.75px;
    /* 75% di 9px */
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 11.25px solid rgba(255, 255, 255, 0.9);
    /* 75% di 15px */
  }
}

@media (max-width: 480px) {
  .cloud {
    top: 150px;
    /* 50% di 150px */
    right: 10px;
    padding: 7.5px;
    /* 50% di 15px */
    font-size: 8px;
    /* 50% di 16px */
    border-radius: 10px;
    /* 50% di 20px */
  }

  .cloud::before {
    right: -4.5px;
    /* 50% di 9px */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7.5px solid rgba(255, 255, 255, 0.9);
    /* 50% di 15px */
  }
}

/*end nuvola sinistra bannerino eventi*/

/* style end top-bar */

.section__header h3 {
  font-family: "Playfair Display", sans-serif;
}

.section__header h6 {
  font-family: "Inter", sans-serif;
}

.section__header h3 {
  color: #272727;
}

.section__header h6 {
  color: #e2b577;
}

.team__inner,
.overlayer {
  display: flex;
  flex-wrap: wrap;
}

.team__inner {
  position: relative;
}

.team__inner:before,
.team__inner:after {
  position: absolute;
  content: "";
}

.overlayer .loader {
  top: 50%;
}

.team__inner:before,
.team__inner:after {
  top: 0;
}

.team__inner:before,
.team__inner:after {
  left: 0;
}

* {
  padding: 0;
  margin: 0;
}

.overlayer .loader .loader-inner,
.overlayer {
  width: 100%;
}

.overlayer {
  height: 100%;
}

.section__header h6,
h3,
h6,
h6 a {
  font-weight: 700;
}

.section__header h3 {
  font-weight: 600;
}

.team__inner .content span {
  font-weight: 400;
}

.overlayer {
  justify-content: center;
}

.overlayer {
  align-items: center;
}

.section__header h3,
.section__header h6 {
  display: block;
}

.overlayer .loader .loader-inner,
.overlayer .loader {
  display: inline-block;
}

h3,
h6,
h6 a {
  text-transform: capitalize;
}

.section__header h6 {
  text-transform: uppercase;
}

.team {
  background-size: cover !important;
}

.team {
  background-repeat: no-repeat !important;
}

.section__header--header3 h3 {
  color: #fff;
}

.overlayer .loader .loader-inner {
  background: #fff;
}

.overlayer .loader .loader-inner {
  background-color: #fff;
}

.team__inner:hover .content h6 a {
  color: #e2b577;
}

.overlayer {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}


.team__header,
.section__header h3,
.section__header h6 {
  text-align: center;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
}

h3,
h6,
h6 a {
  margin-bottom: 0px;
}

.section__header h6 {
  margin-bottom: 10px;
}

h3,
h6,
h6 a {
  margin-bottom: 0px;
}

/* Contenitore principale */

ul {
  padding: 0;
}

.overlayer .loader {
  width: 45px;
}

.overlayer .loader {
  height: 45px;
}

.team__inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

:root {
  scroll-behavior: auto !important;
}

body {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

h3,
h6,
h6 a {
  clear: both;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h6 {
  font-size: 1.25rem;
}

span {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #70717b;
}

a {
  color: #0066b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:visited {
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1344px !important;
  }
}

.section__header {
  padding-bottom: calc(1.40625rem + 1.875vw);
}

@media (min-width: 1200px) {
  .section__header {
    padding-bottom: 2.8125rem;
  }
}

.section__header h6 {
  line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .section__header h6 {
    line-height: 1.875rem;
  }
}

.section__header h3 {
  line-height: calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
  .section__header h3 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .section__header h3 {
    font-size: 2.5rem;
  }
}

.padding-block {
  padding-block: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {
  .padding-block {
    padding-block: 3rem;
  }
}

.overlayer {
  position: fixed;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.overlayer .loader {
  position: absolute;
  z-index: 3;
  border: 4px solid #fff;
  -webkit-animation: loader 2.5s infinite ease;
  animation: loader 2.5s infinite ease;
}

.overlayer .loader .loader-inner {
  vertical-align: top;
  -webkit-animation: loader-inner 2.5s infinite ease-in;
  animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

/*about_us*/
/*contact*/

.wrapper h6 {
  background: linear-gradient(to right, #0b2239 70%, #e2b577 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.wrapper--wrapper2 h6 {
  background: linear-gradient(to right, #e2b577 70%, #fff 100%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

.blog-area {
  background-image: url("../img/home-1/");
  background-repeat: no-repeat;

}

.team {
  background-image: url("../img/mainbg1.jpg");
}

.team__inner {
  padding: 10px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .team__inner {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .team__inner {
    padding: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .team__inner {
    padding: calc(1.41875rem + 2.025vw);
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .team__inner {
    padding: 5px;
  }
}

.team__inner:after {
  width: 140px;
  height: 45px;
  z-index: 999;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  z-index: -1;
}

.team__inner:before {
  width: 45px;
  height: 140px;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .team__inner .content {
    margin-top: calc(1.3125rem + 0.75vw);
  }
}

@media (max-width: 1199px) and (min-width: 1200px) {
  .team__inner .content {
    margin-top: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .team__inner .content {
    width: calc(100% - 190px);
  }
}

@media (min-width: 1200px) {
  .team__inner .content {
    padding-left: calc(1.3125rem + 0.75vw);
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .team__inner .content {
    padding-left: 1.875rem;
  }
}

.team__header h3 {
  line-height: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .team__header h3 {
    line-height: 3rem;
  }
}

.blogsingle__content .quode .quode-inner,
.blogsingle__details .thum .text ul {
  display: flex;
  flex-wrap: wrap;
}

.blogsingle__details .thum {
  position: relative;

}


* {
  padding: 0;
  margin: 0;
}

h2,
h6 {
  font-weight: 700;
}

.blogsingle__details .thum .date ul li {
  font-weight: 600;
}

.blogsingle__details .thum .text ul li {
  font-weight: 400;
}

.blogsingle__details .thum .date ul li {
  display: inline-block;
}

.blogsingle__details .thum .text ul li,
h2,
h6 {
  text-transform: capitalize;
}

.blogsingle__content .quode .quode-inner h6,
.blogsingle__details .thum .date ul li i,
.blogsingle__details .thum .date ul li {
  color: #fff;
}

.blogsingle__content .quode .quode-inner .icon i,
.blogsingle__details .thum .text ul li i {
  color: #e2b577;
}

.blogsingle__content .quode .quode-inner,
.blogsingle__details .thum .date ul li {
  background: #e2b577;
}

.blogsingle__content .quode .quode-inner .icon {
  text-align: center;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
}

h2,
h6 {
  margin-bottom: 0px;
}

.blogsingle__details .thum .date ul li i {
  margin-right: 5px;
}

.blogsingle__details .thum .text ul li i {
  margin-right: 10px;
}

h2,
h6 {
  margin-bottom: 0px;
}

ul {
  padding: 0;
}

.blogsingle__content .quode .quode-inner .icon {
  width: 90px;
}

.blogsingle__content .quode .quode-inner .icon {
  height: 90px;
}

.blogsingle__content .quode .quode-inner .icon i {
  line-height: 90px;
}

.blogsingle__content .quode .quode-inner,
.blogsingle__content,
.blogsingle__details {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

:root {
  scroll-behavior: auto !important;
}

body {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

h2,
h6 {
  clear: both;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  color: #272727;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #70717b;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1344px !important;
  }
}

.padding-block {
  padding-block: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {
  .padding-block {
    padding-block: 7.5rem;
  }
}

.blogsingle__details {
  background: #f9f9f9;
}

.blogsingle__details .thum .date {
  top: 0;
}

.blogsingle__details .thum .date ul li {
  padding: 0.625rem 1.25rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blogsingle__details .thum .text {
  padding: calc(1.4375rem + 2.25vw) 0rem 1.25rem 0rem;
  margin: 0 calc(1.375rem + 1.5vw);
  border-bottom: 1px solid #f2f6f9;
}

@media (min-width: 1200px) {
  .blogsingle__details .thum .text {
    padding: 3.125rem 0rem 1.25rem 0rem;
  }
}

@media (min-width: 1200px) {
  .blogsingle__details .thum .text {
    margin: 0 2.5rem;
  }
}

.blogsingle__details .thum .text ul {
  margin-top: 0.625rem;
  gap: 20px;
}

@media (min-width: 576px) {
  .blogsingle__details .thum .text ul {
    gap: 60px;
  }
}

.blogsingle__content {
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .blogsingle__content {
    padding: 1.25rem calc(1.375rem + 1.5vw) calc(1.375rem + 1.5vw) calc(1.375rem + 1.5vw);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .blogsingle__content {
    padding: 1.25rem 2.5rem 2.5rem 2.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .blogsingle__content {
    padding: 1.25rem calc(1.3125rem + 0.75vw) calc(1.375rem + 1.5vw) calc(1.3125rem + 0.75vw);
  }
}

@media (min-width: 1200px) and (max-width: 1365px) and (min-width: 1200px) {
  .blogsingle__content {
    padding: 1.25rem 1.875rem 2.5rem 1.875rem;
  }
}

.blogsingle__content p {
  margin-bottom: 1.25rem;
}

.blogsingle__content .quode {
  margin-top: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  .blogsingle__content .quode {
    margin-top: 2.1875rem;
  }
}

.blogsingle__content .quode .quode-inner {
  padding: calc(1.4375rem + 2.25vw) 1.25rem;
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .blogsingle__content .quode .quode-inner {
    padding: 3.125rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .blogsingle__content .quode .quode-inner {
    padding: calc(1.4375rem + 2.25vw);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .blogsingle__content .quode .quode-inner {
    padding: 3.125rem;

  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .blogsingle__content .quode .quode-inner {
    padding: calc(1.4375rem + 2.25vw) calc(1.3125rem + 0.75vw);
  }
}

@media (min-width: 1200px) and (max-width: 1365px) and (min-width: 1200px) {
  .blogsingle__content .quode .quode-inner {
    padding: 3.125rem 1.875rem;
  }
}

.blogsingle__content .quode .quode-inner .icon {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.blogsingle__content .quode .quode-inner .icon i {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .blogsingle__content .quode .quode-inner .icon i {
    font-size: 2.5rem;
  }
}

.blogsingle__content .quode .quode-inner h6 {
  line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 992px) {
  .blogsingle__content .quode .quode-inner h6 {
    max-width: 510px;
  }
}

@media (min-width: 1200px) {
  .blogsingle__content .quode .quode-inner h6 {
    line-height: 1.875rem;
  }
}

@media (max-width: 575px) {
  .blogsingle__content .quode .quode-inner h6 {
    font-size: 1rem;
  }
}

#blog .section-header i {
  color: #0b2239;
  font-size: 2.5em;
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after,
.blogsingle__inner .thumb img {
  transition: all 0.3s ease;
}

.blogsingle__inner .text>ul,
.allbanner__content ul {
  display: flex;
  flex-wrap: wrap;
}

.allbanner__content ul li a,
.blogsingle__inner .text>ul,
.blogsingle__inner .thumb {
  position: relative;
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after,
.blogsingle__inner .thumb .date,
.allbanner__content ul li a::after {
  position: absolute;
  content: "";
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after {
  top: 0;
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after {
  left: 0;
}

* {
  padding: 0;
  margin: 0;
}

.blogsingle__inner {
  overflow: hidden;
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after,
.blogsingle__inner .thumb img {
  width: 100%;
}

.blogsingle__inner .text>ul:after,
.blogsingle__inner .thumb .date:after {
  height: 100%;
}

.blogsingle__inner .thumb .date ul li,
.allbanner__content ul li.active,
h2,
h5,
h5 a {
  font-weight: 700;
}

.allbanner__content ul {
  justify-content: center;
}

.blogsingle__inner--inner2 .text ul {
  justify-content: space-between;
}

.blogsingle__inner .text>ul {
  align-items: center;
}

.blogsingle__inner .thumb .date {
  display: inline-block;
}

.blogsingle__inner .text>ul>li,
h2,
h5,
h5 a {
  text-transform: capitalize;
}

.allbanner__content ul li a,
.allbanner__content h2 {
  color: #fff;
}

.blogsingle__inner .thumb .date:after {
  background: #fff;
}

.blogsingle__inner .thumb .date:after {
  background-color: #fff;
}

.blogsingle__inner .thumb .date ul li {
  color: #272727;
}

.blogsingle__inner:hover .text h5 a,
.blogsingle__inner .text>ul>li i,
.allbanner__content ul li.active {
  color: #e2b577;
}

.blogsingle__inner .thumb .date {
  background: #e2b577;
}

.allbanner__content {
  text-align: center;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
}

h2,
h5,
h5 a {
  margin-bottom: 0px;
}

.blogsingle__inner .text>ul>li i,
.blogsingle__inner .thumb .date ul li i {
  margin-right: 10px;
}

.blogsingle__inner .text>ul {
  margin-top: 15px;
}

h2,
h5,
h5 a {
  margin-bottom: 0px;
}

ul {
  padding: 0;
}

.blogsingle__inner .text>ul {
  padding-top: 15px;
}

.blogsingle__inner .thumb .date:after,
.blogsingle__inner .thumb .date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

:root {
  scroll-behavior: auto !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

h2,
h5,
h5 a {
  clear: both;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  color: #272727;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}

h5 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}

a {
  color: #0066b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:visited {
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1344px !important;
  }
}

.padding-block {
  padding-block: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {
  .padding-block {
    padding-block: 7.5rem;
  }
}

.allbanner_4 {
  background-image: url("..//..//img/otherbg/mainbg4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 53vh;
  padding-top: 100px;
  border-radius: 0 0 15px 15px;
}

.allbanner__content h2 {
  margin-bottom: 0.9375rem;
}

.allbanner__content ul {
  gap: 20px;
}

.allbanner__content ul li a {
  padding: 0.3125rem 0.9375rem;
}

.allbanner__content ul li a::after {
  width: 2px;
  height: 20px;
  right: -3px;
  top: 7px;
  transform: rotate(25deg);
  background: #fff;
}

.blogsingle__inner {
  box-shadow: 1px 1px 11px 3px rgba(224, 230, 235, 0.9);
}

.blogsingle__inner .thumb .date {
  top: calc(100% - 20px);
  left: 7%;
  z-index: 1;
}

.blogsingle__inner .thumb .date ul li {
  padding: 0.5625rem 1.25rem;
}

.blogsingle__inner .thumb .date:after {
  z-index: -1;
  transform: scaleX(0);
}

.blogsingle__inner .text {
  padding: calc(1.375rem + 1.5vw) calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .blogsingle__inner .text {
    padding: 2.5rem 1.875rem;
  }
}

.blogsingle__inner .text>ul {
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blogsingle__inner .text>ul {
    gap: 15px;
  }
}

@media (min-width: 1366px) {
  .blogsingle__inner .text>ul {
    gap: 60px;
  }
}

.blogsingle__inner .text>ul:after {
  border-top: 1px solid #e2b577;
  transform: scaleX(1);
}

.blogsingle__inner .text>ul>li {
  font-size: 1rem;
}

.blogsingle__inner:hover .date:after {
  transform: scaleX(1);
}

.blogsingle__inner:hover .text ul:after {
  transform: scaleX(0);
}

.blogsingle__inner:hover .thumb img {
  transform: scale(1.1);
}

/* Stile per il pulsante "Scrivici" */
/*link utili*/
.project-row-style {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.container-project-style {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Stile per il contenuto del curriculum */
/* Stile per il contenuto del curriculum */
.curriculum-section {
  background-color: #f8f9fa;
  padding: 120px 0px 70px 0px;
  margin-left: 20px;
  margin-right: 20px;
}

.curriculum-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.curriculum-content {
  max-width: 1344px !important;
  margin: 0 auto;
}

/* Stile per le righe e colonne */
.curriculum-row {
  display: flex;
  align-items: flex-start;
}

/* Stile per i titoli e il testo */
.curriculum-heading,
.curriculum-subheading {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.25rem;
  margin-top: 20px;
}

.curriculum-text,
.curriculum-list {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 2;
}

/* Stile per gli elenchi */
.curriculum-list li::before {
  content: "â€¢ ";
  color: #555;
  font-weight: bold;
  margin-right: 5px;
}

/* Citazione o motto */
.curriculum-motto {
  margin-top: 20px;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  color: #666;
  margin-bottom: 100px;
}

.carousel {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.carousel-item {
  min-width: 100%;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*link utili*/

.legal-links-section {
  padding: 150px 0;
  background-color: #f8f9fa;
}

.section__header {
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* Set all cards to have the same height */
.col-md-6.col-lg-3 {
  display: flex;
}

.link-box {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.link-title {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

.link-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.link-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #e2b577;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.link-btn:hover {
  background-color: #0b2239f7;
}

@media (max-width: 768px) {
  .link-box {
    margin-bottom: 20px;
  }
}

.section__header h6 {
  text-transform: uppercase;
}



.banner__content h4 span,
.banner__content h4,
.section__header h3 {
  font-family: "Playfair Display", sans-serif;
}

.section__header h6 {
  font-family: "Inter", sans-serif;
}

.section__header h3 {
  color: #272727;
}

.scrollToTop i {
  font-size: 0.875rem;
}

.section__header p {
  font-size: 1rem;
}

.pluse_1::after,
.pluse_2::after {
  background: transparent;
}

.case__next,
.case__pre,
.feture__inner:hover .text p,
.feture__inner:hover .text h6,
.feture__inner .text p,
.feture__inner .text h6 {
  transition: all 0.3s ease;
}

.about__rightbottom:hover:after,
.about__rightbottom:after,
.feture__inner:hover:after,
.feture__inner:after {
  transition: all 0.5s ease;
}

.feture__inner:hover .text h6,
.section__header h6 {
  color: #e2b577;
}

.contactdetails__inner .thumb,
.feture__inner .icon,
.fourzero__content p {
  margin: auto;
}

.contactus__question .form form .allinput .input,
.contactus__question .form form .allinput,
.about__btn,
.about__content ul li .title,
.allbanner__content ul,
.overlayer {
  display: flex;
  flex-wrap: wrap;
}

.scrollToTop i,
.allbanner__content ul li a,
.case__item,
.case,
.about__rightbottom,
.about__rightinner,
.feture__inner,
.feture,
.custom-btn,
.banner {
  position: relative;
}

.case__next,
.case__pre,
.about__rightbottom:after,
.feture__inner:after,
.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.allbanner__content ul li a::after,
.custom-btn:before,
.custom-btn:after {
  position: absolute;
  content: "";
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2,
.overlayer .loader {
  top: 50%;
}

.about__rightbottom:after,
.feture__inner:after,
.custom-btn:before,
.custom-btn:after {
  top: 0;
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before,
.pluse_1,
.pluse_2 {
  left: 50%;
}

.about__rightbottom:after,
.feture__inner:after,
.custom-btn:before,
.custom-btn:after {
  left: 0;
}

.custom-btn:before,
.custom-btn:after {
  right: 0%;
}

.custom-btn:before,
.custom-btn:after {
  bottom: 0%;
}

* {
  padding: 0;
  margin: 0;
}

.about__rightinner,
.custom-btn {
  overflow: hidden;
}


.case__item .thum img{
  border-radius: 15px;

}

.map iframe,
.about__rightbottom:after,
.about__rightinner img,
.feture__inner:after,
.pluse_1,
.pluse_2,
.overlayer .loader .loader-inner,
.overlayer,
input,
textarea {
  width: 100%;
 
}

.pluse_1,
.pluse_2,
.overlayer {
  height: 100%;
}

.about__rightbottom:after,
.feture__inner:after {
  height: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
}

.banner__content h4 span {
  font-weight: 800;
}

.custom-btn,
.allbanner__content ul li.active,
.section__header h6,
h2,
h3,
h4,
h6 {
  font-weight: 700;
}

.section__header h3 {
  font-weight: 600;
}

.banner__content h4,
.section__header p {
  font-weight: 400;
}

.overlayer {
  justify-content: center;
}

.about__content ul li .title,
.overlayer {
  align-items: center;
}

.section__header h3,
.section__header h6 {
  display: block;
}

.custom-btn,
.banner__content p,
.overlayer .loader .loader-inner,
.overlayer .loader {
  display: inline-block;
}

.feture__inner .text h6,
.custom-btn,
h2,
h3,
h4,
h6 {
  text-transform: capitalize;
}

.section__header h6 {
  text-transform: uppercase;
}

.feture-about,
.footer,
.banner__area,
.banner {
  background-size: cover !important;
}

.feture-about,
.footer,
.banner {
  background-repeat: no-repeat !important;
}

.contactdetails__inner .thumb i,
.feture__inner:hover .text p,
.allbanner__content ul li a,
.allbanner__content h2,
.swiper-button-next:after,
.swiper-button-prev:after,
.section__header--header3 p,
.section__header--header3 h3 {
  color: #fff;
}

.contactus__question .form form .allinput .textarea textarea,
.contactus__question .form form .allinput .input input,
.case__next:hover,
.case__pre:hover,
.overlayer .loader .loader-inner {
  background: #fff;
}

.contactus__question .form form .allinput .textarea textarea,
.contactus__question .form form .allinput .input input,
.case__next:hover,
.case__pre:hover,
.overlayer .loader .loader-inner {
  background-color: #fff;
}

.banner__content h4 span,
.banner__content h4 {
  color: #272727;
}

.contactus__question h6,
.contactdetails__inner .text ul li span,
.allbanner__content ul li.active {
  color: #e2b577;
}

.case__next,
.case__pre {
  background: #e2b577;
  backdrop-filter: blur(8px);
  border-radius: 20px;
}

.case__next:hover:after,
.case__pre:hover:after {
  color: #e2b577;
  border-radius: 20px;
}

.overlayer {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}

.contactdetails__inner .thumb,
.feture__inner .icon {
  background: #e2b577;
}

.contactus__question,
.contactdetails__inner .thumb,
.contactdetails__inner,
.feture__inner .text p,
.feture__inner .text h6,
.feture__inner .icon,
.scrollToTop,
.allbanner__content,
.section__header p,
.section__header h3,
.section__header h6 {
  text-align: center;
}

.case__header h6,
.section__header--header2 p,
.section__header--header2 h3,
.section__header--header2 h6 {
  text-align: left;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
}

.about__content ul li:last-child,
.banner__content p,
.section__header p,
h2,
h3,
h4,
h6 {
  margin-bottom: 0px;
}

.section__header h6 {
  margin-bottom: 10px;
}

.section__header p {
  margin-top: 5px;
}

.fourzero__content p {
  margin-top: 20px;
}

.about__content ul li:last-child,
.banner__content p,
.section__header p,
h2,
h3,
h4,
h6 {
  margin-bottom: 0px;
}

/* Contenitore principale */

ul {
  padding: 0;
}

input,
textarea {
  padding: 15px;
}

.pluse_1::after,
.pluse_2::after {
  width: 30px;
}

.pluse_1::after,
.pluse_2::after {
  height: 30px;
}

.scrollToTop {
  width: 40px;
}

.scrollToTop {
  height: 40px;
}

.overlayer .loader {
  width: 45px;
}

.overlayer .loader {
  height: 45px;
}

.contactdetails__inner .thumb,
.feture__inner .icon {
  width: 80px;
}

.contactdetails__inner .thumb,
.feture__inner .icon {
  height: 80px;
}

.scrollToTop {
  line-height: 40px;
}

.feture__inner .icon {
  line-height: 80px;
}

.contactdetails__inner .thumb {
  line-height: 85px;
}

.case__item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "Inter", sans-serif;
}

:root {
  scroll-behavior: auto !important;
}

body,
button,
input,
textarea {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

h2,
h3,
h4,
h6 {
  clear: both;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  color: #272727;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h2 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}

h6 {
  font-size: 1.25rem;
}

span,
p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #70717b;
}

a {
  color: #0066b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:visited {
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input,
textarea {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1344px !important;
  }
}

.section__header {
  padding-bottom: 0px;
}

@media (min-width: 1200px) {
  .section__header {
    padding-bottom: 5px;
  }
}

.section__header h6 {
  line-height: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .section__header h6 {
    line-height: 1.875rem;
  }
}

.section__header h3 {
  line-height: calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0.9375rem;
}

@media (min-width: 1200px) {
  .section__header h3 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .section__header h3 {
    font-size: 2.5rem;
  }
}

.section__header--header2 {
  padding-bottom: 0.625rem;
}

.section__header--header2 h3 {
  line-height: calc(1.4rem + 1.8vw);
}

@media (min-width: 1200px) {
  .section__header--header2 h3 {
    line-height: 2.75rem;
  }
}

.padding-block {
  padding-block: 10px;
}

@media (min-width: 1200px) {
  .padding-block {
    padding-block: 20px;
  }
}

.overlayer {
  position: fixed;
  z-index: 999999;
  top: 50%; /* Posiziona al 50% dell'altezza dello schermo */
  left: 50%; /* Posiziona al 50% della larghezza dello schermo */
  transform: translate(-50%, -50%); /* Centra perfettamente l'elemento */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* Garantisce che copra l'intero schermo in larghezza */
  height: 100%; /* Garantisce che copra l'intero schermo in altezza */
}

.overlayer .loader {
  border: 4px solid #fff;
  animation: loader 2.5s infinite ease;
}

.overlayer .loader .loader-inner {
  animation: loader-inner 2.5s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: calc(1.2625rem + 0.15vw);
  padding: 1.125rem calc(1.26875rem + 0.225vw);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media (min-width: 1200px) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    padding: 1.125rem 1.4375rem;
  }
}

.text_allbaner {
  display: flex;
  justify-content: center;
}

.allbanner_5 {
  background-image: url("..//..//img/otherbg/mainbg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 53vh;
  padding-top: 100px;
  border-radius: 0 0 15px 15px;
}

/*about_us*/
.allbanner_3 {
  background-image: url("..//..//img/otherbg/mainbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 53vh;
  padding-top: 100px;
  border-radius: 0 0 15px 15px;
}

/*contact*/
.allbanner_2 {
  background-image: url("..//..//img/home-1/about/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 53vh;
  padding-top: 100px;
  border-radius: 0 0 15px 15px;
}

.allbanner__content h2 {
  margin-bottom: 0.9375rem;
}

.allbanner__content ul {
  gap: 20px;
}

.allbanner__content ul li a {
  padding: 0.3125rem 0.9375rem;
}

.allbanner__content ul li a::after {
  width: 2px;
  height: 20px;
  right: -10px;
  top: 7px;
  transform: rotate(25deg);
  background: #fff;
}

.fourzero__content p {
  max-width: 688px;
}

.fourzero__content a {
  margin-top: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .fourzero__content a {
    margin-top: 2.5rem;
  }
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
  background: linear-gradient(99deg, #e2b577 25.27%, #e2b577 96.39%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999999;
}

.scrollToTop i {
  color: #fff;
  z-index: 1;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

.pluse_1,
.pluse_2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(226, 181, 119, 0.1);
}

.pluse_1::after,
.pluse_1::before,
.pluse_2::after,
.pluse_2::before {
  background: #e2b577;
  border-radius: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 0;
}

.pluse_1::after,
.pluse_2::after {
  margin-left: -15px;
  margin-top: -15px;
}

.pluse_1:before,
.pluse_2:before {
  width: 40px;
  height: 40px;
}

.pluse_1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

.pluse_2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.wrapper h6 {
  background: linear-gradient(to right, #0b2239 70%, #e2b577 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

@-webkit-keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.wrapper--wrapper2 h6 {
  background: linear-gradient(to right, #e2b577 70%, #0b2239 100%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

.wrapper--wrapper3 h6 {
  background: linear-gradient(to right, #e2b577 70%, #0b2239 100%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  margin-bottom: 0px;
}

.banner {
  background-image: url("..//..//img/home-1/banner/bg.jpg");
  background-size: cover;
  border-radius: 0px 0px 20px 20px;
}

@media only screen and (max-width: 800px) {
  .banner {
    background-image: url("..//..//img/home-1/banner/bg-small.jpg");
  }
}

.banner__area {
  padding: calc(2.25rem + 12vw) 0;
  background-position: center;
}

@media (min-width: 1200px) {
  .banner__area {
    padding: 11.25rem 0;
  }
}

@media (min-width: 1400px) {
  .banner__area {
    padding: calc(2.5625rem + 15.75vw) 0;
  }
}

@media (min-width: 1400px) and (min-width: 1200px) {
  .banner__area {
    padding: 14.375rem 0;
  }
}

.banner__content h4 {
  line-height: calc(1.625rem + 4.5vw);
  font-size: calc(1.5rem + 3vw);
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .banner__content h4 {
    line-height: 5rem;
  }
}

@media (min-width: 1200px) {
  .banner__content h4 {
    font-size: 3.75rem;
  }
}

@media (min-width: 992px) {
  .banner__content h4 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .banner__content h4 {
    font-size: 4.5rem;
  }
}

.banner__content h4 span {
  font-size: calc(1.5625rem + 3.75vw);
}

@media (min-width: 1200px) {
  .banner__content h4 span {
    font-size: 4.375rem;
  }
}

.banner__content h4 span {
  line-height: calc(1.5625rem + 3.75vw);
}

@media (min-width: 1200px) {
  .banner__content h4 span {
    line-height: 4.375rem;
  }
}

.banner__content .textani {
  background: linear-gradient(to right, #e2b577 70%, #fcfcfc 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textani 4s linear infinite;
  display: inline-block;
}

@keyframes textani {
  0% {
    background-position: 200% center;
  }
}

.banner__content p {
  line-height: calc(1.2875rem + 0.45vw);
  max-width: 535px;
}

@media (min-width: 1200px) {
  .banner__content p {
    line-height: 1.625rem;
  }
}

.custom-btn_1 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e2b577;
  color: #0b2239;
  padding-inline: 1rem;
  /* Ridotto ulteriormente a 1rem */
  line-height: 35px;
  /* Ridotto a 35px per un'altezza piÃ¹ contenuta */
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 25px;
  /* Ridotto a 25px per un bordo meno arrotondato */
}

.custom-btn_1:hover {
  transform: scale(1.05);
  /* Ingrandisce il pulsante del 5% */
}

.custom-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e2b577;
  color: #0b2239;
  padding-inline: 2.5rem;
  line-height: 50px;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 50px;
}

.custom-btn:before,
.custom-btn:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.custom-btn:before {
  right: calc(-60px - 5px);
  border-right: calc(60px + 5px) solid transparent;
  border-bottom: calc(60px + 5px) solid #13172b;
  transform: translateX(-100%);
}

.custom-btn:after {
  left: calc(-60px - 5px);
  border-left: calc(60px + 5px) solid transparent;
  border-top: calc(60px + 5px) solid #13172b;
  transform: translateX(100%);
}

.custom-btn:hover {
  color: #fff;
  border-color: #13172b;
}

.custom-btn:hover:before {
  transform: translateX(-49%);
}

.custom-btn:hover:after {
  transform: translateX(49%);
}

.custom-btn--whitebg:before {
  border-bottom: calc(60px + 5px) solid #0b2239;
}

.custom-btn--whitebg:after {
  border-top: calc(60px + 5px) solid #0b2239;
  ;
}

.custom-btn--whitebg:hover {
  border-color: #fff;
  color: #ffffff;
}

.footer {
  background: #0b2239;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 20px 20px 0px 0px;
  padding: 40px 0;
}

.footer__top {
  border-radius: 100px 100px 0px 0px;
}

.footer__top-inner {
  display: flex;
  justify-content: center;
}

.footer__top-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* Permette di spostare le card su una nuova riga quando lo spazio è insufficiente */
  padding: 0px 0px 90px 0px;
  width: 90%;
  gap: 40px;
}

.footer__top-item {
  background: #0b2239;
  padding: 18px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 300px;
  flex: 1 1 300px;
  /* Mantiene una larghezza fissa di 300px e permette di avvolgere le card */
  text-align: center;
  gap: 15px;
}

.footer__top-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.footer__icon {
  flex-shrink: 0;
}

.footer__icon img {
  transition: transform 0.3s ease;
}

.footer__top-item:hover .footer__icon img {
  transform: scale(1.1);
}

.footer__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}

.footer__label {
  margin: 0;
  color: #e2b577;
  font-weight: bold;
  font-size: 0.9em;
}

.footer__detail {
  margin: 0;
  color: #ffffff;
  font-size: 100%;
}

.footer__section {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 15px;
  border-radius: 8px;
}

.footer__heading h6 {
  color: #e2b577;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.footer__content {
  margin-bottom: 20px;
}

.footer__social {
  display: flex;
  justify-content: start;
  gap: 15px;
  margin-top: 20px;
}

.footer__social a {
  color: #ffffff;
  font-size: 24px;
  transition: color 0.3s, transform 0.3s;
}

.footer__social a:hover {
  color: #e2b577;
  transform: scale(1.2);
}

.footer__hours ul,
.footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__hours li,
.footer__links a {
  margin-bottom: 5px;
  color: #ffffff;
  transition: color 0.3s;
}

.footer__hours li:hover,
.footer__links a:hover {
  color: #e2b577;
}

.footer__links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  margin-bottom: 10px;
}

.footer__copyright {
  background: #051425;
  text-align: center;
  padding: 40px 0;
}

.footer__copyright p {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .footer__top-content {
    justify-content: center;
    /* Centra le card */
    padding: 10px;
    gap: 20px;
    /* Riduce lo spazio tra le card sui dispositivi mobili */
  }

  .footer__top-item {
    max-width: 100%;
    /* Le card occupano tutta la larghezza disponibile */
    flex: 1 1 100%;
    /* Si adattano alla larghezza dello schermo quando è ridotto */
    margin-bottom: 15px;
  }
}

.footer__icon {
  margin: 0;
}

.footer__icon img {
  width: 40px;
  margin-bottom: 30px;
  opacity: 0.7;
}

.footer__text {
  align-items: center;
}

.feture-about {
  background-image: url("../img/.jpg");
  padding: calc(1.875rem + 7.5vw) 0 calc(1.8125rem + 6.75vw) 0;
}

@media (min-width: 1200px) {
  .feture-about {
    padding: 7.5rem 0 6.875rem 0;
  }
}

.feture {
  z-index: 999;
}

@media (min-width: 992px) {
  .feture {
    margin-top: calc(-2.4375rem - 14.25vw);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .feture {
    margin-top: -13.125rem;
  }
}

.feture__inner {
  border-radius: 20px;
  padding: calc(1.40625rem + 1.875vw) calc(1.28125rem + 0.375vw);
  z-index: 10;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  background: #0b2239;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .feture__inner {
    padding: 2.8125rem 1.5625rem;
  }
}

.feture__inner .icon {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.feture__inner .icon img {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.feture__inner .text {
  margin-top: 1.25rem;
}

.feture__inner .text h6 {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .feture__inner .text p {
    max-width: 256px;
    margin: auto;
  }
}

.feture__inner:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  border-radius: 40px;
}

.feture__inner:hover {
  box-shadow: none;
}

.feture__inner:hover .icon img {
  transform: rotateY(180deg);
}

.feture .row .col-md-6:nth-child(2) .feture__inner:after {
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}

.feture .row .col-md-6:nth-child(3) .feture__inner:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.feture .row .col-md-6:nth-child(4) .feture__inner:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.about {
  margin-top: calc(1.875rem + 7.5vw);
}

@media (min-width: 1200px) {
  .about {
    margin-top: 7.5rem;
  }
}

.about__content {
  margin-top: 1.25rem;
}

.about__content ul li {
  margin-bottom: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .about__content ul li {
    margin-bottom: 1.5625rem;
  }
}

.about__content ul li .title {
  gap: 8px;
}

.about__content ul li .title .icon {
  width: 30px;
  height: 20px;
}

.about__content ul li .text {
  margin-top: 0.625rem;
}

.about__content ul li .text p {
  max-width: 390px;
}

.about__btn {
  margin-top: calc(1.40625rem + 1.875vw);
  gap: 15px;
}


@media (min-width: 1200px) {
  .about__righpart {
    margin-left: calc(1.625rem + 4.5vw);
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .about__righpart {
    margin-left: 5rem;
  }
}

.about__rightbottom:after {
  background: rgba(31, 50, 92, 0.7);
}

.case {
  background-image: url("..//..//img/home-1/receent-case/bgimg.jpg");
  padding: calc(1.84375rem + 7.125vw) 0 calc(1.875rem + 7.5vw) 0;
  border-radius: 20px;
  background-size: cover;
}

@media (min-width: 1200px) {
  .case {
    padding: 7.1875rem 0 7.5rem 0;
  }
}

.case__header {
  margin-bottom: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .case__header {
    margin-bottom: 3.125rem;
  }
}

.case__header p {
  max-width: 465px;
}

.case__pre {
  left: 79% !important;
  top: 20%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .case__pre {
    visibility: hidden;
    opacity: 0;
  }
}

.case__pre:after {
  font-size: 1.25rem;
}

.case__next {
  top: 20%;
  left: 85% !important;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .case__next {
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1600px) {
  .case__next {
    left: 82% !important;
  }
}

.case__next:after {
  font-size: 1.25rem;
}

.contactdetails__inner {
  border-radius: 35px;
  background: #f7f7f7;
  padding: calc(1.375rem + 1.5vw) 1.25rem;
}

@media (min-width: 1200px) {
  .contactdetails__inner {
    padding: 1.5rem 1.25rem;
  }
}

.contactdetails__inner .thumb {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 1.25rem;
}

.contactdetails__inner .thumb i {
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .contactdetails__inner .thumb i {
    font-size: 1.5625rem;
  }
}

.contactdetails__inner .text h6 {
  margin-bottom: 1.25rem;
}

.contactus {
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .contactus {
    padding-bottom: 6.25rem;
  }
}

.contactus__question {
  background: #f7f7f7;
  padding: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .contactus__question {
    padding: 3.125rem;
  }
}

.contactus__question .form {
  margin-top: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .contactus__question .form {
    margin-top: 3.125rem;
  }
}

.contactus__question .form form .allinput {
  flex-direction: column;
  gap: 20px;
}

.contactus__question .form form .allinput .input {
  gap: 20px;
}

.contactus__question .form form .allinput .input input {
  border: 1px solid #e6e7e8;
}

@media (min-width: 992px) {
  .contactus__question .form form .allinput .input input {
    width: calc(50% - 10px);
  }
}

.contactus__question .form form .allinput .textarea textarea {
  border: 1px solid #e6e7e8;
}

.contactus__question .contactbtn {
  margin-top: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  .contactus__question .contactbtn {
    margin-top: 3.125rem;
  }
}

.contactus__question .contactbtn button {
  border: none;
}

.map iframe {
  min-height: 600px;
}

.title_about {
  color: #0b2239;
  background: linear-gradient(to right, #e2b577 70%, #0b2239 100%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

/*
.bg-contact{
 background-image: url("..//..//img/otherbg/bg-contact.jpg")
};*/

.about-section-1 {
  /*background-image: url("..//..//img/home-1/bg_3.jpg");*/
  padding: 120px 15px 120px 15px;
  text-align: center;
}

.title-2 {
  color: #0b2239;
  text-align: center;
  width: 100%;
  transition: color 0.3s ease;
  margin-bottom: 10px;
}

.title-2:hover {
  color: #e2b577;
}

.title-1 {
  margin-bottom: 80px;
  color: #333;
  text-align: center;
  width: 100%;
  transition: color 0.3s ease;
}

.title-1:hover {
  color: #e2b577;
}

.content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1344px !important;
  width: 100%;
  margin: 0 auto;
  MARGIN-TOP: 55PX;
}

.text-content-1 {
  flex: 1;
  padding-right: 20px;
  text-align: left;
}

.text-content-1 p {
  font-size: 1.2em;
  line-height: 1.6;
  color: #555;
}

.image-content-1 {
  flex: 1;
  text-align: right;
}

.image-content-1 img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Media query per schermi sotto i 600px */
@media screen and (max-width: 600px) {
  .content-1 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-content-1 {
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }

  .image-content-1 {
    text-align: center;
  }
}

.rect-box p {

  &.date_article {
    font-size: 12px;
    color: #959595;
  }
}