/*-----------------------------------*\
             common
\*-----------------------------------*/
.pixel-head {
  height: auto !important;
  background: linear-gradient(rgba(0, 0, 0, 0.863), rgba(0, 0, 0, 0.868)), url(../Img/tournament/tournament-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.logo-menu-part {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.btn-search {
  top: -9px;
}

/*-----------------------------------*\
              Tournament title 
\*-----------------------------------*/
.tourn-title {
  padding: 20px 80px 20px 80px !important;
  background: linear-gradient(rgba(0, 0, 0, 0.864), rgba(0, 0, 0, 0.826)), url(../Img/tournament/tournament-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}

.tour-t-one {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tourn-title-text {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Starzone", "serif";
  text-shadow: 1px -1px 0 rgba(168, 0, 0, 0.5098039216), 5px 5px 10px rgba(255, 41, 41, 0.5725490196);
}

.tourn-title-text p {
  margin-bottom: 0;
}

/*-----------------------------------*\
        Tournament title img 
\*-----------------------------------*/
.tour-title-img {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.tourn-trphy-img {
  height: 300px !important;
  width: 300px !important;
}

.tourn-trphy-img:hover {
  animation: breadcrumbShake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes breadcrumbShake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media only screen and (max-width: 760px) {
  .tour-t-two {
    display: none;
  }
  .tourn-title {
    padding: 100px 15px 100px 15px !important;
  }
}
@media only screen and (max-width: 675px) {
  .tourn-title-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 445px) {
  .tourn-title-text {
    font-size: 25px;
  }
}
/*-----------------------------------*\
          Tournament section
\*-----------------------------------*/
.cod-tour-sec {
  padding: 60px 80px 60px 80px !important;
  background-color: #000000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -15px 15px -15px #fefefe, 0px 15px 15px -15px #fefefe;
}

#cod-tour-img {
  height: 300px !important;
  width: 100% !important;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.975);
  border-radius: 2ch;
}

.tor-body-s-s {
  text-align: center;
}

.tour-body-sec {
  padding-top: 50px !important;
  padding-bottom: 0px !important;
}

.title-tour-t {
  color: white;
  font-weight: 700;
  word-wrap: break-word;
  font-size: 28px;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.pir-tour {
  color: white;
  font-weight: 700;
  font-style: italic;
  word-wrap: break-word;
  font-size: 28px;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.t-t-img {
  position: absolute;
  z-index: 0;
  margin-top: 60px;
  transform: translate(-50%, -50%);
}

.pir-to {
  color: rgb(35, 255, 1);
  font-weight: 500;
  padding-top: 7px;
  word-wrap: break-word;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.prize-info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.button-sec-tour {
  padding: 10px 20px;
  background-color: rgba(0, 255, 0, 0.7529411765);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  transition: background-color 0.3s ease;
  font-family: "Arial", "Helvetica", "sans-serif";
  border: solid 2px transparent;
}

.button-sec-tour:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: solid 2px white;
}

#countdown {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  color: white;
  font-weight: 300;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.countdown-part {
  display: flex;
  flex-direction: column;
}

#tour-body-four {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

@media only screen and (max-width: 1200px) {
  .cod-tour-sec {
    padding: 30px 15px 30px 15px !important;
  }
  #tour-body-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #tour-body-three {
    padding-bottom: 30px;
  }
  #cod-tour-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 400px) {
  #cod-tour-img {
    height: 150px !important;
  }
  .title-tour-t {
    font-size: 18px;
  }
  .pir-to,
  #countdown {
    font-size: 16px;
  }
  .button-sec-tour {
    padding: 5px 10px;
  }
}
/*-----------------------------------*\
          Tournament  details
\*-----------------------------------*/
.tour-detials {
  padding: 0px 80px 60px 80px !important;
  background-color: #000000;
}

.nav-link.active,
.show > .nav-link {
  background-image: linear-gradient(rgb(0, 0, 0) 13%, rgb(0, 0, 0) 40%, #0c0d11 86%) !important;
  color: #fefefe !important;
  padding: 15px !important;
  font-family: sans-serif, serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  border-radius: 0.375rem !important;
  transform: scale(0.95);
  transition: 0.5s ease;
  cursor: pointer !important;
  filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 0.5)) !important;
  border-bottom: rgba(255, 0, 0, 0.847) solid 3px !important;
  overflow: hidden;
}

#v-pills-tab {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.pixel-menu {
  z-index: 9;
}

/*-----------------------------------*\
          Tournament OVERLAY  details
\*-----------------------------------*/
.over-view-sec {
  padding: 80px 0px 0px 0px !important;
}

.overview-part {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay-p-1, .overlay-p-2 {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  background-color: #222222;
  border-radius: 2ch;
  padding: 15px;
  height: 180px;
}

.gmae-part {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.game-t, .mode-name {
  font-size: 22px;
  font-weight: 500;
  color: #fefefe;
  font-family: "Arial", "Helvetica", "sans-serif";
  margin-bottom: 0%;
}

.game-n, .mode-type {
  font-size: 25px;
  font-weight: 600;
  color: rgb(35, 255, 1);
  font-family: "Arial", "Helvetica", "sans-serif";
  font-style: italic;
  margin-bottom: 0%;
}

.game-mode {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.copyright-fonts-part-1 {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.font-cont-one {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.time-line {
  padding-top: 50px;
}

.time-line p {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  font-style: italic;
  margin-bottom: 0%;
}

#time-lline {
  padding-bottom: 40px;
  padding-top: 40px;
}

.register-tour, .end-tour {
  text-align: center;
  background-color: #222222;
  border-radius: 2ch;
  padding: 15px;
}

#register-tour, #end-tour {
  font-size: 35px;
  font-weight: 600;
  color: rgb(35, 255, 1);
}

.end-t-one {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  margin-bottom: 0%;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.end-t-two {
  font-size: 25px;
  font-weight: 600;
  color: rgb(255, 0, 0);
  font-family: "Arial", "Helvetica", "sans-serif";
  font-style: italic;
  margin-bottom: 0%;
}

.about-tour-t {
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  font-style: italic;
  margin-bottom: 0%;
  padding-top: 10px !important;
  padding-bottom: 40px !important;
}

.dis-info {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.dis-discription {
  font-size: 20px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  margin-bottom: 0%;
}

.dis-discription-two {
  font-size: 25px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  padding-top: 25px;
  margin-bottom: 0%;
}

.dis-discription-three {
  color: rgb(35, 255, 1);
  font-style: italic;
}

@media only screen and (max-width: 1200px) {
  .tour-detials {
    padding: 30px 15px 50px 15px !important;
  }
  .overlay-p-2, .end-tour {
    margin-top: 20px;
  }
  .time-line, .about-tour-t, .dis-discription-two {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .time-line p, .about-tour-t {
    font-size: 22px;
  }
  .overlay-p-1, .overlay-p-2 {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 15px;
    text-align: center;
  }
  .over-view-sec {
    padding: 40px 0px 0px 0px !important;
  }
  .copyright-fonts-part-1 {
    justify-content: center;
  }
  .game-t, .mode-name, .dis-discription, .end-t-two {
    font-size: 18px;
  }
  .game-n, .mode-type, .dis-discription-two, .end-t-one {
    font-size: 20px;
  }
  .dis-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .pricing-cards-menu {
    display: flex;
    flex-direction: column;
  }
}
/*-----------------------------------*\
      Tournament  rule
\*-----------------------------------*/
.t-rule {
  margin-top: 30px;
  background-color: #222222;
  border-radius: 2ch;
  padding: 20px 0 20px 25px !important;
}

.t-rule-title {
  font-size: 25px;
  font-weight: 600;
  color: rgb(35, 255, 1);
  font-family: "Arial", "Helvetica", "sans-serif";
  font-style: italic;
  margin-bottom: 0%;
}

.t-rule-body {
  font-size: 18px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: "Arial", "Helvetica", "sans-serif";
  padding-top: 10px;
  margin-bottom: 0%;
}

#t-rule-two {
  padding-top: 20px;
}

/*-----------------------------------*\
      Tournament prize
\*-----------------------------------*/
.prize-part {
  margin-top: 30px;
  border-radius: 2ch;
  padding: 20px 20px 20px 20px !important;
}

.prize-img {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 20px rgb(60, 255, 0);
  border-radius: 2ch;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/*-----------------------------------*\
      Tournament booster prize
\*-----------------------------------*/
.booster-section-s {
  margin-top: 50px !important;
}

.t-rule-body-s {
  font-size: 17px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  font-family: "Arial", "Helvetica", "sans-serif";
  background-color: rgb(60, 255, 0);
  border: none;
  margin-top: 10px;
  font-style: italic;
  border-radius: 5ch;
  width: 155px;
  padding: 10px;
}

.t-rule-body-s:hover {
  background-color: rgb(50, 48, 48);
  color: rgb(55, 255, 0);
  cursor: pointer;
  transition: 0.5s;
}

.boost-one {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.booster-cod-vi {
  box-shadow: 0 0 20px rgb(60, 255, 0);
  border-radius: 2ch;
}

@media only screen and (max-width: 1200px) {
  .prize-part {
    padding: 30px 0px 50px 0px !important;
  }
  .prize-two-sss {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .boost-one {
    padding: 15px !important;
    background-color: #222222;
    border-radius: 2ch;
  }
  .booster-cod-vi {
    margin-top: 25px !important;
  }
}
@media only screen and (max-width: 500px) {
  .t-rule-title {
    font-size: 20px;
  }
  .t-rule-body {
    font-size: 16px;
  }
  .prize-img {
    height: 145px;
  }
  .t-rule-body-s {
    font-size: 16px;
  }
}
/*-----------------------------------*\
      DISCORD-JOIN PART
\*-----------------------------------*/
.discord-part-joinn {
  box-shadow: 0px -15px 15px -15px #fefefe, 0px 15px 15px -15px #fefefe;
  background: linear-gradient(rgba(0, 0, 0, 0.548), rgba(0, 0, 0, 0.605)), url(../Img/tournament/discord-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.dis-h {
  text-align: center;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.dis-heading-title {
  color: #FFFFFF;
  font-family: "Barlow", Sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 3px;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.33);
  margin-bottom: 0%;
}

.dis-heading-title-two {
  color: #45f882;
}

.dis-heading-title-three {
  margin-bottom: 0%;
  color: #FEFEFE;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: 0.9px;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tg-btn-1-d {
  display: inline-flex;
  font-family: "Barlow", sans-serif;
  color: #201f2a;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 49px;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  min-width: 195px;
  z-index: 1;
  text-decoration: none;
}

.svg-dis-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tg-btn-1-d .cls-1 {
  fill: #45f882;
  stroke: #fff;
  stroke-width: 1.5px;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (max-width: 458px) {
  .dis-heading-title {
    font-size: 40px;
  }
  .dis-h {
    padding: 8rem 15px 8rem 15px !important;
  }
}
@media only screen and (max-width: 338px) {
  .dis-heading-title {
    font-size: 35px;
  }
  .dis-heading-title-three {
    font-size: 14px;
  }
}
@media only screen and (max-width: 300px) {
  .dis-heading-title {
    font-size: 25px;
  }
  .dis-heading-title-three {
    font-size: 12px;
  }
  .tg-btn-1-d {
    padding: 12px 27px;
  }
}/*# sourceMappingURL=tournament.css.map */