@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

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

:root{
--dark-br: #2f1810;
--green: #327217;
--green-light: #65a14b;
--grey: #ababab;
--red: #d50000;
--red-bl: #3a0606;
--yellow: #edab27;
--orange: rgb(238, 121, 19);
--brown: rgb(58, 35, 7);
--blue: #62d4e6;
--white: #ffffff;
--black: rgb(0, 0, 0);

--color-back-1: rgb(44, 21, 1);
--color-back-2: rgb(32, 21, 8);
--color-back-3: #1b1600;
}

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

.west-margin{
padding: 0;
margin: 0 auto;
}

.wild-w-heder-s {
  padding: 15px 0;
  border-bottom: 2px solid var(--white); 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.wild-w-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.wild-w-title-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wild-w-title-head img {
  width: 40px;
  height: 40px;
  margin: 5px 10px;
}

.wild-w-title-head h1 {
  font-size: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: var(--orange); 
}

.wild-w-menu-head a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  margin: 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: color 0.3s ease;
}

.wild-w-menu-head a:hover {
  color: #ffdbac;
}

.wild-w-menu-head a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffdbac;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.wild-w-menu-head a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.wild-w-head-s {
  position: relative;
  background-image: url('creativecove/dir-bg/bg-dark-069e64b32c6c87.jpg'); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  color: #fff; 
}

.w-head-wrap {
  background-color: rgb(0 0 0 / 85%);
  padding: 50px 20px;
  width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.w-head-wrap h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Georgia', serif; 
  color: #ffdd99; 
}

.wild-w-games-s{
  padding: 40px 20px;
}
.w-games-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.w-games-wrap h2 {
  background-color: #fffffff0;
  text-align: center;
  font-size: 36px;
  color: var(--yellow);
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.wild-games-cards {
  gap: 25px;
  display: flex;
flex-direction: column;
}

.wild-games-card {
  display: flex;
  flex: 1 1 calc(50% - 10px); 
  transition: transform 0.3s ease;
}

.wild-games-card:hover {
  transform: scale(1.02);
}
.wild-games-card a{
  display: flex;
  flex-direction: row;
}

.wild-games-img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wild-games-img img {
  width: 100%;
  height: 320px;
  object-fit: cover; 
}

.wild-games-info {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  align-items: center;
}

.wild-games-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--yellow);
}

.wild-games-content {
  font-size: 14px;
  color: var(--white);
  margin-bottom: 15px;
}
.wild-w-step-s {
  background: url('creativecove/dir-bg/bg-dark-169e64b32c6ca3.jpg') center/cover fixed; 
  padding: 40px 20px;
  color: #fff;
}

.w-step-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.w-step-wrap h2 {
  background-color: #fffffff0;
  font-size: 36px;
  padding: 7px;
  color: var(--yellow); 
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.w-step-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.w-step-c {
  background-color: rgba(0, 0, 0, 80%); 
  border-radius: 10px;
  padding: 20px;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.w-step-c:hover {
  transform: translateY(-5px);
}

.w-step-c img {
  width: 40%;
  border-radius: 10px;
  margin-right: 10px;
}

.w-step-c p {
  width: 55%;
  font-size: 16px;
  line-height: 1.5;
  color: #f3e0b5;
  margin: 0;
}
.wild-w-comments-s{
  background: url('creativecove/dir-bg/bg-dark-269e64b32c6cbc.jpg') center/cover fixed; 
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.wild-w-top-coments{
  max-width: 1200px;
  width: 100%;
}
.wild-comments-title {
  text-align: center;
  background-color: #fffffff0;
  font-size: 36px;
  padding: 7px;
  color: var(--yellow);
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.wild-comments-wrap {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  height: 350px;
  max-width: 600px;
  margin: 0 auto;
}

.wild-comments-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: scrollComments 20s linear infinite;
}
.wild-comment-card {
  flex-shrink: 0;  
}
@keyframes scrollComments {
  0% { 
    transform: translateY(0); 
  }
  100% { transform: translateY(-50%); }

}
.wild-comments-wrap:hover .wild-comments-cards {
  animation-play-state: paused;
}

.wild-comment-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.944);
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.wild-comment-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.wild-comment-content {
  flex: 1;
}

.wild-comment-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0.3rem;
}

.wild-comment-name {
  font-weight: bold;
  color: #333;
}

.winter-section-table {
  padding: 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.w-table-wrap {
  max-width: 1200px;
  width: 100%;
}

.w-table-wrap h2 {
  font-size: 36px;
  color: var(--yellow);
  margin-bottom: 30px;
  padding: 7px;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-color: var(--brown);
}

.w-table-title p {
  font-size: 1em;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.w-list-lider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px; 
}

.w-card-lider {
  width: 300px;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease;
}
.w-card-lider:hover{
  transform: translateY(-5px);
}
.w-lider-ava {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-lider-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-award {
  width: 50px;
  height: auto;
  margin-bottom: 8px;
}

.nickname {
  font-size: 1.1em;
}
.wild-w-priv-s{
  padding: 40px 20px;
}
.w-priv-wrap {
  word-break: break-all;
  max-width: 1200px;
  margin: 0 auto;
  color: var(--white);
}
.w-priv-wrap h2{
  font-size: 36px;
  color: var(--yellow);
  margin-bottom: 30px;
  padding: 7px;
  text-align: center;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-color: var(--white);
}
.wild-w-footer-s {
  background-color: #333; 
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.w-footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
}

.w-footer-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.w-footer-title img {
  width: 50px;
}

.w-footer-title h1 {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}


.wild-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.wild-footer-menu a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  margin: 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: color 0.3s ease;
}

.wild-footer-menu a:hover {
  color: #ffdbac;
}
.wild-footer-menu a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffdbac;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.wild-footer-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wild-w-disclaimer-s {
  padding: 40px 20px;
}
.wild-w-disclaimer-wrap{
  background-color: var(--orange); 
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.w-disclaimer-title {
  font-size: 26px;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.w-disclaimer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.w-disclaimer-text {
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: black;
  line-height: 1.6;
}

.w-disclaimer-img img {
  width: 80px;
  height: auto;
  opacity: 0.9;
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 4px;
}

.w-disclaimer-img img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.w-current-year{
  color: var(--white);
  text-align: center;
  padding: 20px
}

.wild-w-form-footer-s{
  padding: 40px 20px;
}

.card {
  width: 70%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.card-header {
  background-color: #333;
  padding: 16px;
  text-align: center;
}

.card-header .text-header {
  margin: 0;
  font-size: 28px;
  color: rgb(255, 255, 255);
}

.card-body {
  padding: 36px;
  background: linear-gradient(rgba(0, 0, 0, 0.09), #edab279e), 
              url('creativecove/dir-bg/opacity_bg-069e64b32c6d14.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-group {
  margin-bottom: 10px;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: var(--white);
  font-weight: bold;
  margin-bottom: 1px;
}


.form-group .input-field--sectioncontrol{
  width: 100%;
  margin: 10px 0;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group .textarea-field--sectioncontrol{
  width: 100%;
  height: 120px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group input{
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group textarea{
  width: 100%;
  height: 120px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.container{
  margin: 30px 0 0;
}

.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.check:hover:before {
  opacity: 1;
}

.check:hover svg {
  stroke: var(--accent-color, #468a24);
}

#cbx2:checked + .check svg {
  stroke: var(--accent-color, #579737);
}

#cbx2:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

#cbx2:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
.wild-w-about-s {
  padding: 40px 20px;
  background-color: #1a1a1a;
  color: #fff;
}

.w-about-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.w-about-img {
  flex: 1;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}

.w-about-img img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.w-about-img img:hover {
  transform: scale(1.05);
}

.w-about-list {
  flex: 2;
  padding: 20px;
}

.w-about-title {
  background-color: #fffffff0;
  text-align: center;
  font-size: 36px;
  color: var(--yellow);
  margin-bottom: 20px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.w-about-text {
  font-size: 1.1rem;
  line-height: 1.6;
}
.wild-w-contact-page-s {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.w-contact-page-wrap {
  max-width: 70%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background-color: #252525;
}

.w-contact-page-wrap h3 {
  font-size: 36px;
  color: var(--orange);
  margin-bottom: 20px;
}

.w-footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.w-footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.w-footer-item:hover {
  color: var(--yellow);
}

.w-footer-item a {
  word-break: break-all;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.w-footer-item a:hover {
  color: var(--yellow);
}

.w-footer-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: var(--orange);
  transition: transform 0.3s ease, fill 0.3s ease;
}

.w-footer-item:hover svg {
  transform: scale(1.1);
  fill: var(--red-bl);
}

.wild-w-games-page-s {
  display: flex;
  justify-content: center;
  background-color: #1b1b1b; 
  color: #fff; 
  padding: 40px 20px;
}

.w-game-page-title {
  color: #ffa500; 
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.wild-game-page-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1); 
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.wild-game-page-card:hover {
  background-color: rgba(255, 255, 255, 0.2); 
}

.wild-game-page-img img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.wild-game-page-img img:hover {
  transform: scale(1.05); 
}

.wild-game-page-top-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wild-player-num {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffa500; 
}

.wild-player-all {
  font-weight: bold;
}

.wild-game-page-content p {
  font-size: 1.1em;
  line-height: 1.5;
  margin-top: 10px;
}
.wild-iframe-games{
  text-align: center;
}
.wild-iframe-games iframe {
  height: 100vh;
  border-radius: 10px;
  margin-top: 20px;
  transition: box-shadow 0.3s ease;
}

.wild-iframe-games iframe:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
}

.slide-from-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1s, opacity 1s;
}


.slide-from-bottom.active {
  opacity: 1;
  transform: translateY(0);
}





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


@media (max-width: 1024px) {
  .wild-w-nav {
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
  .w-about-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.w-about-img {
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {

  .wild-w-menu-head {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wild-games-card a{
    display: flex;
    flex-direction: column;
  }
  .card-rev a{
    flex-direction: column-reverse;
  }
  .wild-games-img{
    width: 100%;
  }
  .wild-games-info {
    width: auto;
  }
  .w-step-c {
    width: 70%;
    flex-direction: column;
    text-align: center;
}
.w-step-c img {
    width: 45%;
    margin: 0 auto 10px;
}
.w-step-c p {
    width: 100%;
}
.w-list-lider {
  flex-direction: column;
  align-items: center;
}

.w-card-lider {
  width: 250px;
  height: 300px;
}
.card{
  width: 100%;
}
.card-header .text-header{
  font-size: 20px;
}

.w-about-img {
  grid-template-columns: repeat(2, 1fr);
}

.w-about-title {
  font-size: 1.8rem;
}

.w-about-text {
  font-size: 1rem;
}
.w-contact-page-wrap h3 {
  font-size: 1.8rem;
}
.w-footer-item {
  font-size: 1rem;
}
.w-footer-item svg {
  width: 20px;
  height: 20px;
}
.wild-game-page-card {
  flex-direction: column;
  align-items: center;
}

.w-game-page-title {
  font-size: 1.8em;
}
}

@media (max-width: 600px) {
  .w-disclaimer-wrap {
    flex-direction: column;
    align-items: center;
  }
  
  .w-disclaimer-img img {
    width: 60px; 
  }
}


@media (max-width: 480px) {
  .w-card-lider {
    width: 200px;
    height: 250px;
  }

  .nickname {
    font-size: 0.9em;
  }
  .w-about-img {
    grid-template-columns: 1fr;
  }
  .w-footer-contact-items {
    gap: 15px;
  }
  .w-contact-page-wrap h3 {
    font-size: 1.5rem;
  }
  .w-footer-item {
    font-size: 0.9rem;
  }
  .w-footer-item svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 425px){
  .w-head-wrap h3{
    font-size: 20px;
  }
.wild-comment-card {
  flex-direction: column;
}
}


.button-1 {
  background: var(--yellow);
  color: var(--white);
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 900;
  font-size: 18px;
  border: 3px solid black;
  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: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.button-2:hover {
  background-color: #ffdd99;
  box-shadow: 0px 15px 20px #ffdd99;
  color: #fff;
  transform: translateY(-7px);
}

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

.button-3 {
  color: #ecf0f1;
  font-size: 17px;
  background-color: var(--orange);
  border: 1px solid var(--yellow);
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0px 6px 0px #d35400;
  transition: all 0.1s;
}

.button-3:active {
  box-shadow: 0px 2px 0px #d35400;
  position: relative;
  top: 2px;
}


.button-4 {
  background: linear-gradient(140.14deg, #ec540e 15.05%, #d6361f 114.99%)
      padding-box,
    linear-gradient(142.51deg, #ff9465 8.65%, #af1905 88.82%) border-box;
  border-radius: 7px;
  border: 2px solid transparent;

  text-shadow: 1px 1px 1px #00000040;
  box-shadow: 8px 8px 20px 0px #45090059;

  padding: 10px 40px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.button-4:hover {
  box-shadow: none;
  opacity: 80%;
}


.button-5 {
  background-color: #e0e0e0;
  border-radius: 50px;
  box-shadow: inset 4px 4px 10px #bcbcbc, inset -4px -4px 10px #ffffff;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 40px;
  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;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  height: 50px;
  width: 100%;
  object-fit: contain;
  display: block;
}