@font-face {
  font-family: "Libre Baskerville-Regular";
  src: url("../fonts/LibreBaskerville-Regular.ttf");
}
@font-face {
  font-family: "Libre Baskerville-Bold";
  src: url("../fonts/LibreBaskerville-Bold.ttf");
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz\,wght.ttf");
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.ttf");
}

body,
html {
  position: relative;
}
body {
  background-color: #f7f7f7;
  font-family: "Libre Baskerville-Regular", serif;
  margin: 0;
  padding: 0;
}

body.inner-page {
  background: #ffffff !important;
}

a {
  text-decoration: none;
}

.avatar-img {
  width: 48px;
  height: 48px;
}

.form-container {
  margin: 50px;
  min-width: 760px;
}

.form-container .hero-img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.form-container .logo-img {
  max-height: 100px;
}

.form-container .form-section {
  min-height: 816px;
  padding: 30px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  background-color: #f9f3ff;
  border: 2px solid #dee2e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.form-control-label {
  display: block;
  margin-bottom: 9px;
  font-size: 24px;
  color: #555555;
  line-height: 30px;
  font-weight: 400;
}

.form-control::placeholder {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  line-height: 20px;
}

.form-control:focus {
  border-color: #500c7c;
  box-shadow: none !important;
}

.form-control {
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  background: #ffffff;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  line-height: 20px;
  height: 56px;
  padding: 8px 16px;
}

select.form-control {
  width: 221px;
  height: 70px;
  border-radius: 10px;
  padding: 19px 25px;
  background: url("../img/dropdown-icon.svg") no-repeat right;
  background-position-x: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #555555;
  font-weight: 400;
  line-height: 30px;
}
.verify-code-container .form-control {
  font-family: "Red Hat Display" !important;
}
.verify-code-container .form-control::placeholder {
  font-family: "Red Hat Display" !important;
}

.password-container {
  position: relative;
  width: 100%;
}

.form-control.password-input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

.password-toggle:hover {
  color: #000;
}

.form-header {
  text-align: left;
}

.form-header .form-title {
  color: #282828;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.login-container .form-header .form-title {
  margin-top: 20px;
  color: #333333;
}

.login-container .form-header .form-desc {
  color: #555555;
}

.form-header .form-desc {
  color: #595959;
  font-size: 16px;
  line-height: 20px;
  opacity: 75%;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-input {
  height: 25px;
  width: 25px;
}

.form-check-input:checked {
  background-color: #500c7c;
  border-color: #500c7c;
}

.form-check-label {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.back-login-label {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.form-check-label.term-privacy {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.form-check-label.term-privacy a {
  text-decoration: none !important;
  color: #333333;
}
.form-check-label.term-privacy a span {
  font-family: "Libre Baskerville-Bold";
  color: #500c7c;
  font-weight: 700;
}
.btn {
  font-family: "Libre Baskerville-Bold";
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary {
  background-color: #5e3c8d !important;
  border: none;
}

.btn-primary:hover {
  background-color: #4a2c6e;
}

.btn-scroll {
  height: 212px !important;
  background: #ffc107 !important;
  width: 112px !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 100px !important;
  gap: 20px !important;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 26px;
  color: rgba(51, 51, 51, 1) !important;
}

.btn-signin {
  background: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(80, 12, 124, 1) !important;
  color: rgba(51, 51, 51, 1) !important;
  padding: 17px 30px !important;
  height: 56px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center;
}

.btn-joinnow {
  background: rgba(80, 12, 124, 1) !important;
  border: none !important;
  color: rgba(255, 255, 255, 1) !important;
  padding: 17px 30px !important;
  height: 56px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center;
}

.btn-login {
  color: #112211;
  background-color: #24e271 !important;
  border: none;
  border-radius: 64px;
}

.btn-login:hover {
  background-color: #24e271;
}

.btn-close {
  color: #4f4f4f;
  background-color: #e5e5e5 !important;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 29px;
  padding: 4px;
}
.btn-close:hover {
  background-color: #e5e5e5 !important;
  border: none;
  border-radius: 29px;
}

.btn-verify {
  font-family: "Red Hat Display";
  font-weight: 600 !important;
}
.btn-save-changes {
  background-color: #500c7c !important;
  border: none;
  border-radius: 10px;
  width: 240px;
  height: 60px;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #fafafa !important;
}
.btn-save-changes:hover {
  background-color: #500c7c !important;
}
.btn-cancel-changes {
  background-color: transparent !important;
  border: none;
  height: 60px;
  color: #333333 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.btn-cancel-changes:hover {
  background-color: transparent !important;
}
.form-footer {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.form-footer a {
  font-family: "Libre Baskerville-Bold";
  text-decoration: none !important;
  color: #1482eb;
  font-weight: 700;
}
.form-footer a:hover {
  text-decoration: underline;
}
.login-container .form-footer a {
  color: #500c7c;
}
.form-forgot-password-label {
  font-family: "Libre Baskerville-Bold";
  color: #500c7c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}

/* giveaway container start */

.giveaway-container .form-section {
  align-items: flex-start;
}
.giveaway-container .form-section {
  min-height: 606px !important;
}
.giveaway-container .form-section .form-title {
  font-family: "Libre Baskerville-Bold";
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #333333;
}
.giveaway-container .form-section .form-desc {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  opacity: 100%;
}
/* giveaway container end */
/* account container start */
.account-container .form-header .form-title {
  text-transform: capitalize;
  text-align: center;
}
.account-container .form-section {
  align-items: flex-start;
  background: #fbf5ff !important;
  border: 1px solid #dfdfdf !important;
}
.account-container .avatar-img {
  width: 180px;
  height: 180px;
}
.account-container .form-section .edit-avatar-image {
  position: relative;
  width: 180px;
  height: 180px;
}
.account-container .edit-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 5px;
  right: 10px;
  background: #500c7c;
  border: 3px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
}
.account-container .form-section .form-control-label {
  color: #333333 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.account-container .form-section .form-check-label {
  color: #333333 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.account-container .form-section .form-control {
  border-radius: 10px !important;
  border: 1px solid #eeeeee !important;
  background: #ffffff !important;
  padding: 13px 16px !important;
  color: #555555 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
/* account container end */
/* contact container start */
.contact-container {
  background: #fbf5ff !important;
  border: 1px solid #dee2e6 !important;
  padding: 50px;
}
.contact-container .form-section {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  align-items: flex-start !important;
  min-height: 540px !important;
}
.contact-container .form-control {
  border: 1px solid #e5e7eb !important;
  background: #f9f9f9 !important;
  color: #011334 !important;
  border-radius: 10px !important;
  font-family: "Inter" !important;
}
.contact-container .btn-primary {
  font-family: "Inter" !important;
}
.contact-container .add-info label {
  color: #282828;
  font-family: "Inter";
  font-weight: 500;
}
.contact-container .location-label {
  font-size: 12px;
  line-height: 26px;
}
.contact-container .email-label,
.contact-container .phone-label {
  font-size: 18px;
  line-height: 26px;
}
.contact-container .form-control-area {
  height: auto !important;
}
.contact-container .form-control::placeholder {
  color: #828282 !important;
}
.contact-container .form-title {
  font-family: "Inter" !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #282828 !important;
}
.contact-container .form-desc {
  font-family: "Inter" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #595959 !important;
}
/* contact container end */
/* subscription container start */
.subscription-container .form-section {
  min-height: 247px !important;
  padding: 28px 33px !important;
  gap: 26px !important;
}
.subscription-container .btn-primary {
  display: flex;
  align-items: center;
  height: 67px;
  width: 288px;
  gap: 10px;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 20px !important;
  font-family: "Manrope" !important;
}
.subscription-container .subscription-key-label {
  font-family: "Libre Baskerville-Bold";
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.subscription-container .form-header .form-title {
  color: #333333;
  font-size: 56px;
  line-height: 72px;
  font-family: "Libre Baskerville-Bold";
  font-weight: 700;
}
.subscription-container .subscription-value-label {
  font-family: "Libre Baskerville-Bold";
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #500c7c;
}
.subscription-section {
  padding: 50px;
  background: radial-gradient(
    circle,
    #6f00b7,
    #4f2093,
    #38256c,
    #292345,
    #1d1d1d
  );
  backdrop-filter: blur(300px);
}
.subscription-section .container {
  gap: 76px;
}
.subscription-section .subscription-desc {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.subscription-section .subscription-title {
  color: #ffffff;
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
}
.subscription-section .subscription-title span {
  color: #ffc107;
}
.subscription-section .subscription-plan {
  color: #ffffff;
  border-radius: 25px;
  padding: 35px;
  gap: 25px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(250, 250, 250, 0.06);
  font-family: "Manrope";
  height: 100%;
}
.subscription-section .subscription-tag {
  background: #ffc107;
  border-radius: 100px;
  padding: 6px 15px;
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 30px;
  font-family: "Inter";
  display: flex;
  justify-content: center;
  font-weight: 400;
  width: 174px;
}
.subscription-section .subscription-price-tag {
  border: 1px solid #ffffff;
  gap: 15px;
  padding: 16px 20px;
  border-radius: 10px;
}
.subscription-section .subscription-price {
  color: #ffffff;
  font-weight: 800;
  font-family: "Manrope";
  line-height: 72px;
  font-size: 52px;
}
.subscription-section .subscription-price span {
  font-size: 20px;
  line-height: 28px;
}
.subscription-section .btn-subscription {
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  font-family: "Manrope";
}
.subscription-section .free-subscription .btn-subscription {
  background: #ffffff;
  color: rgba(51, 51, 51, 1);
}
.subscription-section .exclusive-subscription .btn-subscription {
  background: #500c7c;
  color: #ffffff;
}
.subscription-section .subscription-plan .subscription-plan-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.subscription-section .free-subscription {
  background: #1d1d1d;
  border: 3px solid #a1a1a1;
}
.subscription-section .exclusive-subscription {
  background: transparent;
  border: 3px solid rgba(167, 59, 237, 1);
}
/* subscription container end */
/* header section start */
.header-section {
  background: #000000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 300px;
}
.header-section img {
  height: 300px;
}
.header-section.intro-section {
  background: radial-gradient(
    circle,
    #6f00b7,
    #4f2093,
    #38256c,
    #292345,
    #1d1d1d
  );
}
.header-section.intro-section .header-sitemap {
  padding: 80px 0px;
  width: 831px;
}
.header-section.intro-section .header-title {
  font-size: 56px !important;
  line-height: 72px !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-family: "Libre Baskerville-Regular" !important;
}
.header-section.intro-section .header-title span {
  color: #ffc107 !important;
}
.header-section.intro-section .btn-subscription {
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(51, 51, 51, 1);
  height: 56px;
  background: rgba(255, 193, 7, 1);
}
.header-section.intro-section .subscription-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 193, 7, 1);
  border-radius: 100px;
  width: 48px !important;
  height: 48px !important;
  rotate: 20.1deg !important;
}
.header-section .header-sitemap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-section .header-sitemap .header-title {
  font-size: 68px;
  line-height: 93px;
  text-align: center;
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
  color: #ffffff;
}
.header-section .header-sitemap .header-site a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
.header-section .header-sitemap .header-site .active-page {
  color: #ffc107;
}
/* header section end */
/* offering section end */
.offering-section {
  padding: 50px 10px;
  background: rgba(251, 245, 255, 1);
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.offering-section .form-title {
  font-size: 56px;
  line-height: 72px;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  max-width: 534px;
}
.offering-section .form-desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #500c7c;
}
.offering-section .btn-browser-more {
  background: #500c7c;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 70px;
  width: 140px;
  height: 140px;
}
.offering-section .offering-item {
  background: #ffffff;
  gap: 37px;
  border: 1px solid rgba(222, 226, 230, 1);
  border-radius: 24px;
  padding: 10px 20px;
  height: 100%;
}
.offering-section .offering-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.offering-section .offering-description {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offering-section .offering-description .offering-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  color: rgba(0, 0, 0, 1);
}
.offering-section .offering-description .offering-price {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
}
.offering-section .img-box {
  background: #ffffff;
  display: flex;
  align-items: center;
  height: 308px;
}
/* offering section end */
/* choose section start */
.choose-section {
  display: flex;
  flex-direction: column;
  gap: 74px;
}
.choose-section .form-title span {
  color: #500c7c;
}
.choose-section .form-desc {
  color: rgba(51, 51, 51, 1) !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.choose-section .img-box {
  height: 105px;
  display: flex;
  justify-content: center;
}
.choose-section .details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.choose-section .details .title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: rgba(80, 12, 124, 1);
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
}

.choose-section .details .desc {
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 400;
}
/* choose section end */
/* count section start */
.count-section {
  padding: 6rem 0px;
}
.count-section .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  padding: 10px;
  border: 1px solid rgba(254, 201, 47, 1);
  border-radius: 100px;
}
.count-section .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.count-section .count-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  color: #ffffff;
}
.count-section .count-text .highlight {
  color: rgba(255, 193, 7, 1);
}
.count-section .count-desc {
  font-size: 17.5px;
  line-height: 28px;
  color: #ffffff;
}
/* count section end */
/* winner section start */
.winner-section {
  background: #ffffff;
  padding: 4rem 0px;
}
.winner-section .img-box {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.winner-section .prize-box {
  position: relative;
  display: flex;
  justify-content: center;
  top: -40px;
  border-radius: 00px 0px 10px 10px;
  background: radial-gradient(
    circle,
    #6f00b7,
    #4f2093,
    #38256c,
    #292345,
    #1d1d1d
  );
}
/* subscription section start */
.subscribtion-show-container {
  background-image: url("../img/bg-svg.svg");
  background-size: cover; /* Resize to cover the container */
  background-position: center;
  padding: 4rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.subscribtion-show-container .form-desc {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #500c7c;
}
.subscribtion-show-container .form-title {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
  color: rgba(0, 0, 0, 1);
}
.subscribtion-show-container .form-title span {
  color: #500c7c;
}
.subscribtion-show-container .content-card {
  background: #500c7c;
  padding: 30px 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subscribtion-show-container .content-card .details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.subscribtion-show-container .content-card .title {
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
  display: block;
}
.subscribtion-show-container .content-card .desc {
  color: rgba(207, 207, 207, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
}
.subscribtion-show-container .btn-subscription {
  background: rgba(255, 193, 7, 1) !important;
  border-radius: 50px !important;
  padding: 11px 18px !important;
  height: 42px !important;
  font-size: 14px !important;
  color: rgba(51, 51, 51, 1) !important;
  font-weight: 700 !important;
  font-family: "Libre Baskerville-Bold";
}
/* subscription section end */
/* winner container section start */
.winner-container {
  padding: 4rem 0rem 0rem 0rem;
}
.winner-container .winner-list {
  gap: 50px;
  padding: 0px 0px 30px 0px;
}
.winner-container .form-title span {
  color: rgba(80, 12, 124, 1) !important;
}
.winner-container .content-card {
  border: 1px solid rgba(222, 226, 230, 1);
  background: rgba(251, 245, 255, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 20px 40px;
  justify-content: space-between;
  z-index: 1;
  width: 70%;
}
.winner-container .content-card .prize-details {
  display: flex;
  gap: 34px;
}
.winner-container .content-card .prize-details .prize-box {
  height: 196px;
  width: 196px;
  background: rgba(232, 232, 232, 1);
  border: 1px solid rgba(222, 226, 230, 1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.winner-container .content-card .prize-details .prize-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.winner-container .content-card .winner-profile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.winner-container .content-card .prize-description .prize-name {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.winner-container .content-card .prize-description .prize-price,
.winner-container .content-card .prize-description .prize-name {
  font-size: 22px;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
}
.winner-container .content-card .prize-description .prize-name {
  line-height: 30px !important;
}
.winner-container .content-card .winner-profile .profile-title {
  color: rgba(80, 12, 124, 1);
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.winner-container .content-card .winner-profile .winner-name {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.winner-offering .form-title span {
  color: rgba(80, 12, 124, 1) !important;
}
.winner-offering .form-desc {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  line-height: 72px;
  font-weight: 400;
}
.winner-offering .btn-primary.btn-entry {
  width: 274px;
  height: 68px;
  font-size: 24px;
  line-height: 72px;
  font-weight: 400 !important;
  background: rgba(80, 12, 124, 1);
  font-family: "Libre Baskerville-Regular" !important;
}
/* winner container section end */
/* giveway section start */
.giveaway-offering .filters-buttons {
  background: rgba(251, 245, 255, 1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
  border-radius: 10px;
  padding: 27px 23px;
  border: 1px solid rgba(222, 226, 230, 1);
  width: 100%;
}
.giveaway-offering .filters-buttons .btn {
  background: transparent !important;
  width: max-content !important;
  padding: 10px 30px !important;
  box-shadow: none !important;
  border: none !important;
  height: 44px !important;
  color: rgba(85, 85, 85, 1) !important;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Libre Baskerville-Regular";
}
.giveaway-offering .filters-buttons .active {
  border-radius: 50px !important;
  background: rgba(80, 12, 124, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-content {
  position: absolute;
  width: 80%;
  height: inherit;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
/* giveway section end */
/* testimonial section end */
.testimonial-section .form-title {
  font-size: 56px;
  line-height: 72px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  font-family: "Libre Baskerville-Bold";
}
.testimonial-section .form-title span {
  color: rgba(80, 12, 124, 1);
}
.testimonial-section {
  padding: 50px 0px;
  background: linear-gradient(to right, #ffffff 80%, rgba(254, 201, 47, 1) 20%);
}
.testimonial-section .testimonial-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(222, 226, 230, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  gap: 10px;
  height: 100%;
  width: 100%;
}
.testimonial-section .testimonial-details .testimonial-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 10px 0px 10px;
  gap: 10px;
  height: 500px;
}
.testimonial-section .testimonial-details .rating-section {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-section .testimonial-details .testimonial-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.testimonial-section .testimonial-details .testimonial-desc {
  font-size: 18px;
  line-height: 27px;
  color: rgba(85, 85, 85, 1);
  font-weight: 400;
}
.testimonial-section .testimonial-details .testimonial-image {
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
}
.testimonial-section .testimonial-details .testimonial-image img {
  height: 76px;
  width: 76px;
  border-radius: 40px;
  border: 2px solid rgba(80, 12, 124, 1);
}
.testimonial-section .testimonial-details .testimonial-user {
  display: flex;
  flex-direction: column;
}
.testimonial-section
  .testimonial-details
  .testimonial-user
  .testimonial-user-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.testimonial-section
  .testimonial-details
  .testimonial-user
  .testimonial-user-profile {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.testimonial-section .testimonial-details .testimonial-prize-image-box img {
  height: 150px;
}
.testimonial-section .testimonial-details .testimonial-prize-image-box {
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: radial-gradient(
    circle,
    #6f00b7,
    #4f2093,
    #38256c,
    #292345,
    #1d1d1d
  );
}
.owl-carousel .owl-item {
  display: flex; /* Ensures content is vertically centered */
  height: 100%; /* Adjust the height as needed */
}
.testimonial-section .testimonial-review-box {
  display: flex;
  align-items: center;
  gap: 34px;
}
.testimonial-section .testimonial-review-box .testimonial-review {
  display: flex;
  align-items: center;
  border: 1px solid rgba(80, 12, 124, 1);
  border-radius: 100px;
  width: 195px;
  height: 67px;
  padding: 10px;
}
.testimonial-section .testimonial-review-user {
  height: 49px;
  width: 49px;
}
.testimonial-section .testimonial-review-user.overlay-icon {
  margin-left: -20px;
}
.testimonial-section .testimonial-review-user.overlay-icon.user-icon {
  background: rgba(27, 185, 142, 1);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-section
  .testimonial-review-user.overlay-icon.user-icon
  .rating-rate {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
  font-weight: 200;
  font-family: "Inter";
}
#testimonial-carousel.owl-carousel .owl-dots.disabled {
  display: flex !important;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}
#testimonial-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background: rgba(239, 239, 239, 1);
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
  height: 8px;
  width: 80px;
}
#testimonial-carousel.owl-carousel .owl-dots .owl-dot.active {
  background: rgba(80, 12, 124, 1);
}
/* testimonial section end */
/* hero home section start */
.home-hero-section {
  background: rgba(0, 0, 0, 1);
  position: relative;
  height: 700px;
}
.home-hero-section .hero-sitemap {
  display: flex;
  gap: 8px;
  color: #1bb98e;
}
.btn-scroll {
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.hero-image {
  position: absolute;
  height: 400px;
  bottom: 0px;
  right: 0px;
}
.underlined {
  position: relative;
  margin-right: 1rem;
}
.underlined:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  left: 5px;
  top: 110px;
  border-top: 2px solid #ffc107;
  border-radius: 50%;
}
.win-box {
  display: flex;
  align-items: center;
  border-radius: 100px;
  width: 179px;
  height: 45px;
  border: 1px solid rgba(218, 218, 218, 1);
  padding: 5px 5px 5px 20px;
}
.yellow-box {
  background: rgba(255, 193, 7, 1);
  width: 38px;
  height: 38px;
  border-radius: 19px;
  margin-left: -20px;
  z-index: 0;
}
.home-hero-section .hero-sitemap {
  display: flex;
  gap: 24px;
  align-items: center;
}
.home-hero-section .hero-title {
  color: rgba(255, 255, 255, 1);
  font-size: 100px;
  line-height: 120px;
  font-weight: 400;
  max-width: 893px;
}
.home-hero-section .hero-title span {
  color: #ffc107;
}
.home-hero-section .hero-desc {
  color: rgba(244, 244, 244, 1);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  max-width: 850px;
}
.home-hero-section .btn-subscription {
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(51, 51, 51, 1);
  height: 56px;
  background: rgba(255, 193, 7, 1);
}
.home-hero-section .subscription-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 193, 7, 1);
  border-radius: 100px;
  width: 48px !important;
  height: 48px !important;
  rotate: 20.1deg !important;
}

.home-hero-section .review {
  display: flex;
  align-items: center;
  border: 1px solid rgba(254, 201, 47, 1);
  border-radius: 100px;
  width: 195px;
  height: 67px;
  padding: 10px;
}
.home-hero-section .review-user {
  height: 49px;
  width: 49px;
}
.home-hero-section .review-user.overlay-icon {
  margin-left: -20px;
}
.home-hero-section .review-user.overlay-icon.user-icon {
  background: rgba(27, 185, 142, 1);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-hero-section .review-label-show {
  position: absolute;
  top: 100px;
  right: 20px;
}
.home-hero-section .review-user.overlay-icon.user-icon .rating-rate {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
  font-weight: 200;
  font-family: "Inter";
}
.home-hero-section .review-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(244, 244, 244, 1);
}
.home-hero-section .review-label span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(254, 201, 47, 1);
}
.home-hero-section .hero-description {
  position: absolute;
  top: 10%;
  left: 15%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.home-hero-section .count-data {
  position: absolute;
  bottom: 5%;
  left: 20%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.home-hero-section .count-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-hero-section .count-title {
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
  color: rgba(255, 255, 255, 1);
}
.home-hero-section .count-title span {
  font-weight: 700;
  font-family: "Libre Baskerville-Bold";
}
.home-hero-section .count-desc {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: rgba(244, 244, 244, 1);
}
/* hero home section end */
.check-icon {
  display: block;
  background-image: url("../img/right-icon.svg");
  height: 24px;
  width: 20px;
  background-repeat: no-repeat;
}
.free-subscription-arrow-icon {
  display: block;
  background-image: url("../img/right-arrow--black-icon.svg");
  height: 15px;
  width: 26px;
  background-repeat: no-repeat;
}
.next-green-arrow-icon {
  display: block;
  background-image: url("../img/next-green-icon.svg");
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.next-white-arrow-icon {
  display: block;
  background-image: url("../img/next-white-icon.svg");
  height: 16px;
  width: 137px;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-subscribe-icon {
  display: block;
  background-image: url("../img/hero-subscribe-icon.svg");
  height: 132px;
  width: 87px;
  background-repeat: no-repeat;
}
.star-icon {
  display: block;
  background-image: url("../img/star.svg");
  height: 13.99px;
  width: 13.99px;
  background-repeat: no-repeat;
}
.full-star-icon {
  display: block;
  background-image: url("../img/full-star-icon.svg");
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.half-star-icon {
  display: block;
  background-image: url("../img/half-star-icon.svg");
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
}
.decorate-silver-icon {
  display: block;
  background-image: url("../img/decorate-icon.svg");
  height: 37px;
  width: 38px;
}
.decorate-purple-icon {
  display: block;
  background-image: url("../img/decorate-icon2.svg");
  height: 37px;
  width: 38px;
}
.clock-icon {
  display: block;
  background-image: url("../img/clock-icon.svg");
  height: 20px;
  width: 20px;
}
.browser-icon {
  display: block;
  background-image: url("../img/browser-icon.svg");
  height: 37px;
  width: 37px;
}
.next-arrow-icon {
  display: block;
  background-image: url("../img/right-arrow--white-icon.svg");
  height: 15px;
  width: 26px;
  background-repeat: no-repeat;
}
.edit-icon {
  display: block;
  background-image: url("../img/edit-icon.svg");
  height: 24px;
  width: 24px;
}
.scroll-down-arrow-icon {
  display: block;
  background-image: url("../img/scrolldown-arrow-icon.svg");
  height: 65px;
  width: 20px;
  background-repeat: no-repeat;
}
.eye-icon {
  display: block;
  background-image: url("../img/eye-on.svg");
  height: 24px;
  width: 24px;
}
.eye-off-icon {
  display: block;
  background-image: url("../img/eye-off.svg");
  width: 24px;
  height: 24px;
}
.down-arrow-icon {
  display: block;
  background-image: url("../img/down-arrow-icon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.drop-down-arrow-icon {
  display: block;
  background-image: url("../img/dropdown-icon.svg");
  width: 24px;
  height: 24px;
}
.back-icon {
  display: block;
  background-image: url("../img/back-icon.svg");
  width: 24px;
  height: 24px;
}
.subscribe-icon {
  display: block;
  background-image: url("../img/subscribe-arrow-icon.svg");
  width: 24px;
  height: 24px;
}
.subscribe-icon-arrow {
  display: block;
  background-image: url("../img/subscribe-arrow-icon2.svg");
  width: 24px;
  height: 24px;
}
.facebook-icon {
  display: block;
  background-image: url("../img/facebook-icon.svg");
  width: 24px;
  height: 24px;
}
.twitter-icon {
  display: block;
  background-image: url("../img/twitter-icon.svg");
  width: 24px;
  height: 24px;
}
.youtube-icon {
  display: block;
  background-image: url("../img/youtube-icon.svg");
  width: 24px;
  height: 24px;
}
.instagram-icon {
  display: block;
  background-image: url("../img/instagram-icon.svg");
  width: 24px;
  height: 24px;
}
.sitemap-icon {
  display: block;
  background-image: url("../img/sitemap.svg");
  width: 12.37px;
  height: 12.37px;
  background-repeat: no-repeat;
}
.location-icon {
  display: block;
  background-image: url("../img/location-icon.svg");
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
}
.phone-icon {
  display: block;
  background-image: url("../img/phone-icon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.mail-icon {
  display: block;
  background-image: url("../img/mail-icon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.intro {
  position: relative;
  cursor: pointer;
}
.intro .profile-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
}
.intro .profile-text .name {
  font-family: "Libre Baskerville-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.intro-box {
  position: absolute;
  top: 90px;
  background: #ffffff;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  gap: 4px;
  width: 100%;
}
.intro-box .active {
  background: #500c7c;
  border-radius: 6px;
}
.intro-box span {
  background: transparent;
  padding: 10px;
  color: #ffffff;
}
.intro-box .logout-text {
  color: #da0508;
}
.gap-2 {
  gap: 2px !important;
}
.gap-4 {
  gap: 4px !important;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-15 {
  gap: 15px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-26 {
  gap: 26px;
}
.gap-30 {
  gap: 30px;
}
.gap-32 {
  gap: 32px;
}
.gap-40 {
  gap: 40px;
}
.gap-48 {
  gap: 48px;
}
.gutter-y-10 {
  --bs-gutter-y: 10px;
}
.gutter-y-24 {
  --bs-gutter-y: 24px;
}
.header {
  background-color: #fff !important;
  border-bottom: 2px solid #eeeeee;
  padding: 19px;
}
.header.scrolled {
  position: sticky;
  top: 0 !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1020;
}
.navbar {
  background: #ffffff !important;
}

.navbar .container {
  height: 57px;
}

.navbar .navbar-collapse {
  background: #ffffff;
  z-index: 1020 !important;
}

.navbar .logo {
  height: 57px;
}

.navbar-expand-lg .navbar-collapse .navbar-nav {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.navbar.scrolled {
  background-color: #f8f9fa !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: bold;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.nav-link {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
.nav-link.active {
  font-family: "Libre Baskerville-Bold";
  color: #500c7c;
  font-weight: 700;
}
.success-modal .modal-content {
  background-color: #ffffff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
}
.success-modal .modal-body {
  padding: 50px;
  gap: 48px;
  display: flex;
  flex-direction: column;
}
.confirm-modal .modal-content {
  border-radius: 8px;
}
.confirm-modal .modal-body {
  padding: 40px 30px 30px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}
.confirm-modal .btn-close {
  position: absolute;
  top: 12px;
  right: 20px;
}
.confirm-modal .check-one-box {
  min-width: 56px;
  min-height: 56px;
  background: #500c7c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.confirm-modal .check-one-box .check-one-img {
  width: 28px;
  height: 28px;
}
.confirm-modal .confirm-title {
  font-family: "Libre Baskerville-Bold";
  color: #54595e;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.confirm-modal .confirm-desc {
  color: #54595e99;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.image-container {
  position: relative;
}

.background-image {
  position: absolute; /* Allows placement in layers */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Place behind the foreground image */
  opacity: 0.5; /* Optional: make the background image semi-transparent */
}

.foreground-image {
  position: relative; /* Default position to place it on top */
  z-index: 1; /* Higher value to appear above the background image */
  width: 80%; /* Adjust size */
  height: auto; /* Maintain aspect ratio */
  margin: auto;
  display: block;
}
.success-modal .success-description {
  background-image: url("/assets/img/backgroundimg2.svg");
  background-size: cover; /* Resize to cover the container */
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-modal .success-text {
  font-family: "Libre Baskerville-Bold";
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #333333;
  text-align: center;
}
.success-modal .title {
  color: #500c7c;
}
.success-modal .success-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #555555;
  text-align: center;
}

footer {
  background: #0e0e0e;
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 30px;
}

footer .quick-links-section,
footer .newletter-section {
  border-right: 1px solid #4e4e4e;
}

footer .quick-links-section,
footer .newletter-section,
footer .social-media-section {
  min-height: 260px;
}

footer .footer-title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.96px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
footer .footer-desc {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
footer .form-control {
  border: 1px solid #4e4e4e !important;
  background: transparent !important;
  font-size: 16px;
  color: #7b7d82 !important;
  font-weight: 400;
  line-height: 20px;
  height: 56px;
  padding: 8px 16px;
  border-radius: 100px !important;
}
footer .form-control::placeholder {
  color: #7b7d82;
}
footer .input-group .btn {
  border-radius: 28px !important;
  background: #ffc107;
  height: 56px;
  right: 20px;
  z-index: 1010;
}
footer .footer-link {
  display: block;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  height: 42px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .form-container .form-section {
    min-width: 508px;
  }
}

@media (min-width: 992px) {
  .form-container .form-section {
    min-width: 418px;
  }
}

@media (max-width: 992px) {
  footer .quick-links-section,
  footer .newletter-section {
    border-right: none !important;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .header-section img {
    height: 100px !important;
  }
  .header-section .header-sitemap .header-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .header-section .header-sitemap .header-site span {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .header-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar .navbar-collapse {
    padding: 20px;
  }
  .contact-container {
    padding: 10px !important;
  }
  .contact-container .form-section {
    margin-top: 20px !important;
  }
  .form-container {
    margin: 20px;
  }
  .gap-lg-18 {
    gap: 18px;
  }
  .contact-container .email-label,
  .contact-container .phone-label {
    font-size: 14px;
    line-height: 20px;
  }
  .image-container {
    height: 1000px !important;
  }
  .subscribtion-show-container .content-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-hero-section .hero-sitemap {
    flex-direction: column;
    justify-content: center;
  }
  .home-hero-section .hero-title {
    font-size: 48px;
    line-height: 56px;
  }
  .home-hero-section .hero-description {
    left: 3%;
  }
  .underlined:after {
    top: 60px;
  }
  .home-hero-section {
    height: 1400px;
  }
  .home-hero-section .count-data .count-title {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .home-hero-section .count-data .count-desc {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .home-hero-section .hero-image {
    height: 200px;
  }
  .home-hero-section .review-label-show {
    position: absolute;
    top: 40%;
    right: 10%;
  }
  .home-hero-section .count-data {
    bottom: 35%;
  }
}

@media (min-width: 768px) {
  .form-container .form-section {
    min-width: 300px;
  }
}

@media (max-width: 565px) {
  .home-hero-section .review-label-show {
    position: absolute;
    top: 65%;
    right: 10%;
  }
}

@media (max-width: 768px) {
  .form-container {
    min-width: auto;
  }
  .form-container .form-section {
    padding: 20px;
  }
  .home-hero-section .review-label-show {
    position: absolute;
    top: 55%;
    right: 10%;
  }
  .home-hero-section .count-data {
    bottom: 15%;
  }
  .home-hero-section .btn-scroll {
    bottom: 25%;
  }
  .success-modal .success-text {
    font-size: 24px;
    line-height: 30px;
  }
  .form-title,
  .testimonial-section .form-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .image-container {
    height: 500px !important;
  }
}
.set-text-area {
  border-radius: 30px;
  padding: 18px 20px;
  resize: none;
}
