/*
Theme Name: OVAA Block Theme
Author: Abhishek Potdar
Author URI: https://www.purecss.com
Theme URI: https://www.purecss.com
Tags: full-site-editing
Text Domain: ovaa-block-theme
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
a {
    text-decoration: none;
}
.hero-bg-grid{
    inset: 0;
    opacity: 0.06;
    background-image: repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 0, transparent 60px), repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 0, transparent 60px);
}
.hero-tiles-bg{/* position:absolute; *//* right:-60px; *//* top:50%; *//* transform:translateY(-50%); */display:grid;grid-template-columns:repeat(6,70px);gap:8px;opacity:0.12;pointer-events:none}
.hero-tile{height:70px;border-radius:6px;background: #3F51B5;}
.hero-tile:nth-child(odd){background: #6494c6;}
.hero-tile:nth-child(3n){background:#85B7EB}

@media(min-width: 1366px){
    .container{
    	max-width: 90% !important;
    	width: 90% !important;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .hero-section-title{
      font-size: 65px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hero-section-title{
      font-size: 65px !important;
  }
}

@media(max-width: 1024px){
	.container {
		width: 95%;
	}
}