*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

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

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

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

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
  }
}

.banner::before {
  background: none;
}
@media (max-width: 540px) {
  .banner .bg img {
    -o-object-position: left;
       object-position: left;
  }
}

.banner-wrapper {
  bottom: 24% !important;
}
@media (max-width: 991px) {
  .banner-wrapper {
    bottom: 12% !important;
  }
}
@media (max-width: 768px) {
  .banner-wrapper {
    bottom: 12% !important;
  }
}
@media (max-width: 540px) {
  .banner-wrapper {
    bottom: 20% !important;
  }
}
.banner-wrapper .content {
  justify-content: flex-start !important;
  flex-direction: column;
  margin: 0 0 40px 158px;
}
@media (max-width: 1440px) {
  .banner-wrapper .content {
    margin: 0 0 0 45px;
  }
}
@media (max-width: 540px) {
  .banner-wrapper .content {
    margin: 0;
    width: 70%;
    margin: 0 auto;
  }
}
.banner-wrapper .content h3 {
  color: var(--white);
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .banner-wrapper .content h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .banner-wrapper .content h3 {
    font-size: 1rem;
    text-align: center;
  }
}
.banner-wrapper .content h2 {
  text-align: left !important;
  font-size: 5rem;
  padding-top: 20px;
  line-height: 5.4rem;
}
@media (max-width: 1440px) {
  .banner-wrapper .content h2 {
    font-size: 4rem;
    line-height: 4.2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .banner-wrapper .content h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .banner-wrapper .content h2 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 540px) {
  .banner-wrapper .content h2 {
    line-height: 38px;
    margin-bottom: 32px !important;
    padding-top: 6px;
    text-align: center !important;
    margin: 0 auto;
  }
}

.banner2 .flex .colC {
  margin: 0 !important;
}

.sport-secA-main .sport-secA {
  padding: 80px 0 0;
  position: relative;
  text-align: center;
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 1440px) {
  .sport-secA-main .sport-secA {
    padding: 50px 0 0;
  }
}
@media (max-width: 991px) {
  .sport-secA-main .sport-secA {
    padding: 28px 0 0;
  }
}
@media (max-width: 768px) {
  .sport-secA-main .sport-secA {
    padding: 10px 0 0;
  }
}
.sport-secA-main .sport-secA img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.sport-secA-main .sport-secA .heading {
  width: 100%;
  margin: -80px auto 0;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
}
.sport-secA-main .sport-secA .heading p {
  margin-top: 24px;
}

.sport-secB {
  padding: 45px 0;
  border-top: 1px solid #666;
}
.sport-secB .heading h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.sport-secB .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .sport-secB .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
@media (max-width: 540px) {
  .sport-secB .grid {
    grid-template-columns: 1fr;
  }
}
.sport-secB .grid .item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0;
}
.sport-secB .grid .item img {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.sport-secB .grid .item img::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.05%, rgba(0, 0, 0, 0.8) 82.81%);
  z-index: 2;
  pointer-events: none;
}
.sport-secB .grid .item .item-content {
  position: absolute;
  bottom: 25px;
  left: 35px;
  z-index: 3;
}
.sport-secB .grid .item .item-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: transform 0.4s ease;
}
.sport-secB .grid .item:hover img {
  transform: scale(1.02);
}

.banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 31.86%, rgba(0, 0, 0, 0) 92.33%), linear-gradient(360deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 991px) {
  .banner::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 31.86%, rgba(0, 0, 0, 0) 92.33%), linear-gradient(360deg, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.55) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
}
.banner .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .bg .banner-wrapper.banner2 {
  left: 2%;
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper.banner2 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .banner .bg .banner-wrapper.banner2 {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper.banner2 {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  .banner .bg .banner-wrapper.banner2 {
    width: 100%;
  }
}
.banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA {
  width: 30%;
}
@media (min-width: 1784px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA {
    width: 40%;
  }
}
@media (max-width: 1536px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA {
    width: 100%;
    text-align: center;
  }
}
.banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA p {
  color: var(--white);
  font-size: 16px;
}
.banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA h4 {
  color: var(--white);
  margin-top: 24px;
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA h4 {
    margin-top: 14px;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA h4 {
    font-size: 1.5rem;
  }
}
.banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA img {
  width: 30px;
  display: inline-block;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA img {
    margin-top: 30px;
  }
}

.hall-detail-secA {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px;
  margin: 80px 0 160px;
  position: relative;
}
@media (max-width: 1536px) {
  .hall-detail-secA {
    gap: 65px;
  }
}
@media (max-width: 1024px) {
  .hall-detail-secA {
    gap: 45px;
  }
}
@media (max-width: 991px) {
  .hall-detail-secA {
    margin: 60px 0 80px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .hall-detail-secA {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 420px) {
  .hall-detail-secA {
    gap: 24px;
  }
}
.hall-detail-secA .item:first-child {
  grid-column: span 2;
  grid-row: 1;
}
@media (max-width: 991px) {
  .hall-detail-secA .item:first-child {
    grid-column: 1;
    grid-row: auto;
    text-align: center;
  }
}
.hall-detail-secA .item:first-child p {
  margin: 0 0 12px;
}
.hall-detail-secA .item:first-child h4 {
  margin-bottom: 24px;
}
.hall-detail-secA .item:last-child {
  grid-column: span 1;
  grid-row: 1;
}
@media (max-width: 991px) {
  .hall-detail-secA .item:last-child {
    grid-column: 1;
    grid-row: auto;
  }
}
.hall-detail-secA .item:last-child .card-grid {
  position: sticky;
  top: 125px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hall-detail-secA .item:last-child .card-grid {
    gap: 12px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 420px) {
  .hall-detail-secA .item:last-child .card-grid {
    flex-direction: column;
  }
}
.hall-detail-secA .item:last-child .card-grid .card {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .hall-detail-secA .item:last-child .card-grid .card {
    flex: 1 1 calc(50% - 6px);
    width: auto;
  }
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+1) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+2) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+3) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+4) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+5) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+6) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+7) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+8) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+9) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+10) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+11) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+12) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+13) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+14) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+15) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+16) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+17) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+18) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+19) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+20) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+21) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+22) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+23) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+24) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+25) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+26) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+27) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+28) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+29) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+30) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+31) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+32) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+33) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+34) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+35) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+36) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+37) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+38) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+39) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+40) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+41) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+42) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+43) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+44) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+45) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+46) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+47) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+48) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+49) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+50) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+51) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+52) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+53) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+54) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+55) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+56) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+57) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+58) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+59) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+60) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+61) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+62) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+63) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+64) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+65) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+66) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+67) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+68) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+69) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+70) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+71) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+72) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+73) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+74) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+75) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+76) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+77) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+78) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+79) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+80) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+81) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+82) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+83) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+84) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+85) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+86) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+87) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+88) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+89) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+90) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+91) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+92) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+93) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+94) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+95) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+96) {
  background-color: var(--prime);
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+97) {
  background-color: #FF59CD;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+98) {
  background-color: #E69000;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+99) {
  background-color: #E03E40;
}
.hall-detail-secA .item:last-child .card-grid .card:nth-child(5n+100) {
  background-color: #14A325;
}
.hall-detail-secA .item:last-child .card-grid .card h5 {
  color: var(--white);
  font-weight: 400;
  margin: 0;
  max-width: 32%;
  line-height: 1.4;
}
@media (min-width: 1784px) {
  .hall-detail-secA .item:last-child .card-grid .card h5 {
    max-width: 40%;
  }
}
@media (max-width: 1366px) {
  .hall-detail-secA .item:last-child .card-grid .card h5 {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .hall-detail-secA .item:last-child .card-grid .card h5 {
    max-width: 55%;
  }
}
@media (max-width: 991px) {
  .hall-detail-secA .item:last-child .card-grid .card h5 {
    font-size: 16px;
  }
}

.sport-secB .hall-fame-container {
  margin-top: 65px;
}
@media (max-width: 540px) {
  .sport-secB .hall-fame-container {
    margin-top: 35px;
  }
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card img {
  width: 100%;
  display: block;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div {
  padding: 30px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div {
    padding: 16px 16px 20px 16px;
  }
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div small {
  font-size: 15px;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 600;
  color: var(--prime);
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div h4 {
  margin-bottom: 12px;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div p {
  margin: 0 0 30px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div p {
    margin: 0 0 20px;
  }
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper {
  padding: 0;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn {
  padding: 10px 16px;
  display: inline-block;
  align-self: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn:hover::before {
  width: 100%;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.sport-secB .hall-fame-container .swiper .swiper-wrapper .item .team-card div .btn-wraper .theme-btn::before {
  border-radius: 25px;
}/*# sourceMappingURL=hall-fame-details.css.map */