.first-img {
  width: 200px;
  min-height: 200px;
}
.second-img {
  width: 200px;
  min-height: 200px;
}
body {
  background-color: black;
  color: white;
 
}

.first-img,
.second-img {
  background-color: HSL(0, 0%, 5%);
  padding: 2em;
  margin: 2em 2em 0 2em;
}
.first-img:hover,
.second-img:hover {
  background-color: HSL(0, 0%, 12%);
  padding: 2em;
}
.survOneImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
}
.myImages {
  display: flex;
}
.innerFirst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerSecond {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.womanText,
.manText {
  width: 250px;
  text-align: center;

  background-color: HSL(0, 0%, 50%);
  font-size: 300%;
  font-weight: bold;
}
.haeding {
  font-size: 48px !important;
  width: max-content;
}

/* second section  */

.first-img_2 {
  width: 200px;
  min-height: 200px;
}
.second-img_2 {
  width: 200px;
  min-height: 200px;
}

.first-img_2,
.second-img_2 {
  background-color: HSL(0, 0%, 5%);
  padding: 2em;
  margin: 2em 2em 0 2em;
}
.first-img_2:hover,
.second-img_2:hover {
  background-color: HSL(0, 0%, 12%);
  padding: 2em;
}
.survTwoImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
}
.myImages_2 {
  display: flex;
}
.innerFirst_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerSecond_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.womanText_2,
.manText_2 {
  width: 250px;
  text-align: center;

  background-color: HSL(0, 0%, 50%);
  font-size: 1.5em;
  font-weight: bold;
}
.haeding_2 {
  font-size: 3em;
}
.first-img_3 {
}
.second-img_3 {
}

.first-img_3,
.second-img_3 {
  background-color: HSL(0, 0%, 5%);
  padding: 2em;
  margin: 2em 2em 0 2em;
}
.first-img_3:hover,
.second-img_3:hover {
  background-color: HSL(0, 0%, 12%);
  padding: 2em;
}
.survThreeImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: center;
}
.myImages_3 {
  display: flex;
}
.innerFirst_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerSecond_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.womanText_3,
.manText_3 {
  width: 80%;
  text-align: center;

  background-color: HSL(0, 0%, 50%);
  font-size: 1.5em;
  font-weight: bold;
}
.haeding_3 {
  font-size: 3em;
}
.haeding {
  font-size: 7em;
}
.haeding_2 {
  font-size: 48px;
}
.womanText_2,
.manText_2 {
  width: 250px px;
  text-align: center;
  background-color: HSL(0, 0%, 50%);
  font-size: 5em;
  font-weight: bold;
}
.first-img_3 {
}
.second-img_3 {
}
/* .timer::after {
  font: 800 40px system-ui;
  content: counter(count);
  animation: counter 5s linear infinite alternate;
  counter-reset: count 0;
}

@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 1;
  }
  20% {
    counter-increment: count 2;
  }
  30% {
    counter-increment: count 3;
  }
  40% {
    counter-increment: count 4;
  }
  50% {
    counter-increment: count 5;
  }
  60% {
    counter-increment: count 6;
  }
  70% {
    counter-increment: count 7;
  }
  80% {
    counter-increment: count 8;
  }
  90% {
    counter-increment: count 9;
  }
  100% {
    counter-increment: count 10;
  }
} */
#logo {
  display: inline-block;
  position: relative;
}
#logo .speedometer {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 20px solid orange;
  border-left: 20px solid green;
  border-right: 20px solid red;
  border-bottom: 20px solid transparent;
  border-top: 20px solid orange;
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
#logo .needle {
  width: 5px;
  height: 50px;
  background: #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  display: inline-block;
  left: 57px;
  position: absolute;
  top: 10px;
  transform-origin: bottom center;
  transition: transform 0.5s ease; /* Add a smooth transition */
}
div#logo {
  transform: rotate(-42deg);
}
.hidden {
  display: none;
}
.womanText_3,
.manText_3 {
  width: 80%;
  text-align: center;
  background-color: HSL(0, 0%, 50%);
  font-size: 100%;
  font-weight: bold;
}
.first-img_3 {
}
.second-img_3 {
}
.timer::after {
  font: 800 40px system-ui;
  content: counter(count);
  /* stopper */
  /* animation: counter 2s linear forwards;  */
  counter-reset: count 0;
}
.timer.counter-animation::after {
  animation: counter 2s linear forwards;
}

.timer.my-counter-animation::after {
  animation: mycounter 2s linear forwards;
}
@keyframes mycounter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 6;
  }
  20% {
    counter-increment: count 12;
  }
  30% {
    counter-increment: count 18;
  }
  40% {
    counter-increment: count 24;
  }
  50% {
    counter-increment: count 30;
  }
  60% {
    counter-increment: count 36;
  }
  65% {
    counter-increment: count 42;
  }
  70% {
    counter-increment: count 48;
  }
  75% {
    counter-increment: count 54;
  }
  80% {
    counter-increment: count 56;
  }
  90% {
    counter-increment: count 60;
  }
  95% {
    counter-increment: count 72;
  }
  100% {
    counter-increment: count 84;
  }
}
@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 6;
  }
  20% {
    counter-increment: count 12;
  }
  30% {
    counter-increment: count 18;
  }
  40% {
    counter-increment: count 24;
  }
  50% {
    counter-increment: count 30;
  }
  60% {
    counter-increment: count 36;
  }
  65% {
    counter-increment: count 42;
  }
  70% {
    counter-increment: count 48;
  }
  75% {
    counter-increment: count 52;
  }
  80% {
    counter-increment: count 53;
  }
  90% {
    counter-increment: count 54;
  }
  95% {
    counter-increment: count 55;
  }
  100% {
    counter-increment: count 56;
  }
}
#logo {
  display: inline-block;
  position: relative;
  transform: scale(2.5);
}
#logo .speedometer {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 20px solid orange;
  border-left: 20px solid green;
  border-right: 20px solid red;
  border-bottom: 20px solid transparent;
  border-top: 20px solid orange;
  -webkit-transform: rotate(45deg);
  display: inline-block;
}
#logo .needle {
  width: 5px;
  height: 50px;
  background: #999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  display: inline-block;
  left: 57px;
  position: absolute;
  top: 10px;
  transform-origin: bottom center;
  transition: transform 0.5s ease; /* Add a smooth transition */
}
div#logo {
  transform: rotate(-42deg);
}
.sectionResult {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
div.myLogo {
  margin-top: 10em;
  transform: scale(2) rotate(-42deg) !important;
  /* transform: scale(3.5) !important; */
  /* transform: rotate(-42deg); */
}
.myClass {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grand-Parent {
  display: flex;
  justify-content: space-evenly;
}
.moreClass.grand-Parent.parent.sectionResult {
  margin-top: 20vh;
}
.second-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}
.parent.sectionResult.uzair {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .parent.sectionResult.uzair {
    display: flex;
    flex-direction: row;
  }
  .second {
    top: 1% !important;
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .myImages_3 {
    flex-direction: column;
    display: flex;
  }

  .haeding_2 {
    font-size: 2em;
  }
  .womanText_2,
  .manText_2 {
    width: 250px px;
    text-align: center;
    background-color: HSL(0, 0%, 50%);
    font-size: 2em;
    font-weight: bold;
  }
  .myImages_2 {
    flex-direction: column !important;
    display: flex;
  }
  body {
    overflow: visible !important;
  }

  img.first-img {
    padding-bottom: 1em;
  }
  .first-img,
  .second-img {
    background-color: HSL(0, 0%, 5%);
    padding: 2em;
    margin: 0;
  }
  .grand-Parent {
    display: flex;
  }
  video {
    width: 100vw; /* Set width to 100vw on mobile */
  }
}
.parent.sectionResult {
  margin-bottom: 10rem;
}
.timer.bad-cont-final::after {
  animation-name: mycounter;
}
.womanText_2,
.manText_2 {
  width: 250px px;
  text-align: center;
  background-color: HSL(0, 0%, 50%);
  font-size: 2em;
  font-weight: bold;
}
.haeding {
  font-size: 3em;
  width: max-content;
}
.womanText_3,
.manText_3 {
  width: 80%;
  text-align: center;
  background-color: HSL(0, 0%, 50%);
  font-size: 34px;
  font-weight: bold;
}
video.thisVideo {
  margin: auto auto;
}
button.callToACtion {
  background-color: rgb(0, 128, 0);
  color: white;
  padding: 1em 2em;
  cursor: pointer;
}
@media (max-width: 676px) {
  .timer.myMajid.myIqra::after {
    font-size: 5.5rem !important;
  }
  .haeding {
    font-size: 34px !important;
    width: max-content;
  }
  .haeding_2 {
    font-size: 34px;
  }
}

.womanText,
.manText {
  font-size: 25px;
}
.myUzair::after {
  display: none;
}
.timer.myMajid::after {
  font-size: 10.25rem !important;
  /* padding: 0.75rem; */
  /* margin: 1.5rem; */
}
video#player {
  width: 700px;
  hight: 550px !important;
}
.moreClass.grand-Parent.parent.sectionResult {
  margin-top: 0;
}
.parent.sectionResult {
  margin-bottom: 0;
}
a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 676px) {
  .survOneImg.wajahat {
    justify-content: flex-start !important;
  }
}
.survOneImg.wajahat {
  justify-content: center;
}
.timer.myUzair.counter-animation.bad-cont-final {
  text-align: center;
}
