/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/* color */
	--primary: #145993;
	--gold: #D89F44;
	--main-bg: #151414;
	--black: #000;
	--white: #fff;
	--btn-bg: #1E1E21;

	/* font */
	--primary-font: "Inter", sans-serif;

	/* ---- border ---- */
	--border-light: 1px solid #d8d8d8;
	--border-light-1: 1px solid #dddddd;

}


* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: var(--primary-font);
	font-weight: 300;
	font-size: 16px;
	background: var(--main-bg);
}

a {
	text-decoration: none;
	outline: none;
	color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--primary-font);
	font-weight: 500;
}

button,
input,
optgroup,
select,
textarea {
	font-family: var(--primary-font);
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/*  start css */


.top-header {
	position: relative;
}

.header {
	padding: 40px 0;
}

.header .container-fluid {
	padding: 0 65px;
}

.topl-light {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.topr-light {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.navbar {
	background: transparent;
	padding: 0;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}
.navbar .navbar-nav .nav-link {
	color: var(--white);
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 24px;
}

.navbar-brand {
	margin: 0;
	padding: 0;
}

.btn {
	border-radius: 50px;
	padding: 15px 28px 15px 28px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	background: var(--btn-bg);
	border-color: var(--btn-bg);
}

.hero-top {
	padding-top: 45px;
}

#navbarSupportedContent .btn {
	position: relative;
	margin-right: 15px;
}


.htl-subhead {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: var(--white);
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

.htl-subhead .line {
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: var(--primary);
	width: 20px;
	height: 6px;
}

.htl-box h1 {
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#767585));
	background: -o-linear-gradient(left, #FFFFFF 0%, #767585 100%);
	background: linear-gradient(90deg, #FFFFFF 0%, #767585 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	font-weight: 800;
	line-height: 76.8px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 20px;
}

.htl-box p {
	font-size: 18px;
	font-weight: 300;
	line-height: 25.2px;
	letter-spacing: -0.02em;
	text-align: left;
	text-underline-position: from-font;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: #929292;
	margin-bottom: 20px;
}

.htl-box .btn {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--black);
}

.htl-box .btn:hover,
.htl-box .btn:focus {
	background: #D1A153;
}

.hero-top .col-sm-6:first-child {
	min-width: 600px;
}

.hero-box {
	gap: 60px;
}

.hero-box .htl-box {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 100%;
}

.hero-box .htr-box{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.htr-box img {
	position: relative;
	right: 30px;
}

.award-box {
	margin-top: 102px;
	border-top: 1px solid #1E1E21;
	border-bottom: 1px solid #1E1E21;
	margin-bottom: 102px;
}

.awdinner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 95px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
}

.about-section {
	padding: 20px 0;
}

.about-left img {
	position: relative;
	left: -80px;
	max-width: 100%;
}

.about-content {
	padding-left: 50px;
}

.about-content h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: 400;
	line-height: 57.6px;
	letter-spacing: -0.03em;
	color: var(--white);
}

.about-content p {
	color: #929292;
}

.abtstar {
	height: 12px;
}

.about-content p {
	margin-bottom: 45px;
}

.about-content .awdinner-box {
	height: auto;
	gap: 30px;
	width: 100%;
}

.about-content .awdinner-box img{
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	margin-top: -30px;
	width: 100%;
	max-width:250px;
}

.service-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	h3 {
		font-size: 96px;
		font-weight: 400;
		line-height: 115.2px;
		letter-spacing: -0.03em;
		background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#767585));
		background: -o-linear-gradient(left, #FFFFFF 0%, #767585 100%);
		background: linear-gradient(90deg, #FFFFFF 0%, #767585 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.service-section {
	position: relative;
	padding: 100px 0;
	background-image: url(../images/service-bg.png);
	background-repeat: no-repeat;
	background-position: 240px -108px;
	overflow: hidden;
}

.service-section .service-light {
	position: absolute;
	right: -50%;
	bottom: -80%;
	z-index: -1;
}

.service-heading h3 {
	margin: 0;
}

.service-heading a {
	height: 124px;
	width: 124px;
	background: var(--primary);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1;
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	opacity: 0.9;

	&:hover {
		opacity: 1;
	}
}

.service-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #1E1E21;
	border-radius: 20px;
	padding: 30px 30px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 20px);
	        flex: 0 0 calc(50% - 20px);
	max-width: 100%;
}

.sb-heading {
	font-size: 48px;
	font-weight: 400;
	line-height: 57.6px;
	letter-spacing: -0.03em;
	text-align: center;
	color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
}

.sb-number {
	font-size: 18px;
	font-weight: 300;
	line-height: 25.2px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #929292;
}

.service-box {
	padding-top: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
}

.video-inner {
	padding: 25px;
	border: 1px solid var(--gold);
	border-radius: 30px;
}

.video-section {
	position: relative;
	padding: 20px 0 193px;
	overflow: hidden;
}

.video-section .video-light {
	position: absolute;
	right: -50%;
	top: -113%;
	z-index: -1;
}

.video-section .video-lines {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.video-container {
	width: 100%;
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-shadow: 0px 8px 20px rgba(black, 0.4);
	        box-shadow: 0px 8px 20px rgba(black, 0.4);

	.video-wrapper {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	video {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		height: 442px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;

	#circle-play-b {
		cursor: pointer;
		pointer-events: auto;

		svg {
			width: 100px;
			height: 100px;
			fill: var(--primary);
			stroke: var(--primary);
			cursor: pointer;
			background-color: var(--white);
			border-radius: 100%;
			opacity: 1;
		}
	}
}

.why-choose {
	margin-top: -75px;
	padding-bottom: 100px;
}

.wc-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 55px;
}

.sc-subhead {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	color: var(--white);
	position: relative;
	margin-bottom: 20px;

	&::before {
		content: "";
		width: 20px;
		height: 6px;
		border-radius: 30px;
		background: var(--primary);
		position: absolute;
		left: -30px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}

	&::after {
		content: "";
		width: 20px;
		height: 6px;
		border-radius: 30px;
		background: var(--primary);
		position: absolute;
		right: -30px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}

.wc-heading h3 {
	font-size: 48px;
	font-weight: 400;
	line-height: 57.6px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #fff;
}

.wc-mainbox {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
	gap: 24px;
}

.wc-box-inner {
	border: 1px solid #1E1E21;
	border-radius: 20px;
	padding: 75px 20px 35px;
	text-align: center;
	position: relative;
	margin-top: 50px;

	&:hover,
	&:focus {
		background: #1E1E21;
		transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
}

.wc-icon {
	background: var(--white);
	height: 100px;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
	z-index: 1;
}

.wc-icon img{
	width: auto;
	height: auto;
	max-width: 74px;
	max-height: 74px;
}

.wc-box-inner h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 30.8px;
	letter-spacing: -0.02em;
	text-align: center;
	color: var(--white);
	margin-bottom: 20px;
}

.wc-box-inner p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #929292;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.featured-heading {
	text-align: center;
	margin-bottom: 65px;
}

.featured-heading h4 {
	font-size: 96px;
	font-weight: 400;
	line-height: 115.2px;
	letter-spacing: -0.03em;
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#767585));
	background: -o-linear-gradient(left, #FFFFFF 0%, #767585 100%);
	background: linear-gradient(90deg, #FFFFFF 0%, #767585 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.featured-heading p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #929292;
	max-width: 70%;
	margin: 0 auto 40px;

}

.featured-heading a {
	width: 124px;
	height: 124px;
	border-radius: 100%;
	background: var(--primary);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;

	&:hover,
	&:focus {
		background: #145993cc;
	}
}

.featured-box {
	border: 1px solid #1E1E21;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 30px;
	padding: 24px;
	margin-bottom: 40px;
}

.fet-left {
	max-width: 490px;
	padding-left: 25px;
}

.fet-left h5 {
	font-size: 36px;
	font-weight: 400;
	line-height: 43.2px;
	letter-spacing: -0.03em;
	text-align: left;
	color: var(--white);
	margin-bottom: 20px;
}

.fet-left p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #929292;
	margin-bottom: 20px;
}

.ft-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-bottom: 50px;
}

.ft-tags .tagbox {
	border: 1px solid var(--white);
	border-radius: 30px;
	color: var(--white);
	padding: 5px 15px;
}

.fet-left a {
	display: inline-block;
}

.fet-right img {
	border-radius: 20px;
	width:100%;
	height: 100%;
	max-width: 410px;
	max-height: 390px;
}

.featured-section {
	position: relative;
}

.featured-section .featured-light {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	pointer-events: none;
}

.vcube-section {
	padding: 100px 0;
	position: relative;

	.vcube-left-img {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.vcube-right-img {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}

}

.vcube-heading {
	text-align: center;
	margin-bottom: 65px;
}

.vcube-heading h4 {
	font-size: 96px;
	font-weight: 400;
	line-height: 115.2px;
	letter-spacing: -0.03em;
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#767585));
	background: -o-linear-gradient(left, #FFFFFF 0%, #767585 100%);
	background: linear-gradient(90deg, #FFFFFF 0%, #767585 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.vcube-innerbx {
	border: 1px solid #1E1E21;
	border-radius: 20px;
	padding: 30px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.vcube-box {
	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
	gap: 30px; */

	.vcube-num {
		font-size: 64px;
		font-weight: 400;
		line-height: 76.8px;
		letter-spacing: -0.03em;
		text-align: center;
		color: var(--white);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 5px;

		span {
			color: var(--primary);
		}
	}

	h6 {
		font-size: 36px;
		font-weight: 400;
		line-height: 43.2px;
		letter-spacing: -0.03em;
		text-align: center;
		color: var(--white);
	}

	p {
		font-size: 16px;
		font-weight: 300;
		line-height: 22.4px;
		letter-spacing: -0.02em;
		text-align: center;
		color: #929292;

	}

	.vcube-innerbx {

		&:hover,
		&:focus {
			background: #1E1E21;
			transition: all .3s ease-in-out;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
		}

	}
}

.testimonial {
	padding: 20px 0;
	position: relative;

	.testi-left-img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	.testi-right-img {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
		-webkit-transform: rotate(-180deg);
		    -ms-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}
}

.testimonial-main-heading {
	padding-bottom: 65px;
}

.testi-heading h6 {
	font-size: 48px;
	font-weight: 400;
	line-height: 57.6px;
	letter-spacing: -0.03em;
	text-align: left;
	color: var(--white);
}

.testi-heading-para p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #929292;
}

.rating-box {
	border: 1px solid #1E1E21;
	border-radius: 30px;
	margin-bottom: 30px;
}

.rating-header {
	padding: 40px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #1E1E21;
}

.rating-num {
	font-size: 18px;
	font-weight: 300;
	line-height: 25.2px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #929292;

}

.rating-body {
	padding: 40px 40px;
	border-bottom: 1px solid #1E1E21;
}

.rating-body p {
	font-size: 26px;
	font-weight: 500;
	line-height: 39.2px;
	letter-spacing: -0.02em;
	text-align: left;
	color: var(--white);
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rating-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 40px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rating-name h6 {
	font-size: 22px;
	font-weight: 500;
	line-height: 30.8px;
	letter-spacing: -0.02em;
	text-align: left;
	color: var(--white);
	margin: 0;

}

.rating-name p {
	color: var(--white);
	font-size: 14px;
	font-weight: 300;
	line-height: 19.6px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #929292;
	margin: 0;
}

.collaborate-section {
	padding: 160px 0;
	text-align: center;
}

.collaborate-section h6 {
	text-align: center;
	color: var(--white);
	background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#767585));
	background: -o-linear-gradient(left, #FFFFFF 0%, #767585 100%);
	background: linear-gradient(90deg, #FFFFFF 0%, #767585 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	font-weight: 800;
	line-height: 76.8px;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
}

.collaborate-section p {
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: center;
	color: #C2C2C2;
	max-width: 80%;
	margin: 0 auto 80px;
}

.join-btn {
	border: 1px solid transparent;
	border-radius: 8px;
	/* Rounded corners */
	background-clip: padding-box;
	/* Ensures gradient doesn't overlap content */
	/* border-image: linear-gradient(95.9deg, rgba(255, 255, 255, 0.9) 0%, #202020 97.91%) 1; */
	/* background-color: linear-gradient(90deg, rgba(38, 24, 82, 0.125) 0%, rgba(15, 5, 45, 0.125) 100%); */
	background: #16141B;
	color: var(--white);
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 337px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	border-radius: 8px;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 28.8px;
	text-align: center;

	&:hover, &:focus {
		color: var(--white);
		background: #1d1a26; 
	}

	&::before {
		content: "";
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		z-index: -1;
		border-radius: inherit;
		/* Matches the border-radius of the button */
		background: -o-linear-gradient(354.1deg, rgba(255, 255, 255, 0.9) 0%, #202020 97.91%);
		background: linear-gradient(95.9deg, rgba(255, 255, 255, 0.9) 0%, #202020 97.91%);
		/* Gradient border */
	}
}

.footer {
	border-top: 1px solid #424242;
	padding: 160px 0 67px;
}

.footer-bottom {
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.footer-top {
	margin-bottom: 40px;
}

.footer-bottom p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 13.2px;
	color: var(--white);
}

.quick-linksbx h5 {
	font-size: 30px;
	font-weight: 600;
	line-height: 50.4px;
	text-align: left;
	color: var(--white);
	margin-bottom: 20px;
}

.quick-linksbx ul {
	margin: 0;
	padding: 0;
	list-style: none;

	li {
		margin-bottom: 10px;
		color: #fff;
		font-weight: 500;
		line-height: 22.4px;
		text-align: left;

		a {
			color: var(--white);
			font-size: 16px;
			font-weight: 500;
			line-height: 22.4px;
			text-align: left;

			&:hover,
			&:focus {
				color: #929292;
			}
		}
	}
}

/* end css */