@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.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;
}
div#main-logo {
    color: white;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 22px;
    font-family: 'Montserrat';
}
span.logo {
    color: #29d8f9;
    font-size: 30px;
}
.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;
}

/* start yourRoom css */
.yourRoom {
    background: #e0ded9;
    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: #000000;
}

.yourRoom p {
    font-family: var(--work-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin: 30px 0 40px 0;
}

.yourRoom-text .default-btn {
    background-color: #29d8f9;
    transition: 0.7s;
}

.yourRoom-text .default-btn:hover {
    background-color: #0e697b;
    border-color: #000;
}

.yourRoom .yourRoom-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.yourRoom .yourRoom-image img {
    max-width: 100%;
}

.yourRoom.welcome h2 {
    color: #FFFFFF;
}

.yourRoom.welcome {
    background: #424343;
}

.yourRoom.welcome p {
    color: #FFFFFF;
}

/* Signup Form */

.modal-content {
    background-color: #f5f5f2;
    color: #000000;
    border-radius: 0px;
    padding: 20px;
}


.modal-header,
.modal-footer {
    border: none;
    padding-bottom: 0;
}

.modal-title {
    line-height: initial;
}

.modal-content input {
    width: 100%;
    border: 1px solid #c2c2c2;
    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: #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);
}

/* 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: #fff;
    font-family: verdana;
    position: fixed;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(#1c1616, #3fedff);
    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;
}


/* start ourFeatures css */
.ourFeatures {
    background: url("../images/feature-bg.jpg") no-repeat;
    padding: 0;
    background-size: cover;
    height: 120vh;
}

.ourFeatures .top-heading {
    text-align: center;
}

.ourFeatures .top-heading h2 {
    font-weight: 400;
    font-size: 34px;
    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;
    border-bottom: solid 5px #29d8f9;
}

.featureOuter .featureBox h3 {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    padding: 34px 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s, visibility 0.7s;
}

.featureOuter .featureBox h3 span {}

.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 No Deposit CSS */
.no-deposit {
    margin-top: 0;
    margin-bottom: 50px;
}

.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 Extra css */
.extra {
    padding: 50px 0;
    position: relative;
    background-color: #29d8f9;
    color: #fff;
}

.extra h2 {
    font-weight: 400;
    text-align: center;
    font-size: 34px;
    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;
}

ol {
    padding: 0;
}

/* 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-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: 180px;
}

.featured-box .featured-text .featured-title {
    margin-top: 22px;
}

.featured-box .featured-title h3 {
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: 'Work Sans';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    width: 90%;
    margin: auto;
}

.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: #28d3f4;
    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);
}

/* Start responsive css */

@media (min-width:768px) {

    .extra-three-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .featured-listing .row {
        row-gap: 15px;
    }

}



@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;
    }

    .featureOuter .featureBox img {
        max-width: 100%;
        border-radius: 28px;
        height: 60%;
        object-fit: cover;
        border-bottom: solid 5px #29d8f9;
        margin: 10px;
    }

    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) {
    .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) {
    div#formModal {
        z-index: 100000;
        top: 0%;
        background-color: #000000a3;
    }

    .featureOuter .featureBox img {
        max-width: 100%;
        border-radius: 28px;
        height: 70%;
        object-fit: cover;
        border-bottom: solid 5px #29d8f9;
    }

}

@media screen and (max-width:767px) {
    .extra {
        padding: 0;
    }

    .yourRoom-text {
        margin-top: 70px !important;
    }

    .extra h2 {
        font-weight: 400;
        text-align: center;
        font-size: 24px;
        line-height: 42px;
        padding-bottom: 20px;
    }

    .extra {
        text-align: center;
    }

    .ourFeatures {
        background: url("../images/feature-bg.jpg") no-repeat;
        padding: 0;
        background-size: cover;
        height: auto;
    }

    .row {
        padding-top: 40px;
        margin: 0px;
    }

    .yourRoom-text .default-btn {
        background-color: #29d8f9;
        transition: 0.7s;
        width: 100%;
        margin: auto;
    }

    .yourRoom {
        background: #e0ded9;
        padding: 0 !important;
        position: relative;
    }

    .no-deposit .deposit-box {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .modal-content .modal-footer input {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-footer {
        display: block;
    }

    .default-btn {
        min-width: 152px;
        min-height: 52px;
        line-height: 52px;
        font-size: 20px;
    }

    .main-header {
        padding: 6px 0;
    }

    .banner-outer::after {
        width: 127px;
        height: 91px;
        bottom: 6%;
        left: 4%;
        background-size: 100%;
        display: none;
    }

    .banner-outer .button a.default-btn {
        margin-top: 8px;
        min-width: 90%;
    }

    .yourRoom::before {
        width: 76px;
        height: 61px;
        top: -32px;
        background-size: cover;
        display: none;
    }

    .yourRoom .yourRoom-image {
        position: relative;
        top: 29px;
        transform: inherit;
    }

    .yourRoom h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .yourRoom p {
        font-size: 13px;
    }

    .ourFeatures {
        padding: 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;
    }

    footer.footerOuter::before {
        width: 133px;
        height: 160px;
        background-size: 70%;
    }

    .no-deposit .deposit-box h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #FFFFFF;
        margin-top: 6px;
    }

    .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;
    }

    .main-header button.btn-outline-success span {
        top: 2px;
    }

    .banner-outer .button a.default-btn span {
        position: relative;
        top: 0px;
        min-height: 50px;
        line-height: 40px;
    }

}
@media only screen and (max-width: 768px) {
    div#main-logo {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 19px;
        font-family: 'Montserrat';
    }
    .featured-text .hoverText {
        padding: 18px 14px;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }
    .featured-box .hoverText {
        position: absolute;
        top: 280px;
        height: 140px;
        display: block;
        max-height: 130px;
    }
    section.yourRoom.featured_page {
        padding-bottom: 70px !important;
    }
    .featured-box {
        position: relative;
        overflow: hidden;
        width: auto;
        height: 500px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 5px;
        margin: 5px;
    }
    .featured-box .featured-title h3 {
        font-size: 17px;
        line-height: 19px;
        width: 82%;
        margin: auto;
    }
    .featured-text .playNow a {
        max-width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    span.logo {
        color: #29d8f9;
        font-size: 20px;
    }
    .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;
    }
}
.clearfix::after{content:"";display:table;clear:both}
