@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%;
}

.container_section_banner_bl {
  width: 100%;
  display: flex;
  height: 84vh;
  padding: 100px 0px 100px 0px;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/our-story-bg.jpg);
}

.content_section_bl_ab {
  width: 82.053%;
  text-align: left;
  padding-right: 170px;
}

.content_section_h2 {
  padding: 20px;
}

.content_section_h2 h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  margin-bottom: 0.3em;
  line-height: 60px;
}

.content_section_h2 p {
  font-size: 28px;
  color: var(--text-color3);
  font-weight: 300;
  line-height: 44.8px;
  text-align: left;
  font-family: var(--text-font-family2);
}

.container_tab_emulator {
  margin-bottom: 0.5em;
  gap: 0px;
  padding: 15px 0px 15px 0px;
  justify-content: center;
  align-content: center;
  display: flex;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dedede;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.link_cont_a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: var(--text-font-family2);
  text-transform: capitalize;
}

.link_cont_a a {
  display: flex;
  position: relative;
}

.link_cont_a a span {
  font-weight: 300;
  font-family: var(--text-font-family2);
  color: var(--text-color3);
  font-size: 20px;
}

.link_cont_a a .active {
  color: var(--active_color);
}

.link_cont_a a .active::after , .link_cont_a a span:hover:not(.active)::after   {
  content: "";
  height: 3px;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  right: 0;
  background-color: var(--active_color);
}

.link_cont_a a .active::after {
  width: 100%;
}


.link_cont_a a span:hover:not(.active)::after {
  width: 100%;
  transition: 0.5s ease;
}


.link_cont_a a span:hover:not(.active) {
    color: #57b8ff;
}

.container_section_bl_c {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 100px 150px 100px 150px;
}

.container_section_n {
  padding: 0px 150px 0px 150px;
}

.container_section_bl_c p {
  color: var(--text-color3);
  font-family: var(--text-font-family2);
  line-height: 35.5px;
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  font-weight: 300;
  text-align: center;
}

.container_section_bl_c p::after {
  position: absolute;
  bottom: -19px;
  width: 15%;
  height: 2px;
  left: 44%;
  right: 50%;
  content: "";
  background-color: var(--link-color4);
}

.container_about_blockfi {
  width: 100%;
  padding: 20px 70px 20px 70px;
}

.container_about_sec_h2 h2 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color:var(--text-color7) ;
  font-family: var(--text-font-family2);
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 16px;
}

.container_about_sec_h2 {
  margin-bottom: 1em ;
}

.about_widget_section_bl {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}

.section_flex_blockfi {
  position: absolute;
  background-color: var(--flex_bg_color);
  left: calc(50% - 4px * 1.5);
  width: calc(4px * 3);
  height: calc(4px * 3);
  border-width: calc(0 * 1px);
  border-style: solid;
  border-radius: calc(50 * 1%);
  z-index: 9;
  display: inline-block;
  top: 2px;
}

 .section_flex_blockfi_bottom {
  position: absolute;
  background-color: var(--flex_bg_color);
  left: calc(50% - 4px * 1.5);
  width: calc(4px * 3);
  height: calc(4px * 3);
  border-width: calc(0 * 1px);
  border-style: solid;
  border-radius: calc(50 * 1%);
  z-index: 9;
  display: inline-block;
  bottom: 2px;
 }

.container_section_fl_bl {
  position: relative;
  width: 100%;
  display: flow-root;
  padding: 40px 0;
  margin: 0;
}

.container_section_fl_bl::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  display: block;
  width: 4px;
  background-color: var(--flex_bg_color);
  border-width: 0 calc(0 * 1px) 0 calc( 0 * 1px);
  left: calc(50% - 4px / 2);
  border-style: solid;
}

.container_right_cont_bl {
  position: relative;
  float: right;
  clear: both;
  margin-bottom: 60px;
  width: calc(50% - 48px);
}

.container_label_section {
  justify-content: space-between;
  top: calc( 0px * 1% - 48px * 0 / 100 - 22px / 2 - 48px / 2);
  text-align: right;
  left: calc(-100% - 48px * 2);
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  flex-flow: column nowrap;
  position: absolute;
  gap: 5px;
}

.container_big {
  line-height: 1em;
  font-weight: 700;
  font-family: var(--text-font-family2);
  font-size: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--text-color3);
  max-width: 100%;
}

.container_small {
  color: var(--text-color6);
  max-width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  font-family: var(--text-font-family2);
  white-space: nowrap;
}

.icon_section {
  background: #fff;
  top: calc(0 * 1% - 48px * 0 / 100);
  left: calc(48px / 2 - 48px * 2);
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  border-width: 4px;
  border-style: solid;
  border-color: var(--border-color);
  border-radius:calc(50 * 1%) ;
}

.icon_section::before {
  content: "";
  position: absolute;
  opacity: 0;
  background: #e7e7e7;
  margin: 0;
}

.icon_section::after {
  position: absolute;
  content: "";
  bottom: calc(0px - 4px);
  height: calc(4px + 4px * .1);
  width: calc(4px - 0 * 2px);
  left: calc(50% - 4px - 0 * 2px /2);
  background-color: #e7e7e7;
  opacity: 0;
  margin: 0;
}

.content_arrow {
  box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4);
  background: linear-gradient(to top right,#fff 52% ,transparent 48%);
  left: calc(48px / 7 - 48px / 3.5 + 3px / 3);
  top: calc(0 * 1%  - 48px  * 0 / 100 + 48px / 2 - 48px / 7);
  border-width: 0 0 3px 3px;
  position: absolute;
  width: calc(48px / 3.5);
  height: calc(48px / 3.5);
  transform: rotate(45deg);
  border-style: solid;
  border-color: #fff;
  z-index: 2;
}

.container_content_section {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0.75em 0.75em calc(0.75em - 10px) 0.75em;
  background: #fff;
  border-width: 0 0 0 3px;
  border-color: #fff;
  border-style: solid;
  box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.blockfi_story_title {
  color: var(--text-color8);
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-family: var(--text-font-family2);
  line-height: 1.25em;
  font-weight: bold;
  order: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
}

.blockfi_story_image {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  order: 2;
}

.blockfi_story_image img {
  object-fit: cover;
  max-width: 100%;
  object-position: top;
  height: auto;
  padding: 0;
  width: calc(100% - (0px + 0px));
  margin: 0 0 10px 0;
  border-width: 1px;
  border-style: none;
  box-shadow: 0;
}

.blockfi_description {
  color: var(--text-color8);
  width: 100%;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  text-align: left;
  order: 3;
}

.blockfi_description p {
  margin: 0px 0px 10px 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--text-font-family2);
  line-height: 27.2px;
  font-weight: 400;
}

.container_left_cont_bl {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 60px;
  width: calc(50% - 48px);
}

.blockfi_story_label {
  left: auto;
  right: calc(-100% - 48px * 2);
  text-align: left;
  justify-content: space-between;
  top: calc(0 * 1% - 48px * 0 / 100 - (22px / 2 - 48px / 2));
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
}

.container_left_cont_bl .icon_section {
  left: auto;
  right: calc(48px / 2 - 48px * 2);
}

.container_left_cont_bl .content_arrow {
  left: auto;
  right: calc(48px / 7 - 48px / 3.5 + 3px / 3);
  box-shadow: 4px -4px 8px -4px rgb(0,0,0,.4);
  transform: rotate(45deg);
  background: linear-gradient(to bottom left , #fff 52% ,transparent 48%);
  border-width: 3px 3px 0 0;
}

.container_left_cont_bl .blockfi_story_title {
  text-align: right;
  justify-content: right;
}

.blockfi_description a {
  color: var(--link-color3);
}

:root {
  --text-color8:#000021;
  --border-color:#e7e7e7;
  --flex_bg_color:#e7e7e7;
  --text-color7:#777777;
  --active_color: #57b8ff;
  --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;
  --after_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) {
  .container_section_banner_bl {
    height: 550px;
    background-image: url(images/our-story-mobile-bg.jpg);
  }

  .content_section_bl_ab {
    width: 100%;
    text-align: left;
    padding: 0px;
  }

  .content_section_h2 {
    padding: 0px 15px 0px 15px;
  }

  .content_section_h2 h2 {
    margin-bottom: 0.9em;
    font-size: 26px;
    line-height: 1;
  } 

  .content_section_h2 p {
    font-size: 16px;
    line-height: 1.5;
  }

  .container_tab_emulator {
    width: 100%;
    justify-content: center;
    gap: 5px;
    padding: 10px 0px 10px 0px;
  }

  .link_cont_a { 
    padding: 10px;
  }

  .link_cont_a a span  {
    font-size: 14px;
    font-weight: 400;
  }

  .container_section_bl_c {
     padding: 40px 20px 40px 20px ;
  }

  .container_section_n {
    padding: 40px 20px 40px 20px;
  }

  .container_section_bl_c p {
    font-size: 18px;
    line-height: 30.5px;
  }

  .container_about_blockfi {
    padding: 0px;
  }

  .about_widget_section_bl {
    flex-direction: column;
  }


  .container_label_section {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 12px;
  }

  .container_big {
    font-size: 18px;
  }


  .container_small {
    font-size: 14px;
  }

  .icon_section {
    top: calc(0 * 1% - 48px * 0 / 100 + 48px / 2 - 48px / 7 + (18px + 14px + 5px + 12px) - ((18px + 14px + 5px + 12px) *  0 / 100));
  }

  .content_arrow {
    top: calc(0 * 1% - 48px * 0 / 100 + 48px / 2 - 48px / 7 + (18px + 14px + 5px + 12px) - ((18px + 14px + 5px + 12px) *  0 / 100));
    box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4);
  }

  .container_section_fl_bl::before{
    left: calc(0px - 4px / 2 + 48px / 2);
  }

  .section_flex_blockfi {
    top: 2px;
    left: calc(10px + 48px / 2 - 4px * 1.5);
  }

  .section_flex_blockfi_bottom {
    left: calc(10px + 48px / 2 - 4px * 1.5);
  }

  .container_right_cont_bl {
    width: calc(100% - 48px * 1.5);
    text-align: left;
    float: right;
  }

  .blockfi_story_label {
    left: 0;
    justify-content: left;
    width: 100%;
    text-align: left;
    top: 0;
  }


  .container_left_cont_bl {
    float:right;
    width: calc(100% - 48px * 1.5);
  }

  .container_left_cont_bl .blockfi_story_label {
    left: auto;
    text-align: left;
    padding-bottom: 12px;
    position: relative;
    right: 0;
    justify-content: left;
  }

  .container_left_cont_bl .icon_section {
    right: auto;
    left: calc(48px / 2 - 48px * 2);
  }

  .container_left_cont_bl .content_arrow  {
     left:calc(48px / 7 - 48px / 3.5 + 3px / 3);
     border-width: 0 0 3px 3px;
     background: linear-gradient(to top right , #fff 52% ,transparent 48%);
     box-shadow: -4px 4px 8px -4px rgb(0,0,0,.4);
     top: calc(0 * 1% - 48px * 0 / 100 + 48px / 2 - 48px / 7 + (18px + 14px + 5px + 12px) - ((18px + 14px + 5px + 12px) *  0 / 100));
  }

  .container_left_cont_bl .blockfi_story_title {
    text-align: left;
    justify-content: left;
  }


}



@media screen and (min-width : 767px) and (max-width : 1199px) {
  
  .container_section_banner_bl {
    height: 756px;
  }

  .content_section_bl_ab {
    width: 100%;
  }
  .content_section_h2 h2 {
    font-size: 50px;
  }

  .content_section_h2 p {
    font-size: 20px;
    line-height: 30px;
  }

  .container_section_bl_c {
    padding: 100px 20px;
  }

  .container_section_n {
    padding: 0px 20px;
  }

  .container_about_blockfi {
    padding: 20px 5px;
  }
}