@import url("//fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); @import url("//fonts.googleapis.com/css2?family=Abel&family=Alfa+Slab+One&family=Anton&family=Inter:wght@900&family=Jockey+One&family=Poppins:wght@300;500;900&display=swap"); @import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); @h1: 2rem; @h2: 1.25rem; @h3: 1.125rem; @h4: 1rem; @p1: 14; @p2: 12px; @yellow: #fbc103; @green: #148360; @black: #000; @white: #fff; @gray: #2b2b2b; @deep-gray: #1c1c1c; @light-gray: #a8a8a8; @mobile: 475px; @web: 476px; //main css start .font-sahitya { font-family: "Sahitya", serif; } .text-blue { color: #0017e6; text-decoration: underline; } .text-aa { font-family: "Abel", sans-serif; } a { text-decoration: none; color: @white; } .w-90 { width: 90%; } .w-49 { width: 49%; } header { background: linear-gradient(180deg, #1ba87c 0%, #148360 100%); color: @white; } body { background-color: #4e4e4e; scroll-behavior: smooth; } .pos-rel { position: relative; } ul.navbar-nav > li > a { color: @white; } .btn-white { border-radius: 5px; background: @white; width: 120px; padding: 5px 10px; justify-content: center; font-weight: 500; color: @green; } .btn-org { border-radius: 5px; border: 1px solid #fbc103; background-color: transparent; color: #fbc103; } .btn-white:hover, .btn-yellow:hover { border-radius: 10px; transition: all 0.5s; } .btn-yellow { color: @white; border-radius: 5px; background: linear-gradient(90deg, #f79605 0%, #fbc103 100%); width: 120px; font-weight: 500; padding: 5px 10px; justify-content: center; } .btn-black { color: @white; border-radius: 5px; background: @black; width: 120px; font-weight: 500; padding: 5px 10px; justify-content: center; } .head-8 { span { margin: 0 1rem; } } .marquee-container { width: 100%; overflow: hidden; } .marquee-content { display: inline-block; white-space: nowrap; animation: marquee 10s linear infinite; } @keyframes marquee { 0% { transform: translateX(30%); } 100% { transform: translateX(-100%); } } .text-yellow { color: @yellow; font-family: Jockey One; } @media (min-width: @web) { h1 { color: @yellow; text-align: center; font-size: 32px; font-style: normal; font-weight: 400; line-height: normal; } .align-items-end-center { align-items: end; } .flex-row-re { flex-direction: row; } .mobile { display: none; } .flex-row-col, .flex-row-col-re { flex-direction: row; } .flex-col-row { flex-direction: column; } .flex-re-row-col { flex-direction: row-reverse; } .w-15-50 { width: 15%; } .w-30-48 { width: 30%; } .w-25-50, .w-25-75, .w-25-100, .w-25-auto { width: 24%; } .w-30-100 { width: 30%; } .w-50-25, .w-50-75, .w-50-100 { width: 50%; } .w-75-50, .w-75-25, .w-75-100 { width: 75%; } .w-60-100 { width: 60%; } .w-100-50, .w-100-25, .w-100-75, .w-100-49 { width: 100%; } .w-60-80 { width: 60%; } .w-48-100 { width: 48%; } .w-49-100 { width: 49%; } .w-24-100 { width: 24%; } .w-20-40 { width: 20%; } .w-90-100 { width: 95%; } .w-40-100 { width: 35%; } .text-left-center { text-align: start; } .text-right-center { text-align: end; } .text-center-left { text-align: center; } .bg-green-black { background-color: #148360; } } @media (max-width: @mobile) { .bg-green-black { background-color: #000; } .mobile-hidden { overflow: hidden; width: 1000px; } .mobile-scroll { overflow: scroll; } .navbar-collapse { z-index: 9999; position: absolute; top: 100%; padding: 1rem; background: #000; } .align-items-end-center { align-items: center; } .flex-row-re { flex-direction: row-reverse; } main { overflow-x: hidden; } .web { display: none; } .text-center-mobile { text-align: center; } .flex-row-col, .flex-re-row-col { flex-direction: column; } .flex-col-row { flex-direction: row; } .flex-row-col-re { flex-direction: column-reverse; } .w-25-auto { width: auto; } .w-50-25, .w-75-25, .w-100-25 { width: 25%; } .w-20-40 { width: 40%; } .w-30-48 { width: 48%; } .w-25-50, .w-75-50, .w-100-50, .w-15-50, .w-25-50, .w-100-50 { width: 50%; } .w-25-75, .w-50-75, .w-100-75 { width: 75%; } .w-60-80 { width: 80%; } .w-24-100, .w-25-100, .w-50-100, .w-75-100, .w-40-100, .w-48-100, .w-30-100, .w-60-100, .w-90-100, .w-49-100 { width: 100%; } .text-left-center { text-align: center; } .text-right-center { text-align: center; } .text-center-left { text-align: start; } } .text-right { text-align: end; } /*top*/ .goTop { position: fixed; right: 1%; bottom: 10%; transform: translateX(0); transition: transform 0.2s; z-index: 999999; opacity: 0.6; } .support { position: fixed; right: 1%; bottom: 20%; } .goTop:hover { opacity: 1; } .goTop.hide { transform: translateX(200px); } .goTop .goTopBtn { background-color: transparent; border: none; outline: none; cursor: pointer; } .tags > li + li::before { content: "�; } //main css end footer { background: @deep-gray; color: @white; } @media (min-width: @web) { #collapseExample { position: absolute; left: 30%; top: 40px; } .gsc-control-cse { background-color: #00000060 !important; border: #00000000 !important; position: absolute; z-index: 9999; width: 200px !important; top: 10px; } .bg-mr-green { background: rgba(13, 78, 61, 0.6); opacity: 0.6; } .bg-img-green { height: 390px; } .bg-img-green:nth-child(1) { background: url(//vel-ki.com/img/bg/background-1.jpg); background-size: contain; background-repeat: no-repeat; background-position: left bottom; } .bg-img-green:nth-child(2) { background: url(//vel-ki.com/img/bg/background-2.jpg); background-size: contain; background-repeat: no-repeat; background-position: left bottom; } .bg-img-green:nth-child(3) { background: url(//vel-ki.com/img/bg/background-3.jpg); background-size: contain; background-repeat: no-repeat; background-position: left bottom; } .bg-img-green:nth-child(4) { background: url(//vel-ki.com/img/bg/background-4.jpg); background-size: contain; background-repeat: no-repeat; background-position: left bottom; } .p-5-2 { padding: 3rem 4rem 2rem 3rem; } .w-23-48 { width: 23%; margin: 0.5rem; } .four-lo { width: 50%; } .web-margin-90 { margin-bottom: -90px; } .mr-5-web { margin-right: 2rem !important; } } @media (max-width: @mobile) { .four-lo { width: 100%; } .mobile-pb-20 { padding-bottom: 30px; } #mobilemenu { position: absolute; padding: 0.5rem; width: 40%; background: #000000cb; top: 15%; left: 10%; z-index: 9999; } .bg-mr-green { background: @black; } .w-23-48 { width: 47%; margin: 0.2rem; } .w-100-49 { width: 49%; } .p-5-2 { padding: 1.5rem; } .bg-img-green { height: 500px; } .bg-img-green:nth-child(1) { background: url(//vel-ki.com/img/bg/background-mobile-1.png); background-size: cover; background-repeat: no-repeat; background-position: center bottom; } .bg-img-green:nth-child(2) { background: url(//vel-ki.com/img/bg/background-mobile-2.png); background-size: cover; background-repeat: no-repeat; background-position: center bottom; } .bg-img-green:nth-child(3) { background: url(//vel-ki.com/img/bg/background-mobile-3.png); background-size: cover; background-repeat: no-repeat; background-position: center bottom; } .bg-img-green:nth-child(4) { background: url(//vel-ki.com/img/bg/background-mobile-4.png); background-size: cover; background-repeat: no-repeat; background-position: center bottom; } } .four-lo > img { margin: 0 1rem; } .text-gray { color: #a8a8a8; } .w-33 { padding: 0.5rem 0; font-weight: 600; } button.btn-yellow-2 { background: @yellow; width: 33.33%; color: #000; } button.btn-lightblue { background: #d7e3f0; width: 33.33%; color: #000; } button.btn-green { background: @green; width: 33.33%; color: @white; } .mobile-footer { position: fixed; bottom: 0; left: 0; } .breadcrumb-item + .breadcrumb-item::before { color: #fff; } .breadcrumb-item { font-family: abel; } #pills-tab > li.nav-item::after { content: "|"; color: #fff; } #pills-tab > li.nav-item:nth-child(10):after { content: ""; color: #f0f; } .btn-deposit { color: #fff; background-color: #0000; border: 0px; padding: 0 1rem; } .btn-deposit.active { color: @yellow; } .bor-yellow { border: 1px solid #fcdf19; padding: 0.5rem; } button.border-0 { border: 0; background-color: #0000; } button.btn-playnow { color: #000; font-family: Anton; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; border-radius: 20px; background: #fbc103; } .bg-green { background-color: @green; } .bg-white { background-color: @white; } .btn-line-yellow { border-radius: 5px; background: linear-gradient(90deg, #f79605 0%, #fbc103 100%); width: 120px; padding: 5px 10px; justify-content: center; align-items: center; color: @white; border: 0px; } button { border: 0; } /*sign-up*/ /*deposit*/ @media (max-width: @mobile) { .bg-sign { h1 { color: #fff; text-align: center; font-family: Inter; font-size: 28px; font-style: normal; font-weight: 900; line-height: normal; position: relative; top: 50px; right: -10%; width: 80%; } background-image: url(//vel-ki.com/img/bg/sign-banner.png); height: 250px; background-size: cover; background-repeat: no-repeat; background-position: center; } .bg-sign-white { background-color: #fff; padding: 0.5rem 1rem; } } @media (min-width: @web) { .bg-sign-white { background-color: #fff; padding: 0.5rem 5rem; } .bg-sign { h1 { color: #fff; font-family: Inter; font-size: 60px; font-style: normal; font-weight: 900; line-height: normal; position: relative; top: 240px; } background-image: url(//vel-ki.com/img/bg/sign-banner.png); height: 540px; background-size: cover; background-repeat: no-repeat; } } .breadcrumb-item { text-transform: uppercase; } .br-30 { border-radius: 30px; padding: 0.4rem; } a:hover { cursor: pointer; } h3.bg-black { font-family: Jockey One; font-size: 32px; } .head-yellow { background: #fbc103; padding: 0.5rem; border-radius: 30px 30px 0 0; } .bg-red-cricle { width: 60px; height: 60px; flex-shrink: 0; background-color: #dc0000; color: #fff; border-radius: 50%; font-family: Alfa Slab One; text-align: center; line-height: 60px; } .text-sign { color: #000; font-family: Arial Black; font-size: 20px; font-style: normal; font-weight: 900; line-height: normal; } thead { background-color: #dc000026; } tbody > tr:nth-child(even) { background-color: #dc000026; } tbody > tr:nth-child(odd) { background-color: #dc00000e; } .tg { border-collapse: collapse; border-spacing: 0; } .tg td { border: 1px solid rgba(220, 0, 0, 0.2); border-style: solid; border-width: 1px; font-family: Arial, sans-serif; font-size: 14px; overflow: hidden; padding: 10px 5px; word-break: normal; } .tg th { border: 1px solid rgba(220, 0, 0, 0.2); border-style: solid; border-width: 1px; font-family: Arial, sans-serif; font-size: 14px; font-weight: normal; overflow: hidden; padding: 10px 5px; word-break: normal; } .tg .tg-0lax { text-align: left; vertical-align: top; } .tg .tg-amwm { font-weight: bold; text-align: center; vertical-align: top; } .btn-join { border-radius: 5px; background: linear-gradient(90deg, #f79605 0%, #fbc103 100%); color: #fff; } /*pomo*/ @media (max-width: @mobile) { .bg-pomo { h1 { color: #fff; text-align: start; font-family: Inter; font-size: 28px; font-style: normal; font-weight: 900; line-height: normal; position: relative; } .h1-pos { position: absolute; top: 50%; right: 5%; width: 90%; transform: translateY(-50%); } background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100% ), url(//vel-ki.com/img/pomo/baji999_bonus_banner.webp); height: 440px; background-size: cover; background-repeat: no-repeat; background-position: 5% center; } } @media (min-width: @web) { .bg-pomo { h1 { color: #fff; font-family: Inter; font-size: 60px; font-style: normal; font-weight: 900; line-height: normal; text-align: start; } .h1-pos { position: absolute; top: 50%; left: 40%; transform: translateY(-50%); } position: relative; background-image: url(//vel-ki.com/img/pomo/baji999_bonus_banner.webp); height: 540px; background-size: cover; background-repeat: no-repeat; } } /*payment*/ @media (max-width: @mobile) { .bg-payment { h1 { color: #fff; text-align: start; font-family: Inter; font-size: 28px; font-style: normal; font-weight: 900; line-height: normal; position: relative; } .h1-pos { position: absolute; top: 50%; right: 5%; width: 90%; transform: translateY(-50%); } background: linear-gradient( 0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100% ), url(../img/article/baji999_banner_article.webp); height: 440px; background-size: cover; background-repeat: no-repeat; background-position: 5% center; } } @media (min-width: @web) { .bg-payment { h1 { color: #fff; font-family: Inter; font-size: 60px; font-style: normal; font-weight: 900; line-height: normal; text-align: start; } .h1-pos { position: absolute; top: 50%; left: 40%; transform: translateY(-50%); } position: relative; background-image: url(../img/article/baji999_banner_article.webp); height: 540px; background-size: cover; background-repeat: no-repeat; } } .link { cursor: pointer; } .btn-gold { border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.5); background: linear-gradient(90deg, #f79604 0%, #fbc104 100%); color: #000; padding: 0.5rem 2rem; font-weight: 600; } .btn-line-ong { border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.5); background: linear-gradient(90deg, #f79604 0%, #fbc104 100%); color: #fff; padding: 0.5rem 2rem; font-weight: 600; } .border-left-green { border-left: #148360 3px solid; } .border-bottom-bule { border-bottom: #0080c8 3px solid; } .text-big { text-transform: uppercase; font-weight: 700; font-size: 18px; } .pl-3 { padding-left: 1rem; } .pos-ab-articletext { position: absolute; left: 5%; bottom: 5%; } .bg-green { background: #148360; padding: 0px 10px; } .bg-gray { background: rgba(255, 255, 255, 0.6); } .pos-ab-article { position: absolute; left: 5%; bottom: 5%; } img.bright { -webkit-filter: brightness(50%); filter: brightness(50%); } img.bright:hover { -webkit-filter: brightness(80%); filter: brightness(80%); transition: all 0.5s; } .single-ellipsis { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .single-ellipsis-4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; } .navbar-nav .dropdown-menu { position: absolute; } .btn-baji { border-radius: 8.333px; background: #148360; color: #fff; padding: 0.6rem rem 0; text-align: center; } .modal-content { border: 3px solid #148360; top: 200px; } #mess { font-weight: 600; font-size: large; } /*menu*/ .hover-see { display: none; } .list-none { list-style: none; } .bg-menu { border-radius: 5px; background: rgba(255, 255, 255, 0.8); padding: 0.2rem; width: 130px; } .hover-btn:hover > ul.hover-see { display: block; z-index: 999; position: absolute; top: 120%; } .menu-btn-red { border-radius: 20px; background: #da251d; width: 100px; } .menu-btn-red-1 { border-radius: 20px; background: #ed4c5c; width: 100px; } .menu-btn-green { border-radius: 20px; background: #01411c; width: 100px; } .menu-btn-lightgreen { border-radius: 20px; background: #83bf4f; width: 100px; } /*exchange*/ @media (max-width: @mobile) { .bg-exchange { h1 { color: #fff; text-align: start; font-family: Inter; font-size: 28px; font-style: normal; font-weight: 900; line-height: normal; position: relative; } .h1-pos { position: absolute; top: 50%; right: 5%; width: 90%; transform: translateY(-50%); } background: url(../img/exchange/baji_live_cricket_banner.webp); height: 440px; background-size: cover; background-repeat: no-repeat; background-position: 50%; } .pos-ab-ex { position: absolute; left: 50%; top: 50%; width: 90%; transform: translate(-50%, -50%); } .mobile-img { background-image: url(../img/exchange/baji_live_cricket_daliy.webp); background-size: cover; background-position: 90%; height: 400px; } } @media (min-width: @web) { .bg-exchange { h1 { color: #fff; font-family: Inter; font-size: 60px; font-style: normal; font-weight: 900; line-height: normal; text-align: start; } .h1-pos { position: absolute; top: 50%; left: 30%; width: 60%; transform: translateY(-50%); } position: relative; background-image: url(../img/exchange/baji_live_cricket_banner.webp); height: 540px; background-size: cover; background-repeat: no-repeat; } .pos-ab-ex { position: absolute; left: 50%; top: 50%; width: 50%; transform: translate(-50%, -50%); } } .text-green { color: #1aa177; } .mr-5 { margin-right: 3rem; } .bg-yellow-br { border-radius: 10px 10px 0px 0px; background: #fbc103; } .font-size-2 { font-size: 20px; }