/*************------------------------------

 * Theme Name: arkitektur - Creative Architecture HTML5 Template
 * Author: balthemes;
 * Description: A Bootstrap-5 Responsive Multipurpose Ecommerce Theme
 * Version: 1.1
 * Bootstrap v5.0.0-beta2 (http://getbootstrap.com)
 * Copyright 2021.
 
 ------------------------------*************/


/****---- Google Font ----****/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap');
html,
body {
	height: 100%;
	min-height: 100%;
	font-family: 'Poppins', sans-serif;
	background: #000;
	scroll-behavior: smooth;
}


/* Common Tags Start */

h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 60px;
	line-height: 70px;
}

h2 {
	font-size: 55px;
}

h3 {
	font-size: 40px;
}

h6 {
	font-size: 18px;
	line-height: 28px;
}

img {
	width: 100%;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none;
}

button:focus,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	list-style: none
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing:0;
	line-height: 25px;
	color: #ccc;
	font-family: 'Poppins', sans-serif;
}

p:last-child {
	margin-bottom: 0px !important;
}

section {
	padding: 100px 0px;
}

section .row {
	height: 100%;
	clear: both
}
   
.col-xs-6 {
	width: 50%;
	max-width: 50%;
}

.d-none {
	display:none;
}

/* Common Tags End */


/* Explore More Start */

.explore-more {
	color: #06f9ee;
	font-size: 16px;
	position: relative;
	padding-left: 60px;
	margin-top: 20px;
	display: inline-block;
}

.explore-more:hover {
	color: #06f9ee;
}

.explore-more::after {
	content: '';
	height: 1px;
	transition: all 0.5s ease-in-out;
	width: 30px;
	display: block;
	position: absolute;
	left: 0px;
	top: 10px;
	background: #06f9ee;
}

.explore-more:hover::after {
	width: 50px;
}


/* Explore More End */


/* Owl Nav Start */

.owl-nav {
	width: 80px;
	padding: 0px;
	display: inline-block;
	margin-top: 25px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.owl-nav button {
	width: 40px;
	height: 40px;
	background: #06f9ee !important;
}

.owl-nav button:hover {
	background-color: #000000 !important;
}

.owl-nav button:hover svg {
	color: #06f9ee;
}


/* Owl Nav End */


/* Postions Start */

.pos-rel {
	position: relative;
}

.pos-fix {
	position: fixed;
	top: 0;
}

.pos-sticky {
	position: sticky;
	top: 0;
}


/* Postions End */


/* Padding Start */

.pd-none {
	padding: 0px;
}

.pd-b-80 {
	padding-bottom: 80px;
}

.pd-b-20 {
	padding-bottom: 20px;
}

.pd-t-20 {
	padding-top: 20px;
}

.pd-t-50 {
	padding-top: 50px;
}

.pd-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* Padding End */


/* Margins Start */

.mr-none {
	margin: 0px;
}

.mr-b-20 {
	margin-bottom: 20px;
}

.mr-t-20 {
	margin-top: 20px;
}

.mr-t-30 {
	margin-top: 30px;
}

.mr-t-50 {
	margin-top: 50px;
}

.mr-b-30 {
	margin-bottom: 30px;
}

.mr-b-50 {
	margin-bottom: 50px;
}


/* Margins End */


/* Alignment Start */

.text-right {
	text-align: right;
}


/* Alignment End */


/* Image Layer Animation Start */

.img-sec {
	position: relative;
	overflow: hidden;
}

.img-sec:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #80f7f7;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1500ms ease;
}

.img-sec.animated:after {
	transform: translateX(101%);
}


/* Image Layer Animation End */

h2,
h4,
h3,
h5,
h6 {
	font-weight: 600;
	color: #06f9ee;
}


/* Section Heading Start */

.sec-heading {
	margin-bottom: 20px;
}

.sec-heading h6 {
	color: #ccc;
	font-weight: 500;
	margin-bottom: 15px;
}


/* Section Heading End */


/* Form Start */

form {
	width: 100%;
}

form .form-group {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
form textarea {
	width: 100%;
	padding: 12px 10px !important;
	float: left;
	border: none;
	border-bottom: solid 1px #ffffff20;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #ffffff;
	border-radius: 0;
}

form textarea {
	height: 120px;
	font-size: 14px;
	border-radius: 0;
}

form input[type="text"]:focus,
form input[type="button"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="number"]:focus,
form textarea:focus,
.custom-select select:focus {
	box-shadow: none;
	border-bottom: solid 1px #ffffff;
	outline: none;
}

form button[type="submit"] {
	border-radius: 0px;
	border-bottom: solid 2px #06f9ee;
	color: #06f9ee;
	padding: 15px 40px !important;
}

form button[type="submit"]:hover {
	background-color: #06f9ee;
	color: #000000;
}

form input::-moz-placeholder,
form input:-ms-input-placeholder,
form input::-webkit-input-placeholder {
	color: #ffffff;
}


/* Form End */


/* Blog Card Start */

.blog-card {
	display: block;
	margin-bottom: 50px;
}

.blog-card .img-sec {
	width: 100%;
	height: 250px;
}

.blog-card .img-sec img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blog-card .post-detail {
	padding: 20px 0px;
}

.blog-card .post-detail .posted-on {
	font-size: 14px;
	transition: all 0.5s ease-in-out;
	color: #cccccc;
}

.blog-card .post-detail:hover .posted-on {
	color: #ffffff;
}

.blog-card .post-detail .post-title {
	margin: 10px 0;
}

.blog-card .post-detail .post-title a {
	color: #06f9ee;
	font-weight: 600;
	line-height: 25px;
	display: block;
}

.blog-card .post-detail:hover a {
	color: #fff;
}


/* Blog Card End */


/* Pagination Start */

nav ul.pagination {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

nav ul.pagination .page-item {
	border-radius: 0;
	display: inline-block;
	margin: 0px 5px;
}

nav ul.pagination .page-item .page-link {
	color: #fff;
	padding: 0;
	background: none;
	border: 1px solid #ffffff20;
	font-size: 18px;
	height: 40px;
	width: 40px;
	text-align: center;
	margin-right: 15px;
	line-height: 40px;
}

nav ul.pagination .page-item .page-link:last-child {
	margin-right: 0px;
}

nav ul.pagination .page-item .page-link i {
	display: inline-block;
}

nav ul.pagination .page-item .page-link i::before {
	font-size: 16px;
	margin-left: 0px;
}

nav ul.pagination .page-item.active .page-link,
nav ul.pagination .pge-item.active .page-link,
nav ul.pagination .page-link:hover {
	background: #06f9ee;
	border: solid 1px #06f9ee;
	color: #000;
	-webkit-box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 10%);
}


/* Pagination End */