@font-face {
	font-family: 'Aeonik';
	font-weight: normal;
	src: url(https://ovs927.p3cdn1.secureserver.net/wp-content/themes/catapulta-carbon/fonts/aeonik-regular.woff2);
	font-display: swap;
}


@font-face {
	font-family: 'Aeonik';
	font-weight: bold;
	src: url(https://ovs927.p3cdn1.secureserver.net/wp-content/themes/catapulta-carbon/fonts/aeonik-bold.woff2);
	font-display: swap;
}

@font-face {
	font-family: 'Copperplate Gothic';
	font-weight: 300;
	src: url(https://ovs927.p3cdn1.secureserver.net/wp-content/themes/catapulta-carbon/fonts/copperplate-gothic-light.woff2);
	font-display: swap;
}

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/* Disable text zoom on the phone */
	-webkit-text-size-adjust: 100%;
	/* Font smoothing */
	-webkit-font-smoothing: antialiased;
	font-family: 'Aeonik', sans-serif;
	background-color: #000;
	color: #FFF;
}

body.white_page {
	background-color: #111111;
	color:#ffffff;
}


html.no-scroll {
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	overflow: scroll;
	overflow-x: hidden;
}

html.no-scroll body {
	overflow: hidden;
}

body * {
	margin: 0;
	padding: 0;
	outline: 0;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: normal;
	font-style: normal;
	/* margin, padding и border */
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	/* -webkit-appearance: none; */
	/* -moz-appearance: none; */
	/* appearance: none; */
}

video::-webkit-media-controls {
	display: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none;
}

video::-webkit-media-controls-play-button {
	display: none;
}

video::-webkit-media-controls-volume-slider {
	display: none;
}

video::-webkit-media-controls-mute-button {
	display: none;
}

video::-webkit-media-controls-timeline {
	display: none;
}

video::-webkit-media-controls-current-time-display {
	display: none;
}

input {
	border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: 0.4s;
}

.img img,
.img video {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

img {
	display: block;
	border: none;
	-webkit-user-drag: none;
}

/* payment */
/* body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
} */

.modal_content {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.rzp-black-button {
    background-color: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.rzp-black-button:hover {
    background-color: #333;
}


/*ui*/

.ui {
	padding: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title_1 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 72px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
}

.title_1 a {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	color: inherit;
}

.title_2 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
}

.title_2.-bold {
	font-weight: bold;
}

.text_1 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

.text_2 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
}

.index-head-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 36px -8px 0;
	justify-content: center;
	align-items: flex-start;
}

.index-head-button {
	padding: 0 8px;
	margin: 0 0 16px;
}

.white_button {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 60px;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000000;
	padding: 12px 32px;
	min-width: 215px;
	cursor: pointer;
	transition: 0.3s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.white_button.continue_button input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.white_button.-black {
	/* font-weight: 500; */
	display: flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0);
}

.-scrollbar {
	overflow: auto;
	max-height: inherit;
}

.-scrollbar::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

.-scrollbar::-webkit-scrollbar-track {
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

.-scrollbar::-webkit-scrollbar-thumb {
	background-color: #80807F;
	border-radius: 5px;
}


/* search box */


/*end ui*/

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

/*header*/


.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

/* Center logo in the middle for desktop and mobile */
.header .header__visible {
	display: flex;
	justify-content: center;
	/* Center horizontally */
	align-items: center;
	/* Align items vertically */
	z-index: 20;
	position: relative;
	height: 20px;
	/* Adjust the header height */
	margin-top: 10px;
}

.header__blured {
	width: 100%;
	height: 100%;
	padding: 74px 0;
	transition: 0.4s;
	background-color: rgba(0, 0, 0, 0);
	/* margin-top: 5px; */
}

.logo {
	max-width: 190px;
	/* Adjust as per the logo size */
	height: auto;
}

.header_logo_img {
	max-width: 190px;
	/* Adjust as per the logo size */
	height: auto;
	position: relative;
}

/* Make the logo responsive */
@media (max-width: 768px) {
	.logo {
		max-width: 120px;
		/* Adjust size for mobile */
	}
}

/* Existing styles for logo transition */
.header_logo_white {
	position: relative;
	transition: 0.4s;
}

.header_logo_black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: 0.4s;
}

.header_logo_black.lazyloaded {
	opacity: 0;
}

/*.white_page .header_logo_white {*/
/*	opacity: 0;*/
/*}*/

/*.white_page .header_logo_black {*/
/*	opacity: 1;*/
/*}*/

/*.white_page .header.active .header_logo_white {*/
/*	opacity: 1;*/
/*}*/


.open_menu {
	display: flex;
	align-items: flex-start;
	justify-content: left;
	flex-direction: column;
	cursor: pointer;
	transition: 0.2s;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 0%;
	left: 0px;
	z-index: 200;
}

.open_menu div {
	height: 4px;
	width: 32px;
	margin-top: 6px;
	background-color: #ffffff;
	transition: 0.3s;
}

.open_menu div:first-child {
	width: 48px;
	margin-top: 0;
}

.open_menu.active {
	transform: rotate(90deg);
}

.open_menu.active div:nth-child(2) {
	opacity: 0;
}

.open_menu.active div:first-child {
	transform: rotate(45deg) translate(3px, 12px);
	width: 32px;
	border-radius: 100px;
}

.open_menu.active div:last-child {
	width: 32px;
	border-radius: 20px;
	transform: rotate(-45deg) translate(2px, -11px);
}


.menu__list {
	display: flex;
	flex-direction: column;
	/* justify-content: flex-start; */
}

.menu__list li {
	text-align: left;

}

.menu__list li:not(:first-child) {
	margin-top: 32px;
}

.menu__list li a {
	padding: 10px;
	margin: 0%;
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 100%;
	text-align: left;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #ffffff;
	transition: 0.3s;
	opacity: 0.5;
	background: transparent;
}

.hidden_menu {
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(90px);
	backdrop-filter: blur(90px);
	z-index: auto;
	transition: 0.5s;
	pointer-events: none;
	transform: translateX(-100);
	opacity: 0;
	padding-right: calc((100vw - 1416px) / 2);
	padding-left: 0px;
}

.hidden_menu.active {
	pointer-events: all;
	opacity: 1;
	transform: translateX(0);

}

.hidden_menu:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	height: 200px;
	z-index: 201;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0))
}

.hidden_menu.active .menu_scroll {
	transform: translateX(0px);
}


.menu_scroll {
	transition: 0.5s;
	max-height: 100%;
	height: 100%;
	/* overflow: scroll; */
	max-width: 100%;
	width: 100%;
	padding-top: 180px;
	padding-left: 110px;
	padding-right: 60px;
	transform: translateX(-100%);

}

.menu_scroll.-scrollbar {
	overflow: visible;
	overflow: scroll;
	direction: rtl;
	margin-left: 0px;

}

.menu_scroll.-scrollbar::-webkit-scrollbar {
	width: 6px;
	height: 3px;
	padding-left: 100px;


}

.menu_scroll.-scrollbar::-webkit-scrollbar-track {
	background-color: transparent;
	margin-top: 130px;
	margin-bottom: 130px;

}


.hidden_menu__container {
	display: flex;
	flex-direction: column;
	justify-content: unset;
	align-items: flex-start;
	min-height: 100%;
	padding-top: 68px;
	max-width: 400px;
	padding-bottom: 89px;
}

.social_icon__list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 112px;
}

.social_icon {
	width: 45px;
	height: 45px;
	transition: 0.3s;
	opacity: 0.5;
	margin-left: 40px;
	margin-right: 25px;
}

/* .social_icon:not(:first-child) {
	margin-left: 20px;
} */

.social_icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.separator {
	display: block;
	width: 100%;
	min-width: 290px;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	margin-top: 20px;
	min-height: 1px;
}

.terms_use {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	opacity: 0.5;
	margin-top: 32px;
	display: block;
}

.hidden_menu__footer {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;

}

/*end header*/

/*main section*/

main {
	overflow: hidden;
}

.main_section {
	padding-top: 180px;
	padding-bottom: 40px;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.insider_page {
	padding-top: 180px;
}

.main_section .container {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 100px;
}

.main_section .text_1 {
	margin-top: 20px;
}

/* .main_section .white_button {
	margin-top: 36px;
} */

.main_section_hero_video {
	width: 100%;
	position: fixed;
	z-index: -5;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	max-width: 1060px;
}

.main_section_hero_video video {
	display: block;
	width: 100%;
}

.rotate_video {
	margin-top: -30px;
	margin-bottom: -50px;
}

/*end main section*/

/* .featured-section {
	padding: 80px 0 150px;
}
.featured-section-top-border {
	position: relative;
	text-align: center;
}
.featured-section-top-border::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
}
.featured-section-title {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-align: center;
	background: #000;
	padding: 0 10px;
}
.featured-section-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 898px;
	margin: 0 auto;
	padding: 24px 15px;
}
.featured-section-container-item {
	
}
.featured-section-container-item img {
	
}
.featured-section-bottom-border {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
} */

body:not(.white_page) section:not(.main_section),
.footer {
	position: relative;
	z-index: 5;
	background-color: #000;
}

/*sider section*/

.slider_section {
	width: 100%;
}


.slider__wrapper {
	box-sizing: border-box;
	padding-top: 0;
	width: 50%;
}

.slider__row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

/* .palm__img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 100%;
	height: auto;
	max-height: 180px;
	width: 565px;
} */

/* .palm__img img {
	width: auto;
	height: 100%;
	max-height: inherit;
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
} */

.sliders_col {
	position: relative;
	max-width: 50%;
	width: 50%;
}

.slider_img_wrapper {
	width: 43%;
	min-height: 567px;
}

/* .palm_img_video {
	display: flex;
	align-items: center;
	justify-content: center;
} */

/* .palm_img_video video {
	max-width: 338px;
	width: 100%;
} */

.slide .text_col {
	max-width: 430px;
	margin-left: 17px;
	margin-bottom: 0;
	margin-top: 95px;
	cursor: inherit;
}

.text_col {
	color: #fff;
}

.text_col h1,
.text_col h2,
.text_col h3,
.text_col h4,
.text_col h5,
.text_col h6 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: -0.01em;
	text-transform: capitalize;
}

.text_col p {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.8;
}

.text_col p strong {
	font-weight: bold;
	display: block;
}

.slide .text_col p strong {
	margin-bottom: 12px;
}

.customDots {
	width: 96.7%;
	position: absolute;
	right: 0;
	bottom: 118px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.customDots li {
	transition: 0.4s;
	width: 4px;
	height: 4px;
	background-color: #FFF;
	opacity: 0.3;
	position: relative;
	cursor: pointer;
}

.customDots li.slick-active {
	width: 40px;
	opacity: 1;
}

.customDots li:not(:last-child) {
	margin-right: 20px;
}

.customDots button {
	cursor: pointer;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

/* .slider__wrapper .slide {
	min-height: 567px;
	padding-bottom: 170px;
} */

/*end slider section*/

/*sellers section*/

.sellers_section {
	overflow: hidden;
	padding-top: 13px;
}

.top_row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.top_row .text_2 {
	margin-top: 20px;
	letter-spacing: normal;
}

.card_slider {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 76px;
	position: relative;
	flex-direction: column;
	display: flex;
	/* max-width: 300px; */


}

.card_slider:before {
	content: "";
	position: absolute;
	display: block;
	width: 190px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.card_slider:after {
	content: "";
	position: absolute;
	display: block;
	width: 190px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.card_slider__inner {
	max-width: 736px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.card__wrapper {
	max-width: 500px;
	z-index: 4;
	padding-bottom: 39px;
}

.card__wrapper .customDots {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
}

.card__wrapper .slick-list {
	overflow: visible;
}

.card__slide {
	width: 500px;
	margin: 0 84.5px;
}

.card__slide-img {
	position: relative;
	width: 100%;
	height: auto;
}

.card__slide-img img {

	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.card__slide.slick-slide.slick-current .card__slide-img {
	transform: scale(1);
}

.card__slide.slick-slide .card__slide-img {
	transform: scale(0.8);
	transition: 1s;
}

.slide {
	cursor: -webkit-grab !important;
	cursor: grab !important;
}

.slide:active {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.nav__button {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 36px;
	z-index: 6;
	transition: 0.4s;
}

.nav__button.slick-disabled {
	opacity: 0.3;
}

.card_prev {
	left: 0;
	background-image: url(https://ovs927.p3cdn1.secureserver.net/wp-content/themes/catapulta-carbon/images/prev.svg);
}

.card_next {
	right: 0;
	background-image: url(https://ovs927.p3cdn1.secureserver.net/wp-content/themes/catapulta-carbon/images/next.svg);
}

.card_slider .white_button {
	margin-top: 60px;
}

/* home stages */

.home-stages {
	padding: 48px 0;
}

.home-stages .container {
	padding: 32px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 64px 32px;
	max-width: 1280px;
	background: #161616;
	border-radius: 20px;
}

.home-stages .home-stages__title {
	grid-column: 1/7;
	font-weight: 600;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: -1.68px;
}

.home-stages .stages-list {
	grid-column: 1/7;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.home-stages .stages-list .stages-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 12px 20px;
}

.home-stages .stages-list .num {
	grid-row: 1/3;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.98px;
	color: #757575;
}

.home-stages .stages-list .stages-list__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.98px;
}

.home-stages .stages-list .stages-list__txt {
	color: inherit; /* Inherits the text color of the parent */
    text-decoration: none; /* Removes underline */
    transition: color 0.2s ease; /* Adds smooth transition effect */
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.48px;
	color: #757575;
}
.home-stages .stages-list .stages-list__txt:hover
.home-stages .stages-list .stages-list__txt:focus{
	color: rgb(111, 111, 111); /* Change to blue on hover/touch */
    text-decoration: underline; /* Optional: Add underline on hover */
}

.home-stages .img-wrapper {
	grid-column: 8/13;
	grid-row: 1/4;
	height: 808px;
	/* min-height: 416px; */
	background:#000000;
	border-radius: 10px;
	overflow: hidden;
}

.home-stages .img-wrapper img {
	width: 100%;
	height: 100%;
}


/*end sellers section*/

/*safety section*/

.safety_section {
	padding-top: 252px;
	padding-bottom: 132px;
	margin-bottom: -132px;
	width: 100%;
}

.safety_section .top_row {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.preference__row {
	margin-top: 140px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.preference__col {
	width: 399px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	border: 1px solid #222222;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	margin-bottom: 40px;
	min-height: 212px;
}

.preference__col:not(:nth-child(3n + 3)) {
	margin-right: 41px;
}

.preference__col .img {
	height: 80px;
	position: absolute;
	right: 24px;
	top: -40px;
}

.preference__col .img img {
	max-height: 100%;
	height: 100%;
	width: auto;
	max-width: 100%;
}

.preference__col .text {
	padding: 32px 28px 21px 32px;
}

.preference__col .text .title_2 {
	font-size: 32px;
	line-height: 40px;
	text-transform: none;
}

.preference__col .text .text_2 {
	font-size: 20px;
	line-height: 32px;
	opacity: 0.5;
	margin-top: 15px;
	color: #fff;
}



/*end safety section*/

/*footer*/

.footer {
	/* margin-top: 102px; */
	padding-top: 96px;
	padding-bottom: 52px;
}

.footer .logo {
	height: 37px;
	width: 170px;
	max-width: 167.3px;
	display: block;
}

.footer .logo img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.footer__row {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 102px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_text_size {
	font-size: 16px;
	opacity: 0.5;
}

.footer .footer__col_logo .text_2 {
	margin-top: 45px;
}

.footer__col_logo {
	justify-self: flex-start;
	margin: 0;
	margin-right: auto;
}

.footer__menu_col {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_menu__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	min-width: 180px;
}

.footer_menu__list {
	margin-right: 40px;
}

.contact.footer_menu__list {
	margin-right: 0;
}

.footer__menu_title {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	opacity: 1;
}

.footer_menu__list a {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	opacity: 0.5;
	transition: 0.3s;
}

.footer_menu__list p {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	opacity: 0.5;
}

.footer_menu__list li:not(:last-child) {
	margin-bottom: 24px;
}

.footer__menu_col .pc {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.mob {
	display: none;
}

.footer_menu__list ul {
	margin-top: 40px;
}

.footer_social {
	margin-right: 72px;
	margin-left: 108px;
}

.footer_social a {
	opacity: 0.5;
	transition: 0.4s;
	display: block;
}

.footer_social a:not(:first-child) {
	margin-top: 50px;
}

.copyright__row {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	padding-top: 65px;

}

.copyright {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #FFFFFF;
	opacity: 0.3;
}

.make_in_india {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.make-in-india svg {
	margin-bottom: 5px;
}

.make_in_india h1 {
	text-align: center;
	margin: 0;
}



/*emd footer*/

/*sellers page*/

.card_choose__row {
	width: 100%;
	max-width: 1058px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 65px;
	overflow: hidden;
	height: auto;
	transition: 1.5s;
	position: relative;
}

.card_choose__row:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -59px;
	height: 120px;
	width: 100%;
	background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.card_choose__row .card__inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.card {
	width: 511px;
	margin-bottom: 54px;
}

.card .img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.best_sellers_card_img {
	position: relative;
	display: block;
	width: auto;
	height: 0;
	padding: 0 0 62.7906977%;

}

.best_sellers_card_circuit {
	position: absolute;
	left: 9.7847358%;
	top: 34.375%;
	width: 13.6986301%;
}

.best_sellers_card_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 23px;
}

.slick-slide img.best_sellers_card_arrow,
.best_sellers_card_arrow {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 23px 0 0;
	width: 11.741683%;
	display: none;
}

/* [data-card-color="blackgold"] img.best_sellers_card_arrow {
	display: block;
} */

/* .best_sellers_card_view_more {

} */

.top-wrapper {
	display: flex;
	justify-content: space-between;
	/* This will push "View All" to the right */
	align-items: center;
	font-family: "Syne", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: -0.6px;
	cursor: pointer;
	top: 10%;
	padding: 10px;
	margin-bottom: 6px;
	position: relative;
}

.design__name {
	margin: 0;
	color: #000;
	/* Adjust color as per your design */
}

.design__link {
	justify-self: end;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	/* You can customize this background color */
	padding: 8px 16px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

.design__link:hover {
	background-color: #000000;
}


.best_sellers_card_view_more .best_sellers_card_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	border: 2px solid #222222;
}

.best_sellers_card_view_more_text {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #fff;
}


.card .img .white_button,
.best_sellers_card_img .white_button {
	position: absolute;
	opacity: 0;
	transition: 0.4s;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.best_sellers_card_img:hover .white_button {
	opacity: 1;
}

.best_sellers_card_img:after,
.card .img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}

.bottom_row {
	margin-top: 32px;
	padding-top: 24px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: #222 1px solid;
}

.color__row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 50%;
	flex-wrap: nowrap;
}

.color__row .color {
	flex: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	margin-bottom: 10px;
}

.color__row .color:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	background: #000000;
	border: 1px solid #222222;
	transition: 0.4s;
	opacity: 0;
	z-index: 1;
	border-radius: 50%;
}

.color__row .color.active:before {
	content: "";
	opacity: 1;
}

.color__row .color img {
	width: 100%;
	height: 100%;
}

.color__row .color:not(:last-child) {
	margin-right: 20px;
}

.liked_and_viewed {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 50%;
	flex-wrap: wrap;
}

.viewed {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	cursor: pointer;
}

.viewed .text {
	display: block;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.8;
	margin-left: 8px;
	white-space: nowrap;
}

.viewed .img {
	opacity: 0.5;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.viewed .img svg {
	width: 100%;
}

.like {
	margin-left: 12px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	cursor: pointer;
	transition: 0.4s;
}

.like .text {
	display: block;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.8;
	margin-left: 8px;
}

.like .img {
	transition: 0.4s;
	opacity: 0.5;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.like .img svg {
	display: block;
	width: 100%;
	transition: 0.4s;
}

.like.active .img svg {
	fill: #fff;
}

.like .img:after {
	display: none;
}

.card__choose__section .top_row {
	padding-top: 150px;
	padding-bottom: 65px;
}

.card__choose__section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.card__choose__section .card .white_button {
	margin-top: 0;
}

.card__choose__section .white_button {
	margin-top: 60px;
}

.insider_page .safety_section {
	padding-top: 172px;
}

/*end sellers page*/

/*FAQ page*/

.FAQ_section .top_row {
	padding-top: 150px;
	padding-bottom: 65px;
}

.FAQ_section .top_row .text_2 {
	color: #7F7F7F;
}

.FAQ_section .top_row p a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px #fff solid;
}

.FAQ__navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
}

.FAQ__navigation li {
	min-height: 48px;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 300px;
}

.FAQ__navigation a {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	display: block;
	padding-left: 31px;
	opacity: 0.5;
	transition: 0.4s;
	display: block;
	max-width: 100%;
}

.FAQ__navigation a.active {
	opacity: 1;
}

.FAQ__navigation .scrollbar {
	height: 100%;
	width: 4px;
	position: absolute;
	left: 0;
	background-color: rgba(255, 255, 255, 0.1);
}

.FAQ__navigation .scroll_thumb {
	height: 48px;
	width: 100%;
	background-color: #FFF;
	top: 0;
	position: absolute;
	left: 0;
	transition: 0.4s;
}

.FAQ__wrapper {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 65px;
}

.FAQ__content {
	width: 620px;
}

.FAQ__title {
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
}

.FAQ__question_item {
	margin-top: 40px;
	width: 100%;
	min-height: 72px;
	border: 1px solid #222222;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.4s;
	padding-bottom: 4px;
}

.FAQ__question_item.active {
	background: #222222;
}


.FAQ__question_item.active .FAQ__question-parent:after {
	transform: rotate(180deg);
}

.FAQ__question-parent {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px;
	padding-right: 50px;
	padding-bottom: 16px;
	cursor: pointer;
	transition: 0.4s;
}

.FAQ__question-parent:after {
	content: '';
	transition: 0.4s;
	width: 24px;
	height: 24px;
	background-size: 10px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	right: 20px;
	/* background-image: url('data:image/svg + xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI + CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTMgMC4yOTI4OTNDMC42ODM0MTcgLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMS43MDcxMSAwLjI5Mjg5M0w1IDMuNTg1NzlMOC4yOTI4OSAwLjI5Mjg5M0M4LjY4MzQyIC0wLjA5NzYzMTEgOS4zMTY1OCAtMC4wOTc2MzExIDkuNzA3MTEgMC4yOTI4OTNDMTAuMDk3NiAwLjY4MzQxNyAxMC4wOTc2IDEuMzE2NTggOS43MDcxMSAxLjcwNzExTDUuNzA3MTEgNS43MDcxMUM1LjMxNjU4IDYuMDk3NjMgNC42ODM0MiA2LjA5NzYzIDQuMjkyODkgNS43MDcxMUwwLjI5Mjg5MyAxLjcwNzExQy0wLjA5NzYzMTEgMS4zMTY1OCAtMC4wOTc2MzExIDAuNjgzNDE3IDAuMjkyODkzIDAuMjkyODkzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc + Cg=='); */
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='white'/%3E%3C/svg%3E%0A");
}

.FAQ__question-answer {
	/*margin-top: 16px;*/
	padding: 20px;
	padding-top: 0;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #BCBCBC;
	/*opacity: 0.7;*/
	display: none;
}

.FAQ__question-answer a {
	color: #fff;
	text-decoration: underline;
}

.FAQ__question-answer a:hover {
	text-decoration: none;
}

.FAQ__content_parent:not(:first-child) {
	margin-top: 65px;
}

.table-wrap {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #5C5E60;
}

.table-wrap table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.table-wrap thead th {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	padding: 16px 20px;
	border: 1px solid #5C5E60;
	border-top: 0;
}

.table-wrap thead th:first-child {
	border-left: 0;
}

.table-wrap thead th:last-child {
	border-right: 0;
}

.table-wrap tbody td {
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	padding: 16px 20px;
	border-top: 0;
	vertical-align: top;
	border: 1px solid #5C5E60;
}

.table-wrap tbody td:first-child {
	border-left: 0;
}

.table-wrap tbody td:last-child {
	border-right: 0;
}

.FAQ__question-answer h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.FAQ__question-answer ul {
	padding-left: 31px;
}

.FAQ__question-answer ul:not(:last-child) {
	margin-bottom: 16px;
}

.FAQ__question-answer strong {
	font-weight: bold;
}

.FAQ__question-answer li {
	position: relative;
}

.FAQ__question-answer li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 13px;
	left: -17px;
	border-radius: 50%;
	background: #BCBCBC;
}

.FAQ__question-answer li:not(:last-child) {
	margin-bottom: 40px;
}



/*end FAQ page*/

/*contact page*/

.contact__section .container {
	max-width: 1060px;
}

.contact__section .top_row {
	padding: 150px 0 65px 0;
}

.contact__top_content {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 65px;
	padding-bottom: 60px;
}

.contact__col {
	width: 290px;
	max-width: 290px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.contact__col .title_2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 8px;
	text-transform: none;
}

.contact__col a,
.contact__col p {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	opacity: 0.5;
}

.contact__col:not(:nth-child(3n + 3)) {
	margin-right: 95px;
}

.contact__bottom_content {
	padding-top: 65px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #222222;
}

.contact__form form {
	width: 510px;
	max-width: 510px;
}

form .title_2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 60px;
}

form select,
form input {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #222222;
	padding-bottom: 20px;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	transition: 0.4s;
}

form input::-webkit-input-placeholder {
	opacity: 0.5;
}

form input::-moz-placeholder {
	opacity: 0.5;
}

form input:-ms-input-placeholder {
	opacity: 0.5;
}

form input::-ms-input-placeholder {
	opacity: 0.5;
}

form input::placeholder {
	opacity: 0.5;
}

form input:focus {
	border-bottom: 1px solid #fff;
}

form input:not(:first-child) {
	margin-top: 40px;
}

form textarea {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #222222;
	padding-bottom: 20px;
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	resize: none;
	margin-top: 40px;
	transition: 0.4s;
	min-height: 80px;
}

form textarea:focus {
	border-bottom: 1px solid #fff;
}

form input.white_button {
	min-width: 120px;
	margin-top: 60px;
}

select.error,
input.error {
	color: #761B1B;
	border-bottom: 1px solid #761B1B;
}

textarea.error {
	color: #761B1B;
	border-bottom: 1px solid #761B1B;
}

textarea::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

textarea::-webkit-scrollbar-track {
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea::-webkit-scrollbar-thumb {
	background-color: #222222;
	border-radius: 5px;
}

.contact__map {
	max-width: 510px;
	width: 510px;
}

.contact__map .img {
	width: 100%;
}

/*end contact page*/

/*how it work page*/

.how_it_work__section .top_row {
	padding: 150px 0 65px 0;
}

/* .how__item {

} */

.how__item h1,
.how__item h2,
.how__item h3,
.how__item h4,
.how__item h5,
.how__item h6 {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
}

.how__item h1 strong,
.how__item h2 strong,
.how__item h3 strong,
.how__item h4 strong,
.how__item h5 strong,
.how__item h6 strong {
	opacity: 0.6;
	font-weight: bold;
	margin-right: 7px;
	text-transform: uppercase;
}

.how__item p {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
	opacity: 0.7;
}

.how__item a {
	font-family: Aeonik;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}

.how__content {
	margin: 0 auto;
	margin-top: 65px;
	max-width: 620px;
}

.how__item.how__item-img {
	border-radius: 10px;
	padding: 20px;
	background: #222222;
}

.how__item.how__item-img .how__item-top {
	padding: 0;
	margin: 0;
}

.how__item.how__item-img .how__item-bottom {
	width: 100%;
	padding: 0;
	margin-top: 16px;
}

.how_choose_card_slider_container {
	overflow: hidden;
}

.how_choose_card_slider {
	display: flex;
	margin: 12px -7px;
}

.how_choose_card {
	flex: none;
	width: 33.333333333%;
	padding: 0 7px;
}

/* .how_choose_card_img {

} */
.how_choose_card_padding {
	position: relative;
	display: block;
	width: auto;
	height: 0;
	padding: 0 0 62.7906977%;
}

.how_choose_card_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 9px;
}

.how_choose_card_circuit {
	position: absolute;
	left: 9.7847358%;
	top: 34.375%;
	width: 13.6986301%;
}

.how_choose_card_slider_slide_left .how_choose_card_slider {
	transform: translate3d(0, 0, 0);
}

.how_choose_card_slider_slide_left .how_choose_card_slider {
	-webkit-animation: HowChooseSliderLeftKeyframes 30s linear infinite;
	animation: HowChooseSliderLeftKeyframes 30s linear infinite;
}

.how_choose_card_slider_slide_right .how_choose_card_slider {
	transform: translate3d(-300%, 0, 0);
}

.how_choose_card_slider_slide_right .how_choose_card_slider {
	-webkit-animation: HowChooseSliderRightKeyframes 30s linear infinite;
	animation: HowChooseSliderRightKeyframes 30s linear infinite;
}

.how__item:not(:first-child) {
	margin-top: 60px;
}

.how__item:not(.how__item-img) {
	padding: 20px;
	background: #222222;
	border-radius: 10px;
}

.how__item:not(.how__item-img) p {
	margin-top: 16px;
}

.bottom__info {
	margin-top: 60px;
}

.bottom__top_info {
	width: 100%;
	border-bottom: 1px solid #222;
	padding: 20px 0;
	font-family: Aeonik;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 150%;
	color: #FFFFFF;
	opacity: 0.6;
}

/* select bank  */

.dropdown-container {
	margin-bottom: 20px;
	background-color: #27262697;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.bank-selector {
	padding: 10px;
	font-size: 16px;
	width: 250px;
	border: 2px solid #333333;
	border-radius: 5px;
	background-color: #000000;
	color: #ffffff;
}

.bank-selector:focus {
	outline: none;
	border-color: #ffffff;
	box-shadow: 0px 0px 5px 2px #ffffff;
}

.video-display-wrapper {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	position: relative;
	margin-top: 20px;
}

.embedded-video {
	width: 100%;
	height: 100%;
	border: none;
}

/* Responsive styling */
@media (max-width: 768px) {
	.bank-selector {
		width: 200px;
	}
}

@media (max-width: 480px) {
	.bank-selector {
		/*width: 150px;*/
		font-size: 14px;
	}
}




.bottom__info_block:not(:last-child) {
	border-bottom: 1px solid #222;
}

.bottom__info_block_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 21px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
}

.bottom__info_block_title img {
	display: block;
	height: auto;
	width: auto;
	max-width: none;
	max-height: none;
	margin: 0 0 0 12px;
}

.bottom__info_block .img {
	margin: 0;
	width: 100%;
}

.bottom__info_block .img img {
	width: 100%;
	height: auto;
	max-width: none;
}

.bottom__info_block_text {
	font-size: 21px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.how_work_page .safety_section {
	padding-top: 208px;
}

/*end how it work page*/

/*hover effect*/

@media only screen and (min-width: 1199px) {
	.white_button:hover {
		opacity: 0.9;
	}

	.white_button.-black:hover {
		background-color: #fff;
		color: #000;
	}

	.-opacity_hover li a:hover {
		opacity: 1;
	}

	.-opacity_hover:hover {
		opacity: 1;
	}

	.card_prev:hover {
		transform: translateY(-50%) translateX(-5px);
	}

	.card_next:hover {
		transform: translateY(-50%) translateX(5px);
	}

	.footer_social a:hover {
		opacity: 1;
	}

	.footer_menu__list a:hover {
		opacity: 0.9;
	}

	.img:hover .white_button {
		opacity: 1;
	}

	.card>.img:hover:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: #000;
		opacity: 0.6;
	}

	.color__row .color:hover {
		transform: rotate(90deg);
	}

	.viewed .img:hover {
		opacity: 0.5;
	}

	.viewed .img:hover:after {
		display: none;
	}

	.like .img:hover:after {
		display: none;
	}

	.like:hover .img svg {
		fill: #fff;
	}

	.FAQ__navigation a:hover {
		opacity: 0.8;
	}

	.contact__col a:hover {
		opacity: 0.8;
	}

	.how__item a:hover {
		opacity: 0.5;
	}

	.home-stages .img-wrapper {
		grid-column: 7/13;
	}

	.white_button.back_button:hover:before {
		transform: translateX(-3px);
	}

	.card__settings_nav_block .nav__item:not(.active):hover {
		opacity: 1;
		background-color: #222222;
		/*color: #FFF;*/
	}

	.card__settings_header .white_button:hover {
		background-color: #F4F4F4;
	}

	.-hint:hover .hint_child {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.child_drop ul li:hover {
		color: #171717;
	}

	.dropdown .parent_drop:hover {
		border: 1px solid #909090;
	}

	.radio_box input+label:hover {
		opacity: 1;
	}

	.white_button.order_button:hover {
		background: #171717;
		color: #FEFEFE;
	}

	.white_button.order_button:hover:after {
		transform: translateX(3px);
	}

	.radio_list .radio_box input+label:hover {
		-webkit-filter: brightness(0.7);
		filter: brightness(0.7);
	}

	.radio_list .radio_box input:checked+label:hover {
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}

	.check_list .radio_box input+label:hover .border_img {
		border-color: #909090;
	}

	.adding_button:hover {
		border-color: #9E9595;
	}

	.adding_button:hover .icon {
		-webkit-filter: brightness(50%);
		filter: brightness(50%);
	}

	.card_editor .trash_img:hover svg path {
		fill: #EC2929;
		fill-opacity: 1;
	}

	.choose_file:hover {
		opacity: 0.9;
	}

	.proportions_button:hover {
		border-color: #909090;
	}

	.inverse_button:hover {
		border-color: #909090;
	}

	.step_content a:hover {
		color: rgba(23, 23, 23, 0.8);
	}

	.bottom_button_row .white_button.-gray:hover {
		background-color: #F4F4F4;
	}

	.white_button:not(.order_button):hover {
		opacity: 0.9;
	}

	.payment_modal .blue_button:hover {
		opacity: 0.9;
	}

}

/*keyframes animation*/

@-webkit-keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.title_2-success {
	text-align: center;
	line-height: 150%;
	text-transform: none;
}


.category_explore {
	display: block;
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
}

.category_explore_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #222222;
	padding: 0 0 24px;
	margin-bottom: 48px;
}

.category_explore_title {
	font-size: 32px;
	line-height: 1.25;
}

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

.category_explore_arrow_left,
.category_explore_arrow_right {
	flex: none;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	border-radius: 50%;
	border: 1px solid transparent;
}

/* .category_explore_arrow_left {
} */
.category_explore_arrow_right {
	transform: rotate(180deg);
}

.category_explore_arrow_left.active,
.category_explore_arrow_right.active {
	border-color: #fff;
}

.category_explore_arrows_slick .slick-arrow {
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: no-repeat center url('../media/SVG/left-round-40x40.svg');
	color: transparent;
	overflow: hidden;
	cursor: pointer;
}

.category_explore_arrows_slick .slick-disabled {
	border-color: transparent;
}

.category_explore_arrows_slick .slick-next {
	transform: rotate(180deg);
}

/* .category_explore_body {
	
} */
.category_explore_items_scroll {
	display: flex;
	justify-content: flex-start;
}

.category_explore_items_scroll.slick-slider {
	display: block;
	padding: 0 7.2% 0 0;
}

.category_explore_items_scroll.slick-slider:after {
	content: '';
	position: absolute;
	width: 100vw;
	right: 100%;
	top: -10px;
	bottom: -10px;
	background: #000;
}

.category_explore_items_scroll .slick-list {
	overflow: visible;
}

.category_explore_items_scroll .slick-track {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.slick-slide.category_explore_item_link {
	float: none;
}

.category_explore_items {
	display: block;
	width: auto;
	margin: 0 -10px;
}

.category_explore_item_link {
	position: relative;
	flex: none;
	width: 180px;
	/* height: 194px; */
	margin: 0 10px;
	text-decoration: none;
	background: #000;
	border: 1px solid #222222;
	border-radius: 10px;
}

.category_explore_item_padding {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 107.7777778%;
}

.category_explore_item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: auto;
	height: auto;
	padding: 0 0 24px;
}

.category_explore_item_link:hover {
	border: 1px solid #191919;
	background: #191919;
}

.category_explore_item_count {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #fff;
	border-radius: 13px;
	padding: 8px 12px 6px;
	font-size: 12px;
	line-height: 1;
	color: #000;
}

.category_explore_item_icon {
	display: flex;
	width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	background: #191919;
	border-radius: 50%;
	transition: 0.4s;
}

.category_explore_item_link:hover .category_explore_item_icon {
	background: #fff;
}

.category_explore_item_icon img {
	transition: 0.4s;
}

.category_explore_item_link:hover .category_explore_item_icon img {
	display: block;
	height: 40px;
	-webkit-filter: invert(1);
	filter: invert(1);
}

.category_explore_item_title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.category_explore_footer {
	display: none;
}

.category_cards {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.category_card {
	margin: 0 0 80px;
}

.category_card_header {
	display: flex;
	align-content: center;
	justify-content: space-between;
	border-bottom: 1px solid #222222;
	padding: 0 0 28px;
	margin: 0 0 48px;
}

.category_card_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.category_card_title_icon {
	flex: none;
	margin: 0 12px 0 0;
}

.category_card_title_icon img {
	display: block;
	height: 32px;
}

.category_card_title_text {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.25;
	cursor: #fff;
	margin: 0 12px 0 0;
}

.category_card_title_count {
	color: #fff;
	opacity: 0.5;
	font-size: 16px;
	line-height: 1.5;
}

.category_card_header .color__row .color {
	margin: 0 20px 0 0;
}

/* .category_card_body {
	
} */
.category_card_body .card_choose__row {
	width: auto;
	margin: 0 -20px;
	max-width: none;
}

.category_card_body .card_choose__row:after {
	display: none;
}

.category_card_body .card_choose__row .card__inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
}

.category_card_body .card {
	width: 33.333333333%;
	padding: 0 20px;
	margin: 0 0 24px;
}

.category_card_body .best_sellers_card_img:hover:after {
	opacity: 0.6;
}

/* .category_card_footer {
	
} */
.category_card_footer .white_button {
	margin: 24px auto 0;
}

.category_card_footer .color__row {
	display: none;
	border: none;
}

@media only screen and (max-width: 1339px) {
	.container {
		max-width: none;
		padding: 0px 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.header__blured {
		padding: 30px 0px;
		margin-top: a;
		/* background-color: rgba(0, 0, 0, 1); */
	}

	.hidden_menu {
		max-width: 100%;
	}

	.main_section {
		padding-top: 92px;
		padding-bottom: 92px;
		height: 100vh;
	}

	.insider_page {
		padding-top: 92px;
	}

	.main_section_hero_video {
		width: 780px;
		/* top: 77px; */
	}

	.hidden_menu__footer {
		align-items: center;
	}

	.menu_scroll.-scrollbar::-webkit-scrollbar {
		width: 2px;
		height: 2px
	}

	.menu_scroll.-scrollbar::-webkit-scrollbar-track {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.menu_scroll {
		padding-right: 60px;
		padding-left: 60px;
		padding-bottom: 82px;
	}

	.hidden_menu {
		padding-right: 2px;
	}

	/*slider section*/
	.slider__row {
		flex-direction: column;
	}

	.sliders_col {
		width: 100% !important;
		max-width: 100%;
	}

	.palm_img_video video {
		max-width: 56%;
		align-items: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.slider_img_wrapper {
		min-height: auto;
	}

	.palm__img {
		display: flex;
		position: relative;
		left: auto;
		max-width: 100%;
		height: auto;
		max-height: 200px;
		width: 100%;
		align-content: center;
		justify-content: center;
		transform: none;
	}

	.slide .text_col {
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
		max-width: 65%;
	}

	.slider__wrapper .slide {
		min-height: auto;
		padding-bottom: 0;
	}

	.slider__wrapper .slide .text_col h1,
	.slider__wrapper .slide .text_col h2,
	.slider__wrapper .slide .text_col h3,
	.slider__wrapper .slide .text_col h4,
	.slider__wrapper .slide .text_col h5,
	.slider__wrapper .slide .text_col h6 {
		text-align: center;
	}

	.slider__wrapper .slick-slide.slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slider__wrapper .slide .text_col p {
		text-align: center;
	}

	.slider__wrapper {
		margin-top: 50px;
	}

	.slider__wrapper {
		padding-bottom: 50px;
	}

	.customDots {
		width: 100%;
		bottom: 0px;
		justify-content: center;
	}

	/*slider section end*/
	/*sellers section*/
	.card__wrapper {
		width: 450px;
	}

	.card__slide {
		width: 450px;
		margin: 0px 65px;
	}

	.card_slider__inner {
		max-width: 585px;
	}

	.card_slider:before {
		display: none;
	}

	.card_slider:after {
		display: none;
	}

	/*end sellers section*/
	/*safety section*/
	.preference__row {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 48px;
	}

	.preference__col {
		width: 100%;
		margin-bottom: 0px;
		min-height: 197px;
	}

	.preference__col:not(:nth-child(3n + 3)) {
		margin-right: 0px;
	}

	.preference__col:not(:last-child) {
		margin-bottom: 20px;
	}

	.preference__col .img {
		/* display: none; */
		height: 48px;
		top: -16px;
	}

	.preference__col:not(:last-child) {
		margin-bottom: 36px;
	}

	.preference__col .text {
		width: 100%;
		padding: 32px 23px 46px 32px;
	}

	.preference__col .text .title_2 br {
		display: none;
	}

	/* .preference__col:nth-child(2n + 2) {
		background: #222222;
	} */

	.safety_section {
		padding-top: 157px;
		padding-bottom: 87px;
		margin-bottom: -87px;
	}

	/*end safety section*/
	/*footer*/
	.pc {
		display: none !important;
	}

	.mob {
		display: flex;
	}

	.footer__row {
		flex-wrap: wrap;
		border: none;
		padding-bottom: 0;
	}

	.footer_social {
		order: 2;
		margin: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer_social a {
		width: 30px;
		height: 30px;
		margin: 0;
	}

	.footer_social a img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.footer_social a:not(:first-child) {
		margin: 0;
		margin-left: 20px;
	}

	.footer__col_logo {
		order: 1;
	}

	.footer__menu_col {
		order: 3;
		width: 100%;
		margin-top: 40px;
		padding-top: 36px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		padding-bottom: 28px;
	}

	.footer__col_logo p {
		display: none;
	}

	.footer__menu_title {
		display: none;
	}

	.footer_menu__list ul {
		margin-top: 0;
	}

	.footer_menu__list a {
		opacity: 1;
		font-size: 17px;
		line-height: 26px;
	}

	.contact.footer_menu__list a {
		font-size: 12px;
		line-height: 26px;
	}

	.contact.footer_menu__list p {
		font-size: 12px;
		line-height: 26px;
		opacity: 1;
	}

	.contact.footer_menu__list li:not(:last-child) {
		margin-bottom: 0;
	}

	.copyright__row {
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.copyright {
		font-size: 14px;
		line-height: 20px;
		opacity: 1;
		color: rgba(255, 255, 255, 0.4);
	}

	.mobile_bottom_menu a {
		font-family: Aeonik;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		display: block;
	}

	.mobile_bottom_menu li {
		margin-top: 7px;
	}



	/*end footer*/

	/*sellers page*/
	.card_choose__row .card__inner {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer {
		margin-top: 87px;
		padding-top: 52px;
		padding-bottom: 52px;
	}

	/*end sellers page*/

	/*FAQ page*/
	.FAQ__navigation {
		display: none;
	}

	.FAQ__content {
		width: 100%;
	}

	.FAQ_section .top_row .text_2 {
		text-align: center;
	}

	/*end FAQ page*/

	/*contact page*/
	.contact__top_content {
		flex-direction: column;
		align-items: center;
	}

	.contact__col:not(:nth-child(3n + 3)) {
		margin-right: 0;
	}

	.contact__col:not(:last-child) {
		margin-bottom: 20px;
	}

	.contact__top_content {
		margin-top: 0;
	}

	.contact__bottom_content {
		flex-direction: column;
	}

	.contact__form {
		width: 100%;
	}

	.contact__form form {
		width: 100%;
		max-width: 100%;
	}

	.contact__map {
		overflow: hidden;
		max-width: 100vw;
		width: 100vw;
		margin-top: 65px;
		max-height: 420px;
		margin-left: -30px;
	}

	/*end contact page*/


	.step_content {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.step_content .contact_text,
	.step_content .radio_list {
		width: 49%;
	}

	.step_content-price_col {
		width: 100%;
	}

	.category_cards .best_sellers_card_bg {
		border-radius: 16px;
	}
}

@media only screen and (max-width: 991px) {

	.category_explore_header .category_explore_arrows,
	.category_card_footer .white_button,
	.category_card_header .color__row {
		display: none;
		border: none;
	}

	.category_card_footer .color__row{
		display: flex;
		border: none;
	}

	.category_explore {
		margin: 0 0 40px;
	}

	.category_explore_header {
		border: 0;
		margin: 0 0 40px;
		padding: 0;
	}

	.category_explore_body {
		margin: 0 -15px 40px;
	}

	.category_explore_items {
		padding: 0 15px;
	}

	.category_explore_items_scroll {
		overflow: hidden;
		overflow-x: auto;
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.category_explore_items_scroll::-webkit-scrollbar {
		display: none;
		/* Chrome, Safari and Opera */
	}

	.category_explore_footer {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.category_card {
		margin: 0 0 40px;
	}

	.category_card_header {
		padding: 0 0 24px;
		margin: 0 0 40px;
	}

	.category_card_body {
		margin: 0 -15px 24px;
	}

	.category_card_body .card_choose__row {
		margin: 0 -8px;
	}

	.category_card_body .card {
		flex: none;
		width: 252px;
		padding: 0 8px;
		margin: 0;
	}

	.category_card_body .card:not(:last-child) {
		margin: 0;
	}

	.category_card_body .card_choose__row .card__inner {
		flex-wrap: nowrap;
		overflow: hidden;
		overflow-x: auto;
		padding: 0 15px;
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.category_card_body .card_choose__row .card__inner::-webkit-scrollbar {
		display: none;
		/* Chrome, Safari and Opera */
	}

	.category_card_footer .color__row .color {
		width: 28px;
		height: 28px;
		margin: 0;
		border: none;
	}

	.category_card_footer .color__row .color:not(:last-child) {
		margin: 0 14px 0 0;
		border: none;
	}

	.safety_section {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {

	.main_section {
		padding-top: 0;
		padding-bottom: 82px;
		min-height: 100vh;
		height: auto;
	}

	.featured-section {
		padding: 0 0 130px;
	}

	.featured-section-title {
		font-size: 18px;
	}

	.featured-section-container-item:nth-child(1) img {
		width: 51px;
	}

	.featured-section-container-item:nth-child(2) img {
		width: 72px;
	}

	.featured-section-container-item:nth-child(3) img {
		width: 85px;
	}

	.featured-section-container-item:nth-child(4) img {
		width: 60px;
	}

	.insider_page {
		padding-top: 82px;
	}

	.container {
		padding: 0px 15px;
	}

	.header {
		background-color: #000;
	}

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

	.logo {
		margin-top: 10px;
		max-width: 155px;
	}

	.home-stages {
		padding: 32px 0;
	}

	.home-stages .container {
		grid-template-columns: 1fr;
		grid-gap: 48px;
	}

	.home-stages .home-stages__title {
		grid-column: auto;
		font-size: 30px;
		line-height: 38px;
		letter-spacing: -0.95px;
	}

	.home-stages .stages-list {
		grid-column: auto;
	}

	.home-stages .stages-list .num {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.48px;
	}

	.home-stages .stages-list .stages-list__title {
		letter-spacing: -0.48px;
	}

	.home-stages .img-wrapper {
		grid-column: auto;
		grid-row: 2/3;
		min-height: auto;
		height: 438px;
	}

	.hidden_menu {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: #000;
	}

	.main_section .title_1 {
		max-width: 90%;
	}

	.main_section .text_1 {
		margin-top: 20px;
		max-width: 59%;
	}

	.title_1 {
		font-size: 42px;
		line-height: 100%;
		text-align: center;
	}

	.text_1 {
		font-size: 18px;
		line-height: 150%;
	}

	.main_section_hero_video {
		width: 530px;
		z-index: -1;
		left: auto;
		top: 77px;
		right: -94px;
		transform: none;
	}

	.white_button.-black_adaptive {
		background-color: #000;
		color: #FFF;
		font-size: 24px;
		line-height: 32px;
	}

	.hidden_menu {
		width: 100vw;
		padding: 82px 10px;
	}

	.hidden_menu:before {
		height: 70px;
	}

	.menu_scroll {
		padding: 5px;
		padding-top: 44px;
		border-top: 1px solid rgba(255, 255, 255, 0.15)
	}

	.menu_scroll.-scrollbar {
		overflow: auto;
	}

	.hidden_menu__container {
		align-items: center;
		padding: 0;
		justify-content: space-between;
	}

	.menu__list {
		width: 100%;
		align-items: center;
	}

	.menu__list li {
		text-align: center;
		width: 100%;
	}

	.menu__list li a {
		opacity: 1;
	}

	.social_icon {
		opacity: 1;
	}


	.social_icon__list {
		margin-top: 72px;
	}

	/*slider section*/
	.text_col h1,
	.text_col h2,
	.text_col h3,
	.text_col h4,
	.text_col h5,
	.text_col h6 {
		text-align: center;
		font-size: 36px;
		line-height: 100%;
		text-align: center;
		letter-spacing: -0.01em;
		text-transform: capitalize;
	}


	.palm_img_video video {
		max-width: 56%;
	}

	.palm__img {
		margin-top: -2px;
		max-height: 92px;
	}

	.slider__wrapper {
		margin-top: 45px;
		padding-bottom: 47px;
	}

	.slide .text_col {
		max-width: 75%;
	}

	.slide .text_col p strong {
		margin-bottom: 14px;
	}

	.customDots li:not(:last-child) {
		margin-right: 21px;
	}

	.text_col p {
		max-height: 154%;
	}

	/*sellers section*/
	.card_slider {
		margin-top: 52px;
	}

	.card__wrapper {
		width: 300px;
	}

	.card__slide {
		width: 300px;
		margin: 0px 10px;
	}

	.card_slider__inner {
		max-width: 585px;
	}

	.card_slider:before {
		display: none;
	}

	.card_slider:after {
		display: none;
	}

	.nav__button {
		display: none;
	}

	.sellers_section .text_2 {
		font-size: 18px;
		line-height: 150%;
		
	}

	.sellers_section {
		padding-top: 120px;
	}

	/*end sellers section*/
	/*safety section*/
	.safety_section .top_row .text_2 {
		opacity: 0.8;
		max-width: 210px;
		font-size: 21px;
		text-align: center;
	}

	.preference__col .text .title_2 {
		font-size: 24px;
		line-height: 40px;
	}

	.preference__col .text .text_2 {
		font-size: 20px;
		line-height: 32px;
		margin-top: 15px;
	}

	/*end safety section*/

	.how_choose_card {
		width: 50%;
	}

	.how_choose_card_slider_slide_left .how_choose_card_slider {
		transform: translate3d(0, 0, 0);
	}

	.how_choose_card_slider_slide_left .how_choose_card_slider {
		-webkit-animation: HowChooseSliderLeftKeyframes_mobile 30s linear infinite;
		animation: HowChooseSliderLeftKeyframes_mobile 30s linear infinite;
	}

	.how_choose_card_slider_slide_right .how_choose_card_slider {
		transform: translate3d(-450%, 0, 0);
	}

	.how_choose_card_slider_slide_right .how_choose_card_slider {
		-webkit-animation: HowChooseSliderRightKeyframes_mobile 30s linear infinite;
		animation: HowChooseSliderRightKeyframes_mobile 30s linear infinite;
	}

	/*footer*/
	.footer .logo {
		height: 37px;
		width: 122px;
		max-width: 167.3px;
		display: block;
	}

	.footer_menu__list {
		min-width: auto;
		margin-right: 0;
	}

	.footer__menu_col {
		justify-content: space-between;
		width: 100%;
	}


	/*end footer*/
	/*sellers page*/
	.card {
		width: 100%;
		margin: 0;
	}

	.best_sellers_card_arrow {
		border-radius: 0 16px 0 0;
	}

	.best_sellers_card_bg {
		border-radius: 16px;
	}

	.card:not(:last-child) {
		margin-bottom: 37px;
	}

	.bottom_row {
		margin-top: 20px;
		padding-top: 20px;
	}

	.color__row .color:not(:last-child) {
		margin-right: 12px;
		
	}

	.color__row .color {
		width: 24px;
		height: 24px;
		border: none;
		flex-wrap: wrap;
	}

	.viewed .text {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: normal;
		opacity: 1;
	}

	.like .text {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: normal;
		opacity: 1;
	}

	.viewed .img,
	.like .img {
		width: 24px;
		height: 24px;
	}

	.card__choose__section .top_row {
		padding-top: 110px;
		padding-bottom: 65px;
	}

	.card_choose__row {
		margin-top: 0;
	}

	.card__choose__section .top_row .text_2 {
		opacity: 0.5;
		max-width: 61%;
		font-size: 18px;
		text-align: center;
	}

	.card__choose__section .white_button {
		min-width: 180px;
	}

	.card_choose__row:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -60px;
		height: 120px;
		width: 100%;
		background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	}

	.card__choose__section .white_button {
		margin-top: 23px;
	}

	.insider_page .safety_section {
		padding-top: 70px;
	}

	/*end sellers page*/
	/*FAQ page*/
	.FAQ_section .top_row {
		padding-top: 110px;
		padding-bottom: 0;
	}

	.FAQ_section .top_row .text_2 {
		font-size: 18px;
		line-height: 150%;
	}

	.FAQ__title {
		text-align: center;
		width: 100%;
	}

	/*end FAQ page*/
	/*contact page*/
	.contact__section .top_row {
		padding-top: 110px;
		padding-bottom: 0;
	}

	.contact__top_content {
		margin-top: 65px;
		padding-bottom: 97px;
	}

	.contact__col .title_2 {
		font-size: 24px;
		line-height: 40px;
	}

	.contact__col a,
	.contact__col p {
		font-size: 20px;
		line-height: 32px;
	}

	.contact__form {
		width: 100%;
	}

	.contact__form form {
		width: 100%;
		max-width: 100%;
	}

	.contact__map {
		overflow: hidden;
		max-width: 100vw;
		width: 100vw;
		margin-top: 65px;
		max-height: 420px;
		margin-left: -15px;
	}

	/*end contact page*/
	/*how work page*/
	.how_it_work__section .top_row {
		padding: 0;
		padding-top: 110px;
	}

	.images_slider {
		height: 160px;
	}

	.how__item:not(.how__item-img) {
		margin-top: 40px;
	}

	.bottom__info {
		margin-top: 40px;
	}

	.bottom__info .img {
		width: 100%;
	}

	/*end how work page*/

	.table-wrap thead th,
	.table-wrap tbody td {
		font-size: 16px;
	}
}

@media only screen and (max-width: 575px) {
	.color__row .color:not(:last-child) {
		margin-right: 7px;
		border: none;
		flex-wrap: wrap;
	}
}

@media only screen and (max-height: 767px) {
	.hidden_menu:before {
		height: 160px;
	}

	.menu_scroll {
		padding-top: 140px;
	}

	.social_icon__list {
		margin-top: 60px;
	}
}

@media only screen and (max-height: 767px) {
	.menu_scroll.-scrollbar {
		overflow: auto;
	}

	.hidden_menu__footer {
		padding-bottom: 60px;
	}
}

@-webkit-keyframes HowChooseSliderRightKeyframes {
	100% {
		transform: translate3d(0%, 0, 0);
	}
}

@keyframes HowChooseSliderRightKeyframes {
	100% {
		transform: translate3d(0%, 0, 0);
	}
}

@-webkit-keyframes HowChooseSliderLeftKeyframes {
	100% {
		transform: translate3d(-300%, 0, 0);
	}
}

@keyframes HowChooseSliderLeftKeyframes {
	100% {
		transform: translate3d(-300%, 0, 0);
	}
}

@-webkit-keyframes HowChooseSliderRightKeyframes_mobile {
	100% {
		transform: translate3d(0%, 0, 0);
	}
}

@keyframes HowChooseSliderRightKeyframes_mobile {
	100% {
		transform: translate3d(0%, 0, 0);
	}
}

@-webkit-keyframes HowChooseSliderLeftKeyframes_mobile {
	100% {
		transform: translate3d(-450%, 0, 0);
	}
}

@keyframes HowChooseSliderLeftKeyframes_mobile {
	100% {
		transform: translate3d(-450%, 0, 0);
	}
}

.contact__top_content_404 {
	flex-wrap: wrap;
}

.img-404 {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 544px;
	margin-top: -96px;
}

.text-404 {
	text-align: center;
	width: 100%;
	font-family: 'Aeonik';
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 150%;
	color: #7F7F7F;
	margin-top: -69px;
}

@media only screen and (max-width: 767px) {
	.text-404 {
		margin-top: 0;
	}

	.img-404 {
		margin-top: 0;
	}
}

/* search box design  */
.search-box {
	font-size: 18px;
	border: solid 0.3em #ffffff;
	display: inline-block;
	position: absolute;
	right: 0%;
	border-radius: 1.5em;
}

.search-box input[type=text] {
	font-family: inherit;
	font-weight: bold;
	width: 1.5em;
	height: 1.5em;
	padding: 0.3em 1.1em 0.3em 0.4em;
	border: none;
	box-sizing: border-box;
	border-radius: 1.5em;
	transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55) 150ms;
	background-color: #000000;
}

.search-box input[type=text]:focus {
	outline: none;
}

.search-box input[type=text]:focus,
.search-box input[type=text]:not(:placeholder-shown) {
	width: 12em;
	transition: width 800ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.search-box input[type=text]:focus+button[type=reset],
.search-box input[type=text]:not(:placeholder-shown)+button[type=reset] {
	transform: rotate(-45deg) translateY(0);
	transition: transform 150ms ease-out 800ms;
}

.search-box input[type=text]:focus+button[type=reset]:after,
.search-box input[type=text]:not(:placeholder-shown)+button[type=reset]:after {
	opacity: 1;
	transition: top 150ms ease-out 950ms, right 150ms ease-out 950ms, opacity 150ms ease 950ms;
}

.search-box input[type=text]:focus~div.search-results,
.search-box input[type=text]:not(:placeholder-shown)~div.search-results {
	display: block;
}

.search-box button[type=reset] {
	background-color: transparent;
	width: 0.8em;
	height: 1.2em;
	border: 0;
	padding: 0;
	outline: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0.60em;
	right: 0.55em;
	transform: rotate(-45deg) translateY(1.6em);
	transition: transform 150ms ease-out 150ms;
}

.search-box button[type=reset]:before,
.search-box button[type=reset]:after {
	content: "";
	background-color: #ffffff;
	width: 0.3em;
	height: 1.2em;
	position: absolute;
}

.search-box button[type=reset]:after {
	transform: rotate(90deg);
	opacity: 0;
	transition: transform 150ms ease-out, opacity 150ms ease-out;
}

.search-box .search-results {
	width: calc(100% + 0.3em);
	height: auto;
	background-color: #000000;
	color: white;
	position: absolute;
	top: calc(100% + 5px);
	left: -0.15em;
	display: none;
	padding-inline: 0px;
}

.search-results .search-result {
	padding-block: 7px;
	border-bottom: 1px solid white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-inline: 7px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.search-result img.search-result-image {
	width: 45px;
	height: 30px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 4px;
}

.search-result span {
	font-size: 16px;
}

.search-result.bold span {
	font-weight: bolder;
}