@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Vivid
// Template URL: https://techpedia.co.uk/template/vivid
// Description:  Vivid - Anime Html Template
// Version: 1.0.0

===============================================
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Jost:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&display=swap');
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Shadows */
.img {
  background: url(../media/backgrounds/bg-2.png);
}

/*-------------------------
    Responcive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #58DDA3;
}
.footerContent {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.episode-list {
    display:none
}
.episode-list.active {
    display: block;
    animation: fadeIn 0.5s ease; /* küçük animasyon efekti */
}
#reklam1, #reklam2, #reklam3 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.previdlink{
    aspect-ratio: 16 / 6;
    width: 100%;
    height: 100%;
}

button[id^="muteButton"] {
    left: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}

button[id^="muteButton"], button[id^="skipButton"] {
    position: absolute;
    bottom: 70px;
    padding: 8px 10px;
    background-color: #941027;
    color: #fff;
    font-size: 12px;
    right: 25px;
    width: 150px;
    z-index:99
}
.comment_author {
    font-size:16px !important
}
.spoilerContent {
    filter: blur(5px);
    cursor: pointer;
    transition: filter .3s;
}

.spoilerContent.revealed {
    filter: none;
}
.text-block {
    width:100%
}
.text-blue-500,.text-purple-500,.text-red-500,.text-slate-500,.text-yellow-500 {
    --tw-text-opacity: 1;
}
.pt-1\.5 {
    background: #fff8dc2b;
    padding: 15px;
    height: 100%;
    margin-bottom: 20px;
}

.gap-1\.5 {
    gap: .375rem;
    height: 18px;
    margin-bottom: 5px;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.text-blue-500 {
    color: rgb(59 130 246 / var(--tw-text-opacity));
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.text-slate-500 {
    color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}

.leading-tight {
    line-height: 1.25;
}

.text-purple-500 {
    color: rgb(168 85 247 / var(--tw-text-opacity));
}

.flex-shrink-0,.shrink-0 {
    flex-shrink: 0;
}

.w-3\.5 {
    width: .875rem;
}

.h-3\.5 {
    height: .875rem;
}

.text-yellow-500 {
    color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-red-500 {
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.font-medium {
    font-weight: 500;
}

.text-xs {
    font-size: 14px;
    line-height: 1rem;
}

.yorumkurallari {
    padding-left: 0;
}
.announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.announcement svg {
    fill:#fff
}
/* opsiyonel fade animasyonu */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (min-width: 1440px) {
  .container,
.container-fluid {
    padding: 0 75px;
    width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.g-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-bottom: 24px;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Changa", "Jost", sans-serif;
  color: #F8F8FF;
  background-color: #1B1B1B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #58DDA3;
}
.video-alternatives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
}
.video-alternatives .language-tab {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    gap: 1rem;
}

.video-alternatives .language-tab .language-link {
    background: black;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(213 213 213);
    font-weight: 600;
    border: none;
}
.video-alternatives .language-tab .language-link svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #fff;
}
#playerview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fullscreen-background {
    position: relative;
    aspect-ratio: 16 / 6;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    margin-bottom: 10px;
    z-index:1
}
.fullscreen-background .player {
    aspect-ratio:16 / 6;
    z-index:9;
    position:relative;
    height: 100%;
    width: 100%;
}

.item__play {
    position: absolute; /* relative değil! */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9); /* Hem tam ortaya hem biraz küçültme */
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 24px;
    color: #f9ab00;
    transition: opacity 0.4s, background-color 0.4s, color 0.4s, border-color 0.4s, transform 0.4s;
    opacity: 1; /* İstersen 0 yapıp hover'da 1 de yapabilirsin */
    border: 6px solid rgba(255, 255, 255, 0.15);
    display: flex;
}

.item__play:hover {
    border-color: rgba(249, 171, 0, 0.5);
    color: #f9ab00;
}
#movie-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.list-view{
    gap: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.containerEpisode {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
}
.cardEp {
    background-color: #262626;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: transform 0.3s ease;
    height: 80px;
}
.cardEp:hover {
    transform: scale(1.05);
    cursor:pointer;
    background:#203c39
}
.cardEp .card_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    object-fit: cover;
}
.cardEp img {
    width: 3.5rem;
    height: 100%;
    min-width: 3.5rem;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    object-fit: cover;
}
.contentEp {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10px;
    position: relative;
    width: calc(100% - 70px);
    gap: 2px;
   justify-content: center;
}


.contentEp h3 {
    font-size: 13px;
    margin-bottom: 5px;
    left: 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgb(219 219 219);
}
.contentEp h2 {
    font-size: 16px;
    left: 0;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #faebd7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentEp p {
    width: 100%;
    color: #b7efef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 3px;
    font-size: 12px;
}

.contentEp p .flag {
    display: inline-block;
    position: relative;
    right: 5px;
    fill:#fff
}

.flag svg{
    fill:#fff
}
.padding-0 {
    padding: 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
p.lh-120 {
  line-height: 120%;
}
@media (max-width: 490px) {
  p br {
    display: none;
  }
    .mb-41 {
        flex: 0 0 auto;
        width: 100%;
    }
body .containerEpisode {
    grid-template-columns: repeat(1, 1fr);
}

}
p.sec {
  font-size: 16px;
}
@media (max-width: 992px) {
  p.sec {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  p.sec {
    font-size: 14px;
  }
}
p.sm {
  font-weight: 400;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  p {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: #58DDA3;
  transition: all 0.5s ease-in-out;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Changa", "Jost", sans-serif;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 40px auto;
}
.pagination li a {
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F8F8FF;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  border-radius: 8px;
  letter-spacing: 0.32px;
  background: #212020;
}
@media (max-width: 490px) {
  .pagination li a {
    width: 38px;
    height: 37px;
    border-radius: 6px;
  }
}
.pagination .first {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F8FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 8px;
    letter-spacing: 0.32px;
    background: #212020;
    padding: 0 10px;
}
.pagination .last {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F8FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 8px;
    letter-spacing: 0.32px;
    background: #212020;
    padding: 0 10px;
}
.pagination .last a {
    width: auto !important;
    padding: 0 10px;
}
.pagination .first a {
    width: auto !important;
    padding: 0 10px;
}
.pagination li a i {
  font-size: 16px;
  font-weight: 400;
}
.pagination li.active {
  background: #58DDA3;
  color: #212020;
  border-radius: 8px;
}
.pagination li.active a {
  background: #58DDA3;
  color: #212020;
  border-radius: 8px;
}
.pagination li a.active {
  background: #58DDA3;
  color: #212020;
  border-radius: 8px;
}
.pagination li a:hover {
  color: #212020;
  background: #58DDA3;
}

.social-icons {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .social-icons {
    width: 100%;
    justify-content: center;
  }
}
.social-icons li a {
  font-size: 32px;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
.social-icons li a svg {
  transition: all 0.5s ease-in-out;
}
.social-icons li a:hover {
  color: #58DDA3;
}
.social-icons li a:hover svg {
  fill: #58DDA3;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #58DDA3 !important;
}

.bg-primary {
  background-color: #58DDA3 !important;
}

.color-white {
  color: #F8F8FF !important;
}

.bg-white {
  background-color: #F8F8FF !important;
}

.light-black {
  color: #1B1B1B !important;
}

.bg-light-black {
  background-color: #1B1B1B !important;
}

.color-black {
  color: #212020 !important;
}

.bg-black {
  background-color: #212020 !important;
}

.dark-black {
  color: #0D0D0D !important;
}

.bg-dark-black {
  background-color: #0D0D0D !important;
}

.light-gray {
  color: #C6CBD2 !important;
}

.bg-light-gray {
  background-color: #C6CBD2 !important;
}

.bg-medium-gray {
  background-color: #9EA2A8 !important;
}

.color-medium-gray {
  color: #9EA2A8 !important;
}

.dark-gray {
  color: #7A7F85 !important;
}

.bg-dark-gray {
  background-color: #7A7F85 !important;
}

.text-shadow {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 4px 10px rgba(0, 0, 0, 0.15), 0px 17px 17px rgba(0, 0, 0, 0.13), 0px 39px 24px rgba(0, 0, 0, 0.08), 0px 70px 28px rgba(0, 0, 0, 0.02), 0px 109px 31px rgba(0, 0, 0, 0);
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-12 {
  border-radius: 12px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.shadow {
  box-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}

.dark-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.h-40 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
.h-40.bold {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .h-40 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .h-40 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .h-40 {
    font-size: 28px;
    letter-spacing: 0.27px;
  }
    .mb-41 {
        flex: 0 0 auto;
        width: 48.333333%;
    }
    .videoplayer {
        aspect-ratio: 16 / 9 !important;
    }

}
@media (max-width: 490px) {
  .h-40 {
    font-size: 24px;
    letter-spacing: 0.27px;
  }
}

.h-36 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}
.h-36.font-sec-2 {
  font-family: "Inter", sans-serif;
}
.h-36.bold {
  font-weight: 700;
}
@media (max-width: 992px) {
  .h-36 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .h-36 {
    font-size: 28px;
  }
    .mb-41 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 575px) {
  .h-36 {
    font-size: 23px;
  }
}

.h-30 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
}
.h-30.bold {
  font-weight: 700;
}
@media (max-width: 992px) {
  .h-30 {
    font-size: 26px;
  }

}
@media (max-width: 767px) {
  .h-30 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .h-30 {
    font-size: 18px;
  }
}
@media only screen and (min-width:491px) and (max-width:575px){
 body .containerEpisode {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (min-width:576px) and (max-width:768px){
 body .containerEpisode {
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and (min-width:769px) and (max-width:991px){
 body .containerEpisode {
    grid-template-columns: repeat(3, 1fr);
}
}
.h-27 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 130%;
  /* 35.1px */
  letter-spacing: -0.54px;
}
.h-27.sec {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: -0.27px;
}
.h-27.bold {
  font-weight: 700;
}
@media (max-width: 992px) {
  .h-27 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .h-27 {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .h-27 {
    font-size: 18px;
    letter-spacing: 0.27px;
  }
}

.h-24 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.h-24.bold {
  font-weight: 700;
}
@media (max-width: 992px) {
  .h-24 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .h-24 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .h-24 {
    font-size: 18px;
  }
}

.h-20 {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
}
.h-20.font-primary {
  font-family: "Changa", "Jost", sans-serif;
}
.h-20.lh-140 {
  line-height: 140%;
}
.h-20.light {
  font-weight: 400;
}
.h-20.bold {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .h-20 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .h-20 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .h-20 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .h-20 {
    font-size: 16px;
  }
}

.block-404 .content {
  width: 100%;
  height: calc(100vh - 134px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .block-404 .content {
    height: calc(100vh - 63px);
  }
}

.coming-soon-page .content {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
  .mb-41 {
    flex: 0 0 auto;
    width: 32.33333333%;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 32px;
  }
}

.m-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
  .mb-41 {
        flex: 0 0 auto;
        width: 100%;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
    display:none
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4p {
  margin-bottom: 4px;
}

.p-96 {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@media (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.p-60 {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-60 {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-60 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 20px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
    padding-top: 140px;
}
@media (max-width: 1199px) {
  .p-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding-top: 28px;
  }
}
@media (min-width: 991px) {
      .mb-41 {
        flex: 0 0 auto;
        width: 32.3333%;
    }
}

@media (max-width: 767px) {
  .p-40 {
     padding-top: 60px;
  }
.padding-0{
    padding-top: 20px;
}

}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
Elements
-------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  display: flex;
  background: #0D0D0D;
  z-index: 9999999;
  align-items: center;
  margin-top: 110px;
}
.loader__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}
.loader__film {
  position: relative;
  top: -30px;
  left: 0;
  display: flex;
}
.loader__film-img {
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.countdown {
  padding: 0;
}
.countdown.data-timer1 li {
  margin: 0;
}
.countdown li {
  font-weight: 700;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #F8F8FF;
  margin-right: 32px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .countdown li {
    margin-right: 24px;
  }
}
.countdown li:last-child {
  margin-right: 0;
}
.countdown li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #F8F8FF;
  transform: rotate(-90deg);
  padding: 0;
  background: none;
  border-radius: 0;
  margin-left: 0px;
}

.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 100px;
  padding: 11px 0;
  background: #58DDA3;
  color: #F8F8FF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.back-to-top:hover {
  background: #1B1B1B;
  color: #F8F8FF;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  padding: 12px 32px;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease-in-out;
  border-radius: 15px;
  border: none;
}
.cus-btn i {
  font-size: 24px;
}
@media (max-width: 492px) {
  .cus-btn i {
    font-size: 20px;
  }
}
@media (max-width: 492px) {
  .cus-btn {
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.cus-btn.primary {
  padding: 14px 40px;
  background-color: #58DDA3;
  color: #1B1B1B;
}
@media (max-width: 492px) {
  .cus-btn.primary {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 12px;
  }
}
.cus-btn.primary:hover {
  background-color: #58DDA3;
  color: #1B1B1B;
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}
.cus-btn.space {
  padding: 12px 24px;
}
@media (max-width: 580px) {
  .cus-btn.space {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 6px;
  }
}
.cus-btn.space i {
  font-size: 20px;
}
@media (max-width: 492px) {
  .cus-btn.space i {
    font-size: 18px;
  }
}
.cus-btn.sec {
  background-color: transparent;
  color: #F8F8FF;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 492px) {
  .cus-btn.sec {
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.cus-btn.sec:hover {
  background: rgba(248, 248, 255, 0.3);
}
.cus-btn.light {
  padding: 14px 20px;
  background: rgba(179, 150, 150, 0.39);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25px);
  color: #F8F8FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  font-family: "Changa", "Jost", sans-serif;
}
.cus-btn.light i {
  font-size: 20px;
}
@media (max-width: 492px) {
  .cus-btn.light i {
    font-size: 18px;
  }
}
.cus-btn.light:hover {
  color: #58DDA3;
}
.cus-btn.sm-light {
  font-size: 14px;
  padding: 4px 9px;
  border-radius: 8px;
  letter-spacing: 0.28px;
}
.cus-btn.grey {
  background-color: #9EA2A8;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
.cus-btn.grey:hover {
  background: #58DDA3;
}
.cus-btn.dark {
  background-color: #1B1B1B;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
.cus-btn.dark:hover {
  background-color: #F8F8FF;
  color: #1B1B1B;
}

.light-btn {
  display: flex;
  padding: 14px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Changa", "Jost", sans-serif;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  /* 24px */
  transition: all 0.5s ease-in-out;
  color: #F8F8FF;
}
@media (max-width: 492px) {
  .light-btn {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 12px;
  }
}
.light-btn.primary i {
  color: #58DDA3;
}
.light-btn.primary:hover {
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.cus-btn-2 {
  display: flex;
  padding: 10px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 41px;
  border: 1px solid #FFF;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25px);
  text-align: center;
  color: #F8F8FF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
  transition: all 0.5s ease-in-out;
}
.cus-btn-2:hover {
  border-color: #58DDA3;
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.modal {
  width: 100%;
}
.modal .modal-dialog {
  max-width: 50%;
}
@media (max-width: 580px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-body {
  width: 100%;
  text-align: end;
}
.modal .modal-dialog .modal-body .btn-close {
  margin-bottom: 12px;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: #212020;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.input-group input {
  width: 88%;
  border: none;
  background: transparent;
  color: #9EA2A8;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Changa", "Jost", sans-serif;
}
.input-group input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
.input-group input::placeholder {
  color: #7A7F85;
  opacity: 1;
}
.input-group button {
  margin-right: 20px;
  border: none;
  background: transparent;
  color: #9EA2A8;
  font-size: 24px;
  padding: 0;
  text-align: end;
  box-shadow: none;
}
.input-group.search-bar {
  width: 100%;
}
.input-group.st-2 {
  border: none;
  background: #C6CBD2;
  border-radius: 20px;
}

.form-control {
  padding: 12px 16px;
  border-radius: 12px;
  background: #212020;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Changa", "Jost", sans-serif;
  position: relative;
  color: #9EA2A8;
  border: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  color: #9EA2A8;
  border: none;
  background: #212020;
}
.form-control::placeholder {
  color: #9EA2A8;
  opacity: 1;
}

.form-group .form-control {
  background: #F8F8FF;
  padding: 12px 16px;
}

.inputGroup {
  width: 100%;
  position: relative;
}
.inputGroup textarea,
.inputGroup input {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  padding: 16px;
  outline: none;
  border: none;
  background-color: #ECECF2;
  border-radius: 20px;
  width: 100%;
  color: #1B1B1B;
}
.inputGroup label {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  position: absolute;
  left: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #7A7F85;
}

.inputGroup :is(textarea:focus, textarea:valid) ~ label,
.inputGroup :is(input:focus, input:valid) ~ label {
  transform: translateY(-50%) scale(0.9);
  margin-left: 1.3em;
  padding: 0.4em;
  background-color: transparent;
}

textarea {
  height: 149px;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  background-color: #9EA2A8;
}

input[type=checkbox]:checked {
  accent-color: #58DDA3;
}

input[type=checkbox]:checked {
  accent-color: #58DDA3;
  background-color: #58DDA3;
  border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #58DDA3;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #58DDA3;
}

.alert-message {
  display: none;
}

.search {
  display: inline-block;
  position: relative;
  box-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .search {
    width: 100%;
  }
}

.search input[type=text] {
  width: 636px;
  padding: 16px;
  border: none;
  box-shadow: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #7A7F85;
}
@media (max-width: 1199px) {
  .search input[type=text] {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .search input[type=text] {
    width: 430px;
  }
}
@media (max-width: 768px) {
  .search input[type=text] {
    width: 100%;
  }
}

.search input[type=text]:focus {
  outline: 0;
}

.search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

.checkBox {
  display: block;
}

.checkBox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkBox label {
  position: relative;
  cursor: pointer;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #9EA2A8;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .checkBox label {
    align-items: flex-start;
  }
}

.checkBox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #9EA2A8;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 490px) {
  .checkBox label:before {
    margin-top: 5px;
  }
}

.checkBox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #F8F8FF;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.card {
  border: none;
  background: transparent;
}
.card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.card .card-header .nav-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 4px;
  border-radius: 12px;
  background: #252121;
}
.card .card-header .nav-tabs li a {
  background: transparent;
  border-radius: 8px;
  padding: 7px 31px;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .card .card-header .nav-tabs li a {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  .card .card-header .nav-tabs li a {
    font-size: 14px;
    padding: 6px 18px;
  }
}
.card .card-header .nav-tabs li a.active {
  color: #0D0D0D;
  background: #58DDA3;
}
.card .card-header .nav-tabs li a.active:hover {
  color: #0D0D0D;
}
.card .card-header .nav-tabs li a:hover {
  color: #58DDA3;
}
.card .card-body {
  padding: 0;
}

textarea {
  height: 147px !important;
}

.quantity {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}
.quantity .number,
.quantity .increment,
.quantity .decrement {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 6px 16px;
  border-radius: 10px;
  background: #C6CBD2;
  color: #1B1B1B;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 21px;
  font-weight: 400;
  flex-shrink: 0;
  line-height: 140%;
  /* 29.4px */
  border: none;
  width: 48px;
  height: 53px;
}
.quantity .number {
  color: #F8F8FF;
  background: #58DDA3;
}

.radio-button input:checked,
.radio-button input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-button label {
  color: #1B1B1B;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  /* 29.4px */
}

.radio-button input:not(:checked) + label {
  color: #54575C;
}

.radio-button input:checked + label,
.radio-button input:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

.radio-button input:checked + label:before,
.radio-button input:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 2px solid #1B1B1B;
  border-radius: 100%;
  background: #F8F8FF;
}

.radio-button input:not(:checked) + label:before {
  border: 2px solid #54575C;
}

.radio-button input:checked + label:after,
.radio-button input:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1B1B1B;
  position: absolute;
  top: 9px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-button input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-button input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal {
  padding: 0 !important;
  --bs-modal-padding: 0rem !important;
  --bs-modal-margin: 0rem !important;
}
.modal .modal-dialog {
  max-width: 70%;
}
@media (max-width: 768px) {
  .modal .modal-dialog {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  background-color: #000;
  margin-top: 48px;
  border-radius: 24px;
}
.modal .modal-dialog .modal-content .top_bar {
  background-color: #212020;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-radius: 16px 16px 0 0;
}
.modal .modal-dialog .modal-content .top_bar .modal-title {
  padding-left: 24px;
  color: #F8F8FF;
}
.modal .modal-dialog .modal-content .close {
  border: 0;
  background: transparent;
  color: #58DDA3;
  padding: 10px 20px 0px 10px;
}
.modal .modal-dialog .modal-content .close span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal .modal-dialog .modal-content .close span i {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .close span b {
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  border: 0;
  border: none;
  height: 700px;
  width: 100%;
}

.alphabetic-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.alphabetic-filter li a {
  background-color: #212020;
  border-radius: 8px;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 44.5px;
  height: 43.5px;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
.alphabetic-filter li a.active {
  color: #58DDA3;
}
.alphabetic-filter li a:hover {
  color: #58DDA3;
  transition: all 0.5s ease-in-out;
}

.filter-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.filter-block li .filter-dropdown {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  background-color: #212020;
  color: #9EA2A8;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 133px;
  padding: 8px;
}
.filter-block li .filter-dropdown i {
  font-size: 16px;
}
@media only screen and (min-width: 1399px) and (max-width: 1499px) {
  .filter-block li .filter-dropdown i {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .filter-block li .filter-dropdown i {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1499px) {
  .filter-block li .filter-dropdown {
    min-width: 99px;
    font-size: 14px;
    padding: 8px 5px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .filter-block li .filter-dropdown {
    min-width: 128px;
    font-size: 14px;
  }
}
.filter-block li .filter-dropdown::after {
  display: none;
}
.filter-block li .dropdown-menu {
  background-color: #212020;
}
.filter-block li .dropdown-menu li {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.filter-block li .dropdown-menu.show {
  width: 200px;
  padding: 10px;
}
@media (max-width: 575px) {
  .filter-block li .dropdown-menu.show {
    padding: 5px;
  }
}
.filter-block li #genre + .dropdown-menu.show {
  width: 570px;
}
@media (max-width: 575px) {
  .filter-block li #genre + .dropdown-menu.show {
    width: 250px;
  }
}
.filter-block li #genre + .dropdown-menu.show li {
  width: 30%;
}
@media (max-width: 575px) {
  .filter-block li #genre + .dropdown-menu.show li {
    width: 49%;
  }
}
.filter-block li #sort-by + .dropdown-menu.show {
  width: 320px;
}
@media (max-width: 575px) {
  .filter-block li #sort-by + .dropdown-menu.show {
    width: 250px;
  }
}
.filter-block li #rating + .dropdown-menu.show {
  width: 320px;
}
@media (max-width: 575px) {
  .filter-block li #rating + .dropdown-menu.show {
    width: 250px;
  }
}
.filter-block li #year + .dropdown-menu.show {
  width: 280px;
}
@media (max-width: 575px) {
  .filter-block li #year + .dropdown-menu.show {
    width: 250px;
  }
}
.filter-block li #year + .dropdown-menu.show li {
  width: 48%;
}
.filter-block li .custom-control {
  width: 100%;
  padding: 5px;
  display: inline-block;
}
.filter-block li .custom-control label {
  color: #9EA2A8;
  font-weight: 400;
  font-size: 16px;
  padding-left: 5px;
  cursor: pointer;
  display:contents;
}
@media (max-width: 575px) {
  .filter-block li .custom-control label {
    font-size: 12px;
  }
}
.filter-block li .custom-control label:hover {
  cursor: pointer;
  color: #58DDA3;
}

/*-------------------------
  layouts
-------------------------*/
header {
  width: 100%;
background: #212121;
    position: fixed;
    top: 0;
    z-index: 9999;
  /*---------------------
      HAMBURGER MENU
  ----------------------*/
}
header.large-screens {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0px;
}

.search-results {
    position: absolute;
    top: 100%;
    width: 400px;
    background-color: #212020;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display:none
}
/* Arama sonuçlarının genel düzeni */
#searchResultsList {
    list-style: none;
    padding: 0;
    margin: 0;
}

#searchResultsList li {
    display: flex; /* Resim ve içerik yan yana gelecek */
    align-items: center; /* İçeriklerin yatayda ortalanması */
    padding: 10px;
    border-bottom: 1px solid #ddd; /* Her sonucun altına ince bir çizgi */
    background-color: #212020; /* Eğer arka plan siyah ise */
    color: #fff; /* Yazı rengi beyaz */
}
#searchResultsList li:hover {
    background: #0d2640
}

#searchResultsList li a {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

/* Resim için stil */
.searchimg {
    flex-shrink: 0; /* Resmin küçülmemesi için */
    margin-right: 10px; /* Resim ile içerik arasında boşluk */
    width: 50px;
    height: 50px;
    float: left;
    border: 2px solid #fff;
    border-radius: 6px;
}

.searchimg img {
    width: 48px;
    height: 46px;
    object-fit: cover;
    border-radius: 6px;
}

/* İçerik (başlık ve bilgiler) için stil */
.searchinfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    left: 5px;
}

/* Başlık için stil */
.searchTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    left: 5px;
}

/* Bilgiler için stil */
.searchYear, .searchRating {
    font-size: 14px;
    color: #fff; /* Açık gri renk */
    margin-right: 10px; /* Bilgiler arasında boşluk */
    display: flex;
    align-items: center; /* İkonlarla metinleri hizala */
}

.searchRating svg {
    margin-right: 5px; /* İkon ile puan arasında boşluk */
    width: 16px; /* İkon boyutu */
    height: 16px;
}

@media (max-width: 768px) {
    .search-results {
        max-height: 200px;
    }
}
@media (max-width: 1399px) {
  header.large-screens {
    padding: 15px 24px;
  }
}
@media (max-width: 992px) {
  header.large-screens {
    display: none;
  }
}
header nav .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  header nav .navbar-collapse .navbar-brand img {
    max-width: 100px;
  }
}
header nav .navbar-collapse .navbar-nav {
  display: flex;
  gap: 48px;
  align-items:center;
  justify-content: flex-start;
}
@media (max-width: 1299px) {
  header nav .navbar-collapse .navbar-nav {
    gap: 16px;
  }
}
header nav .navbar-collapse .navbar-nav .menu-item a {
  font-family: "Changa", "Jost", sans-serif;
  color: #F8F8FF;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: capitalize;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header nav .navbar-collapse .navbar-nav .menu-item a i {
  font-size: 32px;
}
header nav .navbar-collapse .navbar-nav .menu-item a.active {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .menu-item a.active svg {
  stroke: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .menu-item a:hover {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .menu-item a:hover svg {
  stroke: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .has-children {
  position: relative;
}
header nav .navbar-collapse .navbar-nav .has-children a {
  font-family: "Changa", "Jost", sans-serif;
  color: #F8F8FF;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}
header nav .navbar-collapse .navbar-nav .has-children a.active {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .has-children a:hover {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .has-children .submenu {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 16px;
  border-radius: 12px;
  background: #1B1B1B;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0;
}
@media (max-width: 1399px) {
  header nav .navbar-collapse .navbar-nav .has-children .submenu {
    left: -80px;
  }
}
header nav .navbar-collapse .navbar-nav .has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
header nav .navbar-collapse .navbar-nav .has-children .submenu li a {
  position: relative;
  color: #F8F8FF;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  font-family: "Changa", "Jost", sans-serif;
  padding: 8px 0;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header nav .navbar-collapse .navbar-nav .has-children .submenu li a.active {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .has-children .submenu li a:hover {
  color: #58DDA3;
}
header nav .navbar-collapse .navbar-nav .has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@media (max-width: 790px) {
  header nav .navbar-collapse .navbar-nav .has-children:hover .submenu {
    left: 0;
  }
}
header nav .navbar-collapse .navbar-nav .has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header nav .navbar-collapse .right-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav .navbar-collapse .right-nav .navbar-nav {
  gap: 20px;
  align-items: center;
}
header nav .navbar-collapse .right-nav .navbar-nav .notification {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #212020;
}
header nav .navbar-collapse .right-nav .navbar-nav .notification .notification-number {
  position: relative;
}
header nav .navbar-collapse .right-nav .navbar-nav .notification .notification-number span {
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-flex;
  padding: 0px 3.5px;
  justify-content: center;
  align-items: center;
  background: #58DDA3;
  color: #1B1B1B;
  text-align: center;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
  border-radius: 50px;
}
header nav .navbar-collapse .right-nav .navbar-nav .has-children a img {
  border-radius: 12px;
}
header nav .navbar-collapse .right-nav .navbar-nav .has-children .submenu {
  left: unset;
  right: 0;
  min-width: 120px;
  top: 48px;
  text-align: center;
}
header nav .navbar-collapse .input-group.search-bar {
  width: 402px;
  margin: 0 auto;
}
header.small-screen {
  padding: 16px 0 8px;
}
@media screen and (min-width: 991px) {
  header.small-screen {
    display: none;
  }
}
header.small-screen .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header.small-screen .hamburger-menu {
  display: grid;
  justify-content: end;
  width: 100%;
  height: 22px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar {
  position: relative;
  transform: translateY(10px);
  background: #F8F8FF;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
  cursor: pointer;
}
header.small-screen .hamburger-menu .bar:before {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #F8F8FF;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar:after {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #F8F8FF;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar.animate:after {
  top: 0;
  background: #1B1B1B;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate:before {
  bottom: 0;
  background: #1B1B1B;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .mobile-navar ul {
  margin: 0;
  padding: 0;
}
header.small-screen .mobile-navar ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  padding-left: 15px;
  color: #1B1B1B;
}
header.small-screen .mobile-navar ul li:first-child {
  margin-top: 20px;
}
header.small-screen .mobile-navar ul li a {
  text-decoration: none;
  color: #1B1B1B;
  position: relative;
}
header.small-screen .mobile-navar ul li a.active {
  color: #58DDA3;
}
header.small-screen .mobile-navar ul li a:hover {
  color: #58DDA3;
}
header.small-screen .mobile-navar {
  top: 0px;
  padding-top: 50px;
  max-width: 300px;
  right: -300%;
  width: 100%;
  background: #FFFFFF;
  background-size: cover;
  color: #F8F8FF;
  height: 100%;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 490px) {
  header.small-screen .mobile-navar {
    max-width: 220px;
  }
}
header.small-screen .mobile-navar.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .has-children.active {
  color: #58DDA3;
}
header.small-screen .has-children:hover {
  cursor: pointer;
}
header.small-screen .mobile-navar .children {
  display: none;
}
header.small-screen .mobile-navar .children li a {
  font-size: 18px;
  line-height: 30px;
}
header.small-screen .mobile-navar .children li:first-child {
  margin-top: 0px;
}
header.small-screen .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #1B1B1B;
  top: 10px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
header.small-screen .icon-arrow:after {
  content: "▼";
}
header.small-screen .icon-arrow:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

footer {
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 40px;
  background: url(../media/footer/bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  footer {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  footer {
    padding-top: 60px;
    padding-bottom: 24px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}
footer .footer-main .footer-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
  padding-right: 73px;
}
@media (max-width: 1499px) {
  footer .footer-main .footer-info {
    padding-right: 40px;
  }
}
@media (max-width: 1440px) {
  footer .footer-main .footer-info {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .footer-main .footer-info {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-main .footer-info {
    margin-bottom: 36px;
  }
      .mb-41 {
        flex: 0 0 auto;
        width: 31.3333%;
    }
}
@media (max-width: 767px) {
  footer .footer-main .footer-info {
    margin-bottom: 32px;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  footer .footer-main .footer-info {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .footer-about {
    text-align: center;
  }
}
@media (max-width: 578px) {
  footer .footer-main .footer-info .footer-about {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .footer-about .h-20 {
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  footer .footer-main .footer-info .footer-about .h-20 {
    font-size: 14px;
  }
}
footer .footer-main .footer-info .footer-about .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .footer-about .social-icons {
    justify-content: left;
  }
}
footer .footer-main .footer-info .footer-about .social-icons li a {
  padding: 8px;
  border-radius: 8px;
  background: #252121;
  color: #7A7F85;
}
footer .footer-main .footer-info .footer-about .social-icons li a svg path {
  transition: all 0.5s ease-in-out;
}
footer .footer-main .footer-info .footer-about .social-icons li a:hover {
  color: #58DDA3;
}
footer .footer-main .footer-info .footer-about .social-icons li a:hover svg path {
  fill: #58DDA3;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .list {
    width: 46%;
  }
}
footer .footer-main .footer-info .list .link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-main .footer-info .list .link li {
  color: #C6CBD2;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
@media (max-width: 1399px) {
  footer .footer-main .footer-info .list .link li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  footer .footer-main .footer-info .list .link li {
    font-size: 16px;
  }
}
footer .footer-main .footer-info .list .link li a:hover {
  color: #58DDA3;
}
footer .footer-main .footer-info h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.08px;
  color: #F8F8FF;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-info h3 {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  footer .footer-main .footer-info h3 {
    font-size: 21px;
  }
}
footer .footer-main .footer-info .newsletter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer .footer-main .footer-info .newsletter .cus-btn,
footer .footer-main .footer-info .newsletter .form-control {
  width: 416px;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-info .newsletter .cus-btn,
footer .footer-main .footer-info .newsletter .form-control {
    width: 350px;
  }
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .newsletter .cus-btn,
footer .footer-main .footer-info .newsletter .form-control {
    width: 500px;
    margin: 0 auto 16px 0;
  }
}
@media (max-width: 575px) {
  footer .footer-main .footer-info .newsletter .cus-btn,
footer .footer-main .footer-info .newsletter .form-control {
    width: 400px;
    padding: 14px 24px;
  }
}
@media (max-width: 490px) {
  footer .footer-main .footer-info .newsletter .cus-btn,
footer .footer-main .footer-info .newsletter .form-control {
    width: 350px;
    padding: 14px 24px;
  }
}
footer .footer-main .footer-info .newsletter .cus-btn {
  margin-bottom: 50px;
}
footer .footer-main .footer-info .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .menu {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .menu .link li {
    text-align: center;
  }
}
footer .footer-main .footer-info .menu .link li a {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 150%;
  color: #F8F8FF;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  footer .footer-main .footer-info .menu .link li a {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  footer .footer-main .footer-info .menu .link li a {
    font-size: 18px;
  }
}
footer .footer-main .footer-info .menu .link li a:hover {
  color: #58DDA3;
}
footer .copyright {
  color: #C6CBD2;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.hero-banner-1 {
  width: 100%;
}
.hero-banner-1 .anime-card {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 50px;
    overflow: hidden;
}

.hero-banner-1 .anime-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: var(--bg-url);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
    border-radius: 12px;
}

.hero-banner-1 .anime-card > .content {
    position: relative;
    z-index: 2;
}

@media (max-width: 490px) {
  .hero-banner-1 .anime-card {
    padding: 20px;
  }
}
.hero-banner-1 .anime-card .logo {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .hero-banner-1 .anime-card .logo {
    margin-bottom: 58px;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .anime-card .logo {
    margin-bottom: 42px;
  }
}
@media (max-width: 490px) {
  .hero-banner-1 .anime-card .logo {
    margin-bottom: 28px;
  }
}
.hero-banner-1 .anime-card .tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap:wrap;
}
.hero-banner-1 .anime-card .tag li {
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.hero-banner-1 .anime-card p b {
  font-weight: 400;
}
.hero-banner-1 .anime-card .btn-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-banner-1 .anime-sm-card {
  padding: 20px;
  border-radius: 20px;
  background: #212121;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.hero-banner-1 .anime-sm-card.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .hero-banner-1 .anime-sm-card.mb-30 {
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .anime-sm-card {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 490px) {
  .hero-banner-1 .anime-sm-card {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 1680px) {
  .hero-banner-1 .anime-sm-card img {
    width: 35%;
  }
}
@media (max-width: 1440px) {
  .hero-banner-1 .anime-sm-card img {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .hero-banner-1 .anime-sm-card img {
    width: 20%;
  }
}
@media (max-width: 992px) {
  .hero-banner-1 .anime-sm-card img {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .hero-banner-1 .anime-sm-card img {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .hero-banner-1 .anime-sm-card img {
    width: 38%;
  }
}
@media (max-width: 490px) {
  .hero-banner-1 .anime-sm-card img {
    width: 100%;
  }
}
.hero-banner-1 .anime-sm-card h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-banner-1 .anime-sm-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 50px;
}
@media (max-width: 1680px) {
  .hero-banner-1 .anime-sm-card p {
    margin-bottom: 16px;
  }
}
.hero-banner-1 .anime-sm-card .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
}
.hero-banner-1 .anime-sm-card .tag li {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  position: relative;
  margin-left: 13px;
}
.hero-banner-1 .anime-sm-card .tag li::before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #9EA2A8;
  margin: 0;
}
.hero-banner-1 .anime-sm-card .tag li:first-child {
  margin-left: 0;
}
.hero-banner-1 .anime-sm-card .tag li:first-child::before {
  display: none;
}
.hero-banner-1 .anime-sm-card .tag li.sec {
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #9EA2A8;
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
    border-radius: 12px;
}

.inner-banner > .container-fluid {
    position: relative;
    z-index: 2;
    aspect-ratio: 16 / 6;
    max-height:620px;
}

.fullscreen-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen-background::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 1;
    border-radius: 12px;
}

.fullscreen-background > #playerview {
    position: relative;
    z-index: 2;
}

.inner-banner .videoplayer .aks-video-player {
  height: 615px !important;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .inner-banner .videoplayer .aks-video-player {
    height: 454px !important;
  }
}
@media (max-width: 575px) {
  .inner-banner .videoplayer .aks-video-player {
    height: 254px !important;
  }
}
.inner-banner .videoplayer .icon-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.inner-banner .videoplayer .icon-block .icon {
  display: inline-flex;
  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: rgba(45, 36, 36, 0.6);
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.inner-banner .videoplayer .icon-block .icon i {
  font-size: 20px;
  color: #F8F8FF;
}
.inner-banner .videoplayer .icon-block .time {
  display: flex;
  padding: 10px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 41px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(25px);
}
.inner-banner .videoplayer .icon-block .time span {
  color: #1B1B1B;
  text-align: center;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 575px) {
  .inner-banner .videoplayer .icon-block .time span {
    font-size: 16px;
  }
}
.inner-banner .movie-listing {
  border-radius: 12px;
  background: #181818;
  padding: 20px 10px;
  position: relative;
  height: 575px;
  overflow: auto;
  /* Track */
  /* Handle */
}
@media (max-width: 1199px) {
  .inner-banner .movie-listing {
    height: 454px;
  }
}
@media (max-width: 490px) {
  .inner-banner .movie-listing {
    height: 400px;
  }
}
.inner-banner .movie-listing::-webkit-scrollbar {
  width: 10px;
}
.inner-banner .movie-listing::-webkit-scrollbar-track {
  background: transparent;
  padding: 0 2px;
  width: 10px;
}
.inner-banner .movie-listing::-webkit-scrollbar-thumb {
  width: 6px;
  background: #212020;
  border-radius: 6px;
}
.inner-banner .movie-listing .name-detail {
  padding: 0 10px;
    position: sticky;
    top: 0;
    z-index: 999;
}
@media (max-width: 1199px) {
  .inner-banner .movie-listing .name-detail {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .inner-banner .movie-listing .name-detail {
    padding: 0 10px;
  }
}
@media (max-width: 490px) {
  .inner-banner .movie-listing .name-detail {
    padding: 0;
  }
}
.inner-banner .movie-listing .name-detail .accordion-button {
  padding: 12px 20px;
  border-radius: 12px 12px 0 0;
  background: #212020;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F8F8FF;
}
.inner-banner .movie-listing .name-detail .accordion-button.collapsed {
  border-radius: 12px;
}
.inner-banner .movie-listing .name-detail .accordion-button span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  .inner-banner .movie-listing .name-detail .accordion-button span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .inner-banner .movie-listing .name-detail .accordion-button span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .inner-banner .movie-listing .name-detail .accordion-button span {
    font-size: 18px;
  }
}
.inner-banner .movie-listing .name-detail .accordion-button i {
  font-size: 20px;
  right: 10px;
  position: absolute;
}
.inner-banner .movie-listing .name-detail .accordion-body {
  padding: 6px 20px 12px 20px;
  border-radius: 0 0 12px 12px;
  background: #212020;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inner-banner .movie-listing .name-detail .accordion-body li a {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.inner-banner .movie-listing .name-detail .accordion-body li a .active{
  color: #FFF;
  font-weight: 600;
}
.videoplayer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top:10px
}
.alternatif_link {
    display: none;
    width: 100%;
    background: transparent;
    border-radius: 6px;
    align-items:center;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom: 5px;
}
.alternatif_linkmovie {
    width: 100%;
    background: transparent;
    border-radius: 6px;
    align-items:center;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:10px;
    padding-bottom: 15px;
    display: flex;
}
.alternative-linkbutton {
    background: #023144;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    border: none;
    justify-content: center;
    opacity:0.8
}
.alternative-linkbutton:hover {
   background: #07709b;
}
.alternative-linkmoviebutton:hover {
   background: #07709b;
}
.alternative-linkmoviebutton {
    background: #023144;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    border: none;
    justify-content: center;
    opacity:0.8
}
.alternative-linkmoviebutton.active {
    background: #8a2be2;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    align-items: center;
    display: flex;
    gap: 5px;
    border-radius: 6px;
    border: none;
    justify-content: center;
    opacity:1
}
.alternative-linkbutton.active {
    background: #8a2be2;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    align-items: center;
    display: flex;
    gap: 5px;
    border-radius: 6px;
    border: none;
    justify-content: center;
    opacity:1
}

.inner-banner .movie-listing .name-detail .accordion-body li .active{
  color: #FFF;
  font-weight: 600;
}
@media (max-width: 575px) {
  .inner-banner .movie-listing .name-detail .accordion-body li a {
    font-size: 14px;
  }
}
.inner-banner .movie-listing .name-detail .accordion-body li a:hover {
  color: #58DDA3;
  cursor:pointer;
}
.inner-banner .movie-listing .episode-list .list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 16px;
  background: transparent;
}

.inner-banner .movie-listing .episode-list .active {
  background: #8a2be2;
}

.inner-banner .movie-listing .episode-list .list .active {
  background: #8a2be2;
}
@media (max-width: 1199px) {
  .inner-banner .movie-listing .episode-list .list {
    padding: 10px 0;
    gap: 12px;
  }
}
@media (max-width: 992px) {
  .inner-banner .movie-listing .episode-list .list {
    padding: 10px;
    gap: 20px;
  }
}
@media (max-width: 490px) {
  .inner-banner .movie-listing .episode-list .list {
    padding: 10px 0;
    gap: 12px;
  }
}
.inner-banner .movie-listing .episode-list .list .img-block {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width:220px;
}
.inner-banner .movie-listing .episode-list .list .img-block img {
  object-fit: cover;
}
.inner-banner .movie-listing .episode-list .list .img-block a {
  position: absolute;
  right: 6px;
  bottom: -150px;
  transition: all 0.5s ease-in-out;
  z-index: 555;
}
.inner-banner .movie-listing .episode-list .list:hover {
  cursor: pointer;
  background: #212020;
}
.inner-banner .movie-listing .episode-list .list:hover .img-block a {
  bottom: 6px;
}
.inner-banner .movie-listing .episode-list .list .detail-list {
  display: block;
  width: 60%;
}
@media (max-width: 992px) {
  .inner-banner .movie-listing .episode-list .list .detail-list {
    width: 76%;
  }
}
.inner-banner .movie-listing .episode-list .list .detail-list h5 {
  color: #F8F8FF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 490px) {
  .inner-banner .movie-listing .episode-list .list .detail-list h5 {
    font-size: 14px;
  }
}
.inner-banner .movie-listing .episode-list .list .detail-list p {
  color: #F8F8FF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .inner-banner .movie-listing .episode-list .list .detail-list p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .inner-banner .movie-listing .episode-list .list .detail-list p {
    font-size: 15px;
  }
}
@media (max-width: 492px) {
  .inner-banner .movie-listing .episode-list .list .detail-list p {
    font-size: 14px;
  }
}
.inner-banner .movie-listing .episode-list .list .detail-list p:last-child {
  margin: 0;
}
.inner-banner .movie-listing .episode-list .list .detail-list p span {
  color: #9EA2A8;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view .views-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view .views-block a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #F8F8FF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.28px;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view .views-block a i {
  font-size: 16px;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view .views-block a:hover {
  color: #58DDA3;
}
.inner-banner .movie-listing .episode-list .list .detail-list .time-view .views-block a:hover svg {
  stroke: #58DDA3;
}
.inner-banner .movie-listing .episode-list .line {
  width: calc(100% - 20px);
  height: 1px;
  margin: 12px auto;
  background: #766565;
}
@media (max-width: 490px) {
  .inner-banner .movie-listing .episode-list .line {
    margin: 8px 0;
  }
}

.categories .categorie-item {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #35373A;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
  .categories .categorie-item {
    gap: 12px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .categories .categorie-item {
    gap: 12px;
    padding: 12px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
  .categories .categorie-item img {
    width: 40%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
  .categories .categorie-item .content h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .categories .categorie-item .content h2 {
    font-size: 28px;
  }
}
.categories .categorie-item:hover {
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.trending .sm-title {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}
@media (max-width: 490px) {
  .trending .sm-title {
    font-size: 14px;
  }
}
.trending .card-slider {
    margin: 0 -15px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.trending .card .img-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.trending .card .img-block img {
  object-fit: cover;
  width: 100%;
}
.trending .card .img-block .cus-btn {
  position: absolute;
  left: 20px;
  bottom: -70px;
}
.trending .card .img-block:hover .cus-btn {
  bottom: 20px;
}
.trending .card .content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.trending .card .content .list {
  color: #C6CBD2;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}
.trending .card .content .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.trending .card .content .name .h-20 {
  line-height: 120%;
}
.trending .card .content .tag {
  display: flex;
  align-items: center;
}
.trending .card .content .tag li {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #43464B;
}
.trending .card .content .tag li.icon {
  padding: 0 4px 0 12px;
}
.trending .card .content .tag li.icon i {
  color: #EEAA0F;
}
.trending .card .content .tag li:nth-child(5) {
  margin: 0;
  border: none;
}
.trending .card .content .tag li:nth-child(1) {
  margin: 0;
  padding-left: 0;
  border: none;
}
.trending .card.st-2 {
  margin: 0 15px;
}
.trending .card.st-2 .content {
  flex-direction: column;
  align-items: inherit;
  gap: 8px;
}
.trending .card .card-header {
  position: absolute;
  right: 0;
  top: -83px;
  z-index: 998;
}
@media (max-width: 1199px) {
  .trending .card .card-header {
    top: -75px;
  }
}
@media (max-width: 991px) {
  .trending .card .card-header {
    top: -68px;
  }
}
@media (max-width: 767px) {
  .trending .card .card-header {
    top: -58px;
  }
}
@media (max-width: 575px) {
  .trending .card .card-header {
    right: 0;
  }
}
@media (max-width: 490px) {
  .trending .card .card-header {
    top: -53px;
  }
}
.trending .card-slider .slick-prev,
.trending .card-slider .slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: -61px;
  border-radius: 8px;
  background: #212121;
  padding: 10px;
}
@media (max-width: 1199px) {
  .trending .card-slider .slick-prev,
.trending .card-slider .slick-next {
    top: -53px;
  }
}
@media (max-width: 991px) {
  .trending .card-slider .slick-prev,
.trending .card-slider .slick-next {
    top: -49px;
  }
}
@media (max-width: 767px) {
  .trending .card-slider .slick-prev,
.trending .card-slider .slick-next {
    top: -43px;
  }
}
@media (max-width: 575px) {
  .trending .card-slider .slick-prev,
.trending .card-slider .slick-next {
    right: 24px;
  }
}
.trending .card-slider .slick-prev::before,
.trending .card-slider .slick-next::before {
  font-size: 20px;
  color: #7A7F85;
}
.trending .card-slider .slick-prev:hover::before,
.trending .card-slider .slick-next:hover::before {
  color: #58DDA3;
}
.trending .card-slider .slick-prev {
  left: unset;
  right: 71px;
}
.trending.st-2 .card-slider {
  position: relative;
}
.trending.st-2 .card-slider::before {
  content: "";
  position: absolute;
  right: -62px;
  width: 234px;
  height: 244px;
  flex-shrink: 0;
  z-index: 888;
  background: linear-gradient(274deg, #181818 37.59%, rgba(24, 24, 24, 0.9) 56%, rgba(24, 24, 24, 0) 85.96%);
}
@media (max-width: 1499px) {
  .trending.st-2 .card-slider::before {
    width: 220px;
    height: 200px;
  }
}
@media (max-width: 1399px) {
  .trending.st-2 .card-slider::before {
    width: 250px;
    height: 255px;
  }
}
@media (max-width: 1199px) {
  .trending.st-2 .card-slider::before {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 992px) {
  .trending.st-2 .card-slider::before {
    height: 265px;
  }
}
@media (max-width: 768px) {
  .trending.st-2 .card-slider::before {
    height: 204px;
  }
}
@media (max-width: 575px) {
  .trending.st-2 .card-slider::before {
    display: none;
  }
}
.trending.st-2 .card-slider .slick-prev {
  display: none !important;
}
.trending.st-2 .card-slider .slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 122px;
  border-radius: 8px;
  background: #252121;
  padding: 10px;
}
@media (max-width: 1499px) {
  .trending.st-2 .card-slider .slick-next {
    top: 91px;
  }
}
@media (max-width: 1399px) {
  .trending.st-2 .card-slider .slick-next {
    top: 122px;
  }
}
@media (max-width: 1199px) {
  .trending.st-2 .card-slider .slick-next {
    top: 166px;
  }
}
@media (max-width: 991px) {
  .trending.st-2 .card-slider .slick-next {
    top: 130px;
  }
}
@media (max-width: 768px) {
  .trending.st-2 .card-slider .slick-next {
    top: 98px;
  }
}
@media (max-width: 575px) {
  .trending.st-2 .card-slider .slick-next {
    top: 42%;
    right: 15px;
  }
}
.trending.st-2 .card-slider .slick-next::before {
  font-size: 20px;
  color: #58DDA3;
}
.trending.st-2 .card-slider .slick-next:hover::before {
  color: #58DDA3;
}

.continue .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .continue .item {
    flex-direction: column;
    align-items: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .continue .item {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 580px) {
  .continue .item {
    flex-direction: column;
    align-items: inherit;
  }
}
.continue .item img {
  border-radius: 12px;
}
.continue .item .content .tag {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1399px) and (max-width: 1900px) {
  .continue .item .content .tag {
    margin-bottom: 14px;
  }
}
@media (max-width: 580px) {
  .continue .item .content .tag {
    margin-bottom: 14px;
  }
}
.continue .item .content .tag li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}

.continue .item .content .tag li:nth-child(1) {
  padding: 0 4px;
}
.continue .item .content .tag li:nth-child(1)::before {
  display: none;
}
.continue .item .content .tag li p {
  font-size: 16px;
}
.continue .item .content .btn-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.continue .item .content .btn-block .h-20 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comming-soon .content {
  display: flex;
  gap: 40px;
  background: url(../media/comming-soon/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 100px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .comming-soon .content {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .comming-soon .content {
    padding: 50px;
    background-position: center;
  }
}
@media (max-width: 992px) {
  .comming-soon .content {
    padding: 40px;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .comming-soon .content {
    flex-direction: column;
    padding: 32px;
  }
}
.comming-soon .content img {
  border-radius: 20px;
}
.comming-soon .content .details .countdown {
  display: inline-flex;
  padding: 10px 20px;
  align-items: center;
  gap: 40px;
  border-radius: 12px;
  border: 1px solid #343434;
  background: #181818;
  margin-bottom: 57px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comming-soon .content .details .countdown {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comming-soon .content .details .countdown {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .comming-soon .content .details .countdown {
    margin-bottom: 32px;
  }
}
.comming-soon .content .details .countdown li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -4px;
  margin-right: 0 !important;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  color: #F8F8FF;
}
@media (max-width: 992px) {
  .comming-soon .content .details .countdown li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .comming-soon .content .details .countdown li {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .comming-soon .content .details .countdown li {
    font-size: 23px;
  }
}
.comming-soon .content .details .countdown li small {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #9EA2A8;
}
@media (max-width: 1399px) {
  .comming-soon .content .details .countdown li small {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .comming-soon .content .details .countdown li small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .comming-soon .content .details .countdown li small {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .comming-soon .content .details .countdown li small {
    font-size: 16px;
  }
}
.comming-soon .content .details .countdown.data-timer1 li {
  margin: 0;
}
.comming-soon .content .details p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
@media (max-width: 475px) {
  .comming-soon .content .details p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .comming-soon .content .details p br {
    display: none;
  }
}
.comming-soon .content .details .tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid #292929;
}
.comming-soon .content .details .tag li {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #43464B;
}
.comming-soon .content .details .tag li.icon {
  padding: 0 4px 0 12px;
}
.comming-soon .content .details .tag li.icon i {
  color: #EEAA0F;
}
.comming-soon .content .details .tag li:nth-child(5) {
  margin: 0;
  border: none;
}
.comming-soon .content .details .tag li:nth-child(1) {
  margin: 0;
  padding-left: 0;
  border: none;
}
.comming-soon .content .details .name {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Changa", "Jost", sans-serif;
}
@media (max-width: 992px) {
  .comming-soon .content .details .name {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.comming-soon .content .details .name li {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 992px) {
  .comming-soon .content .details .name li {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  .comming-soon .content .details .name li {
    font-size: 14px;
  }
}
.comming-soon .content .details .cus-btn.primary {
  padding: 12px 24px;
  border-radius: 12px;
}
@media (max-width: 492px) {
  .comming-soon .content .details .cus-btn.primary {
    padding: 12px 20px;
    border-radius: 8px;
  }
}

.trailer .anime-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.trailer .anime-card img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.trailer .anime-card .name {
  position: absolute;
  left: -500px;
  bottom: 40px;
  z-index: 100;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.5s ease-in-out;
}
.trailer .anime-card .name .tag {
  display: flex;
  align-items: center;
}
.trailer .anime-card .name .tag li {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #43464B;
}
.trailer .anime-card .name .tag li.icon {
  padding: 0 4px 0 12px;
}
.trailer .anime-card .name .tag li.icon i {
  color: #EEAA0F;
}
.trailer .anime-card .name .tag li:nth-child(5) {
  margin: 0;
  border: none;
}
.trailer .anime-card .name .tag li:nth-child(1) {
  margin: 0;
  padding-left: 0;
  border: none;
}
.trailer .anime-card .btn-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  left: 0;
  top: -500px;
  transition: all 0.5s ease-in-out;
}
.trailer .anime-card .btn-block .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.trailer .anime-card .btn-block .time span {
  color: #FFF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.trailer .anime-card:hover .name {
  left: 40px;
}
.trailer .anime-card:hover .btn-block {
  top: 0px;
  z-index: 500;
}
@media (max-width: 1440px) {
  .trailer .anime-card.mb-30 {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .trailer .anime-card.mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .trailer .anime-card.mb-none {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .trailer .anime-card.mb-none {
    margin-bottom: 20px;
  }
}
.trailer .anime-card.st-2::before {
  content: "";
  width: 100%;
  height: 102%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.trailer .anime-card.st-2 .name {
  position: absolute;
  bottom: unset;
  top: 38px;
}
@media (max-width: 490px) {
  .trailer .anime-card.st-2 .name {
    top: 20px;
  }
}
.trailer .anime-card.st-2 .name .tag li {
  color: #F8F8FF;
  border-color: #F8F8FF;
}
.trailer .anime-card.st-2 .btn-block {
  width: auto;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap: 15px;
  left: 30px;
  top: unset;
  bottom: -100px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .trailer .anime-card.st-2 .btn-block {
    left: 24px;
  }
}
.trailer .anime-card.st-2:hover::before {
  fill: rgba(78, 52, 52, 0.3);
  backdrop-filter: blur(15px);
}
.trailer .anime-card.st-2:hover .name {
  left: 43px;
}
@media (max-width: 490px) {
  .trailer .anime-card.st-2:hover .name {
    left: 24px;
  }
}
.trailer .anime-card.st-2:hover .btn-block {
  bottom: 31px;
}
@media (max-width: 490px) {
  .trailer .anime-card.st-2:hover .btn-block {
    bottom: 20px;
  }
}

.movie-detail .name-rating {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .movie-detail .name-rating {
    align-items: flex-start;
  }
}
.movie-detail .name-rating .rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
.movie-detail .name-rating .rating span {
  display: flex;
  align-items: center;
  gap: 9px;
  line-height: 150%;
  font-family: "Changa", "Jost", sans-serif;
}
.movie-detail h5.h-24 {
  line-height: 120%;
}
.movie-detail .tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap:wrap
}
.movie-detail .tag li {
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: #FFF;
  text-align: center;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}
.movie-detail .about .categorie {
  padding: 16px 0;
  border: 1px solid #212020;
  border-left: none;
  border-right: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.movie-detail .about .categorie .categorie-list {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 12px 16px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .movie-detail .about .categorie .categorie-list {
    gap: 8px 6px;
  }
}
.movie-detail .about .categorie .categorie-list li a {
  color: #F8F8FF;
  text-align: center;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #35373A;
  background: #1B1B1B;
}
.movie-detail .about .categorie .categorie-list li a:hover {
  color: #58DDA3;
}
.movie-detail .line {
  width: 100%;
  margin-top: 50px;
  height: 1px;
  background: #35373A;
}

.comment .heading-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment .heading-block .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment .heading-block .title.sec {
  gap: 16px;
}
.comment .heading-block .title .list {
  padding: 4px 8px;
  border-radius: 8px;
  background: #212020;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}
.comment .comment-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 490px) {
  .comment .comment-box {
    gap: 12px;
    flex-direction: column;
  }
}
.comment .comment-box img {
  border-radius: 10px;
}
.comment .comment-box.sm img {
  border-radius: 8px;
}
.comment .comment-box .text-block .top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment .comment-box .text-block .top-line h6 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.comment .comment-box .text-block .botton-row {
  display: flex;
  align-items: center;
  gap: 24px;
}
.comment .comment-box .text-block .botton-row .btn-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment .comment-box .text-block .botton-row .btn-block button,
.comment .comment-box .text-block .botton-row .btn-block a {
  color: #C6CBD2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment .comment-box .text-block .botton-row .btn-block button i,
.comment .comment-box .text-block .botton-row .btn-block a i {
  font-size: 20px;
}
@media (max-width: 490px) {
  .comment .comment-box .text-block .botton-row .btn-block button,
.comment .comment-box .text-block .botton-row .btn-block a {
    font-size: 14px;
  }
}
.comment .comment-box .text-block .botton-row .btn-block button:focus, .comment .comment-box .text-block .botton-row .btn-block button:hover,
.comment .comment-box .text-block .botton-row .btn-block a:focus,
.comment .comment-box .text-block .botton-row .btn-block a:hover {
  color: #58DDA3;
}
.comment .comment-box .text-block .botton-row .btn-block button {
  color: #58DDA3;
}
.comment .comment-box .text-block .botton-row .btn-block button:hover {
  color: #58DDA3;
}
.comment .comment-box .text-block .botton-row .btn-block button.collapsed {
  color: #C6CBD2;
}
.comment .comment-box .text-block .botton-row .btn-block span {
  padding: 2px 8px;
  border-radius: 8px;
  background: #212020;
  color: #F8F8FF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}
.comment .comment-box .input-group {
  background: transparent;
  border-radius: 0;
  padding: 8px 0 12px 0;
  border-bottom: 1px solid #9EA2A8;
}
.comment .comment-box .input-group input {
  color: #9EA2A8;
}
.comment .comment-box .input-group input:focus {
  background: transparent;
}
.comment .comment-box .input-group button {
  font-size: 21px;
  font-weight: 700;
  font-family: "Changa", "Jost", sans-serif;
  line-height: 130%;
  color: #F8F8FF;
  margin: 0;
}
.comment .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment .more p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: 110px;
  text-align: right;
}
@media (max-width: 490px) {
  .comment .more p {
    width: 130px;
  }
}
.comment .comment-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #58DDA3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.5s ease-in-out;
}
.comment .comment-btn.collapsed {
  color: #9EA2A8;
}
.comment .comment-btn:hover {
  color: #58DDA3;
}
.comment .trailer {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment .trailer {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment .trailer {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .comment .trailer {
    margin-bottom: 36px;
  }
}
.comment .trailer .detail {
  padding: 40px;
  z-index: 444;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .comment .trailer .detail {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .comment .trailer .detail {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .comment .trailer .detail {
    width: 80%;
  }
}
@media (max-width: 568px) {
  .comment .trailer .detail {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .comment .trailer .detail p br {
    display: none;
  }
}
.comment .trailer .detail .countdown {
  display: inline-flex;
  padding: 0 22px 16px 0;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #F8F8FF;
  margin-bottom: 16px;
}
.comment .trailer .detail .countdown li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: -4px;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  color: #F8F8FF;
}
@media (max-width: 992px) {
  .comment .trailer .detail .countdown li {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .comment .trailer .detail .countdown li {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .comment .trailer .detail .countdown li {
    font-size: 19px;
  }
}
.comment .trailer .detail .countdown li small {
  font-family: "Changa", "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #9EA2A8;
}
@media (max-width: 1399px) {
  .comment .trailer .detail .countdown li small {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .comment .trailer .detail .countdown li small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .comment .trailer .detail .countdown li small {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .comment .trailer .detail .countdown li small {
    font-size: 14px;
  }
}

.top-anime .anime-card {
  display: flex;
  padding: 12px 30px 12px 12px;
  justify-content: flex-start;
  gap: 24px;
  border-radius: 20px;
  border: 1px solid #35373A;
  background: #212020;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1500px) {
  .top-anime .anime-card {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 1399px) {
  .top-anime .anime-card {
    flex-direction: row;
    justify-content: start;
    gap: 16px;
  }
}
.top-anime .anime-card img {
  border-radius: 12px;
}
@media (max-width: 1500px) {
  .top-anime .anime-card img {
    width: 72px;
  }
}
.top-anime .anime-card .text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-anime .anime-card .text-block h6 {
  color: #F8F8FF;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  margin-bottom: 4px;
}
@media (max-width: 490px) {
  .top-anime .anime-card .text-block h6 {
    font-size: 14px;
  }
}
.top-anime .anime-card .text-block .tag {
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .top-anime .anime-card .text-block .tag {
    margin-top: 8px;
  }
}
.top-anime .anime-card .text-block .tag li {
  color: #9EA2A8;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #43464B;
}
@media (max-width: 490px) {
  .top-anime .anime-card .text-block .tag li {
    font-size: 14px;
  }
}
.top-anime .anime-card .text-block .tag li.icon {
  padding: 0 4px 0 12px;
}
.top-anime .anime-card .text-block .tag li.icon i {
  color: #EEAA0F;
}
.top-anime .anime-card .text-block .tag li:nth-child(5) {
  margin: 0;
  border: none;
}
.top-anime .anime-card .text-block .tag li:nth-child(1) {
  margin: 0;
  padding-left: 0;
  border: none;
}
.top-anime .anime-card:hover {
  box-shadow: 0px 0px 30px 5px rgba(88, 221, 163, 0.8);
}

.blog .img-block {
  position: relative;
}
.blog .img-block img {
  border-radius: 20px;
  object-fit: cover;
}
.blog .img-block .content {
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 0;
}
@media (max-width: 578px) {
  .blog .img-block .content {
    padding: 10px;
  }
}
.blog .img-block .content h2 {
  transition: all 0.5s ease-in-out;
}
.blog .img-block:hover h2 {
  color: #58DDA3;
}
.blog .content .author-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog .content .author-detail .name-image {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog .content .author-detail .name-image img {
  border-radius: 0;
}
.blog .content .author-detail .other-detail {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
  border-left: 0.5px solid #F8F8FF;
}
.blog .blog-list {
  padding-left: 30px;
  border-left: 1px solid #35373A;
}
@media (max-width: 1500px) {
  .blog .blog-list {
    padding-left: 15px;
    border: none;
  }
}
@media (max-width: 1399px) {
  .blog .blog-list {
    padding: 0;
  }
}
.blog .blog-list.st-2 {
  padding: 0 11px;
  border: 0;
  position: relative;
}
@media (max-width: 578px) {
  .blog .blog-list.st-2 {
    padding: 0px;
  }
}
.blog .blog-list.st-2::after, .blog .blog-list.st-2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #4A4E58;
}
@media (max-width: 1399px) {
  .blog .blog-list.st-2::after, .blog .blog-list.st-2::before {
    display: none;
  }
}
.blog .blog-list.st-2::before {
  left: -9px;
}
.blog .blog-list.st-2::after {
  right: -9px;
}
.blog .blog-list.st-2 .blog-block {
  padding: 20px;
  background: #212020;
  border-radius: 30px;
  align-items: center;
}
@media (max-width: 1500px) {
  .blog .blog-list.st-2 .blog-block {
    align-items: flex-start;
  }
}
@media (max-width: 1399px) {
  .blog .blog-list.st-2 .blog-block {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .blog .blog-list.st-2 .blog-block {
    align-items: flex-start;
  }
}
@media (max-width: 578px) {
  .blog .blog-list.st-2 .blog-block {
    padding: 10px;
  }
}
.blog .blog-list.st-2 .blog-block .content {
  padding: 0;
}
.blog .blog-list.st-2 .blog-block .content::before {
  display: none;
}
.blog .blog-list.st-2 .blog-block .content h2 {
  transition: all 0.5s ease-in-out;
}
.blog .blog-list.st-2 .blog-block:hover h2 {
  color: #58DDA3;
}
.blog .line {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background: #35373A;
}
.blog .blog-block {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 1500px) {
  .blog .blog-block {
    gap: 16px;
    flex-direction: column;
  }
}
@media (max-width: 1399px) {
  .blog .blog-block {
    gap: 25px;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .blog .blog-block {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .blog .blog-block {
    flex-direction: column;
  }
}
@media (max-width: 1500px) {
  .blog .blog-block.size-none {
    display: none;
  }
}
@media (max-width: 1399px) {
  .blog .blog-block.size-none {
    display: flex;
  }
}
.blog .blog-block .content {
  position: relative;
  padding-top: 12px;
}
.blog .blog-block .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 5px;
  border-radius: 9px;
  border: 1px solid #2B2D32;
  background: #2B2D32;
  margin-bottom: 12px;
}
.blog .blog-block .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog .blog-block .content.before-none {
  padding: 0;
}
.blog .blog-block .content.before-none::before {
  display: none;
}
.blog .blog-block img {
  border-radius: 20px;
}
.blog .blog-block h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease-in-out;
}
.blog .blog-block .tag-time {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.blog .blog-block .tag-time span {
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #7A7F85;
  background: #1B1B1B;
  color: #F8F8FF;
}
.blog .blog-block.st-2 {
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #35373A;
}
.blog .blog-block.st-2 .content {
  padding: 0;
}
.blog .blog-block.st-2 .content p {
  font-size: 12px;
}
.blog .blog-block.st-2 .content::before {
  display: none;
}
.blog .blog-block.st-2 .content h4 {
  transition: all 0.5s ease-in-out;
}
.blog .blog-block.st-2:hover h4 {
  color: #58DDA3;
}
.blog .blog-block:hover h2 {
  color: #58DDA3;
}
.blog .sec-title {
  padding-bottom: 18px;
  border-bottom: 4px solid #58DDA3;
}

.blog-detail .detail-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
.blog-detail .blog-block p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media (max-width: 1500px) {
  .blog-detail .blog-block p br {
    display: none;
  }
}
.blog-detail .blog-block .content p.text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #DADADA;
}
@media (max-width: 992px) {
  .blog-detail .blog-block .content p.text {
    font-size: 16px;
  }
}
@media (max-width: 490px) {
  .blog-detail .blog-block .content p.text {
    font-size: 14px;
  }
}
.blog-detail .blog-block .content .line {
  width: 90%;
  margin: 0 0 24px 0;
}
.blog-detail .blog-block .content .line.st-2 {
  margin: 19px 0;
}
@media (max-width: 992px) {
  .blog-detail .blog-block .content .line {
    width: 100%;
  }
}
.blog-detail .blog-block .content img {
  border-radius: 0;
}
.blog-detail .blog-block .content .author-detail {
  gap: 0px;
}
.blog-detail .blog-block .content .author-detail .name-image {
  gap: 16px;
}
.blog-detail .blog-block .content .author-detail .name-image P {
  font-weight: 500px;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-detail .blog-block .content .author-detail .name-image P span {
  color: #A0A0A0;
  font-family: "Changa", "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.blog-detail .recent-block .article {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1500px) {
  .blog-detail .recent-block .article {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1399px) {
  .blog-detail .recent-block .article {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 490px) {
  .blog-detail .recent-block .article {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-detail .recent-block .article img {
  border-radius: 20px;
}
@media (max-width: 490px) {
  .blog-detail .recent-block .article img {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .blog-detail .recent-block .article .content img {
    width: inherit;
  }
}
.blog-detail .recent-block .article .content .author-detail .name-image {
  gap: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .blog-detail .responsive-none {
    display: none !important;
  }
}

.signup {
  background: url(../media/backgrounds/signup.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 134px);
  position: relative;
}
@media (max-width: 992px) {
  .signup {
    height: calc(100vh - 63px);
  }
}
.signup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10;
}
.signup .signup-block {
  position: relative;
  z-index: 100;
  width: 400px;
  margin: 0 auto;
  padding: 197px 0px;
}
@media (max-width: 450px) {
  .signup .signup-block {
    width: 100%;
  }
}
.signup .signup-block .form-control {
  padding: 8px 16px;
  background: transparent;
  border-bottom: 2px solid #C6CBD2;
  border-radius: 0;
}
.signup .signup-block button {
  margin: 0 auto 32px;
}

.guide {
  display: flex;
}

.login {
  background: url(../media/backgrounds/signup.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 134px);
  position: relative;
}
@media (max-width: 992px) {
  .login {
    height: calc(100vh - 63px);
  }
}
.login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10;
}
.login .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.login .login-block {
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media (max-width: 490px) {
  .login .login-block {
    width: 100%;
  }
}
.login .login-block .login-content .form-control {
  padding: 8px 16px;
  background: transparent;
  border-bottom: 2px solid #C6CBD2;
  border-radius: 0;
}
.login .login-block .login-content a, .login .login-block .login-content button {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: none;
  border-radius: 15px;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 575px) {
  .login .login-block .login-content a, .login .login-block .login-content button {
    font-size: 18px;
    padding: 12px;
  }
}
.login .login-block .login-content a.google, .login .login-block .login-content button.google {
  background: #FF4242;
  color: #F8F8FF;
}
.login .login-block .login-content a.facebook, .login .login-block .login-content button.facebook {
  background: #1877F2;
  color: #F8F8FF;
}
.login .login-block .login-content a.mail, .login .login-block .login-content button.mail {
  background: #F8F8FF;
}
.login .login-block #backtologin {
  cursor: pointer;
}

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