@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

body{
  direction: ltr;
  font-family: 'Neuton', sans-serif !important;
  line-height: 1.9;
  margin: 0px;
  padding: 0px;  
  height: 100vh;
  box-sizing: border-box;
  background-color: var(--color-backgrd-3);
  overflow-x: hidden;
  cursor: url(''), auto; 
}



:root{
--green: #354636;
--red: #4d0a0a;
--yellow: #9d8f44; 
--light-yellow: #ecdf9a;
--orange: #906737; 
--blue: #15383e;
--white: #ffffff;
--brown: #32221f;
--brown-light: #5d4b47;

--color-backgrd-1: #9d8f44; 
--color-backgrd-2:  #44808a;
--color-backgrd-3: #88645e;
}

a {
white-space: normal;
text-decoration: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
li {
margin: 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
.greece-padding{
padding: 77px 5px;
}
.greece-margin{
padding: 0;
margin: 0 auto;
}

.header-greece-section {
background: url('mediamansion/background/bg-all-0685174782b915.jpg') center/cover no-repeat;
position: relative;
text-align: center;
color:var(--blue);
z-index: 1;
}
.header-greece-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0077be61 0%, rgba(255, 255, 255, 1) 100%);
  z-index: -1;
  pointer-events: none; 
}
.header-greece-section::after {
  content: ""; 
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 70px; 
  background: var(--color-backgrd-3) url('gr-ornament/border-gr.png') repeat-x; 
  background-size: contain; 
}

.header-greece-wrap {
max-width: 1200px;
margin: 0 auto; 
padding: 56px;
position: relative;
z-index: 2;
}
.header-greece-title h3 {
font-size: 2rem;
text-transform: uppercase;
letter-spacing: 2px;
animation: letter-scale 2s infinite;
padding: 20px 0;
margin: 0;
}
@keyframes letter-scale { 
  0%, 100% {
      transform: scale(1);
    }
  50% {
      transform: scale(1.1);
    }
  }

  .menu-icon {
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
  }
  
  .menu-icon span {
    display: block;
    width: 35px;
    border-radius: 13px;
    height: 5px;
    background: #fff;
    transition: all 0.2s;
  }
  
  .mobile-nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    z-index: 100;
    transition: top 0.5s ease;
  }
  
  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
  }
  
  .close-icon {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin-top: 13px;
  }
.logo-header {
display: flex;
flex-direction: column;
align-items: center;
gap: 13px;
margin: 20px auto;
position: relative;
}

.logo-frame {
border-radius: 50%;
width: 200px; 
height: 200px;
overflow: hidden;
position: relative; 
background: #ecdf9a url('gr-ornament/circle-gr.png') center/cover no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.logo-frame img {
width: 60%;
height: auto;
object-fit: contain; 
}
.logo-header h1 {
font-size: 3rem; 
font-weight: 900; 
text-transform: uppercase;
background: linear-gradient(90deg, #ffd700, #0077be); 
background-clip: text; 
color: transparent; 
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
letter-spacing: 2px; 
}
.greece-nav-top {
display: flex;
justify-content: space-around;
align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px;
}
.nav-item {
position: relative;
color: #363428; 
text-transform: uppercase;
text-decoration: none;
font-size: 1rem;
transition: color 0.2s ease;
background-color: var(--color-backgrd-3);
    padding: 10px 18px;
    border: 5px solid sandybrown;
    border-radius: 34px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

.nav-item:hover {
  color: white; 
  transform: translateY(-10px) scale(1.05);
}
.nav-item:nth-child(1),
.nav-item:nth-child(4) {
margin-top: 0;
}

.nav-item:nth-child(2),
.nav-item:nth-child(3) {
  margin-top: 20px;
}

.greece-benefits-itemss{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;

}
.benefits-items{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.benefits-items:hover {
  transform: translateY(-10px);
}
.benefits-items p{
  font-size: 17px;
  text-align: center;
}

.benefits-items img{
  background-image: url('gr-ornament/paper.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
  padding: 18px; 
  width: 157px;
  height: 157px;
  border: 5px solid var(--brown);
  border-radius: 20px;
}
.top-marg{
  margin-top: 120px;
}
.greece-title-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.greece-title-text h2{
  font-size: 48px; 
  font-weight: 900; 
  color: white; 
  text-shadow: 
      2px 2px 0px black, 
      -2px 2px 0px black, 
      2px -2px 0px black, 
      -2px -2px 0px black; 
  -webkit-text-stroke: 1px black; 
  text-align: center; 
  margin: 20px 0; 
}
.greece-title-text img{
  width: 100px;
  margin: 17px
}
  .greece-title-text img{
    animation: spin 5s linear infinite; 
    transform-origin: center; 
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.games-greece-section {
  background: url('mediamansion/background/opacity_bg-0685174782ba9e.png') no-repeat center center/cover;
  position: relative;
}
.games-greece-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 18px;
}
.games-greece-item {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.games-greece-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.games-img img {
  width: 100%;
  height: 249px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 84%, 0 100%);
  transition: transform 0.2s ease;
}

.games-img img:hover {
  transform: scale(1.1);
}

.games-content {
  padding: 15px;
  text-align: center;
}

.games-titles {
  font-size: 19px;
  font-weight: 900;
  color: #333;
  margin-bottom: 13px;
  transition: color 0.2s ease;
}
.games-titles::after{
content: '';
display: block;
width: 100px;
height: 3px;
background-color: #8B4513;
margin: 13px auto 0;
}
.games-titles:hover {
  color: #d4a373; 
}

.games-txt {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.about-greece {
  background: url('mediamansion/background/opacity_bg-1685174782baf8.png') no-repeat center center/cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.about-greece-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.about-title {
  flex: 2;
  background-image: url('gr-ornament/paper-1.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 20px;
  border-radius: 20px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}
.about-title-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-title h2 {
  font-size: 34px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.about-title p {
  font-size: 17px;
  color: #555;
  line-height: 1.3;
  text-align: left;
}

.about-greece img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gallery-slider {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery-slider img {
  width: 300px;
  height: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  border: 5px solid var(--brown);
  border-radius: 20px;
  margin: 20px 0;
  object-fit: cover;
}


.page-greece {
  background-image: url('gr-ornament/paper-1.png'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 53px 20px;
  position: relative;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-greece-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 18px;
}

.page-greece-img img {
  width: 500px;
  height: auto;
  object-fit: contain;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 84%, 0 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-greece-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.greece-page-title {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 13px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  position: relative;
}

.greece-page-title::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #8B4513;
  margin: 13px auto 0;
}

.greece-page-text {
  max-width: 800px;
  line-height: 1.3;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 13px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.list-player {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}

.list-player div {
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.list-player div:hover {
  background: rgba(255, 255, 255, 0.3);
}

.list-player img {
  width: 41px;
  height: 41px;
  object-fit: cover;
}

.page-content {
  margin-top: 20px;
  font-size: 17px;
  text-align: justify;
}
.table-greece-section {
color: #fff;
text-align: center;

}

.table-greece-wrap {
max-width: 1200px;
margin: 0 auto;
}

.greece-title-text {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 28px;
}

.greece-lider-text {
font-size: 17px;
margin-bottom: 33px;
}

.lider-cards-wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.lider-card {
background: rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 20px;
margin: 5px;
text-align: center;
width: 250px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
clip-path: polygon(15% 0, 85% 0, 100% 25%, 85% 100%, 15% 100%, 0 75%);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lider-card:hover {
transform: translateY(-10px) scale(1.05);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.lider-avatar img {
width: 77px;
height: 77px;
border-radius: 50%;
border:  2px solid #8B4513;
transition: transform 0.2s ease;
}

.lider-card:hover .lider-avatar img {
transform: rotate(360deg);
}
.lider-inform {
margin-top: 13px;
}

.lider-name {
font-size: 20px;
color: #F0E68C;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
animation: bounceText 2s infinite;
}

@keyframes bounceText {
  
0%, 100% 
{ transform: translateY(0); 
}
  50% 
{ transform: translateY(-5px); 
}
}

.player-rank {
width: 40px;
margin-top: 13px;
animation: fadeInRank 1s ease;
}

@keyframes fadeInRank {

from 
{ opacity: 0; transform: scale(0.5); 
}

to 
{ opacity: 1; transform: scale(1);
 }
}
.video-greece-section {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px 77px;
  overflow: hidden;
}

.video-greece-wrap {
  position: relative;
  clip-path: polygon(15% 0, 85% 0, 100% 25%, 85% 100%, 15% 100%, 0 75%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-greece-wrap video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faq-greece-section {
  background-color: #f9f9f940;
}

.faq-greece-list {
  max-width: 800px;
  margin: auto;
}

.faq-card {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-card:hover {
  background-color: #f0f0f0;
}

.faq-question {
  font-size: 17px;
  font-weight: 900;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  font-size: 18px;
  color: #666;
  display: none;
  padding-top: 10px;
}

.arrow {
  width: 55px;
  height: 45px;
  transition: transform 0.2s ease;
}

.faq-card.active .faq-answer {
  display: block;
}

.faq-card.active .arrow {
  transform: rotate(90deg);
}
.greece-footer-section {
  background-color: #1a1a1a;
  color: #e6e6e6;
}

.footer-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  max-width: 600px;
  justify-content: center;
}

.footer-menu a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-menu a:hover {
  color: var(--color-backgrd-3);
  transform: translateY(-10px) scale(1.05);
}

.disclaimer-section {
  background-color: var(--color-backgrd-3);
  padding: 20px;
  margin-top: 28px;
  color: #c9c1c1;
}
.disclaimer-img{
  width: 100%;
  height: 100px;
}
.disclaimer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.disclaimer-title {
  color: var(--red);
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
}

.disclaimer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.copyright {
  text-align: center;
  color: #bbb;
  margin: 20px;
}

.copyright p {
  margin: 0;
}

.form-greece-wrap{
  display: flex;
  justify-content: center;
}

.form-greece-section {
  background-image: url('mediamansion/background/bg-all-1685174782b9a0.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.form {
  width: 100%;
  height: auto;
  background-color: #ffffffd1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 34px 0 0;
}

.title-form {
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffd700, #0077be);
  background-clip: text;
  color: transparent;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  margin: 3rem 0;
  font-size: 2rem;
}

.input-custom__element--block,
.input {
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  width: 80%;
  background-color: inherit;
  color: grey;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  transition: all 400ms;
}
.input-custom__element--block:hover,
.input:hover {
  background-color: #424242;
  border: none;
}
.textarea-custom__element--block,
.textarea {
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  width: 80%;
  background-color: inherit;
  color: grey;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  transition: all 400ms;
}
.textarea-custom__element--block:hover,
.textarea:hover {
  background-color: #424242;
  border: none;
}
.checked-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ui-checkbox {
  --primary-color: var(--blue);
  --secondary-color: #fff;
  --primary-hover-color:var(--yellow);
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
.check-label{
  font-size: 15px;
   color: var(--blue);
    margin: 0 10px;
}
.check-privacy{
  color: var(--blue);
   font-size: 15px;
    padding: 0 7px;
}
.btn-marg{
  margin: 36px 0;
}
.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}
.float-animation {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}
.iframe-wrap {
  width: 100%;
}
.contact-greece-list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.contact-greece-item{
  width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-greece-item p,
.contact-greece-item a{
  word-break: break-all;
  color: black;
  margin: 20px 0;
}
.privacy-section {
  word-break: break-all;
}


@media screen and (min-width: 320px) {
  .greece-margin{
    max-width: 320px;
  }
}
@media screen and (min-width: 480px) {
  .greece-margin{
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .greece-margin{
    max-width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .greece-margin{
    max-width: 1200px;
  }
}




@media (max-width: 1200px) {
.footer-wrap{
  align-items: center;
}
.about-greece-wrap{
  flex-direction: column;
    }
}
@media (min-width: 1000px) {
.menu-icon,
.greece-nav-top-mob{
  display: none;
}
}
@media (max-width: 1000px) {
  .greece-nav-top {
    display: none;
  }

  .menu-icon {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .mobile-nav.active {
    top: 0;
  }
  .nav-item:nth-child(2),
  .nav-item:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .logo-header h1 {
    font-size: 2rem;
  }
  .greece-title-text h2 {
      font-size: 21px;
  }
  .top-marg{
    margin-top: 0;
  }

  .games-titles {
      font-size: 17px;
      
  }

  .games-txt {
      font-size: 14px;
  }

.about-title {
    max-width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
    padding: 10px;
}
.about-title h2 {
  font-size: 21px;
}

.about-title p {
  font-size: 18px;
}

.about-greece-wrap > div:nth-child(2) {
    max-width: 100%;
    justify-content: center;
    position: relative;
}

.page-greece-img img {
  width: 100%;
}

.list-player {
  flex-direction: column;
  gap: 13px;
}

.greece-page-title {
  font-size: 21px;
}

.page-content {
  font-size: 18px;
}

.page-greece-img img {
  width: 100%;
}

.list-player {
  flex-direction: column;
  gap: 13px;
}

.greece-page-title {
  font-size: 21px;
}

.page-content {
  font-size: 18px;
}
.title-form{
  font-size: 1rem;
}
}


@media (max-width: 425px) {
  
  .logo-header h1 {
    font-size: 1.5rem;
  }
  .logo-frame {
    width: 200px;
    height: 200px;
  }
  .games-greece-items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}
.greece-title-text{
  flex-direction: column;
}
}

@media (max-width: 320px){
  .about-greece-wrap{
max-width: 310px;
  }
}


.button-1 {
  background: var(--color-backgrd-3);
  color: var(--white);
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight:900;
  font-size: 18px;
  border: 2px solid rgb(49, 18, 18);
  border-radius: 0.4em;
  box-shadow: 0.1em 0.1em;
  cursor: pointer;
}

.button-1:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em;
}

.button-1:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em;
}



.button-2{
  padding: 18px 29px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 700;
  color: rgb(41, 24, 24);
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-2:hover {
  background-color: var(--color-backgrd-3);
  box-shadow: 0px 15px 20px rgba(68, 45, 26, 0.736);
  color: #fff;
  transform: translateY(-7px);
}

.button-2:active {
  transform: translateY(-1px);
}
 

.button-3 {
  color: #ecf0f1;
  font-size: 17px;
  background-color: var(--yellow);
  border: 2px solid var(--color-backgrd-3);
  border-radius: 45px;
  cursor: pointer;
  padding:  13px;
  box-shadow: 0px 6px 0px var(--yellow);
  transition: all 0.1s;
}

.button-3:active {
  box-shadow: 0px 2px 0px var(--yellow);
  position: relative;
  top: 2px;
}


.button-4 {
  display: inline-block;
  padding: 13px 21px;
  margin: 10px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(to bottom right, var(--yellow), var(--orange));
  border: none;
  border-radius: 34px;
  box-shadow: 0px 4px 0px var(--color-backgrd-3);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px var(--color-backgrd-3);
}

.button-4:active {
  transform: translateY(0px);
  box-shadow: none;
  background-image: linear-gradient(to bottom right, #ffcc00, #ff5500);
}

.button-4:before,
.button-4:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.button-4:before {
  top: -3px;
  left: -3px;
  border-radius: 40px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.button-4:after {
  bottom: -3px;
  right: -3px;
  border-radius: 34px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.button-5 {
  background-color: #e0e0e0;
  border-radius: 5px;
  box-shadow: inset 5px 5px 10px #bcbcbc, inset -4px -4px 10px var(--white);
  color: var(--brown);
  cursor: pointer;
  font-size: 17px;
  padding: 15px 31px;
  transition: all 0.2s ease-in-out;
  border: 2px solid rgb(206, 206, 206);
}

.button-5:hover {
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}

.button-5:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
