@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;1,&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope&family=Montserrat:ital,wght@0,100;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Manrope&family=Montserrat:ital,wght@0,100;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Manrope&family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Manrope&family=Montserrat:wght@700&family=Quicksand:wght@700&display=swap");
*,
*::before,
*::after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: whitesmoke;
}

.wrapper {
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

/* <-----------------------------------------------------container-section------------------------------------------------------------------> */

a {
	text-decoration: none;
	color: whitesmoke;
}

.container-navbar {
	position: sticky;
	width: 100%;
	height: 70px;
	background: #0f0f10;
	top: 0;
	z-index: 10;
}

/* <-----------------------------------------------------navbar-section------------------------------------------------------------------> */

.navbar-section {
	margin: 0 auto;
	width: 98.75%;
	height: 100%;
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-container {
	height: 41px;
	width: 243px;
	left: 17px;
}

.nav-items-section {
	display: flex;
	gap: 31px;
	flex-basis: 30%;
}

.nav-font {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;

	text-transform: uppercase;

	color: #ffffff;
}

.nav-font :hover {
	transition: 0.9s;
	color: #ec008c;
}
.hamburger {
	padding: 10px;
	border: none;
	background-color: #e54897;
	border-radius: 10px;
}
@media screen and (min-width: 650px) {
	.hamburger-menu {
		display: none !important;
	}
}
@media screen and (max-width: 650px) {
	#nav-section {
		display: none !important;
	}
	.login-text {
		display: none !important;
	}
}
/* <-----------------------------------------------------banner-section------------------------------------------------------------------> */
.banner-section {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0px;
	gap: 2rem;
}

.banner-image-1,
.banner-image-2,
.banner-image-3,
.banner-image-4 {
	height: 100%;
}

/* cards */

.banner-section-content {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
}

.banner-section-main-hero {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
}

.banner-section-main-hero > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.banner-section-main-content {
	color: #ffffff;
}
@media screen and (min-width: 980px) {
	.banner-cap {
		display: none;
	}
	.banner-cap-4 {
		display: none;
	}
}
.banner-cap {
	position: absolute;
	bottom: 0;
	top: 65%;
	width: 90%;
	padding-left: 20px;
}
.banner-cap-4 {
	position: absolute;
	bottom: 0;
	top: 70%;
	width: 90%;
	padding-left: 20px;
}
.banner-c-heading {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 52px;
	border-bottom: 1px solid #e54897;
	color: white;
}
.banner-c-desc {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 17px;
	border-bottom: 1px solid #e54897; 
	color: white;
}
.banner-c-button {
	padding: 10px 15px;
	border-radius: 6px;
	border-style: none;
	background: #39014b;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #ebf4f8;
	cursor: pointer;
	text-transform: uppercase;
	z-index: 9;
	margin-top: 15px;
}
.banner-section-heading {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 64px;
	line-height: 78px;
	border-bottom: 1px solid #e54897;
}

.banner-section-description {
	font-family: "Quicksand";
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.reserve-button {
	height: 46px;
	width: 350px;
	border-radius: 6px;
	border-style: none;
	background: #39014b;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #ebf4f8;
	cursor: pointer;
	text-transform: uppercase;
	z-index: 9;
}

@media screen and (max-width: 980px) {
	#violet-vector {
		display: none !important;
	}
	#pink-vector {
		display: none !important;
	}

	.banner-section-main-content {
		display: none !important;
	}
	#girl-two-left-v {
		display: none !important;
	}
	#girl-two-right-v {
		display: none !important;
	}
	#girl-two-bottom-v {
		display: none !important;
	}

	#old-lady-pink-vector {
		display: none !important;
	}

	#old-lady-dark-blue-vector {
		display: none !important;
	}

	/* for-card-4 */

	#cool-guy-left-violet-vector {
		display: none !important;
	}

	#cool-guy-right-violet-vector {
		display: none !important;
	}

	#cool-guy-pink-vector {
		display: none !important;
	}
}
/* content-section-one */

.banner-section-main-content-one {
	left: 0rem;
	right: 49.03%;
	/* top: 376px; */
	bottom: 0;
	padding-top: 305px;
	padding-left: 5rem;
	padding-right: 90px;
	padding-bottom: 10rem;
	z-index: 9;
}

.banner-section-main-content {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
}

#violet-vector {
	position: absolute;
	right: 72.11%;
	top: -15.19%;
	bottom: -4.58%;
	z-index: 2;
}

#pink-vector {
	position: absolute;
	left: -8.1%;
	bottom: -1%;
	z-index: 3;
}
/* content-card-two */

.banner-section-main-content-two {
	right: 0rem;
	bottom: 122px;
	padding-right: 9rem;
	z-index: 5;
	/* opacity: 0; */
}

#girl-two-left-v {
	position: absolute;
	left: 0;
	z-index: 2;
}
#girl-two-right-v {
	position: absolute;
	top: 0;
	right: -3rem;
	z-index: 3;
}
#girl-two-bottom-v {
	position: absolute;
	left: -6.5rem;
	z-index: 4;
	bottom: 0;
}

/* for-card-3 */

.banner-section-main-content-three {
	right: 0rem;
	bottom: 200px;
	padding-right: 8.3rem;
	opacity: 1;
	z-index: 5;
}

#old-lady-pink-vector {
	position: absolute;
	right: -14rem;
	bottom: 0;
	z-index: 2;
}

#old-lady-dark-blue-vector {
	position: absolute;
	top: 0;
	right: -13rem;
	z-index: 3;
}

/* for-card-4 */

#cool-guy-left-violet-vector {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 2;
}

#cool-guy-right-violet-vector {
	position: absolute;
	right: 72.11%;
	top: -15.19%;
	bottom: -4.58%;
	z-index: 2;
}

#cool-guy-pink-vector {
	position: absolute;
	left: -8.1%;
	bottom: -1%;
	z-index: 3;
}

/* <-----------------------------------------------------about-tab-section------------------------------------------------------------------> */
.tab-section {
	margin: 100px 150px;
	min-height: 60vh;
}
.tab-section-head {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 48px;
	color: #7a7b7b;
	border: none;
	background-color: transparent;
}
@media screen and (max-width: 980px) {
	.tab-section {
		margin: 40px 15px;
	}
	.tab-section ul {
		display: block !important;
	}
	/* .tab-list{
        display: block !important;
    } */
}
@media screen and (min-width: 650px) {
	.tab-button-desktop {
		margin: 80px auto !important;
		width: 30% !important;
	}
}
/* .tab-section ul button{
    font-size: 48px;
    font-weight: 900;
    color: #7A7B7B !important;
    border: none;
    background-color: transparent;
} */
.tab-section li .active {
	border-bottom: 9px solid #ec008c;
}
.tab-description {
	font-size: 24px;
	font-weight: 400;
	font: "Monsterrat";
	color: #7a7b7b;
}

.tab-button {
	margin: 80px 20px;
	height: 46px;

	border-radius: 6px;
	border-style: none;
	background: #39014b;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #ebf4f8;
	cursor: pointer;
	text-transform: uppercase;
	background: #ec008c;
	box-shadow: 0px 2px 4px rgba(44, 39, 56, 0.08),
		0px 4px 8px rgba(44, 39, 56, 0.08);
	border-radius: 6px;
}
@media screen and (max-width: 650px) {
	.tab-button {
		font-size: 13px;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

/* <-----------------------------------------------------join-us-section------------------------------------------------------------------> */

@media screen and (max-width: 650px) {
	.join-us-content {
		display: none !important;
	}
	.content-section-two {
		display: none !important;
	}
	.join-us-vector {
		display: none !important;
	}
	.desktop-view-vector {
		display: none !important;
	}
}
@media screen and (min-width: 650px) {
	.mobile-view-vector {
		display: none !important;
	}
}
.mobile-alphabet-vector {
	height: 45px;
}
.desktop-view-alphabet {
	height: 60px;
}
.vector-mobile {
	/* width:250vw; */
	height: 200px;
}
.vector-mobile-box {
	min-height: 33vh;
	opacity: 0.7;
	width: 100vw;
	background-color: #ff8d27c7;
	margin-top: -47px;
	padding-top: 50px;
}
.vector-mobile-box-2 {
	min-height: 33vh;
	opacity: 0.7;
	width: 100vw;
	background-color: #8e40d6;
	margin-top: -47px;
	padding-top: 50px;
}
.vector-mobile-box-3 {
	min-height: 33vh;
	opacity: 0.7;
	width: 100vw;
	background-color: #6adf8b;
	margin-top: -47px;
	padding-top: 50px;
}
.mobile-button-caorousel {
	border: none;
	background: transparent;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 50px;
	color: #ffffff;
}
.join-us-section {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100vw;
	border-radius: 0px;
	gap: 2rem;
}

.vectors {
	height: 100%;
	min-width: 40%;
	overflow: auto;
}

.join-us-tabs {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 95vh;
	border-radius: 0px;
	background-size: cover;
	z-index: 0;
}

.video-mobile {
	min-height: 100%;
	max-width: 100%;
}
/* tab-1 */
.bg-video-1 {
	position: absolute;
	z-index: -1;
	min-height: 100%;
	max-width: 180%;
	min-width: 100%;
	overflow: hidden;
}
.bg-video-4 {
	position: absolute;
	z-index: -1;
}
@media screen and (max-width: 650px) {
	.bg-video-1 {
		position: absolute;
		z-index: -1;
	}
	.bg-video-3 {
		position: absolute;
		z-index: -1;
		left: -1200px;
	}
}
#light-orange-vector {
	position: absolute;
	left: -15%;
	top: 0%;
	z-index: 6;
}

#dark-orange-vector {
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 6;
}

.join-us-content {
	position: absolute;
	left: 8.33%;
	right: -22.33%;
	top: 10.06%;
	bottom: 307px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 7;
	gap: 170px;
}
.content-section-one-mobile {
	font-size: 45px !important;
	/* margin: 40px 0 !important; */
	height: fit-content !important;
}
.content-section-one {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 74px;
	height: 120px;

	color: #ffffff;
}

.items1 {
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 74px;
	margin-bottom: 20px;
	/* height: 50px; */

	color: #ffffff;
}

/* .items1 {
	font-size: 102px;
} */

.content-section-two {
	display: flex;
	flex-direction: column;
}

.content-section-two > div {
	font-size: 10px;
}

.join-us-button {
	position: absolute;
	height: 56px;
	width: 228px;
	right: 80px;
	bottom: 70px;
	border-radius: 6px;
	border: 3px solid #ec008c;

	box-shadow: 0px 2px 4px 0px #2c273814;
	background-color: rgba(0, 0, 0, 0);
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;
	cursor: pointer;

	color: #ebf4f8;
	z-index: 8;
}

.join-us-button-heading {
	position: absolute;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 900;
	font-size: 29px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	right: 190px;
	bottom: 110px;

	color: #ffffff;
	z-index: 9;
}

.items {
	display: flex;
	/* height: 100px; */
	margin-bottom: 20px;
	width: auto;
}

.join-us-sec-2-button {
	cursor: pointer;
	background-color: transparent;
	border: none;
}

/* <-----------------------------------------------------review-section------------------------------------------------------------------> */

.review-section {
	width: 100%;
	height: auto;
	background-image: url(./images/review-section/review-background.svg);
	background-size: cover;
}

.review-section-container {
	display: flex;
	flex-direction: column;
	padding-top: 76px;
	padding-bottom: 76px;
	gap: 77px;
}

.user-1,
.user-3 {
	align-self: flex-start;
}

.review-section-container > .content-section-one {
	text-align: center;

	color: #7a7b7b;
}

.review-card {
	position: relative;

	background: #ffffff;
	box-shadow: 0px 28.9334px 61.5604px rgba(21, 21, 21, 0.15);
	border-radius: 16px;
	padding: 72px 39px 25px;
}

.review-img {
	position: absolute;
	width: 75.75px;
	height: 75.75px;
	left: 25px;
	top: -36px;
}

.review-rating {
	position: absolute;
	display: flex;
	right: 25px;
	top: 20px;
	gap: 5px;
}

.review-desc {
	font-family: "Inter";
	font-style: normal;
	width: 324.33px;

	font-weight: 400;
	font-size: 16px;
	line-height: 19px;

	color: #000000;
}

.review-username > .username {
	height: 19px;

	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;

	color: #000000;
}

.review-username > .date {
	width: 43px;
	height: 14px;

	font-family: "Manrope";
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	/* identical to box height */

	color: #505050;
}

.user-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.cards-conatiner {
	display: flex;
	gap: 2.5rem;
	align-self: center;
}
@media screen and (max-width: 650px) {
	.cards-conatiner {
		display: block !important;
	}
	.review-card {
		margin: 20px 0 50px 0 !important;
	}
}

/* <-----------------------------------------------------certification-section------------------------------------------------------------------> */

.certification-section {
	margin: 50px auto;
	width: 50% !important;
}
@media screen and (max-width: 780px) {
	.certification-section {
		margin: 50px auto;
		width: 100% !important;
	}
}
.certification-content {
	padding: 10px;
	overflow: hidden;
}
.certification-heading {
	margin: 10px 0;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.certification-desc {
	margin: 10px 0;
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;

	color: #000000;
}
.certification-icons {
	margin: 10px 0 !important;
	display: flex;
	justify-content: center;
	overflow: hidden;
	flex-wrap: wrap;
	margin: 5px auto;
}
/* <-----------------------------------------------------footer-section------------------------------------------------------------------> */

footer {
	background-color: #1e1e1e;
	/* padding: 30px 50px; */
}
@media screen and (max-width: 650px) {
	footer {
		align-items: center;
		justify-content: center;
		/* padding: 0; */
	}
	.logo-footer {
		width: 74px !important ;
		height: 86px !important;
	}
}
.footer-wrap {
	padding: 30px 50px;
}
footer a {
	color: #ebf4f8;
	text-decoration: none;
}
footer ul {
	list-style: none;
}
.section-one {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.logo-footer {
	width: 150px;
	height: 174px;
}

.section-one-content-heading {
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	height: auto;
	color: #ec008c;
}
.section-one-content-heading ul li {
	font-family: "Montserrat";
	font-size: 500;
	font-size: 20px;
}
footer ul {
	padding: 0 !important;
	margin: 0;
}
.content-section-one {
	margin: 10px 0;
}
.section-one-content-subheading {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 172.4%;

	color: #ffffff;
}

.section-one-content-one {
	display: flex;
	flex-direction: column;
}

.section-one-content-three-icons {
	display: flex;
	padding-top: 15px;
	font-size: 35px;
	gap: 1.5rem;
	color: #ec008c;
	cursor: pointer;
}

.section-one-content-three-icons i:hover {
	scale: 1.1;
	transition: 1s;
}
@media screen and (max-width: 650px) {
	.footer-payments-icons {
		width: 80vw;
	}
	.footer-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section-4 {
		display: flex;
		justify-content: center;
	}
}
/* <------------------------------------------------------------------------------------------------------------------------------------------> */
