/* navbar darkmode */
body {
  background-color: #212121;
}
.nav_bar {
  background-color: #1d1d1dd6;
  border-bottom: 1px solid #2d2d2d;
}
div.div_submenu {
  background-color: #2d2d2dd6;
  border-bottom: 1px solid #2d2d2d;
}
a.mainmenu:link,
a.mainmenu:visited,
a.mainmenu:active,
a.mainmenu:hover,
.dropbtn,
a.submenu:link,
a.submenu:visited,
a.submenu:active,
a.submenu:hover {
  color: white;
  font-weight: 400;
}
a.mainmenubold:link, a.mainmenubold:visited, a.mainmenubold:hover, a.mainmenubold:active{
  color: #4484ff;
}
#globe {
  filter: invert(1);
}
#logo_light {
  display: none;
}
#logo_dark {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #303030 !important;
  border-radius: 8px;
}
.dropdown-content {
  background-color: #303030 !important;
  border: 1px solid #3e3e3e !important;
}
.dropdown-content a {
  color: #fff;
  font-weight: 300;
}
.line {
  background-color: #fff;
}
.dropdown-content a:hover {
    background-color: #3b3b3b !important;
}
  .tag_new{
    background-color: #2e7aff;
  }
@media (max-width: 900px) {
  .dropdown-content {
    border: none;
  }
  #nav_right.active {
    background-color: #303030 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 1)  !important;
  }
  #nav_center a:hover{
    background-color: #3b3b3b  !important;
}
}
/* navbar darkmode */

html {
  overflow-x: hidden;
}
h1,
h2,
h3 {
  border-bottom: none;
  color: white;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  line-height: 150%;
}
.bandiview_main p {
  border-bottom: none;
  color: white;
  margin: 0;
  padding: 0;
  word-break: normal;
  line-height: 150%;
}
.bv_sc01 h1,
.bv_sc01 h2,
.bv_sc01 h3 {
  padding: 0 16px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
  font-weight: 300;
}
ul {
  padding-left: 20px;
}
li {
  margin: 0 0 8px 0;
  word-break: normal;
}
.main_content {
  max-width: none !important;
}
.bandiview_main {
  width: 100vw;
  background-color: #171717;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#floating_btn {
  color: white;
  font-weight: 700;
  background-color: rgba(123, 123, 123, 0.479);
  text-align: center;
  padding: 12px 24px;
  width: max-content;
  position: fixed;
  top: 90vh;
  border-radius: 50px;
  gap: 12px;
  backdrop-filter: blur(10px);
  margin-bottom: 24px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
.bv_sc01 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #171717;
}
.bv_backvideo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: auto;
}
.bandiview_name {
  font-size: 72px;
  font-weight: 900;
  line-height: normal;
  background-image: url(./imgs/bandivie_gradient.svg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bv_sc01,
.sc01_head,
.sc01_head2 {
  display: flex;
  flex-direction: column;
}
.dlbtnlink {
  display: inline-flex;
  text-decoration: none !important;
}
.dlblink:hover {
  text-decoration: none !important;
}
.bv_dlbtn {
  padding: 8px 16px;
  background-color: #2e7aff;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  z-index: 3;
  margin: 32px auto 0 auto;
  position: relative;
  width: fit-content;
}
.bv_dlbtn:hover {
  box-shadow: 0px 0px 28px 0px rgba(255, 255, 255, 0.3);
}
.bv_button:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
.sc01_head2 {
  padding-bottom: 55px;
}
.sc01_head {
  gap: 16px;
  padding-top: 55px;
}
.bv_sc02 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
.sc02_box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 40px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sc02_box h2 {
  margin-bottom: 16px;
}
#sc02_box_01 {
  padding: 40px 40px 0 40px;
}
.sc02_box_head {
  display: flex;
  gap: 10px;
  width: fit-content;
}
.infobtn {
  margin: 0 0 2px 4px;
}
.bandiview_main a {
  color: white;
  width: fit-content !important;
}
#hdrsdr {
  border-radius: 14px 14px 0 0;
  max-width: 922px;
  height: auto;
  margin: 60px auto 0 auto;
}
.sc02_destext {
  max-width: 600px;
  margin-top: 14px;
  word-break: keep-all;
}
#sc02_box_02 {
  flex-direction: row;
  justify-content: space-between;
}
#webtoonscreen {
  position: absolute;
  width: 505px;
  height: 344px;
  overflow: hidden;
  top: 50%; /* Centering vertically */
  left: 50%; /* Centering horizontally */
  transform: translate(-50%, -50%); /* Corrects positioning based on center */
  z-index: 2; /* Ensures it stays above other content */
}
.copyright_w {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  text-align: right;
}
.copyright_w:hover {
  color: #1e1f20;
}

#webtoon_laptop {
  position: relative;
  width: 680px;
  height: 400px;
  background-image: url(./imgs/webtoon_laptop.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
#sc02_02_text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
#webtoon {
  max-width: 100%;
  height: auto;
  animation: motion 20s linear infinite;
  position: absolute;
  object-fit: scale-down;
}
@keyframes motion {
  0% {
    top: 0px;
  }
  50% {
    top: -400%;
  }
  100% {
    top: 0px;
  }
}
.sc02_2_box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#sc02_box_03,
#sc02_box_04 {
  width: 640px;
  margin-top: 0;
  min-height: 500px;
  justify-content: space-between;
  padding: 40px 0 0 0;
  gap: 20px;
}

.sc02_box_textwrap {
  padding: 0 40px 0 40px;
}
.graph_p_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 72px 40px 0 40px;
}
.graphs_head {
  width: fit-content;
  font-size: 18px !important;
}
.graphs {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  margin: 0 40px 0 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px 14px 0 0;
  position: relative;
}
.graph p {
  width: 192px;
}
.graph {
  display: flex;
  align-items: center;
}
.graph_bv {
  height: 8px;
  border-radius: 20px;
  width: 60%;
  background: linear-gradient(
    90deg,
    rgb(31, 139, 255) 0%,
    rgb(255, 35, 196) 100%
  );
}
.graph_bv_ {
  height: 8px;
  border-radius: 20px;
  width: 10.5%;
  background: linear-gradient(
    90deg,
    rgba(126, 188, 255, 0.5) 0%,
    rgba(255, 167, 232, 0.5) 100%
  );
}
.graph_hv {
  height: 8px;
  border-radius: 20px;
  width: 10.5%;
  background: linear-gradient(
    90deg,
    rgba(255, 252, 181, 0.5) 0%,
    rgba(255, 207, 94, 0.5) 100%
  );
}
.graph_a {
  height: 8px;
  border-radius: 20px;
  width: 9.8%;
  background-color: rgb(91, 91, 91);
}
.graph_b {
  height: 8px;
  border-radius: 20px;
  width: 6.8%;
  background-color: rgb(91, 91, 91);
}
.graph_c {
  height: 8px;
  border-radius: 20px;
  width: 5.78%;
  background-color: rgb(91, 91, 91);
}
.tentimes {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  background-image: url(./imgs/bandivie_gradient.svg);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  width: fit-content;
  margin-top: 4px;
}
.headtentimes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-direction: column;
}
.bv_sc03 {
  background-color: #212121;
}
.comwrap {
  max-width: 1320px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 90px 0;
  height: 100%;
}
.table {
  padding: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 300px;
}
.table p,
.table h3 {
  color: #fff;
  word-break: keep-all;
}
.table p {
  font-size: 16px;
  font-weight: 200;
}
.table img {
  height: 32px;
  width: auto;
}
.comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.tableicons {
  width: 40px;
  height: 40px;
}
.iconwrap {
  display: flex;
  margin: 0 auto;
  gap: 4px;
  align-items: center;
  height: 60px;
}
.iconwrap p {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.tablesticky {
  position: sticky;
  top: 105px;
  z-index: 1;
  background-color: #212121;
}
.sc04_box {
  background-color: rgb(255 255 255 / 5%);
  border-radius: 30px;
  padding: 40px;
  display: flex;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 80px auto;
}
.sc04_text {
  display: flex;
  gap: 55px;
}
.sc04_text_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc04_text_row {
  display: flex;
  gap: 16px;
}
.sc04 p {
  margin: 0;
  color: white;
}
.sc04_title {
  font-weight: 700;
}
.sc04 a {
  color: #2e7aff;
}
#btnwrap {
  display: flex;
  gap: 16px;
}
.bv_button {
  width: auto;
  padding: 8px 12px;
  background-color: #2e7aff;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
  border-radius: 6px;
}
#bv_btn_dl {
  background-color: white !important;
  border-width: 1.5px;
  border-color: #2e7aff;
  color: #2e7aff;
  border-style: solid;
}
#sc04_right {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 12px;
}
.ghostbtn {
  width: auto;
  border: 1px solid #b2b2b2;
  padding: 8px 12px;
  color: #171717;
  border-radius: 6px;
  background-color: #fefefe;
  font-size: 16px;
}
.ghostbtn:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1320px) {
  .bv_sc02 {
    max-width: 90%;
  }
  #hdrsdr {
    max-width: 90%;
  }
  #sc02_box_02 {
    flex-direction: column;
  }
  #webtoon_laptop {
    margin: 60px auto 0 auto;
  }
  #webtoonscreen {
    width: 520px;
    height: 354px;
    margin-top: -6px;
  }
  #sc02_box_03,
  #sc02_box_04 {
    width: auto;
    height: auto;
    gap: 24px;
    min-height: auto;
  }
  #sc02_02_text {
    gap: 24px;
    justify-content: flex-start;
  }
  #table_honey {
    display: none;
  }
  h3 {
    font-size: inherit;
  }
  .bv_sc02 h2 {
    font-size: 20px;
  }
  .infobtn {
    width: 18px;
  }
  .comparison p {
    font-size: inherit;
  }
  .sc04_box {
    flex-direction: column;
    gap: 40px;
    max-width: 80%;
  }
  .bv_backimage {
    background-size: cover;
  }
}
@media (max-width: 940px) {
  #webtoon_laptop {
    margin: 20px auto 0 auto;
    width: 480px;
    height: 280px;
  }
  #webtoonscreen {
    width: 370px;
    height: 250px;
  }
  .sc02_2_box {
    flex-direction: column;
    gap: 0;
  }
  .bv_sc02 {
    padding: 0;
  }
  .graph p {
    width: 198px;
  }
}
@media (max-width: 660px) {
  #table_trial {
    display: none;
  }
  .bandiview_name {
    font-size: 40px;
  }
  .graph {
    flex-direction: column;
    align-items: flex-start;
  }
  .graphs {
    margin: 0 20px;
    padding: 28px 20px;
    background: rgb(170 170 170 / 10%);
  }
  #sc02_box_03,
  #sc02_box_04 {
    padding: 20px 0 0 0;
  }
  #sc02_box_01 {
    padding: 20px 20px 0 20px;
  }
  .sc02_box {
    padding: 20px;
    border-radius: 20px;
}
  .sc02_box_textwrap {
    padding: 0 20px;
  }
  .graph_p_wrap {
    padding: 4px 40px 0 40px;
    margin: 0 0 -10px 0;
  }
  .sc04_text {
    flex-direction: column;
    gap: 20px;
  }
  #btnwrap {
    flex-direction: column;
    width: 100%;
  }
  .sc04_box {
    width: 60%;
  }
  #copyright_p {
    font-size: 8px !important;
  }
  .bv_button {
    width: auto;
  }
  .ghostbtn {
    width: auto;
    text-align: center;
  }
  #webtoon_laptop {
    width: 340px;
    height: 190px;
  }
  #webtoonscreen {
    width: 242px;
    height: 166px;
    margin-top: -3px;
  }
}
@media (max-width: 450px) {
  .bandiview_name {
    font-size: 40px;
  }
  .sc01_head h2 {
    font-size: inherit;
  }
  .sc01_head2 {
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .sc01_head2 h3 {
    margin: 12px 0 0 0;
  }
  .tentimes {
    font-size: 24px;
    margin-top: 8px;
  }
  #hdrsdr {
    max-width: 100%;
    margin: 30px auto 0 auto;
    border-radius: 8px 8px 0 0;
  }
  .sc02_box {
    padding: 20px;
    border-radius: 20px;
    margin: 20px 0;
  }
  .comwrap {
    padding: 90px 0 30px 0;
  }
  #webtoon_laptop {
    width: 250px;
    height: 150px;
  }
  #webtoonscreen {
    width: 192px;
    height: 130px;
    margin-top: 0;
  }
}
