@tailwind base;
@tailwind components;
@tailwind utilities;

@import url(./assets/geometria/style.css);

#cc-main {
  --cc-font-family: var(--geometria);
}

.cc--dark-turquoise {
  color-scheme: dark;
  
  --cc-bg: #161a1c;
  --cc-primary-color: rgb(239, 244, 246);
  --cc-secondary-color: #b1bdc3;

  --cc-btn-primary-bg: #60fed2;
  --cc-btn-primary-color: #000;
  --cc-btn-primary-hover-bg: #4dd4ae;
  --cc-btn-primary-hover-color: #000;

  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;

  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: #1e2428;
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #242c31;
  --cc-cookie-category-expanded-block-hover-bg: #242c31;
  --cc-cookie-category-expanded-block-bg: #1e2428;
  --cc-toggle-readonly-bg: #343e45;
  --cc-overlay-bg: rgba(4, 6, 8, .85)!important;

  --cc-toggle-on-knob-bg: var(--cc-bg);
  --cc-toggle-readonly-knob-bg: var( --cc-cookie-category-block-bg);

  --cc-separator-border-color: #222a30;

  --cc-footer-border-color: #212529;
  --cc-footer-bg: #0f1112;
} 


:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;

    --geometriaL: 'Geometria-Light';
    --geometria: 'Geometria';
    --geometriaM: 'Geometria-Medium', sans-serif;
    --geometriaB: 'Geometria-Bold', sans-serif;

    --gobold: 'Gobold Bold', sans-serif;

    --white: #ffffff;
    --branco: #ffffff;
    /*--preto: #231F20;*/

    --violet: #420044;
    --pink: #ff76bb;
    --lightpink: #ffbaff;
    --gray: #414042;

    --black: #1e1414;
    --gray25: #c7c4c4;
    --gray75: #564f4f;
    --mediumblack: #342b2c;
    --lightblack: #403737;
    --sand: #faf3e9;
    
    --cinzaclaro: #E9E9EF;
    --cinza: #71717D;
    --cinza2: #414141;
    --cinzaescuro: #4d4d4d;
    --laranja: #ea983e;
    --roxo: #4c3c7e;
    --amarelo: #ffe123;
    --pretofosco: #262626;
}

*,html,body {
    cursor: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

.cursor {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 3px solid var(--lightpink);
  background-color: var(--lightpink);
  opacity: 0.6;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9999;
  mix-blend-mode:hard-light;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--violet);
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9999;
  mix-blend-mode: hard-light;
}

.hover {
  width: 25px;
  height: 25px;
  background-color: transparent;
  opacity: 0.8;
}

.cursorinnerhover {
  width: 20px;
  height: 20px;
  opacity: .3;
}

html.lenis, html.lenis body {
    height: auto;
   }
   .lenis.lenis-smooth {
    scroll-behavior: auto !important;
   }
   .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
   }
   .lenis.lenis-stopped {
    overflow: hidden;
   }
   .lenis.lenis-smooth iframe {
    pointer-events: none;
   }

/* prevent drag */
.user-drag-none {
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--cinzaclaro);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--roxo);
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--cianoclaro);
}

/* Fonts */
.geometriaL {
    font-family: var(--geometriaL);
    font-weight: 300;
}
.geometria {
    font-family: var(--geometria);
    font-weight: 400;
}
.geometriaM {
  font-family: var(--geometriaM);
  font-weight: 500;
}
.geometriaB {
    font-family: var(--geometriaB);
    font-weight: normal;
}

.gobold {
  font-family: var(--gobold);
  font-weight: 400;
  font-style: normal;
}

strong {
    font-family: var(--geometriaB);
    font-weight: normal;
}

/* Sections */

/*
.video-insta {
  min-height: 100vh !important; 
}

.video-insta video {
  min-height: 100vh !important;
}

video.bg {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 600px;
    object-fit: cover;
    pointer-events: none;
}
*/

.header-menu {
  width: 100%;
  background: #FFF;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80) 100%);
  backdrop-filter: blur(15px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.hero{
  background: url(./assets/images/header_banner.webp) no-repeat bottom center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  height: 100vh;
}

video.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 960px;
    min-height: 680px;
    /*height: auto;*/
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

.overlay {
    position: absolute;
    background: rgba(0,0,0, 1.0);
    min-height: 100%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.passo1{
  background: url(./assets/images/bg-passo-1.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo2{
  background: url(./assets/images/bg-passo-2.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo3{
  background: var(--violet) url(./assets/images/bg-circles.webp) no-repeat center center;
  background-size: contain;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.passo4{
  background: url(./assets/images/bg-passo-4.webp) no-repeat top center;
  background-size: cover;
  /*height: calc(100vh - 114px);*/
  min-height: 100vh;
}

.downloads {
  background: linear-gradient(180deg, var(--branco) 0%, var(--lightpink) 100%);
  min-height: 100vh;
}

@media only screen and (max-width: 676px) {
    video.bg {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 680px;
        /*height: auto;min-height: 94vh;
        object-fit: cover;*/
        pointer-events: none;
    }
     
    .hero{
      background: url(./assets/images/header_banner_mobile_pt.webp) no-repeat top center;
      background-size: cover;
      height: 100vh;
    }
    /**/
}


/* Elements */

.ilustra {
    width: 100%;
    min-height: 480px;
    background: url(./assets/images/ilustra-menina-mulher.webp) no-repeat center center;
    background-size: contain;
}
@media only screen and (max-width: 676px) {
    .ilustra {
    width: 100%;
    min-height: 280px;
    background: url(./assets/images/ilustra-menina-mulher.webp) no-repeat center center;
    background-size: cover;
}
}

/* Vanilla CSS for flip card */
.card { perspective: 1000px; cursor: pointer;}
.card__content {transform-style: preserve-3d;}
.card:hover .card__content {transform: rotateY(.5turn);}

.card__front,
.card__back { backface-visibility: hidden;}
.card__back { transform: rotateY(.5turn);}


@keyframes rotate-background {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px) {
    
    #gt_float_wrapper {
          left: auto !important;
          right: 20px !important;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only (min-width: 768px) and (max-width: 1280px) {
    
}
/* Extra large devices (large laptops and desktops, 1200px and up)*/
@media only screen and (min-width: 1280px) {
    .hero {
        min-height: calc(100vh - 128px);
        background-size: cover;
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 766px) {

}


@keyframes draw {
  from {
    stroke-dasharray: 0 100;
  }
}

ul.check {
  list-style-type: none;
}

ul.check li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.overlay {
    position: absolute;
    background: rgba(113,113,125,0.75);
    /*min-height: 100%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    z-index: 10;
  }
    
  /* Display drop-down menu on hover */
  nav ul li:hover > ul {
      display: inherit;
  }
      
  /* Change this in order to change the symbol of the drop-down menu */
  li > a:after {
    content: '';
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
  li > a:only-child:after {
    content: '';
  }
  
  .search-input::placeholder{
    font-size: medium;
    color: #fff;
  }
  
  
  .nav-language {
    width: auto;
    background-color: #4c3c7e;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 70px 0px 0px 70px;
    position: fixed;
    right: 0px;
    /*top: 138px;*/
    padding: 6px 4px 6px 6px;
    gap: 5px;
    transition: all .3s ease-in-out;
    z-index: 10;
  }
  
  .esconde {
      -webkit-animation:elastic once infinite;
      -webkit-animation-name: run;
      -webkit-animation-duration: 1s;
  }     
      @-webkit-keyframes run {
      0% { left: 90%;}
      50%{ left : 100%;}
      100%{ left : 90%;}
  }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomReverseIn {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}

/* Swiper */
.swiper {
 overflow: visible !important;
}


.swiper-button-prev, .swiper-button-next {
    /*
    position: relative;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10; 
    
    width: 60px;*/
    cursor: pointer;
    display: flex;
    /*margin-top: 10px;*/
    align-items: center;
    justify-content: center;
    color: var(--pretofosco);
}


.swiper-button-prev {
   /*background: url(./assets/images/arrow-left.svg) no-repeat center center;*/
   color: var(--pretofosco);
   left: var(--swiper-navigation-sides-offset, -25px);
   right: auto;
}
.swiper-button-next {
  /* background: url(./assets/images/arrow-right.svg) no-repeat center center; */
  color: var(--pretofosco);
  right: var(--swiper-navigation-sides-offset, -25px);
  left: auto;
}

.swiper-button-prev2, .swiper-button-next2 {
    /*
    position: relative;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10; 
    
    width: 60px;*/
    cursor: pointer;
    display: flex;
    /*margin-top: 10px;*/
    align-items: center;
    justify-content: center;
    color: var(--pretofosco);
}

 .swiper-button-prev2 {
   /*background: url(./assets/images/arrow-left.svg) no-repeat center center;*/
   color: var(--cinza);
   left: var(--swiper-navigation-sides-offset, -25px);
   right: auto;
}
.swiper-button-next2 {
  /* background: url(./assets/images/arrow-right.svg) no-repeat center center; */
  color: var(--cinza);
  right: var(--swiper-navigation-sides-offset, -25px);
  left: auto;
}

/**/
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--lightpink);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--lightpink);
}

.swiper-button-prev2:after, .swiper-rtl .swiper-button-next2:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--lightpink);
}

.swiper-button-next2:after, .swiper-rtl .swiper-button-prev2:after {
    /*content: '';*/
    font-size: 1.2rem;
    color: var(--lightpink);
}

.swiper-pagination-bullet {
      background-color: var(--lightpink);
      width: 10px;
      height: 10px;
      opacity: 0.5;
}
.swiper-pagination-bullet-active {
      width: 26px;
      height: 10px;
      background-color: var(--branco);
      opacity: 1;
      border-radius: 6px;
}

.mod2 .swiper-pagination-bullet {
      background-color: var(--cinzaclaro);
      width: 10px;
      height: 10px;
      opacity: 1;
}
.mod2 .swiper-pagination-bullet-active {
      width: 26px;
      height: 10px;
      background-color: var(--lightpink);
      opacity: 1;
      border-radius: 6px;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: -30px;
}


.swiper-pagination.mod2.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  bottom: 30px;
}

/* Preloader */
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #420044;;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000;
}

/* Cortinas */
        .curtain {
            position: fixed;
            top: 0;
            width: 50%;
            height: 100%;
            background: #420044;
            z-index: 100;
        }
        
        .curtain-left {
            left: 0;
        }
        
        .curtain-right {
            right: 0;
        }
      
      .loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.loader .section {
  width: 5px;
  height: 10px;
  background-color: rgba(255,255,255,0.075);
  border-radius: 2px;
}
.loader .section0 {
  position: absolute;
  transform: rotate(0deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.loader .section1 {
  position: absolute;
  transform: rotate(8deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.055s;
}
.loader .section2 {
  position: absolute;
  transform: rotate(16deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.11s;
}
.loader .section3 {
  position: absolute;
  transform: rotate(24deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.165s;
}
.loader .section4 {
  position: absolute;
  transform: rotate(32deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.22s;
}
.loader .section5 {
  position: absolute;
  transform: rotate(40deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.275s;
}
.loader .section6 {
  position: absolute;
  transform: rotate(48deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.33s;
}
.loader .section7 {
  position: absolute;
  transform: rotate(56deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.385s;
}
.loader .section8 {
  position: absolute;
  transform: rotate(64deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.44s;
}
.loader .section9 {
  position: absolute;
  transform: rotate(72deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.495s;
}
.loader .section10 {
  position: absolute;
  transform: rotate(80deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.55s;
}
.loader .section11 {
  position: absolute;
  transform: rotate(88deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.605s;
}
.loader .section12 {
  position: absolute;
  transform: rotate(96deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.66s;
}
.loader .section13 {
  position: absolute;
  transform: rotate(104deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.715s;
}
.loader .section14 {
  position: absolute;
  transform: rotate(112deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.77s;
}
.loader .section15 {
  position: absolute;
  transform: rotate(120deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.825s;
}
.loader .section16 {
  position: absolute;
  transform: rotate(128deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.88s;
}
.loader .section17 {
  position: absolute;
  transform: rotate(136deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.935s;
}
.loader .section18 {
  position: absolute;
  transform: rotate(144deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 0.99s;
}
.loader .section19 {
  position: absolute;
  transform: rotate(152deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.045s;
}
.loader .section20 {
  position: absolute;
  transform: rotate(160deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.1s;
}
.loader .section21 {
  position: absolute;
  transform: rotate(168deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.155s;
}
.loader .section22 {
  position: absolute;
  transform: rotate(176deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.21s;
}
.loader .section23 {
  position: absolute;
  transform: rotate(184deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.265s;
}
.loader .section24 {
  position: absolute;
  transform: rotate(192deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.32s;
}
.loader .section25 {
  position: absolute;
  transform: rotate(200deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.375s;
}
.loader .section26 {
  position: absolute;
  transform: rotate(208deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.43s;
}
.loader .section27 {
  position: absolute;
  transform: rotate(216deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.485s;
}
.loader .section28 {
  position: absolute;
  transform: rotate(224deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.54s;
}
.loader .section29 {
  position: absolute;
  transform: rotate(232deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.595s;
}
.loader .section30 {
  position: absolute;
  transform: rotate(240deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.65s;
}
.loader .section31 {
  position: absolute;
  transform: rotate(248deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.705s;
}
.loader .section32 {
  position: absolute;
  transform: rotate(256deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.76s;
}
.loader .section33 {
  position: absolute;
  transform: rotate(264deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.815s;
}
.loader .section34 {
  position: absolute;
  transform: rotate(272deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.87s;
}
.loader .section35 {
  position: absolute;
  transform: rotate(280deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.925s;
}
.loader .section36 {
  position: absolute;
  transform: rotate(288deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 1.98s;
}
.loader .section37 {
  position: absolute;
  transform: rotate(296deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.035s;
}
.loader .section38 {
  position: absolute;
  transform: rotate(304deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.09s;
}
.loader .section39 {
  position: absolute;
  transform: rotate(312deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.145s;
}
.loader .section40 {
  position: absolute;
  transform: rotate(320deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.loader .section41 {
  position: absolute;
  transform: rotate(328deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.255s;
}
.loader .section42 {
  position: absolute;
  transform: rotate(336deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.31s;
}
.loader .section43 {
  position: absolute;
  transform: rotate(344deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.365s;
}
.loader .section44 {
  position: absolute;
  transform: rotate(352deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.42s;
}
.loader .section45 {
  position: absolute;
  transform: rotate(360deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.475s;
}
.loader .section46 {
  position: absolute;
  transform: rotate(368deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.53s;
}
.loader .section47 {
  position: absolute;
  transform: rotate(376deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.585s;
}
.loader .section48 {
  position: absolute;
  transform: rotate(384deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.64s;
}
.loader .section49 {
  position: absolute;
  transform: rotate(392deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.695s;
}
.loader .section50 {
  position: absolute;
  transform: rotate(400deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.75s;
}
.loader .section51 {
  position: absolute;
  transform: rotate(408deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.805s;
}
.loader .section52 {
  position: absolute;
  transform: rotate(416deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.86s;
}
.loader .section53 {
  position: absolute;
  transform: rotate(424deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.915s;
}
.loader .section54 {
  position: absolute;
  transform: rotate(432deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 2.97s;
}
.loader .section55 {
  position: absolute;
  transform: rotate(440deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.025s;
}
.loader .section56 {
  position: absolute;
  transform: rotate(448deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.08s;
}
.loader .section57 {
  position: absolute;
  transform: rotate(456deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.135s;
}
.loader .section58 {
  position: absolute;
  transform: rotate(464deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.19s;
}
.loader .section59 {
  position: absolute;
  transform: rotate(472deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.245s;
}
.loader .section60 {
  position: absolute;
  transform: rotate(480deg) translate(0, -45px);
  animation: rotate 2.5s ease infinite;
  animation-fill-mode: forwards;
  animation-delay: 3.3s;
}
.path {
  position: absolute;
  font-size: 32px;
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  width: 275px;
  height: 275px;
  fill: #fff;
}
.p1 {
  color: #fff;
  position: absolute;
  transform: rotate(-30deg) translate(0, -65px);
  /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p2 {
  color: #fff;
  position: absolute;
  transform: rotate(-60deg) translate(0, -65px);
  /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p3 {
  color: #fff;
  position: absolute;
  transform: rotate(-90deg) translate(0, -65px);
   /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p4 {
  color: #fff;
  position: absolute;
  transform: rotate(-120deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p5 {
  color: #fff;
  position: absolute;
  transform: rotate(-150deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p6 {
  color: #fff;
  position: absolute;
  transform: rotate(-180deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p7 {
  color: #fff;
  position: absolute;
  transform: rotate(-210deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p8 {
  color: #fff;
  position: absolute;
  transform: rotate(-240deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p9 {
  color: #fff;
  position: absolute;
  transform: rotate(-270deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p10 {
  color: #fff;
  position: absolute;
  transform: rotate(-300deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p11 {
  color: #fff;
  position: absolute;
  transform: rotate(-330deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.p12 {
  color: #fff;
  position: absolute;
  transform: rotate(-360deg) translate(0, -65px);
    /*font-family: 'Bebas Neue';*/
  font-family: var(--gobold);
  font-size: 24px;
}
.holder {
  height: 75px;
  width: 0;
  position: absolute;
  animation: rotatet 8s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-moz-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-webkit-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-o-keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@keyframes rotate {
  from {
    background-color: #f09;
  }
  to {
    background-color: rgba(255,255,255,0.075);
  }
}
@-moz-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotatet {
  to {
    transform: rotate(360deg);
  }
}