@charset "UTF-8";

.main {
  position: relative;
}

.main::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3100px;
  background: linear-gradient(180deg, rgba(230, 248, 252, 0) 0%, #E6F8FC 64.58%, #E6F8FC 100%);
  content: '';
  z-index: -1;
}

main h2 {
  font-size: 24px;
  font-family: 'Poppins SemiBold';
  line-height: 36px;
}

main .title-desc {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 20px;
}

@media (max-width: 768px) {
  main h2 {
    font-size: 18px;
    font-family: 'Poppins SemiBold';
    line-height: 27px;
  }
}

/* Banner Start */
.banner {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
  /* margin-bottom: 43px; */
}

.banner .desc {
  max-width: 479px;
  color: #666666;
}

.banner .base-maxwidth {
  min-height: 512px;
}


.banner .img-wrap {
  /* max-width: 642px; */
  width: 55%;
  max-width: 100%;
  max-height: 512px;
  /* max-width: 512px; */
  top: -66px;
  right: -10px;
}

.banner .img-wrap img {
  width: 100%;
  max-height: 512px;
  object-fit: contain;
}

@media (max-width: 1204px) {
  .banner {
    padding: 0;
    padding-bottom: 40px;
  }
  .banner .img-wrap {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .banner {
    margin-top: 33px;
    padding-bottom: 0;
  }
  .banner h1 {
    margin-top: 0;
    padding: 0 6px;
    font-size: 36px;
    font-family: 'Poppins SemiBold';
  }

  .banner h1 br {
    display: none;
  }

  .banner .desc {
    margin-top: 22px;
    line-height: 24px;
  }

  .banner .img-wrap {
    width: 101%;
    max-width: 101%;
    top: 0;
    margin-top: 0;
    right: 0;
  }

  .banner .btn-group {
    margin-top: 31px;
  }
}

/* Banner End */

/* Tracler List Start */

.tracker-list {
  position: fixed;
  top: 0;
  left: -240px;
  width: 240px;
  padding: 20px 10px 27px 0;
  background: #fff;
  box-shadow: 3px 4px 19px 0px #0049570D;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all .3s ease;
  z-index: 100;
}

.tracker-list .mobile-title {
  display: none;
}

.tracker-list.show {
  left: 0;
}

.tracker-list .title {
  padding-left: 20px;
  margin-bottom: 16px;
  font-family: 'Poppins SemiBold';
  font-size: 16px;
  line-height: 24px;
}

.tracker-list .type {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tracker-list .type::after {
  position: absolute;
  content: '';
  right: 10px;
  top: 7px;
  width: 12px;
  height: 10px;
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_icon.svg) no-repeat;
  transform-origin: center center;
  transform: rotate(180deg);
  transition: all .3s ease;
}

.tracker-list .type.active::after {
  transform: rotate(0);
}

.tracker-list .app-list {
  display: none;
  flex-direction: column;
  padding-left: 10px;
  /* transition: all .3s ease; */
}

.tracker-list .app-list.active {
  display: flex;
}

.tracker-list .app-list .item {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 20px;
  margin-bottom: 5px;
  font-size: 13px;
  border-radius: 8px;
  /* transition: all .3s ease; */
  text-decoration: none;
}

.tracker-list .app-list .item:hover,
.tracker-list .app-list .item.active {
  background: #E6F8FC;
  color: #00BDE3;
  font-family: 'Poppins SemiBold';
}

.tracker-list .app-list .pic {
  max-width: 24px;
  margin-right: 10px;
}

.hide-btn {
  display: none;
}

@media (max-width: 1660px) {
  .hide-btn {
    display: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    right: -80px;
    top: 15px;
    width: 80px;
    height: 48px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    cursor: pointer;
    box-shadow: 3px 4px 19px 0px #0049570D;
  }

  .hide-btn.active {
    display: flex;
  }

  .hide-btn img {
    max-width: 24px;
    margin-right: 13px;
    transform: rotate(0);
  }

  .hide-btn.show img {
    transform: rotate(180deg);
  }
}

@media (max-width: 768px) {
  .tracker-list {
    position: static;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    transition: none;
  }

  .tracker-list .title {
    display: none;
  }

  .tracker-list .list {
    display: none;
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .tracker-list.top-zero {
    position: fixed;
    top: 0;
  }

  .tracker-list .mobile-title {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 51px;
    box-shadow: 0px 1px 1px 0px #0000001A;
  }

  .tracker-list .mobile-title img {
    width: 24px;
    margin-right: 10px;
  }

  .tracker-list .mobile-title .feature_name {
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
  }

  .tracker-list .mobile-title .feature_name::after {
    position: absolute;
    content: '';
    right: -25px;
    top: 5px;
    width: 12px;
    height: 10px;
    background: url(https://images.clevguard.com/en/assets/overview/features/arrow_icon.svg) no-repeat;
    transform-origin: center center;
    transform: rotate(180deg);
    transition: all .3s ease;
  }

  .tracker-list .mobile-title.active .feature_name::after {
    transform: rotate(0);
  }
}

/* Tracler List End */


/* Product Intro Start */
.product-intro {
  margin-top: 0;
}
.product-intro .base-maxwidth {
  background: #fff;
  padding: 40px 41px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  box-shadow: 3px 4px 19px 0px #0049570D;
  padding-bottom: 80px;
}

.product-intro .base-maxwidth .img-wrap {
  display: flex;
  align-items: center;
  max-width: 503px;
  width: 45%;
  max-height: 288px;
  height: auto;
}

.product-intro .base-maxwidth .img-wrap img {
  width: 100%;
  object-fit: fill;
}

.product-intro h2 {
  text-align: left;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.product-intro .base-maxwidth .intro-container {
  display: flex;
  justify-content: space-between;
}

.product-intro .base-maxwidth .intro-container:first-child {
  margin-bottom: 40px;
}

.product-intro .base-maxwidth .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 51.5%;
}

.product-intro .container .base-blue-btn {
  width: 180px;
  height: 40px;
  margin-top: 32px;
  font-size: 16px;
  font-family: 'Poppins SemiBold';
}

.product-intro .container .desc,
.product-intro .container .fun-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.product-intro .container .desc {
  color: #666666;
  margin-bottom: 10px;
}

.product-intro .container .fun-list {
  margin-bottom: 24px;
  color: #2E2E2E;
}

.product-intro .container .fun-list .blue-text {
  color: #00BDE3;
}

@media (max-width: 1024px) {
  .product-intro .base-maxwidth .intro-container {
    position: relative;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .product-intro .base-maxwidth .container {
    width: 100%;
  }

  .product-intro h2 {
    text-align: center;
  }

  .product-intro .container .base-blue-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .product-intro .base-maxwidth .img-wrap {
    width: 100%;
    margin: 24px auto 0;
  }
}

@media (max-width: 768px) {
  .product-intro {
    margin-top: 43px;
  }

  .product-intro .base-maxwidth {
    padding: 30px 17px 0;
    white-space: 3px;
  }

  .product-intro h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'Poppins SemiBold';
    line-height: 27px;
  }

  .product-intro .base-maxwidth .img-wrap {
    margin-top: 0;
  }

  .product-intro .base-maxwidth .intro-container:first-child {
    margin-bottom: 60px;
  }
}

/* Product Intro End */

/* Show Dashboard Start */
.show-dashboard {
  margin-top: 0;
}

.show-dashboard h2 {
  margin-bottom: 21px;
}

.show-dashboard .base-maxwidth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.show-dashboard .base-maxwidth .img-wrap {
  max-width: 1119px;
  height: 581px;
  object-fit: contain;
}

.show-dashboard .base-maxwidth .img-wrap img {
  width: 100%;
}

@media (max-width: 1024px) {
  .show-dashboard .base-maxwidth .img-wrap {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .show-dashboard .base-maxwidth {
    padding-top: 60px;
  }

  .show-dashboard h2 {
    margin-bottom: 16px;
  }

  .show-dashboard .base-maxwidth .img-wrap picture {
    display: flex;
    justify-content: center;
  }

  .show-dashboard .base-maxwidth .img-wrap img {
    width: 92%;
  }
}

/* Show Dashboard End */

/* Step Start */
.step {
  margin-top: 0;
}

.step .base-maxwidth {
  position: relative;
  padding-top: 24px;
  padding-bottom: 60px;
  background: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}


.step  h2 {
  margin-bottom: 21px;
}

.step .swiper-container {
  max-width: 833px;
  margin-top: 40px;
}

.step .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step .swiper-slide .img-wrap {
  max-width: 720px;
  /* height: 348px; */
  margin-bottom: 40px;
}

.step .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step .swiper-slide .title,
.step .swiper-slide .desc {
  margin: 20px auto 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #00BDE3;
}

.step .swiper-slide .desc {
  max-width: 650px;
  color: #2E2E2E;
  text-align: center;
}

.step .swiper-slide .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}

.step .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #00bde3;
  opacity: .2;
}

.step .swiper-pagination-bullet-active {
  opacity: 1;
}

.step .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 30px 8px;
}

.step .swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%);
}

.step .btn-combination .swiper-button-prev {
  position: absolute;
  background: url(https://images.clevguard.com/en/assets/index/arr-left-icon.svg);
  width: 48px;
  height: 48px;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.step .btn-combination .swiper-button-next {
  position: absolute;
  background: url(https://images.clevguard.com/en/assets/index/arrow-right-icon.svg);
  width: 48px;
  height: 48px;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

.step .btn-group {
  display: flex;
  justify-content: center;
}

.step .btn-group .base-blue-btn {
  margin-right: 30px;
  width: 200px;
}

.step .btn-group .btn {
  display: flex;
  align-items: center;
  height: 48px;
}

.step .swiper-scrollbar {
  display: none;
  width: 90%;
  height: 3px;
  margin: 0 auto;
  background: rgba(0, 189, 227, .2);
}

.step .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00BDE3;
}

.step .text_underline {
  text-decoration: underline;
}

.step .strong {
  font-weight: 600;
}

@media (max-width: 1140px) {
  .step h2 {
    font-size: 34px;
    margin-top: 60px;
    margin-bottom: 32px;
    line-height: normal;
  }

  .step .btn-combination {
    display: none;
  }

  .step .swiper-slide .title {
    width: 100%;
    margin: 30px auto 20px;
    /* color: #2E2E2E; */
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 16px;
    /* 88.889% */
  }

  .step .swiper-slide p:last-child {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .step .base-maxwidth {
    padding: 40px 16px;
    margin-top: 0;
  }

  .step h2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .step .swiper-slide picture:first-child {
    display: block;
  }

  .step .swiper-slide picture:nth-child(2) {
    display: none;
  }

  .step .base-maxwidth .swiper-slide {
    width: 355px;
    margin-right: 20px;
  }

  .step .swiper-slide .title {
    text-align: left;
    line-height: 24px;
    font-size: 16px;
  }

  .step .swiper-slide .desc {
    text-align: left;
    line-height: 24px;
    margin-top: 0;
    font-size: 16px;
  }

  .step .base-maxwidth .swiper-slide picture img {
    box-shadow: 0px 4.36762px 16.37859px 0px #E0E0E0;
    border-radius: 24px;
    box-shadow: none;
  }

  .step .swiper-scrollbar {
    display: block;
    position: absolute;
    top: 281px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step .swiper-slide .img-wrap {
    margin-bottom: 30px;
  }

  .step .btn-group .base-blue-btn {
    width: 160px;
  }
}

/* step */

/* Slogan Start */

.slogan .base-maxwidth {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 84px 59px 48px 80px;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  box-shadow: 3px 4px 19px 0px #0049570D;
  z-index: 0;
}

.slogan .base-maxwidth::before {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  background: linear-gradient(180deg, #E88511 0%, rgba(232, 133, 17, 0.49) 100%);
  z-index: -1;
}

.slogan.whatspp .base-maxwidth::before {
  background: linear-gradient(180deg, #E88511 0%, rgba(232, 133, 17, 0.49) 100%);
}

.slogan.clevgo .base-maxwidth::before {
  background: linear-gradient(180deg, #5B6AFF 0%, rgba(91, 106, 255, 0.49) 100%);
}

.slogan.monivisor .base-maxwidth::before {
  background: linear-gradient(180deg, #00BDE3 0%, rgba(0, 189, 227, 0.49) 100%);
}

.slogan.line .base-maxwidth::before {
  background: linear-gradient(180deg, #3BBD1B 0%, rgba(49, 175, 17, 0.49) 100%);
}

.slogan.kgp .base-maxwidth::before  {
  background: linear-gradient(180deg, #00BDE3 0%, rgba(0, 189, 227, 0.49) 100%);
}

.slogan .base-maxwidth h2 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 36px;
  text-align: left;
  line-height: 54px;
}

.slogan .base-maxwidth .desc {
  max-width: 389px;
  margin-bottom: 44px;
  font-size: 16px;
  font-family: 'Poppins SemiBold';
  line-height: 24px;
}

.slogan .base-maxwidth::after {
  position: absolute;
  content: '';
  right: 19px;
  top: 2px;
  width: 660px;
  height: 660px;
  background: url(https://images.clevguard.com/en/assets/overview/features/slogan_bg.png) no-repeat;
  z-index: -1;
}

.slogan .left-box {
  color: #fff;
}

.slogan .right-box {
  width: auto;
}

.slogan .base-maxwidth .img-wrap {
  display: flex;
  justify-content: flex-end;
}

.slogan .base-maxwidth .img-wrap picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 605px;
}

.slogan .base-maxwidth .img-wrap img {
  width: 100%;
}

.slogan .btn-group {
  display: flex;
}

.slogan .btn-group .btn,
.slogan .btn-group .learn-more {
  width: 160px;
}

.slogan .btn-group .base-arrow-btn {
  border: 1px solid #FEFFFF;
  color: #fff;
  width: 160px;
}

.slogan .btn-group .learn-more:hover {
  background: rgba(255, 255, 255, .9);
}

.slogan .btn-group .base-arrow-btn .arrow-icon {
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_whilte.svg);
}

.slogan .btn-group .base-arrow-btn:hover .arrow-icon {
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_blue.svg);
  left: 8px;
}

.slogan.line .btn-group .base-arrow-btn:hover .arrow-icon {
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_green.svg);
}

.slogan.whatspp .btn-group .base-arrow-btn:hover .arrow-icon {
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_grown.svg);
}

.slogan.clevgo .btn-group .base-arrow-btn:hover .arrow-icon {
  background: url(https://images.clevguard.com/en/assets/overview/features/arrow_purple.svg);
}

.slogan .btn-group .base-arrow-btn:hover {
  background: rgba(255, 255, 255, .9);
}


.slogan .btn-group .learn-more {
  margin-right: 30px;
}

.slogan.whatspp .btn-group .learn-more,
.slogan.whatspp .btn-group .base-arrow-btn:hover  {
  color: #E88614;
}

.slogan.kgp .btn-group .learn-more,
.slogan.kgp .btn-group .base-arrow-btn:hover  {
  color: #00C0E3;
}

.slogan.line .btn-group .learn-more,
.slogan.line .btn-group .base-arrow-btn:hover {
  color: #54E42F;
}

.slogan.monivisor .btn-group .learn-more,
.slogan.monivisor .btn-group .base-arrow-btn:hover {
  color: #00C0E3;
}

.slogan.clevgo .btn-group .learn-more,
.slogan.clevgo .btn-group .base-arrow-btn:hover {
  color: #5F6EFF;
}

.slogan .btn-group .btn {
  display: flex;
  align-items: center;
  color: #fff;
}

@media (max-width: 991px) {
  .slogan .base-maxwidth {
    position: relative;
    flex-direction: column;
    padding: 30px 0 100px;
    z-index: 1;
  }

  .slogan .right-box,
  .slogan .left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slogan .right-box {
    margin-top: 50px;
  }

  .slogan .base-maxwidth::after {
    bottom: -280px;
    top: auto;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .slogan .base-maxwidth {
    padding: 30px 10px;
  }

  .slogan .base-maxwidth h2 {
    text-align: center;
    font-size: 36px;
    line-height: 54px;
  }

  .slogan .base-maxwidth .desc {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .slogan .btn-group {
    justify-content: center;
    width: 100%;
  }

  .slogan .btn-group .learn-more,
  .slogan .btn-group .base-arrow-btn {
    width: 48%;
  }
  .slogan .btn-group .learn-more {
    margin-right: 10px;
  }

  .slogan .btn-group .base-arrow-btn {
    height: 56px;
  }
}

/* Slogan End */

/* Usage Start */
.usage {
  margin-bottom: 100px;
}

.usage .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.usage .container .left-box {
  width: 37%;
  padding: 30px 30px 40px;
  background: #F3E6F2;
  border-radius: 10px;
}

.usage .container .title {
  margin-top: 20px;
  color: #2E2E2E;
  font-size: 18px;
  font-family: 'Poppins SemiBold';
  line-height: 27px;
}

.usage .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.usage .container .left-box img {
  width: 100%;
}

.usage .right-box img {
  max-width: 280px;
}


.usage .container .right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60.5%;
}

.usage .container .right-box .top {
  margin-bottom: 30px;
}

.usage .container .right-box .top,
.usage .container .right-box .bottom {
  display: flex;
  align-items: center;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  background: #FFF6ED;
}

.usage .container .right-box .title {
  margin-top: 9px;
  max-width: 320px;
}

.usage .container .right-box img {
  max-width: 280px;
  margin-right: 24px;
}

.usage .container .right-box .right {
  height: 100%;
}

.usage .container .right-box .bottom {
  background: #E4EFE4;
  border-radius: 10px;
}

.usage .container a:hover {
  text-decoration: underline;
  color: #2E2E2E;
}

@media (max-width: 991px) {
  .usage .container {
    flex-direction: column;
  }

  .usage .container .left-box {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .usage .container .left-box .title {
    max-width: 320px;
    text-align: left;
  }

  .usage .left-box .desc {
    text-align: left;
  }

  .usage .container .left-box img {
    max-width: 280px;
    margin-right: 24px;
  }

  .usage .container .right-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .usage {
    margin-bottom: 60px;
  }

  .usage .container .left-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .usage .container .left-box .title,
  .usage .container .right-box .title {
    text-align: center;
    max-width: 100%;
    margin-top: 25px;
    font-size: 16px;
  }

  .usage .container .left-box img,
  .usage .container .right-box img {
    width: 100%;
    max-width: 424px;
    margin-right: 0;
  }

  .usage .desc,
  .usage .left-box .desc {
    text-align: center;
    font-size: 14px;
  }

  .usage .container .right-box .top,
  .usage .container .right-box .bottom {
    flex-direction: column;
    padding: 20px 10px;
  }
}

/* Usage End */