@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;
}

/*==Basic-setup==*/

/* scroll-bar */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}


/*===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;
}

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

.decision-title h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #262626;
  line-height: 100%;
}

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

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

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

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

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

.decision-right img {
  width: 100%;
}

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

.package-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 38px;
  align-items: center;
  margin-top: 40px;
}

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

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

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

.package-right p {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 162%;
  margin-top: 16px;
}

.package-right p span {
  font-weight: 700;
  color: #4D9040;
}

.package-right p:nth-of-type(1) {
  margin-top: 0;
}

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

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

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

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

.offer-cnt {
  text-align: center;
  margin-top: 40px;
}

.offer-cnt h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #262626;
}

.offer-cnt h3 span {
  color: #4D9040;
}

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

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

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

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

.offer-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%);
}

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

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

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

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

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

/*==why-section==*/

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

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

.why-pg {
  margin-top: 40px;
}

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

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

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

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

.Why-main p:nth-of-type(1) {
  margin-top: 0;
}

.Why-main a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0B2349;
  display: block;
  text-align: center;
  border: 1px solid #C2C7E7;
  background: #EAEDFF;
  padding: 21px 24px;
  margin-top: 40px;
  transition: 0.2s all ease;
  column-gap: 5px;
}

.Why-main a img {
  margin-right: 5px;
}

.Why-main a:hover {
  opacity: 0.8;
}

.why-logo img {
  max-width: 200px;
  display: block;
  margin: auto;
  margin-top: 40px;
}

/*==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;
}

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

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

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

.savings-btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #262626;
  display: block;
  text-align: center;
  background: #FE9900;
  padding: 16px 44px;
  text-transform: uppercase;
  transition: 0.2s all ease;
}

.savings-btn a:hover {
  opacity: 0.8;
}

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

.savings-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
  text-decoration: underline;
  margin-top: 17px;
  display: inline-block;
  transition: 0.2s all ease;
}

.savings-title a:hover {
  color: #F70000;
}

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

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

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

.footer-main p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #262626;
}



/* 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;
} 




