 @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&family=Patrick+Hand&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html,
body {
  position: relative;
  height: 100%;
}

body {

  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  padding: 0;
}



/* Global */

.section{ 
    width: 100%;
}

.nav{
    text-decoration: none;
}



/* MENU */


.container__menu{
    width: 100%;
    display: flex;
    height: 150px;
    background: green;
    justify-content: space-between;
    align-items: center;
}

.image__menu{
    width: 315px;
    height: 150px;
    padding-left: 20px;
}

.wrap__menu{
    padding-right: 20px;
}

.nav__menu{
    color: rgb(255, 255, 255);
    padding-left:10px ;
    padding-bottom: 10px;
    font-size: 30px;  
    font-weight: 600;
}

.nav__menu:hover{
  color: yellow;
  transition: 0.4s;
}

/* BANNER */
.section__banner{
    background:url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center ;
    min-height: 100vh;
}

.container__banner{
    background: rgba(49, 50, 47, 0.52);
    height: 150vh;
    width: 100%;
}

.title__banner{
    font-size: 100px;
    font-weight: 900;
    color: white;
}

.text__banner{
    font-size: 60px;
    font-weight: 900;
    color: white;
    margin-left: 100px;
}

.wrap__banner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*ABOUT*/
.container__about{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: yellowgreen;

}

.text__about{
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.subtitle__about{
    font-size: 60px;
    color: white;
    font-weight: 600;
    padding-top: 10px;
}

/* SWIPER */
.swiper {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-pagination-bullet{
    background: #99f900;
  }

  .swiper-button-prev{
    color: #99f900;
  }

  .swiper-button-next{
    color: #99f900;
  }

  /* Companie */
  .section__Companie{
    background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png");
    background-color: #1b622a;
  }

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

  .slide__Companie{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    background-color: #1b622a;
    background-image: url("https://www.transparenttextures.com/patterns/brick-wall.png"); 
  }

  .image__Companie{
    width:350px ;
    height: 400px;
    border: #fff solid 6px;
    
  }
  
  .text__Companie{
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 27px;
  }

  .title__Companie{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 40px;
  }
  .subtitle__Companie{
    font-size: 100px;
    text-align: center;
  }

  /*characters*/
  .section__characters{
    background:url('../img/characters__fon.jpg');
    background-repeat: no-repeat;  
    background-size: cover; 
  }

  .container__characters{
    background: rgba(54, 53, 53, 0.514);

  }

  .wrap__characters{
    display: flex;
    flex-wrap: wrap;
    /* background: yellowgreen; */
  }

  .card__characters{
    width: 50%;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */

  }

  .text__characters{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .subtitle__characters{
    padding-bottom: 5px;
    text-align:center;

  }

  .image__characters{
    padding-top: 10px;
    margin: 0 auto ;
    width: 300px;
    height: 200px;
  }

  /*Infected*/

  .wrap__Infected{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #738c4c;
  }

  .card__Infected{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #738c4c;
    width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; 
  }

  .image__Infected{
    width: 150px;
    height: 200px;
    background: #1b622a;
  }

  .text__Infected{
    text-align: center;
    font-weight: 600;
  }

  .text__stats{
    padding-bottom: 20px;
  }

  /*Modes*/
  .container__Modes{
    display: flex;
    flex-wrap: nowrap;
    background: #1b622a;
  }

  .wrap__Modes{
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .Modes{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

   .text__Modes{
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
  } 

  .subtitle__Modes{
    padding-top:10px;
    padding-bottom:10px;
  }

  .wrap__right{
    padding-left: 40px;
  }

  .wrap__left{
    padding-left: 20px;
  }

  /*Footer*/

  .container__footer{
    width: 100%;
    display: flex;
    height: 150px;
    background: green;
    justify-content: space-between;
    align-items: center;
}

.image__footer{
    width: 315px;
    height: 150px;
    padding-left: 20px;
}

.subtitle__footer{
  font-size: 40px;
  padding-right: 20px;
}