/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 6.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

html {
  background-image: url("https://78wint.com/wp-content/uploads/2024/08/78win-background.webp");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.tieude-row {
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  color: #0076ff;
  margin-bottom: 0;
  border: 4px solid #0076ff;
  border-radius: 4px;
  padding: 0 16px;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: -18px;
  box-shadow: 0 0 10px 2px #0076ff;
}

.header-button a {
  color: #000000;
  background: linear-gradient(to top, #007cfe, #66b3ff);
}
.header-button:hover a {
  color: #fff;
}
.circle-avt img {
  border-radius: 50%;
}
.title-games {
  color: #399fed;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 120%;
}
.scroll-col {
  border: 5px solid #3477c9;
  border-radius: 15px;
  height: 700px;
  padding: 10px;
  box-shadow: 0 0 20px #3477c9;
}
.scroll-col > .col-inner {
  height: 100%;
  overflow: auto;
}
.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
  background-color: rgba(248, 245, 245, 0.52);
}
.description-block-text {
  padding: 15px;
}
.description-block-text h1,
.description-block-text h2,
.description-block-text h3,
.description-block-text h4,
.description-block-text h5,
.description-block-text h6 {
  color: #399fed;
}

.scroll-col > *::-webkit-scrollbar {
  width: 5px;
}
.scroll-col > *::-webkit-scrollbar-thumb {
  background-color: #3477c9;
  border-radius: 20px;
  border: 3px solid #3477c9;
}
.blog-posts-item {
  /* margin-top: 30px; */
}
.footer-title {
  background: linear-gradient(to right, #000000, #1665c8, #000000);
  padding: 5px 10px 0px 10px;
  margin: 5px 0px 0px 0px;
  border-radius: 10px;
}
.shadow-text {
  background: linear-gradient(to right, #1665c8, #ffffff, #1665c8);
  padding: 5px 10px 0px 10px;
  margin: 5px 0px 0px 0px;
  border-radius: 10px;
}
.footer-link a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.margin-auto {
  margin: auto;
}
.footer li {
    list-style-type:disc;
}
.footer a {
  color: #fff !important;

}
body:not(.home) #content {
    padding:0 30px;
}
@media (max-width: 549px) {
  .col-pad-mobile-0 {
    padding: 0;
  }
  .row-home1-mobile .text-btn p{
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .col-pad-0 {
    padding: 0;
  }
  .row-instruction {
    margin-top: 30px;
  }
  .blog-posts-item .box-text.text-center {
    height: 187px;
  }
  .footer-title {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
