/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
       url('fonts/Montserrat-Regular.woff') format('woff');
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}
.logo img{
 width: 200px;
 margin-top: 20px;
}
/* .bg_1{
  box-shadow: 0 0 0 3px #FF5733;
}
.bg_2{
  box-shadow: 0 0 0 3px #2E86C1;
}
.bg_3{
  box-shadow: 0 0 0 3px #9B59B6;
}
.bg_4{
  box-shadow: 0 0 0 3px #9B59B6;
}
.bg_4{
  box-shadow: 0 0 0 3px #28B463;
}
.bg_5{
  box-shadow: 0 0 0 3px #E74C3C;
}
.bg_6{
  box-shadow: 0 0 0 3px #229954;
}
.bg_7{
  box-shadow: 0 0 0 3px #F39C12;
}
.bg_8{
  box-shadow: 0 0 0 3px #5D6D7E;
}
.bg_9{
  box-shadow: 0 0 0 3px #1ABC9C;
}
.bg_w{
  box-shadow: 0 0 0 3px #ffffff;
} */
body{ 
  font-size: 14px;
  background: #000000;
  background-image:url("bgb.jpg"); ;
}
main{
  margin:0 auto ;
  width: 100%!important;
  max-height: 1000px;
  min-height: 912px;
  min-width: 300px;
  max-width: 515px;
  /* border: 1px solid red; */
  text-align: center;
}
.topics {
  /* padding:0 1% ; */
  display: flex;
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
}
.topics .topic {
  padding: 10px 0px;
  margin: 0px 1.2%;
  width: 90px;
  height: 85px;
}
.topics .topic .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  height: 90px;
  /* border: 2px solid #e17739; */
  
}
.topic-ico{
  color:#8c0202;
}
.short1{

}
.topics .topic:hover .fa-inverse, .topics .topic:active .fa-inverse {
  color: #8c0202;
}
.topics a{
  font-size: 12px;
  text-align: center;
  padding:2px 2px 6px;
  color: #ffffff;
  text-decoration: none;
}
/* .brand-logo img{
  width: 54px;
  padding-top: 7px;
} */
.brand-logo{
  
}
.brand-logo img {
  width: 54px;
  /* padding-top: 7px; */
  border: 1px solid white;
  border-radius: 100px;
}
.playable img {
  width: 100px;
  height: auto;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 2px #ffffff;
}
.game-card{
padding: 8px;
}
.game-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 97vh;
    
  }
  .game-frame iframe{
    width: 356px;
    height: 636px;
    border-radius: 9px;
    overflow: hidden;
    border: 3px solid #e1e1e1;
  }
@media (max-width:550px) {
  .game-frame iframe{
    max-height: 98vh;
    border: none;
    width: 100vw;
    border-radius:0px;
    padding: 0px;
    margin: 0 -8px;
  }
  .mob-no{
    display: none;
  }
}
.case-study-btn{
  border: 2px solid #f26f23;
  padding: 5px 14px 5px 8px;
  width: fit-content;
  border-radius: 8px;
  float: right;
 }
 .case-study-btn a{
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
 }
 .case-study-btn:hover{
  border: 2px solid #ffffff;
 }
 .case-study-btn:hover a{
color: #f26f23;
text-decoration: none;
transition: color 300ms;
}
.case-study-btn:hover .fa{
  color: #f26f23;
  text-decoration: none;
  transition: color 300ms;
  }
.extra-btns{
  display: flex;
  justify-content: space-evenly;
}




