* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: 0.5s;
	scroll-behavior: smooth;
}

[title^="Hosted on free web hosting 000webhost.com. Host your own website for FREE."] {
	display: none;
}
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]
{
	display: none;
}
img[alt*="000webhost"],
img[alt*="000webhost"][style],
img[src*="000webhost"],
img[src*="000webhost"][style] {
	opacity: 0 !important;
	pointer-events: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	display: none !important;
}
/* SCROLL BAR */
::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #dc3545;
	border: 2px solid #ffffff;
	border-radius: 24px;
}
::-webkit-scrollbar-thumb:hover {
	background: #c22424;
}
::-webkit-scrollbar-thumb:active {
	background: #dc3545;
}
::-webkit-scrollbar-track {
	background: transparent;
	border: 100px solid transparent;
	border-radius: 23px;
}
::-webkit-scrollbar-track:hover {
	background: #ffffff;
}
::-webkit-scrollbar-track:active {
	background: #ffffff;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

/*  */
/*  */
/*  */
/*  */
/* SELECTION */
::selection {
	color: rgb(255, 255, 255);
	background-color: rgb(220, 53, 69);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.link-hover {
	transition: all 0.3s;
}
.link-hover:hover {
	transform: translateY(-8px);
}
img {
	user-select: none;
	-webkit-user-drag: none;
}

body {
	position: relative;
}

section:focus {
	outline: none;
}

/* UP BUTTON */
.upIcon {
	position: fixed;
	top: 77%;
	right: 1.4%;
	width: 50px;
	height: 50px;
	font-size: 2.1rem;
	display: flex;
	justify-content: center;
	background-color: rgb(184, 14, 14);
	outline: none;
	border: none;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	color: white;
	z-index: 1;
}
.upIcon::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgb(163, 7, 27);
	border-radius: 50%;
	transition: all 0.3s;
	z-index: -1;
}
.upIcon:hover::after {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.upIcon {
		width: 60px;
		height: 60px;
		font-size: 2.5rem;
		top: 74.5%;
	}
}
@media screen and (max-width: 992px) {
	.upIcon {
		width: 50px;
		height: 50px;
		font-size: 2rem;
		top: 76%;
	}
}
@media screen and (max-width: 768px) {
	.upIcon {
		width: 45px;
		height: 45px;
		font-size: 1.6rem;
		top: 76%;
	}
}
@media screen and (max-width: 576px) {
	.upIcon {
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
		top: 84%;
	}
}

/*  */
/*  */
/*  */
/*  */
/* LOADER */
.warpper {
	position: fixed;
	width: 100%;
	height: 100svh;
	background-color: white;
	z-index: 111111;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #c22424;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* SCROLL DOWN MOUSE */
.loader {
	transform: scale(0.5);
	width: 48px;
	height: 78px;
	position: relative;
	box-sizing: border-box;
	border: 2px solid rgb(0, 0, 0);
	margin: auto;
	border-radius: 50% 50% 50% 50% / 25% 25% 25% 25%;
}
.loader::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	background: rgb(0, 0, 0);
	border-radius: 10px;
	animation: scrollDown 1.5s linear infinite;
}
@keyframes scrollDown {
	0% {
		top: 15px;
		height: 4px;
		opacity: 1;
	}
	33% {
		top: 15px;
		height: 40px;
	}
	66% {
		top: 50px;
		height: 10px;
		opacity: 1;
	}
	100% {
		top: 56px;
		height: 4px;
		opacity: 0;
	}
}

svg {
	transition: 0.00001ms;
	border: none;
	outline: none;
}

.contactHover {
	position: relative;
}

.contactHover::after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	bottom: -2px;
	left: 0;
	background-color: #212529bf;
	width: 0;
	height: 1px;
	transition: all 0.5s;
}

.contactHover:hover::after {
	width: 100%;
}

.popupToggle {
	outline: none;
	border: none;
	color: blue;
	text-decoration: underline;
}

::placeholder {
	font-size: 1.25rem;
}
