@font-face {
  font-family: "Dirty Headline";
  src: url(../font/Dirty\ Headline.ttf);
}

@font-face {
  font-family: "Bello";
  src: url(../font/Bello-SmCp.ttf);
}

@font-face {
  font-family: "Nunito Sans";
  src: url(../font/NunitoSans_7pt-Light.ttf);
}

.container-index {
  max-width: 1300px !important;
}

.home-hero-banner {
  background: #ffd500;
  padding-top: 80px;
  padding-bottom: 18px;
  position: relative;
}

@media (max-width: 960px) {
  .home-hero-banner {
    padding-top: 0px;
  }
}

.home-hero-banner .left-img {
  position: absolute;
  top: 25rem;
  left: 0px;
}

@media (max-width: 960px) {
  .home-hero-banner .left-img {
    display: none;
  }
}

.home-hero-banner .right-img {
  position: absolute;
  top: 25rem;
  right: 0px;
}

@media (max-width: 960px) {
  .home-hero-banner .right-img {
    display: none;
  }
}

.container1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
}

.home-hero-banner .banner-hero-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0px 20px 20px 20px;
}

@media (max-width: 960px) {
  .home-hero-banner .banner-hero-info {
    flex-wrap: wrap;
    padding: 30px 16px 0px 16px;
    gap: 0px;
  }
}

.home-hero-banner .banner-hero-info .left-cantant h2 {
  color: #0f275c;
  font-size: 74px;
  font-style: normal;
  font-weight: 400;
  line-height: 82px;
  font-family: "Dirty Headline";
  margin-bottom: 6px;
}

@media (max-width: 960px) {
  .home-hero-banner .banner-hero-info .left-cantant h2 {
    font-size: 44px;
    line-height: 50px;
    text-align: center;
  }
}

.home-hero-banner .banner-hero-info .left-cantant h2 span {
  color: #e44090;
  font-family: "Dirty Headline";
}

.home-hero-banner .banner-hero-info .left-cantant p {
  color: #0f275c;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Nunito Sans";
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .home-hero-banner .banner-hero-info .left-cantant p {
    font-size: 18px;
    text-align: center;
    margin: 12px 0px;
  }
}

.home-hero-banner .banner-hero-info .left-cantant button {
  display: flex;
  width: 222px;
  height: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #e44090;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  font-family: Bello;
  cursor: pointer;
}

@media (max-width: 960px) {
  .home-hero-banner .banner-hero-info .left-cantant button {
    font-size: 22px;
    width: 100%;
    height: auto;
  }
}

.home-hero-banner .banner-hero-info .right-info {
  position: relative;
  width: 640px;
  height: 360px;
}

@media (max-width: 960px) {
  .home-hero-banner .banner-hero-info .right-info {
    margin-top: 16px;
    height: 220px;
  }
}

.home-hero-banner .banner-hero-info .right-info img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.getting-started-info {
  padding: 30px 0px 50px 0px;
}

@media (max-width: 960px) {
  .getting-started-info {
    padding: 24px 0px;
  }
}

.getting-started-info .box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper {
    gap: 16px;
  }
}

.getting-started-info .box-wrapper h3 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper h3 {
    font-size: 24px;
  }
}

.getting-started-info .box-wrapper p {
  color: #0f275c;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper p {
    font-size: 18px;
  }
}

.getting-started-info .box-wrapper .box-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper .box-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    border: 1px solid #0f275c;
    border-radius: 6px;
    padding: 16px;
  }
}

.getting-started-info .box-wrapper .box-info .box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper .box-info .box-item {
    margin: 0px;
    flex-direction: row;
    gap: 12px;
  }
}

.getting-started-info .box-wrapper .box-info .box-item img {
  display: block;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper .box-info .box-item img {
    width: 75px;
  }
}

.getting-started-info .box-wrapper .box-info .box-item .pick-info h3 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper .box-info .box-item .pick-info h3 {
    font-size: 22px;
    margin-top: 0px;
    text-align: start;
  }
}

.getting-started-info .box-wrapper .box-info .box-item .pick-info p {
  color: #0f275c;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  /* max-width: 450px; */
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper .box-info .box-item .pick-info p {
    font-size: 16px;
    text-align: start;
  }
}

.getting-started-info .box-wrapper button {
  display: flex;
  width: 222px;
  height: 55px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0f275c;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border: none;
}

.getting-started-info .box-wrapper button:focus {
  outline: none;
}

@media (max-width: 960px) {
  .getting-started-info .box-wrapper a {
    width: 100%;
  }

  .getting-started-info .box-wrapper button {
    font-size: 18px;
    width: 100%;
    height: auto;
  }

  .box-itemse {
    margin-right: 0px !important;
  }
}

.perfect-box-info {
  padding: 50px 16px;
  background: #e44090;
}

@media (max-width: 960px) {
  .perfect-box-info {
    padding: 24px 0px;
  }
}

.perfect-box-info .pink-section-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info {
    gap: 24px;
  }
}

.perfect-box-info .pink-section-info h3 {
  color: #fff;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info h3 {
    font-size: 24px;
  }
}

.perfect-box-info .pink-section-info p {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info p {
    font-size: 18px;
    text-align: justify;
  }
}

.perfect-box-info .pink-section-info .box-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper {
    overflow: scroll;
    align-items: start;
    gap: 16px;
    scrollbar-width: none;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 8px;
  background: #fff;
  position: relative;
  border: 1px solid #0f275c;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item {
    padding: 16px;
    gap: 10px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .boxinfo {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item .boxinfo {
    align-items: center;
    gap: 12px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .best-seller-info {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 24px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #1faf38;
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px 0px 4px 0px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item .best-seller-info {
    right: 0px;
    border-radius: 0px 8px 0px 4px;
    left: auto;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item img {
  display: block;
  width: 150px;
  height: 150px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item img {
    width: 90px;
    height: 85px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info {
  text-align: start;
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info h3 {
  color: #0f275c;
  text-align: start;
  font-family: Bello;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info h3 {
    font-size: 24px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info p {
  color: #0f275c;
  text-align: start;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  margin: 8px 0px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info p {
    font-size: 16px;
    margin: 5px 0px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item span {
  color: #008ecc;
  font-family: "Nunito Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .addbooks {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  background: #0f275c;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item span {
    font-size: 18px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item button {
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  color: #0f275c;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

@media (max-width: 960px) {
  .perfect-box-info .pink-section-info .box-wrapper .box-item button {
    height: auto;
    padding: 6px;
  }
}

.Choose-form-info {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #ffd500;
}

.Choose-form-info h2 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .Choose-form-info h2 {
    font-size: 24px;
    line-height: 25px;
  }
}

.Choose-form-info h2 span {
  color: #e44090;
}

.slider-section-info {
  padding: 20px 0px;
  padding-top: 0px;
}

@media (max-width: 960px) {
  .slider-section-info {
    padding: 12px 0px;
    padding-top: 0px;
  }
}

.slider-section-info .product-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 960px) {
  .slider-section-info .product-heading {
    margin-bottom: 16px;
  }
}

.slider-section-info .product-heading .viewalllt {
  color: #e44090;
  font-size: 15px;
  font-weight: 500;
}

.slider-section-info .product-heading h3 {
  color: #212529;
  font-family: Bello;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .slider-section-info .product-heading h3 {
    font-size: 20px;
    /* margin-bottom: 16px; */
  }

  .name-user0 {
    padding: 0px 10px 0px 20px !important;
  }
}

.slider-section-info .product-listing-slider .slick-arrow {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 44%;
  font-size: 0;
  border: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.08), 4px 0px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 960px) {
  .slider-section-info .product-listing-slider .slick-arrow {
    width: 25px;
    height: 50px;
  }
}

.slider-section-info .product-listing-slider .slick-arrow.slick-prev {
  left: -16px;
  background-image: url(../images/left-arrow.svg) !important;
}

.slider-section-info .product-listing-slider .slick-arrow.slick-next {
  right: -11px;
  background-image: url(../images/right-arrow.svg) !important;
}

.slider-section-info .product-listing-slider .product-item {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #0f275c;
  background: #fff;
  margin-right: 16px;
}

@media (max-width: 960px) {
  .slider-section-info .product-listing-slider .product-item {
    gap: 6px;
    margin-right: 10px;
    padding: 10px;
  }
}

.slider-section-info .product-listing-slider .product-item .product-item-img {
  width: 155px;
  height: 200px;
  position: relative;
}

.slider-section-info .product-listing-slider .product-item .product-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.slider-section-info .product-listing-slider .product-item p {
  color: #0f275c;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 160px;
  overflow: hidden;
}

.slider-section-info .product-listing-slider .product-item span {
  color: #212529;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (max-width: 960px) {
  .slider-section-info .product-listing-slider .product-item p {
    font-size: 13px;
  }

  .slider-section-info .product-listing-slider .product-item .product-item-img {
    width: 125px;
    height: 150px;
    position: relative;
  }

  .slider-section-info .product-listing-slider .product-item span {
    font-size: 15px;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

.slider-section-info .product-listing-slider .product-item button {
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 54px;
  background: #ffd500;
  border: none;
  color: #0f275c;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .slider-section-info .product-listing-slider .product-item button {
    width: 100%;
    font-size: 16px;
  }
}

.slider-section-info .product-listing-slider .product-item .addbtn-bg {
  background: #0f275c;
  color: #fff;
}

.customers-section-info {
  margin-bottom: 50px;
}

.customers-section-info .customer-review-slider .slick-arrow {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 35%;
  font-size: 0;
  border: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.08), 4px 0px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 960px) {
  .customers-section-info .slick-arrow {
    width: 32px !important;
    height: 32px !important;
  }

  .customers-section-info {
    margin-bottom: 20px;
  }
}

.customers-section-info .slick-arrow.slick-prev {
  left: -16px;
  background-image: url(../images/left-arrow.svg) !important;
}

@media (max-width: 960px) {
  .customers-section-info .slick-arrow.slick-prev {
    left: -6px;
  }
}

.customers-section-info .slick-arrow.slick-next {
  right: -11px;
  background-image: url(../images/right-arrow.svg) !important;
}

@media (max-width: 960px) {
  .customers-section-info .slick-arrow.slick-next {
    right: -6px;
  }
}

.customers-section-info .top-row {
  margin-bottom: 40px;
  margin-top: 30px;
}

@media (max-width: 960px) {
  .customers-section-info .top-row {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.customers-section-info .top-row h3 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .customers-section-info .top-row h3 {
    font-size: 30px;
    margin-top: 20px;
  }
}

.customers-section-info .customer-review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 0px 32px;
}

.customers-section-info .customer-review p {
  color: #212529;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 6px;
}

#boxselect {
  margin-top: 80px;
}

.select-items0 {
  color: #0f275c;
  font-family: Bello;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .font-detail-item {
  color: #0f275c;
  font-family: Bello;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */
@media (max-width: 960px) {
  .customers-section-info .customer-review p {
    font-size: 14px;
    margin-bottom: 14px;
  }

  #boxselect {
    margin-top: 0px;
  }
}

.customers-section-info .customer-review img {
  display: block;
  width: 100%;
}

.customers-section-info .customer-review h4 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .customers-section-info .customer-review h4 {
    font-size: 24px;
  }
}

.Influencers-section-info .Influencers-slider .slick-arrow {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 44%;
  font-size: 0;
  border: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.08), 4px 0px 18px rgba(0, 0, 0, 0.18);
}

@media (max-width: 960px) {
  .Influencers-section-info .slick-arrow {
    width: 25px;
    height: 50px;
  }
}

.Influencers-section-info .slick-arrow.slick-prev {
  left: -16px;
  background-image: url(../images/left-arrow.svg) !important;
}

.Influencers-section-info .slick-arrow.slick-next {
  right: -11px;
  background-image: url(../images/right-arrow.svg) !important;
}

.Influencers-section-info .top-row {
  margin-bottom: 50px;
  margin-top: 0px;
}

@media (max-width: 960px) {
  .Influencers-section-info .top-row {
    margin-bottom: 24px;
    margin-top: 0px;
  }
}

.Influencers-section-info .top-row h3 {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .Influencers-section-info .top-row h3 {
    font-size: 24px;
  }
}

.Influencers-section-info .Influencers-slider {
  position: relative;
}

.Influencers-section-info .Influencers-slider::before {
  content: "";
  display: block;
  height: 100%;
  width: 240px;
  background: linear-gradient(270deg,
      #f6f6f6 24.88%,
      rgba(246, 246, 246, 0) 75.78%);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider::before {
    display: none !important;
  }
}

.Influencers-section-info .Influencers-slider::after {
  content: "";
  display: block;
  height: 100%;
  width: 240px;
  background: linear-gradient(270deg,
      #f6f6f6 24.88%,
      rgba(246, 246, 246, 0) 75.78%);
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider::after {
    display: none !important;
  }
}

.Influencers-section-info .Influencers-slider .Influencers-video {
  margin: 0px 16px;
  position: relative;
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider .Influencers-video {
    margin: 0px 4px;
  }
}

.Influencers-section-info .Influencers-slider .Influencers-video .play-button {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 50px;
  background: #000;
  opacity: 0.7;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider .Influencers-video {
    margin: 0px 4px;
  }
}

.Influencers-section-info .Influencers-slider .Influencers-video .video-img {
  display: block;
  width: 100%;
  height: 503px;
  border-radius: 30px;
  border: 4px solid #000103;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider .Influencers-video .video-img {
    height: 300px;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  /* hide text */
  background-color: #333;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev::before,
.slick-next::before {
  display: none !important;
  /* hide default arrows */
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #000 !important;
  outline: none !important;
  background: #fff !important;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.08), 4px 0px 18px rgba(0, 0, 0, 0.18) !important;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.1s ease-in-out;
  top: 0px;
  z-index: 22;
}

.overlay.active1 {
  display: block;
  opacity: 1;
}

.boxadd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  border: 2px solid #0f275c;
  padding: 10px;
  border-radius: 8px;
}

.boxadd .minu01 {
  padding: 0px 10px !important;
  border-radius: 6px;
  color: #fff !important;
  font-size: 20px !important;
  cursor: pointer;
  display: inline-block;
}

.boxadd .cunts-span {
  padding: 4px 22px !important;
  border-radius: 6px;
  color: #000 !important;
  font-size: 20px !important;
  cursor: pointer;
}

.limit-text {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block;
  width: 160px;
  overflow: hidden;
  color: #0f275c !important;
  font-weight: 600 !important;
  text-align: start !important;
  margin-top: 6px;
}

.author-info {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block;
  width: 160px;
  overflow: hidden;
  font-weight: 600 !important;
  text-align: start !important;
}

.text-infos {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.books-info {
  color: #e44090;
  font-family: "Nunito Sans" !important;
  font-size: 16px;
  font-weight: bold;
}

.books-info span {
  color: #e44090;
  font-family: "Nunito Sans" !important;
}

.books-info:hover {
  color: #e44090;
}

.info-text01f {
  padding: 0px !important;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .limit-text {
    width: 134px;
    margin-top: 6px;
  }

  .author-info {
    width: 134px;
  }

  .boxadd {
    padding: 6px;
    justify-content: space-between;
    gap: 16px;
  }

  .boxadd-infos {
    white-space: nowrap;
  }

  .perfect-box-info .pink-section-info .box-wrapper .box-item .addbooks {
    font-size: 14px;
  }

  .boxadd .minu01 {
    padding: 0px 10px !important;
    font-size: 16px !important;
  }

  .boxadd .cunts-span {
    padding: 4px 10px !important;
    font-size: 16px !important;
  }

  .books-info {
    font-size: 14px;
  }
}

.text-itemse {
  color: #0f275c;
}

/* video--preview code */
.gallery01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.gallery01 .video-img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.video-popup video {
  max-width: 900px;
  width: 90%;
  border: 4px solid white;
  border-radius: 12px;
  max-height: 500px;
  background-color: #000;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .categorie-slider .slick-track {
    left: -12px !important;
  }
}

.categorie-slider .slick-arrow {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 17%;
  font-size: 0;
  border: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 4px 0px 6px #000, 4px 0px 18px #000;
}

@media (max-width: 960px) {
  .categorie-slider .slick-arrow {
    width: 25px;
    height: 50px;
  }
}

.categorie-slider .slick-arrow.slick-prev {
  left: -16px;
  background-image: url(../images/left-arrow.svg);
}

.categorie-slider .slick-arrow.slick-next {
  right: -11px;
  background-image: url(../images/right-arrow.svg);
}

.categorie-slider .product-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #fff;
  margin-right: 16px;
}

@media (max-width: 960px) {
  .categorie-slider .product-item {
    gap: 12px;
    margin-right: 10px;
  }
}

.categorie-slider .product-item .product-item-img {
  width: 91px;
  height: 91px;
  position: relative;
}

@media (max-width: 960px) {
  .categorie-slider .product-item .product-item-img {
    width: 60px;
    height: 60px;
  }
}

.categorie-slider .product-item .product-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.categorie-slider .product-item p {
  width: 95px;
  display: block;
  color: #212529;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 960px) {
  .categorie-slider .product-item p {
    font-size: 13px;
    width: 60px;
  }
}

/* --------------------------------------------------- */

.book-detail-wrapper {
  display: flex;
  margin: 20px 0px 20px 0px;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

@media (max-width: 960px) {
  .book-detail-wrapper {
    flex-direction: column;
    padding: 20px;
    margin: 80px auto 12px auto;
    /* display: inline-block; */
  }
}

.book-detail-wrapper .slider-container {
  width: 350px;
  text-align: center;
}

@media (max-width: 960px) {
  .book-detail-wrapper .slider-container {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.book-detail-wrapper .product-info-img {
  width: 350px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 960px) {
  .book-detail-wrapper .product-info-img {
    width: 100%;
  }
}

.book-detail-wrapper .slider-container .main-image {
  width: 350px;
  height: 540px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .slider-container .main-image {
    width: 300px;
    height: 400px;
  }
}

.book-detail-wrapper .slider-container .main-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 8px;
}

.book-detail-wrapper .slider-container .thumbnail-slider-img {
  width: 240px;
  margin: 16px auto 0px auto;
}

.book-detail-wrapper .slider-container .thumbnail-slider-img img {
  width: 60px;
  height: 80px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
}

.book-detail-wrapper .slider-container .thumbnail-slider-img .slick-current img {
  border-color: #e44090;
}

.book-detail-wrapper .slider-container .thumbnail-slider-img .slick-prev {
  font-size: 2.5rem;
  color: #000;
  position: absolute;
  left: -50px;
  top: 50%;
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 960px) {
  .book-detail-wrapper .slider-container .thumbnail-slider-img .slick-prev {
    left: -40px;
  }
}

.book-detail-wrapper .slider-container .thumbnail-slider-img .slick-next {
  font-size: 2.5rem;
  color: #000;
  position: absolute;
  right: -50px;
  top: 50%;
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 960px) {
  .book-detail-wrapper .slider-container .thumbnail-slider-img .slick-next {
    right: -40px;
  }
}

.book-detail-wrapper .line-span {
  width: 1px;
  height: auto;
  background-color: #e6e6e6;
  margin-left: 24px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .line-span {
    width: 100%;
    height: 1px;
    margin-left: 0px;
    margin-top: 8px;
  }
}

.book-detail-wrapper .book-details {
  flex: 2;
  padding-left: 24px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details {
    padding-left: 0px;
  }
}

.book-detail-wrapper .book-details .tital-font {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.book-detail-wrapper .book-details .tital-font .book-title {
  overflow: hidden;
  color: #0f275c;
  text-overflow: ellipsis;
  font-family: Bello;
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .tital-font .book-title {
    font-size: 20px;
    line-height: 18px;
  }
}

.book-detail-wrapper .book-details .tital-font .font-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.book-detail-wrapper .book-details .tital-font .font-icon span {
  cursor: pointer;
}

.book-detail-wrapper .book-details .tital-font .font-icon span i {
  font-size: 24px;
  font-weight: 600;
  border: 1px solid #0f275c;
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .tital-font .font-icon span i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.book-detail-wrapper .book-details .tital-font .font-icon span .fa-heart {
  color: #ccc;
}

.book-detail-wrapper .book-details .tital-font .font-icon span .fa-red {
  color: red;
}

.book-detail-wrapper .book-details .tital-font .font-icon span .fa-share-nodes {
  color: #0f275c;
}

.book-detail-wrapper .book-details .author {
  color: #4d4d4d;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin: 8px 0; */
}

.book-detail-wrapper .book-details .author span {
  color: #0f275c;
  font-weight: 600;
}

.book-detail-wrapper .book-details .author .paper {
  color: #4d4d4d;
  font-weight: 600;
}

.book-detail-wrapper .book-details .rating {
  color: #0f275c;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0px 0px;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .rating {
    margin: 5px 0 0px 0px;
  }
}

.book-detail-wrapper .book-details .rating img {
  width: 18px;
  height: 18px;
}

.book-detail-wrapper .book-details .add-to-box {
  display: inline-block;
  padding: 0px 20px;
  color: white;
  background-color: #e44090;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-family: Bello;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  margin: 24px 0px;
  height: 50px;
  width: 100%;
  max-width: 300px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .add-to-box {
    font-size: 22px;
    margin: 20px 0px;
  }
}

.book-detail-wrapper .book-details .highlig {
  padding: 16px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #0f275c;
  background: #fff;
}

.book-detail-wrapper .book-details .highlig .hight-font {
  color: #0f275c;
  font-family: Bello;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .highlig .hight-font {
    font-size: 22px;
  }
}

.book-detail-wrapper .book-details .highlig .highlights {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .highlig .highlights {
    flex-wrap: wrap;
    gap: 16px;
  }
}

.book-detail-wrapper .book-details .highlig .highlights .highlight-item {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .highlig .highlights .highlight-item {
    width: 29%;
  }
}

.book-detail-wrapper .book-details .highlig .highlights .highlight-item img {
  width: 35px;
  height: 35px;
}

.book-detail-wrapper .book-details .highlig .highlights .highlight-item p {
  color: #212529;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .highlig .highlights .highlight-item p {
    font-size: 12px;
  }
}

.book-detail-wrapper .book-details .highlig .highlights .highlight-item span {
  color: rgba(33, 37, 41, 0.6);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .highlig .highlights .highlight-item span {
    font-size: 12px;
  }
}

.book-detail-wrapper .book-details .description {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #0f275c;
  background: #fff;
  margin-top: 24px;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .description {
    margin-top: 20px;
  }
}

.book-detail-wrapper .book-details .description h2 {
  color: #0f275c;
  font-family: Bello;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .description h2 {
    font-size: 22px;
  }
}

.book-detail-wrapper .book-details .description p {
  margin: 0;
  color: #212529;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

@media (max-width: 960px) {
  .book-detail-wrapper .book-details .description p {
    font-size: 14px;
  }
}

/* ----------------------how it work------------------------------------- */
.banner-faqs-info .faq-item-banner {
  justify-content: center;
}

.banner-faqs-info .faq-item-banner .faq-wrapper {
  text-align: center;
}

.banner-faqs-info .icon_bool {
  top: 17rem !important;
}

.banner-faqs-info .icon_are {
  top: 17rem !important;
}

.banner-faqs-info .banner-hero-info .faq-wrapper .book-ims {
  padding: 24px 0px 0px 0px !important;
}

@media (max-width: 960px) {
  .banner-faqs-info .banner-hero-info .faq-wrapper .book-ims {
    padding: 0px !important;
  }
}

.banner-faqs-info .faq-item-banner .faq-wrapper .box-info-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 0px 14px 0px;
}

.banner-faqs-info .banner-hero-info .faq-wrapper .book-ims .book-items img {
  width: 133px;
  height: 131px;
}

@media (max-width: 960px) {
  .banner-faqs-info .banner-hero-info .faq-wrapper .book-ims .book-items img {
    width: 110px;
    height: 110px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item {
  border: none !important;
}

.banner-faqs-info .faq-item-banner .faq-wrapper .faq-font {
  color: #0f275c;
  font-family: Bello;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 960px) {
  .banner-faqs-info .faq-item-banner .faq-wrapper .faq-font {
    font-size: 32px !important;
    line-height: 30px;
  }
}

.perfect-box-info .pink-section-info .box-wrapper .box-item .medal-info h3 {
  text-align: center;
}

.fall-in-info {
  display: flex;
  padding: 50px 0px 0px 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.influence {
  padding-bottom: 50px;
}

.fall-in-info .fall {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 960px) {
  .fall-in-info .fall {
    gap: 16px;
  }
}

.fall-in-info .fall .heart-img {
  width: 136px;
  height: 116px;
}

@media (max-width: 960px) {
  .fall-in-info .fall .heart-img {
    width: 100px;
    height: 90px;
  }
}

.fall-in-info .fall .text-in-love {
  color: #0f275c;
  text-align: center;
  font-family: Bello;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

@media (max-width: 960px) {
  .fall-in-info .fall .text-in-love {
    font-size: 28px;
  }
}

.fall-in-info .fall .button-info-love {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e44090;
  width: 216px;
  height: 60px;
  padding: 16px 16px 20px 16px;
  gap: 16px;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 960px) {
  .fall-in-info .fall .button-info-love {
    height: 45px;
  }
}

.fall-in-info .fall .button-info-love .text-button {
  color: #fff;
  background: #e44090;
  font-family: Bello;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  cursor: pointer;
}

@media (max-width: 960px) {
  .fall-in-info .fall .button-info-love .text-button {
    font-size: 24px;
  }
}

.fall-in-info .fall .button-info-love img {
  width: 24px;
  height: 28px;
  padding-top: 6px;
}

.Influencers-section-info {
  padding-top: 10px;
}

@media (max-width: 960px) {
  .Influencers-section-info {
    padding-top: 4px;
  }
}

.Influencers-section-info .top-row .offer-text {
  color: #0f275c;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 960px) {
  .Influencers-section-info .top-row .offer-text {
    font-size: 18px;
  }
}

.Influencers-section-info .Influencers-slider .Influencers-video .play-button {
  left: 44% !important;
  top: 45% !important;
}

@media (max-width: 960px) {
  .Influencers-section-info .Influencers-slider .Influencers-video .play-button {
    top: 40% !important;
    left: 42% !important;
    width: 50px;
  }

  .image-infoo {
    height: 50px;
  }
}

.Influencers-section-info .Influencers-slider .Influencers-video .video-img {
  object-fit: fill;
}

.galleryitems .thumb {
  position: relative;
  cursor: pointer;
}

.galleryitems .thumb img {
  width: 100%;
  border-radius: 8px;
}

.galleryitems .thumb .preview-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.galleryitems .thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 8px;
  transition: 0.3s;
}

.bottom-nav-info0 {
  display: none;
}

@media (max-width: 600px) {

  /* bottom--header--footer */
  .bottom-nav-info0 {
    display: block;
  }

  .bottom-nav-info0 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffd500;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #0f275c;
    padding: 8px 0;
    z-index: 1000;
  }

  .nav-item-boto-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    flex: 1;
    transition: color 0.2s ease;
    cursor: pointer;
  }

  .nav-item-boto-info .icon-bottom-items {
    font-size: 20px;
    color: #555;
    transition: color 0.2s ease;
  }

  .nav-item-boto-info.active9,
  .nav-item-boto-info.active9 .icon-bottom-items {
    color: #0f275c;
  }

  /* bottom--header--footer */
}