/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* background  */
.container-wrap {
    background: transparent !important;
}

.ocm-effect-wrap {
    background: url(https://winonstake.fun/wp-content/uploads/2025/08/body-bg.svg);
    background-repeat: no-repeat !important;
    background-size: cover;
}

/* Header css  */

h1 {
    color: #fff;
}
.grad-text {
    background: linear-gradient(359deg, #F4D9A7, #F19A48);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

a#cta-btn , li#menu-item-14 a, li#menu-item-15 a {
    font-size: 16px !important;
    line-height: 24px !important;
    border-radius: 50px !important;
    color: #0B1824 !important;
    font-weight: 200;
    padding: 20px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}


a#cta-btn.gradient, li#menu-item-14 a {
    background: linear-gradient(359deg, #F4D9A7, #F19A48) !important;
    border: 1px solid #F4D9A7;
}
a#cta-btn.transparent {
    position: relative;
    color: #fff !important;
    position: relative;
    z-index: 9;
    background: transparent !important;
    border: 1px solid #ffad69;
}
 a#cta-btn.transparent  {
    margin-left: 20px;
}

a#cta-btn:before {
    content: "";
    background: #101f27;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    transition: all 1s;
    transform: scale(0);
}
a#cta-btn:hover:before {
    transform: scale(28.7);
}

a#cta-btn.gradient:hover {
    color: #fff !important;
}
a#cta-btn.transparent:hover{
     color: #202f33;
}
a#cta-btn.transparent:before {
    background: linear-gradient(359deg, #F4D9A7, #F19A48);
}

div#hero p {
    color: #fff;
}


li#menu-item-15 a {
        background: transparent !important;
    border: 1px solid #ffad69;
}
li#menu-item-14 a span {
    color: #0B1823;
}

li#menu-item-15 a span:after , li#menu-item-14 a span:after {
    display: none !important;
}

header#top .row {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 80px;
    padding-left: 20px;
    padding-right: 20px !important;
    height: 90px !important;
}
div#hero .row-bg {
    position: relative;
}
div#box-sec .row-bg {
    position: relative;
    background: #051723;
}

div#box-sec .row-bg:before {
    content: "";
    background: red;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(360deg, #001622 2%, transparent 70%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
div#hero .row-bg:before {
    content: "";
    background: url(https://winonstake.fun/wp-content/uploads/2025/08/Casino-Girl-PNG.svg);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* Box section  */


div#box-sec .vc_column-inner {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 60px  20px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}


h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    transition: all 1s;
}

div#box-sec .vc_column-inner:hover {
    transform: scale(0.95);
}

div#box-sec .vc_column-inner:after {
    content: "";
    background: linear-gradient(359deg, #F4D9A7, #F19A48);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 1s;
    z-index: -1;
    opacity: 0;
}

div#box-sec .vc_column-inner:hover:after {
    transform: scale(101.5);
    opacity: 1;
    
}

div#box-sec .vc_column-inner:hover h3 {
    color: #0B1824;
     font-weight: bold;
}

div#box-sec .vc_column-inner img {
    display: block;
    margin: auto;
}

/* Form section  */

h2 {
   
    color: #fff;
}



#form-sec .form {
    background: #ffffff21;
    backdrop-filter: blur(30px);
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #ffffff38;
}

#form-sec .form .row input {
     border: 1px solid #ffffff38;
     border-radius: 10px;
     padding-top: 20px !important;
     padding-bottom: 20px !important;
     height: 70px;
}

#form-sec .form .row label {color: #fff;font-size: 14px;line-height: 22px !important;font-weight: 100 !important;}

#form-sec .form .row input[type="checkbox"] {
    height: unset;
}

#form-sec div.wpcf7 input[type="submit"] {
        background: linear-gradient(359deg, #F4D9A7, #F19A48);
        border: 1px solid #F4D9A7 !important;
        font-size: 16px;
        line-height: 24px;
        border-radius: 50px !important;
        color: #0B1824;
        font-weight: 200;
        padding: 20px 30px;
        position: relative;
        overflow: hidden;
        z-index: 9;
        transition: all 0.5s;
        width: 100%;
}

#form-sec div.wpcf7 input[type="submit"]:hover {
    background: transparent !important;
    color: #fff;
}


#form-sec .form .row input::placeholder, #form-sec .form .row input {
    color: #fff;
}

.wpcf7-list-item {
    margin: unset;
}
.wpcf7-form p span {
    color: #ffffff;
}

p {
    color: #fff;
}


/* Footer  */

.flexitem ul {
    display: flex;
    justify-content: space-between;
    margin: unset;
    padding: unset;
}

.flexitem ul li {
    list-style: none;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 100 !important;
    text-decoration: underline;
}

#ft-sec p {
    color: #ffffffa3;
}



#ft-sec p strong {
    opacity: 1;
    color: #fff;
}



div#inr-row-last {
    padding: 20px;
    text-align: center;
    border: 1px solid #ffffff4d;
    border-radius: 50px;
}

#ft-sec .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}

.footer-info ul {text-align: center;}

.footer-info ul li {
    list-style: none;
    color: #ffffffa3;
    margin: 0 0 10px 0;
}

div#ft-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#inr-row-last img , div#inr-row-btm img {display: block;margin: auto;}



div#footer-outer {
    display: none;
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#hero .row-bg:before {
    background-size: 50%;
    background-position: center right;
    top: 6%;
}

h1 {
    font-size: 84px !important;
    line-height: 92px !important;
}

div#hero {
    padding-top: 181px !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(360deg, #001622 12%, transparent 90%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

h2 {
    font-size: 64px !important;
    line-height: 72px !important;
}	
}



@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
div#hero .row-bg:before {
    background-size: 55%;
    background-position: center right;
    top: 6%;
}

h1 {
    font-size: 80px !important;
    line-height: 88px !important;
}

div#hero {
    padding-top: 181px !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(360deg, #001622 12%, transparent 90%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}

header#top {
    top: 20px;
}	
	
}



@media only screen and (min-width: 1000px) and (max-width: 1199px){
div#hero .row-bg:before {
    background-size: 49%;
    background-position: center right;
    top: 7%;
}

h1 {
    font-size: 66px !important;
    line-height: 74px !important;
}

div#hero {
    padding-top: 181px !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(
350deg, #001622 15%, transparent 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
div#box-sec .vc_column-inner {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    transition: all 1s;
}
h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}

header#top {
    top: 20px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

div#ft-sec li , div#ft-sec p {
    font-size: 14px;
    line-height: 22px;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
div#hero .row-bg:before {
    background-size: 53%;
    background-position: center right;
    top: -50px;
    right: -40px;
}

h1 {
    font-size: 56px !important;
    line-height: 64px !important;
}

div#hero {
    padding-top: 60px !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(
350deg, #001622 31%, transparent 60%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
div#box-sec .vc_column-inner:hover:after {
    transform: scale(134.5);
    opacity: 1;
}
div#hero p {
    color: #fff;
    max-width: 310px;
}
a#cta-btn, li#menu-item-14 a, li#menu-item-15 a {
    font-size: 12px !important;
    line-height: 20px !important;
    border-radius: 50px !important;
    color: #0B1824 !important;
    font-weight: 200;
    padding: 16px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}
header#top .row {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 80px;
    padding-left: 20px;
    padding-right: 30px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
}
div#box-sec .vc_column-inner {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    transition: all 1s;
}
h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}

header#top {
    top: 20px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

div#ft-sec li , div#ft-sec p {
    font-size: 14px;
    line-height: 22px;
}

div#header-outer {
    background: transparent !important;
}

div#header-outer.scrolled-down {
    box-shadow: unset !important;
}

#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: unset !important;
}

div#box-sec {
    padding-top: 0 !important;
}

div#slide-out-widget-area-bg {
    background: #001521 !important;
}



.off-canvas-menu-container.mobile-only li a {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-weight: 200;
    padding: 16px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
    background: transparent !important;
    border: 1px solid #ffad69;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
div#hero .row-bg:before {
    background-size: 93%;
    background-position: center right;
    top: 160px;
    right: 0;
}

h1 {
    font-size: 56px !important;
    line-height: 64px !important;
}

div#hero {
    padding-top: 60px !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(
0deg, #001622 16%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
div#box-sec .vc_column-inner:hover:after {
    transform: scale(134.5);
    opacity: 1;
}
div#hero p {
    color: #fff;
    max-width: 310px;
}
a#cta-btn, li#menu-item-14 a, li#menu-item-15 a {
    font-size: 12px !important;
    line-height: 20px !important;
    border-radius: 50px !important;
    color: #0B1824 !important;
    font-weight: 200;
    padding: 16px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}
header#top .row {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 80px;
    padding-left: 20px;
    padding-right: 30px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
}
div#box-sec .vc_column-inner {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    transition: all 1s;
}
h2 {
    font-size: 60px !important;
    line-height: 68px !important;
}

header#top {
    top: 20px;
}

p {
    font-size: 14px;
    line-height: 22px;
}

div#ft-sec li , div#ft-sec p {
    font-size: 14px;
    line-height: 22px;
}

div#header-outer {
    background: transparent !important;
}

div#header-outer.scrolled-down {
    box-shadow: unset !important;
}

#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: unset !important;
}

div#box-sec {
    padding-top: 0 !important;
}

div#slide-out-widget-area-bg {
    background: #001521 !important;
}

.flexitem ul {
    display: ruby;
    justify-content: space-between;
    margin: unset;
    padding: unset;
}

.off-canvas-menu-container.mobile-only li a {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-weight: 200;
    padding: 13px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
    background: transparent !important;
    border: 1px solid #ffad69;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#hero .vc_col-sm-6:nth-child(1) {
    padding-bottom: 410px;
}	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
div#hero .row-bg:before {
    background-size: 93%;
    background-position: center right;
    top: 230px;
    right: 0;
}

h1 {
    font-size: 56px !important;
    line-height: 64px !important;
}

div#hero {
    padding-top: 60px !important;
    padding-bottom: unset !important;
}

div#hero .row-bg:after {
    content: "";
    background: linear-gradient(
0deg, #001622 10%, transparent 50%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
div#box-sec .vc_column-inner:hover:after {
    transform: scale(134.5);
    opacity: 1;
}
div#hero p {
    color: #fff;
    max-width: 310px;
}
a#cta-btn, li#menu-item-14 a, li#menu-item-15 a {
    font-size: 12px !important;
    line-height: 20px !important;
    border-radius: 50px !important;
    color: #0B1824 !important;
    font-weight: 200;
    padding: 16px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}
header#top .row {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 80px;
    padding-left: 20px;
    padding-right: 30px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
}
div#box-sec .vc_column-inner {
    background: #ffffff21;
    border: 1px solid #ffffff36;
    border-radius: 20px;
    padding: 50px 20px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
h3 {
    font-family: 'Poppins';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    transition: all 1s;
}
h2 {
    font-size: 46px !important;
    line-height: 54px !important;
}

header#top {
    top: 20px;
}

p {
    font-size: 14px;
    line-height: 22px;
}
a#cta-btn.transparent {
    margin-left: unset;
}
div#ft-sec li , div#ft-sec p {
    font-size: 14px;
    line-height: 22px;
}

div#header-outer {
    background: transparent !important;
}

div#header-outer.scrolled-down {
    box-shadow: unset !important;
}

#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: unset !important;
}

div#box-sec {
    padding-top: 0 !important;
}

div#slide-out-widget-area-bg {
    background: #001521 !important;
}

.flexitem ul {
    display: ruby;
    justify-content: space-between;
    margin: unset;
    padding: unset;
}

.off-canvas-menu-container.mobile-only li a {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-weight: 200;
    padding: 13px 30px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
    background: transparent !important;
    border: 1px solid #ffad69;
    font-size: 14px !important;
    line-height: 22px !important;
}

div#hero .vc_col-sm-6:nth-child(1) {
    padding-bottom: 300px;
}

a#cta-btn {
    width: 100%;
    text-align: center;
}

.form .row {
    padding: unset;
}
#form-sec .form {
    background: #ffffff21;
    backdrop-filter: blur(30px);
    padding: 30px 20px;
    border-radius: 30px;
    border: 1px solid #ffffff38;
}
#form-sec .form .row input {
    border: 1px solid #ffffff38;
    border-radius: 10px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    height: 60px;
}	
	
}