@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@keyframes animationgradienttitle {
	0% {
		background-position: 0 1600px;
	}

	100% {
		background-position: 1600px 0;
	}
}

.mytext {
	font-family: "Kode Mono", cursive;
	font-size: 2.6em;
	font-weight: 700 !important;
	color: #fc3735;
	background: -webkit-linear-gradient(left, #f1453d, #1eaaf1, #f1453d);
	background-size: 1600px 200px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation-duration: 3s;
	animation-name: animationgradienttitle;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}


.mypara {
	font-family: "Poppins", sans-serif;
	color: #555;
	font-size: 1rem;
}

.mypara_small {
	font-family: "Poppins", sans-serif;
	color: #8f8f8f;
	font-size: 0.95rem;
}

.mypara_middle {
	font-family: "Poppins", sans-serif;
	color: #8f8f8f;
	font-size: 1.1rem;
}

.swiper-slide img {
	opacity: 1;
	transition: 0.3s;
	margin-top: 40px;
	width: 140px;
	height: 140px;
}

.swiper-slide img:hover {
	cursor: pointer;
	opacity: 1;
}

.swiper-pagination {
	margin-top: 70px;
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
	margin-top: 50px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #08adff;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #08adff;
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 1;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
	background: #5d50c6;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 30px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #4cc4ff;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

.floatwhatsapp {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 75px;
	right: 15px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 1px 1px 1px #999;
	z-index: 100;
}

.floatwhatsapp:hover {
	color: #fff;
}

.my-float {
	margin-top: 10px;
	margin-left: 3px;
}