:root {
  --theme-color: 13, 164, 135;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
  --content-color: 34, 34, 34;
  --secondary-color: 255, 189, 19;
  --light-bg: 248, 248, 248;
  --danger-color: 255, 79, 79;
  --rating-color: 255, 179, 33;
  --border-color: #ececec;
}

/**=====================
    breakpoint mixins scss
==========================**/
/**=====================
     Common scss
==========================**/
/* ======= Display Flex Css Start ======= */
/* ======= Display Flex Css End ======= */
/* ======= Gap Flex Css Start ======= */
/* ======= Gap Flex Css End ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= align css starts  ======= */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Public Sans", sans-serif, "Caveat", "cursive";
  position: relative;
  font-size: 14px;
  color: rgba(var(--content-color), 1);
  margin: 0;
  background-color: rgba(var(--white), 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 0 !important;
}
body ::-moz-selection {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--theme-color), 1);
}
body ::selection {
  color: rgba(var(--white), 1);
  background-color: rgba(var(--theme-color), 1);
}
body .bg-overlay {
  height: 100vh;
  width: 100vh;
  background-color: rgba(var(--content-color), 1);
  position: fixed;
  z-index: 2;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .bg-overlay.show {
  visibility: visible;
  opacity: 0.5;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

a {
  color: rgba(var(--theme-color), 1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

.view-button {
  text-align: center;
  margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
}

button:focus {
  outline: none;
}

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:focus {
  outline: none;
}

.form-control {
  background-color: rgba(var(--white), 1);
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(var(--theme-color), 1);
}

h1 {
  font-size: calc(40px + 10 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 0;
}

h2 {
  font-size: calc(18px + 22 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}

h3 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

h4 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
}

h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}

span {
  display: inline-block;
}

.theme-color {
  color: rgba(var(--theme-color), 1) !important;
}

.theme-bg-color {
  background: rgba(var(--theme-color), 1) !important;
}

.content-bg {
  background-color: rgba(var(--content-color), 1);
}

.content-color {
  color: rgba(var(--content-color), 1);
}

.light-bg {
  background-color: rgba(var(--light-bg), 1);
}

.secondary-color {
  color: rgba(var(--secondary-color), 1);
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(var(--content-color), 0.08);
}

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

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes floating {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}
@keyframes floating {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
@keyframes star {
  0% {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes front {
  0% {
    -webkit-transform: rotateY(180deg) rotate3d(-10, -10, 1, 45deg);
            transform: rotateY(180deg) rotate3d(-10, -10, 1, 45deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
  }
  60% {
    -webkit-transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotate3d(0, 0, 0, 0deg);
            transform: rotateY(0deg) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes front {
  0% {
    -webkit-transform: rotateY(180deg) rotate3d(-10, -10, 1, 45deg);
            transform: rotateY(180deg) rotate3d(-10, -10, 1, 45deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
  }
  60% {
    -webkit-transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(180deg) rotate3d(1, 1, 1, -10deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotate3d(0, 0, 0, 0deg);
            transform: rotateY(0deg) rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes back {
  0% {
    -webkit-transform: rotateY(0deg) rotate3d(-10, -10, 1, 45deg);
            transform: rotateY(0deg) rotate3d(-10, -10, 1, 45deg);
  }
  50% {
    -webkit-transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
  }
  60% {
    -webkit-transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotate3d(0, 0, 0, 0deg);
            transform: rotateY(180deg) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes back {
  0% {
    -webkit-transform: rotateY(0deg) rotate3d(-10, -10, 1, 45deg);
            transform: rotateY(0deg) rotate3d(-10, -10, 1, 45deg);
  }
  50% {
    -webkit-transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
  }
  60% {
    -webkit-transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
            transform: rotateY(0deg) rotate3d(1, 1, 1, -10deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotate3d(0, 0, 0, 0deg);
            transform: rotateY(180deg) rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes floating {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}
section,
.section-t-space {
  padding-top: calc(30px + 70 * (100vw - 320px) / 1600);
}

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

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

.container-fluid-lg {
  padding: 0 calc(20px + 130 * (100vw - 320px) / 1600);
}

.container-fluid-sm {
  padding: 0 calc(20px + 30 * (100vw - 320px) / 1600);
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
  font-size: 14px;
}

p {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.2;
}

a {
  color: rgba(var(--theme-color), 1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

.btn {
  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;
  color: rgba(var(--content-color), 1);
  padding: calc(7px + 7 * (100vw - 320px) / 1600) calc(14px + 18 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover .icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.btn-2 {
  padding: calc(7px + 8 * (100vw - 320px) / 1600) calc(14px + 20 * (100vw - 320px) / 1600);
  font-weight: 700;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}

.btn-md {
  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;
  color: rgba(var(--content-color), 1);
  padding: calc(9px + 6 * (100vw - 320px) / 1600) calc(11px + 9 * (100vw - 320px) / 1600);
  font-weight: 500;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  z-index: 0;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(3px + 2 * (100vw - 320px) / 1600);
}
.btn-md:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-md .icon {
  margin-left: calc(6px + 6 * (100vw - 320px) / 1600);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
[dir=rtl] .btn-md .icon {
  margin-left: unset;
  margin-right: calc(6px + 6 * (100vw - 320px) / 1600);
}
.btn-md-animation {
  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;
  overflow: hidden;
  color: rgba(var(--white), 1);
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: #ff6b6b;
  background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), to(#ff4f4f));
  background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
  border: none;
  z-index: 0;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(12px + 14 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.btn-md-animation i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-md-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background: #ff4f4f;
  background: -webkit-gradient(linear, left top, right top, from(#ff4f4f), to(#ff6b6b));
  background: linear-gradient(90deg, #ff4f4f 0%, #ff6b6b 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-md-animation:hover {
  color: rgba(var(--white), 1);
}
.btn-md-animation:hover::after {
  top: 0;
  height: 100%;
}

.ratio_46 .bg-size:before {
  content: "";
  padding-top: 46%;
  display: block;
}

.landing-wrapper .slick-arrow.slick-prev, .landing-wrapper .slick-arrow.slick-next {
  width: auto;
  height: auto;
  bottom: -5px;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  z-index: 1;
}
.landing-wrapper .slick-arrow.slick-prev::before, .landing-wrapper .slick-arrow.slick-next::before {
  content: "";
  color: rgba(var(--content-color), 1);
  opacity: 1;
}
.landing-wrapper .slick-arrow.slick-prev {
  left: 44%;
}
.landing-wrapper .slick-arrow.slick-prev::before {
  content: "\f060";
}
.landing-wrapper .slick-arrow.slick-next {
  right: 44%;
}
.landing-wrapper .slick-arrow.slick-next::before {
  content: "\f061";
}
.landing-wrapper .slick-dots {
  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;
  position: relative;
  bottom: 0;
  margin-top: calc(18px + 17 * (100vw - 320px) / 1600);
}
.landing-wrapper .slick-dots li {
  width: auto;
  height: auto;
}
.landing-wrapper .slick-dots li button {
  width: calc(8px + 2 * (100vw - 320px) / 1600);
  height: calc(8px + 2 * (100vw - 320px) / 1600);
  border: 1px solid transparent;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background-color: var(--theme-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.landing-wrapper .slick-dots li button::before {
  display: none;
}
.landing-wrapper .slick-dots li.slick-active button {
  width: calc(8px + 2 * (100vw - 320px) / 1600);
  height: calc(8px + 2 * (100vw - 320px) / 1600);
  margin: 0;
  background-color: rgba(var(--white), 1);
  border: 1px solid var(--theme-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 100%;
}
.landing-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.title {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
  text-align: center;
  margin-top: -8px;
}
.title.main-small-space {
  margin: calc(16px + 12 * (100vw - 320px) / 1600) 0;
}
.title h2 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: none;
}
.title h3 {
  font-weight: 500;
  margin-bottom: 3px;
}
.title p {
  width: 40%;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
  opacity: 0.8 !important;
}
.title p.lite {
  color: rgba(255, 255, 255, 0.8);
}
.title p.heading-foot {
  width: 80%;
}
@media (max-width: 991px) {
  .title p.heading-foot {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .title p {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .title p {
    width: 100%;
  }
}
.title .count {
  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;
  width: calc(55px + 40 * (100vw - 320px) / 1600);
  height: calc(55px + 40 * (100vw - 320px) / 1600);
  margin: 0 auto;
  background-color: rgba(var(--theme-color), 0.1);
  border-radius: 10px;
}
.title .count span {
  font-size: calc(22px + 24 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-radius: 10px;
  line-height: 1;
  color: rgba(var(--theme-color), 1);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: -100%;
  z-index: -1;
  -webkit-box-shadow: 0 8px 10px rgba(var(--content-color), 0.05);
          box-shadow: 0 8px 10px rgba(var(--content-color), 0.05);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
header.active {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
header.active::after {
  top: 0;
}
header.active .navbar .navbar-brand .logo-img {
  display: none;
}
header.active .navbar .navbar-brand .logo-img1 {
  width: calc(100px + 70 * (100vw - 320px) / 1600);
  height: auto;
  display: block;
}
header.active .navbar .navbar-toggler .navbar-toggler-icon {
  -webkit-filter: invert(0);
          filter: invert(0);
}
header.active .navbar .navbar-collapse {
  background: transparent;
}
header.active .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(var(--content-color), 1);
}
header.active .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: rgba(var(--theme-color), 1);
}
header .custom-navbar {
  padding-block: calc(15px + 5 * (100vw - 320px) / 1600);
}
header .custom-navbar .navbar-brand .logo-img {
  width: calc(100px + 70 * (100vw - 320px) / 1600);
  height: auto;
  display: block;
}
header .custom-navbar .navbar-brand .logo-img1 {
  display: none;
}
header .custom-navbar .btn-md {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
header .custom-navbar .navbar-toggler {
  margin-right: calc(10px + 16 * (100vw - 320px) / 1600);
  border: none;
  padding: 0;
}
header .custom-navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 25px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
header .custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .custom-navbar .navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(15px + 15 * (100vw - 1200px) / 720);
}
@media (max-width: 1199px) {
  header .custom-navbar .navbar-collapse .navbar-nav {
    padding: calc(11px + 9 * (100vw - 320px) / 879) calc(19px + 7 * (100vw - 320px) / 879);
    background: rgba(var(--white), 1);
    border-radius: 8px;
    margin-top: 9px;
    gap: calc(6px + 3 * (100vw - 320px) / 1600);
  }
}
header .custom-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0;
  color: rgba(var(--white), 0.8);
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  header .custom-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: rgba(var(--content-color), 1);
  }
}
header .custom-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: rgba(var(--white), 1);
  font-weight: 600;
}
@media (max-width: 1199px) {
  header .custom-navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: rgba(var(--theme-color), 1);
  }
}

.home-section {
  position: relative;
  background-image: url(../images/background/home-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
  height: auto;
}
.home-section .home-icon img {
  position: absolute;
  -webkit-animation: mover 2s infinite alternate;
          animation: mover 2s infinite alternate;
  z-index: -1;
}
@media (max-width: 1199px) {
  .home-section .home-icon img {
    display: none;
  }
}
.home-section .home-icon img.image-1 {
  top: 213px;
  right: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home-section .home-icon img.image-2 {
  top: 0;
  left: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 1460px) {
  .home-section .home-icon img.image-2 {
    display: none;
  }
}
.home-section .home-icon img.image-3 {
  bottom: 165px;
  right: 21px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.home-section .home-icon img.image-4 {
  top: 105px;
  right: 215px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.home-section .home-icon img.image-5 {
  top: 263px;
  right: 312px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.home-section .home-icon img.image-6 {
  top: 166px;
  right: 575px;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.home-section .home-icon img.image-7 {
  top: 275px;
  right: 435px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.home-section .home-icon img.image-8 {
  top: 100px;
  left: 360px;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.home-section .home-icon img.image-9 {
  top: 320px;
  left: 165px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.home-section .home-image-frame {
  width: calc(285px + 490 * (100vw - 320px) / 1600);
  height: calc(243px + 310 * (100vw - 320px) / 1600);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  overflow: hidden;
  border: 5px solid black;
  border-radius: 30px;
  margin-top: calc(10px + 40 * (100vw - 320px) / 1600);
}
@media (max-width: 992px) and (min-width: 768px) {
  .home-section .home-image-frame {
    width: 685px;
    height: 470px;
  }
}
.home-section .home-contain {
  text-align: center;
  width: 60%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(70px + 50 * (100vw - 320px) / 1600);
}
@media (max-width: 1200px) {
  .home-section .home-contain {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .home-section .home-contain {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-section .home-contain {
    width: 100%;
  }
}
.home-section .home-contain .check-landing {
  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(6px + 9 * (100vw - 320px) / 1600);
}
.home-section .home-contain .check-landing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-section .home-contain .check-landing li img {
  margin-top: -2px;
}
.home-section .home-contain .check-landing li h4 {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.home-section .home-contain h1 {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  font-size: calc(18px + 32 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.home-section .home-contain h1 span {
  position: relative;
  padding: 0 18px;
  z-index: 0;
}
.home-section .home-contain h1 span img {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
}
.home-section .home-contain .discover-btn-group {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.home-section .home-contain .discover-btn-group a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: rgba(var(--white), 1);
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: #ff6b6b;
  background: -webkit-gradient(linear, left top, right top, from(#ff6b6b), to(#ff4f4f));
  background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
  border: none;
  z-index: 0;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(20px + 15 * (100vw - 320px) / 1600);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: calc(3px + 2 * (100vw - 320px) / 1600);
}
.home-section .home-contain .page-button-group {
  margin-top: calc(14px + 7 * (100vw - 320px) / 1600);
}
.home-section .home-contain .page-button-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(9px + 6 * (100vw - 320px) / 1600);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-section .home-contain .page-button-group ul li .page-button {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
}
.home-section .home-bg-1 {
  position: absolute;
  top: 27%;
  left: 3%;
  width: 18.5%;
}
@media (max-width: 1199px) {
  .home-section .home-bg-1 {
    display: none;
  }
}
.home-section .home-bg-1 img {
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .home-bg-2 {
  position: absolute;
  width: 16.4%;
  bottom: 19%;
  left: 8%;
}
@media (max-width: 1199px) {
  .home-section .home-bg-2 {
    display: none;
  }
}
.home-section .home-bg-2 img {
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .home-bg-3 {
  position: absolute;
  top: 23%;
  width: 16.5%;
  right: 7%;
}
@media (max-width: 1199px) {
  .home-section .home-bg-3 {
    display: none;
  }
}
.home-section .home-bg-3 img {
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .home-bg-4 {
  position: absolute;
  width: 21.5%;
  right: 6%;
  bottom: 18%;
}
@media (max-width: 1410px) {
  .home-section .home-bg-4 {
    right: 4%;
  }
}
@media (max-width: 1199px) {
  .home-section .home-bg-4 {
    display: none;
  }
}
.home-section .home-bg-4 img {
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .home-vector-1 {
  position: absolute;
  bottom: 35%;
  right: 140px;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}
@media (max-width: 1470px) {
  .home-section .home-vector-1 {
    right: 70px;
  }
}
@media (max-width: 1200px) {
  .home-section .home-vector-1 {
    display: none;
  }
}
.home-section .home-vector-2 {
  position: absolute;
  bottom: 43%;
  left: 240px;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
  -webkit-animation-delay: 2ms;
          animation-delay: 2ms;
}
@media (max-width: 1370px) {
  .home-section .home-vector-2 {
    left: 150px;
  }
}
@media (max-width: 1200px) {
  .home-section .home-vector-2 {
    display: none;
  }
}

.layout-section {
  position: relative;
}
.layout-section .bg-1 {
  position: absolute;
  top: 150px;
  right: 120px;
  -webkit-animation: mover 1.5s infinite alternate;
          animation: mover 1.5s infinite alternate;
}
@media (max-width: 992px) {
  .layout-section .bg-1 {
    display: none;
  }
}
.layout-section .bg-2 {
  position: absolute;
  top: 30px;
  left: -40px;
}
@media (max-width: 768px) {
  .layout-section .bg-2 {
    display: none;
  }
}
.layout-section .bg-8 {
  position: absolute;
  top: 50%;
  right: 30px;
}
@media (max-width: 1200px) {
  .layout-section .bg-8 {
    display: none;
  }
}
.layout-section .all-demos {
  padding: calc(15px + 35 * (100vw - 320px) / 1600);
  border-radius: 20px;
}
.layout-section .all-demos .nav-tabs {
  margin: 0 0 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: unset;
  gap: 16px;
}
.layout-section .all-demos .nav-tabs .nav-item .nav-link {
  background: rgba(var(--theme-color), 0.15);
  border-radius: 7px;
  color: rgba(var(--theme-color), 1);
  font-size: 18px;
  font-weight: 500;
  padding: 11px 25px;
  text-transform: capitalize;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.layout-section .all-demos .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
}
.layout-section .all-demos .layout-page-box {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .layout-section .all-demos .layout-page-box {
    margin-bottom: 0;
  }
}
.layout-section .all-demos .layout-page-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box:hover {
    -webkit-transform: unset;
            transform: unset;
  }
}
.layout-section .all-demos .layout-page-box:hover .layout-image {
  position: relative;
}
.layout-section .all-demos .layout-page-box:hover .layout-image a img {
  -webkit-box-shadow: 0 0 0px 4px rgba(var(--theme-color), 1);
          box-shadow: 0 0 0px 4px rgba(var(--theme-color), 1);
  -webkit-animation: 5ms ease-in-out;
          animation: 5ms ease-in-out;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box:hover .layout-image a img {
    -webkit-box-shadow: 0 0 0 calc(2px + 2 * (100vw - 320px) / 447) rgba(var(--theme-color), 1);
            box-shadow: 0 0 0 calc(2px + 2 * (100vw - 320px) / 447) rgba(var(--theme-color), 1);
  }
}
.layout-section .all-demos .layout-page-box:hover .layout-image a .link-button {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.layout-section .all-demos .layout-page-box:hover .layout-name {
  background-color: rgba(var(--theme-color), 1);
  border-color: rgba(var(--white), 1);
}
.layout-section .all-demos .layout-page-box:hover .layout-name h4 {
  color: rgba(var(--white), 1);
  text-align: center;
}
.layout-section .all-demos .layout-page-box:hover .layout-name .dots1 .line1 {
  display: block;
  position: absolute;
  top: calc(-17px + -11 * (100vw - 320px) / 1600);
  left: calc(16px + 20 * (100vw - 320px) / 1600);
  height: 30px;
  z-index: -1;
}
.layout-section .all-demos .layout-page-box:hover .layout-name .dots2 .line2 {
  display: block;
  position: absolute;
  top: calc(-17px + -11 * (100vw - 320px) / 1600);
  right: calc(16px + 20 * (100vw - 320px) / 1600);
  height: 30px;
  z-index: -1;
}
.layout-section .all-demos .layout-page-box .layout-image {
  position: relative;
}
.layout-section .all-demos .layout-page-box .layout-image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.layout-section .all-demos .layout-page-box .layout-image a {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.layout-section .all-demos .layout-page-box .layout-image a .link-button {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 0;
}
.layout-section .all-demos .layout-page-box .layout-image a .link-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
}
.layout-section .all-demos .layout-page-box .layout-image a img {
  padding: 0;
  background-color: rgba(var(--light-bg), 1);
  -webkit-filter: drop-shadow(0 15px 70px rgba(var(--content-color), 0.07));
          filter: drop-shadow(0 15px 70px rgba(var(--content-color), 0.07));
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box .layout-image a img {
    -webkit-box-shadow: 0 0 0 calc(2px + 2 * (100vw - 320px) / 447) rgba(var(--theme-color), 1);
            box-shadow: 0 0 0 calc(2px + 2 * (100vw - 320px) / 447) rgba(var(--theme-color), 1);
  }
}
.layout-section .all-demos .layout-page-box .layout-name {
  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;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
  border-radius: calc(13px + 7 * (100vw - 320px) / 1600);
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  position: relative;
  display: block;
  width: 60%;
  margin-inline: auto;
  border: 6px solid transparent;
  width: calc(155px + 130 * (100vw - 320px) / 1600);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box .layout-name {
    background-color: rgba(var(--theme-color), 1);
    border-color: rgba(var(--white), 1);
    color: rgba(var(--white), 1);
  }
}
.layout-section .all-demos .layout-page-box .layout-name h4 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box .layout-name h4 {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box .layout-name .dots1 {
    display: none;
  }
}
.layout-section .all-demos .layout-page-box .layout-name .dots1 .line1 {
  display: none;
}
@media (max-width: 767px) {
  .layout-section .all-demos .layout-page-box .layout-name .dots2 {
    display: none;
  }
}
.layout-section .all-demos .layout-page-box .layout-name .dots2 .line2 {
  display: none;
}

.feature-section {
  position: relative;
}
@media (max-width: 991px) {
  .feature-section .feature-icon {
    display: none;
  }
}
.feature-section .feature-icon img {
  position: absolute;
  -webkit-animation: mover 2s infinite alternate;
          animation: mover 2s infinite alternate;
}
.feature-section .feature-icon img.img-1 {
  bottom: 73px;
  right: 31px;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.feature-section .feature-icon img.img-2 {
  top: 272px;
  left: 73px;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.feature-section .feature-icon img.img-3 {
  bottom: 516px;
  left: 82px;
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
@media (max-width: 1199px) {
  .feature-section .feature-grid > div:first-child {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .feature-section .feature-grid > div:last-child {
    padding-top: 0;
  }
}
.feature-section .feature-box {
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
  background: rgba(var(--white), 1);
  position: relative;
  z-index: 0;
  -webkit-box-shadow: -4.31566px 6.47349px 21.5783px rgba(14, 109, 91, 0.06);
          box-shadow: -4.31566px 6.47349px 21.5783px rgba(14, 109, 91, 0.06);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.feature-section .feature-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: all 3ms ease-in-out;
          animation: all 3ms ease-in-out;
}
.feature-section .feature-box:hover .feature-contain h3 {
  color: rgba(var(--theme-color), 1);
}
.feature-section .feature-box .feature-image {
  position: relative;
  background-color: rgba(var(--content-color), 0.03);
  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;
}
.feature-section .feature-box .feature-image .gif1 {
  position: absolute;
  height: 90%;
  width: auto;
  border: 1px solid rgba(53, 98, 255, 0.502);
}
.feature-section .feature-box .feature-image .gif5 {
  position: absolute;
  height: 90%;
  width: auto;
  border: 1px solid rgba(255, 179, 40, 0.502);
  border-radius: 5px;
  overflow: hidden;
}
.feature-section .feature-box .feature-image .gif2 {
  position: absolute;
  height: auto;
  width: 76%;
  top: 24%;
  left: 10%;
}
.feature-section .feature-box .feature-image .gif3 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.feature-section .feature-box .feature-image .gif4 {
  position: absolute;
  width: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(57, 53, 255, 0.502);
  overflow: hidden;
  border-radius: 5px;
}
.feature-section .feature-box .feature-image .gif6 {
  position: absolute;
  width: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(236, 28, 28, 0.502);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature-section .feature-box .feature-image .header-footer {
    display: none;
  }
}
.feature-section .feature-box .feature-image .header-footer img {
  position: absolute;
  -webkit-animation: mover 2s infinite alternate;
          animation: mover 2s infinite alternate;
}
.feature-section .feature-box .feature-image .header-footer img.img-header {
  top: 12px;
  left: -96px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.feature-section .feature-box .feature-image .header-footer img.img-footer {
  bottom: -13px;
  right: -70px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.feature-section .feature-box .feature-contain {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.feature-section .feature-box .feature-contain h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.feature-section .feature-box .feature-contain h3 {
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.feature-section .feature-box .feature-contain p {
  color: rgba(var(--content-color), 0.5);
  line-height: 1.5;
  margin-top: calc(8px + 4 * (100vw - 320px) / 1600);
}
.feature-section .table thead tr th {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  border-color: rgba(74, 85, 104, 0.5019607843);
}
.feature-section .table tbody {
  border-top: none;
}
.feature-section .table tbody tr.total td {
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.feature-section .table tbody tr td {
  padding: 10px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.feature-section .table tbody tr td.free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.feature-section .table tbody tr td.free img {
  width: 25px;
}
.feature-section .bg-4 {
  position: absolute;
  top: 0;
  left: -30px;
}
@media (max-width: 992px) {
  .feature-section .bg-4 {
    display: none;
  }
}
.feature-section .bg-5 {
  position: absolute;
  top: 100px;
  right: 250px;
}
@media (max-width: 1200px) {
  .feature-section .bg-5 {
    display: none;
  }
}
.feature-section .bg-2 {
  position: absolute;
  top: 30%;
  left: -40px;
}
@media (max-width: 1200px) {
  .feature-section .bg-2 {
    display: none;
  }
}
.feature-section .bg-3 {
  position: absolute;
  top: 45%;
  right: 0;
}
@media (max-width: 1200px) {
  .feature-section .bg-3 {
    display: none;
  }
}
.feature-section .bg-7 {
  position: absolute;
  bottom: 20%;
  right: 30px;
}
@media (max-width: 1200px) {
  .feature-section .bg-7 {
    display: none;
  }
}

.screenshots-section {
  position: relative;
  background-color: rgba(var(--content-color), 0.03);
}
.screenshots-section .title p {
  width: 30%;
}
@media (max-width: 992px) {
  .screenshots-section .title p {
    width: 100%;
  }
}
.screenshots-section .screenshots .screen-img {
  border-radius: 10px;
  width: 100%;
}
.screenshots-section .screenshots:nth-child(even) {
  margin-top: 20px;
}
.screenshots-section .screenshots span {
  width: 100%;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: rgba(var(--content-color), 1);
}
.screenshots-section .vector-3 {
  position: absolute;
  top: 80px;
  right: 80px;
}
@media (max-width: 1400px) {
  .screenshots-section .vector-3 {
    right: 40px;
  }
}
@media (max-width: 1200px) {
  .screenshots-section .vector-3 {
    display: none;
  }
}

.core-feature-section {
  background-color: #262834;
  padding-inline: calc(12px + 85 * (100vw - 320px) / 1600);
}
.core-feature-section .feature-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .core-feature-section .feature-center .row:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 992px) {
  .core-feature-section .feature-center .row:first-child > div .core-feature-box {
    margin-top: 0;
  }
}
.core-feature-section .core-feature-box {
  margin-top: calc(18px + 42 * (100vw - 320px) / 1600);
  margin-inline: calc(0px + 25 * (100vw - 320px) / 1600);
}
@media (max-width: 1700px) and (min-width: 1400px) {
  .core-feature-section .core-feature-box {
    margin-inline: calc(5px + 20 * (100vw - 1400px) / 300);
  }
}
@media (max-width: 1050px) and (min-width: 992px) {
  .core-feature-section .core-feature-box {
    margin-inline: calc(5px + 20 * (100vw - 992px) / 408);
  }
}
.core-feature-section .core-feature-box:hover .feature-icon-box::after {
  background: rgba(var(--theme-color), 1);
  border-color: transparent;
}
.core-feature-section .core-feature-box:hover .feature-icon-box svg {
  fill: rgba(var(--white), 1);
}
.core-feature-section .core-feature-box:hover .feature-back {
  background: #262834;
}
.core-feature-section .core-feature-box:hover .feature-back .feature-details {
  background: #25363c;
  border: 2px dashed rgba(var(--theme-color), 1);
}
.core-feature-section .core-feature-box:hover .feature-back .feature-details h4 {
  color: rgba(var(--theme-color), 1);
}
.core-feature-section .core-feature-box .feature-icon-box {
  position: relative;
  width: calc(50px + 14 * (100vw - 320px) / 1600);
  height: calc(50px + 14 * (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;
  margin-inline: auto;
  z-index: 1;
  margin-bottom: -30px;
}
.core-feature-section .core-feature-box .feature-icon-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white), 0.08);
  border: 1px dashed rgba(var(--white), 0.5);
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.core-feature-section .core-feature-box .feature-icon-box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: #262834;
  border-radius: 100%;
  z-index: -1;
}
.core-feature-section .core-feature-box .feature-icon-box svg {
  width: calc(24px + 2 * (100vw - 320px) / 1600);
  height: calc(24px + 2 * (100vw - 320px) / 1600);
  display: inline-block;
  stroke: rgba(var(--white), 1);
  fill: transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.core-feature-section .core-feature-box .feature-back {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(38, 40, 52, 0)), color-stop(75%, rgba(var(--white), 0.2)));
  background: linear-gradient(180deg, rgba(38, 40, 52, 0) 35%, rgba(var(--white), 0.2) 75%);
  z-index: 0;
  position: relative;
  padding: 1px;
  border-radius: 5px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.core-feature-section .core-feature-box .feature-back .feature-details {
  text-align: center;
  padding: calc(46px + 4 * (100vw - 320px) / 1600) calc(0px + 20 * (100vw - 320px) / 1600) 20px calc(0px + 20 * (100vw - 320px) / 1600);
  background-color: rgb(55, 57, 68);
  border-radius: 5px;
  z-index: 0;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.core-feature-section .core-feature-box .feature-back .feature-details h4 {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: rgba(var(--white), 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.multi-vender-section {
  background-color: #f8f8f8;
}
@media (max-width: 1200px) {
  .multi-vender-section .multi-vender-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .multi-vender-section .multi-vender-content {
    margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
.multi-vender-section .multi-vender-content h2 {
  font-weight: 700;
  color: rgba(var(--content-color), 1);
  line-height: 1.2;
  text-transform: unset;
}
.multi-vender-section .multi-vender-content p {
  width: 90%;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(var(--content-color), 0.5);
}
@media (max-width: 1200px) {
  .multi-vender-section .multi-vender-content p {
    width: 100%;
  }
}
.multi-vender-section .multi-vender-content .listing {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.multi-vender-section .multi-vender-content .listing li {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(var(--content-color), 1);
}
@media (max-width: 400px) {
  .multi-vender-section .multi-vender-content .listing li img {
    width: 10%;
  }
}
.multi-vender-section .multi-vender-content .listing li:first-child {
  margin-top: 0;
}
.multi-vender-section .multi-vender-image {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.multi-vender-section .multi-vender-image:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: all 3ms ease-in-out;
          animation: all 3ms ease-in-out;
}

.admin-section {
  background-image: url(../images/admin/admin-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(var(--white), 1);
}
@media (max-width: 1200px) {
  .admin-section .multi-vender-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .admin-section .multi-vender-content {
    margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
.admin-section .multi-vender-content h2 {
  font-weight: 700;
  color: rgba(var(--content-color), 1);
  line-height: 1.2;
  text-transform: unset;
}
.admin-section .multi-vender-content p {
  width: 90%;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(var(--white), 0.5);
}
@media (max-width: 1200px) {
  .admin-section .multi-vender-content p {
    width: 100%;
  }
}
.admin-section .multi-vender-content .listing {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.admin-section .multi-vender-content .listing li {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(var(--white), 1);
}
@media (max-width: 400px) {
  .admin-section .multi-vender-content .listing li img {
    width: 10%;
  }
}
.admin-section .multi-vender-content .listing li:first-child {
  margin-top: 0;
}
.admin-section .multi-vender-image {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
}
.admin-section .multi-vender-image:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: all 3ms ease-in-out;
          animation: all 3ms ease-in-out;
}
@media (max-width: 992px) {
  .admin-section .multi-vender-image {
    margin-bottom: 15px;
  }
}
.admin-section .multi-vender-image .shape-1 {
  position: absolute;
  bottom: 14px;
  right: 51%;
  -webkit-animation: zoom-in-out 6s ease-in-out infinite;
          animation: zoom-in-out 6s ease-in-out infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.admin-section .multi-vender-image .shape-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  -webkit-animation: zoom-in-out 6s ease-in-out infinite;
          animation: zoom-in-out 6s ease-in-out infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.admin-section .multi-vender-image .shape-3 {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: zoom-in-out 6s ease-in-out infinite;
          animation: zoom-in-out 6s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.payment-gateway {
  background-image: url(../images/background/payment-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-gateway .payment-gateway-content {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .payment-gateway .payment-gateway-content {
    padding-left: 0;
    margin-top: 10px;
  }
}
.payment-gateway .payment-gateway-content h2 {
  font-weight: 700;
  color: rgba(var(--theme-color), 1);
}
.payment-gateway .payment-gateway-content p {
  width: 80%;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(var(--white), 0.5);
}
@media (max-width: 1200px) {
  .payment-gateway .payment-gateway-content p {
    width: 100%;
  }
}
.payment-gateway .payment-gateway-content .listing {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.payment-gateway .payment-gateway-content .listing li {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(var(--white), 1);
}
@media (max-width: 400px) {
  .payment-gateway .payment-gateway-content .listing li img {
    width: 10%;
  }
}
.payment-gateway .payment-gateway-content .listing li:first-child {
  margin-top: 0;
}

.sale-section {
  position: relative;
  background-image: url(../images/background/sale-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sale-section .sale-img {
  text-align: center;
}
.sale-section .sale-img .width-cls {
  width: 75%;
}
.sale-section .sale-img .thumbnail-image img {
  position: absolute;
}
@media (max-width: 767px) {
  .sale-section .sale-img .thumbnail-image img {
    display: none;
  }
}
.sale-section .sale-img .thumbnail-image img.customer-img {
  top: 17%;
  left: 5%;
  width: 15.5%;
}
.sale-section .sale-img .thumbnail-image img.rating-img {
  top: 28%;
  left: 10%;
  width: 15.5%;
}
.sale-section .sale-img .thumbnail-image img.timer-img {
  top: 42%;
  left: 0;
  width: 18.5%;
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
}
.sale-section .sale-img .thumbnail-image img.compare-img {
  top: 69%;
  width: 8%;
  left: 15%;
}
.sale-section .sale-img .thumbnail-image img.discount-img {
  bottom: 13%;
  width: 11%;
  left: 3%;
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
}
.sale-section .sale-img .thumbnail-image img.active-img {
  top: 12%;
  width: 18.4%;
  right: 10%;
}
.sale-section .sale-img .thumbnail-image img.wishlist-img {
  top: 17%;
  width: 7.6%;
  right: 1%;
}
.sale-section .sale-img .thumbnail-image img.progressbar-img {
  top: 32%;
  width: 17.7%;
  right: 5%;
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.sale-section .sale-img .thumbnail-image img.product-img {
  top: 56%;
  width: 15.3%;
  right: 0px;
  -webkit-animation: mover 3s infinite alternate;
          animation: mover 3s infinite alternate;
  -webkit-animation-delay: 40ms;
          animation-delay: 40ms;
}
.sale-section .sale-img .thumbnail-image img.arrow-img {
  bottom: 3%;
  right: 2%;
  width: 18.8%;
}
.sale-section .sale-img .thumbnail-image img.liter-img {
  bottom: 35%;
  width: 15%;
  left: 7%;
}
.sale-section .sale-img .thumbnail-image img.waist-img {
  bottom: 26%;
  left: 0;
  width: 10.3%;
}
.sale-section .sale-img .thumbnail-image img.weight-img {
  top: 41%;
  right: 0;
  width: 10.2%;
}
.sale-section .sale-img .thumbnail-image img.color-img {
  top: 46%;
  width: 9.3%;
  right: 15%;
}

.multi-vender-content h2 {
  font-weight: 700;
  line-height: normal;
  font-size: calc(21px + 19 * (100vw - 320px) / 1600);
}
.multi-vender-content p {
  color: rgba(34, 34, 34, 0.5);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
}
.multi-vender-content .listing {
  display: grid;
  gap: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
}
.multi-vender-content .listing li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.multi-vender-content .listing li .verify {
  width: calc(26px + 4 * (100vw - 320px) / 1600);
  height: calc(26px + 4 * (100vw - 320px) / 1600);
}

@media (max-width: 1640px) {
  .variation-section {
    padding-inline: 12px;
  }
}
.variation-section.product-variation-section {
  background: rgba(var(--content-color), 0.03);
}
.variation-section .variation-landing-img {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 10px;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.variation-section .variation-landing-img img {
  border-radius: 10px;
  border: 1px solid rgba(var(--theme-color), 0.25);
  width: 100%;
}
.variation-section .swiper-slide:hover .variation-name span {
  background: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
}
.variation-section .swiper-slide .variation-name {
  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;
  margin-top: 30px;
}
.variation-section .swiper-slide .variation-name span {
  color: rgba(var(--theme-color), 1);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  background: rgba(var(--theme-color), 0.15);
  padding: 11px 25px;
  border-radius: 4px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.inner-page-section {
  background-color: rgba(var(--content-color), 0.03);
}
.inner-page-section .title p {
  width: 30%;
}
@media (max-width: 992px) {
  .inner-page-section .title p {
    width: 100%;
  }
}
.inner-page-section .inner-page-image {
  background-image: url(../images/inner-page.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
  animation: floating 20s linear infinite reverse;
  height: 80vh;
  width: 100%;
}
@media (max-width: 400px) {
  .inner-page-section .inner-page-image {
    height: 50vh;
  }
}

.framework-section {
  position: relative;
  margin-top: calc(30px + 70 * (100vw - 320px) / 1600);
}
.framework-section::before {
  content: "";
  background: url(../images/background/framework-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 345px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.framework-section .title h2 {
  color: rgba(var(--white), 1);
}
.framework-section .title p {
  color: rgba(var(--white), 0.8);
  width: 35%;
}
@media (max-width: 992px) {
  .framework-section .title p {
    width: 100%;
  }
}
.framework-section .framework-box {
  text-align: center;
  border-radius: 10px;
  background: rgba(var(--white), 1);
  -webkit-box-shadow: -5px -5px 40px 0px rgba(46, 35, 94, 0.06);
          box-shadow: -5px -5px 40px 0px rgba(46, 35, 94, 0.06);
  padding: calc(15px + 17 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.framework-section .framework-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: all 3ms ease;
          animation: all 3ms ease;
}
.framework-section .framework-box .framework-content {
  border-radius: 8px;
  background: rgba(var(--content-color), 0.03);
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  text-align: center;
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
}
.framework-section .framework-box .framework-content p {
  color: rgba(var(--content-color), 0.5);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.4;
}

.technologies-section .technologies-content h6 {
  color: rgba(var(--theme-color), 1);
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-left: 3px solid rgba(var(--theme-color), 1);
  padding: calc(8px + 2 * (100vw - 320px) / 1600) 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.13%, rgba(var(--theme-color), 0.1)), color-stop(116.33%, rgba(var(--theme-color), 0)));
  background: linear-gradient(90deg, rgba(var(--theme-color), 0.1) 3.13%, rgba(var(--theme-color), 0) 116.33%);
  display: inline-block;
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.technologies-section .technologies-content .technologies-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.technologies-section .technologies-content .technologies-list li + li {
  padding-top: calc(10px + 6 * (100vw - 320px) / 1600);
}
.technologies-section .technologies-content .technologies-list li img {
  width: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 6px;
}
.technologies-section .technologies-content .technologies-list li h5 {
  width: calc(100% - (15px + 5 * (100vw - 320px) / 1600) - 10px);
  color: rgba(var(--content-color), 0.5);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.technologies-section .technologies-image {
  position: relative;
}
@media (max-width: 992px) {
  .technologies-section .technologies-image {
    margin-bottom: 15px;
  }
}
.technologies-section .technologies-image .code-img {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: -1;
}
@media (max-width: 1536px) {
  .technologies-section .technologies-image .code-img {
    width: 60%;
  }
}

.header-variation-section {
  background: rgba(var(--content-color), 0.03);
}
.header-variation-section .header-main-box .header-img {
  margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
  position: relative;
  text-align: right;
}
.header-variation-section .header-main-box .header-img img {
  width: calc(100% - (10px + 15 * (100vw - 320px) / 1600));
  -webkit-box-shadow: -5px 0 0 0 rgba(46, 35, 94, 0.06);
          box-shadow: -5px 0 0 0 rgba(46, 35, 94, 0.06);
  border-radius: 8px;
  margin-block: calc(12px + 3 * (100vw - 320px) / 1600);
}
.header-variation-section .header-main-box .header-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-top: 2px dashed rgba(var(--theme-color), 1);
  display: block;
  top: 2px;
  left: 0;
}
@media (max-width: 400px) {
  .header-variation-section .header-main-box .header-img::before {
    border-width: 1px;
  }
}
.header-variation-section .header-main-box .header-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(var(--theme-color), 1);
  padding-inline: calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 7px;
  z-index: -1;
  -webkit-box-shadow: -4.14079px 0px 3.31263px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: -4.14079px 0px 3.31263px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-filter: drop-shadow(3.3126292229px 0px 3.3126292229px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3.3126292229px 0px 3.3126292229px rgba(0, 0, 0, 0.16));
}
.header-variation-section .header-main-box .header-img:nth-child(even) {
  text-align: left;
}
.header-variation-section .header-main-box .header-img:nth-child(even) img {
  -webkit-box-shadow: 5px 0 0 0 rgba(46, 35, 94, 0.06);
          box-shadow: 5px 0 0 0 rgba(46, 35, 94, 0.06);
}
.header-variation-section .header-main-box .header-img:nth-child(even)::after {
  right: 0;
  left: unset;
  -webkit-box-shadow: 4.14079px 0px 3.31263px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 4.14079px 0px 3.31263px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-filter: drop-shadow(3.3126292229px 0px 3.3126292229px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3.3126292229px 0px 3.3126292229px rgba(0, 0, 0, 0.16));
}
.header-variation-section .header-main-box .header-img:first-child {
  margin-top: 0;
}
.header-variation-section .header-main-box .header-img:nth-child(2)::before {
  border-color: #437592;
}
.header-variation-section .header-main-box .header-img:nth-child(2)::after {
  background: #437592;
}
.header-variation-section .header-main-box .header-img:nth-child(3)::before {
  border-color: #2c9897;
}
.header-variation-section .header-main-box .header-img:nth-child(3)::after {
  background: #2c9897;
}

@media (max-width: 992px) and (min-width: 576px) {
  .contact-landing-section .contact-img {
    display: none;
  }
}
@media (max-width: 576px) {
  .contact-landing-section .contact-content {
    margin-top: 20px;
  }
}
.contact-landing-section .contact-content .title {
  text-align: left;
}
.contact-landing-section .contact-content .title p {
  width: 100%;
}
.contact-landing-section .contact-content .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-landing-section .contact-content .contact-list li + li {
  margin-top: 20px;
}
.contact-landing-section .contact-content .contact-list li .contact-icon {
  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;
  width: calc(50px + 28 * (100vw - 320px) / 1600);
  height: calc(50px + 28 * (100vw - 320px) / 1600);
  background: rgba(var(--theme-color), 1);
  border-radius: 6px;
  margin-right: calc(-25px + -14 * (100vw - 320px) / 1600);
  position: relative;
}
.contact-landing-section .contact-content .contact-list li .contact-icon i {
  color: rgba(var(--white), 1);
  font-size: calc(20px + 14 * (100vw - 320px) / 1600);
}
.contact-landing-section .contact-content .contact-list li .contact-info {
  background: rgba(var(--light-bg), 1);
  border-radius: 8px;
  width: calc(100% - (25px + 14 * (100vw - 320px) / 1600) + 15px + 10 * (100vw - 320px) / 1600);
  padding-block: calc(18px + 10 * (100vw - 320px) / 1380);
  padding-left: calc(15px + 10 * (100vw - 320px) / 1600 + 25px + 14 * (100vw - 320px) / 1600);
}
.contact-landing-section .contact-content .contact-list li .contact-info h4 {
  color: rgba(var(--content-color), 1);
  font-weight: 500;
}
.contact-landing-section .contact-content .contact-list li .contact-info h4::after {
  content: "";
  position: relative;
  display: block;
  width: 23px;
  height: 2px;
  background: rgba(var(--theme-color), 1);
  margin-block: calc(2px + 4 * (100vw - 320px) / 1600) calc(5px + 5 * (100vw - 320px) / 1600);
}
.contact-landing-section .contact-content .contact-list li .contact-info span {
  color: rgba(var(--content-color), 0.5);
  font-weight: 400;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}

.footer-section {
  position: relative;
  background-image: url(../images/background/achievement-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-section .footer-box {
  text-align: center;
}
.footer-section .footer-box .footer-img .img {
  width: calc(120px + 160 * (100vw - 320px) / 1600);
}
.footer-section .footer-box .footer-details {
  margin-top: calc(10px + 30 * (100vw - 320px) / 1600);
  border-right: 1px solid rgba(var(--white), 0.1);
}
@media (max-width: 768px) {
  .footer-section .footer-box .footer-details {
    border-right: none;
  }
}
.footer-section .footer-box .footer-details h3 {
  font-weight: 400;
  color: rgba(var(--white), 0.8);
}
.footer-section .footer-box .footer-details h2 {
  font-weight: 700;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  color: rgba(var(--white), 1);
}
.footer-section .rate-box {
  text-align: center;
  margin-top: calc(30px + 100 * (100vw - 320px) / 1600);
  position: relative;
}
.footer-section .rate-box .rating-img img {
  height: calc(140px + 105 * (100vw - 320px) / 1600);
  width: auto;
}
.footer-section .rate-box .rating-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .footer-section .rate-box .rating-content {
    width: 100%;
    padding-inline: calc(30px + 20 * (100vw - 320px) / 1600);
  }
}
.footer-section .rate-box .rating-content h2 {
  color: rgba(var(--theme-color), 1);
}
.footer-section .rate-box .rating-content p {
  color: rgba(var(--white), 1);
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  padding-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 400px) {
  .footer-section .rate-box .rating-content p span {
    display: none;
  }
}
.footer-section .rate-box .rating-content p span i {
  font-size: 15px;
  color: rgba(var(--rating-color), 1);
}
.footer-section .rate-box .rating-content .discover-btn {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.footer-section .star {
  position: absolute;
  left: 60px;
  bottom: 150px;
  -webkit-animation: star 6s ease-out infinite;
          animation: star 6s ease-out infinite;
}
@media (max-width: 1550px) {
  .footer-section .star {
    left: 100px;
  }
}
@media (max-width: 1400px) {
  .footer-section .star {
    left: 50px;
  }
}
@media (max-width: 1200px) {
  .footer-section .star {
    display: none;
  }
}
.footer-section .fire1 {
  position: absolute;
  top: 60px;
  right: 100px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: front 4s cubic-bezier(0.73, 0.32, 0.03, 1.05) infinite alternate;
          animation: front 4s cubic-bezier(0.73, 0.32, 0.03, 1.05) infinite alternate;
}
@media (max-width: 1200px) {
  .footer-section .fire1 {
    display: none;
  }
}
.footer-section .fire2 {
  position: absolute;
  top: 60px;
  right: 100px;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: back 4s cubic-bezier(0.73, 0.32, 0.03, 1.05) infinite alternate;
          animation: back 4s cubic-bezier(0.73, 0.32, 0.03, 1.05) infinite alternate;
}
@media (max-width: 1200px) {
  .footer-section .fire2 {
    display: none;
  }
}
.footer-section .copyright-box {
  border-top: 1px solid rgba(var(--white), 0.1);
  padding-block: calc(10px + 10 * (100vw - 320px) / 1600);
}
.footer-section .copyright-box p {
  color: rgba(var(--white), 1);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  text-align: center;
  line-height: normal;
}

.variation-section .pagination-slider {
  padding-bottom: 6px;
}
.variation-section .pagination-slider .swiper-pagination {
  position: relative;
  inset: unset;
  padding-top: calc(20px + 30 * (100vw - 320px) / 1600);
}
.variation-section .pagination-slider .swiper-pagination .swiper-pagination-bullet {
  width: calc(8px + 3 * (100vw - 320px) / 1600);
  height: calc(8px + 3 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background: rgba(var(--content-color), 0.1);
  opacity: 1;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-right: calc(14px + 11 * (100vw - 320px) / 1600);
  margin-left: 0;
}
.variation-section .pagination-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.variation-section .pagination-slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: calc(22px + 11 * (100vw - 320px) / 1600);
  height: calc(22px + 11 * (100vw - 320px) / 1600);
  border: 1px dashed rgba(var(--theme-color), 1);
  border-radius: 100%;
  position: absolute;
  top: calc(-7px + -4 * (100vw - 320px) / 1600);
  left: calc(-7px + -4 * (100vw - 320px) / 1600);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.variation-section .pagination-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--theme-color), 1);
}
.variation-section .pagination-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.blur-up {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  -webkit-filter: blur(0);
          filter: blur(0);
}
/*# sourceMappingURL=landing-page.css.map */