#tournaments h1 {
  color: #000 !important;
}

.apex_bg_1 {
  background: url("../img/images/GameDayPage.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gameday {
  width: 100%;
  min-height: 100vh;
}
#gameday,
#past_tournaments {
  margin-top: -17px;
}
.gameday .gameday_contents {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gameday .gameday_contents h1 {
  color: #69cd0b !important;
  font-weight: bold;
  background: #0d0d0ceb !important;
  padding: 5px 50px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  border-top: 2px solid #69cd0b;
  border-bottom: 2px solid #69cd0b;
  text-align: center;
}
.table {
  font-family: "Oxanium", cursive !important;
}
.gameday .table,
#results .table {
  /* background: #0d0d0ceb !important; */
  /* width: 50%; */
  color: #69cd0b;
  border-top: 2px solid #69cd0b;
  border-bottom: 2px solid #69cd0b;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
.gameday .table thead th,
#results .table thead th {
  border-bottom: 2px solid #69cd0b;
}
.gameday .table tr,
#results .table tr {
  border-bottom: 1.5px solid #69cd0b !important;
}

.pad_40 {
  padding-left: 50px !important;
  text-align: center !important;
}
.pad_100 {
  padding-left: 70px !important;
  text-align: center !important;
}

.live_content a,
.live_content {
  color: rgb(255, 115, 0) !important;
}
.live_content a:hover,
.live_content:hover {
  color: #69cd0b !important;
}

.past_tournaments {
  min-height: 100vh;
  width: 100%;
  background: url(../img/images/bg_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.past_tournaments .past_torunaments_contents {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 100%;
}
.past_tournaments .past_torunaments_contents h1 {
  /* background: #0d0d0c !important; */
  width: 50%;
  color: #69cd0b;
  border-top: 2px solid #69cd0b;
  border-bottom: 2px solid #69cd0b;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 900;
}
.past_contents {
  width: 100%;
  height: 100%;
}
.p_tournament {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/images/about_us_img.jpg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 700px;
  width: 100%;
  margin-bottom: 100px;
}
.p_tournament h1 {
  background: #0d0d0ceb !important;
  width: 50%;
  color: #69cd0b;
  border-top: 2px solid #69cd0b;
  border-bottom: 2px solid #69cd0b;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.p_tournament .p_content {
  height: 70%;
  width: 70%;
  background: #0d0d0c;
  overflow: hidden;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
  border-top: 4px solid #69cd0b;
  border-bottom: 4px solid #69cd0b;
}
.p_tournament .p_content iframe {
  height: 100%;
  width: 100%;
  /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
}
#results {
  background: url(../img/images/ResultsPage.png);
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -17px;
  /* background-attachment: fixed; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#results h1 {
  background: #0d0d0ceb !important;
  width: 50%;
  color: #69cd0b;
  border-top: 2px solid #69cd0b;
  border-bottom: 2px solid #69cd0b;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0;
}
#results .results_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
#player_view_div {
  width: 100%;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#player_table_div {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0d0d0ceb;
  overflow: hidden;
}
.pointer {
  cursor: pointer !important;
  color: rgb(255, 115, 0) !important;
  transition: all 0.3s ease-in-out;
}
.pointer:hover {
  color: #69cd0b !important;
}

#about_us .top_contents {
  background: url(../img/images/AboutTop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
}
#about_us .top_contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
#about_us .top_contents .icons {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#about_us .top_contents .icons a {
  font-size: 40px;
  color: #fff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
  text-shadow: 2px 2px 5px #69cd0b;
}
#about_us .top_contents .icons a:hover {
  color: #69cd0b;
  transform: translateY(-10px);
}
#about_us .top_contents .white_logo {
  height: 200px;
  cursor: pointer;
  transition: all 0s ease-in-out;
}
#about_us .top_contents .white_logo:hover {
  /* animation: rotating 0.0001s infinite; */

  transform: rotateY(180deg) translateY(-10px);
}
#about_us .top_contents .texts {
  margin: 0;
  text-shadow: 2px 2px 5px #69cd0b;
  transition: all 0.3s ease-in-out;
}
#about_us .top_contents .texts:hover {
  color: #69cd0b;
  transform: translateY(-10px);
}
.bg_about_bottom {
  /* background: url(../img/images/AboutBottom.png); */
  background: #08090c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ab_logo {
  cursor: pointer;
  transition: all 0s ease-in-out;
}
.ab_logo:hover {
  /* animation: rotating 1s infinite; */
  transform: rotateY(180deg) translateY(-10px);
}

tbody h1.st {
  width: 100% !important;
}
.focus_contens {
  width: 96%;
  display: flex;
  flex-direction: row;
  column-count: 2;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.focus_div {
  width: 300px;
  height: 120px;
  margin: 10px 20px;
  padding: 8px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  background: url("../img/images/chair_discount_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 3px solid #69cd0b !important;
}
.focus_title {
  margin-top: 40px !important;
  text-align: center;
}
.focus_div::before {
  content: "";
  background: #0d0d0c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: -1;
}
.focus_div h3,
.focus_div p {
  margin: 0 !important;
}
.focus_div i {
  font-size: 30px;
  color: #69cd0b !important;
}

.focus_contens p {
  padding-left: 15px;
}
.accross_div {
  width: 100%;
  /* margin-top: 150px; */
}
.accross_div .countries {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.accross_div .across_title {
  text-align: center !important;
}
.accross_div .country {
  width: 300px;
  height: 80px;
  background: #0d0d0c;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 10px;
  margin: 8px 0;
  margin-right: 50px;
}
.accross_div .country div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accross_div .country .flag {
  height: 100%;
  width: 205px;
  border-right: 5px solid #69cd0b;
}
.accross_div .country h4 {
  text-align: center;
}

.flag__bangladesh {
  background: url("../img/flags/bangladesh.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flag__india {
  background: url("../img/flags/india.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flag__philippines {
  background: url("../img/flags/philippine.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag__us {
  background: url("../img/flags/us.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag__uk {
  background: url("../img/flags/uk.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag__canada {
  background: url("../img/flags/canada.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag__srilanka {
  background: url("../img/flags/srilanka.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flag__pakistan {
  background: url("../img/flags/pakistan.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#achievements {
  /* background: url(../img/images/AboutBottom.png); */
  background: #08090c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -17px;
}
#achievements h1 {
  text-transform: uppercase;
  text-align: center;
  color: #69cd0b !important;
  font-weight: bold;
}
.ach_contents {
  width: 100%;
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ach_contents .ach_contents_left {
  background: #0d0d0c;
  /* display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;  */
}
/* .ach_contents .ach_contents_left::before{
    content: "";
    height: 100%;
    width: 100%;
    background: #0d0d0ca9;
} */
.ach_contents .ach_contents_left h1 {
  color: #0d0d0c !important;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 35%;
  left: 0;
  width: 500px;
  margin: 0 10px;
  height: 100%;
  /* -webkit-text-stroke: 3px #0d0d0c; */
}
.ach_contents .ach_contents_left h1 i {
  font-size: 50px;
}
.ach_contents .ach_contents_right {
  width: 58vw;
  background: #0d0d0c6e;
}
.ach_contents .achievement {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  height: 100px;
  width: 100%;
  /* background: #69cd0b; */
  margin: 10px 0;
  transition: all 0.1s ease-in;
  position: relative;
  /* border-left: 10px solid #69cd0b; */
}
/* .ach_contents .achievement::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-left: 10px solid #69cd0b;
} */
/* .ach_contents .achievement:hover {
  background: #555555;
  cursor: pointer;
} */
.ach_contents .achievement:hover h5 span,
.ach_contents .achievement:hover .rights i {
  color: #ff5202 !important;
}
.ach_contents .achievement .rights i {
  padding: 0 10px;
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 2px #ff5202;

  transition: all 0.3s ease-in-out;
}
.ach_contents .achievement .lefts {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
.ach_contents .achievement h5 {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-size: 15px !important;
}
.ach_contents .achievement h2 {
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
.ach_contents .achievement h5 span {
  color: #ff5202;
}

.home__bg_video {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
}
#widget2 {
  margin-top: -18px;
  position: relative;
  overflow: hidden;
}
#widget2 video {
  width: 100%;
  height: 100%;
}
#widget2::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0d0d0c;
  opacity: 0.8;
}
.home__bg_video #slide_contents__ {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  bottom: 0;
  left: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home__bg_video #slide_contents__ .banner-content h6 {
  font-size: 20px;
  text-transform: uppercase;
}
.home__bg_video #slide_contents__ .banner-content h1 {
  font-size: 50px !important;
  font-weight: bold;
}
.home__bg_video #slide_contents__ .banner-content h3 {
  font-size: 35px;
  text-transform: uppercase;
}
.home__bg_video #slide_contents__ .banner-content h3 span {
  color: #69cd0b;
}
#teams_home_btn {
  border: none !important;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  border-top: 3px solid #69cd0b !important;
  border-bottom: 3px solid #69cd0b !important;
}
.glass___one {
  background: linear-gradient(
    135deg,
    #ffffff1a,
    #ffffff00
  );
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  border: 1px solid #ffffff2e;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  /* box-shadow: inset 3px 5px 10px #69cd0b, 3px 5px 10px #ffff; */
  /* box-shadow: inset 2px 1px 25px #69cd0b, 0px 1px 28px #69cd0b; */
  padding: 25px;
  z-index: 5;
  position: relative;
}
.glass___one::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  box-shadow: inset 2px 1px 54px #69cd0b, 0px 1px 3px #69cd0b;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.glow__walls:hover {
  z-index: 10 !important;
}
.glow__walls:hover::after {
  /* opacity: 1; */
  /* transform: translateY(0) rotate(180deg); */
  bottom: -30px;
  left: -15px;
  background: #ff5202;
}
.glow__walls:hover::before {
  /* opacity: 1; */
  /* transform: translateY(0); */
  top: -30px;
  right: -15px;
  background: #ff5202;
}
.glow__walls:hover .glass___one::before {
  opacity: 1;
}
.glow__walls {
  margin: 25px auto;
  /* padding: -25px; */
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 5;
}
.glow__walls::after {
  content: "";
  height: 100px;
  width: 100px;
  background: #69cd0b;
  position: absolute;
  bottom: -15px;
  left: 0;
  border-radius: 10px;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 90% 100%, 90% 10%, 0% 10%);
  transform: rotate(180deg);
  transition: all 0.25s ease-in;
  z-index: 5;
}
.glow__walls::before {
  content: "";
  height: 100px;
  width: 100px;
  background: #69cd0b;
  position: absolute;
  top: -15px;
  right: 0;
  border-radius: 10px;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 90% 100%, 90% 10%, 0% 10%);
  /* transform: translateY(-100px); */
  transition: all 0.25s ease-in;
  z-index: 5;
}

@keyframes fade_down {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.measure___acievement {
  padding: 0 15px;
}
.store__bg {
  /* min-height: 100vh; */
  /* height: 85vh !important; */
  cursor: pointer;
  height: 80% !important;
  width: 80%;
  position: relative;
}
.store__bg .contents {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  justify-content: end;
}
.store__bg img {
  height: 100%;
  width: 100%;
}
.store__bg .contents button {
  z-index: 5;
  width: 200px;
  padding: 10px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #111111;
  border: 3px solid #69cd0b;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  margin-bottom: 10px;
}
.store__bg .contents button:hover {
  background: #69cd0b;
  border: 3px solid #111111;
}
.store__bg .contents p{
  color: #69cd0b;
  margin: 0;
}
.glass__two{
  width: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(2px);
}
.valorant_team_video{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}