/* VIP's page CSS */

@font-face {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Montserrat-Bold.svg') format('svg'),
        /* Legacy iOS */
        url('../fonts/Montserrat-Bold.ttf') format('truetype')
        /* Safari, Android, iOS */
    ;
}

@font-face {
    font-family: 'Montserrat-Light';
    font-style: normal;
    src: url('../fonts/Montserrat-Light.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Montserrat-Light.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Montserrat-Light.svg') format('svg'),
        /* Legacy iOS */
        url('../fonts/Montserrat-Light.ttf') format('truetype')
        /* Safari, Android, iOS */
    ;
}

@font-face {
    font-family: 'Montserrat-Medium';
    font-style: normal;
    src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/Montserrat-Medium.svg') format('svg'),
        /* Legacy iOS */
        url('../fonts/Montserrat-Medium.ttf') format('truetype')
        /* Safari, Android, iOS */
    ;
}

.vipinfo {
    font-family: Montserrat-Light!important;
}

.bg {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bottom-content-sec {
    margin-top: 0px; 
}

.wrapper {
    width: 100%;
    min-width: 1200px;
    padding-top: 155px;
}

.contentWrapper {
    padding-top: 0px;
    margin-top: -80px !important;
}

.slides-vip {
    height: 650px;
    width: 100%;
    margin: 0 auto;
}
/* Nav vip */
.nav-vip {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.nav-vip .nav {
    margin: 0px;
}
.nav-vip .nav .nav-item:not(:last-child) {
    border-right: solid 1px rgb(0,160,150);
}

.nav-vip .nav .nav-item a {
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    min-height: 80px;
    background-size: cover;
}

.nav-vip .nav .nav-item a.active {
    background-color: rgb(14, 60, 57);
}

/* End Nav vip */

section .container-fluid {
    width: 100%;
    max-width: inherit;
}

.bottom-content-sec .container-fluid {  
	width: 1200px;
}

/* Swiper content */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

div.slide-overview {
    background-image: url("../images/vip-desktop/info/vip-overview-banner.jpg");
}

div.slide-privileges {
    background-image: url("../images/vip-desktop/info/vip-privileges-banner.jpg");
}

div.slide-howVipWorks {
    background-image: url("../images/vip-desktop/info/how-vip-works-banner.jpg");
}

div.slide-faqs {
    background-image: url("../images/vip-desktop/info/faqs-banner.jpg");
}

div.slide-tncs {
    background-image: url("../images/vip-desktop/info/tncapply-banner.jpg");
}

.slide-wrapper {
    width: 1200px;
    margin: auto;
}

.slide-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    float: right;
    padding-top: 40px;
}
.slide-container .slide-vip {
    color: rgb(236, 187, 84);
    font-size: 60px;
    font-weight: bold;
    line-height: 0.9;
}
.slide-container .slide-title {
    color: white;
    font-size: 60px;
    line-height: 0.9;
}
.slide-container .slide-content {
    color: white;
    font-size: 20px;
    text-align: justify;
    padding-right: 80px;
    padding-top: 20px;
}

.slide-container img {
    margin-top: 30px;
}

.slide-privileges .slide-container {
    width: 45%;
    padding-top: 100px;
}
.slide-privileges .slide-container .slide-content {
    text-align: inherit;
    padding-right: 35px;
}

.slide-howVipWorks .slide-container {
    padding-top: 100px;
}

.slide-howVipWorks .slide-container .slide-content {
    padding-right: 20px;
}

.slide-faqs .slide-container {
    padding-top: 150px;
}
.slide-tncs .slide-container {
    width: 30%;
    padding-top: 150px;
}
/* End swiper content */

.vip-content {
    min-height: 1050px;
    position: relative;
    padding-top: 24px;
}

.vip-content::after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/vip-desktop/info/lasvegas-waterdrop.png");
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.4;
    z-index: -1;
}

/* Overview content */
.vip-overview-card-container {
    width: 1200px;
    display: flex;
    margin: auto;
}

.vip-overview-card {
    flex-grow: 1;
    padding: 0 15px;
    width: 100%;
}

.vip-overview-card-container .vip-overview-card:first-child {
    padding-left: 0px;
}

.vip-overview-card-container .vip-overview-card:last-child {
    padding-right: 0px;
}

.vip-overview-card .card-header {
    background: rgb(20, 58, 57);
    padding: 5px 30px 30px 15px;
    display: flex;
    flex-direction: column;
}

.vip-overview-card .card-header span {
    color: rgb(31, 138, 139);
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    height: 50px;
}

.vip-overview-card .card-header span, 
.vip-overview-card .card-header img {
    margin: auto;
}

.vip-overview-card .card-content {
    background: rgb(26, 97, 97);
    padding: 15px 30px 30px 30px;
    display: flex;
    flex-direction: column;
}

.vip-overview-card .card-content ul {
    list-style: none;
    padding: 0px;
    min-height: 350px;
}

.vip-overview-card .card-content ul li, 
.vip-overview-card .card-content ul li > div{
    display: flex;
    flex-direction: row;
}

.vip-overview-card .card-content ul li span {
    color: white;
    font-size: 18px;
    flex-grow: 1;
    padding: 0px 15px;
}

i.white-arrow {
    background: url("../images/vip-desktop/info/white-arrow-icon.svg");
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    transform: rotate(270deg);
    margin-top: 15px;
}

.vip-overview-card .card-content span {
    font-size: 35px;
    margin: auto;
    color: rgb(31, 138, 139);
}

.vip-overview-step-by-step {
    width: 1200px;
    display: flex;
    margin: auto;
    background-color: rgb(12, 17, 19);
    flex-direction: column;
    margin-top: 30px;
}

.vip-overview-step-by-step span {
    margin: auto;
    color: rgb(37, 186, 185);
    font-size: 35px;
    padding: 15px 0px;
}

.vip-overview-step-by-step .step-by-step-container {
    display: flex;
    flex-direction: row;
    padding: 15px 30px;
    justify-content: space-around;
}

.vip-overview-step-by-step .step-by-step-container .step-by-step {
    display: flex;
    max-width: 250px;
}

.vip-overview-step-by-step .step-by-step-container .step-by-step img {
    margin: auto;
}


.vip-overview-step-by-step .step-by-step-container .step-by-step .step-content-container {
    margin-left: 15px;
}

.vip-overview-step-by-step .step-by-step-container .step-by-step .step-content-container .step-header {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: rgb(236, 187, 84);
    padding: 0px;
    line-height: 1.2;
}

.vip-overview-step-by-step .step-by-step-container .step-by-step .step-content-container .step-content {
    color: white;
    font-size: 18px;
    padding: 0px;
    line-height: 1.2;
}

.vip-overview-step-by-step .become-vip-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
/* End Overview content */

/* privileges content */

.privilege-banner {
    width: 1200px;
    margin: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    margin-bottom: 24px;
    position: relative;
}

.privilege-1 {
    background-image: url("../images/vip-desktop/info/vip-privileges-banner01.jpg");
}

.privilege-2 {
    background-image: url("../images/vip-desktop/info/vip-privileges-banner02.jpg");
}

.privilege-3 {
    background-image: url("../images/vip-desktop/info/vip-privileges-banner03.jpg");
}

.privilege-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background-size: 500px;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 350px;
}
.privilege-1::after {
    background-image: url("../images/vip-desktop/info/rewards-waterdrop-small.png");
}

.privilege-2::after {
    background-image: url("../images/vip-desktop/info/benefits-waterdrop.png");
}

.privilege-3::after {
    background-image: url("../images/vip-desktop/info/promotion-waterdrop.png");
}

.privilege-card-container {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 45px;
}

.privilege-card-container.right {
    float: right;
}

.privilege-card-container img {
    float: left;
    width: 40% !important;
}

.privilege-card-container .privilege-header {
    color: rgb(37, 186, 185);
    font-size: 20px;
    padding: 15px 0px;
}

.privilege-card-container .privilege-content {
    color: white;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

#privileges .become-vip-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

#privileges .become-vip-btn > img {
    height: 75px;
}
/* End privileges content */

/* howVipWorks content */

.howVipWorks-banner {
    width: 1200px;
    margin: auto;
    background-color: rgb(12,17,19);
    min-height: 350px;
    position: relative;
}

.howVipWorks-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-size: 450px;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.howVipWorks-1::after {
    background-image: url("../images/vip-desktop/info/rewards-waterdrop-small.png");
}

.howVipWorks-2 {
    margin-top: 24px;
}

.howVipWorks-2::after {
    background-image: url("../images/vip-desktop/info/promotion-waterdrop.png");
}

.howVipWorks-card-container {
    display: flex;
    padding: 45px;
}

.howVipWorks-card-container .howVipWorks-img {
    width: 30%;
}

.howVipWorks-card-container .howVipWorks-img > img {
    margin-bottom: 100px;
    width: 70%;
}

.howVipWorks-card-container .howVipWorks-content-conainer {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.howVipWorks-content-conainer .howVipWorks-header {
    color: white;
    font-size: 35px;
    line-height: 1;
}

.howVipWorks-content-conainer .highlight {
    color: rgb(236, 187, 84) !important;
    font-weight: bold;
    font-size: 44px !important;
    line-height: 1;
}

.howVipWorks-content-conainer .howVipWorks-content {
    color: white;
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
}

.howVipWorks-after-card {
    width: 1200px;
    margin: auto;
    padding: 15px 45px;
    background-color: rgb(0,160,150);
    color: white;
    font-size: 34px;
    font-weight: bold;
}

.howVipWorks-after-card::before {
    content:'-' ;
    display: inline-block;
    height: 31px;
    width: 24px;
}

.howVipWorks-after-card.collapsed:before {
    content:'+' ;
    display: inline-block;
    height: 31px;
}

.howVipWorks-collapse {
    width: 1200px;
    margin: auto;
    background-color: rgb(21,65,64);
    min-height: 350px;
    position: relative;
    z-index: 999;
}

.howVipWorks-collapse::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 450px;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
}

#howVipWorks-collapse-1 .howVipWorks-collapse::after {
    background-image: url("../images/vip-desktop/info/rewards-waterdrop-small.png");
}

#howVipWorks-collapse-2 .howVipWorks-collapse::after {
    background-image: url("../images/vip-desktop/info/promotion-waterdrop.png");
}

.howVipWorks-collapse-body {
    display: flex;
    padding: 45px;
    flex-direction: column;
}

.howVipWorks-collapse-body .collapse-title {
    color: white;
    font-size: 26px;
}

.howVipWorks-collapse-body .collapse-title .highlight {
    color: rgb(37, 186, 185);
    font-weight: bold;
    font-style: italic;
}

.howVipWorks-collapse-body .collapse-content {
    display: flex;
    flex-direction: column;
}

.howVipWorks-collapse-body .collapse-content .collapse-content-card-container {
    display: flex;
    justify-content: space-evenly;
    padding: 0px 180px;
}

.collapse-content-card-container .collapse-content-card {
    display: flex;
    flex-direction: column;
    min-width: 100px;
}
.collapse-content-card-container .collapse-content-card img:first-child {
    height: 100px;
}

.collapse-content-card-container .collapse-content-card img:last-child {
    height: 20px;
    margin-top: 10px;
}

.collapse-content-card-container .collapse-content-card .card-content {
    color: white;
    font-size: 16px;
    font-weight: bold;
    max-width: 200px;
    text-align: center;
}

.howVipWorks-collapse-body .collapse-note {
    font-size: 18px;
    color: rgb(37, 186, 185);
    font-weight: 400;
}

.collapse-content-card-container .collapse-content-card .card-content .highlight {
    color: rgb(211, 162, 76)
}

.howVipWorks-collapse-body .collapse-content img.vip-bar {
    padding: 20px 0px;
}

#howVipWorks .become-vip-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

#howVipWorks .become-vip-btn > img {
    height: 75px;
}


/* End howVipWorks content */

/* faqs content */
#faqs {
    width: 1200px;
    margin: auto;
}

.faq-card-container, .faq-collapse {
    background: rgb(12,17,19);
    font-size: 22px;
    color: rgb(236, 187, 84);
    padding: 10px 45px;
    position: relative;
}

.faq-collapse {
    background: rgb(22,66,65);
    padding: 15px 45px 45px 45px;
}

#faqs .faq-card-container:not(:first-child) {
    margin-top: 24px;
}

.faq-card-container .question::after {
    background-size: 65px 65px;
    display: inline-block;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-image: url("../images/vip-desktop/info/minus-icon.png");
}

.faq-card-container .question.collapsed::after {
    background-size: 65px 65px;
    display: inline-block;
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background-image: url("../images/vip-desktop/info/plus-icon.png");
}


.faq-card-container .question span::before {
    content: 'Q:';
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 30px;
}

.faq-answer{
    display: flex;
    flex-direction: row;
}

.faq-answer span.icon-a {
    color: white;
    font-weight: bold;
    font-size: 30px;
    margin-right: 10px;
}

.faq-answer span.answer-content{
    color: white;
    font-size: 20px;
    flex-grow: 1;
    padding: 10px 15px 0 15px;
}
/* End faqs content */

/* tncs content */


#tncs {
    width: 1200px;
    margin: auto;
    padding-bottom: 45px;
}

.tncs-container {
    color: white;
    background: rgb(22,66,65);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    padding: 45px;
}

.tncs-container .title {
    color: rgb(236, 187, 84);
    font-weight: bold;
    font-size: 24px;
}

.tncs-container ol .title {
    margin-left: -40px;
    line-height: 2;
}
/* End tncs content */

