@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  list-style: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

:root {
  --dark-high: #b3b3b3;
  --dark-low: #DFE0DF;
  --accent: #EDCE98;
  --accent-dark: #c97617;
  --accent-natural: #ffe6c8;
  --gray: #777777;
  --light: #FAF8FF;
}

body .primary_btn {
  padding: 12px 27px;
  background: #0088cc;
  box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.4666666667), 0 0 7px #0088cc;
  border-radius: 3px;
  transition: all 0.3s ease;
}
body .primary_btn button {
  background: none;
  outline: none;
  border: none;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
body .primary_btn:hover {
  transform: scale(1.1);
}
body .landing_section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7137254902), #000000), url(./Assets/landingBackground.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  padding: 70px 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
body .landing_section .logo {
  width: 200px;
  border-radius: 0.3rem;
}
body .landing_section .header {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.7rem;
  color: var(--light);
  text-align: center;
}
body .landing_section .header span {
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 0 4px var(--accent);
}
body .landing_section .dec_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
body .landing_section .dec_sec .sebi_declaration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body .landing_section .dec_sec .sebi_declaration .main {
  font-size: 1.2rem;
  color: var(--dark-low);
  margin: auto;
  position: relative;
}
body .landing_section .dec_sec .sebi_declaration .main span {
  color: var(--accent);
}
body .landing_section .dec_sec .sebi_declaration .main::before {
  content: "";
  width: 77px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  top: 50%;
  left: -38.5%;
  transform: translateY(-50%);
}
body .landing_section .dec_sec .sebi_declaration .main::after {
  content: "";
  width: 77px;
  height: 2px;
  background: var(--accent);
  position: absolute;
  top: 50%;
  left: 112%;
  transform: translateY(-50%);
}
body .landing_section .dec_sec .sebi_declaration .addition {
  font-size: 0.8rem;
  color: var(--dark-low);
}
body .landing_section .dec_sec .desc {
  color: var(--light);
  font-weight: 300;
  width: 80%;
  text-align: center;
}
body .features_section {
  width: 100%;
  min-height: 70vh;
  padding: 50px 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
body .features_section .txt {
  text-align: center;
}
body .features_section .txt .header {
  position: relative;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--accent-dark);
  text-shadow: 0 0 7px var(--accent);
}
body .features_section .txt .header::before {
  content: "";
  width: 14%;
  height: 2px;
  background: var(--accent-dark);
  box-shadow: 0 0 7px var(--accent);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
body .features_section .txt .header::after {
  content: "";
  width: 14%;
  height: 2px;
  background: var(--accent-dark);
  box-shadow: 0 0 7px var(--accent);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
body .features_section .txt .sub_header {
  color: var(--gray);
  font-size: 3.2rem;
}
body .features_section .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
body .features_section .items .box {
  width: 300px;
  min-height: 330px;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4666666667);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
body .features_section .items .box img {
  width: 30%;
  padding: 15px;
  background: var(--dark-low);
  border-radius: 5px;
}
body .features_section .items .box .box_header {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--accent-dark);
}
body .features_section .items .box .desc {
  color: var(--gray);
}
body .c_section {
  background: #000000;
  padding: 50px 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
body .c_section .text {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  color: var(--accent);
}
body .review {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4784313725), rgba(0, 0, 0, 0.7960784314)), url(./Assets/logo\ hi-res.png);
  background-size: cover;
  background-position-y: 0;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
body .review .txt {
  text-align: center;
}
body .review .txt .header {
  position: relative;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--accent-dark);
}
body .review .txt .header::before {
  content: "";
  width: 14%;
  height: 2px;
  background: var(--accent-dark);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
body .review .txt .header::after {
  content: "";
  width: 14%;
  height: 2px;
  background: var(--accent-dark);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
body .review .txt .sub_header {
  color: var(--dark-low);
  font-size: 3.2rem;
}
body .review .swiper {
  width: 50%;
  height: 100%;
}
body .review .swiper .swiper-slide {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .review .swiper .swiper-slide img {
  width: 330px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4666666667);
}
body .declaration {
  width: 100%;
  min-height: 10rem;
  padding: 30px 70px;
  background: #000000;
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.4666666667);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .declaration img {
  width: 100px;
}
body .declaration p {
  width: 30%;
  color: #dadada;
}
body footer {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer p {
  color: var(--gray);
  font-size: 0.8rem;
}
body footer .developer {
  display: flex;
  align-items: center;
}
body footer .developer a {
  display: flex;
  align-items: center;
  color: var(--gray);
  font-weight: 500;
}
body footer .developer a box-icon {
  transform: scale(0.5);
}
body footer .developer a:hover {
  color: #0395a8;
}
body .popWindow {
  width: 100%;
  height: 100vh;
  background: linear-gradient(77deg, rgba(28, 34, 37, 0.8431372549), rgba(0, 0, 0, 0.7803921569));
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  transition: all 0.5s ease;
  z-index: 5000;
}
body .popWindow .container {
  padding: 50px 30px;
  background: #222222;
  border-radius: 5px;
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.8431372549);
  width: 30%;
  transform: scale(0);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
body .popWindow .container img {
  border-radius: 10px;
  width: 70%;
}
body .popWindow .container .dec {
  text-align: center;
  color: #ececec;
  margin-bottom: 10px;
}
body .popWindow .container .primary_btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: glow 0.5s linear infinite;
  gap: 0.6rem;
}
@keyframes glow {
  from {
    box-shadow: inset 0 0 7px #000000, 0 0 7px #ffffff;
  }
  to {
    box-shadow: inset 0 0 7px #000000, 0 0 17px #ffffff;
  }
}
body .show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
body .show .container {
  transform: scale(1);
}

@media all and (max-width: 999px) {
  body .landing_section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7137254902), #000000), url(./Assets/landingBackground.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    min-height: 90vh;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
  body .landing_section .logo {
    width: 200px;
    border-radius: 0.3rem;
  }
  body .landing_section .header {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.5rem;
    line-height: 1.4;
    color: var(--light);
    text-align: center;
  }
  body .landing_section .header span {
    text-transform: capitalize;
    color: var(--accent);
    text-shadow: 0 0 4px var(--accent);
  }
  body .landing_section .dec_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  body .landing_section .dec_sec .sebi_declaration {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body .landing_section .dec_sec .sebi_declaration .main {
    font-size: 1rem;
    color: var(--dark-low);
    margin: auto;
    position: relative;
  }
  body .landing_section .dec_sec .sebi_declaration .main span {
    color: var(--accent);
  }
  body .landing_section .dec_sec .sebi_declaration .main::before {
    content: "";
    width: 27px;
    height: 2px;
    background: var(--accent);
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
  }
  body .landing_section .dec_sec .sebi_declaration .main::after {
    content: "";
    width: 27px;
    height: 2px;
    background: var(--accent);
    position: absolute;
    top: 50%;
    left: calc(100% + 14px);
    transform: translateY(-50%);
  }
  body .landing_section .dec_sec .sebi_declaration .addition {
    font-size: 0.8rem;
    color: var(--dark-low);
    text-align: center;
  }
  body .landing_section .dec_sec .desc {
    color: var(--light);
    font-weight: 300;
    width: 100%;
    text-align: center;
  }
  body .features_section {
    padding: 50px 30px;
  }
  body .features_section .txt .header {
    font-size: 1.7rem;
  }
  body .features_section .txt .header::before {
    width: 20%;
    left: -30%;
  }
  body .features_section .txt .header::after {
    width: 20%;
    right: -30%;
  }
  body .features_section .txt .sub_header {
    font-size: 1.2rem;
  }
  body .c_section {
    padding: 50px 30px;
  }
  body .c_section .text {
    font-size: 2rem;
  }
  body .review {
    padding: 50px 30px;
    background-position-y: center;
    background-position-x: center;
  }
  body .review .txt {
    text-align: center;
  }
  body .review .txt .header {
    font-size: 1.7rem;
  }
  body .review .txt .header::before {
    width: 20%;
    left: -10%;
  }
  body .review .txt .header::after {
    width: 20%;
    right: -10%;
  }
  body .review .txt .sub_header {
    font-size: 1.2rem;
  }
  body .review .swiper {
    width: 100%;
  }
  body .review .swiper .swiper-slide img {
    width: 300px;
  }
  body .declaration {
    padding: 30px 30px;
    box-shadow: none;
  }
  body .declaration p {
    width: 100%;
  }
  body footer {
    padding: 10px 20px;
    flex-direction: column;
    text-align: center;
  }
  body footer p {
    color: #dadada;
    font-size: 1rem;
    font-weight: 500;
  }
  body footer .developer {
    display: flex;
    align-items: center;
  }
  body footer .developer a {
    display: flex;
    align-items: center;
    color: #dadada;
    font-weight: 500;
  }
  body footer .developer a box-icon {
    transform: scale(0.5);
  }
  body footer .developer a:hover {
    color: #0395a8;
  }
  body .popWindow .container {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */