@font-face {
  font-family: "Inter";
  src: url(../core/fonts/Inter-VariableFont_opsz,wght.ttf);
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media all and (min-width: 320px) and (max-width: 667px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 12px;
    right: 15px;
    background: rgba(217, 217, 217, 0.8039215686);
    padding: 8px 8px;
    border-radius: 6px;
    line-height: 100%;
    width: 52px;
    height: 52px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.4);
    z-index: 999;
  }
  .mobile-menu a {
    display: block;
    text-align: center;
    transform: translateY(4px);
  }
  .mobile-menu a i.fa-bars {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0B9444;
  }
  .mobile-menu.collapsed {
    display: none;
  }
  .mobile-menu-box {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: #0A0D0B;
    transition: opacity 10s;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    z-index: 1000;
  }
  .mobile-menu-box .close-button {
    position: absolute;
    top: 0;
    right: 2.8rem;
    color: #0B9444;
    line-height: 100%;
    text-decoration: none;
  }
  .mobile-menu-box .close-button i {
    font-size: 3.4rem;
    color: #0B9444;
  }
  .mobile-menu-box ul.mobile-menu-list li {
    text-align: center;
    padding: 20px 0;
  }
  .mobile-menu-box ul.mobile-menu-list li a {
    text-decoration: none;
    color: #D9D9D9;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 0.97rem;
  }
  .mobile-menu-box ul.mobile-menu-list li a.green-color {
    color: #0B9444;
    text-transform: none;
  }
  .mobile-menu-box ul.mobile-menu-list li.subcat > a {
    position: relative;
  }
  .mobile-menu-box ul.mobile-menu-list li.subcat > a::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 0.92rem;
    top: -1px;
    right: -23px;
    content: "\f0d7";
  }
  .mobile-menu-box ul.mobile-menu-list li.subcat > a.up::after {
    content: "\f0d8";
  }
  .mobile-menu-box.expanded {
    opacity: 1;
    display: block;
  }
  .mobile-menu-subcat {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 2s;
  }
  .mobile-menu-subcat.expanded {
    max-height: 1000px;
    display: block;
  }
  .avatar {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .big-logo {
    text-align: center;
    width: 100%;
    margin-top: 130px;
  }
  .small-logo {
    text-align: center;
    width: 100%;
    padding: 25px 0;
  }
  .mobile-prefix {
    font-size: 0.9rem;
    color: #151515;
    position: absolute;
    top: 16px;
    left: 20px;
  }
  .mobile-prefix.register-prefix {
    left: 12px;
    top: 15px;
  }
  .form-group label {
    font-size: 0.8rem;
  }
  .form-group label span.err-msg {
    font-size: 0.85rem;
    right: 1.6rem;
  }
  .form-control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1882352941);
    font-size: 0.9rem;
    height: 52px;
    padding: 0 20px;
  }
  .form-control.smaller-padding {
    padding: 0 12px;
  }
  .form-control.small-extra-padding {
    padding-left: 50px;
  }
  .form-control.extra-padding {
    padding-left: 65px;
  }
  .form-control.error {
    border-color: #F80000;
  }
  .msg-text {
    font-family: "Inter", sans-serif;
    font-size: 0.8rem;
    text-align: center;
    color: #D9D9D9;
  }
  .error-msg {
    color: #F80000 !important;
  }
  .default-button, .cancel-button {
    font-size: 0.9rem;
    height: 55px;
  }
  .tag-button {
    font-size: 0.9rem;
    height: auto;
  }
  .default-button.bigger-text {
    font-size: 1.1rem;
    font-weight: 600;
  }
  .keep-logged-in {
    font-size: 0.8rem;
    color: #D9D9D9;
  }
  .register-link a {
    color: #0B9444;
    font-size: 0.8rem;
  }
  .md-title {
    font-size: 1.7rem;
  }
  .md-details {
    font-size: 1.2rem;
  }
  .home-hero {
    width: 100%;
    height: 128.2051282051vw;
    position: relative;
  }
  .home-hero .home-hero-gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 128.2051282051vw;
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, #0B9444);
    opacity: 0.88;
  }
  .home-hero img {
    width: 100%;
    height: 128.2051282051vw;
    object-fit: cover;
    z-index: 1;
  }
  .home-hero .home-hero-details {
    z-index: 3;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 25px;
    left: 30px;
  }
  .home-hero .home-hero-details h1.home-hero-title {
    font-weight: 700;
    font-size: 2.2rem;
    color: white;
  }
  .home-hero .home-hero-details h2.home-hero-subtitle {
    font-weight: 400;
    font-size: 1.02rem;
    color: white;
    margin-top: 15px;
  }
  .featured-item img {
    width: 90% !important;
    aspect-ratio: 0.74;
    object-fit: cover;
  }
  .trending-item img, .series-item img, .vlog-item img {
    width: 95% !important;
    aspect-ratio: 1.64;
    object-fit: cover;
  }
  .list-item img {
    width: 100% !important;
    aspect-ratio: 1.64;
    object-fit: cover;
  }
  .history-list li {
    padding: 15px;
    background: white;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
  }
  .history-list li.recent {
    background: rgba(11, 148, 68, 0.2509803922);
  }
  .history-list h3.recent-text {
    color: #F80000;
    font-weight: 600;
    font-size: 1rem;
  }
  .history-list h4 {
    color: black;
    font-size: 1rem;
    font-weight: 600;
  }
  .history-list h4.history-title {
    width: 80%;
  }
  .history-list a.close-history {
    color: #666666;
    font-size: 0.9rem;
    transform: translateY(-2px);
  }
  footer {
    padding: 35px 25px;
    text-align: center;
  }
  footer .copyright-text {
    font-size: 1rem;
  }
  footer .footer-links li {
    text-align: center;
    padding: 12px 0;
  }
  footer .footer-links li a {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=mobile.css.map */
