/* General Reset */
body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5 !important;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 30px !important;
    font-weight: 400 !important;
    padding-top: 30px;
  }
}

.text-center {
  text-align: center !important;
  background: linear-gradient(105deg, #000000f0, #2d0000);
  color: white;
}
@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 18px !important;
    font-weight: 400;
  }
}

/* Boxed Layout */
.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(105deg, #000000f0, #2d0000);
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Body Background */
body {
    font-family: 'Changa', sans-serif !important;
    line-height: 1.6;
    background: linear-gradient(135deg, #f0f7ff 0%, #e6fffa 100%);
    background-attachment: fixed;
    color: #2d3748;
    padding: 15px;
}

/* Navbar */
.navbar {
    background: linear-gradient(105deg, #1a365d 0%, #2b6cb0 100%);
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Hero Section */
.hero {
  background: #e8e0e0;
  color: #000;
  text-align: center;
  padding: 20px 10px !important;
}
.hero h2 {
    font-size: 1rem;
    margin-bottom: 15px;
	line-height: 1.2;
	border: 1px solid #d7c9b9;
	color: #343434;
	cursor: pointer;
}
.hero p {
  font-size: 16px;
  color: #4a4832;
  font-weight: bold;
}

/* Categories */
.categories {
    padding: 40px 25px;
    background-color: #e3d4d4;
	color: #000;
	text-align: center !important;
}
.categories .container {
    padding: 0;
}
.categories h2 {
    text-align: center;
    margin-bottom: 12px;
    font-size: 30px !important;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.category {
    padding: 10px;
	text-align: center;
	border-radius: 15%;
	color: #fff;
	transition: transform 0.3s, box-shadow 0.3s;
}
.category:nth-child(1) {
    background-color: #4CAF50;
}
.category:nth-child(2) {
    background-color: #2196F3;
}
.category:nth-child(3) {
    background-color: #00aa9a; 
}
.category:nth-child(4) {
    background-color: #FF9800;
}
.category:nth-child(5) {
    background-color: #ff3434d9;
}

/* Anime Tag Styling */
.anime-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.anime-gif {
    height: 24px;
    width: auto;
    margin-right: 6px;
    border-radius: 4px;
    vertical-align: middle;
}
.category:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* About Section */
.about {
    padding: 30px 10px;
    background: #e8e0e0;
    text-align: center;
}
.about .container {
    padding: 0;
}
.about p {
    max-width: 850px;
    margin: 0 auto;
}

/* Footer */
footer {
    background: linear-gradient(105deg, #000000f0, #2d0000);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
}
/* Responsive Design */
@media (max-width: 768px) {    
    .categories {
        padding: 20px 20px;
    }
	.category {
		padding: 10px;
		text-align: center;
		border-radius: 15%;
		color: #fff;
		transition: transform 0.3s, box-shadow 0.3s;
		margin-bottom: 5px !important;
	}
	.category-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
	.hero {
		text-align: center;
		padding: 0px 12px !important;
	}
	.text-center {
        text-align: center !important;
        background: #d0d0d0;
        color: #000;
        padding-top: 20px !important;
 	 }
    .h1, h1 {
        font-size: 24px !important;
        font-weight: normal !important;
   }
    .h2, h2 {
        font-size: 16px !important;
        font-weight: normal !important;
        padding-bottom: 15px !important;
  }
    .h3, h3 {
        font-size: 18px !important;
        font-weight: normal !important;
  }
  .categories h2 {
        font-size: 25px !important;
        margin-bottom: 0px;
    }
    .telegram-btn {
        padding: 18px 37px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-weight: 500 !important;
    }
    footer {
    background: #d0d0d0 !important;
    color: #000 !important;
    text-align: center;
    padding: 10px 0 !important;
    margin-top: 20px !important;
    }
    .site-wrapper {
        background: #d0d0d0 !important;
    }
}
.bi.bi-badge-4k {
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.bi.bi-play-btn {
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.bi.bi-cloud-arrow-down {
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.bi.bi-gender-female {
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
.bi.bi-box-arrow-in-up-right {
  float: right;
  margin-left: -25px;
  padding-right: 10px;
}

.bi.bi-film {
  font-size:16.5px;
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.bi.bi-play-circle {
  padding: 5px;
  color: black;
  font-size: 16px;
}
a {
  color: #fff !important;
  text-decoration: none !important;
}
a:hover {
	color: yellow !important;
	text-decoration: none !important;
}
.round-pill {
  border-radius: 15% !important;
  padding: 7px;
}
.dg-warn {
  background-color: #000;
}
.badgs {
display: inline-block;
  padding: .45em .65em;
  font-size: 0.70em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom: 2px;
}
.smaller-image {
  height: 65px;
  border-radius: 15%;
}
/* Telegram Button */
.telegram-btn {
    display: inline-block;
    background: linear-gradient(135deg, #2b6cb0 0%, #38b2ac 100%);
    color: white;
    padding: 20px 80px;
    border-radius: 15%;
    margin-top: 0px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.telegram-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0,0,0,0.15);
    color: #fff;
    text-decoration: none !important;
}