



.pricing *{
    color: white;
    font-family: "Montserrat", Verdana, sans-serif;
}

.pricing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

    --radius: 30px;
    --padding: 6px;
}

.pricing > h1{
    text-align: center;
    margin-top: 30px;
}
.pricing > p{
    margin-bottom: 60px;
    max-width: 600px;
    text-align: center;

}
.pricing > p > i{
    font-style: italic;
}

/*! PEANUTS +++++++++*/

.tab-buttons {
    display: flex;
    background-color: transparent;

    width: 90%;
    padding: var(--padding);
    border: none;
    border: 2px var(--blue2) solid;
    border-radius: calc(var(--radius) + var(--padding));

    margin-bottom: 20px;
}
.tab-buttons button {
    flex: 1;
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s;
    padding: 10px 20px;
    font-weight: bold;

}
.tab-buttons button.active {
    background-color: var(--black2);
    color: var(--blue2);

}


.tab-content {
    display: none;

}
.tab-content.active {
    display: flex;
    justify-content: space-around;
    width: 70%;

    
}


.tab-content > .card > div > *{
    margin: 0;
    margin-bottom: 10px;
}
.tab-content > .card{
    
    /* border: var(--blue2) 2px solid; */
    width: 350px;
    height: 100%;
}
.tab-content > .card > div{
    background-color: var(--black2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    
    padding: 0px 20px;

}






.tab-content > .card > div > img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    border-radius: 2px;
    
}
.tab-content > .card > div > h2{
    /* font-size: ; */
    margin-bottom: 0px;

}
.tab-content > .card > div > p{
    font-size: 16px;
}
.tab-content > .card > div > h3{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.tab-content > .card > div > h4{
    font-style: italic;
    margin-top: 14px;
}
.tab-content > .card > div > ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px 0px 0px 20px;
}
.tab-content > .card > div > ul > li{
    display: flex;
    gap: 6px;
    /* align-items: center; */
    /* justify-content: center; */
    
}
.tab-content > .card > div > ul > li > svg{
    display: inline;
    width: 20px;
    height: 20px;
    fill: var(--blue2);

}
.tab-content > .card > div > ul > li > p{
    margin: 0px;
    flex: 1;
}
.tab-content > .card > div > ul > li > svg > path{
    width: 20px;
    height: 20px;
}
.tab-content > .card > div > a{
    padding: 12px 24px;
    background-color: var(--blue2);
    border: none;
    border-radius: 6px;
    display: inline;
    width: max-content;
    color: var(--white);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.tab-content > .card > div > button{

}
.tab-content > .card > div > .worthit{
    gap: 10px;
    padding-left: 8px;
}
.tab-content > .card > div > .worthit > li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.tab-content > .card > div > .worthit > li > p{
    margin: 0px;
}
.tab-content > .card > div > .worthit > li > p > span{
    color: var(--light-blue1);
    font-weight: 600;
}
.tab-content > .card > div > .worthit > li > svg{
    width: 30px;
    height: 30px;

}










.tab-content > .card > .svg{
    width: 100%;
    height: 70px;
    object-position: bottom;
    object-fit: cover;
}

.tab-content > .card > .svgbot{
    background-color: var(--black2);
    object-position: bottom;
    height: 100px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px){
    .tab-content.active{
        justify-content: space-around;
        width: 100%;
    }
}
@media screen and (max-width: 900px){
    .tab-content.active {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 100px;
    }
}


#premium .soon div{
    display: flex;
    justify-content: center;
}
#premium .soon div h1{
    text-align: center;
    padding: 20px 10px;
}










.danger{
    /* color: var(--danger); */
    font-weight: bold;
    display: inline;
    font-size: 20px;

}
.pain > p.danger-parent{
    margin-bottom: 10px;
}
.pain > p.safe-parent{
    margin-top: 16px;
}
.warning{
    /* color: inherit; */
    font-weight: bold;
}
.wait{
    color: var(--wait);
    /* font-weight: bold; */
}
.safe{
    color: var(--safe);
    font-weight: bold;
}

.pain{
    display: flex;
    flex-direction: column;

}
.pain > p{
    margin: 0;
}
.pain > p *{
    display: inline;
}
.pain > p svg{
    fill: var(--danger);
    width: 25px;
    height: 25px;
    
    transform: translate(1px, 5px);
}







.tab-content > .card > div > .hori-line{
    display: none;
    width: 106%;
    transform: translateX(-3%);
    height: 2px;
    background-color: var(--black);
}












.video-card {
  position: relative;
  width: 100%;
  height: 200px;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.video-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(3px) brightness(0.6);
  transform: scale(1.1); /* To fill after blur */
}
.video-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;


}
.play-btn {
  background: rgba(255,255,255,0.2);
  border: 2px solid white;
  border-radius: 50%;
    aspect-ratio: 1/1;
    width: 50px;
    height: 50px;
  font-size: 32px;
  color: white;
  cursor: pointer;
  margin-bottom: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.play-btn:hover {
  background: rgba(255,255,255,0.4);
}
.video-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.video-container {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16/9;
}
#video-frame {
  width: 100%;
  height: 100%;
}
.close-btn {
  position: fixed;
  top: 10px;
  right: 16px;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}