:root {
  --dark-color: hsl(var(--hue), 100%, 9%);
  --light-color: hsl(var(--hue), 95%, 98%);
  --base: hsl(var(--hue), 95%, 50%);
  --complimentary1: hsl(var(--hue-complimentary1), 95%, 50%);
  --complimentary2: hsl(var(--hue-complimentary2), 95%, 50%);

  --font-family: "Poppins", system-ui;

  --bg-gradient: linear-gradient(
    to bottom,
    hsl(var(--hue), 95%, 99%),
    hsl(var(--hue), 95%, 84%)
  );
}



header {
	width: 100%;
	overflow: hidden;
	background: var(--bg-gradient);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1{
	font-size: 1.5em;
	margin-bottom: 1em;
}


.orb-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;

}

.overlay {
  width: 100%;
  max-width: 1140px;
  max-height: 640px;
  padding: 8rem 6rem;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.375);
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.125);
  position: absolute;
  top: 15vh;
  left: 10vw;
}
.header-content{
	display: flex;
	width: 80%;
	margin: auto;
	margin-top: 18vh;

}
.header-content .left{
	width: 50%;
	min-height: 35vh;
	background: rgba(255, 255, 255, 0.375);
	box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
	border-radius: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.125);
	z-index: 9;
	padding: 3.9em;
	margin-right: 1em;
}
.header-content .left p{
	line-height: 1.5em;
}
.header-content .right{
  width: 50%;
  min-height: 35vh;

  z-index: 9;
  padding: 3.9em;
  margin-right: 1em;
}
header .end-layer{
	/*background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 13%, rgba(0,212,255,0) 100%);*/
	width: 100%;
	z-index: 9;
	position: relative;
	margin-top: 2vh;
}
header .end-layer svg{
	margin-bottom: -50px;
}

.text-gradient {
  background-image: linear-gradient(
    45deg,
    var(--base) 25%,
    var(--complimentary2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main{
	width: 100%;
  overflow-x: hidden;
}

.list-what-distinguishes{
  display: flex;
  margin: auto;
  margin-top: 2.5em;
  width: 75%;

}
.list-what-distinguishes .item-list{
  width: 20%;
  padding: 1em;
  margin: 1em;
  display: flex;
  flex-direction: column;
}
.list-what-distinguishes .item-list p{
  line-height: 1.4em;
}
.brands-list{
  width: 100vw;
  padding: 0;
}
.brands-list a{
  width: 20%;
}
.brands-list a::after{
  display: none;
}
.brands-list .slick-slide{
  padding: 3.25em;
}
.brands-list img{
  width: 100%;
}
section{
  margin-bottom: 10em!important;
}
.mini-offer-list{
  display: flex;
  margin-top: 2em;
}
.mini-offer-list .item-list{
  width: 30%;
  margin: 1em!important;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.mini-offer-list .item-list p{
  line-height: 1.4em;
}
#cta-section{
  height: 90vh!important;
  background-image: url('/front/images/home-cta-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.cta-content{
  padding-top: 12em;
  width: 70%;
  margin: auto;
  display: flex;
}
.cta-content .half-box{
  width: 50%;
}
.blog-special-contentbox{
  width: 70%;
}
.cta-content p{
  line-height: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.posts-list{
  display: flex;
  width: 100%;

  margin-top: 2em;
}
.posts-list .item-list{
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 1em;
  margin: 1em;
}
.posts-list .item-list h3{
  margin-bottom: .15em;
}
.posts-list .item-list .read-more{
  color:#FFF;
  transition-duration: .3s;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  display: inline-block;
  padding: .5em;
  width: 6em;
  border-radius: .2em;
}
.posts-list .item-list .read-more::after{
  display: none;
}
.posts-list .item-list img{
  width: 100%;
  border-radius: 1em;
}

.gradient-border {
  --border-width: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #FFF;
  border-radius: var(--border-width);
}
.gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}



.card {
  background: #FFF;
  padding: 3px;
  position: relative;
  border-radius: 6px;

  display: flex;

  cursor: pointer;

}

.card:hover {

  transition: color 1s;
}
.card:hover:before, .card:hover:after {
  animation: spin 2.5s linear infinite;
  opacity: 1;

}


@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 50vh;
  --card-width: calc(var(--card-height) / 1.5);
}

.card::before {
  content: "";
  width: 104%;
  height: 104%;
  border-radius: 8px;
  transition-duration: .3s;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -2%;
    left: -2%;
  animation: none;
  opacity: 0;
}

.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  transition-duration: .3s;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: none;
  opacity: 0;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
.type-web-links{
  display: flex;
  flex-wrap: wrap;
}
.type-web-links a{
    padding: 0.5em;
    font-weight: 600;
    border-radius: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    min-width: 7em;
    display: inline-block;
    text-align: center;
    border: solid #333 .15em;
    transition-delay: 0s!important;
}
.type-web-links a::after{
  display: none;
}
.ac-button{
    background: #333;
    color: #FFF;
}
.ac-button:hover{
  background: #FFF!important;
  color:#333!important;
}
.wp-button{
  background: #2D7298!important;
  border-color:#2D7298!important;
  color: #FFF;
}
.wp-button:hover{
  color:#2D7298!important;
  background: #FFF!important;
}
.woo-button{
  background: #7C51AF!important;
  border-color:#7C51AF!important;
  color: #FFF;
}
.woo-button:hover{
  color:#7C51AF!important;
  background: #FFF!important;
}
.ps-button{
  background: #AAD7E5!important;
  border-color:#AAD7E5!important;
  color:#333!important;
}
.ps-button:hover{
  background: #FFF!important;
}

.offer-list-h{
  font-size: 1.2em;
  margin-top: 2em;
}
.offer-list{
  display: flex;
  flex-wrap: wrap;
}
.offer-list h3{
  display: inline-block;
  margin: .5em;
  font-size: 1.1em;
}
.cta-content .half-box:nth-of-type(2){
    background: rgba(255, 255, 255, 0.775);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.125);
    z-index: 9;
    padding: 3.9em;


}
.cta-button{
  padding: .5em;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 3em;

}
.cta-button::after{
  display: none;
}
.brands-list *, .brands-list{
  box-sizing: border-box;
}

@media (max-width: 1024px){
  .list-what-distinguishes{
    width: 90%;
  }
  .header-content{
    margin-bottom: 12vh;
  }
  .list-what-distinguishes{
    flex-wrap: wrap;
  }
  .list-what-distinguishes .item-list{
    width: 40%;
  }
}

@media (max-width: 767px){
  header{
    height: 90vh;
    overflow: hidden;
  }
  .header-content{
    margin-bottom: 10.5vh;
    width: 90%;
  }
  .header-content h1{
    margin-top: 0;
  }
  .bg-fix{
    width: 100%;
    background: #FFF;
    height: 17vh;
    position: absolute;
  }
  .content-box{
    position: relative;
  }
  .header-content .right{
    width: 0%;
    display: none;
  }
  .header-content .left{
    width: 100%;
    padding: 1.4em;
    margin-right: 0;
    height: 40vh;
  }
  .offer-list, .offer-list-h{
    display: none;
  }
  .list-what-distinguishes .item-list{
    width: 100%;
  }
  .list-what-distinguishes{
    width: 100%;
  }
  .mini-offer-list .item-list{
    width: 100%;
  }
  .mini-offer-list{
    flex-wrap: wrap;
  }
  #cta-section{
    background-position: center center;
  }
  .cta-content{
    width: 90%;
  }
  .cta-content .half-box:first-of-type{
    display: none;
  }
  .cta-content .half-box{
    width: 100%;
  }
  .blog-special-contentbox{
    width: 95%;
    box-sizing: border-box;
  }
  .posts-list .item-list{
    width: 100%;
  }
  .posts-list .item-list:not(:first-child){
    display: none;
  }
  .mobile-see:before{
    animation: spin 2.5s linear infinite;
    opacity: 1;

  }
  .mobile-see:after{
    display: none;
  }
  #cta-section{
    background-image: url(/front/images/home-cta-bg-mobile.jpg);
  }
  .cta-content{
    padding-top: 28vh;
  }
  .cta-content .half-box:nth-of-type(2){
    padding: 2em;
  }
}

#seo-content a::after{
  display: none;
}