/* Navbar */
/*  */


/* Header */

.header .btn-get{
    background-color: #006aff;
    padding: 0.75rem 3rem;
}

.header .btn-learn:hover{
    color: #006aff;
}
/*  */




/* Feature */
.feature .feature-card{
    background-color: #fbfbfb;
    border: 1px solid #B9B6B5;
    padding: 1.875rem;
    border-radius: 1.625rem;
    margin-right: 16px;
}
/*  */


/* Featured Game */
 .featured-game .overflow-setting{
    overflow-x: auto;
    overflow-y: hidden;
    transition-duration: 1s;
}


/*.featured-game .featured-game-card{
    transition: all 0.4s;
    border-radius: 1.625rem;
    width: 205px;
    height: 205px;
}

.featured-game .featured-game-card:hover{
    transition: all 0.4s;
    border: 4px solid #2B2467;
}

.featured-game .featured-game-card:hover img{
    transition: all 0.4s;
    filter: blur(40px);
    width: 205px;
    height: 205px;
}*/

.featured-game .featured-game-card .blur-sharp{
    overflow: hidden;
    border-radius: 1.625rem;
    margin-bottom: 8px;
}

.featured-game .featured-game-card .blur-sharp:active{
    overflow: hidden;
    border-radius: 1.625rem;
    margin-bottom: 8px;
        transition: all 0.1s linear;
    outline: 4px solid #595959;
    outline-offset: -4px;
    background-color: #b9b6b5);
    cursor: pointer;
}



/*.featured-game .featured-game-card:hover .blur-sharp{
    width: 192px;
    height: 192px;
    border: 7px solid white;
}

.featured-game .cover{
    transition: all 0.4s;
    opacity: 0;
    left: 0;
    right: 0;
    height: -webkit-fill-available;
}

.featured-game .featured-game-card:hover .cover{
    opacity: 1;
}

.featured-game .game-icon{
    margin-top: 3.125rem;
}

 @media (min-width:768px){
    .featured-game .overflow-setting{
        overflow-x: auto;
        overflow-y: hidden;
       /* overflow: auto;*/




/*  */


/* Reached */
.reached .vertical-line{
    width: 1px;
    background-color: #E7EAF5;
    height: 94px;
}

.reached .horizontal-line{
    width: 240px;
    background-color: #E7EAF5;
    height: 1px;
}
/*  */

/* Story */
/*  */


/* Footer */
footer{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fbfbfb;
}

footer ul{
    margin-bottom: 0;
}

footer ul li a{
    transition: 0.2s;
}

footer ul li a:hover{
    color: #4D17E2;
    text-decoration: underline !important;
    background-color: transparent;
}


/* Small devices (landscape phones, 576px and up) */

/* Medium devices (tablets, 768px and up) */

 @media (max-width:992px) {
    /* Header */

    /*  */
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Navbar */
}
    /*  */

    /* Header */
.header .underline-blue {
    text-decoration: none;
    position: relative;
  }

.header .underline-blue:after {
    position: absolute;
    content: '';
    height: 8px;
    bottom: 11px;
       margin: 0 auto;
    left: 0;
  right: 0;
    width: 100%;
    background: #00BAFF;
    z-index: -10;
}
/*  */

    /* Featured Game */
/*    .featured-game .featured-game-card:hover .blur-sharp{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
 }

/* X-Large devices (large desktops, 1200px and up) */



/* Nav Bar */

.navbar-toggler-icon {
  background-image: none;
  border: none;
  width: 24px;
  height: 17px;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 5px;
}

.navbar-toggler-icon span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0C145B;
  margin: 4px 0;
  border-radius: 2px;
  position: relative;
  right: 5px;
  top: 5px;
  transition: all 0.3s ease-out;
}

.navbar-toggler-icon span:nth-child(1) {
  transform-origin: center;
}

.navbar-toggler-icon span:nth-child(2) {
  transform-origin: center;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
  transform: rotate(45deg) translate(3px, 3px);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
  transform: rotate(-45deg) translate(3px, -3px);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
  opacity: 0;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  align-items: right;
  position: relative;
  right: 10px;
}

.navbar-collapse {
  position: relative;
  width: -5px;
  top: 12px;
  right: 0px;
  background-color: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: #0C145B;
  font-size: 16px;
}

.navbar-collapse a {
  color: #0C145B;
  text-decoration: none;
}

.navbar-collapse a:hover {
  color: #0077CC;
}








