* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Insaniburger';
}

@font-face {
  font-family: 'Insaniburger';
  src: url('Insanibu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body {
  color: #753bbd;
  font-family: 'Insaniburger';
  font-size: 16px;
  background: #131415;

}

.container {
  padding-top: 90px;
  padding-bottom: 25px;
  width: 1400px;
  margin: 20px auto;
  columns: 4;
  column-gap: 20px;
  
}

.container .box  {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;

}

.container .box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 100%;
  /* border-radius: 2%; */
}

@media (max-width: 1300px) {
  .container {
    width: calc(100% - 40px);
    columns: 3;
    padding-top: 50px !important;
  }

  .navbar {
    height: 50px !important;
    flex-direction: column;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .navbar-logo img {
    max-width: 138px !important;
    height: 70px !important;
    
  }
  .navbar-logo {
    
    text-align: center !important;
  }

  .footer {
    padding: 20px;
    bottom: -20px !important;
  }

}

@media (max-width: 768px) {
  .container {
    columns: 2;
    column-gap: 5px;
    padding-top: 50px !important;
  }

  .navbar {
    height: 50px !important;
    flex-direction: column;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .navbar-logo img {
    max-width: 138px !important;
    height: 70px !important;
    
  }
  .navbar-logo {
    
    text-align: center !important;
  }

  .footer {
    padding: 20px;
    bottom: -20px !important;
  }

}

@media (max-width:480) {
  .container {
    columns: 1;
    column-gap: 5px;
    padding-top: 50px !important;
  }

  .navbar {
    height: 50px !important;
    flex-direction: column;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .navbar-logo img {
    max-width: 138px !important ;
    height: 70px !important;
    
  }
  .navbar-logo {
    
    text-align: center !important;
  }
  

  .footer {
    padding: 10px;
    bottom: -20px !important;
  }


}


.navbar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: #14213d;
  /* background-image: linear-gradient(348deg, #000000, #14213d, #fca311, #c90606, #2734cf); */
  /* background-size: cover; */
  background-clip: border-box;
  background-position-x: center;
  margin: 0;
  padding: 5px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /* Ensure the navbar appears above other content */
  height: 80px;
  flex-direction: column;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  animation: bg-animation 3s infinite;
  /* background-size: 400% 400%; */
}
@keyframes bg-animation {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}

.navbar-logo img {
  max-width: auto !important;
  height: 110px ;
}
.navbar-logo {
  text-align: center !important;
}


.footer {
  color: white;
  text-align: center;
  padding: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url("https://www.playadopt.me/_next/image?url=%2Fassets%2Fimg%2Fdividers%2FDivider-Clouds.webp&w=828&q=75");
  background-size: cover;
  background-clip: border-box;
  background-position-x: center;
  box-sizing: border-box;
}



/*  */

.item__text {
  letter-spacing: 0.5px;
  background: #753bbd;
  padding: 5px 0px;
  color: rgb(255, 255, 255);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}

.wholepet {
  cursor: pointer;
  text-align: center;
  background-size: cover;
  background-clip: border-box;
  background-position-x: center;
  padding: 0;
  margin: 0px;
  border-radius: 20px;
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
}
.wholepet img,video{
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}



/* second page */

.second-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 125px;
}

.bottom-block__images {
  display: flex;
  margin-bottom: 30px;
}

.second-page__bottom-block {
  /* padding-top: 20px; */
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}

.second-page__bottom-block.up {
  animation: up 1.3s;
}

.second-page__bottom-block.scale {
  animation: scale 0.4s;
}

.group {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.input {
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 9px;
  outline: none;
  background-color: #ffffff;
  border-color: rgba(252, 249, 92, 0.4);
  box-shadow: 0px 0px 40px 10px rgba(255, 65, 65, 0.25);
  color: #0d0c22;
  transition: .3s ease;
  height: 50px;
  width: 300px;
}

.input::placeholder {
  color: #9e9ea7;
}

.input:focus,
input:hover {
  outline: none;
  border-color: rgba(121, 76, 234, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

.icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  width: 1rem;
  height: 1rem;
}

.hide {
  display: none !important;
}

.bottom-block__btn {
  letter-spacing: .1em;
  background: #FCD730;
  border-radius: 25px;
  color: black;
  font-weight: 800;
  font-size: 18px;
  height: 40px;
  width: 280px;
}

.bottom-block__btn--disagree {
  background: #bdbdbb;
  margin-top: 10px;
}

input::-ms-clear {
  display: none;
}

button {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.goods-img {
  animation: scale 0.4s;
  border: 2px solid #753bbd;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #7fcad1;
  position: relative;
  text-align: center;
  margin: 0px 2px;
  padding: 0 5px;
  /* height: 148px;
  width: 148px; */
}

/* Keyframes */

@keyframes circle-keys {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dot-keys {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes outline-keys {
  0% {
    transform: scale(0);
    outline: solid 20px var(--color);
    outline-offset: 0;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    outline: solid 0 transparent;
    outline-offset: 20px;
    opacity: 0;
  }
}

@keyframes hug {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    transform: scaleY(1.5) scaleX(1.2);
    opacity: 0;
  }
}

@keyframes verify {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes up_2 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  75% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale {
  0% {
    transform: scale(0);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* loader */
/* CSS from variables */
.boot-logo {
  width: 200px;
  height: 200px;
  background-color: #fff;
  /* You can add your logo or animation here */
}
/* Example animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.boot-logo.animated {
  animation: spin 2s linear infinite;
}
.box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #131415;
  /* background-image: linear-gradient(#e7dfdd, #e8d4a8, #e7dfdd); */
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  line-height: 1.4;
}

.intro {
  width: 90%;
  max-width: 50rem;
  padding-bottom: 1rem;
  margin: 0 auto 1em;
  padding-top: .5em;
  font-size: calc(1rem + 2vmin);
  text-transform: capitalize;
  border-bottom: 1px dashed rgba(0, 0, 0, .5);
  text-align: center;
}

.intro small {
  display: block;
  opacity: .5;
  font-style: italic;
  text-transform: none;
}

.info {
  margin: 0;
  padding: 1em;
  font-size: .9em;
  font-style: italic;
  font-family: serif;
  text-align: right;
  opacity: .75;
}

.info a {
  color: inherit;
}


/*last page*/

.greentext {
  color: green;
}

.yellowtext {
  color: rgb(255, 157, 0);
}
.whitetext {
  color: white;
}


.successText {
  color: greenyellow;
}

.loadlast {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}

.loadlast.up {
  animation: up 1.3s;
}

.loadlast.scale {
  animation: scale 0.4s;
}

.bottom-block__title {

  text-align: center;
  /* font-weight: 800; */
  font-size: 24px;
  /* padding-top: 20px !important; */
  margin-bottom: 2px;
  color: white;
  letter-spacing: 2px;
}

.bottom-block__cities-text {
  color: #ffffff;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.bottom-block__cities-text.up {
  animation: up_2 1s;
}

.bottom-block__cities-img {
  animation: rotate 3s infinite ease-in-out;
  margin: 10px 0px;
  height: 50px;
  width: 50px;
}

.bottom-block__cities-img.up {
  animation: up_2 1s;
}

.bottom-block__cities-img.rotate_fast {
  animation: rotate 1.5s infinite ease-in-out;
}



.block {
  position: relative;
  margin: 30px 0px 28px;
}

#verify-btn {
  animation: verify 2s linear infinite;
  z-index: 1;
}

#verify-btn-span {
  animation: hug 2s linear infinite;
  background: #ffb9d7;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 40px;
  z-index: 0;
}



#loader {
  
  width: 100%;
  position:fixed;

  /* background:url("/load.webp") no-repeat center center  rgb(231, 223, 221) */
}

.center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.boardz {
  display: flex;
  justify-content: space-between;
  flex: auto;
  break-inside: avoid;
}
.boardz ul {
  list-style-type: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0px 4px 0px;
  flex: 1;
}
.boardz ul li {
  margin: 8px 4px 8px 4px;
  padding: 12px 12px 5px 12px ;
  flex: auto;
  /* background-color: #ffffff; */
  /* border: 1px solid #737373; */
  box-shadow: 0px 0px 26px -10px #ffce00, inset 0px 0px 14px -5px #ffce00;
  /* box-shadow: 0px 0px 14px -5px #ffce00; */
  
}
.boardz ul h5 {
  margin: 0 0 10px 0;
  padding-bottom: 4px;
  letter-spacing: 0.5px;
  background: #D5AC04;
  padding: 5px 0px;
  color: rgb(0, 0, 0);
  border-radius: 7px;
  text-align: center;
  /* box-shadow: 0px -14px 0px 0px #d5ac04, inset 0px 0px 14px -5px #ffce00; */
  box-shadow: 0px 0px 14px -5px #ffce00;
}
@media screen and (max-width: 800px) {
  .boardz {
      flex-direction: column;
  }
  .boardz ul li:last-child {
      margin-bottom: 0;
  }
  .boardz ul {
      margin: 0;
      padding: 0;
  }
}
.fitted ul {
  display: flex;
}
.fitted ul li {
  margin: 4px 4px 4px 4px !important;
}
.boardz img {
  max-width: 100%;
  height: auto;
}
.beautiful li {
  border: none !important;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .05) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.beautiful li:hover {
  box-shadow: 0px 0px 40px 10px rgba(255, 65, 65, 0.25);
  
}


/* loader dots */

.loader {
  margin: 72px 0 113px;
  display: flex;
  justify-content: center;
  align-items: center;
  --color: hsl(282, 100%, 50%);
  --animation: 2s ease-in-out infinite;
}

.loader .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px var(--color);
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  animation: circle-keys var(--animation);
}

.loader .circle .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  animation: dot-keys var(--animation);
}

.loader .circle .outline {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: outline-keys var(--animation);
}

.circle:nth-child(2) {
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  animation-delay: 0.6s;
}

.circle:nth-child(4) {
  animation-delay: 0.9s;
}

.circle:nth-child(5) {
  animation-delay: 1.2s;
}

.circle:nth-child(2) .dot {
  animation-delay: 0.3s;
}

.circle:nth-child(3) .dot {
  animation-delay: 0.6s;
}

.circle:nth-child(4) .dot {
  animation-delay: 0.9s;
}

.circle:nth-child(5) .dot {
  animation-delay: 1.2s;
}

.circle:nth-child(1) .outline {
  animation-delay: 0.9s;
}

.circle:nth-child(2) .outline {
  animation-delay: 1.2s;
}

.circle:nth-child(3) .outline {
  animation-delay: 1.5s;
}

.circle:nth-child(4) .outline {
  animation-delay: 1.8s;
}

.circle:nth-child(5) .outline {
  animation-delay: 2.1s;
}


 /*  */

