/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

	Template Name: Sasse - Software, SaaS & Startup HTML5 Template
	Author: Alif Theme
	Developer: Alif Theme
	Support: themealif@gmial.com
	Description: Sasse - Software, SaaS & Startup HTML5 Template
	Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 spacing
		1.2 theme
		1.3 typography

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 variables

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 Animations
		2.2 Back to top
		2.3 badge
		2.4 Brand
		2.5 Breadcrumb
		2.6 Buttons
		2.7 Carousel
		2.8 Color
		2.9 Common
		2.10 Fun Fact
		2.11 Integration
		2.12 Offcanvas
		2.13 Pagination
		2.14 Preloader
		2.15 Section-title
		2.16 Short codes
		2.17 Social
		2.18 Video

	-----------------
    03. layout
	-----------------
		-----------------
		3.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4

		-----------------
		3.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar
			3.2.6 index

		-----------------
		3.3 ecommerce SCSS
		-----------------
			3.3.1 cart
			3.3.2 Checkout
			3.3.3 order
			3.3.4 shop

		-----------------
		3.4 footer SCSS
		-----------------
			3.4.1 copyrights
			3.4.2 footer

		-----------------
		3.5 header SCSS
		-----------------
			3.5.1 header-common
			3.5.2 header-dark

		-----------------
		3.6 menu SCSS
		-----------------
			3.6.1 mean
			3.6.2 mobile-menu

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 components
		4.3 contact
		4.4 cta
		4.5 faq
		4.6 features
		4.7 pricing-plan
		4.8 process
		4.9 services
		4.10 team
		4.11 testimonial
		4.12 tools

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.ap-offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --font-body: "Roboto", sans-serif;
  --font-title: "Oswald", sans-serif;
  --font-p: "Roboto", sans-serif;
  --font-icomoon: "icomoon";
  /** @color declaration */
  --color-white: #FFFFFF;
  --color-theme-white: #F9F9F9;
  --color-black: #000000;
  --color-theme-black: #222222;
  --color-black-light: #363636;
  --color-placeholder: #5E5E5E;
  --color-body: #FFFFFF;
  --color-primary: #8A27D1;
  --color-secondary: #AF62E7;
  --color-danger: #dc3545;
  --color-body-text: #5E5E5E;
  --color-body-text-2: #B9B6BB;
  --color-gray: #FAFAFA;
  --color-label: #0A0A0A;
  --color-rating: #FFC107;
  --color-text-muted: #6c757d;
  --color-bg-primary: #772EED;
  --color-bg-secondary: #EDF3F5;
  --color-dark-bg: #010101;
  --color-bg-3: #DDCBFB;
  --color-bg-4: #FBF3EC;
  --color-bg-5: #F7F5FB;
  --color-bg-6: #EEDDFA;
  --color-bg-7: #141414;
  --color-bg-8: #F1E4FB;
  --color-bg-9: #0D0214;
  --color-border-primary: #D9D9D9;
  --color-border-secondary: #F1F1F1;
  --color-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
  /** @font weight declaration */
  --fw-normal: normal;
  --fw-thin: 100;
  --fw-elight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-ebold: 800;
  --fw-black: 900;
  /** @font size declaration */
  --fs-body: 18px;
  --fs-p: 18px;
  --fs-h1: 60px;
  --fs-h2: 52px;
  --fs-h3: 36px;
  --fs-h4: 28px;
  --fs-h5: 22px;
  --fs-h6: 20px;
  --fs-b1: 14px;
  --fs-b2: 16px;
  --fs-b3: 18px;
  --fs-b4: 22px;
  /** @transition value declaration */
  --transition: all .3s ease-in-out;
  --transition-5: all .5s ease-in-out;
}

:root[dir=rtl] {
  --font-body: "Cairo", sans-serif;
  --font-title: "Reem Kufi", sans-serif;
  --font-p: "Cairo", sans-serif;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}

.container {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .container-1640 {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
label .required {
  color: var(--color-danger);
}

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

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-attach-fix {
  background-attachment: fixed;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--color-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--color-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--color-theme-white);
}
.mfp-close::after {
  position: absolute;
  content: "\e943";
  height: 100%;
  width: 100%;
  font-family: var(--font-icomoon);
  font-size: 31px;
  font-weight: 200;
  inset-inline-end: -20px;
  margin-top: -25px;
  cursor: pointer;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    inset-inline-end: 15px;
    margin-top: -30px;
  }
}

/* Bootstrap Table */
table {
  margin-bottom: 0 !important;
}

.table > thead {
  vertical-align: middle;
}

.table > tbody {
  vertical-align: middle;
}

.table > :not(caption) > * > * {
  padding: 10px 10px;
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  color: var(--color-body-text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--color-body);
}

.ap-dark-home {
  background-color: var(--color-dark-bg);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
  color: var(--color-theme-black);
  margin-top: 0px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: var(--fw-medium);
  word-break: break-word;
  font-family: var(--font-title);
}

h1,
.h1 {
  font-size: var(--fs-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}

h2,
.h2 {
  font-size: var(--fs-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: var(--fs-h3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: var(--fs-h4);
}

h5,
.h5 {
  font-size: var(--fs-h5);
}

h6,
.h6 {
  font-size: var(--fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--fs-p);
  font-family: var(--font-p);
  font-weight: var(--fw-normal);
  color: var(--color-body-text);
  margin-bottom: 25px;
  line-height: 1.6;
}
p.b1 {
  font-size: var(--fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--fs-b2);
}
p.b3 {
  font-size: var(--fs-b3);
}
p.b4 {
  font-size: var(--fs-b4);
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--fs-b1);
}

.b2 {
  font-size: var(--fs-b2);
}

.b3 {
  font-size: var(--fs-b3);
}

.b4 {
  font-size: var(--fs-b4);
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--color-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
input[type=file],
input[type=url],
select,
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--color-border-primary);
  color: var(--color-theme-black);
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=file]::file-selector-button {
  font: var(--font-body);
  -webkit-appearance: button;
  margin-inline-start: -17px;
  width: 115px;
  height: 50px;
  border: none;
  border-radius: 6px 0 0 6px;
  color: var(--color-theme-black);
  cursor: pointer;
  padding: 0 30px 0 25px;
  font-size: 16px;
  font-weight: var(--fw-medium);
}

textarea {
  padding: 20px 25px;
  min-height: 250px;
}
textarea:focus {
  border-color: var(--color-primary);
}

*::-moz-selection {
  background: var(--color-secondary);
  color: var(--color-theme-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-primary);
  color: var(--color-theme-white);
  text-shadow: none;
}

::selection {
  background: var(--color-primary);
  color: var(--color-theme-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--color-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-body);
  color: var(--color-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 115px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.section-space-top {
  padding-top: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 65px;
  }
}

.section-space-bottom {
  padding-bottom: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 65px;
  }
}

.section-space-medium {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-medium-top {
  padding-top: 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-medium-top {
    padding-top: 50px;
  }
}

.section-space-medium-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-medium-bottom {
    padding-bottom: 50px;
  }
}

.section-space-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small-top {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small-top {
    padding-top: 50px;
  }
}

.section-space-small-bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-small-bottom {
    padding-bottom: 50px;
  }
}

.section-space-large {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-space-top-large {
  padding-top: 150px;
}

.section-space-bottom-large {
  padding-bottom: 150px;
}

.section-title-space {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .section-title-space {
    margin-bottom: 40px;
  }
}

.section-space-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-margin {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

.section-space-margin-bottom {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-margin-bottom {
    margin-bottom: 65px;
  }
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
@keyframes marquee_rtl {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-30%);
  }
}
@keyframes marquee_rev_rtl {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
.pulse-primary {
  animation: pulse-primary 2s infinite;
}

@-webkit-keyframes pulse-primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(138, 39, 209, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-primary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(138, 39, 209, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
  }
}
@keyframes pulse-secondary {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
  }
}
@keyframes white-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-danger {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 45px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* image-radius-anim */
@keyframes image-radius-anim {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
/* KidsBounce */
@keyframes KidsBounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-25px);
  }
}
/* KidsBounceTwo */
@keyframes KidsBounceTwo {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-35px);
  }
}
/* Animate Play */
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(1.01);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes scaleZeroOne {
  0% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes animation-upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: var(--color-secondary);
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@-webkit-keyframes aptranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-moz-keyframes aptranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-ms-keyframes aptranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes aptranslate {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@-webkit-keyframes apswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes apswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes apswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes apswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes shape-rote {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes scaleUp {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  0% {
    margin-inline-start: 0;
  }
  100% {
    margin-inline-start: -1600px;
  }
}
/* img-animation */
.ap-img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.ap-img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.ap-img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
/*----------------------------------------*/
/*  2.6 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  inset-inline-end: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--color-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--font-icomoon);
  content: "\e917";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-theme-white);
  inset-inline-start: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.10 Buttons
/*----------------------------------------*/
.ap-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-body);
  color: var(--color-theme-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px 11px;
  line-height: 1.5;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  user-select: none;
  -moz-user-select: none;
  vertical-align: middle;
  text-transform: capitalize;
  touch-action: manipulation;
}
.ap-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  z-index: -1;
}
.ap-btn:hover::before {
  top: -40%;
}
.ap-btn.btn-very-small {
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
}
.ap-btn.btn-small {
  padding: 0 26px;
  height: 40px;
}
.ap-btn.btn-medium {
  padding: 0 30px;
  height: 56px;
}
.ap-btn.btn-large {
  padding: 0 34px;
  height: 60px;
  font-size: 20px;
}
.ap-btn.btn-extra-large {
  padding: 0 46px;
  height: 76px;
  font-size: 24px;
}

.btn-primary {
  background-color: var(--color-primary);
}
.btn-primary::before {
  background-color: var(--color-theme-black);
}
.btn-primary:hover {
  color: var(--color-theme-white);
}

.btn-secondary {
  background-color: var(--color-secondary);
}
.btn-secondary::before {
  background-color: var(--color-primary);
}
.btn-secondary:hover {
  color: var(--color-theme-white);
}

.btn-white {
  background-color: var(--color-theme-white);
  color: var(--color-primary);
}
.btn-white::before {
  background-color: var(--color-primary);
}
.btn-white:hover {
  color: var(--color-theme-white);
}

.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}
.btn-outline-primary:hover {
  color: var(--color-theme-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.btn-outline-primary.active {
  color: var(--color-theme-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.btn-outline-secondary {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
}
.btn-outline-secondary:hover {
  color: var(--color-theme-white);
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.btn-outline-white {
  border: 1px solid var(--color-theme-white);
  color: var(--color-theme-white);
}
.btn-outline-white:hover {
  color: var(--color-primary);
  border-color: var(--color-theme-white);
  background-color: var(--color-theme-white);
}
.btn-outline-white.active {
  color: var(--color-theme-black);
  border-color: var(--color-theme-white);
  background-color: var(--color-theme-white);
}

.btn-outline-light {
  border: 1px solid var(--color-border-primary);
  color: rgba(54, 54, 54, 0.9);
}
.btn-outline-light:hover {
  color: var(--color-primary);
  border-color: var(--color-theme-white);
  background-color: var(--color-theme-white);
}
.btn-outline-light.active {
  color: var(--color-theme-black);
  border-color: var(--color-theme-white);
  background-color: var(--color-theme-white);
}

.btn-outline-border-primary {
  background-color: var(--color-primary);
  color: var(--color-theme-white);
  border: 1px solid var(--color-primary);
}
.btn-outline-border-primary:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}
.btn-outline-border-secondary {
  background-color: var(--color-secondary);
  color: var(--color-theme-white);
  border: 1px solid var(--color-secondary);
}
.btn-outline-border-secondary:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: transparent;
}
.btn-outline-border-secondary.h-white:hover {
  color: var(--color-theme-white);
  border-color: var(--color-theme-white);
  background-color: transparent;
}

.btn-gradient-primary {
  background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-primary));
  background-size: 200% auto;
}
.btn-gradient-primary:hover {
  color: var(--color-theme-white);
  background-position: right center;
}

.ap-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: var(--color-primary);
  background-color: var(--color-white);
  transition: all 0.3s ease-in-out;
}
.ap-play-btn:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.ap-play-btn.primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.ap-play-btn.primary:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}
.ap-play-btn.secondary {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.ap-play-btn.secondary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.ap-text-icon-btn {
  display: inline-block;
  line-height: 1;
}
.ap-text-icon-btn a {
  font-weight: var(--fw-semibold);
  font-size: 16px;
  color: var(--color-theme-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  overflow: hidden;
}
.ap-text-icon-btn a span {
  margin-inline-start: -80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: var(--font-body);
}
.ap-text-icon-btn a i {
  color: var(--color-theme-black);
}
[dir=rtl] .ap-text-icon-btn a i svg {
  transform: rotate(-180deg);
}

.ap-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 4px;
  padding: 0 10px;
  min-width: 135px;
  height: 50px;
  transition: all 0.3s;
}
.ap-app-btn:hover {
  background-color: transparent;
}
.ap-app-btn:hover .ap-app-name {
  color: var(--color-white);
}
.ap-app-btn:hover .ap-app-slogan {
  color: var(--color-white);
}
.ap-app-btn:hover .ap-app-icon svg path {
  fill: var(--color-white);
}
.ap-app-icon svg {
  width: 22px;
  height: 22px;
}
.ap-app-icon svg path {
  transition: all 0.3s ease-in-out;
}
.ap-app-name {
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--color-theme-black);
  text-transform: capitalize;
  line-height: 1;
}
.ap-app-slogan {
  font-size: 10px;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  color: var(--color-theme-black);
  line-height: 1;
  margin-bottom: 3px;
}

.ap-text-btn {
  color: var(--color-theme-black);
  font-weight: var(--fw-semibold);
  font-size: 18px;
  gap: 8px;
  padding: 0;
  height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ap-text-btn .box-icon {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  margin-top: 1px;
}
.ap-text-btn .box-icon:hover .first-icon {
  transform: translateX(150%);
}
.ap-text-btn .box-icon:hover.second-icon {
  transform: translateX(0%);
}
.ap-text-btn .second-icon {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.ap-text-btn .first-icon {
  transition: all 0.3s ease-out 0s;
}
.ap-text-btn:hover {
  color: var(--color-primary);
}
.ap-text-btn:hover .first-icon {
  transform: translateX(150%);
}
.ap-text-btn:hover .second-icon {
  transform: translateX(0%);
}

/*----------------------------------------*/
/*  2.12 Color Short Code
/*----------------------------------------*/
.white-text {
  color: var(--color-white);
}

.text-black {
  color: var(--color-theme-black);
}

.text-primary {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

.body-text-2 {
  color: var(--color-body-text-2);
}

/* background-color */
.theme-bg {
  background-color: var(--color-primary);
}

.primary-bg {
  background-color: var(--color-bg-primary);
}

.theme-bg-3 {
  background-color: var(--color-bg-3);
}

.theme-bg-4 {
  background-color: var(--color-bg-4);
}

.theme-bg-5 {
  background-color: var(--color-bg-5);
}

.theme-bg-6 {
  background-color: var(--color-bg-6);
}

.theme-bg-7 {
  background-color: var(--color-bg-7);
}

.theme-bg-8 {
  background-color: var(--color-bg-8);
}

.theme-bg-9 {
  background-color: var(--color-bg-9);
}

.dark-bg {
  background-color: var(--color-dark-bg);
}

.theme-bg-secondary {
  background-color: var(--color-bg-secondary);
}

.full-black-bg {
  background-color: var(--color-theme-black);
}

.theme-black {
  background-color: var(--color-theme-black);
}

.secondary-bg {
  background-color: var(--color-secondary);
}

.white-bg {
  background-color: var(--color-theme-white);
}

.gradient-bg {
  background: linear-gradient(92.77deg, rgba(7, 161, 105, 0.15) 1.33%, rgba(251, 140, 0, 0.15) 129.72%) !important;
}

/*----------------------------------------*/
/*  2.17 Offcanvas
/*----------------------------------------*/
.ap-offcanvas-area {
  background: var(--color-bg-5) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--color-border-primary);
}
.ap-offcanvas-area::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .ap-offcanvas-area {
    width: 400px;
  }
}
@media (max-width:450px) {
  .ap-offcanvas-area {
    width: 340px;
  }
}
.ap-offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ap-offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .ap-offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .ap-offcanvas-logo a img {
    width: 140px;
  }
}
.ap-offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .ap-offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.ap-offcanvas-content {
  padding-bottom: 45px;
}
.ap-offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border-primary);
}
.ap-offcanvas-title-meta {
  color: var(--color-theme-black);
  margin-bottom: 17px;
}
.ap-offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.ap-offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.ap-offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.ap-offcanvas-btn {
  display: none;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .ap-offcanvas-btn {
    display: block;
  }
}

.ap-sidebar-toggle-icon {
  cursor: pointer;
}

/* Close icon  */
.ap-offcanvas-close-icon {
  line-height: 1;
  color: var(--color-secondary);
  cursor: pointer;
  font-size: 26px;
  transition: var(--transition);
}
.ap-offcanvas-close-icon:hover {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  2.15 Preloader CSS
/*----------------------------------------*/
#loading {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  background: var(--color-white);
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[dir=rtl] #loading-center-absolute {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.ap-preloader-logo {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  margin: auto;
}
.ap-preloader-logo img {
  vertical-align: middle;
}
.ap-preloader-circle {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
}
.ap-preloader-circle svg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ap-rotate 5s linear infinite;
  -moz-animation: ap-rotate 5s linear infinite;
  -ms-animation: ap-rotate 5s linear infinite;
  -o-animation: ap-rotate 5s linear infinite;
  animation: ap-rotate 5s linear infinite;
}
.ap-preloader-circle svg circle:last-child {
  stroke: var(--color-primary);
  stroke-dashoffset: 0;
  stroke-dasharray: 1128, 3150;
  -webkit-animation: ap-loading 4s linear infinite;
  -moz-animation: ap-loading 4s linear infinite;
  -ms-animation: ap-loading 4s linear infinite;
  -o-animation: ap-loading 4s linear infinite;
  animation: ap-loading 4s linear infinite;
  transform-origin: center center;
}
@-webkit-keyframes ap-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-moz-keyframes ap-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-ms-keyframes ap-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@keyframes ap-loading {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 3150;
  }
  100% {
    stroke-dashoffset: -1131;
    stroke-dasharray: 1128, 3138;
  }
}
@-webkit-keyframes ap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes ap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ap-preloader-content {
  text-align: center;
}
.ap-preloader-subtitle {
  color: var(--color-black-light);
  margin-top: 20px;
}

/*----------------------------------------*/
/*  2.15 Preloader CSS End
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.22 Section Title  
/*----------------------------------------*/
.ap-section-subtitle {
  color: var(--color-primary);
  margin-bottom: 5px;
  font-size: 16px;
}
.ap-section-subtitle.line {
  padding-inline-start: 30px;
  position: relative;
  display: inline-block;
}
.ap-section-subtitle.line::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: var(--color-primary);
}

.ap-section-title {
  text-transform: capitalize;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.5 Header Common Style 
/*----------------------------------------*/
.ap-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-header-right {
    gap: 0 15px;
  }
}
.ap-header-primary {
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}
.ap-header-bg {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  backdrop-filter: blur(6px);
}
.ap-header-bg .ap-main-menu li a {
  color: var(--color-theme-white);
}
.ap-header-bg .ap-main-menu li a.active {
  color: var(--color-theme-white);
}
.ap-header-bg .ap-main-menu > ul > li:hover > a {
  color: var(--color-white);
}
.ap-header-bg .ap-header-btn .ap-header-link {
  color: var(--color-theme-white);
}
.ap-header-bg .ap-sidebar-toggle-icon span {
  background: var(--color-theme-white);
}
.ap-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  padding: 0 210px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-header-inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-inner {
    padding: 0 15px;
  }
}
.ap-header-btn {
  display: flex;
  align-items: center;
  gap: 0 38px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-btn {
    display: none;
  }
}
.ap-header-btn .ap-header-link {
  font-size: 18px;
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
  gap: 0 6px;
  color: rgba(54, 54, 54, 0.9);
}
.ap-header-btn .ap-btn {
  height: 52px;
}
.ap-header-transparent {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
}
.ap-header-sticky {
  position: fixed !important;
  inset-inline-end: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  transition: 0.9s;
  background-color: var(--color-theme-white);
}
.ap-header-sticky.ap-header-bg {
  background-color: var(--color-bg-primary);
}
.ap-header-sticky.ap-header-bg .ap-main-menu li a.active {
  color: var(--color-white);
}
.ap-header-sticky.ap-header-bg .ap-main-menu > ul > li:hover > a {
  color: var(--color-white);
}
.ap-header-sticky .ap-main-menu li a.active {
  color: var(--color-primary);
}
.ap-header-logo {
  padding: 17px 0px 18px 0;
  line-height: 1;
}
.ap-header-logo img {
  max-width: 160px;
}
.ap-header-hamburger {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-header-hamburger {
    display: block;
  }
}

/* Header Bar icon */
.ap-sidebar-toggle-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.ap-sidebar-toggle-icon span {
  width: 30px;
  height: 2px;
  background: var(--color-theme-black);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-inline-end: auto;
  margin-inline-end: 0;
}
.ap-sidebar-toggle-icon span:nth-child(1) {
  width: 15px;
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon span:nth-child(2) {
  width: 30px;
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon span:nth-child(3) {
  width: 20px;
  transition: all 0.3s linear;
}
.ap-sidebar-toggle-icon:hover span:nth-child(1) {
  width: 30px;
}
.ap-sidebar-toggle-icon:hover span:nth-child(2) {
  width: 30px;
}
.ap-sidebar-toggle-icon:hover span:nth-child(3) {
  width: 30px;
}

/* header animation */
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
/* Menu index */
/*----------------------------------------*/
/*  3.6.1 Main menu css
/*----------------------------------------*/
.ap-main-menu > ul {
  display: inline-flex;
  gap: 0 48px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-main-menu > ul {
    gap: 0 30px;
  }
}
.ap-main-menu > ul > li:hover > a {
  color: var(--color-primary);
}
.ap-main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
}
.ap-main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    inset-inline-end: 100%;
    inset-inline-start: auto;
  }
}
.ap-main-menu > ul > .menu-item-has-children > a::after,
.ap-main-menu > ul > .has-mega-menu > a::after {
  content: "\e902";
  font-family: var(--font-icomoon);
  margin-inline-start: 5px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s 0s ease-out;
}
.ap-main-menu > ul > .menu-item-has-children > a:hover::after,
.ap-main-menu > ul > .has-mega-menu > a:hover::after {
  transform: rotate(180deg);
}
.ap-main-menu li {
  position: relative;
  list-style: none;
}
.ap-main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-theme-black);
  padding: 28px 0px;
  display: inline-block;
  font-family: var(--font-body);
  position: relative;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.ap-main-menu li a.active {
  color: var(--color-primary);
}
.ap-main-menu li .has-submenu > a::before {
  content: "\e902";
  font-family: var(--font-icomoon);
  font-weight: 600;
  position: absolute;
  inset-inline-end: 32px;
  transition: all 0.3s ease-in-out;
}
.ap-main-menu li .has-submenu:hover a::before {
  transform: rotate(-90deg);
}
.ap-main-menu .submenu {
  background-color: var(--color-theme-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  border-radius: 0 0 4px 4px;
  top: 100px;
}
.ap-main-menu .submenu ul {
  background-color: var(--color-theme-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
  border-radius: 0 4px 4px 4px;
}
.ap-main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-inline-start: 20px;
  padding-inline-end: 0;
}
.ap-main-menu .submenu li:hover > a {
  color: var(--color-primary);
}
.ap-main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.ap-main-menu .submenu li a {
  font-size: 16px;
  color: var(--color-theme-black);
  padding: 8px 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
[dir=rtl] .ap-main-menu .submenu li a {
  text-align: right;
}
.ap-main-menu .submenu li a.active {
  color: var(--color-primary);
}
.ap-main-menu .has-mega-menu {
  position: static;
  transition: all 0.5s ease-in-out;
}
.ap-main-menu .mega-menu {
  background-color: var(--color-theme-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 100px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
[dir=rtl] .ap-main-menu .mega-menu {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-main-menu .mega-menu {
    width: 100%;
    column-gap: 30px;
  }
}
.ap-main-menu .mega-menu.mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
}
.ap-main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.ap-main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-theme-black);
  padding: 5px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
.ap-main-menu .mega-menu li a:hover {
  color: var(--color-primary);
}
.ap-main-menu .mega-menu li a.active {
  color: var(--color-primary);
}
.ap-main-menu .mega-menu .title {
  font-weight: 500;
  color: var(--color-theme-black);
  border-bottom: 1px solid var(--color-border-primary);
  padding-bottom: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  border-radius: 0;
  display: block;
}
.ap-main-menu .mega-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
.ap-main-menu .mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
.ap-main-menu .ap-home-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  padding-bottom: 25px;
}

.ap-main-menu li .has-arrow > a::before {
  content: "\e902";
  font-family: var(--font-icomoon);
  font-weight: 600;
  position: absolute;
  right: 32px;
  transition: all 0.3s ease-in-out;
}
.ap-main-menu li .has-arrow:hover a::before {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu {
    inset-inline-end: 10px;
    inset-inline-start: auto;
  }
  .last-children.submenu ul {
    inset-inline-end: calc(100% + 10px);
    inset-inline-start: auto;
  }
  .last-children .has-submenu:hover a::after {
    transform: rotate(90deg) !important;
  }
}

.ap-home-menu-item {
  position: relative;
  line-height: 1;
  padding: 0 0 !important;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-home-menu-item {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.ap-home-menu-item:hover .ap-home-menu-thumb::before {
  opacity: 0.8;
}
.ap-home-menu-item:hover .ap-home-menu-button-wrapper {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.ap-home-menu-thumb {
  position: relative;
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  margin-bottom: 15px;
}
.ap-home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--color-bg-7);
  opacity: 0;
  transition: all 0.3s linear;
  inset-inline-start: 0;
  bottom: 0;
  border-radius: 6px;
}
.ap-home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}
.ap-home-menu-title {
  line-height: 1;
  color: var(--color-theme-black);
  font-size: 18px;
  font-family: var(--font-body);
  font-weight: var(--fw-medium);
}
.ap-home-menu-button-wrapper {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}

.ap-main-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn,
.ap-offcanvas-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn {
  font-size: 18px;
  font-weight: var(--fw-medium);
  font-family: var(--font-body);
  color: var(--color-theme-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px 11px;
  line-height: 1.5;
  transition: all 0.3s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
  background-color: var(--color-primary);
}
.ap-main-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn:hover,
.ap-offcanvas-menu ul li .ap-home-menu-grid .ap-home-menu-item .ap-home-menu-button-wrapper .ap-home-menu-btn:hover {
  color: var(--color-theme-white);
  background-color: var(--color-secondary);
}

/* primary title */
.ap-main-menu ul > li:hover > ul > li:hover > .title {
  color: var(--color-primary);
}

/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.ap-mobile-menu-smaller {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-mobile-menu-smaller {
    display: block;
  }
}

.ap-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.ap-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--color-theme-black);
  padding: 5px 0;
  padding-inline-end: 30px;
}
.ap-offcanvas-menu ul li > a.active {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li > a:hover {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li.active > a {
  color: var(--color-primary);
}
.ap-offcanvas-menu ul li.active > .ap-menu-close {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-theme-white);
}
.ap-offcanvas-menu ul li.active > .ap-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ap-offcanvas-menu ul li .submenu,
.ap-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}
.ap-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.ap-offcanvas-menu ul li .homemenu-title {
  color: var(--color-theme-white);
}

.ap-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  top: 10px;
  font-size: 14px;
  color: #7F8387;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7F8387;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.ap-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  4.1 Landing css
/*----------------------------------------*/
section {
  position: relative;
  z-index: 5;
}

.ap-landing-banner-area {
  position: relative;
  z-index: 5;
}
.ap-landing-banner-content {
  text-align: center;
  padding-top: 360px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ap-landing-banner-content {
    padding-top: 280px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-landing-banner-content {
    padding-top: 250px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-landing-banner-content {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .ap-landing-banner-content {
    padding-top: 230px;
    padding-bottom: 160px;
  }
}
.ap-landing-banner-subtitle {
  color: var(--color-theme-white);
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: var(--font-body);
  font-weight: var(--fw-regular);
}
.ap-landing-banner-title {
  font-size: 60px;
  font-weight: var(--fw-medium);
  text-transform: capitalize;
  color: var(--color-white);
  font-family: var(--font-title);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-landing-banner-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .ap-landing-banner-title {
    font-size: 42px;
  }
}
.ap-landing-banner-intro {
  color: var(--color-theme-white);
  width: 80%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 25px;
}
.ap-landing-banner-circle {
  width: 720px;
  height: 720px;
  border-radius: 100%;
  background: linear-gradient(150.58deg, rgba(255, 255, 255, 0.07) 15.11%, rgba(255, 255, 255, 0) 74.68%);
  z-index: -1;
  animation: round-shape 8s linear infinite;
}
.ap-landing-banner-circle-wrapper {
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  top: 52%;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ap-landing-banner-circle {
    width: 700px;
    height: 700px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .ap-landing-banner-circle {
    width: 680px;
    height: 680px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-landing-banner-circle {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ap-landing-banner-circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .ap-landing-banner-circle {
    width: 400px;
    height: 400px;
  }
}
.ap-landing-banner-circle-glow {
  position: absolute;
  width: 243px;
  height: 243px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  background: #C370FF;
  filter: blur(100px);
}
@media (max-width: 575px) {
  .ap-landing-banner-circle-glow {
    width: 180px;
    height: 180px;
  }
}
[dir=rtl] .ap-landing-banner-circle-glow {
  inset-inline-start: auto;
  inset-inline-end: 50%;
}
.ap-landing-banner-bg {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ap-landing-banner-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-landing-banner-home-wrapper {
    display: none;
  }
}
.ap-landing-banner-home-1 {
  position: absolute;
  inset-block-start: 180px;
  inset-inline-start: -30px;
}
.ap-landing-banner-home-2 {
  position: absolute;
  inset-block-end: 50px;
  inset-inline-start: 50px;
}
.ap-landing-banner-home-3 {
  position: absolute;
  inset-block-start: 120px;
  inset-inline-end: -30px;
}
.ap-landing-banner-home-4 {
  position: absolute;
  inset-block-end: 0px;
  inset-inline-end: 0px;
}

.ap-landing-features-item {
  border: 1px solid var(--color-border-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.ap-landing-features-thumb {
  margin-bottom: 20px;
  height: 225px;
  width: 100%;
}
.ap-landing-features-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-landing-features-title {
  padding: 0 30px;
  margin-bottom: 15px;
}
.ap-landing-features-desc {
  padding: 0 30px;
  padding-bottom: 30px;
}

.ap-landing-demo-area .container-fluid {
  padding-inline-start: 100px;
  padding-inline-end: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .ap-landing-demo-area .container-fluid {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-landing-demo-area .container-fluid {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.ap-landing-demo-item {
  text-align: center;
  padding: 15px;
  border-radius: 24px;
  background-color: var(--color-white);
  border: 1px solid var(--color-border-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ap-landing-demo-item:hover .ap-landing-demo-thumb img {
  transform: scale(1.1);
}
.ap-landing-demo-item:hover .ap-landing-demo-thumb::after {
  opacity: 1;
  visibility: visible;
}
.ap-landing-demo-item:hover .ap-landing-demo-btn-box {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.ap-landing-demo-thumb {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
}
.ap-landing-demo-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 12px;
}
.ap-landing-demo-thumb::after {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ap-landing-demo-btn-box {
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 52%;
  transform: translateY(-52%);
  text-align: center;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.ap-landing-demo-demo-title {
  text-transform: capitalize;
}

.ap-template-feature-box-wrapper {
  display: flex;
  gap: 30px;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.ap-template-feature-box {
  text-align: center;
  width: 234px;
  padding: 30px 30px;
  border-radius: 12px;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
}
.ap-template-feature-box:hover {
  border-color: var(--color-primary);
}
.ap-template-feature-icon {
  width: 50px;
  height: 50px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 20px;
}
.ap-template-feature-icon img {
  width: 100%;
  height: 100%;
}
.ap-template-feature-title {
  font-size: 18px;
  margin-bottom: 8px;
}
.ap-template-feature-subtitle {
  font-size: 14px;
}

.ap-template-inner-page {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  animation: marquee 20s linear 0s infinite normal;
}
.ap-template-inner-page.animation-revers {
  animation: marquee_rev 20s linear 0s infinite normal;
}
.ap-template-inner-page-thumb {
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  overflow: hidden;
}
.ap-template-inner-page-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.ap-template-shop-page {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  animation: marquee 20s linear 0s infinite normal;
}
.ap-template-shop-page-thumb {
  border: 1px solid var(--color-border-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  overflow: hidden;
}
.ap-template-shop-page-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.ap-template-landing-footer-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
}
.ap-template-landing-footer-title {
  font-size: 68px;
  color: var(--color-white);
}
@media (max-width: 575px) {
  .ap-template-landing-footer-title {
    font-size: 48px;
  }
}
.ap-template-landing-footer-desc {
  width: 70%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-template-landing-footer-desc {
    width: 100%;
  }
}

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

/*# sourceMappingURL=main.css.map */
