.service_stablecoin_banner {
  background-image: url("../images/service_stablecoin_banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 110px 0px 53px; */
  height: 90vh;
  display: flex;
  align-items: center;
}
.service_stablecoin_banner_left h1 {
  color: #fff;
  font-family: "Commissioner", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
}
.service_stablecoin_banner_left p {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 32px;
  width: 88%;
}
.service_stablecoin_banner_btn {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 15px;
  background: #2a8d95;
  padding: 14px 33px;
  margin-top: 48px;
  border: none;
}
.service_stablecoin_banner_right {
  /* width: 47.5%; */
  display: flex;
  justify-content: center;
  /* height: 613.84px; */
  align-items: center;
}
.service_stablecoin_banner_right img {
  width: 100%;
  height: max-content;
}
.service_stablecoin_admin_chip {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  background: #2a8d95;
  padding: 7px 15px;
  border: none;
  width: fit-content;
  margin-bottom: 7.3px;
}
.service_stablecoin_admin_heading {
  color: #000;
  font-family: "Commissioner", sans-serif;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: unset !important;
}
.service_stablecoin_admin_para {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 15px;
  width: 82%;
}
.service_stablecoin_services_wrp {
  background-image: url("../images/coinbase_services.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 80px;
}
.services_outer_div {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 84px;
  row-gap: 48px;
}
.service_card {
  border-radius: 32px;
  border: 4px dashed;
  padding: 20px;
}
.service_stablecoin_services_wrp .services_outer_div .service_card:nth-child(1) {
  border-color: #a0f
}
.service_stablecoin_services_wrp .services_outer_div .service_card {
  border-color: #ff00d6
}
.service_stablecoin_services_wrp .services_outer_div .service_card:nth-child(3) {
  border-color: #00bc8f
}
.service_stablecoin_services_wrp .services_outer_div .service_card:nth-child(4) {
  border-color: #128807
}
.service_stablecoin_services_wrp .services_outer_div .service_card:nth-child(5) {
  border-color: #0033ad
}
.service_stablecoin_services_wrp .services_outer_div .service_card:nth-child(6) {
  border-color: #cb001c
}

.service_stablecoin_services_wrp .service_card:nth-child(1) .service_card_inner_div {
  background-color: #fbf3ff
}
.service_stablecoin_services_wrp .service_card:nth-child(2) .service_card_inner_div {
  background-color: #fff5fd
}
.service_stablecoin_services_wrp .service_card:nth-child(3) .service_card_inner_div {
  background-color: #f6fffd
}
.service_stablecoin_services_wrp .service_card:nth-child(4) .service_card_inner_div {
  background-color: #f5fff4
}
.service_stablecoin_services_wrp .service_card:nth-child(5) .service_card_inner_div {
  background-color: #f2f6ff
}
.service_stablecoin_services_wrp .service_card:nth-child(6) .service_card_inner_div {
  background-color: #fff1f3
}

.service_stablecoin_services_wrp .service_card_inner_div .round_circle1 {
  background-color: #a900fe
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle2 {
  background-color: #ff00d6
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle3 {
  background-color: #00bc8f
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle4 {
  background-color: #128807
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle5 {
  background-color: #0033ad
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle6 {
  background-color: #cb001c
}
.service_stablecoin_services_wrp .service_card_inner_div .round_circle1_inn {
  margin-top: -8px
}

.service_card_inner_div {
  font-family: "Poppins", sans-serif;
  border-radius: 32px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.service_card_inner_div div strong {
  font-size: 24px;
}
.service_card_inner_div div div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  font-family: "Concert One";
  font-weight: 400;
}
.service_card_inner_div p {
  color: #494b50;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.type_stablecoin_wrp {
  padding: 40px 0px 131px 0px;
  background-image: url("../images/type_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.type_stablecoin_wrp .stablecoin_wrp_innerDiv .mid_banner_btn {
margin-top: 48px !important;
}
.type_div {
  margin-top: 79px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}
.union1 {
  /* background-image: url("../images/coinbase_Union1.png"); */
  /* background-repeat: no-repeat; */
  position: absolute;
  top: 0px;
}
.type_div div {
  position: relative;
  height: 123px;
}
.union {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.union_div p {
  padding: 24px;
}
.union_div {
  display: grid;
  grid-template-columns: 16% 83%;
  height: 174px;
  background-color: #fff;
  /* display: -webkit-box; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.union_div img {
  height: 174px; 
  width: 100%"
}


.union_div .union_div_emp  {
  height: 51px;
}
.union_div p {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.stablecoin_wrp {
  padding-top: 80px;
}
.stablecoin_wrp_innerDiv {
  background-image: url("../images/stablecoinbase.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.stablecoin_wrp_innerDiv div h1 {
  font-size: 42px;
  padding-bottom: 20px;
}
.stablecoin_wrp_innerDiv div {
  width: 90%;
}
.benefits_wrp {
  background-image: url("../images/coinbase_benefits_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px 80px 0px;
}
.benefit_outer_div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 84px;
  row-gap: 48px;
  margin-top: 108px;
}
.benefit_card {
  display: flex;
  /* grid-template-columns: 20% 80%; */
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.05);
}
.benefit_card .card_div {
  padding: 20px;
}
.benefit_card div strong {
  font-size: 24px;
}
.benefit_card div p {
  font-size: 18px;
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-top: 8px;
  line-height: 170%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.stable_benifit1 img {
  height: 100%;
}
.stable_benifit1 {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stable_benifit_number {
  height: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0px;
  color: #fff;

  font-family: "Concert One";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
}
.stable_Why_us {
  background-image: url("../images/stable_why_us.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
}
.whyUs_Outer_div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 87px;
  gap: 31px;
}
.whyUsCard {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(77px);
  display: grid;
  grid-template-columns: 34% 66%;
  padding: 23px 23px 21px 0px;
  column-gap: 23px;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
}
.img-why-us {
  position: relative;
}
.img-why-us .inner {
  top: 13px;
  position: absolute;
  left: 14px;
}
.whyUs_Outer_div div .margin {
  margin-top: 60px;
}
.stablecoin_roadmap {
  background-image: url("../images/stablecoin_roadmap.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 80px 0px;
}
.stablecoin_roadmap .roadmap_mid_image {
 height: 851.889px; 
 width: 390.076px"
}
.stablecoin_roadmap_wrp {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.stablecoin_roadmap_wrp div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: start;
}
.roadmap_empty_div {
  height: 133px;
}
.roadmap_main {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.roadmap_main div {
  display: flex;
  justify-content: center;
  /* align-items:start; */
}
.roadmap_card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: start;
  justify-content: center;
  height: 133px;
}
.roadmap_card strong {
  font-size: 24px;
  width: 100%;
  text-align: start;
}
.roadmap_card p {
  color: #494b50;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: 0.18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.stablecoin_roadmap_wrp_mobile {
  display: none;
}

/* media */
@media (max-width: 1800px) {
  .type_div {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 80px;
    justify-content: center;
  }
  .type_div div{
    width: 250px;
  }
}
@media (max-width: 1600px) {
  .stablecoin_wrp_innerDiv{
    padding: 50px;    
  }
  .stablecoin_wrp_innerDiv div h1{
    font-size: 36px;
  }
  .benefits_wrp{
    padding: 80px 0px 80px 0px;
  }
  .stablecoin_roadmap{
    padding: 40px 0px 80px 0px;
  }
  .whyUsCard {
    font-size: 18px;
  }
  .whyUsCard p{
    width: 85%;
  }
  
  
}
/* 1440px */
@media only screen and (max-width: 1440px) {
  .service_stablecoin_banner_left h1 {
    font-size: 42px;
  }
  .service_stablecoin_admin_heading {
    font-size: 37px;
  }
  .union_div p {
    font-size: 14px;
  }
  .benefit_outer_div{
    margin-top: 60px;
  }
  .service_stablecoin_admin_heading{
    font-size: 36px;
  }
  .benefit_outer_div{
    column-gap: 60px;
  }
}

/* 1366px */
@media only screen and (max-width: 1366px) {
  .service_stablecoin_banner_left h1 {
    font-size: 42px;
  }
  .service_stablecoin_banner_left p {
    font-size: 16px;
    width: fit-content;
  }
  .service_stablecoin_banner_btn {
    padding: 8px 26px;
    font-size: 18px;
  }
  .type_div {
    row-gap: 80px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .union_div p {
    font-size: 18px !important;
  }
  .benefit_outer_div {
    column-gap: 48px;
  }
  .services_outer_div{
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width:1250px) {
  .benefit_outer_div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .whyUsCard {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .stablecoin_wrp_innerDiv div h1{
    font-size: 30px;
  }
  .whyUs_Outer_div{
    margin-top: 40px;
  }
  .whyUsCard{
    column-gap: 32px;
  }
}


/* 1024px */
@media only screen and (max-width: 1024px) {

  .service_stablecoin_banner {
    height: 100%;
    padding: 80px 0px;
  }
  .whyUs_Outer_div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .whyUs_Outer_div div .margin {
    margin-top: 0px;
  }
  .service_stablecoin_banner_left h1 {
    font-size: 42px;
  }
  .service_stablecoin_admin_heading {
    font-size: 30px;
  }
  .services_outer_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .services_outer_div {
    gap: 48px;
  }
  .stablecoin_wrp_innerDiv div h1 {
    font-size: 30px;
  }
  .stablecoin_wrp_innerDiv {
    padding: 40px;
  }
  .benefit_outer_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stablecoin_roadmap_wrp img{
    width:100% !important;
  }
  .service_card_inner_div div strong, .roadmap_card strong, .benefit_card div strong {
    font-size: 22px;
  }
  .service_card_inner_div p, .benefit_card div p, .roadmap_card p {
    font-size: 16px;
  }
  .heading {
    font-size: 36px;
  }

}
@media (max-width: 979px) {
  .type_div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .roadmap_card strong{
    font-size: 18px;
  }
  .roadmap_card p{
    font-size: 14px;
  }
  .service_stablecoin_services_wrp{
    padding: 50px 0 50px;
  }
}
/* 768px */
@media only screen and (max-width: 768px) {
  .service_stablecoin_banner_left h1 {
    font-size: 38px;
}
.service_stablecoin_banner_left p {
  font-size: 14px;
}
  .services_outer_div {
    gap: 30px;
  }
  .service_stablecoin_banner_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .service_stablecoin_banner_left h1 {
    font-size: 43px;
  }
  .service_stablecoin_banner_left p {
    font-size: 16px;
  }
  .service_stablecoin_banner_right img {
    width: 60%;
  }
  .service_stablecoin_banner
    .container
    .service_stablecoin_banner_content_wrp
    .new {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .service_stablecoin_admin_heading {
    font-size: 25px;
  }
  .service_stablecoin_admin_para {
    margin-top: 0px;
    font-size: 14px;
  }
  .service_card_inner_div div strong {
    font-size: 18px;
  }
  .benefit_card div p {
    font-size: 14px;
    -webkit-line-clamp: 5;
  }
  .service_card_inner_div p {
    font-size: 14px;
  }
  .service_card_inner_div div div {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .stablecoin_wrp_innerDiv div h1 {
    font-size: 25px;
  }
  .stablecoin_wrp_innerDiv {
    padding: 20px;
  }
  .stablecoin_roadmap_wrp {
    display: none;
  }
  .stablecoin_roadmap_wrp_mobile {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
  .mobile_stablecoin_roadmap {
    display: flex;
    gap: 20px;
  }
  .mobile_stablecoin_roadmap .mobile_wrp1  {
    background-color: #ff5c00;
                  box-shadow: 0px -8px 6px 0px #c5500e inset
  }
  .mobile_stablecoin_roadmap .mobile_wrp2  {
    background-color: #276ef9;
    box-shadow: 0px -8px 6px 0px #004adc inset;
  }
  .mobile_stablecoin_roadmap .mobile_wrp3   {
    background-color: #8235ff;
    box-shadow: 0px -8px 6px 0px #651adf inset;
  }
  .mobile_stablecoin_roadmap .mobile_wrp4  {
    background-color: #db00ff;
    box-shadow: 0px -8px 6px 0px #b500d2 inset;
  }
  .mobile_stablecoin_roadmap .mobile_wrp5   {
    background-color: #e08700;
    box-shadow: 0px -8px 6px 0px #c07300 inset;
  }
  .mobile_stablecoin_roadmap .mobile_wrp6   {
    background-color: #6ac83e;
    box-shadow: 0px -8px 6px 0px #40aa0e inset;
  }

  .mobile_wrap_round {
    height: 50px;
    border-radius: 50%;
    padding: 15px;
  }
  .roadmap_card strong {
    font-size: 18px;
  }
  .roadmap_card p {
    font-size: 14px;
  }
  .roadmap_card {
    justify-content: start;
  }
  .mobile_wrap_round {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile_wrap_round img {
    height: 20px;
  }
  .roadmap_card {
    height: auto;
  }
  .stablecoin_roadmap_wrp_mobile {
    gap: 20px;
  }
  .union {
    height: 125px !important;
  }
  .type_div div {
    position: relative;
    height: 88px;
  }
  .union_div p {
    font-size: 14px !important;
    padding: 15px;
  }
  .benefit_card div strong {
    font-size: 18px;
  }
  .service_card_inner_div{
      padding: 16px 24px;
  } 
  .service_card{
    padding: 12px;
  }
  .type_div div{
    width: 185px;
  }
  .benefits_wrp{
    padding: 60px 0px;
  }
}
/* 649px */
@media only screen and (max-width: 649px) {
  .service_stablecoin_banner_content_wrp {
    gap: 50px;
  }
  .services_outer_div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .benefit_outer_div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .whyUs_Outer_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .whyUsCard {
    padding: 15px 15px 15px 0px;
  }
  .whyUsCard p {
    font-size: 14px;
  }
  .type_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 425px */
@media only screen and (max-width: 480px) {
  .stablecoin_wrp_innerDiv div h1 {
    font-size: 28px;
  }
  .benefit_card {
    max-height: 120px;
  }
  .benefit_card div p {
    -webkit-line-clamp: 3;
  }
  .stable_benifit_number {
    font-size: 26px;
  }
  .benefit_card .card_div {
    padding: 10px;
  }
  .whyUs_Outer_div {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .type_div {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .service_stablecoin_banner {
    padding: 24px 0px;
  }
  /* .service_stablecoin_services_wrp {
    padding: 40px 0px 0px;
  } */
  .type_stablecoin_wrp {
    padding: 40px 0px 0px 0px;
  }
  .type_div {
    margin-top: 40px;
  }
  .stablecoin_wrp_innerDiv {
    margin-top: 80px;
  }
  .benefits_wrp {
    padding: 40px 0px 0px;
  }
  .benefit_outer_div {
    margin-top: 40px;
    gap: 20px;
  }
  .stablecoin_roadmap {
    padding: 40px 0px 0px;
  }
  .stablecoin_roadmap_wrp_mobile {
    padding: 40px 0px;
  }
  .stable_Why_us {
    padding: 40px 0px;
  }
  .stablecoin_roadmap_wrp_mobile {
    gap: 20px;
  }
  .whyUs_Outer_div {
    margin-top: 40px;
    gap: 20px;
  }

  .service_stablecoin_banner_left h1 {
    font-size: 32px;
  }
  .service_stablecoin_banner_right img {
    width: 100%;
  }
  .service_stablecoin_admin_heading {
    font-size: 28px;
  }
  .service_stablecoin_admin_para {
    font-size: 14px;
  }
  .services_outer_div {
    gap: 20px;
  }
  .service_card {
    padding: 10px;
  }
  .service_card_inner_div {
    padding: 20px;
  }
  .type_div{
    gap: 50px;
    column-gap: 60px;
  }

}




