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

*{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
    text-decoration: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: #CAF0F8;
    color: white;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    background-color: #023E8A;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
}

nav .logo{
    font-weight: bold;
    color:#CAF0F8;
    color: rgb(252,115,115);
    font-size: 30px;
}

nav .logo a:hover{
    color: rgb(219, 10, 10);
    font-weight: bolder;
}
nav ul{
    display: flex;
    justify-content: center;
}

nav ul li{
    list-style: none;
    margin: 0 23px;
}

nav ul li a{
    color: #CAF0F8;
    font-weight: bold;
    font-size: larger;
}

nav ul li a:hover{
    color: rgb(252,115,115);
    font-weight: bolder;
}

/*Help Button*/

.bn632-hover {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:focus {
    outline: none;
  }
  
  .bn632-hover.bn28 {
    background-image: linear-gradient(
      to right,
      #eb3941,
      #f15e64,
      #e14e53,
      #e2373f
    );
    box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
  }
.head{
    padding: 20px;
    font-size: 30px;
    color:#023E8A;
}
.intro h3{
    padding: 20px;
    font-size: 22px;
    color:#0077b6;
}
#articleList li{
    list-style: none;
    margin: 0px 0px 15px 30px;
}
#articleList li a{
    font-size: 20px;
    font-weight: bolder;
    color: #0077b6;
}

#articleList li a:hover{
    color: #023E8A;
    font-size: 21px;
}

.download{
    width: 200px;
    height: 30px;
    border-radius: 20px;
    background-color: #0077b6;
    color: #CAF0F8;
    font-weight: bold;
    font-size: larger;
}

.profile-card, .game-card{
    margin: auto;
    background-color: white;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
	padding-top: 25px;
	position: relative;
	width: 250px;
	text-align: center;
}

.profile-card .name{
    color: #023E8A;
    margin: 10px;
}

.profile-card .social{
    color: #023E8A;
    font-size: 30px;
    padding: 20px;
}

.team-list, .game-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 20px;
}

.game-list li a{
    text-decoration: none;
    color:#023E8A;
}
.team-list li{
    padding: 10px;
}

#profile{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.designation {
    text-transform: uppercase;
    border: 0.5px #023E8A solid;
    border-radius: 10px;
    background-color: #023E8A;
    text-align: center;
    padding: 10px 10px;
    width: max-content;
  }
  

footer{
    height: 100px;
}

/*Music & Podcasts*/
.podcasts,.musics {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.podcasts iframe {
    width: 400px;
    height: 300px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px #0077b6;
}

.podcasts iframe:hover {
    opacity: 0.95;
}

.musics iframe{
    width: 1080px;
    height: 560px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px #0077b6;
}
/*
.game-card{
    margin: auto;
    background-color: white;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
	padding-top: 25px;
	position: relative;
	width: 230px;
	text-align: center;
}

#game{
    width: 150px;
    height: 150px;
    border-radius: 10px;
}

.game-card .name{
    color: #023E8A;
    font-size: 25px;
    padding: 20px;
}
*/
.game-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 8px;
    width: 230px;
    padding-bottom: 15px;
    background-color: white;
}

.game-card img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(60deg, #2AAA8A, #4169E1);
    padding: 5px;
    margin-top: -45px;
}

.game-card h2{
    margin: 10px 0;
}

.cont{
    width: 90%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
}

.game-card .cont .link i{
    font-size: 25px;
    color: rgb(82, 82, 82);
    transition: all 0.2s ease;
}

.game-card .cont .link i:hover{
    color: black;
    cursor: pointer;
}

.game-card:hover .cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 150px;
}

.game-card:hover > .link{
    width: 40%;
    display: flex;
    justify-content: space-between;
}
/*Our App*/

.app-card{
    margin: auto;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.6);
    padding-top: 25px;
    position: relative;
    width: 230px;
    text-align: center;
}

/*Back to Top  Button */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    padding: 10px 15px;
    background-color: #0077b6;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    display: none;
    z-index: 10;
}

#back-to-top:hover {
    background-color: #00a6ff;
}
  
.show-back-to-top #back-to-top {
    display: block;
}

#sign{
    font-size: 15px;
    text-transform: uppercase;
    border: 0.5px #0077b6 solid;
    border-radius: 10px;
    background-color: #0077b6;
    text-align: center;
    padding: 10px 10px;
    width: max-content;
}

#help{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 15px;
    background-color: #f15e64;
    border-radius: 50%;
    color: white;
}

/*Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #023E8A;
    border-radius: 10px;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #023E8A;
    font-family: Arial, sans-serif;
}

.footer-content {
    padding: 40px;
    font-weight: bold;
    font-size: 18px;
}

#chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 25px;
    padding-top: 5px ;
    background-color: #0077b6;
    border-radius: 50%;
    text-decoration: none;
    color: white;
    display: none;
    z-index: 10;
}

#chat:hover {
    background-color: #00a6ff;
}
  
.show-back-to-top #chat {
    display: block;
}