.categories {
    border-bottom: 1px solid #e3e3e3;
    margin: 40px auto 20px;
    max-width: 960px;
    padding: 10px 25px;
    width: calc(100% - 50px)
}

.categories,
.categoryList {
    display: flex;
    justify-content: space-between;
    position: relative
}

.categoryList {
    align-items: center;
    bottom: 0;
    max-width: 600px;
    opacity: 1;
    overflow-x: auto;
    transition: .3s;
    width: 100%
}

.categoryList::-webkit-scrollbar-track:horizontal {
    display: "none"
}

.categoryList::-webkit-scrollbar-thumb:horizontal {
    background-color: hsla(0, 0%, 54%, .32);
    border-radius: 4px
}

.categories li {
    font-size: .9em;
    list-style: none
}

.categories li.active {
    background: #00adfe;
    border-radius: 20px;
    color: #fff;
    padding: 2px 10px
}

.categories li.active a {
    color: #fff
}




.GameCategories li a:hover {
    background: #00adfe;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.GameCategoryHolder {
    background: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: -1px;
    width: 100%;
}
.GameCategories li {
    border-radius: 20px;
    cursor: pointer;
    font-size: .9em;
    list-style: none;
    margin: 5px;
    padding: 2px 15px;
    transition: .2s ease-in step-start;
}

@media (max-width:500px) {
    .hideInMobile {
        display: none
    }
}

.ListAllGames {
    background: #fff;
    color: #454545
}

.ListAllGamesCarrier {
    margin: auto;
    max-width: 1200px;
    min-height: 260px
}

.ListAllGamesCarrier,
.ListAllGamesInner {
    display: flex;
    flex-direction: column;
    width: 100%
}

.ListAllGamesInner h2 {
    color: #00adfe;
    font-size: 2.4em;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    white-space: pre-line
}

.GameCategories {
    display: flex;
    width: 100%
}

.GameCategoryHolder {
    background: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: -1px;
    width: 100%
}

.GameCategories ul {
    background: #fff;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 0;
    padding: 10px
}

.GameCategories li {
    border-radius: 20px;
    cursor: pointer;
    font-size: .9em;
    list-style: none;
    margin: 5px;
    padding: 2px 15px;
    transition: .2s ease-in step-start
}

.GameCategories li:active {
    background: #00adfe;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.GameCategoryDropdown {
    background-color: #fff;
    display: none;
    justify-content: center;
    outline: none;
    position: sticky;
    top: 0
}

.categoryDropdown {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999999999
}

.categoryDropdownOpen {
    background-color: rgba(0, 0, 0, .7);
    display: block;
    overflow-y: scroll
}

.dropdownContent {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 7% 0;
    z-index: 9999999999
}

.dropdownContent>img {
    cursor: pointer;
    display: block;
    left: calc(50% - 50px);
    position: relative
}

.dropdownButton {
    align-items: center;
    color: #00adfe;
    display: flex;
    font-size: 1.5em;
    margin: 10px
}

.dropdownButton>img {
    display: block;
    margin-left: 5px
}

.AllGamesListed ul {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 25px 0;
    width: 100%
}

.GameCategoryHolder1 {
    background: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: -1px;
    width: 33%;
}

.AllGamesListed div:last-child ul {
    border-bottom: 0
}

.AllGamesListed h2 {
    color: #454545;
    font-size: 1.5em;
    margin-bottom: 0;
    padding-top: 30px;
    text-align: left;
    white-space: pre-line
}

.AllGamesListed li {
    padding: 20px;
    width: calc(25% - 40px)
}

.AllGamesListed li img {
    border: 1px solid #eee;
    border-radius: 20px;
    width: 100%
}

.AllGamesListed li h4 {
    margin-top: 7px
}

@media (max-width:1000px) {
    .GameCategoryHolder {
        display: none
    }
    .GameCategoryDropdown {
        display: flex
    }
    .GameCategories {
        flex-direction: column
    }
    .AllGamesListed li {
        padding: 20px;
        width: calc(33% - 60px)
    }
    .AllGamesListed h2 {
        font-size: 1.5em;
        margin-left: 5%
    }
    .ListAllGamesInner h2 {
        white-space: pre-line
    }
}

@media (max-width:500px) {
    .GameCategoryHolder {
        display: none
    }
    .GameCategoryDropdown {
        display: flex
    }
    .GameCategories {
        flex-direction: column
    }
    .AllGamesListed li {
        padding: 20px;
        width: calc(50% - 60px)
    }
    .AllGamesListed h2 {
        font-size: 1.5em;
        margin-left: 5%
    }
}

.GameSingle {
    background: #fff;
    color: #454545
}

.GameSingleCarrier {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1200px;
    width: 100%
}

.GameSingleInner {
    height: 100%;
    margin: 40px auto 0;
    max-width: 1000px;
    width: 100%
}

.GameSingleHero {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 50px;
    width: 100%
}

.GSLeft {
    flex: 2 1
}

.GSLeft>amp-img,
.GSLeft>img {
    background: #fdfdfd;
    border: 1px solid #fafafa;
    border-radius: 20px;
    width: 200px
}

.GSRight {
    align-items: center;
    display: flex;
    flex: 3 1;
    justify-content: center
}

.ipad {
    background: url(../img/ipad.png) no-repeat;
    background-size: 100%;
    height: 407px;
    margin-left: 10px;
    max-width: 570px
}

.ipad>.imgCarrier {
    display: flex;
    flex-direction: row;
    height: 85%;
    line-height: 0px;
    margin-bottom: 4.5%;
    margin-left: 9.3%;
    margin-top: 4.5%;
    overflow-x: scroll;
    width: 81%
}

.imgCarrier img {
    float: left;
    height: 100%;
    line-height: 0px;
    width: 100%
}

.downloadGame {
    align-items: center;
    border: 1px solid #d3d2d3;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    max-width: 50%;
    padding: 20px 10px;
    text-align: center
}

.downloadGame h2 {
    color: #00adfe;
    font-size: 1.7em;
    white-space: pre-line
}

.developmentOfChild {
    background: #fafdff;
    padding: 40px 0;
    text-align: center
}

.developmentOfChild h2 {
    color: #00adfe;
    margin: 10px
}

.devCardHolder {
    margin: auto;
    max-width: 1000px;
    overflow-x: scroll;
    width: 100%
}

.devCardCarrier {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 30px;
    width: 1000px
}

.devCard {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    font-size: .9em;
    padding: 15px;
    width: calc(30% - 30px)
}

.devCard img {
    height: 50px;
    margin-top: 10px
}

.devCard h3 {
    color: #00adfe;
    font-weight: 400;
    margin: 10px 0
}

@media (max-width:1000px) {
    .GameSingle {
        min-height: auto
    }
    .GameSingleInner {
        min-height: auto;
        padding: 0 25px;
        width: calc(100% - 50px)
    }
    .ipad {
        height: auto;
        margin-top: 20px;
        width: 100%
    }
    .downloadGame {
        margin: 30px auto;
        max-width: 100%
    }
}

@media (max-width:500px) {
    .GameSingleHero {
        flex-direction: column
    }
    .ipad {
        margin-left: 0
    }
    .GSLeft,
    .GSRight {
        flex: 1 1
    }
}
ZZZZ