@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');
:root { 

  --bg-1: #14471E; 
  --bg-2: #516a40;  
  --bg-3:rgb(135, 110, 85);
  --bg-4: #FFA570; 
  --overlet-color:linear-gradient(rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.75));  

 --col-main-text:#e1e4a8;
  --color-text-1: #ecd19a;  
  --color-text-2: #f3aa55;
   --color-text-3: rgb(196, 174, 120);

  --bgElement-1:#2F70AF; 

  --white: #fff;
  --black: #040807;
  --white-section:#ffe6ca;
  --accent-color:#B2AB2E;
  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}

body{
   background:  var(--bg-2);
    direction: ltr;
    font-family: 'Exo', sans-serif !important;
    font-size: 15px;
    margin: 0;
    padding: 0px;  
    color: var(--col-main-text);
        
}
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;
}
.btn-1 {
 
  padding: 15px 21px;
  display: block;
  width: fit-content; 
  text-align: center;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  transition: .5s cubic-bezier(.22,.61,.36,1);
  -webkit-box-shadow: 0px 0px  18px 10px rgba(0, 0, 0, 0.35);
box-shadow: 0px 0px  18px 10px rgba(0, 0, 0, 0.35);
  background-color: #b93a27;
}

.btn-1:hover,.btn-1:focus {
  -webkit-filter: drop-shadow(3px 3px  18px rgba(158, 31, 11, 0.703));
  filter: drop-shadow(3px 3px  18px rgba(158, 31, 11, 0.703));
  color:#ecd19a;
}

.btn-2 {
  padding: 13px 28px;
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 18px;
  border: none;
  outline: none;
  color:#e1e4a8;
  background: #01a201f0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 5px;
}

.btn-2:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #8c97cf, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  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: 5px;
}

.btn-2:hover {
color: #fff;
}

.btn-2:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
background: #01a201f0;
  left: 0;
  top: 0;
  border-radius: 5px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.btn-3{
  text-align: center;
  display: block;
  padding:  14px  28px;
  width: fit-content;
  text-transform: uppercase;
  outline: none;
  background-color:#B2AB2E;
  color: #111;
  border-radius: 5px;
  border: 2px solid #037b11d6;
  -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
  transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
} 
.btn-3:hover{
  color:#e1e4a8;
  background: #464545;
  border: 2px solid #898a89d6;

}

.btn-4 {
  text-align: center;
  display: block;
  padding: 14px  29px;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  box-shadow: 0px 0px 18px 10px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(to bottom, #b93a27, #9e1e0b);
 -webkit-transition: all .5s cubic-bezier(.3,1,.35,1) 0s;
  transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
  border-radius: 0px;
  font-weight: 700;
  color: #f3aa55;
  border: 2px solid #b93a27;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);

  
  
}

.btn-4:hover,
.btn-4:focus {
  background-image: -webkit-linear-gradient(top, #b93a27, #9e1e0b);

color: #ffcb8d;
}


.btn-5 {
  padding: 13px 18px;
  border: none;  
  display: block;
  font-style: italic;
  width: fit-content;
  background: #0e1721;
  text-align: center;
  border-radius:  0px;
  font-weight:  700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border:2px solid #fff; 
  transition:all .5s cubic-bezier(.3,1,.35,1) 0s;
  font-size: 15px;
 
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid #fff;
  box-shadow: rgba(229, 223, 143, 0.4) 0px 7px 29px 0px;
}

.btn-5:hover {
  color: #464545;
  background: #f3aa55;  
  outline:  2px solid #fff;
  

}

.contact-map{
   
    width: 100%;
    height:303px;
    display: flex; 
    overflow: hidden;  
    align-items: center;
    justify-content: center;
}
.contact-map iframe{
    height: 100%;
    width: 100%;  

}
.blok-text-page{
    word-wrap: break-word;
}
.blok-text-page p{
  margin-bottom: 9px;
  text-indent:  3ch;
}
.blok-text-page h1{
    font-weight: 700;
    text-align: center;
    margin-bottom:  28px;
}
.blok-text-page h2{
    font-weight: 700;
    text-align: center;
    margin-bottom:15px ;
}
.blok-text-page table,.blok-text-page a{
    word-break: break-word;
    color: inherit;
}
.blok-text-page ul li,
.blok-text-page ol li {
  margin-bottom: 5px;
}
.blok-text-page ul,
.blok-text-page ol {
  margin-bottom: 13px;
  padding-left:  18px;
  list-style: inside;
}
.grup-form{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 18px;
}
.contact-form-check{
  display: flex;
  flex-direction: row;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: var(--color-tex);
}
.pos{
    position: relative;
}
.mar-topJK{
    margin-top:  126px;
}

.home_rfug8{
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75)), url(picgallery/back/bg-dark-0691c6e94cbd4a.jpg);
    box-shadow: inset 0 -10px 70px rgba(0, 0, 0, 0.75);
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-custom{
    background: linear-gradient(rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.75));
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: fixed;
}
.logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrapper img{
    width: 100%;
    height: 44px;
    object-fit: contain;
}
.nav-link{
    padding: 9px  14px;
    color: var(--color-text-3); 
}
.nav-item:hover{
        text-shadow: 0 0  14px #99774c, 0px -5px 18px #a17e51, 0 5px 18px #96744a;
}
.nav-item:hover .nav-link,.footer-nav li:hover .f-eu8egdfuh{
 color: var(--white);
}
.navbar{
    width: 100%;
    min-height: 46px;   
    border:  2px solid transparent;
    top: 0;
}
.navbar-toggler svg{
    fill: #ecd19a;
    width: 46px;
    height: 46px;
}
.navbar-toggler:focus{
   box-shadow:none;
   outline: none;
}
.home-content_dih87{
    min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sun-wrapper{
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sun-wrapper img{
    width: 100%;    
    height: 239px;
    display: block;
    margin: 0 auto;
    opacity: 0.45;
}
.sun-rays {
position: absolute;
  width: 100%;
  height: 100%; 
  z-index: -1;
  animation: rotateRays 10s linear infinite; 
  transform-origin: center;
}
.ray {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px; 
  height: 50%; 
  border-radius: 50%;
   background: linear-gradient(rgba(255, 255, 0, 0.7), transparent 70%); 
  transform-origin: bottom;
  opacity: 0.35;
}
@keyframes rotateRays {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-title{
    position: absolute;
    bottom: 30%;
    left: 50%;
    padding: 0 9px;
    transform: translate(-50%);   
    text-align: center;    text-align: center;
    text-shadow: 0px 14px  33px rgba(0, 0, 0, 0.45);
    width: 100%;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;    
    background: radial-gradient(circle, rgba(196, 174, 120, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px #c3c2c2;
   
   
}
.divider_dug7{
    position: relative;
    height: 58px;
    margin: -28px 0;   
   
}
.divider_dug7::before{
    left: 0; 
    right: 0;
    background: url(picgallery/tematik-assets/borders_long-0691c6e94cbea1.png ) repeat-x;
    content: "";
    height: 58px;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: contain;
}
.section{
     padding: 76px 0;
}
.fire {
	margin: 44px auto;
	width: 100%;
    background-position: center center;
	background-size: 1000px 200px;
	border-radius: 9px;		
    text-align: center;
	vertical-align: middle;

}
.fire:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.title{
    display: inline-block;
	margin: 0;
    color: var(--accent-color);
    font-size: 44px;
	line-height: 44px;
	min-width: 44px;
	outline: none;
	vertical-align: middle;
    
	text-shadow:
        0 3px 20px red,
        0 0 20px red,
		0 0 10px orange,
		4px -5px 6px yellow,
		-4px -10px 10px yellow,
		0 -10px 30px yellow;
	animation: 2s Blazing infinite alternate linear;
}
@keyframes Blazing {
	0%   { text-shadow: 0 3px 20px red, 0 0 20px red,
		0 0 10px orange,
		0 0 0 yellow,
		0 0 5px yellow,
		-2px -5px 5px yellow,
		4px -10px 10px yellow; }
	25%   { text-shadow: 0 3px 20px red, 0 0 30px red,
		0 0 20px orange,
		0 0 5px yellow,
		-2px -5px 5px yellow,
		3px -10px 10px yellow,
		-4px -15px 20px yellow; }
	50%   { text-shadow: 0 3px 20px red, 0 0 20px red,
		0 -5px 10px orange,
		-2px -5px 5px yellow,
		3px -10px 10px yellow,
		-4px -15px 20px yellow,
		2px -20px 30px rgba(255,255,0,0.5); }
	75%   { text-shadow: 0 3px 20px red, 0 0 20px red,
		0 -5px 10px orange,
		3px -5px 5px yellow,
		-4px -10px 10px yellow,
		2px -20px 30px rgba(255,255,0,0.5),
		0px -25px 40px rgba(255,255,0,0)}
	100%   { text-shadow: 0 3px 20px red, 0 0 20px red,
		0 0 10px orange,
		0 0 0 yellow,
		0 0 5px yellow,
		-2px -5px 5px yellow,
		4px -10px 10px yellow; }
}
.title2,.title-form{
       
    margin-bottom: 44px;
    font-weight:  700;
    text-align: center;    
    text-transform: uppercase;
    font-size: 180%;
    color: #ecd19a;
    text-shadow: 0px 0px 6px #000000;
}
.title2{
 display: block;
}
.about-tex_duj87{
    text-align: center;
}
.about-content{
    display: flex;
    flex-direction: column;
    gap: 46px;
}
.bg-op{
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: cover;
    overflow: hidden;    
    background-image: url(picgallery/back/opacity_bg-0691c6e94cbe29.png);
}
.bg-op2{
     background-repeat: no-repeat;    
    background-position: center center;
    background-size: cover;
    overflow: hidden;    
    background-image: url(picgallery/back/opacity_bg-1691c6e94cbe4b.png);
}
.section-card1{
    display: block;
}
.card-item_duu8v{
    position: relative;
    border-radius: 0px;
    box-shadow: 0 0 58px rgba(0, 0, 0, 0.33);
    transition: background-color 0.2s, box-shadow 0.2s;
    background-color: #3f2f29;   
    padding: 2px;
}
.card-item_duu8v img{
    height: 303px;
    width: 100%;
    object-fit: cover;
}
.panel-item__text{
    background: rgba(24, 10, 7, 0.7);
    display: flex;
    gap: 15px;
    flex-direction: column;    
    bottom: 55px;
    left: 0;
    min-height: 54px;
    padding: 18px 27px;
    position: absolute;
    right: 0;
    text-align: center;
    border-right: 2px solid #3f2f29;
    border-left: 2px solid #3f2f29;
    transition: border 0.2s;
}
.panel-item__title{
    color: #ecd19a;
    text-align: left;    
    font-weight: normal;
    line-height: 20px;    
    transition: color 0.2s;
}
.panel-item__summary{
    color: #ad835a;
    font-size: 15px;    
    transition: color 0.2s;
}
.button-game{
    line-height: 54px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 12px;
    display: inline-block;
}
.button-game-bg-left{
    background: url('templates/pictures/button-sprite.png') no-repeat 0 -108px;
    height: 54px;
    left: 0;
    position: absolute;
    top: 0;
    width: 51px;
    z-index: 1;
}
.button-game-bg-right{
    background: url('templates/pictures/button-sprite.png') no-repeat 0 -162px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    z-index: 1;
}
.button-game-bg-mid{
    background: url('templates/pictures/button-sprite.png') repeat-x 0 0;
    color: #f3aa55;
    display: block;   
    letter-spacing: 1px;
    font-weight:700;
    padding: 0 33px;
    position: relative;
    text-shadow: 0 0 9px #000000;
    transition: color 0.2s;
}
.card-item_duu8v:hover{
    background-color: #752b1a;
    box-shadow:  14px 18px  41px rgba(97, 51, 40, 0.9);
}
.card-item_duu8v:hover .panel-item__text{
    border-right: 2px solid #752b1a;
    border-left: 2px solid #752b1a;
}
.card-item_duu8v:hover .panel-item__title{
    color: #f3e6d0;
}
.card-item_duu8v:hover .panel-item__summary {
    color: #be9d7c;
}
.section-img{
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25)), url(picgallery/back/bg-dark-1691c6e94cbd76.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 -10px 46px #000000;
    color: #ffffff;
  
}
.section-img2{
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25)), url(picgallery/back/bg-dark-2691c6e94cbd9d.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 -10px 46px #000000;
    color: #ffffff;
}
.dev-item_duh675{
    position: relative;    
    width: 100%;
    height: 100%;
    transition: var(--hover-tranzitipn);
    padding: 14px;
    background: linear-gradient(rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.75));
    box-shadow: 0 2px  14px rgba(0, 0, 0, 0.5);
}
.dev-item_duh675:hover {
    transform: rotateY(25deg);
}
.dev-img_bdry7{
    display: block;
    margin-top: 14px;
    text-align: center;
}
.dev-img_bdry7 img{    
    border: 2px solid #752b1a;
    height:80px;  
    width:80px;
    border-radius: 50%;   
    object-fit: cover;
    display: inline-block;
    box-shadow: 0 0 14px #000000;
}
.dev-text{
    padding: 14px 15px;
    margin: 0 0  18px;       
    color: #fffcd9;   
    line-height: 28px;
    margin-top: 15px;
    text-align: center;
}
.dev-item_duh675 p{
    font-size:  18px;
    color: #ecd19a;      
    line-height:  28px;
    text-transform: uppercase;
    
    text-align: center;
}
.f-eu8egdfuh{
    color: #c4ae78 !important;
    padding-top:  58px;
    padding-bottom:  29px;
    background: #0d2500f5;
}
.copyright{
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 1.75rem;
    color: #734a32;
    font-size: 140%;
    display: flex;
    align-items: center;
    justify-content: center;  
    gap:  9px;
    flex-wrap: wrap;
}
.difngvjd9{
    display: flex;
    align-items: center;
    justify-content: center;
}
.difngvjd9 img{
    width: 100%;
    height: 58px;
    object-fit: contain;
}
.footer-nav{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;

}
.footer-nav li{
    display: inline-block;
    text-align: center;
}
.f-eu8egdfuh{
    font-size: 12px;
}
.category-item{
    position: relative;
    padding: 2px;
    background: #414d3c;
    border-radius: 0px;
    transition: var(--hover-tranzitipn);
    

}
.category-item:hover{
     transform: scale(1.03);
}
.category-img-wrapper{
   margin-top: -114px;
   display: block;

   
    
}
.cart-btn{
    display: block;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 32px;
}
.category-img-wrapper img{
    width: 100%;
    height: 303px;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
.card-col{
    margin-bottom: 140px;
}

.category-midl_sdug7{
    text-align: center;
    padding:  14px  9px;
    background: #01366c;
    color: #fff;
    border-top:4px solid var(--bgElement-1);
    border-bottom:4px solid var(--bgElement-1);
}
.col-yellow{
    background: #c8e109;
    border-top: 4px solid #ffea00;
    border-bottom: 4px solid #ffea00;
}
.col-grin{
    background: #3ec615;
      border-top: 4px solid #53ae0d;
    border-bottom: 4px solid #53ae0d;
}
.category-button{
   
    text-align: center;
    height:  303px;
    color: var(--bg-1);
    background: var(--white-section);
    padding:  18px;
    font-size: 15px;
    clip-path: polygon(100% 41%, 50% 100%, 0 45%, 0 0, 100% 0);
}
.form-img{
   display: flex;
   align-items: center;
    justify-content: center;
    height:100%;
    max-height: 569px;
    object-fit: contain;
  
}
.form-input,.form-textarea,.input-user__layoutelement,.textarea-user__layoutelement{
    display: block;
    width: 100%;
    border-radius:  0;
    padding:  14px 12px;
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.275);
    font-size: 12px;
    border-top-color: #734a32;
    color: #ffcb8d;
    background-color: #29221c;
    border:2px solid #62351f;
}
.form-textarea,.textarea-user__layoutelement{
    height: 148px;
}
.form-main_dfji9989{
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding:  28px;
    border-radius: 0px;
    background: linear-gradient(rgba(34, 34, 34, 0.95), rgba(34, 34, 34, 0.75));
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
}
.cont-item{
    position: relative;    
    padding: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    border-radius: 22px;
    height: 100%;
    

}
.contact-wrapper{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.contact-box_sdhg7{
    flex-grow: 1;
    flex-basis:  239px;

}
.cont-item-content h3{
    font-weight:700;
    color: var(--black);
}
.cont-item-content{
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    color: #111111;
}
.cont-item::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition-duration: inherit;
    transition-property: opacity;
    border-radius: inherit;
    opacity: 0.8;
    color: #111111;
    background-color: #ffffff;
}
.cont-item-icon{
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: green;
    transition: var(--hover-tranzitipn);
    border-radius: 50%;
}
.contact-box_sdhg7:hover .cont-item-icon{
   background: var(--accent-color);
   
}
.contact-box_sdhg7:hover .cont-item-icon i{
  color: var(--black);
}
.cont-item-icon i{
    color: #fff;
    transition: var(--hover-tranzitipn);
    font-size: 40px;
}

.disclaimer-section_zs6{
  padding:  76px 0; 
  
}
.disclaimer-wrapper_dnuu8{
  background: var(--color-text-1);
  padding: 29px;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
  transition: var(--hover-tranzitipn);
  text-align: center; 
  animation: pulse 2s infinite alternate;
}
.disclaimer-container{
    position: relative;
}
.disclaimer-container::before,.disclaimer-container::after{
    position: absolute;
    content: "";
    width: 10%;
    height: 200px; 
    top: 0;   
   
}
.disclaimer-container::before{
    background-image: url(picgallery/tematik-assets/totem-0691c6e94cbfc1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}
.disclaimer-container::after{     
    background-image: url(picgallery/tematik-assets/totem-1691c6e94cbfdf.png);
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.disclaimer-wrapper_dnuu8 h2 {
  color: #333; 
  margin-bottom: 18px;
  font-weight:  700;
}

.disclaimer-wrapper_dnuu8 p {
  color: #555; 
  margin-bottom: 18px;
}

.benefit-item_sduh{
    display: flex;
    gap: 18px;
    align-items: center;
    flex-direction: column;
    transition: var(--hover-tranzitipn);
    border-radius: 5px;
    background: linear-gradient(rgb(84 112 53), rgb(30 28 28 / 92%));
}
.benefit-item_sduh:hover{
transform: translateY(10px);
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
swiper-container {
    width: 100%;
}
swiper-slide {
    background-position: center;
    background-size: cover;
    width: 239px;
    height: 239px;
}

swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.page-img{
    max-height: 442px;
    object-fit: cover;
    border-radius: 0px;
    float: left;
    width: 36%;
    margin: 15px;
    margin-top: 0;
    margin-left: 0;
}
.flex-colHJ{
    display: flex;
    flex-direction: column-reverse;
}
.gapUI{
    gap: 58px;
}

.playing{
    height: 100vh;
    width: 100%;   
    margin-left: auto;
    margin-right: auto;
}
.playing iframe{
    height: 100%;
    width: 100%;
}
@media (max-width: 575px){
   .disclaimer-wrapper_dnuu8{
        padding:  29px  9px;
        animation:none;
   }
   .footer-nav{
    justify-content: center;
   }
   .col-box{
    padding: 0;
   }
   .form-main_dfji9989{
    padding: 29px  9px;
   }
   .home-title {
    font-size: 35px;
   }
   .title{
    font-size: 29px;
   }
   .card-col{
    padding: 0;
   }
   .category-button {
    font-size:  12px;
   }
   .cont-item{
    padding: 22px 9px;
   }
   .dfb88ctxcop{
    font-size: 88%;
   } 
   .form-img {
        max-height:  239px;
   }
}

@media (max-width: 768px){
   
   .disclaimer-wrapper_dnuu8{
    width: 100%;
    box-shadow: 0 3px 18px red, 0 0 18px red, 0 0 10px orange, 4px -5px 6px yellow, -4px -10px 10px yellow, 0 -10px 30px yellow;

   }
   .disclaimer-container::before, .disclaimer-container::after{
    position: inherit;
   }
   
   .page-img{
    float: none;
    width:100%;
    margin: 0 0 18px 0;  
   }
   
}
@media (min-width: 575px) and (max-width: 768.98px){  
   .home-title {
    font-size: 50px;
   }
   .title{
    font-size: 34px;
   }
    
}

@media (max-width: 992px){ 
   
   .nav-item:not(:last-child){
    border-bottom:  2px solid #383838;
   }
   .nav-item:first-child{
    border-top:  2px solid #383838;
   }
   .nav-link{
    text-align: center;
   }
   .playing{
    width: 100%;
   }
   .navbar{
    padding: 0;
   }
   
}
@media (min-width: 992px){
   .navbar-expand-lg .navbar-nav {
    justify-content: end;
    width: 100%;  
   }
   .navbar-expand-lg{
      width: 100%;      
   }
   .form-row{
    flex-direction:  row;
   }
}    

.pt-100{
    padding-top: 100px;
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
