@font-face { font-family: 'Luckiest Guy'; src: url('../fonts/LuckiestGuy-Regular.eot'); src: url('../fonts/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'), url('../fonts/LuckiestGuy-Regular.woff') format('woff'), url('../fonts/LuckiestGuy-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'Work Sans'; src: url('../fonts/WorkSans-Regular.eot'); src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; }

@font-face { font-family: 'Londrina Solid'; src: url('../fonts/LondrinaSolid-Regular.eot'); src: url('../fonts/LondrinaSolid-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LondrinaSolid-Regular.woff2') format('woff2'), url('../fonts/LondrinaSolid-Regular.woff') format('woff'), url('../fonts/LondrinaSolid-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; }

:root {
    --bg-color: #3D106E;
    --theme-color: #BA71FC;
    --secondary-color: #30C2F1;
    --body-font: 'Luckiest Guy';
    --work-sans: 'Work Sans';
    --Londrina: 'Londrina Solid';
  }
  
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }
  
  iframe {width: 100%; height: 100vh;}

  body { height: 100%; width: 100%; line-height: normal; margin: 0px; padding: 0px; font-family: var(--body-font); font-weight: 400; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: grayscale; scrollbar-color: #f1f1f1 #adadad; scrollbar-width: thin; overflow-x: hidden; }
  body::-webkit-scrollbar-thumb {background: #adadad; border-radius: 0.625rem; }
  body::-webkit-scrollbar-track {background: #f1f1f1; }
  body::-webkit-scrollbar {width: 0.438rem;height: 0.438rem;}
  .container {max-width: 1340px;}
  input, .form-control { outline: none; box-shadow: none; border: 1px solid #e7eaf3; min-height: 52px; line-height: 52px; padding: 10px 19px; }
  textarea.form-control { min-height: 107px; resize: none; line-height: normal; padding-top: 14px; }
  input:focus, .form-control:focus { border-color: #71d0f4; outline: none; box-shadow: none; }
  button, button:focus{ outline: none; box-shadow: none; }
  h1, h2, h3, h4, h5, h6, p { margin: 0; }
  ul, li { list-style: none; padding: 0; margin: 0; }
  a, a:hover { text-decoration: none; }

  .default-btn { font-family: var(--body-font); min-width: 192px; min-height: 60px; line-height: 60px; display: inline-block; font-weight: 400; font-size: 22px; color: #FFFFFF; outline: none; box-shadow: none; padding: 0 10px; border-radius: 10px; border: none; text-align: center; }
  /* header css start */
  .headerOuter { background: radial-gradient(141.6% 295.5% at 59.55% -172.5%, rgba(153, 52, 244, 0.9) 61.46%, rgba(153, 52, 244, 0.4) 92.19%); position: absolute; top: 0; width: 100%; z-index: 1; }
  .headerOuter .container{ position: relative; z-index: 1; }
  .headerOuter::after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #D9D9D9 -121%, rgba(163, 79, 255, 0.03) 45.57%); }
  header.headerOuter nav.navbar { padding: 0; }
  header.headerOuter ul.navbar-nav a.nav-link { color: #fff; font-weight: 400; font-size: 22px; line-height: 22px; padding: 40px 0 43px 56px; }
  .navbar-brand img { padding: 10px 0 14px 0; max-width: 105px; }
  .headerOuter button.btn-outline-success { background: url(../images/sing-up.png) no-repeat ; -webkit-text-stroke: 1px rgba(61, 16, 110, 0.5); transition: top 0.7s; position: relative; top: 0; }
  .headerOuter button.btn-outline-success span { position: relative; top: -3px; }
  .headerOuter button.btn-outline-success:hover{ top: -5px; }

  /* banner css start */
  .banner-outer{background:url('../images/herobg.jpg') no-repeat; background-size: cover; padding: 114px 0 119px 0; position: relative;}
  .banner-outer::after{ content: ''; background: url('../images/banner-after.png') no-repeat; width: 277px; height: 218px; position: absolute; bottom: 6%; left: 4%; }
  .pocker-text-contant h2 { color: #fff; font-weight: 400; font-size: 114.62px; padding-top: 211px; }
  .pocker-contant { text-align: center; }
  .pocker-text-contant p { color: #fff; font-family: var(--Londrina); font-weight: 400; font-size: 24px; line-height: 28px; margin-top: 6px; }
  .pocker-contant { text-align: center; }
  .banner-outer .button { text-align: center; position: relative; z-index: 9;}
  .banner-outer .button a.default-btn { background: url('../images/play-now.png') no-repeat; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); margin-top: 79px; transition: top 0.7s; position: relative; top: 0; }
  .banner-outer .button a.default-btn:hover{ top: -10px; }

  /* start yourRoom css */
  .yourRoom{ background: url(../images/yourRoom-bg.png) no-repeat var(--bg-color); background-position: center center; padding: 113px 0; position: relative; }
  .yourRoom::before { content: ''; background: url(../images/your-room-after.png) no-repeat; width: 196px; height: 146px; position: absolute; left: 0; top: -11%; }
  .yourRoom h2{ font-weight: 400; font-size: 42px; line-height: 42px; color: #FFFFFF; }
  .yourRoom p{ font-family: var(--work-sans); font-weight: 400; font-size: 16px; line-height: 23px; color: #FFFFFF; margin: 30px 0 40px 0; }
  .yourRoom-text .default-btn { border: 1px solid var(--secondary-color); transition: 0.7s; }
  .yourRoom-text .default-btn:hover{ background-color: #C4B043; border-color: #C4B043; }
  .yourRoom .yourRoom-image { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
  .yourRoom .yourRoom-image img { max-width: 100%; }

/* Modal */

  .modal-content {background-color: #5705aa; color: #ffffff; padding: 40px; border-radius: 30px;}
  .modal-header, .modal-footer {border: none; padding-bottom: 0; }
  .modal-title {line-height: initial;}
  .modal-content input {width: 100%; border: 1px solid white; border-radius: 10px; margin-top: 5px; margin-bottom: 10px; font-size: 14px; line-height: 18px; color: #000; font-weight: normal; min-height: 50px; font-family: var(--work-sans);}
  .modal-content label {font-family: var(--work-sans); font-size: 14px; margin-top: 5px;}
  .modal-content .modal-footer {margin-top: 20px; }
  .modal-content .modal-footer input {border: none; min-height: 50px; color: #fff;}
  .modal-content .form-alt-btn { justify-content: center; background: #2cb3ff;}
  .modal-content .form-main-btn { justify-content: center; background: #ff2c98;}
  .modal-footer {padding: 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
  .modal-footer input {width: 49%; display: flex; margin: 0; font-family: var(--body-font);}

 /* start ourFeatures css */
 .ourFeatures { background: url('../images/feature-bg.jpg') no-repeat; padding: 198px 0 140px 0; background-size: cover; }
 .ourFeatures .top-heading { text-align: center; }
 .ourFeatures .top-heading h2 { font-weight: 400; font-size: 42px; line-height: 42px; text-align: center; color: #FFFFFF; }
 .featureOuter { display: flex; column-gap: 14px; margin-top: 102px; }
 .featureOuter .featureBox { border-radius: 28px; background: transparent; flex-basis: calc(100% * 1/4); flex-basis: 25%; max-width: calc(100% * 1/4); max-width: 25%; transition: background 0.8s, flex-basis 0.8s, max-width 0.8s; }
 .featureOuter .featureBox img{ max-width: 100%; border-radius: 28px; height: 427px; object-fit: cover; }
 .featureOuter .featureBox h3{ font-weight: 400; font-size: 36px; line-height: 36px;  text-align: center; color: var(--secondary-color); padding: 34px 0; text-align: center; opacity: 0; visibility: hidden; transition: opacity 0.7s, visibility 0.7s}
 .featureOuter .featureBox h3 span{ color: var(--theme-color); }
 .featureOuter  .featureContent { height: 104px; }
 .featureOuter .featureBox:hover { background: #fff; flex-basis: calc(100% * 2/3); flex-basis: 50%; max-width: calc(100% * 2/3); max-width: 50%; }
 .featureOuter .featureBox:hover h3{ opacity: 1; visibility: visible; }

  /* start allGames section */
  .allGames { background: #9839EC; padding: 11px 0; margin-top: 140px; }
  .allGameSlider .game-box { background-color: #fff; border-radius: 20px; display: flex; overflow: hidden; align-items: center; }
  .allGameSlider .slick-list{ margin:0 -17px; }
  .allGameSlider .slick-list .slick-slide{ margin:0 17px; }
  .allGameSlider .game-box .game-img { width: 70px; height: 70px; }
  .allGameSlider .game-box .game-img img{ max-width: 100%; object-fit: cover; height: 100%; }
  .allGameSlider .game-box .game-text { text-align: center; width: 100%; }
  .allGameSlider .game-box .game-text h3{ font-weight: 400; font-size: 26px; line-height: 26px; color: var(--theme-color);  }

  /* Start No Deposit CSS */
  .no-deposit { margin-top: 130px; }
  .no-deposit .container{ max-width: 1000px; }
  .no-deposit .deposit-box { text-align: center; }
  .no-deposit .deposit-box h3 { font-weight: 400; font-size: 34px; line-height: 34px; color: #FFFFFF; margin-top: 26px; }

  /* start footer css */
  footer.footerOuter { background: url('../images/footer-bg.jpg') no-repeat var(--bg-color); background-size: cover; padding:84px 0 40px 0; position: relative;}
  footer.footerOuter::before{ content: ''; background: url(../images/footer-before.png) no-repeat; width: 323px; height: 350px; position: absolute; left: 0; top: -71px; }
  footer.footerOuter::after{ content: ''; background: url(../images/footer-after.png) no-repeat; width: 193px; height: 221px; position: absolute; right: 0; bottom: 0; }
  .footer-logo{text-align: center; }
  .footer-content{text-align: center; max-width: 550px; margin: 50px auto 0;}
  .footer-content h2{ font-weight: 400; font-size: 42px; line-height: 42px; text-align: center; color: #FFFFFF; }
  .footer-content p { font-family: var(--work-sans); margin: 14px 0 0 0; font-weight: 400; font-size: 16px; line-height: 19px; color: #FFFFFF; }
  .footer-menu { margin-top: 117px; }
  .footer-menu ul{ display: flex; flex-wrap: wrap; column-gap: 56px; justify-content: center; }
  .footer-menu ul a { font-weight: 400; font-size: 22px; line-height: 22px; color: #FFFFFF; transition: 0.7s; }
  .footer-menu ul a:hover{ color:#C4B043; }

  /* Start responsive css */


  @media screen and (min-width:1200px) and (max-width:1440px) {
    .yourRoom .yourRoom-image{ text-align: right; }
    .yourRoom .yourRoom-image img { max-width: 89%; }
    .pocker-text-contant h2{ font-size: 86px; }
    .yourRoom::before { width: 155px; height: 108px; top: -9%; background-size: 100%; }
   }

  @media screen and (min-width:768px) and (max-width:1024px) {
    .pocker-text-contant h2 { font-size: 78px; }
    .pocker-text-contant p { font-size: 24px; }
    .button a { font-size: 20px; }
    .yourRoom-image img { width: 500px; }
    .yourRoom-text h2 { font-size: 48px; padding-top: 63px; }
    .yourRoom { padding: 44px 0; padding-bottom: 25px; }
    .yourRoom-text a { font-size: 21px; }
    .yourRoom-text a { font-size: 21px; }
    .ourFeatures { padding: 50px 0 140px 0; overflow: hidden; }
    .footer-content h2 { font-size: 42px; padding-bottom: 20px; }
    .footer-content p { font-size: 20px; }
    .footer-menu { margin-top: 87px; }
    .footer-menu ul a { font-size: 19px; }
    footer.footerOuter { padding: 43px 0 40px 0; }
    .no-deposit .deposit-box h3 { font-size: 28px; margin-top: 30px; }
    .pocker-text-contant h2 { padding-top: 118px; }
    .banner-outer::after { width: 197px; height: 142px; position: absolute; bottom: 8%; left: 2%; background-size: 100%; }
    .yourRoom::before { width: 196px; height: 146px; position: absolute; left: 1%; top: -12%; }
    .featureOuter .featureBox{ flex-basis: 46%; max-width: 46%; }
    .featureOuter { display: flex; column-gap: 19px; margin-top: 70px; flex-wrap: wrap; max-width: 100%; row-gap: 30px; justify-content: center; }
    .featureOuter .featureBox h3 { padding: 18px 0; font-size: 28px; }
    .allGames { padding: 11px 0; margin-top: 70px; width: 100%; }

    .allGameSlider button.slick-arrow { display: none; }
    footer.footerOuter::before { width: 213px; height: 230px; background-size: 100%; }
    footer.footerOuter::after { width: 121px; height: 138px; background-size: 100%; }
    .yourRoom::before { width: 126px; height: 91px; top: -6%; background-size: 100%; }

  }

  @media screen and (min-width:991px) and (max-width:1024px) {
    header.headerOuter ul.navbar-nav a.nav-link { font-size: 18px; line-height: 22px; padding: 40px 0 43px 35px; }
    .container{ padding: 0 20px; }
    .pocker-text-contant h2{ font-size: 86px; }
    .yourRoom-text h2{ font-size: 35px; padding-top: 32px; }
    .yourRoom p { font-size: 14px; margin: 20px 0 24px 0; }
   }

  /* mobile menu css */
  @media screen and (max-width:991px) {
    header.headerOuter nav.navbar .navbar-collapse { position: fixed; left: -100%; top: 0; width: 100%; max-width: 337px; background-color: var(--bg-color); height: 100vh; overflow-x: auto; transition: left 0.4s; }
    header.headerOuter nav.navbar .navbar-collapse.show{ left: 0; }
    .headerOuter nav.navbar button.navbar-toggler { border: none; box-shadow: none; outline: none; padding: 0; }
    .headerOuter nav.navbar button.navbar-toggler img { max-width: 36px; }
    header.headerOuter ul.navbar-nav a.nav-link { color: #fff; font-weight: 400; font-size: 22px; line-height: 22px; padding: 20px 26px; }
    header.headerOuter ul.navbar-nav { margin-top: 37px !important; }

    .headerOuter button.btn-outline-success { min-width: 192px; left: 28px; }
    .headerOuter nav.navbar .navbar-collapse button.navbar-toggler { position: absolute; right: 18px; top: 18px; }
    .headerOuter nav.navbar .navbar-collapse button.navbar-toggler img { max-width: 24px; }

  }


  @media screen and (max-width:767px) {
    
    .modal-content .modal-footer input { width: 100%; margin-bottom: 10px;}
    .modal-footer { display: block;}
    
    .banner-outer .button { position: relative; z-index: 0; }

    .default-btn { min-width: 152px; min-height: 52px; line-height: 52px; font-size: 20px; }

    .headerOuter{ padding: 6px 0; }
    .navbar-brand img { padding: 0; max-width: 67px; }
    .pocker-text-contant h2 { color: #fff; font-weight: 400; font-size: 34px; padding-top: 8px; }
    .pocker-text-contant p { font-size: 19px; line-height: 29px; }

    .banner-outer::after { width: 127px; height: 91px; bottom: 6%; left: 4%; background-size: 100%; }
    .banner-outer .button a.default-btn{ margin-top: 28px; min-width: 192px; }
    .yourRoom::before { width: 76px; height: 61px; top: -32px; background-size: cover; }

    .yourRoom .yourRoom-image { position: relative; top: 29px; transform: inherit; }
    .yourRoom h2 { font-size: 30px; line-height: 38px; }
    .yourRoom p{ font-size: 15px; }

    .ourFeatures{ padding: 90px 0; overflow: hidden; }
    .ourFeatures .top-heading h2 { font-size: 30px; line-height: 38px; }
    .featureOuter { margin-top: 42px; flex-wrap: wrap; row-gap: 22px; }

    .featureOuter .featureBox { flex-basis: 100%; max-width: 100%;  }
    .featureOuter .featureBox:hover{ flex-basis: 100%; max-width: 100%; }
    .featureOuter .featureContent{ height: auto; }
    .allGames{ margin-top: 80px; }
    .no-deposit { margin-top: 40px; }
    .no-deposit .deposit-box {  margin-top: 60px; }

    footer.footerOuter::before { width: 133px; height: 160px;  background-size: 100%; }

    .footer-logo img { max-width: 132px; }
    .footer-content h2 { font-size: 30px; line-height: 37px;  }
    .footer-content{ margin:28px auto 0; }
    footer.footerOuter::after { width: 115px; height: 131px;  background-size: 100%; }
    .footer-menu { margin-top: 37px; }
    .footer-menu ul {  column-gap: 23px; row-gap: 11px; }
    .footer-menu ul a{ font-size: 17px; }


    .allGameSlider .slick-list{ margin:0 -10px; }
    .allGameSlider .slick-list .slick-slide{ margin:0 10px; }
    .allGameSlider button.slick-arrow { display: none; }
    .featureOuter .featureBox h3 { font-size: 20px; line-height: 35px; }
    .allGameSlider .game-box .game-text h3{font-size: 18px;}
    .headerOuter button.btn-outline-success span{top: 2px;}
    .banner-outer .button a.default-btn span { position: relative; top: 3px; min-height: 60px; line-height: 60px; }

  }
