@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&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');

/*==Font-setup==*/

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

body {
    font-family: "Poppins", sans-serif;
    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: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==timelie-section==*/
.timeline-area {
  background: linear-gradient(to right,#0B2349,#113165);
  padding: 33px 0;
}

.timeline-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.timeline-main-line {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 24px;
  position: relative;
}

.timeline-line {
  width: 98%;
  height: 13px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
}

.line-act {
  width: 50%;
  height: 100%;
  background: #4D9040;
}

.timeline-item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
}

.timeline-item h4 br {
  display: none;
}

.timeline-item2 h4 {
  text-align: center;
  opacity: 1;
}

.timeline-item3 h4 {
  text-align: right;
}

.cricle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0B2349;
  width: 43px;
  height: 43px;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cricle1 {
  background: #4D9040;
  color: #fff;
}

.cricle2 {
  margin: auto;
}

.cricle3 {
  margin-left: auto;
}

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

.confirmed-main {
  border: 1px dashed #113165;
  background: #FAFAFB;
  padding: 24px;
  border-radius: 8px;
}

.confirmed-main h2 {
  font-weight: 700;
  font-size: 24px;
  color: #262626;
}

.confirmed-main h2 span {
  color: #4D9040;
}

.confirmed-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
  color: #262626;
}

.confirmed-main p:first-child {
  margin-top: 0;
}

.confirmed-main p span {
  font-weight: 700;
  color: #4D9040;
}

.confirme-btm-wrap {
  margin-top: 40px;
}

.confirme-btm-wrap h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #262626;
}

.confirme-btm-wrap p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
}

.confirme-btm-wrap p span {
  font-weight: 700;
  color: #4D9040;
}

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

.counts-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 37px;
  margin-top: 40px;
}

.counts-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
}

.counts-title h2 span {
  color: #4D9040;
}

.counts-left p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
}

.counts-left p:first-child {
  margin-top: 0;
}

.counts-left p span {
  font-weight: 700;
  color: #4D9040;
}

.counts-right img {
  width: 100%;
  border-radius: 8px;
}

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

.improve-main {
  max-width: 662px;
  margin: auto;
}

.improve-main h2 {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #262626;
    text-align: center;
    line-height: 100%;
}

.improve-main h2 span {
  color: #4D9040;
}

.improve-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
}

.improve-main p:first-child {
  margin-top: 0;
}

.improve-cnt-wrap {
  margin-top: 40px;
}

.improve-list h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #262626;
  margin-top: 16px;
}

.improve-list ul {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 12px;
}

.improve-list ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.improve-main h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #4D9040;
  margin-top: 16px;
}

.improve-line {
  height: 1px;
  background: #EAEAEA;
  margin-top: 40px;
}

.improve-list ul li img {
  width: 21px;
  display: block;
}

.improve-img img {
  width: 100%;
  margin-top: 40px;
  border-radius: 4px;
}

.combinat-main {
  max-width: 662px;
  margin: auto;
  margin-top: 40px;
}

.combinat-topper h2 {
 font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  line-height: 100%;
 text-align: center;
}

.combinat-topper h2 span {
  color: #4D9040;
}

.combinat-topper p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 24px;
}

.combinat-topper p span {
  font-weight: 700;
  color: #4D9040;
}

.combinat-img img {
  width: 100%;
  margin-top: 40px;
}

.combinat-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 24px;
  margin-top: 40px;
}

.combinat-list {
  padding: 24px;
  background: rgba(77, 144, 64, 0.04);
}

.combinat-list2 {
  background: rgba(111, 59, 27, 0.04);
}

.combinat-grid ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 20px;
}

.combinat-grid ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.combinat-grid ul li img {
  display: block;
}

.combinat-item {
  border: 1px solid #4D9040;
  border-radius: 8px;
}

.combinat-item2 {
  border: 1px solid #6F3B1B;
}

.combinat-title {
  background: linear-gradient(to right,#4D9040,#57A248);
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
}

.combinat-title2 {
  background: linear-gradient(to right, #6F3B1B,#985125);
}

.combinat-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FAFAFA;
}

.combinat-btm h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 40px;
}

.combinat-btm h3 span {
  font-weight: 700;
  font-size: 16px;
  color: #4D9040;
}

/*==snacks-section==*/

.snacks-area {
  background: #FAFAFA;
  padding: 40px 0;
}

.snacks-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  text-align: center;
}

.snacks-title h2 span {
  color: #4D9040;
}

.snacks-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 47px;
  margin-top: 40px;
  row-gap: 23px;
}

.snacks-left img {
  width: 100%;
  border-radius: 4px;
}

.snacks-item {
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}

.snacks-item1 {
  padding-top: 0;
}

.snacks-item4 {
  padding-bottom: 0;
  border-bottom: 0;
}

.snacks-item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #262626;
}

.snacks-item p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
}

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

.exclusive-main {
  max-width: 662px;
  margin: auto;
}

.exclus-time p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 24px;
}

.exclus-time p span {
  font-weight: 700;
  color: #4D9040;
}

.exclusive-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  text-align: center;
  column-gap: 15px;
}

.exclusive-title h2 img {
  max-width: 29px;
}

.exclusive-title span {
  color: #4D9040;
}

.exclus-cnt ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 4px;
}

.exclus-cnt ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
}

.exclus-cnt ul li:nth-of-type(2) span {
  font-weight: 500;
  background: #2C62B7;
  color: #ffffff;
  padding: 4px 24px;
}

.exclus-cnt ul li:nth-of-type(1) {
  position: relative;
}

.exclus-cnt ul li:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  width: 77px;
  height: 21px;
  background: url('images/line.png') no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.exclus-cnt a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  background: #4D9040;
  padding: 16px 44px;
  display: block;
  margin-top: 40px;
  text-transform: uppercase;
  transition: 0.2s all ease;
  text-align: center;
}

.exclus-cnt a:hover {
  opacity: 0.8;
}

.exclus-cnt {
  margin-top: 40px;
}

.exclus-cnt h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
  margin-top: 10px;
}

.exclus-cnt span {
  font-weight: 700;
  color: #4D9040;
}

.exclusive-img img {
  width: 100%;
  margin-top: 40px;
  border-radius: 4px;
}

.exclus-cnt p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #D10A0A;
  font-style: italic;
  text-align: center;
  /*! display: flex; */
  justify-content: center;
  column-gap: 8px;
  margin-top: 16px;
}

.exclus-cnt img {
  max-width: 20px;
  /*! display: block; */
  margin-right: 5px;
}

.exclus-cnt p span {
  font-weight: 700;
  color: #D10A0A;
}


.timer-container {
 max-width: 334px;
 margin: auto;
 background: #F7F4E4;
 border: 1px dashed #DFDABE;
  padding: 6px 24px;
  border-radius: 8px;
  margin-top: 40px;
}

.timer-box {
  display: flex;
  text-align: center;
  column-gap: 24px;
  align-items: center;
  justify-content: center;
}

.time-unit {
  width: 150px;
}

.time-unit span:nth-of-type(1){
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 64px;
  color: #262626;
  line-height: 63px;
}

.time-dot span {
   font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 64px;
  color: #262626;
}

.time-unit span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  color: #262626;
 
}

.hidden {
  display: none;
}

/*==moneyback-section==*/

.moneyback-area {
  background: #F7F8FD;
  padding: 24px 0;
}

.moneyback-main {
  display: grid;
  grid-template-columns: 155px auto;
  column-gap: 24px;
  align-items: center;
  max-width: 662px;
  margin: auto;
}

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

.moneyback-right h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #262626;
}

.moneyback-right h4 img {
  margin-right: 8px;
}

.moneyback-right p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 8px;
}

/*==understand-section==*/

.understand-area {
  background: #ffffff;
  padding-top: 36px;
}

.understand-main {
  text-align: center;
  max-width: 662px;
  margin: auto;
}

.understand-main a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-decoration: underline;
  transition: 0.2s all ease;
}

.understand-main a:hover {
  color: #D10A0A;
}

.understand-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
  font-style: italic;
  margin-top: 4px;
}

.understand-line {
  height: 1px;
  background: #EAEAEA;
  margin-top: 40px;
}

/*==ownerssay-area==*/

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

.ownerssay-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #262626;
  text-align: center;
}

.ownerssay-title h2 span {
  color: #4D9040;
}


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

.video-grid {
  display: grid;
  grid-template-columns: 274px auto;
  column-gap: 25px;
  align-items: center;
  border: 1px solid #EAEAEA;
  padding: 24px 44px;
  background: #FAFAFA;
}

.video-img-wrap {
  position: relative;
}

.video-img img {
  width: 100%;
}

.video-icon img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-right img {
  max-width: 100%;
} 

.video-right p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 100%];
  margin-top: 8px;
}

.video-right h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
  font-style: italic;
}

.video-right h4 span {
  color: #4D9040;
  font-weight: 400;
}

.video-grid2 {
  margin-top: 24px;
}


/* WRAPPER */
.video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

/* VIDEO */
.video-box video {
  width: 100%;
  display: block;
}

/* COVER */
.video-cover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transition: opacity .4s ease;
}

/* CENTER PLAY ICON */
.center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}


/* CONTROLS */
.controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity .3s ease;
}

.video-box.playing .controls {
  opacity: 1;
}

/* BUTTONS */
.ctrl-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* TIMELINE */
.timeline {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, .3);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.progress {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 4px;
} 

.ownerssay-main {
  margin-top: 40px;
}

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

.footer-main {
  text-align: center;
}

.footer-main img {
  max-width: 105px;
}

.footer-main p {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}