.light-theme {
  --normal-text-color: #3a3a3a;
  --subheading-text-color: #b8651d;
  /* --heading-text-color: #025add; */
  /* --heading-text-color: #8194b2; */
  /* --heading-text-color: #8194b2; */
  /* --button-color: #0c6de0; */
  /* --button-color:#6488c2; */
  --button-color: #8194b2;
  --input-background-color: #f8f8f8;
  --text-color: #3a3a3a;
  --border-box-color: rgba(0, 0, 0, 0.175);
  --background-color: white;
  --swiper-border-box-color: rgb(82 90 101 / 10%);
  --header-text-color: #09254d;
  --subpage-background-color: rgba(255, 255, 255, 0.6);
  --background-theme-icon: url("../../assets/icons/moon.svg");
  --theme-icon-height: 20px;
  --theme-icon-width: 20px;
}

.dark-theme {
  /* --border-box-color: rgb(12 109 224 / 69%); */
  --border-box-color: #00f2fe;
  --background-color: #000;
  /* --swiper-border-box-color: rgb(12 109 224 / 69%); */
  --swiper-border-box-color: linear-gradient(#1A1A77,#18ABDC );
  --input-background-color: #151515;
  --heading-text-color: #fff;
    /* --heading-text-color: linear-gradient(#1A1A77,#18ABDC ); */
  --text-color: white;
  --subheading-text-color: #b8651d;
  /* --button-color: #0c6de0; */
  /* --button-color:#6488c2; */
    --button-color:linear-gradient(#1A1A77,#18ABDC );
  --subpage-background-color: none;
  --background-theme-icon: url("../assets/icons/sun.png");
  --theme-icon-height: 36px;
  --theme-icon-width: 36px;
  --text-muted:white;
  --header-text-color: white;
}



