@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
}
.container{
    background-image: url(https://wallpapercave.com/wp/wp5251405.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
}
.navbar{
    display: flex;
    
    justify-content: space-between;
}
.navbar li{
    list-style: none;
    padding: 20px;
    
}
.navbar a{
    text-decoration: none;
    color: #000;
    font-family: 'Roboto';
    font-weight: 900;
}
.navbar a:hover{
    color: rgb(27, 26, 26);
}
.formpart{
    text-align: center;
    padding: 200px 0px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C4C4C4;
    font-size: 18px;
    font-weight: bold;

  }
input[type=text]{
    padding: 10px 20px;
    font-size: 18px;
    background-color: #c4c4c43d;
    outline: none;
    border: white;
    margin:  20px;
    color: #C4C4C4;
   }
   input[type="submit"]
   {
    padding: 11px;
    color: #ffeeee;
    background-color: #2196f3;
    outline: none;
    border: none;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
   }
   input[type="submit"]:hover
   {
    padding: 11px;
    color: #ffeeee;
    background-color: #2d8cda;
    outline: none;
    border: none;
   }
   input[type="submit"]:active
   {
    padding: 11px;
    color: #ff0000;
    background-color: #2d8cda;
    outline: none;
    border: none;
   }
   select{
    font-weight: bold;
    padding: 10px;
    background-color: #c4c4c43d;
    outline: none;
    border:none;
    margin: 20px;
    color: #ffeeee;
   }
  
.apex{
    text-align: center;
    padding-top: 300px;
    font-family: 'Roboto', sans-serif;
}
.box{
    margin: 300px 100px;
    padding: 100px;
    background-color: #eeeeee;
    font-family: 'Roboto', sans-serif;
}
.userdata{
    background-color: #D83434;
    padding: 93px 25px;
    margin: 25px;
    border-radius: 0px 0px 101px 0px;
}
#user-img{
    height: 50px;
    border-radius: 50%;
}
.align-center{
    text-align: center;
}
.news{
    text-align: center;
}
.flexuserinfo{
    display: flex;
        justify-content: space-evenly;
        text-align: center;
    
}
.bold-900{
    font-weight: 700;
}
.useridimg{
    display: grid;
    grid-template-columns: 0.6fr 5fr 1fr;
}
.somespace{
    padding: 40px 0px;
    margin: 10px 25px;
    font-size: 22px;
    color: #051B3D;
    font-family: 'Roboto', sans-serif;

}
.flexmap{
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}
#date{
    font-size: 114px;
}
.borderclass {
    
    background-color: #00000066;
    margin: 22px;
    color: white;
    padding: 10px;
    border-radius: 8px;
}
.legenddata{
    background-color:#D83434;
    border-radius: 0px 0px 101px 0px;
}
.legend{
    font-family: 'Poppins', sans-serif;
text-align: center;
    color: white;
}
.legendimg{
    display: grid;
    grid-template-columns: 0.1fr 0.5fr;
    justify-content: center;
}
#legends_image{
    height: 750px;
}
.legendkills{
    padding-top: 200px;
}
.bg{
    background-image: url("./Rectangle\ 9.png");
    padding: 50px 0px;
    margin: 20px;
    border-radius: 33px;
}
.index{
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.index h1{
    font-size: 24px;
}
.index p{
    padding: 0px 50px;
}
.corred{
    color:#D83434;
    font-weight: 600;
}
.Legendvideo{
    text-align: center;
    padding: 50px 0px;
}
.pimage{
    height: 170px;
}
iframe{
    width: 700px;
}

@media only screen and (max-width:600px)
{
    .userdata {
        background-color: #D83434;
        padding: 93px 10px;
        margin: 9px;
        border-radius: 0px 0px 101px 0px;
    }
    .useridimg {
        display: grid;
        font-size: 12px;
        grid-template-columns: 0.3fr 1.9fr 1fr;
    }
    .flexuserinfo {
        display: block;
        justify-content: space-evenly;
        text-align: center;
    }
    .somespace img{
        height: 200px;
    }
    .somespace h1{
        font-size: 18px;
    }
    #map-name{
        font-size: 14px;
    }
    .index {
        display: block;
    }
    .legendimg {
        display: block;
    }
    #legends_image {
        height: 331px;
    }
    .legendkills {
        padding: 40px 0px;
    }
    iframe{
        width: 422px;
    }
}
@media only screen and (max-width:950px){
    .legendkills {
        padding: 40px 0px;
    }
    .index {
        display: block;
    }
    .legendimg {
        display: block;
    }
}