/*!
Theme Name: FUT COIN
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fut-coin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FUT COIN is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
 {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*-------------------------------------------------------*/
.container{
    max-width: 1760px;
    padding-right: 120px;
    padding-left: 120px;
    margin-right: auto;
    margin-left: auto;
} 
.site-header{
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 10;
    transition: 0.5s;
}
.header_container {
    display: flex;
    justify-content: space-between;
}
#site-navigation{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 660px;
    margin-right: 100px
}
#primary-menu{
    justify-content: space-between;
}
.menu-menu-1-container{
    width: 100%;
}
.menu-menu-1-container ul li{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    
}

.menu-menu-1-container ul li a:hover{
    color: #A390FA;
    
}
.menu-menu-1-container ul li a{
    text-transform: none;
    color: #FFFFFF;
    transition: 0.5s;
}

.box{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
}
.social_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 120px;
    max-height: 17px;
}

.button__signIn:active,
.button__signIn:visited,
.button__signIn{
    padding: 29px 54px;
    background: #481BA9;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 0px;
    color: #FFFFFF;
    text-align: center;
    text-decoration:none ;
    transition: 0.5s;
}

.button__signIn:hover{
    background: #6437C2;
}
img.rot {
    position: absolute;
    animation: 25s linear 0s normal none infinite running rot;
    -webkit-animation: 25s linear 0s normal none infinite running rot;
    width: 30%;
    right: 12.2%;
    bottom: calc( 100vh - 41vw );
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------hero---------------------*/
.hero{
    padding-top:188px;
    padding-bottom: 100px;
}
.hero__title{
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 93px;

}
.content_wrapper{
    max-width: 535px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 50px;
}
.hero__description{
    max-width: 465px;
    margin: 0;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    /*display: flex;*/
    align-items: center;
    color: rgba(237, 224, 245, 0.8);
}

.hero__buttons__title{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.hero__buttons{
    display: flex;
    flex-wrap: wrap;
}

.button__xbox:active,
.button__xbox:visited,
.button__xbox,
.button__playStation:active,
.button__playStation:visited,
.button__playStation{
    color: #FFFFFF;
    text-decoration: none;
}

.button__xbox{
    font-family: "Jeko-Black", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    min-width: 224px;
    min-height: 71px;
    background-color: rgba(0, 127, 0, 1);;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-right: 5px;
    transition: 0.5s;
}

.button__playStation {
    font-family: "Jeko-Black", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    min-width: 224px;
    min-height: 71px;
    background-color: rgba(46, 109, 180, 1);
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
    margin-right: 5px;
    transition: 0.5s;
}
.button__xbox:hover{
    background-color: rgba(0, 127, 0, 0.8);
}
.button__playStation:hover{
    background-color: rgba(46, 109, 180, 0.8);
}
.hero__buttons a img {
    margin-right: 7px;}
/*---------about_section---------*/
.about{
    padding-top: 200px;
    padding-bottom: 75px;
}
.about__wrapper{
    display: flex;
    justify-content: space-between;
}
.about__content__wrapper{
    max-width: 550px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    
    margin-right: 50px;
}
.about__title{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.color_text{
    color: #A390FA;
    text-transform: uppercase;
}

.about__description{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: rgba(237, 224, 245, 0.8);
    
}

.about__description + .about__description{
    margin-top: 25px;
}

.learnMore:active,
.learnMore:visited,
.learnMore{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
    max-width: max-content;
    margin-top: 68px;
    transition: 0.5s;
}

.learnMore:hover{
    color: #A390FA;
    border-bottom: 2px solid #A390FA;
}
.order__list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 760px;
    width: 60%;
}

.order__wrapper:before{
  content: url(../../uploads/2022/01/Polygon-1.png);
  position: absolute;
  top: 0;
  left: 0;
}

.order__description{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    max-width: 261px;
}

.order__title{
    font-family: "Jeko-Black", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #A390FA;
    max-width: 252px;
    margin-bottom: 10px;
}

.order__conteiner:nth-child(even){
   margin-left: 1.5%;
}
.order__conteiner:nth-child(odd){
    margin-right: 1.5%;
}

.order__conteiner:nth-child(1), .order__conteiner:nth-child(2){
   margin-bottom: 7px;
}
.order__conteiner:nth-child(3), .order__conteiner:nth-child(4){
    margin-top: 7px;
}

.order__conteiner{
    min-height: 266px;
    width: 48.5%;
    display: flex;
    flex-direction: column;
    border: 3px solid #CC00FF;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

/*-------------how_it_work-----------------------*/
.how_it_work{
    padding-top:100px;
    padding-bottom: 75px;
}

.how_it_work_wrapper{
    display: flex;
    justify-content: space-between;
}
.how_it_work__title{
    max-width: 550px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 74px;
    margin-bottom: auto;
    margin-top: 115px;
}

.how_it_work__description{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
}
.accent_text{
    color: #F201AF;
    font-weight: bold;
}

.wrapper {
    max-width: 733px;
    margin-right: 27px;
}

/*-----------------trustpilot-------------------------*/
.trustpilot{
    margin-top: 100px;
    margin-bottom: 150px;
}
.trustpilot__wrapper{
    display: flex;
    flex-direction: column;
}
.trustpilot__title{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.trustpilot__cards__conteiner{
    display: flex;
    margin-bottom: 15px;
}

.trustpilot__description__card{
     width: 25%;
    background: #120C2C;
    border-radius: 20px;
    padding: 40px 20px 40px 20px;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.trustpilot__description__card__description{
    text-align: center;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.trustpilot__description__card__title{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.trustpilot_stars {
    display: flex;
    justify-content: space-between;
}
.trustpilot_stars img {
    width: 17%;
}
.trustpilot_logo{
    display: flex;
}

.trustpilot_logo p{
    margin: 0;
}
.review_card{
    width: 25%;
    background: #120C2C;
    border-radius: 20px;
    padding: 25px;
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 7px;
}
.review_icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_content h4{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.review_content p{
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: rgba(255, 255, 255, 0.8);
}
.review_date{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #837BB3;
}
.star_conteiner{
    max-height: 18px;
    display: flex;
    flex-wrap: nowrap;
}
.trustpilot__all__reviews:hover,
.trustpilot__all__reviews:active,
.trustpilot__all__reviews:visited,
.trustpilot__all__reviews{
    align-self: flex-end;
    text-decoration:none ;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #A390FA;
    display: flex;
}
.trustpilot__all__reviews img{
    margin-left: 20px;
}


/*---------------------footer---------------------------------------*/
.site-footer{
     background: #130D2C;
     padding-top: 85px;
     position: relative;
}

.footer__wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .wpcf7{
    margin-top:5px;
}
.form__description{
    max-width: 490px;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: rgba(237, 224, 245, 0.8);
}
#primary-menu3{
     display: flex;
     flex-direction: column;
}

.credit_card{
    display: flex;
    width: 100%;
    max-width: 210px;
    flex-wrap: wrap;
    justify-content: space-between;
    height: min-content;
    margin-top: 13px;
}
.credit_card img:nth-child(3), .credit_card img:nth-child(4){
    margin-top: 3px;
}
#primary-menu4, #primary-menu3{
    flex-direction: column;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}
#primary-menu4 li, #primary-menu3 li{
    margin-bottom: 5px;
}
#primary-menu4 li a, #primary-menu3 li a{
    text-decoration:none ;
    color: rgba(255, 255, 255, 0.64);
    transition: 0.5s;
}
#primary-menu4 li a:hover, #primary-menu3 li a:hover{
    color: #A390FA;
}

.footer-navigation {
    min-width: 163px;
}
#primary-menu4{
    display: block;
}
.footer-navigation h5{
    margin-bottom: 22px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.footer__copyright{
    padding:35px 0;
    text-align: center;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #A390FA;
}

/*-----------------contact-form------------------------*/
footer .wpcf7 h4{
    margin-bottom: 25px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
}

footer .wpcf7-email::placeholder{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A9A0D1;
}
footer .wpcf7-email:hover, footer .wpcf7-email:focus, footer .wpcf7-email:focus-visible, footer .wpcf7-email:active{
    border-color:transparent!important;
    outline: none;
}
footer .wpcf7-email{
    min-width: 490px;
    min-height: 68px;
    background: #251E44;
    border-radius: 34px !important;
    border: none !important;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #A9A0D1!important;
    padding-left: 31px!important;
}

.form__wrapper{
    position: relative;
    margin-bottom: 40px;
}
.wpcf7-spinner{
    display: none;
}
.submit{
    position: absolute;
    right: 0;
    top: -5px;
    }
.submit .wpcf7-submit{
    position: relative;
    border: 1px solid;
    border-color: transparent;
    border-radius: 36px;
    background: transparent;
    color: transparent;
   z-index: 5;
    padding: 37px 39px;
}
.wpcf7-submit:focus, .wpcf7-submit:active, .wpcf7-submit:hover{
    border-color:transparent!important;
}
.submit::before{
content: url(../../uploads/2022/01/Group-18-1.svg);
  position: absolute;
  top: -5px;
  left: 0;
}

.wpcf7-submit:hover::before{
    content: url(../../uploads/2022/02/Group-34.svg);
    position: absolute;
    top: -5px;
    left: 0;
}
.wpcf7-response-output{
    display: none;
}

.wpcf7-not-valid-tip{
    position: absolute;
}

/*--------------------------------Contact us page--------------------------------*/

.page-template-page-contactUs{
    background-color: #191437;
        background-image: url(../../uploads/2022/02/Group-14.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
.contactUs__wrapper{
    margin-top: 80px;
    margin-bottom: 150px;
}
.contactUs__wrapper .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 735px;
}

.contactUs__form__yourName{
    width: 50%;
}
.contactUs__form__e-mail{
    width: 50%;
    text-align: right;
}
.contactUs__form__message{
    width: 100%;
}
.contactUs__form__checkbox{
    width: 100%;
}
.contactUs__form__submit{
    width: 100%;
    text-align: right;
}

.contactUs__form__yourName input{
    padding: 27px 0 27px 27px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: rgba(192, 184, 232, 0.2);
    border: transparent;
    color: #FFFFFF!important;
}
.contactUs__form__e-mail input{
    padding: 27px 0 27px 27px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: rgba(192, 184, 232, 0.2);
    border: transparent;
    color: #FFFFFF!important;
}
.contactUs__form__message textarea{
    resize: none;
    padding: 22px 0px 0px 27px;
    margin-bottom: 15px;
    border-radius: 20px;
    background: rgba(192, 184, 232, 0.2);
    border: transparent;
    color: #FFFFFF!important;
}

.contactUs__title {
    font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 55px;
max-width: 583px;
margin-bottom: 30px;
}

.contactUs__description{
    font-family: "Sk-Modernist", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
color: rgba(237, 224, 245, 0.8);
max-width: 368px;
margin-bottom: 45px;
}
.contactUs__form__checkbox{
    font-family: "Sk-Modernist", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;

}
.contactUs__form__submit input{
    padding: 23px 45px;
    margin-top: 10px;
    background: #F201AF;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 0px;
color: #FFFFFF;
border: transparent;
}

.contactUs__form__message textarea::placeholder, .contactUs__form__e-mail input::placeholder, .contactUs__form__yourName input::placeholder{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.contactUs__form__message textarea:hover, 
.contactUs__form__message textarea:focus, 
.contactUs__form__message textarea:focus-visible,
.contactUs__form__message textarea:active, 
.contactUs__form__e-mail input:hover,
.contactUs__form__e-mail input:focus,
.contactUs__form__e-mail input:focus-visible, 
.contactUs__form__e-mail input:active,
.contactUs__form__yourName input:hover,
.contactUs__form__yourName input:focus,
.contactUs__form__yourName input:focus-visible,
.contactUs__form__yourName input:active{
    border-color:transparent!important;
    outline: none;
}
.contactUs__form__e-mail .wpcf7-not-valid-tip{
    position: absolute;
    top: -50px;
    left: 0;
}
.contactUs__form__yourName .wpcf7-not-valid-tip{
    position: absolute;
    top: -50px;
    left: 0;
}
/*--------------------------------End Contact us page--------------------------------*/

/*---------------------fonts--------------------------*/
@font-face {
 font-family: Poppins;
 src: url(css/fonts/Poppins-Bold.ttf);
 font-weight: 700;
 }
 @font-face {
 font-family: Poppins;
 src: url(css/fonts/Poppins-SemiBold.ttf);
 font-weight: 600;
 }
 @font-face {
 font-family: Poppins;
 src: url(css/fonts/Poppins-Medium.ttf);
 font-weight: 500;
 }
 
 @font-face {
 font-family: Sk-Modernist;
 src: url(css/fonts/Sk-Modernist-Regular.otf);
 font-weight: 400;
 }
 @font-face {
 font-family: Sk-Modernist;
 src: url(css/fonts/Sk-Modernist-Mono.otf);
 font-weight: 600;
 }
 @font-face {
 font-family: Sk-Modernist;
 src: url(css/fonts/Sk-Modernist-Bold.otf);
 font-weight: 700;
 }
 @font-face {
 font-family: Jeko-Black;
 src: url(css/fonts/FontsFree-Net-Jeko-Black.ttf);
 font-weight: 900;
 }
/*---------------------end-fonts--------------------------*/
.nav-wrapper{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-left: 7%;
}
.owl-carousel{
	touch-action: manipulation;
}
.owl-nav{
	display: none!important;
}
.owl-carousel .owl-item img{
	width:initial!important;
}
.owl-dots{
	margin-top: 2px;
	margin-bottom: 16px;
	justify-content: center;
	display: flex;
}
.owl-dots button{
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.22)!important;
	transition: 0.5s;
}
.owl-dots button:not(:last-child){
	margin-right: 8px;
}
.owl-dots button.active{
	background: rgba(255, 255, 255, 1)!important;
}
 @media (max-width: 575px){
     
/*--------------home-page-background---------------------*/
    .home{
        background-color: #191437;
        background-image: url(../../uploads/2022/02/Group-36.png);
        background-repeat: no-repeat;
        background-size: 100%;
}
    img.rot{
        display: none;
    }
    .custom-logo-link img{
        max-width: 29px;
        max-height: 40px;
    }
     
 	.footer__wrapper{
 		justify-content: center;
 		align-items: initial;
 	}
 	.footer__copyright{
 		padding-bottom: 13px;
 		font-size: 10px;
        line-height: 12px;
 	}
 	.form__wrapper{
 		margin-bottom: 22px;
 	}
 	.trustpilot__description__card__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 25px;
 	}
 	.trustpilot__description__card__title{
 		font-size: 12px;
 		line-height: 14.4px;
 		margin-bottom: 12px;
 	}
 	.review_content p{
 		font-size: 13px;
 	}
 	.trustpilot_stars{
 		margin-bottom: 16px;
 	}
 	.menu-menu-1-container ul li:first-child{
 	    margin-top: 110px;
 	}
 	.menu-menu-1-container ul li{
 		margin-bottom: 16px;
 		text-align: center;
 	}
 	.site-header{
 	    z-index: 10px;
 		padding-top: 9px;
 		padding-bottom: 9px;
 	}
 	.nav-wrapper{
 		flex-direction: column;
 		margin-left: 0px;
 	}
 	 	.box{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-width: 100%;
    margin-right: 0;
    padding-top: 145px;
    position: absolute;
    top: 366px;
    right: 0;
    background-color: #221B46;
    padding-bottom: 500px;
}
.toggled + .box{
    display: flex;
}

.menu-menu-1-container{
    position: absolute;
    right: 0;
    top: 55px;
    text-align: end;
    background-color: #221B46;
}
 	.header_container{
 		position: relative;
 	}
 	.container{
 		padding-right: 10px;
 		padding-left: 10px;
 	}
 	.content_wrapper{
 		margin-right: 0px;
 		min-height: initial;
 		justify-content: flex-start;
 	}
 	.hero__title{
 		max-width: 195px;
 		margin-bottom: 14px;
 		font-size: 36px;
 		line-height: 40px;
 	}
 	.hero__description{
 		max-width: 221px;
 		margin-bottom: 100px;
 		font-size: 14px;
        line-height: 17px;
 	}
 	.hero__buttons{
 		flex-wrap:nowrap;
 	}
 	.hero__buttons a{
 		max-width: 165px;
 		width: 100%;
 		min-width: initial;
    	min-height: 55px;
    	display: flex;
    	height: 55px;
    	align-items: center;
    	justify-content: center;
 	}
 	.hero__buttons a img{
 		margin-right: 7px;
 	}
 	.hero{
 		padding-bottom: 25px;
 	}
 	.about{
 		padding-top: 25px;
 		padding-bottom: 33px;
 	}
 	.about__wrapper{
 		flex-direction: column;
 	}
 	.about__content__wrapper{
 		margin-right: 0px;
 	}
 	.about__title{
 		font-size: 24px;
 		line-height: 36px;
 	}
 	.about__description, .about__description{
 		font-size: 14px;
 		line-height: 17px;
 	}
 	.about__description + .about__description{
 		margin-top: 12px;
 	}
 	a.learnMore{
 		margin-top: 25px;
 		font-size: 10px;
 		margin-bottom: 50px;
 	}
 	.about__content__wrapper{
 		min-height: initial;

 	}
 	.order__list{
 		width: 100%;
 		flex-direction: column;
 	}
 	.order__conteiner{
 		width: 100%;
 		margin:0px!important;
 		margin-left: 0px!important;
 		margin-right: 0px!important;
 		margin-top: 0px!important;
 		margin-bottom: 10px!important;
 	}
 	.how_it_work_wrapper{
 		flex-direction: column;
 	}
 	.how_it_work{
 		padding-bottom: 45px;
 		padding-top: 33px;
 	}
 	.how_it_work__title{
 		margin-top: 0px;
 		font-size: 36px;
 		line-height: 50px;
 		margin-bottom: 35px;
 	}
 	.wrapper{
 		margin-right: 0px;
 	}
 	.how_it_work__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 25px;
 	}
 	.trustpilot{
 		margin-top: 0px;
 		margin-bottom: 25px;
 	}
 	.trustpilot__title{
 		font-size: 20px;
 		line-height: 30px;
 		margin-bottom: 12px;
 	}
 	.trustpilot__cards__conteiner{
 		display: block;
 	}
 	.trustpilot__description__card, .review_card{
 		width: 100%;
 		padding: 38px 60px 32px 60px;
 		margin-left: 0px;
 		min-height: initial;
 	}
 	.trustpilot__all__reviews{
 		font-size: 14px;
 		line-height: 21px;
 	}
 	.site-footer{
 		padding-top: 33px;
 	}
 	footer .wpcf7 h4{
 		font-size: 24px;
 		line-height: 36px;
 	}
 	footer .wpcf7-email{
 		min-width: initial;
 		width: 100%;
 		min-height: 54px;
 	}
 	
 	.submit:before{
        content: url(../../uploads/2022/01/Group-35.svg);
        position: absolute;
        top: 5px;
        left: -50px;
    }

    .submit .wpcf7-submit {
        position: absolute;
        top: 2px;
        left: -50px;
        padding: 21px 24px;
    }
 	
 	.form__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 40px;
 	}
 	.credit_card{
 	    padding-right: calc( 50% - 105px);
        padding-left: calc( 50% - 105px);
 		margin-bottom: 47px;
 		max-width: 100%;
 	}
 	footer button{
 		display: none!important;
 	}
 	#information {
 	    margin-top:0px;
 	}
 	#connect{
 		margin-left: auto;
 	}
 	.footer-navigation{
 		min-width: 150px;
 	}
 	.footer-navigation h5{
 		font-size: 14px;
 		line-height: 21px;
 	}
 	footer #primary-menu3 a, footer #primary-menu4 a{
 		font-size: 10px;
 		line-height: 12px;
 		margin-bottom: 0px;
 	}
 	#primary-menu4 li, #primary-menu3 li{
 		margin-bottom: 10px;
 	}
 	.hero{
 		padding-top: 78px;
 	}
 	.hero__buttons__title{
 		font-size: 10px;
 		line-height: 15px;
 	}
 	.order__title{
 		font-size: 20px;
 		line-height: 24.7px;
 		margin-bottom: 22px;
 	}
 	.order__description{
 		font-size: 14px;
 		line-height: 16.8px;
 	}
 	.order__conteiner{
 		min-height: 220px;
 	}
 	.contactUs__form__yourName input, .contactUs__form__e-mail input, .contactUs__form__yourName, .contactUs__form__e-mail{
 	    width: 100%;
 	}
 }




  @media (min-width: 576px) and (max-width: 991px){
 	
/*--------------home-page-background---------------------*/
    .home{
        background-color: #191437;
        background-image: url(../../uploads/2022/02/Group-36.png);
        background-repeat: no-repeat;
        background-size: 100%;
        }
 	    img.rot{
        display: none;
    }
 	.footer__wrapper{
 		justify-content: center;
 		align-items: initial;
 	}
 	.footer__copyright{
 		padding-bottom: 13px;
 		font-size: 10px;
        line-height: 12px;
 	}
 	.form__wrapper{
 		margin-bottom: 22px;
 	}
 	#information {
 	    margin-top:0px;
 	    
 	}
 	.trustpilot__description__card__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 25px;
 	}
 	.trustpilot__description__card__title{
 		font-size: 12px;
 		line-height: 14.4px;
 		margin-bottom: 12px;
 	}
 	.review_content p{
 		font-size: 13px;
 	}
 	.trustpilot_stars{
 		margin-bottom: 16px;
 	}
 	
 	.box{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-width: 100%;
    margin-right: 0;
    padding-top: 145px;
    position: absolute;
    top: 386px;
    right: 0;
    background-color: #221B46;
    padding-bottom: 500px;
    }
    .toggled + .box{
        display: flex;
    }
    
    .menu-menu-1-container{
    position: absolute;
    right: 0;
    top: 75px;
    text-align: end;
    background-color: #221B46;
    }
    .menu-menu-1-container ul li:first-child{
 	    margin-top: 110px;
 	}
 	.menu-menu-1-container ul li{
 		margin-bottom: 16px;
 		text-align: center;
 	}
 	.site-header{
 		padding-top: 9px;
 		padding-bottom: 9px;
 	}
 	.nav-wrapper{
 		flex-direction: column;
 		margin-left: 0px;
 	}
 	.header_container{
 		position: relative;
 	}
 	.container{
 		padding-right: 10px;
 		padding-left: 10px;
 	}
 	.content_wrapper{
 		margin-right: 0px;
 		min-height: initial;
 		justify-content: flex-start;
 	}
 	.hero__title{
 		max-width: 195px;
 		margin-bottom: 14px;
 		font-size: 36px;
 		line-height: 40px;
 	}
 	.hero__description{
 		max-width: 195px;
 		margin-bottom: 100px;
 		font-size: 12px;
 		line-height: 14.4px;
 	}
 	.hero__buttons{
 		flex-wrap:nowrap;
 	}
 	.hero__buttons a{
 		max-width: 165px;
 		width: 100%;
 		min-width: initial;
    	min-height: 55px;
    	display: flex;
    	height: 55px;
    	align-items: center;
    	justify-content: center;
 	}
 	.hero__buttons a img{
 		margin-right: 7px;
 	}
 	.hero{
 		padding-bottom: 25px;
 	}
 	.about{
 		padding-top: 25px;
 		padding-bottom: 33px;
 	}
 	.about__wrapper{
 		flex-direction: column;
 	}
 	.about__content__wrapper{
 		margin-right: 0px;
 	}
 	.about__title{
 		font-size: 24px;
 		line-height: 36px;
 	}
 	.about__description, .about__description{
 		font-size: 14px;
 		line-height: 17px;
 	}
 	.about__description + .about__description{
 		margin-top: 12px;
 	}
 	a.learnMore{
 		margin-top: 25px;
 		font-size: 10px;
 		margin-bottom: 50px;
 	}
 	.about__content__wrapper{
 		min-height: initial;

 	}
 	.order__list{
 		width: 100%;
 		justify-content: space-between;
 	}
 	.order__conteiner{
 		width: 100%;
 		max-width: calc(50% - 5px);
 		margin:0px!important;
 		margin-left: 0px!important;
 		margin-right: 0px!important;
 		margin-top: 0px!important;
 		margin-bottom: 10px!important;
 	}
 	.how_it_work_wrapper{
 		flex-direction: column;
 	}
 	.how_it_work{
 		padding-bottom: 45px;
 		padding-top: 33px;
 	}
 	.how_it_work__title{
 		margin-top: 0px;
 		font-size: 36px;
 		line-height: 50px;
 		margin-bottom: 35px;
 	}
 	.wrapper{
 		margin-right: 0px;
 	}
 	.how_it_work__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 25px;
 	}
 	.trustpilot{
 		margin-top: 0px;
 		margin-bottom: 25px;
 	}
 	.trustpilot__title{
 		font-size: 20px;
 		line-height: 30px;
 		margin-bottom: 12px;
 	}
 	.trustpilot__cards__conteiner{
 		display: block;
 	}
 	.trustpilot__description__card, .review_card{
 		width: 100%;
 		padding: 32px;
 		margin-left: 0px;
 		min-height: initial;
 	}
 	.trustpilot__all__reviews{
 		font-size: 14px;
 		line-height: 21px;
 	}
 	.site-footer{
 		padding-top: 33px;
 	}
 	footer .wpcf7 h4{
 		font-size: 24px;
 		line-height: 36px;
 	}
 	footer .wpcf7-email{
 		min-width: initial;
 		width: 100%;
 		min-height: 48px;
 	}
 	.submit:before{
        content: url(../../uploads/2022/01/Group-35.svg);
        position: absolute;
        top: 2px;
        left: -50px;
    }

    .submit .wpcf7-submit {
        position: absolute;
        top: 2px;
        left: -50px;
        padding: 21px 24px;
    }

 	.form__description{
 		font-size: 14px;
 		line-height: 17px;
 		margin-bottom: 40px;
 	}
 	.credit_card{
 	    padding-right: calc( 50% - 105px);
        padding-left: calc( 50% - 105px);
 		margin-bottom: 47px;
 		max-width: 100%;
 	}
 	footer button{
 		display: none!important;
 	}
 	#connect{
 		margin-left: auto;
 	}
 	.footer-navigation{
 		min-width: 150px;
 	}
 	.footer-navigation h5{
 		font-size: 14px;
 		line-height: 21px;
 	}
 	footer #primary-menu3 a, footer #primary-menu4 a{
 		font-size: 10px;
 		line-height: 12px;
 		margin-bottom: 6px;
 	}
 	.hero{
 		padding-top: 78px;
 	}
 	.hero__buttons__title{
 		font-size: 10px;
 		line-height: 15px;
 	}
 	.order__title{
 		font-size: 20px;
 		line-height: 24.7px;
 		margin-bottom: 22px;
 	}
 	.order__description{
 		font-size: 14px;
 		line-height: 16.8px;
 	}
 	.order__conteiner{
 		min-height: 220px;
 	}
 	
 	.contactUs__title{
 	    text-align: center;
        margin-left: auto;
        margin-right: auto;
 	}
 	.contactUs__description{
 	    text-align: center;
        margin-left: auto;
        margin-right: auto;
 	}
 	.contactUs__wrapper form {
 	    margin-left: auto;
        margin-right: auto;
 	}
 	.contactUs__form__yourName input, .contactUs__form__e-mail input, .contactUs__form__yourName, .contactUs__form__e-mail{
 	    width: 100%;
 	}
 }
@media (min-width: 992px) and (max-width: 1199px){
		/*--------------home-page-background---------------------*/
.home{
    background-color: #191437;
    background-image: url(../../uploads/2022/02/Group-36.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
    img.rot{
        display: none;
    }	
	
	.hero__buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.menu-menu-1-container ul li:first-child{
 	    margin-top: 110px;
 	}
 	
 	.menu-menu-1-container ul li{
 	    margin-bottom: 16px;
 	    text-align: center;
 	}
	.about__wrapper,.how_it_work_wrapper{
		flex-direction: column;
	}
	.about__content__wrapper{
		max-width: 100%;
	}
	.order__list{
		width: 100%;
	}
	.how_it_work{
		padding-top: 0px;
	}
	.about{
		padding-bottom: 0px;
	}
	.owl-carousel{
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.trustpilot__description__card, .review_card{
		width: 50%;
		margin-bottom: 14px;
		max-width: calc(50% - 7px);
		margin-left: 0!important;
	}

}
@media (min-width: 1200px) and (max-width: 1365px){
	header.scrolled{
        background-color: #221B46;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 10;
        transition: all 0.5s ease-out;
    }
	
	.about__content__wrapper{
		max-width: 500px;
		margin-right: 30px;
	}
	.how_it_work_wrapper{
		flex-direction: column;
	}
	.owl-carousel{
		display: flex!important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.hero__buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------home-page-background---------------------*/
.home{
    background-color: #191437;
    background-image: url(../../uploads/2022/01/Group-17-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
}
@media (min-width: 1366px) {
    header.scrolled{
        background-color: #221B46;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 10;
        transition: all 0.5s ease-out;
    }
    
/*--------------home-page-background---------------------*/
    .home{
        background-color: #191437;
        background-image: url(../../uploads/2022/01/Group-17-1.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
	.owl-carousel{
		display: flex!important;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.hero__buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/*---------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1325px){
    #information{
        width: 50%;
        margin-top: 0px;
    }
    
    .nav-wrapper{
        margin-left: 50px;
    }
    #site-navigation{
        margin-right: 50px;
    }
    /*.box{*/
    /*    max-width: 310px;*/
    /*}*/

}
@media (min-width: 992px) and (max-width: 1200px){
.nav-wrapper {
    /* display: none; */
    /*padding: 20px 10px;*/
    flex-direction: column;
    /*position: absolute;*/
    /*background-color: #1A1538;*/
    /*top: 100%;*/
    /*left: 0;*/
    margin-left: 0px;
}
.box{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-width: 100%;
    margin-right: 0;
    padding-top: 125px;
    position: absolute;
    top: 458px;
    right: 0;
    background-color: #221B46;
    padding-bottom: 500px;
    
}
.toggled + .box{
    display: flex;
}
.menu-menu-1-container{
    position: absolute;
    right: 0;
    top: 147px;
    text-align: end;
    background-color: #221B46;
}
}

@media (max-width: 1200px){

    #primary-menu{
            border-top: 1px solid rgba(255, 253, 255, 0.11);
    }
    .social_box{
        padding-bottom: 40px;
    }
    #masthead{
        background-color: #221B46;
    }

    .menu-toggle:hover,
    .menu-toggle:active,
    .menu-toggle:visited,
    .menu-toggle:focus-visible,
    .menu-toggle{
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 0px;
    color: #FFFFFF;
    text-align: center;
    text-decoration:none ;
    border: 1px solid transparent;
    
}

.menu-toggle img{
    margin-left: 9px;
}


#site-navigation{
    justify-content: end;
    max-width: 100%; 
    margin-right: 0;
    height: 100%;
}
}


.page-template-page-sellCoins{
        background-color: #191437;
        background-image: url(../../uploads/2022/02/Group-16-1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        }
        
.sellCoins__wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 60px;
}

.sellCoins__formBlock{
    width:75%;
    max-width:1100px;
    display: flex;
    flex-direction: column;
    padding: 45px 45px 65px 45px;
    background-color: #120C2C;
    border-radius: 20px;
}

.sellCoins__title{
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
}
.sellCoins__ratesWrapper{
    display: flex;
}
.sellCoins__exchangeRates{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sellCoins__rates{
    padding-right: 30px;
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: rgba(237, 224, 245, 0.8);
}
.sellCoins__exchangeRatesPS{
    margin-bottom: 5px;
}
.sellCoins__exchangeRatesXbox{
    margin-bottom: 15px;
}
.sellCoins__exchangeRatesPS, .sellCoins__exchangeRatesXbox{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.sellCoins__ratesDetail{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #544D7B;
}
.sellCoins__supplierForm{
    margin-top: 50px;
}
.sellCoins__formItem{
    width: 50%;
    max-width: 501px;
    padding-right: 5px;
}
.sellCoins__formItemTextarea{
    width:100%;
    max-width: initial;
}
.sellCoins__formItem input, .sellCoins__formItem textarea,.sellCoins__formItem select{
	resize: none;
    padding: 27px 0 27px 27px;
    margin-bottom: 10px;
    border-radius: 20px;
    background: rgba(192, 184, 232, 0.2);
    border: transparent;
    color: #FFFFFF!important;
    width: 100% !important;
}
.sellCoins__formItem select option {
    padding: 27px 0 27px 27px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #342f51;
    border: transparent;
    color: #FFFFFF!important;
    width: 100%;
}
.sellCoins__formItem input:hover,
.sellCoins__formItem input:focus,
.sellCoins__formItem input:focus-visible, 
.sellCoins__formItem input:active,
.sellCoins__formItem textarea:hover,
.sellCoins__formItem textarea:focus,
.sellCoins__formItem textarea:focus-visible, 
.sellCoins__formItem textarea:active,
.sellCoins__formItem select:hover,
.sellCoins__formItem select:focus,
.sellCoins__formItem select:focus-visible, 
.sellCoins__formItem select:active{
    border-color:transparent!important;
    outline: none;
}

.sellCoins__formItem textarea::placeholder, .sellCoins__formItem input::placeholder{
    font-family: "Sk-Modernist", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.3);
}
.sellCoins__supplierForm .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sellCoins__wrapper input[type="submit"]{
	background-color: #481BA9;
	color:#fff;
	border:none;
	font-size: 16px;
	padding: 17px 52px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-radius: 20px;
}
.sellCoins__formItem input, .sellCoins__formItem textarea, .sellCoins__formItem select{
	padding: 27px;
}
.sellCoins__formItem select{
	background-image: url('img/Vector.svg');
	background-repeat: no-repeat;
	background-position: center right 25px;
	appearance: none;
	font-weight: 500;
	font-size: 13px;
}
.sellCoins__wrapper input[type="submit"]{
	margin-top: 25px;
}
.sellCoins__formItem.sellCoins__formItemTextarea + p label input{
	position: absolute;
	left:-9999px;
	visibility: hidden;
}
.sellCoins__formItem.sellCoins__formItemTextarea + p label > span{
	position: relative;
	padding-left: 30px;
}
.sellCoins__formItem.sellCoins__formItemTextarea + p label > span:before{
	width: 20px;
	height:20px;
	border: 2px solid #5E5A73;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	content:"";
	position: absolute;
	top:0;
	left:0;
}
.sellCoins__formItem.sellCoins__formItemTextarea + p input:checked + span:before{
	background-color: #5E5A73;
}
@media (max-width: 768px){
	.sellCoins__formItem textarea{
		margin-bottom: 20px;
	}
	.sellCoins__rates{
		margin-bottom: 10px;
	}
	.sellCoins__exchangeRatesXbox{
		margin-bottom: 25px;
	}
	.contactUs__form__submit input{
		margin-top: 25px;
	}
	.sellCoins__wrapper{
		flex-direction: column;
        align-items: center;
	}
	.sellCoins__formBlock, .sellCoins__asideBlock{
		width: 100%;
	}
	.sellCoins__asideBlock > div{
		margin-right: 0px;
		margin-top: 25px;
		max-width: 100%!important;
	}
	.sellCoins__formItem{
		width: 100%;
        max-width: 100%;
	}
	.sellCoins__ratesWrapper{
		flex-direction: column;
	}
	.sellCoins__formBlock{
		padding: 30px 20px;
	}
	.sellCoins__title{
		font-size: 42px;
	}
	.sellCoins__formItem input, .sellCoins__formItem textarea, .sellCoins__formItem select{
		padding: 27px;
	}
	.sellCoins__wrapper input[type="submit"]{
		margin-top: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1365px){
	.sellCoins__wrapper{
		flex-direction: column;
        align-items: center;
	}
	.sellCoins__formBlock{
		width: 100%;
		margin-bottom: 25px;
	}
	.sellCoins__wrapper input[type="submit"]{
		margin-top: 25px;
	}
}
@media (min-width: 1366px) and (max-width: 1750px){

	.sellCoins__formBlock{
		margin-right: 25px;
	}
	
}




.woocommerce-account{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('img/bg-acc.png');
}
.woocommerce-account header + .woocommerce{
	width: 100%;
	max-width: 1530px;
	background-color: #120C2C;
	margin:0 auto;
	margin-bottom: 59px;
	border-radius: 36px;
	overflow: hidden;
	display: flex;
	float: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
	float:none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	border-right: 1px solid #392F68;
	width: 100%;
	max-width: 381px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child{
	border-bottom: 1px solid #392F68;
	border-top: 1px solid #392F68;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	border-bottom: 1px solid #392F68;
	padding: 18px 29px;
	background-color: transparent;
	transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover{
	background-color: #1D1541;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color:#fff;
	text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:before{
	position: absolute;
	right:0;
	top:0;
	height: 100%;
	width: 3px;
	background-color: #F201AF;	
	display: block;
	content:"";
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-cus-info .user-id{
	font-family: Sk-Modernist;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	color:#fff;
	margin-bottom: 3px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .user-cus-info .user-mail{
	color:rgba(190, 176, 255, 0.7);
	font-family: Sk-Modernist;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation .user-cus-info span{
	color:#F201AF;

}
.woocommerce-account .woocommerce-MyAccount-navigation .user-cus-info{
	padding: 40px 29px;
}
.woocommerce-account input[type='text'],
.woocommerce-account input[type='email'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='tel'],
.woocommerce-account input[type='select'],
.woocommerce-account input[type='select'] option{
	background-color: rgba(131, 121, 189, 0.14);
	padding: 19px 21px;
	font-family: Sk-Modernist;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	color:#fff;
	border:none;
	border-radius: 15px;
	max-width: 400px;
}
.woocommerce-account fieldset{
	border:none;
	padding: 0;
	margin: 0;
}
.woocommerce-account fieldset legend,
.woocommerce-account .custom-container-title{
	font-family: Sk-Modernist;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	text-align: left;
	color:#fff;
	margin-bottom: 20px;
}
.woocommerce-account .custom-container-title{
	width: 100%;
}
.woocommerce form .form-row{
	max-width: 400px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 11px;
	margin-right: 17px;
}
.woocommerce form .form-row label{
	font-family: Sk-Modernist;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	text-align: left;
	color: rgba(190, 176, 255, 0.7);
	margin-bottom: 9px;
}
.woocommerce form .form-row .required{
	color: rgba(190, 176, 255, 0.7);
}
.woocommerce-account input[type='text']::placeholder,
.woocommerce-account input[type='email']::placeholder,
.woocommerce-account input[type='password']::placeholder{

}
.custom-container{
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-account .show-password-input{
	display: none;
}
.custom-container{
	margin-bottom: 59px;
}
.woocommerce-account button[type='submit']{
	margin-top: 22px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	color:#fff;
	width: 194px;
	height: 61px;
	background-color: rgba(72, 27, 169, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	border-radius: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	padding-top: 58px;
	padding-right: 39px;
	padding-bottom: 43px;
	padding-left: 44px;
	width: initial;
}	

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: transparent;
	border-top: 0px solid #000;
	color:#fff;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px;
}
.woocommerce-message::before, .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	content:"";
}
.woocommerce-error .woocommerce-Button.button,
.woocommerce-info .woocommerce-Button.button,
.woocommerce-message .woocommerce-Button.button{
	background-color: transparent;
	border:1px solid rgba(72, 27, 169, 1);
	color: rgba(163, 144, 250, 1);
	margin-right: 25px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0em;
	padding: 20px 37px;
	border-radius: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .def-text-styles{
	margin-bottom: 66px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	color:#fff;
}

.woocommerce-MyAccount-content header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-content header:before,
.woocommerce-MyAccount-content header:after,
.woocommerce-MyAccount-content header a:before,
.woocommerce-MyAccount-content header a:after{
	content:""!important;
	display: none!important;
}
.woocommerce-MyAccount-content header a{
	background-color: transparent;
	border:1px solid rgba(72, 27, 169, 1);
	color: rgba(163, 144, 250, 1);
	margin-right: 25px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0em;
	padding: 20px 37px;
	border-radius: 20px;
}
.woocommerce-MyAccount-content header + address{
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	text-align: left;
	color: rgba(84, 77, 123, 1);
}
.hide-links, .hide-links a{
	color: rgba(237, 224, 245, 0.8);
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}
.hide-links{
	margin-bottom: 36px;
}
.hello-message{
	font-family: Sk-Modernist;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	text-align: left;
	color:#fff;
	margin-bottom: 16px;
}
.hello-message strong{
	color:#F201AF;
}
.dashboard-items{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.dashboard-items > div{
	border: 1px solid #AD9FE9;
	box-sizing: border-box;
	border-radius: 15px;
	
	height: 60px;
	width: 100%;
	max-width: 222px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	margin-right: 16px;

}
.dashboard-items > div a{
	font-family: Sk-Modernist;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: rgba(190, 176, 255, 0.9);
}

@media (min-width: 850px){
	.woocommerce-account header + .woocommerce{
		min-height: 830px;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
	}
}
@media (max-width: 575px){
	.dashboard-items > div{
		max-width: 100%;
		margin-right: 0px;
	}
	.woocommerce-account header + .woocommerce{
		max-width: calc(100% - 30px);
		margin-top: 60px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (max-width: 768px){
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
		width: 100%;
	}
	.woocommerce form .form-row, .woocommerce-account input[type='text'], .woocommerce-account input[type='email'], .woocommerce-account input[type='password']{
		max-width: 100%;
	}
}
@media (max-width: 850px){
	.woocommerce-account header + .woocommerce{
		flex-wrap: wrap;
		margin-top: 60px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		max-width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce form .form-row{
		margin-right: 0px;
	}
}
@media (min-width: 851px) and (max-width: 1365px){
	.woocommerce-account .woocommerce-MyAccount-content{
		padding-left: 50px;
		padding-right: 15px;
	}
	.woocommerce-account header + .woocommerce{
		max-width: calc(100% - 30px);
		margin-top: 60px;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1600px){
	.woocommerce-account header + .woocommerce{
		max-width: calc(100% - 30px);
		margin-top: 60px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

/* Центровка трека и бегунка RZ Slider */
.rzslider .rz-bar,
.rzslider .rz-selection{
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
}

/* === Terms & Conditions page (ID=213) === */
body.page-id-213 {
  background-color: #191437;
  background-image: url('https://futeasycoins.com/wp-content/uploads/static/img/bg-acc.png'); url(../../uploads/2022/02/Group-16-1.png);
  background-repeat: no-repeat;
  background-size: 100%;       /* или 100% если нужно растянуть */
  background-position: center top;
  min-height: 100vh;
}

/* Убираем белые блоки, которые перекрывают фон */
body.page-id-213 .site,
body.page-id-213 #page,
body.page-id-213 .site-header,
body.page-id-213 .header_container,
body.page-id-213 .footer__wrapper,
body.page-id-213 .crutch {
  background: transparent !important;
}

/* Текст */
body.page-id-213 .terms__wrapper h1 { 
  color: #A390FA; 
}
body.page-id-213 .terms__wrapper p  { 
  color: rgba(237,224,245,0.9); 
}
.terms__wrapper {
  margin-top: 80px;
  margin-bottom: 150px;
  max-width: 60%;              /* было 80%, теперь уже */
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.terms__wrapper h1 {
  font-size: 48px;
  margin-bottom: 30px;
  color: #A390FA;
  text-align: center;
}

.terms__wrapper h2 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
}

.terms__wrapper p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(237,224,245,0.9);
  margin-bottom: 15px;
  text-align: justify;          /* выравнивание по ширине */
}
.terms-block {
  background: rgba(255, 255, 255, 0.04); /* было 0.08 → теперь 0.04 */
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 25px;
}

.terms-block h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #ffffff;
  font-weight: 700;
}

.terms-block p {
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  text-align: justify;
}
.terms-block a,
.terms-block a:visited {
  color: #1e90ff;   /* ярко-синий */
  text-decoration: none;
}

.terms-block a:hover {
  text-decoration: underline;
}
.terms__title {
  font-size: 42px;
  font-weight: 700;
}

.terms__title .white {
  color: #ffffff;   /* белый */
}

.terms__title .pink {
  color: #e6007a;   /* розовый */
}
.fcs-btn,
.fcs-btn.button,
.fcs-btn.add_to_cart_button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  background:#6B41FF;             /* фиолетовый как на сайте */
  color:#fff !important;
  border:0;
  border-radius:16px;
  font-weight:700;
  line-height:1;
  text-decoration:none !important;
  box-shadow:0 0 0 2px rgba(255,255,255,.15) inset;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.fcs-btn:hover,
.fcs-btn:focus {
  background:#7E56FF;
  transform:translateY(-1px);
  box-shadow:0 8px 24px rgba(107,65,255,.25);
}

/* Убираем подчёркивание/фиолетовый цвет темы у кнопки */
.fcs-btn:visited,
.fcs-btn:active {
  color:#fff !important;
  text-decoration:none !important;
}

/* Состояния Woo */
.fcs-btn.added { background:#3CCB63; }        /* после добавления (опционально) */
.fcs-btn.loading { opacity:.8; pointer-events:none; }

/* На всякий случай глушим общие стили темы для .button, чтобы не превращался в ссылку */
a.button.add_to_cart_button.fcs-btn { text-decoration:none !important; 
}
/* Скрываем подменю у Buy */
.menu-item-351 .sub-menu {
  display: none !important;
}
/* На мобиле тоже скрываем (если тема дублирует меню) */
@media (max-width: 782px) {
  #menu-item-351 .sub-menu { display: none !important; }
}
/* Заголовок на странице Buy */
body.page-id-92 .page-title,
body.page-id-92 h1.entry-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;          /* жирный */
  font-size: 48px;           /* увеличь если нужно, напр. 56px */
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
  color: #ffffff;            /* белый основной */
}

/* Цветные акценты — символ & */
body.page-id-92 .page-title span,
body.page-id-92 h1.entry-title span {
  color: #F201AF;            /* розовый для & */
}
/* Заголовок на странице Buy */
body.page-id-92 .page-title {
  margin-top: 80px;   /* отступ сверху */
  margin-bottom: 60px; /* отступ снизу */
  text-align: center; /* выравнивание по центру */
}