@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
body {
    font-family: "Comfortaa", sans-serif;
    margin: 0;
    padding: 0; 
    color:#0c0c0c !important;
    text-rendering2: optimizeLegibility; 
    font-size: 15px!important; 
    font-weight: 600;
    background: rgb(119 119 119 / 10%);
}

header
{
    margin-top: -55px; 
    width: 30%;
    margin-left: 35%;
}
 p {
   font-size: 15px!important;
   font-weight: 600;
   
}
a , a:hover , a:focus , a:active {
    text-decoration: none;
    color: #333333;
}
 
.categ-home span , .categ-home span:hover , .categ-home span:focus {
    font-size: 25px!important;
    color:white!important;
    background: rgb(255 98 70 / 70%);
    text-decoration: none!important;
}
 
/* default font size */
.fa {
    font-size: 27px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 28px;
}
h2 {
    font-size: 23px;
}
h3 {
    font-size: 30px;
    color: #294225;
    font-weight: bold;
}

@media (max-width: 767px) { 
h3 {
    font-size:20px; 
}
 }

 
h5 {
    font-size: 15px;
}
h6 {
    font-size:  15px;
}
 
legend {
    font-size: 16px;
    background: #333333;
    padding: 7px ;
    color: white;
}
label {
    font-size: 15px;
    font-weight: normal;
}   
 
 
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 14px;
}
div.requi#cb6d18 .control-label:before {
    content: '* ';
    color: #F00;
      
} 
/* content */
#content { 
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    margin-top: 1%!important;
    margin-bottom:  1%!important;
}
@media (max-width: 767px) { 

#tosc {
    margin-bottom: 55px;
}
#content { 
    width: 100%!important;
    margin-left:0%!important;
    margin-right: 0%!important; 
} 
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background: black;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    width:100%;
    margin-left: :5%;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
     font-size: 13px;
}
footer p {
    color: #ccc;
     font-size: 13px;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-size: 13px;
      
    color: #fff;
}

/* alert */
.alert   {
  padding: 8px 14px 14px 14px;
  width:80%;
  margin-left:10%;
  margin-top: 10px;
  text-align: center;
  background: #333333;
  color: white;
}
    
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0px;
    color: inherit;
} 
 
/* Social Media Design */ 
.social-buttons {
    display : flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0px;
    border-radius: 5em;
    margin-top: 10px;
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

.social-buttons svg {
  transition: 0.3s;
  height: 20px;
}

.facebook {
  background-color: #3b5998;
}

.facebook svg {
  fill: #f2f2f2;
}

.facebook:hover svg {
  fill: #3b5998;
}

.tiktok {
  background-color: #333;
}

.tiktok svg {
  width: 25px;
  height: 25px;
  fill: #f2f2f2;
}

.tiktok:hover svg {
  fill: #333;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin svg {
  fill: #f2f2f2;
}

.linkedin:hover svg {
  fill: #0077b5;
}

.instagram {
  background-color: #c13584;
}

.instagram svg {
  fill: #f2f2f2;
}

.instagram:hover svg {
  fill: #c13584;
}
/* NAVIGATION BAR */ 
.navigation-card {
    width: 100%;
    height: fit-content;
    display: flex ;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: rgb(40, 64, 38);
    padding: 6px 0px;
    border-radius: 50px;
    margin: 10px;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color:  rgb(40, 64, 38) ;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.tab   svg{
    fill: rgb(126 184 61);
}
.tab:hover {
    background-color: rgb(126 184 61);
}
.tab:hover  svg{
    fill: white;
}
/* Button Design */ 

.button {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 4%;
    position: relative;
    padding: 12px 35px;
    background: #294225;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s ease;
}

.button:hover {
    background: transparent;
    color: #294225;
    box-shadow: 0 0 25px #845635;
    border: 3px solid #284124;
}

.button:hover .star-1 {
  position: absolute;
  top: -80%;
  left: -30%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.button:hover .star-2 {
  position: absolute;
  top: -25%;
  left: 10%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.button:hover .star-3 {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.button:hover .star-4 {
  position: absolute;
  top: 30%;
  left: 80%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.button:hover .star-5 {
  position: absolute;
  top: 25%;
  left: 115%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.button:hover .star-6 {
  position: absolute;
  top: 5%;
  left: 60%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 10px #294225);
  z-index: 2;
}

.fil0 {
  fill: #294225;
} 
 
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #A3C1DA;
}
.carousel-control .icon-prev:before {
    content: '\f053';
}
.carousel-control .icon-next:before {
    content: '\f054';
}
 
 
/* /////////end products */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    background:  transparent!important;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1149px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}
 
/*////// header nav */
  .navbar { 
    background-color: #bfc7ca;
    z-index: 9999;
    border: 0;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0; 
  }
  .navbar-nav>li>a {  
    line-height: 35px;
    font-size: 22px!important;
}
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important; 
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333333!important; 
}
 
 
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: transparent;
    background-color: transparent;
}
  
/*////// slider left and right*/
.carousel-control.right  {
    right: 0;
    left: auto;
    background: none;
}
.carousel-control.left  {
    left: 0;
    right: auto;
    background: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -14px;
    color: #284026; 
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-previous {
    margin-right: -14px;
    color: #284026; 
}
 

/*////// Margin all pages*/

.mrgn  {
     margin-top: 145px; 
}
 
@media(max-width:1024px){
.mrgn {
       margin-top: 100px;
}
}  
 @media(max-width:767px){
#logo{
  width: 45%!important;
}
.mrgn {
       margin-top: 230px;
}
 
}  

/* DESCRIPTION */ 
.page {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
  background: #ffffff;
  background-image: linear-gradient(#ffffff 1.1rem, #ccc 1.2rem);
  background-size: 100% 1.2rem;
  line-height: 2rem;
  padding: 1.4rem 0.5rem 0.3rem 4.5rem;
}

.page::before,
.page::after {
  position: absolute;
  content: "";
  bottom: 10px;
  width: 40%;
  height: 10px; 
  z-index: -1;
  transition: all 0.3s ease;
}

.page::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.page::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.page p {
  margin: 0;
  text-indent: 1rem;
  padding-bottom: 1.2rem;
  color: black;
  line-height: 20px;
  font-size: 18px!important;
}

/* Product Design */ 
 
#page2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
}

#container2 {
    display: flex ;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

#h-ring2 span{
  font-size: :20px!important;
  text-transform: uppercase!important;
}

#ring2 {
  width: 200px;
  height: 200px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
}

#ring2:nth-child(1) {
  border-bottom: 8px solid rgb(41 66 37);
  animation: rotate1 2s linear infinite;
}

@keyframes rotate1 {
  from {
    transform: rotateX(50deg) rotateZ(110deg);
  }

  to {
    transform: rotateX(50deg) rotateZ(470deg);
  }
}

#ring2:nth-child(2) {
  border-bottom: 8px solid rgb(128 183 66);
  animation: rotate2 2s linear infinite;
}

@keyframes rotate2 {
  from {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
  }

  to {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
  }
}

#ring2:nth-child(3) {
  border-bottom: 8px solid rgb(126 100 59);
  animation: rotate3 2s linear infinite;
}

@keyframes rotate3 {
  from {
    transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
  }

  to {
    transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
  }
}

#ring2:nth-child(4) {
  border-bottom:8px solid rgb(51 51 51);
  animation: rotate4 2s linear infinite;
}

@keyframes rotate4 {
  from {
    transform: rotateX(70deg) rotateZ(270deg);
  }

  to {
    transform: rotateX(70deg) rotateZ(630deg);
  }
} 
/* MATERIALS */ 
.card-material {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10%;
    background-color: #284124;
    border-radius: 10px;
    display: flex ;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow:0 0 0 1px #7eb83c;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-material img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-material:hover {
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card-material__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-material:hover .card-material__content {
  transform: rotateX(0deg);
}

.card-material__title {
  margin: 0;
  font-size: 25px!important;
  color: #284124;
  font-weight: 700;
  z-index: 1;
}

.card-material:hover img {
  scale: 0;
}

.card-material__description {
  margin: 10px 0 0;
  font-size: 18px!important;
  z-index: 1;
  line-height: 1.4;
}


/* PARTNERS Design */ 
.container-partners {
  overflow: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  width:90%;
  margin: 0 auto;
  padding: 0 5px;
}

.card-partners {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 10px;
  padding: 0rem;
  margin: 1rem;
  width: 100%;
}
 
.card-partners  img {
  width: 200px;
  display: inline-block;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; 
}


/* image-grid */
 .image-grid { 
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 10px;
      padding: 10px;
    }

    .image-wrapper img{
      width: 40%;
      margin-left: 30%;
      aspect-ratio: 1 / 1;  
      display: flex;
      align-items: center;       
      justify-content: center;    
      overflow: hidden;         
    }

    .image-wrapper img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;  
    }
 
/* hamster */ 
.wheel-and-hamster {
  --dur: 1s;
  position: relative;
  width: 12em;
  height: 12em;
  font-size: 14px;
}

.wheel,
.hamster,
.hamster div,
.spoke {
  position: absolute;
}

.wheel,
.spoke {
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wheel {
  background: radial-gradient(100% 100% at center,hsla(0,0%,60%,0) 47.8%,hsl(0,0%,60%) 48%);
  z-index: 2;
}

.hamster {
  animation: hamster var(--dur) ease-in-out infinite;
  top: 50%;
  left: calc(50% - 3.5em);
  width: 7em;
  height: 3.75em;
  transform: rotate(4deg) translate(-0.8em,1.85em);
  transform-origin: 50% 0;
  z-index: 1;
}

.hamster__head {
  animation: hamsterHead var(--dur) ease-in-out infinite;
  background: hsl(30,90%,55%);
  border-radius: 70% 30% 0 100% / 40% 25% 25% 60%;
  box-shadow: 0 -0.25em 0 hsl(30,90%,80%) inset,
    0.75em -1.55em 0 hsl(30,90%,90%) inset;
  top: 0;
  left: -2em;
  width: 2.75em;
  height: 2.5em;
  transform-origin: 100% 50%;
}

.hamster__ear {
  animation: hamsterEar var(--dur) ease-in-out infinite;
  background: hsl(0,90%,85%);
  border-radius: 50%;
  box-shadow: -0.25em 0 hsl(30,90%,55%) inset;
  top: -0.25em;
  right: -0.25em;
  width: 0.75em;
  height: 0.75em;
  transform-origin: 50% 75%;
}

.hamster__eye {
  animation: hamsterEye var(--dur) linear infinite;
  background-color: hsl(0,0%,0%);
  border-radius: 50%;
  top: 0.375em;
  left: 1.25em;
  width: 0.5em;
  height: 0.5em;
}

.hamster__nose {
  background: hsl(0,90%,75%);
  border-radius: 35% 65% 85% 15% / 70% 50% 50% 30%;
  top: 0.75em;
  left: 0;
  width: 0.2em;
  height: 0.25em;
}

.hamster__body {
  animation: hamsterBody var(--dur) ease-in-out infinite;
  background: hsl(30,90%,90%);
  border-radius: 50% 30% 50% 30% / 15% 60% 40% 40%;
  box-shadow: 0.1em 0.75em 0 hsl(30,90%,55%) inset,
    0.15em -0.5em 0 hsl(30,90%,80%) inset;
  top: 0.25em;
  left: 2em;
  width: 4.5em;
  height: 3em;
  transform-origin: 17% 50%;
  transform-style: preserve-3d;
}

.hamster__limb--fr,
.hamster__limb--fl {
  clip-path: polygon(0 0,100% 0,70% 80%,60% 100%,0% 100%,40% 80%);
  top: 2em;
  left: 0.5em;
  width: 1em;
  height: 1.5em;
  transform-origin: 50% 0;
}

.hamster__limb--fr {
  animation: hamsterFRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,80%) 80%,hsl(0,90%,75%) 80%);
  transform: rotate(15deg) translateZ(-1px);
}

.hamster__limb--fl {
  animation: hamsterFLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,90%) 80%,hsl(0,90%,85%) 80%);
  transform: rotate(15deg);
}

.hamster__limb--br,
.hamster__limb--bl {
  border-radius: 0.75em 0.75em 0 0;
  clip-path: polygon(0 0,100% 0,100% 30%,70% 90%,70% 100%,30% 100%,40% 90%,0% 30%);
  top: 1em;
  left: 2.8em;
  width: 1.5em;
  height: 2.5em;
  transform-origin: 50% 30%;
}

.hamster__limb--br {
  animation: hamsterBRLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,80%) 90%,hsl(0,90%,75%) 90%);
  transform: rotate(-25deg) translateZ(-1px);
}

.hamster__limb--bl {
  animation: hamsterBLLimb var(--dur) linear infinite;
  background: linear-gradient(hsl(30,90%,90%) 90%,hsl(0,90%,85%) 90%);
  transform: rotate(-25deg);
}

.hamster__tail {
  animation: hamsterTail var(--dur) linear infinite;
  background: hsl(0,90%,85%);
  border-radius: 0.25em 50% 50% 0.25em;
  box-shadow: 0 -0.2em 0 hsl(0,90%,75%) inset;
  top: 1.5em;
  right: -0.5em;
  width: 1em;
  height: 0.5em;
  transform: rotate(30deg) translateZ(-1px);
  transform-origin: 0.25em 0.25em;
}

.spoke {
  animation: spoke var(--dur) linear infinite;
  background: radial-gradient(100% 100% at center,hsl(0,0%,60%) 4.8%,hsla(0,0%,60%,0) 5%),
    linear-gradient(hsla(0,0%,55%,0) 46.9%,hsl(0,0%,65%) 47% 52.9%,hsla(0,0%,65%,0) 53%) 50% 50% / 99% 99% no-repeat;
}

/* Animations */
@keyframes hamster {
  from, to {
    transform: rotate(4deg) translate(-0.8em,1.85em);
  }

  50% {
    transform: rotate(0) translate(-0.8em,1.85em);
  }
}

@keyframes hamsterHead {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(8deg);
  }
}

@keyframes hamsterEye {
  from, 90%, to {
    transform: scaleY(1);
  }

  95% {
    transform: scaleY(0);
  }
}

@keyframes hamsterEar {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(12deg);
  }
}

@keyframes hamsterBody {
  from, 25%, 50%, 75%, to {
    transform: rotate(0);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-2deg);
  }
}

@keyframes hamsterFRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(50deg) translateZ(-1px);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-30deg) translateZ(-1px);
  }
}

@keyframes hamsterFLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-30deg);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(50deg);
  }
}

@keyframes hamsterBRLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(-60deg) translateZ(-1px);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(20deg) translateZ(-1px);
  }
}

@keyframes hamsterBLLimb {
  from, 25%, 50%, 75%, to {
    transform: rotate(20deg);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(-60deg);
  }
}

@keyframes hamsterTail {
  from, 25%, 50%, 75%, to {
    transform: rotate(30deg) translateZ(-1px);
  }

  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(10deg) translateZ(-1px);
  }
}

@keyframes spoke {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(-1turn);
  }
}





/* BULB */ 
.bulb svg {
  display: block;
  height: 90px;
  transform-origin: center top;
  animation: swing_31 1.3s ease-in-out infinite alternate;
}

@keyframes swing_31 {
  0% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(-18deg);
  }
}
 

/* FORM */ 
.form { 
  width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 0px 4px rgba(52, 52, 53, 0.185);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: auto;
    margin-bottom: 23px;
}
 
.label {
  color: rgb(0, 0, 0);
  margin-bottom: 4px;
}

.input {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 20px!important;
  color: #284124;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.input:focus {
  background-color: #fff;
  box-shadow: 0 0 0 2px #cbd5e0;
}

.input:valid {
  border: 1px solid green;
}

.input:invalid {
  border: 1px solid rgba(14, 14, 14, 0.205);
} 
 

 .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 10px;
    line-height: 0;
    background-color: transparent!important;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



/* share RS */ 
.button_rs_share {
 width: 100%;
 height: 3em;
 border-radius: 30em;
 font-size: 15px;
 font-family: inherit;
 border: none;
 position: relative;
 overflow: hidden;
 z-index: 1;
 box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}

.button_rs_share::before {
 content: '';
 width: 0;
 height: 3em;
 border-radius: 30em;
 position: absolute;
 top: 0;
 left: 0;
 background-image: linear-gradient(to right, #7fb93e 0%, #f3a638 100%);
 transition: .5s ease;
 display: block;
 z-index: -1;
}

.button_rs_share:hover::before {
 width: 100%;
}