:root {
    --them_bg_color: #453ea6;
    --them_normal_color: #ffffff;
    --them_mainBg_color: #000033;
    --them_about_box: #1e1d7a;
  }
  ul{
      margin: 0;
      padding: 0;
  }
  li{
      margin: 0;
      padding: 0;
      list-style: none;
  }
  .banner{
      background-image: url(../images/banner.jpg);
      height: 100vh;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .aboutbanner{
    background-image: url("https://t4.ftcdn.net/jpg/02/99/40/69/360_F_299406904_AucZS0WAB6Bvg8zT2lsuq703KxeuXSNX.jpg");
    height: 400px;
  }
  .header{
      width: 100%;
    background-color: var(--them_normal_color);
    height: 93px;
    z-index: 99999;
    display: flex;
      justify-content: center;
      align-items: center;
  }
  .bannerContant h3{
      color: var(--them_normal_color);
      font-size: 72px;
      text-transform: capitalize;
      font-weight: 700;
  }
  .bannerContant p{
      color: var(--them_normal_color);
      font-size: 20px;
  }
  .readMoreBtn{
      background-color: var(--them_bg_color);
      padding: 5px 22px;
      font-size: 20px;
      border-radius: 5px;
      color: #fff !important;
      text-decoration: none !important;
      text-transform: capitalize;
      display: inline-block;
  }
  .aboutSection{
      background-color: var(--them_mainBg_color);
      padding: 50px 0px;
  }
  .aboutBox{
      background-color: var(--them_about_box);
      padding: 20px;
      border: 1px solid #277e99;
      border-radius: 15px;
      text-align: center;
  }
  .aboutBox h3{
      color: var(--them_normal_color);
      font-size: 22px;
      text-transform: capitalize;
      font-weight: 700;
      font-family: system-ui;
      margin-bottom: 15px;
  }
  .aboutBox p{
      color: var(--them_normal_color);
      font-size: 15px;
  }
  .aboutBox a{
      color: var(--them_normal_color);
      font-size: 15px;
      text-transform: capitalize;
  }
  .aboutBox:hover .iconBg{
      transform: rotateY(180deg);
      background: #fff;
  }
  
  .iconBg{
      background-color: var(--them_bg_color);
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0px auto 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
      transition: all 0.5s;
  }
  .iconBg img{
      width: 100%;
      object-fit: cover;
  }
  .aboutUsContent{
      margin-top: 10rem;
  }
  .aboutUsContent h4{
      font-size: 12px;
      color: #ff67bf;
  }
  .aboutUsContent h2{
      color: var(--them_normal_color);
      font-size: 40px;
      font-weight: 700;
      font-family: sans-serif;
      line-height: 55px;
  }
  .aboutUsContent p{
      color: var(--them_normal_color);
      font-size: 15px;
      text-transform: capitalize;
  }
  .gameIngVideo{
      padding: 100px 0;
      background-image: url(../images/overview.jpg);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .palygameVideo{
      background-image: url(../images/trailer_two.jpg);
      height: 400px;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .palyButton{
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: var(--them_normal_color);
      padding: 10px;
      cursor: pointer;
  }
  .wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  
  .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #000000;
    z-index: 999;
  }
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(30, 29, 122, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .eventSection{
      background-color: var(--them_mainBg_color);
      padding: 60px 0px 150px;
  }
  .event_box{
      border: 2px solid #4dfcff;
      border-radius: 15px;
      overflow: hidden;
  }
  .event_box img{
      width: 100%;
      object-fit: cover;
      border-radius: 15px;
      height: 250px;
      transition: all 0.5s; 
  }
  .event_box:hover img{
      transform: scale(1.3);
  }
  .event_content{
      padding: 20px;
      width: 80%;
      border-radius: 10px;
      position: absolute;
      bottom: -80px;
      left: 50%;
      background: linear-gradient(88deg, #40439b, #4bdaec);
      transform: translateX(-50%);
  }
  .event_content h3{
      color: var(--them_normal_color);
      font-size: 25px;
      font-weight: 700;
      font-family: sans-serif;
  }
  .event_content p{
      color: var(--them_normal_color);
      font-size: 15px;
      font-family: sans-serif;
  }
  .dwnCont{
      display: flex;
      justify-content: space-around;
      align-items: center;
  }
  .maginTop{
      margin-top: 8rem;
  }
  .sectionHeading{
      color: var(--them_normal_color);
      font-size: 50px;
      font-weight: 700;
      font-family: sans-serif;
      position: relative;
  }
  .sectionHeading::before{
      content: "";
      top: -20px;
      left: 76%;
      background-image: url(../images/header-el.png);
      background-size: contain;
      height: 100px;
      width: 100%;
      position: absolute;
      background-repeat: no-repeat;
      transform: translateX(-50%);
  }
  .secPragraph{
      color: var(--them_normal_color);
      font-size: 15px;
  }
  .blogSec{
      background-color: var(--them_mainBg_color);
      padding: 60px 0px;
  }
  .blogBox img{
      width: 100%;
      border: 4px solid #4dfcff;
      border-radius: 10px 10px 0px 0px;
      height: 180px;
  }
  .blogCont{
      background: linear-gradient(88deg, #40439b, #4bdaec);
      padding: 20px;
      border-radius: 0px 0px 10px 10px;
  }
  .blogCont h2{
      font-size: 20px;
      font-weight: 700;
      font-family: sans-serif;
      color: var(--them_normal_color)
  }
  .blogCont p{
      font-size: 14px;
      font-weight: 700;
      font-family: sans-serif;
      color: var(--them_normal_color)
  }
  .blogUpconst{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .blogCont a{
      color: #fff !important;
      text-decoration: none;
  }
  .footer{
      background-image: url(../images/footer.png);
      background-size: cover;
      margin-top: -5rem;
      padding-bottom: 50px;
      background-repeat: no-repeat;
  }
  .findEmail{
      background: rgba(255,255,255, 0.5);
      padding: 20px;
      margin-top: 12rem;
      width: 100%;
      border-radius: 20px;
  }
  .findEmail img{
      width: 100%;
      margin-top: -4rem;
  }
  .fotContRight {
      display: flex;
      justify-content: center;
      height: 100%;
      flex-direction: column;
  }
  .footerContant{
      margin-top: 3rem;
  }
  .footerContant h4{
      font-size: 25px;
      color: var(--them_normal_color);
      text-transform: capitalize;
      font-family: sans-serif;
      font-weight: 700;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      display: inline-block;
  }
  .footerContant p{
      color: var(--them_normal_color);
      font-size: 13px;
      width: 80%;
  }
  .aboutDetails{
      display: flex;
      align-items: center;
      margin-bottom: 15px;
  }
  .aboutDetails i{
      font-size: 20px;
      margin-right: 10px;
      color: #fd627c;
  }
  .listIng li a{
      display: block;
      color: #fff;
      margin-bottom: 13px;
      text-decoration: none !important;
  }
  .copyRite {
      color: #fff;
      font-size: 12px;
  }
  .header img{
      width: 40%;
      z-index: 999;
      object-fit: cover;
  }
  
  
  
  @media only screen and (max-width: 767px) {
      .sectionHeading::before{
          left: 55%;
      }
      .bannerContant h3{
          font-size: 20px;
      }
      .aboutUsContent {
          margin-top: 3rem;
      }
      .mobileMt{
          margin-top: 10rem;
      }
      .blogBox{
          margin-bottom: 25px;
      }
      .aboutBoxMt{
          margin-bottom: 40px;
      }
      .header{
          z-index: 99;
      }
      .mobileMnu{
          text-align: right;
      }
      .header img{
          z-index: 0
      }
  }
  
  .eventBox{
      border-radius: 8px;
      margin-bottom: 20px;
  }
  .eventBox img{
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: 8px 8px 0px 0px;
  }
  .eventBox h2 {
      color: var(--them_normal_color);
      font-family: sans-serif;
      font-size: 30px;
      font-weight: 600;
  }
  .eventBox p{
      color: var(--them_normal_color);
      margin-bottom: 0px;
  }
  .bookingfBtn{
      background: #000033;
      color: #fff !important;
      padding: 9px 44px;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      box-shadow: 0px 8px 34px #0e2950;
      border-radius: 5px;
      transition: 0.3s;
  }
  .bookingfBtn:hover{
    box-shadow: none;
    text-decoration: none;
  }
  .eventDate{
    background-color: #002744;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
  }
  .eventDate p{
    color: var(--them_normal_color);
    text-decoration: none;
  }
  .eventBox h4{
    color: var(--them_normal_color);
    margin-top: 10px;
    font-family: system-ui;
    text-decoration: none;
  }
  .eventBox span{
    color: #fff;
    text-decoration: none;
  }
  .eventBox a:hover{
    text-decoration: none;
  }
  .eventBanner{
    background-image: url("../images/event.jpg");
    height: 638px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .eventDetails{
    background-color: var(--them_mainBg_color);
  }
  .eventDetails p{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
  }
  .eventDetails .headingSec{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .eventDetBanner{
    background-color: var(--them_bg_color);
  }
  .eventDetBanner img{
    width: 100%;
    object-fit: cover;
    height: 500px;
  }
  .eventHeading{
      font-size: 24px;
      color: #090940;
      text-transform: capitalize;
  }
  .bannerContant img{
    width: 100%;
    object-fit: cover;
  }
  .marginBtm{
    margin-bottom: 10rem;
  }
  .icone_details{
    color: #d15b6e;
    padding-left: 16px;
  }
  .eventDetailsPra{
    font-weight: 500;
  }


  .user_dasbordMenu li{
    display: block;
    list-style: none;
    }
    .user_dasbordMenu li a{
    display: block;
    text-decoration: none;
    margin-bottom: 3rem;
    font-size: 20px;
    color: #fff;
    margin-left: 9px;
    }
    .user_dasbordMenu li i{
    color: #fff;
    background: blueviolet;
    padding: 10px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    }
    .aboutBox label {
    color: #ff67bf;
    }
    .loginpg{
        background-image: url("../images/overview.jpg");
        background-size: cover;
        padding: 100px 0px;
    }
    .loginform{
        background: #fff;
        width: 40%;
        padding-top: 3rem;
        border-radius: 15px;
    }

    
    .success-container {
        /* left: 50%;
        top: 50%;
        width: 600px;
        transform: translate(-50%, -50%);
        position: fixed; */
        height: 500px;
        margin: 7rem 0px;
      }
      .modalbox.success {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        padding: 25px 25px 15px;
        text-align: center;
        height: 270px;
      }
      .modalbox.success.animate .icon {
        -webkit-animation: fall-in 0.75s;
        -moz-animation: fall-in 0.75s;
        -o-animation: fall-in 0.75s;
        animation: fall-in 0.75s;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .modalbox.success.animate .icon i{
        font-size: 60px;
        color: #fff;
      }
      .modalbox.success h1 {
        font-family: 'Montserrat', sans-serif;
        margin-top: 2rem;
      }
      .modalbox.success p {
        font-family: 'Open Sans', sans-serif;
      }
      .modalbox.success .icon {
        position: relative;
        margin: 0 auto;
        margin-top: -75px;
        background: #4caf50;
        height: 100px;
        width: 100px;
        border-radius: 50%;
      }
      .modalbox.success .icon span {
        postion: absolute;
        font-size: 4em;
        color: #fff;
        text-align: center;
        padding-top: 20px;
      }
      .center {
        float: none;
        margin-left: auto;
        margin-right: auto;
      /* stupid browser compat. smh */
      }
      .center .change {
        clearn: both;
        display: block;
        font-size: 10px;
        color: #ccc;
        margin-top: 10px;
      }
      .messageBaner{
        width: 100%;
      }