  /* Logotipni ozgina shaffof qilish */
.flex_bonuses::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1));
    pointer-events: none;
    z-index: 0;
}


.social_links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.social_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    padding: 8px 12px;
    border-radius: 10px;
    color: #ffffff69 !important;
    text-decoration: none;
    transition: 0.2s;
}
.social_btn:hover {
    color: #fff !important;
}
.social_btn i {
    font-size: 18px;
  
  
 }

        .cards_menu {
  padding: 20px;
  border-radius: 20px;
  gap: 15px;
  display: flex;
  background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
}
    .cards_menu {
    display: flex;
    overflow-x: auto;
    width: 100%;
    position: relative;
    }

    .cards_menu::-webkit-scrollbar {
    display: none
}
.card_block i {
  position: absolute;
  z-index: 11;
  top: 13px;
  left: 13px;
  font-size: 17px;
  width: 35px;
  background: radial-gradient(100% 100% at 50% 0, #ffa46d 0, #c37647 100%);
  height: 35px;
  text-shadow: #00000069 1px 0 7px;
  display: flex;
  color: #ffffff;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.card_block {
  background: linear-gradient(15deg, #333334 30%, #414141 100%);
  height: 270px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.card_block:hover img {
    transform: translate(1rem) translateY(0.0rem) scale(1.19) rotate(-6deg);
    opacity: 0.7;
}
.card_block img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    object-fit: cover;
}
     .card_block {
    width: 300px !important;
    min-width: 200px;
} 
.block_info_card {
  position: relative;
  z-index: 1;
  font-family: "Unbounded", sans-serif;
  height: 140px;
  display: flex;
  gap: 2px;
  padding: 15px;
  background: linear-gradient(360deg, #2f2f2fed 30%, #2f324100 100%);
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}     
.name_card1 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  background: -webkit-linear-gradient(#ffffff, #ffc9a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.desp_card1 {
  font-size: 9.6px;
  display: flex;
  width: 100%;
  font-weight: 500;
  color: #adadad;
}


/* Sarlavha matni yonidagi bo'shliqlarni nolga tushirish */
.ctb-title {
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
}
.ctb-timer-title {
    width: 100% !important;        /* Blok butun kenglikni egallashi shart */
    text-align: center !important; /* Matnni markazga tekislaydi */
    display: block !important;     /* Element alohida qatorda turishini ta'minlaydi */
    margin-left: auto !important;
    margin-right: auto !important;
    color: #ffffffa6; 
    font-size: 12px; 
    margin-bottom: 10px; 
    text-transform: uppercase;
}

  /* РўР°Р№РјРµСЂ */
.block_timer {
    height: 100px;
    display: flex;
    background: linear-gradient(1deg, #2b2934 30%, #2d2b37 100%);
    padding: 22px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.bp_title_timer {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
}

.bp_left_info {
    display: grid;
    gap: 15px;
}

.bp_descp_timer {
    font-size: 16px;
    font-family: sans-serif;
    background: -webkit-linear-gradient(#da9256 0, #cc762f);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.bp_descp_timer:hover {
    filter: brightness(1.4); 
}
.timer-block {
  position: relative;
  right: -135px;
  top: -16px;
} 

@media (max-width: 991.99px) {
  .block_timer {
    height: 140px;
    display: block;
  }
  
  .bp_title_timer {
    display: none;
  }
  
  .timer-block {
    right: 1px;
    top: 8px;
  }
  
  .bp_descp_timer {
    margin: auto;
    margin-top: -5px;
  }
}
.countdown {
  display: flex;
  gap: 10px;
}
.countdown-item {
  position: relative;
  text-align: center;
  width: 90px;
  height: 90px;
}
.countdown-item svg {
  transform: rotate(-90deg);
  width: 90px;
  height: 90px;
}
.countdown-item .bg {
  fill: none;
  stroke: #4e4b60;
  stroke-width: 6;
}
.countdown-item .progress {
  fill: none;
  stroke: #f95154;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}
.countdown-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countdown-content span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #f7f5f5;
 text-shadow: 
    0 0 10px #ff525545, 
    0 0 25px #ff525545, 
    0 0 45px #ff525545, 
    0 0 65px #ff525545; 
}
#seconds {
  color: #f7f5f5 !important;
}
.countdown-content small {
  font-size: 11px;
  color: #aaa;
}

@media (max-width: 991.99px) {
  .block_timer {
   display: none;
  }
  
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* TAYMER */
.ctb-countdown-wrapper { display: flex; gap: 8px; justify-content: center; margin-top: 15px; }
.ctb-time-circle { position: relative; width: 60px; height: 60px; }
.ctb-time-circle svg { transform: rotate(-90deg); width: 100%; height: 100%; }
.ctb-circle-prog { fill: none; stroke: #da9256; stroke-width: 6; stroke-linecap: round; transition: stroke-dashoffset 0.5s ease; }

.ctb-time-data {
    position: absolute !important;
    top: 60% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    width: 100%;
}
.ctb-time-data span { display: block; font-size: 18px; font-weight: 800; color: #fff; line-height: 1; }
.ctb-time-data small { font-size: 9px; color: #666; text-transform: lowercase; }


    /* 5. Taymer doiralarini mobilga sig'dirish */
    .ctb-countdown-wrapper {
        display: flex !important;
        justify-content: space-around !important; /* Doiralar orasini ochish */
        width: 100% !important;
        
        
    }
    
    
     /* РўР°Р№РјРµСЂ */
.block_timer {
    height: 100px;
    display: flex;
    background: linear-gradient(1deg, #222222 30%, #2d2d2d 100%);
    padding: 22px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.bp_title_timer {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
}

.bp_left_info {
    display: grid;
    gap: 15px;
}

.bp_descp_timer {
    font-size: 16px;
    font-family: sans-serif;
    background: -webkit-linear-gradient(#da9256 0, #cc762f);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.bp_descp_timer:hover {
    filter: brightness(1.4); 
}
.timer-block {
  position: relative;
  right: -135px;
  top: -16px;
} 

@media (max-width: 991.99px) {
  .block_timer {
    height: 140px;
    display: block;
  }
  
  .bp_title_timer {
    display: none;
  }
  
  .timer-block {
    right: 1px;
    top: 8px;
  }
  
  .bp_descp_timer {
    margin: auto;
    margin-top: -5px;
  }
}
.countdown {
  display: flex;
  gap: 10px;
}
.countdown-item {
  position: relative;
  text-align: center;
  width: 90px;
  height: 90px;
}
.countdown-item svg {
  transform: rotate(-90deg);
  width: 90px;
  height: 90px;
}
.countdown-item .bg {
  fill: none;
  stroke: #4e4b60;
  stroke-width: 6;
}
.countdown-item .progress {
  fill: none;
  stroke: #da9256;
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.3s ease;
}
.countdown-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.countdown-content span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #f7f5f5;
 text-shadow: 
    0 0 10px #da9256, 
    0 0 25px #da9256, 
    0 0 45px #da9256, 
    0 0 65px #da9256; 
}
#seconds {
  color: #f7f5f5 !important;
}
.countdown-content small {
  font-size: 11px;
  color: #aaa;
}

@media (max-width: 991.99px) {
  .block_timer {
   display: none;
  }
}