/*start of newsletter*/
.subscribe-form {
  width: fit-content;
  background-color: #FFF;
  border-radius: 5px;
  padding: 1em;
  margin: 0 auto;
  line-height: 3rem;
  opacity: 1;
}

h1, .textbox, .subscribe-button {
  display: block;
  margin: 10px auto;
}

.textbox {
  width: 100%;
  font-size: 1.5rem;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #F48FB1;
}

.textbox:focus, .textbox:active {
  outline: none;
}

.subscribe-button {
  width: 100%;
  font-size: 1.5rem;
  background-color: #F48FB1;
  border: 0;
  padding: 10px;
  color: #FFF;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.subscribe-button:focus, .subscribe-button:active {
  outline: none;
}

.subscribe-button:hover:not(:disabled), .subscribe-button:active:not(:disabled) {
  background-color: #F06292;
}

.subscribe-button:active:not(:disabled) {
  box-shadow: 2px 2px rgba(0,0,0,.2) inset;
}

.subscribe-button:disabled {
  cursor: default;
  opacity: .5;
}

h1 {
  color: #E91E63;
}

.newsletterheadingcolor {
  color: #E91E63;
}

.button-text:hover, .button-icon:hover {
  cursor: inherit;
}

.button-text {
  margin-right: 10px;
}

.to-expand {
  position: absolute;
  transition: transform .5s;
  top: 50%;
  left: 50%;
}

.to-expand.show svg {
  width: 24px;
  height: 24px;
}

.to-expand.show {
  transform: scale(10, 10);
  animation-name: send-email;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  outline: 1px solid transparent;
}

@keyframes send-email {
  from {left: 50%;}
  to {left: 120%;}
}

.to-fade-in {
  font-size: 6rem;
  position: absolute;
  top: 35%;
  left: 45%;
  color: #E91E63;
  opacity: 0;
  transition: all .5s;
  cursor: default;
  visibility: hidden;
}

.fade-in {
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  visibility: visible;
}

@keyframes fadeIn {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
/*end of newsletter*/

.flex {
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 .app-btn {
	 width: 45%;
	 max-width: 160px;
	 color: #fff;
	 margin: 20px 10px;
	 text-align: left;
	 border-radius: 5px;
	 text-decoration: none;
	 font-family: "Lucida Grande", sans-serif;
	 font-size: 10px;
	 text-transform: uppercase;
}
 .app-btn.blu {
	 background-color: #101010;
	 transition: background-color 0.25s linear;
}
 .app-btn.blu:hover {
	 background-color: #454545;
}
 .app-btn i {
	 width: 20%;
	 text-align: center;
	 font-size: 28px;
	 margin-right: 7px;
}
 .app-btn .big-txt {
	 font-size: 17px;
	 text-transform: capitalize;
}
body{
	margin-bottom:20px;
	margin-top:60px;
	background-color:white;
}

.mynavbar{
	background-color:rgb(24, 61, 71);
}

.footer{
	background-color:white;
}

.maincontainer{
	background:rgb(107, 215, 247);
	padding-top:2%;
	border-radius:2%;
}

.gamefield{
	width:99%;
	height:300px;
	margin:auto;
	border:1px solid green;
	background:rgb(255, 168, 123);
	opacity:0.5;
	padding-left:3%;
	border-radius:2%;
}

.centerContent{
	text-align:center;
}

#mynumber{
	text-align:center;
	font-size:100px;
}

/* start of social media styling */

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

@charset "UTF-8";

.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram, .fa-whatsapp {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.whatsapp {
  background: #075E54;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
/* end of social media  styling */


/* start of footer styling */


.mycoolheading{
	background:#26272b;
	color:white;
	text-align:center;
	opacity:.9;
}

.mycoolheading{
	opacity:1;
}

.mycoolpre{
	background:transparent;
	border:none;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	opacity:.8;
}

.mycoolpre:hover{
	opacity:1;
}


.loadingspinner {
	pointer-events: none;
	width: 2.5em;
	height: 2.5em;
	border: 0.4em solid transparent;
	border-color: #eee;
	border-top-color: #3E67EC;
	border-radius: 50%;
	animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
	100% {
			transform: rotate(360deg)
	}
}



.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/* end of footer styling */