/* Start Main Rulez */
@font-face {
	font-family: 'RobotoCondensed';
	src:
		url('../font/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
	font-optical-sizing: auto;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--color1: #ce171d;
	--color2: #000b54;
}

:root {
	--font-15: 82px;
	--font-14: 75px;
	--font-13: 69px;
	--font-12: 62px;
	--font-11: 56px;
	--font-10: 53px;
	--font-9: 45px;
	--font-8: 38px;
	--font-7: 32px;
	--font-6: 27px;
	--font-5: 23px;
	--font-4: 19px;
	--font-3: 16px;
	--font-2: 14px;
	--font-1: 12px;
}

body {
	font-family: "RobotoCondensed", serif;
}

.contener {
	width: 1300px;
	margin: auto;
}

.onteaner-cont {
	width: 1000px;
	margin: auto;
}

.clearfix {
	clear: both;
}

/* End Main Rulze*/

/* Start Newos */

.newos {
	background: var(--color1);
	width: 100%;
	height: 5vh;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	z-index: 1;
}

.newos h3 {
	color: #fff;
	font-style: var(--font-2);
	font-weight: 400;
}

/* End Newos */

/* Start Nav */

nav {
	width: 100%;
	height: 6vh;
	background-color: rgb(250, 250, 250);
	display: flex;
	align-items: center;
	z-index: 20;
}

.nav-small {
	position: fixed;
	top: 0;
	height: 6vh;
}

nav ul {
	list-style: none;
	margin-left: 1%;
	float: left;
	height: auto;
	margin-top: 5px;
}

nav ul a {
	text-decoration: none;
	color: rgb(130, 130, 130);
	font-weight: bold;
	font-size: var(--font-2);
	margin: 0 10px;
	position: relative;
	padding-bottom: 5px;
}

nav ul a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}

nav ul a:hover::before {
	width: 100%;
}

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: none;
	stroke-width: 1.5px;
}

nav .social {
	float: right;
	overflow: hidden;
	margin-right: 1%;
}

nav .social a {
	color: #000;
	text-decoration: none;
	margin: 0 6px;
	overflow: hidden;
}

nav .social a img {
	width: 20px;
}

nav .social .lang {
	font-weight: bolder;
	font-size: var(--font-2);
	margin-left: 20px;
}

/* End Nav */

/* Start Header */

header {
	width: 100%;
	height: 7vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	z-index: 20;
	border-bottom: 1px solid #ccc;
}

.header-small {
	position: fixed;
	margin-top: 0.40%;
}

header .logo {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: var(--font-6);
	font-weight: bolder;
	margin-left: 1%;
	margin-top: .5%;
}

header .nav {
	float: left;
	margin-left: 15%;
	display: flex;
	align-items: center;
}

header .nav a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: var(--font-2);
	position: relative;
	padding-bottom: 2px;
	margin: 0 20px;
}

header .nav a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: width 0.3s ease;
}

header .nav a:hover::before {
	width: 100%;
}

header .cont_coll:hover .mun_coll {
	display: block;
}

header .cont_coll {
	margin-top: 2%;
	padding-bottom: 2%;
}

header .fit_coll {
	margin-top: 2%;
	padding-bottom: 2%;
}

header .fit_coll:hover .mun_fit {
	display: block;
}

header button {
	float: right;
	border: none;
	outline: none;
	background: none;
	margin-right: 5%;
	cursor: pointer;
	margin-top: 1%;
}

header button i {
	font-size: var(--font-5);
}

.mun_coll {
	width: 100%;
	height: 50vh auto;
	position: fixed;
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	left: 0;
	top: 7.5%;
	transition: .7s ease;
	display: none;
	z-index: 6;
}

.mun_coll .wordLink {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 1%;
}

.mun_coll .wordLink ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mun_coll .wordLink ul li {
	margin: 20px 0;
}

.mun_coll .wordLink ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.mun_coll .imgColl {
	width: 40%;
	height: 55vh;
	float: right;
	overflow: hidden;
	position: relative;
	margin-top: 2vh;
	margin-bottom: 2vh;
	border-radius: 25px;
}

.mun_coll .imgColl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mun_coll .imgColl .imgword {
	position: absolute;
	top: 0;
	margin-top: 50%;
	margin-left: 5%;
}

.mun_coll .imgColl .imgword h2 {
	color: #fff;
	font-size: 30px;
}

.mun_coll .imgColl .imgword p {
	text-transform: uppercase;
	color: #fff;
	margin-top: 4%;
}



.mun_fit {
	width: 100%;
	height: 50vh auto;
	position: fixed;
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
	margin-top: 1%;
	left: 0;
	transition: .7s ease;
	display: none;
	z-index: 6;
	padding-bottom: 1%;
}

.mun_fit .wordLinkfit {
	width: 40%;
	height: auto;
	float: left;
	margin-top: 1%;
}

.mun_fit .wordLinkfit ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mun_fit .wordLinkfit ul li {
	margin: 20px 0;
}

.mun_fit .wordLinkfit ul a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.mun_fit .imgColl {
	width: 40%;
	height: 60vh;
	float: right;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	margin-top: 1%;
}

.mun_fit .imgColl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mun_fit .imgColl .imgword {
	position: absolute;
	top: 0;
	margin-top: 55%;
	margin-left: 5%;
}

.mun_fit .imgColl .imgword h2 {
	color: #fff;
	font-size: 30px;
}

.mun_coll,
.mun_fit .imgColl .imgword p {
	text-transform: uppercase;
	color: #fff;
	margin-top: 5%;
}

.munio {
	display: none;
}

.mun {
	display: none;
}

.mun1 {
	display: none;
}

.mun2 {
	display: none;
}

/* End Header */
/* Start Search */

.searchdiv {
	width: 100%;
	height: 70vh;
	padding-bottom: 5vh;
	border-bottom: 1px solid #ccc;
	position: fixed;
	z-index: 30;
	background: #fff;
	overflow: hidden;
	transform: translateX(100%);
	transition: transform .5s ease;
	top: 0;
}

.searchdiv .searchinput {
	width: 100%;
	height: 8vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.searchdiv .searchinput .search {
	font-size: var(--font-5);
	margin-left: 3%;
}

.searchdiv .searchinput input {
	margin-left: 2%;
	width: 75%;
	height: 80%;
	font-size: 20px;
	border: none;
	outline: none;
	color: #000;
}

.searchdiv .searchinput .x_search {
	font-size: var(--font-3);
	cursor: pointer;
	margin-left: 8%;
	transition: transform 0.4s ease-in-out;
}

.searchdiv .searchinput .x_search:hover {
	transform: rotate(90deg);
}

.searchdiv .searchresolt {
	width: 100%;
	height: auto;
	margin-top: 3%;
	overflow: hidden;
}

.searchdiv .searchresolt h4 {
	width: 30%;
	text-transform: uppercase;
	font-size: var(--font-4);
	margin-left: 3%;
	padding-bottom: .5%;
	border-bottom: 1px solid #eee;
}

.searchdiv .searchresolt ul {
	list-style: none;
	padding: 0;
	margin-left: 3%;
}

.searchdiv .searchresolt ul li {
	margin-top: 3%;
}

.searchdiv .searchresolt ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: var(--font-3);
}

/* End Serach */


/* Start Slider */

.slider {
	width: 100%;
	height: 82vh;
	background-image: url(../images/2-girls.webp);
	background-position: center;
	background-size: cover;
	object-fit: cover;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.slider .intro {
	color: #fff;
	padding-top: 320px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.slider .intro h2 {
	margin: 0 auto;
	width: 500px;
	font-size: 50px;
	padding-bottom: 20px;
}

.slider .intro p {
	font-size: 25px;
	padding-bottom: 40px;
}

.slider .intro a {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 12px 25px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: var(--font-2);
}

/* End Slider */

/* Start FIT */

.fit {
	width: 100%;
	height: auto;
	overflow: auto;
}

.fit .fitword {
	padding-top: 20px;
	float: left;
}

.fit .fitword h2 {
	font-size: var(--font-5);
	text-transform: uppercase;
}

.fit .cont-fit {
	width: 65%;
	height: 27vh;
	overflow: hidden;
	position: relative;
	float: right;
	margin-top: 2%;
}

.fit .fitCard {
	display: flex;
	transition: transform 0.5s ease-in-out;
	cursor: grab;
	width: 150%;
	overflow: hidden;
}

.fit .fitCard .card {
	width: 180px;
	height: 160px;
	text-align: center;
	padding-bottom: 40px;
	border: 1px solid #eee;
	cursor: pointer;
	margin: 0 5px;
	overflow: hidden;
}

.fit .fitCard .card:hover img {
	width: 104%;
	object-fit: cover;
}

.fit .fitCard .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease;
}

.fit .fitCard .card p {
	font-size: var(--font-3);
	font-weight: 500;
	margin-top: 5%;
}

.buttons {
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 12;
	margin-top: 7%;
}

.buttons button {
	padding: 12px 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border: none;
	outline: none;
	background: #fff;
	cursor: pointer;
}

.buttons button.hidden {
	display: none;
}

.buttons .bot-left {
	margin-left: 3%;
	transform: translateX(-300%);
	transition: transform .5s ease;
}

.fit .cont-fit:hover .bot-left {
	transform: translateX(0%);
}

.buttons .bot-right {
	margin-left: 90%;
	transform: translateX(300%);
	transition: transform .5s ease;
}

.fit .cont-fit:hover .bot-right {
	transform: translateX(0%);
}

/* End FIT */

/* Start Most Wanted */

.wanted {
	width: 100%;
	padding-top: 8%;
	overflow: hidden;
	height: 65vh auto;
}

.wanted .hedwanted h2 {
	font-size: var(--font-5);
	text-transform: uppercase;
	float: left;
}

.wanted .hedwanted .viewAll {
	float: right;
	text-transform: uppercase;
	color: #000;
	font-size: var(--font-2);
}

.wanted .wanted-cont {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.wanted .wantedCard {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 200%;
	overflow: auto;
	display: flex;
	gap: 30px;
	padding-bottom: 2%;
	margin-top: 4%;
}

.wanted .wantedCard .wcard {
	width: 40%;
	height: 60vh;
	text-align: center;
	border: 1px solid #eee;
	padding-bottom: 70px;
	overflow: hidden;
	position: relative;
}

.wanted .wantedCard .wcard .insta,
.restock {
	background: rgb(255, 143, 171);
	position: absolute;
	width: auto;
	height: auto;
	right: 0;
	display: flex;
	align-items: center;
	font-size: var(--font-2);
	color: #fff;
	cursor: pointer;
	padding: 3px 4px;
}

.wanted .wantedCard .wcard .insta i {
	padding-right: 3px;
}

.wanted .wantedCard .wcard .restock {
	background-color: #000;
	transform: translateX(0);
	width: auto;
	margin-top: 5vh;
	font-size: var(--font-2);
	text-transform: uppercase;
}

.wanted .wantedCard .wcard .size {
	background: #fff;
	position: absolute;
	width: 100%;
	height: 8% auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-top: -40px;
	border-bottom: 1px solid #eee;
	transform: translateX(110%);
	transition: transform .7s ease;
}

.wanted .wantedCard .wcard .size button {
	border: 2px solid #eee;
	background: none;
	outline: none;
	padding: 8px 8px;
	margin: 0 2px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.wanted .wantedCard .wcard img {
	width: 100%;
	height: 100%;
}

.wanted .wantedCard .wcard p {
	font-size: var(--font-3);
	padding: 10px;
}

.wanted .wantedCard .wcard .price {
	font-size: var(--font-2);
	color: rgb(130, 130, 130);
	padding: 0;
}

.wanted .buttons {
	position: absolute;
	width: 100%;
	z-index: 7;
	margin-top: 17%;
}

.wanted .buttons .bot-left {
	transform: translateX(-300%);
	margin-left: 1%;
	transition: .5s ease;
}

.wanted .wanted-cont:hover .bot-left {
	transform: translateX(0%);
}

.wanted .buttons .bot-right {
	transform: translateX(300%);
	transition: .5s ease;
	margin-left: 94%;
}

.wanted .wanted-cont:hover .bot-right {
	transform: translateX(0%);
}

/* End Most Wanted */

/* Start Video */

.vedioSlider {
	width: 100%;
	height: 80vh;
	z-index: 0;
	overflow: hidden;
	margin-top: 5%;
	position: relative;
}

.vedioSlider .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.vedioSlider .infovid {
	z-index: 1;
	position: absolute;
	top: 0;
	margin-top: 30%;
}

.vedioSlider .infovid h2 {
	color: #fff;
	font-size: var(--font-9);
	font-weight: bolder;
}

.vedioSlider .infovid p {
	color: #fff;
	font-size: var(--font-3);
	padding-top: 15px;
}

/* End Video */

/* Start On Instagram */

.onInsta {
	width: 100%;
	height: 70vh;
	background-image: url(../images/2-girls.webp);
	background-size: cover;
	object-fit: cover;
	overflow: hidden;
	margin-top: 5%;
}

.onInsta .introInsta {
	position: absolute;
	margin-top: 10%;
}

.onInsta .introInsta h2 {
	color: #fff;
	font-size: var(--font-15);
	text-transform: uppercase;
	padding-bottom: 50px;
}

.onInsta .introInsta a {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	padding: 12px 25px;
	border-radius: 50px;
	font-size: var(--font-2);
}

/* End On Instagram */
.newine {
	margin: 0;
	padding: 0;
	padding-top: 1%;
}

/* Start Footers */

footer {
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 85vh auto;
	overflow: hidden;
	margin-top: 5%;
}

footer h3 {
	font-size: var(--font-7);
	text-transform: uppercase;
	padding-top: 8%;
	margin-left: 2%;
}

footer .footCard {
	width: 97%;
	overflow: hidden;
	margin-left: 2%;
}

footer .footCard .card {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 3%;
}

footer .footCard .card h4 {
	color: #fff;
	font-size: var(--font-4);
	text-transform: uppercase;
}

footer .footCard .card a {
	text-decoration: none;
	color: #eee;
	font-size: var(--font-3);
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	transition: .5s ease;
}

footer .footCard .card a:hover {
	color: var(--color1);
}

footer .social {
	overflow: hidden;
	margin-top: 5%;
	margin-left: 35px;
}

footer .social h4 {
	font-size: var(--font-4);
	padding-bottom: 20px;
}

footer .social a {
	text-decoration: none;
	margin-right: 15px;
	transition: .5s ease;
}

footer .inp {
	margin-top: 4%;
	margin-left: 3%;
	position: relative;
	height: auto;
}

footer .inp .langbox {
	border: 1px solid rgba(250, 250, 250, 0.25);
	background-color: #000;
	width: 18%;
	height: auto;
	list-style: none;
	padding: 0.50% 1%;
	position: absolute;
	margin-top: -8%;
	display: none;
	z-index: 1;
}

footer .inp .langbox a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: var(--font-2);
}

footer .inp .langbox .legnow {
	border-bottom: 1px solid #828282;
}

footer .inp button {
	border: 1px solid #828282;
	outline: none;
	background: none;
	color: #fafafa;
	padding: 12px 20px;
	border-radius: 50px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: var(--font-2);
	display: flex;
	align-items: center;
}

footer .inp button i {
	margin-left: 7px;
	float: right;
}

.copyr {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 100%;
}

.copyr p {
	float: left;
	color: #eee;
	font-size: var(--font-2);
	text-transform: uppercase;
	margin-left: 3%;
}

.copyr p i {
	margin-right: 5px;
}

.copyr a {
	float: left;
	text-decoration: none;
	color: #eee;
	font-size: var(--font-2);
	margin-left: 1.5%;
	transition: .5s ease;
}

.copyr a:hover {
	color: var(--color1);
}

footer .doorcach {
	width: auto;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 60%;
}

footer .doorcach li {
	margin: 0 5px;
}

/* End Footers */