/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.link-game {
	display:none;
}

#main, #wrapper {
	background-color:transparent !important;
}
body:before {
    content: "";
    position: fixed;
    background: url(/wp-content/uploads/2024/03/bg.webp) center top no-repeat fixed;
    background-size: cover;
    background-color: #582519;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0 0 1rem;
    font-family: Montserrat;
    background: url(/wp-content/uploads/2024/03/bg-left.png?v=1.0) calc(50% - 550px) 100% no-repeat fixed, url(/wp-content/uploads/2024/03/bg-right.png?v=1.0) calc(50% + 400px) 100% no-repeat fixed, url(/wp-content/uploads/2024/03/bg.jpeg?v=1.0) top center no-repeat fixed;
    background-size: auto 55%, auto 55%, cover;
    background-color: #582519;
    color: #fff;
    font-size: 14px;
    z-index: -1;
}
#form .nav-tabs{
    display:none;
}
#form .tab-content{
    background: url(./img/bg-form.webp) center top no-repeat;
    background-size: 100% 100%;
    padding: 15% 0px 4% 0px;
    margin-top: 0px;
}
#form .form-control{
    background: url(./img/bg-input.webp) center center no-repeat !important;
    background-size:100% 100% !important;
    border: none!important;
    outline: 0!important;
    margin: 0 auto;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 16px;
    color: #ffcc7e!important;
    border-radius: 0;
    text-align: center;
    height:40px;
    padding-bottom: 0px;
}
#form .btn_form button{
    max-width: 72%; 
}
#playonweb-pc:after {
    content: "";
    display: block;
    background: url(./img/line-btnv2.webp) center center no-repeat;
    background-size: 50% 1px;
    padding: 1.5rem 0;
    display: flex!important;
    justify-content: center;
    width: 100%;
}

.form-group>i {
    height: 40px !important;
}

.form-group>i.icon-user-1 {
    left: 10px;
}

.form-group>i.icon-prepend:after {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f06e";
    font-style: normal !important;
}

.form-group>i.icon-user-1:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f007";
    font-style: normal;
}

.form-group>i.icon-pass-1 {
    left: 10px;
}

.form-group>i.icon-pass-1:before {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f023";
    font-style: normal !important;
}
.form-group>i.pass-2 {
    left: 10px;
}
form {
    width: 73%;
    margin: 0 auto !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group>i {
    background: 0 0;
    position: absolute;
    right: 30px;
    top: 0;
    color: #e2c89c;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 60px;
    width: 25px;
}
.form-group>i.icon-user-1 {
    left: 10px;
}
.form-group>i {
    height: 40px !important;
}
.form-group {
    position: relative;
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
    #form .form-control {
        font-size:13px;
    }
}

.btn_form {
    text-align: center;
}
.btn_form button {
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    animation: btnAnimation .6s linear infinite;
}
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1.04);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6)
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1)
    }

    100% {
        transform: scale(1.04);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6)
    }
}

a.link-game {
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 20px;
}
a.link-game:after {
    content: "";
    display: block;
    background: url(./img/line-btnv2.webp) center center no-repeat;
    background-size: 50% 1px;
    padding: 1.5rem 0;
    display: flex !important;
    justify-content: center;
    width: 100%;
}


#wide-nav .container {
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
}
#wide-nav .nav li a {
    font-size: 10px;
}
#wide-nav .nav li a i {
    font-size: 12px;
}
#wide-nav {
    background: #090502;
    background: -webkit-linear-gradient(left, #070300, #6c4304);
    background: linear-gradient(to right, #070300, #6c4304);
}

#content > .row > .col > .col-inner {
    background: #0000007d;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

#content h1 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: url(./img/bg-line.png?v=1.0) center no-repeat;
    background-size: 100% 100%;
    padding: 1.8rem 0 1.5rem;
    margin: 0 auto;
}
#content h2 {
    font-size: 16px;
}
#content h3 {
    font-size: 14px;
}
#content a {
    color: #fff;
    text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05, -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05, 0 -1px 0 #c02e05;
}

#footer .row {
    max-width: 1020px;
}
#footer h2 {
    font-size: 18px;
    color: #fc0;
    text-transform: capitalize;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 20px;
}
#footer p, #footer ul li a  {
    font-size: 14px;
}
#footer ul li a:hover {
    text-decoration: underline;
    color: #fc0;
}
#footer ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;

}
.absolute-footer.dark {
    display: none;
}
.rank-math-breadcrumb {
    font-size: 14px;
}
.header-bg-container.fill {
    display: none;
}
@media (min-width:1200px) {
    #footer .row .col:first-child {
        flex-basis: 28.333333%;
        max-width: 28.333333%;
    }
    #footer .row .col:nth-child(2), #footer .row .col:nth-child(3) {
        max-width: 19.666667%;
        flex-basis: 19.666667%;
    }
    #footer .row .col:nth-child(4) {
        max-width:31.333333%;
        flex-basis: 31.333333%;
    }
}