@import url('https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');

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

html{
  scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body{
  font-family: 'Reddit Mono', sans-serif !important;
  font-size: 18px;
  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: 18px;
  font-size: 13px;
  line-height: 1.5;
}

ul, ol {
  margin-bottom: 18px;
  padding-left: 28px;
}

li {
  margin-bottom: 5px;
}

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: 50px 0;
}

.wrapper {
  width: 100%;
  margin-right: wwato;
  margin-left: wwato;
  padding-right: 18px;
  padding-left: 18px;
  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-reverse;
  gap: 18px;
}

.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: -18px;
  left: -18px;
  bottom: -18px;
  right: -18px;
  z-index: -1;
  
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

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

.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: 3px;
  transition: var(--transition);

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

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

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

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

.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(-5px) rotate(-3deg);
    }
  }
}

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

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

}

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

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

  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:  18px;
  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: 18px;
}

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

.title{
  position: relative;
  padding-bottom: 5px;
  font-weight: 800;
  color: var(--accent);
  font-size:  18px;
  margin-bottom: 28px;

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

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

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

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

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

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

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

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

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

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

.benefits{
  background: url('picgallery/bg/opacity_bg-0685182ae6d29f.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: 18px;
  transition: var(--transition);
  padding: 18px;
  gap: 18px;

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

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

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

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

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

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

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

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

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

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

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

#game1{
  display: none;
}

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

.game2-img{
  width: 100%;
  height: 250px;
  mask-image: url('img/monument.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  padding: 5px;
  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('picgallery/bg/opacity_bg-1685182ae6d308.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

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

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

.form{
  margin: 0 auto;
  max-width: 723px;
  width: 100%;
  border: 4px solid var(--accent);
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
}

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

.drop-in-line-input > input,
.drop-in-line-input > textarea,
.input-btn--box-block,
.textarea-btn--box-block{
  width: 100%;
  border-radius: 38px;
  border: 1px solid var(--accent);
  padding:  13px  18px;
  outline: none;
  transition: var(--transition);
  background-color: var(--white);

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

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

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

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

.photo-list{
  background: url('picgallery/bg/opacity_bg-2685182ae6d376.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: 389px;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
}

.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: 13px  solid var(--accent);
      border-radius: 38px;
    }
  }
}

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

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

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

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

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

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

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

.help-section-box {
  border-top: 1px 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: -18px;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  height: 31px;
  width: 31px;
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: -18px;
  position: absolute;
  border-radius: 50%;
  padding: 5px;
  height: 31px;
  width: 31px;
  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: 1px dashed;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  margin-right: 28px; 
  padding-right: 0;
}

.help-section-box:nth-child(odd) {
  border-right: 1px dashed;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  margin-left: 28px; 
  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: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  margin-bottom: 28px;
  opacity: 0.7;
  transform: scale(0.87);
  animation: fadeInScale 3s ease-out infinite;
}

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

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

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

  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: 28px;
  gap: 18px;
}

.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(-5px) rotate(-3deg);
    }
  }
}

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

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

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

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

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

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

.box-iframe{
  width: 100%;
  height: 389px;
  border-radius: 38px;
  border: 13px  solid var(--accent);
  overflow: hidden;
  margin-bottom: 28px;

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

.page-img{
  width: 100%;
  height: 389px;
  background-color: var(--bg);
  padding:  18px;
  border-radius: 38px;
  border: 13px  solid var(--accent);
  overflow: hidden;
  margin-bottom: 28px;

  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% - 18px);
  }
}

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

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

  .brand{
    flex-direction: row;

    hq{
      text-align: start;
    }
  }

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

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

  .body-wr{
      padding: 38px 28px;
  }

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

  .component{
    padding: 25px 28px;
  }

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

    .tr-2{
      position: relative;
    }
  }

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

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

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

@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% - 18px);
  }
 
  .tc-5{
    width: calc(33.333% - 18px);
  }

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

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

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

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

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

  .title{
    font-size: 27px;
  }

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

  .wwa-img{
    height: 100%;
  }

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

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

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

  .w2{
    width: 50%;
  }

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

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



@media (min-width: 992px){


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

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

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

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

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

  .title{
    font-size: 34px;
  }

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

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

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

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

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


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

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

  .title{
    font-size: 50px;
  }

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

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

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

.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: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  padding: 13px 18px;
  border: 5px solid var(--accent);
  border-radius: 1px;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16), 0 3px 4px 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: 38px;
  color: var(--white);
  padding: 18px 28px;
  transition: var(--transition);
  border: none;
  outline: none;
  text-transform: uppercase;

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

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

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

.button-4 {
  padding: 18px 25px;
  margin: 5px;
  background: black;
  color: white;
  border: none;
  border-radius: 5px;
  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: 5px;
  cursor: pointer;
  padding: 13px 18px;
  min-width: 113px;
  min-height: 50px;
  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  18px rgba(255, 191, 71, 0.5),
    0px 5px 5px -1px rgba(233, 157, 58, 0.25),
    inset 4px 4px 5px rgba(255, 232, 175, 0.5),
    inset -4px -4px 5px 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 3px var(--btn-bg-color),
    0 0 0 5px var(--btn-bg-2);
}

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


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

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