/*
Theme Name: bg Theme
Author: Untitled
Description: Custom Theme for bg Artigiana Porte
Text Domain: bg
*/
@font-face {
    font-family: 'Coolvetica'; 
    src: url('./font/coolvetica.otf') format('opentype'); 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    color: #212121;
    /* background: #ededed; */
}

/*
.mobile{
  display:none;
}
*/

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
a {
    color: inherit;
    text-decoration: none;
}

.bgwrapper{
  background: #0e4c58;
}

.video-background {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video-background video {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.video-background::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  top:0;
  left:0;
}




/* INIZIO animazione numeri DA TOGLIERE FORSE 
.counter-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter{
font-size: 60px;
margin-top: 10px;
}

 FINE animazione numeri DA TOGLIERE FORSE */






.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  position: absolute;
  z-index: 1000;
  top:2rem;
  right: 2rem;
  cursor: pointer;
}

.hamburger span {
  display: flex;
  height: 2px;
  width: 30px;
  background: #fff;
  transition: 0.3s;
}

.menu_class li{
  list-style: none;
}

.menu-item{
  font-size: 26px;
}

.menu-overlay {
  z-index: 900;
    transition: all .3s ease;
    height: 100%;
    width: 40%;
    color: white;
    background: linear-gradient(45deg,#0e4c58,#12869d);
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.3s;
}

.slideIn {
  transform: scaleX(1);
}

.ho0{
  opacity:0;
}



.hero_pagina{
  width: 100vw;
  height: 80vh;
  position: relative;
}

.hero_pagina img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.hero_pagina::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}


.hero_pagina .titolo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 800;
  color: #fff;
  text-align: center;  
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.grid-item {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc((100% - 40px) / 5); /* Calcola la larghezza in base alla finestra di visualizzazione e allo spazio tra gli elementi */
  max-width: 400px;
  min-width: 300px;
  max-height: 400px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logoh{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}





.footer {
    background-color: #14788b;   
    flex-direction:column;
    justify-content:space-between;
    position:relative;
    color: #f5f5f5;
    font-size: 14px;
    padding: 2rem;
    font-weight: 300;
    padding: 5rem 4rem;
    /* min-height: 80vh; */
}

.t2{
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-bottom: 1rem;
    position: relative;
}

.hf{
    height: 60px;
}

.hf a{
  font-size: 14px;
}

.t2:after{
    content: '';
  
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
}

.a {
    text-decoration: none;
    color: inherit;
}

.a:hover {
    color: inherit;
}


/* OCCHIO QUI NON FUNZIONA IL CSS NON CAPISCO PERCHE*/

.mezzi-tabella {
  margin-left: 50%;
  position:center;
  background-color:pink;
}

.mezzi-container .mezzi-img {
  object-fit: cover;
}

.containerfake {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin-top: 2rem;
    height: 200px;
}

/* img {
    max-width: 150px;
} */

.listwrap {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list {
    margin-bottom: 10px;
}







@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');


body::-webkit-scrollbar {
  display: none; /* WebKit-based (Chrome, Safari) */
}

body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer, Edge */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

a:hover {
  color: inherit;
}
/* #__next{
  width: min(65ch, 100% - 4rem);
} */

.hero-chisiamo {
  width: 100dvw;
  position: relative;
  height: 100dvh;
}

.hero-chisiamo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mnb {
  z-index: 1000;
  display: flex;
  position: fixed;
  flex-direction: row-reverse;
  width: 100dvw;
  height: 100px;
  padding: 2rem;
  top: 0;
  justify-content: space-between;
}

.titoloVerde {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #d4e1e3;
  margin: 0;
  text-transform: uppercase;
  text-align: start;
  padding: 0 0 0 2rem;
  transition: all 2.6s ease;
}

.ccont {
  width: min(80dvw, 100% - 4rem);
  margin: 0 auto;
  /* border-top: 1px solid rgba(18, 134, 157, 1); */
}

.heroChiSiamo .banner {
  flex-direction: column;
  width: 55dvw;
  height: 40dvh;
  background: linear-gradient(90deg, rgba(18, 134, 157, 1) 0%, transparent 100%);
  position: absolute;
  right: 0;
  top: 10dvh;
  z-index: 1;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroChiSiamo::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 134, 157, 1) 100%);
}

.chiSiamoContenuto {
  padding-bottom: 5rem;
  width: 100dvw;
  /* border-top: 2px solid rgba(18, 134, 157, 1); */

  /* height: 100dvh; */
  background:  #14788b ;
}

.cardina {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  /* text-transform: uppercase; */
  background-color: #fff;
  min-height: 200px;
  padding: 1rem;
  cursor: pointer;
}

.dsd {
  position: relative;
}

.dsd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -200px;
  z-index: 2;
  height: 200px;
  background: linear-gradient(0deg, rgba(18, 134, 157, 1) 0%, transparent 10%, transparent 100%);
}

.cardina:hover {
  background-color: #cdcdcd;
}
.cardina-verde {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  /* text-transform: uppercase; */
  height: 100%;
  color: #f5f5f5;
  cursor: pointer;
  /* border: 1px solid #0e4c583b; */
}


.cardina-verde:hover {
  background-color: #0e4c583b;
}

.cardina span:nth-child(1) {
  font-size: 2rem;
  font-weight: 500;
  color: #0e4c58;
  margin-bottom: 1rem;
}

#root {
  height: 100%;
}

html,
body {
  font-family: "Montserrat", sans-serif;
}
.f14 {
  font-size: 14px;
}
.txtWhite {
  color: #f5f5f5;
}
a {
  text-decoration: none !important;
}

.txtform {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #f5f5f5;
  outline: none;
  font-weight: 500;
  height: 42px;
  padding: 8px;
  color: #f5f5f5;
}


.txtform::placeholder {
  color: #f5f5f5;
}

.modal {
  z-index: 10000;
  width: 100px;
  height: 100px;
  background-color: #0e4c58;
}

.w100 {
  width: 100vh !important;
  display: flex;
  justify-content: center;
}
a {
  text-decoration: none;
  color: inherit;
}
.p2 {
  padding: 2rem;
}
.sl {
  bottom: 0;
  position: absolute;
  left: 50vw;
  transform: translate(-50%, 0);
}
.parallax {
  /* Imposta l'immagine di sfondo */

  /* Imposta il fissaggio dell'immagine di sfondo */
  background-attachment: fixed;
  /* Imposta la posizione dell'immagine di sfondo */
  background-position: center;
  /* Imposta la dimensione dell'immagine di sfondo */
  background-size: cover;
  /* Imposta l'altezza dell'elemento parallax */
  height: 50vh;
}
.cardGrid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ant-carousel .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: auto;
  position: relative !important;
}

.ant-carousel .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ant-carousel .slick-dots li button {
  margin: 0 !important;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
}

.titolo2 {
  font-size: 1.9rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  color: #1d1d1d;
}

.serWrap {
  padding: 4rem;
}



.tc {
  text-align: center !important;
}

.btnAnnulla {
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #f5f5f5;
  outline: none;
  color: #f5f5f5;
  cursor: pointer;
}
.btnInvia {
  text-align: center;
  border: 1px solid #0e4c58!important;
  padding: 15px 30px;
  background-color: transparent;
  font-size: 14px;
  border:none;
  outline: none!important;
  background: #f5f5f5;
  color: #0e4c58;
  cursor: pointer;
  margin: 0 auto!important;
  display: flex;
  justify-self: center;
  justify-content: center;
  transition: all .1s ease-in-out;
}

.btnInvia:hover{
  background-color: #0e4c58;
  color: #f5f5f5;
}


/*
form {

  flex-direction: column;
  justify-content: center;
  align-items: center;
}
*/

.btnInviatop {
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  outline: none;
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
}

.titolo3 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  color: #1d1d1d;
}

.marked {
  color: #0e4c58;
}

.inciso {
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  color: #504f4f;
  font-weight: 300;
}
.ant-carousel .slick-dots li.slick-active button {
  background-color: #1890ff;
}

.row-space-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.row-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.col-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.titoletto {
  min-width: 400px; 
  position: relative;
  margin-top: 6rem;
  font-size: 20px;
  padding: 0.75rem;
  margin-left: 1rem;
  color: #fff;
  text-align: left;
  /* word-break: break-all; */
  word-wrap: break-word;
  /* text-transform: uppercase; */
}

.titoletto {
  position: relative;
  margin-top: 6rem;
  font-size: 20px;
  padding: 0.75rem;
  margin-left: 1rem;
  color: #fff;
  text-align: left;
  /* word-break: break-all; */
  word-wrap: break-word;
  /* text-transform: uppercase; */
}

.numero {
  display: block;
  font-size: 9rem;
  font-weight: 600;
  color: #84d8e923;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: content-box !important;
}

.highlight {
  color: #4496a6;
  font-weight: 800;
  font-size: 24px!important;
  letter-spacing: 1.2px;
}



.righetta {
  /* display: flex; */
  flex-direction: row;
  align-items: flex-start;
  /* justify-content: space-between;
  align-items: center; */
}

.chiSiamoContenuto p{
  font-size: calc(18px + 0.1vw)!important;
}

p{
  font-size: calc(18px + 0.1vw)!important;
}

.number-one::before {
  content: "1";
  display: block;
  position: absolute;
  left: 1.4rem;
  top: -6.1rem;
  font-size: 5.5rem;
  font-weight: 600;
  color: #7dc0ce;
}

.number-two::before {
  content: "2";
  display: block;
  position: absolute;
  left: 2.5rem;
  bottom: -6.1rem;
  font-size: 5.5rem;
  font-weight: 600;
  color: #7dc0ce;
}
.number-three::before {
  content: "3";
  display: block;
  position: absolute;
  left: 2rem;
  top: -6.1rem;
  font-size: 5.5rem;
  font-weight: 600;
  color: #7dc0ce;
}
.number-four::before {
  content: "4";
  display: block;
  position: absolute;
  left: 1.4rem;
  bottom: -6.1rem;
  font-size: 5.5rem;
  font-weight: 600;
  color: #7dc0ce;
}



.page__content {
  position: absolute;
  width: 100%;
  top: 100vh;
}

.mt2 {
  margin-top: 2rem;
}

.mt4 {
  margin-top: 4rem;
}

.btn-bordered {
  border: 1px solid #1890ff;
  color: #1890ff;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.recensione-card {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 300px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  transition: all 0.3s ease;
}
.tw {
  color: #f5f5f5;
}
.mh1 {
  margin: 0 1rem;
}
.border-primary-wrap {
  padding: 2px;
  background: linear-gradient(45deg, rgba(14, 76, 88, 1) 0%, rgba(18, 134, 157, 1) 100%);
  position: relative;
}
.button-rounded-primary {
  /* border: 2px solid #0e4c58; */
  background-color: white;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  outline: none;
  color: #0e4c58;
  cursor: pointer;
  position: relative;
}

 ::placeholder {
  color: white;
}

.inputtext {
  height: 40px;
  margin: 8px 00;
  padding:8px;
  border: 1px solid #f5f5f5;
  background-color: transparent;
  color: white;
  outline:none;
  outline: none;
  padding:8px;
  resize: none;
  max-width: 300px;

  /*   min-width:200px; 
       width:100%;
       max-width: 365px!important; 
  */
  
}

form label {
  font-size: 16px;
}



.banner-preventivo{
  transform: scaleX(0);
  width: 30vw;
  min-width: 400px;
  height: 100vh;
  position: fixed;
  overflow-y: auto; /* Abilita lo scroll verticale all'interno dell'elemento */
  top:0;
  left:0;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  transform-origin: left;
  background: linear-gradient(45deg,#0e4c58,#12869d);
}

.banner-preventivo-content{
  padding-top: 3rem;
  color:#fff;
  display: flex;
  align-items: center; 
  /* align asse secondario */
  flex-direction: column;
}


.banner-preventivo-content h3{
  text-align: center;
  height: 40px;
  margin: 8px 00;
  padding:8px;
  color: white;
  outline:none;
  outline: none;
  padding:8px;
  resize: none;
  max-width: 300px;
  
 /* font-weight: 700;  
 text-align: center; */
}
.banner-active{
  transform: scaleX(1);
}


.p-5 .container {
  padding: 3rem!important;
}
.txtform .mt-4{
  line-height:2;
  min-height:14rem;
  max-height:14rem;
  resize:none;
  width: 100%;
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #f5f5f5;
    outline: none;
    font-weight: 500;
    height: 42px;
    padding: 8px;
    color: #f5f5f5;

}



/* .button-rounded-primary::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e4c58;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
} */

.button-rounded-primary span {
  position: relative;
  z-index: 2;
}

.button-rounded-primary:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  /* background: #0e4c58; */
  background: linear-gradient(45deg, rgba(14, 76, 88, 1) 0%, rgba(18, 134, 157, 1) 100%);
  transition: all 0.35s;
}

.button-rounded-primary:hover {
  color: #fff;
  border: none;
}

.contcont {
  width: min(100dvh, 100% - 2rem);
  margin-inline: auto;
}

.button-rounded-primary:hover:after {
  width: 100%;
}

.row-ff {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.service-card {
  width: 100%;
  /* margin: 4px !important; */
  --max-width: calc(100% / 3);
  max-width: var(--max-width);
  height: var(--max-width);
  overflow: hidden;
  position: relative;
}

.service-card__img img {
  object-fit: cover;
}
.service-card__img {
  width: 100%;
  height: 100%;
}

.service-card__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.cardina-verde {
  position: relative;
}

.cardina-verde::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.cardinaText {
  position: absolute;
  /* margin-top: 50%; */
  margin-left: 50%;
  transform: translate(-50%);
  z-index: 3;
}

.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.service-card__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: calc(calc(100% / 3) * 0.1);
  left: calc(calc(100% / 3) * 0.1);
  flex-direction: column;
  color: #fff;
  padding: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-card__text h4 {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  transition: all 0.3s ease;
}

.service-card__text h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: right;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0e4c5867;
  transition: all 0.3s ease;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover .service-card__img img {
  opacity: 1;
  scale: 1.2;
}

.service-card:hover .service-card__text h4::after {
  font-weight: 400;
  font-size: 26px;
  transform: scaleX(1);
  /* border-bottom: 1px solid #fff; */
}

.m2 {
  margin: 2rem;
}

.mx1 {
  margin: 0 1rem;
}

.tlc {
  color: #f5f5f5;
}

.titoloSecond {
  font-size: 2rem;
  font-weight: 500;
  color: #0e4c58;
  margin: 0;
  text-align: center;
}

.t-j {
  text-align: justify;
}

.secondcsr {
  flex-direction: row-reverse;
}

.bggreen {
  background: linear-gradient(45deg, rgba(14, 76, 88, 1) 0%, rgba(18, 134, 157, 1) 100%);
  color: #f5f5f5;
}

.heroChiSiamo .titoloHeroChisiamo {
  flex-direction: column;
  width: 100dvw;
  height: 30dvh;
  color: #f5f5f5;
  /* background: linear-gradient(90deg, rgba(18, 134, 157, 1) 0%, transparent 100%); */
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-second {
  border: 2px solid #f5f5f5;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  color: #f5f5f5;
}

.btn-second:hover {
  background-color: #f5f5f5;
  color: #0e4c58;
}

.bwrap {
  background-color: #f5f5f5;
  padding: 4rem 0;
}

.contattiSfondo {
  width: 100dvw;
  min-height: 100dvh;
  background: linear-gradient(180deg, rgba(14, 76, 88, 1) 0%, rgb(21 120 139) 100%);
}

.sotto {
  width: 100%;
  height: 100vh;
  background: red;
}

.contattiWrapper {
  width: min(100dvh, 100% - 4rem);
  margin-inline: auto;
  background: linear-gradient(45deg, rgba(14, 76, 88, 1) 0%, rgba(18, 134, 157, 1) 100%);
}
.segnaWrap {
  padding: 2rem;
  top: 1rem;
  right: 4rem;
  /* position: absolute; */
}

.links {
  text-decoration: none !important;
  color: inherit;
}

.links:hover {
  color: inherit;
}
.segnalibro {
  /* margin-left: calc(100% - 30dvw); */
  /* margin-top: 3rem; */
  background-color: #f5f5f5;
  /* width: 30dvw; */
  min-width: 400px;
  /* height: 80dvh; */
  padding: 2rem;
}

.label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0e4c58;
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.label:nth-child(1) {
  margin-top: 0;
}
.mappa {
  padding: 3rem;
  height: 60dvh;
  position: relative;
}

.sopra {
  z-index: 10;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sendButton {
  width: 100%;
  background-color: #0e4c58;
  font-size: 16px;
  border: none;
  outline: none;
  font-weight: 500;
  height: 52px;
  padding: 4px;
  color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctext {
  width: 100%;
  background-color: #13647488;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  outline: none;
  font-weight: 500;
  padding: 4px;
  color: #f5f5f5;
}

.cinput {
  width: 100%; 
  background-color: #13647488;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  outline: none;
  font-weight: 500;
  height: 52px;
  padding: 4px;
  color: #f5f5f5;
  display: flex;
  align-items: center; 
   flex-direction: column;
}

.tcont {
  font-size: 5rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #f5f5f5;
  /* margin-top: 40dvh; */
  z-index: 2;
  /* position: absolute; */
}

.mappa::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}

.tablet {
  display: none !important;
}




.card-wrapper{
  margin: 2rem 0;
  display: flex;
}

.cardser{
  width: calc(100% / 3);
  min-height: 200px;
  aspect-ratio: 1;
  position: relative;
}

.cardser div{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardser .card-inner-text {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
}
.cardser .card-inner-text span{
  font-size: 24px;
  margin: 0,5rem;
  color: #0e4c58;
}

.cardser .card-inner-img img{
  width: 100%;
}
.cardser .card-inner-img{
  transition: all 0.3s ease;
  background-color: #0e4c58;
  padding:30%;
}

.cardser .card-inner-img:hover{
  opacity: 0;
}





.banner-sn {
  width: 100%;
  height: 40vw;
  background-size: cover;
  background-position: center;
  color:#fff;
  text-align: center;
  /* display: flex; */
  overflow: hidden;
  align-items: center;
  position: relative;
  justify-content: center;
  position: relative;
}

.banner-sn img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-sn::before{
content: '';
display: block;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.408);
position:absolute;
top:0;
left:0;
}

.banner-sn .banner-content{
  width: 100%;
  padding: 2rem 2rem 2rem 8rem;
  right: 0;
  bottom: 0;
  position: absolute;
}
.banner-sn .banner-content .banner-title{
  font-weight: bold;
  font-size: 30px;
}
.banner-sn .banner-content .banner-text{
  text-align: right;
  padding-top: 2rem;
}


.mobile{
  display: none;
}


.text-justify {
  text-align: justify !important;
}

.boggettopHero {
  width: 100dvw;
  min-height: 100dvh;
  background: #000000;
  position: relative;
}

.boggettopHero::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, black 100%);
  opacity: 1;
}
.boggettopHero__text_mobile {
  position: absolute;
  color: #f5f5f5;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  z-index: 2;
}
.boggettopHero__text {
  position: absolute;
  color: #f5f5f5;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  z-index: 2;
}
.boggettopSection {
  border: 1px solid #000000;
  width: 100dvw;
  min-height: 100dvh;
  background: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #f5f5f5;
}
.titoloTop {
  font-family: 'Gilda Display', serif;
}
.barrasotto {
  position: relative;
  padding: 2rem 0;
}
.barrasotto::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  margin: 1rem 0;
}
.wrpbt {
  width: min(100dvh, 100% - 4rem);
}
.fs3 {
  font-size: 3rem;
}

.fs2p {
  font-size: 20px !important;
}

.ombra {
  position: relative;
  transition: all 2s ease;
  width: 100dvw;
  /* height: 100dvh; */
}
.ombradue {
  position: relative;
  transition: all 2s ease;
  width: 100dvw;
  /* height: 100dvh; */
}

.p2toptxt {
  position: absolute;
  top: 50dvh;
  left: 50dvw;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ombra::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, black 0%, transparent 100%);
  opacity: 1;
}
.ombradue::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, black 0%, transparent 100%);
  opacity: 1;
}
.ombradue::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  opacity: 1;
}
.ddo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  z-index: 2;
  left: 0;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  opacity: 1;
}
.btn-top {
  margin: auto;
  border: 2px solid #f5f5f5;
  text-align: center;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
  color: #f5f5f5;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  max-width: 300px;
}

.btn-top:hover {
  background-color: #f5f5f5;
  color: #000;
}

#__next {
  overflow-x: hidden;
}

.ease2s {
  transition: all 2s ease;
}

.half-font {
  background: linear-gradient(transparent 50%, #ffffff 50%);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text;
  margin-top: 8px;
  text-transform: uppercase;
  /* text-fill-color: transparent; */
}
.half-font-sotto {
  text-transform: uppercase;
  background: linear-gradient(#ffffff 50%, transparent 50%);
  -webkit-background-clip: text; /* For Safari/Chrome */
  -webkit-text-fill-color: transparent; /* For Safari/Chrome */
  background-clip: text;
  /* text-fill-color: transparent; */
}

.bannerChiSiamo__wrapper {
  /* background-color: #f5f5f5; */
  background-color: #14788b;
  /* padding:     4rem 0; */
  position: relative;
  padding: 10rem;
}

.bannerChiSiamo__wrapper::before {
  position: absolute;
  content: "";
  width: calc(100% + 10rem);
  height: 40%;
  top: -40%;
  left: -10rem;
  background: linear-gradient(180deg, transparent 0%, #14788b 100%);
  opacity: 1;
  z-index: 2;
}


  
@media (prefers-color-scheme: dark) {
  .vercelLogo {
    filter: invert(1);
  }

  .logo,
  .thirteen img {
    filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.imgservizi {
position:absolute;
height:100%;
width:100%;
left:0;
top:0;
right:0;
bottom:0;
object-fit:cover;
color:transparent;
}

.serviziSection {
  background-color: #f5f5f5;
  padding: 2rem;
  text-align: center;
  min-height: 50vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.serviziSection__textWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  max-width: 50%;
  padding: 2rem;

}

.serviziSection__img {
  max-width: 50%;
  max-height: 70vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 4px;
}

.serviziSection__img__immagine {

  object-fit: cover;
  object-position: center;
  width: 100%;
}

.btnAnulla p{
margin-bottom:0!important;
margin-top:0!important;
margin-right:0!important;
margin-left:0!important;
margin:0!important;
}

.cross{
position: absolute;
right:1rem;
top:1rem;
width: 30px;
height: 30px;
}

.cross::before,
.cross::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #fff; /* colore nero */
top: 50%;
left: 0;
transform: translateY(-50%);
}

.cross::before {
transform: rotate(45deg);
}

.cross::after {
transform: rotate(-45deg);
}

.taera{
width:100%;
}

label {
font-size: 12px;
text-align: left;
max-width: 300px;
}

.textcont {
outline: none;
padding:8px;
width: 100%;
margin: 8px 00;
line-height: 2;
min-height: 14rem;
max-height: 14rem;
color: white !important;
border: 1px solid #f5f5f5;
resize: none;
background-color: #13647488;
}

textarea {
width:300px;
outline: none;
padding:8px;
margin: 8px 00;
max-width: 100%;
line-height: 2;
min-height: 14rem;
max-height: 14rem;
color: white !important;
border: 1px solid #f5f5f5;
resize: none;
background-color: transparent;
}



/*EDITING GRIGLE MEZZI - ONGOING */
.grid-mezzi {
background-color: blue;
display:grid;
grid-template-columns:repeat(3, minmax(200px,auto));
grid-template-rows: auto;
gap: 10px;
}


/* PROVA FORMATTAZIONE GRIGLIA CON PRIMO VIDEO
.mezzi-container {
display: grid;
gap: 1em;
grid-auto-columns: 1fr
grid-template-areas:
"uno"
"due"
"tre"
"quattro"
"cinque"
"sei";
}

.grid-item:nth-child(1){
grid-area:uno;
}

.grid-item:nth-child(2){
grid-area:due;
}

.grid-item:nth-child(3){
grid-area:tre;
}

.grid-item:nth-child(4){
grid-area:quattro;
}

.grid-item:nth-child(5){
grid-area:cinque;
}

.grid-item:nth-child(6){
grid-area:sei;
}

@media (min-width:1440px) {
.grid-container {
grid-template-areas:
"uno due tre"
"quattro cinque sei"
}
}

@media (min-width:1000px) {
  .grid-container {
  grid-template-areas:
  "uno due tre"
  "quattro cinque sei"
  }
  }

  */

form {
padding:1rem;
}

.wpcf7-response-output{
width: 90%;
}


/* ALLINEAMENTO ELMENTI IN COLONNA AL CENTRO VERTICALE
display: flex;
align-items: center; 
 flex-direction: column;
*/


.cf form{
display: flex;
/* align-items: center; */
flex-direction: column;
}

.lc {
text-align: left;
width: 100%;
max-width: 100%;
}

.lc2 {
text-align: left;
width: 100%;
max-width: 100%;
}




@media screen and (max-width: 1116px)and (min-width: 901px) {


  

  .grid {
    grid-template-columns: repeat(2, 50%);
  }


  .footer{
    padding:1.4rem;
}

.t2{
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    margin-bottom: 1rem;
    position: relative;
}

  .tablet {
    display: block !important;
  }
  
  .bwrap {
    padding: 2rem;
  }

  .titolo2 {
    text-align: left;
  }
  .mm {
    margin-top: 1rem;
  }
  .videoHero {
    width: 100dvw;
    height: 100dvh;
    object-fit: cover;
  }
  .np {
    padding: 1rem !important;
  }
  .service-card {
    
    --max-width: calc(100dvw / 2);
  }
  .nh {
    height: auto !important;
    padding: 2rem 2rem 2rem 8rem;
  }
  .titolettom {
    font-size: 20px;
    margin-top: 5rem;
  }

  .numero {
    font-size: 8rem;
  }

  /*
  .desktop {
    display: none !important;
  }
  
}

.mobile {
  display: none!important;
}

.tablet {
  display: none;
}
*/
.card-wrapper{
  flex-wrap: wrap;
  justify-content: center;
}
.cardser {
  min-width:280px;
}

  .bannerChiSiamo__wrapper {
    padding: 0 2rem;
  }

  .titolo2 {
    text-align: center !important;
  }
}



  
 
/* FARE QUI PARTE DI CODICE PER SMARTHPONE E TABLET __________________ */


/* __________________________________________________________________QUERY TABLET */
@media screen and (max-width: 900px) and (min-width: 481px) {

 /* Classe creata per nascondere elementi */
 .nascondi {
  visibility: hidden;
  position: absolute;
  height: 0;
}



.mobile{
  display: block!important;
}

.card-inner-text {
  display: flex !important;
  align-items: center !important;
}

.card-wrapper  {
  flex-direction: column;  
  align-items: center !important;
}

  .cardser .card-inner-img {
    display: none !important;
  }

  .cardser{
    max-width: 300px;
    display: flex;
    width: 100% !important; 
  }




  .content {
    padding: 4rem;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-bottom: 120px;
    max-width: 320px;
    text-align: center;
  }

  .card {
    padding: 1rem 2.5rem;
  }

  .card h2 {
    margin-bottom: 0.5rem;
  }

  .center {
    padding: 8rem 0 6rem;
  }

  .center::before {
    transform: none;
    height: 300px;
  }

  .description {
    font-size: 0.8rem;
  }

  .description a {
    padding: 1rem;
  }

  .description p,
  .description div {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
  }

  .description p {
    align-items: center;
    inset: 0 0 auto;
    padding: 2rem 1rem 1.4rem;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(var(--callout-border-rgb), 0.25);
    background: linear-gradient(
      to bottom,
      rgba(var(--background-start-rgb), 1),
      rgba(var(--callout-rgb), 0.5)
    );
    background-clip: padding-box;
    backdrop-filter: blur(24px);
  }

  .description div {
    align-items: flex-end;
    pointer-events: none;
    inset: auto 0 0;
    padding: 2rem;
    height: 200px;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgb(var(--background-end-rgb)) 40%
    );
    z-index: 1;
  } 

  .desktop{
    display: none!important;
  }

  .mobile {
    display: block;
  }
.colmappa{
  max-width:100%!important;
}

  .fot-mob{
    flex-direction: column;
}


.banner-sn {
  height: auto!important;
  width: 100%!important;
  aspect-ratio: 1;
}

.banner-sn .banner-content {
  padding: 0!important;
}

.banner-text p {
  font-size: 16px!important;
}

.banner-text {
  text-align: center!important;
}


/* Classe creata per togliere i fiumi ai paragrafi */
.pmob3{
  text-align: center !important;
 }

 .testomob{
  padding: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center !important;
 }

.col-8, .col-4, .col-3{
  max-width:100%;
}


.menu-overlay{
 width:100%;
}

.menu_class li{
  font-size: 1rem;
  list-style: none;
}

.pmob2{
  padding-top: 3rem;
}
.fot-mob{
    flex-direction: column;
}
 
.chisiamo-mob {
  padding-top: 8px;
  flex-direction: column;
  width:100% !important;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
 
.titoletto {
 min-width: 400px; 
  position: relative;
  margin-top: 6rem;
  font-size: 15px;
  padding: 0.75rem;
  margin-left: 1rem;
  color: #fff;
  text-align: left;
  /* word-break: break-all; */
  word-wrap: break-word;
  /* text-transform: uppercase; */
}

.highlight {
max-width: 50%!important;
font-size: 15px!important;
word-wrap: break-word!important;
}

.cinput {
  width: 100%; 
  background-color: #13647488;
  font-size: 16px;
  border: 1px solid #f5f5f5;
  outline: none;
  font-weight: 500;
  height: 52px;
  padding: 4px;
  color: #f5f5f5;
}

}

/* __________________________________________________________________QUERY SMARTPHONE */

@media screen and (max-width: 480px) {
  .col-6{
    max-width: 100%!important;
  }

  .mobile{
    display: block!important;
    
  }

  .card-wrapper  {
    flex-direction: column;  
    align-items: center !important;
  }
  
  
    .cardser .card-inner-img {
      display: none !important;
    }
  
    .cardser{
      max-width: 300px;
      display: flex;
      width: 100% !important; 
    }



  .col-8, .col-4, .col-3{
    max-width:100%;
  }


/* QUI NON FUNZIONA: cerco di ridurre il testo ''ti portiamo in capo al mondo'' nella home page */
 .half-font .half-font-sotto{
 font-size: 1rem;
}

.menu-overlay{
  width:100% !important;
 } 

.menu_class li{
  font-size: 1rem;
  list-style: none;
}
  .pmob2 {
    padding-top: 3rem;
  }

  /* Classe creata per nascondere elementi */
  .nascondi {
    visibility: hidden;
    position: absolute;
    height: 0;
  }

/* Classe creata per togliere i fiumi ai paragrafi */
  .c{
   text-align: center !important;
  }

  .fot-mob{
      flex-direction: column;
  }

  .chisiamo-mob {
    padding-top: 8px;
    flex-direction: column;
    width:100% !important;
    display:flex; 
    align-items:center; 
    justify-content:center;
  }

  
  .banner-preventivo{
   /* transform: scaleX(0);
    width: 30vw;
    height: 100vh;
   
    overflow-y: auto;  Abilita lo scroll verticale all'interno dell'elemento */
    width: 30vw;
    min-width: 0!important;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    transform-origin: left;
    background: linear-gradient(45deg,#0e4c58,#12869d);
  }


  .textcont {
    outline: none;
    padding:8px;
    margin: 8px 00;
    line-height: 2;
    min-height: 14rem;
    max-height: 14rem;
    width: 100% !important;
    color: white !important;
    border: 1px solid #f5f5f5;
    resize: none;
    background-color: #13647488;
   width: 100%;
  }

  .cinput {
    width: 100%; 
    background-color: #13647488;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    outline: none;
    font-weight: 500;
    height: 52px;
    padding: 4px;
    color: #f5f5f5;
  }
  
 
  .titoletto {
   /* min-width: 400px; */
    position: relative;
    margin-top: 6rem;
    font-size: 15px;
    margin:0px;
    padding:3rem 0px;
    color: #fff;
    text-align: left;
    /* word-break: break-all; */
    text-align: center !important;
    word-wrap: break-word;
    /* text-transform: uppercase; */
}

.scroll{
  text-align: center !important;
  overflow-x: scroll;
}

.highlight {
  max-width: 50%!important;
  font-size: 15px!important;
  word-wrap: break-word!important;
}


  .card-wrapper{
    flex-direction: column;
  }

  .banner-sn {
    height: auto!important;
    width: 100%!important;
    aspect-ratio: 1;
  }

  .banner-sn .banner-content {
    padding: 0!important;
  }

  .banner-text p {
    font-size: 16px!important;
  }

  .banner-text {
    text-align: center!important;
  }

  .cardser .card-inner-img {
    display: none !important;
  }

  .cardser{
    width: 100% !important; 
  }

  .mobile{
    display: block;
  }
  
  .desktop{
    display: none!important;
  }
 

  .banner-preventivo{
    overflow-y: auto; /* Abilita lo scroll verticale all'interno dell'elemento */
    width: 100vw!important;
    padding:0 1rem!important;
  }
  
  .logoh{
    width: 280px;
  }
    .footer{
        padding:1.4rem;
    }

    .highlight{
      font-size: 20px;
    }
    .t2{
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: 1.3px;
        margin-bottom: 1rem;
        position: relative;
    }

    /*
  .mobile {
    display: block;
  }
*/

.numero{
  display: none;
}

.titolo2 {
  font-size: 2rem !important;
}

.righetta{
  /*max-width: 300px; */
  word-wrap: break-word!important;
}
.highlight{
  max-width: 50%!important;
  font-size: 22px!important;
  word-wrap: break-word!important;

}

.titolo {
  font-size: 2rem !important;
}
.inciso {
  font-size: 1.2rem !important;
}
/*
.desktop {
  display: none !important;
}
*/

.logoHome {
  width: 280px !important;
}

.tcont {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #f5f5f5;
  margin-top: 0;
  z-index: 2;
}
.segnalibro {
  position: relative !important;
  width: 100%;
  min-width: 100%;
  padding: 1rem;
}

.bwrap {
  padding: 3rem 2rem;
}

.np {
  padding: 1rem !important;
}

.mm {
  margin-top: 1rem;
}
.service-card {
  /* margin: 4px !important; */
  --max-width: calc(100dvw / 1);
}

.no {
  display: none;
}

.parallax {
  display: none;
  width: 100%;
}
.nh {
  height: auto !important;
  padding: 2rem 2rem 2rem 8rem;
}
.titolettom {
  font-size: 18px;
  margin-top: 2rem;
}

.righetta {
  margin-top: 0;
}

.numero {
  font-size: 4rem;
}

.hf {
  padding-bottom: 1.4rem !important;
}
/*
.tablet {
  display: none !important;
}
*/

.serWrap {
  padding: 2.4rem;
}
  .bannerChiSiamo__wrapper::before {
    position: absolute;
    content: "";
    width: calc(100% + 10rem);
    height: 0%;
    top: -40%;
    left: -10rem;
    background: linear-gradient(180deg, transparent 0%, #14788b 100%);
    opacity: 1;
    z-index: 2;
  }
  .bannerChiSiamo__wrapper {
    padding: 0;
  }

  .titolo2 {
    text-align: left;
  }
}
.t-center{
  text-align: center;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 6rem;
    min-height: 100vh;
  }
  
  .description {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    font-size: 0.85rem;
    max-width: var(--max-width);
    width: 100%;
    z-index: 2;
    font-family: var(--font-mono);
  }
  
  .description a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  
  .description p {
    position: relative;
    margin: 0;
    padding: 1rem;
    background-color: rgba(var(--callout-rgb), 0.5);
    border: 1px solid rgba(var(--callout-border-rgb), 0.3);
    border-radius: var(--border-radius);
  }
  
  .code {
    font-weight: 700;
    font-family: var(--font-mono);
  }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(25%, auto));
    width: var(--max-width);
    max-width: 100%;
  }
  
  .card {
    padding: 1rem 1.2rem;
    border-radius: var(--border-radius);
    background: rgba(var(--card-rgb), 0);
    border: 1px solid rgba(var(--card-border-rgb), 0);
    transition: background 200ms, border 200ms;
  }
  
  .card span {
    display: inline-block;
    transition: transform 200ms;
  }
  
  .card h2 {
    font-weight: 600;
    margin-bottom: 0.7rem;
  }
  
  .card p {
    margin: 0;
    opacity: 0.6;
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 30ch;
  }
  
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 0;
  }
  
  .center::before {
    background: var(--secondary-glow);
    border-radius: 50%;
    width: 480px;
    height: 360px;
    margin-left: -400px;
  }
  
  .center::after {
    background: var(--primary-glow);
    width: 240px;
    height: 180px;
    z-index: -1;
  }
  
  .center::before,
  .center::after {
    content: '';
    left: 50%;
    position: absolute;
    filter: blur(45px);
    transform: translateZ(0);
  }
  
  .logo,
  .thirteen {
    position: relative;
  }
  
  .thirteen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    padding: 25px 10px;
    margin-left: 16px;
    transform: translateZ(0);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0px 2px 8px -1px #0000001a;
  }
  
  .thirteen::before,
  .thirteen::after {
    content: '';
    position: absolute;
    z-index: -1;
  }
  
  /* Conic Gradient Animation */
  .thirteen::before {
    animation: 6s rotate linear infinite;
    width: 200%;
    height: 200%;
    background: var(--tile-border);
  }
  
  /* Inner Square */
  .thirteen::after {
    inset: 0;
    padding: 1px;
    border-radius: var(--border-radius);
    background: linear-gradient(
      to bottom right,
      rgba(var(--tile-start-rgb), 1),
      rgba(var(--tile-end-rgb), 1)
    );
    background-clip: content-box;
  }
  
  /* Enable hover only on non-touch devices */
  @media (hover: hover) and (pointer: fine) {
    .card:hover {
      background: rgba(var(--card-rgb), 0.1);
      border: 1px solid rgba(var(--card-border-rgb), 0.15);
    }
  
    .card:hover span {
      transform: translateX(4px);
    }
  }
  
  @media (prefers-reduced-motion) {
    .thirteen::before {
      animation: none;
    }
  
    .card:hover span {
      transform: none;
    }
  }