html {
  font-size: 56%;
}
@media only screen and (max-width: 84.375em) {
  html {
    font-size: 52.25%;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 50.25%;
  }
}
@media only screen and (max-width: 68.75em) {
  html {
    font-size: 48%;
  }
}
@media only screen and (max-width: 110rem) and (min-height: 1200px) {
  html {
    font-size: 51%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 46%;
  }
}
@media only screen and (max-width: 50em) {
  html {
    font-size: 44%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 42%;
  }
}
@media only screen and (max-width: 28.125em) {
  html {
    font-size: 41%;
  }
}
@media only screen and (max-width: 21.875em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (min-width: 90.625em) {
  html {
    font-size: 61%;
  }
}
@media only screen and (min-width: 100em) {
  html {
    font-size: 69%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 79%;
  }
}
@media only screen and (min-width: 125em) {
  html {
    font-size: 86%;
  }
}
@media only screen and (min-width: 137.5em) {
  html {
    font-size: 94%;
  }
}
@media only screen and (min-width: 150em) {
  html {
    font-size: 101%;
  }
}
/* @media only screen and (min-width: 156.25em) {
      html {
        font-size: 103%; } }
    @media only screen and (min-width: 168.75em) {
      html {
        font-size: 115%; } }
    @media only screen and (min-width: 181.25em) {
      html {
        font-size: 120%; } } */
/* @media only screen and (min-width: 193.75em) {
      html {
        font-size: 125%; } }
    @media only screen and (min-width: 206.25em) {
      html {
        font-size: 130%; } }
    @media only screen and (min-width: 206.25em) {
      html {
        font-size: 130%; } }
    @media only screen and (min-width: 218.75em) {
      html {
        font-size: 135%; } }
    @media only screen and (min-width: 231.25em) {
      html {
        font-size: 145%; } }
    @media only screen and (min-width: 250em) {
      html {
        font-size: 155%; } } */

html,
body {
  padding: 0;
  margin: 0;
  background-color: #2b2a2a;
  color: #fff;
  /* width: 100%;
  height: 100%; */
  z-index: -3;
  font-family: Montserrat;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
}

html {
  overflow-y: hidden;
}

img,
picture,
source,
video,
svg {
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /* user-drag: none; */
  user-select: none;
}

button,
button:active,
button:focus,
select,
select:active,
select:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  outline: none;
  border: none;
  background: transparent;
}

::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background-color: #2d2d2d;
}

::-webkit-scrollbar-thumb {
  border-radius: 17px;
  background-color: #fcd400;
}

div::selection,
span::selection,
a::selection,
button::selection,
img::selection {
  color: #fcd400;
  background: #d0b3ff00;
}

.stop-scrolling {
  height: 100vh;
  overflow: hidden;
}

@keyframes vanish {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.disappear {
  animation: vanish 0.5s ease forwards;
}

.header_banana_iphone_adaptive {
  width: 110% !important;
  margin: 0 auto !important;
}

.about_content_iphone_adaptive {
  margin-left: -50rem !important;
}

.header_title_iphone_adaptive img {
  width: 13% !important;
}

.about_coin_iphone_adaptive {
  width: 55% !important;
  margin-left: 0 !important;
}

.banana_icons_iphone_adaptive {
  width: 15rem !important;
  height: 15rem !important;
}

.banana_finprofit_content_iphone_adaptive {
  margin-left: -6rem !important;
}

.banana_easytotalk_icon_iphone_adaptive {
  width: 5rem !important;
  height: 5rem !important;
  margin: 0 1rem !important;
}

.banana_marketingplan_buf_iphone_adaptive {
  width: 41rem !important;
}

.banana_marketingplan_bear_iphone_adaptive {
  width: 33rem !important;
  bottom: 70rem !important;
}

.banana_getbananas_block_circle_iphone_adaptive {
  width: 40rem !important;
}

.banana_getbanans_block_monkey_iphone_adaptive {
  width: 40rem !important;
  margin-left: 10rem !important;
}

.banana_finprofit_block_right_content_iphone_adaptive {
  width: 50rem !important;
  margin-right: 25rem !important;
}

.banana_gamescs_block_btn_iphone_adaptive {
  width: 40rem !important;
}

.roulette_p3_iphone_adaptive {
  left: 15rem !important;
  width: 40rem !important;
}

.dice_p4_iphone_adaptive {
  width: 30rem !important;
}

/* @keyframes outerRotate1 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
   }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
   }
}

@keyframes outerRotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
   }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
   }
}

@keyframes textColour {
    0% {
        color: #fff;
   }
    100% {
        color: #3bb2d0;
   }
}

.e-loadholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    width: 24rem;
    height: 24rem;
    border: .5rem solid #1b5f70;
    border-radius: 12rem;
    box-sizing: border-box;
}
.e-loadholder:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    background: #111;
    transform-origin: center;
    z-index: 0;
}
.e-loadholder:after {
    width: 10rem;
    height: 200%;
    animation: outerRotate2 30s infinite linear;
}
.e-loadholder .m-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    width: 20rem;
    height: 20rem;
    color: #888;
    text-align: center;
    border: .5rem solid #2a93ae;
    border-radius: 10rem;
    box-sizing: border-box;
    z-index: 20;
    text-transform: uppercase;
}
.e-loadholder .m-loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    background: #111;
    transform-origin: center;
    z-index: -1;
}
.e-loadholder .m-loader:after {
    width: 10rem;
    height: 106%;
    animation: outerRotate1 15s infinite linear;
}
.e-loadholder .m-loader .e-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 13rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    animation: textColour 1s alternate linear infinite;
    display: block;
    width: 14rem;
    height: 14rem;
    text-align: center;
    border: .5rem solid #3bb2d0;
    border-radius: 7rem;
    box-sizing: border-box;
    z-index: 20;
}
.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    content: " ";
    display: block;
    background: #111;
    transform-origin: center;
    z-index: -1;
}
.e-loadholder .m-loader .e-text:before {
    width: 110%;
    height: 4rem;
    animation: outerRotate2 3.5s infinite linear;
}
.e-loadholder .m-loader .e-text:after {
    width: 4rem;
    height: 110%;
    animation: outerRotate1 8s infinite linear;
} */

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* background-image: radial-gradient(100% 100% at 50% 0%, #101010 0%, #060507 100%); */
  background-color: #111;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader__num-num {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 2.7rem;
  color: #d1ecf3;
}

.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  background-image: url(assets/media/bananaGif.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10000;
}

.exblock {
  height: 100vh;
  background-color: rgb(255, 251, 0);
}

.banana_header_blocks {
  position: relative;
  z-index: 10;
  /* overflow: hidden; */
}

.banana_header_about_block_leaves_left_bt,
.banana_header_about_block_leaves_left_top,
.banana_header_about_block_leaves_right_top {
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 750px) {
  .banana_header_about_block_leaves_left_bt,
  .banana_header_about_block_leaves_left_top,
  .banana_header_about_block_leaves_right_top {
    z-index: -1 !important;
  }
}

.banana_header_about_block_leaves_left_bt {
  left: 0;
  top: 33rem;
  width: 40rem;
}

.banana_header_about_block_leaves_left_top {
  left: 0;
  top: -22rem;
  z-index: 5;
  width: 30rem;
}

.banana_header_about_block_leaves_right_top {
  right: 0;
  top: -25rem;
  z-index: 1;
  width: 40rem;
}

@media only screen and (max-width: 550px) {
  .banana_header_about_block_leaves_left_bt {
    width: 35rem;
  }

  .banana_header_about_block_leaves_left_top {
    width: 25rem;
  }

  .banana_header_about_block_leaves_right_top {
    width: 35rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_header_about_block_leaves_left_bt {
    width: 50%;
  }

  .banana_header_about_block_leaves_left_top {
    width: 35%;
  }

  .banana_header_about_block_leaves_right_top {
    width: 50%;
  }
}

.banana_header_block {
  height: 100vh;
  /* min-height: 750px; */
  /* margin-bottom: 10rem; */
  display: flex;
  justify-content: center;
  position: relative;
  /* overflow: hidden; */
}

.banana_header_block_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/media/BG.png) center / cover;
  z-index: 0;
  pointer-events: none;
}

.banana_header_block_container {
  display: flex;
  flex-direction: column;
  max-width: 192rem;
  padding: 4rem 10rem;
  flex: 1;
}

.banana_header_bottom_line,
.banana_header_bottom_line_faq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.banana_header_top_line {
  position: absolute;
  z-index: 2;
  top: 4rem;
  right: 5rem;
}

.banana_header_top_line_btn_join {
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-align: center;
  border: 0.1rem solid #ffffff;
  box-sizing: border-box;
  border-radius: 17rem;
  padding: 0.5rem 5rem;
  transition: 0.2s;
  cursor: pointer;
  /* position: absolute;
    top: 4rem;
    right: 5rem;
    z-index: 2; */
}

.banana_header_top_line_btn_join:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.banana_header_center_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  padding-top: 3rem;
  pointer-events: none;
}

.banana_header_center_content_title {
  display: flex;
  align-items: center;
}

.banana_header_center_content_title img {
  width: 17.3rem;
  margin: 0 1.8rem;
  z-index: 1;
}

.banana_header_center_content_title img.u {
  z-index: 3;
}

.banana_header_center_content_subtitle {
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}

.banana_header_center_content_subtitle span {
  font-style: normal;
  font-weight: 300;
  font-size: 7.2rem;
  line-height: 8.8rem;
  letter-spacing: 7rem;
  margin: 2.6rem -5rem 0 0;
  z-index: 3;
}

.banana_header_center_content_banan {
  /* max-width: 120rem; */
  position: absolute;
  margin: 0 0 14rem 12rem;
  z-index: 2;
  width: 90rem;

  /* margin-left: -2rem; */
}

.banana_header_center_content_banan_coin {
  position: absolute;
  margin: 0 0 13.9rem 13rem;
  z-index: 1;
  opacity: 0;
  width: 50rem;

  /* margin-left: -2rem; */
}

.banana_header_botton_line_icons img {
  margin-right: 1.5rem;
  cursor: pointer;
  transition: 0.2s;
  width: 3rem;
  height: 3rem;
  opacity: 0.7;
}

.banana_header_botton_line_desc {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 2.9rem;
  display: flex;
  position: absolute;
  width: 100%;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.banana_header_botton_line_icons img:hover {
  transform: scale(1.2);
}

@media only screen and (max-width: 1000px) {
  .banana_header_bottom_line {
    /* width: 100rem;
        margin: 0 auto; */
    display: block;
    /* margin-bottom: 3rem; */
    position: static;
  }

  .banana_header_botton_line_faq {
    position: absolute;
    bottom: 4rem;
    right: 5rem;
  }

  .banana_header_botton_line_icons {
    position: absolute;
    bottom: 4rem;
    left: 5rem;
  }

  .banana_header_botton_line_desc {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .banana_header_center_content_banan_coin {
    position: absolute;
    margin: 0 0 12rem 13rem;
    z-index: 1;
    opacity: 0;
    width: 50rem;
  }
}

@media only screen and (max-width: 900px) {
  .banana_header_botton_line_desc {
    display: none;
  }

  .banana_header_bottom_arrow {
    display: none;
  }

  .banana_header_center_content_subtitle {
    justify-content: center;
  }

  .banana_header_center_content_title img {
    width: 14rem;
    margin: 0 1.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .banana_header_center_content_title img {
    width: 10rem;
    margin: 0 1.8rem;
  }

  .banana_header_center_content_title {
    justify-content: center;
  }

  .banana_header_center_content_banan {
    /* max-width: 120rem; */
    margin: 0 0 14rem 5rem;
    width: 75rem;
  }

  .banana_header_center_content_title img {
    z-index: 3;
  }

  .banana_header_center_content_banan_coin {
    width: 40rem;
    margin-left: 5rem;
  }
}

@media only screen and (max-width: 550px) {
  .banana_header_botton_line_icons {
    left: 2rem;
  }

  .banana_header_botton_line_icons img {
    margin-right: 0.75rem;
    /* width: 3rem;
        height: 3rem; */
  }
}

/* @media only screen and (max-height: 750px) {
    .banana_header_center_content_banan_coin {
        margin-bottom: 42rem;
    }
} */

@media only screen and (max-width: 500px) {
  .banana_header_center_content_title img {
    margin: 0 0.8rem;
  }

  .banana_header_center_content_title img.u {
    padding-right: 1rem !important;
  }
}

@media only screen and (max-width: 450px) {
  .banana_header_center_content_title img {
    /* width: 8rem; */
    width: 19%;
    margin: 0 0.6rem;
  }

  .banana_header_center_content_banan {
    width: 150%;
  }

  .banana_header_center_content_title img.u {
    padding-right: 0.5rem !important;
  }
}

.banana_header_botton_line_faq,
.faq_home {
  font-style: normal;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 2.9rem;
  cursor: pointer;
  transition: 0.2s;
  text-shadow: 0.2rem 0.7rem 1rem rgb(41, 41, 41);
}

.banana_header_bottom_arrow {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  width: 20rem;
}

.banana_header_about_block {
  height: 100vh;
  /* min-height: 750px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* @media only screen and (max-width: 900px) {
    .banana_header_about_block {
        margin-bottom: 15rem;
    }
} */

.banana_header_about_block_particles_block {
  position: absolute;
  opacity: 0;
  max-width: 192rem;
  /* overflow: hidden; */
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header_show_particles {
  pointer-events: none;
  opacity: 0;
}

.banana_header_about_block_parallax {
  position: absolute;
  width: 150rem;
}

.banana_header_about_block_container {
  padding: 0 10rem;
  max-width: 192rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.banana_header_about_block_left_content {
  opacity: 0;
  margin-left: -60rem;
  z-index: 5;
}

@media only screen and (max-width: 400px) {
  .banana_header_about_block_left_content {
    transform: scale(0.8);
    margin-left: -65rem;
  }
}

.banana_header_about_block_left_subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 100%;
  color: #fcd400;
  margin-bottom: 1rem;
}

.banana_header_about_block_left_title {
  font-style: normal;
  font-weight: 900;
  font-size: 11.2rem;
  line-height: 100%;
  letter-spacing: -0.2rem;
  margin-bottom: 3.7rem;
}

.banana_header_about_block_left_desc {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 150%;
  margin-bottom: 6rem;
  position: relative;
  z-index: 200;
  text-shadow: 0.3rem 0.2rem 0.2rem black;
}

.banana_finprofit_block_left_content .banana_header_about_block_left_desc {
  text-shadow: 0.3rem 0.1rem 0.2rem black;
}

.banana_header_about_block_left_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffb00;
  border: 0.1rem solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.5),
    0 0 1.8rem rgba(238, 255, 0, 0.5);
  border-radius: 17rem;
  padding: 1rem 5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
  cursor: pointer;
  transition: 0.2s;
}

.banana_header_about_block_left_btn:hover {
  background: rgba(255, 238, 0, 0.15);
}

.banana_header_about_block_right_content {
  /* position: absolute; */
  opacity: 0;
  width: 50rem !important;
}

.banana_icons_block {
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  background: url(assets/media/features-bg.png) center / cover;
  /* z-index: -2; */
}

.banana_icons_block_leaves {
  position: absolute;
  right: 0;
  top: 17rem;
  z-index: 4;
  pointer-events: none;
  width: 85rem;
}

@media only screen and (max-width: 750px) {
  .banana_icons_block_leaves {
    z-index: -1 !important;
  }
}

@media only screen and (max-width: 550px) {
  .banana_icons_block_leaves {
    width: 70rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_icons_block_leaves {
    width: 90%;
    /* display: none; */
  }
}

.banana_icons_block_container {
  max-width: 192rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15%;
}

@media only screen and (max-width: 650px) {
  .banana_icons_block_container {
    flex-direction: column;
    justify-content: center;
  }
}

.banana_icons_block_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 7.5rem;
  position: relative;
}

.banana_icons_block_icon_block {
  position: relative;
  width: 30rem;
  height: 30rem;
  background: rgba(238, 255, 0, 0.1);
  box-shadow: 0 2.2rem 0.6rem rgba(229, 255, 0, 0.25);
  backdrop-filter: blur(3.1rem);
  border-radius: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border: 0.3rem solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .banana_icons_block_icon_block {
    width: 23rem;
    height: 23rem;
  }
}

@media only screen and (max-width: 750px) {
  .banana_icons_block_icon_block {
    width: 20rem;
    height: 20rem;
  }
}

@media only screen and (max-width: 650px) {
  .banana_icons_block_icon_block {
    width: 25rem;
    height: 25rem;
  }

  .banana_icons_block_col:not(:last-of-type) {
    margin-bottom: 15rem;
  }
}

.banana_icons_block_icon {
  mix-blend-mode: overlay;
  opacity: 0;
  width: 10rem;
  height: 10rem;
}

.banana_icons_block_desc {
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

@media only screen and (max-width: 650px) {
  .banana_icons_block_desc {
    line-height: 3.4rem;
    bottom: 4rem;
    text-shadow: 0px 0.7rem 1rem black;
  }
}

.banana_blade_block {
  display: flex;
  /* overflow: hidden; */
  flex-direction: column;
  position: relative;
  align-items: center;
  /* z-index: -3; */
  /* z-index: 10000; */
}

.banana_blade_block_leaves {
  position: absolute;
  left: 0;
  top: 25rem;
  z-index: 5;
  width: 50rem;
}

@media only screen and (max-width: 750px) {
  .banana_blade_block_leaves {
    z-index: -1 !important;
  }
}

@media only screen and (max-width: 550px) {
  .banana_blade_block_leaves {
    width: 40rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_blade_block_leaves {
    width: 60%;
    /* display: none; */
  }
}

.banana_blade_title_block {
  height: 100vh;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  max-width: 192rem;
}

.banana_blade_title_block_text {
  font-style: normal;
  font-weight: 900;
  font-size: 9.6rem;
  line-height: 100%;
  letter-spacing: -0.2rem;
  text-align: center;
  margin-bottom: 22rem;
  background: linear-gradient(
    154.3deg,
    #ffffff -10.61%,
    rgba(255, 255, 255, 0) 150.79%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banana_blade_desc_block {
  height: 100vh;
  min-height: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
  max-width: 192rem;
}

/* @media only screen and (min-width: 1500px) {
    .banana_blade_desc_block {
        min-height: 90rem;
    }
} */

.banana_blade_desc_block_text {
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 150%;
  letter-spacing: -0.2rem;
  text-align: center;
  margin-bottom: 44rem;
  opacity: 0;
}

@media only screen and (min-width: 2000px) {
  .banana_blade_desc_block_text {
    margin-bottom: 48rem;
  }
}

.banana_blade_container {
  position: absolute;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin-left: 55rem;
  z-index: 3;
}

.banana_blade_container img {
  /* position: absolute; */
  width: 206.3rem;
}

@media only screen and (max-width: 1000px) {
  .banana_blade_container img {
    width: 150rem;
  }
}

@media only screen and (max-width: 600px) {
  .banana_blade_container img {
    width: 105rem;
  }

  .banana_blade_container {
    margin-left: 30rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_blade_container {
    transform: rotate(-25deg);
  }
}

.banana_blade_img_left {
  z-index: 3;
}

.banana_blade_img_right {
  position: absolute;
  z-index: 2;
}

.banana_blade_img_blade {
  position: absolute;
  z-index: 1;
}

.banana_roadmap_block {
  /* height: 100vh; */
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
  position: relative;
  z-index: 10;
  /* z-index: -4; */
}

.banana_roadmap_block_leaves_right {
  position: absolute;
  right: 0;
  top: -27rem;
  width: 70rem;
}

.banana_roadmap_block_leaves_left {
  position: absolute;
  left: 0;
  top: 20rem;
  width: 40rem;
}

.banana_roadmap_block_monkeyleaves {
  position: absolute;
  right: 0;
  opacity: 0;
  top: 15rem;
  z-index: -1;
  width: 45rem;
}

@media only screen and (max-width: 900px) {
  .banana_roadmap_block_monkeyleaves {
    right: -15rem;
    top: 5rem;
  }
}

@media only screen and (max-width: 550px) {
  .banana_roadmap_block_leaves_right {
    width: 55rem;
  }

  .banana_roadmap_block_leaves_left {
    width: 35rem;
    top: 50rem;
  }

  .banana_roadmap_block_monkeyleaves {
    width: 37rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_roadmap_block_leaves_right {
    width: 60%;
  }

  .banana_roadmap_block_leaves_left {
    width: 40%;
  }

  .banana_roadmap_block_monkeyleaves {
    width: 40%;
  }
}

.banana_roadmap_section {
  margin-bottom: 12rem;
  opacity: 0;
}

.banana_roadmap_container {
  border-left: 0.2rem solid #ffffff;
  padding: 5rem 0 0 2.2rem;
  opacity: 0;
}

@media only screen and (max-width: 400px) {
  .banana_roadmap_container {
    border-left: none;
  }
}

.banana_roadmap_toptitle {
  font-style: normal;
  font-weight: 900;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.2rem;
  margin-bottom: 0.7rem;
}

.banana_roadmap_topsubtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: -0.2rem;
  margin-bottom: 15rem;
}

.banana_roadmap_section_title {
  font-style: normal;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 100%;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.banana_roadmap_section_title::after {
  content: "";
  position: absolute;
  left: -5.6rem;
  width: 4.2rem;
  height: 0.4rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.3rem #2b2a2a;
}

.banana_roadmap_section_desc_line {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 500px) {
  .banana_roadmap_section_desc_line {
    text-shadow: 0.3rem 0rem 0.1rem black;
    line-height: 3rem;
  }

  .banana_roadmap_section {
    width: 40rem;
  }
}

@media only screen and (max-width: 400px) {
  .banana_roadmap_section {
    width: 75%;
  }
}

.banana_roadmap_section_desc_line_icon {
  margin-right: 1rem;
}

.banana_roadmap_content .banana_roadmap_section:last-child {
  margin-bottom: 5rem;
}

.banana_finprofit_block {
  /* height: 100vh; */
  /* min-height: 600px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

@media only screen and (max-width: 900px) {
  .banana_finprofit_block {
    align-items: flex-start;
    min-height: 800px;
    /* min-height: 1100px; */
  }
}

.banana_finprofit_block_container {
  padding: 0 10rem;
  max-width: 192rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.banana_finprofit_block_right_content {
  width: 90rem;
  /* width: 132.5rem; */
  opacity: 0;
}

.banana_finprofit_block_left_content {
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .banana_finprofit_block_left_content {
    position: relative;
    z-index: 1000;
  }

  /* .banana_finprofit_block_right_content {
    position: relative;
    z-index: 800;
  } */
}

@media only screen and (max-width: 500px) {
  .banana_finprofit_block_left_content {
    transform: scale(0.8);
    margin-left: -10rem;
  }
}

.banana_finprofit_block_left_btns {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 450px) {
  .banana_finprofit_block_left_btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

.banana_finprofit_block_left_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 0 0.8rem rgba(255, 255, 255, 0.5),
    0 0 1.8rem rgba(238, 255, 0, 0.5);
  border-radius: 17rem;
  padding: 1rem 5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
  cursor: pointer;
  transition: 0.2s;
  margin-right: 4rem;
  white-space: nowrap;
}

@media only screen and (max-width: 450px) {
  .banana_finprofit_block_left_btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .banana_finprofit_block_left_btn {
    margin-bottom: 3rem;
  }
}

.banana_finprofit_block_left_btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.banana_getbananas_block {
  /* height: 100vh; */
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

.banana_getbananas_block_container {
  max-width: 192rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  /* .banana_getbananas_block {
        min-height: 135rem;
    } */

  .banana_getbananas_block_container {
    flex-direction: column;
    justify-content: center;
  }
}

.banana_getbananas_block_left_desc {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 150%;
}

.banana_getbananas_block_content_l {
  position: relative;
  display: flex;
}

.banana_getbananas_block_circle {
  width: 65rem;
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  .banana_getbananas_block_circle {
    width: 55rem;
  }
}

.banana_getbananas_block_content_r {
  opacity: 0;
  margin-right: -10rem;
}

@media only screen and (max-width: 450px) {
  .banana_getbananas_block_content_r {
    transform: scale(0.8);
  }
}

.banana_getbanans_block_monkey {
  position: absolute;
  left: -18rem;
  bottom: -8rem;
  opacity: 0;
  width: 60rem;
}

@media only screen and (max-width: 600px) {
  .banana_getbanans_block_monkey {
    width: 50rem;
    margin-left: 10rem;
  }
}

.banana_easytotalk_block {
  background: #fcd400;
  padding: 5.7rem 0 10rem 0;
  position: relative;
  z-index: 100;
}

.banana_easytotalk_block_text {
  margin-bottom: 7.1rem;
  opacity: 0;
}

.banana_easytotalk_block_title {
  font-style: normal;
  font-weight: 900;
  font-size: 7.2rem;
  line-height: 100%;
  text-align: center;
  text-shadow: 0 0.3rem 1.1rem #fcb500;
  margin-bottom: 0.8rem;
}

.banana_easytotalk_block_desc {
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 100%;
  color: #2b2a2a;
  text-align: center;
}

.banana_easytotalk_block_icons_line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banana_easytotalk_block_icon {
  width: 9rem;
  height: 9rem;
  margin: 0 2.7rem;
  opacity: 0;
  transform: translateY(21rem);
}

@media only screen and (max-width: 450px) {
  .banana_easytotalk_block_icon {
    width: 7rem;
    height: 7rem;
    margin: 0 1.5rem;
  }
}

.banana_marketingplan_block {
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.banana_marketingplan_leaves_left_top,
.banana_marketingplan_leaves_left_bot,
.banana_marketingplan_leaves_right,
.banana_marketingplan_buf,
.banana_marketingplan_bear {
  position: absolute;
}

.banana_marketingplan_leaves_left_top {
  top: -32rem;
  left: 0;
  width: 60rem;
}

.banana_marketingplan_leaves_left_bot {
  left: 0;
  bottom: -8rem;
  width: 40rem;
}

.banana_marketingplan_leaves_right {
  right: 0;
  bottom: 42rem;
  width: 70rem;
}

@media only screen and (max-width: 750px) {
  .banana_marketingplan_leaves_left_top,
  .banana_marketingplan_leaves_left_bot,
  .banana_marketingplan_leaves_right,
  .banana_marketingplan_buf,
  .banana_marketingplan_bear {
    z-index: -1 !important;
  }
}

@media only screen and (max-width: 550px) {
  .banana_marketingplan_leaves_left_top {
    width: 50rem;
  }

  .banana_marketingplan_leaves_left_bot {
    width: 35rem;
  }

  .banana_marketingplan_leaves_right {
    width: 60rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_marketingplan_leaves_left_top {
    width: 60%;
  }

  .banana_marketingplan_leaves_left_bot {
    width: 50%;
  }

  .banana_marketingplan_leaves_right {
    width: 80%;
  }
}

.banana_marketingplan_buf {
  left: 0;
  bottom: 30rem;
  z-index: -1;
  width: 75rem;
}

@media only screen and (max-width: 600px) {
  .banana_marketingplan_buf {
    bottom: 15rem;
  }
}

@media only screen and (max-width: 550px) {
  .banana_marketingplan_buf {
    width: 52rem;
  }
}

.banana_marketingplan_bear {
  right: 0;
  bottom: 115rem;
  z-index: -1;
  width: 70rem;
}

@media only screen and (max-width: 37.5em) {
  .banana_marketingplan_bear {
    width: 45rem;
  }
}

.banana_marketingplan_block_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 192rem;
  padding: 17rem 0 10rem 0;
}

.banana_marketingplan_block_header {
  position: relative;
  padding-top: 8.8rem;
  width: 100%;
}

.banana_marketingplan_block_header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      #2b2a2a 0%,
      (0, 0, 0, 0) 49.48%,
      #2b2a2a 100%
    ),
    radial-gradient(
      59.01% 77.89% at 52.34% 46.02%,
      #400081 0%,
      #2e005c 19.54%,
      #1a0034 43.96%,
      #0c0018 66.35%,
      #030006 85.76%,
      #2b2a2a 100%
    );
  z-index: -1;
  opacity: 0;
}

.banana_marketingplan_block_header_subtitle {
  font-style: normal;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 1.5rem;
  text-transform: uppercase;
  color: #fcd400;
}

.banana_marketingplan_block_header_title {
  font-style: normal;
  font-weight: 900;
  font-size: 11.2rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 500px) {
  .banana_marketingplan_block_header_title {
    font-size: 10rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_marketingplan_block_header_title {
    font-size: 9rem;
  }
}

@media only screen and (max-width: 400px) {
  .banana_marketingplan_block_header_title {
    font-size: 8.25rem;
  }
}

.banana_marketingplan_block_header_desc {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
  position: relative;
  z-index: 20;
}

.banana_marketingplan_prg_line_block {
  margin: 8rem 0;
}

.banana_marketingplan_prg_line_cont {
  position: relative;
  display: flex;
  justify-content: center;
}

.banana_marketingplan_prg_icon_block {
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2a2a;
  width: 8.6rem;
  height: 8.6rem;
  min-height: 80px;
  min-width: 80px;
  border: 0.5rem solid #fcd400;
  box-sizing: border-box;
  border-radius: 50%;
}

.banana_marketingplan_prg_icon {
  width: 5rem;
  height: 5rem;
  min-height: 40px;
  min-width: 40px;
}

.banana_marketingplan_step_text_title {
  font-style: normal;
  font-weight: 900;
  font-size: 7.2rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 5.5rem;
}

.banana_marketingplan_step_text_desc {
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 150%;
  text-align: center;
  position: relative;
  z-index: 20;
}

.banana_gamescs_block {
  height: 100rem;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* z-index: 10; */
  /* overflow: hidden; */
  /* z-index: -1; */
}

.banana_gamescs_block_container {
  position: relative;
  padding-top: 12rem;
  width: 100%;
  max-width: 192rem;
}

.banana_gamescs_block_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #2b2a2a 0%, rgba(0, 0, 0, 0) 46.38%),
    radial-gradient(
      61.81% 81.59% at 52.34% 46.02%,
      #000000 0%,
      #000000 19.54%,
      #000000 43.96%,
      #ffffff 66.35%,
      #030300 85.76%,
      #ffffff 100%
    );
  opacity: 0.75;
  z-index: 0;
}

.banana_gamescs_block_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banana_gamescs_block_title {
  font-style: normal;
  font-weight: 900;
  font-size: 19.8rem;
  text-align: center;
  letter-spacing: -0.2rem;
  background: linear-gradient(103.68deg, #ffffff 64.45%, #ffffff 103.65%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  /* width: 50%; */
}

.banana_gamescs_block_btn {
  z-index: 4;
  width: 70rem;
}

@media only screen and (max-width: 37.5em) {
  .banana_gamescs_block_btn {
    width: 60rem;
    margin-top: 5rem;
  }

  .banana_gamescs_block_title {
    font-size: 15rem;
  }
}

@media only screen and (max-width: 450px) {
  .banana_gamescs_block_btn {
    width: 50rem;
  }
}

@media only screen and (max-width: 400px) {
  .banana_gamescs_block_title {
    font-size: 12rem;
  }
}

.banana_gamescs_block_pimg {
  position: absolute;
  z-index: 1;
}

.banana_gamescs_block_pimg.roulette_p3 {
  top: -15rem;
  left: 10rem;
  width: 55.5rem;
  mix-blend-mode: screen;
}

@media only screen and (max-width: 37.5em) {
  .banana_gamescs_block_pimg.roulette_p3 {
    width: 49rem;
  }
}

.banana_gamescs_block_pimg.dice_p4 {
  z-index: 3;
  width: 40rem;
  /* width: 56rem; */
  bottom: -5rem;
  right: 7rem;
}

.banana_gamescs_block_pimg.mid_p5 {
  width: 146.7rem;
  bottom: -12rem;
  right: 8rem;
  z-index: 2;
}

.banana_gamescs_block_pimg.front_p6 {
  width: 146.6rem;
  left: -4rem;
  top: -7rem;
}

@media only screen and (max-width: 1100px) {
  .banana_gamescs_block_pimg.mid_p5 {
    bottom: -30%;
    right: -35rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .banana_gamescs_block_pimg.dice_p4 {
    /* bottom: -10rem; */
    width: 30rem;
    right: -15rem;
    bottom: -2rem;
  }

  .banana_gamescs_block_pimg.mid_p5 {
    width: 140rem;
    bottom: -26rem;
    right: -55rem;
    /* bottom: -30%;
        right: -35rem; */
    /* z-index: 2000; */
  }
}

.banana_gamescs_block_pimg.back_p7 {
  width: 146.7rem;
  left: 7rem;
  top: 15rem;
}

.banana_footer_block {
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  background-color: black;
}

.banana_footer_div {
  background: linear-gradient(270deg, #fcd400 0%, #fffb00 100%);
  height: 0.3rem;
  width: 100%;
  position: relative;
  z-index: 100;
}

.banana_footer_block_container {
  display: flex;
  /* align-items: flex-start; */
  justify-content: space-between;
  width: 100%;
  max-width: 192rem;
  padding: 7rem 10rem 10rem 10rem;
}

@media only screen and (max-width: 56.25em) {
  .banana_footer_block_container {
    padding: 7rem 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.banana_footer_block_col {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (min-width: 56.3em) {
  .banana_footer_block_col--center {
    align-items: center;
  }
}

.banana_footer_block_banana_logo_block {
  display: flex;
  align-items: center;
  margin-right: 8.5rem;
}

@media only screen and (max-width: 56.25em) {
  .banana_footer_block_banana_logo_block {
    margin-right: 0;
  }

  .banana_footer_block_col:not(:last-of-type) {
    margin-bottom: 5rem;
  }
}

.banana_footer_block_logo_text {
  font-style: normal;
  font-weight: 900;
  font-size: 2.3rem;
  line-height: 100%;
  text-transform: uppercase;
  color: #cccccc;
  margin-left: 0.7rem;
}

.banana_footer_block_logo_img {
  width: 7rem;
  height: 7rem;
}

.banana_footer_block_infotext {
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 150%;
  color: #cccccc;
  width: 30%;
  /* margin-top: -.5rem; */
}

.banana_footer_block_col_lines {
  margin-left: 8.5rem;
  display: flex;
  flex-direction: column;
}

.banana_footer_block_col_line {
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 150%;
  color: #a3a3a3;
  margin-bottom: 2.2rem;
  transition: 0.2s;
}

.banana_footer_block_col_line:hover {
  color: #ffffff;
}

.banana_footer_block_col_lines .banana_footer_block_col_line:last-child {
  margin-bottom: 0;
}

.banana_footer_block_col_line.wline {
  color: #ffffff;
}

.wline-center {
  text-align: center;
}

.iconsline {
  display: flex;
}

.banana_footer_block_icon {
  margin-right: 0.3rem;
  transition: 0.2s;
  opacity: 0.6;
  width: 2.5rem;
  height: 2.5rem;
  /* margin-right: .75rem; */
}

.banana_footer_block_icon:not(:last-of-type) {
  margin-right: 0.75rem;
}

.banana_footer_block_icon:hover {
  transform: translateY(-0.2rem) scale(1.1);
  opacity: 1;
}

.banana_footer_block_col_lines--width {
  width: 50%;
}

@media only screen and (max-width: 56.25em) {
  .banana_footer_block_icon {
    margin-right: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }

  .banana_footer_block_col_lines--width {
    width: 50%;
  }

  .banana_footer_block_col_line {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .wline {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .banana_footer_block_logo_img {
    width: 9rem;
    height: 9rem;
  }

  .banana_footer_block_logo_text {
    font-size: 3rem;
  }

  .banana_footer_block_infotext {
    margin-bottom: 5rem;
    width: 50%;
    font-size: 2.4rem;
    text-align: center;
  }

  .banana_footer_block_col_lines {
    margin-left: 0rem;
  }

  .banana_footer_block_col_lines--margin-left {
    margin-left: 5rem;
  }
}

/* faq */

.faq_content_block {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.container-fluid {
  position: relative;
  padding: 0 3vw;
  overflow: hidden;
  max-width: 192rem;
  width: 100%;
  z-index: 1;
}

.faq_header_container {
  width: 100%;
  padding: 4rem 0;
}

.faq_header_text {
  margin: 20rem 0 1rem 0;
}

.faq_header_title {
  font-style: normal;
  font-weight: 900;
  font-size: 14.4rem;
  line-height: 17.6rem;
  margin-left: -0.6rem;
}

.faq_header_desc {
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.info-block:first-child {
  padding-top: 4rem;
  /* padding-top: 4v h; */
}

.info-block .info-block__divider {
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(270deg, #fcd400 0%, #fffb00 100%);
}

.info-block .info-block__indicator {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  transition: all 0.3s linear;
  position: absolute;
  right: 5vw;
}

.info-block.opened .info-block__indicator {
  height: 0;
  border-radius: 0;
}

.info-block .info-block__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 3.5rem;
  /* font-size: 4.4v h; */
  line-height: 1.2;
  color: #ffffff;
  transition: 0.2s;
  padding: 4rem 0;
  /* padding: 4v h 0; */
}

.info-block .info-block__text_title {
  margin-top: 6.4rem;
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 2.2rem;
  /* font-size: 2.2v h; */
  color: #fff;
}

.info-block .info-block__body {
  width: 100%;
  display: none;
}

.info-block .info-block__body div:last-child {
  margin-bottom: 6.4rem;
}

.info-block .info-block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 150%;
  text-align: start;
}

.info-block .info-block__video {
  padding-top: 4.4rem;
}

.info-block .info-block__video iframe {
  width: 40%;
  height: 40rem;
  /* height: 40v h; */
}

.page-footer {
  padding: 15rem 0 26rem 0;
  position: relative;
}

.faq_btm_leaves_right {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 70rem;
}

.faq_top_leaves_left {
  position: absolute;
  left: 0;
  top: 20rem;
  pointer-events: none;
  width: 40rem;
}

.faq_top_leaves_right {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  width: 40rem;
}

@media only screen and (max-width: 550px) {
  .faq_btm_leaves_right {
    width: 55rem;
  }

  .faq_top_leaves_left {
    width: 35rem;
  }

  .faq_top_leaves_right {
    width: 35rem;
  }
}

@media only screen and (max-width: 450px) {
  .faq_btm_leaves_right {
    width: 70%;
  }

  .faq_top_leaves_left {
    width: 50%;
  }

  .faq_top_leaves_right {
    width: 50%;
  }
}

.page-footer .page-footer__title {
  font-style: normal;
  font-weight: bold;
  font-size: 6.5rem;
  /* font-size: 9v h; */
  line-height: 1.2;
  text-shadow: 0px 0.7rem 1rem black;
}

.page-footer .page-footer__body {
  padding-top: 6.4rem;
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  /* font-size: 4.4v h; */
  line-height: 1.2;
  text-shadow: 0px 0.7rem 1rem black;
}

.page-footer .page-footer__buttons {
  padding-top: 6.4rem;
  display: flex;
}

.page-footer .page-footer__buttons a {
  background: #fffb00;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-align: left;
  padding: 0.75rem 3rem 0.75rem 2.25rem;
  /* padding: 1rem 4rem 1rem 3rem; */
  border-radius: 15rem;
  margin-right: 2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
}

.page-footer .page-footer__buttons a .tgicon {
  margin-left: 6vw;
  /* transform: scale(.8); */
  width: 3rem;
  height: 3rem;
}

.page-footer .page-footer__buttons a:hover {
  background: #3e1f92;
}

.page-footer .page-footer__buttons a:active {
  background: #4f378f;
}

.page-footer .page-footer__buttons .page-footer__button-icon {
  margin-left: 3rem;
}
