@media (min-width: 992px) {
  .container {
    max-width: 118rem;
    padding: 0;
  }

  .footer-license .col-lg-3.col-md-5.d-md-block.d-none {
    padding-left: 3rem;
  }

  /* col_half */
  .col_half {
    flex: 0 0 20%;
  }
}

/* ------ Medium devices (tablets, 991px and down) -----*/
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }

  .slot_page {
    font-size: 45%;
  }

  .container {
    max-width: 740px;
    padding: 0 2rem;
  }

  .Pagination ul {
    width: 100%;
    overflow: auto;
  }

  .footer-license {
    padding: 6rem 0;
  }

  /* ============= Table area ============== */
  table {
    width: 100%;
  }

  .table_top .trophy {
    display: none !important;
  }

  .table_top {
    margin-bottom: 0;
  }

  .table_top h3 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem;
  }

  /* ======= asib khan ======== */
  .about-main-content h5 br,
  .about-main-content p br {
    display: none;
  }

  .g-6,
  .gx-6 {
    --bs-gutter-x: 3rem;
  }

  .header_right2 {
    padding-left: 3.5rem;
  }

  .col_half {
    flex: 0 0 25%;
  }
}

/*----- sm devices (tablets, 768px and up) -----*/
@media (min-width: 768px) {
  .mobile_menu {
    display: none;
  }
}

/*----- sm devices (tablets, 768px and 991px) -----*/
@media (min-width: 768px) and (max-width: 991px) {
  .dont_miss .col {
    max-width: 25%;
    flex: 1 0 25%;
  }

  .dont_miss .row {
    justify-content: flex-start !important;
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 2.5rem;
    margin-top: 2rem;
  }

  /* =============== table_area ================ */
  .table_wrap {
    width: 100%;
    overflow: auto;
  }

  .table_area .img-fluid {
    width: 13.5rem;
  }

  /* =============== upcoming_area ================ */
  .upcoming_content {
    width: 100%;
  }

  /* =============== Step area ================ */
  .step_img {
    width: 12rem;
  }

  .step_area {
    margin: 5rem 0;
    height: 8rem;
  }

  .step_info h3 {
    font-size: 2rem;
  }

  .step_info p {
    font-size: 1.2rem;
  }

  .step_info p br {
    display: none;
  }

  .step_box {
    gap: 1rem;
  }
  /* =============== dont_miss ================ */
  .overlay:hover {
    top: -3.5rem;
  }

  /* =============== Jackpot area ================ */
  .jack_info {
    display: none;
  }

  .jackpot_main {
    margin-top: -6rem;
  }

  /* =============== table_area ================ */
  .table_area .nav_sm {
    gap: 1rem;
    align-items: center;
  }

  .table_area .nav_sm img {
    width: 3rem;
  }

  .table_area .nav_sm h1 {
    padding: 0;
  }

  .table_area .table_top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .table_area .table_top h3 {
    color: #a3aabe;
  }

  /* images_list */
  .images_list .col {
    flex: 0 0 25%;
  }
}

/*----- sm devices (tablets, 767px and down) -----*/
@media (max-width: 767px) {
  /* ============ default styles ============ */
  .container {
    max-width: 540px;
  }

  main {
    margin-top: 8rem;
  }

  /* floating_btn_Wrap */
  .floating_btn_Wrap {
    display: none;
  }

  /* ================ Mobile menu ================= */
  .mobile_menu a img {
    width: 2.2rem;
  }

  .mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
  }

  .mobile_menu_dialogue {
    background: #232b47;
    width: 30rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    padding: 4rem 3rem 4rem 4rem;
  }

  .menu_toggle_Btn {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
  }

  .mobile_top .logo img {
    width: 9rem;
  }

  .register_btn {
    font-size: 0.9rem;
    font-weight: 700;
    width: 15rem;
    height: 3.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: transparent linear-gradient(180deg, #ff0e0e 0%, #7e0010 100%) 0%
      0% no-repeat padding-box;
    border-radius: 0.6rem;
    margin-top: 2.4rem;
    margin-bottom: 0.9rem;
  }

  .register_btn:hover {
    opacity: 0.75;
  }

  .mobile_top {
    text-align: center;
  }

  .mobile_top .p1 {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #9396a1;
    font-family: var(--secondFont);
    margin-bottom: 3.5rem;
  }

  .mobile_top .p1 a {
    color: #f88400;
  }

  .mobile_links1 a > div {
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_links1 {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr;
    justify-content: space-between;
    gap: 3rem 0;
  }

  .mobile_menu a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #a3aabe;
    line-height: 1.1rem;
  }

  .mobile_menu a:hover {
    opacity: 0.75;
  }

  .mobile_links1 a p {
    padding-top: 0.5rem;
    text-align: center;
  }

  .mobile_links2 a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 1.4rem;
    background: #2c3554;
    border-radius: 0.6rem;
    padding: 0.5rem 0.7rem;
    align-items: center;
  }

  .mobile_links2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin: 4rem 0;
  }

  .mobile_links3_wrap h5 {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }

  .mobile_links3_wrap a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #3f4352;
  }

  .mobile_links1 a > div {
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile_links1 {
    display: grid;
    grid-template-columns: 0fr 0fr 0fr;
    justify-content: space-between;
    gap: 3rem 0;
  }

  .mobile_menu a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #a3aabe;
    line-height: 1.1rem;
  }

  .mobile_links1 a p {
    padding-top: 0.5rem;
    text-align: center;
  }

  .mobile_links2 a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 1.4rem;
    background: #2c3554;
    border-radius: 0.6rem;
    padding: 0.5rem 0.7rem;
    align-items: center;
  }

  .mobile_links2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    margin: 4rem 0;
  }

  .mobile_links3_wrap h5 {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }

  .mobile_links3_wrap a {
    display: grid;
    grid-template-columns: 0fr 1fr;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid #3f4352;
  }

  .menu_toggle_overlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: #000;
    display: block;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
  }

  .mobile_links1 a img {
    width: 2.4rem !important;
  }

  .mobile_links1 a.active {
    filter: sepia(1) opacity(0.5);
  }

  .mobile_links2 a.active {
    background: #414d77;
  }

  .mb_links a.active {
    background: #674e4e45;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* ========= header_main =========== */
  .header_main {
    height: 6.5rem;
    border-bottom-left-radius: 36%;
    border-bottom-right-radius: 36%;
    overflow: hidden;
    border-bottom: 0.3rem solid #cb9837;
    padding-bottom: 0.5rem;
    background: #19243a;
  }

  .logo img {
    width: 7.5rem;
  }

  /* ============== Footer area ============= */

  .bmm {
    width: 3.1rem;
  }

  .itechlabs {
    width: 2.5rem;
  }

  .global {
    width: 2.4rem;
  }

  .payouts {
    width: 5.1rem;
  }

  .godaddy {
    width: 7.5rem;
  }

  .plus_logo18 {
    width: 3.8rem;
  }

  .game_care {
    width: 3.7rem;
  }

  .be_gamble {
    width: 4.4rem;
  }

  .social_icons a img {
    width: 3.8rem;
  }

  .footer_logos {
    gap: 1rem;
  }

  .iovation {
    width: 6.7rem;
  }

  .gc_icon {
    width: 6.9rem;
  }

  .footer-license h4 {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }

  .footer-license .row {
    --bs-gutter-y: 2.7rem;
  }

  .footer-license {
    background: #232b47;
    padding: 2.5rem 0 4.5rem;
  }

  .footer_sm1 p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #9396a1;
  }

  .footer_sm1 {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 2.5rem;
  }

  .pm1,
  .pm2,
  .pm3,
  .pm6 {
    width: 1.4rem;
  }

  .pm4 {
    width: 1.8rem;
  }

  .pm5 {
    width: 3.6rem;
  }

  .Copyright {
    flex-direction: column;
    gap: 0.6rem;
  }

  .social_icons a img {
    width: 1.4rem;
  }

  .social_icons {
    gap: 0.6rem;
  }

  .Copyright > span {
    font-size: 0.7rem;
    line-height: 1;
  }

  .social_icons a {
    display: flex;
  }

  .footer-copyright img {
    width: 4rem;
    margin: 0;
  }

  .footer-copyright {
    padding: 1.9rem 0;
  }

  .footer-copyright .container > div {
    display: grid;
    grid-template-columns: 4rem 1fr 4rem;
  }

  .footer-copyright p {
    font-size: 0.7rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* alarm */
  .alarm img {
    width: 1.8rem;
  }

  .alarm p {
    color: #9396a1;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .alarm {
    gap: 1.2rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .header_btn1 {
    background: transparent linear-gradient(180deg, #ff0e0e 0%, #7e0010 100%);
  }

  .header_btn1:hover {
    color: #ffffff;
    opacity: 0.75;
  }

  .header_btn2 {
    background: #f88400;
    color: #191b27;
  }

  .header_btn2:hover {
    background: #c56d09;
    color: #191b27;
  }

  .hero_sm_wrap .button {
    border-radius: 0;
    width: 100%;
    font-size: 1.2rem;
  }

  .favourite_head {
    padding-top: 2rem;
  }

  .favourite_head .p1 {
    margin-top: 1rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1;
  }

  .title_26 {
    font-size: 1.2rem;
  }

  /* ============ Favourites area =========== */
  .favorite_area {
    margin: 4rem 0;
  }

  .exclamation_wrap {
    display: none;
  }

  .favourite_bottom {
    flex-direction: row-reverse;
    padding: 0.75rem 0.75rem 0 0.75rem;
  }

  .favourite_bottom h2 {
    font-size: 0.8rem;
  }

  .favorite_btn img {
    width: 1rem;
  }

  .favourite_badge {
    display: none;
  }

  .favourite_img {
    height: 10.3rem;
    border-radius: 0.6rem;
  }

  .favorite_area .tab-pane .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0.7rem;
  }

  .favourite_box {
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .favorite_btn {
    display: flex;
  }

  .overlay_btns {
    gap: 0.5rem;
    justify-content: center;
    padding-bottom: 0;
    border-radius: 0.6rem;
  }

  .favorite_btn {
    display: flex;
  }

  .overlay_btn {
    font-size: 0.8rem;
    height: 2.5rem;
    border-radius: 0.6rem;
    width: 8.5rem;
    gap: 0.6rem;
  }

  .overlay_btn1 img {
    width: 1.4rem;
  }

  .nav_top {
    background: transparent;
    margin-bottom: 1.8rem;
    align-items: end !important;
    border-radius: 0;
    overflow: visible;
  }

  .nav_tabs {
    display: flex;
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .nav_link {
    height: 2.7rem;
    font-size: 0.9rem;
    color: #a3aabe;
    width: 10rem;
    background: #232b47;
    font-weight: 400;
  }

  .nav_link.active {
    background: #f88400;
    color: #191b27;
    font-weight: 700;
  }

  .nav_top > a {
    margin-right: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
  }

  .fire {
    width: 1.6rem;
  }

  .nav_sm {
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
  }

  .nav_sm h1 {
    padding: 0;
  }

  /* ================== Mobile nav =================== */
  .main_nav_wrap_sm ul {
    flex-direction: column;
    gap: 0.4rem;
    margin: 0.4rem 0;
    height: 30rem;
    overflow: auto;
  }

  .main_nav_wrap_sm ul li a {
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #a3aabe;
    height: 3.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232b47;
    width: 100%;
    border-radius: 0.3rem;
  }

  .main_nav_wrap_sm ul li {
    width: 100%;
  }

  .favorite_area .container > .row {
    --bs-gutter-x: 0;
  }

  .favorite_area .container > .row .col-10 {
    padding-left: 1.5rem;
  }

  .arrow_down_btn {
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232b47;
    width: 100%;
    border-radius: 0.3rem;
  }

  .arrow_down_btn img {
    width: 0.8rem;
  }

  .main_nav_wrap_sm ul li a.active {
    background: #f88400;
    color: #191b27;
    font-weight: 700;
  }

  /* =============== hero_area ================== */
  .hero_area .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .hero_slider {
    margin: 0;
    border-radius: 0;
  }

  .owl-dot {
    height: 0.3rem;
    width: 1.4rem;
    background: #9396a1;
  }

  .owl-dots {
    margin: 0;
    gap: 0.6rem;
    position: absolute;
    left: 3.1rem;
    bottom: 2.1rem;
  }

  .owl-dot.active {
    width: 1.4rem;
  }

  /* =========== Upcoming area ============ */
  .dm_sm {
    height: 13rem;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  .upslide_1 {
    position: relative;
  }

  .upslide_content h6 {
    color: #f88400;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .upslide_content p {
    color: #d8d9dd;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding-top: 0.5rem;
  }

  .upslide_content {
    right: 1rem;
    top: 3.3rem;
    position: absolute;
    width: 8.3rem;
    text-align: right;
  }

  .upcoming_slide {
    display: grid;
    gap: 3.2rem;
  }

  .torino {
    width: 3.5rem;
  }

  .inter {
    width: 4.5rem;
  }

  .upslide_2 {
    text-align: center;
    background: #2c3554;
    box-shadow: 0 0.6rem 0.6rem #00000066;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
  }

  .col_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.8rem;
    padding: 0 1.5rem;
    background: #6e0f16;
  }

  .col_bottom p {
    font-size: 0.8rem;
    color: #a3aabe;
  }

  .col_bottom h6 {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f88400;
  }

  .col_bottom.blue {
    background: #1b4c98;
  }

  .match_up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.4rem;
    padding-bottom: 2rem;
    margin-top: -1rem;
  }

  .match p {
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding-top: 0.45rem;
  }

  .match img {
    margin: 0 auto;
  }

  .vs {
    font-size: 1.7rem;
    color: #232b47;
    line-height: 2.1rem;
    background: #f88400;
    height: 2.3rem;
    width: 4rem;
    border-radius: 10rem;
    font-weight: 800;
  }

  .match_up_top h4 {
    color: #f88400;
    font-size: 1.1rem;
    width: 11.6rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0 0 1.8rem 1.8rem;
    background: rgba(255, 255, 255, 0.15);
  }

  .match_up_top p {
    color: #f88400;
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding-top: 0.5rem;
  }

  .upcoming_slider {
    overflow: visible;
    width: 23rem;
  }

  .upcoming_slider .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 0.6rem;
  }

  .upcoming_slider .owl-stage-outer {
    overflow: visible !important;
  }

  .upcoming_slider_wrap {
    width: calc(100% + 2rem);
    overflow: hidden;
    position: relative;
  }

  .upcoming_slider_wrap > h4 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
  }

  .upcoming_slider_wrap > h5 {
    position: absolute;
    left: 0;
    top: 16.3rem;
    font-size: 1rem;
  }

  /* ================= Video area ================= */
  .video_nav_inner img {
    width: 10.3rem;
    height: 5.8rem;
    object-fit: cover;
  }

  .video_inner_title {
    color: #a3aabe;
    font-size: 0.8rem;
    line-height: 1.1rem;
    padding: 0.55rem 0;
    background: #282c3d;
  }

  .video_nav_link.active .video_inner_title {
    color: #f88400;
  }

  .video_nav_inner {
    border-radius: 0.6rem;
    overflow: hidden;
    cursor: pointer;
  }

  .video_nav_tabs {
    display: flex;
    gap: 0.8rem;
    width: 100%;
    overflow: auto;
    margin-top: 1.4rem;
  }

  .video_nav_tabs::-webkit-scrollbar {
    display: none;
    scrollbar-width: 0;
  }

  .iframe_video {
    height: 18.9rem;
    object-fit: cover;
    width: 100%;
  }

  /* ====================== Jackpot area ======================= */
  .jackpot_area {
    padding: 5rem 0;
  }

  .main_object {
    width: 35rem;
  }

  .character_img {
    width: 17rem;
    left: -2rem;
    top: -1.7rem;
  }

  .tiger_cartoon {
    width: 15rem;
    right: -2.5rem;
    top: -1rem;
  }

  .jackpot_main {
    margin-top: -3.5rem;
  }

  .jackpot_content {
    left: 0;
  }

  .jack_info {
    display: none;
  }

  .jackpot_counter .title_40 {
    font-size: 1.3rem;
  }

  .jackpot_counter {
    padding-left: 0;
    margin: 0 auto;
    padding-top: 0.5rem;
  }

  .counter_number {
    font-size: 1.4rem;
    line-height: 1;
  }

  .jackpot_counter .counter {
    margin-left: 1rem;
    padding: 0.3rem 0.65rem;
    background: #252b33;
    display: flex;
  }

  .jackpot_bg {
    width: 60rem;
    top: -7rem;
  }

  /* ========== table_area ======== */
  .table_area {
    padding-bottom: 6rem;
  }

  .table_area .table_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .table_area .table_top h1 {
    font-size: 1rem;
  }

  .table_area .table_top .title_30 {
    font-size: 1rem;
    margin: 0 auto;
  }

  .table_area .table_top .title_30 span {
    color: #a3aabe;
  }

  .table_area .table_top .nav_sm {
    margin: 0;
  }

  table .img-fluid {
    width: 7.7rem;
  }

  .spanv2_2,
  .span2 {
    font-size: 0.8rem;
    line-height: 1;
  }

  .span1 {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .table_wrap td {
    height: auto;
    line-height: 1;
  }

  .spanv2_1 {
    font-size: 1rem;
    font-weight: 500;
  }

  td {
    padding-bottom: 1.5rem;
  }

  .upslide_content p {
    text-align: left;
  }

  /* ================== Slots area ================== */
  .slots_area {
    margin: 0;
    padding: 1.5rem 0 4.8rem;
  }

  .nav_top.v2 {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
    margin-top: 1.4rem;
  }

  .nav_link.v2 {
    height: 3.7rem;
    width: 6.4rem;
    padding: 0;
    background: #0e1727;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
  }

  .nav_link.v2.active {
    color: #f88400;
    border: 0.1rem solid #f88400;
  }

  .nav_tabs.v2 {
    gap: 0.66rem;
  }

  .sort_wrap > p {
    display: none;
  }

  .sort_select {
    background: #282c3d;
    color: #72757f;
    border-radius: 0.8rem;
    width: 100%;
    height: 3.5rem;
    font-size: 0.9rem;
  }

  .sort_select:hover {
    background: #282c3d;
  }

  .nice-select .list {
    background-color: #282c3d;
    background: #282c3d;
  }

  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #2c3249;
  }

  .nice-select .option {
    min-height: 3rem;
    line-height: 3rem;
    color: #9f8d8d;
  }

  .sort_wrap {
    width: 100%;
    margin-right: 0;
  }

  .nav_right {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
  }

  .nice-select:after {
    opacity: 0.5;
  }

  .search_box input {
    background: #282c3d;
    color: #09090c;
    border-radius: 0.8rem;
    width: 100%;
    height: 3.5rem;
    border: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }

  .search_icon {
    width: 1.4rem;
    right: 1.4rem;
  }

  .search_box input::placeholder,
  .search_box input {
    color: #72757f;
    font-size: 0.9rem;
  }

  .current {
    font-size: 0.9rem;
    color: #72757f;
    font-weight: 700;
  }

  .favorite_area .tab-pane .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0.7rem;
  }

  .top_logo {
    width: 12rem;
  }

  .nice-select:after {
    width: 1rem;
    height: 0.5rem;
    right: 1.5rem;
    background: url(../img/polygon_down.svg) no-repeat scroll top left / 1rem
      0.5rem;
    transform: rotate(0deg) translateY(0.4rem);
  }

  .nice-select.open:after {
    transform: rotate(180deg) translate(0.5rem, -0.2rem);
  }

  /* ============= favourite_badge_inner ============ */
  .favourite_badge_inner {
    background: #09090c;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.1rem 0 0.5rem;
    height: 2rem;
  }

  .favourite_badge_inner > * {
    line-height: 1;
    font-size: 0.7rem;
  }

  .favourite_badge_sm {
    padding: 0.65rem;
  }

  .favourite_badge_inner h3 {
    color: #a3aabe;
  }

  .favourite_badge_inner h4 {
    font-weight: 700;
  }

  /* ====================== asib Khan ====================== */

  .background_img {
    width: 26.2rem;
    height: 15.2rem;
    padding: 1rem 0;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
  }

  .mobile_title h3 {
    font-size: 1.2rem;
  }

  .soprts_head_content img {
    width: 8rem;
    margin-bottom: 1rem;
  }

  .secondFont {
    font-size: 0.9rem;
    padding-bottom: 1rem;
    line-height: 1.2rem;
  }

  .soprts_head_content .button {
    width: 8rem;
    height: 2.5rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
  }

  .soprts_head_content {
    padding-left: 2rem;
    padding-right: 0;
  }

  .company_logo_button .button {
    border-radius: 1rem;
    transition: 0.3s;
    margin-right: 0;
    width: 11rem;
    padding: 1.5rem 0;
    height: 4.5rem;
  }

  .company_logo_button a img {
    width: 6rem;
  }

  .about_us {
    padding: 3rem 0;
  }

  .page_details {
    padding-bottom: 3rem;
  }

  .details_content h1 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }

  .details_content h2 {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
  }

  .details_content h3 {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .details_content p {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.3rem;
  }

  .details_content li {
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.3rem;
  }

  .details_content .transparent_btn {
    font-size: 0.85rem;
    text-align: right;
    float: right;
  }

  .company_logo_button {
    display: inline-block;
    margin-bottom: 0.8rem;
  }

  .sidebar a {
    display: inline-block;
    color: #a3aabe;
    border-bottom: none;
    background: #0e1727;
    font-size: 0.9rem;
    line-height: 1.3rem;
    border-radius: 0.6rem;
    border: 0.1rem solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.8rem;
    height: 4rem;
    width: 100%;
  }

  .sidebar {
    margin-bottom: 3.5rem;
  }

  .sidebar a.active,
  .sidebar a:hover {
    color: #f88401;
    background: none;
    border: 0.1rem solid #f88400;
    border-radius: 0.4rem;
  }

  .sidebar {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 1rem;
  }

  .about-sm {
    text-align: center;
  }

  .about-main-content h5,
  .about-main-content p {
    font-size: 1.2rem;
  }

  .about-main-content h5 br,
  .about-main-content p br {
    display: none;
  }

  .sidebar {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }

  .accordion_content {
    padding-bottom: 3rem;
  }

  .sidebar a {
    padding: 0;
  }

  .highlight {
    font-size: 1.3rem;
  }

  .section-title {
    padding: 1rem 0.5rem;
    padding-top: 0;
    font-size: 1.3rem;
  }

  .accordion-item .accordion-button {
    padding: 1rem 0.5rem;
    font-size: 1.1rem;
  }

  .sidebar a br {
    display: block;
  }

  .contact-content img {
    width: 1.9rem;
    margin-right: 0.8rem;
  }

  .contact-content h4 {
    font-size: 1.1rem;
  }

  .contact_button img {
    width: 3.3rem;
    margin-right: 2.2rem;
  }

  .contact-button-content a {
    font-size: 1.1rem;
    height: 3.6rem;
    width: 17.5rem;
    margin: 0 auto;
  }

  .contact-content {
    margin-bottom: 2rem;
  }

  .contact-bottom-con p {
    font-size: 1.2rem;
  }

  .contact-bottom-con {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .contact-bottom-icon img {
    width: 3.2rem;
  }

  .contact-bottom-icon {
    font-size: 0.8rem;
    margin: 0 1rem;
  }

  .contact-area {
    padding-bottom: 5rem;
  }

  .page_details.page_bg h3 {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .page_details.page_bg h3 {
    text-align: center;
    line-height: 1.5;
  }

  .page_details.page_bg::before {
    top: -1.5rem;
    height: 1.5rem;
  }

  /* ================= New update =============== */
  .company_logo_button_content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 0 0.8rem;
  }

  .company_logo_button {
    width: 100%;
  }

  .company_logo_button .button {
    width: 100%;
  }

  /* ================= images_list ================= */
  .image_section {
    margin-bottom: 0;
    padding-bottom: 4.5rem;
  }

  .images_list {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    justify-content: flex-start;
  }

  .images_list .col {
    flex: 0 0 33.3%;
  }

  .event_area_home .row {
    --bs-gutter-x: 0;
  }

  .event_area_home .row .col-10 {
    padding-left: 1.5rem;
  }

  .text_center_sm {
    text-align: center !important;
  }

  .finishing_img {
    border-radius: 0.6rem;
    height: 9.2rem;
  }

  .corner_badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.7rem;
    height: auto !important;
  }

  .about-main-content .feature-icon img {
    width: 3rem;
    margin-right: 1.5rem;
  }

  .about-main-content .feature-icon span {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
  }

  .tab_bottom_section {
    --bs-gutter-x: 3rem;
    position: relative;
    padding: 0.5rem 1rem;
    --bs-gutter-y: 0;
    margin-bottom: 2rem;
    gap: 2rem 0;
  }

  .about-main-content .feature-icon span br {
    display: none;
  }

  .about-main-content .feature-icon {
    margin-bottom: 0;
  }

  .tab_bottom_section:before {
    height: 100%;
    width: 0.1rem;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #818595;
    top: 0;
  }

  .tab_bottom_section:after {
    width: calc(100% - 2rem);
    height: 0.1rem;
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #818595;
    left: 50%;
  }
}

/*----- xs devices (landscape phones, 576px and 767px) -----*/
@media (min-width: 576px) and (max-width: 767px) {
  .background_img {
    width: 100%;
    height: 16.2rem;
    padding: 1rem 0;
  }
}

/*----- xs devices (landscape phones, 575px and down) -----*/
@media (max-width: 575px) {
  html,
  .slot_page {
    font-size: 2.6vw;
  }

  .container {
    padding: 0 2rem;
    max-width: 100%;
  }

  .video_nav_tabs {
    width: calc(100% + 4rem);
    padding: 0 2rem;
    transform: translateX(-2rem);
  }

  .jackpot_main {
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }
  .col_half {
    flex: 0 0 33.3333%;
  }
}
