@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway");
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Irish+Grover&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Architects Daughter", cursive;
  transition: 500ms;
}

:root {
  --colorbody: #eee;
  --navbarColor: #aaa;
  --MainColor: #2c89a5;
  --SecondaryColor: #f3ca40;
  --colortext: #333;
  --AColor: #66a5ca;
  --hoverColor: rgba(3, 161, 252, 0.5);
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--colorbody);
}

.ThemeChange {
  position: fixed;
  top: 95vh;
  right: 2vh;
  height: 100px;
}

.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: var(--navbarColor);
  color: var(--colortext);
}

.brand-title {
  font-size: 2rem;
  margin: 1rem;
}

.navbar-links {
  height: 100%;
  display: flex;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: var(--colortext);
  padding: 2rem;
  font-size: 1.5em;
}

.active {
  background-color: var(--AColor);
}

.navbar-links li:hover {
  background-color: var(--hoverColor);
}

.toggle-button {
  position: absolute;
  top: 1rem;
  right: 2rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  height: 42px;
}

.toggle-button .bar {
  height: 6px;
  width: 100%;
  background-color: white;
  border-radius: 20px;
}

.content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /*grid-row-gap: 50px;*/
}
.copertina {
  padding: 30px;
}

.TitleFirstActivity,
.content1 {
  font-size: 1.5em;
  text-align: center;
  margin-right: 160px;
  margin-top: 60px;
  color: var(--colortext);
  visibility: hidden;
}

.txt12,
.text13,
.text14,
.text15,
.text16,
.text17,
.text18,
.text19,
.text20 {
  font-size: 1.5em;
  text-align: center;
  margin-right: 160px;
  margin-top: 60px;
  color: var(--colortext);
}

.text13 {
  margin-top: 100px;
}

.text14 {
  margin-top: 100px;
}

.text19 {
  margin-top: 200px;
}

.svt {
  height: 300px;
  margin-top: 150px;
  margin-left: 70px;
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8,
.img9,
.imgslavoro {
  height: 1px;
  cursor: pointer;
}

.prof {
  border-radius: 20px;
  height: 30em;
  margin-left: 30px;
  margin-top: 2pc;
}

.Tunisia {
  height: 600px;
  margin-left: 100px;
  margin-top: 5pc;
}
.banco {
  height: 600px;
  margin-top: 150px;
  margin-left: -70px;
}
.Torri {
  height: 400px;
  margin-left: 70px;
}

.statiAnimo {
  margin-top: 130px;
  margin-left: 0px;
  height: 400px;
}
.text16,
.img5 {
  margin-top: 80px;
  margin-bottom: 5pc;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted var(--colorbody);
  margin-top: 10px;
  font-size: 20px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: var(--MainColor);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-left: 10px;
  margin-bottom: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.toolTip1 {
  margin: 15px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.imgsVelo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
}

.veloCri {
  height: 500px;
  width: 400px;
  margin-left: 200px;
  margin-top: 150px;
}

.veloIslam {
  height: 500px;
  width: 800px;
  margin-left: 50px;
  margin-top: 30px;
}

.img10 {
  margin-top: 450px;
}

.text20 {
  margin-top: 500px;
}

.lavoro {
  height: 50.5em;
  margin-left: 30px;
}
