
* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
}

:-webkit-any(article, aside, nav, section) h1 {
  margin-block-start: 0px;
  margin-block-end: 10px;
}

article,
header,
aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

aside {
  width: 100%;
  background-color: #f2f2f2;
  padding-top: 70px;
}

/* #font {
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
  } */

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}

/* *********   TITLE   *********** */

#block_title_img {
  position: fixed;
  top: 65px;
  width: 100%;
  height: calc(100vh - 65px);
  background-color: #000000;
  color: #ffffff;
  /*
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/bg-cover-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
  z-index: 20;
}

.block_title_img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


#block_title_img0{
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/bg1.jpg);
}


#block_title_img1{
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../img/bg0.jpg);
}


#block_title {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  margin-top: 65px;
  background-color: #000000;
  color: #ffffff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: hidden;
}

#block_title_inner {
  height: 100%;
  margin-bottom:9vh; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack:  flex-end;
  -ms-flex-pack:  flex-end;
  -webkit-justify-content:  flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#ennesimo_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack:  flex-end;
  -ms-flex-pack:  flex-end;
  -webkit-justify-content:  flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

h1 {
  width: 100%;
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 54px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

h1 span {
  font-size: 140px;
}

#sommario {
  width: 100%;
  max-width: 1000px;
  display: inline;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  padding: 0px 20px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  margin-top: 30px;
}

.scroll_div {
  position: absolute;
  bottom: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 40px;
}

#scroll_img {
  cursor: pointer;
}

.scroll_div:hover img {
  animation: animate 1.5s infinite;
}

/* *********   BOX INTRO   *********** */

#scrolling_area {
  position: relative;
  z-index: 50;
}

#block_intro {
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#intro_text {
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

/* ********* BLOCCHI TESTO + GRAFICI ********* */

.blocco_contenuti {
  width: 100vw;
  background-color: white;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.inner_block {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.stretto_sx_largo_dx,
.largo_sx_stretto_dx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.stretto_sx_largo_dx div,
.largo_sx_stretto_dx div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.foto_numeroni {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 748px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.foto_numeroni div {
  width: 100%;
  max-width: 250px;
}

.stretto_sx {
  width: 35%;
  padding-top: 10px;
}

.largo_dx {
  width: 65%;
  padding-left: 80px;
}

.stretto_dx {
  width: 35%;
  padding-top: 10px;
}

.largo_sx {
  width: 65%;
  padding-right: 80px;
}

.testo_a_colonna {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.numerone_dida {
  width: 100%;
  margin-top: 50px;
}

.numerone {
  width: 100%;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.72;
  letter-spacing: normal;
  text-align: left;
}

.num_dida {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin-top: 10px;
}

.grafico_titolo {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.grafico_sommario {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin-top: 0;
  padding-bottom: 5px;
}

.grafico_grafico {
  width: 100%;
  margin-top: 15px;
}

.grafico_fonte {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  margin-top: 15px;
}

.testo_full_width {
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  margin: 20px auto;
}

.grafico_full_width {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.grafico_full_width_titolo {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px auto;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
}

.grafico_full_width_sommario {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 20px auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}

.grafico_full_width_grafico {
  width: 100%;
}

.grafico_full_width_fonte {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}

#foto_numeroni_truppe {
  background-image: url("../img/grafici/Truppe.png");
}

#num_jihadismo {
  position: absolute;
  left: 80%;
  top: 72%;
  width: 150px;
}

#img_elezioni {
  padding-top: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
}

#img_snowden {
  width: 100%;
  max-width: 300px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 60px;
}

#num_civili_uccisi {
  margin-top: 0;
}

/* ********* FOOTER ********* */

#backtop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 70;
  text-align: right;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

#blocco-crediti {
  width: 100vw;
  height: calc(100vh - 132px);
  background-color: white;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 65px;
}

#crediti_finali {
  margin-top: 0;
}

#scritta-credits {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
}

h5 {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1a1818;
  font-weight: 400;
  margin: 20px 0;
}


footer {
  z-index: 90;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

.trasparente {
  background-color: transparent;
  margin: 50vh 0;
}

.trigger {
  height: 100%;
  /* border: 2px solid; */
}

.add_padding_200 {
  width: 100%;
  padding-top: 200px;
}

/*----- RESPONSIVE MOBILE E TABLET --------*/

@media screen and (max-width: 800px) {

  #block_title {
    margin-top: 0;
  }

  #block_title_inner {
    -webkit-box-pack: flex-end;
    -ms-flex-pack:  flex-end;
    -webkit-justify-content:  flex-end;
    justify-content: flex-end;
  }

  #block_title_img {
    width: 100vw;
  }

  #scrolling_area {
    overflow: hidden;
  }

  #sommario {
    padding: 0 10px;
    max-width: 100%;
    margin-top: 0;
    font-size: 20px;
  }

  #intro_text {
    font-size: 26px;
  }

  .scroll_div {
    position: relative;
    bottom: 0;
  }

  .inner_block {
    max-width: 100%;
    padding: 0 10px;
  }

  .stretto_sx_largo_dx,
  .largo_sx_stretto_dx {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .stretto_sx,
  .largo_dx,
  .stretto_dx,
  .largo_sx {
    width: 100%;
    width: 100%;
  }

  .largo_sx {
    padding-right: 0;
  }

  .largo_dx {
    padding-left: 0;
  }

  .testo_full_width,
  .grafico_full_width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grafico_full_width_titolo,
  .grafico_full_width_sommario,
  .grafico_full_width_grafico,
  .grafico_full_width_fonte {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner_block .testo_full_width,
  .inner_block .grafico_full_width {
    padding-left: 0;
    padding-right: 0;
  }

  .inner_block .grafico_full_width_titolo,
  .inner_block .grafico_full_width_sommario,
  .inner_block .grafico_full_width_grafico,
  .inner_block .grafico_full_width_fonte {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grafico_full_width_titolo {
    margin-top: 0;
  }

  .mobile_add_padding_top {
    padding-top: 50px;
  }

  .grafico_full_width_titolo {
    line-height: 1.3;
  }

  .grafico_grafico img {
    width: 100%;
    max-width: 100%;
  }

  #num_jihadismo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}


  #num_civili_uccisi {
    margin-top: 50px;
  }

  #img_elezioni {
    max-width: 100%;
  }

  #img_snowden {
    max-width: 100%;
    padding: 50px 5px 20px 0px;
  }

  #footer_div {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    padding: 50px 10px 0 10px;
  }

  h1 span {
    font-size: 60px;
  }

  #block_title_img0{
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/bg0-mobile.jpg);
  }

  #block_title_img1{
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.8)
      ),
      url(../img/bg1-mobile.jpg);
  }

  #intro_text {
    font-size: 22px;
    line-height: 1.4;
  }

  .grafico_fonte,
  .grafico_full_width_fonte {
    font-size: 12px;
  }

  #num_jihadismo {
    position: relative;
  }

  h5 {
    font-size: 14px;
  }

  #blocco-crediti {
    height: calc(100vh - 168px);
  }

  .add_padding_200 {
    padding-top: 75px;
  }

}

@media screen and (min-width: 481px) and (max-width: 800px) {
  h1 {
    font-size: 55px;
  }

  #num_jihadismo {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 150px;
  }
}
