/* 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,
h4 {
  border-bottom: none;
  color: white;
  margin: 0;
  padding: 0;
  word-break: normal;
}
.honeycam_main p {
  border-bottom: none;
  color: white;
  padding: 0;
  line-height: 150%;
}
.main_content {
  max-width: none !important;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}
ul {
  padding-left: 20px;
}
li {
  margin: 0 0 8px 0;
  word-break: normal;
}
.honeycam_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 14px 12px 18px;
  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%);
  display: flex;
  align-items: center;
}
.hc_sc01 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #171717;
}
.hc_backvideo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: auto;
}
.honeycam_name {
  font-size: 72px;
  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: #2768ff;
  color: 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 / 30%);
}
.hc_beta_dlbtn {
  padding: 0 0 0 7px;
  color: #adadad !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: white;
  stroke-width: 1.6;
}
.hc_button:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
.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: 0 0 120px 0;
}
.hc_sc0203 > h2 {
  margin-left: 40px;
}
.infobtn {
  padding-bottom: 4px;
}
.sc02_box {
  background-color: #2e2e2e;
  border-radius: 20px;
  padding: 40px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sc02_2_box > .sc02_box {
  width: 50%;
  padding-bottom: 0 !important;
  justify-content: space-between;
}
.sc02_box h2 {
  margin-bottom: 16px;
}
#sc02_box_01 {
  padding: 40px 40px 0 40px;
}
.honeycam_main a {
  color: white;
  width: fit-content !important;
}
.more{
  color: #2e7aff !important;
}
.linkic{
  margin: 0 0 2px 4px;
}
.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_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(./imgs/chat.png);
}
.blog {
  background-image: url(./imgs/blog.png);
}
.product {
  background-image: url(./imgs/product.png);
  min-height: 500px;
}
#doggif {
  position: absolute;
  left: 170px;
  bottom: 0;
  border-radius: 4px 4px 0 0;
}
#emoji {
  position: absolute;
  left: 20%;
  bottom: 0;
}
#coffee {
  position: absolute;
  left: 342px;
  bottom: 151px;
  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("./imgs/play.svg");
  background-size: cover;
  transition: opacity 0.2s ease;
}
.fimgcontainer:hover .playstop {
  opacity: 0;
}
.hc_sc03 {
  background-color: white;
}
.sc04 {
  background-color: #212121;
  padding: 120px 0 20px 0;
}
.accordion-header {
  cursor: pointer;
  padding: 0 0 12px 0;
  display: flex;
  justify-content: space-between;
}
.accordion-header h3 {
  font-size: 26px;
  font-weight: 600;
}
.accordion-header img {
  transition: transform 0.2s ease;
}
.accordion-item.active .accordion-header img {
  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: 0;
}
.accordion-item {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 24px 12px 20px 12px;
}
.sc05 {
  background-color: #272727;
}
.sc05_box {
  background-color: #343434;
  border-radius: 20px;
  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: white;
}
.sc05 p {
  margin: 0;
}
.sc05_title {
  font-weight: 700;
}
.sc05 a {
  color: #1e1f20;
}
#btnwrap {
  display: flex;
  gap: 16px;
}
.hc_button {
  width: auto;
  padding: 8px 16px;
  background-color: #2768ff;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: 700;
  border-radius: 6px;
  border: 1.5px solid #2768ff;
  transition: box-shadow 0.2s ease;
}
#hc_btn_dl {
  background-color: white !important;
  color: #2768ff;
}
#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;
  }
  .hc_sc02 h2 {
    font-size: 20px;
  }
  .sc05_box {
    flex-direction: column;
    gap: 40px;
    max-width: 80%;
  }
  .hc_backimage {
    background-size: cover;
  }
  .product {
    min-width: 80vw;
    min-height: 380px;
  }
  .sc02_2_box > .sc02_box {
    width: auto;
  }
  #emoji {
    left: 50%;
    transform: translate(-140%, 0%);
  }
  #doggif {
    left: 50%;
    transform: translate(-31%, 0%);
  }
  #coffee {
    left: 50%;
    top: 50%;
    transform: translate(-116%, -59%);
    height: 186px;
  }
  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;
  }
  #emoji {
    height: 100px;
  }
  #doggif {
    height: 135px;
  }
  #coffee {
    height: 125px;
  }
  .hc_sc0203,
  .sc04_i {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 660px) {
  .honeycam_name {
    font-size: 40px;
  }
  .sc05_text {
    flex-direction: column;
    gap: 20px;
  }
  #btnwrap {
    width: 100%;
  }
  .tentimes {
    display: none;
  }
  #copyright_p {
    font-size: 8px !important;
  }
  .hc_button {
    width: auto;
  }
  h2 {
    font-size: 32px;
  }
  h3,
  .accordion-header h3 {
    font-size: 20px;
  }
  h3{
    line-height: 140%;
  }
  .infobtn {
    height: 20px;
  }
  .sc02_destext{
    margin: 12px 0 16px 0;
  }
}
@media (max-width: 600px) {
  .chat,
  .blog,
  .product {
    min-height: 260px;
  }
  #emoji {
    height: 100px;
  }
  #doggif {
    height: 135px;
  }
  #coffee {
    height: 125px;
  }
}
@media (max-width: 500px) {
  .chat,
  .blog,
  .product {
    min-height: 160px;
  }
  #emoji {
    height: 60px;
  }
  #doggif {
    height: 72px;
  }
  #coffee {
    height: 77px;
  }
  .sc02_box {
    padding: 20px;
  }
  .hc_sc0203 > h2 {
    margin: 0 20px;
  }
  .sc05_box {
    margin: 40px 16px;
  }
}
@media (max-width: 450px) {
  .honeycam_name {
    font-size: 40px;
  }
  .sc01_head h2 {
    font-size: inherit;
  }
  .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;
  }
}
