
   






/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
        url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #bbeeffee ;
    color:  #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html,
body {
    height: 100%;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

.logo {
    float: left;
}

.header-block-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/

.banner {
    background: url(../images/banner.png) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    min-height: 100%;
    z-index: 0;
}

.banner .container,
.banner .banner-static,
.banner .col-lg-12 {
    height: 100%;
    z-index: 0;
    padding-top: 22px;
}

.banner-text {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-cell {
    padding-top: 40px;
    color: #fff;
}

.banner-text h2 {
    font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
    font-size: 50px;
    line-height: 100px;
    padding-bottom: 25px;
    margin-top: 90px;
    color: #00009b;

}

.banner-text h3 {
    font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
    font-size: 70px;
    line-height: 100px;
    padding-bottom: 25px;
    margin-top: -30px;
    text-align: center;
    color: #00009b;
}

.banner-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #3131cc;
    padding-bottom: 35px;
    margin: 0px;
    margin-top: -10px;
    text-align: center;
}

.book-btn a {

    background:  #32cfff;
    color: #00009b;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
}

.book-btn a:hover {
    background: #32cfff;
    border-radius: 30px;
    color: #585858;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;

    /* background: rgb(148, 155, 255); */
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.banner-cell .mouse {
    position: relative;
    width: calc(16px * 2);
    height: calc(31px * 2);
    margin: 60px auto 20px;
    background: none;
    border: 2px solid white;
    border-radius: calc(16px * 2);
    z-index: 1;
}

.banner-cell .mouse:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: calc(4px * 2);
    height: calc(4px * 2);
    background: none;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-animation-name: scrollWheel;
    animation-name: scrollWheel;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    will-change: transform;
}

@-webkit-keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
}

@media only screen and (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}

@keyframes scrollWheel {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, 20px);
        -webkit-transform: translate3d(-50%, 20px, 0);
        transform: translate(-50%, 20px);
        transform: translate3d(-50%, 20px, 0);
        opacity: 0;
    }
}

@media (min-width: 768px) {
    from {
        -webkit-transform: translate(-50%, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate(-50%, 0);
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate(-50%, 40px);
        -webkit-transform: translate3d(-50%, 40px, 0);
        transform: translate(-50%, 40px);
        transform: translate3d(-50%, 40px, 0);
        opacity: 0;
    }
}

/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main {
    background: #bbeeffee;
}

.pad-top-100 {
    padding-top: 90px;
}

.pad-bottom-100 {
    padding-bottom: 90px;
}

.pad-top-70 {
    padding-top: 70px;
}

.pad-bottom-70 {
    padding-bottom: 70px;
}

.block-title {
    font-size: 60px;
    font-family: 'nautilus_pompiliusregular';
    font-weight: bold;
    margin-top: 40px;
}

.bt-p {
    margin-top: 10px;
    font-size: 20px;
    color:#585858;
}

.ds-btn {

    background: #32cfff;
    color: #000000;
    min-width: 219px;
    padding: 10.5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;

    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 700px;
    border-radius: 30px;
    margin-top: 10px;
}

.ds-btn a:hover {
    background: #32cfff;
    border-radius: 30px;
    color: #585858;
}


.about-images {
    text-align: center;
    position: relative;
    margin-top: 10px;
    height: auto;
    width: 100%;
}

.about-main h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.left-btn {
    padding-top: 10px;
}


.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0;
}


/*------------------------------------------------------------------
    GAME-MENU AREA
-------------------------------------------------------------------*/
.special-menu {
    background: url(../images/banner.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.special-menu:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 16, 16, 0.301);
    position: absolute;
    top: 0;
    left: 0;
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #fff;
    font-size: 18px;
}

.color-white {
    color: #fff;
    font-size: 40px;
    margin-top: -40px;
}

@media only screen and (min-width: 280px) {
    .ch-btn {
        font-weight: 100;
        font-size: 12;
        width: 50%;
        margin-left: 25%;
    }

}

.ch-btn {
    background: #32cfff;
    color: #fff;
    padding: 10.5px 20px;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
    margin-top: 10px;
    flex-wrap: nowrap;
    justify-items: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-left: 25%;
    margin-right: 25%;
}

.ch-btn a:hover {
    background: #32cfff;
    border-radius: 30px;
    color: #585858;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/


.menu-main {
    background-color: #bbeeffee;
}

.menu-main .title-caption {
    color: #666;
}

.tab-title-menu {
    text-align: center;
}
@media only screen and (min-width: 280px) {
    .wn-btn {
        font-weight: 100;
        font-size: 12;
        width: 50%;
        margin-left: 25%;
    }

}
.wn-btn {

    background: #32cfff;
    color: #fff;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    display: flow-root;
    border-radius: 30px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
}

.wn-btn a:hover {
    background: #32cfff;
    border-radius: 30px;
    color: #585858;
}

/*------------------------------------------------------------------
    FAQs AREA
-------------------------------------------------------------------*/

.footer-main {}

.footer-news {
    background: url(../images/banner.png) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 16, 16, 0.301);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #fff;
}

.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'nautilus_pompiliusregular';
    font-size: 45px;
    margin-top: 5px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
}

.faq-section {
    background: #bbeeffee;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #E91E63;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
    color: black;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.footer-news form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
}

.footer-news form input {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height: 53px;
}

.footer-news form a {
    border: 2px dotted #ccc;
    padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    color: #ffffff;
}

.footer-news form a:hover {
    background: #f5f5f5;
    color: #202020;
}

.footer-box {
    background: #202020;
}


.footer-logo {
    padding-bottom: 40px;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 4px;
}

.footer-box {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(..images/footer_background.jpg);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}

.footer-box .social-circle-border {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}


.footer-box-a h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-a p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 25px;
}


.footer-box-b h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-b p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.footer-box-b ul li {
    line-height: 30px;
}

.footer-box-b ul li a {
    color: #ffffff;
}

.footer-box-b ul li a:hover {
    padding-left: 5px;
}

.footer-box-c h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-c p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}


.footer-box-c p i {
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span {
    display: table;
    padding-left: 12px;
    padding-top: 1px;
}

.footer-box-c p a {
    color: #ffffff;
}



.footer-box-d h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-d p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.footer-box-d ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-box-d ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
}

.footer-box-d ul li p {
    padding: 0px;
    margin: 0px;
}

.footer-box-d ul li span {
    color: #666;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main {
    border-top: 2px dotted #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copyright-main .copy-title {
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 740px) {
    .bt-p {

        text-align: justify;

    }

    .block-title {
        text-align: center;

    }

    .bt-p {
        text-align: center;
    }

    .ds-btn {
        margin: auto;
    }

}