#content {
  background-color: #130d0a;
}
.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
  position: fixed;
  z-index: -1;
}
.first-section {
  padding: 50px 0 20px 0;
}
.text-header {
  font-size: 50px;
  text-align: center;
}

body {
  background-color: white;
  margin: 0;
}

a {
  color: black;
  text-decoration: inherit;
  cursor: pointer;
}

.centerChilds {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition-duration: 2s;
}

.mainSection {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fe6c31;
  width: 100%;
  height: 90vh;
}

.mainSection img {
  height: auto;
  width: 70%;
  transition-duration: 2s;
}

section {
  width: 100%;
  display: flex;
  margin: 0;
  max-width: none;
  background-color: #fff;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  margin-top: 60px;
}

.orange {
  background-color: #fe6c31;
}

.orange a {
  color: white;
}

.copyright {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  background-color: #fe6c31;
  color: white;
}

.align-end {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.alignMiddle {
  display: flex;
  align-items: center;
}

.imageSection {
  height: 70vh;
}

h1 {
  font-size: 40px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.imageSection h2 {
  font-size: 100px;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  text-align: center;
}

.gameplaySection {
  background-image: url("../assets/img/Capitoli.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.characterSection {
  background-image: url("../assets/img/characters.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.specialWeaponsSection {
  background-image: url("../assets/img/special-weapons/special-weapons.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.weaponsSection {
  background-image: url("../assets/img/weapons/weapons.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blur {
  height: 100%;
  width: 100%;
  background: rgba(254, 108, 49, 0.3);
  /*backdrop-filter: blur(2px);*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.centerText {
  width: 50%;
  align-self: center;
}

.centerText p {
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

p {
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
}

.tutorialSectionContainer {
  display: flex;
  flex-direction: row;
}

.tutorialSectionContainer:nth-child(even) {
  background-color: #fe6c31;
  color: white;
}

.tutorialSectionContainer:nth-child(even) {
  color: white;
}

.sectionVideoContainer {
  flex: 1;
  background-color: #fe6c31;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sectionTextContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  width: "90%";
}

.marginHorizontal {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #insane-slider .item {
    padding: 50px;
  }
  .centerText {
    width: 80%;
  }

  .imageSection h2,
  h1 {
    font-size: 52px;
  }
}

#insane-slider {
  background-color: #4b423d;
}

.shadow-effect {
  -webkit-box-shadow: 20px 20px 0px -6px rgba(254, 108, 49, 1);
  -moz-box-shadow: 20px 20px 0px -6px rgba(254, 108, 49, 1);
  box-shadow: 20px 20px 0px -6px rgba(254, 108, 49, 1);
  width: fit-content;
}

#insane-slider .item {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#insane-slider .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
#insane-slider.owl-carousel .owl-dots .owl-dot.active span,
#insane-slider.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fe6c31;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#insane-slider.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#insane-slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#insane-slider.owl-carousel .owl-dots .owl-dot span {
  background: #cd722b;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

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

.change {
  margin-top: 15px;
  margin-right: 15px;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#mc_embed_signup {
  width: 100%;
  color: white;
  background-color: #fe6c31;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

#emailTitle {
  width: "100%";
  text-align: center;
  margin-top: 40px;
  font-weight: 700;
  font-size: 48px;
}

#mc_embed_signup_scroll {
  text-align: center;
}

#mc_embed_signup_scroll input {
  margin-top: 60px;
  margin-bottom: 20px;
}

#mc-embedded-subscribe {
  background-color: transparent;
  border: solid #fff;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  margin-top: 40px !important;
}

#mc-embedded-subscribe:hover {
  background-color: #fff;
  color: #fe6c31;
}

#mce-EMAIL {
  height: 30px;
  background-color: transparent;
  border: 0;
  border-bottom: solid #fff;
  font-size: 24px;
  text-decoration: none;
  color: #fff;
}

#mce-EMAIL:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mce-EMAIL::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.4; /* Firefox */
}

.embeddedVideo{
  width:100%;
  height:100%;
}

@media screen and (max-width: 1100px) {
  .tutorialSectionContainer {
    display: flex;
    flex-direction: column;
  }

  .sectionVideoContainer {
    flex: none;
  }
}
