
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background: #050C34 
}
body,html {
    overflow-x: clip;
    font-size: 24px;
}

@media only screen and (max-width: 1740px) {
    body,html {
        font-size:20px;
    }
}

@media only screen and (max-width: 1600px) {
    body,html {
        font-size:18px;
    }
}

@media only screen and (max-width: 1400px) {
    body,html {
        font-size:16px;
    }
}

@media only screen and (max-width: 1199px) {
    body,html {
        font-size:16px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width:1370px;
        padding: 0rem 0.625rem;
    }
}
@media only screen and (min-width: 1600px) {
   .hiro-cheat-section  .container,.header .container{
        max-width:1570px;
        padding: 0rem 0.625rem;
    }
}

@media only screen and (min-width: 1740px) {
    .hiro-cheat-section .container,.header .container {
        max-width:1670px;
        padding: 0rem 0.625rem;
    }
   
    
}


/* btn  */
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.round-btn {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: all 0.5s;
}
.round-btn:hover {
    transition: all 0.5s;
}
.round-btn span.line:before {
    content: "";
    width: 1rem;
    height: 1rem;
/* UI Properties */
    border: 2px solid #FFFFFF;
    position: absolute;
    top: -0.5rem;
    border-color: #fff0 #fff0 #ddd #fff;
    transform: rotate(45deg);
    left: 1px;
        z-index: 1;
}

.round-btn:hover span.line:before {
    content: "";
    width: 1rem;
    height: 1rem;
/* UI Properties */
    border: 2px solid #FFFFFF;
    position: absolute;
    top: -0.458rem;
    border-color: #fff0 #fff0 #373d5d #373d5d;
    transform: rotate(45deg);
    left: 0px;
}
.round-btn  span.round {
    width: 2.33rem;
    height: 2.33rem;
    position: relative;
    background: #050c34;
 /*The background extends to the outside edge of the padding. No background is drawn beneath the border.*/
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 100%;
    display: block;transition: all 0.5s; left: 0;
}
.round-btn:hover  span.round {
    position: relative; 
    left: -0.5rem;transition: all 0.5s;
}
.round-btn  span.line {
    width: 2.33rem;
    height: 0px;
/* UI Properties */
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 1.083rem;
    left: 1.083rem;transition: all 0.5s;
}
.round-btn:hover  span.line {
    width: 3.125rem;
    transition: all 0.5s;
    border: 1px solid #373d5d;
   
    left: 0.5rem;
}

.round-btn  span.round:before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 margin: -2px;
 /* same as border width */
 border-radius: inherit;
 /* inherit container box's radius */
 background: transparent linear-gradient(90deg, #EB5727 0%, #DF1333 100%) 0% 0% no-repeat padding-box;
}
.btn.btn-primary {
    background: transparent linear-gradient(270deg, #DF1333 0%, #EB5727 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 0px;
    font-size: 1rem;
    padding: 0.9rem 1.5rem !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    line-height: normal;
    position: relative;
    overflow: hidden;
    border: none;
    /* border-radius: 48px; */
}
.btn.btn-primary:hover{
    -webkit-box-shadow:inset 0px 0px 0px 2px #DF1333;
    -moz-box-shadow:inset 0px 0px 0px 2px #DF1333;
    box-shadow:inset 0px 0px 0px 2px #DF1333;
    color: #DF1333;
    background: transparent;
}
.btn.btn-primary:before {
     background: #050c34;
     content: "";
     width: 30px;
     height: 30px;
     position: absolute;
     left: -15px;
     transform: rotate(45deg);
     top: -15px;
     border: 2px solid #df133200;
}
.btn.btn-primary:after {
    background: #050c34;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    transform: rotate(45deg);
    bottom: -15px;
    border: 2px solid #df133200;
}

.btn.btn-primary:hover:before,.btn.btn-primary:hover:after{
    border: 2px solid #DF1333;
}
/* Header Css */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    
}
.header:before{
    content: "";
    background: transparent linear-gradient(270deg, #6F44B1 0%, #0A3292 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(31px);
    -webkit-backdrop-filter: blur(31px);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    
}
.bg-header {
    position: relative;
    background-color: transparent;
    padding: 0.5rem 0px;
}
.navbar-toggler {
    border: none;
    padding: 0px;
    box-shadow: none !important; 
    pointer-events: none;
}
.navbar-light .navbar-toggler svg {
  max-width: 2.5rem;
}

.navbar-collapse {
    position: absolute;
    right: 0px;
    opacity: 0;
    width: 70px;transition: all 0.5s;
    display: block !important; 
    overflow: hidden;
}


.navbar-collapse ul {flex-direction: row;border: 1px solid var(--unnamed-color-707070);background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #707070;border-radius: 31px;opacity: 1;padding: 0px 0.5rem;}

.navbar-collapse ul a {
    padding: 0.5rem 0rem !important;
    letter-spacing: 0px;
    color: #00123E;
    font-size: 1rem;
}

.navbar-collapse ul li {
    padding: 0px 2rem;
}

.navbar-collapse ul a {
    border-bottom: 5px solid #00B2E4;
}

.navbar-light .hover:hover .navbar-collapse {
    display: block ;
    opacity: 1;
    transition: all 0.5s;
    width: 7.5rem;
    
}
.navbar-light .hover {
    position: relative;
    display: flex;
    align-items: center;
    
}
/* hiro */
.hiro-cheat-section {
   
    background-size: cover;
    background-position: bottom;
    text-align: center;
    padding: 13.66rem 0rem 8.83rem;
    position: relative;
}
.hiro-cheat-section:before {
    content: "";
    background-image: url(../images/bg-hiro-before.svg);
    position: absolute;
    height: 1118px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    opacity: 0.4;
    z-index: 0;
    max-width: 650px;
    right: 0;
    top: 30%; pointer-events: none;
}
.hiro-cheat-section .title {
    text-align: center;
}
.hiro-cheat-section .container {
    position: relative;
}

.hiro-cheat-section  .pin {
    position: absolute;
    background-size: 100%;
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    padding-top: 55%;
    z-index: 1;
    top: -4rem;
    margin: auto;
    pointer-events: none;
}
@media(min-width:1200px){
    .hiro-cheat-section  .pin {
        width: calc(100% - 150px);
    }
}
.hiro-cheat-section .title {
    margin-bottom: 11rem;
    font-size: 2.45rem;
}
.hiro-cheat-section .title abbr {
   display: block;
   color: yellow;
}

.hiro-cheat-section h5 {
    font-size: 2.33rem;
    font-weight: 800;
    margin-bottom: 2.95rem;
}
.hiro-cheat-section .pin .hiro-left {
    position: absolute;
    left: -1rem;
    top: -2.95rem;
    max-width: 35%;
}

.hiro-cheat-section .pin .hiro-right {
    position: absolute;
    right: 0;
    top: -2.95rem;
    max-width: 30%;
}

.hiro-cheat-section .row {
    position: relative;
    z-index: 1;
}
/* channge section */
.channge-sc-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.75rem 0px 0px;
    
}
.channge-sc-bg  .title span {

    -webkit-text-fill-color: #01274d;
   
}
.channge-sc {
    padding: 0px 0px 3.25rem;
}
.top-right-up-img {
    margin-top: -10rem;
}
.title {
    text-align: left;
    font-weight: 800;
    font-stretch: normal;
    font-size: 2.5rem;
    line-height: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 1.75rem;
}

.title span {
    background: transparent linear-gradient(90deg, #00B2E4 0%, #76C044 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #050c34;
    -webkit-text-stroke: 2px transparent;
    font-size: 3.5rem;
    line-height: 0px;
    vertical-align: sub;
    position: relative;
    top: -0.5rem;
}
.accordion-button::after {
    background-image:url(../images/plus.svg)
}
.accordion-button:not(.collapsed)::after{
    background-image:url(../images/plus-m.svg)
}
.channge-sc h2.title {
    width: 750px;
    position: relative;
}
.channge-sc .accordion {
    background: #000000c9;
    max-width: 690px;
    margin-bottom: 3rem;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}
.channge-sc .accordion .accordion-button  {
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 800;
    color: #FFFFFF;
    background: transparent;
    padding: 0.8rem 0px;
    outline: none ;
    box-shadow: none ;

}


.channge-sc .accordion-item {
    background: transparent ;
    border-bottom: 2px solid #0539FF;
}


.fixed-btn {
    padding: 0px;
    position: fixed;
    z-index: 100000000000;
    top: 50%;
    right: -80px;
    transform: rotate(90deg);
}
.btn.btn-book svg{
    max-width: 11.45rem;
    height: auto;
}
.hover-in-out {
    position: absolute;
    left: 0px;
    top:-1px;
    bottom: 0;
    opacity:0
}
.btn.btn-book:hover  .hover-in-out  {
    opacity: 1;
}
.btn.btn-book:hover  .hover-in  {
    opacity: 0;
}
.channge-sc .accordion-body {padding: 0rem 0rem 1rem; font-size: 0.99rem; color: #fff;}
/* Footer Css */

.footer {
    background: #000000;
    padding: 1.70rem 0px;
}

.footer p,.footer a {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    margin: 0px;
   
}
.footer-nav a:after {
    content: "|";
    display: inline-block;
    margin-right: 0.8rem;
    padding-left: 0.8rem;
}

.footer-nav a {
    display: flex;
    align-items: center;
}

.footer-nav li:last-child a:after {
    display: none;
}

.footer-sc li {
    margin-left: 0.5rem;
}
.why-section {
    padding:6.04rem 0rem 8.04rem;
    background-color: #050C34;
    position: relative;
    z-index: 1;
  
}
.why-section:before {
    background-image: url(../images/left-why.svg);
    content: "";
    position: absolute;
    width: 17%;
    left: 0px;
    top: 43%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
    background-size: contain;
}

.why-section:after {
    background-image: url(../images/right-why.svg);
    content: "";
    position: absolute;
    width: 20%;
    right: 0px;
    top: 30%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
    pointer-events: none;
    background-position: right;
    background-size: contain;
}


@media (min-width:1200px){
    .why-section .row {
        margin: 0px -1.45rem;
    }
    
    .why-section .row [class*="col-"]{
        padding: 0px 1.45rem;
    }
}

.mt-175 {
    margin-top: 7.29rem;
}
.why-section  .card {
    
    position: relative;
     padding:2.3rem 2rem 2rem;
    background: transparent linear-gradient(270deg, #00B2E4 0%, #76C044 100%) 0% 0% no-repeat padding-box;
}
.why-section  .card .card-text{
    margin-bottom: 0rem;
    min-height: 10rem;
}
.why-section .card:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
    background: #050c34;
    transform: rotate(45deg);
}

.why-section  .card .card-top-ani {
    position: absolute;
    z-index: 1;
    right: 0;transition: all 0.5s;
    bottom: calc(100% - 20px);
}
.why-section .card:hover .card-top-ani {
    right: 50px;
    transition: all 0.5s;
  }
.why-section  .card  h3 {
    font-size: 1.45rem;
    font-weight: bold;
}
.why-section  .card  h4 {
    font-size: 2.29rem; letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 800;   
    margin-bottom: 1rem;
}
.btn-box {
    position: relative;
}
.why-section  .card  h4  {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
}
.navbar-brand{
    padding: 0px;
}
.btn-palynow {
    position: relative;
    padding: 0px;
    display: inline-flex;

}
.header .btn-palynow{
    max-width: 11rem;
}
.header .btn-palynow svg{
    max-width: 100%;
}
.btn-palynow svg.palynow-hover {
    position: absolute;
    left: 1px;
    opacity: 0;
    top: 1px;
}
.header .btn-palynow svg.palynow-hover{
    left: 0px;
}
.btn-palynow:hover svg.palynow-hover {
    opacity: 1;
}

.btn-palynow:hover .playnow {
    opacity: 0;
}

.why-cheat-section{
    padding:0rem 0rem 6.0625rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #050C34;
    background-position: top center;
}
.card-why {
    background: transparent linear-gradient(180deg, #76C044 0%, #00B2E4 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding:2rem 1.66rem 1.66rem; position: relative;
   
}

.card-why img {
    text-align: center;
}

.card-why h5{
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.card-why h3 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 1.41rem;
    font-size: 1.16rem;
}
.img-box-why {
    margin: 0px -1rem;
}
.card-why p{
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}
.card-why ul {
    padding: 0px 0px 0px 1rem;
    margin: 0px;
    font-size: 0.75rem;
}
body.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}

.modal-home {
    position: absolute;
    background: #fff;
    background: transparent linear-gradient(180deg, #76C044 0%, #00B2E4 100%) 0% 0% no-repeat padding-box;
opacity: 1;
backdrop-filter: blur(29px);
-webkit-backdrop-filter: blur(29px);
}

@media (min-width:768px) {
    .modal-backdrop.fade.show {
        display: none;
    }
}

.why-cheat-section {
    position: relative;
}

.modal-home.fade{ transform: scale(0) ; display: block !important; transition: all 0.5s;}
.modal-home.fade.show  { transform: scale(1);transition: all 0.5s; }

.container-w{
    max-width: 1180px !important;
}
.modal-home .card-why.h-100 {
    background: none;
}
.modal-home .card-why.h-100 img {
    width: 80%;
    margin: auto;
    display: block;
}
.modal-home .modal-content.border-none {
    background: transparent;
    border: none;
}
.btn.btn-plus {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    box-shadow: none;
}
.modal-home .btn-cl.btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.faq-page {
    background: #050C34;
    padding: 5rem 0px;
}

.faq-page h3 {
    letter-spacing: 0px;
    color: #00B2E4;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.faq-page h5 {
    letter-spacing: 0px;
    color: #76C044;
    font-size: 1.45rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.faq-page p {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 2.5rem;
}
.room-hiro {
    padding: 7rem 0px 3rem;
    position: relative;
    margin-bottom: -1rem;
}
.room-hiro .container {
    position: relative;
}
.room-hiro .pin {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: revert;
    justify-content: flex-end;
    top: 0rem;
    left: 0;
    padding-top: 0rem;
    padding-right: 0rem;
    z-index: -1;
    right: 0;
    margin: auto;
    background-size: contain;
    
}
.room-hiro  .title {
    display: inline-block;
    text-align: center;
    padding-top: 5rem;
    padding-left: 3rem;
    text-transform: inherit;
    margin: 0px;
    font-size: 2.62500rem;
    position: absolute;
    top: 0rem;
}
.why-section .card .card-top-ani  {
    max-width: 16.5rem;
}
.why-section .card .card-top-ani img {
    max-width: 100%;
}
@media(max-width:991px){
    .room-hiro .title{
        position: relative;
        top: 0px;
        padding: 0px;
        margin-bottom: 1rem;
    }
    .room-hiro .pin {
        background-size: 100%;
    }
    .room-hiro .pin  img {
        max-width: 50%;
    }
    .room-hiro{
        padding-bottom: 1rem;
    }
}
.room-page {
    padding: 0px 0px 4rem;
    font-size: 1.38888889rem;
}

.room-page p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.room-hiro  .title span{
    background: transparent;
    color:#fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    top: 0; 
    text-transform: uppercase;
    font-size: 3.33333333rem;
}

@media(max-width:767px){
    .hiro-cheat-section .title{
        margin-bottom: 6rem;
    }
    .hiro-cheat-section{
        padding-top: 10rem;
        padding-bottom: 3rem;
    }
    .hiro-cheat-section .pin{
        top: 1rem;
    }
    .bg-header {
        padding: 0.5rem 0px;
    }
    .hiro-cheat-section .pin .hiro-left{
        max-width: 28%;
    }
    .hiro-cheat-section .pin .hiro-right{
        max-width: 23%;
    }
    .hiro-cheat-section .title{
        font-size: 2rem;
    }
    .title {
        font-size: 2.5rem;
    }
    .title span {
        font-size: 3rem;
        top: -8px;
    }
    .accordion-header {
        font-size: 1.5rem;
    }
    .channge-sc .accordion .accordion-button {
       font-size: 1.5rem;
    }
    .channge-sc .accordion-body{
        font-size: 0.9rem;
    }
    .why-section .card h4 {
        font-size: 2.5rem;
    }
    .why-section .card h3 {
        font-size: 1.8rem;
    }
    .btn-palynow svg {
        max-width: 130px;
    }
    .card-why h3 {
        font-size: 1.5rem;
    }
    .card-why{
        padding: 2rem;
    }
    .footer p, .footer a{
        font-size: 0.625rem;
    }
    .footer-sc img {
        max-width: 2rem;
    }
    .footer-nav a:after{
        padding-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .footer {
        padding:1.700rem 0rem;
    }
    .why-section .card .card-top-ani {
        max-width: 277px;
    }
   
   
    .top-right-up-img {
        margin-top: -150px;
    }
    .why-cheat-section{
        padding-bottom: 7rem;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hiro-cheat-section .title {
        margin-bottom: 7rem;
        font-size: 2rem;
    }
    .hiro-cheat-section .pin .hiro-left {
       
        max-width: 30%;
    }
    .hiro-cheat-section .pin .hiro-right {
      
        max-width: 25%;
    }
    .hiro-cheat-section {
        padding: 13.66rem 0rem 3.83rem
    }
}
@media(max-width:1080px){
    .why-section {
        padding: 5rem 0rem;
    }
    .why-section .card h4{
        font-size: 2rem;
    }
}
@media(max-width:991px){
    .top-right-up-img {
        margin-top: 10px;
    }
    .footer-sc li{
        margin-left: 0rem;
        margin-right: 1rem;
    }
    .footer .nav.footer-nav {
        padding: 2rem 0rem;
    }
    .why-cheat-section{
        padding-bottom: 5rem;
    }
    a.navbar-brand {
        max-width: 200px;
      margin: 0px;
    }
   
    a.navbar-brand img {
        max-width: 100%;
    }
}

@media(max-width:767px){
   
    .hiro-cheat-section{
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    a.navbar-brand {
        max-width: 175px;

    }
    .header .btn-box a {
    font-size: 0.7rem !important;
    padding: 0px 5px;
}

.header .btn-palynow svg {
    max-width: 78px;
    height: auto;
}

.header .btn-box  .btn-palynow {
    padding: 0px;
}
    .hiro-cheat-section .title{
        font-size: 1.5rem;
    }
   
    .hiro-cheat-section .pin {
        top: 2.5rem;
    }
    .hiro-cheat-section .title{
        margin-bottom: 8rem;
        padding-top: 4.5rem;
        font-size: 1.2rem;
    }
    .hiro-cheat-section h5{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .title,.room-hiro .title  {
        font-size: 1.5rem;
       
    }
    .title span,.room-hiro .title span {
        font-size: 2rem;
        top: 0px;
    }
    
    .why-section .card{
        padding: 2rem;
    }
  
   
    .navbar-collapse ul a {
        padding: 0.5rem 0rem !important;
        border-bottom: 2px solid #00B2E4;
        font-size: 1rem;
    }
    .navbar-light .hover:hover .navbar-collapse{
        width: 90px;
    }
    .navbar-collapse ul li{
        padding: 0px 1rem;
    }
    .channge-sc .accordion .accordion-button {
        font-size: 1.1rem;
    }
    
    .mt-175 {
        margin-top: 4.7rem;
    }
    .why-section .card .card-top-ani {
        max-width: 200px;
    }
    .modal-home {
        position: fixed;
        height: auto;
        top: 9%;
    }
    .modal-home .card-why {
        padding: 1rem;
    }
    .modal-home .btn-cl.btn{
        right: -0.5rem;
        top: -0.5rem;
    }
    .card-why h3 {
        font-size: 1.2rem;
    }
    .top-right-up-img {
        max-width: 250px;
        margin: auto;
    }
    .channge-sc .accordion{
        margin-bottom: 1rem;
    }
    .channge-sc .btn-box {
        margin-bottom: 1rem;
    }
    .why-section {
        padding: 3rem 0rem;
    }
    .channge-sc-bg {
        padding-top: 3rem;
    }
    .why-cheat-section{
        padding-bottom: 0rem;
    }
    .footer .nav.footer-nav {
        padding: 1rem 0px;
    }
    .footer p, .footer a {
        font-size:0.9rem;
    }
}
@media(max-width:480px){
    .hiro-cheat-section .title {
        margin-bottom: 2rem;
        padding-top: 3.7rem;
        font-size: 1rem;
    }
    .hiro-cheat-section{
        padding-top: 4rem;
    padding-bottom: 3rem;
    }
}

.img-d-box {
    position: relative;    text-align: right;
}
.img-d-box img {
    max-width: 400px;
}
.img-d-box .hover {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.img-d-box .default {
    opacity: 1;
}

.hover {
    
    animation-duration: 5s;
    animation-name: hovers;
    animation-iteration-count: infinite;
  }
  
  @keyframes hovers {
  
    0%    { opacity: 1;}
    50%   { opacity: 0; }
    100%   { opacity: 1; }
  
  }
     
.default {
    
    animation-duration: 5s;
    animation-name: defaults;
    animation-iteration-count: infinite;
  }
  
  @keyframes defaults {
  
    0%    { opacity: 0;}
    50%   { opacity: 1; }
    100%   { opacity: 0; }
  
  }
          

  div#bookModal {
    background-color: #0009;    z-index: 999999999999;
}

div#bookModal .modal-dialog {
    max-width: 580px;
    /* padding: 15px; */
}
div#bookModal .modal-header {
    padding: 0.5rem;
}
div#bookModal .modal-dialog .modal-body {
    padding: 0.5rem 1.5rem;
}

div#bookModal .modal-dialog .btn.btn-close {
    background-color: #fff !important;
    color: #151414;
    opacity: 1;
}

div#bookModal .modal-dialog h5 {
    font-weight: 800;
    font-size: 1rem;
}

div#bookModal .modal-dialog h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

div#bookModal .modal-dialog label {
    font-weight: 700;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 0.3rem;
}

div#bookModal .modal-dialog .form-group {
    margin-bottom: 0rem;
    padding-bottom: 0.5rem;
    position: relative;
}

div#bookModal .modal-dialog .form-group:last-child {
    margin-bottom: 0rem;
    
}
div#bookModal .modal-dialog .player-group {
    margin-bottom: 0.5rem;
}

div#bookModal .modal-dialog label.error {
    font-weight: bold;
    font-size: 0.7rem;
    color: red;
   margin-bottom: 0px;
}



div#bookModal .modal-dialog .btn.btn-primary {
    font-size: 1rem;
    padding: 0.5rem 2rem !important;
    width: 100%;
}

div#bookModal .modal-dialog .form-control {
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 0.8rem;
    min-height: 40px;
    font-weight: 600;
    color: #000;
}
/* div#bookModal .modal-dialog select.form-control {
    margin-bottom: 1rem;
        color: #6c757d;
} */
.loader {
    text-align: center;
    padding: 3rem;
}

.loader:before {
    content: "Please wait...";
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 100%;
    font-size: 0.8rem;
}

#message {
    padding: 3rem 1rem;
}
