/*fonts*/
@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
    url('../fonts/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
    url('../fonts/NunitoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
    url('../fonts/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-LightItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
    url('../fonts/NunitoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
    url('../fonts/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-Italic.woff2') format('woff2'),
    url('../fonts/NunitoSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  background: #000000;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
  /* 设置滚动条的宽度 */
  height: 10px;
  /* 设置滚动条的高度 */
  background-color: #00052f;
  /* background-color: #1400ff; */
  /* 设置滚动条的背景色 */
}

::-webkit-scrollbar-thumb {
  background-color: #09b8c8;
  /* 滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
  border: 2px solid #09b8c8;
  /* 滑块边框和滚动条背景色相同 */
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

a:hover {
  color: #ff4e00;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;

}


/*---
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  color: #43005d;
  background: rgb(254, 173, 0);
  background: linear-gradient(0deg, rgba(254, 173, 0, 1) 0%, rgba(252, 237, 0, 1) 100%);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #43005d;
  line-height: 0;
}

.back-to-top:hover {
  /* background: #e65d5f;
  color: #fff; */
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.bg-primary {
  background: #ef4921;
}

/*button*/
.btn-primary {
  background: #0048a6;
  border: solid 3px #0048a6;
  color: #42fff1;
  font-weight: 900;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  letter-spacing: 1px;
  /* background: #fff;
  color: #09034e;
  border: solid 2px #09034e;
  text-transform: uppercase;
  font-weight: 900;
  padding: 6px 10px; */
}

.btn-primary:hover {
  background: transparent;
  border: solid 3px #0048a6;
  /* background: #09034e;
  color: #fff;
  border: solid 2px #09034e;
  text-transform: uppercase;
  font-weight: bold; */
}

.btn-secondary {
  background-color: #000;
  padding: 0.5em 2em;
  font-weight: bold;
  font-size: 1.25em;
  border-radius: 10px;
  border: solid 2px #f04e23;
}

.bg-purple {
  background: #09034e;
}

.bg-blue {
  background: #1400ff;
}

.bg-light-blue {
  background: #13cfc1;
}

.text-purple {
  color: #09034e;
}

.text-blue {
  color: #1400ff;
}

.text-light-blue {
  color: #13cfc1;
}

.text-pool-water {
  color: #1e88ff;
}

/*modal*/
.modal {
  border-radius: none;

}

.btn-close {
  color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.modal-content {
  background: #020617;
  border: none;
  border-radius: none;
}

.modal-header {
  background-color: #09034e;
  color: #fff;
  border: none;
  /* border-radius: 4px 0 4px 0; */
}

.modal-footer {
  background: #020617;
}

.modal-title {
  text-transform: uppercase;
}

/*offcanvas*/
/* 默认情况下（主要是针对移动设备），Offcanvas 使用全屏宽度 */
.offcanvas {
  width: 100vw;
}

/* 当屏幕宽度大于 768px 时，将 Offcanvas 的宽度设置为 550px */
@media (min-width: 768px) {
  .offcanvas {
    width: 550px !important;
  }
}

.offcanvas-header {
  justify-content: flex-start;
}

.text-bg-dark {
  background: #000000 !important;
}

/*jquery confirm*/
.jconfirm .jconfirm-box {
  background-color: #000;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: url(../images/bghd.jpg) no-repeat center center;
  background-size: cover;
}

#header.header-scrolled {
  padding: 12px 0;
}

#header .logo {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .btn-logout,
#header .btn-signup {
  background: #0048a6;
  color: #42fff1;
  border: solid 2px #0048a6;
  margin-right: 1%;
  text-transform: uppercase;
  font-weight: 900;
}

#header .btn-logout span,
#header .btn-signup span {
  background: -webkit-linear-gradient(to right, #00ac9e, #42fff1);
  background: linear-gradient(to right, #00ac9e, #42fff1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* #header .btn-signup:hover {
  background: rgb(0, 189, 250);
  background: linear-gradient(180deg, rgba(0, 189, 250, 1) 0%, rgba(1, 96, 234, 1) 100%);
  color: #fff;
} */

#header .btn-login {
  background: #000;
  color: #f04e23;
  border: solid 3px #f04e23;
  text-transform: uppercase;
  font-weight: bold;
}

#header .btn-language .btn {
  background: #610322;
  border-radius: 50px;
  padding: 0px 15px;
  border: none;
  height: 40px;
}

#header .btn-language .btn:active:focus {
  box-shadow: none !important;
  border: none;
}

#header .btn-language .btn img {

  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

#header .btn-language .btn i {
  margin-left: 10px;
  font-size: 25px;
  line-height: 40px;
}

#header .dropdown-toggle::after {
  border: none;
  margin-left: 0;
}

#header .dropdown-menu {
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0;
  color: #fff;
  border: none;
  width: 100%;
}

#header .dropdown-item {
  color: #aaa;
}

#header .dropdown-item:hover {
  color: #fff;
  background: #000;
}


.main {
  background: url(../images/bgmain.jpg) no-repeat center top;
  background-size: cover;
}

.main2 {
  background: url(../images/bgmain2.jpg) no-repeat center top;
  background-size: cover;
}

.btn-more {
  background: -webkit-linear-gradient(to right, #00ac9e, #42fff1);
  background: linear-gradient(to right, #00ac9e, #42fff1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font-weight: 900 !important;
}

#participate {
  padding-bottom: 40px;
}

.matches-container {
  display: flex;
  /* Use flexbox */
  align-items: stretch;
  /* 使所有子元素高度一致 */
  flex-wrap: nowrap;
  /* Prevent wrapping */
  overflow-x: auto;
  /* Enable horizontal scrolling */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.matches-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.matches-container .card {
  flex: 0 0 auto;
  /* Prevent shrinking and allow the basis to be auto */
  display: flex;
  /* 使用 flex 容器 */
  flex-direction: column;
  /* 垂直堆叠子元素 */
  justify-content: space-between;
  /* 在子元素之间留出空间，使 h5 在上，p 在下 */
  /* height: 100%; */
  border-radius: 8px;
  background: #150909;
  color: #4c0900;
  margin-right: 3px;
  /* Add space between cards */
}


.matches-container .card.active {
  background: #f14b21;
  color: #fff;
}

.matches-container .card-body {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  display: flex;
  /* 使用 flex 容器 */
  flex-direction: column;
  /* 垂直堆叠子元素 */
}

.matches-container .card .card-title {
  font-weight: 900;
  display: block;
  color: #4c0900;

}

.matches-container .card .card-body p {
  font-size: 11px;
  display: block;
  color: #4c0900;
  margin: 0 !important;

}

.matches-container .card.active,
.matches-container .card.active .card-title,
.matches-container .card.active .card-body p {
  /* background: #f14b21; */
  color: #fff;
}

.swiper-container {
  /* width: 100% !important;*/
  overflow: hidden;
  margin-top: 30px
}

/* 非活动滑块样式 */
.swiper-slide {
  filter: grayscale(100%);
  /* 将图片转换为完全灰度 */
  transition: opacity 0.3s;
  opacity: 0.9;
  /* 初始为半透明 */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色遮罩，调整为所需的灰色 */
  pointer-events: none;
  /* 禁止点击事件 */
  transform: scale(0.5);
  /* 缩放到原始大小的50% */
  transition: transform 0.3s, opacity 0.3s;
  /* 添加transform到过渡效果 */
  padding: 0;
  margin: 0;
  width: auto;
}

.swiper-slide-active {
  transform: scale(1);
  pointer-events: auto;
  /* 活动滑块启用点击 */
  filter: none;
  /* 清除灰度效果 */
  opacity: 1;
  /* 活动滑块为完全不透明 */
}

/* Hide navigation buttons by default */
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.round-container {
  display: flex;
  justify-content: space-between;
  /* 按需要调整，例如 space-between, center, 等等 */
  align-items: stretch;
  /* 让子元素填满容器的高度 */
  background: rgb(16, 16, 16);
  background: linear-gradient(180deg, rgba(16, 16, 16, 1) 0%, rgba(38, 7, 0, 1) 100%);
  /* Change to match your background */
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #ff3600;
  position: relative;
  padding: 20px;
}

.player-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 45%;
  position: relative;
  text-align: center;
  color: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(240, 78, 35, 0.3);
  z-index: 8;
  padding: 1px;
  background: rgb(232, 78, 41);
  background: linear-gradient(180deg, rgba(232, 78, 41, 1) 0%, rgba(44, 33, 255, 1) 100%);
  position: relative;

}

.player-card .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: rgb(57, 24, 16);
  background: linear-gradient(36deg, rgba(57, 24, 16, 1) 0%, rgba(32, 31, 70, 1) 100%);
  border-radius: 8px;
  height: 100%;
}

.player-card img {
  width: 100%;
  height: auto;
}

.player-card h3 {
  margin: 0px 0 10px 0;
  color: #f04e23;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
}

.player-card p {
  margin: 20px 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}

.image-container {
  width: 100%;
  /* 容器的宽度 */
  padding-top: 100%;
  /* 高度等于宽度，创建一个正方形 */
  position: relative;
  /* 用于定位内部的 img 元素 */
  overflow: hidden;
  /* 隐藏溢出部分 */
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 裁剪图片以填满容器 */
}

.player-card .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.winner {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 50%;
  z-index: 9;
}

.vs {
  position: absolute;
  left: 40%;
  top: 35%;
  width: 20%;
  white-space: nowrap;
  z-index: 9;
}

.btn-vote {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
  align-self: baseline;
  animation: zoom-in-zoom-out 2s ease-out infinite;

  /* 如果需要的话，使按钮在水平方向上居中* /
/* 这会将按钮推到底部 */

  /* transition: background-color 0.3s ease; */
}

.btn-vote:disabled {
  filter: grayscale(100%);
}

.vote-button:hover {
  background-color: darkblue;
  /* Adjust to match your hover state */
}

/* Add winner ribbon styles */
.player-card.winner:before {
  content: 'WINNER';
  position: absolute;
  top: 0;
  left: 0;
  background: teal;
  /* Adjust to match your winner ribbon color */
  color: white;
  padding: 5px;
  border-radius: 0 0 10px 0;
}

/* Active match card styles */
.card.active {
  border: 2px solid orange;
  /* Adjust to match your active card border */
}

.leaderboard {
  border-radius: 8px;
  background: #001b41 url('../images/bgleaderboard.jpg') no-repeat top center;
}

.tbleaderboard {
  border: none;
  border-collapse: collapse;
  /* border-spacing: 10px; */
  /* 这相当于 'margin' 但用于 `<table>` */
}

.tbleaderboard thead th {
  background: #00052f;
  color: #000fff;
  border: none;
  padding: 10px;
  vertical-align: middle;
}

.tbleaderboard thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.tbleaderboard thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.tbleaderboard tbody tr td {
  color: #021eca;
  background: #001b41;
  border: none;
  padding: 10px;
  font-size: 1rem;
  vertical-align: middle;
}

.tbleaderboard tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}

.tbleaderboard tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

.tbleaderboard tbody tr td:first-child {
  font-size: 1.5rem;
  font-weight: bold;
}

.tbleaderboard tbody tr:first-child td {
  color: #fff;
  border: none;
  background: #0536c5;
}

.tbleaderboard tbody tr:nth-child(2) td {
  color: #fff;
  border: none;
  background: #0032a6;
}

.tbleaderboard tbody tr:nth-child(3) td {
  color: #fff;
  border: none;
  background: #01246c;
}


.faq {
  background: #111111;
}

.faq .accordion {
  background: #111111;

}

.faq .accordion-item:first-of-type .accordion-button {
  border-radius: 2px;
}

.faq .accordion-button {
  color: #fff;
  background: #000;
  font-weight: bold;
  font-size: 18px;
  border-bottom: none;
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.1);
  color: #f04c22;
}

.faq .accordion-button:not(.collapsed)::after {
  color: #f04c22
}

.faq .accordion-item {
  color: #fff;
  background: transparent;
  border: none;
  font-size: 14px;
  margin-bottom: 20px;
}


.btnvotewin {
  animation: zoom-in-zoom-out 2s ease-out infinite;

}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(0.9, 0.9);
  }

  100% {
    transform: scale(1, 1);
  }
}


@media (max-width: 767px) {

  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    border: 1px solid #09b8c8;
  }

  .container-fluid {
    padding: 0;
  }

  .container {
    padding: 0 20px;
  }

  #header {
    padding: 10px 0;

  }

  #header .logo img {
    max-height: 24px;
  }

  #header .btn {
    /* height: 24px; */
    width: 20%;
    border-radius: 4px;
    font-size: 0.8em;
    padding: 0;
  }

  #header .btn span {
    line-height: 24px;
  }

  .main2 {
    padding: 30px 0;
  }

  .participant {
    padding: 30px 0 0 0;
  }

  .participant h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .participant .img {
    margin: 0;
  }

  .participant .btn-more {
    font-size: 15px;
  }

  .matches-container .card {
    width: 33%;
    margin-right: 1%;
    padding: 0;
  }

  .matches-container .card .card-title {
    font-size: 12px;
  }

  .matches-container .card .card-body p {
    font-size: 8px;
  }

  .round-container {
    border-radius: 4px;
    padding: 5px;
  }

  .player-card {
    border-radius: 3px;
    width: 48%;
  }

  .player-card .box {
    padding: 5px;
    border-radius: 4px;
  }

  .player-card h3 {
    font-size: 10px;
  }

  .player-card p {
    margin: 10px 0;
    font-size: 7px;
  }

  .vs {
    left: 40%;
    top: 35%;
    width: 20%;
  }

  .winner {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 35%;
  }

  .btn-vote {
    margin-top: 4px;
  }

  .plan {
    margin: 20px 0 10px 0;
  }

  .btnvotewin {
    width: 65%;
  }

  .leaderboard {
    margin: 20px 0 60px 0;
    padding: 24px 6px 12px 12px;
    border-radius: 4px;
  }

  .leaderboard h1 {
    font-size: 20px !important;
  }

  .leaderboard h3 {
    font-size: 11px !important;
  }

  .tbleaderboard thead th,
  .tbleaderboard tbody td {
    font-size: 11px !important;
  }

  .tbleaderboard tbody tr td:first-child {
    font-size: 14px !important;
  }

  .leaderboard .content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 280px;
    padding-right: 5px;
  }

  .faq {
    padding: 20px 0 60px 0;
    font-size: 12px;
  }

  .faq h1 {
    font-size: 20px;
  }

  .faq .accordion-button {
    font-size: 12px;
  }

  .faq .accordion-item {
    font-size: 12px;

  }


}

@media (min-width: 992px) {

  /* @media (min-width: 1170px) { */

  /* .container {
    max-width: 768px;
  } */
  .container-fluid {
    padding: 0;
  }

  #header {
    padding: 20px 0;

  }

  #header .logo img {
    max-height: 45px;
  }

  #header .btn {
    height: 48px;
    line-height: 48px;
    /* min-width: 200px; */
    border-radius: 8px;
    font-size: 18px;
    padding: 0 20px;
    font-size: 20px;
  }

  .main2 {
    padding-bottom: 120px;
  }

  .participant {
    padding: 70px 0;
  }

  .participant h2 {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .participant .img {
    margin: 0 100px 60px 100px;
  }

  .participant .btn-more {
    font-size: 30px;
  }

  .matches-container .card {
    width: 19%;
    margin-right: 1%;
  }

  .swiper-wrapper {
    margin: 0 60px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }

  .player-card h3 {
    font-size: 24px;
  }

  .player-card p {
    font-size: 16px;
  }

  .plan {
    margin: 75px 150px 130px 150px;
  }

  .btnvotewin {
    width: 35%;
  }

  .leaderboard {
    margin: 130px 150px 210px 150px;
    padding: 48px 14px 24px 24px;
  }

  .leaderboard .content {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
    padding-right: 10px;
  }

  .faq {
    padding: 80px 0 120px 0;
  }
}

.modal-content label.col-form-label {
  color: #64748B;
}

.modal-content input[type='text'],
.modal-content input[type='password'],
.modal-content input[type='email'],
.modal-content input[type='file'] {
  background-color: #202020;
  border-bottom: solid 1px #000;
  border-radius: 0;
  outline: 0;
  border: solid 1px #333;
  color: #7c859a;
}


.modal-content button[type='submit'] {
  background: #0048a6;
  border: solid 3px #0048a6;
  color: #42fff1;
  font-weight: 900;
  -webkit-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  letter-spacing: 1px;
}

.modal-content button[type='submit'] span {
  background: -webkit-linear-gradient(to right, #00ac9e, #42fff1);
  background: linear-gradient(to right, #00ac9e, #42fff1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content button[type='submit']:hover {
  background: transparent;
  border: solid 3px #0048a6;
}

.modal-content button[type='submit']:hover span {
  background: -webkit-linear-gradient(to right, #fff, #fff);
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: #0048a6 !important;
}

.text-secondary {
  color: #f04e23 !important
}

.text-gray-500 {
  color: #9CA3AF;
}

.py-70 {
  padding: 70px 0;
}

.bg-slate {
  background-color: #020617;
}



a.text-secondary:hover {
  color: #F97316 !important
}

/*header nav*/
#header .navbar-nav {
  margin-left: 30px;
}

#header .navbar-nav .nav-link {
  color: #6B7280;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0 30px;
  font-weight: bold;
}

#header .navbar-nav .nav-link.active,
#header .navbar-nav .nav-link.show {
  color: #f04e23;
}

#header .navbar-toggler {
  color: #f04e23 !important;
  border: solid 2px #f04e23;
}

#header .navbar-toggler .navbar-toggler-icon {
  color: #f04e23 !important;
}

#header .navbar-toggler:active,
#header .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0;
}

@media (max-width: 991.98px) {
  #header {
    /* background-position: top center;
    background-size: contain;*/
    padding: 0;
  }

  #header .navbar {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
  }

  /* .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  z-index: 1050;
}*/

  .navbar-nav {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }

  .btn-group,
  .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }


}

.navbar-toggler.collapsed+.navbar-collapse {
  display: none !important;
  /* Ensure collapse works correctly */
}

.bg-blue-gradient {
  background: rgb(45, 126, 232);
  background: linear-gradient(180deg, rgba(45, 126, 232, 1) 0%, rgba(0, 72, 166, 1) 100%);
}

.bg-stone-900 {
  background-color: #1C1917;
}


input[type='text'],
input[type='password'],
input[type='email'],
input[type='file'] {
  background-color: #202020;
  border-bottom: solid 1px #000;
  border-radius: 0;
  outline: 0;
  border: solid 1px #333;
  color: #7c859a;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='file']:focus {
  background-color: #262626;
  color: #fff;
}

input[type='text']:disabled {
  background-color: #333;
  color: #7c859a;
}

.subscription {
  padding: 50px 0;
  background: rgb(45, 126, 232);
  background: linear-gradient(180deg, rgba(45, 126, 232, 1) 0%, rgba(0, 72, 166, 1) 100%);
}

.subscription a.btn-primary {
  padding: 10px 30px;
  font-size: 1.2em;
}


.chat-tg {
  position: fixed;
  z-index: 100;
  right: 5%;
  bottom: 15%;

}

.chat-tg a {
  display: inline-flex;
  /* Changed to flex to better align icon and text */
  align-items: center;
  /* Centers the content vertically */
  height: 60px;
  width: 60px;
  /* Initial width */
  background: #3390ec;
  text-align: center;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  /* Ensures text is hidden initially */
  transition: width 0.5s ease;
  /* Animate width change */
  color: white;
  /* Text color */
  text-decoration: none;
  border: solid 5px #fff;
  /* box-shadow: 0px 2px 15px rgba(255, 255, 255, 0.3); */
  /* Remove underline from link */
  /* animation-name: floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; */
  box-shadow: 0 5px 15px 0px rgba(255, 255, 255, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.chat-tg img {
  width: 100%;
  /* Ensure the image covers the 50px width initially */
  transition: transform 0.5s ease;
  /* Smooth transformation on hover */
}

.chat-tg a:hover {
  width: 170px;
  /* New width to accommodate text */
  background: #00aced;
  border-radius: 5px;
}

.chat-tg a:hover img {
  transform: scale(1.1);
  /* Enlarge icon */
}

.chat-tg .text {
  display: block;
  /* Ensures text is laid out as block */
  white-space: nowrap;
  /* Prevents text wrapping */
  opacity: 0;
  /* Initially hide text */
  transition: opacity 0.5s ease 0.3s;
  /* Delayed appearance */
  margin-left: 10px;
  /* Space between icon and text */
}

.chat-tg a:hover .text {
  opacity: 1;
  /* Show text on hover */
}


@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.py-80 {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {

  .navbar-collapse {
    position: absolute;
    top: 50px;
    right: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
    background-color: rgba(0, 0, 0, 0.95);
    height: 100vh;
    justify-content: center;
    justify-items: center;
  }

  .navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    right: 50%;
    transition: all 0.2s ease;
  }

  .navbar-collapse.show {
    right: 0;
  }
}