@import "./colors.css";
@import "https://use.typekit.net/ntm6ueg.css";
@import 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap';
.centercons {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 15px;
    width: 100%;
}

.centerconsMain {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 15px;
}

.centerconsPadding {
    padding-left: 15px;
    padding-right: 15px;
}

#mainLine {
    margin-top: 0;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}

.centerT {
    text-align: center;
}

.normalColor {
    background-color: var(--mainHeaderLine);
}

.hiddenColor {
    background-color: transparent;
}

.mainHed {
    padding: 5px 80px 10px 25px;
}

html body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body {
    background-color: var(--backgroundC);
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-family: "Inter";*/
    /*font: 16px/135% 'Inter', sans-serif;*/
    font-family: open-sans, Roboto, Arial, Helvetica, sans-serif, SimSun;
    /* font-family: 'Inter', sans-serif;*/
}

.font28 {
    font-size: 28px;
}

.font25 {
    font-size: 25px;
}

.font24 {
    font-size: 24px;
}

.font23 {
    font-size: 23px;
}

.font22 {
    font-size: 22px;
}

.font21 {
    font-size: 21px;
}

.font20 {
    font-size: 20px;
}

.font19 {
    font-size: 19px;
}

.font18 {
    font-size: 18px;
}

.font17 {
    font-size: 17px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

footer {
    margin-top: auto;
}

.alignRight {
    align-items: center;
    display: flex;
}

.RightText {
    color: var(--topLineText);
    text-align: right;
}

.Logo {
    width: 250px;
    height: 50px;
    float: none;
}

.mainImage {
    position: absolute;
    width: 2000px;
}

.FindText {
    margin: 0 50px 0 50px;
    text-align: justify;
    font-size: 30px;
    color: var(--white);
}

.justify {
    text-align: justify;
}

.textTopSideTitle {
    font-size: 30px;
}

.textTopSide {
    font-size: 25px;
}

.textOnImage {
    padding-top: 0px;
    position: relative;
}

.mainRowAnimationHide {
    animation-name: mainRowAniHide;
    animation-duration: 0.8s;
}

.mainRowAnimationUnHide {
    animation-name: mainRowAni;
    animation-duration: 0.8s;
}

@keyframes mainRowAni {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: var(--mainHeaderLine);
    }
}

@keyframes mainRowAniHide {
    0% {
        background-color: var(--mainHeaderLine);
    }
    100% {
        background-color: transparent;
    }
}

.imageBackground {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 0px;
    margin-bottom: -60px;
    background: url(/img/main1.png) no-repeat fixed center / cover;
}

footer {
    /*height: 200px;*/
    background-color: var(--footC);
    left: 0;
    bottom: 0;
    width: 100%;
}

.footerCenter {
    /*width: 750px;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 60%;
}

.footerCenter table td {
    font-size: 15px;
}

.footerR {
    width: 35%;
    margin-top: 0;
}

a {
    border: none;
    text-decoration: none;
    color: var(--mainC);
}

.link {
    color: var(--mainC);
}

.linkLine {
    /*border-bottom: 1px solid var(--mainC);*/
    text-decoration: underline;
}

.serch {
    height: 64px;
    max-width: 790px;
    display: table;
    padding: 0;
    width: 100%;
}

.serchIconeAll {
    background-color: var(--mainC);
    height: 48px;
    padding: 1px 0px 1px 0;
    border-radius: 5px 5px 5px 5px;
}

.serchIcone {
    /*background-color: var(--mainC);*/
    width: 70px;
    height: 48px;
    /*border-radius: 10px 0 0 10px;*/
    margin: 0;
    cursor: pointer;
}

.serchIcone img {
    width: 40px;
    height: 40px;
    margin: 13px;
}

.serchSpace input {
    font-weight: bold;
    font-size: 22px;
    margin: 0 auto 0 auto;
    height: 30px;
    width: 100%;
    padding: 10px 0px 8px 10px;
    text-align: left;
    color: var(--blackC);
    border: none;
    outline: none;
}

.black {
    color: var(--blackC);
}

.serchSpace {
    background-color: var(--white);
    /*max-width: 500px;*/
    width: 65%;
    height: 48px;
    left: 100px;
    float: left;
}

.sercLocAtionBut {
    /*background-color: var(--mainC);*/
    /*width: 200px;*/
    max-width: 200px;
    height: 48px;
    float: left;
    /*border-radius: 0px 10px 10px 0px;*/
    display: table;
}

.sercLocAtionBut p {
    font-size: 19px;
    color: var(--textGray);
    margin: 8px 5px 5px 5px;
    text-align: center;
}

.sercLocButton {
    max-width: 200px;
    height: 48px;
    float: left;
    display: table;
}

.sercLocButton p {
    font-size: 19px;
    color: var(--textGray);
    margin: 8px 5px 5px 5px;
    text-align: center;
}

.sercLocAtionBut img {
    width: 30px;
    height: 30px;
    float: left;
    display: table;
    margin-top: 10px;
    margin-left: 5px;
}

table {
    color: var(--white);
    /*border-spacing: 10px;*/
    /*width: 70%;*/
    margin: auto;
}

table td {
    font-size: 18px;
}

table th {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
}

td,
th {
    width: 250px;
}

a {
    color: var(--white);
}

.white {
    color: var(--white);
}

.imageSpace {
    margin-bottom: 150px;
}

.centerText {
    text-align: center;
}

.leftT {
    text-align: left;
}

.centerText h1 {
    font-size: 40px;
}

.logInRow {
    height: 400px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 20px;
}

.logInColumn {
    width: 50%;
    padding: 30px;
    text-align: left;
}

.logInColumn input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: 20px;
}

.logInColumn p {
    font-size: 25px;
    margin: 5px 0 5px 0;
}

.logInColumnNe {
    text-align: left;
}

.logInColumnNe input {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: 20px;
}

.formInput input {
    width: 97%;
    height: 30px;
    padding-left: 10px;
    font-size: 20px;
}

.logInColumnNe p {
    /*font-size: 25px;*/
    margin: 5px 0 5px 0;
}

.centerPGrayD {
    text-align: center;
    color: var(--DGrayText);
}

.register {
    padding: 30px;
    margin: auto;
}

.register .inputBox {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 20px;
}

.inputSty {
    border: 1px solid var(--bordCol);
}

.checkBoxChecked {
    position: relative;
    transform: rotate( 40deg);
    content: "";
    width: 30%;
    border-bottom: 4px solid var(--white);
    height: 50%;
    border-right: 4px solid var(--white);
    top: 1px;
    left: 25%;
}

.checkBoxC {
    background-color: var(--mainC);
    text-align: left;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: 0px;
    border: 1px solid var(--bordCol);
    border-radius: 3px;
    min-width: 20px;
    min-height: 20px;
}

.checkBox {
    background-color: var(--white);
    text-align: left;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: 0px;
    border: 1px solid var(--bordCol);
    border-radius: 3px;
    min-width: 20px;
    min-height: 20px;
}

.custom-checkbox {
    accent-color: var(--mainC);
    height: 20px;
    width: 20px;
    /* any color */
}

.radioButton {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid var(--bordCol);
    margin-right: 10px;
    cursor: pointer;
}

.radioButtonC {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: var(--mainCH);
    border: 1px solid var(--bordCol);
    margin-right: 10px;
    cursor: pointer;
}

.rbCheck {
    position: relative;
    transform: rotate( 40deg);
    content: "";
    width: 5px;
    border-bottom: 4px solid var(--white);
    height: 10px;
    border-right: 4px solid var(--white);
    top: 2px;
    left: 0px;
}

.white {
    color: var(--white);
}

.mrb p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CancelSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button {
    border: none;
    height: 40px;
    background-color: var(--mainC);
    width: 140px;
    color: white;
    border-radius: 5px;
}

.buttonNormal {
    border: none;
    width: 100%;
}

.button:hover {
    background-color: var(--mainCH);
    cursor: pointer;
}

.button p {
    font-size: 19px;
    margin: 0;
}

.button:disabled {
    background-color: var(--grayLite);
    cursor: context-menu;
}

.button:disabled p {
    color: var(--textGray);
}

.grayC {
    color: var(--gray);
}

.packBoxSelected {
    background-color: var(--freePack);
}

.packBox {
    width: 200px;
    padding: 10px 0 10px 0;
}

.packBox:hover {
    background-color: var(--packSelect);
}

.packBox:hover button {
    visibility: visible;
}

.packBox button {
    visibility: hidden;
}

.buttonSubmitImg {
    border: none;
    background-color: var(--mainC);
    width: 200px;
    color: white;
}

.buttonSubmitImg:hover {
    background-color: var(--mainCH);
    cursor: pointer;
}

.timeSt {
    height: 30px;
    border-radius: 8px;
    border: 1px solid var(--bordCol);
    font-size: 20px;
    width: 55px;
}

.row {
    display: flex;
    align-items: center;
}

.row p {
    margin: 0;
}

.rowWrep {
    flex-wrap: wrap;
}

.flex-gap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.breakRow {
    flex-basis: 100%;
    height: 0;
}

.timeSpace {
    margin-right: 10px;
}

.OD,
.DO {
    max-width: 80px;
}

.rowSpace {
    margin-bottom: 5px;
}

.rightArrow {
    background-image: url(/Icones/454012.png);
    background-position: -55px -40pt;
    background-size: 130px 108px;
}

.EditIm {
    background-image: url(/Icones/454012.png);
    background-position: 0px 0pt;
    background-size: 220px 180px;
}

.MoreIm {
    background-image: url(/Icones/454012.png);
    background-position: 53px 38pt;
    background-size: 180px 150px;
}

.MoreIm:hover {
    background-image: url(/Icones/454012.png);
    background-position: 53px 57pt;
    background-size: 180px 150px;
}

.EditImS {
    background-image: url(/Icones/454012.png);
    background-position: 0px 0pt;
    background-size: 150px 123px;
}

.EditImS:hover {
    background-image: url(/Icones/454012.png);
    background-position: -128px -16pt;
    background-size: 150px 123px;
}

.EditIm:hover {
    background-image: url(/Icones/454012.png);
    background-position: -187px -23pt;
    background-size: 220px 180px;
}

.removeIm {
    background-image: url(/Icones/454012.png);
    background-position: -33px 0pt;
    background-size: 220px 180px;
}

.removeIm:hover {
    background-image: url(/Icones/454012.png);
    background-position: -187px 0pt;
    background-size: 220px 180px;
}

.removeImS {
    background-image: url(/Icones/454012.png);
    background-position: -22px 0pt;
    background-size: 150px 123px;
}

.removeImS:hover {
    background-image: url(/Icones/454012.png);
    background-position: -127px 0pt;
    background-size: 150px 123px;
}

.plusImg {
    background-image: url(/Icones/454012.png);
    background-position: -145px -42pt;
    background-size: 200px 164px;
}

.RplusImgS {
    background-image: url(/Icones/454012.png);
    background-position: -106.5px -46pt;
    background-size: 150px 123px;
}

.locImg {
    background-image: url(/Icones/454012.png);
    background-position: -59px -40pt;
    background-size: 200px 164px;
}

.serchImg {
    background-image: url(/Icones/454012.png);
    background-position: -107px -52pt;
    background-size: 260px 213px;
}

.dropdownImg {
    background-image: url(/Icones/454012.png);
    background-position: -47px -56pt;
    background-size: 110px 90px;
}

.xImg {
    background-image: url(/Icones/454012.png);
    background-position: -72px -78pt;
    background-size: 260px 213px;
}

.xImgS {
    background-image: url(/Icones/454012.png);
    background-position: -62px -67pt;
    background-size: 215px 180px;
}

.xImgS20p {
    background-image: url(/Icones/454012.png);
    background-position: -43.3px -47pt;
    background-size: 150px 125px;
}

.xImgS20pB {
    background-image: url(/Icones/454012.png);
    background-position: -1px -47pt;
    background-size: 150px 125px;
}

.StarFillImg {
    background-image: url(/Icones/454012.png);
    background-position: -39pt -0pt;
    background-size: 180px 147px;
}

.StarEmpImg {
    background-image: url(/Icones/454012.png);
    background-position: -57.6pt -0pt;
    background-size: 180px 147px;
}

.StarFillImgB {
    background-image: url(/Icones/454012.png);
    background-position: -62pt -0pt;
    background-size: 290px 238px;
}

.StarEmpImgB {
    background-image: url(/Icones/454012.png);
    background-position: -92pt -0pt;
    background-size: 290px 238px;
}

.whiteX {
    background-image: url(/Icones/454012.png);
    background-position: -17.5pt -47pt;
    background-size: 160px 131px;
}

.borderGray {
    border: 1px solid var(--bordCol);
}

.ButtonUnderline {
    background-color: var(--mainParColor);
    border: none;
    border-bottom: 1px solid var(--bordCol);
    border-radius: 5px;
    /*height: 25px;*/
}

.ButtonUnderline p {
    color: var(--blackC);
}

.whiteButton {
    background-color: var(--mainParColor);
    border: 1px solid var(--bordCol);
    border-radius: 5px;
}

.whiteButton:hover {
    /*background-color: var(--mainParColorSelected);*/
    border: 1px solid var(--DGrayText);
}

.whiteButton p {
    color: var(--blackC);
}

.whiteButton:hover p {
    /*background-color: var(--mainParColorSelected);*/
    color: var(--white);
}

.cButton {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canScrol {
    overflow: hidden;
}

.dropItems {
    width: 100%;
    background-color: var(--white);
    position: absolute;
    top: -10px;
    border-radius: 0 0px 8px 8px;
    z-index: 2;
}

.dropItems p {
    border-bottom: 1px solid var(--bordCol);
    cursor: pointer;
    margin: 0;
}

.dropItems p:hover {
    background-color: var(--mainC);
    color: var(--white);
}

.dropItems p:last-child {
    border-bottom: none;
}

.dropItems .selected {
    background-color: var(--mainC);
    color: var(--white);
}

.logInInput {
    border: none;
    margin-top: -1px;
    border-radius: 0px;
    border-bottom: 1px solid var(--bordCol);
    background-color: transparent;
    padding-bottom: 1px;
}

.logInInput:focus {
    border: none;
    border-bottom: 2px solid var(--bordCol);
    outline: none;
    padding-bottom: 0px;
}

.field-label {
    position: absolute;
    transform: translate(0px, 15px);
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.26);
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    display: block;
}

.visibleD {
    display: none;
}

.field-Star {
    position: absolute;
    transform: translate(-20px, 22px);
    color: var(--mainC);
    font-size: 25px;
    line-height: 32px;
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    display: block;
    margin-top: -10px;
}

.field-ph {
    position: absolute;
    transform: translate(0px, 17px);
    color: var(--mainC);
    font-size: 18px;
    line-height: 32px;
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    display: block;
}

.mui-textfield {
    display: block;
    padding-top: 15px;
    margin-top: 20px;
    position: relative;
}

div.fields div.mui-textfield {
    margin-top: 17px;
    margin-bottom: 0;
}

.mui-textfield>label {
    position: absolute;
    top: 0;
    display: block;
    width: 95%;
    color: rgba(0, 0, 0, 0.54);
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.field-labelSelected {
    animation-name: ield-labelSelectedAnim;
    animation-duration: 0.5s;
    transform: translate(0px, -10px);
    font-size: 14px;
}

.pro-button {
    display: inline-block;
    background-color: #3fd6c3;
    color: #050a12;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(63, 214, 195, 0.2);
}

.pro-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(63, 214, 195, 0.4);
    filter: brightness(1.1);
}


/* DESNA STRAN: SLIDER */

.pro-slider {
    flex: 1;
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.slides-wrapper {
    width: 100%;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 1s ease;
    transform: scale(1.05);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}


/* GUMBI ZA NAVIGACIJO */

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
    font-size: 1.2rem;
}

.nav-btn:hover {
    background: rgba(63, 214, 195, 0.8);
    color: #000;
}

.prev {
    left: 15px;
}

.next {
    right: 15px;
}


/* ODZIVNOST */

@media (max-width: 900px) {
    .pro-container {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }
    .features-list li {
        text-align: left;
    }
    .pro-slider {
        width: 100%;
        height: 300px;
    }
}

@keyframes ield-labelSelectedAnim {
    0% {
        transform: translate(0px, 15px);
        font-size: 16px;
    }
    100% {
        transform: translate(0px, -10px);
        font-size: 14px;
    }
}

.field-labelSelectedRem {
    animation-name: ield-labelSelectedAnimRem;
    animation-duration: 0.5s;
    transform: translate(0px, 15px);
    font-size: 16px;
}

@keyframes ield-labelSelectedAnimRem {
    0% {
        transform: translate(0px, -10px);
        font-size: 14px;
    }
    100% {
        transform: translate(0px, 15px);
        font-size: 16px;
    }
}

.warning {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -0px -0pt;
    background-size: 125px 125px;
}

.google {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -42px -0pt;
    background-size: 125px 125px;
}

.fb {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -62px -0pt;
    background-size: 125px 125px;
}

.apple {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -84px -0pt;
    background-size: 125px 125px;
}

.tick {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -0px -16pt;
    background-size: 125px 125px;
}

.tick:hover {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -16pt -16pt;
    background-size: 125px 125px;
}

.sendImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -37pt -19pt;
    background-size: 150px 150px;
}

.TakeImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -0pt -48pt;
    background-size: 190px 190px;
}

.DelImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -24pt -48pt;
    background-size: 190px 190px;
}

.OrderImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -48pt -48pt;
    background-size: 190px 190px;
}

.RHartImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -45.5pt -30pt;
    background-size: 120px 120px;
}

.GHartImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -60.5pt -30pt;
    background-size: 120px 120px;
}

.GHartImgF {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -0pt -45pt;
    background-size: 120px 120px;
}

.RHartImgF {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -15pt -45pt;
    background-size: 120px 120px;
}

.WHartImgB {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -94pt -48pt;
    background-size: 185px 185px;
}

.basketWImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -80.5pt -20pt;
    background-size: 160px 160px;
}

.basketBImg {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -60.5pt -20pt;
    background-size: 160px 160px;
}

.dropdownImgWhite {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -57pt -45pt;
    background-size: 110px 110px;
}

.ProfilemgWhite {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -112pt -68pt;
    background-size: 180px 180px;
}

.rateIc {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -0px -175pt;
    background-size: 140px 140px;
}

.field-labelSelectedPh {
    animation-name: ield-labelSelectedAnimPh;
    animation-duration: 0.5s;
    font-size: 16px;
}

@keyframes ield-labelSelectedAnimPh {
    0% {
        font-size: 1px;
        visibility: hidden;
    }
    100% {
        font-size: 16px;
    }
}

.field-labelSelectedRemPh {
    animation-name: ield-labelSelectedAnimRemPH;
    animation-duration: 0.5s;
    font-size: 1px;
    visibility: hidden;
}

@keyframes ield-labelSelectedAnimRemPh {
    0% {
        font-size: 16px;
    }
    100% {
        font-size: 1px;
        visibility: hidden;
    }
}

.wronCb {
    border: 2px solid var(--error);
}

.wrongTextC {
    color: var(--error);
}

.infoI {
    background-image: url(/Icones/6+4894gh56s487974541.png);
    background-position: -114px -0pt;
    background-size: 140px 140px;
}

.mui-textfieldHide {
    display: block;
    position: relative;
}

div.fields div.mui-textfieldHide {
    margin-top: 17px;
    margin-bottom: 0;
}

.mui-textfieldHide>label {
    position: absolute;
    top: 0;
    display: block;
    width: 95%;
    color: rgba(0, 0, 0, 0.54);
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.field-labelHide {
    position: absolute;
    transform: translate(-5px, -2px);
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.26);
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    display: block;
}

.logInInputHide {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid var(--bordCol);
    background-color: transparent;
    font-size: 20px;
}

.logInInputHide:focus {
    border: none;
    border-bottom: 1px solid var(--bordCol);
    outline: none;
}

.buttonTran {
    background-color: transparent;
    border: none;
}

.grayTransBackground {
    background-color: var(--BackgroundVer);
    height: 100%;
    width: 100%;
    z-index: 991;
    position: fixed;
    top: 0;
}

.centerScWhiteBox {
    background-color: var(--grayBack);
    max-width: 570px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 5px 5px 5px var(--shadow);
}

.paddingPhoneUser {
    padding: 20px 40px 40px 40px;
}

.boxCenterText {
    top: 50%;
    left: 50%;
    transform: translate(0, 50%);
}

.yellowBox {
    background-color: var(--packetYellow);
    margin-bottom: 10px;
}

.yellowBox:hover {
    background-color: var(--packetYellowHover);
}

.blueBoxNoHover {
    background-color: var(--proPack);
    margin-bottom: 10px;
}

.blueBox {
    background-color: var(--proPack);
    margin-bottom: 10px;
}

.blueBox:hover {
    background-color: var(--mainXLPro);
}

.whiteBoxWithBorder {
    border: 2px solid var(--bordCol);
    background-color: var(--textGray1);
    margin-bottom: 10px;
}

.whiteBoxWithBorder:hover {
    background-color: var(--mainXL);
}

.selectedBoxText {
    /*font-size: 20px;*/
    text-align: center;
    margin-top: 10px;
}

.leftCorner {
    position: absolute;
    top: 0;
    left: 0;
}

.borderBotomInput {
    border-radius: 0;
    border-bottom: 1px solid var(--bordCol);
}

.whiteButton1 {
    background-color: var(--topLineText);
    height: 40px;
    border: 1px solid var(--bordCol);
    width: 150px;
}

.grayButtonNoBorder {
    background-color: var(--grayLiteButton);
    width: 150px;
    border-radius: 0;
    border: none;
    padding: 0;
    height: 35px;
}

.grayButtonNoBorder:hover {
    background-color: var(--grayLiteButtonOver);
}

.wrongInput {
    border-bottom: 2px solid var(--error);
    padding-bottom: 0px;
}

.wrongInputAl {
    margin-top: -2px;
    margin-left: -2px;
    border: 2px solid var(--error);
}

.newItemNotPub {
    background-color: var(--UploadC);
}

.OpenC {
    color: var(--Open);
    font-weight: bold;
}

.CloseC {
    color: var(--Close);
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.serchW {
    position: relative;
    display: inline-block;
}

.serchW .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: var(--mainC);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 99;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: var(--mainC);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    padding: 10px;
}

.tooltip .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--mainC);
    z-index: 99;
}

.tooltip:hover .tooltiptext {
    transition-delay: 0.5s;
    visibility: visible;
    z-index: 99;
}

.serchW .stOp {
    visibility: visible;
}

.multiOptionMenu {
    display: flex;
    border-bottom: 1px solid var(--bordCol);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -150px;
    z-index: 99;
}

.tooltip-left {
    top: -5px;
    right: 110%;
    z-index: 999;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--mainC) transparent;
    z-index: 999;
}

.tooltip-bottomIn {
    top: 135%;
    left: 0%;
    margin-left: 0px;
    z-index: 99;
}

.tooltip-bottomIn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--mainC) transparent;
    z-index: 999;
}

.tooltip-bottomF {
    top: 135%;
    left: 50%;
    margin-left: -150px;
    z-index: 999;
}

.tooltip-bottomF::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 95%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--backgroundGray) transparent;
    z-index: 999;
}

.tooltip-bottomBLink {
    top: 80%;
    /*left: 75%;
    margin-left: -150px;*/
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0%);
}

.tooltip-bottomBLink::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--mainC) transparent;
    z-index: 999;
}

.serchW .toltripFi {
    background-color: var(--backgroundGray);
    color: var(--blackC);
    box-shadow: 0px 0px 5px var(--shadow);
    width: 270px;
    height: 300px;
}

.tooltip-right {
    top: -5px;
    left: 250%;
    z-index: 99;
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--mainC) transparent transparent;
    z-index: 99;
}

.selected {
    color: var(--mainC);
}

.cFilters p {
    cursor: pointer;
}

.SelectedFilter {
    background-color: var(--mainC);
    width: 100%;
    color: var(--white);
    padding: 5px 0 5px 0;
    cursor: pointer;
}

.SelectedFilter p {
    color: var(--white);
}

.NormalFilter {
    width: 100%;
    padding: 5px 0 5px 0;
    cursor: pointer;
}

.Filtri p {
    font-size: 20px;
}

.CloseResImg {
    background-color: var(--CloseClor);
    width: 100%;
    height: 100%;
    position: relative;
    top: -103.5%;
}

.MainResRow {
    min-height: 150px;
    margin: 2PX;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
}

.whiteColor {
    background-color: var(--white);
}

.whitText {
    color: var(--white);
}

.CloseColor {
    background-color: var(--CloseClorRow);
}

.hartIcone {
    height: 20px;
    width: 20px;
    margin: auto;
    top: 2px;
    position: relative;
}

.hartBox {
    height: 25px;
    width: 25px;
    /*border: 1px solid var(--grayLite);*/
    margin-left: 10px;
}

.hartBoxGr {
    height: 25px;
    width: 25px;
    /*border: 1px solid var(--grayLite);*/
    margin-left: 10px;
}


/*.hartBox:hover {
            border: 1px solid var(--grayLite);
        }*/

.tableJed {
    color: var(--black);
    margin: 0;
    width: 100%;
}

.tableJed th {
    font-size: 17px;
    width: 50%;
    padding-bottom: 0;
}

.tableJed th input {
    border-radius: 5px;
    /*border: 1px solid var(--bordCol);*/
    height: 30px;
    font-size: 18px;
}

.tableJed th select {
    border-radius: 5px;
    border: 1px solid var(--bordCol);
    height: 35px;
    font-size: 18px;
    width: 80%;
}

.ItemResMen {
    width: 100%;
    min-height: 180px;
    background-color: var(--white);
    position: relative;
    border-radius: 5px;
    display: block;
}

.ItemResMenDisabled {
    background-color: var(--CloseClorRow);
    cursor: pointer;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    -moz-column-gap: 1px;
    column-gap: 15px;
    grid-row-gap: 15px;
    row-gap: 15px;
}

.grid-midIndex {
    grid-template-columns: repeat(4, 0fr);
    grid-column-gap: 5px;
    -moz-column-gap: 1px;
    column-gap: 15px;
    grid-row-gap: 15px;
    row-gap: 15px;
    justify-content: center;
}

.imgBox {
    width: 20%
}

.zoomAnim:hover {
    z-index: 10;
    position: relative;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    box-shadow: 5px 15px 40px var(--shadowSoft);
}

.bottomSpace12 {
    margin-bottom: 12px;
}

.bottomSpace18 {
    margin-bottom: 18px;
}

.moreSoftShadow {
    box-shadow: 9px 9px 18.4px var(--MoreShadowSoft);
}

.softShadow {
    box-shadow: 5px 15px 40px var(--shadowSoft);
}

.ShadowMid {
    box-shadow: -2px 5px 7px var(--shadowMid);
}

.Shadow {
    box-shadow: 0px 0px 20px var(--shadow);
}

.MidShadow {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.buttonShadow {
    box-shadow: 0px 4px 5px 0px var(--shadowSoft);
}

.zoomAnim {
    transition: transform .3s;
}

.filterColor:hover {
    background-color: var(--mainCH);
}

.filterColor:hover p {
    color: var(--white);
}

.cFilters p:hover {
    color: var(--mainCH);
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
    font-size: 18px;
    color: var(--white);
}

 ::-webkit-scrollbar {
    width: 8px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: var(--mainC);
    border-radius: 8px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--mainCH);
    border-radius: 8px;
}

.textGrayLit {
    color: var(--grayLite);
}

.pointer {
    cursor: pointer;
}

.crossed-text {
    position: relative;
    padding: 0.5rem 0.5rem;
    display: inline-block;
}

.crossed-text::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(-10deg);
    /* You can adjust the angle */
    transform-origin: center;
}

.rating {
    width: 215px;
    margin: auto;
    margin-top: 60px;
}

.rating label {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(/Icones/454012.png);
    background-position: -91pt -0pt;
    background-size: 290px 238px;
}

.rating label:not(:first-of-type) {
    padding-right: 3px;
}

.rating input {
    display: none;
}

.rating input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    background-image: url(/Icones/454012.png);
    background-position: -61pt -0pt;
    background-size: 290px 238px;
}

.lineRow {
    background-color: var(--lineColor);
    height: 0.5px;
    width: 100%;
    margin: 5px 0 10px 0;
}

.itemPredLine {
    width: 95%;
    background-color: var(--lineColor);
    height: 0.5px;
    margin: auto;
}

.itemPredLine:last-child {
    display: none;
}

#kodN:disabled {
    color: var(--textGray);
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    left: -10px;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.meniUserInfo a {
    color: var(--black);
}

.meniUserInfo a:hover {
    color: var(--mainCH);
}

.meniUserInfo .selected {
    color: var(--mainC);
    font-weight: bold;
}

.dostavRowsEdit {
    width: 31.1%;
    background-color: var(--dosataWindowBack);
    border-radius: 8px;
    box-shadow: 0px 0px 20px var(--shadowSoft);
}

@keyframes newNarocAnimation {
    to {
        color: var(--itemC);
    }
}

.newNaroc {
    color: var(--error);
    animation: 1s infinite alternate ease-out newNarocAnimation;
}

.line {
    height: 32px;
}

.loadRow {
    height: 120px;
}

.shortLineLoad {
    height: 22px;
    width: 50px;
}

.loadItemsMain {
    height: 180px;
    border-radius: 8px;
}

.loadItemsSmall {
    height: 50px;
    border-radius: 8px;
}

.pre {
    background: linear-gradient(to right, var(--greyColor) 8%, var(--greyDarkenColor) 18%, var(--greyColor) 33%);
    background-size: 200% 50px;
    animation: preloadAnimation 2s infinite;
}

@keyframes preloadAnimation {
    from {
        background-position: -280px 0
    }
    to {
        background-position: 300px 0
    }
}

.roundButtons {
    border-radius: 0;
}

.roundButtons:first-child {
    border-radius: 5px 5px 0 0;
}

.roundButtons:last-child {
    border-radius: 0 0 5px 5px;
}

.backButton {
    width: 50px;
    height: 50px;
    background-color: var(--mainL);
    position: absolute;
    right: -8px;
    top: -8px;
    box-shadow: -2px 5px 7px var(--shadowMid);
    border-radius: 5px;
}

.backButton:hover {
    background-color: var(--mainC);
}

.backButton .Ximage {
    height: 23px;
    width: 23px;
    margin-top: 2.5px;
    margin-left: 4.3px;
    overflow: hidden;
    margin: 12px auto;
}

.warningMes {
    z-index: 998;
}

.warningMes1 {
    z-index: 999;
}

.star {
    display: none;
}

input[type="radio"] {
    content: '';
    background-color: var(--mainCH);
    border-radius: 100%;
    border: 1px solid darken(var(--mainCH), 25%);
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    position: relative;
    top: -0.2em;
    margin: 10px 1em 0 0;
    vertical-align: sub;
    cursor: pointer;
    text-align: center;
}

input[type="radio"]:checked {
    accent-color: var(--mainC);
}

.hidden {
    display: none;
    position: absolute;
}

.errorMessage {
    width: 60%;
    position: fixed;
    background-color: var(--mainCLi);
    height: 130px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 8px 8px 0 0;
    bottom: -40%;
    z-index: 40;
}

.image-container {
    position: relative;
    display: inline-block;
    /* or block, depending on your layout */
}

.background-image {
    display: block;
    width: 100%;
    /* optional: ensures responsiveness */
    height: auto;
}

.centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* optional sizing */
    width: 50px;
}

.slideUp {
    animation-name: slidein;
    animation-duration: 1.5s;
    bottom: 0px;
}

.slideDown {
    animation-name: slidedown;
    animation-duration: 1.5s;
    bottom: -40%;
}

.selectedRadioBoxSelected {
    background-color: var(--packetYellowHover);
}

.uperBox {
    padding: 20px;
}

@keyframes slidein {
    from {
        bottom: -40%;
    }
    to {
        bottom: 0px;
    }
}

@keyframes slidedown {
    to {
        bottom: -40%;
    }
    from {
        bottom: 0px;
    }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#logoImg {
    width: 100%;
}

.centerScPr {
    background-color: var(--white);
    margin-top: 0px;
    width: 50%;
    max-width: 475px;
    border-radius: 5px;
}

.marginTop100 {
    margin-top: 11%;
}

.minFun {
    /*width: 20%;*/
    /*margin-right: 15px;*/
    display: flex;
    align-items: flex-start;
}

.minFunR {
    display: flex;
    align-items: flex-start;
}

.leftT {
    text-align: left;
}

.rowImg {
    width: 100%;
    max-width: 150px;
    min-width: 50px;
    top: 0;
}

.StarsD {
    display: none;
}

.round {
    border-radius: 5px;
}

.round15 {
    border-radius: 18px;
}

.round10 {
    border-radius: 10px;
}

.round8 {
    border-radius: 8px;
}

.round5 {
    border-radius: 5px;
}

.roundLeft5 {
    border-radius: 5px 0 0 5px;
}

.round20 {
    border-radius: 20px;
}

.ScrolH {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scrolW {
    overflow: scroll;
    overflow-x: hidden;
}

.ScrolH::-webkit-scrollbar {
    display: none;
}

#rowsItem {
    /*width: 70%;*/
    /*min-height: 100vh;*/
    align-items: flex-start;
}

.itemTop {
    align-self: self-start;
}

.rowItemWidth {
    width: 70%;
}

.rowItemOnTop {
    align-self: self-start;
}

.itemRight {
    align-self: self-end;
}

.spaceText p {
    margin-bottom: 20px;
}

.spaceText img {
    margin-bottom: 12px;
    width: 25px;
}

.radioButtonDefault {
    font-size: 12px;
}

.popUpWindow {
    background-color: var(--whiteBack);
    max-height: 600px;
    max-width: 470px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.KosMenuItems {
    width: 80%;
}

.basWi {
    width: 65%;
}

.marTopUser {
    margin-top: 120px;
    margin-bottom: 120px;
}

.wi90 {
    width: 99%;
}

.naItem {
    width: 80%;
    max-width: 80%;
    margin-left: 30px;
    top: 0px;
}

.paNaroc {
    padding: 40px 30px 40px 30px;
}

.kosMR {
    margin-right: 30px;
}

.hartM {
    margin-right: 20px;
}

.marT50 {
    margin-top: 50px;
}

.titlePod {
    font-size: 40px;
}

.fon22 {
    font-size: 22px;
}

.warrning {
    padding: 40px 30px 40px 30px;
}

.headerPriColor {
    background-color: var(--orangeButton);
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container label {
    /*font-size: 15px;*/
    font-weight: normal;
    transform: translate(-50%, -50%);
    position: relative;
    top: 10%;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid var(--bordCol);
}


/* On mouse-over, add a grey background color */

.checkmark:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: var(--mainC);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selectGroup {
    background-color: var(--backgroundGray);
    border: 1px solid var(--gray);
    margin: 3px;
}

.selectGroupChecked {
    background-color: var(--mainC);
    border: 1px solid var(--gray);
    margin: 3px;
}

.wrongCB {
    border: 2px solid var(--error);
}

.Correct {
    border-bottom: 1px solid var(--okC);
}

.CorrectAl {
    border: 1px solid var(--okC);
}

.CorrectCB {
    border: 1px solid var(--okC);
}

input:read-only {
    color: var(--gray);
}

.imgPartWidth {
    margin: auto;
    max-width: 35%;
    text-align: center;
}

.aText {
    color: black;
}

.resRight {
    margin-left: auto;
    margin-right: 25px;
}

.indexWidth {
    margin-top: 10px;
}

.CuponButtonEnabled {
    margin-left: 10px;
    width: 110px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid var(--mainC);
}

.CuponButtonDisabled {
    border: 2px solid var(--grayLite);
}

.displayN {
    display: none;
}

.hiddenBottomItem {
    z-index: 30;
}

.newMessage {
    background-color: var(--itemC);
    border-radius: 15px;
}

.newMessage p {
    color: white;
}

.cookie {
    width: 100%;
    max-width: 400px;
    background-color: hsl(210deg 8% 20%);
    position: fixed;
    bottom: 10px;
    left: 10px;
    margin-right: 10px;
    border-radius: 8px;
    z-index: 999;
}

.orangeButton {
    background-color: var(--orangeButton);
    /* background-color: var(--mainC);*/
}

.instructions {
    width: 100%;
    max-width: 1200px;
    background-color: var(--mainC);
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.instructionsMobile {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    z-index: 989;
    margin-top: 50px;
    background-image: linear-gradient( to bottom right, var(--mainC) 40%, var(--purple) 100%);
    left: 50%;
    transform: translate(-50%, 0%);
}

.phMenu {
    width: 80%;
    background-color: var(--mainParColor);
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-right: 10px;
    z-index: 999;
    height: 100%;
}

.phTop {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 100%;
}

.correctMessage {
    background-color: var(--greenOkMessage);
}

.messageNotSend {
    background-color: var(--itemC);
}

.sidebar {
    width: 20%;
}

.downloadEx {
    border: 1px solid var(--grayLite);
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.downloadEx:hover {
    background-color: var(--lineColor);
}

.dropFile {
    border: 2px solid var(--grayLite);
    border-radius: 8px;
    max-width: 500px;
    height: 300px;
    background-color: var(--dragDrop);
}

.dropFileDrag {
    background-color: var(--mainC);
}

.register p {
    /*font-size: 22px;*/
    /*margin: 5px 0 5px 0;*/
    padding: 5px 0 5px 0;
}

.pSpace p {
    margin-bottom: 20px;
}

.splitedItemTo100 {
    width: 45%;
}

.marginPhine {
    margin: 0 5px 0 5px;
}

.borderBetweeanChildrenMain>.borderBetweeanChildren:not(:last-child) {
    border-right: 1px solid var(--bordCol);
}

.marginMainImgText {
    margin-top: 0%;
}

.subTitleMain {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.userInputBox {
    padding: 0px 110px 40px 110px;
}

.usersSideBack {
    margin-top: 80px;
    margin-bottom: 120px;
    overflow: hidden;
}

.subItemUser {
    margin-left: 20px;
}

.marginTop60px {
    margin-top: 60px;
}

.overflowText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 3.2rem;
}

.flex-container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.flex-item-footer-left {
    flex: 33%;
    min-width: 180px;
}

.flex-item-footer-mid {
    flex: 33%;
    min-width: 120px;
}

.flex-item-footer-right {
    flex: 15%;
    min-width: 150px;
}

.chartContainer {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.imageCenter {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.imageCenterC {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--mainC);
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 5px;
}

.slider.round:before {
    border-radius: 10%;
}

.resizeGraph {
    width: 75%;
}

.formsPadding {
    padding: 15px 20px 10px 20px;
}

.packShosePhone {
    display: none;
}

.removeMaxWidth {
    max-width: 300px;
}

.xobSizeChange {
    max-width: 250px;
}

.range-container {
    position: relative;
}

.slider {
    position: absolute;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background: #ddd;
    border-radius: 5px;
}

.range-container input[type=range] {
    -webkit-appearance: none;
    position: absolute;
    width: 100%;
    background: none;
    pointer-events: all;
    width: 100%;
    height: 0px;
    padding-left: 0px;
    font-size: 0px;
}

.range-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #007bff;
    border: 2px solid white;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.values {
    margin-bottom: 20px;
    font-size: 16px;
}

.progress {
    position: absolute;
    height: 5px;
    background: #007bff;
    border-radius: 5px;
    top: 0;
}

@media (max-width: 1500px) {
    .centercons {
        width: 90%;
    }
    .centerconsMain {
        width: 90%;
    }
    .sidebar {
        width: 20%;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .grid-midIndex {
        grid-template-columns: repeat(2, 0fr);
    }
    .par.centercons {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .centercons {
        width: 97%;
    }
    .centerconsMain {
        width: 97%;
    }
    .removeMaxWidth {
        max-width: none;
    }
}

@media (min-width: 860px) {
    .hartBox:hover .hartIcone {
        background-image: url(/Icones/6+4894gh56s487974541.png);
        background-position: -15pt -45pt;
        background-size: 120px 120px;
    }
    .sercFiUP {
        display: none;
    }
    .minHeight {
        min-height: 100vh;
    }
    .itemSB {
        display: none;
    }
    .selectGroup:hover {
        background-color: var(--mainCH);
        border: 1px solid var(--gray);
        margin: 3px;
    }
}

@media (max-width: 860px) {
    .usersSideBack {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .serchSpace {
        width: 63%;
    }
    .errorMessage {
        width: 100%;
    }
    #mainLine {
        height: 46px;
    }
    .headerR {
        margin-top: -10px;
    }
    h4 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    li {
        font-size: 14px;
    }
    .font23 {
        font-size: 20px;
    }
    .font22 {
        font-size: 19px;
    }
    .font21 {
        font-size: 18px;
    }
    .font17 {
        font-size: 15px;
    }
    .font16 {
        font-size: 15px;
    }
    .font15 {
        font-size: 13px;
    }
    .minFun {
        display: none;
    }
    .serchRe {
        display: none;
    }
    .minFunR {
        display: none;
    }
    .fontUSid {
        font-size: 30px;
    }
    h2 {
        font-size: 18px;
    }
    .OpenC {
        font-size: 16px;
    }
    .zoomAnim:hover {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .rowItemWidth {
        width: 100%;
    }
    .popUpWindow {
        bottom: 0;
        max-height: 95%;
        width: 100%;
        position: absolute;
        transform: translate(-50%, 0%);
        top: auto;
        height: 100%;
    }
    .button p {
        font-size: 16px;
    }
    .KosMenuItems {
        width: 100%;
    }
    .itemSS {
        display: none;
    }
    .resizeGraph {
        width: 100%;
    }
    .basWi {
        width: 100%;
    }
    .Logo {
        width: 180px;
    }
    .mainHed {
        padding: 5px 15px 10px 15px;
    }
    .dropdown-content {
        left: -80px;
    }
    .marTopUser {
        margin-top: 50px;
    }
    .wi90 {
        width: 100%;
    }
    .naItem {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .paNaroc {
        padding: 20px 0px 40px 0px;
    }
    .paNaroc1 {
        padding: 0px 30px 40px 30px;
    }
    .paNaroc p {
        font-size: 14px;
    }
    .hartM {
        margin-right: 15px;
    }
    h1 {
        font-size: 25px;
    }
    .marT50 {
        margin-top: 10px;
    }
    .fon22 {
        font-size: 16px;
    }
    .mui-textfield {
        margin-top: 5px;
    }
    .warrning {
        padding: 40px 20px 40px 20px;
    }
    .StarsD {
        display: unset;
    }
    .splitedItem {
        width: 70%;
    }
    .imgBox {
        width: 40%;
    }
    .marginMainImgText {
        margin-top: 10%;
    }
    .imageSpace,
    .indexWidth {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .FindText {
        margin: 0 20px 0 20px;
    }
    .subTitleMain {
        font-size: 23px;
    }
    .subItemUser {
        margin-left: 0;
    }
    .font18 {
        font-size: 16px;
    }
    .font24 {
        font-size: 22px;
    }
    .font28 {
        font-size: 24px;
    }
    .font14 {
        font-size: 12px;
    }
    .font20 {
        font-size: 15px;
    }
    .footerCenter {
        max-width: 70%;
    }
    .paddingPhoneUser {
        padding: 20px 20px 40px 20px;
    }
}

@media (max-width: 830px) {
    .unselectable {
        display: none;
    }
    .FindText {
        font-size: 25px;
    }
    .centercons {
        width: 100%;
    }
    .centerconsMain {
        width: 90%;
    }
    .serchSpace {
        width: 85%;
    }
    .serchSpace input {
        font-size: 16px;
    }
    .centerScPr {
        width: 100%;
    }
    .fontUSid {
        font-size: 30px;
    }
    .rowImg {
        width: 110px;
    }
    .titlePod {
        font-size: 30px;
    }
    .textTopSideTitle {
        font-size: 25px;
    }
    .textTopSide {
        font-size: 20px;
    }
    .marginMainImgText {
        margin-top: 15%;
    }
    .imageSpace,
    .indexWidth {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .userInputBox {
        padding: 0px 20px 40px 20px;
    }
}

@media (max-width: 640px) {
    .StarsU {
        display: none;
    }
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .dostavRowsEdit {
        width: 100%;
    }
    .rowRe {
        display: block;
    }
    .footerL {
        /* width: 100%;*/
    }
    .footerR {
        width: 100%;
    }
    .mar {
        margin-left: 10px;
    }
    .cookieMob {
        display: none;
    }
    .textTopSideTitle {
        font-size: 22px;
    }
    .textTopSide {
        font-size: 17px;
    }
    .marginMainImgText {
        margin-top: 20%;
    }
    .font28 {
        font-size: 20px;
    }
    .font14 {
        font-size: 10px;
    }
    .packShosevindow {
        display: none;
    }
    .packShosePhone {
        display: block;
    }
    .xobSizeChange {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .imgPartWidth {
        max-width: 60%;
    }
    .textTopSideTitle {
        font-size: 20px;
    }
    .textTopSide {
        font-size: 15px;
    }
    .marginMainImgText {
        margin-top: 25%;
    }
    .footerCenter {
        max-width: 95%;
    }
    .font16 {
        font-size: 12px;
    }
    .font15 {
        font-size: 11px;
    }
}

@media (max-width: 450px) {
    .indexWidth {
        margin-top: 0px;
    }
    .cookie {
        bottom: 10px;
        left: 0px;
    }
    .textTopSideTitle,
    .textTopSide {
        margin: 0 20px 0 20px;
    }
    .marginMainImgText {
        margin-top: 30%;
    }
}

@media (max-width: 400px) {
    .imgPartWidth {
        max-width: 80%;
    }
    .font18 {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .rowR36 {
        display: block;
    }
    .resRight {
        margin-left: 0;
        margin-right: 25px;
        margin-top: 5px;
    }
    .userInputBox {
        padding: 0px 20px 0px 0px;
    }
}


/* ===== betainfluencerV5 styles ===== */


/* ===== RESET & BASE ===== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #111;
    line-height: 1.6;
    overflow-x: hidden;
    display: block !important;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

 :root {
    --brand: #32C3B2;
    --brand-dark: #28a899;
    --brand-light: rgba(50, 195, 178, 0.12);
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --gray-950: #030712;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(0.7);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes barGrow {
    from {
        height: 0;
    }
}

@keyframes borderPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(50, 195, 178, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(50, 195, 178, 0);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes typewriter {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    0%,
    100% {
        border-color: var(--brand);
    }
    50% {
        border-color: transparent;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@keyframes cardFlip {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes glowPulse {
    0%,
    100% {
        box-shadow: 0 0 20px rgba(50, 195, 178, 0.3);
    }
    50% {
        box-shadow: 0 0 50px rgba(50, 195, 178, 0.7);
    }
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.7s cubic-bezier(.22, .61, .36, 1), transform 0.7s cubic-bezier(.22, .61, .36, 1);
}

.reveal.visible {
    opacity: 1;
    transform: none;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left.visible {
    opacity: 1;
    transform: none;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right.visible {
    opacity: 1;
    transform: none;
}

.reveal-scale {
    opacity: 0;
    transform: scale(0.88);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-scale.visible {
    opacity: 1;
    transform: scale(1);
}

.delay-1 {
    transition-delay: 0.1s !important;
}

.delay-2 {
    transition-delay: 0.2s !important;
}

.delay-3 {
    transition-delay: 0.3s !important;
}

.delay-4 {
    transition-delay: 0.4s !important;
}

.delay-5 {
    transition-delay: 0.5s !important;
}

.delay-6 {
    transition-delay: 0.6s !important;
}


/* ===== NAVBAR ===== */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 68px;
    display: flex;
    align-items: center;
    transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
    overflow: hidden;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    font-size: 1.25rem;
    font-weight: 800;
}

.nav-logo .white {
    color: #fff;
    transition: color 0.35s;
}

.nav-logo .teal {
    color: var(--brand);
}

.navbar.scrolled .nav-logo .white {
    color: var(--gray-900);
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s;
}

.navbar.scrolled .nav-links a {
    color: var(--gray-600);
}

.nav-links a:hover {
    color: var(--brand) !important;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-login {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s;
}

.navbar.scrolled .nav-login {
    color: var(--gray-600);
}

.nav-login:hover {
    color: var(--brand) !important;
}

.btn-primary {
    background: var(--brand);
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    box-shadow: 0 4px 14px rgba(50, 195, 178, 0.35);
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--brand-dark);
    box-shadow: 0 6px 20px rgba(50, 195, 178, 0.5);
    transform: translateY(-1px);
}


/* ===== HERO ===== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: -8px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('./img/mainImg.png') center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.65) 100%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(50, 195, 178, 0.3);
    animation: float linear infinite;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 120px 24px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.8125rem;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 28px;
    animation: fadeInDown 0.9s ease both;
}

.badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    animation: pulse 2s infinite;
}

.hero-title {
    font-size: clamp(2.25rem, 6vw, 4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    animation: fadeInUp 0.9s ease 0.15s both;
}

.hero-title .teal {
    color: var(--brand);
}

.hero-desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 600px;
    margin: 0 auto 44px;
    line-height: 1.75;
    animation: fadeInUp 0.9s ease 0.3s both;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    animation: fadeInUp 0.9s ease 0.45s both;
}

.btn-hero-primary {
    background: var(--brand);
    color: #fff;
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 1.0625rem;
    font-weight: 700;
    transition: all 0.25s;
    box-shadow: 0 8px 30px rgba(50, 195, 178, 0.5);
}

.btn-hero-primary:hover {
    background: var(--brand-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(50, 195, 178, 0.6);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 16px 36px;
    border-radius: 999px;
    font-size: 1.0625rem;
    font-weight: 600;
    transition: all 0.25s;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 64px;
    animation: fadeInUp 0.9s ease 0.6s both;
}

.hero-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.hero-stat {
    text-align: center;
}

.hero-stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: -20px;
    right: -20px;
    filter: blur(2px);
    left: -10px;
    right: -10px;
}

.hero-wave svg {
    display: block;
    width: 100%;
    filter: url(#waveBlur);
}


/* ===== SECTION COMMON ===== */

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--brand-light);
    color: var(--brand);
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: var(--gray-900);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.section-title .teal {
    color: var(--brand);
}

.section-desc {
    font-size: 1.0625rem;
    color: var(--gray-500);
    max-width: 520px;
    margin: 0 auto;
}

.inf-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px !important;
    box-sizing: border-box;
}

.section {
    padding: 100px 0;
}


/* ===== HOW IT WORKS ===== */

.how-section {
    background: var(--gray-50);
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.step-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid var(--gray-200);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
}

.step-card:hover {
    box-shadow: 0 12px 40px rgba(50, 195, 178, 0.15);
    transform: translateY(-4px);
}

.step-icon {
    width: 56px;
    height: 56px;
    background: var(--brand-light);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.step-card:hover .step-icon {
    transform: scale(1.15) rotate(-5deg);
}

.step-num {
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--brand);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.step-title {
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 8px;
    font-size: 0.9375rem;
}

.step-desc {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.65;
}

.step-connector {
    display: none;
}

@media (min-width: 1024px) {
    .step-connector {
        display: block;
        position: absolute;
        top: 38px;
        right: -12px;
        width: 24px;
        height: 2px;
        background: linear-gradient(to right, var(--brand), transparent);
        z-index: 1;
    }
}


/* ===== WHY US ===== */

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    margin-bottom: 64px;
}

.why-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.35s, transform 0.35s;
}

.why-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
}

.why-card-glow {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}

.why-card:hover .why-card-glow {
    opacity: 0.06;
}

.why-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.why-title {
    font-size: 1.1875rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.why-desc {
    font-size: 0.9375rem;
    color: var(--gray-500);
    line-height: 1.7;
}

.stats-banner {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    border-radius: 28px;
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(50, 195, 178, 0.35);
}

.stats-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    animation: spin 20s linear infinite;
}

.stats-banner-text {
    position: relative;
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.stats-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.stat-item {
    text-align: center;
}

.stat-num {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.stat-label {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 6px;
    font-size: 0.9375rem;
}

.stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    align-self: stretch;
}


/* ===== PRO SECTION ===== */

.pro-section {
    background: var(--gray-950);
}

.pro-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.pro-text {
    flex: 1 1 340px;
}

.pro-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(50, 195, 178, 0.15);
    color: var(--brand);
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 28px;
}

.pro-title {
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pro-desc {
    font-size: 1rem;
    color: #9ca3af;
    margin-bottom: 32px;
    line-height: 1.75;
}

.pro-list {
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pro-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #d1d5db;
    font-size: 0.9375rem;
}

.pro-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--brand);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.pro-check svg {
    width: 10px;
    height: 10px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
}

.pro-card-wrap {
    flex: 1 1 340px;
    max-width: 420px;
}

.pro-card {
    background: #111827;
    border-radius: 24px;
    border: 1px solid #1f2937;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    animation: float 6s ease-in-out infinite;
}

.pro-card-top {
    height: 4px;
    background: linear-gradient(to right, var(--brand), #6ee7e0);
}

.pro-card-body {
    padding: 24px;
}

.pro-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.pro-card-title {
    color: #fff;
    font-weight: 600;
}

.pro-badge {
    background: var(--brand);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 999px;
    letter-spacing: 0.05em;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 96px;
    margin-bottom: 20px;
}

.chart-bar {
    flex: 1;
    border-radius: 3px 3px 0 0;
    animation: barGrow 1.5s ease both;
    transform-origin: bottom;
}

.pro-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.pro-stat-card {
    background: #1f2937;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    transition: transform 0.2s;
}

.pro-stat-card:hover {
    transform: scale(1.05);
}

.pro-stat-val {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--brand);
}

.pro-stat-lbl {
    font-size: 0.6875rem;
    color: #6b7280;
    margin-top: 4px;
}


/* ===== MARQUEE STRIP ===== */

.marquee-strip {
    background: var(--brand);
    overflow: hidden;
    padding: 12px 0;
    white-space: nowrap;
}

.marquee-inner {
    display: inline-flex;
    gap: 48px;
    animation: marquee 28s linear infinite;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.marquee-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.btn-hero-primary {
    position: relative;
    overflow: hidden;
}

.btn-hero-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s;
}

.btn-hero-primary:active::after {
    transform: scale(1);
    opacity: 1;
    transition: 0s;
}

.inf-card.verified {
    animation: glowPulse 3s ease-in-out infinite;
}

.inf-card:hover .inf-avatar {
    transform: scale(1.1) rotate(8deg);
}

.tw-wrap {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    border-right: 3px solid var(--brand);
    animation: blink 0.75s step-end infinite;
}

.influencer-section {
    background: var(--gray-50);
}

.search-bar {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid var(--gray-200);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.search-input-wrap {
    flex: 1 1 220px;
    position: relative;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--gray-400);
    pointer-events: none;
}

.search-input {
    width: 100% !important;
    height: auto !important;
    padding: 12px 12px 12px 40px !important;
    border-radius: 14px !important;
    border: 1.5px solid #c8ccd2 !important;
    background: #fff !important;
    font-size: 0.9375rem !important;
    color: #1f2937 !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
    pointer-events: all !important;
    cursor: text !important;
}

.search-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(50, 195, 178, 0.15);
}

.sort-select {
    padding: 12px 16px;
    border-radius: 14px;
    border: 1.5px solid var(--gray-200);
    background: #fff;
    font-size: 0.875rem;
    color: var(--gray-700);
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

.sort-select:focus {
    border-color: var(--brand);
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.filter-pill {
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    border: 1.5px solid var(--gray-200);
    background: #fff;
    color: var(--gray-600);
    transition: all 0.2s;
}

.filter-pill:hover {
    border-color: var(--brand);
    color: var(--brand);
}

.filter-pill.active {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    box-shadow: 0 3px 10px rgba(50, 195, 178, 0.3);
}

.category-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 20px;
    scrollbar-width: none;
}

.category-row::-webkit-scrollbar {
    display: none;
}

.category-pill {
    white-space: nowrap;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    background: var(--gray-100);
    color: var(--gray-600);
    border: none;
    transition: all 0.2s;
}

.category-pill.active {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 3px 10px rgba(50, 195, 178, 0.35);
}

.category-pill:hover:not(.active) {
    background: var(--gray-200);
}

.results-count {
    font-size: 0.875rem;
    color: var(--gray-400);
    margin-bottom: 24px;
}

.results-count strong {
    color: var(--gray-600);
}


/* Cards grid */

.inf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.inf-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--gray-100);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inf-card:hover {
    box-shadow: 0 16px 48px rgba(50, 195, 178, 0.18);
    transform: translateY(-5px);
}

.inf-card-top {
    height: 8px;
    background: linear-gradient(to right, var(--brand), #6ee7e0);
}

.inf-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.inf-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.inf-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.0625rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s;
}

.inf-card:hover .inf-avatar {
    transform: scale(1.1);
}

.inf-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(50, 195, 178, 0.1);
    color: var(--brand);
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
}

.platform-badge {
    background: var(--gray-100);
    color: var(--gray-500);
    font-size: 0.6875rem;
    padding: 3px 10px;
    border-radius: 999px;
}

.inf-name {
    font-weight: 700;
    color: var(--gray-900);
    font-size: 0.9375rem;
    transition: color 0.2s;
}

.inf-card:hover .inf-name {
    color: var(--brand);
}

.inf-handle {
    font-size: 0.75rem;
    color: var(--gray-400);
    margin-bottom: 12px;
}

.inf-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.inf-tag {
    display: inline-block;
    background: var(--gray-100);
    color: var(--gray-600);
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 999px;
    white-space: nowrap;
}

.inf-stats {
    display: flex;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--gray-100);
    margin-bottom: 16px;
    margin-top: auto;
}

.inf-stat {
    flex: 1;
    text-align: center;
}

.inf-stat-val {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--gray-900);
}

.inf-stat-val.teal {
    color: var(--brand);
}

.inf-stat-lbl {
    font-size: 0.6875rem;
    color: var(--gray-400);
    margin-top: 2px;
}

.inf-stat-divider {
    width: 1px;
    background: var(--gray-100);
}

.inf-btn {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    background: rgba(50, 195, 178, 0.1);
    color: var(--brand);
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.inf-btn:hover {
    background: var(--brand);
    color: #fff;
}

.no-results {
    text-align: center;
    padding: 80px 20px;
    color: var(--gray-400);
}

.no-results .icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.no-results p {
    font-size: 1.0625rem;
    font-weight: 500;
}

.no-results span {
    font-size: 0.875rem;
}


/* ===== SHOW MORE BUTTON ===== */

.show-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.btn-show-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border-radius: 999px;
    background: #fff;
    color: var(--brand);
    font-size: 0.9375rem;
    font-weight: 700;
    border: 2px solid var(--brand);
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(50, 195, 178, 0.15);
    letter-spacing: 0.01em;
}

.btn-show-more:hover {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 8px 28px rgba(50, 195, 178, 0.4);
    transform: translateY(-2px);
}

.btn-show-more svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.btn-show-more:hover svg {
    transform: translateY(3px);
}

.btn-show-more.loading {
    opacity: 0.7;
    pointer-events: none;
}

.show-more-count {
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 0.75;
}


/* Join CTA */

.join-cta {
    margin-top: 64px;
    background: linear-gradient(135deg, rgba(50, 195, 178, 0.08) 0%, rgba(40, 168, 153, 0.08) 100%);
    border-radius: 28px;
    padding: 56px 40px;
    text-align: center;
    border: 1px solid rgba(50, 195, 178, 0.2);
    position: relative;
    overflow: hidden;
}

.join-cta-title {
    font-size: 1.625rem;
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 12px;
}

.join-cta-desc {
    color: var(--gray-500);
    max-width: 400px;
    margin: 0 auto 28px;
}


/* ===== FOOTER ===== */

.footer {
    background: var(--gray-950);
    border-top: 1px solid #1f2937;
}

.footer-inner {
    padding: 80px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 56px;
}

.footer-brand-logo {
    font-size: 1.375rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.footer-brand-logo .white {
    color: #fff;
}

.footer-brand-logo .teal {
    color: var(--brand);
}

.footer-brand-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.75;
    max-width: 340px;
    margin-bottom: 24px;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transition: all 0.2s;
}

.social-btn:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-2px);
}

.social-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-col-title {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    font-size: 0.875rem;
    color: #6b7280;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--brand);
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #1f2937;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copy {
    font-size: 0.8125rem;
    color: #4b5563;
}

.footer-tagline {
    font-size: 0.75rem;
    color: #374151;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    .nav-login {
        display: none;
    }
    .hero-stat-divider {
        display: none;
    }
    .stats-row {
        flex-direction: column;
        gap: 28px;
    }
    .stat-divider {
        display: none;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .pro-inner {
        flex-direction: column;
    }
    .join-cta {
        padding: 36px 24px;
    }
}


/* Odstrani ostro črto med hero in naslednjo sekcijo */

.hero {
    box-shadow: none;
    border: none;
    outline: none;
    overflow: visible;
}

.how-section {
    box-shadow: none;
    border: none;
    outline: none;
    border-top: none !important;
}

.section {
    border-top: none !important;
}