/* -------------------------------------------------------------------------------- */
/* ! Base */
/* -------------------------------------------------------------------------------- */
/* Tavolozza */
:root {
  --primary: #01a786;
  --secondary: #81dcd8;
  --accent: #086b5c;
  --light: #eefbf8;
  --dark: #01271c;
}


/* Reset */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

/* Tipografia */
body {
  font-family: 'Varela Round', sans-serif;
  background-color: #086b5c;
}

img {
  width: 3em;
  grid-column: 3/9;
  display: inline;
}

/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}*/

h6 {
  font-family: 'Courgette', cursive;
  font-size: 2.5em;

}

p,
ul,
a {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

p.leading {
  font-size: 1.4em;
  line-height: 1.4em;
}

p span {
  font-weight: 900;
  color: var(--primary);
}

/* CTA */
/* .cta {
  display: block;
  border: 1px solid var(--primary);
  font-weight: 900;
  color: var(--light);
  margin: 0 auto;

  padding: 12px;
  border-radius: 12px;
  width: fit-content;
  text-transform: uppercase;
  background-color: #01a786;

} */

#caratteristiche p {
  display: block;
  border: 1px solid var(--primary);
  font-weight: 900;
  color: var(--light);
  margin: 0 auto;

  padding: 12px;
  border-radius: 12px;
  width: fit-content;
  text-transform: uppercase;
  background-color: #01a786;

}


/* 
.cta:hover {
  background: var(--light);
  color: var(--primary);
} */


/* Riuso */
.res {
  width: 100%;
  max-width: 400px;
}

.limon {
  width: 100%;
}

.clipped {
  clip-path: circle();
}

/* -------------------------------------------------------------------------------- */
/* ! Mobile first */
/* -------------------------------------------------------------------------------- */
/* Grid system */

.grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  padding: 30px;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  padding: 20px;
  background-color: var(--secondary);
}





/*Navigazione*/

:root {
  /* --primColor: #dcdcdc; */
  --secoColor: #086b5c;
  --cornerRad: 4px;
  ;
}

body {
  background-color: var(--primColor);
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 18px;
  font-family: 'Varela Round', sans-serif;
  display: block;


}

details {
  margin: 40px;
}

summary {
  writing-mode: vertical-lr;
  text-align: center;
  padding: 12px 10px;
  width: 23px;
  height: 17px;
  background-color: var(--primColor);
  border: 2px solid var(--secoColor);
  border-radius: var(--cornerRad);
  color: var(--secoColor);
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: transform 200ms ease-in-out 0s;
}

summary::before,
summary::after {
  position: static;
  top: 0;
  left: 0;
}

summary::before {
  content: "";
}

summary::after {
  content: "III";
  letter-spacing: -1px;
}

summary:hover {
  transform: scale(1.1);
}

summary::marker {
  font-size: 0;
}

summary::-webkit-details-marker {
  display: none;
}

details[open] .menu {
  animation-name: menuAnim;
}

details[open] summary::before {
  content: "X";
}

details[open] summary::after {
  content: "";
}

.menu {
  height: 0;
  width: fit-content;
  border-radius: var(--cornerRad);
  background-color: var(--primColor);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  animation: closeMenu 300ms ease-in-out forwards;
}

.menu a {
  padding: 12px 24px;
  margin: 0 16px;
  color: var(--secoColor);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  transition: filter 200ms linear 0s;
}

.menu a:nth-of-type(1) {
  padding-top: 24px;
}

.menu a:nth-last-of-type(1) {
  border-bottom: none;
}

.menu a:hover {
  filter: brightness(200%);
}

details::before {
  content: "Federica Buono";
  color: var(--accent);
  position: absolute;
  margin-left: 80px;
  padding: 10px 10px;
  opacity: 0.4;
}

details[open]::before {
  animation: fadeMe 300ms linear forwards;
}

@keyframes menuAnim {
  0% {
    height: 0;
  }

  100% {
    height: 312px;
  }
}

@keyframes fadeMe {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}

/* Benvenuto MOBILE */

.copertina {
  background: url(img/copertina\ disegno.png) no-repeat center center;
  /* height: 90vh; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;


}

#welcome.grid {
  padding-bottom: 50px;
}

.welcome p {
  color: var(--dark);
  margin-bottom: 200px;
  grid-column: 4/9;
}

.welcome h3 {
  grid-column: 1/9;
  color: var(--dark);
  font-family: 'Varela Round', sans-serif;

}

.welcome__text {
  grid-column: 1/9;

}

.welcome__text h6 {
  grid-column: 2/9;
  /* max-width: 30px; */
  font-family: 'Courgette', cursive;
  font-size: 12vw;
}

.welcome__img {
  display: flex;
  grid-column: 1/9;
  justify-content: center;
}

/*caratteristiche MOBILE*/


#caratteristiche h2 {
  text-align: center;
  padding: 12px;
}

#caratteristiche h3 {
  color: var(--primary);
}

#caratteristiche li {
  /* prendi per ogni li 4 colonne*/
  grid-column: 1/9;
  text-align: center;
  background: var(--light);
  padding: 30px;
  border-radius: 40px;
}

.caratteristiche li {
  width: 2em;
}

.fa-solid,
.fa-brands {
  color: #086b5c;
  width: 2em;
}




/* VIDEO 
.welcome__video {
  background-color: aqua
}
@import url(video/modello-85590.mp4);*/

/* Book MOBILE */

#book.grid {
  padding-top: 100px;
  /* border-bottom: 2px solid var(--primary); */
  color: var(--primary);
  margin-bottom: 50px;
}

#book a {
  grid-column: 1/9;
  font-size: 1em;
  color: var(--primary);
}


#book h1 {
  font-family: 'Courgette', cursive;
  color: var(--primary);
  grid-column: 1/9;
}

.book__text {
  grid-column: 1/9;
  color: black;
}



/* .book__img {
  grid-column: 1/9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.book__foto {
  grid-column: 1/9;
  display: flex;
  min-width: 400px;
  align-items: center;
  justify-content: center;
}

.book__foto img {
  width: 80%;
}



/*Portfolio MOBILE*/
#portfolio {
  position: relative;
  background: var(--dark) url(img/copertina\ disegno.png) no-repeat;
  background-size: cover;
}


#portfolio::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark);
  opacity: 0.8;
}

#portfolio h2 {
  position: relative;
  z-index: 1;
  color: var(--light);
  text-align: center;
  padding: 12px;
}

.portfolio__projects a {
  grid-column: 1/9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.portfolio__projects a * {
  max-width: 50%;
  display: block;
  margin: 5px;
  z-index: 1;
}

.portfolio__projects h3 {
  border: 1px solid var(--primary);
  background: var(--primary);
  padding: 12px;
  color: var(--light);
  text-align: center;
  border-radius: 12px;
}

.portfolio__projects h3:hover {
  border: 1px solid var(--light);
  background: none;
}

/* CAROSELLO mobile */
.main-carousel {

  padding: 40px 0;


}

.carousel-cell {
  height: 350px;
  width: 350px;
  border-radius: 40%;
  line-height: 500px;
  text-align: center;
  margin-right: 40px;


}

/*Skills MOBILE*/


#skills img {
  height: 80px;
}

#skills li {
  /* prendi per ogni li 4 colonne*/
  grid-column: span 4;
  text-align: center;
  background: var(--light);
  padding: 12px;
  /* border: 1px solid var(--dark); */
  /* border-radius: 40px; */
}


/*Adobe*/

#adobe h5 {
  font-size: 0.5em;
}

#adobe h2 {
  text-align: center;
  padding: 12px;
  background-color: white;
  font-size: 2em;
  color: var(--primary);
  padding-top: 100px;
}

#adobe img {
  height: 80px;
}

#adobe li {
  /* prendi per ogni li 4 colonne*/
  grid-column: span 4;
  text-align: center;
  background: var(--light);
  padding: 12px;
  border: 1px solid var(--primary);
  /* border-radius: 40px; */
}

ul.grid2 {
  background-color: var(--light)
}

/*Footer*/
#prefooter {
  background-color: #7ee5d0;
  /* background: url(img/copertina\ disegno.png) top left; */
  z-index: 3;


}



footer {
  padding: 30px 0px;

}

footer * {
  color: var(--primary);

}

.credits {
  grid-column: 1/5;
  display: flex;
  align-items: center;
}

.social {
  grid-column: 6/9;
  display: flex;
  justify-content: space-between;
}


/*ABOUT mobile*/
#about {
  /* padding-bottom: 50px; */
  background-color: var(--light);
  margin-bottom: 40px;
}

#about h3 {
  grid-column: 1/9;
  color: var(--primary);
  font-family: 'Varela Round', sans-serif;

}

.about__text {
  grid-column: 1/9;
  text-align: center;

}

#about__text h6 {
  grid-column: 1/9;
  max-width: 30px;
  font-family: 'Courgette', cursive;


}




/* ABOUT 2  mobile*/

#about2 a {
  font-size: 1.5em;
  color: var(--primary);
  grid-column: 1/9;
  display: flex;

}

.about2__text {
  grid-column: 1/9;
  display: flex;
  /* text-align: center;
  align-items: center; */
}

.about2__foto {
  grid-column: 2/9;
  min-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

/* FORMAZIONE mobile*/

#personalità {
  margin-bottom: 40px;
}

#formazione h3 {
  grid-column: 1/9;
}

#formazione a {
  padding-top: 100px;
}

.formazione__text {
  grid-column: 1/9;
  font-size: 0.8em;
}

.formazione__icone {
  grid-column: 1/9;
}

/* SECTION PERSONALITA' MOBILE*/
#formazione h3 {
  grid-column: 4/9;
}

.formazione__text {
  grid-column: 1/9;
  font-size: 0.8em;
}

.formazione__icone {
  grid-column: 1/9;
}

.formazione {
  grid-column: 1/9;
}

.formazione h3 {
  color: #086b5c;
  font-size: 1.2em;

}

.formazione p {
  padding-top: 20px;
  font-size: 0.8em;

}

.abilità {
  grid-column: 1/9;

}

.abilità h3 {
  color: #086b5c;
  font-size: 1.2em;

}

.abilità p {
  padding-top: 20px;
  font-size: 0.8em;

}

/* PROGETTI*/
.progetti {
  background: url(img/copertina\ disegno.png) no-repeat center center;
  /* height: 90vh; */
  /* background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

/* LIMON MOBILE PRESENTAZIONE */

#limon a {
  font-size: 1.5em;
  color: var(--primary);
  grid-column: 1/9;

}

.limon__text {
  grid-column: 1/9;
  display: flex;
  font-size: 1em;
  /* text-align: center;
  align-items: center; */
}

.limon__foto {
  grid-column: 1/9;
  min-width: 100%;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */

}

.limon__text p {
  /* margin-top: 50px; */
  font-size: 1em;
  margin-bottom: 90px;
}


.limon__foto img {
  border-radius: 300px;
  justify-content: center;
  flex-direction: column;
  display: flex;
}

#limon h4 {
  grid-column: 1/9;
  font-size: 1em;
}



/*LIMON MOBILE IMMAGINI*/

/* .contenitore {
  width: 60%;
  margin: 2rem auto;
} */


.limon {
  /* display: grid; */
  /* grid-template-columns: repeat(8, 1fr); */
  /* grid-template-rows: repeat(8, 5vw); */
  grid-column: 1/9;
  grid-gap: 15px;
}

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

.limon__elemento--1 {
  grid-column: 1/3;
  grid-row: 1/3;

}

.limon__elemento--2 {
  grid-column: 3/5;
  grid-row: 1/3;

}

.limon__elemento--3 {
  grid-column: 5/9;
  grid-row: 1/6;
}

.limon__elemento--4 {
  grid-column: 1/5;
  grid-row: 3/6;
}

.limon__elemento--5 {
  grid-column: 1/5;
  grid-row: 6/9;

}

.limon__elemento--6 {
  grid-column: 5/9;
  grid-row: 6/9;
}

.video2 {

  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 14px;


}


/* CREO */
#creo {
  margin-top: 60px;
}

#creo a {
  font-size: 1.5em;
  color: var(--primary);
  grid-column: 1/9;
}

.creo__text {
  grid-column: 1/9;
  font-size: 1em;
}

.creo__text p {
  /* margin-top: 50px; */
  font-size: 1em;
}


.creo__foto {
  grid-column: 1/9;
  min-width: 50%;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */

}

.creo__foto img {

  justify-content: center;
  flex-direction: column;
  display: flex;
}


#creo h4 {
  grid-column: 1/9;
  font-size: 1em;
}



/* CREO IMMAGINI */

/* .contenitore {
  width: 60%;
  margin: 2rem auto;
  margin-bottom: 100px
} */


.creo {
  /* display: grid; */
  grid-column: 1/9;
  /* grid-template-columns: repeat(8, 1fr); */
  /* grid-template-rows: repeat(8, 5vw); */
  grid-gap: 15px;
}

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

.creo__elemento--1 {
  grid-column: 1/3;
  grid-row: 1/3;

}

.creo__elemento--2 {
  grid-column: 3/5;
  grid-row: 1/3;

}

.creo__elemento--3 {
  grid-column: 5/9;
  grid-row: 1/6;
}

.creo__elemento--4 {
  grid-column: 1/5;
  grid-row: 3/6;
}

.creo__elemento--5 {
  grid-column: 1/5;
  grid-row: 6/9;

}

.creo__elemento--6 {
  grid-column: 5/9;
  grid-row: 6/9;
}

.video {
  width: 100%;
  height: 600px;
  object-fit: cover;

}

.video3 {
  width: 100%;
  height: 600px;
  object-fit: cover;

}









/* grande */
@media (min-width: 768px) {
  body {
    background-color: white;

  }

  p,
  ul,
  a {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  /*Footer*/
  #prefooter {
    background-color: transparent;
    /* background: url(img/copertina\ disegno.png) top left; */
    z-index: 3;


  }

  .cover {
    background: var(--dark) url(img/copertina\ disegno.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    /*border: 1px solid red;*/
    position: relative;
  }

  .cover::before {
    content: ' ';
    width: 100%;
    height: 80px;
    background: var(--light);
    position: absolute;
    top: (0);
    left: (0);
    opacity: 0.2;
    z-index: 2;

  }

  /* .copertina {
    position: relative;
    background: url(img/copertina\ 3.png) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 2;
  } */

  /* Benvenuto */

  #welcome.grid {
    padding-bottom: 50px;


  }

  .welcome h3 {
    grid-column: 2/9;
    color: #1a6b5b;
    font-family: 'Varela Round', sans-serif;

  }

  .welcome p {
    color: var(--dark);
    margin-bottom: 160px;
  }

  .welcome__text {
    grid-column: 2/6;

  }

  .welcome__text h6 {
    grid-column: 2/9;
    /* max-width: 30px; */
    font-family: 'Courgette', cursive;
    font-size: 3em;

  }

  .welcome__img {
    display: flex;
    grid-column: 1/9;
    justify-content: center;
  }

  .copertina {
    background: url(img/copertina\ disegno.png) no-repeat center center;
    height: 90vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
  }

  #caratteristiche li {
    /* prendi per ogni li 4 colonne*/
    grid-column: span 4;
    text-align: center;
    background: var(--light);
    padding: 30px;
    border-radius: 40px;
  }


  #adobe li {
    /* prendi per ogni li 4 colonne*/
    grid-column: span 2;
    text-align: center;
    background: var(--light);
    padding: 12px;
    border: 1px solid var(--primary);
    /* border-radius: 40px; */
  }



  #book {
    background: url(img/grafica\ 6.jpg)no-repeat;
    background-position-y: center;
    position: relative;
    /* background-size: cover; */
    background-size: 85%;


  }



  .book__foto {

    width: 400px;
    grid-column: 1/4;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;

  }

  .book__foto img {
    width: 80%
  }

  #book.grid {
    padding-top: 100px;
    /* border-bottom: 2px solid var(--primary); */
    color: var(--primary);
    margin-bottom: 4px;

  }

  #book a {
    grid-column: 4/9;
    font-size: 1em;
    color: black;
  }

  #book h2 {
    color: var(--primary);
    grid-column: 4/9;
  }

  .book__text {
    grid-column: 4/9;
    color: black;
  }


  /* .immagine {
    grid-column: 7/9;

  }

  .immagine img {
    grid-column: 7/9;
    width: 200px;
  } */



  /*Navigazione*/

  :root {
    /* --primColor: #dcdcdc; */
    --secoColor: #086b5c;
    --cornerRad: 4px;
  }

  body {
    background-color: var(--primColor);
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
  }


  details {
    margin: 40px;
  }

  summary {
    writing-mode: vertical-lr;
    text-align: center;
    padding: 12px 10px;
    width: 23px;
    height: 17px;
    background-color: var(--primColor);
    border: 2px solid var(--secoColor);
    border-radius: var(--cornerRad);
    color: var(--secoColor);
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: transform 200ms ease-in-out 0s;
  }

  summary::before,
  summary::after {
    position: static;
    top: 0;
    left: 0;
  }

  summary::before {
    content: "";
  }

  summary::after {
    content: "III";
    letter-spacing: -1px;
  }

  summary:hover {
    transform: scale(1.1);
  }

  summary::marker {
    font-size: 0;
  }

  summary::-webkit-details-marker {
    display: none;
  }

  details[open] .menu {
    animation-name: menuAnim;
  }

  details[open] summary::before {
    content: "X";
  }

  details[open] summary::after {
    content: "";
  }

  .menu {
    height: 0;
    width: fit-content;
    border-radius: var(--cornerRad);
    background-color: var(--primColor);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    animation: closeMenu 300ms ease-in-out forwards;
  }

  .menu a {
    padding: 12px 24px;
    margin: 0 16px;
    color: var(--secoColor);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-align: center;
    transition: filter 200ms linear 0s;
  }

  .menu a:nth-of-type(1) {
    padding-top: 24px;
  }

  .menu a:nth-last-of-type(1) {
    border-bottom: none;
  }

  .menu a:hover {
    filter: brightness(200%);
  }

  details::before {
    content: "Federica Buono";
    color: var(--accent);
    position: absolute;
    margin-left: 80px;
    padding: 10px 10px;
    opacity: 0.4;
  }

  details[open]::before {
    animation: fadeMe 300ms linear forwards;
  }

  @keyframes menuAnim {
    0% {
      height: 0;
    }

    100% {
      height: 312px;
    }
  }

  @keyframes fadeMe {
    0% {
      opacity: 0.4;
    }

    100% {
      opacity: 0;
    }
  }


  /*Skills*/


  #skills img {
    height: 80px;
  }

  #skills li {
    /* prendi per ogni li 4 colonne*/
    grid-column: span 2;
    text-align: center;
    background: var(--light);
    padding: 12px;
    /* border: 1px solid var(--dark); */
    /* border-radius: 40px; */
  }




  /*ABOUT*/
  #about {
    /* padding-bottom: 50px; */
    background-color: var(--light);


  }

  #about h3 {
    grid-column: 2/8;
    color: var(--primary);
    font-family: 'Varela Round', sans-serif;

  }

  .about__text {
    grid-column: 2/6;

  }

  #about__text h6 {
    grid-column: 2/9;
    max-width: 30px;
    font-family: 'Courgette', cursive;
  }

  /* ABOUT 2 */
  #about2 a {
    font-size: 1.5em;
    color: var(--primary);
    grid-column: 4/9;

  }

  .about2__text {
    grid-column: 4/9;

  }

  .about2__foto {
    grid-column: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  /* SECTION PERSONALITA'*/
  #formazione h3 {
    grid-column: 2/3;
  }

  .formazione__text {
    grid-column: 2/4;
    font-size: 0.8em;
  }

  .formazione__icone {
    grid-column: 2/4;
  }

  .formazione {
    grid-column: 2/4;
  }

  .formazione h3 {
    color: #086b5c;
    font-size: 1.2em;

  }

  .formazione p {
    padding-top: 20px;
    font-size: 0.8em;

  }

  .abilità {
    grid-column: 7/9;
  }

  .abilità h3 {
    color: #086b5c;
    font-size: 1.2em;

  }

  .abilità p {
    padding-top: 20px;
    font-size: 0.8em;

  }

  /* PROGETTI*/
  .progetti {
    background: url(img/copertina\ disegno.png) no-repeat center center;
    /* height: 90vh; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
  }

  /* LIMON PRESENTAZIONE */

  #limon a {
    font-size: 1.5em;
    color: var(--primary);
    grid-column: 4/9;

  }

  .limon__text {
    grid-column: 4/8;
    font-size: 1.2em;
  }

  .limon__text p {
    /* margin-top: 50px; */
    margin-bottom: 90px;
  }


  .limon__foto {
    grid-column: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;


  }

  .limon__foto img {
    /* margin-bottom: 100px; */
    border-radius: 300px;
  }

  #limon h4 {
    grid-column: 4/9;
    font-size: 1.2em;
    justify-content: center;
  }


  /*LIMON IMMAGINI */

  /* .contenitore {
    width: 100%;
    margin: 2rem auto;
  } */


  .limon {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 5vw);
    grid-gap: 15px;
  }

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

  .limon__elemento--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: rgb(106, 99, 70);
  }

  .limon__elemento--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: rgb(201, 189, 141);
  }

  .limon__elemento--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .limon__elemento--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
  }

  .limon__elemento--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;

  }

  .limon__elemento--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .video2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }



  /* CREO*/

  #creo a {
    font-size: 1.5em;
    color: var(--primary);
    grid-column: 4/9;
  }

  .creo__text {
    grid-column: 4/8;
    font-size: 1.2em;
  }

  /* .creo__text p {
    margin-top: 50px;
  } */


  .creo__foto {
    grid-column: 1/4;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .creo__foto img {
    margin-bottom: 150px;
    border-radius: 300px;
  }


  #creo h4 {
    grid-column: 4/8;
    font-size: 1.2em;
  }



  /* CREO IMMAGINI*/

  /* .contenitore {
    width: 60%;
    margin: 2rem auto;
    margin-bottom: 100px
  } */


  .creo {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, 5vw);
    grid-gap: 15px;
    /* height: 80%; */
  }

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

  .creo__elemento--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: rgb(106, 99, 70);
  }

  .creo__elemento--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: rgb(201, 189, 141);
  }

  .creo__elemento--3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .creo__elemento--4 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
  }

  .creo__elemento--5 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;

  }

  .creo__elemento--6 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .video2 {
    margin-top: 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 14px;


  }








}