@font-face {
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
  font-family: "InterRegular";
}
body {
    background-color: rgb(25, 25, 90);
  }
  .listing_card_container {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .listing_card {
    width: 1080px;
    min-height: 246px;
    display: flex;
    align-items: center;
    background-color: #fff;
    clip-path: polygon(0 0, 99% 0, 96% 100%, 0 100%);
  }
  
  .listing_left,
  .listing_center,
  .listing_right {
    padding-inline: 20px;
  }
  .listing_left img {
    width: 196px;
    height: 116px;
  }
  .listing_left {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 246px;
    height: 100%;
    width: 252px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sagteref{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-right: 4.3rem;
  }
  @media (max-width: 1090px) {
    .sagteref{
      padding-right: 2.5rem;
    }
  }
  .rank_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
  }
  .rank_num {
    width: 48px;
    height: 48px;
    background-color: #fff;
    color: #000;
    font-family: "InterRegular", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rank_text {
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
 
    width: 206px;
    height: 35px;
    color: #fff;
    font-family: "InterRegular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-left: 8px;
  }
  .rating {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rating_text {
    color: #fff;
    font-family: "InterRegular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-block: 12px;
  }
  .listing_center {
    width: 529px;
    padding-block: 20px;
  }
  .line {
    height: 198px;
    width: 1px;
    background-color: #000;
  }
  .brand_name {
    margin-bottom: 8px;
    border-radius: 4px;
    height: 36px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: max-content;
    padding-inline: 16px;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .listing_header h2 {
    color: #282740;
    font-family: "InterRegular", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .listing_header p {
    color: #000;
    font-family: "InterRegular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .pros_section {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .pros_text {
    color: #282740;
    font-family: "InterRegular", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    word-break: break-all;
    position: relative;
    margin: 0px;
  }
  .pros {
    background: url("../images/checked.svg") no-repeat center;
    background-size: cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -1px;
    left: -3px;
  }
  .listing_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .score_section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .score_num {
    color: #000;
    font-family: "InterRegular", sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .score_text {
    color: #000;
    font-family: "InterRegular", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .listing_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .listing_btn a {
    display: flex;
    min-width: 187px;
    height: 54px;
    padding: 12px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    color: #fff;
    font-family: "InterRegular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    background: linear-gradient(180deg, #00ff75 -28.7%, #394dff 139.81%);
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .listing_btn span {
    color: #282740;
    font-family: "InterRegular", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  @media (max-width: 1200px) {
    .listing_left {
      width: auto;
    }
    .listing_card {
      width: 1000px;
      height: 246px;
    }
    .listing_center {
      width: 450px;
    }
  
    .rank_num {
      color: #000;
      background-color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      width: 30px;
      height: 30px;
    }
    .rank_text {
      height: auto;
      font-size: 16px;
      font-style: normal;
      font-weight: 900;
      line-height: normal;
    }
    .score_num {
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.96px;
    }
    .score_text {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .listing_header p {
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .listing_header h2 {
      color: #000;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.6px;
      margin-bottom: 8px;
    }
    .listing_btn a {
      color: #fff;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.44px;
    }
    .listing_btn span {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-top: 4px;
    }
  }
  @media (max-width: 1085px) {
    .listing_card {
      width: 900px;
      height: 246px;
    }
    .listing_center {
      width: 380px;
    }
    .pros_text {
      line-height: 12px;
    }
  }
  @media (max-width: 1000px) {
    .mob_none {
      display: none;
    }
    .center_all {
      align-items: center;
    }
    .desk_none {
      display: block !important;
    }
    .mb_listing_card {
      width: 367px;
      height: auto;
      display: flex !important;
      flex-direction: column;
      background: #f6fcff;
      z-index: 1;
    }
    .mb_rank_section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px;
    }
    .mb_rank_section .star {
      margin: 0px;
    }
    .mb_listing_header {
      /* height: 165px; */
      display: flex;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 8px;
      padding-inline: 15px;
      justify-content: space-between;
    }
    .mb_listing_header img {
      width: 165px;
      height: 110px;
    }
    .mb_listing_header .score_num {
      color: #fff;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.96px;
    }
    .mb_listing_header .score_text {
      color: #fff;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .mb_listing_center {
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .listing_header {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 5px;
    }
    .listing_header p {
      padding: 0px;
      margin: 0px;
      width: 100%;
    }
    .listing_btn a {
      display: flex;
      width: 100%;
      /* padding: 18px 55px; */
      justify-content: center;
      align-items: center;
      gap: 10px;
    }
  
    .main-text {
      font-size: 18px;
      line-height: 25px;
      width: 90%;
    }
    .main-title {
      line-height: 26px;
      padding-top: 12px;
    }
  }
  .desk_none {
    display: none;
  }
  .tcapp {
    width: 30%;
  }
  .gap_between {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .mb_rank_section div{
    display: flex;
    align-items: center;
  }
  .mb_rating_text {
    color: #000;
    font-family: "InterRegular", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .mb_listing_header{
    position: relative;
  }
  .mb_rank_text{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: absolute;
    top: 0;
    left: 0;
  }

  @media (max-width: 768px) {
    .mb_rank_text{
      height: 30px;
    }
    .all-content .ust-text {
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 8px;
    }
    .all-content .alt-text {
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
  }

  .cookies {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 1%;
    transform: translate(-1%);
    max-width: 360px;
    width: max-content;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    text-align: center;
    z-index: 5;
  }
  
  .cookies .header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .cookies i {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .cookies h2 {
    font-size: 20px;
    margin: 0;
    padding-left: 5px;
  }
  
  .cookies .data p {
    margin: 0;
    padding-inline: 5px;
  }
  
  .cookies .data a {
    color: #007bff;
    text-decoration: none;
  }
  
  .cookies .buttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .cookies .button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    margin: 0 10px;
  }
  
  .cookies #acceptBtn {
    background: #007bff;
    color: #fff;
  }
  
  .cookies #declineBtn {
    background: #ccc;
    color: #333;
  }
  @media (max-width: 460px) {
    .cookies {
      left: 50%;
      transform: translate(-50%);
      max-width: 340px;
    }
    .cookies .header {
      margin-bottom: 1px;
    }
    .cookies i {
      font-size: 18px;
      margin-right: 10px;
    }
    .cookies h2 {
      font-size: 16px;
      margin: 0;
    }
    .cookies .data p {
      font-size: 14px;
      margin: 0;
    }
    .cookies .data a {
      color: #007bff;
      text-decoration: none;
    }
    .cookies .buttons {
      margin-top: 5px;
    }
    .cookies .button {
      padding: 7px 15px;
      font-size: 14px;
    }
  }

  
.label-blue {
  background: #2E40DB;
}
.label-red {
  background: #eb1111;
}
.label-pink {
  background: #f62364;
}
.label-purple {
  background: #9f0c9f;
}
.label-indigo {
  background: #4b0082;
}
.label-cyan {
  background: #23b6b6;
}
.label-teal {
  background: #0a9b9b;
}
.label-green {
  background: #0b9a0b;
}
.label-lime {
  background: #13d913;
}
.label-yellow {
  background: #d3c62b;
}
.label-orange {
  background: #ff8500;
}
.label-brown {
  background: #891d1d;
}
.label-grey {
  background: #525252;
}

.promo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  border: 1px dashed #bdbdbd;
  background: #fff;
  min-height: 33px;
  padding-left: 6px;
  margin-top: 4px;
}
.promo_text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.promo_text p {
  color: #7d7d7d;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
}
.promo_code {
  color: #040000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0px;
  max-width: 80px;
  text-align: start;
}
.promo_copy {
  display: flex;
  padding-inline: 8px;
  min-height: 33px;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  outline: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.copied{
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 10px;
  background: #333;
  color: #fff;
  z-index: 2;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1000px) {
  .promo_code{
    text-wrap: nowrap;
    max-width: none;
    text-align: start;
  }
}