@font-face {
  font-family: "nunito";
  src: url("../fonts/nunito.woff2") format("woff2");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:visited,
a:active,
a:link {
  text-decoration: none;
}

/* --------------------------------- */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* --------------------------------------- */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #12171e;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #41474f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6f7883;
}

/* --------------------------------- */
.top-1 {
  top: 1px;
}

/* --------------------------------- */
body {
  font-family: "nunito";
  background-color: #17153a;
  color: #fff;
  font-weight: 600;
}

/* --------------------------------- */
header {
  background-color: #3b8cb1d4;
  padding-top: 120px;
}

header .imgs-wave img {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 30;
}

header .imgs-wave img:nth-child(1) {
  bottom: 100px;
}

header .imgs-wave img:nth-child(2) {
  z-index: 50 !important;
  bottom: 45px;
}

header .imgs-wave img:nth-child(3) {
  z-index: 70 !important;
  bottom: -410px;
}

header nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99990;
  height: 104px;
  padding-top: 16px;

  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;

  /* background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(119, 119, 119, 0);
}

header nav .navbar-brand img {
  max-height: 76px;
}

header nav .navbar-nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header .dropdown-toggle,
header .dropdown-toggle:link,
header .dropdown-toggle:active,
header .dropdown-toggle:visited {
  color: rgb(255 255 255) !important;
}

header nav a.translate-link,
header nav .navbar-nav li a {
  color: rgb(255 255 255);
  font-weight: 700;
  padding: 13px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  /* -webkit-backdrop-filter: blur(0px); */
  /* backdrop-filter: blur(0px); */
  border-radius: 0.375rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    opacity 0.15s ease-in-out, border 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, background 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
  text-wrap: nowrap;
}

header .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

header nav a.translate-link:hover,
header nav .navbar-nav li a:hover {
  background-color: rgb(195 184 231);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* -webkit-backdrop-filter: blur(30px); */
  /* backdrop-filter: blur(30px); */
  -webkit-transition: background-color 0.15s ease-in-out,
    opacity 0.15s ease-in-out, border 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, background 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
}

header nav a.translate-link span svg,
header nav .navbar-nav li a span svg {
  width: 24px;
  height: 24px;
  color: inherit;
  position: relative;
  top: -1px;
}

header nav .navbar-nav li a.nav-active {
  color: #fff;
  opacity: 1;
}

header nav a.translate-link:hover,
header nav .navbar-nav li a:hover {
  color: #fff !important;
  opacity: 1 !important;
  -webkit-transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

header nav .login-btn {
  font-size: 15px;
  color: #000;
  height: 44px;
  border-radius: 8px;
  padding: 0 16px;
  background: rgb(217, 223, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(217, 223, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

header nav .login-btn:hover {
  -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

header .header-content {
  padding: 136px 0 215px;
  position: relative;
  z-index: 99;
}

header .header-content h1 {
  font-size: 3.65rem;
  line-height: 41px;
  font-weight: bold;
  margin-bottom: 12px;
}

header .header-content h1 strong {
  font-size: 2.6rem;
  font-weight: 500;
}

header .header-content p {
  max-width: 340px;
  line-height: 23px;
  padding: 13px 0;
  font-size: 1.03rem;
}

header .header-content a {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  border-radius: 20px;
  padding: 11px 38px 10px 16px;
  background: rgb(217, 223, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(217, 223, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

header .header-content a:hover {
  -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

header .header-content a img {
  max-height: 55px;
}

header .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.55);
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

header .header-main-img {
  padding-top: 54px;
}

header .header-main-img img {
  position: absolute;
}

header .header-main-img img:nth-child(1) {
  top: -35%;
  right: 0;
  z-index: 200;
  animation: 5s ease-in-out 0s infinite normal none running floatUp;
}

header .header-main-img img:nth-child(2) {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

header .header-main-img img:nth-child(3) {
  bottom: -100px;
  right: -40px;
  z-index: 200;
  animation: 5s ease-in-out 0s infinite normal none running floatRight;
}

header .header-main-img img:nth-child(4) {
  left: -42px;
  bottom: -160px;
  animation: 5s ease-in-out 0s infinite normal none running floatLeft;
}

header .mobile-btn {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: transparent;
  background: transparent;
  outline: 0;
  border-radius: 0.37rem;
}

header .mobile-btn svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

header .alert-list {
}

header .user-info button,
header .alert-list button {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  padding: 13px;
  border-radius: 50px;
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.15s ease-in-out,
    opacity 0.15s ease-in-out, border 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, background 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
}

header .user-info button svg,
header .alert-list button svg {
  width: 24px;
  height: 24px;
  color: inherit;
}

header .user-info button {
  padding: 0;
}

header .user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

header .user-info .dropdown-menu,
header .alert-list .dropdown-menu {
  transform: translateX(-30%);
  background-color: rgba(255, 255, 255, 0.9);
}

header .alert-list span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #e41414;
  border-radius: 50%;
  z-index: 99;
}

header .user-info button:hover,
header .alert-list button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out,
    opacity 0.15s ease-in-out, border 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, background 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, opacity 0.15s ease-in-out,
    border 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out,
    background 0.15s ease-in-out, -webkit-backdrop-filter 0.15s ease-in-out;
}

/* --------------------------------- */
.markets-list {
  padding: 65px 0 111px;
  background-color: #1f1f47;
}

h4.section-main-title,
.markets-list h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 41px;
}

.markets-list p {
  line-height: 23px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.markets-list .markets-list-title {
  margin-bottom: 44px;
}

.markets-list .markets-list-box {
  border-radius: 20px;
  padding: 59px 33px 26px;
  background-color: rgba(15, 14, 71, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.markets-list .markets-list-box .markets-list-more {
  color: #fff;
  border-radius: 0.375rem;
  padding: 8px 16px 6px;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: border 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.markets-list .markets-list-box .markets-list-more svg {
  width: 20px;
  height: 20px;
  color: #5a4bd2;
}

.markets-list .markets-list-box .markets-list-more:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.markets-list .markets-list-box .mlb-table .table > :not(caption) > * > * {
  background-color: transparent;
  border: 0;
  color: #fff;
  line-height: 25px;
  font-weight: 600;
}

.markets-list .markets-list-box .mlb-table .table thead th {
  padding-bottom: 17px;
  text-wrap: nowrap;
  padding: 0 !important;
}

.markets-list .markets-list-box .mlb-table .table thead th > div {
  padding: 8px 8px 17px;
}

.markets-list .markets-list-box .mlb-table .table tbody td {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-wrap: nowrap;
  padding: 0 !important;
}

.markets-list .markets-list-box .mlb-table .table tbody td > div {
  padding: 15px 0;
}

.markets-list .markets-list-box .mlb-table .table tbody td > div.decrease {
  color: #fa475e;
}

.markets-list .markets-list-box .mlb-table .table tbody td > div.increase {
  color: #1fc181;
}

.markets-list .markets-list-box .mlb-table .table tbody td .trade-link {
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 800;
  border-radius: 8px;
  color: #000;
  line-height: 18px;
  background: rgb(217, 223, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(217, 223, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.markets-list .markets-list-box .mlb-table .table tbody td .trade-link:hover {
  -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.markets-list
  .markets-list-box
  .mlb-table
  .table
  tbody
  td
  .coin-info
  > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.markets-list
  .markets-list-box
  .mlb-table
  .table
  tbody
  td
  .coin-info
  span:first-child {
  color: #fff;
  line-height: 25px;
  position: relative;
  top: 6px;
}

.markets-list
  .markets-list-box
  .mlb-table
  .table
  tbody
  td
  .coin-info
  span:last-child {
  font-size: 12px;
  line-height: 25px;
  position: relative;
  bottom: 2px;
}

.markets-list
  .markets-list-box
  .mlb-table
  .table
  tbody
  td
  .coin-info
  .coin-img {
  height: 32px;
  width: 32px;
  border-radius: 50px;
  margin-right: 4px;
}

.markets-list
  .markets-list-box
  .mlb-table
  .table
  tbody
  td
  .coin-info
  .coin-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.markets-list .markets-list-box .mlb-table .table tbody td:first-child > div {
  padding: 0;
}

/* --------------------------------- */
.quick-buy {
  padding: 232px 0 167px;
  background-color: #1f1f48;
}

.quick-buy::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  background: url("../images/quickbuy/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

.quick-buy .quick-buy-box {
  max-width: 485px;
  border-radius: 29px;
  padding: 61px 38px 39px;
  background: rgb(8, 9, 29);
  background: -o-linear-gradient(
    247deg,
    rgba(8, 9, 29, 1) 14%,
    rgba(20, 22, 52, 1) 98%
  );
  background: linear-gradient(
    203deg,
    rgba(8, 9, 29, 1) 14%,
    rgba(20, 22, 52, 1) 98%
  );
}

.quick-buy .quick-buy-box .title {
  color: #fff;
  font-weight: bold;
  line-height: 41px;
  font-size: 48px;
  margin-bottom: 38px;
}

.quick-buy .quick-buy-box .btn-trading {
  padding-top: 29px;
  font-size: 15px;
}

.quick-buy .quick-buy-box .btn-trading button {
  border-radius: 8px;
  padding: 8px;
  border: 0;
  outline: 0;
  font-weight: 700;
  line-height: 18px;
  background: rgb(217, 223, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(217, 223, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .btn-trading button:hover {
  -webkit-box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  box-shadow: rgb(230, 232, 234) 0px 0px 6px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .btn-trading button span {
  margin-right: 4px;
}

.quick-buy .quick-buy-box .qbb-content {
  height: 330px;
  position: relative;
}

.quick-buy .quick-buy-box .qbb-content form > div {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transition: position 0.15s ease-in-out;
  -o-transition: position 0.15s ease-in-out;
  transition: position 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .qbb-content form > div.top-pos {
  top: 0px;
  bottom: 185px;
  -webkit-transition: position 0.15s ease-in-out;
  -o-transition: position 0.15s ease-in-out;
  transition: position 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .qbb-content form > div.bottom-pos {
  top: 185px;
  bottom: 0;
  -webkit-transition: position 0.15s ease-in-out;
  -o-transition: position 0.15s ease-in-out;
  transition: position 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .qbb-content label {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}

.quick-buy .quick-buy-box .qbb-content input {
  background-color: rgba(31, 31, 71, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 21px;
  height: 77px;
  color: #fff;
  font-size: 20px;
}

.quick-buy .quick-buy-box .qbb-content input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(255, 255, 255, 0.7);
}

.quick-buy .quick-buy-box .qbb-content input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.quick-buy .quick-buy-box .qbb-content input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.quick-buy .quick-buy-box .qbb-content input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.quick-buy .quick-buy-box .qbb-content input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.quick-buy .quick-buy-box .qbb-content .inp-box {
  position: relative;
}

.quick-buy .quick-buy-box .qbb-content .inp-box .dropdown-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.quick-buy
  .quick-buy-box
  .qbb-content
  .inp-box
  .dropdown-content
  .dropdown-toggle {
  padding-left: 18px;
  background-color: transparent;
  border: 0;
}

.quick-buy .quick-buy-box .qbb-content .inp-box .dropdown-content .img-body {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  overflow: hidden;
}

.quick-buy
  .quick-buy-box
  .qbb-content
  .inp-box
  .dropdown-content
  .img-body
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.quick-buy .quick-buy-box .qbb-content .inp-box .dropdown-content span {
  font-size: 20px;
  line-height: 41px;
}

.quick-buy
  .quick-buy-box
  .qbb-content
  .inp-box
  .dropdown-content
  .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.quick-buy
  .quick-buy-box
  .qbb-content
  .inp-box
  .dropdown-content
  .dropdown-item
  .img-body {
  width: 32px;
  height: 32px;
}

.quick-buy .quick-buy-info h4 {
  font-size: 44px;
  font-weight: bold;
  line-height: 51px;
}

.quick-buy .quick-buy-info p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 25px;
  max-width: 600px;
}

.quick-buy .quick-buy-box .qbb-content .change-btn {
  position: absolute;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.quick-buy .quick-buy-box .qbb-content .change-btn button {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  background-color: #5a4bd2;
  border: 0;
  outline: 0;
  color: #fff;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .qbb-content .change-btn button:hover {
  -webkit-box-shadow: rgba(230, 232, 234, 0.663) 0px 0px 6px;
  box-shadow: rgba(230, 232, 234, 0.663) 0px 0px 6px;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.quick-buy .quick-buy-box .qbb-content .change-btn button svg {
  width: 22px;
  height: 22px;
  color: inherit;
}

/* --------------------------------- */
footer {
  background-color: #1f1f48;
  padding: 255px 0 13px;
  color: #000;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../images/footer/bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

footer .footer-logo img {
  max-height: 76px;
}

footer h5 {
  font-size: 39px;
  margin-bottom: 40px;
  font-weight: 800;
}

footer ul li {
  margin-bottom: 28px;
}

footer ul li a {
  padding-left: 0px;
  color: #000;
  font-weight: 600;
  -webkit-transition: padding 0.15s ease-in-out;
  -o-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
}

footer ul li a svg {
  width: 24px;
  height: 24px;
  color: inherit;
  position: relative;
  top: -2px;
}

footer ul li a:hover {
  padding-left: 4px;
  -webkit-transition: padding 0.15s ease-in-out;
  -o-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
}

footer .contact-box > div:first-child {
  padding: 12px 26px 12px 15px;
  border-radius: 12px;
  background-color: #e4e5e9;
}

footer .contact-box > div:first-child .txt span:first-child {
  color: #5e6472;
  line-height: 40px;
}

footer .contact-box > div:first-child .txt span:last-child {
  font-size: 23px;
  font-weight: bold;
  color: #5e6472;
}

footer .contact-box > div:last-child {
  padding: 15px 20px 15px 19px;
  border-radius: 12px;
  background-color: #efedfb;
}

footer .contact-box > div:last-child .txt span:first-child {
  color: #5e6472;
  line-height: 40px;
}

footer .contact-box > div:last-child .txt span:last-child {
  font-size: 18px;
  font-weight: bold;
  color: #5a4bd2;
}

footer .social-media a {
  border: 2px solid transparent;
  height: 80px;
  width: 80px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

footer .social-media a:hover {
  border-color: #e4e5e9;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

footer .copyright {
  font-size: 15px;
  color: #5e6472;
}

footer .copyright a {
  color: #5a4bd2;
  font-weight: 800;
}

/* --------------------------------- */

#offcanvasMenu {
  background-color: #1f1f47;
  color: #fff;
  max-width: 299px;
  z-index: 99999;
}

#offcanvasMenu .btn-close {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

#offcanvasMenu ul li a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 13px 0;
  -webkit-transition: background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
}

#offcanvasMenu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-transition: background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
  -o-transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  transition: backdrop-filter 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    -webkit-backdrop-filter 0.15s ease-in-out;
}

#offcanvasMenu ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#offcanvasMenu .other-links a.log-in-mobile {
  font-size: 15px;
  color: #000;
  height: 44px;
  border-radius: 0.375rem;
  padding: 0 16px;
  background: rgb(217, 223, 255);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(217, 223, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(217, 223, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

#offcanvasMenu .other-links a.lang-mobile {
  border-radius: 0.375rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 13px 0;
}

#offcanvasMenu .user-details img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

/* --------------------------------- */
.our-partners {
  padding: 85px 0;
  min-height: 465px;
  background-color: #1f1f48;
}

/* --------------------------------- */
.blogs-section {
  padding: 85px 0;
  min-height: 465px;
  background-color: #1f1f48;
}

/* --------------------------------- */
@keyframes floatLeft {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes floatRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-30%);
  }
}

.slider-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f1f48;
  /* Match background color */
}

.slider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding: 53px 45px;
  margin-top: 10rem;

  /* Space for side divs */
}

.slider-track {
  display: flex;
  width: 200%;
  animation: slide 15s linear;
}

.slider-item {
  flex: none;
  width: calc(100% / 20);
  margin: 0 50px;
  color: white;
  text-align: center;
}

.side-div {
  position: absolute;
  top: -20px;
  /* Extend height beyond the top */
  bottom: -20px;
  /* Extend height beyond the bottom */
  width: 120px;
  background: 1f1f48;
  /* Match background color */
  z-index: 10;
}

.side-div.left {
  left: 0;
}

.side-div.right {
  right: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .slider-track {
    animation-duration: 20s;
    /* Slightly slower on tablets */
  }

  .slider-item {
    width: calc(100% / 5);
    /* Fewer items visible */
  }
}

@media (max-width: 640px) {
  .slider-track {
    animation-duration: 25s;
    /* Slower on mobile */
  }

  .slider-item {
    width: calc(100% / 4);
    /* Even fewer items visible */
    margin: 0 5px;
  }

  .side-div {
    width: 30px;
    /* Adjust side div width */
  }
}

.slider-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: text-shadow 0.3s;
}

.slider-item a:hover {
  color: white;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

#slider-track2 > div {
  background-color: aliceblue;
  color: #1f1f48;
  width: 8%;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

/* @keyframes scrollingAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-40%);
  }
}
@keyframes scrollingAnimation {
  100% {
    transform: translateX(-40%);
  }

  0% {
    transform: translateX(0);
  }
} */
@keyframes scrollingAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(-60%);
  }
  0% {
    transform: translateX(0);
  }
}

.scroll-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f1f48;
}

.scroll-wrapper {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding: 53px;
}

.scroll-track {
  display: flex;
  width: 200%;
  animation: scrollingAnimation 30s linear infinite;
}

.scroll-item {
  flex: none;
  width: calc(100% / 20);
  margin: 0 30px;
  color: white;
  text-align: center;
}

.mask-div {
  position: absolute;
  top: -20px;
  bottom: -20px;
  width: 120px;
  background: #1f1f48;
  z-index: 10;
}

.mask-div.left {
  left: 0;
}

.mask-div.right {
  right: 0;
}

@media (max-width: 1024px) {
  .scroll-track {
    animation-duration: 40s;
  }

  .scroll-item {
    width: calc(100% / 5);
  }
}

@media (max-width: 640px) {
  .scroll-track {
    animation-duration: 20s;
  }

  .slider {
    padding: 45px;
  }

  .scroll-item {
    width: calc(100% / 3); /* یا هر مقدار دلخواه دیگری مثل calc(25% - 10px) */
    margin: 0 5px;
  }

  .mask-div {
    width: 30px;
  }
}

.green {
  color: #1fc181;
}

.red {
  color: #fa475e;
}

#My-Profile {
  background-color: #;
  border-radius: 5px;
  text-align: center;
}
#Recent-Activities {
  background-color: #;
  border-radius: 5px;
  text-align: center;
}
#Log-out {
  background-color: #e52b38;
  border-radius: 5px;
  text-align: center;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px; /* فاصله بین آیکون و متن */
}

.text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-barcode {
  background-color: white;
  display: grid;
  position: fixed;
  right: 6%;
  top: 13%;
  width: 11%;
  justify-content: center;
  border-radius: 10px;
  z-index: 9999999;
  display: none;
}

@media (max-width: 1000px) {
  .div-barcode {
    right: 4%;
  }
}

.div-img > img {
  margin-top: 1rem;
}

.div-barcode > p {
  color: #000;
  text-align: center;
  font-size: x-small;
  margin-top: 10px;
}
/* .div-btn > button {
  color: rgb(201, 92, 20);
  font-size: x-small;
  margin-bottom: 1rem;
  padding: 5px 0;
  font-weight: 500;
}
.div-btn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.div-btn > button:hover {
  font-weight: bolder;
} */

.nav-red-glass{
  background-color: #2a3d1d61 !important;
}
