@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600;700;800;900;1000&display=swap");

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #8a909a;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #04072e;
	font-family: "DM Sans", sans-serif;
}

span {
	display: inline-block;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}

/* Custom class area start here */
.custom-container {
	max-width: 1820px;
}
.section-padding {
	padding: 100px 0;
}
/* Custom class area end here */

/* Custom btn area start here */
.custom-btn {
	background-color: #fff;
	padding: 20px 60px;
	border-radius: 30px;
	color: #246bfd;
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
}
.custom-btn:hover {
	color: #246bfd;
}
/* Custom btn area end here */

/* Section header area start here */
.section-header {
	margin-bottom: 80px;
}
.section-header h2 {
	font-size: 40px;
	font-weight: 700;
}
.section-header span {
	color: #246bfd;
	padding-bottom: 20px;
}
/* Section header area end here */

/* Banner area start here */
.logo {
	max-width: 160px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.logo img {
	width: 100%;
}
/*------ Banner-video Section --------*/
.video-banner {
	overflow: hidden;
	width: 100%;
	height: 70vh;
	background: rgba(0, 29, 35, 0.3);
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.video-banner .banner-content {
	max-width: 1090px;
}
.video-banner .banner-content .banner-title {
	font-size: 120px;
	color: #fff;
	font-weight: 600;
}
.video-banner .banner-content .sub-title {
	font-size: 30px;
	color: #fff;
}

.back-video {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
	.back-video {
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9) {
	.back-video {
		width: auto;
		height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.video-banner .banner-content .banner-title {
		font-size: 100px;
		color: #fff;
		font-weight: 600;
	}
	.video-banner .banner-content .sub-title {
		font-size: 30px;
		color: #fff;
	}
}
/*------Banner-video Section--------*/
/* Banner area end here */

/* Domos area start here */
.template-item {
	position: relative;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 50px -10px rgba(10, 37, 64, 0.17);
	box-shadow: 0px 10px 50px -10px rgba(10, 37, 64, 0.17);
	border-radius: 10px;
}
.template-item:hover .template-thumb img {
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.template-thumb {
	position: relative;
}
.template-thumb .new-badge {
	position: absolute;
	top: 28%;
	left: 20px;
	background-color: #246bfd;
	color: #ffffff;
	border-radius: 50px;
	padding: 1px 15px;
	font-weight: 500;
	font-size: 12px;
}
.template-thumb img {
	border-radius: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.template-content {
	text-align: center;
	margin-top: 20px;
}
.template-content .title {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.template-content .title:hover {
	color: #246bfd;
}
.base {
	background-color: #db0909;
	padding: 8px 15px;
	border-radius: 30px;
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 35px;
	right: 40px;
	z-index: 99;
}
/* Domos area end here */

/* Footer area start here */
footer {
	text-align: center;
	background-image: url(../../assets/images/bg/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
footer h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
}
/* Footer area end here */
