/*Globle css start*/
html {overflow-x: hidden; }
body {position: relative;  font-weight: 400; font-size: 22px; line-height: 26px; padding: 0; margin: 0; width: 100%; background-color: #2E3864; color: #F8F8F8; font-family: "Josefin Sans", sans-serif;}
body.lp-bg {background-color: #342B69;}
input, select, textarea { -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}

.container {max-width: 1366px; }
.span-block {display: block;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {margin: 0; font-family: "Titan One", sans-serif; font-weight: normal;}
h1, .h1 {font-size: 54px; line-height: 68px; text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);}
h2, .h2 {font-size: 48px; line-height: 62px; text-shadow: 0px 4px 4px rgb(0 0 0 / 35%);}
h3, .h3 {font-size: 36px; line-height: 41px;}
h4, .h4 {font-size: 32px; line-height: 38px; font-weight: 700; font-family: "Titan One", sans-serif;}
h5, .h5 {font-size: 24px; line-height: 32px;}

ul, li {padding: 0; margin: 0; list-style: none; }
p {margin-bottom: 20px; margin-top: 0;}
img {max-width: 100%; }
a, button {text-decoration: none !important; transition: all .3s; outline: none !important; cursor: pointer; color: #fff; font-size: 16px; font-weight: 400; line-height: 19px;}
button {border: none; }

.more-game-btn {
    border: 2px solid #FD7492;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 9px 27px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    margin-top: 14px;
    display: none;
    align-items: center;
    font-family: Titan One;
}
.more-game-btn img {
    margin-left: 8px;
}

.site-btn {
    font-family: "Titan One", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    background: #F141EC;
    box-shadow: 0px 4px 4px 0px #00000040;
    text-shadow: 0 4px 4px #00000040;
    padding: 17px 40px 18px;
    min-width: 313px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
}
.red-btn {
    background: #F54568;
}
.red-btn:hover {
    background: #F3329A;
}
.play-btn {
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.03em;
    padding: 12px 55px 13px;
    background: #57B1E3;
    min-width: 200px;
}
.play-btn:hover {
    background: #20C1E4;
}

#lpgames .play-btn {
    background: #3A82FD;
}

#lpgames .play-btn:hover {
    background: #749BFF;
}
span#backpage {cursor: pointer; }

/*Globle css end*/


/*header css start*/
.disclaimer_header {padding: 15px 0; font-size: 15px; line-height: 20px; background: #504168; font-weight: 600; color: #DADADA; font-family: "Montserrat", sans-serif; }
.header { position: absolute; width: 100%; top: 0; z-index: 1; padding-bottom: 12px; z-index: 9;}
.header .navbar {padding: 45px 0 0; }
.header .navbar .navbar-brand {padding: 0; margin-right: 0; display: inline-flex; }
.navbar-collapse { flex-direction: column; align-items: flex-start;}
.navbar-light .navbar-nav {
    margin-top: 35px;
}
.navbar-light .navbar-nav .nav-item:not(:last-child) {
    margin-right: 34px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    color: #F54568;
}

.login-signup-btn {display: flex; align-items: center;}
.header .site-btn, .header .border-btn, .logout-btn .site-btn {background: #FD7492; text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);  font-size: 24px; line-height: 28px; color: #fff; padding: 11px 27px; border-radius: 12px; min-width: 156px; display: flex; align-items: center; justify-content: center; }
.header .site-btn:hover {background: #FF6767;}
.border-btn, .logout-btn .site-btn {background: transparent !important; border: 2px solid #FD7492; }
.border-btn:hover, .logout-btn .site-btn:hover {border-color: #FF6767; background: #FF6767 !important;}
.header .sign-up-btn {margin-right: 20px; }
.header .logout-btn .site-btn {margin: 0; }
.logout-btn {display: none;}

.logo {max-width: 250px;}
/*header css end*/

.header.sticky-navbar {z-index: 9; }
.disclaimer_header.sticky-header {position: fixed !important; top: 0; z-index: 10; width: 100%; transition: all .2s ease-in-out 0s; animation-duration: 1s; animation-fill-mode: both; animation-name: slideInDown; box-shadow: 1px 1px 31px rgb(0 0 0 / 10%);}
@keyframes slideInDown {
    0% {transform: translate3d(0, -100%, 0); visibility: visible }
    100% {transform: translate3d(0, 0, 0) }
}   

/*lp step sec css start*/
.lp-step-sec {
    padding: 230px 0 0;
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom 12px right 160px;
    height: 100vh;
}
.lp-step-box {
    position: relative;
    padding-bottom: 20px;
    padding-left: 52px;
}
.lp-step-box::after {
    content: "";
    position: absolute;
    left: 12.5px;
    top: 10px;
    width: 1px;
    height: 100%;
    background: #D12CEC;
}
.lp-step-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #D12CEC;
}
.lp-step-box:last-child:after {
    display: none;
}
.lp-step-cont {
    max-width: 355px;
}
.lp-step-cont .h3 {
    margin-bottom: 20px;
}
.lp-step-sec .site-btn {
    margin-top: 22px;
}
.lp-step-sec .site-btn:hover {
    background: #C937FC;
}
/*lp step sec css end*/

/*home game sec css start*/
.home-game-sec {position: relative; padding: 187px 0 0;}
.home-game-sec .container {
    max-width: 1498px;
    padding: 68px 81px;
    background: #5A5191;
    box-shadow: 0px 0px 55px 10px #7149948C;
    border-radius: 20px;
}
.home-game-col {margin: 21px 0; }
.home-game-list {display: flex; flex-wrap: wrap; }
.home-game-col a {display: flex; }
.home-game-sec .h1 {margin-bottom: 62px; }

.home-game-list {columns: 5; column-gap: 34px; }
.home-game-col {margin: 17px 0; display: inline-flex; }

.game-item {position: relative; overflow: hidden; transition: .5s ease; display: inline-flex; }
.game-item .play-btn {position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); transition: .5s ease; opacity: 0; visibility: hidden; cursor: pointer; margin-top: 0;}
.game-item:hover .play-btn {top: 50%; opacity: 1; visibility: visible; z-index: 2;}
.game-item:before {background-color: rgba(0, 0, 0, 0.46); content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; opacity: 0; visibility: hidden; transition: .5s ease; border-radius: 25px; }
.game-item:hover:before {opacity: 1; visibility: visible;}
/*home game sec css end*/

/*zigzag sec css start*/
.lp-zigzag-sec {
    position: relative;
    padding: 226px 0 14px;
    text-align: center;
}
.zigzag-cont {
    width: 100%;
    max-width: 1129px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 95px;
}
.zigzag-cont .h2 {margin-bottom: 40px; }
/*zigzag sec css end*/

/* Footer Css start */
.footer {background-color: #232B4E; padding: 34px 0 72px; font-size: 16px; line-height: normal; }
.foo-logo {margin-top: 32px; display: inline-block; max-width: 250px;}
.foo-content .h5 {
    margin-bottom: 16px;
    text-transform: uppercase;
}
.foo-menu {
    display: flex;
    align-items: center;
    margin-top: 109px;
}
.foo-menu li {
    padding: 0 22px;
    line-height: 21px;
    border-right: 1px solid #F54568;
}
.lp-footer .foo-menu li {
    border-right: 1px solid #ffffff;
}
.foo-menu li:first-child {
    padding-left: 0;
}
.foo-menu li:last-child {
    border-right: none;
    padding-right: 0;
}
.foo-menu li a {color: #fff; font-size: 18px; font-weight: 500; }
.foo-menu li a:hover, .foo-menu li a.active {color: #F54568;}
/* Footer Css end */
/******************************
         lp page css end  
*******************************/

/*******************************
        Home Page css start
*******************************/
.home-banner {
    background-image: url(../images/home-banner-img.webp);
    background-position: top 50px center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 340px;
    padding-bottom: 212px;
}
.banner-content {
    max-width: 486px;
}
.banner-content .h1 {
    margin-bottom: 38px;
    max-width: 400px;
    text-transform: capitalize;
}
.home-banner .site-btn {
    margin-top: 9px;
}

.ragingRex-games-sec {
    padding-top: 28px;
}
.ragingRex-cont .h1 {
    margin-bottom: 89px;
}
.ragingRex-img {
    display: inline-flex;
    overflow: hidden;
    transition: .5s ease;
    display: inline-flex;
    border-radius: 20px;
    margin-right: 40px;
}
.ragingRex-img  .play-btn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    padding: 17px 55px 18px;
    min-width: 230px;
}
.ragingRex-img:hover .play-btn {
    top: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.ragingRex-games-sec .row {
    display: flex;
    align-items: center;
}
.ragingRex-cont-col {
    padding-left: 0;
}
.ragingRex-cont .h2 {
    padding-bottom: 89px;
}
.ragingRex-cont .site-btn {
    margin-top: 73px;
}

.home-contect-sec {
    padding-top: 135px;
    padding-bottom: 180px;
    background-image: url(../images/home-contect-img.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.home-contect-form .h1 {
    margin-bottom: 51px;
    text-transform: capitalize;
}
.home-contect-form {
    max-width: 538px;
}
.home-contect-form .form-group {
    margin-bottom: 35px;
    display: inline-flex;
    width: 100%;
}
#contact_form input, #contact_form select {
    height: 75px;
}

.top-10-games-sec {
    padding-top: 308px;
    padding-bottom: 76px;
}
.top-10-games-sec .container {
    background: #232B4E;
    box-shadow: none;
}
.top-10-games-sec .h2 {
    margin-bottom: 57px;
}

.abt-sec {
    padding-top: 287px;
    padding-bottom: 80px;
    background-image: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.abt-sec .h2 {
    margin-bottom: 29px;
}
.abt-cont {
    max-width: 856px;
    font-size: 20px;
    line-height: 23px;
}
.abt-cont ul {
    margin-bottom: 23px;
}
.abt-cont li {
    list-style: disc;
    margin-left: 30px;
}
.abt-cont .site-btn {
    margin-top: 16px;
}

.error-sec {
    padding-top: 337px;
    padding-bottom: 19px;
}
.error-sec .h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Josefin Sans", sans-serif;
    text-transform: capitalize;
}

.opt-out-sec {
    padding-top: 389px;
    padding-bottom: 200px;
    background-image: url(../images/opt-out-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.opt-out-cont {
    max-width: 555px;
}
.opt-out-cont .h2 {
    margin-bottom: 37px;
    font-size: 42px;
    line-height: 48px;
}
#opt_form {
    margin-top: 18px;
    display: inline-block;
    width: 100%;
    max-width: 513px;
    margin-bottom: 8px;
}

.opt-out-thankyou {
    background: transparent;
    text-align: center;
    padding-top: 316px;
    padding-bottom: 11px;
    position: relative;
}
.thankyou-msg {
    position: absolute;
    top: -50px;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    padding: 0 55px;
}
.tab-img, .mob-img {
    display: none;
}

/* Content page css start */
.content-sec {
    padding-top: 368px;
    padding-bottom: 95px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.content-sec.legal h1,
.content-sec.legal h2,
.content-sec.legal h3,
.content-sec.legal h4,
.content-sec.legal h5 {
    margin-bottom: 10px;
}

.disclaimer-sec {
    padding-bottom: 220px;
}

.terms-modal {
    padding-top: 175px;
}

.content-sec .h3 {
    margin-bottom: 45px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: none;
}

.content-sec .site-btn {
    font-family: Titan One;
    font-size: 36px;
    line-height: 40px;
    padding: 10px 30px 11px;
    min-width: 234px;
    text-align: center;
    box-shadow: none;
    border-radius: 20px;
    border-width: 3px;
    margin: 0 0 67px;
    
}
.content-sec .row .site-btn {
    margin-bottom: 0;
    margin-top: 67px;
    padding: 9px 30px 10px;
}
.content-sec ul {
    margin-bottom: 25px;
}
.content-sec ul li {
    margin-left: 27px;
    list-style: disc;
}
.content-sec .mb-0 {
    margin-bottom: 0;
}
/* Content page css end */

/*Modal css start*/
.modal .h1 {
    margin-bottom: 24px;
    font-size: 54px;
    line-height: 68px;
}
.modal-btn-grp span {font-size: 24px; line-height: 33px; padding: 0 18px; }
.modal label.container {text-align: left; margin: 21px 0 15px; display: inline-block; width: 100%; padding-right: 15px; font-weight: 400; padding-left: 49px; }
.modal p {margin-top: 51px; font-size: 16px; font-weight: 400; line-height: 19px; }
button.link-btn {background: transparent; color: #fff; text-decoration: underline !important; padding: 0; font-family: "Josefin Sans", sans-serif;}

/*Sign up modal css start*/
#signUpModal .modal-body { background-image: url(../images/sign-up-bg.webp); padding: 33px 103px 31px; }
#signUpModal .modal .h1 {font-size: 54px; font-weight: 600; line-height: 70px; margin-bottom: 20px; }
#signUpModal .h1 ~ p {margin-top: 0; margin-bottom: 22px; font-size: 18px; line-height: 22px; }
#signUpModal p {margin-top: 41px; }
/*Sign up modal css start*/

/* Login modal css start */
#LoginModal .h1 {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0.03em;
}
#LoginModal .site-btn {
    margin-top: 19px;
}
/* Login modal css end */

/*Cookies Policy modal css start*/
#PolicyModal .modal-body {padding: 70px 60px 50px; }
#PolicyModal .h1 {font-size: 38px; line-height: 49px; text-transform: capitalize; margin-bottom: 35px;}
#PolicyModal .agree-checkbox { display: inline-flex; margin: 0 0 30px !important; }
#PolicyModal .btn-group {display: flex; justify-content: center; margin-top: 27px; }
#PolicyModal .site-btn {margin: 0 27px; min-width: 182px; text-align: center; }
/*Cookies Policy modal css end*/

/*sorry modal css start*/
#SorryModal .modal-body {font-size: 40px; font-weight: 600; line-height: 54px; padding: 125px 100px 124px; text-transform: capitalize; }
#SorryModal .modal-body .h1 {font-size: 40px; line-height: 54px; margin-bottom: 0; }
/*sorry modal css end*/

/*Accept Cookies modal css start*/
.cookies-modal {max-width: 652px; position: fixed; bottom: 0; background: #2D2066; padding: 52px 87px 66px; font-size: 18px; font-weight: 400; line-height: 24px; text-align: center; border: 3px solid #FDAE74; border-radius: 20px;  z-index: 9; }
.cookies-modal .h1 {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.03em;
    margin-bottom: 43px;
}
.cookies-modal a {font-size: 18px; font-weight: 700; line-height: 24px; text-decoration: underline !important; }
.cookies-modal .btn-group {
    margin: 43px -25px 0;
}
.cookies-modal .site-btn {
    background: #FDAE74;
    border: 2px solid #FDAE74;
    padding: 14px 25px 15px;
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    min-width: 206px;
    margin: 0 25px;
}
.cookies-modal .border-btn { background: transparent; }
.cookies-modal .site-btn:hover  {
    background:#FF9141 !important;
    border-color: #FF9141;
}
.cookies-modal .site-btn.border-btn:hover {
    border-color: #FF9141;
    background: transparent !important;
}
/*Accept Cookies modal css end*/

/*msg modal css start*/
.msg-modal .modal-body {padding: 107px 42px 102px; padding-top: 107px; padding-right: 42px; padding-bottom: 102px; padding-left: 42px; }
.msg-modal .h3 {font-size: 48px; line-height: 61px; margin-bottom: 50px; }
#thankModallogin .h3 {margin-bottom: 0;}
/*msg modal css end*/

/*extra css start*/
body .iti__selected-dial-code {color:#000};
body .bs-example {margin: 20px; }
body .iti {display: block; }
body .iti__selected-flag {padding: 0 6px 0 18px; }
body .iti__country-list {position: absolute; z-index: 2; list-style: none; text-align: left; padding: 0; margin: 0 0 0 -1px; box-shadow: 1px 1px 4px rgb(0 0 0 / 20%); background-color: black; border: 1px solid #ccc; white-space: nowrap; max-height: 200px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
/*extra css end*/

/*error message start*/
.signup_msg_contact{text-align: left; color: white; display: block; padding-left: 50px; font-size: 15px;}
.login_msg_contact{text-align: center; color: white; display: block; padding-left: 50px; font-size: 15px;}
.modal .login_msg_contact {padding: 0; color: #fff; background: transparent; background-blend-mode: initial; -webkit-background-clip: initial; -webkit-text-fill-color: initial; background-clip: text; text-fill-color: transparent; }
.modal .signup_msg_contact {padding-left: 46px; margin: 8px 0 0; }
.modal span#signup_msg_contact {text-align: center; padding: 0; margin-bottom: 8px; }
.agree_chk_error {color: white; margin-top: -15px; margin-bottom: 15px; font-size: 15px;}
/*error message end*/


/***********************************
       Responsive css start
***********************************/
@media only screen and (max-width: 1600px) {
    .header .navbar {
        padding: 21px 0 0;
    }
    .lp-step-sec {
        padding: 190px 0 0;
        background-position: bottom 12px right 80px;
    }
}

@media only screen and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .home-game-sec .container {
        max-width: calc(100% - 100px);
    }
    .home-game-sec .container {
        padding: 45px 60px;
    }
    .home-game-list {
        column-gap: 30px;
    }
    .home-game-col {
        margin: 15px 0;
        width: calc(20% - 24px);
    }
    .game-item .play-btn {
        padding: 9px 40px 10px;
    }
    .foo-menu li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1400px) {
    /* .header .navbar {
        padding: 40px 0 0;
    } */
    .lp-step-sec {
        background-size: 75%;
        background-position: bottom 12px right 80px;
    }
    .lp-step-cont .h3 {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 32px;
    }
    .lp-step-box{
        max-width: 355px;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .home-banner {
        padding-top: 240px;
    }
    .ragingRex-cont .h1 {
        margin-bottom: 65px;
    }
    .game-item .play-btn {
        min-width: 160px;
    }
}

@media only screen and (max-width: 1200px) {
    .container, .play-game-back, .iframe_section {max-width: 100%; padding: 0 55px; }
    .play-game-back {
        padding-top: 280px;
        padding-bottom: 50px;
    }
    .iframe_section {
        padding-bottom: 62px;
    }
    .iframearea iframe { height: 50.2vw !important;}
    h1, .h1 {
        font-size: 36px;
        line-height: 54px;
    }
    h3, .h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .container {
        max-width: 100%;
        padding: 0 55px;
    }
    .header .navbar {
        padding: 21px 0 0;
    }
    

    .lp-step-sec {
        padding: 200px 0 0;
        background-size: 85%;
        background-position: bottom 55px right 25px;
    }
    .lp-step-box {
        padding-bottom: 12px;
    }
    .lp-step-cont .h3 {
        margin-bottom: 11px;
    }
    .lp-zigzag-sec {
        padding: 300px 0 14px;
    }

    .home-game-sec {
        max-width: 100%;
        padding: 100px 55px 0;
    }
    .home-game-sec .container {
        max-width: 100%;
    }
    .home-game-list {
        justify-content: center;
    }
    .home-game-col {
        margin: 15px 0;
        width: calc(25% - 23px);
    }

    .zigzag-cont {
        max-width: calc(100% - 110px);
    }
    
    .footer {
        padding: 25px 0 36px;
    }
    .foo-logo {
        margin-top: 0;
    }
    .foo-menu {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 39px;
    }
    .foo-menu li {
        padding: 11px 0;
        border: none !important;
    }
    .foo-menu li a {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }
    .foo-content {
        margin-top: 10px;
    }

    .home-banner {
        padding-top: 240px;
        padding-bottom: 140px;
        background-size: calc(100% + 250px);
    }
    .banner-content .h1 {
        margin-bottom: 36px;
        font-size: 40px;
        line-height: 42px;
        max-width: 319px;
    }
    /* .ragingRex-games-sec {
        padding-top: 60px;
    } */
    .ragingRex-cont .h1 {
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 68px;
    }
    .ragingRex-img {
        margin-right: 30px;
    }
    .ragingRex-cont .site-btn {
        margin-top: 0;
    }
    .home-contect-sec {
        padding-top: 102px;
        padding-bottom: 55px;
        background-size: auto 575px;
        background-position: bottom right -234px;
    }
    .home-contect-form .h1 {
        margin-bottom: 24px;
        font-size: 40px;
        line-height: 46px;
    }
    .home-contect-form .form-group {
        margin-bottom: 24px;
    }

    .top-10-games-sec {
        padding-top: 308px;
        padding-bottom: 76px;
    }
    .opt-out-sec {
        padding-top: 280px;
        padding-bottom: 430px;
        background-position: bottom right;
        background-size: calc(100% + 136px);
    }
    .opt-out-cont {
        max-width: 554px;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
    }
    .thankyou-msg {
        top: 0;
    }
    .opt-out-thankyou {
        padding-bottom: 11px;
    }

    .abt-sec {
        padding-bottom: 287px;
        background-position: bottom -52px center;
        background-size: 100%;
    }

    .content-sec {
        padding-top: 300px;
    }
}


@media only screen and (max-width: 991px) {
    h1, .h1, h2, .h2 {font-size: 36px; line-height: 72px; }
    body {width: 100%; overflow-x: hidden; }
    /* .disclaimer_header {padding: 16px 0; line-height: normal; font-size: 15px; } */
    .header .navbar {padding: 21px 0 0; flex-direction: row-reverse;}
    .open-menu .disclaimer_header {position: relative; z-index: 9;}
    .open-menu {overflow: hidden !important; height: 100vh; }
    .open-menu .header {z-index: 9;padding-top: 0; }
    .open-menu .header-inner { padding-top: 0;}
    .navbar {display: flex; position: initial;}
    .header .navbar .navbar-brand {padding: 0; margin: 0; z-index: 9; max-width: 190px;}
    .navbar-toggler {width: 35px; display: flex !important; flex-direction: column; height: 35px; justify-content: space-between; padding: 5px 0; cursor: pointer; z-index: 9; margin-left: auto;}
    .toggler-icon {width: 35px; height: 3px; background: #fff; display: inline-block; border-radius: 3px; padding: 0 !important; -webkit-transition: all 0.2s; transition: all 0.2s; }
    .navbar-toggler.collapsed .toggler-icon:nth-of-type(1) {transform: rotate(0); background: #ffffff;}
    .navbar-toggler .toggler-icon:nth-of-type(1) {transform: rotate(45deg);transform-origin: 18% 3px; background: #121212; }
    .navbar-toggler.collapsed .toggler-icon:nth-of-type(2) {opacity: 1; filter: alpha(opacity=100); }
    .navbar-toggler .toggler-icon:nth-of-type(2) {opacity: 0; filter: alpha(opacity=0); }
    .navbar-toggler.collapsed .toggler-icon:nth-of-type(3) {transform: rotate(0); background: #fff;}
    .navbar-toggler .toggler-icon:nth-of-type(3) {transform: rotate(-45deg); transform-origin: 9% -1px; background: #121212;}
    .navbar-collapse {position: absolute; width: 100%; height: 100vh !important; z-index: 3; top: 0; left: 0; background-color: #324180; transform: translateX(-100%); opacity: 0; transition: all .4s; overflow-y: auto; display: flex; flex-direction: column-reverse; align-items: center; justify-content: flex-end;}
    .open-menu .navbar-collapse {
        transform: translateX(0);
        opacity: 1;
        display: flex !important;
    }
    .lp-bg .navbar-collapse {
        justify-content: center;
    }
    .navbar-collapse ul.navbar-nav {margin-top: 229px; margin-bottom: 22px;}
    .navbar-light .navbar-nav .nav-item {
        margin: 0 !important;
        text-align: center;
        padding: 22px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        padding: 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 28px;
        display: inline-block;
    }
    .logout-btn {
        margin-top: 29px;
    }
    .login-signup-btn {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    /* .login-signup-btn {flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
    .logout-btn {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } */
    .header .site-btn, .header .border-btn {
        width: auto;
        font-size: 24px;
        line-height: 27px;
        margin: 0 auto 34px;
        padding: 6px 25px;
        min-width: 158px;
        height: 50px;
    }
    .login-signup-btn button:last-child {margin-bottom: 0; }
    .header .site-btn:last-child {margin-bottom: 0; }
    .header .logout-btn .site-btn {margin: 0 auto; }
    .toggler-icon {background: #fff !important; }

    .site-btn {
        font-size: 36px;
        line-height: 41px;
        padding: 15px 40px 16px;
        min-width: 288px;
    }

    .lp-step-sec {height: auto; background-image: url(../images/lp-tab-banner-img.webp); padding: 200px 0 0;  background-position: top 172px right; background-size: auto;}
    .lp-step-box {
        padding-left: 31px;
        font-size: 15px;
        font-weight: 600;
        line-height: 17px;
    }
    .lp-step-cont {
        max-width: 233px;
    }
    
    .lp-step-sec .site-btn {
        margin-top: 27px;
        padding: 13px 46px 14px;
        font-family: Titan One;
    }
    .home-game-sec {
        padding: 66px 55px 0;
    }
    .home-game-sec .h1 {
        font-size: 36px;
        line-height: 44px;
        max-width: 482px;
        margin: 0 auto 29px;
    }
    .home-game-sec .container {
        padding: 14px 48px;
    }
    .home-game-list {
        column-gap: 72px;
    }
    .home-game-col {
        margin: 24px 0;
        width: auto;
    }
    .home-game-col img {
        width: 244px;
    }
    .game-item .play-btn {
        padding: 16px 55px 16px;
        width: 200px;
    }
    .lp-zigzag-sec {
        padding: 180px 0 0px;
    }
    .zigzag-cont .h2 {
        line-height: 44px;
        max-width: 482px;
        margin: 0 auto 17px;
    }
    .zigzag-cont {
        max-width: 719px;
        font-size: 15px;
        line-height: 18px;
        top: 42px;
    }
    .lp-zigzag-sec img {
        max-height: 380px;
    }
    .foo-content {
        padding-left: 15px;
    }

    .cookies-modal {
        max-width: 602px;
        padding: 52px 62px 66px;
    }

    .home-banner {
        padding-top: 188px;
        padding-bottom: 0;
        background-image: url(../images/tab-home-banner-img.webp);
        background-size: 100%;
    }
    .banner-content {
        max-width: 305px;
        font-size: 16px;
        line-height: 20px;
    }
    .home-banner .site-btn {
        margin-top: 48px;
    }
    .ragingRex-games-sec {
        padding-top: 58px;
    }
    .ragingRex-img {
        margin-right: 0;
    }
    .ragingRex-cont-col {
        padding-left: 15px;
        margin-top: 25px;
    }
    .ragingRex-cont {
        font-size: 18px;
        line-height: 21px;
    }
    .ragingRex-cont .site-btn {
        margin-top: 19px;
    }
    .home-contect-form {
        max-width: 335px;
    }
    #contact_form input, #contact_form select {
        height: 67px;
    }
    textarea {
        height: 136px;
    }
    .home-contect-form .site-btn.red-btn {
        margin-top: 12px;
    }

    .top-10-games-sec {
        padding-top: 217px;
        padding-bottom: 26px;
    }
    .top-10-games-sec .container {
        padding: 0;
        background: transparent;
    }
    .top-10-games-sec .h2 {
        margin-bottom: 52px;
        font-size: 48px;
        line-height: 55px;
    }

    .opt-out-sec {
        padding-top: 222px;
        padding-bottom: 343px;
        background-image: url(../images/tab-opt-out-bg.webp);
        background-size: 100%;
        background-position: bottom -39px center;
    }
    #opt_form {
        margin-top: 26px;
    }
    .opt-out-sec .site-btn {
        padding: 17px 40px 18px;
        font-size: 40px;
        font-weight: 400;
        line-height: 45px;
        min-width: 313px;
    }
    .opt-out-thankyou {
        background: transparent;
        padding-top: 403px;
        padding-bottom: 34px;
    }
    .opt-out-thankyou .container {
        padding: 0;
    }
    .thankyou-msg {
        font-size: 36px;
        line-height: 54px;
        top: -54px;
    }
    .desk-img {
        display: none;
    }
    .tab-img {
        display: block;
    }

    .abt-sec {
        background-size: auto;
        padding-top: 185px;
        padding-bottom: 288px;
        background-image: url(../images/tab-about-bg.webp);
        background-position: bottom center;
    }
    .abt-sec .site-btn {
        display: none;
    }
    .abt-cont {
        font-size: 16px;
        line-height: 16px;
    }
    .abt-sec .h2 {
        line-height: 68px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

    .content-sec {padding-top: 230px; padding-bottom: 60px;}

    .terms-modal {
        padding-top: 230px !important;
    }
    
    .error-sec {
        padding-top: 256px;
        padding-bottom: 42px;
    }
    
    .error-sec .h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 29px;
    }
    .play-game-back {
        padding-top: 207px;
        padding-bottom: 32px;
    }
    .play-game-back .border-btn {
        min-width: 198px;
        font-size: 28px;
        line-height: 31px;
        text-align: center;
    }
    
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
        line-height: 15px;
    }
    h2, .h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3, .h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .more-game-btn {
        display: flex;
    }
    .play-game-back, .iframe_section {
        padding: 0 20px;
    }
    .play-game-back {
        padding-top: 200px;
        padding-bottom: 38px;
    }
    .play-game-back .border-btn {
        width: auto;
        margin: 0;
        min-width: 169px;
        font-size: 22px;
        line-height: 25px;
        padding: 11px 20px;
    }
    .iframe_section {
        padding-bottom: 125px;
    }
    .iframearea iframe {
        height: 50vw !important;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .site-btn {
        margin: 20px auto 0;
        display: table;
        min-width: 210px;
        width: 210px;
        height: 55px;
        font-size: 30px;
        line-height: 34px;
        padding: 9px 20px;
    }
    .play-now-btn::before {
        background-size: 147px auto;
        background-position: top 13px center;
    }
    .disclaimer_header {
        line-height: 17px;
        padding: 14px 0;
    }
    .header .navbar {
        padding-top: 16px;
    }
    .navbar-brand img {
        max-width: 124px;
    }
    .navbar-toggler {
        width: 35px;
        height: 21px;
        padding: 0px;
    }
    .navbar-collapse ul.navbar-nav {
        margin-top: 143px;
        margin-bottom: 10px;
    }
    .navbar-light .navbar-nav .nav-item {
        padding: 16px 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 20px;
        line-height: 20px;
    }
    
    .header .site-btn, .header .border-btn {
        margin-bottom: 20px;
    }
    .logout-btn {
        margin-top: 6px;
    }

    .lp-step-sec {
        background: transparent;
        padding-top: 135px;
    }
    .lp-step-box {
        padding-left: 33px;
        padding-bottom: 15px;
        font-size: 13px;
        line-height: 15px;
    }
    .lp-step-cont .h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .lp-step-sec .site-btn {
        padding: 13px 30px 14px;
        font-size: 30px;
        line-height: 34px;
        width: 217px;
        height: 60px;
        text-align: center;
        margin: 8px 0 0;
    }

    .home-game-sec {
        padding: 57px 20px 0;
    }
    .home-game-sec .h1 {
        font-size: 24px;
        line-height: 32px;
        max-width: 284px;
        margin: 0 auto 11px;
    }
    .home-game-sec .container {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    .home-game-col {
        margin: 17px 0;
        display: none;
    }

    .lp-zigzag-sec {
        padding: 59px 20px 0px;
    }
    .zigzag-cont .h2 {
        line-height: 30px;
        max-width: 100%;
        margin: 0 auto 18px;
        text-align: left;
        text-transform: uppercase;
    }
    .zigzag-cont {
        max-width: 100%;
        font-size: 12px;
        line-height: 13px;
        text-align: left;
        position: initial;
        transform: initial;
    }
    .lp-zigzag-sec img {
        display: none;
    }

    .footer {
        padding: 28px 0 292px;
    }

    .terms-modal ~ .footer {
        padding-bottom: 32px;
    }

    .footer .col-lg-6 {
        position: initial;
    }
    .foo-logo {
        margin-top: 0;
        max-width: 124px;
        display: inline-flex;
    }
    ul.foo-menu {
        margin: 0;
        position: absolute;
        bottom: 21px;
        left: 20px;
    }
    .foo-menu li {
        line-height: 16px;
    }
    .foo-menu li a {
        font-size: 16px;
        line-height: 16px;
    }
    .foo-content {
        padding-left: 0;
        margin-top: 45px;
        font-size: 13px;
        line-height: 13px;
    }
    .foo-content .h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
        text-transform: uppercase;
        max-width: 300px;
    }
    

/*Modal css start*/
.navbar-toggler .toggler-icon:nth-of-type(1) {
    transform-origin: 30% 2px;
}
.navbar-toggler .toggler-icon:nth-of-type(3) {
    transform-origin: 10% -2px;
}
input, select, textarea {
    font-size: 16px;
    line-height: 19px;
    height: 45px;
    padding: 10px 30px;
}
.modal-close {
    font-size: 46px;
    right: 8px;
    top: 8px;
    height: 25px;
    width: 25px;
}
.form-group {
    margin-bottom: 10px;
}
.form-check {
    margin-top: 6px;
    margin-bottom: 0 !important;
    display: inline-flex;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
}
.checkmark {
    top: -1px;
    height: 20px;
    width: 20px;
}
.form-check .checkmark:after {
    left: 7px;
    top: 2px;
}
.btn-group {
    margin-top: 20px;
}
.btn-group span {
    font-size: 16px;
    line-height: 19px;
    margin: 0 14px;
}
.modal .btn-group .site-btn, .modal .site-btn, .modal .btn-group .site-btn.border-btn {
    width: 116px;
    font-size: 18px;
    padding: 8px 12px;
    text-align: center;
    line-height: 23px;
    height: 54px;
}
#signUpModal .btn-group .site-btn, #signUpModal .btn-group .site-btn.border-btn {
    height: 41px;
    width: auto;
    min-width: 112px;
}
.modal .h1 {
    font-size: 28px;
    line-height: 70px;
    margin-bottom: 0;
}
.modal-body {
    max-width: calc(100% - 17px);
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
    line-height: 15px;
}
#signUpModal .modal-body, #PolicyModal .modal-body, #thankModal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
#signUpModal .modal-body {
    padding-top: 9px;
    padding-bottom: 22px;
}

#signUpModal .h1 ~ p {
    display: none;
}
#signUpModal p {
    margin-top: 22px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}
 #signUpModal button.link-btn  {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}


#LoginModal .h1 {
    font-size: 30px;
    line-height: 70px;
    margin-bottom: 21px;
}
#LoginModal .modal-body {
    padding-top: 17px;
    padding-bottom: 39px;
}
#LoginModal .form-group {
    margin-bottom: 21px;
}
#LoginModal button.site-btn {
    min-width: 200px;
    font-size: 24px;
    line-height: 28px;
    margin-top: 4px;
}
#LoginModal p {
    margin-top: 33px;
}



#PolicyModal .modal-body {
    padding-top: 41px;
    padding-bottom: 41px;
}
#PolicyModal .h1 {
    font-size: 24px;
    line-height: 31px;
    max-width: 235px;
    margin: 0 auto;
}
#PolicyModal .site-btn {
    min-width: 112px;
    margin: 0 16px;
}
#PolicyModal .agree-checkbox {
    margin: 36px 0 32px !important;
}
#PolicyModal .btn-group {
    margin-top: 14px;
}
#PolicyModal .site-btn {
    min-width: 112px;
    margin: 0 16px;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 28px;
    height: 46px;
}
#PolicyModal .agree-checkbox {
    font-size: 12px;
    line-height: 14px;
    width: auto;
}
#PolicyModal .checkmark {
    top: -3px;
}
#PolicyModal .agree-checkbox a {
    font-size: 12px;
    line-height: 14px;
}

#SorryModal .modal-body {
    padding: 85px 30px 105px;
}
#SorryModal .modal-body .h1 {
    font-size: 26px;
    line-height: 34px;
}
#SorryModal .modal-body br {
    display: none;
}



.cookies-modal {
    max-width: calc(100% - 17px);
    padding: 30px 35px 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.cookies-modal .h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 13px;
}
.cookies-modal p {
    max-width: 226px;
    margin: 0 auto 20px;
}
.cookies-modal a {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}
.cookies-modal .btn-group {
    margin: 0;
    flex-direction: column;
}
.cookies-modal .site-btn {
    font-size: 24px;
    line-height: 28px;
    width: 181px;
    height: 54px;
    padding: 8px 20px;
    min-width: 181px;
}
.cookies-modal .border-btn {
    margin-top: 20px;
}

#thankModal .modal-body {
    padding-top: 72px;
    padding-bottom: 82px;
}
#thankModal .h1 {
    font-size: 26px;
    line-height: 40px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 17px;
}
#thankModal .modal-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Josefin Sans", sans-serif;
}


.home-banner {
    padding-top: 219px;
    background-image: url(../images/tab-home-banner-img.webp);
    background-size: auto 283px;
    background-position: top 45px right;
}
.banner-content .h1 {
    margin-bottom: 20px;
    max-width: 240px;
    font-size: 30px;
    line-height: 34px;
}
.banner-content {
    font-size: 14px;
    line-height: 16px;
}
.home-banner .site-btn {
    margin: 5px 0 0;
}
.ragingRex-games-sec {
    padding-top: 73px;
}
.ragingRex-cont-col {
    margin-top: 22px;
}
.ragingRex-cont .h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
}
.ragingRex-cont .site-btn {
    margin: 23px 0 0;
}
.home-contect-sec {
    padding-top: 187px;
    padding-bottom: 34px;
    background-size: calc(100% + 36px);
    background-position: top 47px center;
}
.home-contect-form .h1 {
    font-size: 30px;
    line-height: 34px;
}
#contact_form input, #contact_form select {
    height: 50px;
}
.home-contect-form .form-group {
    margin-bottom: 18px;
}
textarea {
    height: 150px;
}
.home-contect-form .site-btn.red-btn {
    margin: 5px 0 0;
}

.top-10-games-sec {
    padding-top: 155px;
    padding-bottom: 82px;
}
.top-10-games-sec .h2 {
    max-width: 223px;
    margin: 0 auto 35px;
    font-size: 28px;
    line-height: 34px;
}

.opt-out-sec {
    padding-top: 154px;
    padding-bottom: 300px
}
.opt-out-cont {
    font-size: 13px;
    line-height: 16px;
}
.opt-out-cont .h2 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 27px;
}
#opt_form {
    margin-top: 8px;
}
#opt_form .form-group {
    margin-bottom: 17px;
}
.opt-out-sec .site-btn {
    padding: 9px 40px 10px;
    font-size: 30px;
    line-height: 36px;
    min-width: 210px;
    margin: 0;
}

.opt-out-thankyou {
    background: transparent;
    padding-top: 285px;
    padding-bottom: 0;
}


.abt-sec {
    padding-top: 141px;
    padding-bottom: 100px;
    background-size: calc(100% + 35px);
    background-position: bottom 7px right;
}
.abt-cont {
    font-size: 12px;
    line-height: 13px;
}
.abt-sec .h2 {
    line-height: 32px;
    margin-bottom: 14px;
}

.content-sec {
    padding-top: 160px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 19px;
}

.terms-modal {
    padding-top: 160px !important;
}

.content-sec .h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}
.content-sec .site-btn {
    font-size: 22px;
    line-height: 29px;
    padding: 11px 30px  10px;
    min-width: 169px;
    width: 169px;
    margin-bottom: 50px;
    max-width: 169px;
    display: block;
}
.content-sec .row .site-btn {
    margin-top: 30px;
}

.error-sec {
    padding-top: 205px;
    padding-bottom: 161px;
}
.error-sec .container {
    padding: 0;       
}
.error-sec .h3 {
    font-size: 20px;
    line-height: 27px;
    max-width: 273px;
    margin: 0 auto 3px;
}
    
}


@media only screen and (max-width: 480px) { 
    .modal-body, #PolicyModal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    #signUpModal .modal-body, #thankModal .modal-body {
        padding-left: 13px;
        padding-right: 13px;
    }
    .opt-out-sec {
        background-image: url(../images/tab-opt-out-bg.webp);
        background-size: auto 300px;
        background-position: bottom -39px center;
        padding-bottom: 185px;
    }
    
    .opt-out-thankyou {
        background: transparent;
        padding-top: 285px;
        padding-bottom: 0;
    }
    .thankyou-msg {
        font-size: 25px;
        line-height: 37px;
        padding: 0;
        width: 100%;
        max-width: 317px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -98px;
    }
    .tab-img {
        display: none;
    }
    .mob-img {
        display: block;
        width: 100%;
    }
    
}
