/*start privacy and terms*/
.privacy-main {
  background: var(--surface, #eef0f2);
  background-image: url(/image/Vector.png);
  min-height: 120vh;
  background-repeat: no-repeat;
  background-size: 70% 75%;
  background-position: center;
  padding-bottom: 100px;
}

.terms-main {
  background: var(--surface, #eef0f2);
  background-image: url(/image/Vector.png);
  min-height: 120vh;
  background-repeat: no-repeat;
  background-size: 70% 75%;
  background-position: center;
}

.privacy-header {
  margin-top: 100px;
  display: flex;
  gap: 30px;
  padding: 10px;
  padding-bottom: 35px;
  padding-inline-start: 45px;
  align-items: center;
}

.terms-header {
  margin-top: 100px;
  display: flex;
  gap: 30px;
  padding: 10px;
  padding-bottom: 35px;
  padding-inline-start: 45px;
  align-items: center;
}

.privacy-header h2 {
  margin-top: 10px;
  color: var(--on-surface, #353238);
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 500;
}

.terms-header h2 {
  margin-top: 10px;
  color: var(--on-surface, #353238);
  font-family: "Gilda Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 500;
}

.privacy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  padding-inline-start: 50px;
}

.terms-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  padding-inline-start: 50px;
}

.privacy-point p {
  padding-bottom: 10px;
  color: var(--on-surface, #353238);
  font-family: "Gilda Display";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-point p {
  padding-bottom: 10px;
  color: var(--on-surface, #353238);
  font-family: "Gilda Display";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy-point li {
  width: 90%;
  color: var(--on-surface-variant, #5c6c7a);
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms-point li {
  width: 90%;
  color: var(--on-surface-variant, #5c6c7a);
  font-family: "Gilda Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*end privacy and terms*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
  text-decoration: none;
}

body {
  transition: background-color 0.3s, color 0.3s;
  background: var(--surface, #eef0f2);
}

:root {
  --primary-color: #4b108d;
  --secondary-color: #e0dae3;
  --bg-light: #ffffff;
  --text-color: #5c6c7a;
  --color: #9176ff;
  --dark-color: #0000000d;
  --dark-icon-color: #fff;
  --light-color: #f7f7f7;
  --light-icon-color: #3fd6a6;
}

*::selection {
  background: var(--primary-color);
  color: #fff;
}

h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
}

/* p {
  font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
} */

.heroSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0000000d;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}

header {
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  width: 80%;
  border-radius: 50px;
  z-index: 99999 !important;
  top: 20px;
  justify-content: space-between;
  padding: 1.3rem 5%;
}

.photoo {
  position: relative;
  z-index: -100;
}

header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4b108d1a;
  backdrop-filter: blur(20px);
  z-index: -1;
  border-radius: 30px;
}

.dazzifylogo {
  fill: #4b108d;
}

.links-container .navbar-nav a {
  color: #8292a1;
  font-weight: 400;
  font-size: 22px;
  font-family: Roboto;
  margin-left: 2.5rem;
}

.link {
  color: #4b108d;
  font-weight: 500;
}

.terms {
  color: #4b108d;
  font-weight: 500;
  cursor: pointer;
}

.terms:hover {
  text-decoration: underline;
}

.darkmode .link {
  color: #3fd6a6;
}

.darkmode ::selection {
  background: var(--light-icon-color);
  color: #fff;
}

.link:hover {
  color: #4b108d;
  cursor: pointer;
  font-weight: 500;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.links-container .navbar-nav a:hover,
.links-container .navbar-nav a.active {
  color: var(--primary-color);
  transition: 0.5s ease;
  font-weight: 500;
}

.icons {
  position: absolute;
  font-size: 2.8rem;
  color: var(--primary-color);
  cursor: pointer;
  right: 8%;
  display: none;
}

html[dir="rtl"] .icons {
  right: auto;
  left: 8%;
}

html[dir="rtl"] .DownloadTheApp {
  margin-right: 50px;
}

html[dir="rtl"] .darkmode .btn__indicator {
  transform: translateX(-13px);
  background-color: #b3efdc;
}

#check,
#checkk {
  display: none;
}

.HeroSectionContent {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(var(--bs-gutter-y) * -1);
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 50px 5%;
}

.col {
  flex: 0 0 auto;
  margin: auto;
}

.img-content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.HeroSection-col-2 {
  flex-shrink: 0;
  width: 80%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.heroSectionImg {
  width: 500px;
}

.img-fluid {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 100%;
  width: 600px;
  height: auto;
  margin-top: 25px;
}

.HeroSection-btns-cont {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.HeroSection-btn {
  background-color: var(--primary-color);
  color: var(--bg-light);
  border-top-right-radius: 58px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 58px;
  height: 60px;
  width: 60%;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.HeroSection-btn:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}

.HeroSection-btn-2:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}

.HeroSection-col-2 p {
  color: #5c6c7a;
  font-size: 30px;
  font-family: Roboto;
  font-weight: 500;
  word-wrap: break-word;
  padding-bottom: 20px;
}

.HeroSection-col-2 h1 {
  color: #353238;
  font-size: 40px;
  font-family: Roboto;
  font-weight: 600;
  word-wrap: break-word;
  padding-bottom: 20px;
}

.AppFeaturesSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eef0f2;
}

.AboutUs-container {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
}

.AboutUs-text {
  color: #353238;
  font-size: 38px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.AboutUs-paragraph {
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
}

.RectangleShapeContainer {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.RectangleShape {
  width: 70%;
}

.Input-container {
  width: 100%;
}

/* 
.FeatureOneContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
} */
.FeatureTwoContainer {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding-left: 100px;
  padding-inline-start: 0px;
  padding-top: 80px;
}

.FeatureOneHeader,
.FeatureTwoHeader,
.PaymentMethodsHeader {
  color: #353238;
  font-size: 38px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.FeatureOneContent,
.FeatureTwoContent {
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
  margin-top: 20px;
  padding-inline-end: 50px;
}

.PaymentMethodsBody {
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  line-height: 40px;
  word-wrap: break-word;
  margin-top: 10px;
  padding-inline-end: 50px;
}

.FeatureOneTxtCont {
  width: 50%;
}

.FeatureTwoTxtCont {
  width: 80%;
}

.AppImageContainer,
.DashboardImageContainer {
  width: 50%;
}

.AppImage {
  /* width: 650px; */
  height: auto;
  /* padding-inline-start: 80px; */
}

.DashboardImage {
  /* width: 450px; */
  height: auto;
}

.PaymentMethodsContent {
  margin-top: 70px;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.PaymentMethodsImage {
  padding: 20px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  display: flex;
}

.DownloadAppSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #e0dae3;
}

.downloadAppImageCont {
  position: relative;
}

.backgroundImage {
  position: relative;
  background-image: url(/image/Vector.png), url(/image/Vector.png);
  background-position: top left, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat, no-repeat;
}

.background-line {
  position: relative;
  background-image: url(/image/Line.png);
  background-position: center;
  background-size: 50% 70%;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* Keep overlay below content */
}

.FeaturesContent {
  position: relative;
  z-index: 2;
  /* Keep content above overlay */
}

.OverLayImage {
  position: absolute;
  top: 0;
  left: 50px;
  width: 500px;
  height: 550px;
}

.DownloadAppContent {
  display: flex;
  padding: 20px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.DownloadTheApp {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

.DownloadTheApp .paraghraphOne {
  color: #4b108d;
  font-size: 40px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.DownloadTheApp .paraghraphTwo {
  color: #5c6c7a;
  font-size: 27px;
  font-family: Gilda Display;
  font-weight: 200;
  word-wrap: break-word;
  margin-top: 5px;
}

.DownloadTheApp .paraghraphThree {
  color: #353238;
  font-size: 30px;
  font-family: Gilda Display;
  font-weight: 200;
  word-wrap: break-word;
  margin-top: 30px;
}

.BadgesContainer {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.ApplySection {
  background-color: #e0dae3;
}

.FormHeader {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px;
}

.DeleteAccountFormHeader {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 30px;
  padding-top: 100px;
  justify-content: center;
}

.DeleteAccountFormHeader p {
  color: #5c6c7a;
  font-size: 45px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.FormHeader p {
  color: #5c6c7a;
  font-size: 45px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.FormBody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
}

.FirstInputSection {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

html[dir="rtl"] .InputField {
  text-align: right;
}

.SelectField option {
  background-color: #f9f9f9;
  color: #333;
  padding: 10px;
}
.InputField {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.ContactInputField {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.error-message {
  color: red;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.InputField::placeholder {
  color: #5c6c7a;
  font-family: Gilda Display;
  font-size: 25px;
  font-weight: 300;
  word-wrap: break-word;
}

.character-counter {
  display: flex;
  justify-content: flex-end;
}

.ContactInputField::placeholder {
  color: #5c6c7a;
  font-family: Gilda Display;
  font-size: 25px;
  font-weight: 300;
  word-wrap: break-word;
}

.SelectCont {
  width: 45%;
}

.SelectField {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  height: 60px;
  width: 100%;
  outline: none;
  color: #5c6c7a;
  font-size: 25px;
  font-family: Gilda Display;
  font-weight: 400;
  word-wrap: break-word;
}

.containe-form-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.form-btn {
  background-color: #b47ff0;
  border-top-right-radius: 100px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 100px;
  border: none;
  color: #3c0d72;
  font-size: 22px;
  font-family: Roboto;
  font-weight: 500;
  word-wrap: break-word;
  cursor: pointer;
}

.form-btn:hover {
  background-color: #4b108d;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.favicon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.form-btn:active {
  transform: scale(0.98);
  transition: 0.5s;
}

.FooterSection {
  border-top: 3px solid #ffffff;
  width: 100%;
  background-color: #e0dae3;
  background-position: right center;
  background-image: url(/image/footer-logo.png);
  background-repeat: no-repeat;
  background-size: 600px 600px;
  display: flex;
  flex-direction: column;
}
html[lang="ar"] .FooterSection {
  border-top: 3px solid #ffffff;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 600px 600px;
  display: flex;
  flex-direction: column;
}
.FooterSection2 {
  width: 100%;
  background-color: #e0dae3;
  padding-top: 5px;
}

.Footercontainer {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.DazzifyFooter {
  display: flex;
  flex-direction: column;
  width: 26.6%;
}

.DazzifyInfo {
  color: var(--on-surface, #353238);
  font-size: 18px;
  font-family: Gilda Display;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  width: 100%;
}

.footersocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

  gap: 10px;
}

.PaymentMethodsSection {
  padding-bottom: 30px;
  padding-top: 80px;
}

.footersocial a {
  height: 40px;
  width: 40px;
  background: #4b108d;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 50%;
  transition: 0.4s;
}

.footersocial a:hover {
  background-color: white;
  color: #4b108d;
  transform: scale(1.2);
}

#displayYear {
  color: #353238;
  font-size: 20px;
  font-family: Rubik;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.ComingSoonSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  background-color: #ecdffb;
  background-image: url("/image/Group\ 23.png"), url(/image/shapee.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center;
  background-size: 100%, 48%;
}

.content {
  position: relative;
  z-index: 1;
}

.content h1 {
  color: #4b108d;
  font-size: 70px;
  font-weight: 900;
  font-family: Roboto;
}

.content span {
  font-weight: 400;
  font-family: Roboto;
}

.content h2 {
  color: #4b108d;
  font-size: 70px;
  font-weight: 900;
  margin: 30px 0px;
  font-family: Roboto;
}

.countdown {
  color: #4b108d;
  font-size: 40px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}

.DazzifyTxt {
  color: #4b108d;
  font-size: 20px;
  font-family: Rubik;
  font-weight: 300;
  line-height: 24px;
  word-wrap: break-word;
}

.footer-info {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: 26.6%;
}

.privacy-icon {
  fill: #353238;
}

.terms-icon {
  fill: #353238;
}

.RetryBtn {
  display: flex;
  width: 30%;
  height: 80px;
  padding: 25px 0px 29px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 24px 100px;
  background: var(--primay, #b47ff0);
  outline: none;
  color: #ffffff;
  border: none;
  color: var(--on-primary, #4b108d);
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  cursor: pointer;
  transition: background-color 0.5s;
  transform: 0.1s;
  margin-top: 30px;
}

.logo svg {
  display: flex;
}

.RetryBtn:hover {
  background-color: #3b0e74;
  color: #fff;
}

.RetryBtn:active {
  transform: scale(0.95);
  transition: 0.5s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* -------------- BUTTON -------------- */
.btn {
  width: 55px;
  height: 40px;
  border-radius: 10em;
  padding: 0 0.4em;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn__indicator {
  background-color: #4b108d1a;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.3s ease;
}

.btn__icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn__icon {
  font-size: 1rem;
  color: #4b108d;
}

/* -------------- ANIMATION ------------ */
.btn__icon.animated {
  animation: spin 0.5s;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* -------------- DARKMODE -------------- */
body.darkmode {
  background-color: #0f0016;
}

.darkmode .footerlogosvg {
  fill: white;
}

.darkmode .privacy-main {
  background: #0f0016;
  background-image: url(/image/Vector-dark.png);
  background-size: 70% 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.darkmode .terms-main {
  background: #0f0016;
}

.darkmode .privacy-header h2 {
  color: #eef0f2;
}

.darkmode .terms-header h2 {
  color: #eef0f2;
}

.darkmode .privacy-point p {
  color: #eef0f2;
}

.darkmode .terms-point p {
  color: #eef0f2;
}

.darkmode .privacy-point li {
  color: #cbd1d8;
}

.darkmode .terms-point li {
  color: #cbd1d8;
}

.darkmode .privacy-icon {
  fill: #eef0f2;
}

.darkmode .terms-icon {
  fill: #eef0f2;
}

.darkmode .btn {
  background-color: white;
}

.darkmode .btn__indicator {
  transform: translateX(13px);
  background-color: #b3efdc;
}

.darkmode .btn__icon {
  color: #27b588;
}

.darkmode .heroSection {
  background-color: #3fd6a6 !important;
}

.darkmode .HeroSection-btn {
  background-color: #b3efdc;
  color: #353238;
}

.darkmode .HeroSection-col-2 h1 {
  color: #353238;
}

.darkmode .form-btn {
  background-color: #b3efdc;
  color: #27b588;
}

.darkmode .form-btn:hover {
  background-color: #27b588;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}

.darkmode .AboutUs-text {
  color: var(--on-surface, #eef0f2);
}

.darkmode .FeatureOneHeader {
  color: var(--on-surface, #eef0f2);
}

.darkmode .FeatureTwoHeader {
  color: var(--on-surface, #eef0f2);
}

.darkmode .PaymentMethodsHeader {
  color: var(--on-surface, #eef0f2);
}

.darkmode .AboutUs-paragraph {
  color: var(--on-surface-variant, #cbd1d8);
}

.darkmode .FeatureOneContent {
  color: var(--on-surface-variant, #cbd1d8);
}

.darkmode .FeatureTwoContent {
  color: var(--on-surface-variant, #cbd1d8);
}

.darkmode .PaymentMethodsBody {
  color: var(--on-surface-variant, #cbd1d8);
}

.darkmode .AppFeaturesSection {
  background-color: #0f0016;
}

.darkmode .PaymentMethodsSection {
  background-color: #0f0016;
}

.darkmode .DownloadAppSection {
  background-color: #0f0016;
}

.darkmode .ApplySection {
  background: var(--Green-700, #1e8b68);
}

.darkmode .FormHeader p {
  color: #ffffff;
}

.darkmode .InputField::placeholder {
  color: #ffffff;
}

.darkmode .InputField {
  border-bottom: 2px solid #ffffff;
}

.darkmode .SelectField {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.darkmode .paraghraphOne {
  color: #3fd6a6;
}

.darkmode .paraghraphTwo {
  color: #cbd1d8;
}

.darkmode .paraghraphThree {
  color: #eef0f2;
}

.darkmode .FooterSection {
  background-color: var(--Green-700, #1e8b68);
  background-image: url(/image/footer-logo-lightmode.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 600px 600px;
}

.darkmode .links-header {
  color: white;
}

.darkmode .footer-links a.terms {
  color: white;
}

.darkmode .footer-links a.terms:hover {
  color: #b3efdc;
}

.darkmode .email-icon {
  color: #b3efdc;
}

.darkmode .FooterSection2 {
  background: var(--Green-700, #1e8b68);
}

.darkmode .DazzifyInfo {
  color: white;
}

.darkmode #displayYear {
  color: var(--Neutral300, #cbd1d8);
}

.darkmode .DazzifyTxt {
  color: var(--on-primary, #fff);
}

.darkmode .terms {
  color: var(--Purple-0, #fff);
}

.darkmode .footersocial a {
  background: var(--Green-700, #1e8b68);
}

.darkmode .dazzifylogo {
  fill: #3fd6a6;
}

.darkmode .sectionshape {
  fill: #0f0016;
}

.darkmode .footersocial a {
  background-color: #27b588;
}

.darkmode .footersocial a i {
  color: #b3efdc;
}

.darkmode .footersocial a i:hover {
  color: #27b588;
}

.darkmode .footersocial a:hover {
  background-color: #b3efdc;
}

.darkmode .path1 {
  fill: #3fd6a6;
}

.darkmode .path2 {
  fill: #3fd6a6;
}

.darkmode .RetryBtn {
  color: #27b588;
  background-color: #b3efdc;
}

.darkmode .RetryBtn:hover {
  background-color: #27b588;
  color: #fff;
}

.darkmode .link:hover {
  color: #3fd6a6;
  cursor: pointer;
  font-weight: 500;
}
.darkmode header {
  z-index: 99999 !important;
}

.darkmode header::before {
  background-color: rgba(18, 18, 18, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 4px rgba(75, 16, 141, 0.35);
}

.darkmode .backgroundImage {
  background-image: url(/image/Vector-dark.png), url(/image/Vector-dark.png);
  background-position: top left, bottom right;
  background-size: 70% 100%;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}

.darkmode .ComingSoonSection {
  background-color: #0f0016;
  background-image: url(/image/Dazzicons.png), url(/image/backgroundShape.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center;
  background-size: 100%, 48%;
}

.darkmode .content h1 {
  color: #3fd6a6;
}

.darkmode .countdown {
  color: #3fd6a6;
}

.darkmode .content h2 {
  color: #3fd6a6;
}

.darkmode .InputField {
  color: #ffffff !important;
}

/*end darkmode*/

.path1 {
  fill: #4b108d;
}

.path2 {
  fill: #b47ff0;
}

.sectionshape {
  fill: #eef0f2;
  margin-bottom: -10px;
}

.footerlogosvg {
  fill: #4b108d;
}

.footer-links {
  display: flex;
  flex-direction: column;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 26.6%;
}

.language-item {
  margin-right: 15px;
  /* Space between the language items */
}

.language-link {
  display: flex;
  align-items: center;
}

.language-flag {
  width: 20px;
  /* Flag size */
  height: 15px;
  margin-right: 5px;
  /* Space between the flag and the text */
}

/* Hidden class for the notification bar */
.hidden {
  display: none;
}

/* Styles for the notification bar */
.notification-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: white;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
}

.notification-bar.success {
  background-color: #4caf50;
  /* Green */
}

.notification-bar.error {
  background-color: #f44336;
  /* Red */
}

.notification-bar.warning {
  background-color: #ff9800;
  /* Orange */
}

.notification-bar.info {
  background-color: #2196f3;
  /* Blue */
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.close-btn:hover {
  color: #ddd;
}

.email-icon {
  color: #4b108d;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
  transition: color 0.3s;
}

.links-header {
  color: #4b108d;
  font-size: 20px;
  font-weight: 500;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 10px 0;
}

.footer-links a.terms {
  color: var(--on-surface, #353238);
  text-decoration: none;
  font-weight: 400;
}

.footer-links a.terms:hover {
  text-decoration: underline;
  color: #4b108d;
}

.copyrights-cont {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

/*Start Responsive*/
@media ((max-width: 767px)) {
  /*Start navbar*/
  header {
    width: 95%;
  }

  #check:checked + a header {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .FirstRow,
  .SecondRow,
  .ThirdRow {
    flex-direction: column;
    gap: 20px;
  }

  .logo svg {
    width: 100px;
  }

  .icons {
    display: inline-flex;
  }

  .icons #close-icon {
    display: none;
  }

  #check:checked ~ .icons #menu-icon {
    display: none;
  }

  #check:checked ~ .icons #close-icon {
    display: block;
  }

  .HeroSectionContent {
    margin-top: 30px;
  }

  /*End navbar*/
  /*Start HeroSection*/
  .HeroSectionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }

  .HeroSection-btns-cont {
    justify-content: center;
  }

  .RetryBtn {
    width: 80%;
  }

  .HeroSection-col-2 h1 {
    font-size: 32px;
    text-align: center;
  }

  .HeroSection-col-2 p {
    text-align: center;
    font-size: 25px;
  }

  .AboutUs-container {
    padding: 50px;
  }

  .AboutUs-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  /*start Features*/
  .FeatureOneContainer,
  .FeatureTwoContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline-start: 50px;
  }

  .AppImageContainer,
  .DashboardImageContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .FormHeader {
    justify-content: center;
  }

  .FeatureOneHeader,
  .FeatureTwoHeader,
  .PaymentMethodsHeader {
    font-size: 30px;
  }

  .FeatureOneContent,
  .FeatureTwoContent,
  .PaymentMethodsBody {
    font-size: 20px;
    line-height: 30px;
  }

  .FeatureOneTxtCont,
  .FeatureTwoTxtCont {
    width: 100%;
    padding-top: 60px;
  }
  .DashboardImage {
    width: 300px;
    padding-right: 40px;
  }

  .BackgroundShapeImage {
    width: 300px;
  }

  .OverLayImage {
    width: 250px;
    height: 260px;
    align-items: center;
    left: 20%;
  }

  .PaymentMethodsContent {
    padding-inline-start: 50px;
  }

  .AppImage {
    width: 250px;
    padding-right: 50px;
  }

  .downloadAppImageCont {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .DownloadAppContent {
    flex-direction: column;
    padding: 20px;
  }

  .DownloadTheApp {
    width: 100%;
    padding: 20px;
  }

  .DazzifyInfo {
    width: 100%;
    font-size: 16px;
  }

  .img-fluid {
    width: 500px;
  }

  .BadgesContainer {
    justify-content: center;
  }

  .appstore,
  .googleplay {
    width: 100%;
  }

  .FormHeader p {
    font-size: 18px;
  }

  .form-btn {
    width: 80%;
    height: 50px;
    font-size: 18px;
  }

  .DownloadTheApp .paraghraphOne {
    font-size: 30px;
    text-align: center;
  }

  .DownloadTheApp .paraghraphTwo {
    font-size: 22px;
    text-align: center;
  }

  .DownloadTheApp .paraghraphThree {
    font-size: 23px;
    text-align: center;
  }

  .ContactInputField {
    height: 40px;
    width: 100%;
  }

  .DeleteAccountFormHeader p {
    font-size: 30px;
  }

  .InputField {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #5c6c7a;
  }
  .InputField::placeholder {
    font-size: 18px;
  }

  .SelectField {
    border-bottom: 1px solid #5c6c7a;
    font-size: 18px;
  }
  .error-message {
    font-size: 18px;
  }

  /*start privacy*/
  .privacy-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    padding-inline-start: 50px;
    padding-bottom: 40px;
  }

  .terms-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    padding-inline-start: 50px;
    padding-bottom: 40px;
  }

  .privacy-header {
    padding-inline-start: 25px;
    gap: 10px;
  }

  .terms-header {
    padding-inline-start: 25px;
    gap: 10px;
  }

  .privacy-header h2 {
    font-size: 23px;
    font-weight: 600;
  }

  .terms-header h2 {
    font-size: 23px;
    font-weight: 600;
  }

  .SelectCont {
    width: 100%;
  }

  .navbar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--inverse-primary, rgba(75, 16, 141, 0.1));
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: height 0.5s ease-out;
    /* Smooth transition for height */
  }

  .navbar-nav .link {
    color: #4b108d;
  }

  .darkmode .navbar-nav .link {
    color: #fff;
  }

  .darkmode .navbar-nav {
    background-color: rgba(18, 18, 18, 0.75);
    backdrop-filter: blur(20px);
  }

  .darkmode #check:checked ~ nav .navbar-nav {
    box-shadow: 0px 4px 4px rgba(75, 16, 141, 0.35);
  }

  #check:checked ~ nav .navbar-nav {
    /*height: 10.7rem;
    */
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: height 0.5s ease-out;
  }

  header::before {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  nav .navbar-nav li {
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    transform: translateY(-50px);
    transition: 0.5s ease;
    opacity: 0;
  }

  #check:checked ~ nav .navbar-nav li {
    transform: translateY(0px);
    transition-delay: calc(0.15s * var(--i));
    opacity: 1;
    padding-inline-start: 1rem;
  }

  #checkk:checked ~ header::before {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .HeroSection-col-2 {
    width: 100%;
  }

  .darkmode .backgroundImage {
    background-image: url(/image/Vector-dark.png), url(/image/Vector-dark.png);
    background-position: top left, bottom right;
    background-size: 70% 100%;
    background-repeat: no-repeat, no-repeat;
    position: relative;
  }

  .backgroundImage {
    background-image: url(/image/Vector.png), url(/image/Vector.png);
    background-position: top left, bottom right;
    background-size: 70% 100%;
    background-repeat: no-repeat, no-repeat;
    position: relative;
  }

  .background-line {
    background-image: none;
  }

  .Input-container {
    width: 100%;
  }
  .content h1,
  .content h2 {
    font-size: 40px;
  }
  .countdown {
    font-size: 30px;
  }
  .darkmode .ComingSoonSection {
    background-size: 100%, 80%;
  }
  .ComingSoonSection {
    background-size: 100%, 80%;
  }
  .DownloadAppImage {
    padding-top: 80px;
  }
  .Footercontainer {
    flex-direction: column;
    gap: 1.5rem;
  }
  .DazzifyFooter,
  .footer-info {
    width: 80%;
  }
  .footer-contact {
    width: 80%;
  }
  .FooterSection,
  .darkmode .FooterSection {
    background-position: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /*Start navbar*/
  .container {
    max-width: 960px;
  }
  .DownloadAppImage {
    padding-top: 0px;
  }

  header::before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .logo svg {
    width: 130px;
  }

  .navbar-nav {
    display: flex;
    list-style: none;
    gap: 30px;
  }

  .toggle-btn {
    display: none;
  }

  header {
    width: 90%;
  }

  /*End navbar*/
  /*start herosrction*/
  .HeroSectionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 70%;
  }

  .HeroSection-col-2 p,
  .HeroSection-col-2 h1 {
    text-align: center;
  }

  .AboutUs-container {
    padding: 50px;
    padding-inline-start: 60px;
  }

  .AboutUs-paragraph {
    font-size: 22px;
    line-height: 32px;
  }

  /*start Features*/
  .FeatureOneContainer,
  .FeatureTwoContainer {
    display: flex;
    padding-inline-start: 50px;
    align-items: center;
    gap: 20px;
  }

  .AppImageContainer,
  .DashboardImageContainer {
    display: flex;
    justify-content: center;
  }

  .FeatureOneHeader,
  .FeatureTwoHeader,
  .PaymentMethodsHeader {
    font-size: 35px;
  }

  .FeatureOneContent {
    width: 120%;
    font-size: 22px;
    line-height: 32px;
  }

  .FeatureTwoContent {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .PaymentMethodsContent {
    padding-inline-start: 50px;
  }

  .PaymentMethodsBody {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .DashboardImage,
  .BackgroundShapeImage {
    width: 350px;
  }

  .OverLayImage {
    width: 320px;
    height: 400px;
  }

  .AppImage {
    width: 250px;
  }

  .DownloadAppContent {
    padding: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .DownloadTheApp {
    width: 100%;
  }

  .DazzifyInfo {
    width: 100%;
  }

  .img-fluid {
    width: 500px;
  }

  .BadgesContainer {
    justify-content: center;
    width: 100%;
  }

  .FormHeader p {
    font-size: 35px;
  }

  .DownloadTheApp .paraghraphOne {
    font-size: 33px;
    text-align: center;
  }

  .DownloadTheApp .paraghraphTwo {
    font-size: 25px;
    text-align: center;
  }

  .DownloadTheApp .paraghraphThree {
    font-size: 28px;
    text-align: center;
  }

  .DazzifyInfo {
    width: 100%;
  }

  .InputField {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #5c6c7a;
  }

  .SelectField {
    border-bottom: 2px solid #5c6c7a;
  }

  .ContactInputField {
    height: 40px;
    width: 100%;
  }

  .form-btn {
    height: 70px;
    width: 50%;
  }
  .Input-container {
    width: 40%;
  }

  .content h1,
  .content h2 {
    font-size: 50px;
  }
  .countdown {
    font-size: 40px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  /*Start navbar*/
  .container {
    max-width: 1140px;
  }
  .Input-container {
    width: 40%;
  }

  header::before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .logo svg {
    width: 124.675px;
    height: 41.271px;
  }

  .navbar-nav {
    display: flex;
    list-style: none;
    gap: 40px;
  }

  .toggle-btn {
    display: none;
  }

  /*End navbar*/
  /*start herosrction*/
  .HeroSectionContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 50%;
  }

  .AboutUs-container {
    padding: 50px;
    padding-inline-start: 55px;
  }

  .AboutUs-paragraph {
    font-size: 25px;
    line-height: 32px;
    width: 100%;
  }

  /*start Features*/
  .FeatureOneContainer,
  .FeatureTwoContainer {
    display: flex;
    padding-inline-start: 50px;
    align-items: center;
    gap: 20px;
  }

  .AppImageContainer,
  .DashboardImageContainer {
    display: flex;
    justify-content: center;
  }

  .FeatureOneHeader,
  .FeatureTwoHeader,
  .PaymentMethodsHeader {
    font-size: 35px;
  }

  .FeatureOneContent {
    width: 120%;
    font-size: 22px;
    line-height: 32px;
  }

  .FeatureTwoContent {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .PaymentMethodsImage {
    margin-bottom: 30px;
  }

  .PaymentMethodsContent {
    padding-inline-start: 50px;
  }

  .PaymentMethodsBody {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }

  .DashboardImage,
  .BackgroundShapeImage {
    width: 470px;
  }

  .OverLayImage {
    width: 320px;
    height: 400px;
  }

  .AppImage {
    width: 400px;
  }

  .DownloadAppContent {
    padding: 60px;
  }

  .DownloadTheApp {
    width: 100%;
  }

  .img-fluid {
    width: 500px;
  }

  .BadgesContainer {
    justify-content: center;
  }

  .FormHeader p {
    font-size: 35px;
  }

  .DownloadTheApp .paraghraphOne {
    font-size: 36px;
  }

  .DownloadTheApp .paraghraphTwo {
    font-size: 25px;
    text-align: center;
  }

  .DownloadTheApp .paraghraphThree {
    font-size: 28px;
  }

  .DazzifyInfo {
    width: 100%;
  }

  .InputField {
    height: 60px !important;
    width: 100% !important;
    border-bottom: 2px solid #5c6c7a;
  }

  .ContactInputField {
    height: 40px;
    width: 100%;
  }

  .SelectField {
    border-bottom: 2px solid #5c6c7a;
  }

  .form-btn {
    height: 70px;
    width: 40%;
  }
  .DownloadAppImage {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  /*Start navbar*/
  .container {
    max-width: 1140px;
  }

  header::before {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .logo svg {
    width: 124.675px;
    height: 41.271px;
  }

  .navbar-nav {
    display: flex;
    list-style: none;
    gap: 60px;
  }

  .toggle-btn {
    display: none;
  }

  /*End navbar*/
  /*start herosrction*/
  .HeroSectionContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 50%;
  }

  .HeroSection-btns-cont {
    justify-content: center;
  }

  .AboutUs-container {
    padding: 50px;
    padding-inline-start: 145px;
  }

  .AboutUs-paragraph {
    font-size: 25px;
    line-height: 32px;
    width: 80%;
  }

  /*start Features*/
  .FeatureOneContainer {
    margin-top: 60px;
  }

  .FeatureOneContainer,
  .FeatureTwoContainer {
    display: flex;
    padding-inline-start: 145px;
    align-items: center;
  }

  .AppImageContainer,
  .DashboardImageContainer {
    display: flex;
    justify-content: center;
  }

  .FeatureOneContent {
    width: 100%;
    font-size: 25px;
    line-height: 32px;
  }

  .FeatureTwoContent {
    width: 80%;
    font-size: 25px;
    line-height: 32px;
  }

  .PaymentMethodsContent {
    padding-inline-start: 145px;
  }

  .PaymentMethodsBody {
    width: 80%;
    font-size: 25px;
    line-height: 32px;
  }

  .PaymentMethodsImage {
    width: 80%;
    padding-bottom: 80px;
  }

  .FeatureOneTxtCont,
  .FeatureTwoTxtCont {
    padding-right: 20px;
  }

  .DashboardImage {
    width: 630px;
    padding-right: 150px;
  }

  .BackgroundShapeImage {
    width: 400px;
  }

  .OverLayImage {
    width: 420px;
    height: 450px;
  }

  .AppImage {
    width: 350px;
    padding-right: 30px;
  }

  .DownloadAppContent {
    padding: 90px;
  }

  .DownloadTheApp {
    width: 100%;
  }

  .DazzifyInfo {
    width: 100%;
  }

  .img-fluid {
    width: 500px;
  }

  .BadgesContainer {
    margin-left: 100px;
  }

  .FormHeader p {
    font-size: 38px;
  }

  .form-btn {
    width: 25%;
  }

  .DownloadTheApp {
    margin-top: 50px;
  }

  .DownloadTheApp .paraghraphOne {
    font-size: 38px;
    margin-left: 100px;
  }

  .DownloadTheApp .paraghraphTwo {
    font-size: 25px;
    margin-left: 100px;
  }

  .DownloadTheApp .paraghraphThree {
    font-size: 28px;
    margin-left: 100px;
  }

  .InputField {
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #5c6c7a;
  }

  .ContactInputField {
    height: 40px;
    width: 100%;
  }

  .SelectField {
    border-bottom: 2px solid #5c6c7a;
  }

  .form-btn {
    height: 70px;
    width: 30%;
  }
  .Input-container {
    width: 45%;
  }

  .DownloadAppImage {
    padding-top: 0px;
  }
}

@media (min-width: 1400px) {
  /*Start navbar*/
  .container {
    max-width: 1220px;
  }

  /*start herosrction*/
  .HeroSectionContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 60%;
  }
}
