:root {
  --font-family: "Poppins", serif;
  --font-size: 16px;
  --theme-color: #4e14ae;
}

/*=========================*/
/*  Responsive breakpoints
/*=========================*/
:root {
  --theme-color: #6822cf;
}

.gradientBtn::before {
  background: linear-gradient(36deg, #7130c7 0%, #8b5ab4 100%);
}
.gradientBtn .theme_color {
  background: -webkit-gradient(linear, right top, left top, from(#783ac9), color-stop(50%, #6925ce), to(#8b5ab4));
  background: linear-gradient(to left, #783ac9 0%, #6925ce 50%, #8b5ab4 100%);
}
.gradientBtn .ct_button_light, .gradientBtn .ct_button {
  font-size: 22px;
  font-weight: 800;
}
@media (max-width: 575.98px) {
  .gradientBtn .ct_button_light, .gradientBtn .ct_button {
    font-size: 16px;
  }
}

.location_btn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translate(55px, -50%) rotate(270deg);
          transform: translate(55px, -50%) rotate(270deg);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 16px;
  -webkit-box-shadow: -3px -4px 8px -6px rgba(0, 0, 0, 0.4);
          box-shadow: -3px -4px 8px -6px rgba(0, 0, 0, 0.4);
  display: none;
}
@media (max-width: 575.98px) {
  .location_btn {
    -webkit-transform: translate(67px, -50%) rotate(270deg) scale(0.6);
            transform: translate(67px, -50%) rotate(270deg) scale(0.6);
  }
}
.location_btn img {
  width: 30px;
  margin-right: 10px;
}

.section_content .title {
  color: var(--theme-color);
}

p.entry_fee {
  font-weight: 300;
  font-size: 28px;
}
@media (max-width: 575.98px) {
  p.entry_fee {
    font-size: 20px;
  }
}
p.entry_fee strong {
  font-weight: 900;
  color: var(--theme-color);
  letter-spacing: 1px;
}

.location_modal .close {
  position: absolute;
  top: -45px;
  right: 0px;
  font-size: 28px;
  color: #fff;
  outline: none;
}
.location_modal .close:active, .location_modal .close:focus {
  color: #fff;
  outline: none;
}

.google_map_iframe {
  border-radius: 10px;
}

#header_section {
  height: calc(100vh + 20px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1024px) {
  #header_section {
    height: calc(100vh - 75px);
  }
}
@media (max-width: 575.98px) {
  #header_section {
    height: 480px;
  }
}
@media (max-width: 375.98px) {
  #header_section {
    height: 535px;
  }
}
#header_section .ct_button_light, #header_section .ct_button {
  font-weight: 400;
}
#header_section .content_area {
  padding: 0;
}
@media (min-width: 1200px) {
  #header_section .block {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #header_section .block {
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}
@media (max-width: 1024px) {
  #header_section .block {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
#header_section .block .content .title {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #header_section .block .content .title {
    font-size: 55px;
  }
}
@media (max-width: 575.98px) {
  #header_section .block .content .title {
    font-size: 34px;
  }
}
#header_section .block .content .title span {
  font-size: 35px;
  letter-spacing: 1px;
  display: block;
}
@media (max-width: 1024px) {
  #header_section .block .content .title span {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #header_section .block .content .title span {
    font-size: 16px;
  }
}
#header_section .block .content .subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  #header_section .block .content .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  #header_section .block .content .subtitle {
    font-size: 18px;
  }
}
#header_section .vimeo-wrapper::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7130c7), color-stop(50%, #6826cf), to(#8b59b4));
  background: linear-gradient(to bottom, #7130c7 0%, #6826cf 50%, #8b59b4 100%);
  opacity: 0.85;
}

#about .larget_image {
  margin-top: -450px;
}
@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  #about .larget_image {
    margin-top: -350px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  #about .larget_image {
    margin-top: -225px;
  }
}
@media (max-width: 1024px) {
  #about .larget_image {
    margin-top: -200px;
  }
}
@media (max-width: 768px) {
  #about .larget_image {
    margin-top: -300px;
  }
}
@media (max-width: 575.98px) {
  #about .larget_image {
    margin-top: -180px;
  }
}
#about .section_content {
  margin: 100px auto 50px;
}
@media (max-width: 768px) {
  #about .section_content {
    margin: 50px auto 25px;
  }
}
#about .section_content p {
  margin-bottom: 30px;
}
#about .button_area {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #about .button_area {
    margin-top: 35px;
  }
}
#about .button_area .entry_fee {
  color: var(--theme-color);
}

#what_new {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  #what_new {
    padding-bottom: 50px;
  }
}
#what_new .bg_layer_top {
  height: 90%;
  background: linear-gradient(36deg, #8b5ab4 0%, #6823cf 100%);
}
@media (max-width: 575.98px) {
  #what_new .bg_layer_top {
    height: 96%;
  }
}
@media (max-width: 375.98px) {
  #what_new .bg_layer_top {
    height: 96%;
  }
}
@media (max-width: 768px) {
  #what_new .section_content {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  #what_new .section_content p {
    font-size: 20px;
  }
}
#what_new .section_content .check_list li {
  margin: 0 0 25px;
}
#what_new .section_content .check_list li i {
  margin-right: 20px;
  margin-top: 9px;
}
@media (max-width: 575.98px) {
  #what_new .section_content .check_list li i {
    font-size: 20px;
  }
}
#what_new .button_area {
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  #what_new .button_area {
    margin: 35px auto 0;
  }
}
#what_new .button_area .entry_fee {
  color: #fff;
}
#what_new .button_area .entry_fee strong {
  color: #fff;
}

#scientific_backing {
  background-color: #fff;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #scientific_backing {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  #scientific_backing .left_img_area img {
    margin: 0 auto;
  }
}
#scientific_backing .section_content {
  padding: 0 0px 0 90px;
  margin: 50px auto 0;
}
@media (max-width: 1024px) {
  #scientific_backing .section_content {
    padding: 0 0px 0 15px;
  }
}
@media (max-width: 768px) {
  #scientific_backing .section_content {
    padding: 0 0;
    margin: 0 auto 0;
  }
}
@media (max-width: 575.98px) {
  #scientific_backing .section_content {
    margin: 0 auto 0;
  }
}
#scientific_backing .section_content a {
  margin: 0;
}
#scientific_backing .section_content .title {
  color: var(--theme-color);
}
@media (max-width: 768px) {
  #scientific_backing .section_content .title {
    margin: 30px 0;
  }
}
#scientific_backing .section_content .check_list {
  margin-top: 40px;
}
#scientific_backing .section_content .check_list li i {
  margin-right: 20px !important;
  margin-top: 5px;
  color: var(--theme-color);
}
@media (max-width: 575.98px) {
  #scientific_backing .section_content .check_list li i {
    font-size: 20px;
  }
}
#scientific_backing .section_content .check_list li p {
  color: #212529;
}
@media (max-width: 575.98px) {
  #scientific_backing .section_content .check_list li p {
    font-size: 18px;
  }
}
#scientific_backing .bottom_content {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #scientific_backing .bottom_content {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  #scientific_backing .bottom_content {
    margin-top: 20px;
  }
}
#scientific_backing .bottom_content .title {
  font-size: 35px;
  font-weight: 700;
  color: var(--theme-color);
}
@media (max-width: 768px) {
  #scientific_backing .bottom_content .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  #scientific_backing .bottom_content .title {
    font-size: 30px;
    margin: 30px 0;
  }
}
#scientific_backing .bottom_content .subtitle {
  margin-bottom: 15px;
}
#scientific_backing .bottom_content .subtitle p {
  margin: 0;
  font-size: 20px;
  color: var(--theme-color);
}
@media (max-width: 768px) {
  #scientific_backing .bottom_content .subtitle p {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  #scientific_backing .bottom_content .subtitle p {
    font-size: 18px;
  }
}
#scientific_backing .bottom_content .entry_fee {
  color: var(--theme-color);
}
#scientific_backing .bottom_content .button_area {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  #scientific_backing .bottom_content .button_area .gradientBtn {
    width: auto;
  }
}

#faq_area {
  background: linear-gradient(36deg, #8b5ab4 0%, #6925ce 50%, #955ae3 100%);
}
#faq_area .section_title .content {
  max-width: 900px;
  margin: 40px auto 0;
  font-size: 24px;
}
#faq_area .section_title .content h5 {
  font-size: 28px;
}

footer {
  background-color: var(--theme-color);
}

/**************************
/* tournament listing page
/*************************/
#tournament_listing_header {
  background-color: var(--theme-color);
  text-align: center;
  padding: 100px 0;
}
#tournament_listing_header .block {
  max-width: 800px;
  margin: 0 auto 0;
}
#tournament_listing_header .block .title {
  color: #fff;
  font-size: 70px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
#tournament_listing_header .block .subtitle {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

#tournament_listing {
  padding: 100px 0 75px;
}
#tournament_listing .action_area {
  margin-bottom: 30px;
}
#tournament_listing .action_area a {
  background: #eef0f5;
  border-color: #eef0f5 !important;
  color: #0d1137;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
#tournament_listing .action_area a:hover {
  color: #fff;
}
#tournament_listing .action_area .active {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
#tournament_listing .event_card {
  background-color: #ffffff;
  min-height: 200px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#tournament_listing .event_card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.11);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.11);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#tournament_listing .event_card .content {
  padding: 35px 20px 20px 20px;
  position: relative;
}
#tournament_listing .event_card .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#tournament_listing .event_card .date {
  position: absolute;
  padding: 10px 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--theme-color);
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 220px;
  text-align: center;
  border-radius: 6px;
}
#tournament_listing .event_card .seats_limit {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.7098039216);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--theme-color);
}
#tournament_listing .event_card .seats_limit i {
  margin-right: 5px;
}
#tournament_listing .event_card .price_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tournament_listing .event_card .price_area .icon {
  width: 20px;
  margin-right: 5px;
}
#tournament_listing .event_card .price_area .price {
  font-weight: 800;
}
#tournament_listing .event_card .button_area {
  display: block;
}
#tournament_listing .event_card .button_area a {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#tournament_listing .event_card .button_area a:last-child {
  margin-bottom: 0;
}
#tournament_listing .event_card .join_now {
  text-decoration: none;
  background: var(--theme-color);
  padding: 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
#tournament_listing .event_card .title_area {
  padding-right: 15px;
}
#tournament_listing .event_card .description {
  margin: 8px 0 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#tournament_listing .event_card .image_area {
  overflow: hidden;
  max-width: 100%;
  min-height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -o-object-fit: fill;
     object-fit: fill;
}
#tournament_listing .cancel_event {
  position: absolute;
  top: 15px;
  left: -4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#tournament_listing .cancel_event a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
#tournament_listing .cancel_event i {
  background: rgba(255, 255, 255, 0.7098039216);
  color: var(--theme-color);
  padding: 12px 10px;
  border-radius: 0 6px 6px 0;
}
#tournament_listing .sold_out {
  color: #1e1e1c;
}

.copy_event_link {
  opacity: 0.6;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.copy_event_link:hover {
  opacity: 1;
  color: var(--theme-color);
}

/**************************
/* tournament details page
/*************************/
#tournament_details {
  padding: 50px 0;
}
#tournament_details .ct_button {
  font-size: 18px;
}
#tournament_details .event_header {
  text-align: left;
  position: relative;
  z-index: 10;
  padding: 40px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 1200px) {
  #tournament_details .event_header {
    padding: 0;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px;
  }
}
@media (max-width: 1024px) {
  #tournament_details .event_header {
    padding: 60px;
    min-height: 500px;
  }
}
@media (max-width: 575.98px) {
  #tournament_details .event_header {
    padding: 15px;
  }
}
#tournament_details .event_header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 42, 197, 0.8)), to(rgba(104, 42, 197, 0.8)));
  background: linear-gradient(180deg, rgba(104, 42, 197, 0.8) 0%, rgba(104, 42, 197, 0.8) 100%);
}
#tournament_details .event_header .ct_button {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #tournament_details .event_header .ct_button {
    font-size: 16px;
  }
}
#tournament_details .event_header .gradientBtn {
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  #tournament_details .event_header .gradientBtn {
    margin-top: 0;
  }
}
#tournament_details .event_header .conent_area {
  position: relative;
}
#tournament_details .event_header .conent_area .logo_area {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #tournament_details .event_header .conent_area .logo_area img {
    max-width: 150px;
    width: 100%;
  }
}
#tournament_details .event_header .conent_area h1 {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  #tournament_details .event_header .conent_area h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  #tournament_details .event_header .conent_area h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
#tournament_details .event_header .conent_area h4 {
  font-size: 22px;
  border-radius: 8px;
}
#tournament_details .event_header .sort_description {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}
#tournament_details .event_header .rainbow-box-card {
  margin-bottom: 0;
}
#tournament_details .event_header .inner {
  background: transparent;
  background-image: none;
  position: relative;
}
#tournament_details .event_header .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(248, 248, 248);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 22, 181, 0.6)), to(rgba(126, 79, 170, 0.75)));
  background: linear-gradient(180deg, rgba(82, 22, 181, 0.6) 0%, rgba(126, 79, 170, 0.75) 100%);
  border-radius: 16px;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(209, 166, 255, 0.3490196078);
          box-shadow: 3px 3px 2px 0px rgba(209, 166, 255, 0.3490196078);
}
#tournament_details .event_header .inner .content {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
#tournament_details .event_header .inner .content .title {
  font-size: 21px;
}
#tournament_details .event_header .inner .thumbnail {
  min-width: 132px;
  min-height: 133px;
  max-width: 120px;
  max-height: 120px;
  border: 6px solid rgba(148, 126, 159, 0.6);
}
#tournament_details .event_header .inner .thumbnail img {
  width: 120px;
  height: 120px;
}
#tournament_details .event_header .inner .is_online {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #37cc6e;
  border-radius: 100%;
}
#tournament_details .event_header .inner .ev_duration {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
#tournament_details .event_header .inner .event_ending {
  font-size: 27px;
  font-weight: 600;
  margin: 10px 0;
  color: #fff;
}
#tournament_details .event_header .inner .event_end_time {
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
#tournament_details .event_header .inner .event_time_only {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
#tournament_details .event_header .avatar.avatar-sm {
  height: 121px;
  width: 120px;
  background: var(--theme-color);
  border-radius: 50%;
  color: #e3eaef;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  line-height: 1.28;
  background: rgba(148, 126, 159, 0.8);
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
}
#tournament_details .event_header .avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
#tournament_details .countdown-container {
  margin-top: 30px;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 30px;
}
@media (min-width: 768px) {
  #tournament_details .countdown-container {
    padding: 40px 50px;
  }
}
@media (min-width: 992px) {
  #tournament_details .countdown-container {
    padding: 30px 50px;
  }
}
@media (min-width: 1200px) {
  #tournament_details .countdown-container {
    padding: 50px 50px;
  }
}
#tournament_details .countdown-container .list_area {
  margin: 0;
}
#tournament_details .listing_top {
  margin-bottom: 30px;
  background: rgba(237, 240, 246, 0.6784313725);
  border-radius: 6px;
  padding: 10px 15px;
}
#tournament_details .listing_top .date {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
}
#tournament_details .button_action_area {
  margin-top: 30px;
}
#tournament_details .button_action_area .ct_button {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  #tournament_details .button_action_area .ct_button {
    font-size: 16px;
  }
}
#tournament_details .button_action_area .gradientBtn {
  margin-right: 15px;
}
#tournament_details .button_action_area .gradientBtn:last-child {
  margin: 0;
}