/* Kaydırma Çaubuğu */

::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}

::-webkit-scrollbar-thumb {
    background-color: #d6d6d6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a5a5a5;
}

::-webkit-scrollbar-thumb:active {
    background-color: #a5a5a5;
}

::placeholder {
    color: #8b8989 !important;
    font-weight: 300;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8b8989 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8b8989;
}


:root {
    --white: #ffffff;
    --sarirenk: #121639;
    --grirenk: #DF4B22;
    --primary-gradient: -webkit-linear-gradient(45deg, #DF4B22 30%, #DF4B22 45%, #DF4B22 80%, #DF4B22 100%, #DF4B22 60%);
    --x-darkest-navy-blue-color: #161a2f;
    --large-input-size: 3rem;
    --semibold-text: 600;
    --default-border-radius: 0.125rem;
    --darkest-navy-blue-color: #1e233a;
    --default-border-radius: 0.125rem;
    --primary-color: #121639;
    --soft-light-navy-blue-color: #7A80A4;
    --x-small-font-size: 0.813rem;
    --default-input-size: 2.375rem;
    --x-soft-light-navy-blue-color: #4F526F;
    --default-transition-duration: .15s;

    --theme-content: #1e233a;
    --theme-yellow: #DF4B22;


}

body {
    background-color: #F4F4F4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: black;
    font-size: 16px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
}

.no-gutters {
    padding: 0;
}

ul {
    padding-left: 0;
}

.fancy img {
    width: 500px;
}

.slideralan {
    position: relative;
}

.Header__alert {
    width: 100%;
    cursor: pointer;
    text-align: center;
    background-image: var(--primary-gradient);
    font-size: var(--small-font-size);
}

.Header__alert>p {
    margin: 0;
    line-height: 1.875rem;
    color: var(--x-darkest-navy-blue-color);
}

.Header__alert>p>a {
    font-weight: var(--bold-text);
    color: var(--x-darkest-navy-blue-color);
}

.Header__alert>p>a:focus,
.Header__alert>p>a:hover {
    text-decoration: underline;
}

.Header__alert>p>a>span {
    color: var(--dark-red);
}

/* Affiliate */
.Main {
    min-height: 31.25rem;
}

.container {
    min-width: 1170px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 540px;
    }
}





.Hero {
    position: relative;
}

.Hero__main--affiliate {
    padding-top: 4rem;
    padding-bottom: 6.5rem;
}

.Hero__main {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
    position: absolute;
}



.Hero-title {
    line-height: 1.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Hero-title--affiliate {
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.Hero-title--affiliate .Hero-title__primary {
    font-size: 3.625rem;
}

.text--medium {
    font-weight: var(--medium-text);
}

.text--dark-navy-blue-color {
    color: var(--darkest-navy-blue-color);
}

.Hero-title--affiliate .Hero-title__secondary {
    font-size: 3rem;
}

.text--primary-color {
    color: #121639;
}

.Hero-title__secondary {
    font-size: 2.75rem;
}

.uppercase {
    text-transform: uppercase;
}

.button--primary {
    color: var(--x-darkest-navy-blue-color);
    background: var(--primary-gradient);
    border: 0;
}

.button--medium {
    height: var(--default-input-size);
    line-height: var(--default-input-size);
}

.button--medium-padding {
    padding-right: 1rem;
    padding-left: 1rem;
}

.button--large-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.button--large {
    height: var(--large-input-size);
    line-height: var(--large-input-size);
}

.button--semibold {
    font-weight: var(--semibold-text);
}

.Affiliate-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem;
    -webkit-border-radius: var(--default-border-radius);
    border-radius: var(--default-border-radius);
    background-color: var(--darkest-navy-blue-color);
}

.Affiliate-navigation__link {
    color: var(--white);
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: var(--small-font-size);
    height: var(--large-input-size);
    line-height: var(--large-input-size);
}

.Affiliate-navigation__link:hover {
    color: #DF4B22;
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: normal;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    z-index: 1;
}


.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

/* Affiliate */
/* Affiliate Register */

.border-radius {
    -webkit-border-radius: var(--default-border-radius);
    border-radius: var(--default-border-radius);
}

.bg-darkest-navy-blue {
    background-color: var(--darkest-navy-blue-color);
}

.Auth-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem;
    border-bottom: 0.0625rem solid #191d31;
}

.Auth-header__title>h1 {
    font-size: 2.1875rem
}

.description {
    margin: 0
}

Auth-header>svg {
    color: var(--primary-color);
    margin-top: 0.625rem;
    margin-right: 0.875rem;
}

svg:not(:root) {
    overflow: hidden;
}

.icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.Auth__main {
    padding: 2.5rem 1.875rem 1.875rem;
}

.Form__field--horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Form__field {
    position: relative;
    margin-bottom: 1rem;
}

.Form__label-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Form__control-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 58%;
}

.Form__control {
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    background-color: transparent;
    padding-right: 1rem;
    padding-left: 1rem;
    height: var(--default-input-size);
    font-size: var(--small-font-size);
    color: #DF4B22;
    -webkit-border-radius: var(--default-border-radius);
    border-radius: var(--default-border-radius);
    border: 0.0625rem solid var(--x-soft-light-navy-blue-color);
    -webkit-transition: color, border-color var(--default-transition-duration);
    -o-transition: color, border-color var(--default-transition-duration);
    transition: color, border-color var(--default-transition-duration);
}

.Form__control--textarea {
    padding: 0.53125rem 1rem;
    height: auto;
}

.Form__label {
    color: #DF4B22;
}

.Form__hint {
    color: var(--x-soft-light-navy-blue-color);
    font-size: var(--x-small-font-size);
    margin-top: 0.125rem;
    margin-bottom: 0;
}

/* Affiliate Register */

/*Menu Kayıt ve Giriş Button*/
.ust-kisim {
    padding: 10px;
    width: 30%;
}

.ust-kisim .kyt-btn {
    background-color: #DF4B22;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    border: 3px solid #DF4B22;
}

.ust-kisim .kyt-btn a {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: .5s;
}

.ust-kisim .kyt-btn:hover {
    background-color: #fff;
    border: 3px solid #DF4B22;
    border-radius: 5px;
    transition: .5s;
    padding: 15px 20px;
}

.ust-kisim .kyt-btn:hover a {
    color: #DF4B22;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: .5s;
}

.ust-kisim .grs-btn {
    background-color: #fff;
    padding: 18px 20px;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
}


.ust-kisim .grs-btn a {
    color: #DF4B22;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: .5s;
}

.ust-kisim .grs-btn:hover {
    background-color: #DF4B22;
    border-radius: 5px;
    transition: .5s;
    padding: 18px 20px;
}

.ust-kisim .grs-btn:hover a {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: .5s;
}



/*Menu Css Alanı*/
.menubg {
    position: relative;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: .5s;
    display: block;
}

.menubg .navbar.header {
    background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 99;
    top: 0px;
    height: 85px;
    border-bottom: 1px solid #ccc;
}

.navbar-nav .nav-item .lang {
    padding: 0px 5px;
}


/*menu alanı*/

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 3rem;
}

.menubg .navbar {
    left: 0;
    width: 100%;
    /* z-index: 50000; */
    transition: all .5s;
}

.menubg .navbar.header {
    background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 99;
    top: 0px;
    height: 85px;
    border-bottom: 1px solid #ccc;
    position: fixed;
}

.menubg .navbar.header .navbar-brand img {
    height: 60px;
}


.menubg .navbar.header .navbar-nav .nav-item .nav-link {
    color: #000;
}


.menubg .navbar .navbar-brand img {
    transition: ease-in-out .5s;
    max-height: 72px;
}

.menubg .navbar .navbar-nav .nav-item:last-child {
    margin: 0px;
}

.menubg .navbar .navbar-nav li a {
    font-size: 20px;
    color: #ececec;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.menubg .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 10px;
    font-size: 14px;
    line-height: 42px;
}

.menubg .navbar .navbar-nav .nav-item .nav-link:hover {
    transition: transform .3s;
    padding: 0 10px;
    color: #121639;
    border-radius: 10px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #0054A6;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0px 10px;
    border-radius: 5px;
    min-width: auto;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
    background-color: transparent;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li {
    padding: 3px 0px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    color: #fff;
    text-align: left;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    transition: ease-in-out .5s;
    padding: 3px;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: transparent;
    transform: translateX(5px);
}

.menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    position: fixed !important;
    background-color: #fff;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: auto;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.menubg .navbar.header .line-menu {
    background-color: #333;
    border-radius: 5px;
    width: 100%;
    height: 4px;
}

.menubg .navbar.header .line-menu.half {
    width: 50%;
}

.menubg .navbar.header .line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #DF4B22;
    border: 1px solid #DF4B22;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    position: absolute;
    right: 0px;
    top: 10px;
}

.navbar-toggler-icon i {
    margin-top: 3px;
    color: #fff;
    font-size: 25px;
}

.mblmenu-sag-ico {
    display: none;
}

.menubg-mbl {
    display: none;
}

@media only screen and (max-width: 1192px) {

    .menubg {
        display: none;
    }

    .menubg-mbl {
        display: block;
        position: relative;
        background-color: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .mbl-navbar {
        background-color: var(--sarirenk);
        padding: 10px 20px !important;
    }

    .navbar-brand {
        margin-left: 20px;
        font-weight: 900;
        color: #000;
        font-size: 20px;
    }

    .bg-menu-alt {
        background-color: #DF4B22;
        padding: 5px 0px;
    }

    .mbl-navbar .navbar-nav .nav-item .nav-link {
        transition: transform .3s;
        padding: 10px 20px;
        color: #fff;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 900;
    }

    .mbl-navbar .navbar-nav .nav-item .nav-link:hover {
        transition: transform .3s;
        padding: 10px 20px;
        color: #000;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 900;
    }

    .mblmenu-sag-ico {
        position: absolute;
        right: 10px;
        top: 15px;
        display: block;
    }

    .mblmenu-sag-ico a i {
        color: #fff;
        font-size: 20px;
        margin: 10px 0;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0;
    }

}



@media only screen and (max-width: 768px) {



    .ust-kisim {
        padding: 10px;
        width: 100%;
    }

    .ust-kisim .kyt-btn {
        background-color: #fff;
    }

    .ust-kisim .kyt-btn a {
        color: #DF4B22;
    }

    .ust-kisim .kyt-btn:hover {
        background-color: #DF4B22;
    }

    .ust-kisim .kyt-btn:hover a {
        color: #fff;
    }

    .menubg .navbar .navbar-nav .nav-item .nav-link {
        transition: transform .3s;
        padding: 10px 20px;
        color: #fff;
        border-radius: 10px;
        font-size: 17px;
    }


    .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
        transition: transform .3s;
        padding: 10px 20px;
        color: #000;
        border-radius: 10px;
        font-size: 17px;
    }

    .navbar-toggler {
        margin-right: 15px;
    }


}


/*anasayfa banner alan*/

.bannerbg {
    position: relative;
    margin: 5% 0;
}

.banner-alan .banner-txt {
    color: #DF4B22;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 75px;
}

.banner-alan .banner-txt span {
    color: #484848;
    font-size: 60px;
    font-weight: 500;
}

.banner-alan .banner-btn {
    background-color: var(--sarirenk);
    width: 40%;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    margin-top: 35px;
    transition: .5s;
}

.banner-alan .banner-btn:hover {
    background-color: var(--grirenk);
    width: 40%;
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    margin-top: 35px;
    transition: .5s;
}

.banner-alan .banner-btn a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.banner-orta-icon {
    padding: 5% 0;
}


.down-btn {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    padding: 13px 17px;
    text-align: center;
}

.down-btn i {
    color: #707070;
    font-size: 30px;
    font-weight: 300;
}

/*faydalar alanı*/
.faydalarbg {
    margin: 75px 0;
    position: relative;
}

.faydalarbg .fayda-title {
    color: #484848;
    font-size: 36px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 75px;
}

.fayda-card-left {
    background-color: var(--sarirenk);
    border-radius: 10px;
    height: 500px;
    margin-top: 20px;
    width: 90%;
}

.fayda-card-middle {
    background-color: var(--sarirenk);
    border-radius: 10px;
    height: 550px;
    width: 90%;
}

.fayda-card-right {
    background-color: var(--sarirenk);
    border-radius: 10px;
    height: 500px;
    margin-top: 20px;
    width: 90%;
}

.fayda-card-right p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.fayda-card-left p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}


.fayda-card-middle p {
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}


.fayda-card-img {
    display: flex;
    justify-content: center;
    padding: 75px 0 30px 0;
}

.fayda-card-img img {
    margin-top: 70px;
}

#ortaimg {
    margin-top: 40px;
}

.fayda-btnbg {
    margin-top: 100px;
}

.hmn-btn {
    background-color: #484848;
    padding: 15px 20px;
    position: relative;
    width: 25%;
    text-align: center;
    border-radius: 10px;
    transition: .5s;
}

.hmn-btn:hover {
    background-color: #000;
    padding: 15px 20px;
    position: relative;
    width: 25%;
    text-align: center;
    border-radius: 10px;
    transition: .5s;
}

.hmn-btn a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .hmn-btn {
        width: 100%;
    }

    .hmn-btn:hover {
        width: 100%;
    }

    .fayda-card-right,
    .fayda-card-left,
    .fayda-card-middle {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .fayda-card-img {
        padding: 0 0 20px 0;
    }

    .fayda-card-img img {
        margin-top: 30px;
    }

    #ortaimg {
        margin-top: 30px;
    }
}

/*Nasıl Çalışır kısmı css*/
.nslclsrbg {
    background-color: #FFFAED;
    padding: 75px 0;
}

.nslclsrbg .title {
    font-size: 36px;
    padding: 0 0 85px 0;
    text-align: center;
    font-weight: 900;
    color: #484848;
}

.nslclsrbg .circle1 {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20%;
    height: 250px;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    margin-right: -20px;
    display: block;
}

.nslclsrbg .circle2 {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20%;
    height: 250px;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    margin-right: -20px;
    display: block;
}

.nslclsrbg .circle3 {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20%;
    height: 250px;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    margin-right: -20px;
    display: block;
}

.nslclsrbg .circle4 {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20%;
    height: 250px;
    border-radius: 50%;
    padding: 50px;
    text-align: center;
    display: block;
}

.nslclsrbg .circle1 p,
.circle2 p,
.circle3 p,
.circle4 p {
    font-size: 19px;
}

.yllw-circle {
    position: absolute;
    background-color: var(--sarirenk);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 40%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.nslclsrbg .circle-km1,
.circle-km2,
.circle-km3,
.circle-km4 {
    display: none;
}

@media only screen and (max-width: 992px) {
    .nslclsrbg .circle1 {
        display: none;
    }

    .nslclsrbg .circle2 {
        display: none;
    }

    .nslclsrbg .circle3 {
        display: none;
    }

    .nslclsrbg .circle4 {
        display: none;
    }

    .nslclsrbg .circle-km1 {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 30px 0 0 0;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        height: 150px;
    }

    .nslclsrbg .circle-km2 {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 30px 0 0 0;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        height: 150px;
    }

    .nslclsrbg .circle-km3 {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 30px 0 0 0;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        height: 150px;
    }

    .nslclsrbg .circle-km4 {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 30px 0 0 0;
        text-align: center;
        display: block;
        margin-bottom: 15px;
        height: 150px;
    }

    .nslclsrbg .circle-km1 p,
    .circle-km2 p,
    .circle-km3 p,
    .circle-km4 p {
        font-size: 15px;
    }

    .yllw-circle {
        top: -25px;
        left: 45%;
    }

}

/*Komisyon alanı*/

.komisyonbg {
    background-color: #fff;
    padding: 75px 0;
}

.komisyonbg .title {
    font-size: 36px;
    padding: 0 0 85px 0;
    text-align: center;
    font-weight: 900;
    color: #484848;
}

.komisyonbg .box-kom {
    display: block;
}


.komisyonbg .box-kom1 {
    background-color: #fff;
    border-radius: 20px;
    height: 250px;
    width: 30%;
    text-align: center;
    margin-right: -20px;
    margin-top: 25px;
    position: absolute;
    left: 10%;
    z-index: 1;
}

.komisyonbg .box-kom2 {
    background-color: #fff;
    border-radius: 20px;
    width: 30%;
    height: 300px;
    text-align: center;
    margin-right: -20px;
    z-index: 9;
    position: relative;
}

.komisyonbg .box-kom3 {
    background-color: #fff;
    border-radius: 20px;
    height: 250px;
    text-align: center;
    margin-right: -20px;
    margin-top: 25px;
    width: 30%;
    position: absolute;
    right: 8%;
    z-index: 1;
}

.komisyonbg .box-txt-left {
    padding: 67px 60px;
}

.komisyonbg .box-txt-right {
    padding: 67px 60px;
}

.komisyonbg .box-txt-left strong {
    font-size: 21x;
    font-weight: 700;
    color: #484848;
}

.komisyonbg .box-txt-left p {
    font-size: 17px;
}

.komisyonbg .box-txt-right strong {
    font-size: 21px;
    font-weight: 700;
    color: #484848;
}

.komisyonbg .box-txt-right p {
    font-size: 17px;
}

.komisyonbg .box-txt-middle {
    padding: 90px 60px;
}

.komisyonbg .box-txt-middle strong {
    font-size: 25px;
    font-weight: 700;
    color: #484848;
}

.komisyonbg .box-txt-middle p {
    font-size: 19px;
}


.yllw-k-circle {
    position: absolute;
    background-color: var(--sarirenk);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 40%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.yllw-orta-circle {
    position: absolute;
    background-color: var(--sarirenk);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 45%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}


.box-kom-mobil {
    display: none;
}

@media only screen and (max-width: 992px) {
    .komisyonbg .box-kom {
        display: none;
    }

    .box-kom-mobil {
        display: block;
        position: relative;
    }

    .box-mbl {
        border-radius: 15px;
        height: 150px;
        padding: 30px 25px;
        text-align: center;
        border-top: 7px solid var(--sarirenk);
        margin-bottom: 25px;
    }

    .box-mbl-title {
        font-size: 25px;
        font-weight: 700;
        color: #484848;
    }

    .box-mbl-txt {
        font-size: 19px;
    }
}

/*Footer css alanı*/
footer.footerbg {
    background-color: var(--sarirenk);
    position: relative;
    padding: 75px 0;
    display: block;
}

footer .sosyal-ico a i {
    font-size: 21px;
    margin-right: 8px;
    color: #c0c0c0;
    transition: .5s;
}

footer .sosyal-ico a:hover i {
    font-size: 21px;
    margin-right: 8px;
    color: var(--grirenk);
    transition: .5s;
}

footer p {
    font-weight: bold;
    font-size: 16px;
}

footer .foot-title {
    font-size: 14px;
    color: #c5c0c0;
    margin-bottom: 15px;
    font-weight: bold;
}

footer div.foot-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #DF4B22 50%, #c5c0c0 50%);
    margin-top: 5px;
}

footer .foot-ul {
    margin: 0;
    padding: 0;
}

footer .foot-ul .foot-link {
    font-size: 14px;

    color: #A2A2A2;
    padding: 0px 5px;
}

/*Giriş Form Sayfası*/

.grs-form {
    position: relative;
    padding: 75px 0;
}

.btn-giris-form {
    background-color: var(--sarirenk);
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    width: 70%;
}

/*Sayfa 9*/

.syf-icerik9 {
    padding: 75px 0;
    position: relative;
}

.syf-icerik9 .syf-boxes {
    background-color: #fff;
    border-radius: 15px;
    padding: 7% 4%;
}

.syf-icerik9 .syf-boxes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.syf-icerik9 .syf-boxes ul li {
    padding: 10px 5px;
}

.syf-icerik9 .syf-boxes ul li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f111";
    position: absolute;
    border-top: 0;
    text-align: center;
    left: -10px;
    color: var(--sarirenk);
    font-size: 15px;
}

@media only screen and (max-width: 1024px) {
    .syf-icerik9 .syf-boxes ul li::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f111";
        position: absolute;
        border-top: 0;
        text-align: center;
        left: -4px;
        color: var(--sarirenk);
        font-size: 15px;
    }
}

.syf-img {
    margin: 8% 0;
}

/*Slider Banner alanı*/

.sldbanner {
    position: relative;
    margin: 0;
    overflow: hidden;
    background-color: #F4F4F4;
    padding: 0px 0px 30px 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    background-color: #F4F4F4;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mbl-bnr {
    display: none;
}

.web-bnr {
    display: block;
}

@media only screen and (max-width: 992px) {
    .mbl-bnr {
        display: block;
        position: relative;
    }

    .web-bnr {
        display: none;
    }
}

/*iframe alanı*/
.iframebg {
    background-color: #F4F4F4;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.referansbg {
    background-color: #F4F4F4;
    padding: 50px 0;
    margin: 0;
}

.df-btn {
    background-color: #EAEAEA;
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}

a .df-btn {
    color: #282828;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    transition: .5s;
}

a:hover .df-btn {
    color: #282828;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    background-color: #ccc;
    transition: .5s;
}

.referansbg img {
    filter: grayscale(100);
    opacity: .5;
}

/*canlı casino sayfası*/

.uye-ol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #121639;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;;
    white-space: nowrap;
}

.uye-ol-btn a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    font-size: 17px;
}

.uye-ol-btn:hover {
    transform: scale(1.1);
}

.uye-ol-btn .icon {
    background-color: #DF4B22;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uye-ol-btn .icon i {
    color: #ffffff;
    font-size: 14px;
}

.giris-btn-casino {
    padding: 10px 0;
    border-radius: 15px;
    text-align: center;
}

.giris-btn-casino a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.search-btn {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

.lang_ul {
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
    font-weight: 900;
}

.casino-mkisim {
    padding: 2px;
    width: 32%;
    display: block;
}

.casinombl-back {
    display: none;
}

@media only screen and (max-width: 1192px) {
    .casino-mkisim {
        display: none;
    }

    .casinombl-back {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
}




.orta-alan-bg {
    background-color: #F4F4F4;
    padding: 50px 0;
    margin: 0;
}

.form-control-search {
    display: block;
    width: 100%;
    padding: 20px 40px;
    margin: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #EAEAEA;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
}

.inputico {
    position: absolute;
    z-index: 99;
    top: 32px;
    left: 35px;
    color: #212529;
}

.inputico i {
    color: #afa9ac;
    font-size: 16px;
}

.nav-tabs .nav-link {
    background-color: #EAEAEA;
    height: 65px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
}

.game-card {
    width: 19%;
    margin: 20px 0 0 15px;
    padding: 0;
    position: relative;
}

.tab-title {
    color: #272727;
    font-size: 30px;
    font-weight: 900;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.tab-title .t-hbr {
    color: #6E6E6E;
    font-weight: 900;
    font-size: 20px;
}

.tab-txt {
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 5px;
}

.game-card .img-hvr {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;

}

.game-card .img-txt {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.game-card:hover .img-hvr {
    opacity: 0.3;
}

.game-card:hover .img-txt {
    opacity: 1;
}

.game-card .tag-imgtxt {
    background-color: var(--sarirenk);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 5px;
    font-weight: bold;
}

.game-card .tag-imgtxt-eglnce {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

/*Main page css*/

.main-yllwbg {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}

.main-yllwbg .main-sbg {
    background-color: var(--sarirenk);
    position: relative;
    border-radius: 15px;
    padding: 2% 3%;
    margin: 30px;
    height: 350px;
}

.main-yllwbg .main-sbg .main-wbg {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding: 1%;
    z-index: 8;
    width: 95%;
    margin-left: 20px;
    font-weight: 400;
}

.right-border {
    border-right: 2px solid #000;
}

@media only screen and (max-width: 1192px) {

    .main-yllwbg .main-sbg .main-wbg {
        margin-left: 10px;
    }

    .right-border {
        border-right: 0;
    }

}

.mainsbg-img1 {
    position: absolute;
    left: 0;
    top: 25px;
    width: 18%;
    z-index: 9;
    display: block;
}

.mainsbg-img2 {
    position: absolute;
    right: 0;
    top: -15px;
    width: 25%;
    z-index: 7;
    display: block;
}

.res-marg {
    margin: 70px 0;
}

.yatirbg {
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
    margin: 0;
    padding: 50px 0;
}

.atmcard {
    background-image: url(../images/img/atmbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 227px;
    width: 100%;
    position: relative;
}


.atmcard img {
    margin-top: 30%;
    width: 80%;
}

.yatir-btn {
    border: 1px solid var(--sarirenk);
    font-size: 20px;
    color: var(--sarirenk);
    border-radius: 8px;
    width: 80%;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-weight: 900;
}

.mobilfooter {
    display: none;
}

.mini-txt {
    font-size: 18px;
    font-weight: 900 !important;
    font-style: italic;
}



/*Slot Page Css*/

.gamebarbg {
    border-radius: 15px;
    margin: 0 30px;
    position: relative;
    background-color: var(--sarirenk);
}

.gamebarbg a .gamebar-txt {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    transition: .5s;
}

.gamebarbg a:hover .gamebar-txt {
    color: #DF4B22;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    transition: .5s;
}

.r-border {
    border-right: 2px solid #ACACAC;
}


.styled-select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    display: block;
}


.styled-select::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    position: absolute;
    border-top: 0;
    text-align: center;
    right: 30px;
    top: 15px;
    color: #707070;
    font-size: 25px;
}


.styled-select,
.styled-select select {
    width: 95%;
}

select:focus {
    outline: none;
}

.styled-select select {
    height: 65px;
    border: none;

    /*hide default down arrow in webkit */
    -webkit-appearance: none;

    padding: 15px 40px;

}

@-moz-document url-prefix() {
    .styled-select select {
        width: 110%;
    }
}

.fa-sort-desc {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 24px;
}

select::-ms-expand {
    display: none;
}

/* hide default down arrow in IE10*/

.wrap-text {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.wrap-text span {
    color: #272727;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

.wrap-text .t-hbr {
    color: #6E6E6E;
    font-weight: 900;
    font-size: 20px;
    display: block;
}


.hvrimg-1 {
    position: relative;
    margin: 0;
}

.hvrimg-1 .img-hvr {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;

}

.hvrimg-1 .img-txt {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}

.hvrimg-1:hover .img-hvr {
    opacity: 0.3;
}

.hvrimg-1:hover .img-txt {
    opacity: 1;
}

.hvrimg-1 .tag-imgtxt {
    background-color: var(--sarirenk);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 5px;
    font-weight: bold;
}

.hvrimg-1 .tag-imgtxt-eglnce {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.swiperbg {
    overflow: hidden;
    position: relative;
    margin: 0 30px;
    padding: 50px 0;
}

.swiperbg .new-title {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.swiperbg .new-title span {
    color: #272727;
    font-size: 30px;
    font-weight: 900;
}


.swiperbg .new-title .t-hbr {
    color: #6E6E6E;
    font-weight: 900;
    font-size: 20px;
}


.swiper-container {
    margin-top: 2em;
    /* minor cosmetic */
}

.product {
    /* odds are you will use flexbox */

    /* center it */
    margin-left: auto;
    margin-right: auto;

    /* adjust the width to add or remove whitespace  */
    width: 95%;
}

.photograph {
    /* if parent is flex it will stretch this image */
    display: block;

    height: auto;
    width: 100%;
}

.product__name.product__name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 5px;
}

@media (min-width: 37.5em) {
    .product__name.product__name {
        font-size: .92em;
    }
}

.product__description {
    font-size: calc(.3em + 5vw);
    font-weight: 300;
    line-height: 1.1;
}

@media (min-width: 37.5em) {
    .product__description {
        font-size: .92em;
    }
}

.sldbg {
    overflow: hidden;
    position: relative;
    margin: 0 30px;
    padding: 5px 0;
    background-color: #F4F4F4;
}




@media(min-width:1441px) {

    .game-card {
        width: 23%;
        margin: 20px 0 0 25px;
        padding: 0;
        position: relative;
    }


}

@media(max-width:1440px) {

    .game-card {
        width: 23%;
        margin: 20px 0 0 15px;
        padding: 0;
        position: relative;
    }


}

@media(max-width:1024px) {
    .game-card {
        width: 22%;
        margin: 20px 0 0 27px;
        padding: 0;
        position: relative;
    }

    .mainsbg-img1 {
        display: none;
    }

    .mainsbg-img2 {
        display: none;
    }

    .res-marg {
        margin: 20px 0;
        max-width: 200px;

    }
}


@media(max-width:992px) {
    footer.footerbg {
        display: none;
    }

    .mobilfooter {
        display: block;
        width: 100%;
        position: relative;
        background-color: #FFFAED;
        padding: 20px 0;
    }


    .mobilfooter .sosyal-ico a i {
        font-size: 21px;
        margin-right: 8px;
        color: #000;
        transition: .5s;
    }

    .mobilfooter .sosyal-ico a:hover i {
        font-size: 21px;
        margin-right: 8px;
        color: var(--sarirenk);
        transition: .5s;
    }

    .mobilfooter p {
        font-weight: bold;
        font-size: 16px;
    }

    .orta-alan-bg {
        background-color: #F4F4F4;
        padding: 20px 0;
        margin: 0;
    }

    .referansbg {
        background-color: #F4F4F4;
        padding: 10px 0;
        margin: 0;
    }

}


@media(max-width:768px) {
    .game-card {
        width: 47%;
        margin: 20px 15px 0 0px;
        padding: 0;
        position: relative;
    }

    .main-yllwbg .main-sbg {
        height: auto;
    }

    .atmcard img {
        margin-top: 10%;
        width: 40%;
    }

    .yatir-btn {
        width: 90%;
    }

    .r-border {
        border-right: 0px;
    }

    .gamebarbg {
        border-radius: 0;
        margin: 0;
        padding: 3% 0;
        position: relative;
        background-color: #313131;
    }

    .gamebarbg a .gamebar-txt {
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        margin-top: 15px;
        padding-bottom: 15px;
        transition: .5s;
        border-bottom: 1px solid #fff;
    }

    .styled-select {
        display: none;
    }

    .tab-title .t-hbr {
        display: none;
    }

    .wrap-text .t-hbr {
        display: none;
    }


}

@media(max-width:600px) {
    .game-card {
        width: 100%;
        margin: 20px 0 0 0px;
        padding: 0;
        position: relative;
    }
}



/*Promosyon Page*/

.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}

.sidebar .nav-link:hover {
    color: var(--bs-primary);
}



.grs-yllw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #DF4B22;
    color: #fff;
    font-weight: 900;
    font-size: 17px;
    padding: 12px 20px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    white-space: nowrap;
}

.grs-yllw-btn a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    font-size: 17px;
}

.grs-yllw-btn:hover {
    transform: scale(1.1);
}

.grs-yllw-btn .icon {
    background-color: #121639;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grs-yllw-btn .icon i {
    color: #ffffff;
    font-size: 14px;
}

/*Modal Css*/

.mdl-grs-title {
    color: #272727;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hide-show {
    margin: -56px 0 0 10px;
    position: relative;
    z-index: 5;
    display: none;
}

.hide-show span {
    font-size: 15px;
    padding: 0.5em;
    float: right;
    color: #6e6e6e;
    cursor: pointer;
}

.grsmodal {
    width: 80%;
}

.hsbmodal {
    width: 90%;
    margin: 80px 0;
}

.hsbmodal .form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ECECEC;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}



.grsmodal .form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ECECEC;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.hsb-btn {
    color: #DF4B22;
    text-decoration: none;
    font-size: 15px;
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0px;
}

.mdl-grs-btn {
    background-color: var(--sarirenk);
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    color: #fff;
    border-radius: 3px;
}

.mdl-kyt-btn {
    font-size: 15px;
    font-weight: 500;
    color: var(--sarirenk);
}

#eye {
    color: #9A9A9A;
    position: absolute;
    right: 5%;
    top: 15px;
    z-index: 5;
    cursor: pointer;
}

.modal-res {
    background-image: url(../images/img/uyemodalbg.png);
    background-position: left top;
    background-size: cover;
    height: 615px;
    width: 100%;
    position: relative;
    padding: 15% 0;
    display: block;
}

.modal-res-title {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #fff;

}

.modal-res-brdr {
    border-top: 5px solid #fff;
    height: 5px;
    margin-top: 15px;
}

.modal-res-txt {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
}

.modal-res-yuzde {
    color: #fff;
    font-size: 65px;
    margin-top: 5px;
    text-align: center;
    font-weight: 900;
}

.modal-res-text {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    line-height: 25px;
}


.btn-close {
    padding: 15px;
    float: right;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid transparent;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 0px;
    border: 2px solid #ffa500;
}

@media(max-width:992px) {
    .modal-res {
        display: none;
    }

    .hsbmodal {
        width: 90%;
        margin: 40px 25px;
    }
}

#flippanel {
    border-bottom: solid 1px var(--theme-yellow);
    cursor: pointer;
    overflow: hidden;
    background-color: var(--theme-content);
}

#flip {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

#flip img {
    width: 50px;
    margin: -4px 9px;
}

#flippanel .container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
}

#panel,
#flip {
    padding: 9px;
}

#flippanel #panel {
    font-size: 14px;
    padding: 15px;
    display: none;
    transition: all 0.3s ease;
}

#flippanel .container .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

#flippanel .container .row .col-md-4 {
    margin-bottom: 10px;
}

#panel i {
    font-size: 42px;
    float: left;
    margin-right: 12px;
    color: var(--theme-yellow);
    margin-bottom: 20px;
}

#panel p {
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.5;
}

.panel-span-address {
    padding: 5px 10px;
    border: 1px solid var(--theme-yellow);
    border-radius: 10px;
}

.panel-span-address span {
    color: #ffffff;
}

.panel-span-address strong {
    color: var(--theme-yellow);
}

.panel-red {
    background: #DF4B22 !important;
    padding: 3px 5px;
}

input#searchgameinput::placeholder {
    color: #fff !important;
}