@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Song+Myung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
  font-family: "Poppins";
  background: #fafaff;
}

.k-main-nav,
.k-login {
  display: none;
}

.hero-section {
  padding: 124px 0 40px;
}

.hero-section h1 {
  font-family: "Paytone One";
  font-size: 40px;
  line-height: 56px;
  color: #0d144a;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 16.5px;
  line-height: 25px;
  color: #0d144a;
}

.hero-section h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #393c56;
  margin-bottom: 12px;
}

.bulletinPoints span {
  font-size: 16.5px;
  line-height: 25px;
  color: #393c56;
  margin-left: 12px;
  margin-bottom: 12px;
}

/* form style */
.form-style {
  background: #dedeff;
  border: 1px solid #c7c7ff;
  border-radius: 12px;
  padding: 24px;
  margin-top: 48px;
}

.form-style input {
  width: 240px;
  height: 48px;
  border-radius: 4px;
  padding: 16px;
  border: none;
  background-color: #fff;
  font-size: 14px;
}

.form-style input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #adb5bd;
}

.form-style input:focus-visible,
.form-style button:focus-visible {
  outline: none;
}

.form-style button {
  /* width: 134px; */
  /* height: 48px; */
  border-radius: 4px;
  margin-left: 8px;
  background: #504ee4;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 24px;
  cursor: pointer;
  position: relative;
  top: 1.25px;
}

.form-style label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0d144a;
  margin-bottom: 20px;
}

.resultText {
  font-size: 14px !important;
  margin: 0 !important;
  position: relative;
  top: 9px;
}

/* Top sellers section --start */

.top-sellers-list {
  padding: 30px 0 80px;
}

.top-sellers-list-card {
  width: fit-content;
  margin: auto;
}

.top-sellers-list-card a {
  text-decoration: none !important;
}

.top-sellers-list-card h3 {
  font-family: "Paytone One";
  font-size: 24px;
  line-height: 34px;
  color: #030352;
  margin: 0;
}

.top-sellers-list-card h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #f5b77f;
}

.gray-container {
  background: #d5d5eb;
  padding: 6px 12px 6px 24px;
  height: 33px;
  position: relative;
  z-index: 1;
  top: 4px;
  left: -18px;
}

.storm {
  position: relative;
  z-index: 2;
}

.gray-container h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #6f6f92;
  margin: 0;
}

.whitebgContainer {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  padding: 8px;
  padding-bottom: 2px;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

.arrowtop {
  position: absolute;
  top: -32px;
  left: -32px;
}

.arrowtop1 {
  position: absolute;
  top: -36px;
  left: -36px;
}

.arrowtop2 {
  position: absolute;
  top: -46px;
  right: 20px;
}

.arrowtop3 {
  position: absolute;
  top: -52px;
  right: 0px;
}

.arrowtop5 {
  position: absolute;
  top: -15px;
  left: -31px;
  transform: rotate(-38deg);
}

.arrowtop6 {
  position: absolute;
  top: -36px;
  right: -19px;
  transform: rotate(18deg);
}

.sdr-img {
  margin-bottom: 2px;
}

.whitebgContainer .readmore {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #504ee4 !important;
  display: flex;
  justify-content: end;
}

.readmore span {
  margin-left: 4px;
  font-size: 20px;
}

/* Top sellers section --end */

@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 80px 0 40px;
  }
  .hero-section h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 21px;
  }
  .hero-img {
    margin-top: 40px;
  }
  .form-style input {
    max-width: 168px;
    width: 100%;
  }
  .form-style button {
    padding: 12px;
  }
  .top-sellers-list-card {
    margin-top: 40px;
  }
  .top-sellers-list {
    padding: 0 0 80px;
  }
  .sp-mt40 {
    margin-top: 0 !important;
  }
  .bulletinPoints span {
    font-size: 14px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 364px) {
  .form-style input {
    max-width: 136px;
  }
  .form-style button {
    font-size: 12px;
    top: -0.25px;
  }
}
