/* vendors */
/* components */
/*======= Button-color css starts  ======= */
.btn {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 10px;
}
.btn.btn-sm {
  padding: 10px 30px;
}

.btn-primary {
  background-color: #25767b;
  border-color: #25767b !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #25767b !important;
  border-color: #25767b !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  background-color: rgba(37, 118, 123, 0.15) !important;
  color: #25767b;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: rgba(37, 118, 123, 0.1) !important;
  color: #25767b;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: rgba(37, 118, 123, 0.25) !important;
  color: #25767b;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-success {
  background-color: #3fcc35;
  border-color: #3fcc35 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #3fcc35 !important;
  border-color: #3fcc35 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-success {
  background-color: rgba(63, 204, 53, 0.15) !important;
  color: #3fcc35;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: rgba(63, 204, 53, 0.1) !important;
  color: #3fcc35;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  background-color: rgba(63, 204, 53, 0.25) !important;
  color: #3fcc35;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-danger {
  background-color: #FF5151;
  border-color: #FF5151 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #FF5151 !important;
  border-color: #FF5151 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-danger {
  background-color: rgba(255, 81, 81, 0.15) !important;
  color: #FF5151;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: rgba(255, 81, 81, 0.1) !important;
  color: #FF5151;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background-color: rgba(255, 81, 81, 0.25) !important;
  color: #FF5151;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-light {
  background-color: #eff1f2;
  border-color: #eff1f2 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #eff1f2 !important;
  border-color: #eff1f2 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-light {
  background-color: rgba(239, 241, 242, 0.15) !important;
  color: #eff1f2;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  background-color: rgba(239, 241, 242, 0.1) !important;
  color: #eff1f2;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  background-color: rgba(239, 241, 242, 0.25) !important;
  color: #eff1f2;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-warning {
  background-color: #ffc514;
  border-color: #ffc514 !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc514 !important;
  border-color: #ffc514 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline-warning {
  background-color: rgba(255, 197, 20, 0.15) !important;
  color: #ffc514;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: rgba(255, 197, 20, 0.1) !important;
  color: #ffc514;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: rgba(255, 197, 20, 0.25) !important;
  color: #ffc514;
  border: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* layout */
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex .flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* pages */
body {
  background-color: #ffffff;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #2C2C2C;
}
body.main-page {
  overflow: hidden;
}

.main {
  overflow: hidden;
}

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

::-moz-selection {
  color: #ffffff;
  background: #25767b;
}

::selection {
  color: #ffffff;
  background: #25767b;
}

* a {
  color: #25767b;
  text-decoration: none !important;
}

*.btn:focus {
  -webkit-box-shadow: rgba(37, 118, 123, 0.15) !important;
          box-shadow: rgba(37, 118, 123, 0.15) !important;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

:focus {
  outline-color: rgba(37, 118, 123, 0.15);
  text-decoration: none !important;
}

select:focus {
  outline: none !important;
}

.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

svg {
  vertical-align: baseline;
}

input:focus {
  outline-color: rgba(37, 118, 123, 0.15);
}

h1 {
  font-size: calc(20px + 14 * (100vw - 320px) / 1600);
  font-weight: 800;
  color: #2C2C2C;
  margin: 0;
}

h2 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #2C2C2C;
  margin: 0;
}

h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #2C2C2C;
  margin: 0;
}

h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #2C2C2C;
  margin: 0;
}

h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: #666666;
  margin: 0;
}

h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: #666666;
  margin: 0;
}

span {
  font-size: 14px;
  font-weight: 600;
  color: #2C2C2C;
}

.title2 {
  font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

p {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: 0;
  color: #666666;
}

a:hover {
  text-decoration: none;
  color: #25767b;
}

.section-pb-space {
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
}

.section-pt-space {
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
}

.section-py-space {
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
}

.btn {
  border: none;
}

.landing-footer .footer-content {
  text-align: center;
  margin-top: calc(30px + 50 * (100vw - 320px) / 1600);
}
.landing-footer .footer-content .footer-logo {
  height: calc(30px + 30 * (100vw - 320px) / 1600);
}
.landing-footer .footer-content h4 {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.landing-footer .footer-content p {
  width: 67%;
  margin-inline: auto;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .landing-footer .footer-content p {
    width: 100%;
  }
}
.landing-footer .footer-content p span {
  line-height: 1;
}
.landing-footer .footer-content p span .star {
  line-height: 1;
  width: calc(16px + 8 * (100vw - 320px) / 1600);
  height: calc(16px + 8 * (100vw - 320px) / 1600);
}
.landing-footer .footer-content .more-button {
  margin-top: calc(18px + 2 * (100vw - 320px) / 1600);
}
.landing-footer .footer-content .more-button .btn {
  border-radius: 6px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(14px + 12 * (100vw - 320px) / 1600);
  white-space: nowrap;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background-color: #25767b;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.landing-footer .footer-content .powered-sec {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  font-weight: 400;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.6);
}
.landing-footer .footer-content .powered-sec .pixalstrap-logo {
  width: calc(100px + 70 * (100vw - 320px) / 1600);
}
.landing-footer .copyright-box {
  position: relative;
  text-align: center;
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .landing-footer .copyright-box {
    padding-bottom: 10px;
  }
}
.landing-footer .copyright-box p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.3px;
  position: relative;
  color: #ffffff;
  z-index: 1;
  margin: 0;
  width: 100%;
}

@media (min-width: 1680px) {
  .custom-container {
    max-width: 1600px;
    padding-inline: 15px;
    margin-inline: auto;
  }
}
@media (max-width: 1679px) {
  .custom-container {
    max-width: 100%;
    padding-inline: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-sm .navbar-collapse {
    position: fixed;
    top: 0;
    left: calc(-350px + -50 * (100vw - 320px) / 1600);
    width: calc(310px + 40 * (100vw - 320px) / 880);
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    display: block !important;
    -webkit-box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
            box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
  }
  .navbar-expand-sm .navbar-collapse.show {
    left: 0;
  }
  .navbar-expand-sm .navbar-collapse .navbar-nav {
    padding: 18px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .navbar-expand-sm .navbar-collapse .close-navbar {
    background-color: rgba(34, 34, 34, 0.07);
    border-radius: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
  }
  .navbar-expand-sm .navbar-collapse .close-navbar i {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .custom-container {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .bonus-page .container {
    width: 100%;
  }
}
body {
  background-color: #F8FCFC;
}

.section-title {
  text-align: center;
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.section-title span {
  color: #25767b;
  background-color: rgba(37, 118, 123, 0.06);
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(20px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  border-radius: 100px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.section-title h2 {
  margin-top: 2px;
  font-size: calc(24px + 12 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.2;
}
.section-title p {
  margin: 2px auto 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
  width: 48%;
}
@media (max-width: 767.98px) {
  .section-title p {
    width: 72%;
  }
}
@media (max-width: 575.98px) {
  .section-title p {
    width: 100%;
  }
}

header {
  padding-top: 0px;
  position: absolute;
  top: calc(8px + 12 * (100vw - 320px) / 1600);
  left: 0;
  width: 100%;
  z-index: 4;
}
header .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-inline: auto;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #25767b;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: unset;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}
header .navbar-collapse .navbar-nav .nav-item .js-scroll {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
header .navbar-collapse .navbar-nav .nav-item .js-scroll:hover {
  border: none;
}
header .btn_purchase {
  margin-left: auto;
}
header .btn_purchase a {
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 18 * (100vw - 320px) / 1600);
  white-space: nowrap;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #25767b;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid #25767b;
}
header .btn_purchase a:hover {
  background-color: transparent;
  color: #25767b;
  border-color: #25767b;
}
header .btn_purchase a svg {
  height: calc(18px + 2 * (100vw - 320px) / 1600);
  width: calc(18px + 2 * (100vw - 320px) / 1600);
  vertical-align: sub;
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
  fill: transparent;
}
header .navbar-toggler {
  padding: 0;
  border: none;
  color: #fff;
}
@media (max-width: 1199.98px) {
  header .navbar-brand {
    margin-inline: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
header .navbar-brand img {
  height: calc(32px + 13 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
header .navbar-brand img.dark-logo {
  display: none;
}
header .navbar-brand img.white-logo {
  display: block;
}
header.fixed {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 9;
  padding: 5px 0;
  -webkit-box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
          box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
  top: 0;
}
header.fixed .navbar-toggler {
  color: #2c2c2c;
}
header.fixed .navbar-light .navbar-brand img.white-logo {
  display: none;
}
header.fixed .navbar-light .navbar-brand img.dark-logo {
  display: block;
}
header.fixed .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #25767b;
}
header.fixed .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(44, 44, 44, 0.8);
}
header.fixed .btn_purchase a {
  background-color: #25767b;
  color: #fff;
}

/***********************
    home section 
************************/
.home-wrapper {
  width: 100%;
  height: 100%;
  padding-top: calc(76px + 24 * (100vw - 320px) / 1600);
  position: relative;
  background-image: url(../../assets/images/home/home-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #042A2F;
}
.home-wrapper .bg-images {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.home-wrapper .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-wrapper h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: calc(26px + 24 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 6 * (100vw - 320px) / 1600);
  margin-inline: auto;
}
.home-wrapper h1 .title-img {
  width: calc(164px + 200 * (100vw - 320px) / 1600);
  margin: 0 15px;
}
.home-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  width: 74%;
  font-weight: 500;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-inline: auto;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .home-wrapper p {
    width: 100%;
  }
}
.home-wrapper .home-content {
  display: block;
  padding: 60px 0 0;
  text-align: center;
}
.home-wrapper .home-content .btn-solid {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .home-wrapper .home-content {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.home-wrapper .home-content .link-group {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(12px + 8 * (100vw - 320px) / 1600);
}
.home-wrapper .home-content .link-group .btn {
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(24px + 10 * (100vw - 320px) / 1600);
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.home-wrapper .home-content .link-group .btn.demo-btn {
  background-color: #25767b;
  color: #ffffff;
}
.home-wrapper .home-content .link-group .btn.admin-btn {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}
.home-wrapper .home-img {
  position: relative;
  width: 74%;
  margin-inline: auto;
  margin-top: 26px;
  margin-bottom: calc(-3px + -57 * (100vw - 320px) / 1600);
  padding: calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0;
  border-radius: calc(12px + 18 * (100vw - 320px) / 1600) calc(12px + 18 * (100vw - 320px) / 1600) 0 0;
}
@media (max-width: 1199.98px) {
  .home-wrapper .home-img {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .home-wrapper .home-img {
    width: 100%;
  }
}
.home-wrapper .home-img .laptop-phone {
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600) calc(8px + 12 * (100vw - 320px) / 1600) 0;
}
.home-wrapper .home-img .image-1 {
  position: absolute;
  bottom: calc(200px + -59 * (100vw - 1199px) / 721);
  left: calc(-116px + -50 * (100vw - 1199px) / 721);
}
@media (max-width: 1199.98px) {
  .home-wrapper .home-img .image-1 {
    display: none;
  }
}
.home-wrapper .home-img .image-1 img {
  -webkit-box-shadow: 1px 0px 10px 0px rgba(37, 118, 123, 0.102);
          box-shadow: 1px 0px 10px 0px rgba(37, 118, 123, 0.102);
  border-radius: calc(8px + 2 * (100vw - 1199px) / 721);
  width: calc(170px + 37 * (100vw - 1199px) / 721);
  -webkit-animation: mover-2 1s infinite alternate;
          animation: mover-2 1s infinite alternate;
}
.home-wrapper .home-img .image-2 {
  position: absolute;
  top: calc(56px + 21 * (100vw - 1199px) / 721);
  right: calc(-42px + -32 * (100vw - 1199px) / 721);
}
@media (max-width: 1199.98px) {
  .home-wrapper .home-img .image-2 {
    display: none;
  }
}
.home-wrapper .home-img .image-2 img {
  -webkit-box-shadow: 1px 0px 10px 0px rgba(37, 118, 123, 0.102);
          box-shadow: 1px 0px 10px 0px rgba(37, 118, 123, 0.102);
  border-radius: calc(8px + 2 * (100vw - 1199px) / 721);
  width: calc(140px + 36 * (100vw - 1199px) / 721);
  -webkit-animation: mover-2 1s infinite alternate;
          animation: mover-2 1s infinite alternate;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes rounded-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rounded-img {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce-effect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@keyframes bounce-effect {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@-webkit-keyframes displayTransition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes displayTransition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bonus-page .inner-page-box:hover .bonus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.bonus-page .inner-page-box .bonus {
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: calc(12px + 8 * (100vw - 320px) / 1600);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.bonus-page .inner-page-box .bonus img {
  border-radius: calc(8px + 2 * (100vw - 320px) / 1600);
}
.bonus-page .inner-page-box .demo-title {
  margin-top: calc(6px + 9 * (100vw - 320px) / 1600);
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}

/***********************
    Choose Us css
************************/
.choose-section .choose-box {
  position: relative;
  padding: 28px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
          box-shadow: 2px 2px 14px 2px rgba(119, 119, 119, 0.1215686275);
}
.choose-section .choose-box::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 75px;
  height: 75px;
  background-color: #25767b;
  border-radius: 12px;
  z-index: -1;
}
.choose-section .choose-box::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 75px;
  height: 75px;
  background-color: #25767b;
  border-radius: 12px;
  z-index: -1;
}
.choose-section .choose-box .choose-image {
  width: 55px;
  height: 55px;
  padding: 8px;
  background-color: #25767b;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choose-section .choose-box .choose-content {
  margin-top: 18px;
}
.choose-section .choose-box .choose-content h4 {
  font-size: 20px;
  font-weight: 600;
}
.choose-section .choose-box .choose-content p {
  margin-block: 6px 0;
  font-size: 15px;
}

.features-section {
  background-image: url(../../assets/images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.features-section .features-main {
  margin-top: 34px;
  position: relative;
}
.features-section .features-main:hover .features-icon {
  border: transparent;
}
.features-section .features-main:hover .features-icon::after {
  display: block;
  -webkit-animation: spin 10s infinite linear;
          animation: spin 10s infinite linear;
}
.features-section .features-main:hover .features-icon img {
  -webkit-animation: tada 1.5s ease infinite;
          animation: tada 1.5s ease infinite;
}
.features-section .features-main .features-box {
  clip-path: polygon(53% 5%, 100% 0, 100% 0, 100% 100%, 100% 100%, 50% 95%, 0 100%, 0 100%, 0 0, 0 0);
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 66px 0px 26px;
  margin: 0 20px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.features-section .features-main .features-box h3 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .features-section .features-main .features-box {
    margin: 0px;
  }
}
.features-section .features-main::before {
  content: "";
  position: absolute;
  height: 94px;
  width: 94px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(53%, rgb(24, 29, 32)), color-stop(47%, rgba(24, 29, 32, 0)));
  background: linear-gradient(0deg, rgb(24, 29, 32) 53%, rgba(24, 29, 32, 0) 47%);
  top: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .features-section .features-main::before {
    left: 27%;
  }
}
@media (max-width: 1260px) {
  .features-section .features-main::before {
    left: 23%;
  }
}
@media (max-width: 1199px) {
  .features-section .features-main::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.features-section .features-main .features-icon {
  position: absolute;
  background-color: #3facb3;
  border: 1px dashed white;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -28%;
  height: 80px;
  width: 80px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1400px) {
  .features-section .features-main .features-icon {
    left: 30%;
  }
}
@media (max-width: 1260px) {
  .features-section .features-main .features-icon {
    left: 27%;
  }
}
@media (max-width: 1199px) {
  .features-section .features-main .features-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.features-section .features-main .features-icon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border: 1px dashed #ffffff;
  display: none;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.features-section .features-main .features-icon img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 40%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  70% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.customers-review .customers-box {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #eee;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.customers-review .customers-box .svg-box {
  position: absolute;
  top: calc(2px + 25 * (100vw - 320px) / 1600);
  right: calc(4px + 16 * (100vw - 320px) / 1600);
  width: calc(60px + 40 * (100vw - 320px) / 1600);
  height: calc(65px + 20 * (100vw - 320px) / 1600);
  color: #25767b;
  opacity: 0.05;
  z-index: -1;
}
.customers-review .customers-box .top-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
}
.customers-review .customers-box .rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(6px + 2 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
}
.customers-review .customers-box .rating-box span {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.customers-review .customers-box .rating-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.customers-review .customers-box .rating-box .rating li {
  line-height: 1;
}
.customers-review .customers-box .rating-box .rating li i {
  line-height: 1;
  font-size: 16px;
  color: #FFBC4F;
}
.customers-review .customers-box p {
  color: #666666;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.5;
}
.customers-review .customers-box > p {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.customers-review .customers-box .bottom-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.customers-review .customers-box .bottom-box .user-image {
  width: calc(48px + 12 * (100vw - 320px) / 1600);
  height: calc(48px + 12 * (100vw - 320px) / 1600);
  border-radius: 100%;
  overflow: hidden;
}
.customers-review .customers-box .bottom-box .user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customers-review .customers-box .bottom-box .user-content {
  width: calc(100% - (48px + 12 * (100vw - 320px) / 1600) - 10px);
}
.customers-review .customers-box .bottom-box .user-content h5 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #2C2C2C;
}
.customers-review .customers-box .bottom-box .user-content p {
  margin-top: calc(4px + 2 * (100vw - 320px) / 1600);
  color: #666666;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1;
}
.customers-review .customers-box > .d-flex {
  gap: 14px;
}
.customers-review .customers-box > .d-flex .flex-shrink-0 img {
  border-radius: 6px;
}
.customers-review .customers-box > .d-flex .flex-grow-1 h5 {
  color: rgba(2, 13, 11, 0.9);
  font-weight: 700;
}
.customers-review .customers-box > .d-flex .flex-grow-1 p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(2, 13, 11, 0.4);
  line-height: 1.3;
  margin-top: 4px;
}
.customers-review .customer-review-slider .swiper-pagination {
  position: relative;
  inset: unset;
  margin-top: calc(18px + 15 * (100vw - 320px) / 1600);
}
.customers-review .customer-review-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(37, 118, 123, 0.2);
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.customers-review .customer-review-slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid rgba(37, 118, 123, 0.2);
  border-radius: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.customers-review .customer-review-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #25767b;
}
.customers-review .customer-review-slider .swiper-pagination .swiper-pagination-bullet-active:before {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-color: #25767b;
}

.landing-footer {
  background-image: url(../../assets/images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.landing-footer::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../images/bg-image.svg");
}
.landing-footer .bg-images {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(14px + 58 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.landing-footer .footer-box .footer-img .count-img {
  width: calc(100px + 102 * (100vw - 320px) / 1600);
}
.landing-footer .footer-box .footer-details {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.landing-footer .footer-box .footer-details h5 {
  font-weight: 500;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.landing-footer .footer-box .footer-details h2 {
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 500;
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.landing-footer .footer-box .footer-details h2 span {
  font-size: inherit;
  color: #fff;
  padding: 0;
}
.landing-footer .footer {
  position: relative;
}
.landing-footer .footer h3 {
  margin-bottom: calc(14px + 14 * (100vw - 320px) / 1600) !important;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 800;
  position: relative;
}
.landing-footer .footer h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 44px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
.landing-footer .footer h2 {
  margin-bottom: 28px;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 800;
}
.landing-footer .footer p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
}
.landing-footer .footer span {
  font-size: 18px;
  color: #FF5151;
  line-height: 0;
  padding-left: 12px;
}
.landing-footer .footer .logo {
  margin-bottom: calc(8px + 22 * (100vw - 320px) / 1600);
}
.landing-footer .footer .logo a {
  height: 50px;
  display: block;
}
.landing-footer .footer .logo a img {
  height: 100%;
}

.gif-box:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gif-box img {
  border-radius: 10px;
  height: calc(270px + 100 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.gif-box .image-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: calc(12px + 8 * (100vw - 320px) / 1600);
  position: relative;
}
.gif-box h3 {
  text-align: center;
  margin-top: calc(8px + 7 * (100vw - 320px) / 1600);
  letter-spacing: calc(0.3px + 0.2 * (100vw - 320px) / 1600);
  font-weight: 600;
}

.group-chat-section .group-chat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group-chat-section .group-chat-content h3 {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
}
.group-chat-section .group-chat-content p {
  margin-block: 8px 0;
  width: 94%;
  font-size: 18px;
}
.group-chat-section .group-chat-content ul {
  margin-top: 36px;
  display: grid;
  gap: 16px;
  padding-left: 24px;
}
.group-chat-section .group-chat-content ul li {
  position: relative;
}
.group-chat-section .group-chat-content ul li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -25px;
  background-color: #2c2c2c;
  width: 14px;
  height: 4px;
  border-radius: 100px;
}
.group-chat-section .group-chat-content ul li h4 {
  font-size: 26px;
  font-weight: 700;
}
.group-chat-section .group-chat-content ul li h6 {
  font-size: 18px;
  margin-top: 8px;
  line-height: 1.4;
}

.technologies-section {
  margin-top: calc(24px + 46 * (100vw - 320px) / 1600);
}
.technologies-section .technologies-title {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(18px + 2 * (100vw - 320px) / 1600);
  color: #2C2C2C;
  text-align: center;
}
.technologies-section .technologies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px + 34 * (100vw - 320px) / 1600);
}
.technologies-section .technologies-list li img {
  height: calc(26px + 14 * (100vw - 320px) / 1600);
}

/*=====================
  06. Why Purchase Teamwise Section
==========================*/
@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.purchase-section .purchase-box {
  padding: calc(14px + 21 * (100vw - 320px) / 1600);
  height: 100%;
  border: 1px solid rgba(128, 139, 151, 0.2);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 22, 46, 0.0392156863);
          box-shadow: 2px 2px 20px 0px rgba(0, 22, 46, 0.0392156863);
  background-color: white;
  border-radius: calc(10px + 2 * (100vw - 320px) / 1600);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .purchase-section .purchase-box {
    text-align: center;
  }
}
.purchase-section .purchase-box::before {
  content: "";
  position: absolute;
  -webkit-animation: spin-2 5.5s linear infinite;
          animation: spin-2 5.5s linear infinite;
  background: conic-gradient(from var(--angle), #25767b, white, #25767b);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: calc(10px + 2 * (100vw - 320px) / 1600);
  z-index: -2;
  opacity: 0;
  visibility: hidden;
}
.purchase-section .purchase-box::after {
  content: "";
  position: absolute;
  border-radius: calc(10px + 2 * (100vw - 320px) / 1600);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: white;
  z-index: -1;
}
.purchase-section .purchase-box:hover {
  -webkit-transform: translateY(calc(0px + -8 * (100vw - 767px) / 1153));
          transform: translateY(calc(0px + -8 * (100vw - 767px) / 1153));
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .purchase-section .purchase-box:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.purchase-section .purchase-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.purchase-section .purchase-box .purchase-icon {
  width: calc(52px + 27 * (100vw - 320px) / 1600);
  height: calc(52px + 27 * (100vw - 320px) / 1600);
  background-color: rgba(37, 118, 123, 0.1);
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 2 * (100vw - 320px) / 1600);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .purchase-section .purchase-box .purchase-icon {
    margin-inline: auto;
  }
}
.purchase-section .purchase-box .purchase-icon svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: #25767b;
}
.purchase-section .purchase-box .purchase-content {
  margin-top: calc(11px + 10 * (100vw - 320px) / 1600);
}
.purchase-section .purchase-box .purchase-content h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  padding-bottom: calc(8px + 3 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 0;
}
.purchase-section .purchase-box .purchase-content h3::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 51px;
  height: calc(3px + 2 * (100vw - 320px) / 1600);
  display: block;
  border-radius: 100px;
  background-color: #25767b;
}
@media (max-width: 480px) {
  .purchase-section .purchase-box .purchase-content h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.purchase-section .purchase-box .purchase-content p {
  margin-block: calc(9px + 4 * (100vw - 320px) / 1600) 0;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  color: #666666;
}

@-webkit-keyframes spin-2 {
  100% {
    --angle: 1turn;
  }
}

@keyframes spin-2 {
  100% {
    --angle: 1turn;
  }
}
/*=======================
  15. Light-Dark Section
=======================*/
.light-dark-section .dark-light-images {
  padding: calc(8px + 12 * (100vw - 320px) / 1600);
  background-color: rgba(37, 118, 123, 0.1);
  border-radius: calc(8px + 22 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 0;
}
.light-dark-section .dark-light-images img {
  width: calc(200px + 580 * (100vw - 320px) / 1600);
}
.light-dark-section .cd-image-container {
  margin: 0;
  position: relative;
  z-index: 1;
}
.light-dark-section .cd-image-container img {
  display: block;
  width: 100%;
  border-radius: calc(6px + 5 * (100vw - 320px) / 1600);
}
.light-dark-section .is-visible .cd-resize-img {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
          animation: cd-bounce-in 0.7s;
}
.light-dark-section .is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
}
.light-dark-section .cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.light-dark-section .cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.light-dark-section .cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.light-dark-section .cd-handle {
  position: absolute;
  height: calc(32px + 12 * (100vw - 320px) / 1600);
  width: calc(32px + 12 * (100vw - 320px) / 1600);
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #25767b;
  -webkit-box-shadow: 0 0 0 6px rgba(37, 118, 123, 0.2), 0 0 10px rgba(37, 118, 123, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(37, 118, 123, 0.2), 0 0 10px rgba(37, 118, 123, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: col-resize;
}
.light-dark-section .cd-handle svg {
  width: calc(16px + 2 * (100vw - 320px) / 1600);
  height: calc(16px + 2 * (100vw - 320px) / 1600);
}
.light-dark-section .resize-content .section-title p {
  text-align: unset;
  margin: calc(6px + 4 * (100vw - 320px) / 1600) 0 0;
  width: 80%;
}
@media (max-width: 575.98px) {
  .light-dark-section .resize-content .section-title p {
    width: 100%;
  }
}
.light-dark-section .resize-content .section-title p::after {
  content: "";
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(3px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(4px + 6 * (100vw - 320px) / 1600);
  display: block;
  background-color: #25767b;
  border-radius: 100px;
}
@media (max-width: 1500px) {
  .light-dark-section .resize-content {
    padding-left: 0;
  }
}
.light-dark-section .resize-content .section-title {
  text-align: start;
}
.light-dark-section .resize-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.light-dark-section .resize-content ul li + li {
  margin-top: calc(12px + 13 * (100vw - 320px) / 1600);
}
.light-dark-section .resize-content ul li .icon {
  height: calc(46px + 4 * (100vw - 320px) / 1600);
  width: calc(46px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(37, 118, 123, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
}
.light-dark-section .resize-content ul li .content {
  width: calc(100% - (46px + 4 * (100vw - 320px) / 1600) - 12px);
}
.light-dark-section .resize-content ul li .content h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 4px;
}
.light-dark-section .resize-content ul li .content p {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-block: calc(3px + 3 * (100vw - 320px) / 1600) 0;
  color: rgba(102, 102, 102, 0.7);
}

/*=======================
  Real time css
=======================*/
.realtime-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.76%, #F8FCFC), to(#E9F5F5));
  background: linear-gradient(180deg, #F8FCFC -9.76%, #E9F5F5 100%);
}
.realtime-section .real-time-main-box {
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: calc(12px + 8 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  background-color: #ffffff;
}
.realtime-section .real-time-main-box .real-time-box {
  background-color: #FAFAFA;
  padding: calc(14px + 16 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600) 0;
  border-radius: calc(10px + 10 * (100vw - 320px) / 1600);
}
.realtime-section .real-time-main-box .real-time-box .real-title {
  text-align: center;
}
.realtime-section .real-time-main-box .real-time-box .real-title h4 {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.realtime-section .real-time-main-box .real-time-box .real-title p {
  margin: calc(6px + 4 * (100vw - 320px) / 1600) auto 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  width: 62%;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .realtime-section .real-time-main-box .real-time-box .real-title p {
    width: 100%;
  }
}
.realtime-section .real-time-main-box .real-time-box .real-title .image-box {
  margin-top: 20px;
}

.group-chat-section {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-9.76%, #F8FCFC), to(#E9F5F5));
  background: linear-gradient(0deg, #F8FCFC -9.76%, #E9F5F5 100%);
  position: relative;
  z-index: 0;
}
.group-chat-section::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../images/bg-image.svg");
}
.group-chat-section .bg-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(14px + 58 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.more-features-section .features-box {
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: calc(8px + 4 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
}
.more-features-section .features-box .features-img {
  background-color: rgba(37, 118, 123, 0.1);
  border-radius: calc(8px + 2 * (100vw - 320px) / 1600);
  padding: calc(14px + 8 * (100vw - 320px) / 1600);
  width: calc(54px + 32 * (100vw - 320px) / 1600);
  height: calc(54px + 32 * (100vw - 320px) / 1600);
}
.more-features-section .features-box .features-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.more-features-section .features-box .features-content {
  width: calc(100% - (54px + 32 * (100vw - 320px) / 1600) - (8px + 2 * (100vw - 320px) / 1600));
}
.more-features-section .features-box .features-content h4 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.more-features-section .features-box .features-content p {
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.3;
}
.more-features-section .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
  cursor: pointer;
}
.more-features-section .show-more .icon-image {
  background-color: #25767b;
  padding: 0;
  width: calc(26px + 4 * (100vw - 320px) / 1600);
  height: calc(26px + 4 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.075);
  font-size: 18px;
  color: #fff;
}
.more-features-section .show-more .icon-image i {
  line-height: 1;
}
.more-features-section .show-more span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
.more-features-section .show-more:hover .icon-image {
  background-color: #25767b;
  border: transparent;
}
.more-features-section .show-more:hover .icon-image i {
  color: #fff;
}

.chatting-chat-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.76%, #F8FCFC), to(#E9F5F5));
  background: linear-gradient(180deg, #F8FCFC -9.76%, #E9F5F5 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.chatting-chat-section::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../images/bg-image.svg");
}
.chatting-chat-section .bg-images {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: calc(14px + 58 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.chatting-chat-section .group-img {
  width: 68%;
  margin-inline: auto;
  padding: calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) 0;
  background-color: rgba(37, 118, 123, 0.1);
  border-radius: calc(14px + 16 * (100vw - 320px) / 1600) calc(14px + 16 * (100vw - 320px) / 1600) 0 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .chatting-chat-section .group-img {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .chatting-chat-section .group-img {
    width: 100%;
  }
}
.chatting-chat-section .group-img img {
  border-radius: calc(8px + 12 * (100vw - 320px) / 1600) calc(8px + 12 * (100vw - 320px) / 1600) 0 0;
}
.chatting-chat-section .group-img .image-1 {
  position: absolute;
  top: calc(146px + 17 * (100vw - 1199px) / 721);
  left: calc(-115px + -50 * (100vw - 1199px) / 721);
}
@media (max-width: 1199.98px) {
  .chatting-chat-section .group-img .image-1 {
    display: none;
  }
}
.chatting-chat-section .group-img .image-1 img {
  width: calc(146px + 81 * (100vw - 1199px) / 721);
  height: calc(140px + 26 * (100vw - 1199px) / 721);
  -webkit-box-shadow: 1.19px 0px 11.86px 0px rgba(37, 118, 123, 0.102);
          box-shadow: 1.19px 0px 11.86px 0px rgba(37, 118, 123, 0.102);
  border-radius: calc(10px + 2 * (100vw - 1199px) / 721);
  -webkit-animation: mover-2 1s infinite alternate;
          animation: mover-2 1s infinite alternate;
}
.chatting-chat-section .group-img .image-2 {
  position: absolute;
  top: calc(153px + 65 * (100vw - 1199px) / 721);
  right: calc(-151px + -6 * (100vw - 1199px) / 721);
}
@media (max-width: 1199.98px) {
  .chatting-chat-section .group-img .image-2 {
    display: none;
  }
}
.chatting-chat-section .group-img .image-2 img {
  width: 100%;
  height: 100%;
  -webkit-animation: mover-2 1s infinite alternate;
          animation: mover-2 1s infinite alternate;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes mover-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes mover-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.connect-meetzy-section .connect-meetzy-box {
  padding: calc(22px + 58 * (100vw - 320px) / 1600) calc(18px + 57 * (100vw - 320px) / 1600);
  border-radius: calc(12px + 8 * (100vw - 320px) / 1600);
  text-align: center;
  background-color: #E1F3F4;
}
.connect-meetzy-section .connect-meetzy-box h2 {
  font-size: calc(22px + 18 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.connect-meetzy-section .connect-meetzy-box p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #666666;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-inline: auto;
  width: 53%;
}
@media (max-width: 575.98px) {
  .connect-meetzy-section .connect-meetzy-box p {
    width: 100%;
  }
}
.connect-meetzy-section .connect-meetzy-box .button-group {
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(12px + 8 * (100vw - 320px) / 1600);
}
.connect-meetzy-section .connect-meetzy-box .button-group .btn {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(18px + 12 * (100vw - 320px) / 1600);
  border-radius: calc(6px + 4 * (100vw - 320px) / 1600);
  border: 1px solid #25767b;
}
.connect-meetzy-section .connect-meetzy-box .button-group .btn:nth-child(2) {
  background-color: rgba(44, 44, 44, 0.05);
  border-color: rgba(44, 44, 44, 0.05);
}
.connect-meetzy-section .connect-meetzy-box .button-group .btn:nth-child(2):hover {
  background-color: rgba(44, 44, 44, 0.1);
  border-color: rgba(44, 44, 44, 0.1);
}
.connect-meetzy-section .connect-meetzy-box .button-group .btn.btn-primary:hover {
  background-color: transparent;
  color: #25767b !important;
}

/*=====================
   Tab to top CSS start
  ==========================*/
.tap-top {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  display: none;
  color: #ffffff;
  text-align: center;
  background: #25767b;
  border: none;
  font-size: 22px;
  padding: 4px;
  cursor: pointer;
}
.tap-top.top-cls {
  bottom: 130px;
}

.ribbon-1 {
  width: 80px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #3fcc35;
  color: white;
}

.ribbon-1:before,
.ribbon-1:after {
  content: "";
  position: absolute;
}

.ribbon-1:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon-1:after {
  height: 0;
  width: 0;
  right: -13.5px;
  border-top: 15px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #3fcc35;
  bottom: -1px;
}
/*# sourceMappingURL=style.css.map */