/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* General Styling */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "MyriadPro-Regular";
}

body.en {
    .casino-gold {
        display: none;
    }
}

body.sc {
    .slider-dots {
        display: none;
    }
    
    .tpl-navbar-section {
        margin-left: calc(max(-350px, -350px));
    }
}

body.th {
    .casino-gold {
        display: none;
    }
}

body.id {
    .slider-dots {
        display: none;
    }

    .casino-gold {
        display: none;
    }
}

body.vn {
    .casino-gold {
        display: none;
    }

    .tpl-navbar-section {
        background-color: #373737;
        position: relative;
        margin-left: calc(max(-350px, -12vw)) !important
    }
}

body.kr {
    .slider-dots {
        display: none;
    }
    
    .casino-gold {
        display: none;
    }
}

body.in {
    .casino-gold {
        display: none;
    }
}

body.in main {
    background: url('../img/bg-desktop-in.jpg') no-repeat center center;
}

main {
    display: flex; 
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg-desktop-en.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 1;
}

/* Navbar Section */
.tpl-navbar-section {
    background-color: #373737;
    position: relative;
    margin-left: calc(max(-430px, -30vw));
}

.tpl-navbar-section ul {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.tpl-navbar-section ul li {
    display: inline-block;
}

.tpl-navbar-section ul li a {
    display: inline-block;
    color: white;
    padding: 0 13px;
    font-size: 15px;
    font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
    text-decoration: none;
    line-height: 40px;
}

.tpl-navbar-section ul li a:hover {
    background-color: #af0000;
    color: #ffe000;
}

/* Main Content Section */
.container {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    color: white;
    align-items: center;
}

.main-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Left Column (Slider & Button) */
.leftColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider {
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    min-width: 100%;
    background: transparent;
    color: white;
    padding: 20px 0;
    font-size: 36px;
    font-weight: 900;
}

.slider-dots {
    margin-top: 10px;
}

.slider-dots button {
    width: 40px;
    height: 18px;
    margin: 0 5px;
    border: none;
    outline: none;
    border-radius: 30px;
    color: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
}

.slider-dots button.active {
    background-color: #ffe000;
    width: 80px;
}

.btnLearnMore {
    background-color: transparent;
    color: #ffe000;
    padding: 10px 20px;
    border: 1px solid #ffe000;
    font-size: 30px;
    max-width: 230px;
    text-align: center;
    margin-left: 5px;
    margin-top: 30px;
}

/* Registration Form */
.registrationForm {
    width: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    align-self: flex-end;
}

.form-container {
    background-color: rgba(12, 16, 17, 0.7);
    padding: 10px 30px;
    border: 1px solid gray;
    color: white;
    width: 400px;
}

.form-content {
    display: flex;
    align-items: center;
    margin: 15px;
}

.form-content label {
    width: 120px;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 10px;
}

.form-content input,
.form-content select {
    flex: 1;
    padding: 5px;
    font-size: 13px;
    border-radius: 2px;
    border: none;
    outline: none;
}

.formButton {
    background-color: #ffe000;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    padding: 7px 5px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.formDescription {
    font-size: 12px;
    text-align: center;
}

.formDescription a {
    font-size: 15px;
    text-decoration: underline;
    color: #ffe000;
}

/* Thumbnails Section */
.thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 20px 0;
    max-width: 1100px;
}

.thumbLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbImage {
    max-width: 100%;
    height: 100%;
}

.thumbText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: start;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: bold;
}

.yellow {
    color: #ffe000;
}

.text-3 {
    text-align: center;
    width: 100%;
    display: block;
}


