body{
    background: #020409;
}
:root {
    --fcolor: #98ACFF;
    --mcolor: #fff;
    --navcolor: #020409;
    --btnbg: #0a090f;
    --scolor: #E32120;
    --tcolor: #653bcf;
    --tabline: #585858;
    --txtcolor: #ccc;
}
.text-light{
	color: #cfcfcf !important;
}
.colort{
    color: #98ACFF;
}
li::marker {
    color: #98ACFF;
}
h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-size: 24px;
    color: #fff;   
}
.h3 {
    color: #fff;   
}
h4 {
    color: #fff;
}
h5 {
    color: #fff;
}
.h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.ts-card h4 {
    color: #98ACFF;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/1xbet-clone-script/banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}
.btn.orange-btn {  
    background: #98ACFF;
    border-radius: 33px;
    color: #000;
    padding: 12px 64px;
    text-align: center;
    transition: .3s all ease;
    border: 0px;
}
.btn.orange-btn:hover {
    background: #fff;
    border-radius: 33px;
    color: #0A0101;
}
.greybox {
    background: #0D0F15;
    border-radius: 8px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}

.nav-tabs {
    border-bottom: 0;
    background: #2B2B2B;
        border-radius: 6px;
    padding: 4px;
        max-width: 1095px;
        margin: 0px auto;
}
.nav-tabs .nav-link.active {
     border-bottom: 0px; 
    color: #000000;
        border-radius: 6px;
    padding: 10px 20px;
}

.feat button.active
 {
    background: #98ACFF !important;
    border-radius: 6px;
    padding: 10px 20px;
    color: #000 !important;
}
.feat button {
    background: #0d0f15 !important;
    color: #fff !important;
    padding: 10px 20px;
    border: 2px solid transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border:0px !important;
}

.whitebox {
    background: #0D0F15;
    border-radius: 12px;
    border: 0px;
    margin: 0;
    padding: 20px;
    height: 100%;
    position: relative;
}
.card_dark {
    background: #0D0F15;
    border-radius: 16px;
    padding: 24px 24px;
    height: 100%;
}
.whitebox:hover h4, .whitebox:hover .h4 a {
    color: var(--lcolor);
    background: none !important;
}

.white_border {
    background: #0D0F15;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ts-card {
    background: #0D0F15;
    border: 1px solid rgba(144, 141, 231, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    height: 100%;
    color: #fff;
}

.whitebox h4 {
    color: #fff;
}

.bac_img {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.topmenu .megadropdown>li.select>a {
    background: url(../images/nextarrow.svg) var(--fcolor);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 17px;
    border-radius: 4px;
    color: #000000 !important;
}
.cus-pill .nav-pills .nav-link.active {
        color: #E1B120;
      border: 1px solid red;
      background: black;
}
.blue_box2  h6 {
  background: url(../images/white-label/tick.webp);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-size: 22px;
} 
.third li{
    background: url(../images/checkmark-white.svg) no-repeat #020409 !important;
}
.third li:hover {
    background: url(../images/checkmark-white.svg) no-repeat #020409 !important;
  transition: background 0.3s;
  border-radius: 7px !important;
}
.o-li {
  background-color: #212121;
  border: 1px solid #434343;
  border-radius: 10px;
  padding: 10px;
  color: white;
}
.fade:not(.show) {
  display: none;
}
.comparison-section {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
  }

  .comparison-section h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 700;
    text-align: center;
  }

  .comparison-section p {
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 30px;
    text-align: center;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    text-align: center;
  }

  th, td {
    text-align: center;
    vertical-align: middle;
    padding: 9px 8px;
    line-height: 1.35;
  }

  th { font-weight: 700; }

  th:nth-child(1), td:nth-child(1) { width: 22%; }
  th:nth-child(2), td:nth-child(2) { width: 29%; }
  th:nth-child(3), td:nth-child(3) { width: 49%; }


.card_dark1 {
    background: #0D0F15;
    border-radius: 16px;
}

@media (max-width: 991px) {

    .banner {
        background: linear-gradient(359.55deg, #020409 0.36%, #242e5b 99.61%);
    }
    .bac_img{
        display: none;
    }
    .rev-bg

 { background:none; }
    
}
@media (max-width: 650px) {

        .nav-tabs{
        width: 100%;
    }
    .section{
        padding: 10px;
    }
    h2 {
        font-size: 28px;
    }
    .h2 {
        font-size: 28px;
    }
    h3{
        font-size: 20px !important;
    }
    .h3{
        font-size: 24px !important;
    }
    
    
}


    /* Title */
  .title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.subtitle {
  margin: 0 0 45px;
  font-size: clamp(14px, 1.5vw, 17px);
  color: #aaa;
  line-height: 1.5;
}

/* Table Wrapper */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Table */
.comparison-table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Table Cells */
.comparison-table th,
.comparison-table td {
  border: 1px solid #444;
  text-align: center;
  vertical-align: middle;
  padding: 18px 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Header */
.comparison-table th {
  background: #2E3F84;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  height: 55px;
  line-height: 1.3;
}

/* Body */
.comparison-table td {
  background: #111;
  color: #d0d0d0;
  font-size: clamp(14px, 1.4vw, 17px);
  height: 74px;
  line-height: 1.4;
}

/* First Column */
.comparison-table td:first-child {
  font-weight: 700;
  color: #d5d5d5;
}

/* Alternate Rows */
.comparison-table tbody tr:nth-child(even) td {
  background: #181818;
}

.comparison-table tbody tr:nth-child(odd) td {
  background: #101010;
}

/* Hover */
.comparison-table tbody tr:hover td {
  background: #222;
}

/* Column Widths */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
  width: 27%;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
  width: 36.5%;
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
  width: 36.5%;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1024px) {

  .title {
    font-size: 32px;
  }

  .subtitle {
    margin-bottom: 35px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 16px 12px;
  }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 768px) {

  .title {
    font-size: 28px;
  }

  .subtitle {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .comparison-table {
    min-width: 700px;
  }

  .comparison-table th {
    font-size: 15px;
    height: 50px;
    padding: 14px 10px;
  }

  .comparison-table td {
    font-size: 14px;
    height: 65px;
    padding: 14px 10px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

  .title {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .comparison-table {
    min-width: 650px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 12px 8px;
  }

  .comparison-table th {
    font-size: 13px;
    height: 48px;
  }

  .comparison-table td {
    font-size: 13px;
    height: 60px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 360px) {

  .title {
    font-size: 20px;
  }

  .subtitle {
    font-size: 13px;
  }

  .comparison-table {
    min-width: 620px;
  }

  .comparison-table th {
    font-size: 12px;
  }

  .comparison-table td {
    font-size: 12px;
  }

}