main {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  min-width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../assests/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  width: 100%;
}

.top-section-without-login {
  width: 100%;
}

.logo-cont {
  cursor: pointer;
}

.nav-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 30px 10px;
}

.nav-right-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.nav-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  height: 27px;
}

.nav-div p {
  line-height: 8px;
}

.nav-div2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.sttus_common_box>div {
  height: 32px;
  padding: 5px 10px;
}

.sttus_common_box>div>p {
  font-size: 8px;
}

.nd2-sub-text {
  font-weight: lighter;
}

.hamburger-icon-cont {
  padding: 6px;
  cursor: pointer;
  border: none;
  outline: none;
}

/* Menu Style */
.menu-cont {
  position: relative;
  /* display: none; */
}

.menu-list {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  align-items: flex-start;
  /* padding: 0px 8px; */
  background: #27480A;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 215px;
  /* height: 300px; */
  transform: translateX(105%);
  transition: transform 0.5s ease-in;
  z-index: 11;
}

.menu-list-appear {
  transform: translateX(0%);
}

.menu-list>li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 0px 2px 0px 8px;
  border-bottom: 1px solid #FFFFFF59;
}

.menu-list>li>a.logout:hover {
  color: #D70E0E95;
}

/* .menu-list > li>a:hover{
    color: #FFFFFF70;
} */

.menu-list>li>a {
  /* color: #FFFFFF; */
  font-size: 18px;
  font-weight: 500;
  padding: 1rem 0px;
  width: 100%;
  height: 100%;
}

.hoverEffect {
  background-color: #FFB900;
}

.normalEffect>a {
  color: #FFFFFF;
}

.hoverEffect>a {
  color: black;
}

.menu-list>li>a.logout {
  color: #D70E0E;
}

.menu-list>li:last-child {
  background-color: #E30A17;
  border: unset;
  border-radius: unset;
  color: #FFFFFF;
}

.menu-list>li:last-child>a.logout {
  color: #FFFFFF;
}

.menu-list>li:last-child>a.logout:hover {
  color: #FFFFFF;
}


.logoutImg {
  margin-top: 2px;
}

.menu-list>li>img {
  width: 23px;
  height: 21px;
}

.menu-list>li:nth-child(3)>img,
.menu-list>li:first-child>img {
  width: 25px;
  height: 23px;
}

.menubtn {
  width: 30px;
  height: 30px;
}

.menubtn>img {
  width: 95%;
  height: 95%;
}

/* Bottom Menu style */
.bootom-menu-main-cont {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 111;
}

.bm-cont {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  background: #27480A;
  color: #FFFFFF;
  height: 60px;
  padding: 0;
}

.bmc-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 8px;
  font-weight: 400;
  cursor: pointer;
  flex: 1;
  min-height: 30px;
  max-height: 100%;
  color: #FFFFFF;
}

.bmc-box>p {
  padding-top: 4px;
}

.btn-cont-login-signup {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btncls-sub {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-cont-login-signup button {
  border-radius: 8px;
  width: 48%;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  background: #27480A;
  height: 39px;
  cursor: pointer;
}


.App {
  text-align: center;
}

.common-div {
  background: #27480A;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 8px;
  text-align: center;
  padding: 3px 10px;
  line-height: 5px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Medium.ttf'), format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('../src/assests/fonts/aeonik/Aeonik-BlackItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

body {
  margin: 0;
  font-family: 'Aeonik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
}

code {
  font-family: 'Aeonik', sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #1A1C20;
}

a {
  color: #FFFFFF;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="number"] {
  counter-increment: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/* Footer style */

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 0px 80px 0px;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ft-2 {
  width: 90%;
  display: flex;
  align-items: flex-end;
}

.ft-2>div:first-child {
  width: 15%;
}

.ft-2>div:nth-child(2) {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding-bottom: 2.5px;
}

.ft-second-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000000;
  font-family: Aeonik;
  font-size: 8px;
  font-weight: 400;
  line-height: 9.6px;
  color: #646169;
}

.footer-link-main-cont {
  display: flex;
  justify-content: space-around;
  width: 85%;
}

.footer-link-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.footer-link-cont>div:first-child {
  color: #27480A;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;

}

.footer-link-cont>ul {
  display: flex;
  flex-direction: column;
}

.footer-link-cont>ul>li>a {
  color: #838894;
  font-size: 8px;
  font-weight: 400;
  line-height: 9.6px;
}

.footer-bottom-txt {
  color: #646169;
  font-size: 8px;
  font-weight: 400;
}

.footer-bottom-button-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.fbbc-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
}

.fbbc-sub-cont {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.footer-btn {
  height: 26px;
  width: 100%;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  background-color: #27480A;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 5px;
  cursor: pointer;
}

.footer-btn>img {
  height: 17px;
  width: 17px;
}

.footer-social-cont {
  display: flex;
  /* justify-content: flex-end; */
  gap: 5px;
}

.fbbcsc-2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* home content style */
.home-main-cont-scrollable {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-left: 25px;
  margin-bottom: 20px;
}

.home-cont-scrollable {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  padding: 7px;
}

.home-cont-scrollable>p {
  white-space: nowrap;
}

.sport-main-cont {
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.sport-cont {
  font-size: 16px;
  font-weight: 500;
  color: #27480A;
}

.sport-active-circle {
  height: 8px;
  width: 8px;
  background: #27480A;
  border-radius: 50%;
}

.scroll-card-cont {
  margin: 12px 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.scc-sub {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}

.home-card2 {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  text-align: left;
  cursor: pointer;
}

.home-card2-active {
  background: #F7C247;
  color: #000000;
}

.hc2-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 9.6px;
}

.hc2c-head {
  font-size: 8px;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}

.hc2c-text {
  font-size: 8px;
  font-weight: 300;
}

.carousel-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.carousel-dot-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.carousel-dot {
  width: 30px;
  height: 3px;
  background: #27480A;
  padding: 0px;
  border-radius: 1px;
  cursor: pointer;
}

.similar-card-heading {
  display: flex;
  align-content: center;
  gap: 10px;
}

.similar-card-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 0px 15px;
}


.scc-only-banner {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.scc-only-banner img {
  height: fit-content;
  width: 100%;
}


.scc-title {
  font-size: 15px;
  font-weight: 700;
  color: #27480A;
}

.scc-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #79767D;
}

.scc-heading {
  font-size: 36px;
  font-weight: 700;
  color: #27480A;
}

.scc-para {
  font-size: 12px;
  font-weight: 400;
  color: #79767D;
}

.scc-card-cont {
  border-radius: 20px;
  position: relative;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.scc-card-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
}

.scc-card-cont::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar on webkit browsers */
}

.scc-card-cont {
  -ms-overflow-style: none;
  /* Hide scrollbar on IE/Edge */
  scrollbar-width: none;
  /* Hide scrollbar on Firefox */
}

.scc-sub-cont {
  position: relative;
  width: 90%;
  flex-shrink: 0;
  min-width: 100%;
}

.scc-banner-cont {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.scc-content-cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.scccc-txt-cont {
  width: 75%;
}

.scc-content-cont h5 {
  font-size: 20px;
  font-weight: 700;
}

.scc-content-cont p {
  font-size: 12px;
  font-weight: 300;
}

.scccc-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #CDCFCF;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
}

.scc-only-banner {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.scc-only-banner img {
  object-fit: cover;
}

.images-container {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
  position: relative;
  justify-content: center;
}

.images-container li {
  width: 90%;
  height: 180px;
  flex-shrink: 0;
}

.images-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}

.top-three-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
}

.top-three-cont>div {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.ttc-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #79767D;
}

.home-card {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.home-card img {
  height: fit-content;
  width: 90%;
}

.chat-desk-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cdc-sub-cont {
  width: 90%;
  background-color: #9BDC05;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.cdc-content-cont {
  color: #000000;
  width: 85%;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.cdc-content-cont p {
  font-weight: 300;
}

.popular_game_container {
  width: 100%;
  height: fit-content;
  padding: 0 15px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.popular_game_container>div {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: none;
}

.popular_game_container>div>img {
  /* width: 55px;
  height: 55px; */
}

.right_game_Section> {
  display: flex;
  flex-direction: column;
}

.right_game_Section>h1 {
  color: #27480A;
  font-size: 15px;
  font-weight: 700;
}

.right_game_Section>h1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.right_game_Section>h1>span:first-child {
  font-size: 15px;
}

.right_game_Section>h1>span:last-child {
  font-size: 11px;
}

.right_game_Section>p {
  color: #79767D;
  font-weight: 400;
  font-size: 12px;
}

.card_parent_cont>img {
  width: 165px;
  height: 120px;
  border-radius: 10px;
}

.card_parent_cont>div>div>img {
  width: fit-content;
  height: fit-content;
}

.card_parent_cont>div>div>span {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.card_parent_cont>div>div {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 4px;
}

.card_parent_cont>div>h1 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 1px;
  text-wrap: nowrap;
}

.scroll_card_wrapper {
  margin-top: 10px;
}

.make-responsive {
  overflow-x: auto;
  scrollbar-width: none;
}

.banner-iage>img {
  width: 100%;
}

.more-arrow {
  width: 22px;
  height: 22px;
  background-color: #CDCFCF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}

.more-arrow>span {
  margin-bottom: 4px;
  margin-left: 2px;
}

.home-bottom-banner-cont {
  width: 100%;
}

.home-bottom-banner-cont img {
  width: 100%;
}