html, body {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-optical-sizing: auto;
	overflow-x: hidden;
	line-height: 1.5;
    letter-spacing: 0.05rem;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

.has-posts h2 {
	font-size: 1.1rem;
}

.has-posts h3 {
	font-size: 1.05rem;
}

nav.navbar {
	background-color: #fff6ff;
}

header {
	font-size: 2rem;
	height: 8.7rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF69B4;
	background: linear-gradient(to right, #FF69B4, #800080, #9933ff, #ff33cc, #FF69B4);
    /* Set background size and repeat properties */
    background-size: 1400% 100%;
    background-repeat: no-repeat;
    /* Animation for a smooth loop */
    animation: gradientAnimation 50s linear infinite;
}

#notType {
	font-size: 1.4rem;
}

/* Optional: Adjust animation speed */
@keyframes gradientAnimation {
  0%, 100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
}

header p {
	margin: 0;
	font-family: 'Oregano', cursive;
	color: white;
}

a {
	text-decoration: none;
	color: #800080;
}

nav .logo {
	height: 1.5rem;
}

.navbar-toggler {
	padding: 0;
	background-color: #5CFFB8;
}

.navbar-nav .nav-link.active {
	color: #800080;
}

.navbar-toggler-icon {
	background-image: url(images/icons/down-arrow.svg);
	background-size: 1.5rem auto;
}

.navbar-toggler-icon.up {
    background-image: url(images/icons/up-arrow.svg);
}

.navbar-toggler:focus {
	box-shadow: none;
}

nav .btn {
	background-color: #D5FF75;
	border: 1px solid transparent;
	border-radius: 1.1rem;
	padding: 0.2rem 1rem;
}

section, article {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

article {
	width: 100%;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

article ul {
	list-style-position: inside;
}

.google-auto-placed, .autors-widget {
    margin-bottom: 1.5rem;
}

.kTts {
	font-size: 1rem;
	padding: o.5rem;
	margin-right: 0.5rem;
	border: 1px solid lightgray;
	background-color: #ffffff;
}

#kcontrols {
	display: none;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

#kcontrols label, #kcontrols p {
	color: #F5F5F5;
}

#kcontrols.show {
	opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s;
}

#kcontrols.hide {
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
}

#kcontrols button:disabled {
	cursor: not-allowed;
}

.k-icon {
	height: 0.7rem;
	vertical-align: middle;
}

.k-ad-icon {
	height: 1rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.author-social {
	max-width: 18rem;
	margin: 1rem 0;
}

.author-social img {
	height: 1.2rem;
	vertical-align: middle;
	margin-right: 1rem;
}

#scroll-left, #scroll-right {
	border: 1px solid transparent;
	background-color: #9E9E9E;
}

#scroll-left img, #scroll-right img {
	height: 1.2rem;
	vertical-align: middle;
}

.kcontainer {
	display: flex;
}

.kcard {
	border: 1px solid #000;
	padding: 0.6rem;
	flex: 1;
}

.kcard p {
	margin-bottom: 0.05rem;
}

.kcard img:not(.k-icon) {
	width: 100%;
	height: 100%;
	max-height: 7rem;
	object-fit: cover;
}

.sponsor {
	display: block;
}

.kad {
	display: block;
	width: 100%;
	max-width: 42.67rem;
	height: 100%;
	max-height: 24rem;
	object-fit: cover;
	margin: 0.5rem auto 0;
}

article div.has-img {
    max-width: 48rem;
    max-height: 24rem;
    border-radius: 0.7rem;
    margin: 1.5rem auto 2rem!important;
}

article img {
	width: 100%;
	height: auto;
	max-height: 24rem;
	border-radius: 0.7rem;
	object-fit: contain;
}

.kinstagram blockquote {
    margin: auto;
}

.kyoutube iframe, .twitter-tweet {
	display: block;
	margin-bottom: 1rem;
}

.kyoutube {
	position: relative;
	width: 100%;
	max-width: 48rem;
	margin: auto;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border: 2px solid transparent;
	box-shadow: 0 4px 8px rgba(0,0,0,0.7);
	border-radius: 8px;
}

.kyoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
}

/* Container styling */
.kx {
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Style the blockquote container */
.twitter-tweet {
    max-width: 500px;
    border: 2px solid transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 4px;
}

/* Ensure the embedded tweet adapts responsively */
.twitter-tweet iframe {
    max-width: 100%;
    border-radius: 8px;
}

.kad-small {
	width: 100%;
	/* max-height: 20rem; */
	text-align: center;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.kad-small img {
	width: 100%;
	height: auto; 
}

.text-container {
	width: 100%;
	max-width: 42.67rem;
	height: 100%;
	max-height: 18rem;
	margin: auto;
	padding: 0.5rem;
}

.text-container p, .first-post p {
	margin: 0;
}

.first-post img {
	width: 100%;
	height: auto;
	max-height: 15rem;
	overflow-y: hidden;
	object-fit: cover;
}

.author-img {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}

.author-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer {
	position: relative;
	border-top: 1px solid black;
	padding-top: 1rem;
}

.footer::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: linear-gradient(to right, 
		#FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #8B00FF
	);
}

.footer ul {
	list-style-type: none;
	padding: 0px;
}

.footer .logo {
	height: 3rem;
}

.last-line {
	margin-bottom: 0px;
	color: #ffffff;
	background-color: #333333;
	padding: 0.5rem 1rem 1rem;
}

.last-line p {
	margin: 0;
}

.flag {
	width: 1.5rem;
	height: auto;
	margin-left: 0.5rem;
}

textarea {
	resize: none;
}

.limit.form-control, .limit.form-select {
	max-width: 30.6rem;
}

.kform .form-control, .kform .form-select {
	border: 0.8px solid #999999;
	max-width: 30.6rem;
}


.form-check-input:checked {
	background-color: #FF69B4;
	border-color: #FF69B4;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgba(255,105,180,.25);
}

.kform button, .follow {
	border: 0.8px solid #999999;
	padding: 0.1rem 1.5rem;
	background-color: #D5FF75;
}

.btn:hover {
	border: 0.8px solid #999999;
	background-color: #FFD882;
	color: #000000;
}

.search input {
	padding-left: 1.7rem;
	border: 0.8px solid #999999;
}

.search button {
	background-color: #D5FF75;
	border: 0.8px solid #999999;
}

.search img {
	width: 1rem;
	height: auto;
}

.filter {
	border: 0.8px solid #808080;
	padding: 0.1rem 1rem;
	border-radius: 1.1rem;
	font-size: small;
}

.form-control:focus, .form-select:focus {
	border-color: rgb(255 105 180);
	box-shadow: 0 0 0 0.25rem rgba(255,105,180,.25);
}

#companyModal p {
	color: black;
}

/*******************
 CATEGORY
*********************/
.space {
	width: 2.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	flex-shrink: 0;
}

.arrow {
	background-color: transparent;
	border: none;
	color: inherit;
	font-size: 24px;
	cursor: pointer;
	flex-shrink: 0; /* Prevent the buttons from shrinking */
}
/*here*/
.fullLengthDiv {
    width: 100%;
}

.category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff6ff;
    border-radius: 8px;
    padding: 10px;
}

.category-content {
    flex: 1;
    display: flex;
    overflow-x: scroll; /* Allow scrolling but hide the scrollbar */
    overflow-y: hidden; /* Prevent vertical scrolling */
    scroll-behavior: smooth;
    margin-left: 10px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.category-content::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit browsers */
}

.category-content ul {
    display: flex;
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.category-content ul li {
    margin-right: 10px;
    white-space: nowrap;
}

.category-content ul li a {
    text-decoration: none;
    color: #800080;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.category-content ul li a:hover {
    background-color: #e9ecef;
}

#scroll-left, #scroll-right {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    transition: transform 0.3s ease;
}

#scroll-left img, #scroll-right img {
    width: 20px;
    height: 20px;
}

#scroll-left:hover, #scroll-right:hover {
    transform: scale(1.2);
}



#comments a {
	color: #800080;
}

.kcomment div:not(.replies, .replies .row) {
	margin-bottom: 1rem;
}

.kcomment p {
	margin: 0;
}

.replies {
	background-color: #F2F2F2;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.googleBtn {
	border: 0.5px solid black;
	border-radius: 0;
}

#messageModal img {
	height: 4rem;
	vertical-align: middle;
}

#messageModal p {
	font-weight: light;
}

#messageModal .modal-body {
	padding-top: 2rem;
	padding-bottom: 0;
}

#messageModal .modal-footer {
	border-top: none;
	padding-top: 0;
	padding-bottom: 2rem;
}

#messageModal button {
	margin: auto;
	font-size: 0.6rem;
}

#likeImage {
	cursor: pointer;
}

/*****************************************/

/* For devices up to 767px wide (e.g., smartphones) */
@media (max-width: 767px) {
	.kcard img:not(.k-icon) {
		margin-bottom: 1rem;
	}
	#title {
		font-size: 1.4rem;
	}
	#kttsCtrl {
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}
	.author-img {
		margin-bottom: 1rem;
	}
	#author h5 {
		text-align: center;
	}
}

@media (min-width: 768px) {
	.replies {
		margin-left: 2rem;
		margin-right: 1rem;
		width: 90%;
	}
}

/* For devices between 768px and 991px wide (e.g., tablets) */
@media (min-width: 768px) and (max-width: 991px) {
	.first-post h3 {
		font-size: 1.4rem;
	}
}

/* For devices between 992px and 1199px wide (e.g., laptops) */
@media (min-width: 992px) and (max-width: 1199px) {
	.first-post h3 {
		font-size: 2rem;
	}
}

/* For devices 1200px wide and above (e.g., large desktops) */
@media (min-width: 1200px) {
	.first-post h3 {
		font-size: 2rem;
	}
}