@import url('https://fonts.googleapis.com/css2?family=Mate:ital@0;1&display=swap');


:root {   
  --colorWhite: #f6f2ee;
  --colorDark: #212121;
  --white:#fff;
  --bg-menu-1:linear-gradient(145deg, #CC4E2B, #008B8B);
  --bg-menu-2:#e4c896;
  --bg-menu-3:#1a1a30;
  --color-menu-1:#f4e4c1;
  --color-menu-2:#5c3a20;
  --color-menu-3:#f7c567;

  --hover-menu-1:#8B4E4E;
  --hover-menu-2:#b88403;
  --hover-menu-3:#292945;
  
  --color-hover-1:#ffffe0;
  --color-hover-2:#ffdf91;
  --color-hover-3:#b8860b;
  
  --bg-maine-1:#f6e9d0;
  --bg-maine-2:#f6e9d0;
  --bg-maine-3:#e5e4da;

  --top-box-bg-1:#b64525;
  --top-box-bg-2:#d4b488;
  --top-box-bg-3:#1c1c2d;
  --bg-card-1:#f4e4c1;
  --bg-card-2:#f4e4c1;
  --bg-card-3:#2b2b44;
  --text-card-1:#5c3a20;
  --text-card-2:#5c3a20;
  --text-card-3:#f7e9d1;
  --title-card-1:#b8860b;
  --title-card-2:#8a6406;
  --title-card-3:#ffd700;

  --border-1:#CC4E2B;
  --border-2:#b8860b;
  --border-3:#ffdf91;
  --title-color-1:#8b4513;
  --title-color-2:#b8860b;
  --title-color-3:#ffdf91;
  --border-big-1: #8b4513;
  --border-big-2:#8b4513;
  --border-big-3:#706c57;
  
}

body{  
  direction: ltr;
  font-family: 'Mate', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;    
  line-height: 1.3;    
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: all 200ms linear;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

img, video{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  list-style: disc;   
  margin-left: 16px;
  padding-left: 16px;
  margin-bottom: 6px;
}

[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

h2{
font-size: clamp(19px,4vw,38px)
}

.buttonGam-1 {
  display: block;
  width: fit-content;
  text-align: center; 
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 800;
  color: #1e2b33;
  background: #f5c26b; 
  border-radius: 4px; 
  transition: background 0.3s, transform 0.3s;
  border: 1px solid var(--border-1);

}

.buttonGam-1:hover {
  background: #d9a21d; 
  transform: scale(1.07);
}


.buttonGam-2 { 
  display: block;
  width: fit-content;
  text-align: center;   
 padding: 14px 16px;
  font-size: 16px;
 background: linear-gradient(145deg, #d4b488, #e8dbc5);
  color: #5c3a20;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.buttonGam-2:hover {
  background: linear-gradient(145deg, #e8dbc5, #d4b488);
}



.buttonGam-3{
  text-align: center;
  width: fit-content;
   padding: 14px 26px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(145deg, #ffd700, #b8860b);
  color: #1c1c2d;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  
} 
.buttonGam-3:hover {
 transform: translateY(-2px);
  background: linear-gradient(145deg, #f4c430, #a8800a);
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 16px rgba(255, 215, 0, 0.8);
  }
}


.buttonGam-4 {
  display: block;
  text-align: center;
  width: fit-content;
   padding: 14px 26px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #005a5a, #008b8b);
  color: #fbe9d0;
  box-shadow: 0 4px 16px rgba(0, 90, 90, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.buttonGam-4:hover {
  color: #ffd700;
  box-shadow: 0 6px 16px rgba(0, 139, 139, 0.8), 0 0 26px rgba(0, 139, 139, 0.8);
}


.buttonGam-5 {
  width: fit-content;
  display: block;
  text-align: center;
   padding: 14px 26px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1c2d, #2b2b44);
  color: #ffd700;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.buttonGam-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 215, 0, 0.2);
  transition: left 0.4s ease;
}
.buttonGam-5:hover::after {
  left: 0;
}
.form-btn{
  margin: 0 auto;
}
.container{
  width: 100%;
  max-width: 1165px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

.primary-body{
  display: flex;
  flex-direction:  row;
}
.primary-menu{
  width: 265px;
}
.primary-content{
  width: calc(100% - 265px);
  background-color: var(--bg-maine-2);
  height: 100%;
  min-height: 100vh;
  background-image: url(galleryarchive/background/opacity_bg-068d53f137a470.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hesder-stil{
  padding: 16px 14px 0px 14px;
  height: 100%;
  position: fixed;
  top: 0;
  width: 265px;
  overflow-y: scroll;
  border-left: 1px solid #4F7E2D;
  border-right: 1px solid #4F7E2D;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background:var(--bg-menu-2);
}

.container-fluid{
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.p-0{
  padding: 0;
}
.header-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.7s;
}
.logo-menu{
  display: flex;
  gap: 6px;
  text-align: center; 
  margin-bottom: 38px;
  flex-direction: column;
  justify-content: center;
  
  img{
    height: 58px;
    width: auto;
    object-fit: contain;
  }
}
.site-name {    
  font-size:  20px; 
  font-weight: 800; 
  color: hsl(37, 70%, 50%);     
  text-transform: uppercase; 
  letter-spacing: 0.1em;
}

.site-name:hover {
  color: hsl(37, 80%, 60%); 
  text-shadow: 0 0 14px hsla(37, 70%, 50%, 0.8); 
}
.menu-list{
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.menu-list li{
  padding: 14px;
  width: 100%;
  border-radius: 6px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.menu-list li:hover{
  border: 1px solid #b2b5b56e;
  background:var(--hover-menu-2);
}
.menu-list li:hover a{
  color: var(--color-hover-2);
}
.menu-list li a{
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--color-menu-2);
  font-size: 16px;
  font-weight: {rand_weight};
  transition: all 0.3s;

  svg{
    width: 26px;
    height: 26px;
    fill: #d99426;
    stroke: #161616;
    transition: all 0.3s;
  }
}
.menu-list li:hover a svg{
  fill:var(--white);
  animation: head_icon_animation linear 0.4s;
}

@keyframes head_icon_animation {
  0% {
    transform: translateY(0px);
}
25% {
    transform: translateY(-6px);
}
75% {
    transform: translateY(6px);
}
100% {
    transform: translateY(0px);
}
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width:  35px;
  height:  35px;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color:#fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.nav-toggle.active {
  transform: rotate(180deg);
}

.nav-toggle.active span {
  background-color: #fff;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-14px) rotate(-45deg);
}
.primary-content_top{
  background: var(--top-box-bg-2);
  padding: 16px 0;
}
.win-today {
 text-transform: uppercase; 
  letter-spacing: 3px;
  font-size:  22px;
  color: #DAA520;
  text-align: center;
  text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
  letter-spacing: 2px; 
  animation: slideUp 1s ease-in-out;

}
@keyframes slideUp {
  0% {
    transform: translateY(26px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.row-flexbox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  flex-direction: row;

}
.hero{
  padding: 143px 0 85px;
}
.col-flexbox{
  display: flex;
  flex-direction: column;
}
.gap-section{
  gap: 85px;
}
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.flex-wrap-element{
  flex-grow: 1;
  flex-basis: 265px;
}
.box-iner{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 16px; 
  background:var(--bg-menu-2);
}
.radius{
border-radius: 15px;
}
.icon-stanistic{
  flex: 0 0 auto;
  height: 58px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
 
  img{
    height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
}
.statist-meta{
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;

  h3{
    text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
  }
  p{
    font-size:  22px;
    font-weight: {rand_weight};
  }
}
.slider-container {
  position: relative;
  max-width:100%;
  height: 55vh;
  overflow: hidden;  
  display: block;
}

.slides {
  display: flex;  
  height: 100%;
  transition: transform 0.4s ease-in-out;
}

.slide {  
  position: relative;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 43px;
  vertical-align: top;
  white-space: normal;
  text-align: left;
  min-width: 100%; 
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.slide::before{
  position: absolute;
  content: "";
  inset: 0%;
  background: rgba(0, 0, 0, 0.4)
}
.shape__thumb{
  max-width: 462px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  height: 100%;

  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.step-content{
  display: flex;
  align-items: center;
  position: relative;
 font-size:  22px;  
  text-align: center;
  color: #fff;
  height: 100%;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.slider-toggle {
  position: absolute;
   width: 58px;
  height: 58px;
  bottom: 0px;
  right: -24px;
  transform: translateX(-50%);
  background:#a63f23;
  border: none;
  border-radius: 50%;
 
  cursor: pointer;
  transition: background 0.3s;
  svg{
    fill: #fff;
    width: 35px;
    height: 35px;
  }

}

.slider-toggle:hover {
  background: #aa6f39;
}
.row{
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tumb {
  width: 100%;
  flex: 0 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.page-section{
  padding: 85px 0 85px;
}
.intro-tinle{
  color: var(--white);
  text-align:  center;
  margin-bottom: 38px;
}
.mar-t{
  margin-top:  16px;
}

.step-box{
  position: relative;
  display: flex;
  gap:  16px;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding:  16px  26px;
  background: var(--bg-menu-2);
  color: var(--colorWhite);
  text-align: center;   
  transition: color 0.4s ease;

  span{
    position: relative;
    font-size: 16px;
     transition: color 0.4s ease;
    color: var(--colorWhite);
  }
}

.step-box::before{
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  transition: all 0.4s ease;
  background: #ffc926;
 border-radius: 15px;
}

.step-box:hover:before{
width: 100%;
height: 100%;
}
.step-box:hover span{
  color: var(--colorDark);
}
.step-box:hover .icon-stanistic img {
  transform: scale(1.07) rotate(5deg); 
  opacity: 0.7; 
}
.intro-header {
  text-align: center;
  margin-bottom: 43px;
  position: relative;
}
.border-min{
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.5), inset 0 0 16px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-2);
}

.intro-title {
  
  font-weight: 800;
  color: var(--title-color-2); 
  text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
  position: relative;
  z-index: 1; 
  letter-spacing: 2px;
  line-height: 1.3;
  transition: transform 0.3s ease, color 0.3s ease;
}

.intro-decor {
  margin: 16px auto 0;
  height: 4px;
  width: 104px;
  background: linear-gradient(90deg, #ffc926, #d4a200); 
  border-radius: 2px;
  position: relative;  

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4;
    width:  16px;
    background: #ffc926;
    border-radius: 50%;
  }

  &::before {
    left: -26px;
  }

  &::after {
    right: -26px;
  }
}


.play {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-image: url(galleryarchive/background/opacity_bg-068d53f137a470.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-card-2); 
  text-align: center;
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}

.play:hover {
  transform: translateY(-14px);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.7);
}

.play__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px; 
  margin-bottom: 14px;
  

  img{
    height: 100%;
    width: auto;
    object-fit: contain;
   
  }
}



.play h2  {
  font-size: 20px;
  color: var(--title-card-2); 
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.play p {
  font-size: 16px;
  color:var(--text-card-2);
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}


.about-us{
  position: relative;
  background: url('wooden-floor-background.jpg') no-repeat center/cover, #f4e4c1;
  padding: 35px 0;
  border-top: 7px solid #8b4513;
  border-bottom: 7px solid #8b4513;
}

.about-us::before,
.about-us::after {
  content: '';
  position: absolute;
  width: 104px;
  height: 16px;
  background: #8b4513;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.5);
}

.about-us::after {
  top: auto;
  bottom: -16px;
}

.page-content{
  min-height: 343px;
}
.about-content{
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: row;
}
.text-box{
  flex: 3;
  
}
.img_element{
  flex: 0 0 auto;
}

.aboun-element{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 35px;

}
.aboun-element li{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;

  img{
    height: 100%;
    width: auto;
    object-fit: contain;
  }
}
.about-img{
  position: relative;
  overflow: hidden;
  max-height: 343px;
  object-fit: contain; 
  width: 100%;  
  margin-top: -94px;
  
}

.pade-pad{
  padding-left: 16px;
  padding-right: 16px;
   border-left: 7px solid #8b4513;
   border-right: 7px solid #8b4513;
}
.about-text{
  font-size: 16px;
  color: #5c3a20;
 p{
  margin-bottom: 14px;
  text-indent: 3ch;
}
}
.about-text ul,ol{
  list-style: inside;
}
.user-comment-box{
  padding: 16px;
  background: var(--border-big-2);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;

}
.user-comment-box:hover{
  transform: translateY(-14px);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.7);
}
.user-comment-box_iner{
  color: var(--white);
  padding: 16px;
  background-color: var(--top-box-bg-2);
  display: flex;
  height: 100%;
  gap: 19px;  
  flex-direction: column;
}
.user-comment-heder{
  display: flex;
  flex-wrap: wrap;
  gap:  16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.user-comment-avatar{
  width: 104px;
  height: 104px;
  overflow: hidden;
  border-radius: 50%;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.user-comment-content{
  text-align: center;
}
.user-comment-star{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffc926;
  justify-content: center;
}
.lider-box-iner{
  padding: 16px;
  width: 100%;
  background-color: var(--top-box-bg-2);
  height: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-title{
  color: #d99426;
  text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
}
.user-comment-box .contact-list{
  flex-direction: column;
  height: 100%;
  color: var(--white);
  justify-content: space-between;
}
.lider-icon{
  height: 58px;
  width: auto;
  flex: 0 0 auto;

  img{
    height: 100%;
    width: auto;
    object-fit: contain;
  }
}

.trophy{
  width:  35px;
  height:  35px;
  fill: #ffc926;
}
.footer-box{
  background: var(--top-box-bg-2);
}
.footer-botton{
  display: flex;
  border-top: 1px solid #4F7E2D;
  flex-wrap: wrap;
  gap:  16px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 27px 0;
  
}
.footer-botton .logo-menu{
  margin: 0;
  flex-direction: row; 
  color: #d99426;
  text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;

}
.copyright-box{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
   font-size: 16px;
  color: var(--colorWhite);
}
.top-box_page{
  margin-top: 65px;
  margin-bottom: 65px;
  padding: 26px 0;
  color: var(--white);
}
.bg-section{
 background: var(--top-box-bg-2);
}
.privacy-content{
 word-break: break-word;
 color: #013a3a;
}
.privacy-content p{
  margin-bottom: 14px;
}

.privacy-content h1{
  font-weight: 600;
  text-align: center;
  margin-bottom:  22px;
}

.privacy-content h2{
  font-weight: 600;
  text-align: center;
  margin-bottom:16px ;
}
.privacy-content table,.privacy-content a{
  word-break: break-word;
  color: inherit;
}

.play-box{
  height: 100vh;

  iframe{
    width: 100%;
    height: 100%;
    border: none;
  }
}

.game-picture{
  max-height: 328px;
  object-fit: contain;
  border-radius: 15px;
  float: left;
  width: 38%;
  margin: 16px;
  margin-top: 0;
  margin-left: 0;    
}

.write-us-wraper{
  display: flex;
  gap: 26px;
  align-items: center;
  flex-direction: row;
}

.write-us_element{
  flex: 1;
}

.check-prev_box{
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  font-size: 15px;
}

.form-wrapper{
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #5c3a20;
}

.intro-cont{
 padding: 85px 0;
  background:var(--bg-menu-2);
}

.form-input,.game-textarea,.input-btn_wrapperblock,.textarea-btn_wrapperblock{
  width: 100%;
  box-shadow: none;
  color: var(--colorWhite);
  outline: none;
  background:var(--top-box-bg-2);
  padding: 14px 14px 14px 16px;
  border: 1px solid #f3f6f6ce;
  border-radius: 14px;
  transition: all 0.3s;
}
.form-input:focus,.game-textarea:focus,.input-btn_wrapperblock:focus,.textarea-btn_wrapperblock:focus{
  border: 1px solid #b88a2c;
}
.contact-list{
  display: flex;
  gap: 26px;
  flex-direction:  column;
}
.contact-list li{
  display: flex;
  align-items: center;
  gap: 16px;  
  transition: transform 0.3s;
}
.contact-list li:hover{
  transform: translateY(-14px);
}
.contact-icon{
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  svg{
    width: 100%;
    height: 100%;
  }
}
.cont-link{
  color: #013a3a;
 font-size: 16px;
  word-wrap: break-word;
}

.contact-list .statist-meta{
  text-align: start;
}
.form-img_box{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  img{
    width: 100%;
    height:  358px;    
    object-fit: contain;
  }
}

.disclaimer {
  position: relative;
  background: linear-gradient(145deg, #ffc107, #ff5722);
  color: #fff;
  padding: 43px 16px;
  text-align: center;
  border-radius: 14px;
  margin: 26px auto;
  width: 90%;
  max-width: 1070px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  animation: pulse 3s infinite;
}

.disclaimer__content h2 {
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeIn 1.5s ease-out;
}

.disclaimer__content p {
  font-size: 16px;
  line-height: 1.3;
  animation: fadeIn 2s ease-out;
}

.disclaimer::before,
.disclaimer::after {
  content: '';
  position: absolute;
  background: url(galleryarchive/vector/svg_scroll-068d53f137a7aa.svg) no-repeat center;
  background-size: contain;
  opacity: 0.2;
  animation: spin 15s linear infinite;
}

.disclaimer::before {
  width: 104px;
  height: 104px;
  top: -16px;
  left: -16px;
}

.disclaimer::after {
  width: 143px;
  height: 143px;
  bottom: -26px;
  right: -26px;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.3);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.age-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 65px;
  margin-top: 26px;

  img{
    height: 100%;
    width: auto;
    object-fit: contain;
    
  }
}

.two-element{
  display: none;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.photo-frame {
  position: relative;
  width: 243px;
  height: 295px;  
  overflow: hidden;
  background: url(galleryarchive/vector/multiplication-068d53f137a732.svg) no-repeat center/cover;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.photo-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.5);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.photo-frame:hover img {
  opacity: 1;
}

.frame-decoration {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #5c3a20;
  color: #fbd560;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 6px 14px;
  border-radius: 50%;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fbd560;
  padding: 14px;
  text-align: center;
  font-size: 16px;
}


@media (max-width: 575px){
 .about-img{
  float: none;
  margin: 0 auto 16px;
  width:auto;
  height: 295px;
  max-width: 100%;
 }
 .about-us{
  padding: 26px 14px;
 }

 .user-comment-box_iner{
  padding: 16px 14px;
 }

 .lider-box-iner,.user-comment-heder{
  flex-direction: column;
 }

 .footer-botton{
  justify-content: center;
 }

 .contact-list li{
  flex-direction: column;
  align-items: center;
 }

 .contact-list .statist-meta{
  text-align: center;
 }

 .form-wrapper{
  padding: 0;
 }
.top-box_page{
  margin-top: 143px;
}

.photo-frame{
  width: 100%;
}
.lider-box-iner .user-comment-heder{
  flex-direction: column;
 
}
.step-content{
  font-size: 20px;
}
.slide{
  padding-left: 16px;
  padding-right: 16px;
}

.box-iner{
  flex-direction: column;
}
.play {
  padding: 16px 14px;
}
.intro-title{
  text-shadow: 2px 2px 2px rgb(38 37 37 / 90%);
}
.disclaimer__content p {
  font-size: 16px;
}

    
}
@media (min-width: 575px) and (max-width: 992px){
  .lider-box-iner .user-comment-heder{
  flex-direction: row;
 
}
.lider-box-iner{
  justify-content: space-between;
}
}

@media (max-width: 768px){
  .game-picture{
    float: none;
    width: 100%;
    margin: 0 0 16px 0; 
  }
  .write-us-wraper{
    align-items: normal;
    flex-direction:  column;
  }
  .form-img_box img {
    height: 243px;    
  }
  .form-img_box{
    display: flex;
  }
   .disclaimer{
    width: 100%;
   }
   .about-content {
    flex-direction: column;
   }
   .about-img{
    margin: 0;
   }
 
}

@media (min-width: 768px) and (max-width: 992px){
 .tumb-sm-12 {
     width: 100%;
  }
  .tumb-sm-6{
    width: 50%;
  }
  .tumb-sm-2{
    width: 25%;
  }
  .tumb-sm-4 {
    width: 33.33333333%;
  }

}

@media (max-width: 992px){ 
.primary-body{
  flex-direction: column;
}
.primary-menu,.primary-content{
  width: 100%;
}
.hesder-stil{
  padding:  14px 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.hesder-stil .p-0{
  padding-left: 16px;
  padding-right: 16px;
}
.header-wrapper {
  flex-direction: row;
  gap: 14px;
}
.menu-list{
  display: none;
  position: absolute;
  gap: 14px;
  overflow-y: auto;
  padding: 24px 16px;
  top: 100%;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background: var(--bg-menu-2);
}

.menu-list li{
  border: 1px solid #b2b5b56e;
}
.logo-menu {
  margin-bottom: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.site-name {
  font-size: 16px;
}
.nav-toggle {
  display: flex;
}
.menu-list.active {
    display: flex;
}

.hesder-stil{
  overflow-y: visible;
}
.primary-content_top{
  display: none;
}
}
@media (min-width: 992px){ 
 
  .tumb-md-12 {
      width: 100%;
  }
  .tumb-md-4 {
      width: 33.33333333%;
  }
  .tumb-md-6{
    width: 50%;
  }
  .tumb-md-2{
    width: 25%;
  }
}

@media (min-width: 1200px){ 
  
.tumb-lg-12 {
     width: 100%;
  }  
.tumb-lg-4 {
    width: 33.33333333%;
  }
  .tumb-lg-6{
    width: 50%;
  }
  .tumb-lg-2{
    width: 25%;
  } 
  .lider-box-iner .user-comment-heder{
  flex-direction: row;
 
} 
 
}


.ls{
  list-style: none;
}

.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;
    }
  }
}

