  .floating-window {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: black;
        width: 100%;
        max-width: 98%;
        height: 100%;
        max-height: 98%;
        padding: 5px;

        border: 0px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        overflow: hidden;
    }
    .close-button {
        position: absolute;
        top: -10px;
        right: 0px;
        cursor: pointer;
        font-size: 2.4em;
        color: red;
    }
#floating-iframe {
    overflow: hidden; /* Hide the scrollbar */
    width: 100%; /* Ensure iframe fills the container */
    height: 100%; /* Ensure iframe fills the container */
}

:root {
    --bg-color: #c3c900;
    --theme-color: #fbeb0c;
    --secondary-color: #30C2F1;
    --body-font: 'Lucida Sans';
    --work-sans: 'Lucida Sans';
    --Londrina: 'Lucida Sans';
  }
  
  ::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;
  }

  body {  font-family: "Century Gothic"; height: 100%; width: 100%; line-height: normal; margin: 0px; padding: 0px;  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 10px; }
  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; }
 .row {padding-top: 40px;}
  .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; }

  iframe { width: 100%; border: none; min-height: 400px; }

  /* header css start */
  .headerOuter { background-color: #fff; position: absolute; top: 0; width: 100%; z-index: 1; }
  .headerOuter .container{ position: relative; z-index: 1; }
  header.headerOuter nav.navbar { padding: 0; }
  header.headerOuter ul.navbar-nav .nav-item {padding: 40px 0 43px 36px;}
  header.headerOuter ul.navbar-nav a.nav-link { color: #000; font-weight: 550; font-size: 22px; line-height: 22px;  }
  header.headerOuter ul.navbar-nav a.nav-link.active {color:#cc0000; border-bottom: 1px solid #cc0000; }
  header.headerOuter ul.navbar-nav a.nav-link:hover { color:#cc0000;  }

  .navbar-brand img { padding: 10px 0 14px 0; max-width: 285px; }
  .headerOuter button.btn-outline-success { color: #FFF; background-color: #cc0000; 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; background-color:#e00000; }

  /* banner css start */
 .banner-outer{background:url('../images/herobg.png') no-repeat #ededed; background-size: 100% 100%;  padding: 50px 0 119px 0; position: relative; color: #000;}
  .pocker-text-contant h2 { font-weight: bold; font-size: 50px; padding-bottom: 50px; }
  .pocker-contant { text-align: center; }
  .pocker-text-contant p { font-family: var(--Londrina); font-weight: 400; font-size: 20px; 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-color: #fff; color:#1475bf; 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; color: #cc0000; }

  /* start yourRoom css */
  .yourRoom{ padding: 113px 0; position: relative; background: #ededed; color: #000;  }
  .yourRoom h2{ font-weight: 400; font-size: 42px; line-height: 42px;  }
  .yourRoom p{ font-family: var(--work-sans); font-weight: 400; font-size: 16px; line-height: 23px; margin: 30px 0 40px 0; }
  .yourRoom-text .default-btn { background-color: #cc0000; transition: 0.7s; color:#FFF; }
  .yourRoom-text .default-btn:hover{ background-color:#e00000; }
  .yourRoom .yourRoom-image { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
  .yourRoom .yourRoom-image img { max-width: 100%; }
  
  .yourRoom.welcome h2{ font-size: 60px; line-height: 60px; }
  .yourRoom.welcome{  background:url('../images/your-room.png') no-repeat #364250; background-size: 110% 100%; color: #fff; }

/* Signup Form */

  .modal-content {background-color: #FFFF; color: #000000;   border-radius: 30px;}
  .modal-header, .modal-footer {border: none; padding-bottom: 0; }
  .modal-header {background-color: #cc0000; color:#fff; padding:10px;}
  .modal-title {line-height: initial;}
  .modal-content input {width: 100%; border: 2px #cc0000; border-style: none none solid none;  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: #ff6900;}
  .modal-content .form-main-btn { justify-content: center; background: #ff6900;}
  .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);}

#af-form-553142265 input.submit { background: #cc0000; color: #fff; text-transform: uppercase; border-radius: 5px;}


/* Popup */
  #overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); /* Gray background with 10% opacity */ backdrop-filter: blur(5px); /* Apply blur effect */
            display: none; /* Initially hidden */ z-index: 1000; /* Ensure it is above all other content */ }
  .popup { color: #000; font-family: verdana; position: fixed; width: 90%; max-width: 500px; margin: 0 auto;  background-color: #fff; border: 1px solid #ccc;
            border-radius: 5px; top: 50%; left: 50%; transform: translate(-50%, -50%);  font-size: 1vw;
            display: none; z-index: 9999; }
  .close { position: absolute; top: 5px; right: 5px; cursor: pointer; }
  .blur { filter: blur(10px); background: linear-gradient(#b56eb42b, #402980); pointer-events: none; }
  .popup .header {background: #cc0000; color: #FFF; padding: 10px;}
  .popup p {padding: 10px; }
  .popup button { position: center;}
  .popup .btn-default {background: #cc0000; color: #FFF; padding: 10px; }

 
  /* start footer css */
  footer.footerOuter { background: #fff; 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; color: #000;}
  .footer-content h2{ font-weight: 400; font-size: 42px; line-height: 42px; text-align: center;  }
  .footer-content p { font-family: var(--work-sans); margin: 14px 0 0 0; font-weight: 400; font-size: 16px; line-height: 19px; }
  .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; transition: 0.7s;color:#000; }
  .footer-menu ul a:hover{ color:#000; }
  .footer-icons {text-align: center; padding: 10px;}
  .footer-icons .logos {margin-right:20px;}


/* start Games Page css */

.h2-style { color: var(--text-color); font-size: 32px; font-weight: 200; text-transform: uppercase; line-height: 37px; font-family: 'FONTSPRING DEMO - Arpona'; }
.featured_page { padding-top: 30px; }
.featured-listing{ margin-top: 40px; }
.featured_page .featured-box{ background: #FFF; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; position: relative; overflow: hidden; background-position: center center;  transition: 0.7s;}
.featured-listing .row { row-gap: 35px; }

.featured_page .featured-box::after { content: ''; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; opacity: 1; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.featured-box .featured-text{ position: relative; z-index: 1; }
.featured-box .featured-title{ text-align: center; }
.featured-text .featured-img { position: relative; bottom: -30px; transition: all 0.3s ease-in-out;text-align: center; }
.featured-text .featured-img img { height: 160px; }
.featured-box .featured-text .featured-title { margin-top: 22px; }
.featured-box .featured-title h3 { font-size: 24px; line-height: 29px; text-transform: uppercase; color: #000; font-weight: 500; font-family: 'Work Sans'; }
.featured-box span.feature-tag a { margin: 14px 0px 0px 14px; background-color: #535AD1; display: inline-block; color: #fff; font-family: 'Work Sans'; font-weight: 700; min-width: 140px; text-align: center; border-radius: 10px; min-height: 40px; line-height: 40px; padding: 0 20px; }
.featured-text .playNow {text-align: center;padding: 20px 0; }
.featured-text .playNow a { text-align: center; display: inline-block; width: 100%; font-family: 'Work Sans'; font-weight: 700; text-transform: uppercase; padding: 12px 24px; font-size: 16px; max-width: 204px; border-radius: 5px; margin: auto; background: #3a69af; color: #FFF;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow */ position: absolute; bottom: -180px; right: 50%; transform: translate(50%, -50%); transition: box-shadow 0.4s ease; /* Add transition for hover effect */
 }


.featured-text .playNow a:hover {background: #cc0000; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */ color: #FFF; }


.featured-text .hoverText { padding: 18px 14px; opacity: 0; transition: all 0.3s ease-in-out; }
.featured-text .hoverText p { font-size: 16px; line-height: 24px; color: #000; font-weight: 400; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; text-align: center; -webkit-box-orient: vertical; }
.featured_page .featured-box:hover{ transform: scale(1.05); transition: all 0.3s ease-in-out; }
.featured_page .featured-box:hover .hoverText{ opacity: 1;  }
.featured-text .playNow a i.fa {font-size: 16px;margin-right:8px;}
.featured_page .featured-box:hover .featured-img{ bottom: -10px; }



.featured-box .hoverText   { position:absolute; top: 280px; height:140px; display: none; max-height:130px; }
 .featured-box .hoverText  p { margin:0 auto; }
.featured-box:hover .hoverText { display: block; overflow:auto; }

.featured-box { position: relative; overflow: hidden; width: 100%; height: 500px; border-radius: 10px;  #
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  padding:20px;  margin:5px; }

.featured-box:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

/* End feature css here */



/* start Extra css */
.extra {    padding: 50px 0; position: relative; background-color: #fff; color: #000; }
.extra h2{ font-weight: 400; text-align:center; font-size: 42px; line-height: 42px; padding-bottom: 20px; }
.extra h3{ margin-bottom: 10px;}
.extra-three-column-grid {  display:block; }
.extra-three-column-grid > * {  padding:1rem;}
.extra-three-column-grid ul {padding-top:10px; list-style-type: square;}
.extra-three-column-grid li { padding-bottom: 10px; margin: 0; }


 /* Start responsive css */

@media (min-width:768px) {
    .extra-three-column-grid { display: grid; grid-auto-rows: 1fr; grid-template-columns: 1fr 1fr 1fr; }
   .featured-box { box-shadow: none; }

}



  @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; }
    .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; }
    .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; }

    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: 250px; }
    .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; }

    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; }


    .featureOuter .featureBox h3 { font-size: 20px; line-height: 35px; }
    .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; }

  }


@media only screen and (max-width: 500px) {
    .popup { font-size: 5.8vw; }
    button { font-size: 7vw; }
  }

@media only screen and (min-width: 501px) and (max-width: 999px) {
    .popup { font-size: 3.5vw; }
    button { font-size: 4.5vw; }
  }

@media only screen and (min-width: 1000px) and (max-width: 1899px) {
    .popup { font-size: 1.5vw; }
    button { font-size: 3vw; }
  }

@media only screen and (min-width: 1900px) {
    .popup { font-size: 1vw; }
    button { font-size: 2.8vw; }
  }
