@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

#errorDiv {
	display:none;width: 80%;margin:0 auto;background: #ffc1c1;border: 1px solid #de5252;border-radius: 10px;padding: 10px;color: #a02b2b;margin-top: 15px;
}

#successDiv{
	display:none;width: 80%;margin:0 auto;background: #e8f7f0;border: 1px solid #20af6b;border-radius: 10px;padding: 10px;color: #093420;margin-top: 15px;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 160%;
	background-color: #0A0845;
	color: #E3E2F2;
	/*letter-spacing: -0.3px;*/
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #DA3CAD;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #DA3CAD;
}


/* Common Style Start */
.main-title {
	font-size: 46px;
	line-height: 120%;
	font-weight: 600;
	/*letter-spacing: -1.84px;*/
	background: linear-gradient(90deg, #FFF 21.17%, #C0BEE2 75.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.section-title {
	font-size: 36px;
	line-height: 120%;
	font-weight: 600;
	color: #C0BEE2;
	/*letter-spacing: -1.84px;*/
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.block-title {
	font-size: 30px;
	line-height: 120%;
	font-weight: 600;
	/*letter-spacing: -1.84px;*/
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.small-title {
	font-size: 26px;
	line-height: 120%;
	font-weight: 600;
	/*letter-spacing: -1.84px;*/
	color: #C0BEE2;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-size: 16px;
	line-height: 160%;
	font-weight: 400;
	
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.detail {
	font-size: 14px;
	line-height: 160%;
	font-weight: 400;
	
}

.detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.sub-title {
	font-size: 13px;
	line-height: 120%;
	font-weight: 500;
	
	color: #D2D1EA;
	padding: 7px 18px 6px 40px;
	border: 1px solid #D2D1EA;
	max-width: 179px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.sub-title::before {
	content: "";
	background-image: url("../images/magic-line.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.sub-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin: 0;
}

.btn {
	font-size: 14px;
	line-height: 140%;
	font-weight: 600;
	
	padding: 9px 34px;
	text-transform: uppercase;
	border: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.btn-gradient {
	color: #FFF2F2;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	background-image: linear-gradient(180deg, rgba(245, 36, 136, 0.00) 0%, rgba(245, 36, 136, 0.30) 100%), linear-gradient(90deg, #8530F1 0%, #DA3CAD 100%);
	background-size: 100% 100%;
    background-position: top left;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-gradient:hover {
	color: #FFF2F2;
	background-position: bottom right;
	background-size: 200% 300%;
}

.fix-width-660 {
	width: 100%;
	max-width: 660px;
}

.fix-width-820 {
	width: 100%;
	max-width: 820px;
}

/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 30px 0;
}

.header .navbar {
	padding: 0;
}

.header .navbar-brand {
	padding: 0;
	margin: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 25px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #d2d1ea;
	padding: 0;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active {
	color: #DA3CAD;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/* Banner Start */
.banner-content {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.banner-content .sub-title {
	margin: 0 auto 21px;
	background-color: #272470;
}

.banner-content .main-title {
	margin: 0 0 15px;
}

.banner-content .common-detail {
	margin: 0 0 25px;
}

.banner-content .btn {
	max-width: 200px;
	width: 100%;
}

.banner-img {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.banner-img img {
	width: 100%;
	margin: 0 0 -40px;
	/*box-shadow: 0px 1px 3px 0px rgba(235, 212, 212, 0.50), 0px 10px 30px 0px rgba(0, 0, 0, 0.05);*/
	border-radius: 30px;
	border: 4px solid #4748a0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.banner-img video {
	width: 100%;
	margin: 0 0 -40px;
	/*box-shadow: 0px 1px 3px 0px rgba(235, 212, 212, 0.50), 0px 10px 30px 0px rgba(0, 0, 0, 0.05);*/
	border-radius: 30px;
	border: 4px solid #4748a0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0 0;
	background-color: #191667;
	position: relative;
	z-index: 9;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.banner-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-main::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.00) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	height: 283px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

/* Banner End */

/* Ai Tools Start */
.ai-tools-wrp {
	padding: 107px 0 59px;
}

.ai-tools-top {
	text-align: center;
	position: relative;
}

.ai-tools-top .section-title {
	margin: 0 0 37px;
}
.ai-tools-top .section-title h2 {
	padding-top:40px;
}
.ai-tools-top .common-detail {
	max-width: 665px;
	width: 94%;
	margin: 0 auto 20px;
}

.ai-tools-block {
	background-color: #191667;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	min-height: 540px !important
}
.ai-tools-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.ai-tools-bottom .row {
	margin: 0 -25px;
}

.ai-tools-bottom .row>* {
	padding: 0 25px;
}

.ai-tools-content {
	padding: 30px 50px;
	text-align: center;
	position: relative;
}

.ai-tools-content::after {
	content: "";
	background-image: url("../images/dot-1.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 79px;
	height: 44px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.ai-tools-content::before {
	content: "";
	background-image: url("../images/dot-1.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 79px;
	height: 44px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.ai-tools-content .sub-title {
	max-width: 113px;
	margin: 0 auto 17px;
	text-transform: uppercase;
}

.ai-tools-content .small-title {
	margin: 0 0 30px;
}

.ai-tools-content .detail {
	margin: 0 0 30px;
}

.ai-tools-content .btn-gradient {
	max-width: 200px;
	width: 100%;
}

.ai-bg-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: -95px;
	margin: 0 auto;
	z-index: -1;
}
/* Ai Tools End */

/* Faq Start */
.faq-wrp {
	padding: 58px 0 46px;
}

.faq-top-shape {
	margin: 0 auto 10px;
	display: block;
}

.faq-main .section-title {
	margin: 0 0 28px;
}

.faq-title {
	text-align: center;
	margin: 0 0 45px;
}

.faq-title .common-detail {
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}

.faq-section {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.faq-section .accordion-button {
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	
	color: #C0BEE2;
	padding: 20px 25px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.faq-section .accordion-item {
	background-color: transparent;
	border: 1px solid #393784;
	margin: 0 0 14px;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.faq-section .accordion-body {
	color: #E3E2F2;
	padding: 5px 25px 30px;
}

.faq-section .accordion-button::after {
	width: 14px;
	height: 2px;
	background-color: #393784;
	background-image: none;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.faq-section .accordion-button::before {
	content: "";
	width: 2px;
	height: 14px;
	background-color: #393784;
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.faq-section .accordion-item.open {
	background-color: #0F0C55;
}

.faq-section .accordion-item.open .accordion-button {
	color: #F94978;
}

.faq-section .accordion-item.open .accordion-button::after,
.faq-section .accordion-item.open .accordion-button::before {
	background-color: #BEAFBA;
}
/* Faq End */

/* Pricing Start */
.pricing-wrp {
	padding: 58px 0 46px;
}

.pricing-top-shape {
	margin: 0 auto 10px;
	display: block;
}

.pricing-main .section-title {
	margin: 0 0 28px;
}

.pricing-title {
	text-align: center;
	margin: 0 0 45px;
}

.pricing-title .common-detail {
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}

.pricing-section {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
.pricing-section .pricing-box {
	display: inline-block;width: 30%;min-width:300px;max-width:80%;background: #0F0C55;border:1px solid #393784;border-radius: 10px;text-align: left;
}
.pricing-section .pricing-box h4{
	color: #e3e2f1;padding: 15px 15px 1px;font-size: 18px;font-weight:700
}
.pricing-section .pricing-box ul{
	color: #c0bfdf;height:160px;font-size: 14px !important;font-weight: 300;list-style-type: circle;margin-bottom: 5px
}
.pricing-section .pricing-box span{
	display:block;width:100%;color: #e3e2f1;margin: 5px 0 10px 17px;font-size:14px;font-weight: 500
}
.pricing-section .pricing-box button{
	width: 90%;height:45px;margin-left:5%;margin-bottom:20px;background: #c0c0dd;color: #0d0f52;border: none;border-radius: 10px;font-size: 15px;font-weight: 600;
}
.pricing-section .pricing-box button:hover{
	background: #FFF;
	color: #080b42;
}
.pricing-section .pricing-seperator-box{
	display: inline-block;width: 10px;
}

.pricing-section .accordion-button {
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	
	color: #C0BEE2;
	padding: 20px 25px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.pricing-section .accordion-item {
	background-color: transparent;
	border: 1px solid #393784;
	margin: 0 0 14px;
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.pricing-section .accordion-body {
	color: #E3E2F2;
	padding: 5px 25px 30px;
}

.pricing-section .accordion-button::after {
	width: 14px;
	height: 2px;
	background-color: #393784;
	background-image: none;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.pricing-section .accordion-button::before {
	content: "";
	width: 2px;
	height: 14px;
	background-color: #393784;
	position: absolute;
	right: 29px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.pricing-section .accordion-item.open {
	background-color: #0F0C55;
}

.pricing-section .accordion-item.open .accordion-button {
	color: #F94978;
}

.pricing-section .accordion-item.open .accordion-button::after,
.pricing-section .accordion-item.open .accordion-button::before {
	background-color: #BEAFBA;
}
.pricing-table-container {width: 100%;max-width:600px;border: 1px solid #393784;
						  background: #0F0C55;margin: 0 auto;border-radius: 10px}
th, td {
						  border-bottom: 1px solid #393784;
						}
						tr:last-child td {border-bottom: none;height: 60px}
						tr td {color: #c0bfdf;height:40px;font-size: 14px !important;font-weight: 300;letter-spacing: 0.8px}
						tr:first-child th {color: #c0bfdf;height:50px;font-size: 14px !important;font-weight: 700;letter-spacing: 0.7px}
						tr td:first-child {font-weight: 500;text-align: left;padding-left: 10px;width:48%;}
						tr td img {width: 12px}
						tr td button {padding:0 20px;height:40px;background: #c0c0dd;color: #0d0f52;border: none;border-radius: 10px;font-size: 13px;font-weight: 600;}
/* Pricing End */

/* Contract Page Start */
.contact-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.contract-main {
	border-top: 1px solid #4E4C9F;
	padding: 59px 0 64px;
}

.contact-content .section-title {
	margin: 0 0 20px;
}

.contact-content .common-detail p {
	margin: 0 0 25px;
}

.contact-content .common-detail p:last-child {
	margin-bottom: 0;
}
/* Contract Page End */
/* email section */
.email-section {
	padding: 15px 0 0;
}

.email-image {
	display: flex;
	justify-content: center;
}

.email-content .block-title {
	margin-top: 5px;
	color: #C0BEE2;
	text-align: center;
}

.form-part {
	width: calc(80%);
	margin: 0 auto;
	margin-top: 30px;
}

.commen-form .form-group {
	margin-bottom: 16px;
}

.form-group .form-control {
	padding: 17px 23px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(85, 85, 85, 0.10);
	resize: none;
}

.form-group .form-control::placeholder {
	color: #A0A0A0;
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
	
}

.commen-form .continue-button {
	margin-top: 27px;
}

.continue-button * {
	padding: 14px 25px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
	
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	text-transform: none;
}

.email-content .detail {
	text-align: center;
	margin-top:	30px
}

.form-group textarea.form-control{
	padding: 26px 23px 109px;
}
/* email section */

/* contact section */
.contact-section{
	padding: 5px 0 40px;
}

.contact-section .email-content .block-title{
	margin-top: 0;
}

.contact-section .detail{
	text-align: center;
	margin-top: 10px;
}

.contact-section .commen-form .form-group{
	margin-bottom: 12px;
}

.contact-section .commen-form .continue-button{
	margin-top: 20px;
}
/* contact section */

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-content {
	position: relative;
	padding: 65px 0;
}

.footer-block {
	padding: 65px 0;
}

.footer-content::before {
	position: absolute;
	content: "";
	background-image: url('../images/border-top.svg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 66px;
	top: 0;
	left: 0;
	right: 0;
}

.footer-content::after {
	position: absolute;
	content: "";
	background-image: url('../images/border-bottom.svg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 66px;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-link-title * {
	color: #C0BEE2;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	
}

.footer-link-list {
	margin-top: 15px;
}

.footer-link-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-link-list ul li {
	list-style: none;
	margin-bottom: 3px;
	color: #7775AD;
	font-weight: 400;
	line-height: 180%;
	
}

.footer-link-list ul li a {
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}

.footer-link-list ul li a:hover,
.footer-link-list ul li a.active {
	color: #DA3CAD;
}

.footer-link-list ul li:last-child {
	margin-bottom: 0;
}

.footer-block .row>*:last-child .footer-link-list {
	display: flex;
}

.footer-block .row>*:last-child .footer-link-list>*:last-child {
	margin-left: 80px;
}

.footer-bottom {
	padding: 0 0 111px;
}

.footer-bottom .detail {
	color: #7775AD;
	text-align: center;
}

.footer-bottom .detail > *{
	margin-bottom: 7px;
}

.footer-bottom .detail > *:last-child{
	margin-bottom: 0;
}

.footer-bottom .detail a{
	/* text-decoration: underline; */
	border-bottom: 1px solid #7775AD;
}

.footer-bottom .detail > *:last-child > *:last-child{
	margin-left: 20px;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #da3cad;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.manuelFixed {
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}
.loadingSpinnerInner {
	width: 150px;height: 80px;background: #FFF;border-radius: 20px;-webkit-box-shadow: 0px 0px 57px 19px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 57px 19px rgba(0,0,0,0.75);box-shadow: 0px 0px 57px 19px rgba(0,0,0,0.75);text-align: center;
}