@charset "utf-8";
/* default */
:root {
--primaryfont:'Jost', sans-serif;
--secondaryfont:'Roboto', sans-serif;
--tertiaryfont:'Arial', 'Helvetica', sans-serif;
--primarycolor:#e8293b;
--secondarycolor:#000000;
--tertiarycolor:#999999;
--quaternarycolor:#888888;
--quinarycolor:#777777;
--senarycolor:#666666;
--septenarycolor:#555555;
--octonarycolor:#444444;
--nonarycolor:#333333;
--denarycolor:#222222;
--colorwhite:#fff;
--colorblack:#000;
--whitearrow:url("../images/icons/icon-move-light.png"), move;
--blackarrow:url("../images/icons/icon-move-black.png"), move;
--about-header:url("../images/pages/about-header.webp");
--services-header:url("../images/pages/services-header.webp");
--graphic-header:url("../images/pages/graphic-header.webp");
--web-header:url("../images/pages/web-header.webp");
--print-header:url("../images/pages/print-header.webp");
--brand-promotion-header:url("../images/pages/brand-promotion-header.webp");
--signage-header:url("../images/pages/signage-header.webp");
--stickers-header:url("../images/pages/stickers-header.webp");
--logo-header:url("../images/pages/logo-header.webp");
--corporate-header:url("../images/pages/corporate-header.webp");
--publishing-header:url("../images/pages/publishing-header.webp");
--digital-header:url("../images/pages/digital-header.webp");
--stationery-header:url("../images/pages/stationery-header.webp");
--brand-printing-header:url("../images/pages/brand-printing-header.webp");
--seo-header:url("../images/pages/seo-header.webp");
--app-header:url("../images/pages/app-header.webp");
--animation-header:url("../images/pages/animation-header.webp");
--works-header:url("../images/pages/works-header.webp");
--clients-header:url("../images/pages/clients-header.webp");
--testimonials-header:url("../images/pages/testimonials-header.webp");
--downloads-header:url("../images/pages/downloads-header.webp");
--careers-header:url("../images/pages/careers-header.webp");
--contact-header:url("../images/pages/contact-header.webp");
--faqs-header:url("../images/pages/faqs-header.webp");
--privacy-header:url("../images/pages/privacy-header.webp");
--cookie-header:url("../images/pages/cookie-header.webp");
--disclaimer-header:url("../images/pages/disclaimer-header.webp");
--error-header:url("../images/pages/error-header.webp");
}
body {
  font-family: 'Jost', system-ui, -apple-system, "Segoe UI", 'Helvetica', 'Helvetica Neue', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: var(--denarycolor) !important;
  background: var(--colorwhite);
}
a {
  color: var(--primarycolor);
}
a:focus, a:hover {
  color: var(--secondarycolor);
}
a:active {
  color: var(--primarycolor);
}
.white-move .swiper-slide {
  cursor: var(--whitearrow);
}
.black-move .swiper-slide {
  cursor: var(--blackarrow);
}
.theme-color-1 {
  color: var(--primarycolor);
}
.theme-color-2 {
  color: var(--secondarycolor);
}
.theme-bg-1 {
  background: var(--primarycolor);
}
.theme-bg-2 {
  background: var(--secondarycolor);
}
a.underline-link, a.underline-link-dark {
  width: auto;
  margin-left: 0;
}
a.underline-link, a.underline-link-dark {
  position: relative;
  padding-bottom: 6px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  border-bottom: 2px solid transparent;
}
a.underline-link:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid var(--colorwhite);
  text-decoration: none;
}
a.underline-link-dark:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid var(--colorblack);
  text-decoration: none;
}
.cookiepolicy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: var(--colorwhite);
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}
.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}
@media (max-width: 575.98px) {
.cursor,.cursor-active{
    visibility: hidden;
}
}
/* header */
header {
  position: relative;
}
header .inner {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.navigation a.hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  backdrop-filter: blur(20px);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  -moz-transition: all, ease-in-out.5s;
  -o-transition: all, ease-in-out.5s;
  -webkit-transition: all, ease-in-out.5s;
  transition: all, ease-in-out.5s;
  width: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: var(--primarycolor)!important;
}
.navigation a.hamburger:hover {
  color: var(--secondarycolor)!important;
}
nav .offcanvas-body::-webkit-scrollbar {
 width:.20em;
 background-color:var(--colorwhite);
}
nav .offcanvas-body::-webkit-scrollbar-track {
 background:var(--colorwhite);
}
nav .offcanvas-body::-webkit-scrollbar-thumb {
 background-color:var(--disabled-light-1);
 outline:0 solid var(--disabled-light-1);
}
nav .offcanvas-header {
  align-items: start;
}
nav .offcanvas-header .btn-close {
  box-shadow: none;
  width: 2em!important;
  height: 2em!important;
  border-radius: 0;
  background: none;
}
nav .navigation-list a.list-group-item {
  font-weight: 500;
  font-size: 16px;
  color: var(--tertiarycolor);
  background: var(--colorwhite);
  -moz-transition: all, ease-in-out.5s;
  -o-transition: all, ease-in-out.5s;
  -webkit-transition: all, ease-in-out.5s;
  transition: all, ease-in-out.5s;
}
nav .navigation-list a.list-group-item:hover, nav .navigation-list a.list-group-item:focus {
  color: var(--colorblack);
}
nav .navigation-list a.list-group-item span.line {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
nav .navigation-list a.list-group-item span.line:hover {
  transform: translateX(5px);
}
nav .navigation-list a.list-group-item:active, nav .navigation-list a.list-group-item.active {
  color: var(--primarycolor);
  border-color: var(--bs-border-color);
}
nav .navigation-list a.list-group-item span.plus-icon {
  float: right;
  color: var(--tertiarycolor);
}
nav .navigation-list ul.dropdown-menu {
  position: relative!important;
  transform: none !important;
  border: none !important;
  margin: 0!important;
  padding: 0!important;
}
nav .navigation-list a.list-group-item.dropdown-toggle::after {
  display: none;
}
nav .navigation-list ul.dropdown-menu a.dropdown-item {
  font-weight: 500;
  font-size: 16px;
  color: var(--tertiarycolor);
  background: var(--colorwhite);
  padding: 0.5rem 1rem;
  -moz-transition: all, ease-in-out.5s;
  -o-transition: all, ease-in-out.5s;
  -webkit-transition: all, ease-in-out.5s;
  transition: all, ease-in-out.5s;
  border-bottom: 1px solid var(--bs-border-color);
}
nav .navigation-list ul.dropdown-menu a.dropdown-item:hover, nav .navigation-list ul.dropdown-menu a.dropdown-item:focus {
  color: var(--colorblack);
}
nav .navigation-list ul.dropdown-menu a.dropdown-item:active, nav .navigation-list ul.dropdown-menu a.dropdown-item.active {
  color: var(--primarycolor)!important;
}
nav .navigation-list ul.dropdown-menu a.dropdown-item span.dot {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
nav .navigation-list ul.dropdown-menu a.dropdown-item span.dot:hover {
  transform: translateX(5px);
}
.footer-nav nav a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tertiarycolor);
  -moz-transition: all, ease-in-out.5s;
  -o-transition: all, ease-in-out.5s;
  -webkit-transition: all, ease-in-out.5s;
  transition: all, ease-in-out.5s;
}
.footer-nav nav a:hover, .footer-nav nav a:focus {
  color: var(--colorwhite);
}
.footer-nav nav a.active, .footer-nav nav a:active {
  color: var(--primarycolor);
}
.footer-nav nav .breadcrumb-item + .breadcrumb-item::before {
  color: var(--dark-70);
}
.scroll-down {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.scroll-down small {
  width: 98px;
  display: inline-block;
  transform: rotate(-90deg);
  margin-bottom: 50px;
  color: var(--colorwhite);
}
.scroll-down span {
  display: block;
  height: 50px;
  position: relative;
  transform: translateX(-1px);
}
.scroll-down span::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -.5px;
  width: 1px;
  height: 70px;
  background: var(--colorwhite);
  content: "";
}
/* footer */
footer.footer {
  background-color: var(--colorblack);
  color: var(--colorwhite);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  padding: 100px 0px 50px 0px;
  position: relative;
  z-index: 50;
  width: 100%;
}
.copyright{
  background:#111;
  color:var(--colorwhite);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: inherit;
  position: relative;
  z-index: 50;
  width: 100%;
}
.backtotop {
  color: var(--colorwhite);
  cursor: pointer;
}
.backtotop:hover {
  color: var(--colorwhite);
}
.social-media-section {
  display: none;
}
.floating-socialmedia .whatsapp {
  position: fixed;
  left: 62px;
  bottom: 60px;
  z-index: 999;
}
@media only screen and (max-width:576px) {
.floating-socialmedia .whatsapp {
  bottom: 40px;
}
}
/* main */
.main-content {
  position: relative;
}
.custom-link {
  display: block;
  transition: all .5s;
}
.custom-link * {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.custom-link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: var(--colorblack);
}
.custom-link a:hover {
  text-decoration: none;
}
.custom-link b {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.custom-link .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
}
.custom-link .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: var(--colorblack);
}
.custom-link .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: var(--colorblack);
}
.custom-link:hover .lines {
  width: 62px;
  margin-left: 20px;
}
.custom-link:hover .lines span:nth-child(1) {
  width: 0;
}
.custom-link:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: .2s;
}
.custom-link-light {
  display: block;
  transition: all .5s;
}
.custom-link-light * {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.custom-link-light a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: var(--colorwhite);
}
.custom-link-light a:hover {
  text-decoration: none;
}
.custom-link-light b {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}
.custom-link-light .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
}
.custom-link-light .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: var(--colorwhite);
}
.custom-link-light .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: var(--colorwhite);
}
.custom-link-light:hover .lines {
  width: 62px;
  margin-left: 20px;
}
.custom-link-light:hover .lines span:nth-child(1) {
  width: 0;
}
.custom-link-light:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: .2s;
}
/* pages */
.home-carousel .carousel-item {
  position: relative;
  height: 100vh;
}
.home-carousel .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.home-carousel .carousel-item .carousel-image {
  width: 100%;
  height: 100%;
}
.home-carousel .carousel-item .carousel-image img {
  object-fit: cover;
}
.home-carousel .carousel-item .carousel-image .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/pages/bg-noise.gif);
  opacity: .04;
  position: absolute;
  left: 0;
  top: 0;
}
.home-carousel .carousel-item .carousel-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pages/bg-lines.png) center;
  z-index: 1;
}
.home-carousel .carousel-control-next, .home-carousel .carousel-control-prev {
  z-index: 5;
}
.home-carousel h1 {
  width: 100%;
  float: left;
  font-weight: 800;
  color: var(--colorwhite);
  font-size: 10vw;
  line-height: 1;
}
.home-carousel h1 span {
  -webkit-text-stroke-width: 1px;
  transform: translateY(-35%);
  margin-left: 4%;
  display: flex;
  -webkit-text-stroke-color: var(--colorwhite);
  color: transparent;
}
@media (max-width: 575.98px) {
.home-carousel h1 {
  font-size: 10vw!important;
  margin-bottom: 15px !important;
}
.home-carousel h1 span {
  margin-left: 0;
  transform: translateY(0);
}
}
@media (max-width: 767.98px) {
.home-carousel h1 {
  font-size: 10vw;
}
.home-carousel h1 span {
  margin-left: 0;
  transform: translateY(0);
}
}
@media (max-width: 991.98px) {
.home-carousel h1 {
  font-size: 10vw;
}
}
@media (max-width: 1199.98px) {
.home-carousel h1 {
  font-size: 10vw;
}
}
@media (max-width: 1399.98px) {
.home-carousel h1 {
  font-size: 10vw;
}
}
.home-carousel .carousel-item .tagline {
  display: block;
  color: var(--colorwhite);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.home-carousel .carousel-item .tagline span {
  color: var(--primarycolor);
  float: left;
  font-weight: 600;
  color: var(--colorwhite);
}
.home-carousel .carousel-item .tagline span:after {
  content: "";
  width: 22px;
  height: 1px;
  float: right;
  margin: 10px;
  background: var(--primarycolor);
}
.home-carousel .carousel-item .tagline p {
  float: left;
  margin-top: 2px;
  margin-bottom: 0;
}
.top-banner {
  position: relative;
  height: 80vh;
}
.top-banner .content {
  position: relative;
  z-index: 99;
}
.top-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/pages/bg-noise.gif);
  opacity: .06;
  position: absolute;
  left: 0;
  top: 0;
}
.top-banner.page-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
}
.about-page {
  background: var(--about-header);
}
.services-page {
  background: var(--services-header);
}
.graphic-page {
  background: var(--graphic-header);
}
.web-page {
  background: var(--web-header);
}
.print-page {
  background: var(--print-header);
}
.brand-promotion-page {
  background: var(--brand-promotion-header);
}
.signage-page {
  background: var(--signage-header);
}
.stickers-page {
  background: var(--stickers-header);
}
.logo-page {
  background: var(--logo-header);
}
.corporate-page {
  background: var(--corporate-header);
}
.publishing-page {
  background: var(--publishing-header);
}
.digital-page {
  background: var(--digital-header);
}
.stationery-page {
  background: var(--stationery-header);
}
.brand-printing-page {
  background: var(--brand-printing-header);
}
.seo-page {
  background: var(--seo-header);
}
.app-page {
  background: var(--app-header);
}
.animation-page {
  background: var(--animation-header);
}
.works-page {
  background: var(--works-header);
}
.clients-page {
  background: var(--clients-header);
}
.testimonials-page {
  background: var(--testimonials-header);
}
.downloads-page {
  background: var(--downloads-header);
}
.careers-page {
  background: var(--careers-header);
}
.contact-page {
  background: var(--contact-header);
}
.faqs-page {
  background: var(--faqs-header);
}
.privacy-page {
  background: var(--privacy-header);
}
.cookie-page {
  background: var(--cookie-header);
}
.disclaimer-page {
  background: var(--disclaimer-header);
}
.error-page {
  background: var(--error-header);
}
.picture-hover-zoom figure {
  height: auto;
  overflow: hidden;
}
.picture-hover-zoom figure img {
  transition: transform .5s, filter 1.5s ease-in-out;
}
.picture-hover-zoom:hover figure img {
  transform: scale(1.1);
}
.brand-button, a.brand-button {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 10px 14px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.brand-button:hover, a.brand-button:hover, .brand-button:focus, a.brand-button:focus {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.brand-button:active, a.brand-button:active {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
}
.white-button, a.white-button {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--primarycolor);
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 10px 14px;
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}
.white-button:hover, a.white-button:hover, .white-button:focus, a.white-button:focus {
  color: var(--secondarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}
.white-button:active, a.white-button:active {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--primarycolor);
}
.mfp-close-btn-in .mfp-close {
  color: var(--colorwhite);
}
.our-clients {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../images/pages/wave-pattern.svg');
  padding: 100px 0px;
}
section .works {
  transition-delay: 0s!important;
  transition: background-color 0.4s;
}
section .works .project-box {
  width: 100%;
}
section .works .project-box {
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.technology-slide img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.technology-slide img:hover {
  filter: grayscale(0%);
}
.project-box figure, .portfolio-filter figure, .services-box figure {
  margin: 0;
}
#flipbook {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
#flipbook {
  width: 800px;
  height: 600px;
  margin: 0 auto;
}
}
#flipbook .page {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.custom-modal .popup-close {
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  z-index: 999;
  box-shadow: none;
}
.services-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: var(--primarycolor);
  transition: opacity 1s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../images/pages/services-background.webp');
  padding: 100px 0px;
}
.homevideo {
  position: relative;
  background-color: var(--primarycolor);
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
.homevideo {
  height: 90vh;
  min-height: 25rem;
}
}
.homevideo .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--colorblack);
  opacity: .05;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.homevideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.homevideo .container {
  position: relative;
  z-index: 2;
}
.social-icons ol {
  margin: 0;
  padding: 0;
}
.social-icons ol li {
  list-style: none;
}
.social-icons ol li a {
  position: relative;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  background: linear-gradient(0deg, var(--bg-light), var(--colorwhite));
  transition: .5s;
}
.social-icons ol li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  text-decoration: none;
}
.social-icons ol li a svg {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: linear-gradient(0deg, var(--colorwhite), var(--bg-light));
  border-radius: 50%;
  line-height: calc(60px - 12px);
  font-size: 24px;
  color: var(--tertiarycolor);
  transition: .5s;
}
.social-icons ol li:nth-child(1) a:hover svg {
  color: var(--colorphone);
}
.social-icons ol li:nth-child(2) a:hover svg {
  color: var(--coloremail);
}
.social-icons ol li:nth-child(3) a:hover svg {
  color: var(--colorwhatsapp);
}
.social-icons ol li:nth-child(4) a:hover svg {
  color: var(--colorfacebook);
}
.social-icons ol li:nth-child(5) a:hover svg {
  color: var(--colorinstagram);
}
.social-icons ol li:nth-child(6) a:hover svg {
  color: var(--colortwitter);
}
.social-icons ol li:nth-child(7) a:hover svg {
  color: var(--colorlinkedin);
}
.footer-social-icons .social {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  height: 100%;
}
@media (max-width: 575.98px) {
.footer-social-icons .social {
  justify-content: space-between;
}
.footer-social-icons .social .social-item {
  width: 40px!important;
  height: 40px!important;
}
}
.footer-social-icons .social .social-item {
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social-icons .social .social-item:last-child {
  margin: 0!important;
}
.footer-social-icons .social .social-item .social-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--colorblack);
  color: var(--dark-90);
  text-align: center;
  -moz-transition: all, ease-in-out.5s;
  -o-transition: all, ease-in-out.5s;
  -webkit-transition: all, ease-in-out.5s;
  transition: all, ease-in-out.5s;
  border-radius: 100%;
  border: 3px solid var(--dark-90);
}
.footer-social-icons .social .social-item .social-link:hover {
  color: var(--colorwhite);
  background: var(--colorblack);
  border: 3px solid var(--colorwhite);
}
.fixedSidebar {
  position: fixed;
  z-index: 99;
  background-color: var(--dark-10);
}
.fixedSidebar.active .sidebarItem {
  transform: scale(0);
  margin: 0;
  width: 0;
  height: 0;
}
.fixedSidebar [data-tooltip] {
  position: relative;
  z-index: 9;
}
.fixedSidebar [data-tooltip]::before {
  position: absolute;
  content: attr(data-tooltip);
  display: block;
  padding: 7px;
  color: var(--colorwhite);
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
  border-radius: 4px;
  background: var(--dark-10);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.fixedSidebar [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}
.fixedSidebar .sidebarItem {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 10px 0;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  transition: 0.25s;
  cursor: pointer;
}
.fixedSidebar .sidebarItem svg {
  fill: var(--colorwhite);
}
.fixedSidebar .sidebarItem.buttonTrigger {
  cursor: pointer;
}
.fixedSidebar.fixedSidebarLeft {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.fixedSidebar.fixedSidebarLeft:before, .fixedSidebar.fixedSidebarLeft:after {
  content: "";
  pointer-events: none;
  position: absolute;
  height: 30px;
  width: 60px;
  left: 0px;
}
.fixedSidebar.fixedSidebarLeft:before {
  top: 0;
  border-radius: 0 0 50px 0;
  box-shadow: 30px 1px 0 0 var(--dark-10);
  transform: rotate(-90deg) translateY(50%) translateX(-75%);
}
.fixedSidebar.fixedSidebarLeft:after {
  bottom: 0;
  border-radius: 0 50px 0px 0;
  box-shadow: 30px -1px 0 0 var(--dark-10);
  transform: rotate(0.25turn) translateX(-75%) translateY(-50%);
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger svg {
  transform: rotate(0deg);
  transition: 0.25s;
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active {
  transform: scale(1) !important;
  width: 24px !important;
  height: 24px !important;
}
.fixedSidebar.fixedSidebarLeft .buttonTrigger.active svg {
  transform: rotate(180deg);
}
.fixedSidebar.fixedSidebarLeft [data-tooltip]::before {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.fixedSidebar.fixedSidebarLeft [data-tooltip]:hover::before {
  right: 50px;
}