
:root {
  --blue: #a600ff80;
  --yell: #ff770085;
  --tomato-red: #f47a60;
  --grey: #eee;
}

body {
  background-color: #eee;
  font-family: monospace;
    padding: 25px;
      padding-top: 50px;
        margin: 0;
  overflow-x: hidden;
  transition: background-color 500ms;
}

footer{
  margin-bottom: 20px;
}

.body-theme2-color .links a {
  color: #dddddd;
}

.body-theme2-color {
  color: #dddddd;
  background-color: #595959;
}

.white-logo .logo{
  filter: brightness(3) grayscale(1);
}





.body-theme2 {
  /* background: linear-gradient(
    45deg,
    rgba(167, 9, 35, 1) 0%,
    rgba(136, 45, 122, 1) 20%,
    rgba(125, 46, 138, 1) 22%,
    rgba(103, 37, 122, 1) 36%,
    rgba(87, 37, 121, 1) 48%,
    rgba(93, 22, 47, 1) 67%,
    rgba(222, 13, 41, 1) 89%,
    rgba(255, 113, 0, 1) 100%
  ); */

  background: linear-gradient(
    36deg,
    #d62f05 0%,
    #630457 20%,
    #8f0b75 60%,
    #d62f05 80%,
    #e5c90f 100%
  );
  background-size: 1200% 1200%;

  background-size: 200% 200%;
  -webkit-animation: AnimationName 7s ease-in-out infinite;
  -moz-animation: AnimationName 7s ease-in-out infinite;
  animation: AnimationName 7s ease-in-out infinite;
  /* font-family: 'Schoolbell'; */
  font-weight: 100;
  color: #dddddd;
  display: block;
  height: 0;
  width: 100%;
  position: fixed;
  transition: all 300ms ease-in;
  z-index: 0;
  opacity: 0;
}

.body-theme2-active {
  height: 100%;
  opacity: 1;
  object-fit: cover;
}

.body-theme2 video {
  position: fixed;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 83% 0%;
  }
  50% {
    background-position: 18% 100%;
  }
  100% {
    background-position: 83% 0%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 83% 0%;
  }
  50% {
    background-position: 18% 100%;
  }
  100% {
    background-position: 83% 0%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 83% 0%;
  }
  50% {
    background-position: 18% 100%;
  }
  100% {
    background-position: 83% 0%;
  }
}

.card {
  position: relative;
  margin-left: 15px;
  margin-bottom: 50px;
}


.color1 {
  background: #2d2b2d;
}
.color2 {
  background: #de5b3f;
}

.card .show {
  display: block;
  left: -46px;
}
.card a {
  float: right;
  font-size: 1.2em;
  color: #de5b3f;
}

.header {
  position: relative;
  margin-top: 5vh;
  margin-bottom: 1vh;
  font-size: 3em;
  max-width: 500px;
  line-height: 0.9em;
  letter-spacing: -1px;
  width: 100%;
}

h1 {
  font-size: 2.4em;
  font-weight: 100 !important;
  line-height: 1em;
  letter-spacing: -1px;
  margin-bottom: 0;
  margin-top: 5px;
  width: 60%;
}


h2 {
  color: #de5b3f;
  font-size: 1.2em;
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 100;
  width: 100%;
}

.sub-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
}

.title {
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 1.2em;
  max-width: 500px;
  font-weight: bold;
}

.title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #f47a60;
  position: absolute;
  margin-top: 3px;
  margin-left: -21px;
  border-radius: 3px;
}

.title-alt:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #6e9410;
  position: absolute;
  margin-top: 3px;
  margin-left: -21px;
  border-radius: 3px;
}

.container {
  width: 450px;
    margin: 0 auto;

  padding: 7vw;
  padding-top: 1vw;
  max-width: 500px;

}

.links {
  display: flex;
  position: relative;
  /* background-color: #f47a60; */
  width: 100%;
  justify-content: start;
  margin-bottom: 10px;
  margin-top: 0vh;
}
.sppp{
   width: 100%;
  justify-content: start;
  margin-top: 0vh;
  padding-bottom: 15px;
    border-bottom: 1px solid #f47b6048;
}
.links a {
  margin-top: 10px;
  display: block;
  margin: 10px;
  color: #3c3c3c;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text {
  position: relative;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 0;
  padding-right: 20px;
}

.avatar {
  width: 128px;
  margin-bottom: 16px;
  border-radius: 10px;
}

.carausel {
  margin-top: 15px;
  padding-inline-start: 0;
  list-style-type: none;
  padding-inline-start: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;

}

.carausel::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.carausel li {
  margin-right: 0.8vw;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.carausel li img {
  margin-right: 5px;
  margin-bottom: 10px;
}
.carausel li label {
  font-size: 12px;
}

.product {
  height: 50;
  border-radius: 5px;
  background: #d2d2d2;
}

.doc {
  height: 120;
  border-radius: 10px;
  width: 120px;
  object-fit: cover;
}

.doc::after {
}

.product-big {
  height: 220px;
  border-radius: 10px;
}
.submit {
  border-radius: 5px;
  border: none;
  padding: 5px;
  font-family: monospace;
}

.submit::after{
  content: ' ';
  position: absolute;
  margin-left: 10px;
  width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  
  border-left: 10px solid var(--tomato-red);





}


.submit:hover {
  color: #f47a60;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.3;
}
.podcast {
  text-align: center;

}
.podcast img {
  width: 40px;
}

.podcast label {
  display: block;
  font-size: 10px;
  line-height: 12px;
}

.pulse {
  width: 40px;
  height: 40px;
  border: 1px solid #f47a60;
  animation: anim 2s infinite;
  border-radius: 25px;
  position: absolute;
  top: 50px;
}

@keyframes anim {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.move_shadow {
  height: 5px;
  width: 5px;
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 100px 100px #929292;
  animation: moveee ease-in-out 6s;
  animation-iteration-count: infinite;
}

@keyframes moveee {
  0% {
    top: 0;
    left: 0;
  }
  20% {
    top: 100px;
    left: 100px;
  }
  40% {
    top: 100px;
    left: 0;
  }
  60% {
    top: 0;
    left: 100px;
  }
  80% {
    top: 50px;
    left: 0px;
  }

  100% {
    top: 0;
    left: 0;
  }
}

.avatar1 {
  background: url(asset/_avatar.jpg?v=1) center center no-repeat;
  background-size: cover;
  background-position: 0 0;

  display: block;

  -webkit-transition: background-position 0.5s
    cubic-bezier(0.615, 0.22, 0.785, 0.33);
  -moz-transition: background-position 0.5s
    cubic-bezier(0.615, 0.22, 0.785, 0.33);
  transition: background-position 0.5s cubic-bezier(0.615, 0.22, 0.785, 0.33);

  width: 130px;
  height: 130px;
  margin-bottom: 16px;
  border-radius: 10px;
  z-index: 4;
  position: relative;
}

.avatar2 {
  background-position: top;
  background-size: cover;
  animation: shadowmove 5s ease infinite;
  background-position: 0 -140px;
  box-shadow: -100px -100px 150px 30px #f4cf6044;
  position: relative;
  z-index: 1;
}

.avatar-ai-0 {
  background-image: url(asset/ai3.gif);

  background-position: 0 -2px;
  background-size: 100% 103%;
  transition: none;
}
.avatar-ai-1 {
  background-image: url(asset/ai1.gif);
  background-position: 0 -2px;
  background-size: 100% 103%;

  transition: none;
}
.avatar-ai-2 {
  background-image: url(asset/ai2.gif);
  background-position: 0 -2px;
  background-size: 100% 103%;

  transition: none;
}

.ai-options {
  position: absolute;
  margin-top: 70px;
  opacity: 0;
  transition: all 300ms ease-out;
}
.ai-options-show {
  opacity: 1;
}
#ai-options ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
#ai-options ul li {
  height: 34px;
  width: 80px;
  background-color: rgba(59, 54, 59, 0.36);
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  cursor: pointer;
}

:root {
  --blue: #a600ff80;
  --yell: #ff770085;
}

@keyframes shadowmove {
  0% {
    box-shadow: -100px -100px 350px 100px var(--blue);
  }

  25% {
    box-shadow: -100px 100px 350px 100px var(--blue);
  }

  50% {
    box-shadow: 100px 100px 350px 50px var(--blue);
  }

  75% {
    box-shadow: 100px -100px 350px 10px var(--blue);
  }
  

  100% {
    box-shadow: -100px -100px 350px 100px var(--blue);
  }
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-top: 40px;
  margin-bottom: 10px;

  transform: rotate(90deg);
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 500ms cubic-bezier(0.785, 1.65, 0.645, 0.96);
  transition: 500ms cubic-bezier(0.785, 1.65, 0.645, 0.96);
  box-shadow: 0 0 1px #111111;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #f47a60;
  -webkit-transition: 500ms cubic-bezier(0.785, 1.65, 0.645, 0.96);
  transition: 500ms cubic-bezier(0.785, 1.65, 0.645, 0.96);
}

input:checked + .slider {
  background-color: transparent;
  box-shadow: 0 0 5px #ffffff;
}

input:focus + .slider {
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#podcast-party {
}

.podcst_icon {
  display: none;
}

.podcast_party {
}

#podcast-normal {
}

.popup {
  position: fixed;
  top: 0px;
  z-index: 4;
  width: 350px;
  left: 0;
  padding: 100px 130px;
  height: auto;
  background: #0000003d;
}

.options {
  display: block;
  opacity: 0;
  z-index: 4;
  margin-right: -250px;
  margin-top: 20px;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.options-on {
  margin-right: -20px;
  opacity: 1;
}

.options ul {
  list-style-type: none;
  margin: 0;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
}

.options ul li {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #222;
  margin: 5px;
  border-radius: 12px;
  opacity: 0.7;
  border: 2px solid #fff;
  margin-bottom: 5px;
}

.options ul li:nth-child(1) {
  background-color: #09214f;
}
.options ul li:nth-child(2) {
  background-color: #a41075;
}
.options ul li:nth-child(3) {
  background-color: #8d5745;
}

.title-row {
  display: flex;
  align-items: center;
}


.black-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.0; /* Adjust the value (0.5 represents 50% opacity) to your desired opacity */
  z-index: 5; /* Set a high value to ensure the mask stays on top of other elements */
  display: none;
  transition: all 500ms ease;
}

.black-mask-show {
  display: block;
  opacity: .8;
}

.image-popup {
  z-index: 6;
  position: fixed;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.cross {
  display: block;
  height: 40px;
  width: 40px;
  position: fixed;
  top: 5%;
  right: 20%;
}

.cross::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
.cross::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
}

.row {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.row-hide {
  left: 200px;

}

.mb-1{
 
  margin-bottom: 15px;
}

.row img{
  display: block;
  margin-bottom: 5px;
}

.row a {
  font-size: 16px;
  color: #222;
}

.flags {
  width: 150px;
  display: block;
  margin-bottom: 40px;
}

.logo {
  height: 20px;
  display: block;
  margin-bottom: 10px;
  filter: grayscale(1);
}


fieldset{
  border-radius: 10px;
  border: 1px dotted #d4d4d4;
  margin-bottom: 15px;
  width: 200px;
}

legend{
  padding-right: 10px;
  padding-left: 10px;
  color: #f47a60;
}

.carausel-compact{
  margin-top: 5px;
  margin-bottom: 10px;
}

.quick-view{
  height: 0;
  top: 120px;
  color: #222;
  padding: 10px;
  overflow: hidden;
  transition: all 300ms ease;

}
.quick-view-show{
height: auto;
}

.quick-view h3, h4{
  color: #222;
}

.product-logo{
  background-color: #e1e1e1;
}

.product-sample{
  height: 200px;
  position: absolute;
  bottom: 10px;
  border-radius: 10px;
}

.product-features{

  margin-top: 10px;
}

.product-features li{
  padding-bottom: 5px;
 
}

.spec{
  display: flex;
  flex-direction:row;
  justify-items: start;
  justify-content: space-around;
  margin-top: 15px;
}

.spec span{
  display: block;
  width: 25%;
  padding: 5px;
  border: 1px solid var(--yell);
  margin: 5px;
  margin-left: 0;
  text-align: center;
  border-radius: 5px;
  line-height: 14px;

}

.order{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 10px;
}

.order button{
  padding: 10px;
  border-radius: 5px;
  width: 60%;
  background-color: var(--tomato-red);
  border: none;
}

.cta{
  padding: 15px;
  width: 220px;
  border-radius: 10px;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: monospace;
  transition: all 800ms cubic-bezier(1,-0.34,.07,1.35);
    border: 1px solid #000;


  
}

.cta-sollapse{
  width: 25%;
  margin-left: 400px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cta-container{
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  height: 80px;
}

.cta-chat {
  padding: 15px;
  width: 220px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #000;
  color: #444;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: monospace;
  transition: all 800ms cubic-bezier(1, -0.34, .07, 1.35);
 text-decoration: none;


}



.calendar-week{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  position: absolute;
  transition: all 800ms cubic-bezier(1,-0.34,.07,1.35);
  margin-left: 50px;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  padding-inline-start: 0;
  
}

.calendar-week-show{
  margin-left: 0px;
  opacity: 1;
  width: 100%;
}

.calendar-week li{
  text-align: left;

  padding: 5px;
  margin: 5px;
  margin-right: 5px;
  width: 150px;
  
}



.cta-container [type=radio] {
  display: none;
}

.cta-container label {
  position: relative;
  padding: 3px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: 500;
  transition: 0.4s ease;
  color: rgba(31, 32, 32, 0.5);
}

 .cta-container label:hover {
  color: inherit;
}

 .cta-container label:before {
  transition: 0.4s ease;
  content: "";
  border-radius: 100vmax;
  display: inline-grid;
  margin-right: 1em;
  width: 2em;
  height: 2em;
  /* box-shadow: -0.5em -0.25em 0.5em 0 var(--grey), 0.5em 0.25em 1.25em 0 #adbfcc; */
  background-color: #eff2f5;
  border: 1px solid var(--grey);
  /* filter: blur(0.1em); */
  cursor: pointer;
}

.cta-container [type=radio]:checked + label {
  color: #1f2020;

}

.cta-container [type=radio]:checked + label:before {
  background-color: var(--tomato-red);
}


.number-big{
  position: absolute;
  padding: 15px;
  padding-top: 5px;
  background-color: #c9c9c9;
  border-radius: 50px;
  font-size: 62px;
  font-weight: 900;
  height: 55px;
  width: 50px;
  text-align: center;
  margin-left: 40px;
  margin-top: 5px;
  color: var(--tomato-red);
  display: none;
}

.carausel-customer-1 li img{
  filter: grayscale(1);
}

.carausel-customer-1 li img:hover{
  filter: grayscale(1);
}

.ads-banner{
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer; 
}

.ads-banner img{
  border-radius: 20px;
  width: 100%;
}






/* ------------------ */

body{
  background-color: #eee;
    font-family: monospace;
    padding: 25px;
    padding-top: 40px;
    margin: 0;
    overflow-x: hidden;
  
}

.main-container{
  width: 100%;
  margin: 0 auto
}

.title-big{
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
}

@media screen and (min-width: 550px) {
  .main-container {
    width: 500px;
  }
  h1{
    width: 300px;
  }
}

@media screen and (min-width: 750px) {
  .main-container {
    width: 700px;
  }

  h1 {
    width: 300px;
  }
}


