@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Magra:wght@400;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;1,100;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: Manrope !important;
  overflow-x: hidden;
}

p {
  word-wrap: break-word !important;
  /* For older browsers */
  word-wrap: break-word !important;
  /* For older browsers */
  overflow-wrap: break-word !important;
  /* For modern browsers */
}

p,
button,
input {
  font-family: Manrope !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

/* custom scrollbar */

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #bebebe;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

/* custom colors  */

.bg-primary {
  background-color: #0957df !important;
}

.bg-darkblue {
  background-color: #021942 !important;
}

footer.bg-darkblue {
  padding-bottom: 2.5rem !important;
}

.text-darkblue {
  color: #021942 !important;
}

.text-primary {
  color: #0957df !important;
}

.text-darkgray {
  color: #5c6070 !important;
}

.btn-primary {
  background-color: #0957df !important;
}

/* navbar styling */

.navbar {
  padding: 0;
  margin: 0;
}

.logo {
  max-width: 100px;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-align: center;
}

.btn-book-appointment {
  color: white;
  font-size: 20px;
  font-weight: 500;
  border: none;
  height: 92px;
}

.btn-book-appointment:focus {
  box-shadow: none;
}

.btn-book-appointment i {
  font-size: 20px;
}

#hero {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#home {
  /* background-image: url("../assets/img/home-bg.png"); */
  background-color: #f0f4fd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1;
}

.doctor-name-heading {
  font-size: 44px;
}

.home-inner {
  padding: 0px 0px;
  width: 100%;
  justify-content: space-between;
  height: 80vh;
}

.home-inner img {
  height: 100%;
}

.mob-img {
  display: none;
}

.home-inner-items {
  width: 65%;
  margin-left: 80px;
}

.home-inner {
  width: 100% !important;
  align-items: center;
}

#second-opinion,
.video-consultation-inner {
  width: 90% !important;
  align-items: center;
}

#video-consultation {
  background-color: #f0f4fd;
}

#video-consultation .section-body-container,
#second-opinion .section-body-container {
  width: 60%;
}

.section-title {
  font-size: 20px;
}

.section-heading {
  font-size: 30px;
  font-weight: 600;
}

.section-content {
  font-size: 18px;
}

#video-consultation .section-body-img {
  width: 30%;
}

.home-inner div > p:first-of-type + p {
  font-size: 42px;
}

.section-button {
  font-size: 18px;
  margin-top: 40px !important;
  border-radius: 10px;
  padding: 12px 10px !important;
}

.section-buttons-container {
  display: flex;
}

#second-opinion,
#video-consultation,
#about {
  margin-top: 50px;
}

.video-consultation-inner {
  flex-direction: row-reverse;
}

#second-opinion .section-body-img {
  width: 30%;
}

#about > div {
  width: 90%;
}

.about-images-container {
  width: 30%;
  max-height: 100%;
}

#about > div > div > img:first-of-type {
  width: 70%;
  margin-inline: auto;
}

#about > div > div > div {
  width: 70%;
  margin-inline: auto;
}

#about > div > div > div > img {
  width: 50%;
  /* margin-inline: auto; */
}

.about-text-container {
  width: 60%;
}

.about-footer {
  /* background-color: #f0f4fd !important; */
  width: 100% !important;
  padding: 30px 0;
}

.about-footer img {
  max-height: 90px;
}

#testimonials {
  margin: 0px !important;
  background-color: #021942;
  background-image: url("../assets/high-res/Testimonials\ Banner.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slick-slide {
  height: 100% !important;
}

.card {
  border-radius: 20px;
  width: 100%;
  min-height: 360px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-size: 20px;
}

.card-body-text {
  font-weight: 300;
  color: #6f7486;
  font-size: 16px;
}

.testimonial span {
  color: #ffba08 !important;
}

.card-footer {
  position: relative;
}

.quoteImg {
  position: absolute;
  background-color: #28b6f6;
  color: white;
  font-size: 20px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: -20px;
  right: 20px;
  transform: rotate(180deg);
}

#contact-us {
  height: 100%;
}

#contact-us input:focus {
  border: none !important;
  outline: none !important;
}

#contact-us textarea:focus {
  border: none !important;
  outline: none !important;
}

#contact-us select:focus {
  border: none !important;
  outline: none !important;
}

.contact-img-container {
  width: 50%;
  position: relative;
  background-image: url("../assets/img/21-min.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#contact-us .contact-form-container {
  width: 50%;
}

.contact-form-container {
  background-color: #f0f4fd;
  padding-inline: 50px;
}

.contact-form-container form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact-form-container form .input-container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.field {
  flex-grow: 1;
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}

.contact-form-container form div input {
  flex-grow: 1;
  width: 100%;
  border: none;
  padding: 16px 15px;
  color: black;
  border-radius: 8px;
}

.contact-fields {
  flex-grow: 1 !important;
  width: auto !important;
  max-width: 100%;
  gap: 0px !important;
  display: flex;
  /* margin-top: 30px; */
}

.contact-form-container form div input[type="email"] {
  flex-grow: 1 !important;
  /* margin-top: 30px; */
}

.contact-form-container form div input[type="number"] {
  border-radius: 0px 8px 8px 0px;
}

.contact-fields select {
  flex-grow: 0 !important;
  width: 30%;
  border: none;
  padding: 15px 4px 15px 4px;
  border-radius: 8px 0px 0px 8px;
}

.contact-form-container form textarea {
  width: 100%;
  margin-left: auto;
  /* margin-top: 30px; */
  padding: 15px 10px;
  color: black;
  background-color: white;
  border: none;
  border-radius: 8px;
}

.contact-form-container form input[type="submit"] {
  width: 100%;
  margin-top: 30px;
  background-color: #28b6f6;
  color: white;
  border-radius: 8px;
  padding: 15px 10px;
  border: none;
  font-size: 24px;
  font-weight: 600;
}

.call-req {
  position: absolute;
  padding: 10px 40px;
  border-radius: 28px 0px 0px 28px;
  top: 10%;
  right: 0px;
  gap: 10px;
  background-color: #021942b9;
}

.call-req-phone {
  display: none !important;
  padding: 10px 40px;
  border-radius: 28px 0px 0px 28px;
  top: 10%;
  right: 0px;
  gap: 10px;
  background-color: #021942b9;
}

.call-req i {
  color: #28b5f5;
  font-size: 58px;
}

.call-req-phone i {
  color: #28b5f5;
  font-size: 58px;
}

.call-req div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.call-req-phone div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

footer .inner-footer-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.link-container {
  width: 20%;
}

footer .inner-footer-container img {
  max-width: 225px;
  width: 25%;
}

footer .link-title {
  font-size: 28px;
  font-weight: 600;
}

footer ul li {
  margin-top: 10px;
  font-size: 18px !important;
  vertical-align: middle !important;
}

.bi {
  vertical-align: middle !important;
}

.disclaimer {
  max-width: 90%;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.slick-next,
.slick-prev {
  width: 60px;
  height: 60px;
}

.slick-next {
  right: -55px;
}

.slick-prev {
  left: -55px;
}

/* Large Desktop screen */

/* Mobile Phone Styles */

@media (max-width: 720px) {
  /* CSS rules for mobile screens */
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .navbar-collapse {
    margin-bottom: 20px;
  }
  .logo {
    margin-left: 6px;
    height: 40px;
  }
  #hero {
    min-height: fit-content !important;
    height: fit-content !important;
  }
  #home {
    background-image: url("../assets/img/home-bg-phone.png");
    margin: 0px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    /* background-position-x: right; */
  }
  .doctor-name-heading {
    font-size: 24px;
  }
  .home-inner {
    position: relative;
    height: auto;
  }
  .home-inner-items {
    width: 50%;
    margin-left: 0px;
    justify-content: space-between;
  }
  .home-inner img {
    display: none;
    /* width: 50%;
    position: absolute;
    right: 0;
    object-fit: contain;
    object-position: top; */
  }
  /* .mob-img {
    display: block;
    min-width: 50%;
    min-height: 100%;
    background-image: url("../assets/high-res/Pedsneurorad\ Banner.png");
  } */
  .home-heading {
    font-size: 20px !important;
  }
  section {
    padding: 0px !important;
    margin: 20px !important;
  }
  section img {
    width: 45%;
  }
  .section-title {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .section-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section-content {
    font-size: 12px;
  }
  .section-button {
    font-size: 14px;
  }
  .section-buttons-container {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .section-buttons-container button {
    width: fit-content !important;
    margin: 0px 0px !important;
    padding: 8px !important;
    border-radius: 8px;
  }
  .home-inner {
    width: 100% !important;
    margin: 0px;
    padding: 20px 0px 20px 20px;
  }
  .home-inner > div {
    margin: none !important;
  }
  .home-inner div > p:first-of-type + p {
    font-size: 44px;
  }
  #home button {
    font-size: 14px !important;
    margin-top: 8px !important;
    padding: 10px !important;
  }
  #second-opinion {
    padding: 0px !important;
    position: relative;
  }
  #second-opinion .section-body-container {
    padding-bottom: 50px !important;
    width: 65% !important;
  }
  #second-opinion button {
    position: absolute;
    bottom: 0px;
  }
  #second-opinion .section-body-img {
    width: 45%;
    margin: auto;
  }
  #video-consultation {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
  }
  .video-consultation-inner {
    padding: 0px !important;
    margin: auto !important;
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }
  #video-consultation img {
    margin-block: auto !important;
    position: absolute;
    left: 10px;
    width: 30% !important;
    height: 32% !important;
  }
  .video-consultation-inner .section-buttons-container {
    position: absolute;
    bottom: 14px;
    left: 0px;
    right: 0;
    width: 100%;
  }
  #about {
    margin: 0px !important;
  }
  #about div {
    margin: 0px;
  }
  #about > div {
    width: 90%;
    padding: 12px 0px !important;
    margin: auto;
  }
  .about-images-container {
    width: 40%;
  }
  #about > div > div > img:first-of-type {
    width: 100%;
  }
  #about > div > div > div {
    width: 100%;
  }
  #about > div > div > div > img {
    width: 100%;
  }
  .about-text-container {
    width: 56%;
  }
  #testimonials .section-body-container {
    width: 90% !important;
  }
  .card {
    border-radius: 20px;
    width: 100% !important;
  }
  #contact-us {
    height: auto;
    font-size: 12px;
    flex-direction: column;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
    background-image: url("../assets/img/21-min.webp");
    background-size: cover;
  }
  .contact-img-container {
    display: none;
    background-image: none;
    width: 100%;
    height: 130px;
  }
  .call-req {
    padding: 10px 40px;
    border-radius: 28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0 auto;
    gap: 10px;
    width: fit-content;
  }
  .call-req-phone {
    display: flex !important;
    padding: 10px 40px;
    border-radius: 28px;
    left: 0;
    right: 0;
    margin: 10px auto 0 auto;
    gap: 10px;
    width: fit-content;
  }
  #contact-us img {
    display: none;
  }
  #contact-us .contact-form-container {
    width: 100%;
    padding: 24px !important;
    margin-top: 10px;
    text-align: center;
    background-color: unset;
  }
  #contact-us .contact-fields {
    max-width: 100%;
  }
  #contact-us .contact-form-container .form-outer {
    background-color: #f0f4fd;
    padding: 24px;
    border-radius: 20px;
  }
  #contact-us .contact-form-container form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  #contact-us .contact-form-container form .input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  #contact-us .contact-form-container form .input-container + div {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  #contact-us .contact-form-container form .input-container + div > div {
    margin: 0px;
  }
  #contact-us .contact-form-container form .input-container input {
    margin: 0px !important;
    border: 1px solid #c9d7f8;
    font-size: 16px;
    padding: 15px 15px;
  }
  #contact-us .contact-form-container form .contact-fields {
    flex-direction: row;
    width: 100% !important;
  }
  #contact-us .contact-form-container form select {
    flex-grow: 1;
    border: 1px solid #c9d7f8;
    border-right: none;
  }
  #contact-us .contact-form-container form input[type="tel"] {
    border-left: none;
    flex-grow: 1;
  }
  #contact-us .contact-form-container form input[type="submit"] {
    font-size: 14px;
  }
  .field {
    flex-grow: 1;
    width: 100%;
    padding-bottom: 1.2rem;
    position: relative;
  }
  #first_name_error,
  #last_name_error,
  #email_error,
  #phone_error {
    bottom: 0px !important;
  }
  footer .inner-footer-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  footer .inner-footer-container img {
    margin-bottom: 20px;
    width: 225px;
  }
  footer .inner-footer-container .link-container {
    text-align: center;
  }
  footer .inner-footer-container .quick-links i {
    display: none;
  }
  .link-title {
    text-align: center;
  }
  .disclaimer {
    max-width: 90%;
    margin: auto;
  }
  .link-container {
    width: auto;
  }
  .card {
    min-height: 100% !important;
    min-height: 410px !important;
  }
  .slick-next,
  .slick-prev {
    width: 30px;
    height: 30px;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev {
    left: -25px;
  }
  .custom-icon {
    position: static !important;
    margin-inline: auto;
    transform: none !important;
  }
  #steps {
    margin-top: 40px !important;
  }
  #steps > div > div {
    margin-top: 30px !important;
  }
  #steps > div > p {
    text-align: center;
  }
  .custom-card-heading {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
  .custom-card-body {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
  .custom-icon {
    height: 40px !important;
    width: 40px !important;
  }
}

/* Tablet Styles */

@media only screen and (min-width: 720px) and (max-width: 1280px) {
  .navbar-nav .nav-link {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .navbar-collapse {
    margin-bottom: 0px;
  }
  .logo {
    margin-left: 6px;
    height: 40px;
  }
  #hero {
    min-height: fit-content !important;
    height: fit-content !important;
  }
  #home {
    margin: 0px !important;
  }
  .home-inner-items {
    width: 60%;
    margin-left: 5%;
  }
  .home-inner img {
    width: 40%;
  }
  .home-heading {
    font-size: 20px !important;
  }
  section {
    padding: 0px !important;
    margin: 20px !important;
  }
  section img {
    width: 45%;
  }
  .section-title {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .section-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .section-content {
    font-size: 12px;
  }
  .section-button {
    font-size: 14px;
  }
  .section-buttons-container {
    display: flex;
    justify-content: start !important;
    gap: 50px;
    padding-left: 50px;
  }
  .section-buttons-container button {
    width: fit-content !important;
    margin: 0px 0px !important;
    padding: 8px !important;
    border-radius: 8px;
  }
  .home-inner {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  .home-inner > div {
    margin: none !important;
  }
  .home-inner div > p:first-of-type + p {
    font-size: 44px;
  }
  #home button {
    font-size: 14px !important;
    margin-top: 8px !important;
    padding: 10px !important;
  }
  #second-opinion {
    padding: 0px !important;
    position: relative;
    margin-inline: auto !important;
    width: 100%;
  }
  #second-opinion .section-body-container {
    padding-bottom: 50px !important;
  }
  #second-opinion button {
    position: absolute;
    bottom: 0px;
  }
  #video-consultation img {
    margin-block: none !important;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 30% !important;
  }
  #video-consultation {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
  }
  .video-consultation-inner {
    padding: 0px !important;
    margin: auto !important;
    padding-top: 20px !important;
    padding-bottom: 50px !important;
  }
  .video-consultation-inner .section-buttons-container {
    position: absolute;
    bottom: 18px;
    left: 0px;
    right: 0;
    width: 100%;
  }
  #about {
    margin: 0px !important;
  }
  #about div {
    margin: 0px;
  }
  #about > div {
    width: 90%;
    margin: auto;
  }
  .about-images-container {
    width: 40%;
  }
  #testimonials .section-body-container {
    width: 90% !important;
  }
  .card {
    min-height: 400px !important;
  }
  .card {
    border-radius: 20px;
    width: 100% !important;
  }
  #contact-us {
    height: auto;
    font-size: 12px;
    flex-direction: column;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
    background-image: url("../assets/img/21-min.webp");
    background-size: cover;
  }
  .contact-img-container {
    display: none;
    background-image: none;
    width: 100%;
    height: 130px;
  }
  .call-req-phone {
    display: flex !important;
    padding: 10px 40px;
    border-radius: 28px;
    left: 0;
    right: 0;
    margin: 10px auto 0 auto;
    gap: 10px;
    width: fit-content;
  }
  #contact-us img {
    display: none;
  }
  #contact-us .contact-form-container {
    width: 100%;
    padding: 24px !important;
    margin-top: 10px;
    text-align: center;
    background-color: unset;
  }
  #contact-us .contact-fields {
    max-width: 100%;
  }
  #contact-us .contact-form-container .form-outer {
    background-color: #f0f4fd;
    padding: 24px;
    border-radius: 20px;
  }
  #contact-us .contact-form-container form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  #contact-us .contact-form-container form div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #contact-us .contact-form-container form div + div {
    flex-direction: column-reverse;
    margin-top: 10px;
  }
  #contact-us .contact-form-container form div + div > div {
    margin: 0px;
  }
  #contact-us .contact-form-container form div input {
    margin: 0px !important;
    border: 1px solid #c9d7f8;
    font-size: 16px;
    padding: 15px 15px;
  }
  #contact-us .contact-form-container form .contact-fields {
    flex-direction: row;
    width: 100% !important;
  }
  #contact-us .contact-form-container form select {
    flex-grow: 1;
    border: 1px solid #c9d7f8;
    border-right: none;
  }
  #contact-us .contact-form-container form input[type="number"] {
    border-left: none;
    flex-grow: 1;
  }
  #contact-us .contact-form-container form input[type="submit"] {
    font-size: 14px;
  }
  .field {
    padding-bottom: 0px;
  }
  #contact-us .contact-form-container form div #email {
    margin-top: 20px !important;
  }
  .contact-fields {
    margin-top: 10px !important;
  }
  .field {
    flex-grow: 1;
    width: 100%;
    padding-bottom: 1.2rem;
    position: relative;
  }
  #first_name_error,
  #last_name_error,
  #email_error,
  #phone_error {
    bottom: 0px !important;
  }
  footer .inner-footer-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  footer .inner-footer-container img {
    margin-bottom: 20px;
    width: 225px;
  }
  footer .inner-footer-container .link-container {
    text-align: center;
  }
  footer .inner-footer-container .quick-links i {
    display: none;
  }
  .link-title {
    text-align: center;
  }
  .disclaimer {
    max-width: 90%;
    margin: auto;
  }
  .link-container {
    width: auto;
  }
}

@media screen and (min-width: 630px) and (max-width: 719px) {
  #video-consultation img {
    margin-block: auto;
    position: absolute;
    left: 30px;
    width: 30%;
    height: 80%;
  }
}

@media screen and (min-width: 940px) and (max-width: 1279px) {
  #about > div > div > img:first-of-type {
    width: 70%;
    margin-inline: auto;
  }
  #about > div > div > div {
    width: 70%;
    margin-inline: auto;
  }
}

@media screen and (min-width: 550px) and (max-width: 720px) {
  .about-images-container {
    width: 40% !important;
    max-height: 100% !important;
  }
  #about > div > div > img:first-of-type {
    width: 100% !important;
    margin-inline: auto !important;
  }
  #about > div > div > div {
    width: 100% !important;
    margin-inline: auto !important;
  }
  #about > div > div > div > img {
    width: 50% !important;
    /* margin-inline: auto; */
  }
  .custom-card-heading {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1356px) {
  .nav-item {
    margin-inline: 0.5rem !important;
  }
}

.ui-widget {
  font-family: Manrope !important;
  font-size: 1em;
}

#progressContainer {
  display: none;
}

#myProgress {
  width: 100%;
  background-color: rgb(209, 209, 209);
  border-radius: 10px;
}

#myBar {
  width: 1%;
  height: 10px;
  background-color: rgb(9, 87, 223);
  transition: width 0.5s;
  border-radius: 10px;
}

:root {
  --progress-bar-width: 200px;
  --progress-bar-height: 200px;
  --font-size: 2rem;
}

.circular-progress {
  width: var(--progress-bar-width);
  height: var(--progress-bar-height);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-circle {
  position: absolute;
  width: calc(var(--progress-bar-width) - 30px);
  height: calc(var(--progress-bar-height) - 30px);
  border-radius: 50%;
  background-color: lightgrey;
}

.percentage {
  position: relative;
  font-size: var(--font-size);
  color: rgba(230, 230, 230, 0.8);
}

@media screen and (max-width: 800px) {
  :root {
    --progress-bar-width: 150px;
    --progress-bar-height: 150px;
    --font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  :root {
    --progress-bar-width: 120px;
    --progress-bar-height: 120px;
    --font-size: 1rem;
  }
}
