@media(min-width: 1280px) {
  .header .container {
    max-width: 1300px;
  }

  .header .navbar .navbar-brand {
    margin-right: 1rem;
  }
}

@media(min-width: 1600px) {
  .header .container {
    max-width: 1514px;
  }

  .header .navbar .navbar-brand {
    margin-right: 2rem;
  }
}

@media(max-width:992px) {
  .header .drop-menu .menu {
    width: 100% !important;
  }
}

@media(max-width:568px) {
  .menu-list.grid-columns-2 {
    font-size: 12px;
  }

  .menu-list.grid-columns-2 .cell {
    padding: 12px 8px !important;
    margin: 8px 8px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .nav-item a[href="https://videotranslator.blipcut.com/enterprise.html"] {
    display: none;
  }
}

#search-svg {
  color: #000;
}

#search-svg:hover {
  color: #a6ff00;
}

.menu.posi .menu-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 264px;
}
.menu-list.grid-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.view-all-languages {
  text-align: center;
  font-size: 13px;
}

.header .drop-menu .menu .cell-line-hover:hover {
  background: #1a1a1a;
  text-decoration: underline !important;
}

.header .navbar .navbar-nav .nav-link {
  position: relative;
}

.header:not(.head2) .drop-menu {
  position: unset;
}

@media (max-width: 1279.98px) and (min-width: 992px) {
  .header .navbar .navbar-nav .nav-link {
    padding: 0 8px;
  }
}

@media(min-width:1280px) {
  .header .navbar .navbar-nav .nav-link {
    padding: 0 16px !important;
    font-size: 14px;
  }

  .header .navbar .navbar-brand svg {
    width: 112px;
    height: 32px;
  }
}

@media(min-width:1600px) {
  .header .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }

  .header .navbar .navbar-brand svg {
    width: 136px;
    height: 40px;
  }
}

.header .tools-wrap {
  padding: 30px 0 74px;
}

.header .content-platform {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right:32px;
  margin-right: 32px;
  min-width: 323px;
  max-width: 100%;
}

.header .content-features {
  width: 1140px;
  max-width: 100%;
}

.header .content-platform .tit,
.header .content-features .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .7);
}

.header .content-platform .item,
.header .content-features .item {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
}

.header .content-platform .item {
  padding: 12px 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.header .content-features .item .small-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  color: #FFFBFBB2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.header .content-platform a:hover,
.header .content-features a:hover {
  text-decoration: none;
}

.header .content-platform .item img,
.header .content-features .item img {
  width: 36px;
  height: auto;
  margin-right: 12px;
}

.header .content-platform .item img.icon,
.header .content-features .item img.icon {
  width: 36px;
}

.header .content-platform .item:hover,
.header .content-features .item:hover {
  background: rgb(45, 45, 45);
}

.header .content-platform .item:hover span {
  color: #A6FF00;
}

.header .content-platform .item:hover .hover-before {
  display: none;
}

.header .content-platform .item:hover .hover-after {
  display: inline-block !important;
}

.header .content-platform .item.active,
.header .content-features .item.active {
  background: rgb(45, 45, 45);
}

.header .content-features .item {
  width: 266px;
  transition: all .4s;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 8px;
}

.header .content-features .item div {
  margin-right: 0;
  color: #fff;
}

@media (max-width: 1599.98px) and (min-width: 992px) {
  .header .content-features .item div span:nth-child(1) {
    position: relative;
  }

  .header .content-features .item div span:nth-child(1) img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 4px), -50%);
  }
}

@media (max-width:768px) {
  .header .content-features .item div {
    margin-right: 0;
  }
}

.header .content-features .item:hover {
  background: rgb(45, 45, 45);

}

.header .content-features .tab-pane {
  left: 0;
  top: 0;
}

.header .resources-wrap .content-features {
  width: calc(100% - 70px);
}

.header .resources-wrap .content-features .item {
  width: 316px;
}

.header .resources-wrap.resources-wrap-2 .content-features .item {
  width: 340px;
}

.header .resources-wrap .content-features .tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  padding-left: 24px;
}

.header .resources-wrap .content-platform {
  margin-right: 38px;
}

.for-more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  color: rgba(186, 186, 186, 1);
}

.for-more a:hover {
  text-decoration: underline !important;
}

.header .resources-wrap .img-wrap img {
  width: 320px;
  max-width: 100%;
  height: auto;
}

.header .drop-menu {
  cursor: unset;
}

.fade:not(.show) {
  opacity: 0;
}

.header .content-features .tab-pane {
  display: none;

}

.header .content-features .tab-pane.active {
  width: 100%;
  display: block;
}

@media (max-width: 1279.98px) {
  .header .content-features .tab-pane.active>div:nth-child(1) {
    overflow: scroll;
  }
}


@media (max-width: 991.98px) {

.header .content-features .tab-pane.active>div {
  overflow: scroll;
}
}

@media(max-width:1600px) {
  .header .content-platform {
    min-width: 213px;
    max-width: 213px;
    padding-right: 12px;
    margin-right: 12px;
  }

  .header .resources-wrap .content-platform {

    margin-right: 24px;
  }

  .header .content-features .item {
    width: 248px;
    padding: 12px;
  }

  .header .content-platform .item {
    padding: 10px 12px;
  }
}

@media(max-width:1280px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 95%;
  }

  .header .content-platform .item,
  .header .content-features .item {
    font-size: 14px;
    padding: 8px 12px;
  }

  .header .resources-wrap .content-features .tit {
    padding-left: 12px;
  }

  .header .resources-wrap .content-features .item {
    width: 100%;
  }

}

@media(max-width:992px) {
  .header .drop-menu .menu {
    max-height: 0;
    overflow: hidden;
  }

  .header .content-features .item {
    max-width: 100%;
  }

  .header .navbar .navbar-nav .nav-link:hover {
    color: #fff;
  }

  .header .navbar .navbar-nav .nav-drop.active .nav-link {
    color: #a6ff00;
  }

  .header .nav-drop:hover .nav-link::after,
  .header .nav-drop:hover .nav-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.87891 8.93921L7.93958 4.87854L12.0002 8.93921" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: rotate(180deg);
  }

  .header .nav-drop.active .nav-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.87891 8.93921L7.93958 4.87854L12.0002 8.93921" stroke="%23a6ff00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: rotate(0);

  }

  .header .navbar .navbar-collapse {
    padding: 0 6px;
  }

  .header .tools-wrap {
    padding: 24px 0;
  }

  .header .content-platform {
    min-width: 100%;
    border: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .header .content-platform .nav {
    transform: translateX(-16px);
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
    padding-bottom: 12px;
  }

  .header .content-platform .item {
    width: max-content;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .header .content-features .tab-pane {
    position: relative;
  }

  .header .drop-menu:hover .menu {
    max-height: 0;
  }

  .header .drop-menu.nav-drop.active .menu {
    max-height: unset;
  }

  .header .resources-wrap .content-features {
    width: 100%;
  }

  .header .content-features .tab-pane .img-wrap {
    display: none;
  }

  .header .content-features {
    margin-top: 12px;
  }

  .header .resources-wrap .content-features .tit {
    font-size: 14px;
    margin-top: 12px;
  }
}

@media (min-width:992px) {
  .header:not(.head2) .drop-menu .menu.posi {
    transform: translateX(-25%);
  }

  .header .resources-wrap .content-platform {
    height: max-content;
  }

  .header .content-features .tab-pane {
    width: max-content !important;
  }

  .header .content-features #nav-tools-one.tab-pane {
    width: 90% !important;
  }
}

@media (min-width:1280px) {
  .header .content-features #nav-tools-one.tab-pane {
    width: auto !important;
  }
}

@media (min-width: 1600px) {
  .header .content-features #nav-tools-one.tab-pane {
    width: 1160px !important;
  }
}

@media(min-width:768px) {

  .header .drop-menu:hover .menu,
  .header .mobile-account:hover .menu {
    max-height: 800px;
    -webkit-transition: max-height .25s linear;
    transition: max-height .25s linear
  }
}

header .navbar-last {
  width: 49px;
  animation: shrink 2s infinite;
}

@keyframes shrink {
  0% {
    transform: scale(1);
    /* 初始大小 */
  }

  50% {
    transform: scale(0.7);
    /* 缩小到50% */
  }

  100% {
    transform: scale(1);
    /* 恢复到初始大小 */
  }
}

.header.light .navbar .navbar-brand {
  color: #000;
}

.header.light .navbar.bg-dark .navbar-brand {
  color: #fff;
}

@media (min-width: 992px) {
  .header.light .navbar .navbar-nav .nav-link {
    color: #1A1A1A;
  }

  .header.light .navbar.bg-dark .navbar-nav .nav-link {
    color: #fff;
  }


  .header.light .navbar .navbar-nav .nav-link:hover,
  .header.light .navbar.bg-dark .nav-drop:hover .nav-link {
    color: #a6ff00;
  }

  .header.light .nav-drop .nav-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.87891 8.93921L7.93958 4.87854L12.0002 8.93921" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  .header.light .bg-dark .nav-drop .nav-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.87891 8.93921L7.93958 4.87854L12.0002 8.93921" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }

  .header.light .nav-drop:hover .nav-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.87891 8.93921L7.93958 4.87854L12.0002 8.93921" stroke="%23a6ff00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}

@media (max-width: 991.98px) {
  header.light .navbar-toggler .navbar-toggler-icon span { 
    background-color: #000;
  }
}


/* bottom demo */
.header .drop-menu .menu .menu-cont, 
.header .mobile-account .menu .menu-cont {
  border-radius: 0;
}

.header .drop-menu .menu .bt-demo {
  background: 
linear-gradient(90deg, rgba(166, 255, 0, 0.82) -0.52%, #FFEDAC 100%),
linear-gradient(0deg, #1A1A1A, #1A1A1A);

}

.header .drop-menu .menu .bt-demo .container {
  padding: 20px 0;
}

.header .drop-menu .menu .bt-demo .container .lft,
.header .drop-menu .menu .bt-demo .container .rgt {
  font-size: 24px;
  font-weight: 700;
  line-height:32px;
  color: #000;
}

.header .drop-menu .menu .bt-demo .container .lft {
  width: 323px;
  position: relative;
}

.header .drop-menu .menu .bt-demo .container .lft::after {
  content: '';
  position: absolute;
  background: #1A1A1A;
  width: 1px;
  height: 120%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .drop-menu .menu .bt-demo .container .rgt {
  flex: 1;
}

@media (max-width: 1599.98px) {
  .header .drop-menu .menu .bt-demo .container .lft,
.header .drop-menu .menu .bt-demo .container .rgt {
  font-size: 20px;
}

.header .drop-menu .menu .bt-demo .container {
  padding: 14px 0;
}
.header .drop-menu .menu .bt-demo .container .lft {
  width: 213px;
}
}

