/* =========================================

# Template Name: Assistify
# Author: Diversekit
# Version: 1.0

========================================= */
/*
=========================================
Index
-----------------------------------------
# 00. Variable
# 01. Common
# 02. Header
# 03. Hero
# 04. Feature
# 05. Solution
# 06. Pricing
# 07. Accordion
# 08. Newsletter
# 09. Tags
# 10. Policy
# 11. Contact
# 12. 404
# 13. Footer
# 14. Responsive

*/
/* ======================================
 *  00. Variable 

 
/* ====================================== */
.palette {
	color: #FF1FF6, rgba(255, 31, 246, 1),
	#FF6700, rgba(255, 103, 0, 1),
	#FFCB4A, rgba(255, 203, 74, 1),
	#03FDFD, rgba(3, 253, 253, 1), 
	#0B67FF, rgba(11, 103, 255, 1),
	#1A2EFF, rgba(26, 46, 255, 1),
	 #00C720, rgba(0, 199, 32, 1);
}
:root {
	--purple: #513D89;
	--pink: #9F29A0;
	--hot-pink: #AD00D8;
	--gold: #9F7B35;
	--blue: #2972B6;
	--light-blue: #1699E2;
	--light: #ffffff;
	--light-50: #8181b1;
	--light-100: #8d8db9;
	--light-200: #9a9ac1;
	--light-300: #a6a6c9;
	--light-400: #b3b3d0;
	--light-500: #c0c0d8;
	--light-600: #cccce0;
	--light-700: #d9d9e8;
	--light-800: #e6e6ef;
	--light-900: #f2f2f7;
	--dark-50: #4e4e7e;
	--dark-100: #464672;
	--dark-200: #3e3e65;
	--dark-300: #363659;
	--dark-400: #2f2f4c;
	--dark-500: #27273f;
	--dark-600: #1f1f33;
	--dark-700: #171726;
	--dark-800: #101019;
	--dark-900: #08080d;
	--input-bg: #0000004d;
	--input-border: #3d2d5a;
	--gradient-pink-purple: linear-gradient(98deg, #9F29A0 0%, #673890 50%, #513D89 100%);
	--gradient-blue-purple: linear-gradient(98deg, #2972B6 0%, #38468C 50%, #3F3178 100%);
	--gradient-gold-light-blue: linear-gradient(98deg, #9F7B35 0%, #448FA9 50%, #1699E2 100%);
	--gradient-glass: linear-gradient(330deg, rgba(246,246,246,0) 0%, rgba(250, 250, 250, 0.02) 100%);
	--gradient-glass-hover: linear-gradient(330deg, rgba(246,246,246,0) 0%, rgba(250, 250, 250, 0.04) 100%);
	--gradient-glass-border: linear-gradient(330deg, rgba(255, 255, 255, 0) 100%, rgba(250,250,250,0.2) 100%);
	
	--gradient-w-500-w-100: linear-gradient(
		180deg,
		rgba(5, 5, 15, 0) 0%,
		rgba(141, 141, 185, 0.16) 100%
	);
	--gradient-w-100-b-500: linear-gradient(
		180deg,
		rgba(141, 141, 185, 0.16) 0%,
		rgba(8, 8, 12, 0) 100%
	);
}
/* ======================================
 *  01. Common
/* ====================================== */
html {
	background-color: #000000;
}
body {
	background:  linear-gradient(
		rgba(0, 0, 0, 0.7), 
		rgba(0, 0, 0, 0.7)), 
		url(/img/bg.svg) center/cover no-repeat;
	  padding: 0;
	  margin: 0;
}
body, h2, h3, h4, h5, p {
	color: #fff;
	font-family: "Roboto Flex", "Roboto", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
h1 {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
		-webkit-touch-callout: none; /* iOS Safari */
		  -webkit-user-select: none; /* Safari */
		   -khtml-user-select: none; /* Konqueror HTML */
			 -moz-user-select: none; /* Old versions of Firefox */
			  -ms-user-select: none; /* Internet Explorer/Edge */
				  user-select: none; /* Non-prefixed version, currently
										supported by Chrome, Edge, Opera and Firefox */
}
h1.title {
	white-space: nowrap; 
    text-align: center;
    font-size: 15vw;
    margin: 0; 
	font-style: normal;
	font-weight: 600;
	transition: text-shadow 1.7s ease-out;
	text-shadow: 
		190px -60px 90px rgba(39, 196, 208, 0.3),
		75px 5px 51px rgba(255, 255, 204, 0.4),
		40px 64px 80px rgba(159, 22, 153, 0.3), 
		190px 60px 90px rgba(108, 39, 208, 0.4);
}
h1.title:hover {
	text-shadow: 
		140px -90px 50px rgba(26, 46, 255, 0.4),
		195px 5px 231px rgba(255, 31, 246, 0.3),
		-720px 34px 580px rgba(3, 253, 253, 0.4), 
		-40px 30px 90px rgba(0, 199, 32, 0.4);
}
h1.title.gradient-1 {
	background: var(--gradient-pink-purple);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: -0.2rem;
	filter: brightness(179%);
}
h1.title.gradient-2 {
	background: var(--gradient-blue-purple);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: -0.2rem;
	filter: brightness(179%);
}
h1.title.gradient-3 {
	background: var(--gradient-gold-light-blue);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: -0.2rem;
	filter: brightness(159%);
}
h2, .title-2 {
	font-size: 40px;
	margin-bottom: 24px;
}
@font-face {
	font-family: neon;
	src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
  }
h2.NeonLightText {
	font-family: "Rock Salt", cursive;
  	color: #fff;
	font-size: 40px;
	text-align: center;
	text-shadow: 102px 28px 34px #00C720, 
	-22px -4px 32px #FFCB4A;
}
.title-3 {
	font-size: 32px;
	margin-bottom: 16px;
}
input:focus {
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
input::placeholder {
	color: #4e4e7e;
}
.btn {
	height: unset;
	min-height: unset;
	padding: 8px 16px;
	line-height: 1.5;
	font-weight: 600;
	font-size: 16px;
	font-style: "Bebas Neue", sans-serif;
	border-radius: 8px;
}
.btn-secondary {
	color: var(--light-600);
	border: 1px solid var(--light-100);
	background: linear-gradient(330deg, rgba(246,246,246,0) 0%, rgba(250, 250, 250, 0.1) 100%);
	backdrop-filter: blur(8px);
}
.btn-primary {
	border: 1px solid var(--pink);
	background: var(--gradient-pink-purple);
	padding: 12px 24px;
	color: var(--light);
}
.btn-tertiary {
	border: 1px solid var(--dark-600);
	background: var(--dark-800);
	padding: 12px 24px;
	color: var(--light-600);
}

.btn-secondary:hover,
.btn-tertiary:hover,
.btn-secondary:focus-visible,
.btn-tertiary:focus-visible {
	background: var(--light-700);
	color: #363659;
}
.btn-primary:hover {
	filter: brightness(1.1);
}
.mx-850 {
	max-width: 850px;
	margin: auto;
}
.pr-47 {
	padding-right: 47px;
}
.pl-47 {
	padding-left: 47px;
}
.mtb-192 {
	margin: 192px 0;
}
.mt-192 {
	margin-top: 192px;
}
.mb-192 {
	margin-bottom: 192px;
}
/* ======================================
 *  02. Header
/* ====================================== */
header {
	background: linear-gradient(
		270deg,
		rgba(1, 1, 1, 0) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	border-bottom: 1px solid var(--dark-600);
	padding: 8px 40px;
}
.desktop-header {
	display: block;
}
.mobile-header {
	display: none;
	padding: 0;;
}
.page-block {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
}
/* ======================================
 *  03. Hero
/* ====================================== */
.hero-chat {
	padding: 31px;
	margin-bottom: 96px;
	background: var(--gradient-glass);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	transition: 0.3s;
}
.hero-chat:hover {
	background: var(--gradient-glass-hover);
}
.hero-chat-list {
	display: grid;
	gap: 24px;
}
.hero-chat-item {
	display: flex;
	gap: 12px;
}

.hero-chat-item-content h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: var(--light-900);
	line-height: 1.5;
	margin-bottom: 4px;
}

.hero-chat-item-content span {
	color: var(--light-50);
	font-weight: 400;
	font-size: 14px;
}
.hero-chat-item-content p {
	font-size: 16px;
}
.hero-chat-item img {
	height: 32px;
	width: 32px;
}
.hero-chat-input {
	position: relative;
	margin-top: 40px;
	color: #fff;
	background: var(--input-bg);
	border: 1px solid var(--input-border);
	padding: 8px 8px 8px 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hero-chat-input:focus-within {
	border: 1px solid var(--pink);
}

.hero-chat-input input {
	color: var(--white-700);
	width: 100%;
	background: transparent;
	border: none;
}

.hero-chat-input button {
	padding: 8px;
	border-radius: 4px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-chat-input button svg {
	width: 24px;
	height: 24px;
}

/* ======================================
 *  04. Feature
/* ====================================== */
.feature-item {
	border-radius: 16px;
	background: var(--gradient-glass);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	padding: 31px;
	transition: 0.3s;
}
.feature-item:hover {
	background: var(--gradient-glass-hover);
}
.feature-item a {
	border-radius: 8px;
	border: 1px solid var(--light-100);
	background: linear-gradient(330deg, rgba(246,246,246,0) 0%, rgba(250, 250, 250, 0.1) 100%);
	backdrop-filter: blur(8px);
	margin-top: 32px;
}
.feature-item h3 {
	margin: 32px 0 16px;
	color: var(--light-500);
	font-size: 32px;
}
.feature-item p {
	margin: 0;
}
/* ======================================
 *  05. Solution
/* ====================================== */
.solution-item h3 {
	font-size: 32px;
	font-weight: 500;
	color: var(--light-500);
}
.solution-item p {
	margin: 16px 0 32px;
	max-width: 566px;
}
.solution-item {
	padding: 31px;
	margin-bottom: 48px;
}

.solution-single {
	border-radius: 8px;
	background: var(--gradient-glass);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	padding: 16px;
	display: flex;
	gap: 15px;
	transition: 0.3s;
}
.solution-single:hover {
	background: var(--gradient-glass-hover);
}
.solution-single img {
	max-width: 24px;
}
.solution-single h4 {
	font-size: 20px;
	font-weight: 500;
	color: var(--light-500);
}

.solution-single p {
	margin: 0;
	color: var(--white-500);
}
.solution-item-list {
	display: grid;
	gap: 24px;
	border-radius: 16px;
	background: var(--gradient-glass);
	backdrop-filter: blur(8px);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	padding: 16px;
}
.solution-item-chat {
	padding: 32px;
	transition: 0.3s;
}
.solution-item-chat:hover {
	background: var(--gradient-glass-hover);
}

.solution-chat-message-item {
	display: flex;
	gap: 12px;
}
.solution-item .solution-chat-message-item img {
	width: 32px;
	height: 32px;
}
.solution-chat-message-item h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: var(--light-900);
	line-height: 1.5;
	margin-bottom: 0;
}
.solution-chat-message-item h3 span {
	color: var(--light-50);
	font-weight: 400;
	font-size: 14px;
}
.solution-chat-message-item p {
	max-width: 458px;
	margin: 4px 0 0 0;
}
.solution-chat-message-item-content ol {
	padding: 10px 0 0 15px;
	margin: 0;
}
.solution-item img {
	width: 100%;
}
.solution-chat-message {
	display: grid;
	gap: 24px;
}
.solution-chat-message .hero-chat-input {
	margin-top: 0;
}
.solution-box-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	border-radius: 16px;
	background: var(--gradient-glass);
	backdrop-filter: blur(8px);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	padding: 16px;
}

.solution-box-item {
	border-radius: 8px;
	background: var(--gradient-glass);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	padding: 16px;
	transition: 0.3s;
}
.solution-box-item:hover {
	background: var(--gradient-glass-hover);
}

.solution-box-item h4 {
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #ffffff1a;
	padding-bottom: 15px;
	font-weight: 500;
	color: var(--light-500);
}

.solution-box-item ul {
	display: grid;
	gap: 8px;
	font-size: 16px;
	margin-top: 15px;
}
.solution-item:last-child {
	margin-bottom: 0;
}
/* ======================================
 *  06. Pricing
/* ====================================== */
.pricing-item {
	border-radius: 16px;
	background: var(--gradient-glass);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	backdrop-filter: blur(8px);
	padding: 31px;
	transition: 0.3s;
}
.pricing-item:hover {
	background: var(--gradient-glass-hover);
}

.pricing-item h3 {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 32px;
	font-weight: 500;
	color: var(--light-500);
}

.pricing-tab {
	max-width: fit-content;
	margin: auto;
	margin-bottom: 64px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #2f254e;
}

.pricing-tab button {
	font-size: 16px;
	font-weight: 600;
	border: none;
	padding: 8px 12px;
	border-radius: 4px;
	color: #a6a6c9;
	background: transparent;
}
.pricing-tab button.active {
	background: var(--light-700);
	color: #363659;
}
.pricing-item h4 {
	color: var(--light-500);
	font-size: 64px;
	font-weight: 500;
	margin-top: 40px;
}

.pricing-item h4 sub {
	font-size: 32px;
	font-weight: 400;
}

.pricing-button {
	display: grid;
	gap: 10px;
	margin-top: 35px;
}

.pricing-button button {
	border: 1px solid #2f254e;
	padding: 12px;
	font-weight: 600;
	background: transparent;
	color: var(--light-600);
	border-radius: 8px;
	transition: 0.3s;
}
.pricing-button button:hover {
	background: var(--light-700);
	color: #363659;
}

.pricing-button button:last-child {
	background: var(--gradient-blue-purple);
	border: 1px solid #513D89;
	color: var(--light);
}
.pricing-button button:last-child:hover {
	background: linear-gradient(98deg, #2972B6 0%, #38468C 25%, #4B3A8E 100%);
	border: 1px solid --light-blue;
}

.pricing-item ul li {
	display: flex;
	align-items: center;
	gap: 15px;
	border-bottom: 1px solid #2f254e;
	padding: 15px 0;
}

.pricing-item ul li:last-child {
	border-bottom: 0;
}

.pricing-item ul {
	margin-top: 35px;
}
/* ======================================
 *  07. Accordion
/* ====================================== */
.accordion {
	display: grid;
	gap: 8px;
}
.accordion-item:first-of-type .accordion-button {
	border-radius: 8px;
}

.accordion-button:not(.collapsed) {
	background: transparent;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-body {
	padding: 0px 20px 20px;
}
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
	border-radius: 8px;
	border: 1px solid #211734;
	background: var(--gradient-blue-purple);
	color: #000000;
}
.accordion-button {
	background: transparent;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
}
h2.accordion-header button,
.accordion-button:not(.collapsed) {
	font-size: 20px;
	color: var(--light-500);
	font-weight: 500;
}

.accordion-body {
	color: var(--light-300);
	max-width: 778px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(/img/minus.svg);
	background-size: 17.33px;
}
.accordion-button::after {
	background-image: url(/img/plus.svg);
	background-size: 17.33px;
}
/* ======================================
 *  08. Newsletter
/* ====================================== */
.ready-section {
	border-radius: 16px;
	background: var(--gradient-glass);
	backdrop-filter: blur(8px);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
	text-align: center;
	padding: 96px 0;
}

.ready-section .title-2 {
	margin-bottom: 20px;
}

.ready-section p {
	margin-bottom: 30px;
	font-size: 20px;
}
/* ======================================
 *  09. Tags
/* ====================================== */
.tags-area ul li a {
	background: #262044;
	color: var(--light-50);
	border: 1px solid #342d59;
	height: unset;
	min-height: unset;
	padding: 8px 16px;
	line-height: 1.5;
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
	display: block;
	transition: 0.3s;
}
.tags-area ul li a:hover {
	border: 1px solid var(--pink);
	background: var(--gradient-pink-purple);
	color: var(--light);
}
.tags-area ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.tags-area {
	text-align: center;
	margin-bottom: 64px;
}

.tags-area h2 {
	font-size: 48px;
	font-weight: 600;
	color: var(--light-600);
	margin-bottom: 32px;
}

.tags-area:last-child {
	margin-bottom: 0;
}
/* ======================================
 *  10. Policy
/* ====================================== */
.policy-area .pills-tab {
	display: grid;
	justify-content: flex-start;
	gap: 20px;
}

.policy-area .pills-tab button {
	text-align: left;
	color: #363659;
	font-size: 20px;
	padding-left: 15px;
}

.policy-area .pills-tab button.active {
	background: var(--gradient-pink-purple);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-left: 4px solid #a570ff;
}
.policy-area .tab-content {
	border-left: 1px solid #1f1f33;
	padding-left: 58px;
}

.policy-area .tab-content h3 {
	border-top: 1px solid #1f1f33;
	padding-top: 45px;
	margin-top: 45px;
	font-size: 24px;
	color: #c0c0d8;
	margin-bottom: 25px;
}

.policy-area .tab-content h3:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
/* ======================================
 *  11. Contact
/* ====================================== */
.contact-content {
	padding: 31px;
	margin-bottom: 48px;
	border-radius: 16px;
	background: var(--gradient-glass);
	backdrop-filter: blur(8px);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
}

.contact-form {
	padding: 31px;
	margin-bottom: 48px;
	border-radius: 16px;
	background: var(--gradient-glass);
	backdrop-filter: blur(8px);
	border-image: var(--gradient-glass-border);
	border-width: 0.83px;
	border-style: solid;
}

.contact-content h5 {
	border-top: 1px solid;
	border-image-source: linear-gradient(
		270deg,
		rgba(41, 41, 61, 0) 3.33%,
		#29293d 50%,
		rgba(41, 41, 61, 0) 96.67%
	);
	border-image-slice: 1;
	margin-top: 50px;
	padding-top: 50px;
}

.contact-content img {
	margin-bottom: 25px;
}

.contact-content h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 67px;
}

.contact-content h4 {
	font-size: 14px;
	font-weight: 400;
}

.contact-content h5 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.contact-brand {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-brand img {
	margin: 0;
}

.contact-form .form-group input {
	color: var(--white-700);
	width: 100%;
	background-color: var(--input-bg);
	border: 1px solid var(--input-border);
	padding: 14px 20px;
	border-radius: 8px !important;
	margin-bottom: 20px;
	color: var(--light);
}

.contact-form .form-group .input-group {
	flex-wrap: nowrap;
	gap: 20px;
}
.input-group input:focus {
	border: 1px solid var(--pink);
}
.form-group input:focus {
	border: 1px solid var(--pink);
}
.contact-form .form-check-input {
	background-color: var(--input-bg);
	border: 1px solid var(--input-border);
	width: 24px;
	height: 24px;
}
.contact-form .form-check-input:focus {
	box-shadow: none;
	border-color: var(--purple);
}
.contact-form .form-check-input:checked {
	background-color: var(--purple);
	border-color: var(--purple);
}
.contact-form .form-check {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 10px 0 40px;
}
.contact-form p {
	margin: 15px 0 35px;
}
/* ======================================
 *  12. 404
/* ====================================== */
.error-area {
	text-align: center;
	padding: 280px 0 0;
}

.error-area h2 {
	margin: 0;
	font-size: 96px;
}

.error-area h3 {
	font-size: 48px;
	color: var(--light-700);
	margin-bottom: 20px;
}

.error-area p {
	font-size: 20px;
	margin-bottom: 30px;
}
/* ======================================
 *  13. Footer
/* ====================================== */
footer {
	margin-top: 40px;
	padding: 24px 0;
	border-top: 1px solid #201c39;
	bottom: 0;
	left: 0;
	right: 0;
}

footer p {
	max-width: 300px;
	margin-top: 20px;
}

.footer-item h2 {
	font-size: 16px;
	font-weight: 500;
	color: var(--light-500);
	margin-bottom: 15px;
}

.footer-item ul li a {
	color: var(--light-300);
	font-size: 14px;
	font-weight: 400;
}
.footer-item ul li a:hover {
	color: var(--purple);
}
.footer-item ul {
	display: grid;
	gap: 8px;
}

.footer-copyright p {
	margin: 0;
	font-size: 12px;
}

.footer-copyright {
	border-top: 1px solid #201c39;
	padding: 20px 0;
	margin-top: 40px;
}

.footer-copyright ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 35px;
}

.footer-copyright ul li a {
	color: var(--light-300);
	font-size: 12px;
}
.footer-copyright ul li a:hover {
	color: var(--purple);
}

/* ======================================
 *  14. Responsive
/* ====================================== */
@media screen and (min-width: 1700px) {
	h1.title {
		font-size: 256px;
	}
	h2.NeonLightText {
		font-size: 64px;
	}
}
@media screen and (max-width: 991px) {
	h2.NeonLightText {
		font-size: 40px;
	}
	header {
		padding: 8px  0;
	}
	.desktop-header {
		display: none;
	}
	.mobile-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.hero-area {
		padding: 70px 0 0;
	}
	.hero-area p {
		font-size: 16px;
	}
	.solution-item {
		margin-bottom: 25px;
	}
	.pl-47,
	.pr-47 {
		padding: 0;
	}
	.mt-30 {
		margin-top: 30px;
	}
	.mtb-192 {
		margin: 95px 0;
	}
	.mt-192 {
		margin-top: 95px;
	}
	.mb-192 {
		margin-bottom: 95px;
	}
	footer {
		margin-top: 95px;
	}
	.footer-copyright ul {
		justify-content: center;
	}
	.footer-copyright p {
		margin: auto;
		text-align: center;
	}
	.footer-copyright {
		margin-top: 95px;
	}
	.ready-section p {
		font-size: 16px;
	}
	.tags-area h2 {
		font-size: 38px;
	}
	.policy-area .tab-content {
		border-left: none;
		padding-left: 0;
		margin-top: 50px;
	}
	.contact-brand {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.error-area p {
		font-size: 16px;
	}
	.error-area h3 {
		font-size: 38px;
	}
}
@media screen and (max-width: 600px) {
	h2.NeonLightText {
		font-size: 28px;
	}
	.solution-box-list {
		grid-template-columns: 1fr;
	}
}
