p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: unset !important;
}
.service_banner_wrp {
  background-image: url('../images/service_banner_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  display: flex;
  align-items: center;
  padding: 131px 0 305px;
}
.service_banner_wrp .content_wrp {
  margin-top: unset;
}

.defi_development_service_wrp .chip_btn {
  padding: 7px 15px;
  font-size: 16px;
}
.service_banner_wrp .banner_content_wrp {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.banner_content_wrp .content_wrp {
  display: flex;
  flex-direction: column;
  width: 51%;
}
.banner_content_wrp .content_wrp h3 {
  font-family: 'Poppins';
  font-size: 72px;
  font-weight: 700;
  line-height: 87px;
  text-align: left;
  color: #ffffff;
}
.banner_content_wrp .content_wrp .defi_banner_btn {
  background-color: #2a8d95;
  width: 340px;
  border-radius: 12px;
  color: #ffffff;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 14px 33px;
  margin: 64px 0 0;
  text-align: center;
}
.banner_content_wrp .content_wrp .defi_banner_para {
  color: #ffff;
  font-family: 'Poppins', sans-serif;
  padding-top: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}
/**************************staking_wrp**********************************/
.staking_wrp {
  width: 100%;
  height: 40%;
  margin: 0 auto;
  position: relative;
  bottom: 9rem;
}

.staking_content_wrp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 32px 0;
}

.staking_inner_wrp {
  display: flex;
  background: linear-gradient(to right, rgba(163, 69, 234, 1), rgba(163, 69, 234, 0)),
    linear-gradient(to right, rgba(241, 227, 248, 1), rgba(249, 255, 223, 1)),
    linear-gradient(rgba(163, 69, 234, 0), rgba(163, 69, 234, 1));
  background-size: 100% 4px, 100% 100%, 100% 4px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom, left top, bottom;
  border-radius: 24px;
  padding: 0px 40px;
  gap: 30px;
  position: relative;
}

.staking_img_wrp {
  width: 100%;
}
.staking_img_wrp img {
  width: 100%;
}
.staking_content_wrp .chip_btn {
  width: 92px;
}
.service_nft_wrp .chip_btn {
  padding: 7px 15px;
  font-size: 16px;
  line-height: normal;
}
.staking_para {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #494b50;
  padding-top: 32px;
}
.text_staking {
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}
.staking_content_wrp .experts {
  font-family: 'Commissioner';
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  color: #000000;
}
/*********************defi development service ************************/
.defi_development_service_wrp {
  background-image: url('../images/defi_Stake_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
.services_wrp_inner_wrp {
  margin-top: 15px;
}
.services_staking_wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.services_staking_wrp .text_success {
  margin-top: unset;
}
.services_para {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #494b50;
  margin: 30px auto 64px;
  padding: 0px 10%;
}
.defi_stake_wrp .defi_1 {
  display: flex;
  flex-direction: column;
}
.defi_stake_wrp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.defi_stake_wrp .defi_1 h3 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  color: #000000;
  padding: 33px 0 16px;
}
.defi_stake_wrp .defi_1 p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #494b50;
}
.defi_stake_wrp .defi_1 img {
  width: 168px;
  height: 160px;
  margin: auto;
}
/*******************************feature defi ***********************/
.features_defi_Wrp {
  background-image: url('../images/features_bg.png');
  background-size: cover, 100%;
  background-position: center center, left center;
  background-repeat: no-repeat;
  position: relative;
}
.features_defi_Wrp::before {
  content: '';
  position: absolute;
  width: 19.8%;
  height: 100%;
  border-radius: 0px 80px 80px 0px;
  background: linear-gradient(
    180deg,
    #b061ff 0%,
    #ff6dab 21.33%,
    #61a0ff 45.12%,
    #3cbaf0 62.32%,
    #41d8b3 80.33%,
    #ff6161 100%
  );
}

.features_defi_Wrp .text_success {
  margin-top: unset;
}
.features_defi_Wrp .staking_para {
  padding: 32px 0 75px;
}
.features_defi_image .ellipse {
  position: relative;
  top: 14rem;
  right: 6rem;
  width: 42%;
}
.features_defi_inner_wrp {
  display: flex;
  gap: 230px;
  align-items: center;
  justify-content: center;
  padding: 120px 0 118px;
  position: relative;
}
.feature_sale {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sale_icon {
  width: auto;
  height: auto;
  border-radius: 138px;
  padding: 12px;
  background: rgba(176, 97, 255, 1);
}
.features_defi_image .feature_card {
  width: 100%;
}
.feature_sale_wrp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}
.feature_sale .feature_typo h1 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}
.features_defi_inner_wrp .features_defi_image {
  width: 100%;
  display: flex;
  align-items: center;
}

/***********************defi staking platform **********************/

.defi_staking_platform_wrp {
  background-image: url('../images/defi_staking_platform_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 180px;
}
.defi_card_wrp {
  display: flex;
  gap: 66px;
}
.defi_card_icon {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #f2d9ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.defi_card_outer {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 24px;
  padding: 48px 32px;
  text-align: left;
  height: 100%;
}
.defi_card_outer.card1 {
  background: #aa00ff;
  border: none;
}
.defi_card_outer.card2 {
  position: relative;
  background: #d40ca8;
  border: none;
  margin-top: 40px;
}
.defi_card_outer.card3 {
  position: relative;
  background: #0074e8;
  border: none;
  margin-top: 80px;
}
.defi_card_outer p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
.defi_card_wrp .core_typo {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  color: #ffffff;
  margin: unset;
  padding: 30px 0 20px;
}
.connect_card_wrp .card1 {
  position: relative;
}

.connect_card_wrp .card2 {
  position: relative;
  top: 3rem;
}
.connect_card_wrp .card3 {
  position: relative;
  top: 8rem;
}
.connect_card_wrp .card4 {
  position: relative;
  top: 3rem;
}
.defi_card_outer .card-icon-class {
  padding: 0;
  width: 44px;
  height: 40px;
}
.defi_staking_content_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.defi_staking_content_wrp .defi_chip_btn {
  margin-top: 70px;
  background: #2a8d95;
  color: #ffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  text-align: center;
  border: none;
  padding: 9px 14px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
}

/***********************Token***********************/
.stacked_token_wrp {
  background-image: url('../images/stacktoken-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 136px 0 20px;
}
.staked_content_wrp {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-items: start;
}
.staked_content_wrp .stake_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  gap:15px;
}
.staked_content_wrp .stake_1 img {
  width: 160px;
  height: 160px;
}
.stake_1_text {
  font-family: 'Poppins';
  font-size: 21px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

/****************************use process**********************/
.use_case_wrp {
  background-image: url('../images/use_process_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 155px;
}
.use_case_wrp .use_case_img img {
  width: 100%;
  height: 100%;
}
.use_case_wrp .process_defi_mobile {
  display: none;
}
.use_case_wrp .casse_defi_text_1 {
  position: absolute;
  left: 14.8%;
}
.use_case_wrp .casse_defi_text_2 {
  position: absolute;
  left: 33.4%;
}
.use_case_wrp .casse_defi_text_3 {
  position: absolute;
  left: 49.2%;
}
.use_case_wrp .casse_defi_text_4 {
  position: absolute;
  right: 27.6%;
}
.use_case_wrp .casse_defi_text_5 {
  position: absolute;
  right: 11.2%;
}
.use_case_wrp .use_case_img p {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px;
  letter-spacing: 0.24px;
}
.arrow_container {
  position: relative;
  top: 7rem;
  display: flex;
  gap: 10rem;
}
.arrow_container .arrow_1 {
  position: relative;
  right: 10px;
}
.arrow_container .arrow_2 {
  position: relative;
  left: 17px;
}
.arrow_container .arrow_3 {
  position: relative;
  left: 53px;
}
.arrow_container .arrow_4 {
  position: relative;
  left: 92px;
}
.arrow_container .arrow_5 {
  position: relative;
  left: 147px;
}
.service_nft_wrp .arrow_text {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.01em;
  text-align: center;
}

/**************************experts*********************/
.service_nft_wrp .experts_wrp {
  background-image: url('../images/experts_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 398px;
}
.service_nft_wrp .experts_btn {
  padding: 14px 32px;
  border-radius: 15px;
  background: #b910a0;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #ffffff;
  margin-top: 36px;
  border: unset;
}
.experts_inner_wrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.experts_text_staking {
  font-family: 'Commissioner';
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  color: #ffffff;
  width: 60%;
}
/********************************why us staking********************/
.service_nft_wrp .why_us_staking_wrp {
  background-image: url('../images/why-choose-defi-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 112px;
}
.why_us_staking_wrp .experts_btn {
  background: #2a8d95;
}

/************************frequently asked section ************************/

.frequently_asked_wrp .frequently_asked_inner_wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}
/************************blog section ************************/
.staking_blog_wrp .staking_blog_inner_wrp {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}
/*******************************mobile responsive**********************/

@media screen and (max-width: 1600px) {
  .banner_content_wrp .content_wrp h3 {
    font-size: 58px;
    line-height: 70px;
  }
  .banner_content_wrp .content_wrp .defi_banner_para {
    font-size: 18px;
    line-height: 30px;
  }
  .banner_content_wrp .content_wrp .defi_banner_btn {
    font-size: 20px;
  }
  .service_nft_wrp .staking_img_wrp {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .service_nft_wrp .staking_img_wrp img {
    width: 400px;
  }
  .staking_content_wrp .experts {
    font-size: 46px;
    line-height: 56px;
  }
  .staking_para {
    font-size: 16px;
    line-height: 25px;
  }
  .service_nft_wrp .feature_sale_wrp {
    gap: 32px;
  }
  .service_nft_wrp .features_defi_inner_wrp {
    gap: 60px;
    padding: 60px 0 60px;
  }
}

@media screen and (max-width: 1400px) {
  .service_banner_wrp {
    padding: 131px 0 250px;
  }
  .banner_content_wrp .content_wrp h3 {
    font-size: 46px;
    line-height: 56px;
  }
  .banner_content_wrp .content_wrp {
    width: 50%;
  }
  .banner_content_wrp .content_wrp .defi_banner_para {
    font-size: 16px;
    line-height: 22px;
  }
  .banner_content_wrp .content_wrp .defi_banner_btn {
    font-size: 18px;
    margin: 45px 0 0;
  }
  .service_nft_wrp .staking_inner_wrp {
    gap: unset;
  }
  

  /*********************************staking_wrp********************/
  .staking_img_wrp img {
    width: 100%;
  }
  .defi_development_service_wrp {
    padding-bottom: 100px;
  }

  /***********************Token***********************/
  .staked_content_wrp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .arrow_container {
    top: 8rem;
    gap: 4rem;
  }
  .features_defi_Wrp .staking_para {
    padding: unset;
  }
  .service_nft_wrp .use_case_wrp {
    padding: 100px 0 120px;
  }
  .service_nft_wrp .defi_staking_platform_wrp {
    padding: 100px 0 100px;
  }

  /***********************Our Process***********************/
  .use_case_wrp .casse_defi_textone {
    left: 16.5%;
  }
  .use_case_wrp .casse_defi_texttwo {
    left: 32%;
  }
  .use_case_wrp .casse_defi_textthree {
    left: 48%;
  }
  .use_case_wrp .casse_defi_textfour {
    right: 26%;
  }
  .use_case_wrp .casse_defi_textfive {
    right: 9.6%;
  }
  .service_nft_wrp .why_card_outer {
    padding: 20px;
  }
  .banner_content_wrp .content_wrp .defi_banner_btn {
    width: 310px
  }
  .staking_content_wrp .experts{
    font-size: 42px;
    line-height: 54px;
  }
  .staked_content_wrp .stake_1 img {
    width: 120px;
    height: 120px;
}

.use_case_wrp .casse_defi_text_1 {
  left: 13.5%;
}
.service_nft_wrp .use_case_wrp {
  padding: 100px 0 110px;
}
.service_nft_wrp .experts_wrp {
  padding: 70px 0 398px;
}
.experts_text_staking {
  font-size: 42px;
  width: 70%;
}
.service_nft_wrp .experts_btn {
  padding: 10px 28px;
  font-size: 20px;
}
}
@media screen and (max-width: 1300px) {
  .staking_content_wrp .experts{
    font-size: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .service_banner_wrp {
    padding: 131px 0 150px;
  }
  .banner_content_wrp .content_wrp h3 {
    font-size: 42px;
    line-height: 54px;
  }
  .banner_content_wrp .content_wrp .defi_banner_para {
    font-size: 16px;
    line-height: 24px;
  }

  /*********************************staking_wrp********************/
  .staking_content_wrp .staking_para {
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
  }
  .service_nft_wrp .staking_wrp {
    bottom: 4rem;
  }
  .service_nft_wrp .text_success {
    font-size: 36px;
    line-height: 46px;
  }
  .service_nft_wrp .services_para {
    font-size: 14px;
    line-height: 20px;
  }
  .defi_stake_wrp .defi_1 h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .defi_stake_wrp .defi_1 p {
    font-size: 14px;
    line-height: 20px;
  }
  .defi_development_service_wrp {
    padding-bottom: 80px;
  }
  .defi_staking_platform_wrp {
    padding: 80px 0 80px;
  }
  .stacked_token_wrp {
    padding: 60px 0 0;
  }
  .staking_content_wrp {
    /* padding: unset; */
  }
  .use_case_wrp .use_case_img p {
    font-size: 18px;
    line-height: 28.4px;
  }
  .staking_content_wrp .experts{
    font-size: 32px;
    line-height: 42px;
  }
  .defi_card_icon {
    width: 70px;
  }
  .defi_card_outer {
    padding: 40px 28px 36px;

}
.defi_card_wrp .core_typo {
  padding: 20px 0 6px;
}
.staked_content_wrp {
  gap: 30px;
}
.service_nft_wrp .use_case_wrp {
  padding: 100px 0 120px;
}
.service_nft_wrp .use_case_wrp {
  padding: 100px 0;
}
.service_nft_wrp .experts_wrp {
  padding: 60px 0 398px;
}
.experts_text_staking {
  font-size: 38px;
}
.service_nft_wrp .why_us_staking_wrp {
  padding: 80px 0 112px;
}

.experts_btn {
  padding: 10px 28px;
  font-size: 18px;
  margin-top: 16px;

}

}

@media only screen and (max-width: 1023px) {
  /***********************defi staking platform **********************/
 
  .features_defi_inner_wrp {
    display: block;
  }
  .features_defi_image .feature_card {
    width: 70%;
    margin: 0 auto;
  }
  .features_defi_Wrp::before {
    width: 25%;
    height: 52%;
    top: 0;
    /* border-radius: 0px 0px 80px 80px; */
    background: linear-gradient(
      180deg,
      #b061ff 0%,
      #ff6dab 21.33%,
      #61a0ff 45.12%,
      #3cbaf0 62.32%,
      #41d8b3 80.33%,
      #ff6161 100%
    );
  }
 
  .defi_staking_platform_wrp {
    padding: 30px 0 80px;
  }
  .defi_card_wrp {
    gap: 30px;
  }
  .service_nft_wrp .defi_staking_platform_wrp {
    padding: 30px 0 100px;
  }
  .service_nft_wrp .experts_wrp {
    padding: 48px 0 100px;
  }
  .defi_stake_wrp .defi_1 img{
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
  .feature_sale .feature_typo h1{
    font-size: 18px;
    line-height: 34px;
  }
} /* 980 */

@media only screen and (max-width: 979px) {
  /***********************defi staking platform **********************/
  .defi_staking_platform_wrp {
    height: auto;
  }
  .staking_inner_wrp {
    flex-wrap: wrap;
  }
  .staking_content_wrp {
    align-items: center;
    gap: 10px;
    padding: 0 0 32px;
  }
  .staking_para {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .banner_content_wrp .content_wrp {
    width: 100%;
  }
  .service_nft_wrp .staking_img_wrp img {
    /* width: 100%; */
    margin: 0 auto;
  }
  .service_nft_wrp .staking_inner_wrp {
    padding: 0 20px;
  }
  .staking_content_wrp .staking_para {
    padding-top: 10px;
  }

  /****************************use process**********************/
  .use_case_wrp {
    height: auto;
  }
  .use_case_wrp .process_defi_mobile {
    display: block;
  }
  .use_case_wrp .process_defi_desktop {
    display: none;
  }
  .arrow_container {
    display: none;
  }

  /**************************experts***********************************/
  .features_defi_inner_wrp {
    flex-wrap: wrap;
  }
  .features_defi_Wrp {
    height: auto;
  }
  .features_defi_image .ellipse {
    top: 20rem;
    right: 6rem;
    width: 23%;
  }
  .feature_sale_wrp {
    margin-top: 20px;
  }
  .staking_content_wrp .text_success {
    text-align: center;
  }
  .defi_stake_wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .defi_card_wrp .core_typo {
    font-size: 20px;
    line-height: 28px;
  }
  .defi_card_outer p {
    font-size: 16px;
    line-height: 22px;
  }

  .service_nft_wrp .use_case_wrp {
    padding: 60px 0 60px;
  }
  .use_case_img .casse_defi_textone {
    left: 25%;
    top: 9.4%;
  }
  .use_case_img .casse_defi_texttwo {
    left: 25%;
    top: 29%;
  }
  .use_case_img .casse_defi_textthree {
    left: 25%;
    top: 48%;
  }
  .use_case_img .casse_defi_textfour {
    bottom: 28.5%;
    left: 25%;
    right: unset;
  }
  .use_case_img .casse_defi_textfive {
    left: 25%;
    right: unset;
    bottom: 9.3%;
  }
  .use_case_wrp .use_case_img .process_defi_desktop {
    width: 110px;
    height: 683px;
  }
  .use_case_wrp .use_case_img img {
    width: unset;
    height: unset;
  }
  .service_nft_wrp .use_case_img {
    height: 100%;
    width: 100%;
  }
  .services_staking_wrp {
    padding: 0 20px;
  }
  .experts_text_staking {
    width: 100%;
    font-size: 30px;
  }
  .defi_staking_content_wrp .services_para {
    margin: 16px 0 0;
  }
  .service_nft_wrp .experts_btn {
    font-size: 18px;
    line-height: 22px;
  }
  .staking_content_wrp .experts{
    font-size: 38px;
    line-height: 48px;
  }
  .service_nft_wrp .features_defi_inner_wrp{
    padding: 80px 0 60px;
  }
  .service_nft_wrp .features_defi_inner_wrp .features_defi {
    margin-top: 50px;
}
.service_nft_wrp .why_us_staking_wrp {
  padding: 60px 0 112px;
}
.service_nft_wrp .text_success {
  font-size: 30px;
  line-height: 46px;
}


} /* 768 */
@media only screen and (max-width: 767px) {
  .features_defi_image .feature_card {
    width: 80%;
    margin: 0 auto;
  }
  .features_defi_Wrp::before {
    /* height: 15%; */
  }
  .service_nft_wrp .feature_sale .feature_typo h1 {
    font-size: 16px;
  }
  .feature_sale .feature_typo h1 {
    font-size: 16px;
    line-height: 26px;
  }
  .stake_1_text {
    font-size: 16px;
    line-height: 22px;
  }
    .defi_card_wrp {
    flex-wrap: wrap;
  }
  .defi_card_outer.card3 {
    margin-top: unset;
  }
  .defi_card_outer.card2 {
    margin-top: unset;
  }
  .defi_card_outer {
    padding: 28px;
  }
} /* 650 */
@media only screen and (max-width: 649px) {
  .staking_content_wrp .experts {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .defi_stake_wrp .defi_1 img {
    width: 100px;
    height: 100px;
    margin: auto;
    object-fit: contain;
  }
  .service_nft_wrp .text_success {
    font-size: 32px;
    line-height: 42px;
  }
  .service_nft_wrp .feature_sale_wrp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service_nft_wrp .feature_sale {
    /* justify-content: center; */
  }
  .service_nft_wrp .features_defi_Wrp::before {
    height: 40%;
  }
  .defi_card_outer {
    padding: 16px;
  }
  .defi_stake_wrp .defi_1 h3 {
    padding: 12px 0 12px;
  }
  .staked_content_wrp .stake_1 img {
    width: 100px;
    height: 100px;
  }
  .staked_content_wrp .stake_1 {
    width: 100px;
  }
  .service_nft_wrp .staked_content_wrp {
    column-gap: 50px;
    row-gap: 30px;
  }
  .use_case_img .casse_defi_textone {
    left: 40%;
  }
  .use_case_img .casse_defi_texttwo {
    left: 40%;
  }
  .use_case_img .casse_defi_textthree {
    left: 40%;
  }
  .use_case_img .casse_defi_textfour {
    left: 40%;
  }
  .use_case_img .casse_defi_textfive {
    left: 40%;
  }
  .experts_text_staking {
    font-size: 32px;
    line-height: 42px;
  }
  .service_nft_wrp .features_defi_Wrp::before{
    height: 35%;
  }
  .feature_sale{
    gap: 10px;
  }
  .sale_icon{
    width: 60px;
    height: 60px;
    min-width: 60px;
    text-align: center;
  }
  .sale_icon img{
    width: 32px;
  }
  .service_nft_wrp .feature_sale .feature_typo h1{
    font-size: 14px;
    line-height: 20px;
  }
  .service_nft_wrp .feature_sale_wrp{
    gap: 30px 20px;
  }
} /* 480 */
@media only screen and (max-width: 479px) {
  .use_case_img .casse_defi_textone {
    left: 50%;
  }
  .use_case_img .casse_defi_texttwo {
    left: 50%;
  }
  .use_case_img .casse_defi_textthree {
    left: 50%;
  }
  .use_case_img .casse_defi_textfour {
    left: 50%;
  }
  .use_case_img .casse_defi_textfive {
    left: 50%;
  }
 .services_para{
  padding:0;
  }
 .service_nft_wrp .staking_img_wrp img {
  width: 100%;
  }
  .defi_stake_wrp{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 40px;
  }
  .service_nft_wrp .features_defi_Wrp::before{
    height: 30%;
  }
} /* 375 */
