/* Navigation Bar Theme Classes for Bandiview */
.nav_bar, .div_submenu {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* Dark Theme (Initial & Scroll Up) */
body:not(.nav-drawer-open) .localnav-dark {
    --navbar: var(--darkmodenavbar);
    --submenu: var(--darkmodesubmenu);
    --text: var(--darkmodetext);
    --subtext: var(--darkmodesubtext);
    --bg: var(--darkmodebg);
    --card: var(--darkmodecard);
    --border: var(--darkmodeborder);
    --gray100: var(--darkmodegray100);
    --gray200: var(--darkmodegray200);
    --gray300: var(--darkmodegray300);
    --shadow: var(--darkmodeshadow);
    --imgshadow: var(--darkmodeimgshadow);
    --linktext: var(--darkmodelinktext);
    --blue: var(--darkmodeblue);
    --linkfontweight: var(--darkmodelinkfontweight);
}

body:not(.nav-drawer-open) .localnav-dark #logo_light { display: none !important; }
body:not(.nav-drawer-open) .localnav-dark #logo_dark { display: block !important; }

.theme-img-light { display: none !important; }
.theme-img-dark { display: inline-block !important; }

body:not(.darkmode) .bv_sc03 .theme-img-light {
    display: inline-block !important;
}
body:not(.darkmode) .bv_sc03 .theme-img-dark {
    display: none !important;
}
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  border-bottom: none;
  color: var(--text);
  margin: 0;
  padding: 0;
  word-break: normal;
}
.honeycam_main p {
  border-bottom: none;
  color: var(--text);
  padding: 0;
  line-height: 150%;
}
.main_content {
  max-width: none !important;
}

ul {
  padding-left: 20px;
}
li {
  margin: 0 0 8px 0;
  word-break: normal;
}
.honeycam_main {
  width: 100vw;
  background-color: var(--gray100);
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#floating_btn {
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding: 12px 16px 12px 20px;
  /* width: max-content; */
  position: fixed;
  top: 90vh;
  border-radius: var(--radiuspill);
  margin-bottom: 24px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  transition-property: background-color;
  box-shadow: var(--floatingshadow);
}

.hc_sc01 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--black);
  margin-top: -104px;
  padding: 120px 0;
}
.hc_sc01 h2, .hc_sc01 h3 {
  color: var(--white);
}
.sc01_head2 h4{
  font-weight: 300;
  color: var(--white);
  line-height: 150%;
  padding: 0 20px;
}
.hc_backvideo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: auto;
  width: 100%;
}
.honeycam_name {
  font-size: var(--displayxlarge);
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(
    45deg,
    rgba(255, 148, 98, 1) 0%,
    rgba(255, 66, 185, 1) 50%,
    rgba(6, 135, 255, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.hc_sc01,
.sc01_head,
.sc01_head2 {
  display: flex;
  flex-direction: column;
}
.dlbtnlink {
  display: inline-flex;
  text-decoration: none !important;
}
.dlblink:hover {
  text-decoration: none !important;
}
.hc_dlbtn {
  padding: 8px 16px;
  background-color: var(--bluefill);
  color: var(--white);
  border-radius: 30px;
  font-weight: 700;
  margin: 32px auto 0 auto;
  position: relative;
  width: fit-content;
  transition: box-shadow 0.2s ease;
}
.hc_dlbtn:hover {
  box-shadow: 0px 0px 12px 4px rgb(251 255 204 / 15%);
}
.hc_beta_dlbtn {
  padding: 0 0 0 7px;
  color: var(--linkgray) !important;
  width: fit-content;
  transition: color 0.2s ease;
  vertical-align: middle;
  line-height: 105%;
}
.hc_beta_dlbtn:hover{
  color: white !important;
  text-decoration: none !important;
}
.arrow_w{
  transition: stroke-width 0.2s ease;
}
.hc_beta_dlbtn:hover .arrow_w{
  stroke: var(--white);
  stroke-width: 1.6;
}
.hc_button:hover {
  box-shadow: var(--shadow);
}
.sc01_head2 {
  padding-bottom: 55px;
}
svg{
  vertical-align: top;
}
.sc01_head {
  gap: 16px;
  padding-top: 55px;
  align-items: center;
}
.hc_sc0203,
.sc04_i {
  max-width: 1320px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}
.hc_sc0203 > h2 {
  margin-left: 40px;
  font-size: var(--displaymedium);
}
.infobtn {
  padding-bottom: 4px;
}
.sc02_box {
  background-color: var(--bg);
  border-radius: var(--radiusxlarge);
  padding: 40px;
  margin: 28px 0 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sc02_2_box > .sc02_box {
  width: 50%;
  padding-bottom: 0 !important;
  justify-content: space-between;
}
#sc02_box_01 {
  padding: 40px 40px 0 40px;
}
.more{
  color: var(--bluelink);
}
.sc02_destext {
  max-width: 600px;
  margin: 20px 0 40px 0;
  word-break: keep-all;
}
#sc02_box_02 {
  flex-direction: row;
  justify-content: space-between;
}

#sc02_02_text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.sc02_2_box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.sc02_2_box a{
  color: var(--text);
}
#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;
}
.chat,
.blog,
.product {
  min-height: 382px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.chat {
  background-image: url('/_assets/e140a859ce848d22fa97.svg');
  background-position-y: top;
  background-size: cover;
  width: 500px;
  margin: 0 auto;
}
.blog {
  background-image: url('/_assets/26682afbcaa34edea06e.svg');
}
body.darkmode .blog {
  background-image: url('/_assets/b038a8ea3a1ee37652f3.svg');
}
body.darkmode .chat{
  background-image: url('/_assets/b89e6b8a03e04c238d3c.svg');
}
body.darkmode .product{
  background-image: url('/_assets/005cf6ba6d6c4d8a447a.svg');
}
.product {
  background-image: url('/_assets/4230558566fa98f561c9.svg');
  height: 410px;
}
#doggif {
  position: absolute;
  left: 170px;
  bottom: 0;
  border-radius: 4px 4px 0 0;
}
.emoji{
  position: absolute;
  left: 17%;
  bottom: 0;
  height: 200px;
}
#emojid{
  display: none;
}
#emojiw{
  outline: 2px solid var(--white);
  outline-offset: -1px;
}
body.darkmode #emojid{
  display: block;
}
body.darkmode #emojiw{
  display: none;
}
#coffee {
  position: absolute;
  left: 340px;
  bottom: 113px;
  border-radius: 4px;
}
.edit {
  max-height: 366px;
  margin: 0 auto;
  max-width: fit-content;
}
.functionimg {
  width: 100%;
  display: block;
  border-radius: 12px 12px 0 0;
}
.maximg{
  max-width: 700px;
  margin: 0 auto;
  height: auto;
}
.fimgcontainer {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.playstop {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 30px;
  height: 30px;
  background-image: url('/_assets/3ef6d16781a6fc0d58b7.svg');
  background-size: cover;
  transition: opacity 0.2s ease;
}
.fimgcontainer:hover .playstop {
  opacity: 0;
}
.hc_sc03 {
  background-color: var(--gray50);
  padding: 120px 0 20px 0;
}
.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.accordion-header h3 {
  font-size: var(--headingmedium);
  font-weight: 600;
}
.accordion-header svg {
  transition: transform 0.2s ease;
  width: var(--headingmedium);
  height: var(--bodymedium);
}
.accordion-item.active .accordion-header svg {
  transform: rotate(180deg);
}
.accordion-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  display: block;
  box-sizing: border-box;
}
.accordion-content p {
  margin: 12px 0 0 0;
}
.accordion-item {
  border-top: 1.5px solid var(--border);
  padding: 24px 12px 20px 12px;
}
.accordion-item:last-child{
  border-bottom: 1.5px solid var(--border);
}
.sc05 {
  background-color: var(--gray100);
}
.sc05_box {
  background-color: var(--gray200);
  border-radius: var(--radiuslarge);
  padding: 40px;
  margin: 60px auto;
  display: flex;
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
}
.sc05_text {
  display: flex;
  gap: 55px;
}
.sc05_text_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc05_text_row {
  display: flex;
  gap: 16px;
}
.sc05_text_row a:hover{
  text-decoration: underline;
  color: var(--text);
}
.sc05 p {
  margin: 0;
}
.sc05_title {
  font-weight: 700;
}
#btnwrap {
  display: flex;
  gap: 16px;
}
#btnwrap .button{
  flex: 1;
  min-width: max-content;
}
.hc_button {
  width: auto;
  padding: 8px 16px;
  background-color: var(--blue);
  text-align: center;
  font-size: 16px;
  color: var(--white);
  font-weight: 700;
  border-radius: var(--radiusxxsmall);
  border: 1.5px solid var(--blue);
  transition: box-shadow 0.2s ease;
}
#hc_btn_dl {
  background-color: var(--white) !important;
  color: var(--blue);
}
#sc05_right {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 12px;
}
@media (max-width: 1320px) {
  .hc_sc0203, .sc04_i {
    margin: 0 90px;
  }
  #sc02_box_02 {
    flex-direction: column;
  }
  .sc02_2_box {
    flex-direction: column;
    gap: 0;
  }
  #sc02_02_text {
    gap: 24px;
    justify-content: flex-start;
  }
  .sc05_box {
    flex-direction: column;
    gap: 40px;
    max-width: 80%;
    margin: 60px 90px;
  }
  .hc_backimage {
    background-size: cover;
  }
  .product {
    height: 300px;
    min-height: unset !important;
    width: auto;
  }
  .sc02_2_box > .sc02_box {
    width: auto;
  }
  .emoji {
    left: 58%;
    transform: translate(-140%, 0%);
  }
  #doggif {
    left: 50%;
    transform: translate(-31%, 0%);
  }
  #coffee {
    left: 50%;
    top: 50%;
    transform: translate(-118%, -61%);
    height: 174px;
  }
  h4 {
    font-size: inherit;
  }
  .edit {
    max-height: fit-content;
    max-width: 100%;
  }
  .maximg{
    max-height: fit-content;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .chat,
  .blog,
  .product {
    min-height: 260px;
  }
  .chat{
    width: 400px;
  }
  .product{
    height: 220px;
  }
  .emoji {
    height: 110px;
    left: 45%;
  }
  #doggif {
    height: 135px;
  }
  #coffee {
    height: 127px;
  }
  .hc_sc01{
    padding: 120px 0 40px 0;
  }
  .hc_sc0203, .sc04_i{
    margin: 0 auto;
    max-width: 90%;
    padding: 60px 0 0 0;
  }
  .sc05_box {
    max-width: 90%;
    margin: 60px auto;
  }
}
@media (max-width: 660px) {
  .honeycam_name {
    font-size: 40px;
  }
  .sc05_text {
    flex-direction: column;
    gap: 20px;
  }
  #btnwrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .tentimes {
    display: none;
  }
  .hc_button {
    width: auto;
  }
  h3,
  .accordion-header h3 {
    font-size: var(--headingsmall);
  }
  h3{
    line-height: 140%;
  }
  .infobtn {
    height: 20px;
  }
  .sc02_destext{
    margin: 12px 0 16px 0;
  }
}
@media (max-width: 600px) {
  .chat,
  .blog,
  .product {
    min-height: 260px;
  }
  .product{
    height: 150px;
  }
  #doggif {
    height: 135px;
  }
  #coffee {
    height: 86px;
  }
}
@media (max-width: 500px) {
  .chat,
  .blog,
  .product {
    min-height: 160px;
  }
  .chat{
    width: 240px;
  }
  .emoji {
    height: 60px;
  }
  #doggif {
    height: 72px;
  }
  .sc02_box {
    padding: 20px;
  }
  .hc_sc0203 > h2 {
    margin: 0 20px;
  }
}
@media (max-width: 450px) {
  .honeycam_name {
    font-size: 40px;
  }
  .sc01_head2 {
    width: 80%;
    margin: 0 auto;
  }
  #btnwrap {
    flex-direction: column;
  }
  .hc_button {
    width: 200px;
  }
  .accordion-header img{
    width: 16px;
    margin: 8px 0 0 0;
  }
  .accordion-header{
    gap: 12px;
    align-items: flex-start;
  }
}
