/*
Theme Name: Fort Masonry Child Theme
Theme URI: #
Author: #
Author URI: #
Description: A minimal WP blog theme. It comes with masonry and grid layout. It has font option and color option. It has customizer based theme setting.  It is compatible with Gutenberg plugins like Kadence Blocks, Ultimate Addons and PostX. Moreover, it comes with primary color, body and heading fonts, sidebar options and more.  A complete SEO optimized theme with support of Rank Math and Yoast SEO breadcrumb as well.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: fort

*/


* {
    box-sizing: border-box;
  }

  
  html {font-size: 100%;} /*16px*/
  
  body {
  
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  line-height: 1.75;
  
  }
  
  p {margin-bottom: 1rem;
    color: #636363 ;
  }
  
  h1, h2, h3, h4, h5 {
  margin: 1rem 0 1.38rem;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  line-height: 1.3;
  }
  
  h1 {
  margin-top: 0;
  margin-bottom: .1rem;
  font-size: 3.052rem;
  }
  
  h2 {font-size: 2.441rem;}
  
  h3 {font-size: 1.953rem;}
  
  h4 {font-size: 1.563rem;}
  
  h5 {font-size: 1.25rem;}
  
  small, .text_small {font-size: 0.8rem;}
  
  html {
    font-size: 100%;
    box-sizing: border-box;
    font-size: 100%;
  }
  
  *, *::before, *::after {
    box-sizing: inherit;
  }
  
  body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 1.3;
  
   
  }
  
  .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: min(100%, 1440px) !important;
    margin: 0 auto;
    padding: 0px 2rem;
  }
  
  .v-gamesTwo img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  }
  .v-gamesBtn {padding: 1rem 2rem;border-radius: 0px;border: 0px;cursor: pov-gameser;background: #d10014;color: #fff;width: fit-content;transition: 1s;cursor: pointer;}
  .v-gamesBtn:hover {background:#d10080}
  .v-gamesMain h1 {
  padding-top: 2rem;
  }
  .v-gamesMain {
  
  padding-top: 8rem;
  padding-bottom: 8rem;
  
  }
  .v-gamesMain p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 80%;
  margin: 0 auto;
  }
  .v-gamesOne {
  text-align: center;
  }
  .v-gamesTwo {
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 2rem;
  padding-top: 5rem;
  }
  
  
  .v-gamesCta {background-color: #baffb7;padding-top: 8rem;padding-bottom: 8rem;}
  .v-gamesCta p {
  padding: 1rem 5rem;
  }
  .v-gamesCtabdy {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  }
  .v-gamesheader {
    text-align: left;
    margin: 0 auto;
    width: 80%;
    background: #ff00006e;
    padding: 20px;
  }
    .v-gamesheaderp{
      text-align: left;
    }
  
  .pddngTop {
  padding-top: 8rem;
  padding-bottom: 8rem;
  }
  .v-gamesBdy img {
  width: 100%;
  }
  .v-gamesCta {
    background-color: #ffbcbc;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
  
  .v-gamesBoxcnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  }
  
  .v-head {
    background: url(https://www.ninja-blade.com/wp-content/uploads/2022/11/header-img.png);
    background-size: cover;
    padding-top: 15em;
    padding-bottom: 15em;
    color: #fff;
  }
  .v-head p{
    color: #fff;
  }
  
  /*mobile view*/
  @media only screen and (max-width: 720px) {
  .v-gamesTwo img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
  }
  .v-gamesTwo {
    gap: 1rem;
    padding-top: 2rem;
  }
  .v-gamesCtabdy {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .v-gamesCta p {
    padding: 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  .v-gamesBoxcnt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    justify-content: center;
    align-items: center;
  }
  }
  
  @media only screen and (min-width: 721px) {
    
  }
  @media only screen and (min-width: 900px) {
    
    .v-gamesTwo {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      padding-top: 5rem;
    }
    }
  
    
  