@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

h3 {
    font-weight: 600;
    margin-bottom: 0.5em;
}

body {
  font-family: GT America, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: GT America, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 34px;
  font-weight: 500;
  font-size: 27px;
}

h2 {
  font-size: 13px;
  color: #a7abb2;
  font-weight: 400;
  line-height: 23px;
}

a {
  color: #25e4a6;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #22c5a7;
}

li {
    line-height: 1.5em;
}

.pd20 {
  padding-bottom: 0;
  padding: 20px;
}

.container {
  width: 100%;
}

.quote{
  font-style: italic;
  font-size: 20px;
  line-height: 46px;
  margin: 40px 0 50px;
  text-align: left;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 10px 15px;
}

.claimCoinsContainer{
    background-color: #af0707;
    /* box-shadow: 0 5px 0 0 #c2c0c0; */
    /* -webkit-box-shadow: 0 5px 0 0 #685f5f; */
    border: 0;
    color: #fff;
    border-radius: 58px;
    font-size: 28px;
    text-align: center;
    padding: clamp(10px, 2vw, 20px);
    font-weight: 600;
    margin: auto;
    line-height: 40px;
}

u{
  background: #e3f1d7;
  padding: 2px 5px;
}

.under-btn{
  text-align: center;
  display: block;
  margin-top: 13px;
  font-size: 14px;
  background: #ffffff;
}

.lock strong{
  display: block;
  text-align: center;
  font-size: 25px;
  margin: 60px 0 30px;
}

.lock img{
  max-width: 400px;
  width: 100%;
}

.mc{
  max-width: 400px;
  margin-bottom: 25px;
  width: 100%;
}

.claimCoins{
    /*position: sticky;*/
    bottom: 10px;
}

.screen{
    max-width: 400px;
    display: block;
    margin: 0 auto 45px;
    border: 1px solid hsl(0deg 0% 0% / 10.2%);
    width: 100%;
}

.shdw1 {
  -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

img {
  max-width: 100%;
}

p {
  margin: 15px 0;
}

header {
  width: 100%;
  z-index: 667;
}

header .menu {
    width: clamp(20px, 13vw, 300px);
    background-color: #000;
    color: #4d114f;
    float: right;
    position: relative;
    transition: padding 0.3s ease;
}

header .logo {
    width: clamp(20px, 32vw, 180px);
    background-color: #000;
    padding: clamp(5px, 1vw, 5px) clamp(5px, 2.5vw, 5px);
    color: #4d114f;
    float: left;
    position: relative;
    transition: padding 0.3s ease;
}

#artical-header h1 {
  margin-bottom: 10px;
}

#artical-profile {
  margin-top: 10px;
  height: 55px;
}

#artical-profile img {
  float: left;
  margin-right: 10px;
}

#artical-profile h2 {
  display: inline;
  position: absolute;
}

.main-img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.footer {
    text-align: center;
    background-color:#fff;
    color: white;
    padding: 10px;
    font-size: 1.8em;
    overflow: hidden;
}

.badge {
    background: #B5B5B5;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.logo, .footer, .badge {
    width: 100%;
}

.footer .mini_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer .mini_logo img {
    max-width: 200px;
    width: 30%;
    height: auto;
    display: inline-block;
}

.list {
  background: #f5faf1;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #cbe6b6;
  margin-bottom: 20px;
}

@media only screen and (min-width: 900px) {
  .container {
    padding-bottom: 0;
    width: 100%;
    max-width: 750px;
    margin: auto;
    position: relative;
  }

  .main-img {
    width: 100%;
  }

  header .menu {
    width: clamp(20px, 4.4vw, 141px);
    max-width: 35%;
  }

  header .logo {
    width: clamp(20px, 27vw, 180px);
    max-width: 35%;
  }
}

.container.pd20 {
  flex: 1;
  padding: 20px;
  width: 100%;
  margin-bottom: 0;
}
@font-face {
  font-family: 'GT America';
  src: url('GT-America-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('GT-America-Standard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('GT-America-Standard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Condensed';
  src: url('GT-America-Condensed-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
.disclaimer-2{
  color: grey;
  font-size: 15px;
}
.HeaderNotification_count__s6GAH{
    min-height: 15px;
    min-width: 15px;
    background-color: #f52323;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    position: absolute;
    font-size: .8125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 0;
}
    .logo-box {
      height: 50px;
      width: 435px;
        max-width: 100%;
        padding: 0 20px;
    }
@media(max-width:767px){
  .quote {font-style: italic;font-size: 20px;line-height: 32px;margin: 33px 0;}
  .claimCoinsContainer{font-size: 20px;line-height: 28px;}
  .container.pd20{padding: 15px;}
}

.container.pd20 {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

.terms-of-service h1 {
  text-align: center;
  margin-bottom: 30px;
}

.terms-of-service h2 {
      color: #222;
    font-size: 20px;
    margin: 45px 0 25px;
    text-shadow: 0px 0px 0px #000;
}

.terms-of-service ul {
  list-style-type: disc;
  margin-left: 30px;
}

.terms-of-service address {
  font-style: normal;
  margin-top: 15px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #090909;
    color: #fff;
}


.rating-card {
  display: flex;
  gap: 35px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 100%;
}

.rating-score {
  text-align: center;
  flex: 1;
}

.rating-score h1 {
  font-size: 48px;
  margin: 0;
  color: #222;
  line-height: 55px;
  font-weight: 800;
}

.rating-score p {
    margin: 5px 0 -1px;
    color: #222222;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.trustpilot-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 6px 0;
}

.star-box {
  width: 22px;
  height: 22px;
  background-color: #dcdcdc;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.star-box.filled {
  background-color: #00b67a;
}

.star-box.half {
  background: linear-gradient(90deg, #00b67a 50%, #dcdcdc 50%);
}

.reviews {
    margin: 7px 0 0;
    color: #222222;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.rating-bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bar {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: #555;
}

.bar span{
    min-width:40px;
}

.bar-bg {
    flex: 1;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    width: 120px;
}

.bar-fill {
  height: 100%;
  border-radius: 4px;
}


.rating{
    padding: 0px 0 60px;
    margin-top: 0px;
}

.sp-block{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
    max-width: 292px;
    margin: 0 auto;
}

.sn-block{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 290px;
    margin: 0 auto;
}

.sg-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    max-width: 307px;
    margin: 0 auto;
    text-align: center;
}

.sg-block img{
    height: 55px;
}

.sr-block{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto;
    font-size: 11px;
    color: #383443;
}

.sr-block p{
    margin: 0;
}

.sn-block div{
    display: flex;
    align-items: center;
}

.sn-block div b{
    font-size: 11px;
    margin-left: 5px;
    color: #383443;
}

.sn-block p{
    font-size: 11px;
    color: #383443;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 8px auto 0;
}

.icon-block img{
    width: 60px;
}

.icon-block div{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    align-items: center;
    font-size: 16px;
}

.one-line {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
}

@media(max-width:576px){
    .rating-card{flex-direction: column;gap: 25px;}
    .icon-block{grid-template-columns: repeat(1, 1fr);}
}