.comments-container {
   border-radius: 10px;
   background: rgb(255 255 255);
   margin-bottom: 15px;
   padding: 20px;
   box-shadow: 0px 2px 0px 0px #E2E2E2;
   border: 1px solid #EBEBEB;
   margin-top: 20px;
}
.footer3ul {
   text-align: left;
   list-style-type: none;
}
.rat-vot {
    line-height: 22px;
    padding: 0 8px;
    background: #f0f5fc;
    border-radius: 10px;
    height: 20px;
    margin-right: 4px;
    font-weight: 600;
    font-size: 13px;
}
.gameh1 {
    font-size: 25px;
    font-weight: 700
}
.gameh2 {
    font-size: 18px;
    font-weight: 700
}
.gamebullet li {
    padding: 5px
}
.contentnumber li {
    margin-bottom: 0
}
.gameh3 {
    font-size: 16px;
    font-weight: 700;
}
@media only screen and (min-width: 1024px) {
    .col-md-9.game-content,.content-wrapper,.row.row-content,.col-md-3,.single-description,.single-info-container {
        /*min-height:325px;*/
        position: sticky;
        animation: fadeIn 2s ease-in-out
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
}
@media only screen and (max-width: 600px) {
    .game-iframe-container {
        position:relative;
        overflow: hidden;
        width: 100%;
        min-height: 410px
    }
}
#footer-navigation, #footer-navigation li a:hover, .custom-footer, .custom-footer li a:hover {
    color: white;
}
#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}
#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #99a9b5;
    padding-top: 15px;
}
#footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
    color: #000;
    padding-top: 15px;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
#footer-socials {
    text-align: right;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}
#footer-socials {
    text-align: right;
}

#footer-socials .socials {
    text-align: right;
    margin: 0 -7px;
    display: inline-block;
    vertical-align: middle;
}
a.socials-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    line-height: 16px;
    padding: 10px;
    border-radius: 50%;
    background-color: #ffd925;
    border: 1px solid #2e2e4c;
    box-shadow: 3px 9px 16px rgb(0 0 0 / 24%), -3px -3px 10px rgb(253 192 192 / 6%), inset 14px 14px 26px rgb(0 0 0 / 17%), inset -3px -3px 15px rgb(255 255 255 / 0%);
}
.socials-item i {
    display: inline-block;
    font-weight: normal;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}
a.socials-item:hover {
    box-shadow: 0 0px 20px rgba(84, 18, 1, 0.7);
    border-color: rgba(255, 139, 6, 0.61);
    background: linear-gradient(to right, rgba(255, 9, 9, 0.12941176470588237), #ff9900b5, rgba(255, 115, 0, 0.14));
}
/* Animation botton lod more */
@keyframes shake-x {
0%, 100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-5px,0,0);
transform: translate3d(-5px,0,0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(5px,0,0);
transform: translate3d(5px,0,0);
}
}
.single-product .single-submit.shaked {
animation: shake-x 1s ease infinite;
}
.single-product .single-submit.shaked:hover {
animation: none;
}
/* Animation botton lod more */
.video-container {
    position: relative;
    display: inline-block;
    overflow: revert;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 7px;
    object-fit: cover; /* Resize video to cover the container */
    opacity: 0; /* Initially hide the video */
    transition: opacity 0.3s; /* Add a transition for a smooth effect */
}

.video-container:hover .video {
    opacity: 1; /* Show the video on hover */
}

.video-container:hover img {
    opacity: 0; /* Hide the image on hover */
}

#footer-socials {
     text-align: center; /* Center the content on mobile */
     padding: 10px;
   }

.socials {
      display: inline-block; /* Display social icons in a row */
   }

#footer-menu li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 1;
}
#footer-menu li+li:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    font-size: 0;
    border-left: 1px solid #232234;
    border-right: 1px solid #333146;
}
#footer-menu {
      list-style: none;
      padding: 10px;
      text-align: center; /* Center on mobile */
}

@media (min-width: 768px) {
   #footer-socials {
      	text-align: right; /* Align to the right on desktop */
   }
   #footer-menu {
        list-style: none;
        padding: 0;
        text-align: center;
   }
   #footer-menu li {
        display: inline-block;
        padding: 0 30px;
        position: relative;
        line-height: 1;
	}
    .logo-footer {
        float: left;
        margin: 0;
    }
}
.logo-footer {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.cg {
	height: 107%
}

@media only screen and (max-width: 1186px) {
    .cg {
	height: 106%
	}
}

@media (max-width: 768px) { /* Mobile */
    .cg {
	height: 100%
	}
}

@media only screen and (max-width: 537px) {
    .cg {
	height: 100%
	}
}
@media only screen and (max-width: 480px) {
    .cg {
	height: 100%
	}
}
@media only screen and (max-width: 431px) {
    .cg {
	height: 100%
	}
}