/*!
Theme Name: Nyasatech
Theme URI: https://nyasa.co.in/
Author: NyasaTech.me
Author URI: https://nyasa.co.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nyasatech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nyasatech is based on NyasaTech nyasa.co.in/, (C) 2012-2020 Automattic, Inc.
NyasaTech is distributed under the terms of the GNU GPL v2 or later.

*/



/* Home */

.blur-text-container::before {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(1.5px) hue-rotate(0deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.blur-text-container:hover::before {
	opacity: 1;
	visibility: visible;
}
.collection-text {
	display: none!important;
}
.blur-text-container:hover .collection-text {
	display: block!important;
}
.insta-container::before {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(1.5px) hue-rotate(0deg);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.insta-container:hover::before {
	opacity: 1;
	visibility: visible;
}
.insta-text {
	display: none!important;
}
.insta-icon {
	display: none!important;
}
.insta-container:hover .insta-text {
	display: block!important;
}
.insta-container:hover .insta-icon {
	display: block!important;
}

@media only screen and (max-width: 1024px) {
	.collection-text {
		display: inline-block!important;
	}
}