.nav {
    align-items: center;
    justify-content: space-between;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

html {
    scrollbar-color: #AAADBE transparent;
    scrollbar-width: thin;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    background-color: #000;
    -webkit-text-size-adjust: 100%;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-thumb {
    background: #AAADBE;
    border-radius: 30px;
}

/* Full Screen Responsive Start */


nav {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#Main_Body {
    background: white;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#Width_Center {
    display: grid;
    place-items: center;
}

@media (max-width: 1440px) {
    #Width_Size {
        width: 97%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/* Full Screen Responsive End */



/* Home Page Start */

.css-hip9hq-MuiPaper-root-MuiAppBar-root {
    background-color: #ffffffad !important;
    color: black !important;
}

.css-3dzjca-MuiPaper-root-MuiPopover-paper-MuiMenu-paper {
    background-color: #ffffffad !important;
    margin-top: 5px;
}

.css-1t6c9ts {
    justify-content: flex-end !important;
}

.css-hip9hq-MuiPaper-root-MuiAppBar-root {
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
}

.CB {
    color: black !important;
    font-weight: 900 !important;
}

/* Banner Slider */

.Size_Slider_Image {
    height: 400px !important;
    border-radius: 10px;
}

.Arrow_Size {
    font-weight: bold;
    border: 2px solid white !important;
    border-radius: 10px;
}

@media (max-width: 900px) {
    .Size_Slider_Image {
        height: 350px !important;
    }
}

@media (max-width: 550px) {
    .Size_Slider_Image {
        height: 250px !important;
    }
}

/* Games */

.Main_First_Image {
    width: 300px;
    height: 300px;
    background-color: #ffffffad;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.Main_First_Image>div {
    width: 280px;
    height: 280px;
    border-radius: 10px;
}

.Main_Second_Image {
    width: 300px;
    height: 300px;
    background-color: #ffffffad;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.Main_Second_Image>div>div>img {
    width: 50%;
    height: 50%;
    margin: 5px;
    border-radius: 10px;
}


.Main_Second_Image>div>div {
    display: flex;
    width: 280px;
}

.Main_Responsive_Home {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-top: 20px;
}

.Main_Responsive_Home>div {
    margin: 20px;
}

.Size_Image_Home>img {
    width: 100%;
}

.nav {
    height: 80px;
    width: 100%;
    background-color: #ffff;
    position: relative;
}

.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin: 6px;
    border-radius: 10px;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: inline;
    float: right;
    font-size: 18px;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #000;
}

.nav>.nav-links>a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.nav>#nav-check {
    display: none;
}

.search-bar {
    height: 36px;
    width: 391px;
    border-radius: 29px;
    font-family: sans-serif;
    padding: 4px 11px 4px 41px;
    font-size: 15px;
    background-color: #F5F5F5;
    border: none;
    margin: 0 174px 1px 0;
}

.Width_Section {
    width: 1440px !important;
    justify-content: center;
}

.Flex_Section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Games_Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Games_Box>.Image_Box {
    margin: 0 10px;
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.Image_Box>a>img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease;
}

.Image_Box {
    display: flex;
    /* float: left; */
    justify-content: center;
    align-items: center;
    background-color: #ffffffad;
    width: 168px !important;
    height: 168px !important;
    border-radius: 10px;
    border: 1px solid white;
    overflow: hidden;

}

.Image_Box>a>img:hover {
    transform: scale(1.07);
    transition: all .3s ease;
}

.Div_For_Four>div>a>img {
    width: 125px;
    border-radius: 10px;
    transition: all .3s ease;
}

.Div_For_Four>div>a>img:hover {
    transform: scale(1.07);
    transition: all .3s ease;
}

.Div_For_Four>div {
    display: flex;
    margin: 0px;
}

.Div_For_Four>div>a {
    margin: 5px;
}

.Navbar_Right {
    float: right;
    justify-content: flex-end;
    margin-right: 0px !important;
}

footer {
    background-color: #F5F5F5;
    color: #a7a7a7;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
}

footer * {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.row {
    padding: 1em 1em;
}

.row.primary {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    align-items: stretch;
}

.Main_Ifram .Game_Ifram {
    width: 23%;
    height: 410px;
    margin: 82px auto 35px;
}

.Main_Ifram .Game_Ifram img {
    width: 100%;
}

.play-btn {
    width: 100%;
    margin: 33px 75px;
}

.play-btn a {
    cursor: pointer;
    padding: 20px 35px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: wheat;
    margin: 0 auto;
    text-align: center;
    background-color: purple;
    border-radius: 20px;
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

.column>h3 {
    width: 100%;
    text-align: left;
    color: black;
    font-size: 1.4em;
    white-space: nowrap;
}

.column>ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.column>ul>li:not(:first-child) {
    margin-top: 0.8em;
}

.column>ul li a {
    color: #a7a7a7;
    text-decoration: none;
}

.column>ul li a:hover {
    color: #2a8ded;
}

.about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
}

.main-game-box {
    padding: 0 0 0 44px;
    margin: 50px 0;
}

.subscribe>div>input,
.subscribe div a {
    font-size: 1em;
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.subscribe div a {
    background-color: #FF9F11;
    padding: 10px 201px;
    text-decoration: none;
    color: #ffffff;
}

.subscribe div a:hover {
    background-color: #000;
}

.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
}

.social i {
    color: #bac6d9;
}

.copyright {
    padding: 0.3em 0em;
    background-color: white;
}

.footer-menu {
    float: left;
}

.footer-menu>a {
    color: #000;
    padding: 6px;

    text-decoration: none;
}

.footer-menu>a:hover {
    color: #27bcda;
}

.copyright>p {
    font-size: 0.9em;
    text-align: right;
    color: #000;
}

.Footer_Ul {
    margin-top: 20px !important;
}

.Footer_Ul>li {
    margin: 10px;
}

.Footer_H3 {
    margin-top: 10px;
}

.Extra_Footer_H3 {
    margin-bottom: 20px;
}

.subscribe>div>input {
    margin-bottom: 25px;
}

.Game_Name {
    font-size: 18px;
    font-weight: bold;
    color: whitesmoke;
}

.Games_Section_Box {
    background-color: #bf9e27 !important;
    width: 160px;
    height: 110px;
    border-radius: 10px;
    border: 2px solid white;
    text-align: center;
    transition: all .3s ease;
}

.Color_Hover:hover {
    background-color: #ffff0082 !important;
    transition: all .3s ease;
}

.Games_Section_Box:hover {
    background-color: #ff000082;
    transition: all .3s ease;
}

.Games_Section_Box>a {
    margin: 15px 0;
    text-decoration: none;
    display: block;
}

.Game_Svg>svg {
    width: 50px;
}

#Main_Page_Box>div {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.Main_Page_First>div {
    margin: 5px 2px;
}

.Image_Box {
    float: left;
    margin: 20px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* width: 168px !important;
    height: 168px !important; */
    border-radius: 21px;
    border: 1px solid white;
    overflow: hidden;
}

.Image_Box>a>img {
    width: 170px !important;
    height: 170px !important;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease;
}

.image-main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffffad;
    border: 1px solid white;
    overflow: hidden;
    width: 388px !important;
    height: 388px !important;
    border-radius: 55px;
}

.image-main-box .image-main-img {
    width: 388px !important;
    height: 388px !important;
}

.right {
    width: 63%;
    margin-left: -27px;
}

.top {
    margin-top: -95px;
    margin-left: -25px;
}


@media (max-width: 1441px) {
    .Width_Section {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .search-bar {
        margin: 0 118px 1px 0;
    }

    .main-game-box {
        padding: 0 0 0 70px;
    }

    .Main_Ifram .Game_Ifram {
        width: 35%;
    }

    .image-main-box {
        width: 279px !important;
        height: 279px !important;
    }

    .image-main-box .image-main-img {
        width: 279px !important;
        height: 279px !important;
    }

    .flex {
        margin-left: 17px !important;
    }

    .side {
        width: 300px !important;
    }



    .Description_Text>span {
        color: black !important;
    }

    .right {
        width: 66%;
    }


}

@media screen and (max-width: 850px) {
    .row.primary {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 768px) {
    .search-bar {
        margin: 0;
        width: 353px;
    }

    .main-game-box {
        padding: 0 0 0 50px;
    }

    .Main_Ifram .Game_Ifram {
        width: 45%;
    }
}


@media (max-width:600px) {
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #333;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 50px;
        left: 0px;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: calc(100vh - 50px);
        overflow-y: auto;
    }

    .Games_Section_Box {
        background-color: #bf9e27 !important;
        width: 110px;
        height: 110px;
        border-radius: 10px;
        border: 2px solid white;
        text-align: center;
        transition: all .3s ease;
    }
}

@media (max-width: 465px) {
    .Dnone {
        display: none;
    }
}

@media (max-width: 426px) {
    .search-bar {
        margin: 24px 0 17px 42px !important;
    }

    .subscribe div a {
        padding: 10px 142px;
    }

    .Description_Text {
        padding: 10px 10px !important;
    }

    .Image_Box {
        margin: 6px;
    }

    .flex {
        margin-left: 42px !important;
    }

    .main-game-box {
        padding: 0 0 0 0px;
    }

    .Main_Ifram .Game_Ifram {
        width: 66%;
    }

    .play-btn {
        margin: 33px 42px;
    }

    .flex {
        flex-direction: column;
    }

    .right {
        width: 100% !important;
        margin-left: 0;
    }

    .top {
        margin-top: 0 !important;
        margin-left: 0;
    }

}

@media (max-width: 376px) {
    .search-bar {
        width: 292px;
    }

    .Main_Ifram .Game_Ifram {
        width: 75%;
    }

    .subscribe div a {
        padding: 10px 118px;
    }

    .Image_Box {
        width: 148px !important;
        height: 148px !important;
    }

    .Image_Box a img {
        width: 148px !important;
        height: 148px !important;
    }
}

@media (max-width: 349px) {
    .flex {
        margin-left: 44px !important;
    }
}

@media (max-width: 320px) {
    .search-bar {
        width: 245px;
    }

    .subscribe div a {
        padding: 10px 107px;
    }

    .play-btn {
        margin: 36px 0 0 27px;
    }

    .Main_Ifram .Game_Ifram {
        width: 85%;
    }

    .Image_Box {
        width: 125px !important;
        height: 125px !important;
    }

    .Image_Box a img {
        width: 125px !important;
        height: 125px !important;
    }
}


 