*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.main-inner {
  max-width: 1258px;
  margin: auto;
}
html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.padding-main {
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}
body {
  line-height: 1.5;
  color: #212529;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.container {
  width: 100%;
  height: 100%;
  /* max-width: 1260px; */
  padding: 0 0.75rem;
  margin: 0 auto;
}

.msg_otr{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000057;
  z-index: 9;
}
.msg_otr .msg_inr{
  width: 450px;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.msg_otr .msg_inr .txt{
  margin-bottom: 20px;
  text-align: center;
}
.msg_otr .msg_inr .btn{
  text-align: center;
  width: 100%;
}
.msg_otr .msg_inr .btn{
  text-align: center;
  display: flex;
  justify-content: center;
}
.msg_otr .msg_inr .msgclose{
  color: white;
  cursor: pointer;
}
.err-left{
  text-align: left;
  list-style: disc;
}
.err-left-onli{
  margin: 0 18px;
  list-style: decimal;
}
.msgimg img{
  width: 70px;
}
.fighters .col-layout-otr{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  row-gap: 30px;
}
.fighters .col-layout-otr .col-inr .name-fight{
  text-align: center;
  font-weight: 600;
}
.fighters .col-layout-otr .col-inr .oneliner-fight{
      text-align: center;
      font-weight: 300;
      font-size: 14px;
}
.fighters .col-layout-otr .col-inr{
  width: 30%;
}
.fighters .col-layout-otr .col-inr .imgotrio img{
  width: 100%;
  height: auto;
}
.removemaxheight .hero_inr,
.removemaxheight.event-hero-banner{
  max-height: none;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .rules .rules-content h2{
    text-align: center;
  }
  .container {
    max-width: 720px;
    width: 100%;
  }
  .form-otr.dob{
    display: flex;
  }
  .form-otr.dob .dob-input{
    padding: 9px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-otr.dob input::-webkit-date-and-time-value{
    text-align: left !important;
  }
  .fighters .col-layout-otr .col-inr{
    width: 46%;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
  }
}
input::placeholder {
  color: #57606F;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
  box-shadow: none;
  outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.topbar {
  background-color: #ECE7F9;
  height: 35px;
}
.topbar.hide {
  display: none;
}
.topbar p {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #210170;
  font-size: 14px;
  /* font-size: 1.25rem; */
  white-space: nowrap;
  overflow: hidden;
  transition: color 0.2s ease 0s;
}
.topbar p:hover {
  color: #7bD7C0;
}
.topbar p:hover svg path {
  fill: #7bD7C0;
}
.topbar p svg path {
  transition: fill 0.2s;
}
.topbar p span {
  margin-right: 10px;
}
.topbar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 40px;
}
.topbar ul li {
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .topbar ul li a p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topbar ul {
    gap: 20px;
    margin-left: auto;
  }
  .topbar p span {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .topbar ul li a p {
    font-size: 0.9rem;
  }
  .topbar p span svg {
    width: 12px;
  }
  .topbar p span svg:last-child {
    width: 20px;
  }
}
@media only screen and (max-width: 300px) {
  .topbar ul li:last-child {
    display: none;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 34px;
  left: 0;
  background: #fff;
  transition: all 0.2s;
  z-index: 5;
  box-sizing: border-box;
}
header.fixed {
  top: 0px;
  left: 0px;
  transition: top 0.2s;
  box-shadow: 0 0 80px rgba(46, 16, 120, 0.1882352941);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  height: 75px;
  font-size: 20px;
}
nav .brand-logo {
  max-width: 155px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
nav ul {
  display: flex;
  gap: 24px;
  padding-left: 50px;
}
nav .register-btn {
  background-color: #2e1078;
  color: #fff;
  border-radius: 4px;
  text-transform: 4px;
  text-align: center;
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 12px;
  max-height: 60px;
  z-index: 1;
}
nav .register-btn:hover {
  background-color: #7BD7C0;
}
nav a {
  color: #716783;
  transition: all 0.2s;
  font-size: 20px;
  font-family: 500;
}
nav a:hover {
  color: #2e1078;
}
nav .right-nav {
  display: flex;
  gap: 15px;
  align-items: center;
}
nav .navbar-toggler {
  display: none;
  background: none;
}
.pinkin .rules,
.pinkin .topbar{
  background-color: #fdeaf0;
}
.pinkin .rules .rules-content li .fa-check{
  -webkit-text-stroke: 2px #e40b7c;
  color: #e40b7c;
}
.pinkin .register-form .register-policy a,
.pinkin .topbar p{
  color: #e40b7c;
}
.pinkin .register-form .register-btn,
.pinkin .btncolor,
.pinkin footer,
.pinkin .prize-details .register-btn,
.pinkin .hero_inr .rdbtn,
.pinkin nav .register-btn{
  background-color: #e40b7c;
}
.pinkin footer .copywright,
.pinkin footer .footer-block2 h5{
  color: white;
}
.pinkin .topbar p svg path{
  fill: #e40b7c;
}
.pinkin .pinkindispno{
  display: block;
}
.pinkin footer .footer-block3 li a{
  background: rgb(0 0 0 / 24%);
}

.pinkindispno{
  display: none;
}
.pinkin .nrmllogo{ 
  display: none;
}
.pinkin .contentpara h2{
  color: #e40b7c;
}
.nrmllogo{
  display: block;
}

.contentpara {
  margin-top: 30px;
  padding: 0 15px;
}
.contentpara p.smal{
  font-size: 16px;
  text-align: center;
}
.contentpara .ppol{
  font-size: 18px;
  color: #8B8B8B;
  font-weight: 400;
}
.contentpara p{
  font-size: 18px;
  color: #8B8B8B;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.contentpara h2{
      font-size: 40px;
    font-size: 40px;
    color: #2E1078;
    font-weight: 600;
    margin-bottom: 18px;
    text-align: center;
}
.bibimg{
  width: 75px;
}
.rulepic{
  display: flex;
  column-gap: 10px;
}
.rulepic .rulepicotr img{
  border-radius: 10px;
}
.rulepic .rulepicotr,
.rulepic ul{
  width: 50%;
}
.prize-details .prize-details-list.nodisc ol{
  padding-left: 0px;
}
.prize-details .prize-details-list.nodisc li{
  list-style: none;
  padding-left: 0px;
}

.register-row select{
      display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.togetthingsotr{
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  text-align: center;
}
.togetthingsotr .thingsinr{
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.colotr {
  margin-top: 10px;
}
.colotr .register-row{
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
.colotr .register-row .form-otr{
  width: 300px;
}
.colotr .register-row .form-otr .btnuiop{
      background-color: #e40b7c;
    color: #fff;
    border-radius: 4px;
    text-transform: 4px;
    text-align: center;
    min-width: 160px;
    vertical-align: middle;
    padding: 13px 30px;
    font-size: 16px;
    max-height: 50px;
    transition: all 0.2s;
    cursor: pointer;
}
.colotr .register-row .form-otr input{
  max-width: 300px;
}

@media only screen and (max-width: 991px) {
  nav .desktop-nav {
    display: none;
  }
  nav .navbar-toggler {
    display: block;
    position: relative;
    z-index: 99999;
    margin-left: 0;
    padding: 0;
    height: 30px;
    order: 1;
  }
  nav #nav-icon1 {
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    top: -6px;
  }
  nav #nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    border-radius: 4rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  nav #nav-icon1 span:nth-child(1) {
    top: 8px;
  }
  nav #nav-icon1 span:nth-child(2) {
    top: 18px;
    width: 80%;
  }
  nav #nav-icon1 span:nth-child(3) {
    top: 29px;
  }
}
@media only screen and (max-width: 576px) {
  nav {
    height: 70px;
  }
  nav .brand-logo {
    max-width: 120px;
    width: 100%;
  }
  nav .register-btn {
    font-size: 12px;
    padding: 12px 17px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 370px) {
  nav {
    font-size: 12px;
  }
  nav .brand-logo {
    max-width: 100px;
  }
  nav #nav-icon1 {
    width: 30px;
    height: 30px;
  }
  nav .register-btn {
    font-size: 10px;
  }
}
@media only screen and (max-width: 300px) {
  nav .register-btn {
    display: none;
  }
}

.mobile-nav {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -270px; /* Initially move the sidebar off the screen */
  width: 270px;
  height: 100%;
  display: block !important;
  width: 100%;
  max-width: 270px;
  background: #fff;
  z-index: 4;
  padding: 80px 15px 15px;
  transition: all 0.2s;
}
.mobile-nav ul {
  flex-direction: column;
}

.mobile-nav.openright {
  right: 0px !important;
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
  margin-top: 90px;
}

.carousel-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 80% 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  pointer-events: none;
}

.hero-banner-image.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.carousel-text {
  max-width: 675px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  z-index: 2;
}

.carousel-text p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #8AE1EE;
}

.carousel-text h1 {
  font-size: 56px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.btn-white {
  font-size: 18px;
  color: #2E1078;
  padding: 19px 49px;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.carousel-text p {
  line-height: 1.7;
  font-size: 20px;
  color: #fff;
  max-width: 520px;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}

.btn-white:hover {
  background: #7CD7C1;
  color: #2E1078;
  transition: all 0.2s;
}

.carousel-text h1 span {
  color: #8AE1EE;
}

.mobile-view {
  display: none;
  height: 900px;
}
.mobile-view .hero-banner-image {
  height: 900px;
}
.mobile-view .hero-banner-image {
  background-size: cover;
  background-position: cover;
}

@media only screen and (max-width: 1200px) {
  .hero-banner-image {
    background-position: right;
  }
}
@media only screen and (max-width: 576px) {
  .colotr .register-row .form-otr{
    width: 100%;
  }
  .colotr .register-row .form-otr input{
    max-width: none;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .carousel-text {
    top: 0;
    padding: 50px 15px;
    transform: translate(0%, 0%);
  }
  .carousel-text h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 22px;
  }
  .carousel-text p {
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-left: 0;
  }
  .carousel-text p::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 58px;
    height: 5px;
    background: #8AE1EE;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-white {
    display: block;
    font-size: 16px;
    padding: 11px 27px;
    text-align: center;
  }
  .hero-carousel {
    height: 900px;
    margin-top: 70px;
  }
}
.tournaments {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tournaments::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
  opacity: 0.9;
  background-image: -webkit-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
}
.tournaments h3 {
  font-size: 40px;
  color: #2e1078;
  margin: 0 auto;
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}
.tournaments .card-wrapper {
  display: flex;
  gap: 24px;
}
.tournaments .card {
  width: 50%;
  margin: 25px 5px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s;
  margin: 0 auto;
}
.tournaments .card:hover {
  box-shadow: 4px 8px 25px hsla(236, 100%, 10%, 0.14);
  transition: all 0.2s;
}
.tournaments .card img {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  object-fit: cover;
}
.tournaments .tournament-info {
  padding: 37px 20px 20px;
}
.tournaments .tournament-info h4 {
  margin-bottom: 15px;
  color: #160237;
  font-size: 22px;
  font-weight: bold;
}
.tournaments .tournament-info p {
  font-size: 18px;
  color: #160237;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.tournaments .tournament-info a {
  display: block;
  color: #555;
  transition: color 0.2s;
}
.tournaments .tournament-info a:hover {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .tournaments .card-wrapper {
    flex-direction: column;
  }
  .tournaments .card {
    width: 100%;
  }
}

.who-are-we {
  position: relative;
  padding: 100px 0;
}
.who-are-we .container {
  display: flex;
  gap: 50px;
}
.who-are-we img {
  width: 50%;
  height: 400px;
  border-radius: 8px;
}
.who-are-we .who-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who-are-we .who-info h4 {
  font-size: 40px;
  color: #2E1078;
  font-weight: 600;
  margin-bottom: 18px;
}
.who-are-we .who-info p {
  font-size: 18px;
  color: #8B8B8B;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .who-are-we img {
    display: none;
  }
  .who-are-we .who-info {
    width: 100%;
  }
  .who-are-we .who-info p, .who-are-we .who-info h4 {
    text-align: center;
  }
  .who-are-we .who-info h4 {
    font-size: 34px;
  }
  .who-are-we .who-info p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .who-are-we {
    padding: 40px 0;
  }
}

.why-playu {
  position: relative;
  padding-bottom: 80px;
}
.why-playu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: -moz-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(231, 222, 253, 0.74118) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
  opacity: 0.9;
}
.why-playu h2 {
  font-size: 40px;
  color: #2E1078;
  font-weight: 800;
  margin-bottom: 18px;
  text-align: center;
}
.why-playu .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}
.why-playu .card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s;
}
.why-playu .card:hover {
  box-shadow: 4px 8px 25px hsla(236, 100%, 10%, 0.14);
  transition: all 0.2s;
}
.why-playu .card img {
  width: 100%;
  height: 248px;
  border-radius: 8px;
}
.why-playu .card-info {
  height: 249px;
  padding: 37px 20px 20px;
}
.why-playu .card-info h4 {
  margin-bottom: 15px;
  color: #160237;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.why-playu .card-info p {
  font-size: 18px;
  color: #160237;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .why-playu .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-playu .card {
    margin: 0 auto;
  }
  .why-playu h2 {
    font-size: 34px;
  }
  .why-playu p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .why-playu .card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .why-playu .card {
    width: 100%;
  }
}

.footer-banner {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

footer {
  background: #2E1078;
  color: #fff;
  padding-top: 60px;
}
footer p {
  font-size: 20px !important;
  color: #FFFFFF !important;
  font-weight: 400;
  transition: all 0.2s;
}
footer a:hover svg path {
  fill: #7bd7c0;
  transition: all 0.2s;
}
footer a:hover p {
  color: #7bd7c0;
  transition: all 0.2s;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}
footer .footer-block1 {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
footer .footer-block1 p {
  margin-left: 22px;
}
footer .footer-logo img {
  width: 180px;
  height: auto;
}
footer .footer-block1 li a {
  display: flex;
  margin-bottom: 34px;
  align-items: center;
}
footer .footer-block2 h5 {
  font-size: 16px;
  color: #978AAB;
  margin: 32px 0 46px;
  font-weight: 700;
}
footer .footer-block2 li {
  margin-bottom: 15px;
}
footer .footer-block3 ul {
  display: flex;
  align-items: center;
  margin: 36px -5px 46px;
}
footer .footer-block3 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  transition: all 0.2s;
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
}
footer .footer-block3 li a:hover {
  background: #fff;
  color: #2e1078;
}
footer .copywright {
  text-align: center;
  margin-top: 25px;
  border-top: 2px solid rgba(245, 245, 245, 0.08);
  padding: 15px 0;
  font-size: 18px;
  color: #978AAB;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
  }
  footer .footer-block1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  footer .footer-block2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  footer .footer-block3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .pad-prize-details {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 75px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {

  .togetthingsotr{
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .togetthingsotr .thingsinr{
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .rulepic ul{
    width: 100%;
  }
  .rules .rulepicotr{
    display: none;
  }
  .prize-details .prize-details-list.nodisc ol{
    text-align: center;
  }
  footer .footer-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    text-align: center;
  }
  .register-form .container{
    padding: 0px;
  }
  .padding-main {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  
  footer .footer-block1, footer .footer-block2, footer .footer-block3 {
    grid-column: 1/2;
  }
  footer .footer-block1 {
    grid-row: 1/2;
  }
  footer .footer-block2 {
    grid-row: 2/3;
  }
  footer .footer-block3 {
    grid-row: 3/4;
    margin: 0 auto;
  }
  footer p {
    font-size: 16px;
  }
  footer .footer-block1 li a {
    margin-bottom: 20px;
  }
  footer ul {
    margin: 0 auto;
  }
  footer .footer-logo img {
    width: 140px;
  }
  footer .footer-block2 h5 {
    margin: 40px 0 20px;
  }
  footer .copywright {
    margin-top: 40px;
    font-size: 14px;
  }
  footer .footer-block1 p {
    text-align: left;
    margin-left: 15px;
  }
  footer .footer-block1 svg {
    width: 25px;
  }
}

a#scroll_up {
  opacity: 0;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-weight: 900;
  z-index: 5;
  transition: opacity 0.2s;
}

a#scroll_up.show {
  opacity: 1;
  transition: opacity 0.2s;
}

a#scroll_up:hover {
  background-color: #f3f3f3;
}

.terms, .privacy {
  margin-top: 90px;
}
.terms .terms-title h2, .terms .privacy-title h2, .privacy .terms-title h2, .privacy .privacy-title h2 {
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
.terms .terms-content, .terms .privacy-content, .privacy .terms-content, .privacy .privacy-content {
  width: 83.33%;
  margin: 0 auto;
  font-weight: 600;
}
.terms .general-title, .terms .privacy-content-title, .terms .head-within-inr, .privacy .general-title, .privacy .privacy-content-title, .privacy .head-within-inr {
  margin: 10px 0;
}
.terms .inr-in, .privacy .inr-in {
  margin-left: 20px;
}
.terms .inr-in-cnt, .privacy .inr-in-cnt {
  margin-top: 10px;
}
.terms .cancel-title, .privacy .cancel-title {
  font-size: 29px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .terms .terms-content, .privacy .privacy-content {
    width: 100% !important;
    padding: 0 10px;
  }
  .inr-in {
    margin-left: 0px !important;
  }
}
.contact-banner {
  position: relative;
  height: 300px;
  margin-top: 100px;
}
.contact-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
  background-image: -webkit-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
  background-image: -ms-linear-gradient(270deg, rgb(123, 215, 192) 0%, rgb(43, 26, 98) 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.contact-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-banner h2 {
  font-size: 64px;
  color: #FFFFFF;
  font-weight: 700;
  z-index: 1;
}
.contact-banner p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .contact-banner {
    margin-top: 70px;
    height: 200px;
  }
  .contact-banner h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-banner {
    height: 100px;
  }
  .contact-banner h2 {
    font-size: 32px;
  }
  .contact-banner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-banner h2 {
    font-size: 24px;
  }
  .contact-banner p {
    font-size: 14px;
  }
}

.white-box {
  background: #fff;
  box-shadow: 0 4px 20px 0 hsla(218, 12%, 39%, 0.12);
  max-width: 970px;
  padding: 50px 70px;
  margin: 0 auto;
  margin-top: 100px;
}
.white-box h2 {
  font-size: 40px;
  color: #2E1078;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .white-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .white-box {
    padding: 50px;
  }
  .white-box h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .white-box {
    padding: 50px 20px;
  }
  .white-box h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .white-box {
    padding: 40px 15px;
  }
  .white-box h2 {
    font-size: 28px;
  }
  .fighters .col-layout-otr .col-inr{
    width: 100%;
  }
  .fighters .col-layout-otr{
    row-gap: 10px;
  }
}
.flexendit{
  display: flex;
}
.flexendit .qoipoui,
.flexendit ol{
  width: 50%;
}
.sponsors h3{
  text-align: center;
}
.txtcenter{
  text-align: center;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 16px;
  column-gap: 24px;
}
.contact-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form .contact-name {
  height: 58px;
  grid-column: 1/3;
  grid-row: 1/2;
}
.contact-form .contact-email {
  grid-column: 1/2;
  grid-row: 2/3;
  height: 58px;
}
.contact-form .contact-mobile {
  grid-column: 1/2;
  grid-row: 3/4;
  height: 58px;
}
.contact-form .contact-message {
  grid-column: 2/3;
  grid-row: 2/4;
}
.contact-form .contact-submit {
  grid-column: 1/3;
  grid-row: 4/5;
}
.contact-form input, .contact-form textarea {
  width: 100%;
}
.contact-form input {
  height: 100%;
  background: #ECEFF2;
  border-radius: 5px;
  padding: 0 26px;
  display: block;
  border: none;
  width: 100%;
}
.contact-form textarea {
  background: #ECEFF2;
  border-radius: 5px;
  height: 100%;
  padding: 17px 26px;
  display: block;
  border: none;
  width: 100%;
  resize: none;
}
.contact-form .contact-submit {
  text-align: center;
  margin-top: 30px;
}
.contact-form .contact-submit button {
  font-size: 20px;
  color: #FFFFFF;
  background: #2E1078;
  padding: 18px 41px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.2s;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto auto auto;
    column-gap: 0;
    row-gap: 15px;
  }
  .contact-form .contact-message {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .contact-form .contact-submit {
    grid-row: 5/6;
  }
  .contact-form .contact-submit button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .contact-submit button {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-form .contact-submit button {
    font-size: 16px;
    padding: 12px 26px;
  }
}

.error-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.49);
}
.error-modal .error-box {
  width: 450px;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.error-modal .error-message {
  margin-bottom: 20px;
  text-align: center;
}
.error-modal .error-button {
  margin: 0 auto;
  text-align: center;
  border-color: currentColor;
  display: block;
  height: 50px;
  max-width: 100%;
  border-radius: 6px;
  outline: none;
  padding: 12px 33px 10px;
  font-family: inherit;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.4s;
  background-color: #2e1078;
}

#event {
  font-size: 22px;
  font-family: "Inter";
}

.event-header-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-header-right ul {
  padding-left: 24px;
}
.event-header-right li a {
  color: #000;
}
.event-header-right li a:hover {
  color: #7BD7C0;
}
.event-header-right li a .fa-phone-flip:hover {
  color: #7BD7C0;
}

.event-hero-banner {
  /* max-width: 1258px; */
  margin: 0 auto;
  margin-top: 74px;
  position: relative;
  width: 100%;
  max-height: 610px;
  overflow: hidden;
}
.event-hero-banner picture {
  display: block;
  width: 100%;
  height: auto;
}
.event-hero-banner img {
  max-width: 100%;
  height: auto;
}
.event-hero-banner .event-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 1;
  padding: 0.2em 2.125em;
}
.event-hero-banner .event-name {
  font-family: "Inter";
  color: white;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.3;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.67);
  margin-bottom: 10px;
}
.event-hero-banner .event-venue,
.event-hero-banner .event-date {
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.5rem;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.67);
  font-family: "Inter";
  color: white;
  margin-bottom: 15px;
}
.event-hero-banner .event-register-date,
.event-hero-banner .event-fee {
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Inter";
  color: white;
  margin-bottom: 15px;
}
.event-hero-banner .event-hero-subtitle {
  font-weight: bold;
}
.event-hero-banner .event-register {
  margin: 15px 0;
}
.event-hero-banner .event-register a {
  background-color: #ff3a2d;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 2rem;
}
.event-hero-banner .event-hero-subtitle {
  color: #CDDC39;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .event-hero-banner {
    margin-top: 70px;
    font-size: 18px;
  }
  .event-hero-banner .event-register a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .event-hero-banner {
    font-size: 16px;
  }
  .event-hero-banner .event-hero-content {
    padding: 12px 10px;
  }
  .event-hero-banner .event-register a {
    padding: 12px 8px;
  }
}
@media only screen and (max-width: 600px) {
  .event-hero-banner {
    font-size: 12px;
  }
  .event-hero-banner .event-name {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .event-hero-banner .event-register a {
    font-size: 12px;
  }
  .event-hero-banner .event-venue, .event-hero-banner .event-date, .event-hero-banner .event-fee, .event-hero-banner .event-register-date {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .event-hero-banner .event-register {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 400px) {
  .event-hero-banner {
    font-size: 10px;
  }
  .event-hero-banner .event-name {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 350px) {
  .event-hero-banner {
    font-size: 8px;
  }
  .event-hero-banner .event-name {
    font-size: 1.2rem;
  }
  .event-hero-banner .event-register a {
    padding: 8px 6px;
    font-size: 10px;
  }
}

.category-wrapper {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  display: flex;
  gap: 15px;
  /* padding: 10px; */
}
.category-wrapper > div {
  flex: 1;
}
.category-wrapper .category-content h4 {
  font-size: 25px;
  font-family: "Inter";
  font-weight: 600;
  color: #292929;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.category-wrapper .category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
.category-wrapper .category-grid > div:last-child:nth-child(odd):not(:first-child) {
  grid-column: 1/span 2;
  justify-self: center;
  width: 50%;
}
.category-wrapper .category-grid-item {
  display: flex;
}
.category-wrapper .category-age-con {
  width: 100%;
  padding: 15px 20px 15px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #7BD7C0;
  border-radius: 0px 12px 12px 0px;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.category-wrapper .category-age-con:hover {
  background: #2E1078;
}
.category-wrapper .category-age-con:hover .category-age, .category-wrapper .category-age-con:hover .category-dob {
  color: #fff;
}
.category-wrapper .category-age-con:hover .category-age, .category-wrapper .category-age-con:hover .category-eventdesc li,
.category-wrapper .category-age-con:hover .category-age, .category-wrapper .category-age-con:hover .category-eventhead {
  color: #fff;
}
.category-wrapper .category-age {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
}
.category-wrapper .category-dob {
  color: #525454;
  font-size: 16px;
}
.category-wrapper .category-image {
  overflow: hidden;
}
.category-wrapper .category-image img {
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .category-wrapper .category-content h4{
    text-align: center;
  }
  .category-wrapper .category-image {
    display: none;
  }
  .category-wrapper .category-grid {
    display: flex;
    flex-direction: column;
  }
}

.textdesign{
    display: block !important;
    height: 50px;
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    padding: 10px 19px 10px !important;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 30px;
    background-color: #f7f5f7 !important;
    color: #6e6e6e !important;
    transition: background-color 0.3s, border-color 0.3s;
    letter-spacing: 0.04em;
}

.prize-details {
  /* max-width: 1258px; */
  /* margin: 0 auto; */
  /* margin-top: 100px; */
  /* padding: 10px 27px; */
}
.prize-details .prize-details-header {
  display: flex;
  justify-content: space-between;
}
.prize-details .prize-details-header.center {
  justify-content: center;
}
.prize-details .prize-details-list ol {
  list-style-type: decimal;
}
.prize-details .prize-details-list li::marker {
  color: #7BD7C0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.prize-details .prize-details-title p {
  display: inline-block;
  border-left: 5px solid #2E1078;
  margin-bottom: 9px;
}
.prize-details .prize-details-title p span {
  text-transform: uppercase;
  color: #808080;
  padding-left: 10px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  vertical-align: middle;
}
.prize-details .prize-details-title h4 {
  color: #292929;
  font-size: 25px;
  font-weight: 600;
}
.prize-details .prize-details-list {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
}
.prize-details .prize-details-list ol {
  padding-left: 20px;
}
.prize-details .prize-details-list li {
  padding-left: 10px;
  line-height: 40px;
}
.prize-details .register-btn {
  display: block;
  width: 180px;
  max-width: 180px;
  background-color: #2e1078;
  color: #fff;
  border-radius: 4px;
  text-transform: 4px;
  text-align: center;
  padding: 16px 30px;
  font-size: 16px;
  max-height: 60px;
  transition: all 0.2s;
}
.prize-details .register-btn:hover {
  background-color: #7BD7C0;
  color: #2e1078;
}
.prize-details .prize-details-cards {
  /* max-width: 1200px; */
  margin-top: 40px;
}
.prize-details .prize-details-cards .prize-cards-wrapper {
  display: flex;
  margin: 10px 0;
}
.prize-details .prize-details-cards .prize-card {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prize-details .prize-details-cards .prize-card:nth-child(odd) {
  border-right: 1px solid black;
}
.prize-details .prize-details-cards .prize-card-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.prize-details .prize-details-cards .prize-card-title h2 {
  color: #292929;
  font-size: 21px;
  font-weight: 600;
}
.prize-details .prize-details-cards .prize-card-separator {
  width: 121px;
  height: 6px;
  overflow: hidden;
  background-color: black;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 24 8' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpath d='M0,3c6,0,6,4,12,4S18,3,24,3'/%3E%3C/svg%3E");
  mask-repeat: repeat-x;
  mask-position: center;
  margin-top: 10px;
}
.prize-details .prize-details-cards .prize-card-con {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.prize-details .prize-details-cards .prize-card-con .card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 20px 10px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 3px 5px 0px rgba(10, 37, 161, 0.19);
}
.prize-details .prize-details-cards .prize-card-con img {
  width: 40%;
}
.prize-details .prize-details-cards .prize-card-con h4 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}
.prize-details .prize-details-cards .prize-card-con p {
  color: #161616;
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  text-align: center;
}
.prize-details .prize-details-cards .prize-details-cards-footer h4 {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.tableprize th,
.tableprize td {
  border: 1px solid black;
  padding: 8px;
  text-align: center;
}
.tableprize table {
  width: 100%;
  margin-bottom: 25px;
}
.tableprize th {
  background-color: #f2f2f2;
}
.tableprize .btytr {
  color: black;
  font-weight: 600;
}
.tableprize .vgh {
  margin-bottom: 15px;
}
.tableprize .prdtls {
  text-align: center;
  padding: 8px 0;
  font-weight: 600;
  color: black;
}
@media only screen and (max-width: 768px) {
  .prize-details .prize-details-title h4{
    text-align: center;
  }
  .prize-details .prize-details-header {
    flex-direction: row;
    gap: 20px;
  }
  .prize-details .prize-details-title p {
    display: flex;
    align-items: center;
    height: 20px;
  }
  .prize-details .prize-cards-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .prize-details .prize-details-cards .prize-card {
    width: 100%;
  }
  .prize-details .prize-details-cards .prize-card:nth-child(2n+1) {
    border-right: none;
  }
  .prize-details .prize-details-cards .prize-card-con {
    flex-direction: column;
    gap: 20px;
  }
  .prize-details .prize-details-cards .prize-card-con .card {
    width: 100%;
  }
}

.sponsors {
  /* max-width: 1258px; */
  /* margin: 0 auto; */
  /* padding: 35px 0; */
}
.sponsors h2 {
  font-family: "Lato", sans-serif;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  padding-bottom: 10px;
}
.sponsors img {
  /* max-width: 255px; */
  height: 90px;
}

.rules {
  background: #f7f5f7;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 25px;
  margin-right: 25px;
}
.rules .container {
  display: flex;
  /* max-width: 1200px; */
  justify-content: flex-start;
  gap: 24px;
}
.rules .rules-content h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Inter";
  margin-bottom: 20px;
}
.rules .rules-content li {
  font-family: "Lato", sans-serif;
  margin: 3px 0px 0px 0px;
  font-size: 17px;
  font-weight: 400;
  color: #292929;
  line-height: 28.5px;
  margin-bottom: 5px;
  display: flex;
  align-items: start;
  gap: 5px;
}
.rules .rules-content li .fa-chess-bishop {
  width: 16px;
  font-size: 16px;
  font-weight: 900;
  color: #f44336;
  margin-right: 3px;
  padding-top: 10px;
}
.rules .rules-content li .fa-check {
  width: 16px;
  font-size: 16px;
  font-weight: 900;
  color: #7BD7C0;
  -webkit-text-stroke: 2px #7BD7C0;
  margin-right: 3px;
  padding-top: 10px;
}
.rules .additional-rules {
  margin: 0 auto;
  margin-top: 20px;
  /* max-width: 1200px; */
  font-size: 16px;
  padding: 0 0.75rem;
}
.rules .additional-rules a {
  color: #7BD7C0;
}
@media only screen and (max-width: 768px) {
  .rules .rules-image-con {
    display: none;
  }
}

.register-form {
  /* margin: 10px; */
}
.register-form .container {
  /* max-width: 1200px; */
}
.register-form form {
  box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 40px 40px 36px;
}
.register-form form input[type=checkbox]:disabled + label {
  color: grey !important;
  cursor: not-allowed !important;
}
.register-form form input[type=checkbox]:disabled + span {
  color: grey;
}
.register-form form label:has(input[type=checkbox]:disabled) {
  color: grey;
  cursor: not-allowed;
  filter: blur(4px);
}
.register-form form input[type=date]::placeholder {
  text-align: left;
  display: block;
  visibility: visible;
  color: grey;
  position: absolute;
  top: 0;
  left: 0;
}
.register-form form input[type=date] {
  position: relative;
  text-align: right;
}
.register-form .register-title {
  margin-bottom: 15px;
}
.register-form .register-title h2 {
  font-family: "Poppins";
  font-size: 36px;
  color: #292929;
  font-weight: 600;
}
.register-form .register-title p {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.register-form input[type=text],
.register-form input[type=email],
.register-form input[type=date],
.register-form input[type=tel] {
  display: block;
  height: 50px;
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 10px 19px 10px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background-color: #f7f5f7;
  color: #6e6e6e;
  transition: background-color 0.3s, border-color 0.3s;
  letter-spacing: 0.04em;
}
.register-form input[type=text]:focus,
.register-form input[type=email]:focus,
.register-form input[type=date]:focus,
.register-form input[type=tel]:focus {
  background-color: #ffffff;
  border-color: #ece8ec;
}
.register-form input[type=text]:focus::placeholder,
.register-form input[type=email]:focus::placeholder,
.register-form input[type=date]:focus::placeholder,
.register-form input[type=tel]:focus::placeholder {
  opacity: 0;
}
.register-basic .heading h3{
  font-weight: 800;
  color: #424242;
  font-size: 22px;
}
.register-basic .delete{
  display: block;
  background-color: #F44336;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 6px 12px;
  font-size: 12px;
  max-height: 52px;
  transition: all 0.2s;
  cursor: pointer;
}
.register-basic .heading{
  margin: 15px 0px;
  display: flex;
  justify-content: space-between;
}
.register-form .register-basic {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #757575;
}
#formsContainer .register-basic:last-child {
  border-bottom: 0px !important;
}

.btncolor{
  display: block;
  background-color: #2e1078;
  color: #fff;
  border-radius: 6px;
  text-transform: 4px;
  text-align: center;
  padding: 8px 20px;
  font-size: 16px;
  max-height: 52px;
  transition: all 0.2s;
}

.register-form .register-basic .register-row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.register-form .register-basic .register-row:has(.label-title) {
  display: flex;
  flex-direction: column;
}
.register-form .register-basic .register-row-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.register-form .register-basic .register-row .form-otr ,
.register-form .register-basic .register-row input {
  flex: 1;
  max-width: 300px;
  width: 100%;
}
.register-form label {
  font-size: 16px;
}
.register-form .label-title {
  font-size: 18px;
  font-weight: 700;
}
.register-form .label-subtitle {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 400;
}
.register-form label span {
  margin-left: 5px;
}
.register-form input[type=radio], .register-form input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.register-form .radio-group label, .register-form .checkbox-group label {
  margin-right: 10px;
}
.register-form .radio-group label span {
  position: relative;
  bottom: 1px;
}
.register-form .register-chennai p {
  font-size: 12.8px;
  font-family: "Inter";
}
.register-form .register-chennai, .register-form .register-category, .register-form .register-fide, .register-form .register-policy, .register-form .register-silambam {
  margin-top: 15px;
}
.register-form .register-fide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  gap: 20px;
}
.register-form .register-fide input[id=fide-id] {
  grid-column: 1/2;
  grid-row: 1/2;
}
.register-form .register-fide input[id=fide-rating] {
  grid-column: 2/3;
  grid-row: 1/2;
}
.register-form .register-fide input[id=tnsca-id] {
  grid-column: 1/2;
  grid-row: 2/3;
}
.register-form .register-fide input[id=cdca-id] {
  grid-column: 2/3;
  grid-row: 2/3;
}
.register-form .register-policy {
  font-size: 16px;
  color: #525454;
  margin-bottom: 15px;
  font-family: "Inter";
}
.register-form .register-policy a {
  color: #7BD7C0;
  transition: color 0.2s;
}
.register-form .register-policy a:hover {
  color: #525454;
}
.register-form .register-btn {
  background-color: #2e1078;
  color: #fff;
  border-radius: 4px;
  text-transform: 4px;
  text-align: center;
  min-width: 160px;
  vertical-align: middle;
  padding: 16px 30px;
  font-size: 16px;
  max-height: 60px;
  transition: all 0.2s;
}
.register-form .register-btn.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.specin{
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.smallin{
  font-size: 14px;
}
.register-form .register-btn:not(.disabled):hover {
  background-color: #7BD7C0;
}
@media only screen and (max-width: 991px) {
  .register-form .register-basic {
    grid-template-columns: repeat(1.5, minmax(0, 300px));
  }
  .register-form .register-fide {
    grid-template-columns: repeat(1.5, minmax(0, 300px));
  }
  .flexendit .qoipoui, .flexendit ol{
    width: 100%;
  }
  .prize-details .prize-details-list{
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .register-form .register-btn{
    width: 100%;
    margin-top: 20px;
  }
  .rules{
    margin-left: initial;
    margin-right: initial;
  }
  .register-form .register-basic .register-row .form-otr,
  .register-form .register-basic .register-row input{
    max-width: none;
  }
  .register-form .register-basic {
    grid-template-columns: repeat(1, minmax(0, 300px));
  }
  .register-form .register-basic input[id=name] {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .register-form .register-basic input[id=birthdate] {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .register-form .register-basic input[id=email] {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .register-form .register-basic input[id=mobile] {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .register-form .register-basic .register-gender {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .register-form .register-fide {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 300px));
    gap: 20px;
  }
  .register-form .register-fide input[id=fide-id] {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .register-form .register-fide input[id=fide-rating] {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .register-form .register-fide input[id=tnsca-id] {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .register-form .register-fide input[id=cdca-id] {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .register-form .register-row:has(input[type=text], input[type=email], input[type=date]) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 450px) {
  .register-form input[type=text],
  .register-form .register-form input[type=email],
  .register-form .register-form input[type=date],
  .register-form .register-form input[type=tel] {
    width: 100%;
    max-width: 100%;
  }
  .register-form form {
    padding: 30px 20px;
  }
}

a#scroll_up {
  background: #f7f5f7;
  transition: background 0.2s;
}

a#scroll_up:hover {
  background: #292929;
}
a#scroll_up:hover .fa-angles-up {
  color: #fff;
}
.hero_inr{
  max-width: 1258px;
  margin: auto;
  max-height: 610px;
  overflow: hidden;
  position: relative;
}
.hero_otr img{
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero_inr .cnt{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  padding: 0.2em 2.125em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  opacity: 0;
}
.hero_inr .title_hr{
  font-family: Inter;
  color: white;
  font-weight: 600;
  font-size: 3.125em;
  line-height: 1.3;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 67%);
}
.hero_inr .dd_hr, .hero_inr .ven_hr{
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.25em;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 67%);
  font-family: Inter;
  color: white;
}
.hero_inr .rg_n{
  padding: 1.25em 0;
}
.hero_inr .ls_hr, .hero_inr .fe_hr{
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.25em;
  font-family: Inter;
  color: white;
}
.hero_inr .grcolor{
  color: #CDDC39;
  font-weight: 700;
}
.hero_inr .rdbtn{
  background-color: #ff3a2d;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Spartan';
  font-size: 16px;
  display: inline-block;
  padding: 1.25em 2.5em 0.875em 2.5em;
}
.radio-group.categoryin{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.hide{
  display: none !important;
}
.olrulechess{
  padding-left: 20px;
}
input[type="date"]:not(.has-value):before{
  color: #5f5f5f;
  content: "Date of Birth *" !important;
  margin-right: 0.5em;
  position: absolute;
  left: 18px;
}
/*# sourceMappingURL=style.css.map */
.playufashions .fashion-what p{
  margin: 10px 0 10px 0;
}
.playufashions .fashion-client p{
  font-size: 18px;
  margin-bottom: 20px;
}
.playufashions iframe{
  width: 100%;
  height: 400px;
}

body.playufashions .about-info{
  padding-left: 0px;
}
body.playufashions .loigotyu .imjkotr{
  width: 20%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.playufashions .why-circloplay-section .main-title{
  max-width: inherit;
  margin-top: 30px;
}
body.playufashions .faq-rot{
  padding-right: 10px;
}
body.playufashions .faq-ques{
  font-weight: 700;
}
body.playufashions .faq-ans{
  font-weight: 400;
  display: block;
  padding-left: 20px;
}
body.playufashions input[type="date"]:not(.has-value):before{
  content: "Event Date *" !important;
}

body.playufashions .anchortag-otr {
  text-align: center;
  margin: 65px 0 0 0;
}
body.playufashions .anchortag{
  background-color: #2e1078;
  color: #fff;
  border-radius: 4px;
  text-transform: 4px;
  text-align: center;
  vertical-align: middle;
  padding: 13px 65px;
  font-size: 12px;
  max-height: 60px;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  body.playufashions .anchortag-otr {
    text-align: center;
    margin: 60px 0 30px 0;
  }
}