/*COMMON CSS*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary-clr: #222222;
  --font-merriweather: 'Merriweather';
  --red-clr: #f5221e;
  --green-clr: #079d07;
}

body {
  font-family: var(--font-merriweather);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  overflow: -moz-scrollbars-none;
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h1,
h2,
h4 {
  margin: 0px;
}

p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}



a:active,
a:focus {
  text-decoration: none !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  margin-bottom: 0;
}

br {
  display: block;
  margin-bottom: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.product-description {
  float: left;
}

.container {
  /* max-width: 1140px; */
  max-width: calc(945px + 24px);
}

.font-500 {
  font-weight: 500;
}

.font-700 {
    font-weight: 700;
  }
  

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
    margin-bottom: 18px;
  }

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

/*END OF COMMON CSS*/

/* HEADER CSS START*/
.header {
  padding-block: 20px;
  box-shadow: 0px 3px 25px 0px #0000001a;
}

.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .inner span {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
}

/* HEADER CSS END */

/* MAINCONTENT CSS START */

.content {
  padding-block: 40px;
}

.content-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.title-wrap {
  margin-bottom: 40px;
}

.title-wrap h1 {
  font-weight: 900;
  font-size: 49px;
  line-height: 65px;
  letter-spacing: 0%;
  text-align: center;
  margin-inline: auto;
}

.title-wrap h1 span {
  color: var(--red-clr);
}

.title-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.trend-ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  color: #fd2220;
  background: #fd22201a;
  border-radius: 36px;
  padding: 7px 20px 7px 20px;
  margin-right: 10px;
  font-family: "Poppins";
}

.ratings {
  color: #f9b403;
  font-size: 18px;
}

.off-date {
  font-family: "Poppins" ;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  position: relative;
}

.point {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50px;
  margin-inline: 8px;
}

.od-image {
  position: relative;
  margin-bottom: 24px;
}

.od-image img {
  width: 100%;
  height: auto;
}

.od-image .batch {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  background: #00000066;
  backdrop-filter: blur(8px);
  padding: 5px 9px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cmn-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0%;
    margin-bottom: 18px;
}

.cmn-txt {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
}

.cmn-info .text {
  font-style: italic;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  margin-left: 24px;
  font-weight:700;
}

.cmn-info {
  position: relative;
}

.cmn-info::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #ddd;
  position: absolute;
}

.user-rew{
  position: relative;
  padding-left:24px;
}

.user-rew::before {
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #ddd;
  position: absolute;
  left:0;
}

.click-btn {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  background: #079d07;
  color: #fff;
  padding: 12px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  gap: 12px;
  box-shadow: 0px 4px 0px 0px #0a7f0a;
  text-decoration:none;
  transition: all 0.3s ease-in-out;
}

.click-btn *{
  font-size: 24px;
  line-height: 36px;
}

.click-btn:hover {
  background-color: #057a05;
  box-shadow: 0px 4px 0px 0px #056905;
}

.click-btn i {
  display: block;
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
}

.click-btn:hover i {
  transform: translateX(5px);
}
.user-name {
  position: relative;
}

.user-name p {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  margin-left: 30px;
}

.user-name::before {
  content: "";
  width: 18px;
  height: 1.5px;
  display: block;
  border-radius: 1px;
  background: #999999b2;
  position: absolute;
  top: 50%;
  left: 0;
}

.user-rew:first-child {
  margin-top: 4px;
}

.cmn-txt-italic {
  font-style: italic;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  margin-bottom: 6px;
}

.rew-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sub-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.sub-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0%;
  color: var(--primary-clr);
  margin-bottom: 20px;
}

.sub-que {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.sub-que p {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #222222;
}

.sub-que a {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
}

.sub-que span {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
}

.sub-txt {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #444444;
}

.sub-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clr-tt {
  color: #444444;
}

.clr-tt span {
  color: #222222;
}

.mt-less20{
    margin-top:-20px;
}

/* .list{
    position:relative;
}

.

.list::before{
    content:'';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 50px;
    top: 13px;

} */

/* .ml-txt{
    margin-left:16px;
} */

.sub-cont-chk .sub-que {
  margin-bottom: 0;
}

.num-list li {
  list-style: decimal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.num-list li p,
.bullet-list li p 
.bullet-list li a{
  margin-left: 4px;
}

.bullet-list,
.num-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bullet-list {
  padding-left: 2rem;
}

.ty{
  display:block;
  transform:translateY(2px);
}

.bullet-list li {
  list-style: disc;
  /* color: #0d6efd; */
}

.bullet-list .clr-blue {
  color: #0d6efd;
}



.bullet-list li::marker{
  transform: translateY(-10px);
}

.rate {
  display: flex;
  align-items: center;
}

/* MAINCONTENT CSS END */

/* FOOTER CSS START */
.footer {
  background-color: #000000;
  padding-block: 40px;
}

.cpy-ryt-txt {
  font-family:'Poppins';
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 12px;
  display:block;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
}

.cpy-ryt-txt a{
  font-family:'Poppins';
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  display:block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cpy-ryt-txt a:hover{
  text-decoration: underline!important;
}


.cpy-ryt-info {
  font-family:'Poppins';
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #FFFFFF59;
  display:block;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}


.fs-20{
    font-size:20px;
}

/* FOOTER CSS END  */



/* CMS Page  */
.cms-pg h1{
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  margin-inline: auto;
  margin-bottom: 20px;
}

.cms-pg h1 span{
  color: var(--red-clr);
}

.cms-pg p{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0%;
  color:#222222cc;
}

.cms-pg ul li{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0%;
  margin-left: 30px;
  color:#222222cc;

}

.cms-pg h2{
  font-weight: 700;
  margin-bottom: 15px;
  font-size:24px;
  line-height: 32px;
  color:#222222;
  margin-top: 40px;
}

.imprint-pg h2{
  font-weight: 500;
  font-style:italic;
}

.cms-pg  .clr-222{
  color:#222222;
}

/*MEDIA QUERY CSS*/

@media only screen and (max-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media only screen and (max-width: 991px) {
  .title-wrap h1 {
    font-size: 41px;
    line-height: 58px;
  }


}

@media only screen and (max-width: 767px) {
  .cmn-title,
  .sub-title {
    font-size: 25px;
    line-height: 38px;
  }

  .title-wrap h1 {
    font-size: 31px;
    line-height: 43px;
  }

  .cmn-title {
    margin-bottom: 12px;
  }

  .sub-title {
    margin-bottom: 8px;
  }

  .cmn-txt,
  .cmn-info .text,
  .cmn-txt-italic,
  .user-name p,
  .sub-que p,
  .sub-que a,
  .sub-que span,
  .num-list li,
  .sub-txt {
    font-size: 20px;
    line-height: 30px;
  }
  /* 
  .cmn-info .text {
    font-size: 20px;
    line-height: 30px;
  } */

  .cmn-txt-italic {
    /* font-size: 20px;
    line-height: 30px; */
    margin-bottom: 4px;
  }

  .mb-15 {
    margin-bottom: 13px;
  }

  .mb-18 {
    margin-bottom: 16px;
  }


  /* .user-name p {
    font-size: 20px;
    line-height: 30px;
  } */

  .rew-box {
    gap: 20px;
  }

  .click-btn *{
    font-size: 20px;
    line-height: 29px;
  }

  /* 
  .sub-que p {
    font-size: 20px;
    line-height: 30px;
  } */


  .sub-que {
    margin-bottom: 6px;
  }
/* 
  .sub-content {
    gap: 30px;
  } */

  .sub-sec {
    gap: 12px;
  }

  .content-inner{
    gap: 45px;
  }

  .sub-content {
    gap: 35px;
  }


  .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .off-date {
    font-size: 16px;
  }

  .trend-ttl {
    font-size: 16px;
  }

  .title-inner {
    margin-top: 15px;
  }

  .title-wrap {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .title-wrap h1 {
    font-size: 27px;
    line-height: 38px;
  }
  .trend-ttl {
    font-size: 15px;
  }

  .off-date {
    font-size: 15px;
  }

  .cmn-title {
    margin-bottom: 12px;
  }

  .cmn-title,
  .sub-title {
    font-size: 20px;
    line-height: 32px;
  }

  .cmn-txt,
  .cmn-info .text,
  .cmn-txt-italic,
  .user-name p,
  .sub-que p,
  .sub-que a,
  .sub-que span,
  .num-list li,
  .sub-txt {
    font-size: 16px;
    line-height: 26px;
  }

  .sub-txt,
  .fs-20 {
    font-size: 16px;
    line-height: 26px;
  }

  .content-inner {
    gap: 40px;
  }

  .sub-content {
    gap: 30px;
  }

  .click-btn {
    padding: 10px 10px;
  }

  .click-btn * {
    font-size: 16px;
    line-height: 25px;
  }


  .od-image .batch {
    font-size: 11px;
  }

  .mb-15 {
    margin-bottom: 10px;
  }

  .mb-18 {
    margin-bottom: 12px;
  }


  .rew-box {
    gap: 18px;
  }

  .ratings {
    font-size: 16px;
  }

  .mb-8 {
    margin-bottom: 5px;
  }
  .sub-que img {
    width: 20px;
    height: 20px;
  }
  .logo img {
    width: 170px;
  }

  .title-wrap {
    margin-bottom: 35px;
  }

  .cpy-ryt-txt , .cpy-ryt-txt a{
    font-size: 13px;
    line-height: 26px;
  }

  .cms-pg h1{
    font-size: 24px;
    line-height: 30px;
  }

  .cms-pg p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .cms-pg ul li{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .cms-pg h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .title-wrap h1 {
    font-size: 23px;
    line-height: 34px;
  }

  .trend-ttl {
    padding: 5px 12px 5px 12px;
    font-size: 13px;
  }

  .ratings {
    font-size: 14px;
  }
  .off-date {
    font-size: 13px;
  }

  .cmn-title,
  .sub-title {
    font-size: 18px;
    line-height: 28px;
  }

  .cmn-title {
    margin-bottom: 8px;
  }

  .cmn-txt,
  .cmn-info .text,
  .cmn-txt-italic,
  .user-name p,
  .sub-que p,
  .sub-que a,
  .sub-que span,
  .num-list li,
  .sub-txt {
    font-size: 16px;
    line-height: 25px;
  }


  .mb-15 {
    margin-bottom: 9px;
  }

  .mb-18 {
    margin-bottom: 12px;
  }


  .od-image {
    margin-bottom: 18px;
  }

  .content-inner{
    gap: 35px;
  }

  .sub-content {
    gap: 25px;
  }

  .click-btn *{
    font-size: 16px;
    line-height: 26px;
  }

  .click-btn i{
    display:none;
  }

  .click-btn{
   border-radius:12px;
   text-align:center;
   padding-top: 12px;
    padding-bottom: 10px;
    padding-inline:25px;
  }

  .sub-que img {
    width: 18px;
    height: 18px;
  }

  .cpy-ryt-info {
    font-size: 12px;
    line-height: 18px;
  }

  .title-inner {
    margin-top: 10px;
  }

  .title-wrap {
    margin-bottom: 20px;
  }

  .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sub-txt, .fs-20 {
    font-size: 16px;
    line-height: 25px;
  }

  .header {
    padding-block: 16px;
  }
}

@media only screen and (max-width: 420px) {
  .trend-ttl {
    padding: 3px 12px 3px 12px;
    font-size: 12px;
  }

  .ratings {
    font-size: 12px;
  }

  .off-date {
    font-size: 12px;
  }

 
}

@media only screen and (max-width: 375px) {
  .title-inner {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 10px;
  }
}
