/***
CUSTOM CSS FILE
Author: radukam@gmail.com
Ver: 2026_03_24-14_50
***/

.text-smaller{
	font-size: 50%;
}
.tracking-tighter.cls-retaltion-txt{
	left: 43px;
}
body.cls-msg_status-succes #contact-form:before{
    display: block;
    text-align: center;
    content: "❤ Message sent successfully! ";
    font-size: 30px;
    color: #00d500;
	padding-top: 60px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 1440px){
	.tracking-tighter.cls-retaltion-txt {
		left: 53px;
	}
}
@media only screen and (max-width: 1280px){
	.tracking-tighter.cls-retaltion-txt {
		left: 57px;
	}
}
@media only screen and (max-width: 1024px){
	.tracking-tighter.cls-retaltion-txt {
		left: 65px;
	}
}
@media only screen and (max-width: 800px){
	.tracking-tighter.cls-retaltion-txt {
		left: 0px;
		font-size: 100px;
	}
}
@media only screen and (max-width: 640px){
	.tracking-tighter.cls-retaltion-txt {
		left: 0px;
		font-size: 100px;
	}
}
@media only screen and (max-width: 460px){
	.hero-index-page{
		height: 70vh;
	}
	.tracking-tighter.cls-retaltion-txt {
		left: 0px;
		font-size: 70px;
	}
	footer.cls-footer,
	.cls-footer{
		padding-top: 3rem;
	}
}
@media only screen and (max-width: 430px){
	.tracking-tighter.cls-retaltion-txt {
		font-size: 50px;
	}
}
/*
.h-80-screen{
	height: 70vh;
}
.h-70-screen{
	height: 70vh;
}
.h-60-screen{
	height: 60vh;
}
.h-50-screen{
	height: 50vh;
}
*/