@font-face {
	src: url(./fonts/Poppins/Poppins-Regular.ttf);
	font-family: "Poppins-Regular";
}

@font-face {
	src: url(./fonts/Product-SansRegular.ttf);
	font-family: "sansRegular";
}

@font-face {
	src: url(./fonts/Futura/futura.ttf);
	font-family: "Futura";
}

@font-face {
	src: url(./fonts/Futura/FutuBd.ttf);
	font-family: "FuturaBd";
}

*,
html,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

.navbar {
	background: transparent;
	transition: all 0.5s;
}

.navbar .navbar-brand {
	color: #de3228;
	font-family: "FuturaBd";
	letter-spacing: 0.6px;
	font-size: 40px;
	transition: all 0.5s;
}

.navbar li {
	margin-left: 20px;
}

.navbar li.nav-item a.nav-link {
	font-size: 16.4px;
	font-family: "sansRegular";
	letter-spacing: 1.5px;
	font-weight: normal;
}

.navChange {
	background: #de3228;
}

.navChange .navbar-brand {
	color: #ffffff;
	font-size: 32px;
}

section {
	min-height: 60vh;
	width: 100%;
}

.homeSection {
	background: url(./../images/WebBG.png);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	padding: 120px 0px;
	position: relative;
	min-height: 100vh;
}

.homeSection .dezkHeading {
	max-width: 480px;
	width: 100%;
}

.homeSection h1 {
	font-family: "FuturaBd";
	margin-top: 120px;
	font-size: 32px;
	line-height: 120%;
}

.homeSection h1 span {
	font-size: 85%;
}

.homeSection p {
	margin-top: 15px;
	font-size: 16.7px;
	font-family: "sansRegular";
	letter-spacing: 0.7px;
	color: rgb(63, 63, 63);
}

.homeSection .btn,
#aboutPage .btn {
	border: 1px solid #de3228;
	background: #fff;
	color: #de3228;
	border-radius: 40px;
	max-width: 165px;
	width: 100%;
	height: 42px;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	transition: 0.3s all;
}

.homeSection .btn:hover,
#aboutPage .btn:hover {
	background: #de3228;
	color: #ffffff;
}

.social-madia-icons {
	display: flex;
	flex-direction: row;
	margin: 20px 0 40px 0;
}

.social-madia-icons span {
	margin: 10px 5px 5px 5px;
	border: none;
	font-size: 28px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e9e9e9;
	color: #1a1a1a;
	border-radius: 10px;
	transition: 0.2s all;
}

.social-madia-icons span#ytubeDezk {
	background: #fff;
	border: 1px solid #e70707;
	color: #e70707;
}

.social-madia-icons span#ytubeDezk:hover {
	background: #e70707;
	color: #fff;
	cursor: pointer;
}

.social-madia-icons span#fbookDezk {
	background: #fff;
	border: 1px solid #147bdb;
	color: #147bdb;
}

.social-madia-icons span#fbookDezk:hover {
	background: #147bdb;
	color: #fff;
	cursor: pointer;
}

.social-madia-icons span#instaDezk {
	background: #fff;
	border: 1px solid #7f06f0;
	color: #7f06f0;
}

.social-madia-icons span#instaDezk:hover {
	background: #7f06f0;
	color: #fff;
	cursor: pointer;
}

.modalBox {
	position: fixed;
	background: rgba(48, 48, 48, 0.336);
	height: 100vh;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 7777;
}

.modalBox .modalDezk {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 22px 12px;
	border: none;
	background: #fff;
	border-radius: 20px;
	max-width: 470px;
	width: 90%;
	height: auto;
}

.modalDezk .modalHeader h3 {
	font-family: "FuturaBd";
	font-size: 18px;
	letter-spacing: 0.7px;
	color: #de3228;
	margin-bottom: 15px;
}

.modalDezk .modalBody {
	text-align: center;
}

.modalDezk form .inputField {
	border: 1px solid #de3228;
	border-radius: 10px;
	padding: 10px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px;
	box-shadow: inset 2px 3px 6px #de31283a, inset -3px -3px 6px #d4d4d4;
	font-size: 16px;
}

.modalDezk form input {
	border: none;
	outline: none;
	font-size: 14px;
	width: 100%;
}

.modalDezk form .inputField i {
	margin-right: 15px;
}

.modalDezk .modalFooter .reg,
.cpy {
	padding: 5px 15px;
	border: 1px solid #de3228;
	background: #fff;
	color: #de3228;
	border-radius: 8px;
	margin: 10px 2px;
	font-size: 15px;
	font-family: "Futura";
	letter-spacing: 0.7px;
	transition: ease-in 0.2s;
}

.modalDezk .modalFooter .reg:hover,
.cpy:hover {
	background-color: #ee6f34;
	color: #fff;
}

.modalDezk .modalFooter {
	width: 100%;
	text-align: right;
	margin-top: 30px;
}

.modalDezk .modalFooter button.close {
	padding: 5px 15px;
	border: 1px solid #de3228;
	background: #fff;
	color: #de3228;
	border-radius: 8px;
	margin: 10px 2px;
	font-size: 15px;
	font-family: "Futura";
	letter-spacing: 0.7px;
	transition: ease-in 0.2s;
}

.modalDezk .modalFooter button.close:hover {
	background-color: #f80c00;
	color: #fff;
}

#licence_key {
	margin: 7px 0;
	font-size: 16px;
	font-family: "sansRegular";
	letter-spacing: 1.2px;
}

#windowSoft {
	border: 1px solid #de3228;
	background: #fff;
	color: #de3228;
	padding: 3px 5px;
	font-size: 16px;
	font-family: "sansRegular";
	border-radius: 8px;
}

/* ABOUT SECTION */

.aboutSection {
	padding: 80px 10px;
}

.aboutSection .heading {
	width: 100%;
	height: auto;
	font-family: "FuturaBd";
	text-align: center;
	font-size: 32px;
	letter-spacing: 1px;
}

.aboutSection h4 {
	font-family: "Futura";
	font-size: 18px;
	color: #de3228;
	margin-top: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	word-spacing: 1px;
}

.aboutSection p {
	text-align: justify;
	font-family: "sansRegular";
	letter-spacing: 0.7px;
	margin-bottom: 20px;
	color: #2c2c2c;
}

.aboutSection button#about {
	border: 1px solid #de3228;
	padding: 6px 20px;
	border-radius: 10px;
	font-size: 14px;
	font-family: "sansRegular";
	letter-spacing: 1px;
	color: #de3228;
	background-color: #fff;
	transition: 0.2s all;
}

.aboutSection button#about:hover {
	color: #fff;
	background-color: #de3228;
}

/* Features */

.dezkFeatures {
	padding: 80px 10px;
	/* background: #de3228; */
	/* background: linear-gradient(#de3128d0, #0000003f); */
	background: linear-gradient(#de3128d0, #0000003f),
		url(./../images/ftBack.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.dezkFeatures h2 {
	margin: 20px 20px 50px 20px;
	width: 100%;
	text-align: center;
	font-family: "FuturaBd";
	font-weight: bold;
	letter-spacing: 0.3px;
	font-size: 35px;
	color: #ebebeb;
}

.dezkFeatures .carousel-item {
	text-align: center;
}

.dezkFeatures .carousel-item img {
	max-width: 280px;
	width: 100%;
}

.dezkFeatures h3 {
	margin-top: 80px;
	font-size: 22px;
	font-family: "FuturaBd";
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.dezkFeatures ul {
	list-style: none;
	font-size: 14.5px;
	color: #fff;
	font-family: "Poppins-Regular";
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 20px;
}

.dezkFeatures ul li {
	display: flex;
	flex-direction: row;
	margin-top: 5px;
}

.dezkFeatures ul li .bx {
	font-size: 18px;
	margin-right: 10px;
}

/* how_to_use */

.how-to-use {
	padding: 80px 20px 40px 20px;
	width: 100%;
}

.how-to-use .anonicLogo {
	margin-top: 50px;
	text-align: center;
}

.how-to-use .anonicLogo img {
	max-width: 180px;
}

.how-to-use h2 {
	font-family: "FuturaBd";
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

/* Footer */

footer {
	height: 100%;
	width: 100%;
	padding: 100px 20px 0 20px;
	background: url(./../images/bgFooter.webp);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

footer .copyright {
	margin-top: 20px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-top: 1px solid #fff;
}

footer .copyright span {
	font-size: 15.6px;
	margin: 0 2px;
	letter-spacing: 0.7px;
	font-family: "Futura";
	cursor: pointer;
}

footer .copyright a {
	text-decoration: none !important;
}

footer .copyright span.cLink {
	color: rgb(223, 223, 223);
	transition: all 0.3s;
}

footer .copyright span.cLink:hover {
	color: #000;
}

footer .social-media i {
	color: #fff;
	font-size: 28px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 5px;
	height: 34px;
	width: 34px;
	text-align: center;
	padding: 2px;
	transition: all 0.3s;
	margin: 3px;
}

footer .social-media i.bxl-youtube:hover {
	border: 1px solid #de3228;
	background: #ff0000;
}

footer .social-media i.bxl-facebook:hover {
	border: 1px solid #de3228;
	background: #3b5998;
}

footer .social-media i.bxl-linkedin:hover {
	border: 1px solid #de3228;
	background: #0e76a8;
}

footer .social-media i.bxl-twitter:hover {
	border: 1px solid #de3228;
	background: #0e76a8;
}

footer .social-media i.bxl-github:hover {
	border: 1px solid #de3228;
	background: #333;
}

footer .social-media i.bxl-instagram:hover {
	border: 1px solid #de3228;
	background: #f09433;
	background: -moz-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	background: linear-gradient(
		45deg,
		#f09433 0%,
		#e6683c 25%,
		#dc2743 50%,
		#cc2366 75%,
		#bc1888 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer .social-media i.bxl-play-store:hover {
	color: #fff;
	border: 1px solid #de3228;
	background: #3bccff;
	background: -moz-linear-gradient(
		45deg,
		#3bccff 0%,
		#48ff48 25%,
		#dc2743 50%,
		#ffd400 75%,
		#ff3333 100%
	);
	background: -webkit-linear-gradient(
		45deg,
		#3bccff 0%,
		#48ff48 25%,
		#dc2743 50%,
		#ffd400 75%,
		#ff3333 100%
	);
	background: linear-gradient(
		45deg,
		#3bccff 0%,
		#48ff48 25%,
		#dc2743 50%,
		#ffd400 75%,
		#ff3333 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bccff', endColorstr='#ff3333', GradientType=1);
}

footer h4 {
	font-size: 18px;
	font-family: "FuturaBd";
	letter-spacing: 1px;
	margin-bottom: 15px;
	position: relative;
}

footer h4::before {
	position: absolute;
	content: "";
	width: 35px;
	border: 1px solid #fff;
	bottom: -2px;
	left: 0;
}

footer p {
	font-size: 14px;
	font-family: "sansRegular";
	letter-spacing: 1px;
	text-align: justify;
}

small {
	font-size: 0.8em;
}

@media only screen and (max-width: 992px) {
	.homeSection .dezk {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.navbar {
		background: #de3228;
	}
	.navbar .navbar-brand {
		color: #fff;
	}
	.homeSection h1 {
		text-align: center;
	}
	.homeSection h1 {
		margin-top: 60px;
	}
}

.searchBtn {
	border: 1px solid #de3228;
	background: #fff;
	color: #de3228;
	border-radius: 40px;
	width: 100%;
	height: 42px;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 1px;
	transition: 0.3s all;
}

.searchBtn:hover {
	background: #de3228;
	border: 1px solid #de3228;
	color: #ffffff;
}

a.lnk:link,
a.lnk:visited,
a.lnk:active {
	color: #de3228;
	text-decoration: none;
}
a.lnk:hover {
	text-decoration: underline;
}
