/*

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://rsms.me/inter/inter.css");
/* html { font-family: "Inter", sans-serif; } */
@supports (font-variation-settings: normal) {
  html { font-family: "Inter var", sans-serif; }
}
@font-face {
  font-family: "Blei-Compressed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Blei-Compressed.woff2") format("woff2");
}
@font-face {
  font-family: "Blei-Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Blei-Condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Blei-Normal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Blei-Normal.woff2") format("woff2");
}
@font-face {
  font-family: "lunchtype25";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lunchtype25-medium-condensed-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "CalSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CalSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "InstrumentSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/InstrumentSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "test-feijoa-display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/test-feijoa-display.woff2") format("woff2");
}
@font-face {
  font-family: "CondenBitmap";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CondenBitmap.woff") format("woff");
}
@font-face {
  font-family: "TheStegris-SemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TheStegris-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Lastik-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lastik-Regular.woff") format("woff");
}
:root {
  --salt: #fbfbfb;	
  --pepper: #000000;	
  --banana: #F2FF2F;
  --apple: #00EE33;
  --tomato: #FF4433;
  --water: #00bbff;
  --cherry: #FF88FF;	
  --stone: #ebebeb;

  --cherry-gradient: linear-gradient(-15deg, #fbfbfb 5%, #FF88FF 75%);
  --cherry-gradient-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fbfbfb 100%);
  --gradient: linear-gradient(45deg, #fbfbfb 5%, #999999 100%);
  --gradient-overlay: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fbfbfb 100%);
}

---------------------------------------------
reset
--------------------------------------------- 
	

*/
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
} */
/* .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
} */
/* .clearfix {
  display: inline-block;
} */
/* html[xmlns] .clearfix {
  display: block;
} */
/* * html .clearfix {
  height: 1%;
} */


header, nav, section, article, aside, footer, hgroup {
  display: block;
} 

ul, li {
  padding: 0;
  margin: 0;
  list-style:none;
} 

html, body {
  background: var(--salt);
  font-family: "Inter var", sans-serif;	
  font-weight: 420;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.22px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
/* h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
} */
h1 {
  font-family: "InstrumentSerif";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 108px;
  letter-spacing: -2px;
  margin-bottom: 20px;	
  color: var(--pepper);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-family: "InstrumentSerif";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -0.2px;
  margin-bottom: 15px;	
  color: var(--pepper);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 blei {
  font-family: "Blei-Compressed";
  font-style: normal;
  font-weight: 400;
  font-size: 180px;
  line-height: 138px;
  letter-spacing: -0.5px;
  margin-bottom: 40px;	
  color: var(--pepper);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  font-family: "CondenBitmap";
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 1px;
  margin-bottom: 20px;	
  color: var(--pepper);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: none;
}

p blei {
  font-family: "Blei-Normal", sans-serif;	
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.14px;
  margin-bottom: 20px;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "calt=1","dlig=1", "cpsp=1", "cv10=1", "cv01=1"; "ss05=1"; "ss07=1"; "ss08=1";
-ms-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
-webkit-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
-o-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
}

p {
  font-family: "Inter var", sans-serif;	
  font-weight: 420;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.22px;
  margin-bottom: 20px;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "calt=1","dlig=1", "cpsp=1", "cv10=1", "cv01=1"; "ss05=1"; "ss07=1"; "ss08=1";
-ms-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
-webkit-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
-o-font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
font-feature-settings: "calt" 1, "dlig" 1, "cpsp" 1, "cv10" 1, "cv01" 1; "ss05" 1; "ss07" 1; "ss08" 1;
}

.banana {
  background: var(--banana);
}
.tomato {
background: var(--tomato);
}
.cherry {
  background: var(--cherry);
}
.apple {
  background: var(--apple);
}
.water {
	background: var(--water);
}
.stone {
	background: var(--stone);
}
.salt {
	background: var(--salt);
}
.pepper {
	background: var(--pepper);
}
.cherry-gradient {
  background: var(--cherry-gradient);
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
	
}
.cherry-gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: inherit;
  background: var(--gradient-overlay);
  z-index: -1;
}
.gradient {
  background: var(--gradient);
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gradient:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: inherit;
  background: var(--gradient-overlay);
  z-index: -1;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

/* ::-moz-selection {
  background: #ff589e;
  color: var(--salt);
} */
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.colored {
  background: yellow;
}
.center-heading {
  text-align: center;
}
.center-text {
  text-align: center;
  margin-bottom: 50px;
}

.padding-bottom {
  padding-bottom: 80px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.padding-top {
  padding-top: 60px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  } */
/* .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  } */
/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  } */
/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  } */
/* .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  } */
/* .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  } */
/* .navbar-expand-lg .navbar-toggler {
    display: none;
  } */
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.star {   
  z-index: 998;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 102px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(100% 50%,93.46% 56.88%,97.55% 65.45%,89.2% 69.98%,90.45% 79.39%,81.11% 81.11%,79.39% 90.45%,69.98% 89.2%,65.45% 97.55%,56.88% 93.46%,50% 100%,43.12% 93.46%,34.55% 97.55%,30.02% 89.2%,20.61% 90.45%,18.89% 81.11%,9.55% 79.39%,10.8% 69.98%,2.45% 65.45%,6.54% 56.88%,0% 50%,6.54% 43.12%,2.45% 34.55%,10.8% 30.02%,9.55% 20.61%,18.89% 18.89%,20.61% 9.55%,30.02% 10.8%,34.55% 2.45%,43.12% 6.54%,50% 0%,56.88% 6.54%,65.45% 2.45%,69.98% 10.8%,79.39% 9.55%,81.11% 18.89%,90.45% 20.61%,89.2% 30.02%,97.55% 34.55%,93.46% 43.12%);
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}
.fb-logo {   
  z-index: 999;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 100px;
}
.header-area {
  position: fixed;
  top: 15px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav {
  border-radius: 48px;
  min-height: 80px;	 
  background-color: rgba(255, 255, 255, 0.0);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-area .main-nav .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area .main-nav .nav li {
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li a:hover {
  text-decoration: none;
}

.header-area .main-nav .nav li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0.2px;
}
.header-area .main-nav .nav li a:hover {
  color: black;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 24px;
  display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--pepper);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--pepper);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: var(--pepper);
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: var(--pepper);
}
.header-area.header-sticky {
  min-height: 80px;
}
.header-area.header-sticky .logo {
  margin-top: 0px;
}
.header-area.header-sticky .nav {
  margin-top: 20px !important;
}
.header-area.header-sticky .nav li a {
  color: black;
}
.header-area.header-sticky .nav li a.active {
  color: black;
}
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}
.welcome-area img {
  transform: translateY(12vh);
  width: 60vw;
  height: auto;
	z-index: 1;
}
.welcome-area .header-text {
  position: absolute;
  top: 42%;
  transform: translateY(-54%);
  text-align: center;
  width: 100%;
}
/* 
---------------------------------------------
features
--------------------------------------------- 
*/
/* .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  padding-top: 30px;
  height: 200px;
  background: var(--salt);
  overflow-x: hidden;
} */
/* .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 4s linear infinite;
} */
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.features-head-item {
  cursor: pointer;
  display: block;
  background: var(--salt);
  padding: 0px;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 40px;
}
.features-head-item .features-title {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
  z-index: 2;
}
.features-head-item .features-logo {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}
.features-box-item {
  display: block;
  margin-top: 0px;
  padding: 30px;
  height: 210px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.box-left {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.box-right {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}

.features-box-item .icon {
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
  margin-bottom: 0px;
  margin-top: -10px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  aspect-ratio: 1;
  clip-path: polygon(100% 50%,93.46% 56.88%,97.55% 65.45%,89.2% 69.98%,90.45% 79.39%,81.11% 81.11%,79.39% 90.45%,69.98% 89.2%,65.45% 97.55%,56.88% 93.46%,50% 100%,43.12% 93.46%,34.55% 97.55%,30.02% 89.2%,20.61% 90.45%,18.89% 81.11%,9.55% 79.39%,10.8% 69.98%,2.45% 65.45%,6.54% 56.88%,0% 50%,6.54% 43.12%,2.45% 34.55%,10.8% 30.02%,9.55% 20.61%,18.89% 18.89%,20.61% 9.55%,30.02% 10.8%,34.55% 2.45%,43.12% 6.54%,50% 0%,56.88% 6.54%,65.45% 2.45%,69.98% 10.8%,79.39% 9.55%,81.11% 18.89%,90.45% 20.61%,89.2% 30.02%,97.55% 34.55%,93.46% 43.12%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features-box-item:hover .icon {
  background-color: var(--salt);
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  z-index: 9;
}
/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.circle {
  height: 360px;
  width: 360px; 
  border-radius : 50%;
  align-content: center;
  text-align: center;
  padding: 20px;
  margin: 10px;
  transition: margin-top 0.5s linear, left 0.5s linear;
}
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 75px;
  padding-bottom: 120px;
}
.mini .mini-content {
  position: relative;
  z-index: 3;
}
.mini .mini-content h1 {
  text-align: center;
}
.mini .mini-content p {
  text-align: center;
  margin-bottom: 40px;
}
.mini .mini-content .mini-box h3 {
  display: block;
  color: black;
  margin-bottom: 5px;
  margin-top: 20px;
}
.mini .mini-content .mini-box p {
  display: block;
  color: black;
  margin-top: 20px;
}
.mini .mini-content .info p span {
  text-decoration: underline;
}
.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}
.mini .mini-content .mini-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 24px;
}
/* 
---------------------------------------------
team
--------------------------------------------- 
/* .team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
} */
/* .team-item:hover .team-content .team-info {
  margin-left: 30px;
} */
/* .team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
} */
/* .team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
} */
/* .team-item .team-content {
  text-align: left;
  overflow: hidden;
} */
/* .team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */
/* .team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
} */
/* .team-item .team-content .team-info span {
  display: block;
  font-weight: 450;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-optical-sizing: "opsz", 16;
  letter-spacing: -0.1px;
} */
/* .team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 450;
  font-size: 16px;
  color: black;
  line-height: 20px;
  font-optical-sizing: "opsz", 16;
  letter-spacing: -0.1px;
} */
/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/

.pricing-item {
  padding: 30px 0px 40px 0px;
}
.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
}
.pricing-item .pricing-header p {
  text-align: center;
  height: 120px;
  padding: 0px 20px 0px 20px;
}
.pricing-item .pricing-body {
  margin-bottom: 20px;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 0px;
  width: 240px;	
  height: 110px;	
  margin: auto;
  margin-bottom: 30px;
  margin-top: 40px;
  border-radius: 24px;
}
.pricing-item .pricing-body .price-wrapper h3 {
  margin-bottom: 5px;
}
.pricing-item .pricing-body .list li {
  text-align: center;
  font-size: 18px;
  font-weight: 630;
  letter-spacing: -0.22px;
  margin-bottom: 20px;
  text-decoration: line-through;
}
.pricing-item .pricing-body .list li.active {
  text-decoration: none;
}
.pricing-item .pricing-body .list li.small {
  text-align: center;
  font-size: 12px;
  font-weight: 540;
  letter-spacing: 0px;
  text-decoration: none;
  color: #000;
}
.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}
/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
/* .blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
} */
/* .blog-post-thumb.big .img {
  height: 400px;
} */
/* .blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
} */
/* .blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
} */
/* .blog-post-thumb h3 {
  margin-bottom: 20px !important;
} */
/* .blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */
/* .blog-post-thumb h3 a:hover {
  color: #ff589e;
} */
/* .blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
} */
/* .blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
} */
.blog-post-thumb a.main-button {
  margin-top: 20px;
  display: inline-block;
}
/* .blog-list .blog-post-thumb {
  text-align: left;
} */
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact-us {
  padding: 160px 0px;
}
.contact-form input,
.contact-form textarea {
  color: var(--pepper);
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  background: var(--stone);
}
.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
  background: var(--stone);
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
/* footer {
  padding-top: 30px;
} */
footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}
footer .social li {
  margin: 0px 8px;
  display: inline-block;
}
footer .social li a {
  display: inline-block;
  text-align: center;
  align-content: center;
  color: var(--pepper);
  background-color: none;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  font-size: 40px;
  padding-right: 16px;
}
footer .social li a:hover {
  color: var(--tomato);
}
footer .copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--pepper);
}
/* 
---------------------------------------------
button
--------------------------------------------- 
*/
a.main-button {
  font-size: 18px;
  font-weight: 630;
  letter-spacing: -0.22px;
  border-radius: 50px;
  border: 0;
  height: 50px;
  padding: 0px 20px 1px 20px;
  color: var(--pepper);
  background-color: var(--stone);
  letter-spacing: -0.19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.main-button:hover {
  background-color: var(--apple)
}
button.main-button {
  font-size: 18px;
  border-radius: 48px;
  border: 0;
  height: 50px;
  padding: 0px 20px 1px 20px;
  color: var(--pepper);
  background-color: var(--stone);
  letter-spacing: -0.19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button.main-button:hover {
  background-color: var(--apple)
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background: var(--salt);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: var(--pepper);
}
#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}
#preloader .jumper > div {
  background-color: var(--pepper);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}
#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}
#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* --- @media queries --- */
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
@media (max-width: 991px) {
    html, body {
    overflow-x: hidden;
  }
  .padding-top {
  padding-top: 0px !important;
}


   .header-area {
    padding: 0px 15px;
    top: 30px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 00px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }
	
  .header-area .main-nav {
    overflow: hidden;
	position: fixed;
	width: 240px;  
	right: 30px;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
	    padding-top: 0px;
  padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.0);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li:last-child {
    margin-bottom: 30px;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: none !important;
    color: var(--pepper);
  }

  .header-area .main-nav .nav li a:hover {
    background: none !important;
}
 
	
  .welcome-area img {
  transform: translateY(14vh);
  width: 80vw;
  height: auto;
	z-index: 1;
}
	
  .box-left {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  border-bottom-left-radius: 0px;
}
  .box-right {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
}
	
	
   .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
   .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 820px) {
  .header-area .main-nav {
    overflow: hidden;
	position: fixed;
	width: calc(100% - 30px);
	left: 15px;
	right: 0px;
	  top: 15px
  }
	
	.padding-top {
  padding-top: 60px !important;
}	

  .fb-logo {   
  z-index: 999;
  position: fixed;
  top: 5px;
  left: 15px;
  width: 100px;
}
   .star {
    display: none;
  }
	



@media (max-width: 765px) {


  h1 {
  font-weight: 400;
   font-size: 90px;
  line-height: 78px;
  letter-spacing: -2px;
  margin-bottom: 15px;
  color: var(--pepper);
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	.welcome-area .header-text {
  position: absolute;
  top: 35%;
  transform: translateY(-36%);
  text-align: center;
  width: 100%;
}
	  .welcome-area img {
  transform: translateY(20vh);
  width: 85vw;
  height: auto;
	z-index: 1;
}


}