/**************************/
/*     General Styles     */
/**************************/
@import url('https://fonts.googleapis.com/css2?family=Outfit&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
	font-family: 'Outfit', sans-serif !important;
    width: 100%;
	height: 100%;
}

body, p {
	color: #6b747b; 
	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	color: #000000;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Poppins"
}

h2 {
	color: #000000;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Poppins"
}

h3 {
	color: #000000;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Poppins"
}

h4 {
	color: #000000;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Poppins"
}

h5 {
	color: #000000;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Poppins"
}

h6 {
	color: #000000;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Poppins"
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #6b747b;
	text-decoration: underline;
}

a:hover {
	color: #6b747b;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.red {
	color: #c2337b;
}

.bg-gray {
	background-color: #f5f5f5;
}

.hr-heading {
	display: block;
	width: 3rem;
	height: 2px;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	border: none;
	background-color: #c2337b;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #c2337b; /* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #000000;
	border-radius: 32px;
	background-color: transparent;
	color: #000000;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin: 2.25rem 0rem;
}

.label-control {
	position: absolute;
	top: 0.875rem;
	left: 1.5rem;
	color: #ffffff;
	opacity: 1;
	font-size: 0.875rem;
	line-height: 1.375rem;
	cursor: text;
	transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	color: #ffffff;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	height: 4rem;
	padding-left: 1.5rem;
	border: 1px solid #ffffff;
	border-radius: 16px;
	background: #932276;

	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.875rem;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3.25rem;
	color: #ffffff;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.5rem;
	padding-left: 1.3125rem;
	border: 1px solid #cbcbd1;
	background-color: #ffffff;
	color: #6b747b;
	font-size: 0.875rem;
	line-height: 1.5rem;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 2px solid #ffffff;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -10%;
	margin-right: 0.5rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #c2337b;
	border-radius: 32px;
	background-color: #c2337b;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #000000;
	background-color: transparent;
	color: #000000;
}

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */


/**********************/
/*     Navigation     */
/**********************/
.navbar {   overflow-x: hidden;
	 width: 100% !important;
	background-color: #6c015f9c;
	font-weight: 600;
	letter-spacing: 0.1rem;
    font-size: 1rem;
	line-height: 0.875rem;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 220px;
	height: 56px;
}

.navbar .logo-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #720c56;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {  
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {    
    text-transform: uppercase;
	padding: .4rem;
	color: #eeeeee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #ff67b3;    border-bottom: solid #ff67b3 2px;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #000000;
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #eeeeee;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #000000;
	color: #ff67b3;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #505050;
}
/* end of dropdown menu */

.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: #c2337b;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: #c2337b;
}

.navbar .navbar-toggler {
	outline: 0px !important;
                    border: none !important;
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 7rem;
            overflow: hidden;
            background:url('../images/bgimg/bg1.jpg') center center no-repeat;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
	text-align: center;
	width: 100%;
}

.header .image-container {
	margin-bottom: 2.75rem;
}

.header .text-container {
	margin-bottom: 7rem;
}

.header h3 {
	margin-bottom: 2rem;
	color: #ffffff;
}

.header .btn-solid-lg:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.header .services {
	padding-top: 4.5rem;
	padding-bottom: 0.375rem;
	background: linear-gradient(to bottom right, #4b00d7, #fa4c50);
}

.header .card {
	margin-bottom: 4rem;
	border: 0;
	background-color: transparent;
}

.header .card .fas {
	margin-bottom: 1.75rem;
	color: #ffffff;
	font-size: 4rem;
}

.header .card-body {
	padding: 0;
}

.header .card h5 {
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.header .card .card-text {
	color: #ffffff;
}


/*********************/
/*     Details 1     */
/*********************/
.basic-1 {
	padding-top: 8.5rem;
	padding-bottom: 10rem;
}

.basic-1 .text-container {
	margin-bottom: 4rem;
}

.basic-1 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
}

.basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/*********************/
/*     Details 2     */
/*********************/
.basic-2 .image-area {
	margin-right: auto;
	margin-left: auto;
}

.basic-2 .text-area {
	width: 100%;
	padding: 3.5rem 1rem 4rem 1rem;
	background-color: #f5f5f5;
}

.basic-2 .text-container {
	max-width: 510px;
	margin-right: auto;
	margin-left: auto;
}

.basic-2 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}

.basic-2 p {
	margin-bottom: 1.375rem;
}


/****************************/
/*     Details Lightbox     */
/****************************/
.lightbox-basic {
	position: relative;
	max-width: 1150px;
	margin: 2.5rem auto;
	padding: 3rem 1rem;
	background-color: #ffffff;
	text-align: left;
}

.lightbox-basic .image-container {
	margin-bottom: 3rem;
	text-align: center;
}

.lightbox-basic h3 {
	margin-bottom: 0.5rem;
}

.lightbox-basic hr {
	width: 44px;
	height: 2px;
	margin-top: 0.125rem;
	margin-bottom: 1rem;
	margin-left: 0;
	border: none;
	background-color: #c2337b;
}

.lightbox-basic h4 {
	margin-top: 1.75rem;
	margin-bottom: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

.lightbox-basic .list-unstyled .fas {
	color: #c2337b;
	font-size: 0.875rem;
	line-height: 1.75rem;
}

.lightbox-basic .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.lightbox-basic .list-unstyled {
	margin-bottom: 1.5rem;
}

/* Action Button */
.lightbox-basic .btn-solid-reg.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #ffffff;
	opacity: 1;
	font-family: "Open Sans";
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
	color: #c2337b;
}
/* end of action Button */

/* Back Button */
.lightbox-basic .btn-outline-reg.mfp-close.as-button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #000000;
	color: #000000;
	opacity: 1;
	font-family: "Open Sans";
}

.lightbox-basic .btn-outline-reg.mfp-close.as-button:hover {
	color: #ffffff;
}
/* end of back button */

/* Close X Button */
.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 44px;
	height: 44px;
	color: #555555;
}
/* end of close x button */


/*********************/
/*     Details 3     */
/*********************/
.basic-3 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.basic-3 .text-container {
	margin-bottom: 4rem;
}

.basic-3 .hr-heading {
	display: inline-block;
	margin-top: 0.25rem;
	margin-bottom: 1.375rem;
}

.basic-3 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-3 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/*******************/
/*     Mission     */
/*******************/
.basic-4 {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/mission-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.basic-4 .text-container {
	margin-right: 1rem;
	margin-left: 1rem;
	padding: 1.5rem;
	background-color: #ffffff;
}

.basic-4 h4 {
	margin-bottom: 0;
}


/*********************/
/*     Strengths     */
/*********************/
.basic-5 {
	padding-top: 10rem;
	padding-bottom: 2rem;
}

.basic-5 .list-unstyled .media {
	margin-bottom: 4rem;
}

.basic-5 .media .bullet {
	color: #e0d8d8;
	font-weight: 600;
	font-size: 3rem;
	line-height: 2.625rem;
	font-family: "Poppins";
}

.basic-5 .media-body {
	margin-left: 0.625rem;
}


/********************/
/*     Projects     */
/********************/
.slider-1 {
	padding-top: 3rem;
	padding-bottom: 6rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	width: 18px;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .image-container {
	margin-bottom: 3rem;
}

.slider-1 h3 {
	margin-bottom: 1rem;
}

.slider-1 .testimonial-author {
	color: #000000;
}


/*****************/
/*     About     */
/*****************/
.basic-6 {
	padding-top: 5rem;
	padding-bottom: 10rem;
}

.basic-6 .text-container {
	padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}

.basic-6 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-6 .list-unstyled .media-body {
	margin-left: 0.5rem;
}


/**********************/
/*     Invitation     */
/**********************/
.basic-7 {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background: linear-gradient(to bottom right, #4b00d7, #fa4c50);
	text-align: center;
}

.basic-7 h4 {
	margin-bottom: 1.75rem;
	color: #ffffff;
}

.basic-7 .btn-solid-lg {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #c2337b;
}

.basic-7 .btn-solid-lg:hover {
	background-color: transparent;
	color: #ffffff;
}


/*******************/
/*     Contact     */
/*******************/
.form-1 {
	padding-top: 9.5rem;
	padding-bottom: 8.5rem;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/contact-background.jpg') center center no-repeat;
	background-size: cover;
}

.form-1 h2 {
	margin-bottom: 0.75rem;
}

.form-1 h2,
.form-1 .p-heading,
.form-1 .list-unstyled {
	color: #dad5d5;
	text-align: center;
}

.form-1 a {
	color: #dad5d5;
}

.form-1 .p-heading {
	margin-bottom: 0.25rem;
}

.form-1 .list-unstyled {
	margin-bottom: 3.5rem;
}

.form-1 .form-control-input:focus + .label-control,
.form-1 .form-control-input.notEmpty + .label-control {
	color: #dad5d5;
}

.form-1 .label-control {
	color: #dad5d5;
}

.form-1 .form-control-input {
	border: 1px solid #585757;
	background-color: #3a3939;
	color: #dad5d5;
}

.form-1 .form-control-input:hover {
	border-color: #817e7e;
}

.form-1 .form-control-submit-button:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}


/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #000000;
}

.footer a {
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #bfc4cd;
}

.footer p,
.footer a,
.footer ul {
	color: #bfc4cd;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #adaeb3;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
    color: #000000;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
    color: #c2337b;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #000000;
	text-align: center;
}

.copyright p,
.copyright a {
	color: #bfc4cd;
	text-decoration: none;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #ff4e8e url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #c2337b;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: #000000;
}

.ex-header h1 {
	color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f5f5f5;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #c2337b;
}

.ex-cards-1 .card .fa-stack-1x {
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
	margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.375rem;
}


/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 10rem;
	}

	.header .text-container {
		margin-bottom: 9rem;
	}
	/* end of header */


	/* Details 2 */
	.basic-2 .text-container {
		max-width: 690px;
	}
	/* end of details 2 */


	/* Contact */
	.form-1 form {
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}

	.form-1 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}
	/* end of extra pages */
}
/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.75rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.2s;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color:#6c015f9c;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .nav-item .nav-link {
		margin-right: 0.2rem;
		margin-left: 0.2rem;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}
	
	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 14rem;
		text-align: left;
	}

	.header .image-container {
		margin-bottom: 0;
	}

	.header .text-container {
		margin-bottom: 11rem;
	}

	.header .services {
		text-align: center;
	}

	.header .card {
		display: inline-block;
		width: 290px;
		vertical-align: top;
	}

	.header .card:nth-of-type(3n+2) {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}
	/* end of header */


	/* Details 1 */
	.basic-1 .text-container {
		margin-bottom: 0;
	}
	/* end of details 1 */


	/* Details Lightbox */
	.lightbox-basic {
		padding: 3rem 3rem;
	}

	.lightbox-basic .image-container {
		margin-bottom: 0;
		text-align: left;
	}
	/* end of details lightbox */


	/* Details 3 */
	.basic-3 .text-container {
		margin-bottom: 0;
	}
	/* end of details 3 */


	/* Projects */
	.slider-1 .swiper-container {
		width: 98%;
	}

	.slider-1 .image-container {
		margin-bottom: 0;
	}
	
	.slider-1 .swiper-button-prev {
		left: -22px;
	}
	
	.slider-1 .swiper-button-next {
		right: -22px;
	}
	/* end of projects */


	/* About */
	.basic-6 .text-container {
		padding: 2.75rem 2.75rem 2rem 2.75rem;
	}
	/* end of about */


	/* Invitation */
	.basic-7 h4 {
		width: 830px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of invitation */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}
	
	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}
	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {


	/* end of navigation */


	/* Header */
	.header {
		width: 100%;
		/* height: 768px; */
	}

	.header .text-container {
		margin-bottom: 0;
		margin-left: 4rem;
	}

	.header .services {
		
		right: 0;
		bottom: -8rem;
		left: 0;
		width: 1180px;
		margin-right: auto;
		margin-left: auto;
	}

	.header .card {
		width: 290px;
	}

	.header .card:nth-of-type(3n+2) {
		margin-right: 3.5rem;
		margin-left: 3.5rem;
	}
	/* end of header */


	/* Details 1 */
	.basic-1 {
		padding-top: 18rem;
		padding-bottom: 12.5rem;
	}

	.basic-1 .text-container {
		margin-top: 3.5rem;
		margin-right: 4rem;
	}

	.basic-1 .image-container {
		margin-left: 1.5rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.basic-2 .image-area {
		position: relative;
		width: 53%;
		text-align: right;
	}

	.basic-2 .image-container {
		position: absolute;
		right: 0;
		bottom: -2rem;
		max-width: 605px;
	}
	
	.basic-2 .text-area {
		width: 47%;
	}

	.basic-2 .text-container {
		width: 424px;
		margin-left: 4.5rem;
		margin-right: auto;
	}
	/* end of details 2 */


	/* Details Lightbox */
	.lightbox-basic .image-container {
		margin-right: 1.5rem;
	}
	/* end of details lightbox */


	/* Details 3 */
	.basic-3 {
		padding-top: 12.5rem;
	}

	.basic-3 .text-container {
		margin-top: 3.5rem;
		margin-right: 4rem;
	}

	.basic-3 .image-container {
		margin-left: 1.5rem;
	}
	/* end of details 3 */


	/* Mission */
	.basic-4 {
		position: relative;
		height: 800px;
		padding: 0;
	}

	.basic-4 .text-container {
		position: absolute;
		right: 0;
		bottom: -6rem;
		left: 0;
		width: 1110px;
		margin-right: auto;
		margin-left: auto;
		padding: 5rem 0;
	}

	.basic-4 h4 {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of mission */


	/* Strengths */
	.basic-5 {
		padding-top: 11rem;
	}

	.basic-5 .list-unstyled {
		width: 850px;
		margin-right: auto;
		margin-left: auto;
	}

	.basic-5 .media .bullet {
		width: 52px;
		font-size: 6rem;
		line-height: 5.25rem;
		text-align: center;
	}
	
	.basic-5 .media-body {
		margin-left: 1.5rem;
	}
	/* end of strengths */


	/* Projects */
	.slider-1 .image-container {
		margin-right: 2rem;
	}

	.slider-1 .text-container {
		margin-top: 1.75rem;
		margin-left: 2rem;
	}

	.slider-1 .swiper-button-prev {
		left: -36px;
	}
	
	.slider-1 .swiper-button-next {
		right: -36px;
	}
	/* end of projects */


	/* About */
	.basic-6 .text-container {
		position: absolute;
		bottom: 6rem;
		width: 470px;
	}

	.basic-6 .image-container {
		width: 920px;
		margin-right: 0;
		margin-left: auto;
	}
	/* end of about */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}
	
	.footer .footer-col.second {
		margin-right: 6.5rem;
	}
	
	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}
	/* end of extra pages */
}
/* end of min-width 1200px */
nav ul{
    display: flex;
    align-items: center;
}

.btn-solid-lgdis {
    display: inline-block;
    padding: 0.625rem 1.125rem;
    border-radius: 16px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-lgdis:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: none;
	text-decoration: none;
}
.img-home-div{
    margin-top: -2rem;
	text-align: center;
	margin-left: 0px !important;
	margin-right: 0px !important;

}

.img-home{
width: 40rem;
max-width: 100%;
}
.text-metaverse{
	letter-spacing: 1.3rem;
    font-weight: bold;
    color: #FF4E8E;
    font-size: 1.2rem;
    text-shadow: 0px 0px 20px #e6517c;
}

.p-text-metaverse{
	font-size: 0.8rem;
	font-weight: 400;
    letter-spacing: .02rem;
    color: #F8F1F6;
}
.right-img{
opacity: .8;
}
.left-img{
	opacity: .8;
}
.rlimg{
	flex-direction: row;
	flex-wrap: nowrap
}
.btn-PAPER{
	background-size: 200% auto;
	display: inline-block;
	padding: 1.725rem 2.025rem;
	border: 1px solid #c2337b;
	border-radius: 16px;
	background-image: linear-gradient(96.02deg, #FFDEF2 19.33%, #FF4E8E 97.64%);
	color:  #6F0B2F;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: 0.5s;
 box-shadow: 0 0 20px 0px #8e2766;
}
.btn-OPENSEA{
	display: inline-block;
	padding: 1.025rem 2.025rem;
	border: 1px solid #ffffff;
	border-radius: 16px;
	background-color: none;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}
 .btn-PAPER:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }
.btn-home{    justify-content: center;
	margin-top:8rem;
}.btn-OPENSEA:hover{
	color: #fff;
	text-decoration: none;
}
.form-home{
	height: 768p
            overflow: hidden;
            background:url('../images/bgimg/bg2.png') center center no-repeat;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
	text-align: center;
	width:100%;
}
.form-home .row{
	align-items: center;
    justify-content: center;
}
.mint-h{
	margin-top:-2rem;
	width: 18rem;
	max-width: 100%;
}
.form-home .card{ padding: 1rem 3rem;
	border-radius:16px; 
	background:linear-gradient(90.17deg, #8C014C 1.85%, #6B0453 99.84%);}


	
	
		.gradient-border {
			position:relative;
		  }
		  .gradient-border::before {
			content:"";
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			border-radius:16px; 
			padding:5px; 
		    background: linear-gradient(179deg,#ff68d6,#ee8bf6);
			-webkit-mask: 
			   linear-gradient(#fff 0 0) content-box, 
			   linear-gradient(#fff 0 0);
			-webkit-mask-composite: xor;
					mask-composite: exclude; 
		  }

		  .btn-mint{    width: 100%;
			  font-weight: 700;
			  letter-spacing: 0.1rem;
			background-size: 200% auto;
	display: inline-block;
	padding: 0.725rem 4.025rem;
	border: 1px solid #c2337b;
	border-radius: 16px;
	background-image: linear-gradient(96.02deg, #FFDEF2 19.33%, #FF4E8E 97.64%);
	color:  #6F0B2F;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: 0.5s;
 box-shadow: 0 0 20px 0px #8e2766;
		}
		.btn-mint:hover {
		   background-position: right center; /* change the direction of the change here */
		   color:#6F0B2F;
		   text-decoration: none;
       
		 }

		 .about-img{
			/* height: 768px; */
            overflow: hidden;   
			background: -webkit-linear-gradient(180deg, #1e011a 12%, #BB0170 50%,#761292 90%);  /* Chrome 10-25, Safari 5.1-6 */
			background: linear-gradient(180deg, #1e011a 12%, #BB0170 50%,#761292 90%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
			background-size:     cover;                      /* <------ */
			background-repeat:   no-repeat;
			background-position: center center;
			text-align: center;
			width: 100%; 
		 }
		 .about-title{
width: 20rem;
max-width: 100%;
padding: 3rem 3rem 1rem 3rem;
		 }
		 .about-img p{
			line-height: 2rem;
			font-size: 1.2rem;
			padding: 0rem 3rem;
			color: white;
		 }
		 .abouts{width: 100%;
			 padding: 5rem 3rem 3rem 3rem;
		 } .about-img span{
  color:#FF4E8E;
  font-weight: 800;
		 }.Specification{
			/* height: 768px; */
            overflow: hidden;
			background: -webkit-linear-gradient(180deg, #761291 17%, #1e0118  91%);  /* Chrome 10-25, Safari 5.1-6 */
			background: linear-gradient(180deg, #761291 17%, #1e0118  91%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
			
			background-size:     cover;                      /* <------ */
			background-repeat:   no-repeat;
			background-position: center center;
			text-align: center;
			width: 100%; 
		 }
		 .Specification h3 {
			 text-align: center;
		 }
		 .Specification .container-fluid{
			padding: 3rem;
		 }
		 .Specification h3 img{
			width: 30rem;
			max-width: 100%;
			
		 } .Specification .row{
			 padding-top:6rem;
		 }	 .Specification .row img{

		width: 12rem;max-width: 100%;
		 }
		 .Specification p{
			color:#FF4E8E;
			font-weight: 800;
           letter-spacing: 0.5rem;
		   padding: 1rem 0rem;
		}
		.noname{
			/* height: 768px; */
            overflow: hidden;
            background:#1e0118;
			background-size:     cover;                      /* <------ */
			background-repeat:   no-repeat;
			background-position: center center;
			text-align: center;
			width: 100%; 
		}
		.noname .container-fluid{
			padding: 3rem;
		 }
		 .noname p{
			line-height: 2rem;
			font-size: 1.2rem;
			padding: 0rem 3rem;
			color: white;
		 }
		 .noname span{
			color:#FF4E8E;
			font-weight: 800;
				   }
				   .noname img{
					width: 80%;
				   }
				   .noname .row{
					align-items: center;
				   }.sexy{
					   text-align: center;
					background:#1e0118;
				   }
				   .sexy h3 img{
					   padding: 1rem;
					width: 60rem;max-width: 100%;
				   }
				   .sexy p{
					line-height: 2rem;
					font-size: .8rem;
					padding: 0rem 3rem;
					color: white; 
				   }
				   .sexy p span{
					color:#FF4E8E;
					font-weight: 800;  
				   }   
				   .sexy .container{
					background-image: linear-gradient(180deg,#250220 25%, #B30472);
					padding: 3rem 0rem;
				   }.slide img{
					   width:100%;;
				   }.slide{
					   background: none;
					   width: 20rem;
					   max-width: 100%;
				   }.rd{
					   text-align: center;
					   padding: 3rem;
					   background: #1e0118;
				   }
				   .rd h3 img{    padding: 1rem;
width: 30rem;max-width: 100%;
				   }
				   .rd h5{
					   color:white;
					   font-family: 'Open Sans';
					   font-size: 0.8rem;
    font-weight: normal;
    color: white;
				   }.rd p{	   color:white;   font-size: 0.8rem;

				   }.rd span{
					color:#FF4E8E;
					font-weight: 800; 
				   }
				   .rdm{
					   width:20rem;
					   max-width: 100%;
				   }
				   .rdmn{
				width: 10rem;max-width: 100%;
				}
				
				.rd .col-5 p,	 .colhm{
					text-align: left;	color:white;
				}.colrdm{
					text-align:center ;
				}
				.rd .row{
					align-items: center;
					justify-content: center;
				}
				.aro{
					width:10rem;
				}
				.rd h4{
					color:white;
				}
				.team{	background-image: linear-gradient(180deg,#26000E 25%, #9A20EB);
					text-align: center;
					padding: 3rem;
				
				}
				.team h3 img{
					width: 20rem;
					max-width: 100%;
				}	
				.team p{
				color:white;
				font-size: 0.8rem;
				}.team span{
					color:#FF4E8E;
					font-weight: 800;
					}.rdp{
						text-align:left;padding-left:2rem;
					}
					.rdp span{
						font-weight: 800;
					}
					.team p{
						color: white !important;
						font-size: .8rem;
					}.team .row h4{
						color: white;
						font-size: 1.4rem;
					}.team img{
						width: 14rem;max-width: 100%;
					}.silicon{		background-image: linear-gradient(219deg,#26000e, #9a20ebed 165%);
						text-align: center;
						
						padding: 3rem;
					}.silicon h3 img{max-width: 100%;
						width:40rem;
					}.silicon .row img{
						width:30rem;
						max-width: 100%;
					}.silicon .row p{
						line-height: 2rem;
					font-size: 1.2rem;
				   text-align: left;
					color: white; 
					}
					.silicon .row {    justify-content: center;
						align-items: center;
					}.btn-play{
						padding: 1.2rem;
						width: 30rem;max-width: 100%;
						font-size: 1.5rem;
						font-weight: bold;
						max-width: 100%;
					}
					.btn-play img{
					 color:#6F0B2F;
					 width: 2.2rem;max-width: 100%;

					}
					.faq{background: #350529;
						text-align: center;
						padding: 3rem;
					}
					.faq h3 img{
						max-width: 100%;
						width:35rem;
					}

.faq .row{
	justify-content: center;
}



.faq .col-8{
width: fit-content !important;
}
				
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
	background-color: #6c0753;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    padding: 0.6rem 2.5rem;
	border: solid #ffadce 0.1rem;
	text-align: left;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: -25px;
  top: 6px;
  transition: 1s;
}
.faq-title {
    text-align: center;
    font-size: 17px;
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #ffffff;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.collapsed i.fas.fa-arrow-up {
    
}
.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}

.faq p{
	color :white;
}

.join .container{
	background-image: linear-gradient(219deg,#A321C9, #E22F9E 165%);
	border-radius: 3rem;
	padding:	4rem 0rem 0rem 0rem
	;
}
.join .row{
	margin-top: -9rem;
	align-items: center;
	align-items: center;
}
.join h3 img{

}
.join .row img{

}
.btn-end{

    margin-top: 7rem;

	padding: 3rem;width: 90%;max-width: 100%;
    padding: 1.5rem;
    font-size: .8rem;
	border-radius: 0.2rem;
}
.footer{padding: 2rem 0rem;
	text-align: center;
	background-image: linear-gradient(11deg,#7B18AB -14%, #470434 38%);

}

.footer h3 img{
	width: 10rem;max-width: 100%;
}
.footer .row{
	align-items: center;
    justify-content: center;
}
.footer .col{
	padding: .5rem;
max-width: fit-content;
}

.crros-menu{
    padding: 2rem !important;
    width: 100%;
    text-align: right;}


@media only screen and (max-width: 958px) {
	.navbar .fa-stack {
		margin: 0.8rem;
		width: 2em;
		margin-right: 0.25rem;
		font-size: 0.75rem;
	}
	
	
	.navbar .nav-item .nav-link {
    margin: 0.8rem;}
	.offcanvas-collapse.open {    width: 65%;margin-top: -3.3rem;}
	.slider-container {
		display: block;
		height: auto;
		width: auto;
		margin: 0 auto;
		position: relative;
		max-width: 100%;
	}.slider-container .arrow-left {
		display: block;
	}.slider-container .arrow-left {
		position: absolute;
		left: 2%;
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: white;
		font-size: 28px;
		cursor: pointer;
		z-index: 9;
		border-top: 7px solid transparent;
		border-right: 15px solid #ed90eb;
		border-bottom: 7px solid transparent;
	}.slider-container .arrow-right {
		display: block;
	}.slider-container .arrow-right {
		position: absolute;
		right: 2%;
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		color: white;
		font-size: 10px;
		cursor: pointer;
		z-index: 9;
		border-top: 7px solid transparent;
		border-left: 15px solid #ed90eb;
		border-bottom: 7px solid transparent;
	}.slider-container .slider {
		height: auto;
	}.slider-container .slider {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		line-height: 489px;
		color: white;
	}.slider-container .dots {
		display: none !important;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin: -2px 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}.slider-container .slider .slide {
		width: 58%;
		height: 450px;
	}













	.btn-play{
	font-size: 1rem;}
	.btn-end{

		margin-top: 10rem;
	
		padding: 3rem;width: 90%;max-width: 100%;
		padding: 1.5rem;
		font-size: .8rem;
		border-radius: 0.2rem;
	}
	
}
@media only screen and (max-width:1139px) {
	.rd .col-5 p, .colhm {
    text-align: center;
    padding-top: 2rem;
    color: white;
}
	
	.rlimg{
	flex-direction: column;
	flex-wrap: none;
}
	.btn-home {    align-items: center;
		justify-content: center;
		margin-top: 3rem;
	}

}



.pinwheel {
	--uib-size: 4rem;
	--uib-speed: 1s;
	--uib-color: white;
	--uib-line-weight: 3.5px;
  
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--uib-size);
	width: var(--uib-size);
  }
  
  .pinwheel__line {
	position: absolute;
	top: calc(50% - var(--uib-line-weight) / 2);
	left: 0;
	height: var(--uib-line-weight);
	width: 100%;
	border-radius: calc(var(--uib-line-weight) / 2);
	background-color: var(--uib-color);
	animation: rotate var(--uib-speed) ease-in-out infinite;
  }
  
  .pinwheel__line:nth-child(2) {
	animation-delay: calc(var(--uib-speed) * 0.075);
	opacity: 0.8;
  }
  
  .pinwheel__line:nth-child(3) {
	animation-delay: calc(var(--uib-speed) * 0.15);
	opacity: 0.6;
  }
  
  .pinwheel__line:nth-child(4) {
	animation-delay: calc(var(--uib-speed) * 0.225);
	opacity: 0.4;
  }
  
  .pinwheel__line:nth-child(5) {
	animation-delay: calc(var(--uib-speed) * 0.3);
	opacity: 0.2;
  }
  
  .pinwheel__line:nth-child(6) {
	animation-delay: calc(var(--uib-speed) * 0.375);
	opacity: 0.1;
  }
  
  @keyframes rotate {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(180deg);
	}
  }


  @media only screen and (max-width:768px) {

	.header {
		padding-top: 7re overflow: hidden;
		background: url(../images/bgimg/mbg1.jpg) center center no-repeat;}

	.img-home-div {
		padding-top: 6rem;}
		body,
html {overflow-x: hidden;}
}
@media only screen and (max-width:400px) {

	.abouts {
		width: 100%;
		padding: 5rem 0rem 3rem 0rem;
	}.Specification .row img {
		width: 100%;
		max-width: 100%;
	}.noname img {
		width: 100%;
	}.team img {
		width: 100%;
		max-width: 100%;
	}
.rd {
    text-align: center;
    padding: 0rem;}
	.silicon .row p,.noname p,.about-img p {
		line-height: 1.5rem;
		font-size: .8rem;
		padding: 0rem 1rem;
		color: white;
	}
	.noname .container-fluid {
		 padding: 0rem; 
	}
	.silicon {
		
		padding: 0rem;
	}
}input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} .arrow-btn{
	outline: 0px !important;
    border: 0px !important;
    background: none;
}
.counter--arrow-inc{
	position: absolute;
	top: 36px;
	right: 20px;
}
.counter--arrow-dec{
	position: absolute;
	bottom: 8px;
	right: 20px;
} .counter--output{font-size: 1.1rem;
font-family: 'Open Sans';
font-weight: 900;}
.counter--outpute{font-size: 1.1rem;
	font-family: 'Open Sans';
	font-weight: 900;}
.raised-text{
	position: absolute;
	bottom: 20px;
	right: 20px;
}.raised-eth{
	position: absolute;
    bottom: 14px;
    left: 2px;
}.rdglowr{
	right: 0px;
    display: block;
    position: absolute;
}
.rdglowl{
	left: 0px;
    display: block;
    position: absolute;
}
.svg-about{
	overflow-x: hidden  !important;
	text-align: center;
    width:94%;
    position: absolute;
    padding-top: 2%;
}.svg-about-r{opacity: .2;
    position: absolute;
    left: 0px;

}.svg-mid{
	position: absolute;
    left: 0px;
    top: 160rem;
}
/* Min-width 1200px */
@media (min-width: 1800px) {
	.text-metaverse {
		line-height: 6rem;
		letter-spacing: 1.3rem;
		font-weight: bold;
		color: #FF4E8E;
		font-size: 3.2rem;
		text-shadow: 0px 0px 20px #e6517c;
	}
	.img-home {
		width: 77rem;
		max-width: 100%;
	}.p-text-metaverse {
		line-height: 3rem;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: .02rem;
		color: #F8F1F6;
		
}
.logo-image svg{
	height: fit-content;
    width: 206%;
 
}.img-home-div {
    margin-top: 5rem;
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
}.about-img p {
    line-height: 3rem;
    font-size: 1.8rem;
    padding: 0rem 3rem;
    color: white;
}.abouts {
    width: 92%;
    padding: 5rem 3rem 3rem 3rem;
}.Specification .row img {
    width: 21rem;
    max-width: 100%;
}.Specification p {
    color: #FF4E8E;
    font-weight: 800;
    letter-spacing: 0.5rem;
    padding: 1.8rem 0rem;
    font-size: 1.8rem;
}.noname p {
	line-height: 3rem;
    font-size: 1.8rem;
    padding: 0rem 3rem;
    color: white;
}.noname img {
    width: 70%;
}.sexy .container {
  max-width: 100% !important;
}.sexy p {
	line-height: 3rem;
    font-size: 1.5rem;
    padding: 0rem 3rem;
    color: white; 
}.slider-container .slider .slide{
    display: inline-block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
}
.slider-container {
    display: block;
    height: 500px;
    width: auto;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}.sexy h3 img {
    padding: 1.5rem;
    width: 92rem;
    max-width: 100%;
}.rd h3 img {
  
	padding: 1.5rem 1.5rem 0rem 1.5rem;
    width: 56rem;
    max-width: 100%;
}.rd h5 {
    line-height: 1rem;
    color: white;
    font-family: 'Open Sans';
    font-size: 2.8rem;
    font-weight: normal;
    color: white;
}.rd p {
    padding-top: 2rem;
    color: white;
    font-size: 1.8rem;
    line-height: 38px;
}.rdm {
    width: 30rem;
    max-width: 100%;
}.rdmn {
    width: 20rem;
    max-width: 100%;
}.rd h4 {
    font-size: 2.4rem;
    color: white;
}.rdpmv{
	line-height: 2rem;
    font-size: 1.5rem;
}.team img {
    width: 30rem;
    max-width: 100%;
}.team .row h4 {
    color: white;
    font-size: 2.4rem;
}.team p {
    color: white !important;
    font-size: 1.2rem;
    line-height: 1.8rem;
}.silicon .row img {
    width: 40rem;
    max-width: 100%;
}.faq .faq-list li {
    background-color: #6c0753;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    padding: 1.5rem 2.5rem;
    border: solid #ffadce 0.1rem;
    text-align: left;
}.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}.faq .faq-list i {
	font-size: 30px;
    position: absolute;
    left: -43px;
    top: 0px;
    transition: 1s;
}.faq .faq-list a {
    margin-left: 2rem !important;
    display: block;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: white;
    text-decoration: none;}.faq .faq-list p {
		padding-top: 5px;
		margin-bottom: 20px;
		font-size: 17px;
		padding-left: 2rem;
	}.join .container{
		max-width: 1468px;
	}.slider-container  .slider {
		display: block;
		width: 40%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		line-height: 270px;
		color: white;
	}.slider-container .slider .slide {
		display: inline-block;
		width: 100%;
		height: auto;
		position: absolute;
		left: 50%;
		top: 60%;
	}
}/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.btn-solid-lgdis:hover{
	background-image: linear-gradient(96.02deg, #FFDEF2 19.33%, #FF4E8E 97.64%);
    color: #6F0B2F;
}