body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    background: #eee;
    line-height: 1.5;
}

strong {
	font-weight: bold;
}

.text-center {
    text-align: center;
}


.animated-button1 {
    background: linear-gradient(-30deg, #268eb2 50%, #2280a1 50%);
    padding: 15px 15px 15px 40px;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 80px;
    position: relative;
    cursor: pointer;
    border: none;
}

.animated-button1:hover {
    background: linear-gradient(-30deg, #2e86a5 50%, #286a81 50%);
}

.animated-button1:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' class='bi bi-download' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z'/%3E%3C/svg%3E");
}
.button-hidden-icon:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' class='bi bi-play' viewBox='0 0 16 16'%3E%3Cpath d='M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z'/%3E%3C/svg%3E");
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    transition: .2s opacity ease-in-out;
}


.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #fe7f00);
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fe7f00);
    animation: 2s animateRight linear -1s infinite;
    display: none;
}

@keyframes animateRight {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fe7f00);
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #fe7f00);
    animation: 2s animateLeft linear -1s infinite;
    display: none;
}

@keyframes animateLeft {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}


#section-intro .elementor-column-gap-default,
#section-intro .elementor-widget-wrap
{
    height: 100%;
}
#section-intro .elementor-widget-wrap
{
    align-content: unset !important;
}

#section-list-game .elementor-image-box-title {
    margin-top: 0 !important;
}


.section-list-game-item {
    padding: 10px;
}

.section-list-game-item > div {
    padding: 20px 10px !important;
    border-radius: 15px;
    border: 1px dashed #fd5e00;
    box-shadow: 0 4px 10px rgb(0 0 0/5%)
}

.section-list-game-item .elementor-image-box-img {
    height: 80px !important;
    width: 80px !important;
}

.section-list-game-item .elementor-image-box-img img {
    object-fit: cover;
}

.elementor-heading-title {
    line-height: 1.5 !important;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  max-height: 90%;
  overflow: auto;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}


/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #c64e08;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 20px 10px;
  background-color: #eee;
  text-align: center;
}
.modal-footer a{
    color: white;
}

.elementor-nav-menu--dropdown {
    width: 100%;
    position: fixed !important;
    left: 0;
    top: 50px;
}

.elementor-posts-container .elementor-post__thumbnail {
    padding-bottom: 0 !important;
}
.elementor-posts-container .elementor-post__thumbnail img {
    height: 200px !important;
    object-fit: cover;
    width: 100% !important;
}


#download-btn {
    cursor: pointer;
}

#section-download-apk,
#section-play-game {
    display: none;
}

#section-download-fixed {
    border-top: 2px solid #ffbc00;
}

#section-download-fixed .animated-button1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#loading-progress {
  width: 100%;
  background-color: #ddd;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  display: none;
}

#loading-progress > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff2c2c;
  font-size: small;
  font-weight: bold;
}

#loading-progress--inner {
  width: 0;
  height: 30px;
  background-color: #04AA6D;
}

#modal-download-button,
#download-modal-android {
    display: none;
}

#modal-download-button:after {
    display: none;
}

@media(max-width: 767px) {

    .section-list-game-item > div {
        padding: 10px 10px !important;
    }
}

@media(min-width: 1024px) {
    .hide-desktop {
        display: none !important;
    }
}

