@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;
}

#logo_index {
  display: none;
}

.body_content_container {
  width: 100%;
}

.header_container_sec_bl {
  height: 84vh;
}

.header_container_sec_bl {
  width: 100%;
  background: linear-gradient(to right, #11cb75, #0bc16d);
  display: flex;
  padding: 20px 0px 20px 0px;
  align-items: center;
  justify-content: space-between;
}

.container_section_text {
  padding-left: 90px;
  width: 50%;
  position: relative;
}

.container_section_text .cont_bl_h2 h2 {
  font-size: 60px;
  color: var(--text-color2);
  font-weight: 700;
  margin-bottom: 0.5em;
  font-family: var(--text-font-family2);
}

.cont_bl_p p {
  font-size: 16px;
  font-family: var(--text-font-family2);
  color: var(--text-color2);
  margin-bottom: 0.5em;
}

.cont_img {
  width: 100%;
}

.cont_img img {
   width: 100%;
}

.cont_bl_p_a {
  position: relative;
  margin-top: 30px;
  display: flex;
}

.cont_bl_p_a a {
  color: var(--link-color4);
  padding: 15px 40px 15px 40px;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50px;
  text-transform: capitalize;
  line-height: 18px;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px -7px;
  font-family: var(--text-font-family2);
}

.cont_bl_p_a a:hover {
  color: var(--text-color2);
  background-color: #3d9850;
  transition: all 0.5s ease;
}

.container_section_bl_ {
  width: 100%;
  margin-top: 40px;
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.section_text_bl {
  margin-left: auto;
  margin-left: auto;
  padding: 0px 110px 0px 110px;
  justify-content: normal;
  line-height: 28.8px;
  font-size: 18px;
  color: var(--text-color3);
  font-weight: 300;
  margin-bottom: 0.5em;
  font-family: var(--text-font-family2);
}

.blockfi_card_container {
  width: 100%;
  margin-top: 3em;
  display: grid;
  grid-template-columns: 18% 18% 18%;
  position: relative;
  gap: 25px;
  justify-content: center;
}

.card_container {
  margin-bottom: 1.5em;
  box-shadow: -10px 1px 20px 3px
    rgba(201.00000000000003, 201.00000000000003, 201.00000000000003, 0.5);
  padding: 0px 30px 0px 30px;
  min-height: 303px;
}

.content_section_card_bl {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.cont_txt_bl {
  margin-bottom: 2em;
}

.cont_txt_bl h2 {
  font-size: 22px;
  font-family: var(--text-font-family2);
  line-height: 28px;
  color: var(--text-color3);
  font-weight: 700;
}

.cont_txt_bl p {
  font-size: 17px;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  font-weight: 300;
  text-align: center;
  line-height: 25.6px;
}

.container_sec_bl_n {
  margin-top: 4em;
  margin-bottom: 4em;
  padding: 10px;
  font-size: 13px;
  font-family: var(--text-font-family2);
  text-align: center;
  font-style: italic;
  color: var(--text-color5);
  line-height: 20.8px;
  font-weight: 300;
}

.container_sec_bl_n a {
  color: var(--link-color3);
}

.section_cont_blockfi_i {
  width: 100%;
  margin-bottom: 6em;
  justify-content: center;
  display: flex;
  padding: 0px 0px 0 0px;
}

.container_section_1 {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 75px 0px 75px;
  margin-right: auto;
}

.container_section_1 img {
  height: auto;
  width: 60%;
  margin-left: auto;
  margin-right: 30px;
}

.container_section__im img {
  margin-left: 60px;
  margin-right: auto;
}

.container_section_2 {
  justify-content: center;
  flex-direction: column;
}

.container_section_2_ {
  margin-left: auto;
}

.con_h2_bl {
  margin-right: auto;
}

.section_h2_ h2 {
  margin-bottom: 0.5em;
  font-weight: 300 !important;
}

.con_h2_bl h2 {
  color: var(--text-color3);
  font-size: 40px;
  font-weight: 700;
  font-family: var(--text-font-family2);
  margin-bottom: 0.3em;
  line-height: 40px;
}

.con_h2_bl p {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color3);
  font-family: var(--text-font-family2);
  word-break: break-word;
  line-height: 28.8px;
  margin-top: 0.5em;
  margin-bottom: 3em;
}

.section_img {
  display: flex;
  position: relative;
  padding-left: 0;
}

.section_img img {
  width: 97%;
  margin-right: auto;
  margin-left: auto;
}

.con_h2_bl p a {
  color: var(--link-color3);
}

#strong {
  font-weight: 700;
}

.con_h2_bl ul {
  padding-left: 2em;
  margin: 0 0 2rem;
}

.con_h2_bl ul li {
  font-size: 18px;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  font-weight: 300;
  line-height: 28.8px;
}

.con_h2_bl ul li p {
  margin-bottom: 0;
  margin-top: 0;
}

.container_section_trd_bl {
  padding: 0px 20px 0px 20px;
  width: 100%;
}

.container_content_trd_bl {
  width: 100%;
  display: flex;
  margin-bottom: 2em;
  position: relative;
}

.container_content_trd_bl h2 {
  position: relative;
  margin-bottom: 0.5em;
}

.container_content_trd_bl h2::after {
  content: "";
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #0fc635;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.container_content_trd_bl h2 {
  margin-left: auto;
  color: var(--text-color6);
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  font-family: var(--text-font-family2);
  margin-right: auto;
}

.container_section_trd_bl_s {
  width: 100%;
  padding: 0px 50px 0px 50px;
  display: flex;
  margin-bottom: 3em;
  justify-content: space-around;
}

.container_section_img_bl_ {
  width: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.container_section_img_bl_ img {
  width: 100%;
}

.container_section_text_blfi_ {
  width: 50%;
  padding: 30px;
}

.container_hr_h2 h2.cl {
  font-weight: 700;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  line-height: 40px;
  margin-bottom: 0em;
  font-size: 40px;
}

.section_p h2 {
  margin-bottom: 1em !important;
}

.container_hr_h2 h2:not(.cl) {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 0.5em;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
}

.container_hr_h2 p {
  color: var(--text-color3);
  font-weight: 300;
  font-family: var(--text-font-family2);
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 0.5em;
}

._link_section_blx p {
  margin-bottom: 2em;
}

.container_hr_h2 a {
  color: var(--link-color3);
}

.container_section_ft {
  background-color: var(--expert_bg_color);
  padding: 110px 0px 110px 0px;
}

.container_section_bl_fix {
  width: 30%;
  padding: 10px;
}

.container_section_bl_fix h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0.5em;
  font-family: var(--text-font-family2);
}

.h2_cont p {
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  line-height: 25.6px;
}

.section_bl_fix_trd {
  padding: 20px 60px 20px 60px;
  align-items: center;
}

.container_section_trd_bl_s {
  align-items: center;
}

.blockfi_footer_section_container {
  margin-top: 0 !important;
}

.container_link_sec_bl {
  position: relative;
  display: flex;
}

.container_link_sec_bl a {
  padding: 15px 40px 15px 40px;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--text-color2);
  box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
  display: inline-block;
  line-height: 18px;
  font-family: var(--text-font-family2);
  font-weight: 500;
  border-radius: 50px;
  background-color: var(--banner_section_bg_color_link);
}

.container_link_sec_bl a:hover {
  background-color: var(--link-color5);
  transition: all 0.5s ease;
}

:root {
  --expert_bg_color: #eff2f4;
  --plarform_bg-color: #3d424d;
  --link-hover-color: #74c107;
  --link-color4: #0fc635;
  --link-color5: #3d9850;
  --text-color5: #9b9b9b;
  --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;
  --text-color6: #000021;
  --banner_section_bg_color_link: #0fc635;
}

@media screen and (max-width: 767px) {
  .header_container_sec_bl {
    flex-direction: column;
  }

  .container_section_text {
    width: 100%;
    padding: 40px 20px 20px 20px;
  }

  .container_section_text .cont_bl_h2 h2 {
    font-size: 30px;
  }

  .container_section_img {
    width: 100%;
    padding: 10px;
  }

  .cont_img img {
    width: 100%;
    height: 100%;
  }

  .container_section_bl_ {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_text_bl {
    padding: 0px 16px 0px 16px;
  }

  .blockfi_card_container {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    justify-content: space-around;
  }

  .card_container {
    width: 45vw;
    padding: 0px 10px 0px 10px;
  }

  .cont_txt_bl h2 {
    font-size: 20px;
  }

  .container_sec_bl_n {
    font-size: 18px;
    line-height: 30.8px;
    padding: 20px;
  }

  .section_cont_blockfi_i {
    flex-direction: column;
    margin-bottom: 1em;
  }

  .container_section_1 {
    width: 100%;
    padding: 20px;
  }

  .container_section_1 img {
    width: 56%;
  }

  .container_section_2 {
    width: 100%;
  }

  .container_section_2_ {
    margin-left: auto;
    margin-right: auto;
  }

  .con_h2_bl {
    margin-left: auto;
  }

  .con_h2_bl h2 {
    font-size: 22px;
    line-height: 1;
  }

  .section_h2_ h2,
  .section_h_bl_ h2 {
    margin-bottom: 1em;
  }

  .con_h2_bl p {
    text-align: center;
  }

  .section_te_bl {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container_section__im {
    order: 1;
  }

  .container_section_2_ {
    order: 2;
  }

  .container_section__im img {
    margin-left: auto;
    width: 73%;
    margin-right: auto;
  }

  .con_h2_bl ul li {
    text-align: center;
  }

  .container_section_trd_bl {
    width: 100%;
  }

  .container_content_trd_bl {
    width: 100%;
  }

  .container_content_trd_bl h2 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 1em;
  }

  .container_section_trd_bl_s {
    flex-direction: column;
    padding: 0;
    justify-content: normal;
  }

  .container_section_img_bl_ {
    width: 100%;
    margin-top: 1em;
    padding: 10px;
  }
  
  .container_section_text_blfi_  {
    width: 100%;
    padding: 10px;
  }

  .container_hr_h2{
    width: 100%;
  }

  .container_hr_h2 h2.cl {
    font-size: 22px;
    text-align: center;
  }

  .container_hr_h2 h2:not(.cl) { 
    font-size: 22px;
    text-align: center;
    margin-bottom: 1em;
  }

  .container_hr_h2 p  {
    text-align: center;
  }

  .section_2_up {
    order: 1;
  }

  .section_1_up {
    order: 2;
  }

  .text_dy h2  {
    font-size: 28px;
    line-height: 40px;
  }


  .container_section_ft {
    padding: 70px 0px 30px 0px;
  }

  .container_section_bl_fix {
    width: 90%;
    padding: 10px;
    margin-bottom: 3em;
  }

  .h2_cont h2 {
    font-size: 15px;
  }

  .h2_cont p  {
    font-size: 13px;
  }

  .section_bl_fix_trd {
    padding: 20px 20px 20px 20px;
  }


  .container_link_sec_bl {
    width: 100%;
  }

  .container_link_sec_bl a {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  
}

@media screen and (min-width: 767px) and (max-width : 1199px) {
  
  .header_container_sec_bl {
    height: 84vh;
  }
  
  .cont_img {
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .container_section_text {
    width: 100%;
    padding: 20px;
  }

  .container_section_text h2 {
    font-size: 55px !important;
    line-height: 50px;
  }

  .cont_img img {
    object-fit: cover;
     width: 100%;
  }

  .blockfi_card_container {
    grid-template-columns: 30% 30% 30%;
  }

  .container_section_1 {
    padding: 0px 0px;
    width: 48%;
  }

  .container_section_1 img {
    width: 70%;
    margin-right: auto;
  }

  .section_img img{
    margin-right: auto;
    margin-left: auto;
  }

  .container_section_trd_bl_s {
    padding: 0px 20px;
  }

  .container_section_bl_fix h2 {
    font-size: 15px;
    line-height: 17px;
  }

  .h2_cont p {
    font-size: 13px;
    line-height: 20px;
  }

  .section_bl_fix_trd {
    display: flex;
    padding: 20px 20px;
  }
}
