@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prata&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Trispace:wght@100..800&display=swap');

/*==Font-setup==*/

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

body {
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*===this-is-code-start===*/
.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.reasons-area {
  background: #ffffff;
  padding: 30px 0;
  border-bottom: 1px solid #000000;
}

.reasons-main {
  max-width: 575px;
  margin: auto;
}

.reasons-main h1 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

.reasons-main p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin-top: 25px;
  line-height: 30px;
}

.reasons-main p u {
  text-decoration-thickness: 2px;
}

.reasons-main ul {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}

.reasons-main ul li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.reasons-main ul li h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.reasons-main ul li h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

/*==pain-section==*/
.pain-area {
  background: #ffffff;
  padding: 40px 0;
}

.pain-main {
  max-width: 575px;
  margin: auto;
}

.pain-title h2 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

.pain-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 15px;
  margin-top: 35px;
}

.pain-left img {
  width: 100%;
}

.pain-right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}

/*==afterwards-section==*/

.afterwards-area {
  background: #ffffff;
  padding-bottom: 30px;
}

.afterwards-title {
  text-align: center;
}

.afterwards-title h2 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
}

.afterwards-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  margin-top: 10px;
}

.afterwards-main {
  margin-top: 70px;
  /*! background: red; */
}

.afterward-item {
  max-width: 275px;
  margin: auto;
}

.afterward-item video {
  width: 100%;
}

.afterward-item h2 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 25px;
}

.afterward-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
  line-height: 28px;
}

.afterward-item h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-top: 40px;
}


/*==owl-css==start*/
.main-content1 {
    position: relative;
}

.main-content1 .owl-dots {
    width: 100%;
    text-align: center;
    position: initial;
    bottom: 1%;
    margin-top: 60px;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 10px 6px 0 6px;
  background: #CCCCCC;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: none!important;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.main-content1 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
    position: absolute;
    top: 45%;
    left: -65px;
    right: -65px;
}

.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev i, .main-content1 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: #5B2B81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content1 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*==symptoms-section==*/
.symptoms-main {
  max-width: 576px;
  margin: auto;
}

.symptoms-row {
  display: grid;
  grid-template-columns: 270px auto;
  column-gap: 10px;
  margin-top: 20px;
}

.symptoms-left video {
  width: 100%;
  height: 267px;
  border-radius: 20px;
  object-fit: cover;
}

.symptoms-left img {
  width: 100%;
}

.symptoms-img img {
  border-radius: 20px;
}

.symptoms-main h2 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

.symptoms-right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}

.symptoms-space {
  margin-top: 40px;
}

.symptoms-space {
  margin-top: 45px;
}

.inner-link a {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  margin-top: 70px;
  display: inline-block;
}


/*==sale-section==*/
.sale-area {
  background: #ffffff;
  padding: 7px 0px 30px 0;
}

.sale-area2 {
  padding: 40px 0;
}

.sale-title {
  text-align: center;
  margin-top: 25px;
}

.sale-title h2 {
  font-family: "Prata", serif;
  font-weight: 800;
  font-size: 30px;
  color: #FF0000;
}

.sale-title h2 span img {
  max-width: 35px;
}

.sale-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 20px;
}

.sale-main {
  max-width: 850px;
  margin: auto;
}

.sale-row {
  display: grid;
  grid-template-columns: 30% 34% 36%;
  column-gap: 20px;
  margin-top: 40px;
}

.sale-inner-wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  /*! text-align: center; */
  row-gap: 40px;
}

.sale-middle img {
  width: 100%;
}

.sale-left-cnt {
  text-align: center;
}

.sale-left-cnt h3 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}

.sale-left-cnt h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 15px;
}

.sale-left-cnt p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}

.sale-left-cnt a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background: #0C006C;
  padding: 20px;
  display: block;
  margin-top: 10px;
  border-radius: 3px;
}

.sale-left-cnt a:hover {
  opacity: 0.9;
}

.sale-inner-wrap h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}

.sale-right {
  padding-right: 20px;
  margin-top: 102px;
}

.ale-middle img {
  max-width: 100%;
}

.mark-box {
  background: #F7F5F1;
  margin-top: 10px;
  padding: 10px;
}

.mark-box h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 23px;
}

.mark-box h2 span {
  color: #FF0000;
}

.timer-box-wrap{
  text-align: center;
}

.timer-box-wrap h3 {
 font-family: "Prata", serif;
  font-weight: 700;
  font-size: 21px;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 20px;
}

.timer-box-wrap h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  text-transform: uppercase;
  margin-top: 22px;
  margin-top: 15px;
}

.timer-box {
  display: flex;
  align-items: center;
  max-width: 263px;
  justify-content: space-between;
  column-gap: 10px;
  margin: auto;
  margin-top: 25px;
}

.number-txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #000000;
}

.text-css {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 15px;
}

.time-unit span {
  display: block;
}

.hidden {
  display: none;
}

/*==reviews-section==*/
.reviews-area {
  background: #ffffff;
  padding-bottom: 15px;
}

.reviews-title h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.reviews-main {
  max-width: 700px;
  margin: auto;
  margin-top: 65px;
}

.slider-item img {
  width: 100%;
}

.slider-item h2 {
  font-family: "Prata", serif;
  font-weight: 800;
  font-size: 28px;
  color: #222222;
}

.slider-item img {
  margin-top: 25px;
}

/*==owl-css==start*/
.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: initial;
    bottom: 1%;
    margin-top: 60px;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 10px 4px 0 4px;
  background: #CCCCCC;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  border: none!important;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C2A6E3;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 43%;
    left: -60px;
    right: -60px;
}
.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: #5B2B81;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

/*==trials-section==*/
.trials-area {
  background: #F7F5F1;
  padding: 30px 0;
}

.trials-main {
  max-width: 832px;
  margin: auto;
}

.trials-title {
  text-align: center;
}

.trials-title h2 {
  font-family: "Prata", serif;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}

.trials-title p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #334155;
  margin-top: 5px;
}

.trials-img img {
  max-width: 775px;
  display: block;
  margin: auto;
  width: 100%;
  margin-top: 40px;
}

.trial-btn a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #ffffff;
  justify-content: center;
  background: #0C006C;
  padding: 20px;
  border-radius: 3px;
  text-align: center;
}

.trial-btn a:hover {
  opacity: 0.9;
}

.trial-btn a svg {
  width: 14px;
  fill: #fff;
  display: block;
}

.trial-btn h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
  text-align: center;
}

.timer-box-wrap h2 {
  font-family: "Prata", serif;
  font-weight: 700;
  font-size: 21px;
  color: #1A1A1A;
  margin-top: 5px;
}

.timer-box-wrap h5 {
  font-family: "Prata", serif;
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 5px;
}

.title-time {
  font-size: 16px !important;
  color: #1A1A1A !important;
}

.timer-box-wrap2 .text-css {
  /*! font-family: "Prata", serif; */
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.timer-box-wrap2 a {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: block;
  margin-top: 50px;
  text-decoration: underline;
  padding: 16px 0;
}

/*==reported-section==*/
.reported-area {

  padding-top: 30px;
}

.reported-main {
  max-width: 675px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 357px;
  column-gap: 100px;
  align-items: end;
}

.reported-title h4 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

.reported-title p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #334155;
  line-height: 26px;
  margin-top: 20px;
}

.reported-box-row {
  display: grid;
  grid-template-columns: 72px auto;
  margin-top: 30px;
  align-items: center;
}

.reported-right img {
  width: 100%;
  border-radius: 20px;
}

.reported-box-left h2 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #D0A181;
}

.reported-box-right h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
}

.report-progress {
  height: 6px;
  background: #DADADA;
  border-radius: 20px;
  margin-top: 20px;
}

.progres-upper {
  background: #07111D;
  height: 100%;
  border-radius: 20px;
  width: 92%;
}

.progres-upper2 {
  width: 88%;
}

.progres-upper3 {
  width: 91%;
}

/*==regret-section==*/
.regret-area {
  background: #ffffff;
  padding: 74px 0;
}

.regret-title {
  text-align: center;
}

.regret-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #E78135;
}

.regret-title h3 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 20px;
}

.regret-title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
}

.regret-main {
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
  column-gap: 30px;
  margin-top: 65px;
}

.regret-left img {
  width: 100%;
}

.regret-right {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
  row-gap: 60px;
}

.regret-item {
  text-align: center;
}

.regret-item h4 {
   font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-size: 30px;
  color: #E16203;
}

.regret-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  line-height: 25px;
  text-transform: uppercase;
}

.money-main {
  max-width: 847px;
  margin: auto;
  display: grid;
  grid-template-columns: 385px auto;
  column-gap: 35px;
  align-items: center;
}

.money-left img {
  width: 100%;
  border-radius: 20px;
}

.money-right h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #E16203;
  letter-spacing: 4px;
}

.money-right h2 {
  font-family: "Prata", serif;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 25px;
}

.money-right i {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  display: block;
}

.money-right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-top: 25px;
  line-height: 27px;
}

.money-right a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #ffffff;
  justify-content: center;
  background: #0C006C;
  padding: 20px 20px;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
  max-width: 398px;
}

.money-right a svg {
  width: 14px;
  fill: #fff;
  display: block;
}

.money-right a:hover {
  opacity: 0.9;
}

.footer-area {
  background: #ffffff;
  padding: 40px 0 20px 0;
}

.footer-main ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.footer-main ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  transition: 0.2s all ease;
}

.footer-main ul li a:hover {
  color: #0C006C;
}