/* -------------------cdn google font-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@200;300;400&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Khmer", sans-serif;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

/* varaible color */
:root{
  --fistfontColor:#ffffff;
  --seconFontColor:gray;
  --menuHover:orange;
  --Purplecolor:purple;
  --telegramIcon:#2AABEE;
  --facebookIcon:#1877F2 ;
  --loginIconColor: rgb(64, 142, 0);
}

body {
  background-image: url(../image/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  text-decoration: none;

}
/* Customize the appearance of the custom scrollbar */
::-webkit-scrollbar {
  display: none;
}

li {
  list-style: none;
}
.home-page-screen {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
/* header */
header {
  top: 0;
  z-index: 10000;
  position: fixed;
  padding: 1rem 0;
  display: flex;
  width: 100%;
  transition: 0.5s;
  justify-content: center;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px;
  background-color: rgba(38, 10, 61, 0.7);
}
header.sticky {
  display: flex;
  padding: 10px 0;
  background: rgb(32, 0, 25);
}
.header__content {
  max-width: 1130px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.logo img {
  max-width: 130px;
}
.search__option input {
  outline: none;
  width: 50%;
  max-width: 85px;
  border: none;
  border-radius: 15px;
  padding: 3px 10px;
  background: none;
  color:var(--fontColor);
}
.search__option a {
  text-decoration: none;
  color: fis;
}
.serch_opution_input {
  opacity: 0.6;
  padding: 7px 0;
  color:var(--fistfontColor);
  border-radius: 15px;
  display: inline;
  border: 1px solid var(--Purplecolor);
  padding-right: 1rem;
  margin-left: 1rem;
}
.contact__us__btn {
  margin-left: 1rem;
  background: rgb(135, 41, 41);
  padding: 10px 30px;
  outline: none;
  border: none;
  color: var(--fistfontColor);
  font-size: 12px;
  border-radius: 2rem;
}

.contact__us__btn a {
  text-decoration: none;
}
.contact__us__btn:hover {
  background-color: #451c67;
  transition: 0.5s;
}
nav {
  margin-top: 1rem;
}
nav ul {
  display: flex;
  gap: 2rem;
}
nav ul li a {
  color:var(--fistfontColor);
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  transition: 0.5s;
}
nav ul li a:hover {
  transition: 0.5s;
  border-bottom: 1px solid var(--menuHover);
  color: var(--menuHover);
}
.fa-bars {
  font-size: 1.5rem;
  color:var(--fistfontColor);
  display: none;
}
/* -----------------slide content----------------- */
.slide-content{
  margin-top: 150px;
}
.slide {
  margin-top: 2.1rem;
  max-width: 100%;
  height: 310px;
  overflow: hidden;
  background: var(--fistfontColor);
}
/* side right icon */
.icon-side-bar1 {
  display: none;
  position: fixed;
  margin-bottom: 10px;
  width: 250px;
  height: 60px;
  margin-left: 1470px;
  border-radius: 100px;
  background-color: #451c67;
  margin-top: 210px;
  z-index: 1000;
  transition: 0.5s;
}
.bottunPrev {
  top: 45%;
  left: 5%;
  z-index: 1000;
  position: absolute;
  padding: 20px;
  border: 1px solid --fistfontColor;
  outline: none;
  color: var(--fistfontColor);
  background: none;
  border-radius: 50%;
}
.bottunNext{
  top: 45%;
  right: 5%;
  z-index: 1000;
  position: absolute;
  padding: 20px;
  border: 1px solid var(--fistfontColor);
  outline: none;
  color:var(--fistfontColor);
  background: none;
  border-radius: 50%;
}
.bottunPrev:hover{
  background-color: rgba(69, 28, 103, 0.5);

  transition: 0.5s;
}
.bottunNext:hover{
  background-color: rgba(69, 28, 103, 0.5);

  transition: 0.5s;
}
.icon-side-bar1:hover {
  margin-left: 1340px;
  transition: 0.5s;
}
.icon-side-bar2 {
  position: fixed;
  margin-bottom: 10px;
  width: 250px;
  display: none;
  height: 50px;
  margin-left: 1470px;
  border-radius: 100px;
  background-color: #ff0000;
  margin-top: 280px;
  z-index: 1000;
  transition: 0.5s;
}
.icon-side-bar2:hover {
  margin-left: 1390px;
  transition: 0.5s;
}
.icon-side-bar3 {
  display: none;
  position: fixed;
  margin-bottom: 10px;
  width: 250px;
  height: 50px;
  margin-left: 1470px;
  border-radius: 100px;
  background-color: #1100ff;
  margin-top: 340px;
  z-index: 1000;
  transition: 0.5s;
}
.icon-side-bar3:hover {
  margin-left: 1390px;
  transition: 0.5s;
}
.icon-side-bar4 {
  display: none;
  position: fixed;
  margin-bottom: 10px;
  width: 250px;
  height: 50px;
  margin-left: 1470px;
  border-radius: 100px;
  background-color: #ffc800;
  margin-top: 400px;
  z-index: 1000;
  transition: 0.5s;
}
.icon-side-bar4:hover {
  margin-left: 1390px;
  transition: 0.5s;
}
.icon-side-bar5 {
  display: none;
  position: fixed;
  margin-bottom: 10px;
  width: 250px;
  height: 60px;
  margin-left: 1470px;
  border-radius: 100px;
  background-color: #1100ff;
  margin-top: 460px;
  padding: 9px;
  z-index: 1000;
  transition: 0.5s;
}

.icon-facebook {
  width: 45px;
  height: 45px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-facebook .fa-facebook {
  font-size: 25px;
  color: #1100ff;
  transition: transform 0.3s ease-in-out;
}
.icon-side-bar5:hover {
  cursor: pointer;
  margin-left: 1340px;
  transition: 0.5s;
}
.icon-side-bar5:hover .icon-facebook {
  transform: rotate(380deg);
}
.icon-name-icon {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

/* -----------------block game--------------------- */

.game-box {
  margin-top: 1.5rem;
  position: relative;
  max-width: 100%;
  height: 88%;
  background: white;
  box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px,
    rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px,
    rgba(240, 46, 170, 0.05) 0px 25px;
  transition: transform 0.5s;
  border-radius: 15px;
}
.button-jion {
  position: absolute;
  width: 100%;
  height: auto;
  gap: 1.2rem;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(255, 0, 0, 0.5);
}
.button-jion .btn-play {
  outline: none;
  border: none;
  padding: 10px 10px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 5px;
}
.btn-play:hover {
  background-color: red;
  transition: 0.5s;
  color:var(--fistfontColor);
  cursor: pointer;
}
.game-box:hover {
  box-shadow: none;
  transform: translateY(10%);
  cursor: pointer;
}
.game-box:hover .button-jion {
  top: 73%;
  transform: scale(1);
  transition: 0.5s;
}

.button-jion button {
  padding: 10px 30px;
}
.game-box img {
  width: 100%;
  border-radius: 15px;
}
.block-game {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1.2rem;
}
.text__ralate{
  color:var(--seconFontColor);
  font-size: 1rem;
}
.row {
  display: flex;
  justify-content: space-around;
}
.button__see_more_game button {
  padding: 10px 40px;
  background: none;

  border: 1px solid var(--Purplecolor);
  outline: none;
  color: var(--fistfontColor);
  font-size: 1rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.button__see_more_game button:hover span {
  width: 100%;
}
.button__see_more_game span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 0;
  height: 100px;
  background-color:var(--Purplecolor);
  transition: 0.5s;
}
/* -------------------------footer-block------------------------- */
.footer-content {
  background-color: black;
  width: 100%;
  position: relative;
  opacity: 0.6;
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  color: var(--fistfontColor);
  padding: 1rem 0.1rem;
}
.all__blog__footer {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
}
.decription__footer p {
  width: 100%;
}
.socail__icon__footer .fa-facebook {
  font-size: 2rem;
  margin-right: 1rem;
  transition: transform 0.5s;
}
.socail__icon__footer .fa-youtube {
  font-size: 2rem;
  margin-right: 1rem;
  transition: transform 0.5s;
}
.socail__icon__footer .fa-square-instagram {
  font-size: 2rem;
  margin-right: 1rem;
  transition: transform 0.5s;
}
.fa-facebook:hover {
  color: orange;
  cursor: pointer;
  transform: translateY(-10%);
}
.fa-youtube:hover {
  color: orange;
  cursor: pointer;
  transform: translateY(-10%);
}
.fa-square-instagram:hover {
  color: orange;
  cursor: pointer;
  transform: translateY(-10%);
}
.all__blog__footer  li a {
  text-decoration: none;
  color:var(--fistfontColor);
}
.about__cacino__footer  li {
  transition: transform 0.5s;
}
.about__cacino__footer  li:hover {
  color: #ffc800;
  transform: translateX(10%);
}
.cacino__game__footer  li {
  transition: transform 0.5s;
}
.cacino__game__footer  li:hover {
  transform: translateX(10%);
  color: #ffc800;
}

.footer-box {
  display: flex;
}
.footer-block1 {
  width: 28%;
  height: auto;
  border-top: 1px solid rgb(140, 131, 131);
}
.footer-block2 {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  width: 22%;
  border-top: 1px solid rgb(140, 131, 131);
  border-left: 1px solid rgb(140, 131, 131);
}
.footer-block2 p {
  color:var(--fistfontColor);
  font-size: 0.9rem;
}
.footer-block3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  gap: 1.2rem;
  border-top: 1px solid rgb(140, 131, 131);
  border-left: 1px solid rgb(140, 131, 131);
}
.footer-block3 p {
  color: var(--fistfontColor);
  font-size: 0.9rem;
}
.footer-block4 {
  width: 28%;
  height: 150px;
  border-top: 1px solid rgb(140, 131, 131);
  border-left: 1px solid rgb(140, 131, 131);
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2rem 0;
  border-top: 1px solid rgb(140, 131, 131);
}
.copyright p {
  color:var(--fistfontColor);
  font-size: 0.9rem;
}
.copyright .fa-heart {
  color: red;
  margin-left: 10px;
  font-size: 20px;
}
/* --------------------------------news page---------------------------- */
.news-content{
  margin-top: 130px;
}
.news-box {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 0.5rem;
  position: relative;
  background-color: #260a3d;
  transition: transform 0.5s;
}
.category-button button {
  position: absolute;
  top: 3%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.3rem 0.3rem;
  border: none;
  outline: none;
  font-size: 0.6rem;
  border-radius: 20px;
  color:var(--fistfontColor);
  background: rgb(52, 122, 244);
  left: 80%;
  z-index: 1000;
}
.news-box:hover {
  transform: translateY(-5%);
  cursor: pointer;
}
.box-block-news {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2rem;
}
.title-decription:hover h2{
  color: aqua;
  transition: 0.5s;
}
.image-news {
  position: relative;
  width: 100%;
  height: 40%;

  overflow: hidden;

  background-color: black;
}
.image-news img {
  width: 100%;
  border-radius: 5px;
}
.image-news:hover img {
  transition: 0.5s;
  cursor: pointer;
  transform: scale(1.1);
}
.title-decription {
  padding: 10px 10px;
  width: 100%;
  height: 230px;
  position: relative;
  color: var(--fistfontColor);
}

.title-decription .subtitle {
  font-size: 1.1rem;
  margin-top: 0.6rem;
}
.title-decription h2 {
  font-size: 1.2rem;
  color: var(--fistfontColor);
}
.title-decription .post-by {
  color: rgb(0, 154, 10);
  margin-top: 0.6rem;
  font-size: 0.8rem;
}
.readmore {
  margin-left: 1rem;
  text-decoration: none;
  font-size: 1em;
  color:var(--seconFontColor);
}
.news-box a:hover {
  color: red;
}
.newDaily {
  margin: 200px 530px;
  color:var(--fistfontColor);
  font-size: 60px;
}

/* -------------------------detail new page---------------------- */
.detail-news-content {
  margin-top: 130px;
}
.detail-news {
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  padding: 20px;
  transition: transform 0.5s;
}
.detail-news:hover {
  transform: translateY(-5%);
}
.image-detail img {
  width: 100%;
  border-radius: 10px;
}
.decription-detail {
  margin-top: 80px;
}
.btn-catategory {
  padding: 10px 30px;
  background: #260a3d;
  color:var(--fistfontColor);
  font-size: 17px;
  margin-right: 20px;
}
.btn-catategory:hover {
  background: #451c67;
  cursor: pointer;
}
.postDate {
  color: blue;
}
.socail-icon-detai i {
  font-size: 35px;
  margin-right: 20px;
}
.socail-icon-detai i:hover {
  color: blue;
  cursor: pointer;
  transition: 0.5s;
}
.article {
  font-size: 25px;
  text-align: justify;
}

/* table list */
.table-foodball-list {
  text-align: center;

  margin: 5rem 0;
}
.table-foodball-list h1 {
  color:var(--fistfontColor);
  font-size: 2.2rem;
}

/* ---------------------------------game page---------------------------- */

.slide__content {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-width: 600px;
  margin-top: 2rem;
  height: 400px;
  background-color: rgb(231, 0, 0);
  border-radius: 40px;
}
.slide__image{
  position: absolute;
  width: 100%;
  transition: 1s;
  height: 100%;
}

.name__category {
  color: orange;
  font-weight: 500;
}
.game_category__list p {
  font-size: 1rem;
  text-align: center;
}
.category__game {
  padding: 1rem 3rem;
  margin-top: 1.2rem;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  align-items: center;
}
.icon__category {
  font-size: 3rem;
  color:var(--fistfontColor);
  transition: transform 0.5s;
}
.game_category__list p {
  color: var(--fistfontColor);
  margin-top: 0.5rem;
}
.icon__category:hover {
  color: orange;
  cursor: pointer;
  transform: translateY(-5%);
}

/* -------------box game in page game---------------- */
.game-slot-content{
  margin-top: 130px;
}
.game__list_page {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px; /* Adjust the gap between grid items */
  justify-content: space-around; /* Adjust alignment of the grid items horizontally */
  align-items: center;
}
.box__game__list__page__block {
  width: 100%;
  max-width: 200px;
  height: 250px;
  /* background-color: rgb(255, 0, 0); */
  position: relative;
  transition: transform 0.5s;
}
.box__game__list__page__block:hover {
  transform: translateY(-5%);
}
.box__game__List__page {
  width: 100%;
  max-width: 200px;
  height: 100%;
  border-radius: 30px;
  /* background-color: black; */
  background-color: #260a3d;
  position: relative;
  padding: 0.4rem;
}
.box__game__image__page {
  overflow: hidden;
  width: 100%;
  height: 44%;
  border-radius: 30px;
  position: relative;
  background-color: #ff0000;
}

.box__game__image__page img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
}
.box__game__image__page:hover img {
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
}
.descrptin__game__page .decription__paragraph {
  font-size: 0.8rem;
  margin-top: -1rem;
  padding: 0 0.1rem;
  color: var(--fistfontColor);
}
.button__play__in__game__list button {
  padding: 0.1rem 1rem;
  background-color: #ffc800;
  font-size: 0.8rem;
  border: none;
  outline: none;
  border-radius: 30px;
  color:var(--fistfontColor);;
  position: absolute;
  left: 33%;
  top: 95%;
}
/* -----------------------------------contact us page ----------------------------------- */

.contact__us_right {
  background-color: #260a3d;
  border-radius: 30px;
  width: 50%;
  padding: 3rem;
  text-align: center;
  height: auto;
  transition: transform 0.5s;
}
.contact__us_right:hover {
  transform: translateY(-10%);
}
.contact__us__page {
  display: flex;
}
.form__contact__us input {
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid var(--Purplecolor);
  border-radius: 30px;
  background: none;
  color: var(--fistfontColor);
}
.margin_top{
  margin-top: 200px;
}
textarea {
  width: 100%; /* Set the width to 100% of its container */
  padding: 10px 20px; /* Add some padding for better readability */
  resize: vertical;
  border: 1px solid var(--Purplecolor);
  outline: none;
  border-radius: 30px;
  min-height: 110px;
  background: none;
  color: var(--fistfontColor);
}
.form__contact__us button {
  margin-top: 1rem;
  padding: 10px 50px;
  background: none;
  border: 1px solid var(--Purplecolor);
  outline: none;
  color: var(--fistfontColor);
  font-size: 1rem;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.form__contact__us button:hover {
  background-color: rgb(255, 0, 204);
  cursor: pointer;
  transition: 0.5s;
}
input[type="text"]::placeholder,
textarea::placeholder {
  font-size: 13px; /* Set the font size of the placeholder text */
  color: #999; /* Set the color of the placeholder text */
  /* Add any other styles you want for the placeholder */
}

/* ------------contact left---------------- */

.contact_us_left {
  width: 50%;
  height: auto;
  padding: 3rem 5rem;
}
.contact_left_content {
  display: flex;
  align-items: center;

  margin-top: 2rem;
  gap: 3rem;
}
.icon__contact i {
  font-size: 3rem;
  color: var(--fistfontColor);
}
.decription__contact {
  color:var(--fistfontColor);
  font-size: 1.1rem;
}
.icon__contact img {
  width: 90%;
}
.fa-circle-xmark {
  display: none;
}

.choose__our__cacino{
  margin-top: 1rem;
  width: 100%;
  height: 20rem;
  background-color: #451c67;
}
/* ------------------------------loto page----------------------------------- */
.loto-content{
  margin-top: 130px;
}
/* --------------------------------cacino live--------------------------------------- */

.cacino-live-content{
  margin-top: 130px;
}
/* ----------------------------------keno page------------------------------------------- */
.keno-content{
  margin-top: 130px;
}

/* ---------------------------------------about us page---------------------------------------- */
.aboutUs-content{
  margin-top: 130px;
}

.image__about__block{
  width: 100%;
  max-width: 500px;
  height: 330px;;
  border-radius: 30px;
  overflow: hidden;

}
.decription__about__block_second{
  width: 100%;
  max-width: 500px;
  height: auto;
  /* background-color: rgb(187, 255, 0); */
  border-radius: 30px;

}

.image__about__block_second{
  width: 100%;
  max-width: 500px;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
}
.image__about__block_second img{
  width: 100%;
  transition: transform 0.5s;
}
.image__about__block_second:hover img{
  transform: scale(1.1);
  cursor: pointer
}

.image__about__block img{
  width: 100%;
  transition: transform 0.5s;
}
.image__about__block:hover img{
  transform: scale(1.1);
  cursor: pointer;
}

.decription__about__block{
  width: 100%;
  max-width: 500px;
  height: auto;

}
.decription__about__block .contact__us__btn{
  margin-left: 0;
}
.decription__about__block p{
  color:var(--seconFontColor);
  font-size: 1rem;
  text-align: justify;
}
.decription__about__block h4{
  color:var(--fistfontColor);
  margin-bottom: 1rem;
  font-weight: 500;

}
.first__block{
  gap: 2rem;
  width: 100%;
  padding: 3rem 0;
  justify-content: space-between;

  height: auto;
  display: flex;
}
.second__block{
  gap: 2rem;
  width: 100%;
  padding: 3rem 0;
  justify-content: space-between;
  /* background-color: red;  */
  height: auto;
  display: flex;
}
.view__winner{
  display: flex;
  gap: 2rem;
}
.text__of__winner{
  text-align: center;
}
.text__of__winner p{
  font-size: 0.6rem;
  color: var(--fistfontColor);
}
.text__of__winner h1{
  font-weight: 600;
  color:var(--fistfontColor);
}
.decription__about__block_second h4{ 
  color:var(--fistfontColor);
  margin-bottom: 1rem;
  font-weight: 500;
}
.decription__about__block_second p{
  color:var(--seconFontColor);
  font-size: 1rem;
  text-align: justify;
}
/*------------------------------------------- side bar icon --------------------------------------*/
.icon_side_bar_icon{
  width: 100%;
  max-width: 200px;
  height: 300px;
  position: fixed;
  display: block;
  z-index: 100000;
  right: 0;
  top: 60%;

}
.facebook_icon{
  width: 100%;
  position: absolute;
  right: -9.5rem;;
  height: 50px;
  transition: 1s;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color:#1877F2;
  display: flex;
  padding-left: 0.5rem;
  align-items: center;
}
.icon__block{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 30px;
  background-color:var(--fistfontColor);
  color:var(--facebookIcon);
  position: relative;
}
.facebook_icon span{
  margin-left: 0.5rem;
  color: var(--fistfontColor);
}

.facebook_icon:hover{
  cursor: pointer;
  right: -0;
}
.jion__name{
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  width: 100%;
  position: absolute;
  right: -9.5rem;;
  height: 50px;
  margin-top: 3.5rem;
  transition: 1s;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: rgb(0, 255, 123);
}
.jion__name .fa-user-plus{
  font-size: 1rem;
  color:  rgb(0, 255, 123);
}
.jion__name:hover{
  cursor: pointer;
  right: -0;
}
.jion__name span{
  color: var(--fistfontColor);
  margin-left: 0.6rem;
 }

.Login__icon span{
  color: var(--fistfontColor);
  margin-left: 0.6rem;
}
.phone__icon span{
  color: var(--fistfontColor);
  margin-left: 0.6rem;
}
.telegram__icon span{
  color: var(--fistfontColor);
  margin-left: 0.6rem;
}
.phone__icon{
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  position: absolute;
  right: -9.5rem;;
  height: 50px;
  margin-top: 7.1rem;
  transition: 1s;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color:#ffc800;;
}
.phone__icon:hover{
  cursor: pointer;
  right: -0;
}
.icon__block .fa-phone{
  color: #ffc800;
}
.telegram__icon{
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  position: absolute;
  right: -9.5rem;;
  height: 50px;
  margin-top: 10.7rem;
  transition: 1s;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: var(--telegramIcon);
}
.telegram__icon:hover{
  cursor: pointer;
  right: -0;
}
.Login__icon{
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  width: 100%;
  position: absolute;
  right: -9.5rem;;
  height: 50px;
  margin-top: 14.2rem;
  transition: 1s;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color:var(--loginIconColor);
}
.Login__icon .fa-right-to-bracket{
  color: var(--loginIconColor);
}

.Login__icon:hover{
  cursor: pointer;
  right: -0;
}

/* --------------------------------------------------qeury mobile----------------------------------- */

@media only screen and (max-width: 600px) {
/* responsive for page about as--------------------- */
.first__block{
  flex-direction: column;
  /* background-color: #1100ff; */
  padding:0;
}
.second__block{
  flex-direction: column;
}

.image__about__block{
  width: 100%;
  max-width: 500px;
  height: 300px;;
  border-radius: 30px;
  overflow: hidden;

}
.decription__about__block_second h4{ 
  font-size: 1rem;
  font-weight: 500;
}
.decription__about__block h4{ 
  font-size: 1rem;
  font-weight: 500;
}
.decription__about__block p{ 
  font-size: 0.6rem;
  font-weight: 500;
}
 
.image__about__block_second{
  width: 100%;
  max-width: 500px;
  height: 280px;

}

.decription__about__block_second h4{
  font-size: 1rem;
  font-weight: 500;
}
.decription__about__block_second p{
  font-size: 0.6rem;
}
.text__of__winner h1{
  text-align: justify;
  font-size: 1rem;
}
.aboutUs-content{
  margin-top: 120px;
}

.slide-content{
  margin-top: 120px;
}
/* ------------------------------------------end responsive for page about as--------------------- */
  .contact {
    display: none;
  }
  .slide__content {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-width: 400px;
    height: 250px;
  }
  .bottunNext{
    top: 45%;
    right: 5%;
    z-index: 1000;
    position: absolute;
    padding: 10px;
    border: 1px solid var(--fistfontColor);
    outline: none;
    color: var(--fistfontColor);
    background: none;
    border-radius: 100%;
  }
  .bottunPrev{
    top: 45%;
    left: 5%;
    z-index: 1000;
    position: absolute;
    padding: 10px;
    border: 1px solid var(--fistfontColor);
    outline: none;
    color: var(--fistfontColor);
    background: none;
    border-radius: 50%;
  }
  .navbar ul {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100vh;
    flex-direction: column;
    background-color: #260a3d;
    padding-top: 50px;
    z-index: 11900;
    transition: right 0.5s;
  }
  .fa-circle-xmark {
    color:var(--fistfontColor);;
    top: 5%;
    display: block;
    left: 70%;
    font-size: 1.5rem;
    position: absolute;
  }
  .fa-circle-xmark:hover {
    cursor: pointer;
  }
  .fa-bars:hover {
    cursor: pointer;
  }
  /* slide  responsive */
  .slide {
    margin-top: 2.1rem;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    background: var(--fistfontColor);
  }
  .carousel-item img{
    width: 100%;
    height: 200px;
  }
  /* end slide responsive */
  .block-game {
    display: grid;
    grid-template-columns: auto;
    gap:0.5rem;
  }
  .game-box:hover .button-jion {
    top: 73%;
    transform: scale(1);
    transition: 0.5s;
  }
  .text__ralate{
    color: var(--seconFontColor);
    font-size: 0.6rem;
  }
  .table-foodball-list h1{
    font-size: 1.2rem;
  }
  .contact__us__page {
    flex-direction: column;
  }
  .contact__us_right {
    padding: 2rem;
    width: 100%;
  }
  .home-page-screen {
    max-width: 1900px;
    margin-left: 0.9rem;

  }
  .contact_us_left {
    width: 100%;
    padding: 3rem 0rem;
  }
  .icon__contact i {
    font-size: 1.5rem;
    color:var(--fistfontColor);
  }
  .decription__contact {
    color:var(--fistfontColor);
    font-size: 1rem;
  }
  .form__contact__us button {
    padding: 5px 30px;
  }
  .all__blog__footer {
    display: grid;
    padding:1rem;
   
    justify-content: center;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .socail__icon__footer .fa-facebook {
    font-size: 1rem;
  }
  .socail__icon__footer .fa-youtube {
    font-size: 1rem;
  }
  .socail__icon__footer .fa-square-instagram {
    font-size: 1rem;
  }
  .search__option {
    display: none;
  }
  .fa-bars {
    display: block;
  }
  .logo img {
    width: 100%;
  }
  /* ----------------------------------new sport responsive-------------------------- */

  .box-block-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .title-decription h2{
    font-size: 1.5rem;
  }
  .title-decription .subtitle{
    font-size: 1.1rem;
  }

.title-decription:hover h2{
  color: aqua;
  transition: 0.5s;
}



  .game__list_page {
    grid-template-columns: repeat(2, 1fr);
  }
  .icon__category {
    font-size: 1.5rem;
    color:var(--fistfontColor);
    transition: transform 0.5s;
  }
  .game_category__list p {
    font-size: 0.5rem;
  }
  .descrptin__game__page .decription__paragraph {
    font-size: 0.6rem;
  }
  .article {
    font-size: 20px;
  }
  .btn-catategory {
    padding: 5px 20px;
    background: #260a3d;
    color: var(--fistfontColor);
    font-size: 17px;
    margin-right: 20px;
  }
  .socail-icon-detai i {
    font-size: 20px;
  }
  .btn-catategory {
    padding: 5px 10px;
  }
  .decription-detail h1 {
    font-size: 1rem;
  }
  .postDate {
    font-size: 0.6rem;
  }

  
}

@media screen and (min-width: 600px) and (max-width: 1080px) {
/* --------------------------------------responsive for page about as--------------------- */
.fa-circle-xmark {
  color:var(--fistfontColor);;
  top: 5%;
  display: block;
  left: 70%;
  font-size: 1.5rem;
  position: absolute;
}
.fa-circle-xmark:hover {
  cursor: pointer;
}
.fa-bars:hover {
  cursor: pointer;
}
.first__block{
  height: auto;
}
.image__about__block{
  height: 190px;;

}

.decription__about__block h4{
  font-size: 1rem;
}
.decription__about__block p{
  font-size: 0.5rem;
}
.second__block{
  padding: 0;
}
.decription__about__block_second h4{
  font-size: 1rem;
}
.decription__about__block_second p{
  font-size: 0.5rem;
}

.image__about__block_second{
  width: 100%;
  max-width: 500px;
  height: 180px;
  background-color: #451c67;

}
.text__of__winner h1{
 font-size: 1rem;
}
  .slide__content {
    overflow: hidden;
    width: 100%;
    position: relative;
    min-width: 400px;
    height: 250px;
    background-color: rgb(231, 0, 0);
    border-radius: 40px;
  }
  .navbar ul {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100vh;
    flex-direction: column;
    background-color: #260a3d;
    padding-top: 50px;
    z-index: 11900;
    transition: right 0.5s;
  }
  .contact {
    display: none;
  }
  .search__option {
    display: none;
  }
  .fa-bars {
    display: block;
  }
  .logo img {
    width: 35%;
  }
  .slide {
    margin-top: 2.1rem;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    background: var(--fistfontColor);
  }
  .carousel-item img{
    width: 100%;
    height: 250px;
  }
  .block-game {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .socail__icon__footer .fa-facebook {
    font-size: 1rem;
  }
  .socail__icon__footer .fa-youtube {
    font-size: 1rem;
  }
  .socail__icon__footer .fa-square-instagram {
    font-size: 1rem;
  }
  .all__blog__footer {
    display: grid;
    
    justify-content: center;
    margin: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .box-block-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .game__list_page {
    grid-template-columns: repeat(3, 1fr);
  }
  .descrptin__game__page .decription__paragraph {
    font-size: 0.6rem;
  }
  .icon__category {
    font-size: 1.6rem;
    color:var(--fistfontColor);;
    transition: transform 0.5s;
  }
  .game_category__list p {
    font-size: 0.5rem;
  }
}
