body {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Archivo', sans-serif;
	overflow-x: hidden;
}

.header {
	padding: 30px 0px;
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: all 0.3s ease;
}

.header.scrolled {
	padding: 15px 0px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.logo {
	width: 200px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.header-btn {
	display: inline-flex;
	align-items: center;
	justify-content: end;
	column-gap: 20px;
	background-color: #fff;
	padding: 4px;
	border-radius: 25px;
}

.header-btn .booking-text p {
	margin-bottom: 0px;
	color: #545663;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.header-btn .booking-text {
	padding: 0px 0px 0px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

.header-btn .pulse-effect {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #b1b3bd;
	border-radius: 50%;
	animation: pulse-effect 1s infinite;
}

@keyframes pulse-effect {
	0% {
		box-shadow: 0 0 0 0 rgb(177, 179, 189, 0.8);
	}

	100% {
		box-shadow: 0 0 0 15px transparent;
	}
}

.header-btn a {
	background-color: #19b1c0;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 18px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.28px;
	line-height: 125%;
	font-family: 'Archivo', sans-serif;
	text-transform: uppercase;
	transition: all 0.4s;
}

.header-btn a:hover {
	background-color: rgb(233 249 169);
}

.banner-section {
	padding: 150px 0px 0px 0px;
}

.banner-content {
	position: relative;
}

.banner-content h6 {
	color: #000214;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	letter-spacing: -.96px;
}

.banner-content h1 {
	color: #000214;
	font-size: 112px;
	line-height: 90px;
	font-weight: 900;
	font-family: 'Archivo', sans-serif;
	margin-top: 22px;
	letter-spacing: -6.72px;
}

.banner-content span {
	font-size: 120px;
	line-height: 90px;
	font-weight: 900;
	letter-spacing: -2px;
	font-family: 'Archivo', sans-serif;
	background-image: linear-gradient(0deg, rgba(177, 179, 189, 0.24) 0%, rgb(177, 179, 189) 100%, rgb(177, 179, 189) 100%);
	-webkit-background-clip: text;
	color: transparent;
	padding: 10px 0px 0px 268px;
	display: block;
}

.banner-content p {
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	letter-spacing: -.8px;
	color: rgb(177, 179, 189);
	font-family: 'Plus Jakarta Sans', sans-serif;
	position: absolute;
	right: -32px;
	bottom: 92px;
}

.slider-section {
	padding: 0px 0px 100px 0px;
	display: flex;
	z-index: 9;
	position: relative;
	background-color: #fff;
	margin-top: -28px;
	overflow: hidden;
}

.slider-main-box {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	flex: none;
	width: calc(600px * 8);
	overflow: hidden;
	animation: slide 40s linear infinite;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-600px * 4));
	}
}

.slider-box {
	width: 600px;
	height: 450px;
}

.slider-box img {
	width: 100%;
	height: 100%;
}

.about-section {
	background-color: #000214;
	padding: 240px 0px 140px 0px;
	position: relative;
}

.about-section .gradient-text {
	font-size: 120px;
	line-height: 110px;
	font-weight: 900;
	letter-spacing: -9px;
	font-family: 'Archivo', sans-serif;
	background-image: linear-gradient(0deg, rgba(177, 179, 189, 0.08) 0%, rgba(177, 179, 189, 0.32) 100%, rgb(177, 179, 189) 100%);
	-webkit-background-clip: text;
	color: transparent;
	padding: 0px 0px 0px 271px;
	display: block;
	position: absolute;
	top: 15px;
}

.about-content {
	padding-top: 50px;
	margin: 0px 107px 0px 55px;
}

.about-section .col-md-6 {
	padding: 0px;
}

.about-content h2 {
	font-size: 112px;
	color: #fff;
	line-height: 90px;
	font-weight: 900;
	letter-spacing: -6.72px;
	font-family: 'Archivo', sans-serif;
}

.about-content p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #b1b3bd;
	letter-spacing: -.14px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-content p:nth-child(2) {
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: -.29px;
	margin-top: 45px;
}

.about-image {
	position: relative;
	overflow: hidden;
}

.about-image img {
	width: 100%;
}

.mention-box h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #b1b3bd;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.mention-logos {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 25px;
}

.mention-logos img {
	width: 100px;
	height: 30px;
	object-fit: contain;
}

.mention-box {
	margin-top: 60px;
}

.animation-slide {
	background-image: url('../images/about-slide-shape.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 70px;
	width: 450px;
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	position: absolute;
	bottom: 0px;
	right: -50px;
	transform: rotate(-20deg);
}

.animation-slide li {
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	color: #000214;
	letter-spacing: -.96px;
	font-family: 'Archivo', sans-serif;
}

.animation-slide li img {
	width: 20px;
}

.work-section {
	padding: 100px 0px;
}

.work-heading {
	margin: 0px 80px 100px 80px;
}

.work-heading h2 {
	font-size: 112px;
	line-height: 90px;
	font-weight: 900;
	color: #000214;
	letter-spacing: -6.72px;
	font-family: 'Archivo', sans-serif;
}

.work-section .row .col-md-12 {
	padding: 0px;
}

.work-main-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.work-box {
	position: relative;
}

.work-box:hover .work-content {
	opacity: 1;
}

.work-img img {
	width: 100%;
}

.work-content {
	background-color: #00021452;
	width: max-content;
	text-align: center;
	padding: 11px 24px;
	border-radius: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.4s;
}

.work-content h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
}

.faq-section {
	padding: 50px 0px 100px 0px;
}

.faq-head {
	margin-right: 29px;
}

.faq-head h2 {
	font-size: 112px;
	line-height: 90px;
	font-weight: 900;
	color: #000214;
	letter-spacing: -6.72px;
	font-family: 'Archivo', sans-serif;
	margin-bottom: 65px;
}

.faq-head p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #545663;
}

.faq-main-box {
	border: none;
}

.faq-main-box .accordion-item {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #0002141f;
	border-radius: 0px;
}

.faq-main-box .accordion-item .accordion-button {
	background-color: transparent;
	box-shadow: none;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #000214;
	font-family: 'Plus Jakarta Sans', sans-serif;
	transition: all 0.4s;
}

.faq-main-box .accordion-item .accordion-button:hover {
	color: #545663;
}

.faq-main-box .accordion-item .accordion-button::after {
	background-image: url('../images/plus-icon.png');
}

.accordion-button:not(.collapsed)::after {
	transform: rotate(45deg);
}

.faq-main-box .accordion-item:last-child {
	border-bottom: 0px;
}

.faq-main-box .accordion-item .accordion-body p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #545663;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer {
	background-color: #000214;
	padding: 100px 0px;
}

.footer-head h2 {
	font-size: 112px;
	line-height: 90px;
	font-weight: 900;
	color: #fff;
	letter-spacing: -6.72px;
	font-family: 'Archivo', sans-serif;
}

.footer-head h5 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -.29px;
	margin: 60px 0px 30px 0px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.footer-head a {
	font-size: 40px;
	line-height: 40px;
	font-weight: 900;
	color: #d1f348;
	text-decoration: underline;
	transition: all 0.4s;
}

.footer-head a img {
	width: 40px;
	margin-left: 6px;
	transition: all 0.4s;
}

.footer-head a:hover {
	text-decoration: none;
}

.footer-head a:hover img {
	transform: rotate(45deg);
}

.footer .gradient-text {
	font-size: 200px;
	line-height: 160px;
	font-weight: 900;
	letter-spacing: -9px;
	font-family: 'Archivo', sans-serif;
	background-image: linear-gradient(0deg, rgba(177, 179, 189, 0.24) 0%, rgb(177, 179, 189) 100%, rgb(177, 179, 189) 100%);
	-webkit-background-clip: text;
	color: transparent;
	padding: 10px 0px 0px 246px;
	display: block;
}

.footer-shadow-box {
	background-color: #141727;
	margin-top: -35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address-box {
	display: flex;
	align-items: center;
	column-gap: 64px;
	padding: 64px;
	width: 60%;
	border-right: 1px solid rgba(255, 255, 255, .12);
}

.address-hover-box p {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #b1b3bd;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.address-hover-box a {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #b1b3bd;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-decoration: underline;
	transition: all 0.4s;
}

.address-hover-box a i {
	margin-left: 6px;
	transition: all 0.4s;
}

.address-hover-box a:hover {
	text-decoration: none;
}

.address-hover-box a:hover i {
	transform: rotate(45deg);
}

.address-box:hover .address-image {
	width: 240px;
	transition: width 0.4s;
}

.address-image {
	width: 0px;
}

.address-image img {
	width: 100%;
}

.social-media {
	padding: 64px;
	width: 40%;
}

.social-media ul {
	gap: 25px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style: none;
	display: flex;
	flex-direction: column-reverse;
}

.social-media ul li a {
	font-size: 18px;
	line-height: 31px;
	font-weight: 500;
	color: #b1b3bd;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-decoration: underline;
	transition: all 0.4s;
}

.social-media ul li a i {
	margin-left: 6px;
	transition: all 0.4s;
}

.social-media ul li a:hover {
	text-decoration: none;
}

.social-media ul li a:hover i {
	transform: rotate(45deg);
}

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

.copyright-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.backtotop-menu ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.backtotop-menu ul li {
	color: #b1b3bd;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.backtotop-menu ul li a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #b1b3bd;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-decoration: underline;
	transition: all 0.4s;
}

.backtotop-menu ul li a i {
	margin-left: 5px;
}

.copyright-box .copyright p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #b1b3bd;
}

.design-by {
	text-align: center;
	margin-top: 50px;
}

.design-by p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #b1b3bd;
	margin-bottom: 0px;
}

.design-by p a {
	color: #fff;
	text-decoration: none;
}

.design-by p a:hover {
	text-decoration: underline;
}

.framer-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9;
}

.framer-btn a {
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.26) 0px 0.637473px 1.14745px -1.125px, rgba(0, 0, 0, 0.24) 0px 1.93094px 3.4757px -2.25px, rgba(0, 0, 0, 0.192) 0px 5.10423px 9.18761px -3.375px, rgba(0, 0, 0, 0.03) 0px 16px 28.8px -4.5px;
}

.framer-btn a img {
	width: 12px;
}