@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');
:root { 

  --bg-1: #033540; 
  --bg-2: #015366;
  --bg-3: #022E66;
  --bg-4: #2F3148;
  --bg-5: #1B1F47;
  --title-1:#fff;
   --title-2:#ff0e1f;


  --color-bg-1:#CB9821;
  --color-bg-2:#576319;
  --color-bg-3:#DCBB87;
  --color-bg-4:#45f882;
  --color-bg-4:#ffbe18; 
  --bg-dark:#0a0025; 
  --bg-opac-dark:#08011dde;
  
  --white: #fff;
  --black: #060606;
  --white-section:#ffffff;
  --accent-color:#ff0e1f;

  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}

body{
  
    direction: ltr;
    font-family: 'Lato', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
    color: var(--white);
    background-color: var(--bg-4);
    
}
h1,
h2,
h3,
h4,
h5,
p{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: var(--hover-tranzitipn);
}
a:hover,a:focus{
    color: var(--accent-color);
}
img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-map{
    margin-top: 48px;
    width: 100%;
    height: 397px;
    display: flex;   
    align-items: center;
    justify-content: center;
}
.contact-map iframe{
    height: 100%;
    width: 100%;  

}
.position{
    position: relative;
}
.section{
    padding: 49px 0;
}
.bgimg{
    position: relative;
    overflow: hidden;
    background-image: url(galleryarchive/bg/bg-dark-0684aae6b882d1.jpg); 
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    opacity: 0.75;
}
.bgimg-2{
    position: relative;
    overflow: hidden;
    background-image: url(galleryarchive/bg/bg-dark-1684aae6b8832c.jpg); 
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    opacity: 1;
  
}
.bgimg-2::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#4c409a82;
}

.bgimg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--bg-opac-dark);
}
.bg-color{
    background: var(--bg-5);
}
.pege-section{
    width: 100%;
    height: 317px;
}
.blok-text-page p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.blok-text-page h1{
    font-weight: 500;
    text-align: center;
    margin-bottom:  25px;
}
.blok-text-page h2{
    font-weight: 500;
    text-align: center;
    margin-bottom:15px ;
}
.blok-text-page table,.blok-text-page a{
    word-break: break-word;
    color: inherit;
}
.blok-text-page ul {
    margin: 0 20px;
    list-style: square;
}
.form-input,.form-textarea,.input-field_container_group,.textarea-field_container_group{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 55px;    
    border-radius: 9px;
    box-shadow: unset !important;
    color: var(--title-1);
    background-color:var(--bg-dark);
    font-weight: 500;
    outline: none;
  
    border: 1px dashed var(--color-bg-4);
}
.form-textarea,.textarea-field_container_group{
    min-height: 150px;
}


.grup-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  color: var(--color-tex);
}

.header-page_89gek{
    position: relative;
    height: 120px !important;
    background-color: var(--bg-4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.header-page_container{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.position-left,.position-right{
    position: relative;   
    z-index: 2;
    height: 100%;
   
}
.position-left{
  float: left;
  text-align: right;
}
.position-right{
    text-align: left;
    float: right;
}
.position-left-inner{
    padding: 0 10px;
    height: 100%;
}
.left-inner-border-holder,.riht-inner-border-holder{
    position: absolute;
    top: 0;
    
    width: 105%;
    height: 100%;
    
   
}
.left-inner-border-holder{
    left: 0;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    border-left:  1px solid rgba(203,203,203,.1);
}
.riht-inner-border-holder{
    right: 0;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-right:  1px solid rgba(203,203,203,.1);
}
.left-inner-border-holder::before,.riht-inner-border-holder::before{
    content: '';
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%;
    border-bottom:  1px solid rgba(203,203,203,.1);
}
.left-inner-top,.right-inner-top{
    display: flex;
    align-items: center;
    height: 37%;
    font-size: 14px;   
    padding: 15px 0;
    position: relative;
}
.left-inner-top{
 justify-content: start;
}
.right-inner-top{
    justify-content: end;
}

.main-menu{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    height: 63%;
}
.main-menu ul{
    position: relative;
    display: flex;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
.main-menu ul li{
    position: relative;
    display: inline-block;
    padding: 0;
    float: left;
    height: 100%;
    margin: 0 4px;
    box-sizing: border-box;
}
.main-menu-link{
    padding: 0 15px !important;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    color: var(--white);
    box-sizing: border-box;
    font-weight: 900; 
    line-height: 23px;
    font-size: 15px;
    letter-spacing: .06em;
    display: flex;
    align-items: center;
}
.main-menu-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: var(--accent-color);
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -o-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}
.main-menu li:hover .main-menu-link::after{
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    -o-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s cubic-bezier(.19,1,.22,1);
}
.position-center{
    position: relative;
    height: 100%;
   
}
.position-center-iner{
    height: calc(100% + 10px);
    -webkit-clip-path: polygon(0 0,100% 0,81% 100%,19% 100%);
    clip-path: polygon(0 0,100% 0,81% 100%,19% 100%);
    background-image: url(galleryarchive/bg/opacity_bg-0684aae6b88501.png );
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: cover;
    overflow: hidden; 
}
.header-mobil_hdfuy{
    height: 70px;
    display: none;
    background-color: var(--bg-dark);
    border-bottom:  1px solid rgba(255,255,255,.05);
}
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    width: 49px;
    height: 49px;
    object-fit: contain;
}
.nav-link{
    color: var(--white);
    position: relative;
}
.nav-link::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 41px;
    height:  1px;
    top: 50%;
    background: var(--accent-color);
    margin: 0 auto;
    opacity: 0;
    transition: all .3s ease-out 0s;
}

.navbar-toggler{
    border: 1px solid var(--color-bg-4);
}
.navbar-toggler svg{
    fill: var(--color-bg-4);
    width: 20px;
    height: 20px;
}
.navbar{
    background-color: var(--bg-dark);
    position: relative;
    z-index: 2;
   
}

.logo-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 70px;
}
.logo-wrapper img{
 width: 85px;
 height: 85px;
 object-fit: contain;
}
.nav-link:hover,.nav-link:focus{
    color: var(--accent-color);
}
.header-mobil_hdfuy{
    background: var(--bg-4);
}
.hero-bg{
    width: 100%;
    height: 100%;
    padding: 134px 0 107px;
    background-image: url(galleryarchive/bg/opacity_bg-0684aae6b88501.png );
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: cover;
    overflow: hidden; 
}
.benefit-bg_h87{
    background-image: url(galleryarchive/bg/opacity_bg-2684aae6b88562.png );
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: cover;
    overflow: hidden; 
}
.hero-text{
    display: flex;
    gap: 36px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    
}
.hero-text h1{
    font-size: 28px;
    text-shadow: 1px 0 1px var(--black), 0 1px 1px var(--black), -1px 0 1px var(--black), 0 -1px 1px var(--black);
}
.hero-wrapper{
    flex-direction: row-reverse;
}
.hero-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img img{
    max-width: 100%;
    max-height: 317px;
    transition: all 0.3s ease-out 0s;
    height: auto;
    will-change: transform;
    animation: imgani 3s infinite cubic-bezier(0, 0, 1, 1) 0.2s;

}
@keyframes imgani {
    0% {
    transform: rotate(0) translate(-10px) rotate(0);
}
100% {
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
}
}
.footer{
    
    
    display: inline-block;
    background-image: url(galleryarchive/bg/bg-dark-2684aae6b88398.jpg);
    width: 100%;
    vertical-align: middle;  
    background-size: cover;
}
.footer-bottom-holder{
    background-color: var(--bg-opac-dark);
    width: 100%;
    height: 100%;
}
.footer-container{
    position: relative;
    overflow: hidden;
    
}
.footer-border-left,.footer-border-right{
    position: absolute;
    top: 0;
    width: 105%;
    height: 100%;
    
   
}
.footer-border-left{
    border-left: 1px solid #000;
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
    left: 0;
}
.footer-border-right{
    
    right: 0;  
    border-right: 1px solid #000;
   
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.footer-nav,.footer-iner{
    position: relative;
    z-index: 1;
}
.footer-nav::after{
    content: '';
    width: calc(100% + 8px);
    position: absolute;
    bottom: 0;
    left: -4px;
    border-bottom: 1px solid #000;

}
.footer-list{
 padding: 28px 0 44px;
}
.footer-list,.footer-iner{
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-iner{
    padding: 20px 0;
    border-bottom:  1px solid rgba(255,255,255,.05);
}
.footer-list li{
    display: inline-block;
    overflow: visible;
    border-bottom: none;
   
    text-align: center;
}
.footer-links{    
    margin: 0 3px;
    font-size: 11px;
    font-weight: 900; 
    text-transform: uppercase;
    letter-spacing: .06em;
    text-align: center;
  
}
.footer-iner li{
    text-align: center;
}

.footer-bottom{
    padding-top: 28px;  
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;  
    gap: 10px;
    flex-wrap: wrap;   
    font-size: 15px;
}
.disclaime-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.disclaime-img img{
    width: 100%;
    height: 40px;
    object-fit: contain;
}
.aboutu-wrapper{
    display: flex;
    gap: 36px;
    flex-direction: column;
}
.aboutu-galleri{
    display: flex;
    flex-wrap: wrap;
    gap:  18px;
}
.aboutu-galleri_item{
    flex-grow: 1;
    flex-basis: 200px;
}
.gallery-img_hdfg7{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.gallery-img_hdfg7::before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: var(--hover-tranzitipn);
}
.gallery-img_hdfg7:hover:before{
    opacity: 1;
} 
.gallery-img_hdfg7 img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: 20px solid #08011d70;
    border-radius:  2px;
}
.aboutu-tex_fhb8{
    text-align: center;
}

.title{
    font-size: 28px;
    color: var(--title-2);
    font-weight: 900; 
    text-transform: uppercase;
    margin-bottom: 36px;
    
    text-shadow: 1px 0 1px var(--black), 0 1px 1px var(--black), -1px 0 1px var(--black), 0 -1px 1px var(--black);
}
.title::before{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    width: 0;
    height: 0;
    margin-right: 1 1px;
    border-top: 10px solid transparent;
    border-left: 10px solid #ff0e1f;
    border-bottom: 10px solid transparent;
}
.cart-wrapper{
    padding: 36px;
    border-radius: 5px;
    background: rgba(47,80,123,0.35);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(47,80,123,0.175);
}
.cart-blok{
    padding: 18px;
    background: var(--black);
    box-shadow: 0px 0px 4px  1px var(--color-bg-4)
}
.cart-blok-img{
    position: relative;
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--color-bg-4);
}
.btn-form{
    width: 100%;
}
.cart-blok-img img{
    width: 100%;
    height: 397px;
    object-fit: cover;
    transition: var(--hover-tranzitipn);
}
.cart-blok-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cart-content-games{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
}
.cart-title{
    font-size: 17px;
    line-height: 1.466667;
    transition: var(--hover-tranzitipn);
}
.cart-title:hover,.cart-title:focus{
    color: var(--color-bg-4);
}
.star{
   
  color: var(--color-bg-4);
  font-size: 28px;
}
.cart-player{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
.form-video{
    width: 100%;
    height: 100%;

}
.form-video video ,.grup-infa-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 30px 0px rgba(125, 125, 238, 0.65);
    border-radius: 2px;
}
.grup-infa-video{
    width: 100%;
    height: 100%;
}
.contact-row{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    
}
.contact-col{
    flex-grow: 1;
    flex-basis: 200px;
}
.cont-item{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    word-break: break-word;
    transition: var(--hover-tranzitipn);
    border-radius: 8px;
    background-color: rgba(15,15,15,.48);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px dashed var(--color-bg-4);
}
.cont-item i{
    font-size: 36px;
    color: var(--title-2);
}
.cont-item h3{
    font-size: 20px;
 color: var(--color-bg-4);
}
.section-blok{
    display: flex;
    gap: 49px;
    flex-direction:  column;
}
.page-card{
    position: relative;
    border: 3px solid #383c4e;
    box-shadow: none;
    padding: 3px;
    transition: var(--hover-tranzitipn);
   
}
.page-card::before,.page-card::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;    
    border-radius: 6px;
    
    pointer-events: none;
    transition: var(--hover-tranzitipn);

}
.page-card::before{
    height: 100%;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(0deg,rgb(14,20,30) 0%,rgba(255,255,255,0) 100%);
}
.page-card::after{
    height: 0;
   background:  rgba(9, 62, 19, 0.86);
  -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
    opacity: 0;
}
.page-card .cart-blok-img{
    border: none;
}
.page-card:hover{
    border-color: var(--color-bg-4);
}
.page-card:hover:before{
    opacity: 0;
}
.page-card .cart-blok-img:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.page-card:hover:after{
    height: 100%;
    opacity: .8;
}
.page-card:hover .page-card-contekst{
    opacity: 1;
}
.page-card img{
    
    border: 1px solid #383c4e;
    width: 100%;
}
.page-card-title{
    position: absolute;
    bottom: 28px;
    left: 10px;
    right: 10px; 
    z-index: 1;
    text-align: center;
    
}
.page-card-contekst{
    position: absolute;
    z-index: 1;
    top: 26%;
    left: 10px;
    right: 10px;  
    opacity: 0;  
    font-size: 15px;
    text-align: center;
    transition: var(--hover-tranzitipn);

}
.playing{
    height: 397px;	
    width: 100%;
    background: #058784a3;
    border-radius: 28px;
    padding: 1.25rem;
}
.playing iframe{
    height: 100%;
    width: 100%;
}
.border-img{
    margin:  20px 0px;
}
.page-main{
    display: flex;
    margin-bottom:49px;
    gap: 28px;
    flex-direction: column;
    background: #058784e0;
    border-radius: 28px;
    padding: 2.5rem 1.25rem;
}
.rand-section-game{
    display: flex;
    flex-direction: column;
}
.page-main-top{
    display: flex;
    gap: 28px;
    flex-direction: row-reverse;
}
.page-main-infa{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.page-main-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
}
.page-main-img img{
width: 100%;
height: 100%;
max-height: 397px;
object-fit: cover;
border-radius: 8px;
}
.page-main-content p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.page-main-content ul,ol{
    list-style: inside;
}
.infa-blok{
    display: flex;
    align-items: center;
    gap: 15px;
    padding:20px 28px ;
    border-radius: 8px;
    box-shadow: inset 0 3px 0 0 #00fcff, inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
}

.benefit-iner_hdfbuw7{
    padding: 20px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    font-size: 18px; 
    transition: var(--hover-tranzitipn);
    border-radius: 8px;
    gap: 15px;      
    text-align: center;
    color: var(--black);
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    
    box-shadow: 0px 0px 4px  1px var(--color-bg-4);   
     
}
.benefit-iner_hdfbuw7:hover,.lider-item:hover,.cont-item:hover{
    transform: translateY(-10px);
}
.benefit-iner_hdfbuw7 img{
 width: 70px;
 height: 70px;
 object-fit: contain;
}
.grup-cont{
    display: flex;
    gap: 28px;
    flex-direction: row-reverse ;
}
.lider{
    flex: 1;
}
.grup-infa{
    flex: 2;
}
.grup-pb{
    padding: 20px;
}
.grup-infa-iner{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    flex-direction: column;
}
.disclaimer_sdy6{
    display: flex;
    flex-direction: column;
    gap: 20px;
  margin-top: 28px;

}
.disclaimer_sdy6 p{
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 28px;
    background-color: #222831;
  text-align: center;
}
.lider-list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.lider-item{
    display: flex;
    gap: 15px;
    padding:20px 28px ;
    border-radius: 9px;
    box-shadow: inset 0 3px 0 0 #00fcff, inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
    align-items: center;
    justify-content: space-between;
    transition: var(--hover-tranzitipn);
}
.first-item{
    box-shadow: inset 0 3px 0 0 var(--accent-color), inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
}
.second-item{
       box-shadow: inset 0 3px 0 0 #4907f9, inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
}
.third-item{
     box-shadow: inset 0 3px 0 0 var(--color-bg-2), inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
}
.liders-awards{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.avatar-block{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}
.avatar-block h5{
    font-size: 15px;
}
.lider-avatar{
    width: 61px;
    height: 61px;
    object-fit: cover;
    border-radius:  0;
}
.main-form-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-form-img img{
    width: 100%;
    height: 397px;
    object-fit: contain;
}
.main-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px; 
    
}
.main-form-wrapper{
    padding-top: 100px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 100px;
     border-radius: 9px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-form-title{
    text-align: center;
    color: var(--title-1);
    text-shadow: 1px 0 1px var(--black), 0 1px 1px var(--black), -1px 0 1px var(--black), 0 -1px 1px var(--black)
}
.game-section1{
    display: block;
}
.lider .title,.disclaimer_sdy6 .title{
    font-size: 20px;
}
@media (max-width: 575px){
    .cart-wrapper{
        padding: 0;
        border: none;
        background: transparent;
    }
    .contact-row{
        flex-direction:  column;
    }
    .page-main,.playing{
        padding: 0;
        background: transparent;
    }
    .title,.lider .title, .disclaimer_sdy6 .title{
        font-size: 20px;
        
    }
    .benefit-iner_hdfbuw7{
         padding: 20px 9px;
    }
    .cart-blok-img img {
        height: 317px;
    }
    .page-card-conteks{
        top: 20%;
    }
    .grup-pb{
        padding: 0;
    }
}
@media (max-width: 768px){ 
    .hero-text h1{
        font-size: 20px;
    } 
    .footer-border-left,.footer-border-right{
        border: 0;
    } 
    .main-form-wrapper{
     padding-left: 10px;
    padding-right: 10px;
    }
    .main-form{
        padding: 0;
    }
    .title,.lider .title, .disclaimer .title{
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){  
    .page-card-contekst{
        font-size: 17px;
    }  
    .main-form-wrapper{
    padding-left: 10px;
    padding-right: 10px;
    }
}
@media (max-width: 991px){ 
    .header-mobil_hdfuy{
        display: block;
    }  
    .header-page_89gek{
        display: none;
    }
    .navbar-nav{
    margin-top: 20px;
    border-top:  1px solid rgba(255,255,255,.05);
   }
   
   .hero-bg{
    padding: 79px 0 97px;
   }
   .hero-text{
    align-items: center;
   }
   .page-main-top{
    flex-direction: column;
   }
   .grup-cont{
    flex-direction: column;
   }
}
@media (min-width: 991px){ 
    .header-page_89gek{
        display: block;
    }
    .navbar-expand-lg .navbar-nav{
        width: 100%;
    }
   .navbar-nav{
    justify-content: end;
   }

.nav-item:hover .nav-link::before{
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
}
}    

.btn-1 {
 
    padding: 15px 20px;
    display: block;
    width: fit-content; 
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900; 
    color: white;
    transition: .5s cubic-bezier(.22,.61,.36,1);
    -webkit-box-shadow: 0 3px 3px 0 rgba(1,1,1,.55);
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.55);
    background-color: #ff0e1f;
  }
  
  .btn-1:hover,.btn-1:focus {
    -webkit-filter: drop-shadow(3px 3px 20px rgba(255, 14, 31, .7));
    filter: drop-shadow(3px 3px 20px rgba(255, 14, 31, .7));
    color: white;
  }
  
  
  
  
  
  .btn-2 {
    padding: 15px 20px;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  
  .btn-2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
   border-radius: 10px;
  }
  
  .btn-2:hover {
  color: #ff0e1f;
  }
  
  .btn-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
  }
  
  @keyframes glowing {
    0% {
      background-position: 0 0;
    }
  
    50% {
      background-position: 400% 0;
    }
  
    100% {
      background-position: 0 0;
    }
  }
  
  
  
    
  .btn-3 {
   
    padding: 2 1px 27px;
    width: fit-content;
    text-align: center;  
    font-size: 17px;
    background-color: #00c6c20d;
    border-color: #0000;
    color: #fff;
    font-weight: 900; 
    border-radius: 9px;
    box-shadow: inset 0 3px 0 0 #00fcff, inset 20px 0 50px #08eee14d, inset 20px 0 300px #00c8bb0d, inset 0 20px 50px #08eee14d, inset 0 0 10px #affffa, 4px 4px 4px 0 #0a0a0a80;
   border: none;
   cursor: pointer;
    transition: all .3s;
    outline: none;
   
  }
  
  
  
  .btn-3:hover {
    border-color: #0000;
    color: #000;
  }
  
  .btn-4 {
    text-align: center;
    display: block;
    padding: 15px 28px;
    width: fit-content;
    color: #fff;
    text-transform: uppercase;
    background-color: #111;
    border: 1px solid #efdede;
   -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
    transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
    border-radius: 10px;
    font-weight: 500;
    box-shadow: 0px 0px 3px 1px #f9aa01;
    
    
  }
  
  .btn-4:hover,
  .btn-4:focus {
    background-color: #00c574;
    border-color: #00c574;
     color: #111;
  }
  
  
  .btn-5 {
    padding: 1em 2em;
    border: none;  
    display: block;
    font-style: italic;
    width: fit-content;
    background: #0e1721;
    text-align: center;
    border-radius: 3px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff; 
    transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: 1px solid #fff;
  }
  
  .btn-5:hover {
    color: #fff;
    transform: scale(1.05);
    outline: 1px solid #fff;
    box-shadow: 1px 3px 10px -1px #fff;
  }
  
  .btn-5::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #45f882;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
  }
  
  .btn-5:hover::before {
    width: 200%;
  }
  
  
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

#modal {
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
}

#buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

button {
    flex: 1;
    padding: 10px;
    margin: 5px;
    background-color: #555;
    color: white;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #777;
}
