@font-face {
	font-family: 'CenturyGothic';
	src: url('font/CenturyGothic.woff2') format('woff2'),
		url('font/gothic.woff') format('woff'),
		url('font/CenturyGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'CenturyGothic', sans-serif;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.container {
	padding: 60px 100px;
}

.preview_video_box .container {
	padding: 0;
}

input:focus {
	outline: unset;
}

.privee_banner {
	background-image: url("../images/gorgeouswoman.webp");
	display: grid;
	justify-content: center;
	align-items: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
}

.privee_banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #000000a6;
}

.banner_container {
	text-align: center;
	position: relative;
	z-index: 9;
}

.banner_container img {
	width: 42%;
}

.banner_img {
	margin-top: 8px;
}

.banner_text {
	font-size: 72px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 4px;
}

.download_app_banner {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 33px;
	margin-bottom: 83px;
}

.coming_soon {
	margin-bottom: 82px;
	color: #fff;
	font-size: 20px;
}

.download_app_banner img {
	width: 167px !important;
}

.arrow_wrapper_icon svg {
	fill: #FFFFFF;
	width: 42px;
	height: 42px;
	animation: bouncePause 3s infinite;
}

.footer_bottom_right {
	display: flex;
	gap: 14px;
	text-align: right;
	margin-right: 25px;
	justify-content: space-between;
	margin-top: 45px;
}

.footer_bottom_right a {
	color: #000;
}

.footer_bottom_right a:hover {
	font-weight: 600;
}

.new_footer_right {
	margin-right: 50px;
}

@keyframes bouncePause {
	0% {
		transform: translateY(0);
	}

	10% {
		transform: translateY(20px);
	}

	20% {
		transform: translateY(0);
	}

	/* 1st up-down */

	30% {
		transform: translateY(20px);
	}

	40% {
		transform: translateY(0);
	}

	/* 2nd up-down */

	100% {
		transform: translateY(0);
	}

	/* pause here till 6s */
}

.preview_video_box::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;

}

.preview_video_box {
	position: relative;
	height: 110vh;
}

.preview_video_box video {
	height: 110vh;
	object-fit: cover;
	width: 100%;
}

.previee_video_content {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.privee_banner .container {
	padding: 0px;
}

.previee_video_content h3 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
}

.previee_video_content p {
	font-size: 17px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 26px;
}

button {
	background-color: #000000;
	font-size: 18px;
	fill: #FFFFFF;
	/* color: #FFFFFF; */
	border-radius: 10px 10px 10px 10px;
	padding: 20px 40px 20px 40px;
	border: unset;
}

button a {
	color: #fff;
}

.privee_app_wrapper {
	background-image: url("../images/fashionglamor.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 110vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.privee_app_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}

.privee_app_wrapper .container {
	position: relative;
	z-index: 9;
}

.prev_app_img img {
	width: 90%;
}

.prev_app_content h3 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
}

.prev_app_content ul {
	list-style-position: inside;
	padding-left: 3px;
	list-style-type: none;
}

.prev_app_content ul li {
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 21px;
}

.prev_app_img {
	text-align: center;
}

.privee_app .row {
	align-items: center;
}

.font_question {
	font-family: "Poppins", sans-serif;
}

.preview_at_skill_wrapper {
	background-image: url("../images/handsomesmiling.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 106vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.preview_at_skill_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000c2;
}

.preview_at_skill_wrapper .container {
	position: relative;
	z-index: 9;
}

.at_skill h3,
.at_skill h1 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 24px;
	text-align: center;
}

.at_skill p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
}

.skill_img {
	text-align: end;
}

.skill_img img {
	width: 75%;
}

.skill_left svg {
	fill: #ffd0e7;
	color: #ffd0e7;
	border-color: #ffd0e7;
	width: 2em;
	height: 2em;
}

.skill_box {
	display: flex;
}

.skill_left span {
	padding: 26px 20px;
	background: #000;
	border-radius: 10px;
}

.skill_right {
	margin-top: 11px;
}

.skill_right h3 {
	text-align: left;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 3px;
}

.skill_right p {
	margin-bottom: 0px;
}

.skill_box {
	display: flex;
	align-items: center;
	gap: 14px;
}

.skill_text img {
	height: 15px;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.skill_text button {
	margin-top: 38px;
}

.preview_club_wrapper {
	background-image: url("../images/closeup.webp");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 110vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.preview_club_wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}

.preview_club_wrapper .container {
	position: relative;
	z-index: 9;
}

.club_box {
	text-align: center;
}

.club_box h3 {
	font-size: 42px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.club_box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

.club_box ul {
	padding-left: 0px;
	margin-left: -7px;
}

.club_box ul li {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	letter-spacing: 0px;
	margin-bottom: 8px;
	list-style-type: none;
	display: flex;
	gap: 20px;
}

.club_box ul li svg {
	width: 32px;
	height: 32px;
	margin-top: 4px;
}

.club_box ul li span {
	width: 100%;
	line-height: 28px;
}

.mail_box_wrapper {
	text-align: center;
	padding: 0px 11px;
	background-color: #FFF2F8;
	/* background-image: linear-gradient(180deg, #FFF2F8 28%, #FFD0E7 100%); */
}

.mail_box h2 {
	font-family: Helvetica;
	font-size: 72px;
	font-weight: 600;
	line-height: 82px;
	color: #000000;
}

.mail_box h4 {
	font-size: 26px;
	font-weight: 600;
	text-transform: none;
	line-height: 34px;
	color: #000000;
	margin: 21px 0px;
}

.mail_box p {
	color: #000000d9;
	letter-spacing: 0px;
}

.main_sent_box {
	margin-top: 35px;
}

.main_sent_box form {
	display: flex;
	justify-content: center;
	gap: 17px;
}

.main_sent_box input {
	background: #ffd0e7;
	color: #000;
	border-color: #ffd0e7;
	height: 50px;
	border: 1px solid #dadbdd;
	border-radius: 7px;
	max-width: 100%;
	padding: 11px 15px;
	width: 30%;
}

.main_sent_box button {
	height: 50px;
	padding: 5px 20px;
	border-radius: 7px;
}

.footer_section {
	background: #FFD0E7;
	padding: 60px 11px 20px;
}

.footer_section_left {
	width: 77%;
}

.footer_section_left img {
	width: 100%;
	margin-bottom: 20px;
}

.footer_section_left p {
	color: #000000d9;
	line-height: 25px;
	letter-spacing: 0px;
	margin-bottom: 38px;
}

.copyright {
	color: #000000d9;
	display: flex;
	justify-content: space-between;
}

.footer_section_right h5 {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}

.email_section svg {
	width: 24px;
	height: 24px;
}

.email_section {
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 20px 0px;
}

.footer_section_right {
	padding-left: 90px;
}

.email_section a {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.italic_box p {
	margin-bottom: 20px;
}

.skill_right p {
	text-align: left;
}

.testimonials-wrap {
	padding: 40px 0;
	position: relative;
	z-index: 9;
	text-align: center;
}

.testimonials-wrap button {
	margin-top: 35px;
}

.Testimonial_slider {
	background-image: url(../images/beautifulwoman.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 106vh;
	display: grid;
	justify-content: center;
	align-items: center;
}

.Testimonial_slider::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000a6;
}

.testimonial_item {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 17px;
}

.testimonial-box p {
	min-height: 143px;
	margin-top: 21px;
}

.first_text {
	background: #ffcfe7;
	padding: 20px;
	text-align: center;
	font-weight: 700;
}

.why_new_section_inner .container {
	padding: 54px 0;
	width: 86%;
}