@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Raleway:wght@400;500;600;700;800&display=swap');
body{
  transition: all 0.3s ease-in-out;
  box-sizing:border-box; 
  overflow-x: hidden;
  background:url(../images/banner/bg.jpg) no-repeat;
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--secondary-color);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}
html{
  scroll-behavior: smooth;
}
*::selection {
    background-color: #f0d257;
    color: black;
}
:root {
  --primary-color:#ec008c;
  --secondary-color:#7535a6;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p{
    font-size: 17px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a, button {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
section{
  padding:70px 0;
}

.topLogos{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.logo{
  width: 300px;
}
.logo img{
  max-width: 100%;
}
.logoImg{
  width: 400px;
}
 .secondImg{
  width: 200px;
}
.gameNight{
    width:330px;
}
.logoImg img, .secondImg img, .gameNight im{
  max-width: 100%;
}
.topLogos a{
  display: block;
  width: 100%;
  height: auto;
}
.secondImg{
  margin-right: 60px;
}
.form{
  margin-top: 40px;
  width: 100%;
}
.form p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}
.formItem{
  margin: 15px 0;
}
.formItem input{
  width: 100%;
  background: transparent;
  border:1px solid #fff;
  border-radius: 5px;
  padding:10px;
  height: 50px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
}
.formItem label{
  transition: all 0.2s ease-in-out;
}
.formItem input::placeholder, .formItem label{
  color: #fff;
}
.form-floating>.form-control:focus, .form-select:focus, .form-floating>.form-control:not(:placeholder-shown), #phone:focus {
    border-color:#fff;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    background: transparent;
    color: #fff;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
  opacity: 1;
  transform: scale(.85) translateY(0) translateX(0.5rem);
  top: -9px;
  background: #5C268E;
  padding:0 10px !important;
  height: auto;
}
.form-check-input:checked[type=checkbox]{
  background-position-x: -1px;
}
.form-check-input:checked{
  background:var(--primary-color);
  border-color: var(--primary-color);
}
.form-check-label{
  font-size: 12px;
  color: #fff;
}
.btnPrimary{
  background: var(--primary-color);
  border:2px solid transparent;
  color: #fff;
  border-radius: 10px;
  padding:8px 30px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}
.btnPrimary:hover{
  background: #000;
  color: #fff;
  border-color:#000;
}
.logoBottom{
  display: flex;
  margin: 15px 0 0 0;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.logoBottom img{
  max-width: 100%;
}
.textRight{
  width: 100%;
}
.logo1, .logo2, .logo3{
  width:100px;
}
.textRight p{
  text-transform: uppercase;
  font-size: 11px;
  font-weight:500;
  color: #fff;
  line-height:16px;
}
.rightBook{
  position: relative;
}
.rightBook img{
  max-width: 100%;
}
.rightBook{
  padding-top:0px;
}
.centerScreen{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.leftHome{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.erorr{
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600
}
.topLogo{
  background: #edf0f0;
  padding: 10px 0;
  position: relative;
}
.logos{
  width: 170px;
  background: #fff;
  padding:0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 5px;
  height: 65px;
  border-radius: 5px;
  text-align: center;
}
.logos img{
  max-width: 70%;
}
.inlineHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftTop{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.leftToplogo{
  width: 200px;
}
.leftToplogo img{
  max-width: 100%;
}
.logoImg{
  width: 260px;
}
 .secondImg{
  width: 270px;
}
.logoImg img, .secondImg img{
  max-width: 100%;
}
.bgWhite{
  background: #fff;
}
.active{
  background: var(--secondary-color);
}
.btnMenus{
  color: #000;
  font-size: 1.5rem;
  background: none;
  border: none;
}
.sideMenu{
  width: 320px;
  position: absolute;
  top: 85px;
  right: -100%;
  background: #000;
  padding: 20px;
  z-index: 99;
  height: 100vh;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.sideMenu ul li a{
  color: #fff;
  display: inline-block;
  padding: 12px 10px;
  font-size: 1rem;
}
.stricky-fixed {
  position: fixed;
  z-index: 999;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  background:#fff;
  backdrop-filter: blur(10px);
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  padding: 3px 0;
}
.sideMenu.active{
  right: 0;
}
.btnMenus .fa-x{
  display: none;
}
.btnMenus.active .fa-x{
  display: block;
}
.btnMenus.active .fa-bars{
  display: none;
}
.small_heading{
  font-size: 22px;
}
.title{
  font-size: 17px !important;
}
.fontWeight400{
  font-weight: 400 !important;
}
.scanLogo{
  width: 250px;
}
.scanLogo img{
  max-width: 100%;
}
.appLogo{
  background: #7f249d;
  padding: 15px;
  border:2px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.imgLogo{
  width: 180px;
  position: relative;
  z-index: 1;
}
.imgLogo img{
  max-width: 100%;
}
.imgLogo:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 2px;
  height: 40px;
  background: #fff;
  right: -24px;
}
.imgLogo:last-child:after{
  display: none;
}
.textRight p a{
  color: var(--primary-color);
}
.text_primary{
  color: var(--primary-color);
}
.linkHover:hover{
  color: var(--primary-color);
}
.faq-wrapper h1, .faq-wrapper h2, .faq-wrapper h4, .faq-wrapper h5, .faq-wrapper p, .faq-wrapper ul, .faq-wrapper h3{
  margin-bottom: 15px;
  color: #fff;
}
.faq-wrapper img{
    margin-bottom:15px;
}
.faq-wrapper ul{
  list-style-type:disc;
  margin-left:30px;
}
.faq-wrapper ul li{
  padding:5px 10px;
}
.faq-wrapper p a{
  color: #4EF0B9;
}
.faq-wrapper p a:hover{
  color: #9bf6d1;
}

.linkHover {
    color: #4EF0B9;
}

.linkHover:hover {
    color: #9bf6d1;
}

.align-closely {
    display: inline-flex;
    justify-content: left;
}