@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root
{
  --font: "Outfit", sans-serif;
  --hero-title-color:#fff;
}
*{
  margin: 0;
  padding: 0;
  font-family: var(--font);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: initial;
}
html
{
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth;
}

body
{
  background: #f9f9f9;
  font-size: 1rem;
}
.relative
{
  position: relative;
}

footer
{
  padding-top:10vh;
}
.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active
{
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active
{
  background: none;
  color: #3D475B;
}
.logo_navbar {
  max-height: 90px;
}
.navbar
{
  background:none;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu
{
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: initial;
  background: #f8f4ed;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar {
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
  width: 100%;
  max-width: 1200px;
  background: none;
  position: absolute;
  left: 0;
  right: 0;
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus
{
  background: #000;
  padding: 0.55rem;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
          position: absolute;
          right: 20px;
          top: 20px;
}
.navbar.shadow {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-brand>img
{
  text-align: center;
  margin: auto;
  display: block;
}
.navbar.expanded {
  max-width: 100% !important;
  width: 100% !important;
  background: #fff;
  top: 0;
  height: 100vh;
  z-index: 2;
  position: fixed;
}
.navbar.expanded>.container
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
}
.navbar.expanded .navbar-nav
{
  text-align: left;
  margin: auto;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  top: 45%;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
}
.navbar.expanded .navbar-nav .nav-link
{
  text-align: center;
  font-weight: 300;
}
.hero
{
  background: #000;
  background-image: url('/img_xcricket/header.jpg');
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  height: -webkit-calc(100vh - 30vh);
  height: -moz-calc(100vh - 30vh);
  height: calc(100vh - 30vh);
}
.header_over {
  background: #000;
  opacity: .8;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  margin:auto;
  width: 100%;
  height: -webkit-calc(100vh - 30vh);
  height: -moz-calc(100vh - 30vh);
  height: calc(100vh - 30vh);
}
.z0{z-index:0;}
.z1{z-index:1;}
.z2{z-index:2;}
.z3{z-index:3;}
.z4{z-index:4;}
.z5{z-index:5;}
.hero .hero-content
{
  position: relative;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  top: 45%;
}
.hero .hero-content .title
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  color: var(--hero-title-color);
}
.hero .hero-content .subtext
{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--hero-title-color);
}
.basic-text
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
.sub-title
{
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.about-image
{
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}
h2.sub-title
{
  font-weight: 600;
  font-size: 25px;
}
.features
{
  background: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-height: 272px;
}
.features img
{
  width: 50px;
}
h3.sub-title
{
  font-size: 18px;
  font-weight: 600;
}
.features .basic-text
{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.quotes
{
  min-height: 175px;
}
.cta-container
{
  text-align: center;
  padding: 30px;
  background-color: #e3f2fd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#shared_footer,
#shared_footer a
{
  color: var(--bs-gray);
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  margin: auto;
  max-width: 400px;
  width: 100%;
}
.navbar-brand
{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}

@media screen and (min-width: 280px)
{
  .hero .hero-content .title {
    font-size: 30px;
  }
  /* unsub */
  .container > .col-xs-12.text-center.offset3:first-child {
    padding-top: 100px;
  }
  .container > .col-xs-12.text-center.offset3:first-child > h2 {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #bcb9e1;
    line-height: 1.2;
    text-shadow: 0px 0px 15px #1c0153;
  }
  .col-xs-12.text-center.offset3 > h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .col-xs-12.text-center.offset3 .input-group-addon {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .col-xs-12.text-center.offset3 {
    line-height: 1.2;
    text-align: center !important;
  }
  .col-xs-12.text-center.offset3:last-child {
    display: block;
    background-color: #dedede;
    padding: 2.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 400px;
  }
  .col-xs-12.text-center.offset3 input.form-control {
    color: #212529;
    display: inline-block;
    height: 50px;
    transition: box-shadow 0.2s linear, border-color 0.25s ease-out,
      -webkit-box-shadow 0.2s linear, -moz-box-shadow 0.2s linear;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    background-color: #fff;
    font-family: var(--main-font-family);
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    padding: 0.4em 1em 0.5em;
    margin: 0 0 1em !important;
  }
  .col-xs-12.text-center.offset3 input[type="submit"].btn {
    background: #4d9b41;
    background: -moz-linear-gradient(top, #4d9b41 0%, #4d9b41 100%);
    background: -webkit-linear-gradient(top, #4d9b41 0%, #4d9b41 100%);
    background: -moz-linear-gradient(top, #4d9b41 0%, #4d9b41 100%);
    background: -o-linear-gradient(top, #4d9b41 0%, #4d9b41 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#4d9b41), to(#4d9b41));
    background: linear-gradient(to bottom, #4d9b41 0%, #4d9b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d9b41', endColorstr='#4d9b41',GradientType=0 );
    border: none;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    width: 100%;
    max-width: 180px;
    padding: 14px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-weight: 500;
    margin: auto;
    width: 100%;
    max-width: 400px;
  }
  /* end - unsub */
}
@media screen and (min-width: 576px)
{

}
@media screen and (min-width: 768px)
{

}
@media screen and (min-width: 992px)
{
  section{
    padding: 2vh 0;
  }
}
@media screen and (min-width: 1200px)
{
}
@media screen and (min-width: 1400px)
{
}
@media screen and (min-width: 1600px)
{
}
@media (orientation: landscape) and (hover: none) and (pointer: coarse)
{
}