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

:root{
  --o-1: #b68567;
  --o-2: #cba311;
  --o-3: #f06800;
  --o-4: #c35c2f;
  --o-5: #ea9b67;
  --accent: var(--o-5);
  --o1-1: #ebac85d0;
  --o1-2: #f1d980d0;
  --o1-3: #f9a565d0;
  --o1-4: #f09269d0;
  --o1-5: #fbb78ad0;
  --bg: var(--o1-5);
  --white: #fff;
  --black: #000;
  --transition: 0.4s ease;
}

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{
  font-family: 'Libre Baskerville', sans-serif !important;
  font-size: 16px;
  direction: ltr;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: var(--accent);
}

a{
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.3;
}

ul, ol {
  margin-bottom: 15px;
  padding-left: 26px;
}

li {
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  width: 100%;
  display: block;
  box-sizing: border-box;
}

video{
  display: block;
  box-sizing: border-box;
}


.component{
  padding: 65px 0;
}

.wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.tr-2,
.tr-3,
.tr-4,
.tr-5,
.tr-6{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}

.tc-30,
.col-70,
.tc-2,
.tc-3,
.tc-4,
.tc-5,
.tc-6{
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}

.body-wr{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.body-img{
  position: fixed;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  z-index: -1;
  
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.body-box{
  background-color: #fff7eb;
  position: relative;
  z-index: 2;
  padding: 14px;
}

.menu-wr{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.brand{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  transition: var(--transition);

  img{
    width: 83px;
    height: 83px;
    object-fit: contain;
  }

  h1{
    color: var(--accent);
    text-align: center;
  }

  &:hover,
  &:focus{
    transform: translateY(-3px) rotate(-2deg);
  }
}

.submenu-list{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.submenu-item{
  text-align: center;

  a{
    text-align: center;
    transition: var(--transition);
    color: var(--accent);
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;

    &:hover,
    &:focus{
      transform: translateY(-3px) rotate(-2deg);
    }
  }
}

.intro{
  position: relative;
  padding: 113px 0;
}

.intro-col{
  display: flex;
  align-items: center;
  justify-content: center;

}

.intro-img-wr{
  overflow: hidden;
  width: 265px;
  height: 265px;
  border-radius: 100%;
  position: relative;
  border: 6px solid var(--bg);
}

.intro-img{
  position: absolute;
  top: -37px;
  left: -37px;
  bottom: -37px;
  right: -37px;

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

.head-title-wr{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.head-title{
  text-align: center;
  font-size:  22px;
  font-weight: 800;
  position: relative;
}

.wwa-wr{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwa-box{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wwa-text{
  text-align: center;
}

.title{
  position: relative;
  padding-bottom: 10px;
  font-weight: 800;
  color: var(--accent);
  font-size:  22px;
  margin-bottom: 26px;

  &::before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background-color: var(--bg);
    height: 3px;
    bottom: 0;
  }

  &::after{
    display: block;
    position: absolute;
    content: '';
    width: 26%;
    background-color: var(--accent);
    height: 3px;
    bottom: 0;
  }
}

.wwa-img-wr{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wwa-img{
  max-width: 422px;
  margin: 0 auto;
  width: 100%;
  height: 422px;

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

.wwa-img-sm-1{
  width: 163px;
  height: 163px;
  border-radius: 100%;
  border: 14px  solid var(--bg);
  position: absolute;
  top: -65px;
  right: 0;
  overflow: hidden;
  box-shadow: 3px 3px 3px var(--white), -3px -3px 3px var(--white);

  img{
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    object-fit: cover;
    position: absolute;
    top: -26px;
    left: -26px;
    right: -26px;
    bottom: -26px;
  }
}

.wwa-img-sm-2{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 14px  solid var(--bg);
  position: absolute;
  bottom: -15px;
  left: 0;
  overflow: hidden;
  box-shadow: 3px 3px 3px var(--white), -3px -3px 3px var(--white);

  img{
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    object-fit: cover;
    position: absolute;
    top: -26px;
    left: -26px;
    right: -26px;
    bottom: -26px;
  }
}

.wwa-img-sm-3{
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 14px  solid var(--bg);
  position: absolute;
  background-color: var(--bg);
  bottom: 50%;
  left: 26px;
  overflow: hidden;
  box-shadow: 3px 3px 3px var(--white), -3px -3px 3px var(--white);
}

.benefits{
  background: url('content/background/opacity_bg-068c19fefba04d.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pros-box{
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  background-color: var(--white);
  border-radius: 15px;
  transition: var(--transition);
  padding: 15px;
  gap: 15px;

    &:hover,
    &:focus{
      transform: translateY(-3px) rotate(-2deg);
    }
}

.pros-picture{
  width: 126px;
  height: 126px;

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

.pros-caption{
  text-align: center;
}

.game1-zone{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.game1-img{
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 100%;
  border: 14px  solid var(--bg);
  display: inline-block;
  overflow: hidden;
  position: relative;

  img{
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: -26px;
    left: -26px;
    right: -26px;
    bottom: -26px;
    transition: var(--transition);

    &:hover,
    &:focus{
      filter: blur(2px);
    }
  }
}

.game1-title{
  font-weight: 800;
  color: var(--accent);
  font-size: 19px;
  text-align: center;
  display: inline-block;
  transition: var(--transition);

  &:hover,
  &:focus{
    transform: translateY(-3px) rotate(-2deg);
  }
}

.game1-content{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

#game1{
  display: block;
}

.game2-box{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: var(--bg);
  border-radius: 37px;
  padding: 15px;
}

.game2-img{
  width: 100%;
  height: 163px;
  mask-image: url('img/monument.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  padding: 10px;
  background-color: var(--accent);

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    mask-image: url('img/monument.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;

    &:hover,
    &:focus{
      transform: scale(1.04);
    }
  }
}

.game2-title{
  font-size: 19px;
  font-weight: 800;
  display: inline-block;
  color: var(--white);
  cursor: pointer;
  transition: var(--transition);

  &:hover,
  &:focus{
    color: var(--accent);
  }
}

.game2-content{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.liders{
  background: url('content/background/opacity_bg-168c19fefba079.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.champions-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 14px;
  gap: 15px;
}

.champions-img{
  width: 163px;
  height: 163px;
  border-radius: 100%;
  overflow: hidden;
  border: 14px  solid var(--bg);
  position: relative;

  img{
    width: calc(100% + 58px);
    height: calc(100% + 58px);
    object-fit: cover;
    position: absolute;
    top: -26px;
    left: -26px;
    right: -26px;
    bottom: -26px;
  }
}

.champions-name{
  font-weight: 800;
  font-size: 19px;
  color: var(--accent);
  text-align: center;
}

.form{
  margin: 0 auto;
  max-width: 736px;
  width: 100%;
  border: 6px solid var(--accent);
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 26px;
}

.drop-in-line-input{
  width: 100%;
}

.drop-in-line-input > input,
.drop-in-line-input > textarea,
.input-main--rowpart,
.textarea-main--rowpart{
  width: 100%;
  border-radius: 37px;
  border: 2px solid var(--accent);
  padding:  14px  15px;
  outline: none;
  transition: var(--transition);
  background-color: var(--white);

  &:hover,
  &:focus{
    border: 2px solid var(--bg);
  }
}

.privacy{
  color: var(--accent);
  display: inline-block;
  transition: var(--transition);

  &:hover,
  &:focus{
    transform: translateY(-3px) rotate(-2deg);
  }
}

.column{
  display: flex;
  flex-direction: column;
}

.photo-list{
  background: url('content/background/opacity_bg-268c19fefba09f.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: 422px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
}

.photo-unit{
  width: 100%;
  transition: var(--transition);

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
  }

  &:hover,
  &:focus{
    transform: scale(1.2);
    position: relative;
    z-index: 2;

    img{
      border: 14px  solid var(--accent);
      border-radius: 37px;
    }
  }
}

.photo-one { 
  grid-area: 1 / 1 / 4 / 2;
  height: 100%;
 }

 .photo-two { 
  grid-area: 4 / 1 / 5 / 3;
  height: 113px;
 }

 .photo-three { 
  grid-area: 1 / 2 / 4 / 4;
  height: 100%;
 }

 .photo-four { 
  grid-area: 4 / 3 / 5 / 4;
  height: 113px;
 }

 .photo-five { 
  grid-area: 2 / 4 / 5 / 6;
  height: 100%;
 }

 .photo-six { 
  grid-area: 1 / 4 / 2 / 6;
  height: 113px;
 }

 .help-section {
  font-family: Helvetica;
  width: 85%;
  margin: 0 auto;
}

.help-section-box {
  border-top: 2px dashed;
  border-color: var(--accent) #ffc702 var(--bg) #f9a565 !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}

.help-section-box span{
    background: linear-gradient(to right, #ffc702, var(--bg), #f9a565, var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.help-section-box:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -15px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 34px;
  width: 34px;
background: radial-gradient(circle, var(--bg) 0%, var(--bg) 39%, var(--accent));
  text-align:center;
  color: #000;
  font-size: 27px;
}

.help-section-box:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -15px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 34px;
  width: 34px;
  background: radial-gradient(circle, var(--bg) 0%, var(--bg) 39%, var(--accent));
  text-align:center;
  color: #000;
  font-size: 27px;
}

.help-section-box:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  margin-right: 26px; 
  padding-right: 0;
}

.help-section-box:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  margin-left: 26px; 
  padding-left: 0;
}
.help-section-box:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.help-section-box:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.warning-wr{
  background-color: var(--accent);
  color: var(--white);
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 26px;
  margin-bottom: 26px;
  opacity: 0.9;
  transform: scale(0.89);
  animation: fadeInScale 3s ease-out infinite;
}

@keyframes fadeInScale {
  0% {
    opacity: 0.9;
    transform: scale(0.89);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(0.89);
  }
}

.warning-title{
  color: var(--white);
  font-weight: 800;
  font-size: 19px;
}

.warning-img{
  width: 113px;
  height: 113px;

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

.warning-text{
  text-align: center;
  color: var(--white);
  margin: 0;
}

.footer-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 26px;
  gap: 15px;
}

.footer-widget{
  text-align: center;

  a{
    text-align: center;
    transition: var(--transition);
    color: var(--accent);
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;

    &:hover,
    &:focus{
      transform: translateY(-3px) rotate(-2deg);
    }
  }
}

.legal-rights{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
  flex-wrap: wrap;
  color: var(--bg);
  p{
    color: var(--bg);
    margin: 0;
  }
}

.drop-in-line-wr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 15px;
}

.drop-in-line-item{
  border-radius: 37px;
  border: 6px solid var(--accent);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: var(--accent);

  a{
    color: var(--accent);
    transition: var(--transition);
    text-align: center;
    word-break: break-all;
    font-size: 19px;
    font-weight: 800;

    &:hover,
    &:focus{
      transform: translateY(-3px) rotate(-2deg);
    }
  }
}

.adres{
  text-align: center;
  color: var(--accent);
  font-size: 19px;
}

.box-iframe{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 26px;

  iframe{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border: none;
  }
}

.page-img{
  width: 100%;
  height: 422px;
  background-color: var(--bg);
  padding:  15px;
  border-radius: 37px;
  border: 14px  solid var(--accent);
  overflow: hidden;
  margin-bottom: 26px;

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

.terms-and-privacy-content{
  overflow: hidden;
  word-break: break-all;
}


@media (min-width: 480px){
  .tr-5{
    flex-direction: row;
  }

  .tc-5{
    width: calc(50% - 15px);
  }
}

@media (min-width: 576px) {
  .tc-5{
    width: calc(50% - 15px);
  }
  .tr-6{
    flex-direction: row;
  }

  .tc-6{
    width: calc(50% - 15px);
  }

  .brand{
    flex-direction: row;

    hq{
      text-align: start;
    }
  }

  .menu-wr{
    flex-direction: row;
  }

  .intro-img-wr{
    width: 422px;
    height: 422px;
    border: 15px solid var(--bg);
  }
 
  .title{
    font-size: 27px;
  }

  .body-wr{
      padding: 30px 26px;
  }

  .body-box{
    border-radius: 37px;
    animation: flipInY 1s linear;
    padding: 26px;
  }

  .component{
    padding: 100px 26px;
  }

  .intro{
    &::before{
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url('content/vector-assets/pyramid-068c19fefba343.svg');
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
      opacity: 0.5;
    }

    .tr-2{
      position: relative;
    }
  }

  .game1-img{
    width: 340px;
    height: 340px;
  }

  .champions-img{
    width: 165px;
    height: 165px;
  }

  .warning-title{
    font-size: 22px;
  }
}

@media(max-width: 767px){
  .wwa-img-sm-1,
  .wwa-img-sm-2,
  .wwa-img-sm-3{
    display: none;
  }
}

@media (min-width: 768px){
  .tr-2,
  .tr-3,
  .tr-4{
    flex-direction: row;
  }

  .tc-2,
  .tc-3,
  .tc-4{
    width: calc(50% - 15px);
  }
 
  .tc-5{
    width: calc(33.333% - 15px);
  }

  .tc-6{
    width: calc(33.333% - 15px);
  }

  .tc-30{
    width: calc(30% - 15px);
  }

  .col-70{
    width: calc(70% - 15px);
  }

  .menu-wr{
    justify-content: space-between;
  }

  .intro-img-wr{
    width: 340px;
    height: 340px;
    border: 14px  solid var(--bg);
  }

  .title{
    font-size: 27px;
  }

  .game1-img{
    width: 265px;
    height: 265px;
  }

  .wwa-img{
    height: 100%;
  }

  .wwa-img-sm-3{
    left: -26px;
  }

  .game2-title{
    font-size: 27px;
  }

  .champions-name{
    font-size: 22px;
  }

  .w2{
    width: 50%;
  }

  .champions-img{
    width: 163px;
    height: 163px;
  }

  .warning-title{
    font-size: 29px;
  }
}



@media (min-width: 992px){
  .tc-3{
    width: calc(33.333% - 15px);
  }

  .tc-4{
    width: calc(25% - 15px);
  }

  .tc-5{
    width: calc(20% - 15px);
  }

  .tc-6{
    width: calc(20% - 15px);
  }

  .head-title{
    font-size: 27px;
  }

  .intro-img-wr{
    width: 422px;
    height: 422px;
    border: 15px solid var(--bg);
  }

  .title{
    font-size: 35px;
  }

  .game1-img{
    width: 265px;
    height: 265px;
  }

  .wwa-img-sm-3{
    left: -17px;
  }

  .game1-title{
    font-size: 22px;
  }

  .champions-img{
    width: 158px;
    height: 158px;
  }

  .warning-title{
    font-size: 27px;
  }
}


@media (min-width: 1200px){
  .wrapper {
    max-width: 1314px;
  }

  .intro-img-wr{
    width: 575px;
    height: 575px;
  }

  .title{
    font-size: 49px;
  }

  .game1-img{
    width: 340px;
    height: 340px;
  }

  .champions-img{
    width: 163px;
    height: 163px;
  }

  .warning-title{
    font-size: 49px;
  }
}

.btn-box{
  position: relative;
  z-index: 1;
  text-align: center;
}

.button{
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.button-1 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  padding: 14px 15px;
  border: 3px solid var(--accent);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.1);
  color: var(--accent);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.button-1:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: var(--accent);
  z-index: -1;
}

.button-1:hover, button:focus {
  color: white;
}

.button-1:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button-2{
  background-color: var(--accent);
  border-radius: 37px;
  color: var(--white);
  padding: 15px 26px;
  transition: var(--transition);
  border: none;
  outline: none;
  text-transform: uppercase;

  &:hover,
  &:focus{
    transform: translateY(-3px) rotate(-2deg);
  }
}

.button-3{
  background-color: var(--bg);
  color: var(--white);
  font-weight: 800;
  padding: 15px 26px;
  transition: var(--transition);
  border: none;
  outline: none;

  &:hover,
  &:focus{
   box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 5px 5px rgba(0,0,0,0.12), 0 10px 10px rgba(0,0,0,0.12), 0 15px 15px rgba(0,0,0,0.12);
  }
}

.button-4 {
  padding: 15px 18px;
  margin: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button-4:hover {
  color: black;
}

.button-4:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.button-4:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.button-5 {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: rgb(255, 181, 97);
  --btn-bg-2: rgb(255, 151, 31);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 10px;
  cursor: pointer;
  padding: 14px 15px;
  min-width: 114px;
  min-height: 45px;
  font-size: 13px;
  font-weight: {rand_weight};
  transition: 0.8s;
  background-size: 280% wwato;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%
  );
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow:
    0px 0px  15px rgba(255, 191, 71, 0.5),
    0px 10px 10px -1px rgba(233, 157, 58, 0.25),
    inset 4px 4px 10px rgba(255, 232, 175, 0.5),
    inset -4px -4px 10px rgba(216, 131, 19, 0.35);
}

.button-5:hover {
  background-position: right top;
}

.button-5:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow:
    0 0 0 2px var(--btn-bg-color),
    0 0 0 10px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .button-5 {
    transition: linear;
  }
}


 @keyframes flipInY {
  0% {
  -webkit-transform: perspective(422px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(422px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(422px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(422px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(422px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(422px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(422px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(422px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(422px);
  transform: perspective(422px);
  }
} 

.invert{
  display: flex;
  flex-direction: column;
  gap: 15px;
}



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


.pt-10{
  padding-top: 10px;
}