@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%;
}

.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/copytrader-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);
}

.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-size: 16px;
  font-weight: 500;
  font-family: var(--text-font-family2);
  padding: 15px 50px 15px 50px;
  background-color: var(--banner_section_bg_color_link);
}

/* section two */

.container_section_bl {
  padding: 40px 0px 40px 0;
  display: flex;
  margin-top: 20px;
}

.container_section_blockfi_ {
  width: 50%;
  padding: 30px;
}

.img_cont {
  width: 100%;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.header_cont_sec_h2 {
  padding-right: 70px;
}

.header_cont_sec_h2_ {
  padding-left: 70px;
  padding-right: 40px;
}

.header_cont_sec_h2 h2 {
  color: var(--text-color);
  font-family: var(--text-font-family2);
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0.5em;
}

.header_cont_sec_h2 p {
  color: var(--text-color);
  font-weight: 300;
  line-height: 35.2px;
  font-family: var(--text-font-family2);
  font-size: 22px;
  margin-bottom: 32px;
}

.header_cont_sec_h2 p a {
  color: var(--link-color);
}

.section_link_a_ {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_link_a_ a {
  border-radius: 50px 50px 50px 50px;
  color: var(--text-color2);
  font-size: 16px;
  background-color: var(--banner_section_bg_color_link);
  font-family: var(--text-font-family2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 50px 15px 50px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}

.section_link_a_ a:hover {
  background-color: var(--link-hover);
  transition: all 0.5s ease;
}

:root {
  --link-hover: #62e17c;
  --link-color: #2b6cb0;
  --text-color3: #2c2c2c;
  --text_color_demo: #000021;
  --banner_section_bg_color_link: #0fc635;
  --bg_color_fixed: #000021;
  --text-color: #333333;
  --text-color2: #fff;
  --banner_section_bg_color: #0fc635;
  --link-bg-color: #0fc635;
  --text-font-family3: "Poppins", sans-serif;
  --text-font-family2: "Open Sans", Sans-serif;
  --text-font-family: "Spline Sans", Sans-serif;
}

@media screen and (max-width: 767px) {
  .blockfi_banner_section {
    padding: 30px 0px 0px 0px;
    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/copytrader-mobile-bg.jpg);
  }

  .fixed_blockfi_container {
    display: block;
    padding: 10px 10px 10px 10px;
    margin-top: -60px;
  }

  .fixed_content {
    display: block;
    width: 100%;
    padding: 25px 20px 25px 20px;
  }

  .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;
  }

  .container_section_bl {
    flex-direction: column;
  }

  .container_section_blockfi_ {
    width: 100%;
    padding: 20px;
  }

  .header_cont_sec_h2 {
    padding: 5px;
  }

  .header_cont_sec_h2 h2 {
    font-size: 22px;
  }

  .header_cont_sec_h2 p {
    font-size: 18px;
    line-height: 30px;
  }

  .container1_up {
    order: 1;
  }

  .container2_up {
    order: 2;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .section_container_blockfi_ {
    width: 100%;
    background-size: contain;
  }
}

@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_section_blockfi_ {
    padding: 20px;
  }

  .header_cont_sec_h2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}
