@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--themeColor: #4d9f4f;
	--themeColor2: #34ea40;
	--baseColor: #101d25;
	--secondaryColor: #000000;
}

body {
    background-image: url("https://i.ibb.co/JW5Vnqx2/media-1875790-f8a766c8ab9ea4c89023382031f4035b.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
/* Content */
.layout-header-holder-bc {
	box-shadow: none !important;
}
.layout-bc:not(.page-full-size) .layout-content-holder-bc
{
	max-width: 1600px;
	margin: auto;
}
.header-bc
{
	background: var(--baseColor) !important;
}
.nav-menu-container.header-navigation:first-child .nav-menu {
	justify-content: center;
	height: auto;
	gap: 15px;
}
nav.nav-menu-container,
.hdr-main-content-bc{
    margin: 0 auto !important;
    padding: 0 10px !important;
    max-width: var(--layout-width) !important;
}
.nav-content-menu{
	margin: 0 -10px;
	padding: 10px;
	background: linear-gradient(90deg, #101d25 0%, #ffffff0d 50%, #101d25 100%) !important;
	border-bottom: 1px solid #4d9f4f;
}
.nav-content-bc,
.nav-menu-container.header-navigation:first-child
{
	background: transparent !important;
	border: none !important;
}
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item
{
	gap: 10px;
	color: #fff !important;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px !important;
	border-radius: 10px !important;
	padding: 5px 10px !important;
	border: none !important;
	box-shadow: none !important;
}
.nav-menu-container .nav-menu-other .nav-menu-item {
    font-size: 13px !important;
}
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item i { color: var(--themeColor) !important; }
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item:hover,
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item.active,
.nav-menu-container.header-navigation:first-child .nav-menu>li:hover>.nav-menu-item,
.nav-menu-container.header-navigation:first-child .nav-menu-other:hover>.nav-menu-item
{
	background: #19252d !important;
	background: linear-gradient(180deg, rgb(26 38 46) 35%, rgba(77, 159, 79, 1) 200%) !important;
	color: #fff !important;
}
.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item>i {
	margin-inline-end: 0 !important;
}
.nav-content-bc .nav-menu-container .nav-menu-sub {
	background: var(--baseColor) !important;
}
.hdr-user-bc .sign-in:after {
	left: -13px !important;
}
.header-bc .compact-mode:after,
.header-bc .hdr-main-content-bc .infoTime:after,
.header-bc .smartPanel-bc:after
{
	display: none;
}
.hdr-user-bc .sign-in,
.hdr-user-bc .register
{
	font-family: "Poppins";
	text-decoration: none !important;
	background: #fff !important;
	color: #000 !important;
	padding: 0px 10px !important;
}
.hdr-user-bc .register {
	background: #0DD018 !important;
	background: linear-gradient(90deg, rgba(13, 208, 24, 1) 0%, rgba(52, 234, 64, 1) 100%) !important;
}
.hdr-user-bc .sign-in:before,
.hdr-user-bc .register:before
{
	font-family: BetConstruct-Icons !important;
	content: "";
	display: block;
	margin-right: 5px;
}
/* Effect */
.header-icon-text { margin-inline-start: 7px !important; }
.hdr-user-bc .btn.register,
.header-custom-buttons a
{
    position: relative !important;
    z-index: 1;
    overflow: hidden;
    width: fit-content;
}
.header-custom-buttons a.btn { font-family: "Poppins" !important; font-size: 13px !important; }
.hdr-user-bc .btn.register
{
	box-shadow: 0px 0px 10px #08b807;
}
.hdr-user-bc .btn.register::after,
.header-custom-buttons a span::after
{
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0)) !important;
    animation: slide 2s infinite alternate forwards;
}
@keyframes slide {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}
/* Effect */
.hdr-user-bc .register:before {
	content: ""
}
.header-bc .compact-mode.form-control-bc,
.hdr-main-content-bc .infoTime
{ display: none; }
.smartPanel-bc {
	margin-inline-start: 0px !important;
	background: #1b272f !important;
	border-radius: 5px !important;
	width: 28px;
	display: flex;
	justify-content: center;
	box-shadow: 0px 0px 25px -10px #4d9f4f;
	border: 1px solid #4d9f4f03;
}
.smartPanel-bc i {color: #fff !important;background: none !important;}
.hdr-smart-panel-holder-bc {
    background: #101d25 !important;
    opacity: 1 !important;
    border: 1px solid var(--themeColor) !important;
    border-top: none !important;
    border-radius: 10px !important;
}
.sp-button-bc {
    background: none !important;
}
.sp-button-bc i { color: #fff !important;}
.hdr-smart-panel-holder-arrow-bc:after {
    border-color: transparent transparent var(--themeColor) !important;
}
.hdr-main-content-bc {
	justify-content: flex-end;
}
.layout-header-holder-bc .hdr-dynamic-content .product-banner-container-bc {
    position: absolute;
    z-index: 3;
}
/* Slider */
.is-home-page .slider-bc {
    border: 2px solid var(--themeColor);
    border-radius: 10px !important;
    overflow: hidden !important;
}
/* Footer */
.layout-footer-holder-bc {
	margin-top: 10px !important;
	border-top: 2px solid var(--themeColor) !important;
	background: var(--baseColor) !important;
}
.footerInfoColumn { display: none !important; }
.footerInnerLeftCol {justify-content: center !important;}
.footerSocialLink {
	border: 1px solid #1d712e !important;
	background: #103924 !important;
	background: linear-gradient(130deg, rgba(16, 57, 36, 1) 0%, rgba(11, 31, 32, 1) 35%, rgba(27, 112, 45, 1) 100%)!important;
}
.footerSocialLink a { color: #fff !important; }
.footerSocialLink:not(:last-child) {
    margin-right: 10px !important;
}
.footerLinkColTitle {
	color: var(--themeColor2) !important;
	font-family: "Poppins";
}
.footerLinkColEl a {
	font-family: "Poppins";
	color: #fff !important;
}
.layout-footer-holder-bc .horizontalSliderElem {
	background: none !important;
}
.layout-footer-holder-bc .horizontalSliderElem .horizontalSliderImg {
    filter: inherit !important;
    opacity: 1 !important;
}
.footerWarningAge {
    border-color: var(--themeColor) !important;
    color: var(--themeColor) !important;
}
.footerCopyrights {
	color: var(--themeColor) !important;
}
.ftr-copy-rights-bc { color: #fff !important; }
/* Promotions */
.layout-content-holder-bc .horizontal-sl-list-container .horizontal-sl-list.promotion-horizontal-sl-list-bc .accordion-button.active {
    background: var(--themeColor) !important;
    border-color: var(--secondaryColor) !important;
    color: var(--secondaryColor) !important;
}
.layout-content-holder-bc .horizontal-sl-list-container .horizontal-sl-list.promotion-horizontal-sl-list-bc .accordion-button.active i {
    color: var(--secondaryColor) !important;
}
.promotions-article-title {
    display: none !important;
}
.promotionsListEl-bc {
    border: 1px solid var(--themeColor);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.promotion-page .horizontal-sl-wheel {
    width: 100%;
}
.promotion-page .horizontal-items-expanded .horizontal-sl-item-bc {
    flex: 0 100%;
    justify-content: center;
    border: 1px solid var(--themeColor) !important;
    font-family: "Poppins";
    border-radius: 7px;
    color: #fff !important;
    background: rgb(0 0 0 / 24%) !important;
    backdrop-filter: blur(7px) !important;
}
.promotion-page .horizontal-items-expanded .horizontal-sl-item-bc.active,
.promotion-page .horizontal-items-expanded .horizontal-sl-item-bc:hover {
    background: var(--themeColor) !important;
    border-color: var(--secondaryColor) !important;
    color: var(--secondaryColor) !important;
    font-weight: 600 !important;
}
.promotion-page .horizontal-items-expanded .horizontal-sl-item-bc.active i {
    color: var(--secondaryColor) !important;
}
/* Popup */
.popup-inner-bc {
    background: var(--baseColor) !important;
    border: 1px solid var(--themeColor) !important;
    padding: 10px 0px !important;
    border-radius: 10px !important;
}
/* Homepage soccer edit */
.is-home-page .ftr-game-item-bc.Soccer {
    background-image: url("https://i.ibb.co/DDDfLWbn/media-1875790-de63e2690b1cae0a7ac27a2a6d95d3de.png") !important;
    background-size: contain;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
.is-home-page .sgm-market-g-i-cell-bc.market-bc {background: #131f27 !important;}
.is-home-page .ftr-game-item-bc .market-group-holder-bc {background: var(--themeColor2);}
.is-home-page .ftr-g-content-bc .carousel-count-arrow-container i {border-radius: 100px !important}
.is-home-page .ftr-g-i-head-bc { border-bottom: 1px solid var(--themeColor2); }
/*  informative */
.informative-widget {
	background: var(--themeColor) !important;
	margin-top: 0px !important;
	border-bottom: 2px solid var(--themeColor2) !important;
}
.informative-widget-container {
    padding: 0px !important;
}
.informative-widget-link {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
	border: unset !important;
}
.informative-widget-container > span {
    display: flex !important;
    animation: marquee 20s linear infinite !important;
    padding: 20px 0;
}
.informative-widget-container > span:hover {
    animation-play-state: paused !important;
}
@keyframes marquee {
    0% {
        transform: translate(50%, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.informative-widget-container>span {
    color: #000 !important;
    font-family: "Poppins";
    font-weight: bold;
}
/* Homepage Fix */
.layout-content-holder-bc .hm-row-bc:nth-child(8) img.product-banner-img-bc {
    margin: auto;
}
.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(2),
.is-home-page .layout-content-holder-bc .hm-row-bc:nth-child(3)
{ display: none; }
.is-home-page .hm-row-bc:nth-child(4) .product-banner-container-bc img,
.is-home-page .hm-row-bc:nth-child(7) .product-banner-container-bc img
{
    width: 100%;
    height: auto;
}
/* Footer */
.sliderSingleEl .sliderImage img {
	height: 25px !important;
}
/* Navbar */
[class*=is-web] .hdr-dynamic-content .product-banner-container-bc .product-banner-info-bc.product-banner-bc
{
	height: 22px !important;
}
.header-custom-buttons a.btn {
	height: 25px !important;
	background-color: transparent !important;
}
.header-custom-buttons a.btn[aria-label="WhatsApp"] span,
.header-custom-buttons a.btn[aria-label="Beni Ara"] span,
.header-custom-buttons a.btn[aria-label="BONUS TALEBİ"] span,
.header-custom-buttons a.btn[aria-label="Twitter"] span,
.header-custom-buttons a.btn[aria-label="Telegram"] span,
.header-custom-buttons a.btn[aria-label="Promosyonlar"] span
{ opacity:0; }
.header-custom-buttons a.btn[aria-label="WhatsApp"]::before,
.header-custom-buttons a.btn[aria-label="Beni Ara"]::before,
.header-custom-buttons a.btn[aria-label="BONUS TALEBİ"]::before,
.header-custom-buttons a.btn[aria-label="Twitter"]::before,
.header-custom-buttons a.btn[aria-label="Telegram"]::before,
.header-custom-buttons a.btn[aria-label="Promosyonlar"]::before
{ opacity:0; }
.header-custom-buttons a.btn[aria-label="WhatsApp"] {
    background: url(https://i.ibb.co/xthvZ1g7/Whatsapp.gif);
	margin-left: -5px !important;
}
.header-custom-buttons a.btn[aria-label="Beni Ara"] {
    background: url(https://i.ibb.co/CKV4rBW4/Beni-Ara.gif);
	margin-left: -10px !important;
}
.header-custom-buttons a.btn[aria-label="BONUS TALEBİ"] {
    background: url(https://i.ibb.co/xSMxsngn/Bonus-Talebi.gif);
    margin-right: auto;
	margin-left: -7px !important;
}
.header-custom-buttons a.btn[aria-label="Twitter"] {
    background: url(https://i.ibb.co/TMQKdXj2/Twitter.gif);
	margin-right: -5px !important;
}
.header-custom-buttons a.btn[aria-label="Telegram"] {
    background: url(https://i.ibb.co/FLv8s1kW/Telegram.gif);
	margin-right: -5px !important;
}
.header-custom-buttons a.btn[aria-label="Promosyonlar"] {
    background-image: url(https://i.ibb.co/5g7dV26Z/Promosyonlar.gif) !important;
}
.header-custom-buttons a.btn {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.header-icon-text {
    margin-inline-start: 0px !important;
}
.header-custom-buttons a.btn:hover { transform: scale(1.05); }
@media screen and (max-width: 1024px) {
    .header-custom-buttons a.btn {
        min-width: 75px !important;
    }
}
.logo-container {
    flex: unset !important;
}
.hdr-main-content-bc {
	justify-content: flex-start;
}
.hdr-user-bc {
	justify-content: left;
	flex: auto;
}
.hdr-user-bc .header-custom-buttons:nth-child(4)
{
    margin-left: auto;
}
.header-user-nav {
    justify-content: flex-end;
}
.header-custom-buttons {
    flex: initial;
    justify-content: flex-start;
}
.header-custom-buttons a:nth-child(4) {margin-left: calc(35vw) !important;}
.games-horiz-scroll {
    grid-template-rows: unset !important;
}
/* Special Info Popup - Desktop */
.popup-holder-bc.info .popup-inner-bc,
.popup-holder-bc.info .status-popup-content-w-bc
{
    width: 100% !important;
    max-width: 780px;
    background: none !important;
    border: none !important;
}
.popup-holder-bc {
	min-width: 100% !important;
}
.popup-holder-bc.info .casino-popup-content>p img {
    width: 100% !important;
}
.popup-holder-bc.info .casino-popup-content {
    max-height: 100% !important;
}
.popup-holder-bc.info .casino-popup-title {
    display: none !important;
}
.popup-holder-bc.info .casino-popup-button-block {
    display: none !important;
}
.popup-holder-bc.info .popup-checkbox {
    display: none;
}
.popup-holder-bc.info .e-p-close-icon-bc {
    background: #fff !important;
    color: #000;
    border-radius: 100px;
    font-size: 10px;
}
/* Gif Radius Fix */
.layout-content-holder-bc .hm-row-bc:nth-child(5) img.product-banner-img-bc {
    border-radius: 20px;
}
/* Web Promo Banner */
.promotionsList-bc {
    display: grid !important;
    align-content: center !important;
    justify-content: center !important;
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)) !important;
    width: 100% !important;
    position: relative !important;
    will-change: scroll-position !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-top: 13% !important;
    background: url(https://i.ibb.co/k2W2tn6D/Web-Banner.jpg) no-repeat;
    background-size: contain !important;
    margin-top: 1% !important;
}
/* Licence Edit - Temp */
.FooterLicenceCuracaoContainer div { display:none !important; }
.FooterLicenceCuracaoContainer::before
{
    content: "";
    display: block;
    width: 55px;
    height: 56px;
    background-image: url(https://i.ibb.co/b5cF8Hqk/anjouan-stamp.png);
    background-size: contain;
}
/*
.header-bc .logo::after {
    content: "";
    display: block;
    width: 29px;
    height: 30px;
    background-image: url(https://i.ibb.co/b5cF8Hqk/anjouan-stamp.png);
    background-size: contain;
    margin-left: 7px;
}
*/
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .sliderSingleElWrapper:nth-child(2),
.footerWrapper .sliderGroup > .sliderContent:first-child .sliderTitle {
    display: none;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div {
    position: unset !important;
    display: flex !important;
    justify-content: center;
    inset: 0 !important;
    width: 100% !important;
    height: auto !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper {
    margin-bottom: 20px !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(4) {
    margin-right: 280px !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div{
    padding-top:45px;
    gap: 30px !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a img{
    max-width:50px !important;
    max-height:50px !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:first-child img{
    content: url('https://i.imgur.com/yBjD1FL.gif') !important;
    width: 250px !important;
    max-width:250px !important;
    height: auto !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a {
    min-width: auto !important;
    width: 80px !important;
    margin: 10px 0 !important;
    height: auto !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div::before{
    content:"SERTİFİKALARIMIZ";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-255%);
    background:#21f038;
    color:#102026;
    font-weight:700;
    font-size:12px;
    padding:10px 15px;
    border-radius:8px;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div::after{
    content:"RESMİ SPONSORLUKLAR";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(110%);
    background:#21f038;
    color:#102026;
    font-weight:700;
    font-size:12px;
    padding:10px 15px;
    border-radius:8px;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:first-child {
    position: absolute;
    width: auto !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a img {
    opacity: 1 !important;
    filter: unset !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(2),
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(3),
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(4),
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(5),
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(6),
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(7){
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-end !important;
    align-items:center !important;
    padding-bottom:28px !important;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(2)::before,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(3)::before,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(4)::before,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(5)::before,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(6)::before,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(7)::before{
    position:absolute !important;
    bottom:0 !important;
    width: 70px !important;
    height: 10px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    color:black !important;
    background:#21f038 !important;
    padding:0 !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1 !important;
    white-space:nowrap !important;
    z-index:9999 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    border: 2px solid #ffffff0a;
    display: flex;
    justify-content: center;
    align-content: center;
}
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(2)::before { content:"Resmi Sertifika" !important; }
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(3)::before { content:"Resmi Sertifika" !important; }
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(4)::before { content:"18 Yaş ve Üzeri" !important; }
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(5)::before { content:"Barcelona" !important; }
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(6)::before { content:"Chelsea" !important; }
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:nth-child(7)::before { content:"Real Madrid" !important; }
img.hdr-logo-bc,
.footerWrapper .sliderGroup > .sliderContent:first-child > .sliderGroup > .horizontalSliderWrapper > div > a:first-child img {
    content: url('https://i.imgur.com/PJwpMI2.gif') !important;
}
.betslip-bc.Fixed.full .betslip-full-content-bc .bs-f-footer {
    padding-bottom: 70px;
}