@import "../fonts/fontawesome/all.css";
@import "../deps/swiper/swiper.min.css";
@import "../deps/beerslider/style.min.css";

@font-face {
    font-family: Lalezar;
    src: url("../fonts/Lalezar.ttf");
}

:root {
    --sb-bg: #fff;
    --sb-cl: #000;
    --sb-primary-bg: #001efd;
    --sb-primary-cl: #001efd;
    --sb-card-padding: clamp(1rem, 2vw, 1rem);
    --sb-card-radius: clamp(12px, 2vw, 16px);
    --sb-gradient-img: url(https://salibot.ir/content/theme/salibot/assets/images/gradient-1.png);
    --sb-noise-bg: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
*, :before, :after {
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    overflow: auto;
}
body {
    background: transparent;
    padding: 18px 40px;
}
body::before {
    --size: 45px;
    --line: color-mix(in lch, canvasText, transparent 70%);
    content: "";
    height: 100vh;
    width: 100vw;
    position: fixed;
    background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size);
    -webkit-mask: linear-gradient(-20deg, transparent 50%, white);
    mask: linear-gradient(-20deg, transparent 50%, white);
    top: 0;
    left: 0;
    transform-style: flat;
    pointer-events: none;
    z-index: -1;
}

.sb-bg-gradient {
    width: 100%;
    height: 100%;
    background: var(--sb-gradient-img) center center;
    background-size: cover;
    position: absolute;
    z-index: -10;
    backdrop-filter: blur(5px);
    opacity: 0.5;
    top: 0;
    left: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

img {
    pointer-events: none;
}
button {
    user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
    cursor: pointer;
}
ul {
    padding: 0;
    margin: 0;
}

.iranyekan {
    font-family: IRANYekan, UFOCMS, sans-serif;
}

.sb-header {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: rgb(233 233 233 / 30%);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: sticky;
    will-change: transform;
    top: 0;
    margin: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.sb-menu li {
    margin-left: 25px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
html[dir='ltr'] .sb-menu li:first-child {
    margin: 0;
}
html[dir='rtl'] .sb-menu li:last-child {
    margin: 0;
}

.sb-main {
    width: 100%;
    margin-top: 10px;
    padding: 12px 0;
}

.sb-hero {
    width: 100%;
    height: 400px;
}
.hero-canvas {
    width: 100%;
    height: 150px;
    display: block;
}

.sb-mobile {display: none}

.sb-hero-content {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
}
.sb-hero-content .sb-hero-info {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 16px;
}
.sb-hero-content .sb-hero-info .sb-hero-title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-family: IRANYekan, UFOCMS, sans-serif;
    color: var(--sb-primary-bg);
    margin: 0;
    padding: 0;
}
.sb-hero-content .sb-hero-info .sb-hero-subtitle {
    font-size: 22px;
    text-align: -webkit-center;
}
.sb-hero-content .sb-hero-img,
.sb-hero-content .sb-hero-img img {
    height: inherit;
    -webkit-user-drag: none;
}

.sb-scroll-guides {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.sb-scroll-guides .hand-icon {
    position: relative;
}
.sb-scroll-guides .hand {
    background: var(--sb-primary-bg);
    width: 5px;
    height: 16px;
    border-radius: 20px;
    position: relative;
    left: -5px;
    margin-bottom: 17px;
    transform: rotate(-20deg);
    -webkit-animation: handAnim 1.2s infinite;
    animation: handAnim 1.2s infinite;
}
.sb-scroll-guides .hand:after {
    content: "";
    background: var(--sb-primary-bg);
    width: 17px;
    height: 18px;
    border-radius: 4px 8px 38px 15px;
    transform: rotate(6deg) skewY(10deg);
    position: absolute;
    top: 13px;
    left: -1px;
}
.sb-scroll-guides .hand:before {
    content: "";
    background: var(--sb-primary-bg);
    width: 6px;
    height: 17px;
    border-radius: 2px 40px 20px 20px;
    position: absolute;
    top: 12px;
    left: -6px;
    transform: rotate(-38deg);
}
.sb-scroll-guides .hand .circle {
    background-color: var(--sb-primary-bg);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    opacity: 0.5;
    -webkit-animation: circleAnim 1.2s infinite 2.1s;
    animation: circleAnim 1.2s infinite 2.1s;
}
@-webkit-keyframes handAnim {
    0% {
        top: 20px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: -20px;
        opacity: 0;
    }
}
@keyframes handAnim {
    0% {
        top: 20px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: -20px;
        opacity: 0;
    }
}
@-webkit-keyframes circleAnim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes circleAnim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.sb-scroll-guides .scroll {
    position: relative;
    margin-top: -70px;
}
.sb-scroll-guides .scroll span {
    display: block;
    color: var(--sb-primary-bg);
    font-size: 25px;
    position: absolute;
}
.sb-scroll-guides .scroll span:before {
    content:"\e94a";
    font-family: ufo-icon;
}
.sb-scroll-guides .scroll span.one {
    animation: animeone 3s infinite linear;
    opacity: 0;
    transform: scale(.4, .4);
}
.sb-scroll-guides .scroll span.two {
    animation: animetwo 3s infinite linear;
    opacity: 1;
}
.sb-scroll-guides .scroll span.three {
    animation: animethree 3s infinite linear;
    opacity: 1;
}
.sb-scroll-guides .scroll span.four {
    animation: animefour 3s infinite linear;
    opacity: 0;
    transform: scale(.4, .4);
}
@keyframes animeone {
    0%, 10% {
        opacity: 0;
        transform: translateY(0px) scale(.4, .4);
    }
    33.3%, 43.3% {
        opacity: 1;
        transform: translateY(20px);
    }
    66.6%, 76.6% {
        opacity: 1;
        transform: translateY(30px);
    }
    100% {
        opacity: 0;
        transform: translateY(50px) scale(.4, .4);
    }
}
@keyframes animetwo {
    0%, 10% {
        opacity: 1;
        transform: translateY(20px);
    }
    33.3%, 43.3% {
        opacity: 1;
        transform: translateY(30px);
    }
    66.6%, 76.6% {
        opacity: 0;
        transform: translateY(50px) scale(.4, .4);
    }
    100% {
        opacity: 0;
        transform: translateY(0px) scale(.4, .4);
    }
}
@keyframes animethree {
    0%, 10% {
        opacity: 1;
        transform: translateY(30px);
    }
    33.3%, 43.3% {
        opacity: 0;
        transform: translateY(50px) scale(.4, .4);
    }
    66.6%, 76.6% {
        opacity: 0;
        transform: translateY(0px) scale(.4, .4);
    }
    100% {
        opacity: 1;
        transform: translateY(20px);
    }
}
@keyframes animefour {
    0%, 10% {
        opacity: 0;
        transform: translateY(50px) scale(.4, .4);
    }
    33.3%, 43.3% {
        opacity: 0;
        transform: translateY(0px) scale(.4, .4);
    }
    66.6%, 76.6% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(30px);
    }
}

.sb-card-container {
    width: 100%;
    margin: 0 auto;
}
.sb-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    list-style: none;
    position: relative;
    width: 100%;
}
.sb-card-item {
    position: relative;
    width: 100%;
}
.sb-card {
    position: relative;
    width: 100%;
    height: 250px;
    background: var(--sb-bg);
    border-radius: var(--sb-card-radius);
    padding: var(--sb-card-padding);
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
}
.sb-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sb-card::before,
.sb-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.sb-card::before {
    background: linear-gradient(var(--sb-primary-bg) 0 2px, transparent 2px 38px) -20px -20px / 40px 40px, linear-gradient(90deg, var(--sb-primary-bg) 0 2px, transparent 2px 38px) -20px -20px / 40px 40px;
    mask: linear-gradient(-35deg, var(--sb-primary-bg), transparent 45%);
    opacity: 0;
    z-index: 1;
}
.sb-card:hover {
    transform: translateY(-5px);
}
.sb-card:hover::before {
    opacity: 0.4;
}
.sb-card-icon {
    width: clamp(40px, 5vw, 48px);
    height: clamp(40px, 5vw, 48px);
}
.sb-card-icon svg, .sb-card-icon i {
    width: 100%;
    height: 100%;
    font-size: clamp(40px, 5vw, 40px);
    fill: none;
    color: var(--sb-primary-cl);
    stroke: var(--sb-primary-cl);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.sb-card h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.2rem);
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: var(--sb-cl);
}
.sb-card p {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    line-height: 1.6;
    margin: 0;
    color: var(--sb-cl);
}

@property --x {
    syntax: '<length-percentage>';
    initial-value: 0;
    inherits: false
}
@property --y {
    syntax: '<length-percentage>';
    initial-value: 0;
    inherits: false
}

.sb-box {
    width: 100%;
    min-height: 250px;
    background-color: var(--sb-bg);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: relative;
}
.sb-box .sb-box-child {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    position: absolute;
    top: 0; left: 0;
    border-radius: inherit;
}
.sb-box-child .sb-right {
    width: fit-content;
    pointer-events: none;
}
.sb-box-child .sb-left {
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.sb-bg-circles {
    --pattern: radial-gradient(closest-side, rgba(0, 30, 253, 0.2), var(--sb-bg)) 0/ 0.8em 0.8em space;
    --map: radial-gradient(circle farthest-corner at var(--x) var(--y), rgb(0 30 253 / 12%), var(--sb-bg));
    background: var(--pattern), var(--map);
    background-blend-mode: multiply;
    filter: contrast(16);
    transition: .35s cubic-bezier(.1,0,.5,1.5);
    transition-property: --x, --y;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    border-radius: inherit;
}

.sb-footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    width: 100%;
    background: rgb(233 233 233 / 30%);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.sb-footer::before,
.sb-tape::before,
.sb-accordion .sb-acc-header:before,
.sb-accordion .sb-acc-body:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--sb-gradient-img) center center;
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
}
.sb-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--sb-noise-bg);
    opacity: 0.1;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 1;
}
.sb-footer > * {
    flex: 1 100%;
    position: relative;
    z-index: 2;
}
.sb-footer-about {
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.sb-footer-logo {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}
.sb-footer-nav .nav-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.sb-footer address {
    font-style: normal;
    color: #999;
}
.sb-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}
.sb-footer ul {
    list-style: none;
    padding-left: 0;
}
.sb-footer li {
    line-height: 2em;
}
.sb-footer a {
    font-size: 20px;
    text-decoration: none;
}
.sb-footer-nav {
    display: flex;
    flex-flow: row wrap;
}
.sb-footer-nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
}
.sb-footer-nav .nav-ul a {
    color: #858585;
}
.sb-footer-nav .nav-ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}
.sb-footer .sb-footer-legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}
.sb-footer .sb-footer-legal-links {
    display: flex;
    align-items: center;
}
footer .footer-permissions {
    width: 100%;
    display: flex;
    justify-content: center
}
footer .swiper-footer-permissions {
    width: 180px;
    height: 180px
}
footer .swiper-footer-permissions .bg {
    background: #f5f3f3;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    padding: 12px
}
footer .swiper-footer-permissions .bg img {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 24.375em) {
    .sb-footer-legal .sb-footer-legal-links {
        margin-left: auto;
    }
}
@media screen and (min-width: 40.375em) {
    .sb-footer-nav > * {
        flex: 1;
    }

    .sb-footer-nav .nav-item--extra {
        flex-grow: 2;
    }

    .sb-footer-about {
        flex: 1 0;
    }

    .sb-footer-nav {
        flex: 2 0;
    }
}

.sb-licenses {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sb-licenses .sb-license-item {
    width: 110px;
    height: 125px;
    background: var(--sb-bg);
    border-radius: 12px;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
html[dir='ltr'] .sb-licenses .sb-license-item {
    margin-right: unset;
    margin-left: 10px;
}

.pro-title, .pro-title .title {
    width: 100%;
    position: relative
}
.pro-title {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.pro-title .title {
    font-size: 35px;
    font-family: Lalezar, sans-serif;
    font-weight: lighter;
    z-index: 2;
    text-align: center;
    margin: 0 0 30px;
}
.pro-title span {
    position: relative;
    z-index: 2;
    text-align: center
}

.sb-gallery-swiper {
    width: 100%;
    height: fit-content;
}
.sb-gallery-swiper .swiper-wrapper {
    padding: 10px 0;
}
.sb-gallery-swiper .swiper-slide {
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    will-change: transform, object-position;
    transition: transform 0.3s ease-out, object-position 0.3s ease-out;
}
.sb-gallery-swiper .swiper-slide-active {
    transform: scale(1.05);
}

.sb-circle-icons {
    overflow: hidden;
    position: relative;
    width: min(80vw, 550px);
    height: min(80vw, 550px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sb-circle-icons .main-circle {
    position: absolute;
    width: 70%;
    height: 70%;
    border: 3px dashed rgba(75, 75, 75, 0.5);
    border-radius: 50%;
}
.sb-circle-icons .rotating-circles {
    position: absolute;
    width: 70%;
    height: 70%;
    animation: circle-icons-rotating 20s linear infinite;
}
.sb-circle-icons .rot-circle {
    position: absolute;
    width: 75px;
    height: 75px;
    background: rgba(10, 83, 190, 0.4);
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.sb-circle-icons .rot-circle:before {
    content: attr(data-text);
    position: relative;
    width: calc(100%);
    height: calc(100%);
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /* Add counter-rotation to keep text upright */
    animation: counter-rotate 20s linear infinite;
}
.sb-circle-icons .rot-circle:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--sb-noise-bg) center;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.sb-circle-icons .circle1 {top: 0; left: 50%}
.sb-circle-icons .circle2 {top: 25%; left: 93.3%}
.sb-circle-icons .circle3 {top: 75%; left: 93.3%}
.sb-circle-icons .circle4 {top: 100%; left: 50%}
.sb-circle-icons .circle5 {top: 75%; left: 6.7%}
.sb-circle-icons .circle6 {top: 25%; left: 6.7%}
.sb-circle-icons .rot-circle:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.sb-demo-rbg-files .main-circle img {
    width: 225px;
    height: 225px;
}

.primaryButton {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: 40px;
    background-color: var(--sb-primary-bg);
    border-radius: 15px;
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.16) inset, 0 2px 4px 0 rgba(9, 9, 11, 0.04), 0 2px 1px 0 rgba(255, 255, 255, 0.24) inset;
    color: #fff;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.1s ease-in;
}
.primaryButton:active {
    transform: scale(0.98);
}
.primaryButton:focus-visible {
    outline: 2px solid var(--sb-primary-bg);
    outline-offset: 2px;
}
.secondaryButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    width: auto;
    height: 40px;
    background: linear-gradient(180deg, #E9E9EB 0%, rgba(233, 233, 235, 0) 100%);
    border-radius: 15px;
    color: var(--sb-primary-bg);
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.1s ease-in;
}
.secondaryButton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: calc(15px - 1px);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 #E5E5E8;
}
.secondaryButton:active {
    transform: scale(0.98);
}
.secondaryButton:focus-visible {
    outline: 2px solid var(--sb-primary-bg);
    outline-offset: 2px;
}
.secondaryButton * {
    z-index: 1;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.sb-section {
    width: 100%;
    height: fit-content;
}
.beer-slider {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    width: 500px;
    height: 500px;
    border-radius: 12px;
}

.infinite-bg {
    /* img size is 50x50 */
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
    -webkit-animation: infinite-bg-reverse 5s infinite;
    /* Safari 4+ */
    -moz-animation: infinite-bg-reverse 6s infinite;
    /* Fx 5+ */
    -o-animation: infinite-bg-reverse 6s infinite;
    /* Opera 12+ */
    animation: infinite-bg-reverse 6s infinite;
    /* IE 10+ */
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

.sb-tape-parent {
    position: relative;
    margin-top: 80px;
}
.sb-tape-parent .sb-tape-img {
    width: 170px;
    height: 220px;
    position: absolute;
    z-index: 2;
    top: -80px;
    right: 50px;
    -webkit-user-drag: none;
}
html[dir='rtl'] .sb-tape-parent .sb-tape-img {
    right: unset;
    left: 50px;
}
.sb-tape {
    width: 100%;
    min-height: 100px;
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #2f2f2f;
    background: rgb(233 233 233 / 30%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}
.sb-tape .left, .sb-tape .right {
    width: 50%;
    min-height: 100px;
}

.sb-accordions .sb-acc-container {
    width: 100%;
    margin: auto;
}
.sb-acc-container .sb-accordion {
    overflow: hidden;
    transition: 0.3s;
}
.sb-acc-container .sb-accordion.active {}
.sb-acc-container .sb-accordion .sb-acc-header {
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px;
    color: #444;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    background: rgb(233 233 233 / 30%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
html[dir='rtl'] .sb-acc-container .sb-accordion .sb-acc-header {
    text-align: right;
}
.sb-accordions .sb-accordion .sb-acc-header .parent-icon {
    position: absolute;
    top: 50%;
    right: 20px;
}
html[dir='rtl'] .sb-acc-container .sb-accordion .sb-acc-header .parent-icon {
    right: unset;
    left: 20px;
}
.sb-acc-container .sb-accordion .sb-acc-header .icon {
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #4d4d4dd5;
    transform: translateY(-50%);
    transition: 0.3s;
}
.sb-acc-container .sb-accordion .sb-acc-header .icon::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    transform: rotatez(90deg);
}
.sb-acc-container .sb-accordion.active .sb-acc-header .icon {
    transform: rotateZ(45deg) translateY(-50%);
    background-color: var(--sb-primary-cl);
}
.sb-acc-container .sb-accordion .sb-acc-body {
    padding: 0 15px;
    backdrop-filter: blur(15px);
    color: #161616;
    font-size: 18px;
    line-height: 1.5;
    height: 0;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.42, 0.59, 0.49, 1.29);
}
.sb-acc-container .sb-accordion.active .sb-acc-body {
    padding: 15px;
}

.sb-lng-context {
    position: absolute;
    width: 100%;
    max-width: 150px;
    height: fit-content;
    overflow: hidden;
    background: var(--sb-bg);
    border-radius: 8px;
    top: 45px;right: 0;
    margin: auto;
    padding: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0 1px 1px, rgba(9, 30, 66, 0.13) 0 0 1px 1px;
    display: none;
}
html[dir='rtl'] .sb-lng-context {
    left: 0;
    right: unset;
}
.sb-lng-context ul li {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 0 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
}
.sb-lng-context ul li:last-child {
    margin-bottom: unset;
}
.sb-lng-context ul li:hover {
    background: aliceblue;
    transition: all 0.3s linear;
    transform: scale(1.02);
}
.sb-lng-context ul li img {
    width: 22px;
    height: 22px;
}

.width-fit {
    width: fit-content
}
.height-fit {
    height: fit-content
}

.sb-404 .error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin: 70px 15px
}
.sb-404 .error-container > span {
    display: inline-block;
    position: relative
}
.sb-404 .error-container > span.four {
    width: 136px;
    height: 43px;
    border-radius: 999px;
    background: linear-gradient(140deg, rgb(0 0 0 / .1) 0%, rgb(0 0 0 / .07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgb(0 0 0 / .06) 41%, rgb(0 0 0 / .07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #6B89FF, #7B96FF)
}
.sb-404 .error-container > span.four:before,
.sb-404 .error-container > span.four:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 999px
}
.sb-404 .error-container > span.four:before {
    width: 43px;
    height: 156px;
    left: 60px;
    bottom: -43px;
    background: linear-gradient(128deg, rgb(0 0 0 / .1) 0%, rgb(0 0 0 / .07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgb(0 0 0 / .1) 0%, rgb(0 0 0 / .07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #4B70FF, #5A7DFF, #6B89FF, #7B96FF, #8BA3FF)
}
.sb-404 .error-container > span.four:after {
    width: 137px;
    height: 43px;
    transform: rotate(-49.5deg);
    left: -18px;
    bottom: 36px;
    background: linear-gradient(to right, #4B70FF, #5A7DFF, #6B89FF, #7B96FF, #8BA3FF)
}
.sb-404 .error-container > span.zero {
    vertical-align: text-top;
    width: 156px;
    height: 156px;
    border-radius: 999px;
    background: linear-gradient(-45deg, transparent 0%, rgb(0 0 0 / .06) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top right, #4B70FF, #4B70FF, #5A7DFF, #6B89FF, #7B96FF, #8BA3FF, #8BA3FF);
    overflow: hidden;
    animation: bgshadow-404 5s infinite
}
.sb-404 .error-container > span.zero:before {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    left: 0;
    bottom: 0;
    background: #fff0 linear-gradient(95deg, transparent 0%, transparent 8%, rgb(0 0 0 / .07) 9%, transparent 50%, transparent 100%)
    linear-gradient(85deg, transparent 0%, transparent 19%, rgb(0 0 0 / .05) 20%, rgb(0 0 0 / .07) 91%, transparent 92%, transparent 100%);
}
.sb-404 .error-container > span.zero:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 999px;
    width: 70px;
    height: 70px;
    left: 43px;
    bottom: 43px;
    background: #fdfaf5;
    box-shadow: -2px 2px 2px 0 rgb(0 0 0 / .1)
}
.sb-404 .screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em
}
.sb-404 a.more-link {
    font-size: 17px;
    background-color: #6B89FF;
    padding: 10px 15px;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    margin: 50px 0;
}


.download-app-badges {
    min-height: 80px;
    a {
        display: flex;
        justify-content: center;
        align-content: center;
    }
    a, img {
        width: auto;
        height: 80px;
        border-radius: 8px;
    }
}

@-webkit-keyframes infinite-bg-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes infinite-bg-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-o-keyframes infinite-bg-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@keyframes infinite-bg-reverse {
    100% {
        background-position: 50px 50px;
    }
}
@-webkit-keyframes infinite-bg {
    0% {
        background-position: 50px 50px;
    }
}
@-moz-keyframes infinite-bg {
    0% {
        background-position: 50px 50px;
    }
}
@-o-keyframes infinite-bg {
    0% {
        background-position: 50px 50px;
    }
}
@keyframes infinite-bg {
    0% {
        background-position: 50px 50px;
    }
}
@keyframes circle-icons-rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes counter-rotate {
    from {transform: rotate(0deg)}
    to {transform: rotate(-360deg)}
}
@keyframes bgshadow-404 {
    0% {
        box-shadow: inset -160px 160px 0 5px rgb(0 0 0 / .4)
    }

    45% {
        box-shadow: inset 0 0 0 0 rgb(0 0 0 / .1)
    }

    55% {
        box-shadow: inset 0 0 0 0 rgb(0 0 0 / .1)
    }

    100% {
        box-shadow: inset 160px -160px 0 5px rgb(0 0 0 / .4)
    }
}

@media screen and (max-width: 800px) {
    body {
        padding: 18px 10px;
    }

    .sb-desktop {display: none}
    .sb-mobile {display: block}
    .sb-mobile.flex {display: flex}

    .sb-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .sb-header .sb-head-box {
        width: fit-content;
    }
    .sb-header .sb-head-box:first-child {
        justify-content: flex-end;
    }
    .sb-menu {
        display: none;
    }

    .sb-hero {
        margin-top: 150px;
        height: auto;
    }
    .sb-hero .sb-hero-content {
        justify-content: unset;
        flex-direction: column-reverse;
    }
    .sb-hero .sb-hero-info {
        width: 100%;
    }
    .sb-hero-content .sb-hero-info .sb-hero-title {
        font-size: 33px;
    }
    .sb-hero-content .sb-hero-info .sb-hero-subtitle {
        font-size: 20px;
    }
    .sb-hero-content .sb-hero-img {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .sb-hero-content .sb-hero-img img {
        height: 250px;
    }

    .sb-box {
        margin-top: 15px !important;

        a {
            transform: scale(0.9);
        }
    }
    .sb-box .sb-bg-circles {
        display: none;
    }
    .sb-box .sb-box-child {
        height: fit-content;
        position: unset;
        flex-direction: column;
        align-items: center;
        padding: 4px;
    }
    .sb-box-child .sb-right img {
        margin-top: -50px;
    }
    .sb-box-child .sb-left {
        height: fit-content;
    }
    .sb-box-child .sb-left h2 {
        width: 100%;
        text-align: center;
        margin-top: 20px !important;
    }

    .sb-gallery-swiper .swiper-slide {
        height: 250px;
    }

    .sb-demo-rbg-files {
        grid-template-columns: unset;
    }
    .sb-demo-rbg-files .beer-slider {
        width: 100%;
        height: 350px;
    }

    .sb-circle-icons {
        width: 400px;
        height: 400px;
    }
    .sb-circle-icons .rot-circle {
        width: 65px;
        height: 65px;
    }
    .sb-circle-icons .main-circle {
        border-width: 2px;
    }

    .sb-demo-rbg-files .main-circle img {
        width: min(95vw, 150px);
        height: min(95vw, 150px);
    }
}
@media screen and (max-width: 380px) {
    .sb-circle-icons {
        width: 340px;
        height: 340px;
    }
    .download-app-badges {
        grid-template-columns: repeat(1, 1fr);
        a, img {
            width: 100%;
        }
    }
}
@media (max-width: 768px) {
    .sb-card-grid {
        grid-template-columns: 1fr;
    }
    .sb-card {
        min-height: 240px;
    }
    .sb-acc-container .sb-accordion .sb-acc-header {
        font-size: 16px;
    }

    .sb-tape-parent .sb-tape-img {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
    .sb-tape.reversable {
        flex-direction: column-reverse;
    }
    .sb-tape .left, .sb-tape .right {
        width: 100%;
    }

    .sb-footer {
        padding: 20px 8px 0 30px;
    }
    .sb-footer-about {
        margin-top: 20px;
    }
    .sb-licenses .sb-license-item {
        width: 110px;
        height: 110px;
    }

    .download-app-badges {
        grid-template-columns: repeat(2, 1fr);
        a, img {
            width: 100%;
        }
    }
}
@media (max-width: 480px) {
    .download-app-badges {
        grid-template-columns: repeat(1, 1fr);
        a, img {
            width: 100%;
            height: 100px;
        }
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .sb-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-circle-icons .sb-circle-icons {
        width: min(90vw, 300px);
        height: min(90vw, 300px);
    }
    .sb-circle-icons .rot-circle {
        width: 30px;
        height: 30px;
    }
    .sb-circle-icons .main-circle {
        border-width: 2px;
    }

    .download-app-badges {
        grid-template-columns: repeat(3, 1fr);
        a, img {
            width: 100%;
        }
    }
}
@media (min-width: 1200px) {
    .sb-card-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .sb-gallery-swiper .swiper-slide {
        height: 250px;
    }
}
@media screen and (min-width: 1400px) {
    body {
        padding: 18px 100px;
    }
}