.container {

}
.header-image {
	position: relative;
	min-height: 900px;
}
.header-image img {
	position: absolute;
	width: 100%;
	clip-path: circle(500px at 50% 50%);
	-webkit-clip-path: circle(500px at 50% 50%);
    left: 50%;
    transform: translate(-50%, -35%);
}
.header-text {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -55%);
}
.header-text h1, .header-text p, .header-text a {
	color: #fff;
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	text-transform: capitalize;
}
.header-text p, .header-text a {
	font-weight: 400;
	font-size: 18px;
	line-height: 15px;
}
.header-text h1 {
	font-weight: 700;
	font-size: 70px;
	line-height: 105px;
}
.header-text a {
	margin-top: 47px;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
	background-color: #000;
	text-decoration: none;
	padding: 26px 61px;
	transition: var(--default-transition);
	-webkit-transition: var(--default-transition);
}
.header-text a:hover {
	color: var(--pink);
}

/* Rhythm Preview Styles */
.preview {
	padding-top: 118px;
	padding-bottom: 118px;
	background: linear-gradient(180deg, #17171D 0%, rgba(23, 23, 29, 0) 100%);
	min-height: 800px;
}
.preview h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;
	text-transform: capitalize;
	text-align: center;
	color: #FFFFFF;
}
.preview-image img {
	display: block;
	margin: auto;
	margin-top: -70px;
}

/* Discover and Listen Styles */
.discover {
	padding-top: 59px;
	padding-left: 15%;
}
.discover span {
	color: var(--pink);
}
.discover img:first-child {
	margin-right: 112px;
}
.discover img:last-child {
	margin-left: 94px;
}
.discover h1, .discover p {
	font-family: 'Poppins';
	font-style: normal;
	max-width: 544px;
}
.discover h1 {
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.discover p {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #757A81;
}

/* Price Plan Styles */
.plans {
	background: linear-gradient(180deg, #17171D 0%, rgba(23, 23, 29, 0) 100%);
	min-height: 900px;
	padding-top: 126px;
	padding-bottom: 127px;
}
.plans h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.plan {
	position: relative;
	background-color: #000;
	width: 560px;
	padding: 23px;
	margin-right: 49px;
}
.plan img {
	position: absolute;
    top: 0;
    z-index: 1;
}
.plan .left-image {
    left: 0;
}
.plan .right-image {
	right: 0;
}
.plan h2 {
	text-align: center;
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 32px;
}
.plan .header {
	position: relative;
    z-index: 2;
	max-width: 286px;
	margin: auto;
	padding: 22px 56px;
	border: 1px solid #4E4E58;
	color: #fff;
	border-radius: 41px;
	text-align: center;
	margin-top: 72px;
}
.plan .header p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.425em;
	text-transform: uppercase;
}
.plan .desc {
	width: 437px;
	margin: auto;

	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-transform: capitalize;

	color: #757A81;
}
.plan .features {
	max-width: 381px;
	margin: auto;
}
.plan .features p {
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	padding-bottom: 16px;
	border-bottom: 1px solid #4E4E58;
}
.plan .features p:last-child {
	border-bottom: none;
}
.plan .features a {
	color: var(--pink);
	text-decoration: none;
	transition: var(--default-transition);
	-webkit-transition: var(--default-transition);
}
.plan .features a:hover {
	color: var(--pink-hover);
}
/* Roadmap Styles */
.roadmap {
	position: relative;
	min-height: 800px;
	padding-bottom: 164px;
}
.roadmap .header {
	width: 100%;
	position: relative;
	margin-bottom: 19px;
}
.roadmap .header img {
	width: 100%;
}
.roadmap h1 {
	position: absolute;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;

	color: #fff;
}
.roadmap-items {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	gap: 16px;
}
.roadmap-item {
	min-height: 535px;
	min-width: 400px;
	background: #17171D;
	padding: 42px 53px;
}
.roadmap-item:last-child {
	margin-left: 0px;
}
.roadmap-item .header {
	padding: 5px 20px;
	border: 1px solid #4E4E58;
	border-radius: 41px;
	width: 213px;
}
.roadmap-item .header p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;

	letter-spacing: 0.425em;
	text-transform: uppercase;
	text-align: center;

	color: #FFFFFF;
}
.roadmap-item .item {
	margin-bottom: 21px;
}
.roadmap-item .items p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 13px;
	margin: 0;
	color: #FFF;
}
.roadmap-item .items i {
	margin-right: 16px;
}
.library img {
	width: 981px;
}
@media screen and (max-width: 1600px) {
	.library img {
		max-width: 638px;
		margin-right: 50px;
		order: 0;
	}
	.library div {
		order: 1;
	}
}
@media screen and (max-width: 1550px) {
	.roadmap-items {
		position: relative;
		flex-wrap: wrap;
	}
	.roadmap-item {
		width: 500px;
	}
}
@media screen and (max-width: 1500px) {
	.discover {
		padding-top: 0px;
		padding-left: 100px;
		padding-bottom: 100px;
	}
	.discover img:first-child {
		margin-right: 50px;
		max-width: 100%;
	}
	.discover img:last-child {
		margin-left: 0px;
	}
	.preview-image img {
		width: 100%;
	}
	.discover .flex, .plans .flex {
		flex-wrap: wrap;
	}
	.faq .accordion {
		width: 100%;
	}
	.faq-container .flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	.pink-glow, .blue-glow {
		z-index: -1;
	}
	.preview {
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 1400px) {
	.discover img {
		max-width: 550px!important;
	}	
}
@media screen and (max-width: 1200px) {
	.plan {
		margin-right: 0px;
	}
	.plan:last-child {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.header-image {
		margin-top: 50px;
		background-image: url(../images/webp/header-circle.webp);
	    background-repeat: no-repeat;
	    background-position-x: -100px;
	    background-size: cover;
	}
	.header-image img {
    	display: none;
	}
}
@media screen and (max-width: 800px) {
	.discover img {
		max-width: 100%!important;
	}
	.plans {
		padding-top: 30px;
	}
	.plans h1 {
		padding-bottom: 30px;
	}
	.roadmap h1 {
		top: 30px;
	}
	.header-text h1 {
		margin-top: 200px;
	}
}
/* FAQ Styles */
.faq {
	position: relative;
	background: linear-gradient(180deg, #17171D 0%, rgba(23, 23, 29, 0) 100%);
    padding-top: 140px;
    padding-bottom: 145px;
}
.faq .box {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq .accordion {
    width: 600px!important;
    display: flex;
    align-items: center;
}
.faq .accordion:first-child {
	margin-right: 30px;
}
.faq .panel {
    width: -webkit-calc(600px - 36px)!important;
    width: -moz-calc(600px - 36px)!important;
    width: calc(600px - 36px)!important;
}
.faq h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;

    text-align: center;
    color: #fff;
    margin-bottom: 67px;
}
.faq p {
    text-align: left;
    font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	color: #FFFFFF;
}
.faq a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: var(--default-transition);
	-webkit-transition: var(--default-transition);
}
.faq button {
    font-weight: 600;
}
.fa-plus {
    margin-right: 10px;
    color: var(--pink)!important;
    transition: var(--default-transition);
	-webkit-transition: var(--default-transition);
}
@media screen and (max-width: 600px) {
	.preview {
		min-height: 450px;
	}
	.preview img {
		margin-top: 20px;
	}
	.discover {
		padding-left: 0px;
	    width: 90%;
	    margin: auto;
	}
	.roadmap-item {
		min-width: 70%;
    	width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.plans {
		padding-top: 50px;
	}
	.plan {
		width: 90%;
		margin: auto;
	}
	.plan .desc {
		width: 90%;
	}
	.answer {
		width: 100%;
	}
	.faq .accordion {
		width: 90%!important;
    	margin-left: auto!important;
    	margin-right: auto!important;
	}
	.faq .panel {
		box-sizing: border-box!important;
	    width: 90%!important;
    	margin-left: auto!important;
    	margin-right: auto!important;
	}
}
@media screen and (max-width: 550px) {
	.roadmap h1 {
		top: 0px;
	}
}

.laptop {
	max-width: 1184px;
}
.discover-and-listen {
	max-width: 638px;
}
.dj {
	max-width: 981px;
}