@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

:root {   
  --colorWhite: #fffcfa;
  --colorDark: #060606;
  --white:#fff;  
  --section-gradient-1:linear-gradient(145deg, #b77f3e, #1e3a8a);
  --section-gradient-2:linear-gradient(145deg,  #1e3a8a,#b77f3e);
  --section-gradient-3:linear-gradient(145deg, #2e1b0f, #1a3e78);
  --section-gradient-4:linear-gradient(145deg, #ff7e39, #2b1a60);
 --section-gradient-5 :linear-gradient(145deg, #2a4175, #c49a6c);

 --bg-smal-section-1:#c4a484;
 --bg-smal-section-2:#3e2a14f0;
 --bg-footer-1:#3e2a14f0;
 --bg-footer-2:linear-gradient(145deg, #1e3a8a, #142850);
 --bg-footer-3: #142850;
 --acsent-color:#FFD700;
  
}

body{  
  direction: ltr;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;    
  line-height: 1.5;
    
}
* {
  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: none;   
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
h2{
font-size: clamp(22px,4vw,36px)
}
.buttonGam-1 {
  display: block;
  width: fit-content;
  text-align: center; 
  padding: 12px 21px;
  font-size: 15px;
  font-weight:800;
  color: #2b2b2a;
  text-transform: uppercase;
  text-align: center;
  border: 3px solid var(--acsent-color); 
  background: linear-gradient(145deg, #d7c2a2, #ffffff); 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
  transition: all 0.3s ease;
  
  
}



.buttonGam-1:hover {
  background: linear-gradient(145deg, #ffffff, #d7c2a2); 
  color: #8b5e3b; 
  border-color: #8b5e3b;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
}


.buttonGam-2 { 
  display: block;
  width: fit-content;
  text-align: center;   
 padding: 12px 18px;
  font-size: 15px;
 background: linear-gradient(145deg, #d4b488, #e8dbc5);
  color: #5c3a20;
  font-weight:800;
  text-transform: uppercase;
  border: none;
  border-radius: 11px;
  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: 12px 20px;
  font-size: 15px;
  font-weight:800;
  text-transform: uppercase;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(145deg, var(--acsent-color), #b8860b);
  color: #1c1c2d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 3s infinite;
  
} 
.buttonGam-3:hover {
 transform: translateY(-3px);
  background: linear-gradient(145deg, #f4c430, #a8800a);
}
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
  }
}


.buttonGam-4 {
  display: block;
  text-align: center;
  width: fit-content;
 padding: 14px 24px;
  font-size: 15px;
  font-weight:800;
  color: #2e1b0f; 
  text-transform: uppercase;
  text-align: center;
  border: 3px solid #b77f3e; 
  background: linear-gradient(145deg, #e3c08d, #c79555); 
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0px 4px 6px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: all 0.3s ease;
  
}

.buttonGam-4:hover {
  background: linear-gradient(145deg, #c79555, #e3c08d);
  color: #5a3d1b; 
  border-color: #5a3d1b;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5), 0px 6px 8px rgba(0, 0, 0, 0.4);
}


.buttonGam-5 {
  width: fit-content;
  display: block;
  text-align: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight:800;
  text-transform: uppercase;
  border: none;
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1c2d, #2b2b44);
  color: var(--acsent-color);
  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;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.floating-nav {  
  min-width: 200px;
  background-color: #3e2a14f0;  
 
}
.border-LR{
border-right: 5px ridge var(--acsent-color);  
}
.border-rad{
 border-radius: 12px; 
}

.floating-nav ul {
  display: flex;
  flex-direction: column;
  padding: 18px;
  gap: 18px;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.floating-nav a {
  color: var(--acsent-color);   
  font-weight:800;
  text-transform: uppercase;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 5px;
  height: 100%;  
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  background-color: var(--acsent-color);
  height: 3px;
  width: 30px;
  margin: 5px 0;
  transition: 0.3s;
}


.floating-nav a:hover {
  background-color: #231c14de;
  transform: scale(1.05);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0 150px;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent), url(content/bg/bg-all-069d8d88e46be0.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);  
  z-index: 1;
  border-bottom: 5px ridge var(--acsent-color);  
  border-top: 5px ridge var(--acsent-color); 
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);  
}
.poz{  
  z-index: 1;
}
.wrapper-herro{  
  gap: 27px;
  flex-direction: row;
  display: flex;
  align-items: center;
    
}
.hero-content {
  animation: fadeIn 3s ease-in-out;
}

.hero-content h1 {
  font-size: calc(1.05rem + 3vw);  
  color: var(--acsent-color); 
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8), 0 0 15px rgba(255, 215, 0, 0.6); 
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.hero-content p {
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
}


.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.particle {
  position: absolute;
  width: 5px;
  height: 5px;
  background: gold;
  border-radius: 50%;
  opacity: 0.8;
  animation: floatParticles 5s infinite ease-in-out;
}
@keyframes floatParticles {
  0% { transform: translateY(0) scale(1); opacity: 0.8; }
  50% { transform: translateY(-50px) scale(1.3); opacity: 0.5; }
  100% { transform: translateY(-100px) scale(1); opacity: 0; }
}
.light-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.7) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: glowPulse 3s infinite alternate;
}
@keyframes glowPulse {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 1; transform: scale(1.2); }
}
.section-blu{
  padding: 60px 0;
  background-color: #1E3A8A;
}
.btn{
  margin: 0 auto;
}
.wrapper-title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 39px;
}
.title-section {  
  font-weight:800;
  text-transform: uppercase;
  color: var(--acsent-color); 
  text-align: center;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.5px;
  border-radius: 20%;
  text-shadow: 
    2px 2px 5px rgba(0, 0, 0, 0.8), 
    0 0 15px rgba(255, 215, 0, 0.6), 
    0 0 30px rgba(255, 215, 0, 0.4); 
  border-bottom: 3px ridge rgba(255, 215, 0, 0.8); 
  padding: 0 36px 15px;
  display: inline-block;  
  position: relative;
}


.title-section::before,
.title-section::after {
  content: "⚡"; 
  font-size: 1.5rem;
  color: var(--acsent-color);
  position: absolute;
  display:none;
  top: 50%;
  transform: translateY(-50%);
}

.title-section::before {
  left: 0px;
}

.title-section::after {
  right: 0px;
}


@keyframes title-fade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-section {
  animation: title-fade 1s ease-in-out;
}
.step-game-wrapper{
  display: flex;
  flex-direction: column;
}
.flex-quotes{
  display: flex;
  flex-direction:  row;
  flex-grow: 1;
  border-bottom: 5px  ridge #C0C0C0;
}
.step-game-wrapper .flex-quotes:nth-child(even){
  flex-direction: row-reverse;
}

.col-flex{
  flex: 1;
}
.col-image{  
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-tex{
  flex: 1.5;
  border-left: 5px  ridge #C0C0C0;
  border-right: 5px  ridge #C0C0C0;
}
.step-texts{ 
   
  color: var(--white);
  padding: 2em;
  font-size: 17px;
 
  span{
    margin-inline-end: 10px;
    color: var(--acsent-color);
    font-size: 20px;
    font-weight: 800;
  }
}



.hover-efect{
 position: relative;
 z-index: 1;
}
.hover-efect::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height:0;
  background-color: transparent; 
  transition: all 0.9s ease;
  z-index: -1; 
}

.flex-quotes:hover .hover-efect::before,.hover-efect:hover:before {
  width: 100%;
  height: 100%;
  background-color: #1b46bdce;
 
}


.step-game-wrapper .flex-quotes:first-child {
  border-top: 5px  ridge #C0C0C0;
}
.about-section {
  background-image: url(content/bg/opacity_bg-069d8d88e46c70.png), var(--section-gradient-5);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  
}
.about-content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 27px;
}


.about-text {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 21px;  
  color: #fff;
  font-size: 17px; 
  animation: fadeIn 1.5s ease-in-out;
   p{
  margin-bottom: 10px;
  text-indent: 3ch;
  }
}
.box-poz{
  position: relative;
  z-index: 1;
}
.content-wrapper{
  display: flex;
  gap: 39px;
  flex-direction:  column;
}
.privacy-content{
 word-break: break-word;
}
.privacy-content ul,.privacy-content ol{
  list-style: square;
   padding-left: 18px;
   
}
.privacy-content h1{
  font-weight: 400;
  text-align: center;
  margin-bottom:  21px;
}
.privacy-content h2{
  font-weight: 400;
  text-align: center;
  margin-bottom:19px ;
}
.privacy-content table,.privacy-content a{
  word-break: break-word;
  color: inherit !important;
}


.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
  flex: 1.2;
}

.gallery-items {
  width: 100%;
  height: 227px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.gallery-items-1{background-image: url(content/other-dir/gods-069d8d88e46e0b.png);}
.gallery-items-2{background-image: url(content/other-dir/gods-169d8d88e46e42.png);}
.gallery-items-3{background-image: url(content/other-dir/gods-269d8d88e46e65.png);}
.gallery-items-4{background-image: url(content/other-dir/gods-369d8d88e46e87.png);}


.gallery-items:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
}


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


.section-game{
  padding: 60px 0;
  background: linear-gradient(145deg, #bfa46f, #142850);
}

.games-list-grid{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(2, 1fr);
}
.games-item-grid{
padding: 8px;
display: flex;
justify-content: space-between;
gap: 20px;
background: #1e3a8a;
transition: box-shadow 0.5s ease;
flex-direction: column;
}
.games-item-grid:hover{
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
}
.games-item-grid:hover .games-item_imgs img{
  transform: scale(1.05);
}

.games-item_imgs{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
}
.games-item_content{  
  display: flex;
  flex-direction: column;
  gap:25px;
  padding: 10px 0;
  color: var(--colorWhite);
}

.card-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 4vw, 30px);
  font-weight:800;
 color: #e0b96e;
 text-shadow: 0px 0px 8px rgba(255, 215, 0, 0.7); 
  text-transform: uppercase;
  text-align: center;
 
}
.game-grid-wrappe{
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(3, 1fr);
}
.game-grid-card {
  position: relative;
  display: flex;
  height: 360px;
  align-items: center;
  overflow: hidden;  
  justify-content: center;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.7);
}

.game-grid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.iner-content {
  position: absolute;
  inset: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2; 
}

.game-grid-card_title {
  font-size: 20px;
  font-weight:800;
  color: #fbfaf9; 
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); 
  padding: 8px 15px;
  border-radius: 11px;
  transition: color 0.5s ease;
}


.game-grid-card::before,
.game-grid-card::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  background: linear-gradient(145deg, #b77f3e, var(--acsent-color)); 
  transition: all 0.5s ease;
  z-index: 1;
}

.game-grid-card::before {
  top: 0;
  right: 0;
  border-radius: 0  11px 0 100%;
}

.game-grid-card::after {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0  11px;
}


.game-grid-card:hover::before,
.game-grid-card:hover::after {
  width: 100%;
  height: 100%;
  border-radius:  11px;
}

.game-grid-card:hover .game-grid-card_title {
  color: #ffffff; 
}
.section-game-tow{
  padding: 60px 0;
  background: linear-gradient(145deg, #0d1b4c, #1e3a8a);
}
.hiddenPanel{
  display: none;
}
.visiblePanel{
  display: none;
}
.greece-footer {
  background: var(--bg-footer-1);
  padding: 50px 0px 34px;
  text-align: center;
  color: #fff;
  position: relative;
  border-top: 5px ridge var(--acsent-color);
}

.footer-logo .site-logo {
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight:800;
  color: #b77f3e; 
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
  img{
    height: 67px;
    width: auto;
    object-fit: contain;
  }
}

.footer-logo .site-logo:hover {
 color: #e0b96e; 
}

.footer-links {  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: var(--acsent-color);   
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}

.footer-links a:hover {
  color: #fff;
}

.copyright {
  margin-top: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  font-size: 12px;   
  opacity: 0.8;
}
.flex-wrapper{
  display: flex;
  flex-direction: column;
}
.gap-smal{
gap: 27px;
}
.gap-big{
  gap: 42px;
}
.page-img-box{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.game-pley{
  display: flex;
  overflow: hidden;  
  border: 5px ridge var(--acsent-color);

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

.footer-disclaimer {    
  padding: 39px 20px;
  background-color:  #3e2a14; 
  color: var(--acsent-color);
  font-weight:800;   
  letter-spacing: 1px;  
  font-size: 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:25px;
  align-items: center;
  justify-content: center;
  gap: 19px;
  will-change: background-color, color;
  animation: flashEffect 3s ease-in-out infinite;
  border: 2px ridge var(--acsent-color); 
  box-shadow: 0 0 10px rgba(183, 127, 62, 0.5);
}
@keyframes flashEffect {
  0% {
    background-color: #3e2a14; 
  }
  50% {
    background-color: #B87333; 
  }
  100% {
    background-color: #3e2a14; 
  }
}
.footer-disclaimer-title{
  color: #f7f7f7;
}

.footer-disclaimer img {
  width: auto;
  height: 67px;
}
.flex-box-row{
  display: flex;
  gap:  36px;
  flex-direction: row;
}
.groupElement{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 19px;
 }  
 .check-prev{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
 } 
 .form-wrapper{
  display: flex;
  height: 100%;
  width: 100%;
  color: var(--acsent-color);  
  flex-direction: column;
  gap: 18px;
  padding: 27px 18px; 
  background-color:#3e2a14f0; 
 }


.contact-item:not(:last-child){
  padding-bottom: 30px;
  border-bottom: 1px solid #4c4d5a;
}

.contact-link{
  display: flex;
  gap: 18px;
  font-size: 17px;
  align-items: center;
  color: var(--white);
  flex-direction: column;
  p{
   word-wrap: break-word;
    transition: color 0.3s ease-in-out;
  }
}
.contact-header{
 display: flex;
 gap: 12px;
 flex-wrap: wrap;
 align-items: center;
 font-size: 24px; 

}
.cont-icon{
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  svg{
    width: 100%;
    height: 100%;
    fill: var(--acsent-color);
  }
}
.contact-link:hover p{
 color: var(--acsent-color);
}

.dev-team__grid {  
  display: grid; 
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  justify-content: center;
}


.dev-cards {
  position: relative;
 background-image: url(content/bg/opacity_bg-169d8d88e46c96.png), var(--section-gradient-5);
  border: 5px ridge var(--acsent-color);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dev-cards img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 0%;
 
}


.dev-cards__name {
  font-family: 'Marcellus', serif;
  font-size: 24px;
  color: var(--acsent-color); 
  text-align: center;
}

.dev-cards:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
}
.advant-section{
  padding: 60px 0;
 background: var(--bg-smal-section-2);
}
.advant-img{
  height: 90px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
     opacity: 0;
      transform: translateY(-20px);
      animation: fadeInScroll 1.5s ease-out forwards, sway 3s infinite alternate ease-in-out;
  }
}
@keyframes fadeInScroll {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes sway {
  0% { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); }
}


.advant-content{
  color: var(--white);
  text-align: center;
  font-size: 15px;
}
.form-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 261px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
     opacity: 0;
      transform: translateY(-20px);
      animation: fadeInScroll 1.5s ease-out forwards, sway 3s infinite alternate ease-in-out;
  }
}
.al-center{
  align-items: center;
}
.question-box{
  border-left: 4px ridge #C0C0C0;
  border-right: 4px ridge #C0C0C0;
}
.line{
  width: 4px;
  height: 100%;
  border-left: 4px ridge #C0C0C0;

}







.scroll-form {  
  padding: 27px 18px;
  background: linear-gradient(145deg, #e3c38e, #d4a76a);
  border: 5px ridge var(--acsent-color);  
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center; 
  color: #4b2e14;
  display: flex;
  flex-direction: column;
  gap: 19px;
  transition: transform 0.9s ease, opacity 0.9s ease;
}


.input-btnarea--block,.textarea-btnarea--block,.game-input,.game-textarea{
  width: 100%;
  padding: 12px 12px;
  color: #4b2e14;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #8b5e3b;
  font-size: 15px;
 
}

.faq-item {
 padding: 1rem;
  border-bottom: 5px ridge #C0C0C0;
 
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;  
  font-size: 1.2em;
  font-weight:800;
  color:var(--acsent-color);
  transition: all 0.9s ease;
}

.faq-question .icon {
    margin-right: 10px;
    height: 60px;
    width: auto;
    flex: 0 0 auto;
    img{
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
}
.faq-box{
  display: flex; 
  border: 5px ridge #C0C0C0;
  border-bottom: none;
  flex-direction: column;
}



.faq-answer {
  font-size: 1.1em;
  color: var(--colorWhite);
  padding-inline-start: 40px;    
  max-height: 0;
  overflow: hidden;    
  transition: max-height 0.9s ease;
  margin-top: 10px;
}

.faq-item:hover .faq-answer {
    max-height: 1000px;
     transition: max-height 0.5s ease-in-out;
    
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.faq-item:hover .faq-question {
  color: #bf8b4b;    
  font-weight:800;
}





@media (max-width: 575px){
 .col-image{
  flex: auto;
  height: 150px;

 }
 .flex-quotes,.step-game-wrapper .flex-quotes:nth-child(even){
  flex-direction: column;
 }
 .step-texts{
  padding: 1em;
 }
 .footer-disclaimer{
  font-size: 15px;
 }
 .greece-footer,.footer-disclaimer{
  padding: 21px 10px;
 }
 .about-text{
  padding: 18px 15px;
 }
 .title-section::before, .title-section::after{
  display: none;
 }
 .title-section{
  padding: 0 0px 10px;
 }
 .contact-header{
  font-size: 18px;
 
  flex-direction: column;
 }
 .form-wrapper,.scroll-form{
  padding: 27px 10px;
 }
 .cont-icon {
  width: 27px;
  height: 27px;
 }
 .contact-link {
  align-items: center;
  text-align: center;
 }
 .page-img-box{
    height: auto;
}
.games-item_imgs img{
  height: 313px;
}
}
@media (min-width: 575px) and (max-width: 992px){
  
}

@media (min-width: 768px){

}
@media (max-width: 768px){
  
  .floating-nav{
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 3px ridge var(--acsent-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  .floating-nav ul {
    display: none; 
    flex-direction: column;
    border: none;    
    padding: 60px 30px 40px;
    top: 0px;
    background: #3e2a14;
    width: 100%;
    left: 0;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  }

  .floating-nav ul li { 
    margin: 0;   
    text-align: center;
  }

  .floating-nav ul.show {
    display: flex; 
  }
   .menu-toggle {
    display: flex; 
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
  
 
  .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 17px;
  }

  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }
.menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
  }
 

  .title-section::before,
  .title-section::after {
    font-size: 1rem;
   
  }
   .gallery-items {
      height: 150px;
    }
   
    .about-text {
      font-size: 17px;
    }
    .games-list-grid,.game-grid-wrappe,.dev-team__grid {
      grid-template-columns: repeat(1, 1fr);
    }
  .copyright{
    justify-content: center;
  }
  .faq-answer{
     max-height: 1000px;
  }
  .faq-question{
    flex-direction: column;
    align-items: unset;
  }
  .faq-answer{
    padding-inline-start: 21px;
  }
        
}

@media (min-width: 768px) and (max-width: 992px){
 .game-grid-wrappe,.dev-team__grid{
  grid-template-columns: repeat(2, 1fr);
 }
}

@media (max-width: 992px){ 
.about-content{
  align-items: unset;
  flex-direction: column;
}
.flex-box-row{
  flex-direction: column;
}

.al-center {
    align-items: unset;
}
}
@media (min-width: 992px){ 
 
  
}

@media (min-width: 1200px){ 
  .floating-nav a{
   font-size: 1.2rem;
  }
 .games-list-grid{
  width: 85%;
  margin-top: 67px;
 }
 .wrapper-games{
  position: relative;  
}
.wrapper-games::before,.wrapper-games::after{
  position: absolute;
  content: "";
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 0;  
  opacity: 0.6;
}
.wrapper-games::before{
  right:1%;
  width: 250px;
  top: 1%;
  height: 250px;
  background-size: 90%;
  background-image: url(content/other-dir/cup-069d8d88e46dbf.png);
}
.wrapper-games::after{
  top: 24%;
  left: 1%;
  width: 250px;
  height: 250px;
  transform: rotate(-20deg);
  background-size: 90%;
  background-image: url(content/other-dir/cup-069d8d88e46dbf.png);
}
.cup{
  position: absolute;
  width: 250px;
  height: 250px;
  background-size: 90%;
  background-repeat: no-repeat;
   z-index: 0;  
  opacity: 0.6;
  background-image: url(content/other-dir/cup-069d8d88e46dbf.png);
}
.cup-left{
  left: 1%;
  top: 72%;
  transform: rotate(-20deg);
}
.cup-right{
  right: 1%;
  top: 48%;
  transform: rotate(20deg);
}
 
}



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

#nav1{
  display: none;

  ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px 0;
    background: var(--bg-footer-1);
    color: var(--white);
  }
}