/* Font Family ***********************************************************************/
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro Regular";
  src: url("../fonts/sofia-pro/Sofia Pro Regular.otf");
  font-display: swap;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --Saffron-mango: #EFDC8D;
  --Scotch-mist: #FFF9DF;
  --Dark-junglep-green: #1E1E1E;
  --mercury: #E9E7E4;
  --Supernova: #FCCB00;
}

/* Common class Start ****************************************************************/
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}
.white {
  color: var(--white);
}
.black {
  color: var(--black);
}
.x-small {
  font-size: 10px;
}
.small {
  font-size: 12px;
}

/* Common class End ******************************************************************/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
.common::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
body {
  background: #FFFFFF;
  font-family: "Poppins-Regular";
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--black);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 36px;
  line-height: 1.5;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 21px;
}
p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
}
span {
  display: inline-block;
}
img, video {
  max-width: 100%;
}
.cmn-btn {
  font-size: 16px;
  padding: 12px 20px;
  color: var(--black) !important;
  background: linear-gradient(90deg, rgba(245,218,117,1) 0%, rgba(244,218,123,1) 50%, rgba(244,218,119,1) 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Medium";
}
section {
  padding: 80px 0;
  overflow: hidden;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.section-heading h2 {
  font-family: "Poppins-SemiBold";
}
.section-heading p {
  font-size: 20px;
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
}

/* header css start **********************************************************************/
#header {
  padding: 26px 0;
  transition: 0.5s all;
  position: relative;
}
#header .header-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .logo-box img {
  max-width: 230px;
  width: 100%;
}

/* home banner css ***************************************************************************/
#home-banner {
  padding: 0 0;
  margin-top: -112px;
  text-align: center;
}
#home-banner .home-banner-part {
  background: url("../images/banner-bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 180px 0 80px 0;
}
#home-banner .text-box h1 {
  color: var(--Saffron-mango);
  font-family: "Poppins-SemiBold";
  text-align: center;
  margin-bottom: 50px;
}
#home-banner .text-box p {
  font-size: 22px;
  color: var(--white);
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Poppins-Regular";
}
#home-banner .button-box ul,
#play-responsibly .button-box ul {
  justify-content: center;
}

/* Super easy css ******************************************************************************/
#super-easy .super-box {
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid var(--Dark-junglep-green);
  height: 100%;
}
#super-easy .super-box .image-box img {
  max-width: 30%;
  margin-bottom: 20px;
}
#super-easy .super-box .text-box h6 {
  font-family: "Poppins-SemiBold";
}
#super-easy .super-box .text-box p {
  font-size: 18px;
  line-height: 1.5;
}

/* Virtual sports & Trusted css ******************************************************************************/
#virtual-sports,
#trusted {
  padding: 90px 0;
  background-color: var(--Scotch-mist);
}
#virtual-sports .section-heading,
#trusted .section-heading {
  max-width: 1055px;
  margin: 0 auto;
}
#virtual-sports .section-heading h2 {
  margin-bottom: 40px;
}
#virtual-sports p span.dot,
#play-responsibly p span.dot {
  width: 8px;
  height: 8px;
  background-color: black;
  vertical-align: middle;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* Get Started css ******************************************************************************/
#get-started .get-started-box {
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid var(--Supernova);
  height: 100%;
}
#get-started .get-started-box .text-box h6 {
  font-family: "Poppins-SemiBold";
}
#get-started .get-started-box .text-box p {
  font-size: 18px;
  line-height: 1.5;
}
#get-started .btm-box .text-box p {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins-SemiBold";
  margin-top: 40px;
}

/* footer css ******************************************************************************/
#footer {
  padding: 45px 0;
  background-color: var(--Dark-junglep-green);
}
#footer .text-box p {
  color: var(--mercury);
  text-align: center;
  font-family: "Sofia Pro Regular";
}
#footer .text-box p:not(:last-child) {
  margin-bottom: 20px;
}

.whatsapp a {
  position: fixed;
  bottom: 80px;
  animation: zoom 2s ease-out infinite;
  right: 50px;
}

@keyframes zoom {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5); 
  }
}

.button-box.fixed .cmn-btn {
  width: 100%;
  border-radius: 0;
  position: fixed;
  bottom: 0;
}
