﻿@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400';
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.firstinfo, .badgescard {
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  height: 100%;
}

/*
body {

    @extend %flex;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    min-height: 100%;
    background: #009688;
    font-size: 16px;
    overflow: hidden;
}


*, *:before, *:after {
    box-sizing: border-box;
}
*/
.content {
  position: relative;
  animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.mini-card {
  width: 377px;
  min-height: 100px;
  padding: 10px;
  border-radius: 0px 7px 7px 0px;
  background-color: white;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.mini-card:after {
  content: "";
  display: block;
  width: 190px;
  height: 300px;
  background: #26976f;
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}

@media (min-device-width: 768px) and (max-device-width: 1180px) {
  #footer {
    margin-bottom: 0px;
  }
  .mini-card {
    width: 268px;
    min-height: 10px;
    padding: 0px;
    border-radius: 0px 7px 7px 0px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
  }
  .mini-card:after {
    content: "";
    display: block;
    width: 170px;
    height: 300px;
    background: #26976f;
    position: absolute;
    animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
  }
  .firstinfo img {
    border-radius: 50%;
    width: 73px !important;
    height: 71px !important;
  }
  .firstinfo .profileinfo {
    padding: 5px 12px !important;
  }
  .firstinfo .profileinfo h1 {
    font-size: 13px !important;
    margin-bottom: 2px !important;
  }
  .firstinfo .profileinfo h3 {
    font-size: 13px !important;
    color: #009688;
    font-style: italic;
    margin-bottom: 2px !important;
  }
  p {
    font-size: 19px !important;
    line-height: 31px !important;
    margin-bottom: 7px !important;
    color: #726a6a;
  }
  a {
    font-size: 35px;
    line-height: 1.7;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  .qr {
    height: 30% !important;
    width: 26% !important;
    max-height: 30%;
    max-width: 40%;
    position: relative !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto !important;
    margin: 3% !important;
  }
}
.badgescard {
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #ECECEC;
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  left: 10px;
  bottom: 10px;
  animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
  direction: rtl;
}
.badgescard span {
  font-size: 1.6em;
  margin: 0px 6px;
  opacity: 0.6;
}

.firstinfo {
  flex-direction: row;
  z-index: 2;
  position: relative;
}
.firstinfo img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.firstinfo .profileinfo {
  padding: 0px 20px;
}
.firstinfo .profileinfo h1 {
  font-size: 1.8em;
}
.firstinfo .profileinfo h3 {
  font-size: 1.2em;
  color: #009688;
  font-style: italic;
}
.firstinfo .profileinfo p.bio {
  padding: 10px 0px;
  color: #5A5A5A;
  line-height: 1.2;
  font-style: initial;
}

@keyframes animatop {
  0% {
    opacity: 0;
    bottom: -500px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animainfos {
  0% {
    bottom: 10px;
  }
  100% {
    bottom: -42px;
  }
}
@keyframes rotatemagic {
  0% {
    opacity: 0;
    transform: rotate(0deg);
    top: -24px;
    left: -253px;
  }
  100% {
    transform: rotate(-30deg);
    top: -24px;
    left: -78px;
  }
}
.firstinfo img {
  max-width: 850px;
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  /* animation: hero-thumb-animation 2s linear infinite alternate; */
}

@keyframes progress1 {
  0% {
    transform: scalex(0);
    opacity: 0.5;
  }
  90% {
    transform: scalex(1);
    opacity: 1;
  }
  92% {
    transform: scalex(1);
    opacity: 1;
  }
  100% {
    transform: scalex(1);
    opacity: 0;
  }
}
@keyframes progress2 {
  0% {
    transform: scale(0.3, 0.8) translatez(0);
    opacity: 0;
  }
  90% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translatex(300px) translatez(0);
    opacity: 0;
  }
}
.line {
  position: absolute;
  top: 99%;
  width: 437px;
  left: 35%;
  margin-left: -150px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.line:before {
  animation: progress1 4s infinite;
  transform-origin: 0 0;
  content: "";
  display: block;
  width: 437px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.4) 80%, rgb(255, 255, 255));
}
.line:after {
  content: "";
  position: absolute;
  animation: progress2 4s infinite;
  transform-origin: 90% 50%;
  margin-left: 98px;
  top: 4px;
  width: 58px;
  height: 45px;
  border-radius: 2px;
  background: rgba(210, 189, 255, 0.55);
  filter: blur(8px);
  box-shadow: 0 0 10px 6px rgba(210, 189, 255, 0.4), -20px 0 15px 4px rgba(210, 189, 255, 0.3), -40px 0 15px 2px rgba(210, 189, 255, 0.2), -60px 0 10px 1px rgba(210, 189, 255, 0.1), -80px 0 10px 1px rgba(210, 189, 255, 0.05);
}

.blog-slider {
  /*width: 95%;*/
  position: relative;
  max-width: 948px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  margin-right: 3%;
  margin-top: -8%;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 10px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 240px;
  background-image: linear-gradient(147deg, #a08e8e 0%, rgba(255, 255, 255, 0.4588235294) 74%);
  box-shadow: 4px 13px 30px 1px rgb(172, 213, 242);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #ffffff 0%, rgba(38, 104, 150, 0) 74%);
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 98%;
  height: 88%;
  padding: 4px;
  object-fit: fill;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
  padding-top: -5%;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
  direction: rtl;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 0;
}

.wrapper {
  max-width: 1400px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps .current-info, .wizard > .steps .number {
  display: none;
}

#wizard {
  position: relative;
  background: #fff;
  height: 554px;
  width: 738px;
  padding: 71px 93px 0;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
#wizard.pt-86 {
  padding-top: 86px;
}

.steps {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
.steps ul {
  display: flex;
}
.steps ul li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
.steps ul li.current a {
  width: 22px;
  transition: all 0.5s ease;
  border-radius: 5.5px;
}

.avartar-picker {
  padding-left: 15px;
  margin-top: 20px;
}
.avartar-picker .inputfile {
  display: none;
}
.avartar-picker label {
  display: block;
  cursor: pointer;
  display: inline-block;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.avartar-picker label:hover {
  color: #666;
}
.avartar-picker label i {
  margin-right: 3px;
}

.form-header {
  display: flex;
}
.form-header .avartar {
  width: 33.75%;
}
.form-header .avartar a {
  display: block;
}
.form-header .form-group {
  width: 66.25%;
}

.form-row {
  display: flex;
}
.form-row .form-holder {
  width: 50%;
  margin-right: 31px;
}
.form-row .form-holder:last-child {
  margin-right: 0;
}

.form-holder {
  position: relative;
  padding-left: 26px;
  margin-bottom: 25px;
}
.form-holder:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid #f6c2ec;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-holder.active:before {
  background: #f6c2ec;
}

.form-control {
  height: 46px;
  border: none;
  background: #f7f7f7;
  width: 100%;
  border-radius: 23px;
  color: #333;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  color: #808080;
  text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
  color: #808080;
  text-transform: uppercase;
}
.form-control::-moz-placeholder {
  color: #808080;
  text-transform: uppercase;
}

.grid {
  margin-top: 15px;
}
.grid .row {
  display: flex;
  flex-wrap: wrap;
}
.grid .row:last-child .grid-item {
  margin-bottom: 25px;
}

.grid-item {
  display: block;
  height: 134px;
  width: 30%;
  margin-right: 27px;
  border-radius: 7px;
  margin-bottom: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.grid-item:last-child {
  margin-right: 0;
}
.grid-item span {
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins-Medium";
  font-weight: 500;
  display: block;
  margin-top: 11px;
}
.grid-item .inner {
  margin-top: 2px;
}
.grid-item:hover {
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.map-wrapper {
  height: 177px;
  margin-bottom: 36px;
}

.map-holder {
  height: 177px;
}

.actions ul {
  display: flex;
}
.actions ul.actions-next {
  justify-content: space-between;
}
.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 46px;
  width: 146px;
  align-items: center;
  background: #aac1f0;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 23px;
  margin-top: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.actions li a:before {
  content: "\f2ee";
  position: absolute;
  top: 17px;
  right: 32px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 13px;
}
.actions li a:hover {
  background: #98add6;
}
.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.actions li[aria-disabled=true] a {
  display: none;
}
.actions li:first-child a {
  background: #f6c2ec;
  padding-left: 65px;
}
.actions li:first-child a:before {
  content: "\f2ea";
  left: 48px;
}
.actions li:first-child a:hover {
  background: #dbadd2;
}
.actions li:last-child a {
  padding-left: 46px;
  font-weight: 400;
}
.actions li:last-child a:before {
  right: 44px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  body {
    background: none;
  }
  .wrapper {
    height: auto;
    display: block;
  }
  #wizard {
    width: auto;
    height: auto;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
  }
  .form-header {
    display: block;
  }
  .form-header .avartar {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .form-header .form-group {
    width: 100%;
  }
  .grid .row {
    display: block;
  }
  .grid-item {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .form-row .form-holder {
    width: 100%;
    margin-right: 0;
  }
  .actions ul {
    flex-direction: column;
    align-items: flex-end;
  }
  .steps {
    display: none;
  }
}
/*////////box///////*/
.box {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  /*transform: translate3d(-50%, -50%, 0);*/
  width: 100%;
  max-width: 100%;
  padding: 5px;
  /*border: 2px solid #b4b1b5;*/
  height: 92%;
  width: 90%;
}
.box:before, .box:after {
  content: "•";
  /*position: absolute;*/
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b4b1b5;
  border: 2px solid #b4b1b5;
  line-height: 12px;
  top: 5px;
  text-align: center;
}
.box:before {
  left: 5px;
}
.box:after {
  right: 5px;
}
.box .box-inner {
  position: relative;
  border: 2px solid #b4b1b5;
  padding: 0px;
  height: 100%;
}
.box .box-inner:before, .box .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b4b1b5;
  border: 2px solid #b4b1b5;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}
.box .box-inner:before {
  left: -2px;
}
.box .box-inner:after {
  right: -2px;
}
.box h1 {
  color: rgba(32, 29, 29, 0.6784313725);
  font-family: system-ui;
  text-align: center;
  padding-bottom: 16px;
}
.box p {
  -webkit-text-stroke-width: thin;
  font-size: larger;
}

/* Css by 4tipsbd */
a.popup-link {
  padding: 17px 0;
  text-align: center;
  margin: 7% auto;
  position: relative;
  width: 220px;
  color: #fff;
  text-decoration: none;
  background-color: #FFBA00;
  border-radius: 3px;
  box-shadow: 0 5px 0 0 #eea900;
  display: block;
}

a.popup-link:hover {
  background-color: #ff9900;
  box-shadow: 0 3px 0 0 #eea900;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

#popup {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  margin-top: -300px;
}

#popup:target {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 99999999999;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 768px) {
  .popup-container {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .popup-container {
    width: 100%;
  }
}
.popup-container {
  position: relative;
  margin: 7% auto;
  padding: 30px 50px;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
}

a.popup-close {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #fff;
  padding: 7px 10px;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  color: #333;
}

.btn-choose {
  width: 136px;
  height: 53px;
  background: radial-gradient(rgba(255, 255, 255, 0.88) 0%, rgb(255, 255, 255) 35%);
  border-radius: 18px;
  position: relative;
  display: block;
  margin-top: 17px;
  box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.8);
}

/* pulse wave */
.btn-choose:before {
  content: "";
  position: absolute;
  width: 136%;
  height: 155%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 9%;
  top: -26%;
  left: -19%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.content-wrapper {
  width: 230px;
  /* max-height: 505px; */
  border-radius: 15px 15px 3px 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8588235294);
  position: relative;
  /* top: 27%; */
  /* left: 50%; */
  transform: translate(4%, 0%);
  /* overflow-y: scroll; */
  overflow-x: hidden;
  text-align: center;
  margin: 7px 0 7px 0;
}
.content-wrapper::-webkit-scrollbar {
  display: none;
}
.content-wrapper .img {
  width: 100%;
  height: 189px;
  position: relative;
  overflow: hidden;
}
.content-wrapper .img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(88, 81, 219, 0.25), transparent);
}
.content-wrapper img {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0px;
  max-height: 100% !important;
  max-width: 100% !important;
}

.menu-bar-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.menu-bar,
.nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background-color: #5851db;
  transform: translateY(110%);
  transition: all 0.455s;
}
.menu-bar.active,
.nav-bar.active {
  transform: translateY(0%);
}
.menu-bar i,
.nav-bar i {
  color: rgba(250, 250, 254, 0.5);
  padding: 14px;
  transition: all 0.255s;
  cursor: pointer;
}
.menu-bar i.active,
.nav-bar i.active {
  color: white;
}
.menu-bar i:hover,
.nav-bar i:hover {
  color: white;
}

.nav-bar {
  background-color: #343436;
  transform: translateY(0%);
}
.nav-bar i {
  color: rgba(255, 255, 255, 0.35);
  padding: 14px;
  transition: all 0.255s;
  cursor: pointer;
}
.nav-bar i.active {
  color: white;
}
.nav-bar i:hover {
  color: #5851db;
}

.dots-wrapper {
  cursor: pointer;
  padding: 5px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

/*.dots {
    background-color: $color2;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 0;

    &::after,
    &::before {
        content: "";
        margin-top: 6px;
        display: block;
        width: 4px;
        border-radius: 100%;
        height: 4px;
        background-color: $color2;
    }

    &::after {
        margin-top: 2px;
    }
}
*/
.wave {
  opacity: 0.4;
  position: absolute;
  left: 50%;
  background: #bc2a8d;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -50px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 5000ms infinite linear;
}

.wave.-three {
  animation: drift 7000ms infinite linear;
  background: white;
  opacity: 1;
}

.wave.-two {
  animation: drift 9000ms infinite linear;
  opacity: 0.4;
  background: #ffdc80;
}

.profile--info {
  text-align: left;
}
.profile--info span {
  font-family: "Open Sans", "Adobe Blank";
  z-index: 1;
  left: 15px;
  top: 15px;
  font-size: 0.575em;
  color: rgba(84, 95, 89, 0.75);
  display: block;
}
.profile--info span.username {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  color: black;
  padding-left: 10px;
}
.profile--info span.email {
  color: #0a5b83;
  background-color: rgba(219, 222, 241, 0.6901960784);
  font-size: 14px;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0px 5px 0px;
}
.profile--info span.userquote {
  margin-top: -15px;
  font-size: 0.85em;
  color: rgba(84, 95, 89, 0.75);
}

.user {
  background-color: transparent;
  margin-top: -30px;
  /* max-height: 600px; */
  position: relative;
  padding: 0 0px;
  box-sizing: border-box;
}

.user-social-wrapper {
  display: flex;
  justify-content: space-around;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0 0 17px 0;
  /* &::after,
  &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 1px;
      background-color: $color_border;
  }

  &::before {
      top: initial;
      bottom: 0;
  }*/
}
.user-social-wrapper .user-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 200;
  flex: 1 1;
}
.user-social-wrapper .user-info span:first-child {
  font-size: 19px;
  font-weight: 400;
}
.user-social-wrapper .user-info span:last-child {
  font-size: 0.99em;
  color: rgba(84, 95, 89, 0.75);
}

.shots {
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.shots .shot {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
}
.shots .shot::after {
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.255s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shots .shot:hover::after {
  opacity: 1;
}
.shots .shot:hover img {
  transform: translate(-50%, -50%) scale(1.25);
}
.shots .shot img {
  transition: all 0.255s;
  width: 102px;
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
