/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ------------- Main CSS file for Onix Digital -------------- */

/* ----- NavBar Area Start ----- */
.navbar {
	height: 100px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav-shadow {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 768px) {
	#navbarNav {
		background-color: var(--grey);
		text-align: center;
		margin-top: 10px;
	}
	#navbarNav ul li {
		border-bottom: 1px solid #e7e7e7;
	}
	#navbarNav ul li:first-child {
		border-top: 1px solid #e7e7e7;
	}
	#navbarNav ul li a {
		padding: 15px 0;
	}
	.navbar-toggler {
		border: none !important;
	}
	.navbar-toggler:focus {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}
/* ----- NavBar Area End ----- */

/* ----- Hero section Start ----- */
#hero {
	height: 500px;
	margin-top: 100px;
}

/* Right side image of hero secton */
@media screen and (min-width: 992px) {
	#hero::before {
		content: "";
		background-image: url(../images/banner-right-image.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		right: 0;
		top: 100px;
		width: 550px;
		height: 445px;
		z-index: -1;
	}
}
/* Left side image of hero secton */
#hero::after {
	content: "";
	background-image: url(../images/baner-dec-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 100px;
	width: 280px;
	height: 500px;
	z-index: -1;
}

/* Swiper style for hero section*/
#hero .swiper {
	margin: 0;
}
@media screen and (max-width: 1200px) {
	#hero .swiper {
		width: 535px;
	}
}
@media screen and (min-width: 1200px) {
	#hero .swiper {
		width: 700px;
	}
}
@media screen and (max-width: 992px) {
	#hero .swiper {
		width: 100%;
	}
}
#hero .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	font-size: 20px;
	font-weight: 600;
	margin: 0 10px !important;
}
#hero .swiper-pagination-bullet-active {
	color: var(--primary-color);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#hero .swiper-pagination1 {
	text-align: start;
	bottom: -30px !important;
	left: -10px !important;
}
/* End swiper style */

/* ----- Hero section End ----- */

/* ----- Services section start ----- */
#services::before {
	content: "";
	background: url(../images/services-left-dec.png) no-repeat;
	position: absolute;
	top: -30px;
	left: -5px;
	width: 250px;
	height: 130%;
}

#services::after {
	content: "";
	background: url(../images/services-right-dec.png) no-repeat;
	position: absolute;
	top: 70%;
	right: 20px;
	width: 300px;
	height: 130%;
}
.my-service-card {
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	border-radius: 20px;
	border: none;
	margin: 20px;
	padding: 20px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Swiper style for services section */
#services .swiper {
	padding-bottom: 30px !important;
}
#services .swiper-pagination2 {
	bottom: 80px;
}
#services .swiper-pagination-bullet {
	background: var(--primary-color);
	width: 10px;
	height: 10px;
	opacity: 0.4;
}
#services .swiper-pagination-bullet-active {
	color: var(--primary-color);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
#services hr {
	color: rgba(0, 0, 0, 0.3);
}
/* ----- Services section End ----- */

/* ----- Projects Done section Start ----- */
#projects-done h2 {
	width: 100% !important;
	font-size: 30px;
	text-align: start !important;
	margin: 0;
}
#projects-done hr {
	color: rgba(0, 0, 0, 0.2);
}
/* ----- Projects Done section End ----- */

/* ----- Portfolio Section Start ----- */
#portfolio::before {
	content: "";
	background: url(../images/portfolio-left-dec.png);
	position: absolute;
	top: 35px;
	left: 40px;
	width: 342px;
	height: 311px;
	z-index: -1;
	overflow: hidden;
}
@media screen and (max-width: 500px) {
	#portfolio::before {
		left: 10px;
		width: 280px;
	}
}
.portfolio-card {
	margin: 0 10px;
}
.portfolio-card:hover .portfolio-card-hover {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-card img {
	border-radius: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 100%;
}
.portfolio-card:hover img {
	opacity: 0.7;
}
.portfolio-card-hover {
	position: absolute;
	bottom: 10px;
	right: 40px;
	background: url(../images/hover-bg.png) no-repeat;
	width: 250px;
	height: 215px;
	padding: 20px;
	-webkit-transform: translateY(110%);
	-ms-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}
.protfolio-details {
	padding: 10px;
	position: absolute;
	bottom: 10px;
	right: 30px;
}

@media screen and (max-width: 430px) {
	.portfolio-card-hover {
		padding: 0;
		bottom: -5px;
		right: 20px;
		background: url(../images/hover-bg.png) no-repeat;
		background-size: 100%;
		width: 160px;
		height: 156px;
		padding: 0px;
	}
	.protfolio-details {
		padding: 0 5px;
		position: absolute;
		bottom: 18px;
		right: 8px;
	}
}

/* Swiper navigation button style */

.swiper-button-prev,
.swiper-button-next {
	font-size: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	opacity: 0.6;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 16px;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
#portfolio .swiper-pagination-bullet {
	background: var(--primary-color);
	width: 10px;
	height: 10px;
	opacity: 0.4;
}
#portfolio .swiper-pagination-bullet-active {
	color: var(--primary-color);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}
.swiper-pagination3 {
	bottom: -30px !important;
}

/* ----- Portfolio Section End ----- */

/* ----- Our Plans Section Start ----- */
#plans::before {
	content: "";
	background: url(../images/tables-left-dec.png) no-repeat;
	position: absolute;
	top: 40px;
	left: 0;
	width: 430px;
	height: 300%;
	z-index: -1;
}
#plans::after {
	content: "";
	background: url(../images/tables-right-dec.png) no-repeat;
	position: absolute;
	top: 20px;
	right: 0;
	width: 360px;
	height: 300%;
	z-index: -1;
}
@media screen and (max-width: 500px) {
	#plans::before {
		width: 280px;
	}
	#plans::after {
		width: 280px;
	}
}
.plan-card {
	z-index: 2;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	border-radius: 45px;
}
.plan-card-1 {
	background: url(../images/first-plan-bg.png) #fff;
}
.plan-card-2 {
	background: url(../images/second-plan-bg.png) #fff;
}
.plan-card-3 {
	background: url(../images/third-plan-bg.png) #fff;
}
.plan-card .btn-main {
	padding: 12px 25px;
}
/* ----- Our Plans Section End ----- */

/* ----- SEO check section Start ----- */
.seoBg {
	background: url(../images/subscribe-bg.png) no-repeat;
	background-size: cover;
	padding: 36px 10px;
	border-radius: 20px;
}
.checkSeoForm input {
	border: none;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.checkSeoForm {
	background: var(--white);
	border-radius: 50px;
	margin-bottom: 15px;
}
#checkSeoSubmit {
	padding: 10px 60px;
}
.checkSeoForm::after {
	content: "";
	background-image: url(../images/subscribe-dec.png);
	position: absolute;
	width: 195px;
	height: 138px;
	background-repeat: no-repeat;
	background-position: center center;
	right: -75px;
	top: -140px;
}

@media screen and (max-width: 768px) {
	.checkSeoForm {
		background: var(--white);
		border-radius: 10px;
		margin-bottom: 15px;
	}
	.checkSeoForm input {
		margin: 10px 0;
	}
	.checkSeoForm::after {
		display: none;
	}
}
/* ----- SEO check section End ----- */

/* ----- Video section Start ----- */
#video::before {
	content: "";
	background: url(../images/videos-left-dec.png);
	width: 220px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#video::after {
	content: "";
	background: url(../images/videos-right-dec.png);
	width: 750px;
	height: 450px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

/* Video Tabs Start */
.video-thumb iframe {
	border-radius: 23px;
}
.video-content {
	background: rgb(255, 104, 95);
	background: -o-linear-gradient(
		345deg,
		rgba(255, 104, 95, 1) 0%,
		rgba(255, 144, 104, 1) 100%
	);
	background: linear-gradient(
		105deg,
		rgba(255, 104, 95, 1) 0%,
		rgba(255, 144, 104, 1) 100%
	);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-left-radius: 23px;
	border-bottom-right-radius: 23px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	color: var(--white);
}
.video-content h4 {
	font-weight: 600;
	margin: 0 !important;
}
.video-content p {
	margin: 0 !important;
}

.video-thumb {
	display: none;
}
.video-thumb.active {
	display: block;
	-webkit-animation: videoThumb 0.4s 1 forwards ease-in-out;
	animation: videoThumb 0.4s 1 forwards ease-in-out;
}
@-webkit-keyframes videoThumb {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
		opacity: 0.4;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes videoThumb {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
		opacity: 0.4;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* headings */
.video-heading {
	margin: 10px 5px;
	position: relative;
	cursor: pointer;
}
.video-heading img {
	width: 100%;
}
.video-heading-content {
	background: rgb(255, 104, 95);
	background: -o-linear-gradient(
		345deg,
		rgba(255, 104, 95, 1) 0%,
		rgba(255, 144, 104, 1) 100%
	);
	background: linear-gradient(
		105deg,
		rgba(255, 104, 95, 1) 0%,
		rgba(255, 144, 104, 1) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	color: var(--white);
	padding: 15px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 200px;
	height: 65px;
	-webkit-animation: videoHeadinAnimeEnd 0.5s 1 forwards;
	animation: videoHeadinAnimeEnd 0.5s 1 forwards;
}
.video-heading-content h4 {
	font-weight: 600;
	margin: 0 !important;
}
.video-heading-content p {
	margin: 0 !important;
	display: none;
}
.video-heading-content.active p {
	display: block;
}
.video-heading.active .video-heading-content {
	-webkit-animation: videoHeadinAnimeStart 0.5s 1 forwards;
	animation: videoHeadinAnimeStart 0.5s 1 forwards;
}
.video-heading.active .video-heading-content p {
	display: block;
}
@-webkit-keyframes videoHeadinAnimeStart {
	0% {
		width: 200px;
		height: 65px;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
@keyframes videoHeadinAnimeStart {
	0% {
		width: 200px;
		height: 65px;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}
@-webkit-keyframes videoHeadinAnimeEnd {
	0% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: 200px;
		height: 65px;
	}
}
@keyframes videoHeadinAnimeEnd {
	0% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: 200px;
		height: 65px;
	}
}
/* Video Tabs End */
/* ----- Video section End ----- */

/* ----- contact section Start ----- */
#contact::before {
	content: "";
	background: url(../images/contact-left-dec.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 174px;
	height: 350px;
	z-index: -1;
}
#contact::after {
	content: "";
	background: url(../images/contact-dec.png) no-repeat;
	position: absolute;
	bottom: -400px;
	right: 0;
	width: 400px;
	height: 800px;
	z-index: -1;
}
#contact .section-heading {
	text-align: start;
	margin: 10px 0;
}
#map {
	border-radius: 20px;
}
#contact form {
	background: url(../images/contact-form-bg.png);
	background-size: cover;
	padding: 80px;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	border-radius: 20px;
	position: relative;
	margin-left: -100px;
	z-index: 10;
}
#contact .contact-form input {
	margin: 20px 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid #03a3ed3b;
	border-radius: 0;
	padding-left: 0;
	background: var(--white);
}
#contact .contact-form input::-webkit-input-placeholder {
	color: #7a7a7acb;
	font-weight: 300;
}
#contact .contact-form input::-moz-placeholder {
	color: #7a7a7acb;
	font-weight: 300;
}
#contact .contact-form input:-ms-input-placeholder {
	color: #7a7a7acb;
	font-weight: 300;
}
#contact .contact-form input::-ms-input-placeholder {
	color: #7a7a7acb;
	font-weight: 300;
}
#contact .contact-form input::placeholder {
	color: #7a7a7acb;
	font-weight: 300;
}
#contact .btn-2nd {
	padding: 10px;
}
@media screen and (max-width: 992px) {
	#contact form {
		margin-left: 0;
		margin: 20px 0;
	}
}
@media screen and (max-width: 511px) {
	#contact form {
		padding: 90px 20px;
	}
}
/* ----- contact section End ----- */

/* ----- Footer section Start ----- */
.footer-link {
	color: #a3a3a3;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 5px 0;
	padding: 5px 0;
}
.footer-para {
	color: #a3a3a3;
}
.footer-link:hover {
	color: var(--primary-color);
}
footer .social-links {
	width: 35px;
	height: 35px;
	border-radius: 50% !important;
	padding: 10px;
	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;
	margin: 5px;
}
.newsLatterForm {
	background: var(--secondary-color);
	border-radius: 50px;
	min-width: 262px;
	max-width: 262px;
}
.newsLatterForm ::-moz-selection {
	background: var(--grey);
	color: var(--primary-color);
}
.newsLatterForm ::selection {
	background: var(--grey);
	color: var(--primary-color);
}
.newsLatterForm input {
	background: transparent;
	border: none;
	outline: none;
	padding: 10px;
	color: var(--white);
	border-right: 1px solid #e7e7e77c;
	width: 85%;
}
.newsLatterForm a {
	color: var(--white);
	padding: 6px;
	border-radius: 50px;
	width: 30px;
}
/* ----- Footer section End ----- */

/* ---------------- Preloader Start-------------- */
.preloader {
	width: 100vw;
	height: 100vh;
	background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	/* pointer-events:none; */
	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;
}
.preloader-animation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.preloader-animation span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--primary-color);
	display: block;
	margin: 10px;
}
.preloader-animation span:nth-child(1) {
	-webkit-animation-name: preloaderAnime;
	animation-name: preloaderAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}
.preloader-animation span:nth-child(2) {
	-webkit-animation-name: preloaderAnime;
	animation-name: preloaderAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}
.preloader-animation span:nth-child(3) {
	-webkit-animation-name: preloaderAnime;
	animation-name: preloaderAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}
.preloader-animation span:nth-child(4) {
	-webkit-animation-name: preloaderAnime;
	animation-name: preloaderAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}
@-webkit-keyframes preloaderAnime {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}
@keyframes preloaderAnime {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}
/* ---------------- Preloader End-------------- */

/* ------------ Utilities -------------- */
/* Main colors and Fonts variable */
:root {
	--primary-color: #ff695f;
	--secondary-color: #03a4ed;
	--white: #fff;
	--grey: #fafafa;
	/* Font */
	--primary-font: "Poppins", sans-serif;
}

/* Body font */
body {
	font-family: var(--primary-font);
}
/* Text colors */
.text-primary {
	color: var(--primary-color) !important;
}
.text-secondary {
	color: var(--secondary-color) !important;
}

/* Background colors */
.bg-primary {
	background-color: var(--primary-color) !important;
}
.bg-secondary {
	background-color: var(--secondary-color) !important;
}
.bg-grey {
	background-color: var(--grey);
}

/* Buttons */
.btn-main {
	background-color: var(--secondary-color) !important;
	color: var(--white) !important;
	-webkit-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border-radius: 23px !important;
}
.btn-main:hover {
	background-color: var(--primary-color) !important;
}

.btn-2nd {
	background-color: var(--primary-color) !important;
	color: var(--white) !important;
	-webkit-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border-radius: 23px !important;
}
.btn-2nd:hover {
	background-color: var(--secondary-color) !important;
}

/* Hover states */
.main-hover {
	-webkit-transition: all 0.3s ease 0s !important;
	-o-transition: all 0.3s ease 0s !important;
	transition: all 0.3s ease 0s !important;
	font-weight: 500;
}
.main-hover:hover {
	color: var(--primary-color) !important;
}

nav .active,
.nav-link.active {
	color: var(--primary-color) !important;
}

/* Others */
a {
	text-decoration: none;
}
.icon-circle {
	padding: 10px;
	border-radius: 50%;
	color: var(--white);
}
.fw-500 {
	font-weight: 600;
}
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Main Heading */
.section-heading {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	line-height: 2.5rem;
}
.section-heading-2nd {
	font-weight: bold;
	text-align: center;
	line-height: 1rem;
	opacity: 0.4;
}

/* Custom Selaction  */
::-moz-selection {
	background: var(--secondary-color);
	color: var(--white);
}
::selection {
	background: var(--secondary-color);
	color: var(--white);
}
