@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h2 {
    color: white;
}
h3 {
    color: white;
}
h4 {
    color: white;
}
p {
    color: #fff;
}
.qual {
    padding: 20px;
}
.sqalvideo{
    width: 640px;
    height: 384px;
}
.login-modal-image {
    background-image: url('../img/sc2.jpg');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.bodyc {
  background-color: #111;
}
#pogalive {
 color: white;
 text-decoration: none;
 padding: 10px;
 border-radius: 15px;
 background-color: #d7b56d;
}
section {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  justify-content: flex-start;
  align-items: center;
  background: #111;
  transition: 0.5s;
}

.aboutus {
  align-items: normal !important;
  flex-flow: column !important;
  padding: 0px !important;
}
.live-video {
  border: 5px solid #d7b56d;
  width: 990px;
  height: 557px;
}
.sec-box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bixbox {
  display: flex;
  width: 60%;
  overflow: hidden;
}
.pbox {
  width: 50%;
  background-color: white;
  position: relative;
  text-align: center;
  color: white;
}

.videobox {
  width: 560px;
  height: 315px;
  position: relative;
  text-align: center;
  color: white;
}

.video-photo {
  border-radius: 50px;
  border: 5px solid #d7b56d;
  width: 560px;
  height: 315px;
}

.pbox-photo {
  width: 100%;
  height: 100%;
}
.tbox {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
}
.tbox > p{
    color: #000;
}
.contactus-tbox {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
}
.contactus-tbox > h1 {
  color: #d7b56b;
  padding: 25px 0px 0px 0px;
  font-size: xx-large;
}
.contactus-tbox > p {
  color: #000;
}
.centered {
  position: absolute;
  color: #d7b56d;
  text-shadow: 0 0 20px black;
  top: 50%;
  left: 50%;
  font-size: 100px;
  transform: translate(-50%, -50%);
}

.banner.active {
  right: 300px;
}

.hcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hcontainer > div {
  color: white;
  text-align: center;
}

.scontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.stats {
  background-image: url("../img/section1.jpg");
}

.sponsors {
  background-image: url("../img/section2.jpg");
}

.scontainer > div {
  margin: 10px;
  text-align: center;
  color: white;
  font-size: 30px;
}

.abouttext {
  width: 60%;
}
.heart {
  color: #e25555;
}
.about-header {
  color: white;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
}
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 5%;
  background-color: #050505;
  color: white;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.footer > div {
  margin: 10px;
  padding: 20px;
  color: #d7b56d;
  font-size: 14px;
}

.banner {
}
header {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 40px 40px 40px 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 1000;
}
header .logo {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.with-bg {
  background: url(../img/poster.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}
.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  background: url(../img/menu.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  cursor: pointer;
}
.toggle.active {
  background: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.text {
  position: relative;
  z-index: 10;
}
.text h2 {
  font-size: 6em;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text h3 {
  font-size: 4em;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text p {
  position: relative;
  font-size: 1.1em;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
  color: #fff;
}
.text a {
  display: inline-block;
  font-size: 1.1em;
  background: #d7b56d;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;

  transition: all 0.25s ease-in-out;
}
.text a:hover {
  background: transparent;
  border: 2px solid #d7b56d;
}

.sci {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sci li {
  list-style: none;
}
.sci li a {
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.menu ul {
  position: relative;
}
.menu ul li {
  position: relative;
  list-style: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 26px;
}
.menu ul li a {
  text-decoration: none;
  font-size: 24px;
  color: #111;
}
.reg-modal {
  display: none;
  position: fixed;
  z-index: 9000000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9000000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.regul-text {
  color: white;
}
.regul-text > h2 {
  color: #d7b56d;
  padding: 25px 0px;
}
.modal-content {
  margin: auto;
  color: black;
  border-radius: 25px;
  width: 60%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}
.register-modal-image {
  background-image: url("../img/reg.jpg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.modal-head {
  color: #d7b56d;
}

.modal-form-right {
  width: 35%;
  background: white;
  padding: 60px 40px;
  display: inline-block;
  line-height: 30px;
  border-radius: 0px 25px 25px 0px;
}

.input-group input,
select {
  width: 100%;
  padding: 15px 0px;
  font-size: 18px;
  color: grey;
  border: 2px solid grey;
  border-style: hidden hidden solid hidden;
  margin: 8px 0;
  box-sizing: border-box;
}

.input-group input:focus,
.input-group input:hover,
.input-group input.visited {
  outline: none;
  border: 2px solid #d7b56d;
  border-style: hidden hidden solid hidden;
  color: grey;
}

.input-group select:focus,
.input-group select:hover,
.input-group select.visited {
  outline: none;
  border: 2px solid #d7b56d;
  border-style: hidden hidden solid hidden;
  color: grey;
}

.input-group button {
  background-color: #d7b56d;
  border: 1px solid transparent;
  color: white;
  padding: 5px 0px;
  margin-top: 30px;
  width: 100px;
  text-align: center;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
}

.input-group button:hover {
  background-color: transparent;
  color: #d7b56d;
  border-color: #d7b56d;
}
/*FINALS*/
#wodblock{
  display: flex;
  width: 80%;
  overflow-x: auto;
  flex-flow: column;
  text-align: center;
}

#finalblock{
  display: none;
  width: 80%;
  overflow-x: auto;
  flex-flow: column;
  text-align: center;
}


#sportmaleblock,
#sportfemaleblock,
#teenfemaleblock,
#masterfemaleblock,
#mastermaleablock,
#mastermalebblock,
#elitemaleblock,
#elitemalebblock,
#elitefemaleblock,
#teamblock,
#sportmaleblocktwo,
#masterfemaleblocktwo,
#mastermaleblocktwo,
#elitemaleblocktwo,
#elitefemaleblocktwo,
#teamblocktwo{
  display: none;
  width: 100%;
  overflow-x: auto;
  flex-flow: column;
  text-align: center;
}

/*FINALS END*/
#EMale,
#EFemale,
#EMale,
#SFemale,
#MMale,
#MFemale,
#TMale,
#M2Male,
#M2Female,
#TFemale,
#Team{
  display: none;
  width: 80%;
  overflow-x: auto;
}

#SMale {
  display: flex;
  width: 80%;
  overflow-x: auto;
}

#wodone {
  display: flex;
  width: 80%;
  overflow-x: auto;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

#wodtwo,
#wodthree,
#wodfour {
  display: none;
  width: 80%;
  overflow-x: auto;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

#EMale,
#EFemale,
#SMale,
#SFemale,
#MMale,
#MFemale,
#TMale,
#TFemale,
#wodone,
#wodtwo,
#wodthree,
#wodfour,
#M2Male,
#M2Female,
#Team {
  flex-flow: column;
  text-align: center;
}

table {
  margin-top: 20px;
  width: 100%;
}

th {
  background-color: #d7b56d;
  color: white;
  text-align: center;
  padding: 8px;
  font-weight: 500;
}

td {
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #bfbfbf;
}

tr:nth-child(odd) {
  background-color: #fff;
}

.main-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.dalButtons {
  display: flex;
  flex-flow: row wrap;
}

.poga{
    font-size: 12pt;
    padding: 15px 25px !important;
    min-width: 35% !important;
}

.dalButtons button {
  flex-grow: 1;
  min-width: 25%;
  background-color: #d7b56d;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  border: 0;
  outline: none;

  transition: all 0.25s ease-in-out;
}

.dalButtons button:hover {
  background: #fff;
  color: #000;
}

.scoreboard-heading {
  color: white;
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 1090px) {
  .text h2 {
    font-size: 3em;
  }
  .text h3 {
    font-size: 2em;
  }
}

.aboutus-header {
  color: #fff;
  margin-top: 2%;
  margin-bottom: 2%;
}

.footerlink{
    color: #d7b56d;
    text-decoration: none;
}

@media (max-width: 1700px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1280px) {
  .register-modal-image {
    display: none;
  }
    .login-modal-image {
    display: none;
  }
  .modal-content,
  .modal-form-right {
    width: 90%;
    border-radius: 25px;
  }
  .modal-content {
    justify-content: center;
  }
  .modal-head {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1150px) {
}
@media (max-width: 1000px) {
  .contactus-tbox {
    width: 100%;
  }
  .sqalvideo{
    width: 320px;
    height: 192px;
  }    
  .maps {
    height: 100%;
  }
  .bixbox {
    flex-direction: column;
  }
  .pbox,
  .tbox {
    width: 100%;
  }
  .pbox {
    height: auto;
  }
  .orderone:nth-of-type(1) {
    order: 2;
  }
  .orderone:nth-of-type(2) {
    order: 1;
  }
  .live-video {
    border: 5px solid #d7b56d;
    width: 560px;
    height: 315px;
  }
}
@media (max-width: 850px) {
}

@media (max-width: 800px) {
  .footer {
    flex-direction: column;
  }
  #EMale,
  #EFemale,
  #SMale,
  #SFemale,
  #MMale,
  #MFemale,
  #TMale,
  #TFemale {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .modal-head {
    font-size: 1.2em;
  }
  #EMale,
  #EFemale,
  #SMale,
  #SFemale,
  #MMale,
  #MFemale,
  #TMale,
  #TFemale {
    width: 100%;
  }
  .bixbox {
    width: 90%;
  }
}

@media (max-width: 640px) {
  #EMale,
  #EFemale,
  #SMale,
  #SFemale,
  #MMale,
  #MFemale,
  #TMale,
  #TFemale {
    width: 100%;
  }
  .logo img {
    width: 70%;
  }
  .text h2 {
    font-size: 1.8em;
  }
  .text h3 {
    font-size: 1.2em;
  }
  .text p {
    font-size: 0.9em;
      color: #fff;
  }
  .modal-form-right {
    padding: 20px 30px;
  }
  .modal-head {
    font-size: 1em;
  }
  .input-group input,
  select {
    padding: 8px 0px;
  }
  .videobox,
  .video-photo {
    width: 340px;
    height: 200px;
  }
}
@media (max-width: 600px) {
  .live-video {
    border: 5px solid #d7b56d;
    width: 340px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .contactus-tbox > p {
    font-size: small;
      color: #000;
  }
    .sqalvideo{
    width: 250px;
    height: 180px;
}
  .contactus-tbox > h1 {
    font-size: medium;
  }
  .live-video {
    border: 5px solid #d7b56d;
    width: 250px;
    height: 160px;
  }
  .banner.active {
    right: 200px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .videobox,
  .video-photo {
    width: 250px;
    height: 180px;
  }
}

@media (max-width: 400px) {
  .contactus-tbox > p {
    font-size: small;
      color: #000;
  }
  .contactus-tbox > h1 {
    font-size: medium;
  }
  .live-video {
    border: 5px solid #d7b56d;
    width: 250px;
    height: 160px;
  }
  .banner.active {
    right: 200px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .videobox,
  .video-photo {
    width: 250px;
    height: 180px;
  }
}
@media (max-width: 360px) {
  .sqalvideo{
    width: 160px;
    height: 96px;
}
}
