:root {
    --primaryColor: #ff002b;
    --secondaryColor: #e4343c;
    --lightColor: #ffffff;
    --bgColor-1: #171a1c;
    --bgColor-2: #22282a;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}




.contaner{
    width: 100%;
    height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(image/Download/peakpx\ \(3\).jpg);
    background-size: cover;
    background-position: center;
}

.contaner nav{
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 8%;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.7);
}

.contaner nav .logo img{
    width: 80px;
    margin-top: 12px;
    padding-bottom: 6px;
    cursor: pointer;
}

.contaner nav ul li{
    list-style: none;
    display: inline-block;
    margin: 0 25px;
}

.contaner nav ul li a{
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: bold;
    transition: 0.3s;
}

.contaner nav ul li a:hover{
    color: #f9004d;
}

.contaner nav .btn a{
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: 600;
    border: 2px solid #f9004d;
    padding: 10px 23px;
    border-radius: 25px;
    box-shadow: 0 0 20px #f9004d;
    transition: 0.3s;
}

.contaner nav .btn a:hover{
    background: #f9004d;
}

.contaner .tag_line{
    position: absolute;
    top: 40%;
    left: 8%;
}

.contaner .tag_line .gareena_logo{
    display: flex;
    align-items: center;
}

.contaner .tag_line .gareena_logo img{
    width: 120px;
}

.contaner .tag_line .gareena_logo p{
    color: #ff0000;
    font-weight: bold;
    margin-top: 50px;
    font-size: 25px;
}

.contaner .tag_line h2{
    color: #e6e3e3;
    font-size: 45px;
    text-shadow: 0 0 20px black;
    margin: 10px 0;
}

.contaner .tag_line h1{
    color: #a30707;
    text-shadow: 3px 0 20px black;
    font-size: 50px;
}
/******************************/




.social {
 
    margin: 5.5rem;
    margin: 460px -8px 49px 110px;
}

.social img {
    margin-right: 2rem;
    width: 2.5rem;
    transition: 0.4s;
}

.social  img:hover {
    transform: scale(1.2);
}

/****************************/


.about{
    width: 100%;
    height: 110vh;
    padding-top: 50px;
    background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)) ,url(image/Download/peakpx\ \(5\).jpg);
    background-position: center;
    background-size: cover;
}

.about .main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about .tag{
    display: flex;
    justify-content: center;
    font-size: 75px;
    color: white;
}

.about .main img{
    width: 550px;
    cursor: pointer;
}

.about .main .about_text{
    width: 700px;
}

.about .main .about_text h1{
    color: #ffcc00;
    font-size: 50px;
    margin-bottom: 15px;
}

.about .main .about_text p{
    color: white;
    font-size: 30px;
    text-align: justify;
    margin-bottom: 40px;
    line-height: 35px;
}
 


.about .main .about_text button{
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 50px;
    outline: none;
    background: none;
    border: 2px solid #fff;
    box-shadow: 0 0 16px white;
    cursor: pointer;
    transition: 0.3s;
}

.about .main .about_text button:hover{
    color: black;
    background: #ffcc00;
    border: 2px solid transparent;
    box-shadow: 0 0 16px #ffcc00;    
}

.about_text button a {
    text-decoration: none;
    color: #ff0000;
}

.character{
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.3));
    padding: 40px;
}

.character .title h1{
    width: 1130px;
    font-size: 75px;
    text-align: center;
    margin: 30px auto;
    color: white;
}

.character .box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.character .box .cards{
    width: 259px;
    height: 330px;
    padding: 5px 15px;
    margin: 13px;
    background: #292929;
    text-align: center;
    box-shadow: 2px 0 20px rgba(0,0,0,0.4);
    border-radius: 68px;
}

.character .box .cards:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.character .box .cards img{
    width: 200px;
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
    transition: 0.3s;
}
  



.character .box .cards img:hover{
    transform: scale(1.1);
}

.character .box .cards h2{
    color: white;
    margin-bottom: 10px;
    font-size: 24px;
}

.character .box .cards p{
    color: white;
    font-size: 17px;
    text-align: center;
}

.esports{
    width: 100%;
    height: 120vh;
    background-color: #e6e3e3;
    background-size: cover;
    background-position: center;
}

.esports .esports_tag h1{
    display: flex;
    color: #fff;
    justify-content: center;
    font-size: 75px;
    padding: 50px 0;
    text-shadow: 0 0 20px black;
}

.esports .boxer .box_image{
    display: flex;
    justify-content: center;
}

.esports .box_image img{
    width: 550px;
    margin: 15px 15px;
    transition: 0.3s;
}

.esports .box_image img:hover{
    transform: scale(1.1);
    border: 4px solid white;
    border-radius: 12px;
}

.end_page{
    width: 100%;
    height: 100vh;
    background-color: #e6e3e3;
    background-size: cover;
    background-position: center;
}

.end_page .download_app{
    display: flex;
    justify-content: center;
    position: relative;
    top: 450px;
    cursor: pointer;
}

.end_page .download_app img{
    width: 180px;
    margin: 10px;
}

.end_page .download_app img:hover{
    box-shadow: 0 0 10px rgba(228,226,226);
}

/*************************
***** FOUTER ***********
**********************/

footer {
    padding: 8rem 8%;
    background-color: #979797;
}

footer .content-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .content-footer p {
    color: rgb(0, 0, 0);
    text-align: center;
    width: 500px;
    margin-top: 1rem;
}

footer .content-footer .end {
    color: rgb(255, 0, 0);
    margin-top: 1rem;
}


span{
    color: #ff002b;
}

h2{
    color: #000000;
    font-size: 2.2rem;
    letter-spacing: 0.12rem;
    cursor: pointer;
}



/*-----------------------------------
*------------------ HUMBERGER MENU 
------------------------------------*/

#menu {
    display: none;
    position: relative;
    appearance: none;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    user-select: none;
}

#menu span {
    display: block;
    width: 33px;
    height: 4px;
    background-color: var(--lightColor);
    border-radius: 6px;
    transform-origin: 0 0;
    transition: 0.4s;
    margin-bottom: 5px;
}

#menu.is-active span:nth-child(1) {
    transform: translate(0px, -2px) rotate(45deg);
}

#menu.is-active span:nth-child(2) {
    opacity: 0;
    transform: translateX(15px);
}

#menu.is-active span:nth-child(3) {
    transform: translate(-3px, 3px) rotate(-45deg);
}

#menu.is-active span {
    background-color: var(--primaryColor);
}



/*-----------------------------------
*------------------ MEDIA QUERIES 
------------------------------------*/


@media screen and (max-width:575px) {
  :root {
--padding:1.5rem;
  } 

  *{
    margin: 0;
    padding: 0;
   
}

  html {
    font-size: 12px;
  }
  
  #menu {
    display: block;
  }

  .Home .container-images img {
    display: none;
  }
  /**** me  ***/
  .contaner .tag_line h2{
    font-size: 15px;
  }

  .contaner .tag_line h1{
    font-size: 25px;
  }
  
.contaner .tag_line .gareena_logo img {
    width: 90px;
}

.contaner .tag_line .gareena_logo p{
    font-size: 20px;
}

.about .tag {
    font-size: 50px;
}

.about .main img {
    width: 226px;
    cursor: pointer;
}
.about .main .about_text p {
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    margin-left: 27px;
    margin-right: 16px;
}
.about .main .about_text {
    width: 367px;
}

.about .main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
}

.about .main .about_text button {
    margin: 100px;
    font-size: 18px;
}

.character .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.about {
    height: 73vh;
}

.character .title h1 {
    width: 355px;

}


/********************/
nav ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    padding-top: 0;
    background-color: var(--bgColor-1);
    border-bottom: 1px solid var(--bgColor-2);
    z-index: 100;
}

  nav > a {
    display: none;
  }

  nav ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--bgColor-2);
  }

nav ul.is-active{
    display: block;
}




.contaner nav ul li {
    display: block;
    text-align: center;
    margin: 60px;
}

  .container-texts {
    bottom: 0em;
  }

  .social {
    margin-top: 737px;
  }
  
  h3 {
    margin-bottom: 50px;
  }
   
 
  
.about .container-images {
    display: none;
}

.about .container-texts {
    width: 100%;
}

footer .content-footer p {
    width: 100%;
}



}


@media screen and (min-width:576px) and (max-width:767px){
    :root {
  --padding:1.5rem;
    } 
  
    html {
      font-size: 12px;
    }
  
    .Home .container-images img {
      display: none;
    }
  
.content {
    padding-top: 82px;
}

  /**** me  ***/
  .contaner .tag_line h2{
    font-size: 15px;
  }

  .contaner .tag_line h1{
    font-size: 25px;
  }
  
.contaner .tag_line .gareena_logo img {
    width: 90px;
}

.contaner .tag_line .gareena_logo p{
    font-size: 20px;
}

.about .tag {
    font-size: 50px;
}

.about .main img {
    width: 226px;
    cursor: pointer;
}
.about .main .about_text p {
    color: white;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
    margin-left: 27px;
    margin-right: 16px;
}
.about .main .about_text {
    width: 367px;
}

.about .main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
}

.about .main .about_text button {
    margin: 100px;
    font-size: 18px;
}

.character .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.about {
    height: 73vh;
}

  nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 82px;
      padding-top: 0;
      background-color: var(--bgColor-1);
      border-bottom: 1px solid var(--bgColor-2);
      z-index: 100;
  }
  
    nav > a {
      display: none;
    }
  
    nav ul {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: var(--bgColor-2);
    }
  
  nav ul.is-active{
      display: block;
  }
  

  nav ul li {
      display: block;
      text-align: center;
      margin: 60px;
  }
  
    .container-texts {
      bottom: 0em;
    }
  
    .social {
      margin-top: 30px;
    }
    
    h3 {
      margin-bottom: 30px;
    }
     
    #menu {
      display: block;
    }
    
  .about .container-images {
      display: none;
  }
  
  .about .container-texts {
      width: 100%;
  }
  
  footer .content-footer p {
      width: 100%;
  }
  
  }
