@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

body{
  direction: ltr;
  font-family: 'Lato', sans-serif !important;
  line-height: 1.3;
  margin: 0px;
  padding: 0px;  
  height: 100vh;
  box-sizing: border-box;
  background-image: url('board/backgr-board.png'); 
  background-size: cover; 
  background-position: center; 
  background-attachment: scroll; 
  overflow-x: hidden;
}



:root{
--green: #0e250f;
--red: #4d0a0a;
--yellow: #ffd700; 
--orange: #ff8800; 
--blue: #063841;
--white: #ffffff;
--brown: #32110a;
--brown-light: #8d5549;

}
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;
}
.padding-box{
padding: 70px 2px;
}
.margin-box{
padding: 0;
margin: 0 auto;
}

.pirate-header-nav {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 20px;
  padding: 15px 20px;
  position: relative;
}

.pirate-header-nav::after {
  content: ""; 
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 20px; 
  background: url('board/pngwing.png') repeat-x; 
  background-size: contain; 
}


.pirate-header-nav a {
  text-decoration: none; 
  font-size: 20px; 
  font-weight: 800; 
  color: var(--yellow); 
  padding: 12px 15px; 
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative; 
}

.pirate-header-nav a:hover {
  color: #ffffff; 
  text-shadow: 0 0 10px #ffd700; 
}
.pirate-header-top {
  background-image: url('board/maps-pirate.png'); 
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff; 
  padding: 20px;
  height: 700px;
  overflow: hidden;
}
.header-top-cards{
  display: flex;
  align-items: flex-end;
}

.pirate-logo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; 
}

.pirate-logo-header img {
  max-width: 250px; 
  height: auto;
  margin-bottom: 12px; 
  transition: all 0.3s ease; 
}

.pirate-logo-header h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ba0808;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.pirate-header-title {
  font-size: 26px;
  font-style: italic; 
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); 
  padding: 0 20px;
  text-align: center;
  max-width: 90%;
}

.pirate-benefits-section {
  color: #fff;
  text-align: center;
}

.pirate-benefits-title h2{
  font-size: 55px;
  margin-bottom: 29px;
  text-transform: uppercase;
  color: var(--yellow); 
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
}
.pirate-benefits-title,
.pirate-games-titles-top,
.pirate-table-title-wrap,
.about-title,
.pirate-contact-title {
  display: inline-block;
  position: relative;
}
.pirate-benefits-title svg,
.pirate-games-titles-top svg,
.pirate-table-title-wrap svg,
.about-title svg,
.pirate-contact-title svg {
  fill: #ffd700; 
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.5)); 
}
.pirate-benefits-title svg path,
.pirate-games-titles-top svg path,
.pirate-table-title-wrap svg path,
.about-title svg path,
.pirate-contact-title svg path{
  stroke: #2c3e50; 
  stroke-width: 2;
  stroke-linejoin: round; 
}

.pirate-benefits-title:hover svg,
.pirate-games-titles-top:hover svg,
.pirate-table-title-wrap:hover svg,
.about-title:hover svg,
.pirate-contact-title:hover svg {
  fill: #d4af37;  
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.7)); 
  transform: rotate(10deg); 
  transition: transform 0.3s ease, filter 0.3s ease, fill 0.3s ease;
}
.pirate-benefits-cardss {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.benefits-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; 
}



.benefits-block-img {
  position: relative;
  width: 285px;
  height: 343px;
  background-image: url('board/paper.png');
  background-size: cover; 
  background-position: center; 
}

.benefits-block-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  max-width: 80%;
  max-height: 80%;
  z-index: 2;
  pointer-events: none; 
}

.benefits-cards p {
  margin: 20px;
  font-size: 17px;
  font-style: italic;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits-cards p:hover {
  transform: scale(1.05); 
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7); 
}
.pirate-games-section {
  position: relative;
}

.pirate-games-section::before,
.pirate-table-section::before {
  content: "";
  position: absolute;
  background: url(board/pngwing.png) repeat-x;
  background-size: contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1; 
}

.pirate-games-wrap {
  text-align: center;
  position: relative;
  z-index: 2; 
}

.pirate-games-titles-top h2,
.pirate-table-title-wrap h2,
.pirate-contact-title h2 {
  font-size: 55px;
  color: var(--yellow); 
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.pirate-games-cards {
  display: flex;
  flex-wrap: wrap; 
  gap: 25px;
  justify-content: space-between;
}

.pirate-games-card {
  flex-basis: calc(50% - 25px); 
  flex-grow: 1;
  max-width: calc(50% - 25px);
  background: rgba(0, 0, 0, 0.6); 
  border: 1px solid #ffd700; 
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.pirate-games-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
}

.pirate-games-card a {
  text-decoration: none;
  color: inherit; 
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.pirate-games-info {
  flex: 1; 
}

.pirate-games-titles {
  font-size: 26px;
  color: #ffd700; 
  margin-bottom: 12px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.spirate-games-content {
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
}

.pirate-games-btn button {
  transition: background 0.3s ease, transform 0.3s ease;
}

.pirate-games-btn button:hover {
  transform: scale(1.1); 
}

.pirate-games-img {
  flex-shrink: 0; 
  width: 200px;
  height: 104px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.pirate-games-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.pirate-table-section{
  position: relative;
}

.pirate-table-wrap{
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 7px;
}
.pirate-table-text{
  color: var(--white);
  padding: 12px;
  font-size: 17px;
}
.player-cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding: 20px;
}

.player-card {
  background: url('board/gold.png') no-repeat center center / cover;
  border: 1px solid var(--yellow); 
  border-radius: 12px;
  width: 300px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.player-card:hover {
  transform: scale(1.05); 
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.7);
}

.player-avatar {
  margin-bottom: 15px;
}

.player-avatar img {
  width:98px;
  height:98px;
  border-radius: 50%;
  border: 1px solid #ffd700; 
  object-fit: cover;
}


.player-info {
  color: #fff;
}

.player-name {
  font-size: 20px;
  color: var(--brown); 
  margin-bottom: 5px;
}

.player-rank {
  width: 70px;
  margin-bottom: 15px;
  color: #fff;
}

.health-bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px; 
  margin-top: 12px;
}


.health-bar-fill {
  width: 235px; 
  height: 70px;
  object-fit: contain; 
}

.about-pirates {
  text-align: center;
}

.about-title h2 {
  font-size: 55px;
  margin-bottom: 29px;
  text-transform: uppercase;
  color: var(--yellow); 
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
}

.about-text {
  background: url('board/gold.png') no-repeat center center / cover;
  font-size: 17px;
  margin-bottom: 29px;
  line-height: 1.6;
  color: var(--brown);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: 4px solid var(--brown);
  border-radius: 20px;
}

.about-media {
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.about-image {
  max-width: 150px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.about-image:hover  img{
  transform: scale(1.1);
}
.pirate-page-section {
  color: #fff;
}

.pirate-games-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #ffd700;
  border-radius: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.pirate-page-img {
  flex: 1 1 40%;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}

.pirate-page-img img {
  width: 48%;
  height: auto;
  display: block;
  object-fit: contain;
}

.pirate-page-text {
  flex: 1 1 60%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7); 
  border-radius: 12px;
  color: #fff;
}

.pirate-page-title {
  font-size: 29px;
  color: var(--yellow); 
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.list-player {
  display: flex;
  justify-content: space-evenly;
  gap: 15px;
  margin-bottom: 20px;
}

.list-player div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  color: #fff;
}

.list-player img {
  width: 50px;
  height: auto;
  object-fit: contain;
}
.list-player p{
font-size: 17px;
color: green;
}
.list-player span{
font-size: 1.3rem;
color: var(--orange);
}
.pirate-page-content {
  font-size: 17px;
  line-height: 1.3;
  color: #ddd;
}

.slide-from-bottom {
  animation: slide-in 0.5s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes slide-in {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.pirate-adres-contact {
  background: rgba(0, 0, 0, 0.8); 
  padding: 20px;
  border-top: 5px solid transparent;
  position: relative;
}
.pirate-adres-contact::after{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(board/pngwing.png) repeat-x;
    background-size: contain;
}
.pirate-contact-list {
  display: flex;
  justify-content: space-around; 
  align-items: center;
  gap: 12px;
  flex-wrap: wrap; 
}

.pirate-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  font-size: 17px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 12px;
  border-radius: 8px;
}

.pirate-contact-item:hover {
  background: rgba(255, 255, 255, 0.1); 
  transform: scale(1.05); 
}

.pirate-contact-item svg {
  width: 25px;
  height: 25px;
  fill: white; 
  flex-shrink: 0;
}

.pirate-contact-item a {
  word-break: break-all;
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.pirate-contact-item a:hover {
  color: var(--yellow); 
}
.pirate-contact-wrap{
  text-align: center;
}
.pirate-form-section{
  background-image: linear-gradient(to bottom,rgb(246 241 241 / 23%), #000000);
}

.pirate-form-wrap{
  display: flex;
  flex-direction: row;
}
.pirate-form-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-img{
  flex: 1;
 margin: 15px;
 width: 60%;
}
.container-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form {
  width: 80%;
  height: auto;
  background-image: linear-gradient(to bottom, #000000fc, #ffd700bd);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 18px 7px;
  border-radius: 0.5rem;
  flex: 1;
}

.title {
  color: var(--yellow);
  margin: 3rem 0;
  font-size: 29px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}

.input,
.input-btn_component--item {
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  width: 80%;
  background-color: inherit;
  color: var(--yellow);
  border: none;
  outline: none;
  border: 1px solid var(--yellow);
  transition: all 400ms;
}
.input:hover,
.input-btn_component--item:hover {
  background-color: #424242;
  border: none;
  border-radius: 0.5rem;
}
.textarea,
.textarea-btn_component--item{
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  width: 80%;
  height: 110px;
  background-color: inherit;
  color: var(--yellow);
  border: none;
  outline: none;
  border: 1px solid var(--yellow);
  transition: all 400ms;
}
input::placeholder {
  color: var(--white); 
  opacity: 1; 
}

textarea::placeholder {
  color: var(--white); 
  opacity: 1;
}
.checked-block{
  display: flex;
  flex-direction: row;
}
.cheking{
  font-size: 15px;
   color: var(--white);
    margin: 0 10px;
}
.check-privacy{
  color: var(--white); 
  font-size: 15px;
   padding: 0 7px;
}
.check {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  appearance: none;
  background-color: #bbb;
  transition: all .3s;
 }
 
 .check::before {
  content: '';
  position: absolute;
  border: solid #fff;
  display: block;
  width: .3em;
  height: .6em;
  border-width: 0 .2em .2em 0;
  z-index: 1;
  opacity: 0;
  right: calc(50% - .3em);
  top: calc(50% - .6em);
  transform: rotate(0deg);
  transition: all .3s;
  transform-origin: center center;
 }
 
 .check:checked {
  animation: a .3s ease-in forwards;
  background-color: rgb(120, 190, 120);
 }
 
 .check:checked::before {
  opacity: 1;
  transform: rotate(405deg);
 }
 
 @keyframes a {
  0% {
   opacity: 1;
   transform: scale(1) rotateY(0deg);
  }
 
  50% {
   opacity: 0;
   transform: scale(.8) rotateY(180deg);
  }
 
  100% {
   opacity: 1;
   transform: scale(1) rotateY(360deg);
  }
 }

 .pirate-iframe{
  width: 100%;
  height: 100vh;
 }

 .pirate-iframe iframe{
  width: 100%;
  height: 100%;
 }
 .footer-section {
background-color: #000; 
color: #fff;
}
.footer-disc-wrap{
  display: flex;
  flex-direction:  row;
}
.footer-wrap{
display: flex; 
flex-direction: column;
justify-content: center; 
align-items: center;
margin: 0 12px;
flex: 1;
}
.footer-wrap a{
  text-decoration: none; 
  color: inherit;
}
.footer-logo{
  display: flex; 
  flex-direction: column;
  align-items: center; 
  gap: 12px;
}
.footer-logo img{
  max-width: 100px;
  height: auto;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.footer-logo h1{
  font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ba0808;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.footer-menu-box{
  display: flex; 
  flex-wrap: wrap; 
  margin-top: 20px;
}
.footer-menu{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer-menu a{
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--yellow);
  padding: 12px 15px;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.footer-menu a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #ffd700;
}
.footer-menu a {
  font-size: 17px;
}
.disclaimer-section{
  flex: 1;
}
.disclaimer-wraps{
  background: #832929;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 7px solid var(--red);
  border-radius: 29px;
}
.disclaimer-title{
  color: var(--yellow);
}
.copyright{
  flex-wrap: wrap;
  display: flex;
  background-color: black;
  padding: 20px 10px;
  flex-direction: row;
  justify-content: center;
}
.copyright p{
  color: var(--white);
  margin: 0 12px;
}
.pirate-privacy-service{
  word-break: break-all;
  background-color: #000000a1;
  color: white;
  padding: 15px;
}
.animated-item {
  opacity: 0;
  transform: scale(0.5) translateY(50px);
  transition: all 0.4s ease-out;
  text-align: center;
}

.animated-item.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.pirate-privacy-wrap {
  word-break: break-all;
}


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



@media (max-width: 1200px) {
  .pirate-header-top{
    height: auto;
  }
  .pirate-games-card a{
    flex-direction: column; 
    align-items: flex-start;
  }
  
  .pirate-games-img {
    width: 100%; 
    height: 225px; 
  }
  .pirate-form-wrap{
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pirate-page-img img {
    width: 60%;
  }
  .pirate-header-nav a {
    font-size: 18px;
  }
  .pirate-header-nav {
    gap: 0;
  }
.flex{
  display: none;
}
  .pirate-logo-header img {
      max-width: 150px;
  }

  .pirate-logo-header h1 {
      font-size: 29px; 
  }
  .pirate-benefits-title h2,
  .pirate-games-titles-top h2,
  .pirate-table-title-wrap h2,
  .about-title h2,
  .pirate-contact-title h2{
    font-size: 2.3rem;
  }
  .pirate-header-title {
      font-size: 17px; 
  }
  .pirate-benefits-title,
  .pirate-games-titles-top,
  .pirate-table-title-wrap,
  .about-title,
  .pirate-contact-title {
    font-size: 29px;
}
.pirate-games-cards{
  flex-direction: column;
  align-items: center;
}
.pirate-games-card {
  max-width: none;
}

.about-media {
  flex-direction: column; 
}

.about-image{
  max-width: 80%;
}

.pirate-page-img,
.pirate-page-text {
  flex: 1 1 100%;
}

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

.list-player div {
  justify-content: flex-start;
}
.pirate-contact-item {
  font-size: 0.9rem; 
}

.pirate-contact-list {
  flex-direction: column; 
  align-items: center;
}
.title{
  font-size: 1.4rem;
}
.footer-logo h1 {
  font-size: 17px;
}

.footer-menu-box {
  flex-direction: column;
  gap: 15px;
}

.footer-menu a {
  font-size: 0.9rem;
}
.footer-disc-wrap{
  flex-direction: column;
}
.footer-wrap{
  margin: 29px;
}
.player-cards-wrap {
  padding: 0;
}
.player-name {
  font-size: 18px;
}
.player-rank{
  width: 80px;
}
.health-bar-fill {
  width: 100%;
}
} 


@media (max-width: 480px) {
  .pirate-page-img img {
    width: 100%;
    height: auto;
  }

  .pirate-logo-header img {
      max-width: 120px;
  }

  .pirate-logo-header h1 {
      font-size: 20px; 
  }

  .pirate-header-title {
      font-size: 0.9rem; 
  }
  .pirate-contact-item {
    font-size: 0.8rem; 
  }
  .footer-logo {
    flex-direction: column;
    align-items: center;
}

.footer-logo img {
    width: 50px;
}

.footer-menu a {
    font-size: 0.8rem;
}
}



.button-1 {
  background: var(--brown);
  color: var(--white);
  font-family: inherit;
  padding: 0.6em 1.3em;
  font-weight: 800;
  font-size: 15px;
  border: 1px 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: 20px  25px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: rgb(41, 24, 24);
  background-color: #fff;
  border: none;
  border-radius: 42px;
  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: var(--green);
  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: 1px solid var(--brown-light);
  border-radius: 42px;
  cursor: pointer;
  padding: 12px;
  box-shadow: 0px 6px 0px var(--orange);
  transition: all 0.1s;
}

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


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

.button-4:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 0px green;
}

.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: 50px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

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

.button-5 {
  background-color: #e0e0e0;
  border-radius: 5px;
  box-shadow: inset 3px 3px 10px #bcbcbc, inset -4px -4px 10px var(--white);
  color: var(--brown);
  cursor: pointer;
  font-size: 17px;
  padding: 15px 33px;
  transition: all 0.3s ease-in-out;
  border: 1px 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;
  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;
    }
  }
}
