/* root */
:root {
    --red: #ff0000;
    --green: #00ff00;
    --main: #FFA404;
    --gray: #6c6a72;
    --white: #e5e9f0;
    --white-desc: #b6bdcb;
    --bgitem: #212121;
    --bgrescue: #282828;
    --bg: #282828;
    --red-customize: #df6d63;
    --green-customize: #9abc57;
    --blue-customize: #4583dc;
    --yellow-customize: #e3b355;
    --green1-customize: #3bc1a2;
    --bs-body-font-size: 18px !important;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,
  body {
    height: 100%;
  }
  body {
    font-family: 'Khula', sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--white) !important;
    height: 100%;
    background-color: #212121 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: all 0.2s;
    transition: padding-top 0s;
    overflow: visible;
  }
  #body {
    overflow: visible;
  }
  #body.active {
    overflow: hidden;
  }
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: var(--bg);
  }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: var(--bg);
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }
  a {
    text-decoration: none !important;
    color: rgb(245, 245, 245) !important;
  }
  a:hover {
    text-decoration: underline;
  }
  canvas {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
  }
  section {
    padding: 30px 0;
    width: 100%;
    z-index: 10 !important;
  }
  input:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  select:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .container {
    max-width: 1384px !important;
  }
  /* customize boostrap */
  .btn {
    border-radius: 25px !important;
    padding: 10px 24px;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
  }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .btn-primary {
    background: linear-gradient(
      100.14deg,
      #cd5409 1.71%,
      #F48B0A 98.29%
    ) !important;
    color: var(--white);
    border: 1px solid var(--main) !important;
    transition: all 0.3s ease-in-out;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: none !important;
    border-radius: 180px !important;
  }
  .btn-primary:hover {
    background: linear-gradient(
      #F48B0A 1.71%,
      #cd5409  96.92%
    ) !important;
    color: var(--white);
    border: 1px solid var(--main) !important;
    transition: all 0.3s ease-in-out;
  }
  .btn-outline-secondary {
    color: var(--white) !important;
    border: 1px solid var(--main) !important;
    position: relative;
    overflow: hidden;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: none;
    border-radius: 180px !important;
    text-align: center;
    justify-content: center;
  }
  .btn-outline-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(
      100.14deg,
      #e85822 1.71%,
      #F48B0A 98.29%
    ) !important;
    z-index: -1;
    transition: all 0.5s ease;
  }
  .btn-outline-secondary:hover::before {
    width: 100%;
  }
  .btn-outline-secondary:hover {
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
    background-color: transparent !important;
  }
  .btn-outline-primary {
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
    font-family: 'Khula', sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    border-radius: 3rem !important;
  }
  .btn-outline-primary:hover {
    color: var(--main) !important;
    border: 1px solid var(--main) !important;
    background-color: transparent !important;
  }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--main), 0.5) !important;
  }
  .chart-wrap.rounded-3 {
    border-radius: 2.3rem !important;
  }
  .tosaswap-btn.bg-primary {
    background-color: #1b65d5 !important;
  }
  .tosaswap-btn.bg-success {
    background-color: #7bae17 !important;
  }
  .tosaswap-btn.bg-danger {
    background-color: #cf1010 !important;
  }
  .bg-red-customize {
    background-color: var(--red-customize) !important;
  }
  .bg-green-customize {
    background-color: var(--green-customize) !important;
  }
  .bg-blue-customize {
    background-color: var(--blue-customize) !important;
  }
  .bg-yellow-customize {
    background-color: var(--yellow-customize) !important;
  }
  .bg-green1-customize {
    background-color: var(--green1-customize) !important;
  }
  .chart-wrap.bg-dark {
    background-color: var(--bg) !important;
  }
  .bg-overlay {
    background: url("https://www.tosatoken.io/assets/bg-blog.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 804px;
  }
  .bg-banner {
    background: url("../../assets/banner3.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bg-section {
    background: url("../../assets/bg-section.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bg-contact {
    background: url("../../assets/bg-light.png") no-repeat left;
    background-size: contain;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bg-rescueme {
    background: url("../../assets/bg-light.png") no-repeat left;
    background-size: contain;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  /* TITLE SECTION */
  .title-section {
    text-align: center;
    margin-bottom: 40px;
  }
  .title-section h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.003em;
    color: var(--white);
    position: relative;
  }
  .title-section h2::before {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 6px;
    background: linear-gradient(270deg, #ed4e1d -46.15%, #ed2323 148.72%);
  }
  .title-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--gray);
  }
  .title-section small {
    margin-top: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    max-width: 792px;
    color: #a7aaad;
  }
  .form-group {
    background: var(--bgitem) !important;
    border-radius: 45px !important;
    overflow: hidden;
  }
  .form-control {
    background-color: var(--bgitem) !important;
    border: none !important;
    color: #fff !important;
  }
  
  .form-control:focus {
    border: none !important;
    box-shadow: none !important;
  }
  .input-group-text {
    background-color: transparent !important;
    border: none !important;
    font-size: 28px !important;
  }
  .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 !important;
  }
  /* hide scrollbar .swiper  */
  .swiper::-webkit-scrollbar {
    display: none;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide img {
    width: 100%;
    height: 250px;
    border-radius: 4px;
  }
  .swiper-slide{
    height: 250px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: #fff !important;
    border: 1px solid var(--main) !important;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50% !important;
    background: var(--bgitem) !important;
  }
  .swiper-button-next::after {
    font-size: 1.2rem !important;
    font-weight: bold !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -10px !important;
  }
  .swiper-button-prev::after {
    font-size: 1rem !important;
    font-weight: bold !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -10px !important;
  }
  .backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: var(--bg) !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 1px 1px rgb(222 48 14 / 52%) !important;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
  }
  .backToTop img {
    transform: rotate(180deg) scale(1.2);
  }
  .backToTop.active {
    opacity: 1;
    visibility: visible;
  }
  /* TAB */
  .tabs {
    overflow-x: scroll;
    position: relative;
    width: 100%;
  }
  .tabs .tab-hintoverlay {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .tabs .tab-hintoverlay::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(270deg, var(--bg) 0%, transparent 100%);
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
  .tabs > * ~ * {
    margin-left: 20px;
  }
  .tab {
    padding: 8px 26px;
    border: 1px solid var(--main);
    border-radius: 25px;
    cursor: pointer;
  }
  .tab.active {
    background: linear-gradient(270deg, #ed4e1d -46.15%, #ed2323 148.72%);
    border: 1px solid #fff;
  }
  .tab h5 {
    font-weight: 600;
    color: var(--white);
    font-size: 20px;
    margin: 0;
  }
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
  }
  .tabcontent.active {
    display: block;
  }
  .tab span {
    font-weight: 400;
    color: var(--gray);
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeEffect {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .particale {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
  }
 