/* CSS Document */

.small-text{ font-size:12px; color:#fff;}

.login-div{ border-radius:20px; border:1px solid #fff; padding:30px; background:#000;}

.review-box{  padding:15px; background:#000; border:1px solid #fff; border-radius:10px; margin-bottom:15px; color:#fff;}
.review-hd{ background:linear-gradient(to left top, #c32c71 50%, #b33771 50%); padding:15px; display:block; color:#fff;border-radius:10px;}

.review-post{ background: #000;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  }
.review-post-hd{ background:#272727; padding:8px;border-radius: 20px; color:#fff;}

.right-login-box{ padding:15px; background:#000; border:1px solid #fff; border-radius:10px; margin-bottom:15px;}



progress[value] {
  --color: linear-gradient(to left top, #c32c71 50%, #b33771 50%); /* the progress color */
  --background: lightgrey; /* the background color */

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 182px;
  margin: 0 10px;
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}
progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color);
}

.review-box label {
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}



.review-ladies {
  display: block;
  position: relative;
  margin-bottom:15px;
  border: 2px solid #fff;
}

.review-ladies img {
   
  border-radius: 4px;
  max-width: 100%;
  cursor: pointer;
  height: 200px; width:100%;
}

@media (max-width:768px){
    .review-ladies img {
     height: 400px; width:100%;
}
}

@media (max-width:500px){
    .review-ladies img {
     height:350px; width:100%;
}
}

.review-ladies h5.ladies {
  margin: 0;
  background-color: #000;
  padding: 18px 0;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}


.profile-section2 h3{font-size: 26px; color:#fff; font-weight:400;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
  text-transform: none;  }
  
  
  .review-box-right label {
  font-size: 15px;
  font-weight: 200;
  display: block;
  margin: 5px 0;
}

  .review-box-right progress[value]{ width: 80%;
  height: 20px;}
  
  @media (max-width:768px){
     .review-box-right progress[value]{ width: 70%;
  height: 20px;} 
  }
  
  .review-box-right{ color:#fff; background:#000; padding:25px; font-family: 'Roboto', sans-serif; font-size:14px;}
  
  .p-3 {
  padding: 1rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-2, .my-2 {
  margin-top: .5rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.review-box-right .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}


.review-box-right profile-avatar[data-char] {
  width: 35px;
  height: 35px;
  border-radius: 50%; 
  /*background-color: #9ccd57 !important; */
  background-color: purple;
  margin-right: 1rem !important; line-height: 35px;
  padding: 1px;
  text-align: center;
}

.review-box-right .media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-reviews .author {
  font-weight: bold;
  color: var(--text-color-primary);
  margin-bottom: 2px;
  display: inline-block;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.list-reviews .message {
  line-height: 20px;
}

.color-blue{ color:#2ce5e7;}
.color-red{ color:#ff9435;}

.review-box-right .checked {
  color: orange;
}

.loyalty-reward{ line-height:24px;}
.loyalty-reward-box{background:#272727; padding:5px 10px; width:150px; float:left; margin-bottom:5px; margin-right:50px;}

.btn2{ background:#d177ff; color:#fff; padding:10px 20px; border-radius:20px; transition: all 1s ease-out;}
.btn2:hover{ background:#666; transition: all 1s ease-out;}




.box {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.15s ease-in;
  background-color: #fc205e;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  width: 287px;
  height: 300px;
  padding: 3rem;
  border-radius: 50px;
}
.box .eyeContainer {
  display: flex;
  width: 80%;
  /* margin-top: 6rem; */
  justify-content: center;
}
.box .eyeContainer .eyeLid {
  text-align: center;
  display: flex;
  background-color: white;
  border-radius: 50% 50% 49% 51%/67% 68% 32% 33%;
  box-shadow: inset -17px -10px 12.5px rgba(0, 0, 0, 0.144);
  -webkit-animation-name: blink;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50%;
  animation-play-state: running;
}
.box:hover {
  cursor: help;
}

.eyeLid,
.eyes {
  text-align: center;
  display: flex;
  /* font-size: 0.65em; */
  width: 17rem;
  height: 17rem;
  /* background-color: black; */
}

.eye {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 55%;
  height: 55%;
  background-color: #08090a;
  border-radius: 50%;
  z-index: 8976;
  margin: auto;
  margin-left: 30px;
  margin-top: 70px;
  -webkit-animation-name: eyeball;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 30%;
  animation-play-state: running;
}
.eye:after {
  /*pupil*/
  --pupil-size: 2rem;
  position: absolute;
  top: -0.4rem;
  left: 1.2rem;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 50%;
  content: " ";
}

@keyframes blink {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  10% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  10.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }
  11% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  40.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }
  41% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  70% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  70.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
  }
  71% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@keyframes eyeball {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
  10.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 30px;
    margin-top: 64px;
  }
  11% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
  40% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
  40.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 78px;
    margin-top: 58px;
  }
  41% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 78px;
    margin-top: 62px;
  }
  70% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 78px;
    margin-top: 62px;
  }
  70.5% {
    -webkit-transform: scaleX(1.3) scaleY(0.1);
    margin-left: 30px;
    margin-top: 68px;
  }
  71% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    margin-left: 30px;
    margin-top: 70px;
  }
}



@media (max-width:1000px) {
    
 .headpart {
   
  text-align: center;
}   

.headpart .btn2 {
   
  height: auto;
  display: inline-block;
    margin-bottom: 10px;
}
.button {
 font-size: 14px; 
 margin-bottom: 10px;
    display: inline-block; height: auto;
}
    
}

@media (max-width:1000px) {
   .button {
 font-size: 14px!important; 
 margin-bottom: 10px!important;
    display: inline-block!important; height: auto!important;
} 
}

@media (max-width:1024px) {
    .btn2 { 
  padding: 5px 10px;}
}