@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Spline+Sans:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.body_content_container {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.blockfi_banner_section {
  background-color: var(--banner_section_bg_color);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 74vh;
  position: relative;
}

.section_container_blockfi_ {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(images/trading-platfotm-desktop-bg.jpg);
}

.fixed_blockfi_container {
  display: flex;
  margin-top: -60px;
  width: 100%;
  justify-content: center;
  position: relative;
  padding: 0px;
}

.fixed_content {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--bg_color_fixed);
}

.container_blockfi {
  width: 62%;
}

.container_blockfi h2 {
  font-size: 30px;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-family: var(--text-font-family2);
  color: var(--text-color2) !important;
}

.container_blockfi p {
  font-size: 20px;
  padding: 5px;
  font-family: var(--text-font-family2);
  font-weight: 300;
  line-height: 24px;
  color: var(--text-color2);
}

.blockfi_link_ a#let_start_blockfi {
  color: var(--text-color2);
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  font-family: var(--text-font-family2);
  padding: 15px 50px 15px 50px;
  background-color: var(--banner_section_bg_color_link);
}

.join_blockfi_container {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.header_section_join {
  width: 100%;
  max-width: 618px;
  padding: 10px;
  text-align: center;
}

.header_section_join p {
  font-size: 22px;
  font-family: var(--text-font-family2);
  font-weight: 300;
  color: var(--text-color3);
}

.container_blockfi_card {
  width: 100%;
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.blockfi_content {
  width: 30%;
  box-shadow: 0px 3px 17px -10px rgba(0, 0, 0, 0.5);
  padding: 40px 0px 40px 0px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.blockfi_content a {
  width: 100%;
}

.blockfi_content:hover {
  box-shadow: 0px 0px 100px -62px rgba(0, 0, 0, 0.5);
}

.content_blockfi_img {
  width: 46%;
  margin-left: auto;
  margin-right: auto;
}

.content_blockfi_img img {
  max-width: 100%;
}

.img_content_blockfi {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.img_content_blockfi h3 {
  font-family: var(--text-font-family2);
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  color: var(--text_color4);
}

.blockfi_multi_container {
  width: 100%;
  padding: 30px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  /* background-color: greenyellow; */
}

.multi_header_text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  margin-bottom: 0.5em;
}

.multi_header_text h2 {
  color: var(--text-color3);
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-family: var(--text-font-family2);
}

.multi_text_p_blockfi {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  padding-left: 120px;
  padding-right: 120px;
}

.multi_text_p_blockfi p {
  font-size: 23px;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  font-weight: 300;
  text-align: center;
  padding-left: 120px;
  padding-right: 120px;
}

.multi_text_p_blockfi p a {
  color: #00a5ee;
}

.multi_img {
  margin-top: 0px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
  height: auto;
}

.multi_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.multi_text_cont {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  padding: 10px;
}

.emulator_multi_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.icon_cont_blockfi {
  color: var(--icon-color);
}

.text_multi_blockfi_con {
  padding-left: 15px;
  padding-right: 15px;
}

.text_multi_blockfi_con p {
  font-size: 18px;
  line-height: 28.8px;
  font-family: var(--text-font-family2);
  font-weight: 400;
  margin-left: 10px;
  color: var(--text-color5);
}

.text_multi_blockfi_con p a {
  color: var(--link-color3);
}

.blockfi_section_withdrawals {
  width: 100%;
  padding: 5px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  justify-content: space-between;
  /* background-color: red; */
}

.container_section_bl {
  padding: 10px;
  width: 49.21%;
  position: relative;
}

.container_section_bl h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  margin-bottom: 0.5em;
  line-height: 32px;
}

.section_cont {
  margin-block-end: 20px;
}

.section_cont p {
  font-size: 23px;
  font-family: var(--text-font-family2);
  font-weight: 300;
  line-height: 36.8px;
  color: var(--text-color3);
}

.section_cont a {
  color: var(--link-color3);
}

.section_btn {
  position: relative;
  margin-top: 50px;
  display: flex;
  width: 100%;
  /* background-color: green; */
}

.section_btn a {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--text-font-family2);
  text-transform: uppercase;
  color: var(--text-color2);
  border-radius: 5px;
  background-color: var(--link-color4);
  margin-right: auto;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 50px 15px 50px;
}

.section_btn a:hover {
  transition: 0.5s ease;
  background-color: var(--link-hover-color);
}

.container_card_ {
  width: 50.79%;
  position: relative;
  margin-top: -60px;
  margin-left: 100px;
}

.container_card_ img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container_section_platform_bl {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-color: var(--plarform_bg-color);
}

.container_pl {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container_h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: var(--text-font-family2);
  margin-bottom: 0.5em;
  color: var(--text-color2);
}

.container_p_bl {
  width: 100%;
  margin-top: 20px;
  max-width: 912px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 23px;
  color: var(--text-color2);
  font-family: var(--text-font-family2);
  font-weight: 300;
}

#Platform_bl {
  font-size: 32px;
  color: var(--text-color2) !important;
}

.container_section_img_bl {
  width: 100%;
  position: relative;
  padding: 50px;
}

.container_section_img_bl img {
  max-width: 55%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.social_trading_bl {
  background-color: transparent;
}

.social_trading_bl h2 {
  font-size: 32px;
  color: var(--text-color3);
}

#social_p_bl {
  line-height: 35.2px;
  color: var(--text-color3);
}

#social_p_bl a {
  color: var(--link-color3);
}

.socila_img img {
  max-width: 80%;
}

.section_2 {
  overflow: hidden;
  margin-left: 0;
}

.section_2 img {
  width: 130%;
  position: relative;
  margin-right: auto;
}

.smart_blockfi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 100px 0px;
}

.cont_section_bl {
  width: 85%;
  display: flex;
  position: relative;
}
.container_img {
  padding: 20px;
  width: 50%;
  position: relative;
  margin-right: auto;
  min-height: 1px;
  display: flex;
}

.container_img img {
  width: 100%;
}

.container_text_content {
  padding: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.widget_blockfi_h2 {
  padding: 5px;
  width: 100%;
}

.widget_blockfi_h2 h2 {
  font-family: var(--text-font-family2);
  font-weight: 700;
  text-align: left;
  color: var(--text-color3);
  font-size: 32px;
  margin-bottom: 0.5em;
}

.widget_blockfi_p {
  width: 100%;
}

.widget_blockfi_p p {
  line-height: 35.3px;
  font-size: 22px;
  font-family: var(--text-font-family2);
  font-weight: 300;
  color: var(--text-color3);
}

.widget_blockfi_p p a {
  color: var(--link-color3);
}

:root {
  --plarform_bg-color: #3d424d;
  --link-hover-color: #74c107;
  --link-color4: #64a409;
  --text-color5: #777777;
  --link-color3: #00a5ee;
  --icon-color: #bababa;
  --text_color4: #3c3c3c;
  --text-color3: #333333;
  --text-color2: #fff;
  --bg_color_fixed: #000021;
  --banner_section_bg_color: #0fc635;
  --text-font-family3: "Poppins", sans-serif;
  --text-font-family2: "Open Sans", Sans-serif;
  --text-font-family: "Spline Sans", Sans-serif;
  --link-bg-color: #0fc635;
  --banner_section_bg_color_link: #0fc635;
}

@media screen and (max-width: 767px) {
  .blockfi_banner_section {
    padding: 20px 20px 20px 20px;
    min-height: 300px;
    max-height: 400px;
    height: 400px;
  }

  .section_container_blockfi_ {
    object-fit: cover;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url(images/trading-platfotm-mobile-bg.jpg);
  }

  .fixed_blockfi_container {
    display: block;
    padding: 0px 10px 0px 10px;
    margin-top: -80px;
  }

  .fixed_content {
    display: block;
    width: 100%;
    padding: 25px 10px 25px 10px;
  }

  .container_blockfi {
    width: 100%;
    padding: 0px 10px 0px 10px;
  }

  .container_blockfi h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .container_h2 {
    margin-bottom: 0.1em;
  }

  .container_h2 p {
    line-height: 24px;
    font-size: 18px;
  }

  .blockfi_link_ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .blockfi_link_ a#let_start_blockfi {
    font-size: 16px;
    padding: 15px 50px 15px 50px;
  }

  .join_blockfi_container {
    width: 100%;
    justify-content: center;
  }

  .container_blockfi_card {
    display: block;
    gap: 0;
    padding: 5px;
  }

  .blockfi_content {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  .blockfi_multi_container {
    width: 100%;
    padding: 0px;
  }

  .multi_header_text h2 {
    font-size: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .multi_text_p_blockfi {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .multi_text_p_blockfi p {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .multi_img {
    padding: 0 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .multi_img img {
    width: 100%;
    object-fit: cover;
  }

  .icon_cont_blockfi {
    display: none;
  }

  .multi_text_cont {
    padding: 0;
    width: 100%;
  }

  .emulator_multi_text {
    flex-direction: column;
  }

  .text_multi_blockfi_con p {
    margin-left: 0px;
    text-align: normal;
  }

  .blockfi_section_withdrawals {
    padding-left: 10px;
    flex-direction: column;
    padding-right: 10px;
  }

  .container_section_bl {
    order: 2;
    width: 100%;
  }

  .container_section_bl h2 {
    font-size: 22px;
  }

  .section_cont p {
    font-size: 18px;
  }

  .container_card_ {
    width: 100%;
    margin: 0;
  }

  .section_btn a {
    margin-left: auto;
    margin-right: auto;
  }

  .container_section_platform_bl {
    padding: 90px 10px 90px 10px;
  }

  #Platform_bl {
    font-size: 22px;
  }

  .container_p_bl {
    max-width: 100%;
  }

  .container_p_bl p {
    font-size: 18px;
  }

  .container_section_img_bl {
    padding: 0;
    margin-top: 20px;
  }

  .container_section_img_bl img  {
    max-width: 100%;
  }

  .social_trading_s2 {
    background-color: #EFF2F4;
  }

  .social_trading_s2 {
    padding: 70px 10px 70px 10px;
  }

  .social_trading_s2 .section_cont {
    font-size: 18px;
  }

  .social_trading_s2 .section_btn  a{
    font-size: 15px;
    text-align: center;
    font-family: var(--text-font-family2);
  }

  .section_2 {
    padding: 20px;
  }

  .section_2 img{
    width: 100%;
  }

  .smart_blockfi {
    flex-direction: column;
  }

  .cont_section_bl {
    width: 100%;
    flex-direction: column;
  }

  .container_img , .container_text_content {
    width: 100%;
  }

  .container_img {
    padding: 30px;
  }

  .widget_blockfi_h2 h2  {
    font-size: 22px;
  }

  .widget_blockfi_p p {
    font-size: 18px;
  }

}

@media screen and (min-width : 320px ) and (max-width :767px) {
  
   .blockfi_banner_section {
    padding: 0px;
   }
  
  .section_container_blockfi_ {
      background-size: contain;
      padding: 0;
    }

    .fixed_blockfi_container {
      margin-top: -110px;
    }

    .container_blockfi_card {
      padding: 10px;
    }

    .multi_text_p_blockfi {
      padding-left: 17px;
      padding-right: 17px;
    }

    .multi_header_text h2 {
      margin-bottom: 0.5em;
    }

    .section_cont p {
      line-height: 30px;
    }

    .container_p_bl {
      padding: 10px;
    }
}

@media screen and (min-width:355px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -100px;
  }
}

@media screen and (min-width:370px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -92px;
  }
}


@media screen and (min-width:401px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -81px;
  }
}


@media screen and (min-width:415px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -76px;
  }
}

@media screen and (min-width:430px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -71px;
  }
}

@media screen and (min-width:450px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -69px;
  }

  .header_section_join p {
    font-size: 23px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (min-width:455px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -60px;
  }

  .img_content_blockfi h3 {
    margin-bottom: 10px;
  }
  
  .container_blockfi_card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width:500px) and (max-width : 767px) {
  .fixed_blockfi_container {
    margin-top: -61px;
    padding: 10px 10px 10px 10px;
  }

  .container_blockfi h2 {
    font-size: 27px;
  }

  .img_content_blockfi h3 {
    margin-bottom: 15px;
  }

  .header_section_join p {
    font-size: 25px;
  }

  .text_multi_blockfi_con p , .section_cont p {
    font-size: 18px;
  }

  .container_section_bl h2 {
    font-size: 22px;
  }

  .multi_header_text h2 , .widget_blockfi_h2 h2 {
    font-size: 24px;
  }

  .multi_text_p_blockfi {
    padding-left: 20px;
    padding-right: 20px;
  }

  #social_p_bl {
    line-height: 30px;
  }

  .multi_text_p_blockfi p , .container_p_bl p , .widget_blockfi_p  {
    font-size: 18px;
    line-height: 30px;
  }

  .img_content_blockfi h3 {
    margin-bottom: 1.5em;
  }

  .blockfi_content {
    height: 300px;
    padding: 40px 20px 40px 20px;
  }
}

@media screen and (min-width : 540px) and (max-width : 767px) {
  .blockfi_content {
    height: 335px;
  }
}


@media screen and (min-width : 700px) and (max-width :767px) {
  .blockfi_content {
    height: 390px;
  }
}

@media screen and (min-width : 767px) and (max-width :1199px) {
  
  .blockfi_banner_section {
    height: 325px;
  }

  .fixed_blockfi_container {
    width: 100%;
    padding: 0px 10px 0px 10px;
  }

  .fixed_content {
    width: 100%;
  }

  .container_blockfi_card {
    padding-left: 0px;
    padding-right: 0px;
  }
  

  .blockfi_content {
    width: 31%;
  }

  .blockfi_multi_container {
    width: 100%;
  }

  .multi_text_p_blockfi {
    padding: 10px;
  }

  .multi_text_p_blockfi p {
    padding: 0;
  }

  .multi_img {
    padding: 0px;
  }

  .multi_img img  {
    object-fit: cover;
  }

  .multi_text_cont {
    width: 100%;
    margin: 0;
  }

  .blockfi_section_withdrawals {
    padding: 20px;
  }

  .container_section_bl {
    padding: 0;
    margin-left: auto;
  }

  .container_card_  {
    margin-top: 0;
    margin-right: auto;
  }

  .container_p_bl {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container_p_bl p{
     line-height: 40px;
  }

  .container_section_img_bl {
    padding: 5px;
  }

  .container_section_img_bl img {
    max-width: 65%;
  }

  .socila_img img {
     width: 100%;
  }

  .cont_section_bl {
    width: 100%;
  }

  .container_img {
    padding: 40px 10px;
  }
}


@media screen and (min-width :1200px) and (max-width :1365px) {
  .container_blockfi_card {
    padding: 0px 20px 0px 20px;
  }
}


a {
  text-decoration: none !important;
}
