@viewport {
  width: device-width;
  zoom: 0.5;
  min-zoom: 0.5;
  max-zoom: 2;
  orientation: portrait;
}

.progress-barPR1 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR1::before {

  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);

}

.progress-barPR2 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR2::before {
  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}

.progress-barPR3 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR3::before {
  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}

.progress-barPR4 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR4::before {
  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}

.progress-barPR5 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR5::before {
  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}

.progress-barPR6 {
  --progress: 0;
  height: 25px;
  padding: 3px;
  margin-left: 20px;
  border-radius: 10px;
  background-image: url("../princ/back-barra.gif");
  background-position: center;
  background-size: 950px;
  display: flex;
  width: 90%;
}

.progress-barPR6::before {
  content: "";
  width: calc(var(--progress) * 1%);
  background-color: hsl(calc(var(--progress) * 1.2), 80%, 50%);
}


.p-card2 {
  size: 1px;
  text-align: center;

  font-size: 14px;
  font-family: 'Segoe UI', Tahoma;
  font-weight: 10px;
}


.amenu {
  text-decoration: none;
  color: white;
}

.amenu:hover {
  color: orangered;
}

.P-card {
  size: 1px;
  text-align: left;
  padding-left: 19%;
  font-size: 14px;
  font-family: 'Segoe UI', Tahoma;
  font-weight: 10px;
}

.image-card {
  width: 150px;
  height: 200px;
  align-items: left;
  border-radius: 10px;
}

.indic {
  width: 55px;
  margin-left: 1px;
  margin-right: 6px;
  margin-bottom: 60px;
}

* {
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1), color 0.3s ease;

}



.rela-block {
  display: block;
  position: relative;
  margin: auto;
  color: #ffffff;
  font-family: "Montserrat";
}

.rela-block2 {
  display: block;
  position: relative;
  margin: auto;
  color: #ffffff;
  margin-top: 100%;
  font-family: "Montserrat";
}

.rela-inline {
  display: inline-block;
  position: relative;
  margin: auto;
  background-color: black;
  text-align: center;
  align-items: center;

}

.rela-inline2 {
  display: flexbox;
  position: relative;
  margin-left: 0px;
  background-color: black;
  text-align: center;
  align-items: center;

}

.floated {
  display: inline-block;
  position: center;
  margin: false;
  margin-top: 20%;
  padding-top: 20px;
  float: right;

}

.floated.right {
  float: right;

}

.abs-center {
  display: false;
  position: absolute;
  margin: false;
  top: 50%;
  left: 50%;
  right: false;
  bottom: false;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 88%;
}

.vert-center {
  display: false;
  position: absolute;
  margin: false;
  top: 50%;

  transform: translateY(-50%);
}

.horz-center {
  display: false;
  position: absolute;
  margin: false;
  top: false;
  left: 50%;
  right: false;
  bottom: false;
  transform: translateX(-50%);
}

body {
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 24px;
  background-color: #d9d5d5;
  background-image: url("../princ/fundorepeat3.png");
}

.blurred {
  filter: blur(2px);
}


.post-image {
  height: 100%;
  max-height: 400px;
  width: 480px;
  border: 20px solid #fff;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
  background-size: cover !important;
  cursor: pointer;
}

.desc-title {
  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.desc-author {
  font-family: "Montserrat";
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
  margin-bottom: 10px;
}

.close {
  z-index: 100;
  display: false;
  position: absolute;
  margin: false;
  top: 10px;

  right: 15px;

  font-family: "Montserrat";
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #000000;
  padding: 5px;
}

.nav-bar {
  display: false;
  position: fixed;
  margin: false;
  padding-right: 32.9%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 20px;
  z-index: 10;
  height: 110px;
  background-color: #000000;

  box-shadow: 11px 10px 18px rgb(0, 0, 0);

}

.nav-container {
  width: 100%;
  max-width: 1400px;
}

.logo {
  font-family: "Yellowtail";
  font-size: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 70px;
  margin-top: -9px;
  cursor: pointer;

}

.logo:hover {
  color: #ff5500;
}

.nav-div {
  font-family: "Roboto";
  font-size: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 24px;
  height: 70px;
  line-height: 70px;
  margin: 0 0px;
  color: #ffffff;
  overflow: hidden;
}

.nav-div li {
  padding: 0 9px;
  cursor: pointer;

}

.nav-div li:hover {
  color: #ff5500;
}

.nav-links {
  margin: 0;
  width: 450px;

}


.search-container {
  padding-right: 15px;
  margin-left: 0px;
}

.sign-div {
  margin: 0px;
  width: 180px;
  transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1), opacity 0.15s 0.3s cubic-bezier(0.75, 0, 0.2, 1);
}

.sign-div li {
  padding: 0 0 0 20px;
}

.sign-div.active {
  width: 0px;
  opacity: 0;
  transition: 0.15s cubic-bezier(0.75, 0, 0.2, 1), width 0.3s 0.15s cubic-bezier(0.75, 0, 0.2, 1);
}

.icon {
  height: 40px;
  width: 40px;
  margin: 0 6px;
  vertical-align: middle;
  cursor: pointer;
  background-size: 30px !important;
}

.icon.search-icon {
  background: url("https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-128.png") no-repeat;
  background-position: 3px 3px;
}

.nav-search {
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 0px;
}

.nav-search:focus {
  outline: none;
}

.nav-search.active {
  width: 180px;
  transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1), width 0.3s 0.15s cubic-bezier(0.75, 0, 0.2, 1);
}

.menu-card {
  display: false;
  position: fixed;
  margin: false;
  border-radius: 10px;
  margin-left: 0px;
  
  right: false;
  bottom: false;
  font-family: "Montserrat";
  font-size: 30px;
  letter-spacing: 2.5px;
  font-weight: 500;
  line-height:38px;
  z-index: 15;
  height: 245px;
  width: 240px;
  overflow: hidden;
  box-shadow: 0px 2px 10px -4px rgba(242, 2, 2, 0);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease;
  pointer-events: none;

}

.menu-background {
  height: 0px;
  width: 0px;
  top: 5%;
  left: 93%;
  border-radius: 100%;
  background-color: #000000;

}

.menu-background.active {
  height: 540px;
  width: 540px;
  top: 50%;
  left: 50%;
  transition: 0.3s cubic-bezier(0.5, 0, 0.2, 1), height 0.3s cubic-bezier(1, 0.15, 0.6, 1), width 0.3s cubic-bezier(1, 0.15, 0.6, 1);
}

.menu-content {
  display: false;
  position: absolute;
  margin: false;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  opacity: 0;
  transition: 0.1s ease;
}

.menu-content.active {
  opacity: 1;
  transition: 0.3s 0.3s ease;
}

.menu-links {
  overflow: hidden;
  color: #ffffff;
}

.menu-links li {
  padding: 4px 10px;
  margin-left: 0px;
  cursor: pointer;
}

.menu-links li:hover {
  color: #ff5500;
  ;
}



.menu-links.sign-links {
  height: 0px;
}

.container {
  z-index: 1;
  width: 100%;
  background-image: url("../princ/fundorepeat3.png");
  background-color: #000000;
  margin: 70px auto;
  padding: 70px 0;
}

.profile-card {
  border: 0.1px solid #fff;
  width: 98%;
  align-items: center;
  height: 190px;
  padding-top: 100px;
  border-radius: 20px;
  margin-top: 10%;
  margin-bottom: 2%;
  margin-left: 1%;

  background-color: #000000;
  background-image: url("../princ/fundorepeat2.png");
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.26);
}

.profile-card2 {
  border: 0.1px solid #fff;
  width: 98%;
  align-items: center;
  height: 1050px;
  padding-top: 1px;
  border-radius: 20px;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #000000;
  background-image: url("../princ/fundorepeat2.png");
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.26);
}
.profile-card3 {
  border: 0.1px solid #fff;
  width: 98%;
  align-items: center;
  height: 905px;
  padding-top: 1px;
  border-radius: 20px;
  margin-top: 0%;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #000000;
  background-image: url("../princ/fundorepeat2.png");
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.26);
}
.profile-pic {
  display: false;
  position: absolute;
  margin: false;
  top: -90px;
  left: 49%;
  right: false;
  bottom: false;
  transform: translateX(-50%);
  height: 200px;
  width: 400px;
  border: 8px solid #fff;
  border-radius: 12%;
  background-image: url("../princ/slot_backgrou.png");
  background-position: center;
  background-size: 1000px;

  background-size: cover;
}

.profile-name-container {
  margin: 0 auto 10px;
  padding: 10px;
  text-align: center;
}

.user-name {
  font-family: "Montserrat";
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 1000;
  line-height: 30px;
  margin-bottom: 0px;
  padding-top: 10px;
  color: white;
}

.user-desc {
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
}

.profile-card-stats {
  height: 75px;
  padding: 10px 0px;
  text-align: center;

}

.profile-stat {
  height: 100%;
  width: 33.3333%;

}



.profile-stat:after {
  color: #000000;
}

.works::after {
  content: "works";
}

.followers::after {
  content: "followers";
}

.following::after {
  content: "following";
}

.image {
  width: 240px;
  height: 200px;
  margin: 0 20px 40px;

  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover !important;
}

.image2 {

  width: 800px;
  height: 605px;
  margin-left: 50px;
  text-align: center;
  align-items: center;
  align-content: center;
  align-tracks: center;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 2px 6px -2px rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.772);
  background-size: cover !important;
}


.image.hidden {
  height: 0;
  width: 0px;
  margin: 0px;
  border: 0px solid #fff;
}



.button:hover {
  color: #ff5500;
  ;
  border: 1px solid #ff5500;
  ;
}

.button.inactive {
  color: #bbb;
  cursor: default;
}

.button.inactive:hover {
  color: #bbb;
  border: 1px solid #bbb;
}

.footer {
  min-height: 10px;
  width: 100%;

  background-color: #fff;
  font-family: "Montserrat";
  padding-bottom: 1px;
  text-align: center;
  overflow: hidden;
  background-image: url("../princ/fundorepeat2.png");
}

@media (max-width: 1600px) {
  .container {
    max-width: 1330px;
  }

  .button {
    font-family: 'Montserrat';
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 900;
    line-height: 20px;
    min-width: 200px;
    padding: 20px 40px;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #bbb;
    margin-top: 3%;
    margin-left: 0%;
  }

  .nav-bar {
    background-image: url("../princ/back-cabec.png");
    background-position: right;
    background-size: 20%;
    background-repeat: no-repeat;
  }

  .div-cards {
    align-items: center;
    text-align: center;
    column-count: 3;



    .rela-inline {
      display: inline-block;
      border: 1;
      position: relative;
      margin: auto;
      width: 240px;
      background-color: rgba(0, 0, 0, 0.571);
      text-align: center;
      align-items: center;
    }


  }

  @media screen and (max-width: 1200px) {
    .container {
      max-width: 1100px;
    }

    .button {
      font-family: 'Montserrat';
      font-size: 14px;
      letter-spacing: 4px;
      font-weight: 900;
      line-height: 20px;
      min-width: 200px;
      padding: 20px 40px;
      color: #444;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      border: 1px solid #bbb;
      margin-top: 3%;
      margin-left: 0%;
    }

    .nav-bar {
      background-image: url("../princ/back-cabec.png");
      background-position: right;
      background-size: 20%;
      background-repeat: no-repeat;
    }

    .div-cards {
      align-items: center;
      text-align: center;
      column-count: 3;
      padding-left: 0.5%;

    }

    .rela-inline {
      display: inline-block;
      position: relative;
      margin-left: 0px;
      width: 240px;
      background-color: black;
      text-align: center;
      align-items: center;

    }


    .post-image {
      width: 396px;
      height: 330px;
      border: 0px solid #fff;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      background-size: contain !important;
    }

    .nav-links {
      width: 0px;

    }

    .menu-background {
      left: 8%;
    }

    .menu-card {
      left: 2px;
      height: 360px;
    }

    .menu-content .sub-nav-links {
      height: 164px;
      border-bottom: 1px solid #ccc;
    }
  }

  @media(max-width: 1096px) {

    .container {
      max-width: 1050px;
    }

    .button {
      font-family: 'Montserrat';
      font-size: 14px;
      letter-spacing: 4px;
      font-weight: 900;
      line-height: 20px;
      min-width: 200px;
      padding: 20px 40px;
      color: #444;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      border: 1px solid #bbb;
      margin-top: 3%;
      margin-left: 2%;
    }

    .image {
      width: calc(100% - 40px);
      height: 0px;
      padding-bottom: 60%;
    }

    .div-cards {

      align-items: center;
      text-align: center;
      column-count: 2;


    }

    .menu-content .sign-links {
      height: 64px;
      border-top: 1px solid #ccc;
    }

    .menu-card {
      height: 250px;
      border-radius: 10px;
      margin-left: 0px;
    }

    .nav-bar {
      background-image: url("../princ/back-cabec.png");
      background-position: right;
      background-size: 25%;
      background-repeat: no-repeat;
    }

    .sign-div {
      width: 0px;
    }

    .nav-search.active {
      transition: 0.3s cubic-bezier(0.75, 0, 0.2, 1);
    }
  }

  @media (max-width: 768px) {

    .button {
      font-family: 'Montserrat';
      font-size: 14px;
      letter-spacing: 4px;
      font-weight: 900;
      line-height: 20px;
      min-width: 200px;
      padding: 20px 40px;
      color: #444;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      border: 1px solid #bbb;
      margin-top: 3%;
      margin-left: 10%;
    }

    .container {
      max-width: 900px;
    }

    .nav-bar {
      background-image: url("../princ/back-cabec.png");
      background-position: right;
      background-size: 35%;
      background-repeat: no-repeat;
    }

    .div-cards {
      width: 100%;
      align-items: center;
      text-align: center;
      column-count: 1;
    }

    .post-image {
      width: 80%;
      max-width: 288px;
      height: 240px;
    }



    .profile-card-stats {
      height: 0;
      padding: 0px;

    }

    .profile-pic {
      height: 140px;
      width: 140px;
      top: -70px;
    }

    .profile-card {
      padding-top: 70px;
      margin: 50px auto 30px;
    }



  }

  @media (max-width: 480px) {

    .button {
      font-family: 'Montserrat';
      font-size: 14px;
      letter-spacing: 4px;
      font-weight: 900;
      line-height: 20px;
      min-width: 200px;
      padding: 20px 40px;
      color: #444;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer;
      border: 1px solid #bbb;
      margin-top: 3%;
      margin-left: 8%;
    }

    .container {
      max-width: 550px;
    }

    .nav-bar {
      background-image: url("../princ/back-cabec.png");
      background-position: right;
      background-size: 32%;
      background-repeat: no-repeat;
    }

    .div-cards {
      width: 100%;
      align-items: center;
      text-align: center;
      column-count: 1;
    }

    .post-image {
      width: 80%;
      max-width: 288px;
      height: 240px;
    }



    .profile-card-stats {
      height: 0;
      padding: 0px;

    }

    .profile-pic {
      height: 140px;
      width: 140px;
      top: -70px;
    }

    .profile-card {
      padding-top: 70px;
      margin: 50px auto 30px;
    }
  }
}




.animated-button {
  background: linear-gradient(-30deg, #fd5b03 50%, #fd5b03 50%);
  padding: 15px 10px 10px 10px;
  margin: 12px;
border-radius: 25px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(205, 86, 86, 0.5);
  box-shadow: 0 20px 50px rgba(240, 248, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(153, 247, 39, 0)), to(#8ed926));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #26d932);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(235, 239, 246, 0)), to(#7dd926));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #a6d926);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#6bd926));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #acd926);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#d9d326));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #acd926);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.animated-button1 {
  background: linear-gradient(-30deg, #03921b 50%, #028718 50%);
  padding: 15px 30px;
  margin: 12px;
  border-radius: 10px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;

}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#bc0202), to(#ed0303));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #ff9d00);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#b80505), to(#f81c08));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #f99900);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #ffe100);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ffea00);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}




.menu-card.active {
  box-shadow: 0px 5px 18px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s 0.25s ease;
  pointer-events: auto;
}

.men-button {
  align-items: center;
  padding-bottom: 30px;
  text-align: center;


}

.men-button2 {
  align-items: center;
  text-align: center;
  margin-left: 3%;
  padding-top: 5px;
}

.myButton {
  box-shadow: inset 0px 1px 3px 0px #616345;
  background: linear-gradient(to bottom, #0e0f0f 5%, #282b2b 100%);
  background-color: #0e0f0f;
  border-radius: 5px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 35px;
  text-decoration: none;
  text-shadow: 0px -1px 0px #2b665e;
  width: 200px;
  height: 65px;
}

.myButton:hover {
  background: linear-gradient(to bottom, #282b2b 5%, #0e0f0f 100%);
  background-color: #282b2b;
  border-color: white;
}

.myButton:active {
  position: relative;
  top: 1px;
}



.panime {

  position: relative;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3px;
  overflow: hidden;
  background: linear-gradient(90deg, #c29218, #ffffff, #c97617);
  background-repeat: no-repeate;
  background-size: 80%;
  animation: animate 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(52, 49, 49, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}