@charset "UTF-8";
@font-face {
	font-family: "sf_pro_displaymedium";
	src: url("../fonts/sf-pro-display-medium.woff2") format("woff2"), url("../fonts/sf-pro-display-medium.woff") format("woff"), url("../fonts/sf-pro-display-medium.svg#sf_pro_displaymedium") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "sf_pro_displayregular", sans-serif;
	src: url("../fonts/sf-pro-display-regular.woff2") format("woff2"), url("../fonts/sf-pro-display-regular.woff") format("woff"), url("../fonts/sf-pro-display-regular.svg#sf_pro_displayregular") format("svg");
	font-weight: 400;
	font-style: normal;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

img,
object,
embed {
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: linear-gradient(0deg, #151515 0%, #151515 100%), #fff;
}

body {
	font: 12px/1.2 "sf_pro_displayregular", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background-image: url("../images/main-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder,
textarea.placeholder {
	color: #999 !important;
}

.col-disabled {
	display: none;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

@media screen and (max-width: 1023px) {
	.wrapper {
		overflow: hidden;
	}
}
.index-title {
	text-align: center;
	max-width: 689px;
	width: 100%;
	margin: 40px auto;
	position: relative;
}

.index-title h1 {
	margin-bottom: 50px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 300;
	line-height: 70px;
}

@media screen and (max-width: 1023px) {
	.index-title h1 {
		font-size: 48px;
		line-height: 40px;
	}
}
.index-title .accent {
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
	text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
	.index-title .accent {
		font-size: 48px;
		line-height: 40px;
	}
}
.index-title span {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 2vw;
}

@media screen and (max-width: 1023px) {
	.index-title span {
		font-size: 16px;
	}
}
.index-title .input-block {
	position: relative;
}

.index-title .input-block .input {
	position: relative;
	width: clamp(300px, 40vw, 688px);
	margin: 0 auto;
}

.index-title .input-block .input input {
	color: #fff;
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(60, 60, 60, 0.2);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	padding: 16px 20px;
	width: 100%;
}

.index-title .input-block .input button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffc01d;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-30%, 20%);
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.index-title .input-block .input button svg {
	stroke: white;
	fill: #ffc01d;
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 1024px) {
	.index-title .input-block .input button:hover {
		background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #f5c957;
	}
	.index-title .input-block .input button:hover svg {
		fill: #f5c957;
	}
}
.index-title .input-block .search-list {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 5;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(60, 60, 60, 0.8);
	width: clamp(300px, 40vw, 688px);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	margin-top: 5px;
	left: 50%;
	padding: 8px;
	transform: translateX(-50%);
}

.index-title .input-block .search-list ul {
	display: flex;
	flex-direction: column;
	justify-self: flex-start;
	gap: 10px;
}

.index-title .input-block .search-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
	cursor: pointer;
}

.index-title .input-block .search-list ul li .message {
	text-align: left;
}

.index-title .input-block .search-list ul li .message span {
	color: rgba(255, 255, 255, 0.5);
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: clamp(12px, 2vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	margin: 0;
}

.index-title .input-block .search-list ul li .message .accent-list {
	color: #fff;
}

.index-title .input-block .search-list ul li .arrow svg {
	width: 10px;
	height: 10px;
	fill: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1024px) {
	.index-title .input-block .search-list ul li:hover {
		border-radius: 50px;
		background: #595959;
	}
	.index-title .input-block .search-list ul li:hover .arrow svg {
		fill: #FFC01D;
	}
}
.index-title .input-block .search-list-active {
	display: block;
}

@media screen and (max-width: 1023px) {
	.index-title .input-block .search-list {
		width: clamp(310px, 80vw, 688px);
	}
}
@media screen and (max-width: 1023px) {
	.index-title {
		margin: 20px auto;
		width: 100%;
		max-width: 480px;
	}
	.index-title h1 {
		margin-bottom: 10px;
	}
	.index-title:before {
		display: none;
	}
	.index-title:after {
		left: 100%;
		opacity: 0.3;
	}
}
@media screen and (max-width: 767px) {
	.index-title:after {
		left: initial;
		right: -70px;
	}
}
.title-block {
	text-align: center;
	margin: 70px auto 30px;
}

.title-block .accent {
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: clamp(30px, 5vw, 72px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.title-block h1 {
	display: inline-block;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: clamp(30px, 5vw, 72px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.title-block span {
	max-width: 50%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.title-block .mobile-description {
	display: none;
}

@media screen and (max-width: 1023px) {
	.title-block .description {
		display: none;
	}
	.title-block .mobile-description {
		display: block;
		max-width: 100%;
		padding-top: 10px;
		color: #969696;
	}
}
.category-title {
	text-align: left;
	margin: 60px auto 80px;
	position: relative;
}

.category-title:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 936px;
	height: 622px;
	z-index: -1;
	background: url("../images/categories-bg.png") no-repeat;
}

@media screen and (max-width: 1023px) {
	.category-title:before {
		right: inherit;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.category-title .small-text {
	display: inline-block;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: clamp(18px, 5vw, 33px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.category-title .accent {
	display: inline-block;
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: clamp(25px, 5vw, 72px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 5px;
}

.category-title .description {
	padding: 0;
	display: block;
	color: #969696;
	font-family: "Jost", sans-serif;
	font-size: clamp(18px, 5vw, 26px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.models-title {
	text-align: center;
	margin: 60px auto 80px;
	position: relative;
}

.models-title h1 {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.models-title h1 {
		font-size: 32px;
	}
}
.models-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 622px;
	z-index: -1;
	background: radial-gradient(78.31% 57.15% at 50% 50%, rgba(21, 21, 21, 0) 30%, #151515 100%), url("../images/models-bg.png") 100% 100% no-repeat;
}

.models-title .small-text {
	display: inline-block;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.models-title .small-text {
		font-size: 32px;
	}
}
.models-title .accent {
	display: inline-block;
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.models-title .accent {
		font-size: 32px;
	}
}
.models-title .description {
	color: #FFF;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 570px;
	margin: 0 auto;
}

.studios-title {
	text-align: center;
	margin: 60px auto 80px;
	position: relative;
}

.studios-title h1 {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.studios-title h1 {
		font-size: 32px;
	}
}
.studios-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 470px;
	z-index: -1;
	background: radial-gradient(78.31% 57.15% at 50% 50%, rgba(21, 21, 21, 0) 30%, #151515 100%), url("../images/studios-bg.png") 100% 100% no-repeat;
}

.studios-title .small-text {
	display: inline-block;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.studios-title .small-text {
		font-size: 32px;
	}
}
.studios-title .accent {
	display: inline-block;
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.studios-title .accent {
		font-size: 32px;
	}
}
.studios-title .description {
	color: #FFF;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 570px;
	margin: 0 auto;
}

.tags-title {
	text-align: center;
	margin: 60px auto 32px;
	position: relative;
}

.tags-title h1 {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.tags-title h1 {
		font-size: 32px;
	}
}
.tags-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1026px;
	height: 576px;
	z-index: -1;
	background: radial-gradient(78.31% 57.15% at 50% 50%, rgba(21, 21, 21, 0) 30%, #151515 100%), url("../images/tags-bg.png") 50% 50% no-repeat;
}

.tags-title .small-text {
	display: inline-block;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.tags-title .small-text {
		font-size: 32px;
	}
}
.tags-title .accent {
	display: inline-block;
	color: #ffc01d;
	font-family: "Jost", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

@media screen and (max-width: 1023px) {
	.tags-title .accent {
		font-size: 32px;
	}
}
.tags-title .description {
	color: #FFF;
	text-align: center;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 570px;
	margin: 0 auto;
}

.tag-heading h2 {
	text-transform: uppercase;
}

.container {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1760px;
}

@media screen and (max-width: 1023px) {
	.container {
		padding: 0 20px;
	}
	.header .container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 410px) {
	.container {
		padding: 0 10px;
	}
}
h1.title-name,
h2 {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 50px;
}

.pagination li span,
.pagination li a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
}

.pagination .prev span,
.pagination .prev a,
.pagination .next span,
.pagination .next a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #FFC01D;
	padding: 17px 27px;
	gap: 5px;
}

.pagination .prev .svg-icon,
.pagination .next .svg-icon {
	width: 9px;
	height: 16px;
	fill: #fff;
	opacity: 0.5;
}

.pagination .prev .svg-icon:first-child {
	opacity: 1;
}

.pagination .prev .svg-icon:last-child {
	opacity: 0.33;
}

.pagination .next .svg-icon:first-child {
	opacity: 0.33;
}

.pagination .next .svg-icon:last-child {
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	.pagination .page:hover span,
	.pagination .page:hover a,
	.pagination .current:hover span,
	.pagination .current:hover a,
	.pagination .last:hover span,
	.pagination .last:hover a {
		background-color: #393939;
	}
}
.pagination .page span,
.pagination .page a,
.pagination .current span,
.pagination .current a,
.pagination .last span,
.pagination .last a {
	background-color: #262626;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 17px 22px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .current span,
.pagination .current a {
	border-color: #FFC01D;
}

.pagination .jump span,
.pagination .jump a {
	padding: 17px 12px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.pagination .page {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.pagination .jump {
		display: none;
	}
	.pagination .prev span,
	.pagination .prev a,
	.pagination .next span,
	.pagination .next a,
	.pagination .last span,
	.pagination .last a,
	.pagination .current span,
	.pagination .current a {
		padding: 10px 17px;
	}
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	position: relative;
	flex-wrap: wrap;
	gap: 10px;
}

@media screen and (max-width: 1023px) {
	.header-wrapper {
		margin-top: 0;
		align-items: center;
	}
}
.header .col .navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2vw;
	padding: 0 5px;
	flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
	.header .col .logo {
		display: flex;
		align-items: center;
	}
	.header .col .logo img {
		max-width: 150px;
		height: auto;
	}
}
.header .col .navbar a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.header .col .navbar a svg {
	fill: white;
	width: 18px;
	height: 18px;
}

.header .col .navbar a span {
	color: white;
}

.header .col .navbar a .ellipse {
	width: 4px;
	height: 4px;
	background: white;
	opacity: 0.5;
	border-radius: 50%;
}

.header .col .navbar .active-nav .svg-icon {
	fill: #ffc01d;
	stroke: #ffc01d;
}

.header .col .navbar .active-nav .ellipse {
	background: #ffc01d;
}

.header .second {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.header .second .nav-text {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.header .second .mobile-box {
	display: none;
}

.header .search-container {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

/* Standalone search button */
.header .btn-search-standalone {
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #ffc01d;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	transition: all 0.3s ease;
}

.header .btn-search-standalone:hover {
	background: #f5c957;
}

.header .btn-search-standalone svg {
	fill: transparent;
	stroke: white;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
}

.header .search-box {
	display: none !important;
	position: relative;
}

.header .search-box input {
	width: clamp(100px, 20vw, 371px);
	height: 60px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(60, 60, 60, 0.2);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	display: none;
	gap: 10px;
	align-items: center;
	padding: 16px 3px 16px 20px;
	color: #fff;
	transition: all 0.3s ease;
	font-size: 16px;
}

.header .third {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

/* Auth buttons */
.auth-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.auth-buttons a {
	border: none;
	border-radius: 8px;
	padding: 12px 20px;
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.auth-buttons .btn-register {
	width: 153px;
	height: 50px;
	gap: 5px;
	padding: 5px 24px;
	color: #fff;
	flex-shrink: 0;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #FFC01D;
}

.auth-buttons .btn-login {
	width: 103px;
	height: 50px;
	gap: 5px;
	padding: 5px 24px;
	color: #fff;
	position: relative;
	flex-shrink: 0;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(38, 38, 38, 0);
}

.auth-buttons .btn-login::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50px;
	background: linear-gradient(168.01deg, rgba(255, 255, 255, 0.15) -9.63%, rgba(255, 255, 255, 0.05) 100.36%);
	z-index: -2;
}

.auth-buttons .btn-login::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 50px;
	background: rgba(60, 60, 60, 0.3);
	z-index: -1;
}

.auth-buttons .btn-login:hover {
	background: rgba(60, 60, 60, 0.5);
	border-color: rgba(255, 255, 255, 0.2);
}

.auth-buttons .btn-register:hover {
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #f5c957;
}

.auth-buttons .svg-icon {
	width: 15px;
	height: 15px;
	fill: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.auth-buttons .btn-login:hover .svg-icon {
	fill: rgba(255, 255, 255, 0.9);
}

.auth-buttons .btn-register:hover .svg-icon {
	fill: #fff;
}

/* User block for logged-in state */
.header .user-block {
	display: none;
	position: relative;
}

.header .user-profile {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	padding: 8px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.header .user-profile:hover {
	background: rgba(255, 255, 255, 0.1);
}

.header .user-avatar-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 3px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.header .user-avatar-wrapper svg {
	width: 25px;
	height: 25px;
}

.header .user-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.header .user-profile .chevron {
	width: 12px;
	height: 12px;
	stroke: rgba(255, 255, 255, 0.7);
	transition: transform 0.3s ease;
}

.header .user-block.active .chevron {
	transform: rotate(180deg);
}

.header .user-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 12px;
	background: rgba(60, 60, 60, 0.95);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	z-index: 1000;
	display: none;
	min-width: 200px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.header .user-block.active .user-dropdown {
	display: block;
}

.header .user-dropdown .nav-separator {
	margin: 4px 0;
}

.header .dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 8px;
}

.header .dropdown-item:hover {
	background: rgba(255, 255, 255, 0.1);
}

.header .dropdown-item .svg-icon {
	width: 15px;
	height: 15px;
	fill: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
}

.header .dropdown-item span {
	color: #fff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	white-space: nowrap;
}

/* Logged-in state - hide auth buttons, show user block */
.header.logged-in .auth-buttons {
	display: none;
}

.header.logged-in .user-block {
	display: block;
}

/* Mobile state management */
.logged-in-only {
	display: none;
}

.logged-out-only {
	display: block;
}

.header.logged-in .logged-in-only {
	display: block;
}

.header.logged-in .logged-out-only {
	display: none;
}

/* Mobile auth section below header for logged-out state */
.mobile-auth-section {
	display: none;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	align-items: center;
	justify-content: center;
}

/* Mobile search section below header */
.mobile-search-section {
	display: none;
	padding: 20px 0;
}

.mobile-search-wrapper {
	position: relative;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-search-input {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(60, 60, 60, 0.2);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	padding: 16px 60px 16px 20px;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease;
}

.mobile-search-input:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(60, 60, 60, 0.4);
}

.mobile-search-submit {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #ffc01d;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mobile-search-submit:hover {
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #f5c957;
}

.mobile-search-submit svg {
	fill: #f5c957;
	stroke: white;
	width: 16px;
	height: 16px;
	transition: all 0.3s ease;
}

.mobile-search-submit:hover svg {
	fill: #ffc01d;
}

.mobile-search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(60, 60, 60, 0.95);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	z-index: 1000;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.mobile-search-suggestions .suggestion-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 6px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 10px;
}

.mobile-search-suggestions .suggestion-item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateX(3px);
}

.mobile-search-suggestions .suggestion-item .svg-icon {
	width: 16px;
	height: 16px;
	fill: rgba(255, 255, 255, 0.6);
	margin-right: 12px;
	flex-shrink: 0;
}

.mobile-search-suggestions .suggestion-text {
	color: #fff;
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 14px;
	font-weight: 400;
	flex: 1;
	line-height: 1.4;
}

.mobile-search-suggestions .suggestion-arrow {
	opacity: 0.4;
	flex-shrink: 0;
}

.mobile-search-suggestions .suggestion-arrow .svg-icon {
	width: 10px;
	height: 10px;
	fill: rgba(255, 255, 255, 0.4);
	margin-right: 0;
}

.mobile-search-suggestions .suggestion-item:hover .suggestion-arrow {
	opacity: 1;
}

.mobile-search-suggestions .suggestion-item:hover .suggestion-arrow .svg-icon {
	fill: #FFC01D;
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(60, 60, 60, 0.8);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	z-index: 100;
	padding: 10px 10px 20px 10px;
	border-radius: 30px 30px 0 0;
}

.mobile-bottom-nav .nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 clamp(10px, 5vw, 30px);
	position: relative;
}

.mobile-bottom-nav .nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	flex: 1;
	max-width: 20%;
	min-width: 0;
	transition: all 0.2s ease;
	position: relative;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item.active {
	color: #ffffff;
}

.mobile-bottom-nav .nav-item .svg-icon {
	width: clamp(16px, 4vw, 20px);
	height: clamp(16px, 4vw, 20px);
	fill: currentColor;
	margin-bottom: clamp(2px, 1vw, 5px);
	flex-shrink: 0;
}

.mobile-bottom-nav .nav-item .nav-text {
	font-family: "Jost", sans-serif;
	font-size: clamp(9px, 2.5vw, 12px);
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

/* Home indicator bar */
.mobile-bottom-nav::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(80px, 30vw, 120px);
	height: 5px;
	background: #848484;
	border-radius: 50px;
}

/* Sign In Modal Styles */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal-overlay.active {
	display: flex;
}

.modal-container {
	background: rgba(21, 21, 21, 0.9);
	border-radius: 50px;
	display: flex;
	max-width: 1294px;
	width: 100%;
	height: 100%; /* Full height as requested */
	max-height: 900px; /* Still maintain max height limit */
	min-height: 900px; /* Still maintain max height limit */
	overflow: auto; /* Allow scrolling if content overflows */
	gap: 60px;
	padding: 30px;
}

/* Left Side - Promotional Content */
.modal-promo {
	flex: 1;
	max-width: 660px;
	position: relative;
	border-radius: 40px 0 0 40px; /* Only left corners have border radius */
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.promo-background-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover; /* Ensure image covers the entire area */
}

.promo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.promo-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* Space between center logo and bottom text */
	color: white;
	z-index: 2;
	padding: 40px; /* Add padding for proper spacing */
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: center; /* Center the logo */
	flex: 1; /* Take up available space to center vertically */
}

.popup-logo {
	width: 393.5px;
	height: 148px;
	flex-shrink: 0;
	aspect-ratio: 226/85;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)); /* Add shadow for better visibility */
}

.promo-text {
	text-align: left; /* Left align text */
	align-self: flex-start; /* Position to left side */
}

.promo-text h2 {
	margin: 0;
}

.premium-text {
	color: #FFC01D;
	font-family: "Jost", sans-serif;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 98px */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add text shadow for better visibility */
	text-transform: capitalize; /* Capitalize the text */
}

.promo-text p {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add text shadow for better visibility */
}

/* Right Side - Form */
.modal-form {
	width: 513px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 10;
}

.modal-close:hover {
	background: rgba(255, 255, 255, 0.1);
}

.modal-close:active {
	background: rgba(255, 255, 255, 0.2);
}

.close-icon {
	width: 24px;
	height: 24px;
	fill: white;
	stroke: white;
	stroke-width: 0;
}

.form-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	gap: 18px;
}

.modal-form .form-content .form-input {
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	color: #C8C8C8;
}

.form-title {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: white;
	text-align: left;
	text-transform: capitalize;
	margin: 0;
}

.registration-form {
	display: flex;
	flex-direction: column;
}

/* Form styles - FROM FIGMA DESIGN ONLY */
.form-group {
	position: relative;
	margin-bottom: 16px;
}

.form-input {
	width: 100%;
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 0 60px 0 60px;
	height: 50px;
	color: white;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

.form-input:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.3);
}

.form-input::-moz-placeholder {
	color: #C8C8C8;
}

.form-input::placeholder {
	color: #C8C8C8;
}

.input-icon-left {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	fill: white;
	pointer-events: none;
}

.input-icon-right {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	fill: #262626;
	cursor: pointer;
}

.form-checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	gap: 8px;
	margin: 8px 0;
	flex-shrink: 0; /* Prevent checkbox from shrinking */
}

.form-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: 20px;
	height: 20px;
	background: #323232;
	border: 0.833px solid rgba(156, 156, 156, 0.28);
	border-radius: 5px;
	margin: 0;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.form-checkbox input[type=checkbox]:checked {
	background: #FFC01D;
	border-color: #FFC01D;
}

.form-checkbox input[type=checkbox]:checked::after {
	content: "✓";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.form-checkbox label {
	color: #87878C;
	font-size: 14px;
	line-height: 1.4;
	font-family: "SF Pro Display", sans-serif;
	letter-spacing: -0.28px;
}

.form-checkbox label a {
	color: #6F6858;
	text-decoration: none;
}

.form-checkbox label a:hover {
	text-decoration: underline;
}

.form-submit {
	width: 100%;
	background: #FFC01D;
	border: none;
	border-radius: 50px;
	padding: 16px 20px;
	color: #fff;
	font-family: "SF Pro Display", sans-serif; /* Match other form elements */
	font-size: 16px; /* Slightly larger font */
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px; /* Slightly more gap */
	margin-top: 16px; /* More margin to match design */
}

.form-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(255, 192, 29, 0.3);
}

.submit-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

.form-footer {
	margin-top: auto;
	padding-top: 20px;
	text-align: center;
}

.copyright {
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	color: #6F6858;
	text-align: center;
	line-height: 1.4;
	margin-top: 20px;
}

/* Login Modal Styles */
/* Login Modal Specific Styles */
.login-footer {
	text-align: center;
	margin: 20px 0 10px 0;
}

.login-footer span {
	color: #666;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
}

/* Register button - EXACT from Figma design */
.register-link-button {
	width: 100%;
	height: 50px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 5px 24px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.register-link-button:hover {
	background: rgba(255, 255, 255, 0.05);
}

.register-link-button .register-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

.form-options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 16px 0;
	gap: 20px; /* Add gap for better spacing */
}

.forgot-password {
	color: #87878C;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: -0.28px;
	white-space: nowrap; /* Prevent text wrapping */
}

.forgot-password:hover {
	color: #FFC01D;
}

.login-terms {
	text-align: center;
	margin: 16px 0;
}

.login-terms p {
	color: #9c9c9c;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.login-terms a {
	color: #6F6858;
	text-decoration: none;
}

.login-terms a:hover {
	text-decoration: underline;
}

.login-submit {
	background: #FFC01D !important;
	color: #ffffff !important;
}

.login-submit .submit-icon {
	fill: white;
}

.login-divider {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 20px 0;
	text-align: center;
}

.login-divider::before,
.login-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(135, 135, 140, 0.3);
}

.login-divider span {
	color: #87878C;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	white-space: nowrap;
}

.login-modal .form-title {
	font-size: 28px;
}

.login-form-content {
	display: flex;
	flex-direction: column;
}

.form-divider {
	text-align: center;
	position: relative;
	margin: 20px 0;
}

.form-divider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #3a3a3a;
}

.form-divider span {
	background: #1a1a1a;
	padding: 0 15px;
	color: #666;
	font-size: 14px;
	font-family: "Jost", sans-serif;
	position: relative;
	z-index: 1;
}

.form-register-link {
	background: transparent;
	border: 2px solid #FFC01D;
	border-radius: 8px;
	padding: 14px 20px;
	color: #FFC01D;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: center;
}

.form-register-link:hover {
	background: #FFC01D;
	color: #000;
}

/* Modal Height Responsive - for screens with limited height */
@media screen and (max-height: 900px) {
	.modal-container {
		max-height: 85vh; /* Reduce height for shorter screens */
		min-height: 500px; /* Adjust minimum height */
	}
	.modal-form {
		/* No padding needed */
	}
	.form-content {
		gap: 12px; /* Reduce gaps */
	}
	.logo-container {
		margin-bottom: 40px; /* Reduce logo margin */
	}
}
/* Modal for very short screens (like 801px height) */
@media screen and (max-height: 820px) {
	.modal-container {
		max-height: 80vh; /* Even more compact for very short screens */
		min-height: 450px; /* Further reduce minimum height */
		padding: 20px; /* Reduce container padding */
		gap: 40px; /* Reduce gap between panels */
	}
	.modal-form {
		/* No padding needed */
	}
	.form-content {
		gap: 10px; /* Further reduce content gaps */
		margin-top: 40px; /* Reduce top margin */
	}
	.logo-container {
		margin-bottom: 30px; /* Further reduce logo margin */
	}
	.premium-text {
		font-size: 50px; /* Reduce premium text size */
	}
	.promo-text p {
		font-size: 30px; /* Reduce promo text size */
	}
}
/* CRITICAL: 1200px breakpoint - Hide left panel, center right panel */
@media (max-width: 1200px) {
	.modal-overlay .modal-container {
		justify-content: center !important;
		gap: 0 !important;
	}
	.modal-overlay .modal-promo {
		display: none !important;
	}
	.modal-overlay .modal-form {
		width: 100% !important;
		max-width: 600px !important;
		margin: 0 auto !important;
	}
}
@media screen and (max-width: 991px) {
	.modal-container {
		position: relative;
		min-height: 1px;
		padding: 80px 20px 30px;
	}
	#loginModal .modal-form {
		position: static;
	}
	#loginModal .modal-close {
		top: 20px;
		right: 20px;
	}
}
/* Modal Width Responsive - Mobile */
@media screen and (max-width: 768px) {
	.modal-container {
		flex-direction: column;
		max-width: 95%;
		max-height: 95vh;
		background: #1a1a1a;
		border-radius: 20px;
		padding: 30px 20px; /* Better mobile padding */
	}
	/* Registration Modal Mobile */
	#registrationModal .modal-container {
		padding: 20px;
	}
	#registrationModal .modal-promo {
		display: none; /* Hide promotional panel on mobile */
	}
	#registrationModal .modal-form {
		width: 100%;
		padding: 0;
	}
	#registrationModal .form-content {
		gap: 20px;
		margin-top: 40px;
	}
	/* Login Modal Mobile - Single Panel */
	#loginModal .modal-container {
		background: #1a1a1a;
		padding: 30px 20px; /* Consistent padding */
		gap: 0;
	}
	#loginModal .modal-promo {
		display: none; /* Hide promotional panel on mobile */
	}
	#loginModal .modal-form {
		width: 100%;
		padding: 0; /* Remove extra padding */
	}
	#loginModal .form-content {
		gap: 20px;
		margin-top: 40px;
	}
	#loginModal .form-title {
		font-family: "SF Pro Display", sans-serif;
		font-size: 24px;
		font-weight: 700;
		text-align: left;
	}
	#registrationModal .form-title {
		font-family: "SF Pro Display", sans-serif;
		font-size: 24px;
		font-weight: 700;
		text-align: left;
	}
	#loginModal .login-terms {
		margin: 20px 0;
		text-align: center;
		padding: 0 10px; /* Add horizontal padding for better readability */
	}
	#loginModal .login-divider {
		margin: 24px 0;
	}
	#loginModal .register-link-button {
		margin-top: 16px;
	}
	#loginModal .copyright {
		margin-top: 40px;
		text-align: center;
		color: #6F6858;
		font-size: 12px;
		padding: 0 10px; /* Add padding for copyright text */
	}
	/* Mobile form options - stack vertically */
	.form-options {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
/* Modal form titles - white color for all screen sizes */
#loginModal .form-title.modal-form-title,
#registrationModal .form-title.modal-form-title {
	color: #ffffff;
}

/* Extra small mobile screens */
@media screen and (max-width: 480px) {
	.modal-container {
		max-width: 98%;
		padding: 20px 15px; /* Reduced padding for very small screens */
	}
	#loginModal .modal-container,
	#registrationModal .modal-container {
		padding: 20px 15px;
	}
	#loginModal .form-content,
	#registrationModal .form-content {
		margin-top: 20px; /* Reduced top margin */
	}
	#loginModal .login-terms,
	#registrationModal .form-checkbox {
		padding: 0 5px; /* Even less padding for very small screens */
	}
	#loginModal .copyright {
		margin-top: 30px; /* Reduced margin */
		padding: 0 5px;
	}
}
.modal-promo {
	min-height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promo-content {
	padding: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.logo-container {
	font-size: 28px;
	margin-bottom: 0;
}

.modal-form {
	border-radius: 0 0 20px 20px;
}

.form-title {
	font-size: 24px;
	text-align: left;
}

.login-modal .modal-container {
	max-width: 95%;
}

.login-modal .modal-form {
	/* No padding needed */
}

@media screen and (max-width: 1023px) {
	.mobile-bottom-nav {
		display: block;
	}
	/* Add bottom padding to main content to avoid overlap with bottom nav */
	.main {
		padding-bottom: calc(80px + env(safe-area-inset-bottom));
	}
	.mobile-search-section {
		display: block;
	}
	.mobile-auth-section.logged-out-only {
		display: flex;
	}
	/* Hide mobile auth section when logged in */
	.header.logged-in ~ .mobile-auth-section {
		display: none;
	}
	/* Hide mobile search section when not active */
	.mobile-search-section:not(.active) {
		display: none;
	}
}
/* Search active state */
.header .search-container.search-active {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 577px;
}

.header .search-container.search-active .search-box {
	width: 100%;
	display: flex !important;
	align-items: center;
}

.header .search-container.search-active .btn-search-standalone {
	display: none;
}

.header .search-container.search-active .search-box input {
	width: 100%;
	height: 60px;
	padding: 16px 60px 16px 20px;
	padding-right: 70px;
	background: rgba(60, 60, 60, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	display: flex !important;
	opacity: 1;
	visibility: visible;
	color: #fff;
	font-size: 16px;
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
}

.header .search-container.search-active .search-box .btn-search {
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #f5c957;
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.header .search-container.search-active .search-box .btn-search:hover {
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #ffc01d;
}

.header .search-container.search-active .search-box .btn-search svg {
	fill: #f5c957;
	stroke: white;
	width: 20px;
	height: 20px;
	transition: all 0.3s ease;
}

.header .search-container.search-active .search-box .btn-search:hover svg {
	fill: #ffc01d;
}

/* Navigation hidden state */
.header .navbar.nav-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50px);
	pointer-events: none;
	position: absolute;
}

/* Search suggestions */
.header .search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: rgba(36, 36, 36, 0.8);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
	padding: 8px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 10px;
	z-index: 1000;
	display: none;
	max-height: 400px;
	overflow-y: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.header .search-suggestions .suggestion-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 50px;
}

.header .search-suggestions .suggestion-item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateX(3px);
}

.header .search-suggestions .suggestion-item .svg-icon {
	width: 16px;
	height: 16px;
	fill: rgba(255, 255, 255, 0.6);
	margin-right: 12px;
	flex-shrink: 0;
}

.header .search-suggestions .suggestion-text {
	color: #fff;
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 14px;
	font-weight: 400;
	flex: 1;
	line-height: 1.4;
}

.header .search-suggestions .suggestion-arrow {
	opacity: 0.4;
	flex-shrink: 0;
}

.header .search-suggestions .suggestion-arrow .svg-icon {
	width: 10px;
	height: 10px;
	fill: rgba(255, 255, 255, 0.4);
	margin-right: 0;
}

.header .search-suggestions .suggestion-item:hover .suggestion-arrow {
	opacity: 1;
}

.header .search-suggestions .suggestion-item:hover .suggestion-arrow .svg-icon {
	fill: #FFC01D;
}

@media screen and (min-width: 1024px) {
	.header .search-box .btn-search:hover {
		background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #f5c957;
	}
	.header .search-box .btn-search:hover svg {
		fill: #f5c957;
	}
}
.header .mobile-box {
	display: none;
}

.main-header .third {
	width: clamp(100px, 20vw, 371px);
}

.main-header .third .search-box {
	display: none;
}

.main-header .mobile-box .btn-search {
	display: none;
}

/* Medium screen responsive adjustments */
@media screen and (max-width: 1300px) and (min-width: 1024px) {
	.header .col .navbar {
		gap: 1.5vw;
	}
	.header .col .navbar a span {
		font-size: 14px;
	}
	.auth-buttons .btn-register {
		width: 130px;
		padding: 5px 16px;
	}
	.auth-buttons .btn-login {
		width: 85px;
		padding: 5px 16px;
	}
	.auth-buttons a {
		font-size: 13px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1024px) {
	.header .col .navbar {
		gap: 1vw;
	}
	.header .col .navbar a {
		gap: 6px;
	}
	.header .col .navbar a svg {
		width: 16px;
		height: 16px;
	}
	.auth-buttons .btn-register {
		width: 115px;
		padding: 5px 12px;
	}
	.auth-buttons .btn-login {
		width: 75px;
		padding: 5px 12px;
	}
	.auth-buttons a {
		font-size: 12px;
		gap: 6px;
	}
	.auth-buttons .svg-icon {
		width: 13px;
		height: 13px;
	}
}
/* Extra narrow desktop screens */
@media screen and (max-width: 1100px) and (min-width: 1024px) {
	.header .col .navbar a span {
		font-size: 13px;
	}
	.auth-buttons .btn-register {
		width: 100px;
		padding: 5px 10px;
	}
	.auth-buttons .btn-login {
		width: 65px;
		padding: 5px 10px;
	}
	.auth-buttons a {
		font-size: 11px;
		gap: 4px;
	}
	.auth-buttons .svg-icon {
		width: 12px;
		height: 12px;
	}
	.header .search-container {
		margin-left: 10px;
	}
	.header .btn-search-standalone {
		width: 48px;
		height: 48px;
	}
	.header .btn-search-standalone svg {
		width: 18px;
		height: 18px;
	}
}
/* Critical narrow desktop screens - hide less important nav items */
@media screen and (max-width: 1025px) and (min-width: 1024px) {
	.header .col .navbar a[data-id="5"] {
		display: none; /* Hide "Тэги" on very narrow screens */
	}
}
/* Specific fix for 1217px width to prevent wrapping */
@media screen and (max-width: 1220px) and (min-width: 1024px) {
	.header-wrapper {
		flex-wrap: nowrap;
		gap: 5px;
	}
	.header .col .navbar {
		gap: 0.8vw;
	}
	.header .col .navbar a span {
		font-size: 13px;
	}
	.auth-buttons .btn-register {
		width: 110px;
		padding: 5px 12px;
	}
	.auth-buttons .btn-login {
		width: 70px;
		padding: 5px 12px;
	}
	.auth-buttons a {
		font-size: 11px;
		gap: 4px;
	}
	.auth-buttons .svg-icon {
		width: 12px;
		height: 12px;
	}
	.header .search-container {
		margin-left: 8px;
	}
	.header .btn-search-standalone {
		width: 46px;
		height: 46px;
	}
	.header .btn-search-standalone svg {
		width: 17px;
		height: 17px;
	}
}
@media screen and (max-width: 1023px) {
	.header {
		padding: 15px 0;
	}
	.header .second {
		display: none;
	}
	.header-wrapper .auth-buttons {
		display: none;
	}
	.header .third {
		display: none;
	}
	.header .mobile-box {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.header .mobile-box button {
		border: none;
		background: none;
		cursor: pointer;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.1);
		-webkit-backdrop-filter: blur(10px);
		        backdrop-filter: blur(10px);
		transition: all 0.3s ease;
	}
	.header .mobile-box button:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.header .mobile-box button svg {
		fill: transparent;
		stroke: white;
		width: 20px;
		height: 20px;
	}
	/* Mobile user block - use existing user block styles */
	.header .mobile-box .mobile-user-block {
		position: relative;
	}
	.header .mobile-box .mobile-user-block .user-profile {
		display: flex;
		align-items: center;
		gap: 8px;
		cursor: pointer;
		padding: 8px;
		-webkit-backdrop-filter: blur(10px);
		        backdrop-filter: blur(10px);
		transition: all 0.3s ease;
		justify-content: center;
	}
	.header .mobile-box .mobile-user-block .user-profile:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.header .mobile-box .mobile-user-block .user-avatar-wrapper {
		width: 43px;
		height: 43px;
		border-radius: 50%;
		overflow: hidden;
	}
	.header .mobile-box .mobile-user-block .user-avatar {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.header .mobile-box .mobile-user-block .chevron {
		width: 12px;
		height: 12px;
		stroke: rgba(255, 255, 255, 0.7);
		transition: transform 0.3s ease;
	}
	.header .mobile-box .mobile-user-block.active .chevron {
		transform: rotate(180deg);
	}
	.header .mobile-box .mobile-user-block .user-dropdown {
		position: absolute;
		top: 100%;
		right: 0;
		background: rgba(60, 60, 60, 0.95);
		-webkit-backdrop-filter: blur(75px);
		backdrop-filter: blur(75px);
		border-radius: 12px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 8px;
		z-index: 1000;
		display: none;
		min-width: 200px;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	}
	.header .mobile-box .mobile-user-block.active .user-dropdown {
		display: block;
	}
	.header .mobile-box .mobile-user-block .dropdown-item {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 12px 16px;
		cursor: pointer;
		transition: all 0.3s ease;
		border-radius: 8px;
		margin: 4px;
	}
	.header .mobile-box .mobile-user-block .dropdown-item:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.header .mobile-box .mobile-user-block .dropdown-item .svg-icon {
		width: 16px;
		height: 16px;
		fill: rgba(255, 255, 255, 0.7);
		flex-shrink: 0;
	}
	.header .mobile-box .mobile-user-block .dropdown-item span {
		color: #fff;
		font-family: "sf_pro_displayregular", sans-serif;
		font-size: 14px;
		font-weight: 400;
	}
	.header .mobile-box .search-box {
		position: absolute;
		left: 150%;
		top: 100%;
		width: 100%;
		transition: all 0.3s ease;
		z-index: 21;
	}
	.header .mobile-box .search-box.active {
		left: 0;
	}
	.header .mobile-box .search-box input {
		width: 100%;
	}
	/* Mobile search suggestions */
	.header .mobile-box .search-suggestions {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(60, 60, 60, 0.95);
		-webkit-backdrop-filter: blur(75px);
		backdrop-filter: blur(75px);
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 10px;
		z-index: 1000;
		display: none;
		max-height: 300px;
		overflow-y: auto;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	}
	.header .mobile-box .search-suggestions .suggestion-item {
		padding: 12px 15px;
	}
	.header .mobile-box .search-suggestions .suggestion-text {
		font-size: 14px;
	}
}
.mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	z-index: 21;
	padding: 20px;
}

.mobile-nav .wrapper {
	margin: 0 auto;
	max-width: 400px;
	padding-top: 40px;
}

.mobile-nav .wrapper .top-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-nav .wrapper .top-block .col .logo img {
	width: clamp(120px, 30vw, 200px);
	height: auto;
}

.mobile-nav .wrapper .top-block .mobile-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mobile-nav .wrapper .top-block .mobile-box button {
	border: none;
	background: none;
	cursor: pointer;
}

.mobile-nav .wrapper .top-block .mobile-box button svg {
	fill: transparent;
	stroke: white;
	width: 16px;
	height: 16px;
}

.mobile-nav .wrapper .top-block .mobile-box .btn-close {
	display: flex;
	height: 44px;
	width: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mobile-nav .wrapper .top-block .mobile-box .btn-close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.mobile-nav .wrapper nav {
	margin-top: 50px;
}

.mobile-nav .wrapper nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.mobile-nav .wrapper nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	gap: 10px;
}

.mobile-nav .wrapper nav ul li a svg {
	fill: white;
	width: 18px;
	height: 18px;
}

.mobile-nav .wrapper nav ul li a span {
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.mobile-nav .wrapper nav ul li a .ellipse {
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
}

/* Mobile search suggestions */
@media screen and (max-width: 1023px) {
	.header .mobile-box .search-suggestions {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(60, 60, 60, 0.95);
		-webkit-backdrop-filter: blur(75px);
		backdrop-filter: blur(75px);
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 10px;
		z-index: 1000;
		display: none;
		max-height: 300px;
		overflow-y: auto;
	}
	.header .mobile-box .search-suggestions .suggestion-item {
		padding: 12px 15px;
	}
	.header .mobile-box .search-suggestions .suggestion-text {
		font-size: 14px;
	}
}
.section {
	margin-bottom: 45px;
}

.heading {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.heading .title-name {
	flex-shrink: 1;
	flex-grow: 1;
}

.heading .sort-box {
	margin-left: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	display: flex;
}

.heading + .tags-list {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.heading .sort-box {
		margin-left: 0;
		width: 100%;
	}
	.heading .sort-box-studios .sort-box-wrapper {
		width: 100%;
	}
	.heading .sort-box-studios .sort-box-wrapper .form-group label {
		width: 50%;
	}
	.heading .sort-box-wrapper {
		width: 100%;
	}
	.heading .sort-box-wrapper .form-group label {
		width: 33.3%;
	}
}
.thumbs {
	text-align: start;
	font-size: 0;
	margin: 0 -10px;
}

.thumbs .col {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 0 10px 24px;
}

#list_videos_most_recent_videos .thumbs .col {
	width: 33.33%;
}

@media screen and (max-width: 1200px) {
	.thumbs .col {
		width: 33.33%;
	}
}
@media screen and (max-width: 991px) {
	#list_videos_most_recent_videos .thumbs .col,
	.thumbs .col {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	#list_videos_most_recent_videos .thumbs .col,
	.thumbs .col {
		width: 100%;
	}
}
.thumbs-models .col {
	width: 20%;
}

@media screen and (max-width: 1200px) {
	.thumbs-models .col {
		width: 33.33%;
	}
}
@media screen and (max-width: 991px) {
	.thumbs-models .col {
		width: 50%;
	}
}
.thumbs-studios .col {
	width: 25%;
}

@media screen and (max-width: 1200px) {
	.thumbs-studios .col {
		width: 33.33%;
	}
}
@media screen and (max-width: 991px) {
	.thumbs-studios .col {
		width: 50%;
	}
}
.thumb {
	position: relative;
	overflow: hidden;
}

.thumb-link {
	display: block;
}

@media screen and (min-width: 1024px) {
	.thumb:hover .box-img {
		border-color: #FCAA46;
	}
}
.thumb-studio .box-img {
	border-radius: 20px;
	border: 5px solid rgba(217, 217, 217, 0.05);
	background: rgba(44, 44, 44, 0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.thumb-studio .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.thumb-studio .box-img img {
	padding: 45px;
}

@media screen and (min-width: 1024px) {
	.thumb-studio:hover .box-img {
		border-color: #FCAA46;
	}
}
.thumb-category .box-img {
	border-radius: 18px;
}

.thumb-category .box-img .bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	border-radius: 18px;
	width: 100%;
	height: 100%;
	height: 43%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.thumb-category .box-img .title {
	position: absolute;
	color: #FFF;
	text-align: right;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	top: 10px;
	z-index: 1;
	right: 10px;
}

@media screen and (min-width: 1024px) {
	.thumb-category:hover .box-img {
		border-color: #FCAA46;
	}
}
.top-category {
	margin-bottom: 50px;
}

.top-category-thumb {
	width: 100%;
	border-radius: 18px;
	border: 5px solid #e29b4e;
}

@media screen and (min-width: 1024px) {
	.top-category-thumb:hover .top-category-description {
		opacity: 0.5;
	}
}
.top-category .thumb-link,
.top-category .box-img {
	width: 100%;
	height: 100%;
}

.top-category-description {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%) 50%/cover no-repeat;
}

.thumb-models .box-img {
	border: 1px solid transparent;
	border-radius: 14px;
}

.thumb-models .box-img:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 160%;
	padding-top: 133%;
}

@media screen and (min-width: 1024px) {
	.thumb-models .box-img:hover {
		border: 1px solid #FFC01D;
	}
}
.thumb-models .info {
	align-items: center;
	justify-content: space-between;
}

.thumb-models .info .value {
	font-size: clamp(10px, 4vw, 18px);
}

/* Subscriber info styling */
.subscriber-info {
	margin-top: 2px;
}

.subscriber-count {
	color: #87878C;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24px;
	transition: all 0.3s ease;
}

.model-flag {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.flag-icon {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}

/* Subscribe Button Styles */
.subscribe-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	background: none;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Default state - small star icon */
.subscribe-default {
	width: 34px;
	height: 34px;
	background: rgba(38, 38, 38, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe-default .subscribe-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

/* Hover state - full button */
.subscribe-hover {
	width: 100%;
	height: 34px;
	background: #FFC01D;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 0 24px;
	box-sizing: border-box;
}

.subscribe-hover .subscribe-text {
	color: white;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.subscribe-hover .subscribe-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

/* Subscribed state - small checkmark */
.subscribe-subscribed {
	width: 34px;
	height: 34px;
	background: rgba(38, 38, 38, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	display: none;
	align-items: center;
	justify-content: center;
}

.subscribe-subscribed .subscribe-icon {
	width: 18px;
	height: 18px;
	fill: #00FFB7;
}

/* Button states based on data attribute */
.subscribe-btn[data-subscribed=false] .subscribe-default {
	display: flex;
}

.subscribe-btn[data-subscribed=false] .subscribe-subscribed {
	display: none;
}

.subscribe-btn[data-subscribed=true] .subscribe-default {
	display: none;
}

.subscribe-btn[data-subscribed=true] .subscribe-subscribed {
	display: flex;
}

/* Hover effects for unsubscribed */
.subscribe-btn[data-subscribed=false]:hover .subscribe-default {
	display: none;
}

.subscribe-btn[data-subscribed=false]:hover .subscribe-hover {
	display: flex;
	animation: subscribeAppear 0.3s ease-out;
}

/* Hover effects for subscribed */
.subscribe-btn[data-subscribed=true]:hover .subscribe-subscribed {
	display: none;
}

.subscribe-btn[data-subscribed=true]:hover .subscribe-hover {
	display: flex;
	animation: subscribeAppear 0.3s ease-out;
}

.subscribe-btn[data-subscribed=true]:hover .subscribe-hover .subscribe-text {
	color: white;
}

.subscribe-btn[data-subscribed=true]:hover .subscribe-hover {
	background: #FFC01D;
}

/* Text and icon visibility based on subscription state */
.subscribe-btn[data-subscribed=false] .subscribe-text-subscribed {
	display: none !important;
}

.subscribe-btn[data-subscribed=false] .subscribe-text-unsubscribed {
	display: block !important;
}

.subscribe-btn[data-subscribed=false] .subscribe-icon-subscribed {
	display: none !important;
}

.subscribe-btn[data-subscribed=false] .subscribe-icon-unsubscribed {
	display: block !important;
}

.subscribe-btn[data-subscribed=true] .subscribe-text-unsubscribed {
	display: none !important;
}

.subscribe-btn[data-subscribed=true] .subscribe-text-subscribed {
	display: block !important;
}

.subscribe-btn[data-subscribed=true] .subscribe-icon-unsubscribed {
	display: none !important;
}

.subscribe-btn[data-subscribed=true] .subscribe-icon-subscribed {
	display: block !important;
}

/* Animations */
@keyframes subscribeAppear {
	0% {
		opacity: 0;
		transform: scale(0.8);
		width: 34px;
	}
	100% {
		opacity: 1;
		transform: scale(1);
		width: 100%;
	}
}
@keyframes subscribeDisappear {
	0% {
		opacity: 1;
		transform: scale(1);
		width: 100%;
	}
	100% {
		opacity: 0;
		transform: scale(0.8);
		width: 34px;
	}
}
/* Enhanced transitions */
.subscribe-default,
.subscribe-hover,
.subscribe-subscribed {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Pulse animation for subscribed state */
.subscribe-subscribed .subscribe-icon {
	animation: subscribePulse 2s infinite;
}

@keyframes subscribePulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}
}
/* Success animation when subscribing */
.subscribe-success .subscribe-subscribed {
	animation: subscribeSuccess 0.6s ease-out;
}

@keyframes subscribeSuccess {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/* Enhanced button hover effects */
.subscribe-btn:hover {
	transform: translateY(-1px);
	width: calc(100% - 20px);
}

.subscribe-btn:hover .subscribe-hover {
	width: 100%;
}

.subscribe-btn:active {
	transform: translateY(0) scale(0.98);
}

/* Video Page Layout */
.video-main-layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}

.video-content {
	flex: 1;
	max-width: calc(100% - 380px);
	min-width: 0;
}

.player-wrap {
	width: 100%;
	/* padding-top: 52.18%; */
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: #282828;
}

.kt-player {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* Video Info */
.info-top {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}

.headline {
	flex: 1;
	min-width: 0;
}

.headline .title {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	        hyphens: auto;
}

.sharing-container {
	flex-shrink: 0;
}

.sharing-container .list-btns {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sharing-container .button {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px 20px 10px 8px;
	background: #282828;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	color: #ffffff;
	text-decoration: none;
	font-family: "SF Pro Display", sans-serif;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.sharing-container .button:hover {
	background: rgba(255, 255, 255, 0.1);
}

.sharing-container .svg-icon {
	width: 24px;
	height: 24px;
	fill: white;
}

/* Video Description */
.video-description {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.video-stats {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
}

.like-dislike-buttons {
	display: flex;
	gap: 5px;
}

.like-btn, .dislike-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px 15px;
	background: #282828;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
}

.like-btn.active {
	background: #282828;
}

.like-btn:hover, .dislike-btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.like-icon, .dislike-icon {
	width: 18px;
	height: 18px;
	fill: #7E7E7E;
}

.like-btn.active .like-icon {
	fill: #FFC01D !important;
}

.dislike-btn.active .dislike-icon {
	fill: #FFC01D !important;
}

.comment-like.active .comment-like-icon {
	fill: #FFC01D !important;
}

.comment-dislike.active .comment-dislike-icon {
	fill: #FFC01D !important;
}

.video-metrics {
	display: flex;
	gap: 18px;
}

.metric {
	display: flex;
	align-items: center;
	gap: 4px;
}

.metric-icon {
	width: 20px;
	height: 20px;
	fill: #494949;
}

.metric-value {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.28px;
}

.metric-value.views {
	color: #FFC01D;
}

.description-section {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.description-title {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.description-text {
	color: #6f6858;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.36px;
	margin: 0;
}

/* Comments Section */
.comments-section {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.comment-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.comment-form .success {
	color: #fff;
	text-align: left;
	width: 100%;
}

.comment-form .success.hidden {
	display: none;
}

.comment-input {
	width: 100%;
	height: 112px;
	padding: 12px;
	background: #282828;
	border: 1px solid rgba(217, 217, 217, 0.1);
	border-radius: 18px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
	resize: none;
	box-sizing: border-box;
}

input.comment-input {
	height: auto;
	max-width: 500px;
}

.comment-input::-moz-placeholder {
	color: #8b8b8b;
}

.comment-input::placeholder {
	color: #8b8b8b;
}

.comment-input:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.3);
}

.comment-submit {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px 20px 10px 8px;
	background: #282828;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}

.comment-submit:hover {
	background: rgba(255, 255, 255, 0.1);
}

.comment-icon {
	width: 24px;
	height: 24px;
	fill: white;
}

.comments-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.comment-item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.comment-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.comment-avatar svg {
    width: 25px;
    height: 25px;
}

.comment-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.comment-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.comment-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.comment-author {
	color: #87878c;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 1.3;
}

.comment-text {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 1.3;
	margin: 0;
}

.comment-actions {
	display: flex;
	gap: 5px;
	align-items: center;
}

.comment-actions .comment-like-count {
	color: #fff;
}

.comment-actions .comment-like-count.positive {
	color: green;
}

.comment-actions .comment-like-count.negative {
	color: red;
}

.comment-like, .comment-dislike {
	display: flex !important;
	align-items: center;
	gap: 5px;
	padding: 8px;
	background: #282828;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.24px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.comment-like:hover, .comment-dislike:hover {
	background: rgba(255, 255, 255, 0.1);
}

.comment-like.active .comment-like-icon {
	fill: #FFC01D;
}

.comment-like-icon, .comment-dislike-icon {
	width: 18px;
	height: 18px;
	fill: #7E7E7E;
}

.show-more-comments {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px 24px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	height: 50px;
}

.show-more-comments:hover {
	background: rgba(255, 255, 255, 0.05);
}

.show-more-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

.show-less-comments {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 10px 24px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	height: 50px;
}

.show-less-comments:hover {
	background: rgba(255, 255, 255, 0.05);
}

.show-less-icon {
	width: 18px;
	height: 18px;
	fill: white;
}

/* Video Sidebar */
.video-page .video-sidebar {
	width: 350px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.video-page .sidebar-section {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.video-page .sidebar-title {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

/* Models in Video */
.models-in-video {
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.video-model-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	gap: 6px;
	min-width: 80px;
}

.video-model-avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.video-model-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.video-model-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	width: 100%;
}

.video-model-name {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.28px;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.video-model-videos {
	display: flex;
	align-items: center;
	gap: 4px;
}

.video-icon {
	width: 16px;
	height: 16px;
	fill: #949494;
}

.video-count {
	color: #949494;
	font-family: "SF Pro Display", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.24px;
}

.model-info {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 50px;
	width: 100%;
	padding: 20px;
	background: rgba(26, 26, 26, 0.1);
	-webkit-backdrop-filter: blur(75px);
	        backdrop-filter: blur(75px);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	min-height: 394px;
}

.model-info::before {
	content: "";
	position: absolute;
	right: -240px;
	top: 183px;
	width: 576px;
	height: 576px;
	background: radial-gradient(circle, rgba(252, 170, 70, 0.15) 0%, rgba(252, 98, 122, 0) 100%);
	filter: blur(113.75px);
	pointer-events: none;
}

.model-info-left {
	flex-shrink: 0;
	width: 272px;
}

.model-info-left-img {
	width: 272px;
	height: 394px;
	border-radius: 18px;
	overflow: hidden;
}

.model-info-left-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.model-info-middle {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 20px;
	min-width: 0;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	max-width: 349px;
}

.model-info-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 20px;
	min-width: 0;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.model-name h1 {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.72px;
	line-height: normal;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.model-details {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.details-section h3 {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 8px 0;
	padding: 8px 0;
}

.detail-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	flex-wrap: wrap;
}

.detail-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.detail-icon svg {
	width: 100%;
	height: 100%;
	fill: white;
}

.detail-label {
	color: #87878c;
	font-family: "SF Pro Display", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.detail-value {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.country-flag {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}

.country-flag svg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.social-links {
	display: flex;
	gap: 12px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-link.tiktok {
	background: #000000;
}

.social-link.instagram {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-link.telegram {
	background: #27a6e5;
}

.social-link svg {
	width: 20px;
	height: 20px;
	fill: white;
}

.social-link:hover {
	transform: scale(1.1);
}

.model-description {
	margin-top: 24px;
}

.model-description h3 {
	color: #ffffff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 24px 0;
	padding: 8px 0;
}

.model-description p {
	color: #6f6858;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.3;
	margin: 0 0 12px 0;
	text-align: left;
	width: 100%;
}

.model-actions {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 24px;
	width: 100%;
	flex-wrap: nowrap;
}

.model-subscribe-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 5px 24px;
	height: 50px;
	background: #ffc01d;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.model-subscribe-btn.done {
	opacity: .8;
	cursor: default;
	pointer-events: none;
}

.model-subscribe-btn svg {
	width: 18px;
	height: 18px;
	fill: white;
}

.model-subscribe-btn:hover {
	background: #e6ac1a;
	transform: scale(1.05);
}

.subscribers-count {
	color: #87878c;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.model-videos {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px;
}

.video-icon {
	width: 20px;
	height: 20px;
	fill: #494949;
}

.video-count {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.28px;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
}

/* Tags List */
.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.tag-item {
	display: flex;
	padding: 10px 15px 10px 10px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	cursor: pointer;
}

.tag-item:hover {
	background: #393939;
}

.tag-icon {
	width: 20px;
	height: 20px;
	fill: white;
}

.tag-text {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.3;
	white-space: nowrap;
}

/* Categories List */
.categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.category-item {
	display: flex;
	padding: 10px 15px 10px 10px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	cursor: pointer;
}

.category-item:hover {
	background: #393939;
}

.category-icon {
	width: 20px;
	height: 20px;
	fill: white;
}

.category-text {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.3;
	white-space: nowrap;
}

/* Sidebar Models */
.sidebar-models {
	color: #6f6858;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.3;
}

.model-link {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
	cursor: pointer;
	transition: color 0.3s ease;
	color: #6f6858;
}

.model-link:hover {
	color: #FFC01D;
}

.comma {
	color: #6f6858;
}

/* Sidebar Studio */
.sidebar-studio {
	color: #6f6858;
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.3;
}

.studio-link {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	text-decoration-style: solid;
	text-underline-position: from-font;
	cursor: pointer;
	transition: color 0.3s ease;
	color: #6f6858;
}

.studio-link:hover {
	color: #FFC01D;
}

/* Responsive Design */
@media screen and (max-width: 1400px) {
	.video-content {
		max-width: calc(100% - 350px);
	}
}
@media screen and (max-width: 1023px) {
	.video-main-layout {
		flex-direction: column;
		gap: 20px;
	}
	.video-content {
		max-width: 100%;
	}
	.video-sidebar {
		display: none;
	}
	.models-in-video {
		justify-content: center;
	}
	.player-wrap {
		height: 300px;
	}
	.video-stats {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}
	.video-metrics {
		gap: 12px;
	}
	.sidebar-section {
		gap: 12px;
	}
	.models-in-video {
		gap: 12px;
	}
	.model-avatar {
		width: 80px;
		height: 80px;
	}
	.model-actions {
		flex-direction: column;
		align-items: center;
	}
	.model-subscribe-btn {
		width: 100%;
		justify-content: center;
	}
}
.swiper {
	width: 100%;
}

.box-img {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	background-color: #131313;
	border: 1px solid transparent;
}

.box-img:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 60.642%;
}

.box-img .no-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #FFC01D;
}

.box-img .thumb-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
	z-index: 1;
}

.box-img video {
	z-index: 2;
}

.box-img .duration,
.box-img .hd {
	position: absolute;
	left: 10px;
	z-index: 2;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 4px 6px;
}

.box-img .hd {
	top: 10px;
}

.box-img .duration {
	bottom: 10px;
	font-weight: 400;
}

.description {
	padding: 12px 10px 0;
	display: block;
}

.description .text-wrap {
	margin-bottom: 8px;
	display: block;
	transition: color 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.3px;
	text-align: left;
}

.description .info {
	display: flex;
	color: #696969;
	font-size: 18px;
	align-items: center;
}

@media screen and (max-width: 660px) {
	.description .info {
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.description .info .box {
	margin-right: 18px;
}

@media screen and (max-width: 1450px) {
	.description .info .box {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1250px) {
	.description .info .box {
		margin-right: 6px;
	}
}
@media screen and (max-width: 1200px) {
	.description .info .box {
		margin-right: 10px;
	}
}
@media screen and (max-width: 660px) {
	.description .info .box:nth-child(1),
	.description .info .box:nth-child(3) {
		width: calc(41% - 10px);
	}
}
.description .info .box:nth-child(3) {
	margin-left: auto;
}

.description .info .box:last-child {
	font-size: 14px;
	margin-right: 0;
}

@media screen and (max-width: 660px) {
	.description .info .box:nth-child(2) {
		margin-right: 0;
	}
	.description .info .box:nth-child(3) {
		margin-left: 0;
	}
}
.description .info .wrap {
	display: flex;
	align-items: center;
}

.description .info .svg-icon {
	margin-right: 4px;
	flex-shrink: 0;
	flex-grow: 0;
	height: 20px;
	width: 20px;
	fill: #494949;
}

.description .info .svg-icon.icon-calendar {
	width: 16px;
}

.description .info .value {
	color: #fff;
}

.sort-form .form-group {
	display: flex;
	padding: 4px 5px;
	align-items: flex-start;
	border-radius: 50px;
	border: 1px solid #323232;
	background: rgba(38, 38, 38, 0.5);
	-webkit-backdrop-filter: blur(75px);
	backdrop-filter: blur(75px);
}

.sort-form .form-group a {
	display: flex;
	padding: 5px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 50px;
	color: #FFF;
	text-align: center;
	font-family: sf_pro_displaymedium, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	height: 27px;
	white-space: nowrap;
}

.sort-form .form-group a.active {
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #FFC01D;
}

.tags-alphabet {
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tags-alphabet .alphabet-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: #262626;
}

.tags-alphabet .item .link-alphabet {
	text-align: center;
	font-family: Jost;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.tags-alphabet .item.active .link-alphabet {
	color: #FFC01D;
}

.tags-list {
	list-style: none;
	padding: 0;
	padding-bottom: 30px;
	font-size: 0px;
}

.tags-list:not(:last-child) {
	margin: 0 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tags-list .item {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.tags-list .item .btn {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.36px;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.tags-list .item .btn:hover {
		background: #393939;
	}
}
.tags-list .item .btn svg {
	width: 20px;
	height: 20px;
	fill: #FFF;
}

.tags-list .item svg {
	width: 19px;
	height: 19px;
	fill: #DCD8F3;
}

.tag-letter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.tag-letter span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 50px;
	border-radius: 50px;
	padding: 5px 10px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background: #FFC01D;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.tag-letter span {
		width: 100%;
		justify-content: flex-start;
		height: 40px;
	}
}
.tag-letter svg {
	width: 24px;
	height: 24px;
	fill: #DCD8F3;
}

footer .footer-top .footer-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

footer .footer-top .footer-wrap .item {
	width: 100%;
}

footer .footer-top .footer-wrap .item h2 {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 70px;
}

footer .footer-top .footer-wrap .item h2 .accent {
	color: #FFC01D;
	font-family: "Jost", sans-serif;
	font-size: 100px;
	font-style: normal;
	font-weight: 500;
	line-height: 70px;
	display: block;
}

footer .footer-top .footer-wrap .item .description {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	padding: 0;
	gap: 20px;
}

footer .footer-top .footer-wrap .item .description p {
	color: #6F6858;
	font-family: sf_pro_displaymedium, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	letter-spacing: 0.36px;
	max-width: 750px;
}

footer .footer-top .footer-wrap .image-item {
	overflow: hidden;
}

footer .footer-top .footer-wrap .image-item img {
	max-width: 610px;
}

footer .footer-bottom .footer-wrap {
	margin: 100px 0 20px;
	background: #1E1E1E;
	border-radius: 40px;
	background: #1A1A1A;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	align-items: center;
	gap: 30px;
}

footer .footer-bottom .footer-wrap p {
	color: #6F6858;
	text-align: center;
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

footer .footer-bottom .footer-wrap .navbar {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

footer .footer-bottom .footer-wrap .navbar a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: white;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

footer .footer-bottom .footer-wrap .navbar a svg {
	fill: white;
	width: 18px;
	height: 18px;
}

footer .footer-bottom .footer-wrap .navbar a .ellipse {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: white;
	opacity: 0.7;
}

footer .footer-bottom .footer-wrap .footer-info {
	width: 80%;
	text-align: center;
}

footer .footer-bottom .footer-wrap .footer-light {
	width: 575px;
	height: 575px;
	border-radius: 576px;
	opacity: 0.15;
	background: radial-gradient(191.04% 183.58% at 13.01% 92.21%, #FCAA46 0%, #FCA648 10.5%, #FC9B50 19.8%, #FC895D 28.8%, #FC6F6F 37.4%, #FC627A 41.2%, rgba(252, 98, 122, 0.98) 46.7%, rgba(252, 98, 122, 0.93) 52.7%, rgba(252, 98, 122, 0.85) 59%, rgba(252, 98, 122, 0.72) 65.3%, rgba(252, 98, 122, 0.57) 71.8%, rgba(252, 98, 122, 0.38) 78.4%, rgba(252, 98, 122, 0.16) 85%, rgba(252, 98, 122, 0) 89.2%), #D9D9D9;
	filter: blur(113.75px);
	position: absolute;
	bottom: -95%;
}

@media screen and (max-width: 1023px) {
	footer .footer-top {
		margin-top: 35vw;
	}
	footer .footer-top .footer-wrap {
		position: relative;
		flex-direction: column-reverse;
	}
	footer .footer-top .footer-wrap .item h2 {
		font-size: 50px;
	}
	footer .footer-top .footer-wrap .image-item {
		position: absolute;
		top: -25vw;
		z-index: -1;
		opacity: 0.37;
	}
	footer .footer-top .footer-wrap .image-item img {
		width: clamp(300px, 80vw, 650px);
	}
	footer .footer-bottom .footer-wrap .navbar {
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	footer .footer-top .footer-wrap .item {
		line-height: inherit;
	}
	footer .footer-top .footer-wrap .item h2 {
		font-size: 30px;
		line-height: 50px;
	}
	footer .footer-top .footer-wrap .item h2 .accent {
		font-size: 50px;
		line-height: 50px;
	}
	footer .footer-top .footer-wrap .item h3 {
		font-size: 30px;
		line-height: 50px;
	}
}
.player-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 18px;
}

.video-content .player-wrap {
	margin: 0;
	padding: 0;
}

.player-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.player-overlay button {
	border-radius: 50%;
	border: none;
	background: none;
	cursor: pointer;
}

.player-overlay button .play-button {
	width: 124px;
	height: 124px;
}

@media screen and (max-width: 1023px) {
	.player-overlay button .play-button {
		width: 100px;
		height: 100px;
	}
}
.kt-player {
	position: absolute;
	inset: 0;
	min-height: 100%;
	width: 100%;
}

.video-wrapper .info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
	.video-wrapper .info-top {
		flex-wrap: wrap;
		gap: 12px;
	}
}
.video-wrapper .info-cols .inner-row,
.video-wrapper .info-cols .row {
	margin-bottom: 18px;
}

.video-wrapper .headline {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
}

.video-wrapper .headline .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 1023px) {
	.video-wrapper .headline {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
		overflow: initial;
	}
	.video-wrapper .headline .title {
		overflow: initial;
		text-overflow: initial;
		white-space: initial;
	}
}
.video-wrapper .sharing-container {
	flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
	.video-wrapper .sharing-container {
		width: 100%;
	}
}
.video-wrapper .sharing-container .list-btns {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media screen and (max-width: 1023px) {
	.video-wrapper .sharing-container .list-btns li {
		flex-basis: 50%;
	}
}
.video-wrapper .sharing-container .button {
	color: #FFF;
	text-align: center;
	font-family: sf_pro_displaymedium, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	height: 45px;
	padding: 5px 20px 5px 8px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
}

.video-wrapper .sharing-container .button svg {
	width: 24px;
	height: 24px;
}

.video-wrapper .info-cols-top {
	margin-bottom: 18px;
}

.video-wrapper .list-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 18px;
}

@media screen and (max-width: 550px) {
	.video-wrapper .list-info {
		flex-wrap: wrap;
		gap: 10px;
	}
}
.video-wrapper .list-info li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.28px;
}

@media screen and (max-width: 550px) {
	.video-wrapper .list-info li:first-child {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.video-wrapper .list-info li {
		padding: 5px 0;
	}
}
.video-wrapper .list-info li svg {
	margin-right: 4px;
	flex-shrink: 0;
	flex-grow: 0;
	height: 20px;
	width: 20px;
	fill: #494949;
}

.video-wrapper .list-info li svg.icon-calendar {
	width: 16px;
}

.video-wrapper .info-name {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 4px;
}

.video-wrapper .text-description {
	color: #6F6858;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.36px;
}

@media screen and (max-width: 1023px) {
	.video-wrapper .text-description {
		font-size: 16px;
	}
}
.video-wrapper .list-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-wrap: wrap;
}

.video-wrapper .list-btn .item .btn {
	display: flex;
	padding: 10px 15px 10px 10px;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.36px;
	white-space: nowrap;
}

@media screen and (min-width: 1024px) {
	.video-wrapper .list-btn .item .btn:hover {
		background: #393939;
	}
}
.video-wrapper .list-btn .item .btn svg {
	width: 20px;
	height: 20px;
	fill: #FFF;
}

.video-wrapper .list-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	flex-wrap: wrap;
}

.video-wrapper .list-link .item {
	color: #6F6858;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.36px;
}

.video-wrapper .list-link .item a {
	text-decoration: underline;
	color: inherit;
}

@media screen and (min-width: 1024px) {
	.video-wrapper .list-link .item a:hover {
		text-decoration: none;
		color: #FFC01D;
	}
}
.show-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.show-more-btn {
	height: 45px;
	padding: 5px 20px 5px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	display: flex;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: sf_pro_displaymedium, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.show-more-btn .svg-icon {
	width: 20px;
	height: 20px;
}

.show-less {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.show-less-btn {
	height: 45px;
	padding: 5px 20px 5px 8px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	display: flex;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: sf_pro_displaymedium, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.show-less-btn .svg-icon {
	width: 20px;
	height: 20px;
}

/* Mobile Layout Sections - Hidden by default on desktop */
.mobile-layout-sections {
	display: none;
}

/* Tablet and Mobile Responsive Styles for Video Page */
@media screen and (max-width: 1400px) {
	.info-top {
		flex-direction: column;
		gap: 16px;
	}
	.sharing-container {
		margin-top: 12px;
		width: 100%;
	}
	.sharing-container .list-btns {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 8px;
	}
	.sharing-container .list-btns li:first-child {
		width: 100%;
	}
	.sharing-container .list-btns li:not(:first-child) {
		width: calc(50% - 4px);
	}
	.sharing-container .button {
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width: 1023px) {
	.video-main-layout {
		flex-direction: column;
		gap: 20px;
	}
	.video-content {
		max-width: 100%;
	}
	.player-wrap {
		height: auto;
		padding-top: 56.25%; /* 16:9 aspect ratio */
	}
	.headline .title {
		font-size: 20px;
		line-height: 1.3;
	}
	.sharing-container .list-btns {
		flex-wrap: wrap;
		gap: 6px;
	}
	.sharing-container .button {
		padding: 8px 16px 8px 6px;
		font-size: 14px;
	}
	.sharing-container .svg-icon {
		width: 20px;
		height: 20px;
	}
	/* Hide desktop sidebar on tablet and mobile */
	.video-sidebar {
		display: none;
	}
	/* Show mobile layout sections */
	.mobile-layout-sections {
		display: block;
		margin-top: 24px;
	}
	/* Show mobile sidebar components */
	.mobile-sidebar-components {
		display: block;
		margin-top: 24px;
	}
	.mobile-sidebar-section {
		margin-bottom: 20px;
	}
	.mobile-sidebar-title {
		color: #ffffff;
		font-family: "Jost", sans-serif;
		font-size: 18px;
		font-weight: 400;
		line-height: normal;
		margin: 0 0 12px 0;
	}
	.mobile-models-in-video {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}
	.mobile-model-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.mobile-model-avatar {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		overflow: hidden;
	}
	.mobile-model-avatar img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.mobile-model-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2px;
		width: 100%;
	}
	.mobile-model-name {
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.28px;
		line-height: normal;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
	.mobile-model-videos {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 4px;
	}
	.mobile-video-icon {
		width: 20px;
		height: 20px;
		fill: #494949;
	}
	.mobile-video-count {
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.24px;
	}
	.mobile-tags-list {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.mobile-tag-item {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 6px 12px;
		background: #282828;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 20px;
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-size: 12px;
		font-weight: 400;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.mobile-tag-item:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.mobile-tag-item.active {
		background: #FFC01D;
		color: #000000;
	}
	.mobile-tag-icon {
		width: 16px;
		height: 16px;
		fill: currentColor;
	}
	.mobile-categories-list {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.mobile-category-item {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 6px 12px;
		background: #282828;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 20px;
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-size: 12px;
		font-weight: 400;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.mobile-category-item:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.mobile-category-icon {
		width: 16px;
		height: 16px;
		fill: currentColor;
	}
	.mobile-sidebar-models {
		color: #6f6858;
		font-family: "SF Pro Display", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
	}
	.mobile-model-link {
		color: #6f6858;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	.mobile-model-link:hover {
		color: #FFC01D;
	}
	.mobile-sidebar-studio {
		color: #6f6858;
		font-family: "SF Pro Display", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
	}
	.mobile-studio-link {
		color: #6f6858;
		text-decoration: none;
		transition: color 0.3s ease;
	}
	.mobile-studio-link:hover {
		color: #FFC01D;
	}
	.comments-section {
		margin-top: 16px;
	}
	.comment-item {
		gap: 12px;
	}
	.comment-avatar {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
	}
	.comment-content {
		min-width: 0;
	}
	.comment-text {
		font-size: 14px;
		line-height: 1.4;
	}
	.comment-actions {
		gap: 8px;
	}
	.comment-like,
	.comment-dislike {
		padding: 6px 8px;
		font-size: 12px;
	}
	.comment-like-icon,
	.comment-dislike-icon {
		width: 16px;
		height: 16px;
	}
	.show-more-comments,
	.show-less-comments {
		width: 100%;
		height: 44px;
		font-size: 14px;
	}
	.show-more-icon,
	.show-less-icon {
		width: 16px;
		height: 16px;
	}
	.thumbs {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.show-more,
	.show-less {
		margin-top: 30px;
	}
	.show-more-btn,
	.show-less-btn {
		height: 40px;
		padding: 5px 16px 5px 6px;
		font-size: 14px;
	}
	.show-more-btn .svg-icon,
	.show-less-btn .svg-icon {
		width: 18px;
		height: 18px;
	}
}
/* Responsive Breakpoints for Single Model Page */
/* Large Desktop (1200px+) */
@media screen and (min-width: 1200px) {
	.model-info {
		gap: 60px;
	}
}
/* Medium Desktop (992px - 1199px) */
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.model-info {
		gap: 40px;
	}
}
/* Small Desktop (768px - 991px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
	.model-info {
		gap: 30px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.model-info-left {
		width: 250px;
		margin-bottom: 20px;
	}
	.model-info-left-img {
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}
	.model-info-middle {
		max-width: 500px;
		text-align: center;
	}
	.model-info-right {
		max-width: 500px;
		text-align: center;
	}
	.model-name {
		width: 100%;
		text-align: center;
	}
	.model-name h1 {
		font-size: 30px;
		text-align: center;
	}
	.details-section {
		width: 100%;
		text-align: left;
	}
	.model-description h3 {
		text-align: center;
	}
	.model-description p {
		text-align: center;
	}
	.model-actions {
		align-items: center;
	}
	.subscribers-count {
		text-align: center;
	}
	/* Tablet Video Layout */
	.thumbs {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
/* Large Mobile (481px - 767px) */
@media screen and (max-width: 767px) {
	.model-info {
		gap: 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.model-info-left {
		width: 250px;
		margin-bottom: 15px;
	}
	.model-info-left-img {
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}
	.model-info-middle {
		max-width: 400px;
		text-align: center;
	}
	.model-info-right {
		max-width: 400px;
		text-align: center;
	}
	.model-name {
		width: 100%;
		text-align: center;
	}
	.model-name h1 {
		font-size: 26px;
		text-align: center;
	}
	.details-section {
		width: 100%;
		text-align: left;
	}
	.details-section h3 {
		font-size: 18px;
	}
	.model-description h3 {
		text-align: center;
		font-size: 18px;
	}
	.model-description p {
		text-align: center;
		font-size: 16px;
	}
	.model-actions {
		align-items: center;
	}
	.subscribers-count {
		text-align: center;
	}
	/* Large Mobile Video Layout */
	.thumbs {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.thumb {
		border-radius: 12px;
	}
	.description {
		padding: 12px;
	}
	.text {
		font-size: 13px;
	}
	.svg-icon {
		width: 14px;
		height: 14px;
	}
	.value {
		font-size: 11px;
	}
}
@media screen and (max-width: 480px) {
	.video-main-layout {
		gap: 16px;
	}
	.headline .title {
		font-size: 18px;
	}
	.sharing-container .list-btns {
		justify-content: center;
	}
	.sharing-container .button {
		padding: 6px 12px 6px 4px;
		font-size: 13px;
	}
	.sharing-container .svg-icon {
		width: 18px;
		height: 18px;
	}
	.model-avatar {
		width: 60px;
		height: 60px;
	}
	.model-name {
		width: 100%;
		text-align: center;
	}
	.model-name {
		font-size: 11px;
	}
	.tag-item,
	.category-item {
		padding: 4px 8px;
		font-size: 11px;
	}
	.comment-avatar {
		width: 36px;
		height: 36px;
	}
	.comment-text {
		font-size: 13px;
	}
	.thumbs {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.show-more-comments,
	.show-less-comments {
		height: 40px;
		font-size: 13px;
	}
	.show-more-btn,
	.show-less-btn {
		height: 36px;
		font-size: 13px;
	}
	/* Mobile Single Model Layout - Scoped to single-model page only */
	/* Hero Section */
	/* Gradient overlay */
	/* Model Info Card */
	/* Override general mobile styles for single model page */
	/* Model Description and Actions */
	/* Video Section */
	/* Video Thumbnails */
	/* Show mobile thumb structure and hide desktop */
	/* Pagination */
}
@media screen and (max-width: 480px) and (max-width: 991px) and (min-width: 768px) {
	.single-model-page .model-info {
		gap: 30px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.single-model-page .model-info-left {
		width: 250px;
		margin-bottom: 20px;
	}
	.single-model-page .model-info-left-img {
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}
	.single-model-page .model-info-middle {
		width: 100%;
		max-width: 600px;
		text-align: center;
	}
	.single-model-page .model-name h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.single-model-page .model-details {
		justify-content: center;
		gap: 40px;
	}
	.single-model-page .details-section {
		text-align: center;
	}
	.single-model-page .social-links {
		justify-content: center;
		margin-top: 20px;
	}
	.single-model-page .model-info-right {
		width: 100%;
		max-width: 600px;
		text-align: center;
	}
	.single-model-page .model-description {
		text-align: center;
	}
	.single-model-page .model-actions {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) and (max-width: 767px) {
	.single-model-page .model-info {
		gap: 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.single-model-page .model-info-left {
		width: 250px;
		margin-bottom: 15px;
	}
	.single-model-page .model-info-left-img {
		width: 250px;
		height: 250px;
		border-radius: 50%;
	}
	.single-model-page .model-info-middle {
		width: 100%;
		max-width: 500px;
		text-align: center;
	}
	.single-model-page .model-name h1 {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.single-model-page .model-details {
		justify-content: center;
		gap: 30px;
	}
	.single-model-page .details-section {
		text-align: center;
	}
	.single-model-page .social-links {
		justify-content: center;
		margin-top: 16px;
	}
	.single-model-page .model-info-right {
		width: 100%;
		max-width: 500px;
		text-align: center;
	}
	.single-model-page .model-description {
		text-align: center;
	}
	.single-model-page .model-actions {
		justify-content: center;
	}
}
@media screen and (max-width: 480px) {
	.single-model-page .section {
		padding: 0;
		background: #151515;
	}
	.single-model-page .container {
		padding: 0;
		max-width: 100%;
	}
	.single-model-page .model-info {
		display: block;
		padding: 0;
		margin: 0;
		background: none;
		-webkit-backdrop-filter: none;
		        backdrop-filter: none;
		border: none;
		border-radius: 0;
		min-height: auto;
		position: relative;
		overflow: visible;
	}
	.single-model-page .model-info::before {
		display: none;
	}
	.single-model-page .model-info-left {
		width: 100%;
		height: 456px;
		position: relative;
		overflow: hidden;
	}
	.single-model-page .model-info-left-img {
		width: 100%;
		height: 100%;
		border-radius: 0;
		position: relative;
	}
	.single-model-page .model-info-left-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.single-model-page .model-info-left::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 281px;
		background: linear-gradient(to bottom, rgba(21, 21, 21, 0) 8.541%, rgb(21, 21, 21) 100%);
		pointer-events: none;
	}
	.single-model-page .model-info-middle {
		position: absolute;
		bottom: 0;
		left: 20px;
		right: 20px;
		padding: 20px;
		background: rgba(26, 26, 26, 0.1);
		-webkit-backdrop-filter: blur(75px);
		        backdrop-filter: blur(75px);
		border-radius: 30px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		gap: 24px;
		max-width: none;
		width: auto;
	}
	.single-model-page .model-name h1 {
		font-size: 28px !important;
		text-align: center;
		margin-bottom: 24px;
	}
	.single-model-page .model-name {
		font-size: inherit !important;
	}
	.single-model-page .model-details {
		gap: 0;
	}
	.single-model-page .details-section {
		width: 100%;
		text-align: left;
	}
	.single-model-page .details-section h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.single-model-page .detail-item {
		padding: 8px 0;
		gap: 8px;
	}
	.single-model-page .detail-label {
		font-size: 15px;
	}
	.single-model-page .detail-value {
		font-size: 15px;
	}
	.single-model-page .social-links {
		justify-content: center;
		margin-top: 16px;
	}
	.single-model-page .social-link {
		width: 40px;
		height: 40px;
	}
	.single-model-page .model-info-right {
		padding: 20px;
		gap: 24px;
		background: none;
	}
	.single-model-page .model-description {
		margin-top: 0;
	}
	.single-model-page .model-description h3 {
		font-size: 20px;
		margin-bottom: 16px;
		text-align: center;
	}
	.single-model-page .model-description p {
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 12px;
	}
	.single-model-page .model-actions {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		margin-top: 0;
		width: 100%;
	}
	.single-model-page .model-subscribe-btn {
		width: 100%;
		justify-content: center;
		font-size: 14px;
	}
	.single-model-page .subscribers-count {
		text-align: center;
		font-size: 16px;
		margin-top: 8px;
	}
	.single-model-page .heading {
		padding: 0 20px;
		margin-top: 40px;
		margin-bottom: 24px;
	}
	.single-model-page .heading .title-name {
		font-size: 18px;
		text-align: left;
	}
	.single-model-page .sort-box {
		display: none;
	}
	.single-model-page .thumbs {
		padding: 0 20px;
		gap: 24px;
	}
	.single-model-page .thumb {
		background: #282828;
		border-radius: 18px;
		overflow: hidden;
	}
	.thumb-img {
		height: 230px;
		border-radius: 18px;
		overflow: hidden;
	}
	.thumb-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.thumb-info {
		padding: 10px;
	}
	.thumb-title {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 8px;
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-weight: 400;
		letter-spacing: 0.3px;
	}
	.thumb-stats {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.thumb-stats-left {
		display: flex;
		gap: 18px;
	}
	.thumb-stat {
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: 14px;
		color: #ffffff;
		font-family: "SF Pro Display", sans-serif;
		font-weight: 400;
		letter-spacing: 0.28px;
	}
	.thumb-stat svg {
		width: 20px;
		height: 20px;
		fill: #494949;
	}
	.thumb-img,
	.thumb-info,
	.thumb-title,
	.thumb-stats,
	.thumb-stats-left,
	.thumb-stat {
		display: block;
	}
	.thumb-stats {
		display: flex;
	}
	.thumb-stats-left {
		display: flex;
	}
	.thumb-stat {
		display: flex;
	}
	.pagination {
		padding: 0 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.pagination .prev span,
	.pagination .prev a,
	.pagination .next span,
	.pagination .next a,
	.pagination .last span,
	.pagination .last a,
	.pagination .current span,
	.pagination .current a {
		padding: 10px 17px;
	}
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.pagination li span,
.pagination li a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
}

.pagination .prev span,
.pagination .prev a,
.pagination .next span,
.pagination .next a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #FFC01D;
	padding: 17px 27px;
	gap: 5px;
}

.pagination .prev .svg-icon,
.pagination .next .svg-icon {
	width: 9px;
	height: 16px;
	fill: #fff;
	opacity: 0.5;
}

.pagination .prev .svg-icon:first-child {
	opacity: 1;
}

.pagination .prev .svg-icon:last-child {
	opacity: 0.33;
}

.pagination .next .svg-icon:first-child {
	opacity: 0.33;
}

.pagination .next .svg-icon:last-child {
	opacity: 1;
}

@media screen and (min-width: 1024px) {
	.pagination .page:hover span,
	.pagination .page:hover a,
	.pagination .current:hover span,
	.pagination .current:hover a,
	.pagination .last:hover span,
	.pagination .last:hover a {
		background-color: #393939;
	}
}
.pagination .page span,
.pagination .page a,
.pagination .current span,
.pagination .current a,
.pagination .last span,
.pagination .last a {
	background-color: #262626;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 17px 22px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .current span,
.pagination .current a {
	border-color: #FFC01D;
}

.pagination .jump span,
.pagination .jump a {
	padding: 17px 12px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.pagination .page {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.pagination .jump {
		display: none;
	}
	.pagination .prev span,
	.pagination .prev a,
	.pagination .next span,
	.pagination .next a,
	.pagination .last span,
	.pagination .last a,
	.pagination .current span,
	.pagination .current a {
		padding: 10px 17px;
	}
}
.empty-content {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 10px;
}

#kt_player {
	position: absolute !important;
}

.serach-info-autocomplete {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #fff;
	z-index: 99999 !important;
	overflow: hidden;
	max-height: 9999px !important;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgb(60, 60, 60);
	padding: 8px;
}

.serach-info-autocomplete .autocomplete-suggestion {
	display: block;
	width: 100%;
}

.serach-info-autocomplete .autocomplete-suggestion.title,
.serach-info-autocomplete .autocomplete-suggestion.hidden {
	display: none;
}

.serach-info-autocomplete .link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	padding: 7px 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	transition: color 0.3s, background 0.3s;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	font-family: "sf_pro_displayregular", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	border-radius: 50px;
	justify-content: space-between;
}

.serach-info-autocomplete .link .arrow svg {
	width: 10px;
	height: 10px;
	fill: rgba(255, 255, 255, 0.5);
}

.serach-info-autocomplete .link.hidden {
	display: none;
}

.serach-info-autocomplete .link strong {
	font-weight: 500;
	color: #fff;
	display: initial;
	transition: color 0.3s, background 0.3s;
}

.serach-info-autocomplete .link i {
	font-size: 17px;
	margin: 0 5px 0 0;
	transition: color 0.3s;
	display: inline-block;
	color: #5e5e5e;
}

@media screen and (min-width: 1024px) {
	.serach-info-autocomplete .link:hover {
		background: #595959;
	}
	.serach-info-autocomplete .link:hover .arrow svg {
		fill: #FFC01D;
	}
}
.serach-info-autocomplete .title .link {
	pointer-events: none;
	cursor: default;
	display: block;
	width: 100%;
	background-color: #f8f6f6;
	color: #e6184e;
	font-weight: 500;
}

.description .text-wrap {
	white-space: normal;
	height: 34px;
	overflow: hidden;
}

.rating-container {
	position: relative;
}

.rating-container .voters {
	position: absolute;
	top: -19px;
	left: 0;
	color: #fff;
}

.rating-container a {
	display: flex;
	padding: 10px 15px 10px 10px;
	align-items: flex-end;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #262626;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	line-height: 130%;
	letter-spacing: 0.36px;
	white-space: nowrap;
}

.rating-container a span {
	font-size: 14px;
	line-height: 1;
}

.rating-container a:first-child {
	margin: 0 5px 0 0;
}

.rating-container a svg {
	margin: 0 !important;
	fill: #7E7E7E !important;
}

.rating-container a:first-child svg {
	fill: #FFC01D !important;
}

@media screen and (min-width: 1024px) {
	.rating-container a:hover {
		background: #393939;
	}
	.mobile_bottom {
		display: none !important;
	}
}
.mobile_bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 2;
	padding: 10px 0 20px;
	border-radius: 30px 30px 0px 0px;
	background: rgba(60, 60, 60, 0.8);
	background: rgb(60, 60, 60);
	transform: translateY(100%);
	transition: transform 0.3s;
}

.mobile_bottom.show {
	transform: translateY(0);
}

.mobile_bottom a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.mobile_bottom a svg {
	width: 17px;
	height: 20px;
	fill: #fff;
}

.mobile_bottom a span {
	font-size: 12px;
	font-weight: 500;
	margin-top: 8px;
	color: #fff;
}

.mobile_bottom a.active span {
	color: #FFC01D;
}

.mobile_bottom a.active svg {
	fill: #FFC01D;
}

.main {
	margin-top: 24px;
}

.content_description {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 18px;
}

/* Profile Page Styles */
.profile-page {
	background: url(../images/main-bg.png) no-repeat center center;
	min-height: 100vh;
}

.profile-page-main-layout {
	display: flex;
	gap: 40px;
	max-width: 1760px;
	margin: 0 auto;
	padding: 40px 20px;
	justify-content: center;
}

/* Profile Sidebar */
.profile-page-sidebar {
	border-radius: 20px;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	width: 265px;
	padding: 24px 12px 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(36, 36, 36, 0.8);
	-webkit-backdrop-filter: blur(75px);
	        backdrop-filter: blur(75px);
	flex-direction: column;
	gap: 12px;
	flex-shrink: 0;
}

/* User Profile Header */
.profile-user-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.profile-user-avatar {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2) url(../images/profile.png) no-repeat center center;
	background-size: 42px 53px;
}

.user-avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.profile-user-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.user-name {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.avatar-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.change-avatar-btn {
	display: flex;
	background: #282828;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: 1 0 0;
	height: 40px;
	padding: 5px 24px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.change-avatar-btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.change-avatar-icon {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.delete-avatar-btn {
	background: #282828;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-grow: 0;
	height: 40px;
	padding: 5px 24px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.delete-avatar-btn:hover {
	background: rgba(255, 255, 255, 0.1);
}

.delete-avatar-icon {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

/* Navigation Menu */
.profile-navigation {
	display: flex;
	flex-direction: column;
}

.nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.nav-item {
	display: block;
}

.nav-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: transparent;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 8px;
}

.nav-link:hover {
	background: rgba(21, 21, 21, 0.4);
}

.nav-item.active .nav-link {
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(136deg, rgba(177, 177, 177, 0.32) 5.24%, rgba(54, 53, 103, 0.2) 51.01%), #FFC01D;
}

.nav-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.nav-text {
	font-weight: 500;
}

.nav-separator {
	border: none;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	margin: 16px 0;
}

.logout-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	background: transparent;
	border-radius: 12px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.logout-link:hover {
	background: rgba(255, 255, 255, 0.05);
}

.logout-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.logout-text {
	font-weight: 500;
}

/* Profile Content */
.profile-page-content {
	flex: 1;
	border-radius: 20px;
	padding: 32px;
}

.profile-content-header {
	margin-bottom: 32px;
}

.content-title {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 8px 0;
}

.content-description {
	color: #949494;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.profile-content-body {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	justify-content: center;
}

/* Profile Main Page Content Styles */
.profile-settings-form {
	max-width: 450px;
	width: 100%;
}

.settings-section {
	margin-bottom: 24px;
}

.section-title {
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px 0;
}

.input-group {
	margin-bottom: 12px;
}

.input-label {
	display: block;
	color: #87878C;
	font-family: "SF Pro Display", sans-serif;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 4px;
	padding-left: 24px;
}

.input-field {
	position: relative;
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	transition: all 0.3s ease;
}

.input-field:focus-within {
	border-color: #FFC01D;
	box-shadow: 0 0 0 2px rgba(255, 192, 29, 0.2);
}

.input-field input {
	background: transparent;
	border: none;
	color: #888888;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	outline: none;
}

.input-field input::-moz-placeholder {
	color: #888888;
}

.input-field input::placeholder {
	color: #888888;
}

.input-field input[readonly] {
	color: #888888;
	cursor: not-allowed;
}

/* Password field styling */
.input-field {
	position: relative;
}

.input-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	fill: #C8C8C8;
	cursor: pointer;
	transition: all 0.3s ease;
	transform: none;
    top: 15px;
}

.input-icon:hover {
	opacity: 0.7;
}

.input-icon-left {
	left: 24px;
}

.input-icon-right {
	right: 24px;
}

.password-toggle {
	cursor: pointer;
}

/* Save Changes Button */
.save-changes-btn {
	background: #FFC01D;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 24px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 8px;
}

.save-changes-btn:hover {
	background: #E6AC00;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 192, 29, 0.3);
}

.save-changes-btn:active {
	transform: translateY(0);
}

.check-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* Delete Account Button */
.delete-account-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 24px;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 8px;
}

.delete-account-btn:hover {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.3);
}

.delete-account-btn:active {
	background: rgba(255, 255, 255, 0.1);
}

.delete-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

/* Responsive Design for Profile Pages */
@media screen and (max-width: 1200px) {
	.profile-page-main-layout {
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		max-width: 100%;
		padding: 32px 16px;
	}
	.profile-page-sidebar {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.profile-page-content {
		padding: 28px 24px;
		width: 100%;
	}
	.profile-content-body {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 991px) {
	.profile-page-main-layout {
		padding: 24px 12px;
		gap: 24px;
	}
	.profile-page-sidebar {
		width: 240px;
		padding: 20px;
		display: none;
	}
	.profile-page-content {
		padding: 24px 20px;
	}
	.content-title {
		font-size: 24px;
	}
	.content-description {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.profile-page-main-layout {
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		padding: 20px 12px;
	}
	.profile-page-sidebar {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.profile-page-content {
		padding: 24px 16px;
		width: 100%;
	}
	.profile-settings-form {
		max-width: none;
	}
	.profile-content-body {
		justify-content: flex-start;
	}
	.content-title {
		font-size: 22px;
	}
	.content-description {
		font-size: 14px;
	}
	/* Support form responsive */
	.support-form-container {
		width: 100%;
	}
	.support-feedback-form {
		padding: 24px 20px;
	}
	/* Subscriptions responsive */
	.thumbs-subscriptions form {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.profile-subscriptions-page .thumbs-studios form {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media screen and (max-width: 480px) {
	.profile-page-main-layout {
		padding: 16px 8px;
		gap: 20px;
	}
	.profile-page-sidebar {
		padding: 16px;
		border-radius: 16px;
	}
	.profile-page-content {
		padding: 20px 12px;
		border-radius: 16px;
	}
	.profile-settings-form {
		padding: 0;
	}
	.settings-section {
		margin-bottom: 20px;
	}
	.section-title {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.input-field {
		height: 44px;
		padding: 0 16px;
	}
	.input-field input {
		font-size: 13px;
	}
	.input-label {
		font-size: 11px;
		padding-left: 16px;
	}
	.save-changes-btn,
	.delete-account-btn {
		height: 44px;
		font-size: 13px;
		padding: 10px 20px;
	}
	.content-title {
		font-size: 20px;
	}
	.content-description {
		font-size: 13px;
	}
	/* Support form mobile */
	.support-feedback-form {
		padding: 20px 16px;
	}
	.support-form-field {
		height: 44px;
	}
	.support-form-textarea-field {
		height: 100px;
	}
	/* Subscriptions mobile */
	.thumbs-subscriptions form {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.profile-subscriptions-page .thumbs-studios form {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	/* Profile user header mobile */
	.profile-user-header {
		gap: 12px;
	}
	.profile-user-avatar {
		width: 60px;
		height: 60px;
	}
	.user-name {
		font-size: 16px;
	}
	.avatar-actions {
		flex-direction: column;
		gap: 8px;
	}
	.change-avatar-btn {
		font-size: 11px;
		padding: 6px 10px;
	}
	/* Navigation mobile */
	.nav-link {
		padding: 10px 12px;
		font-size: 13px;
	}
	.nav-icon {
		width: 16px;
		height: 16px;
	}
}
/* Profile Favorites Thumbs - 3 per row */
.profile-favorites-thumbs .col {
	width: 33.33%;
}

@media screen and (max-width: 991px) {
	.profile-favorites-thumbs .col {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.profile-favorites-thumbs .col {
		width: 100%;
	}
}
/* Profile Thumb Delete Button */
.profile-thumb {
	position: relative;
}

.profile-thumb .box-img {
	position: relative;
}

.profile-thumb .delete-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50px;
	background: rgba(38, 38, 38, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 100;
	-webkit-backdrop-filter: blur(7.5px);
	        backdrop-filter: blur(7.5px);
	color: #ffffff;
}

.profile-thumb .delete-btn:hover {
	background: #ffc01d;
	transform: scale(1.05);
}

.profile-thumb .delete-btn:active {
	transform: scale(0.95);
}

.profile-thumb .delete-icon {
	width: 18px;
	height: 18px;
	fill: #ffffff !important;
}

@media screen and (max-width: 480px) {
	.profile-page-content {
		padding: 20px 12px;
	}
	.profile-settings-form {
		padding: 0;
	}
	.settings-section {
		margin-bottom: 20px;
	}
	.section-title {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.input-field {
		height: 44px;
		padding: 0 16px;
	}
	.input-field input {
		font-size: 13px;
	}
	.input-label {
		font-size: 11px;
		padding-left: 16px;
	}
	.save-changes-btn,
	.delete-account-btn {
		height: 44px;
		font-size: 13px;
		padding: 10px 20px;
	}
	.content-title {
		font-size: 20px;
	}
	.content-description {
		font-size: 13px;
	}
}
/* Support form user icon should be light gray */
.support-form-icon use {
	fill: #C8C8C8 !important;
}

/* Profile Subscriptions Page Styles */
.profile-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.subscriptions-filter {
	display: flex;
	justify-content: flex-end;
}

.filter-toggle {
	display: flex;
	background: rgba(38, 38, 38, 0.5);
	border: 1px solid #323232;
	border-radius: 50px;
	padding: 5px;
	-webkit-backdrop-filter: blur(75px);
	        backdrop-filter: blur(75px);
}

.filter-btn {
	background: transparent;
	border: none;
	border-radius: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.filter-btn.active {
	background: #FFC01D;
	color: #ffffff;
}

.filter-btn:hover:not(.active) {
	background: rgba(255, 255, 255, 0.1);
}

/* Profile Subscriptions Thumbs - 4 per row */
.thumbs-subscriptions form {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 50px;
	width: 100%;
}

.thumbs-subscriptions .col {
	width: 100%;
}

/* Profile Subscriptions Studios - 3 per row (SPECIFIC TO THIS PAGE ONLY) */
.profile-subscriptions-page .thumbs-studios form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 50px;
	width: 100%;
}

.profile-subscriptions-page .thumbs-studios .col {
	width: 100%;
}

/* Responsive Design for Subscriptions */
@media screen and (max-width: 1200px) {
	.thumbs-subscriptions form {
		grid-template-columns: repeat(3, 1fr);
	}
	.profile-subscriptions-page .thumbs-studios form {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 991px) {
	.thumbs-subscriptions form {
		grid-template-columns: repeat(2, 1fr);
	}
	.profile-subscriptions-page .thumbs-studios form {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 480px) {
	.profile-content-header {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	.thumbs-subscriptions form {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.profile-subscriptions-page .thumbs-studios form {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.filter-toggle {
		width: 100%;
		justify-content: center;
	}
	.filter-btn {
		flex: 1;
		text-align: center;
	}
}
/* Profile Support Page Styles */
.support-content {
	display: flex;
	flex-direction: column;
	gap: 100px;
	width: 100%;
}

.support-main-section {
	display: flex;
	gap: 50px;
	align-items: center;
	background: rgba(38, 38, 38, 0.3);
	-webkit-backdrop-filter: blur(39.2px);
	        backdrop-filter: blur(39.2px);
	border-radius: 24px;
	padding: 24px 24px 24px 50px;
}

.support-left-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 50%;
}

.support-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.support-title {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 1.2;
	color: #ffffff;
	text-align: center;
	margin: 0;
}

.support-image {
	width: 100%;
	aspect-ratio: 390/240;
	border-radius: 8px;
	overflow: hidden;
}

.support-image-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 8px;
}

.support-message {
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: center;
	text-align: center;
}

.support-message-title {
	color: #FFC01D;
	text-align: center;
	font-family: Jost;
	font-size: 72px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: capitalize;
	margin: 0;
}

.support-message-text {
	font-family: "SF Pro Display", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: #6f6858;
	margin: 0;
}

.support-form-container {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-form {
	background: #ffc01d;
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	gap: 24px;
	padding: 30px;
	max-width: 420px;
	height: 100%;
	justify-content: flex-start;
	padding-bottom: 25px;
}

.form-header {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.form-description {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(38, 38, 38, 0.8);
	margin: 0;
	letter-spacing: -0.28px;
}

.form-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.form-field {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 10px 24px;
	gap: 4px;
}

.form-field.textarea-field {
	height: 120px;
	border-radius: 18px;
	align-items: flex-start;
	padding-top: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.field-icon {
	width: 18px;
	height: 18px;
	fill: #262626;
	flex-shrink: 0;
}

/* Fields without icons should have proper padding */
.form-field.no-icon {
	padding-left: 24px;
	padding-right: 24px;
}

.form-input,
.form-select,
.form-textarea {
	background: transparent;
	border: none;
	outline: none;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	color: #262626;
	width: 100%;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
	color: #888888;
}

.form-input::placeholder,
.form-textarea::placeholder {
	color: #888888;
}

.form-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #888888;
}

.form-select:not([value]) {
	color: #888888;
}

.form-select option {
	color: #262626;
}

.select-arrow {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #87878C;
	stroke-width: 2;
	flex-shrink: 0;
}

.submit-btn {
	background: #262626;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit-btn:hover {
	background: #333333;
	transform: translateY(-2px);
}

/* Support Form Unique Styles */
.support-feedback-form {
	background: #ffc01d;
	border-radius: 18px;
	padding: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.support-form-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.support-form-field {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 10px 24px;
	gap: 4px;
	width: 100%;
	position: relative;
}

.support-form-field .field-error {
	position: absolute;
	top: 100%;
	left: 0;
}

.support-form-field-no-icon {
	padding-left: 24px;
	padding-right: 24px;
}

.support-form-textarea-field {
	height: 120px;
	border-radius: 18px;
	align-items: flex-start;
	padding-top: 10px;
}

.support-form-icon {
	width: 18px;
	height: 18px;
	fill: #262626 !important;
	flex-shrink: 0;
}

.support-form-input,
.support-form-select,
.support-form-textarea {
	background: transparent;
	border: none;
	outline: none;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	color: #262626;
	width: 100%;
}

.support-form-input {
	padding: 0;
}

.support-form-textarea {
	padding: 0;
	resize: none;
	line-height: 22px;
}

.support-form-input::-moz-placeholder, .support-form-textarea::-moz-placeholder {
	color: #888888;
}

.support-form-input::placeholder,
.support-form-textarea::placeholder {
	color: #888888;
}

.support-form-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	color: #888888;
	background: transparent;
	border: none;
	outline: none;
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	width: 100%;
	padding: 0;
	padding-right: 32px;
}

.support-form-select:not([value]) {
	color: #888888;
}

.support-form-select option {
	color: #262626;
	background: #ffffff;
}

.support-form-arrow {
	width: 12px;
	height: 6px;
	fill: none;
	stroke: #87878C;
	stroke-width: 2;
	flex-shrink: 0;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.support-form-submit {
	background: #262626;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	height: 50px;
	color: #ffffff;
	font-family: "SF Pro Display", sans-serif;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

/* FAQ Section */
.faq-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.faq-title {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	margin: 0;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.faq-item {
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-item:hover {
	background: #333333;
}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.faq-text {
	font-family: "SF Pro Display", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.32px;
	flex: 1;
}

.faq-arrow {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #87878C;
	stroke-width: 2;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
	transform: rotate(180deg);
}

.faq-answer {
	margin-top: 8px;
	padding-top: 8px;
}

.faq-answer ul {
	list-style: circle;
	padding-left: 15px;
}

.faq-answer p,
.faq-answer li {
	font-family: "SF Pro Display", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.28px;
	margin: 0;   
}

/* Responsive Design for Support Page */
@media screen and (max-width: 1200px) {
	.support-main-section {
		flex-direction: column;
		gap: 30px;
		padding: 30px;
	}
	.support-left-content {
		width: 100%;
		max-width: 500px;
	}
	.support-form-container {
		width: 100%;
		max-width: 500px;
	}
}
@media screen and (max-width: 768px) {
	.support-title {
		font-size: 36px;
	}
	.support-message-title {
		font-size: 48px;
	}
	.support-message-text {
		font-size: 16px;
	}
	.form-title {
		font-size: 20px;
	}
	.faq-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.support-content {
		gap: 60px;
	}
	.support-main-section {
		padding: 20px;
	}
	.support-left-content {
		gap: 20px;
	}
	.support-title {
		font-size: 28px;
	}
	.support-message-title {
		font-size: 36px;
	}
	.support-form-container {
		padding: 20px;
	}
	.support-form {
		gap: 20px;
	}
	.form-fields {
		gap: 10px;
	}
	.form-field {
		height: 45px;
		padding: 8px 20px;
	}
	.form-field.textarea-field {
		height: 100px;
	}
	.submit-btn {
		height: 45px;
	}
}

.fancybox-item.fancybox-close {
	opacity: 0 !important;
}

.fancybox-skin {
	background: transparent !important;
	box-shadow: none !important;
}

.field-error,
.generic-error {
	color: red;
}

.generic-error {
	font-size: 14px;
	margin: 0 0 10px;
}

.captcha-control img {
	margin: 0 0 10px;
}

.btn-favourites .hidden {
	display: none;
}

.block-new-comment .row,
.block-new-comment {
	width: 100%;
}

.change_profile_new .field-error {
	position: absolute;
	top: 100%;
	left: 0;
}

.avatar-actions .file,
.avatar-actions .hidden{
	display: none;
}

.static_page .empty-content {
	font-size: 14px;
    line-height: 1.4;
}

.static_page .empty-content a {
	cursor: pointer;
	color: #FFC01D;
}

.static_page .empty-content a:hover {
	text-decoration: underline;
}

.fancybox-overlay .support-form-container {
	width: 100%;
}

.fancybox-overlay .support-feedback-form {
	min-width: 500px;
}

.support-form-container .hidden {
	display: none;
}  