.clr-white {color: white}
.clr-black {color: black}
.bg-dark {background-color: #5a83c0}
.bg-lite {background-color: #814f4f}
.bg-black {background-color: #bd6b6b;}
.bg-white {background-color: white;}
.clr-heading{color: #FA462F;}
.text-uper-case{text-transform: uppercase;}
.text-decoration-none {text-decoration: none;}
.list-style-none {list-style-type: none;}
.line-height-1 {line-height: 1.6;}
.overflow-hidden{overflow: hidden;}
.margin-start {margin-block-start:0rem;}
.margin-end {margin-block-end:0rem;}
.max-100 {max-width: 100%;}

 .container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1204px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.hero {
  background-image: url(../images/hero-main.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

.header {
position: absolute;
    z-index: 111;
    width: 90%;
    background: #fff;
    left: 0;
    right: 0;
    top: 2%;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
}

.header-logo {
  width: 60px;
}

.hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 90%;
  margin:auto;
}

.btn {
  background-color: #ff9900;
  color: white;
  border-radius: 30px;
  border:none;
  font-size: larger;
  padding:10px 30px ;
  transition: 0.3s linear;
}
.btn:hover {
  transition: 0.3s linear;
  opacity: 0.7;
}

.contact-btn {
  background-color: #ff9900;
  color: white;
  border-radius: 30px;
  border:none;
  padding:10px 25px ;
  transition: 0.3s linear;
}
.contact-btn:hover {
  transition: 0.3s linear;
  opacity: 0.7;
}

.opt h3 {
  font-size: x-large;
}

.content {
  padding:20px;
  border-radius: 10px;
  font-size: larger;
  text-transform: uppercase;
}
.content strong {
  font-size: x-large;
}
.aware-img {width: 350px;}
.age-img {
  width: 100px;
}
.footer-logo {width: 100px}
.disc {
  text-align: center;
    background: #4f4141;
    padding: 30px;
    border-radius: 14px;
}

.phone-nav {
  display: none;
}


.hero-content img:hover {
  transform: rotateY(180deg);
  transition: 0.5s ease-in-out;
}

.hero-content img {
  transition: 0.5s ease-in-out;
}


.input-fields {
  border:none;
  border-bottom: 1px solid black;
  padding:12px;
}

.about {
  background-image: url(../images/abt.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.about .overlay {
    position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
  opacity: 0.7;
}

.faqs {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.faqs .overlay {
    position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffaaaa;
  opacity: 0.7;
}

.games-wrapper {
  width: 30%;
}
.games-wrapper img {
  border-radius: 10px;
}
.games-content {
  overflow: hidden;
}

iframe {
  height: 500px;
  width: 90%;
  margin: auto;
  display: flex;
}

.sub {
  width: 35%;
  border-radius: 10px;
  padding-right: 3%;
  float: left;
}

.games-desc {
  position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    font-size: 17px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.games-wrapper:hover .games-desc {
  opacity: 1 !important;
}

.games-wrapper:hover .games-name {
  bottom: -40px;
  transition: 0.3s ease-in-out;
}

.games-name {
  position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
    background: #000000a1;
    bottom: 0;
    font-weight: 500;
    color: white;
    padding-top: 5%;
    transition: 0.3s ease-in-out;
    margin-block-end: 0;
    padding-bottom: 5%;
}

@media only screen and (max-width: 950px) {
  .games-wrapper {
    width: 45% !important;
  }
}
@media only screen and (max-width: 650px) {
  .games-wrapper {
    width: 100% !important;
  }
  .sub {
    width: 100% !important;
    padding-bottom: 3%;
  }
}

.desktop {display: flex;}
.phone {display: none !important;}

@media only screen and (max-width: 600px) {
  .hero-content img {
    width: 80% !important;
  }
  .hero-content p {
    font-size: x-large !important;
  }
  .form {
    width: 100% !important;
  }
}

.border-img {
  width: 100px;
}

.border {
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 10px;
}
.border .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: white;
  opacity: 0.7;
}

.games {
  background-image: url(../images/games.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.games .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-color: black;
  opacity: 0.7;
}

@media only screen and (max-width: 780px) {
  .flex-column-md {flex-direction: column !important;}
  .w-100-md {width: 100% !important}
  .desktop {display: none;}
  .phone {
    display: flex !important;
    background: white;
    padding:10px;
    border-radius: 5px;
  }
  .phone-nav.show {
    display: flex;
    position: absolute;
    background: #db7f7f;
    color: black;
    flex-direction: column;
    padding-top: 5%;
    width: -webkit-fill-available;
    padding-bottom: 5%;
    left: 0;
    top: 81%;
  }
}

.faq-heading {   
  font-weight: 400;
  font-size: 19px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333;
}

.faq-text {  
  font-weight: 400;
  color: #919191;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.faq {
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
 border-radius: 10px;
 transition: 0.3s linear;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  border-bottom: 1px solid #E1E1E1;
}
.faq label:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: 0.3s linear;
}

.faq input[type="checkbox"] {
  display: none;
}


 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


