.home-1,
.home-2>div,
.home-3>div,
.home-4,
.home-5>div,
.home-6 {
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto
}

.home-1>div,
.home-2>div>div,
.home-3>div>div,
.home-4>div,
.home-5>div>div,
.home-6>div {
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-2 * var(--bs-gutter-y));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x))
}

.home-1>div>*,
.home-2>div>div>*,
.home-3>div>div>*,
.home-4>div>*,
.home-5>div>div>*,
.home-6>div>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y)
}

.home-1>div>div:first-child {
    box-sizing: border-box;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-direction: column;
    display: flex
}

.home-1:not(.company-1, .shop-1)>div>div:last-child {
    box-sizing: border-box;
    background-image: linear-gradient(270deg, #ffe2e5 0, #fff 100%);
    border-radius: 50px;
    transform: skewX(10deg);
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-right: 3rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex
}

.home-1>div>div>div:first-child {
    align-items: flex-start;
    flex-direction: column;
    display: flex
}

.home-1>div>div>div:last-child {
    gap: 1.5rem;
    margin-top: 1.5rem;
    justify-content: space-between;
    flex-direction: column;
    display: flex
}

.home-1>div>div>div:last-child a:first-child,
.home-3>div:first-child>div>div:nth-child(1) a {
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #dc3545;
    transition: all ease .3s;
    border: solid 1px #fff;
    text-align: center;
    text-align-last: center;
    gap: 1rem;
    width: 100%;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    box-sizing: border-box
}

.home-1>div>div>div:last-child a:first-child:hover,
.home-3>div:first-child>div>div:nth-child(1) a:hover {
    transform: translatey(-5px);
    transition: all ease .3s;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #00000040;
    border: solid 1px #dc3545
}

.home-1>div>div>div:last-child a:first-child:hover span,
.home-3>div:first-child>div>div:nth-child(1) a:first-child:hover span {
    color: #dc3545;
    transition: all ease .3s
}

.home-1>div>div>div:last-child a:first-child:hover img,
.home-3>div:first-child>div>div:nth-child(1) a:hover img {
    transform: translateY(-100px);
    transition: all ease .3s
}

.home-1>div>div>div:last-child a:last-child {
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #0a65fc;
    transition: all ease .3s;
    border: solid 1px #fff;
    text-align: center;
    text-align-last: center;
    gap: 1rem;
    width: 100%;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
    box-sizing: border-box
}

.home-1>div>div>div:last-child a:last-child:hover {
    transform: translatey(-5px);
    transition: all ease .3s;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #00000040;
    border: solid 1px #0a65fc
}

.home-1>div>div>div:last-child a:last-child:hover span {
    color: #0a65fc;
    transition: all ease .3s
}

.home-1>div>div>div:last-child a:last-child:hover img {
    transform: translateY(-100px);
    transition: all ease .3s
}

.home-1>div>div>div:last-child a:first-child span {
    color: #fff;
    transition: all ease .3s;
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
    font-size: calc(.8rem + .8vw)
}

.home-1>div>div>div:last-child a:first-child img,
.home-3>div:first-child>div>div:nth-child(1) a img {
    transform: translateY(0);
    filter: drop-shadow(0 100px 0 #dc3545);
    transition: all ease .3s
}

.home-1>div>div>div:last-child a:last-child span,
.home-3>div:first-child>div>div:nth-child(1) a span {
    color: #fff;
    transition: all ease .3s;
    font-size: calc(.8rem + .8vw);
    line-height: 1.5;
    font-weight: 700;
    margin-top: .25rem
}

.home-1>div>div>div:last-child a:last-child img {
    transform: translateY(0);
    filter: drop-shadow(0 100px 0 #0a65fc);
    transition: all ease .3s
}

.home-1:not(.company-1, .shop-1)>div>div:last-child img {
    transform: skewX(-10deg);
    padding-left: 3rem;
    margin-left: 3rem
}

.home-2 {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(180deg, #dbe4fe 0, #fff 20%);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto
}

.home-2>div>div {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.home-2>div>div>div:first-child {
    order: 2;
    padding-top: 1.5rem;
    box-sizing: border-box
}

.home-2>div>div>div:last-child {
    order: 1;
    box-sizing: border-box
}

.home-2>div>div>div:first-child video {
    top: 150px;
    float: left;
    border-radius: 15px;
    position: sticky;
    top: 6rem;
    display: block;
    width: 100%;
    display: block
}

.home-2>div>div>div:last-child h2 {
    font-size: calc(1.2rem + 1.2vw);
    line-height: 1.5;
    font-weight: 700;
    padding-right: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.home-2>div>div>div:last-child>div {
    display: flex
}

.home-2>div>div>div:last-child>div>div:first-child {
    padding-top: 1.5rem
}

.home-2>div>div>div:last-child>div>div:last-child {
    padding-right: 1.5rem
}

.home-2>div>div>div:last-child>div>div:first-child span {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    position: relative;
    transition: all .3s;
    cursor: default;
    font-size: calc(1.275rem + .3vw);
    align-items: center;
    justify-content: center;
    display: flex
}

.home-2>div>div>div:last-child>div:not(:last-child)>div:first-child::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: relative;
    top: -25px;
    right: 50%;
    z-index: 0;
    background-color: #ddd
}

.home-2>div>div>div:last-child>div>div:last-child span {
    font-size: calc(1rem + 1vw);
    color: var(--bs-heading-color);
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block
}

.home-2>div>div>div:last-child>div:first-child>div:last-child ul {
    padding-right: 1rem
}

.home-2>div>div>div:last-child>div:nth-child(2)>div:first-child span {
    background-color: #b1d0ff;
    color: #0032b3
}

.home-2>div>div>div:last-child>div:nth-child(3)>div:first-child span {
    color: #00755d;
    background-color: #dfedda
}

.home-2>div>div>div:last-child>div:nth-child(4)>div:first-child span {
    color: #c70008;
    background: #ffc8ce
}

.home-2>div>div>div:last-child>div:nth-child(5)>div:first-child span {
    background-color: #fff5d7;
    color: #bf4500
}

.home-3 {
    padding-top: 3rem;
    background-image: linear-gradient(180deg, #fff7f7 0%, #fff 20%);
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto
}

.home-3.shop-5 {
    padding-top: 0;
    padding-bottom: 3rem;
    background-image: unset;
    background-color: #f9f9f9
}

.home-3>div:first-child {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px #0000000f;
    margin-bottom: 3rem
}

.home-3.shop-5>div:first-child {
    margin-bottom: 0
}

.home-3>div:first-child>div>div:nth-child(1) {
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 0 0 auto;
    width: 100%
}

.home-3>div:first-child>div>div:nth-child(2) {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100%
}

.home-3>div:first-child>div:after {
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #008000ff 0%, #008000ff 8%, #f00f 8%, #f00f 16%, #800080ff 16%, #800080ff 32%, #008000ff 32%, #008000ff 57%, #ffa500ff 57%, #ffa500ff 100%)
}

.home-3>div:last-child>div>div {
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto
}

.home-3>div:last-child>div>div>div {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 #00000030;
    overflow: hidden;
    position: relative
}

.home-3>div:last-child>div>div>div>div {
    padding: 1.5rem
}

.home-3>div:last-child>div>div>div>div>h3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: calc(1rem + 1vw);
    color: var(--bs-heading-color);
    line-height: 1.5;
    font-weight: 700;
    margin: 0
}

.home-3>div:last-child>div>div>div>div>h3:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline;
    background-image: url(/Portals/0/pic/svg/faq-svgrepo-com.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.home-3>div:last-child>div>div:nth-child(4n)>div>div>h3:before {
    filter: hue-rotate(45deg)
}

.home-3>div:last-child>div>div:nth-child(4n+1)>div>div>h3:before {
    filter: hue-rotate(115deg)
}

.home-3>div:last-child>div>div:nth-child(4n+2)>div>div>h3:before {
    filter: hue-rotate(251deg)
}

.home-3>div:last-child>div>div:nth-child(4n+3)>div>div>h3:before {
    filter: hue-rotate(180deg)
}

.home-3>div:last-child>div>div>div>div>audio {
    width: 100%
}

.home-4>div {
    padding-block: 3rem
}

.home-4>div>div:first-child {
    box-sizing: border-box;
    padding: 1.5rem
}

.home-4>div>div:first-child h2 {
    display: inline-block;
    color: var(--accent-color15);
    margin: 0;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.home-4>div>div:first-child span {
    font-size: calc(1.2rem + 1.2vw);
    margin-top: 0;
    color: var(--bs-heading-color);
    line-height: 1.5;
    font-weight: 700
}

.home-4>div>div:first-child h2::after {
    background-color: var(--accent-color12);
    content: " ";
    position: relative;
    top: 5px;
    width: 100%;
    height: 2px;
    display: block
}

.home-4>div>div:first-child ul {
    flex-direction: column;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.home-4>div>div:first-child ul li {
    margin-inline-start: 0;
    list-style-type: none;
    display: flex
}

.home-4>div>div:first-child ul li::before {
    content: "\2726";
    color: #f35e5e;
    padding-inline-end: 7px;
    transition: .3s
}

.home-4>div>div:last-child {
    padding-top: 3rem;
    box-sizing: border-box
}

.home-4>div>div:last-child picture {
    position: relative
}

.home-5 {
    background: url(/Portals/0/pic/jpg/hexagona.jpg);
    background-repeat: no-repeat;
    background-position: right;
    box-sizing: border-box;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: auto;
    margin-right: auto
}

.home-5>div {
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-direction: column;
    display: flex
}

.home-5>div>h2 {
    display: inline-block;
    color: var(--accent-color15);
    font-size: calc(1.2rem + 1.2vw);
    color: var(--bs-heading-color);
    margin: 0;
    margin-bottom: 1.5rem
}

.home-5>div>h2::after {
    background-color: var(--accent-color12);
    content: " ";
    position: relative;
    top: 5px;
    width: 100%;
    height: 2px;
    display: block
}

.home-5>div>p {
    text-align: center;
    text-align-last: center;
    margin-bottom: 3rem
}

.home-5>div>div>div {
    padding: 1rem;
    display: flex
}

.home-5>div>div>div>div {
    box-shadow: 0 0 5px 0 #00000020;
    border-radius: 15px;
    transition: all .5s;
    background-color: #fff;
    text-decoration: none;
    padding: 1.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex
}

.home-5>div>div>div>div>div:nth-child(1) {
    display: inline-block
}

.home-5>div>div>div>div>div:nth-child(1)>h3 {
    font-size: calc(.9rem + .9vw);
    margin-top: 0;
    color: var(--bs-heading-color);
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin-bottom: .5rem
}

.home-5>div>div>div>div>div:nth-child(1)>h3>a {
    text-decoration: none;
    color: #000
}

.home-5>div>div>div>div>div:nth-child(2) {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-top: -10px;
    align-items: center;
    justify-content: center;
    display: inline-flex
}

.home-5>div>div>div>div>hr {
    height: 0;
    color: #000;
    opacity: .3;
    width: 100%
}

.home-5>div>div>div>div>p {
    margin: 0
}

.home-5>div>div>div:nth-child(1)>div>div:nth-child(2) {
    background-color: #dfedda
}

.home-5>div>div>div:nth-child(2)>div>div:nth-child(2) {
    background-color: #dae9ff
}

.home-5>div>div>div:nth-child(3)>div>div:nth-child(2) {
    background-color: #f4eaff
}

.home-5>div>div>div:nth-child(4)>div>div:nth-child(2) {
    background-color: #ffe2e5
}

.home-6 {
    box-sizing: border-box;
    padding-bottom: 3rem;
    padding-top: 3rem
}

.home-6>div>div {
    box-sizing: border-box;
    padding: 1rem;
    display: flex
}

.home-6>div>div>div {
    border-radius: 15px;
    border: 1px solid;
    border-color: var(--accent-color6);
    overflow: hidden;
    border-style: solid;
    border-width: .1em;
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex
}

.home-6>div>div>div>h3 {
    font-size: calc(.9rem + .9vw);
    color: var(--bs-heading-color);
    line-height: 1.5;
    font-weight: 700;
    background: var(--accent-color4);
    gap: 1rem;
    padding: .5rem;
    margin: 0;
    align-items: center;
    display: flex
}

.home-6>div>div>div>h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/Portals/0/pic/webp/question-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.home-6>div>div>div>p {
    position: relative;
    padding: .5rem;
    padding-right: 50px;
    padding-left: 25px;
    margin: 0
}

.home-6>div>div>div>p::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/Portals/0/pic/webp/answer-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 7px;
    top: 7px
}

.shop-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: linear-gradient(180deg, #dbe4fe 0, #fff 20%)
}

.shop-2 .col-md-7 {
    justify-content: center;
    flex-direction: column;
    display: flex
}

.shop-2 h2 {
    font-size: calc(1.2rem + 1.2vw);
    margin-top: 0;
    color: var(--bs-heading-color);
    line-height: 1.5;
    font-weight: 700
}

.shop-2 li {
    margin-inline-start: 0;
    list-style-type: none;
    display: flex
}

.shop-2 li:before {
    content: "\2726";
    color: #f35e5e;
    padding-inline-end: 7px;
    transition: .3s
}

.shop-2 .sticky {
    padding: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    justify-content: center;
    display: flex
}

.shop-2.company-2 .sticky {
    padding: 0
}

span#particles-js {
    height: 35vh;
    width: 100vw
}

.home-0 {
    background: url(/Portals/0/pic/webp/main-bg.webp) no-repeat center/cover #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35vh
}

.home-0 h1 {
    position: absolute;
    color: #fff;
    background: #00000080;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px
}

.home-0 h1 span {
    color: #f71e2b;
    font-size: 18px
}

.faq-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.faq-title h2 {
    font-size: 1.7rem
}

.faq-title h2:after {
    background-color: var(--accent-color12);
    content: " ";
    position: relative;
    top: 5px;
    width: 100%;
    height: 2px;
    display: block
}

.floating-nums {
    display: none
}

.border-grey {
    border-color: #ababab !important
}

#craouselContainer.swiper-container {
    border-radius: 5px;
    width: 70vw;
    overflow: hidden;
    height: fit-content;
    height: fit-content;
    font-size: 50px;
    position: relative;
    padding-bottom: 50px;
    font-family: sans-serif
}

#craouselContainer .swiper-slide {
    width: auto;
    height: fit-content;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    font-family: Nunito;
    background-color: #fff
}

#craouselContainer .swiper-slide .ImgHolder {
    background-color: #4361ee;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    border-bottom-left-radius: 20px
}

#craouselContainer .ContentHolder::before {
    background-color: #4361ee;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    z-index: -1;
    right: 0
}

#craouselContainer .ContentHolder {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-top-right-radius: 20px
}

#craouselContainer .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4361ee
}

#craouselContainer .swiper-pagination-bullet-active {
    background-color: #4361ee
}

#craouselContainer .swiper-button {
    border: 1px solid #fff
}

#craouselContainer .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #4361ee;
    outline: 2px solid #fff
}

#craouselContainer .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 700
}

#craouselContainer .swiper-slide p {
    font-size: .9rem;
    padding: 5px
}

.teaser-sec video {
    float: left;
    border-radius: 15px;
    position: sticky;
    top: 6rem;
    width: 100%;
    display: block
}

@media (max-width:638px) {
    #craouselContainer .swiper-container {
        width: 100%
    }
}

@media (max-width:500px) {
    #craouselContainer .swiper-container {
        width: 70vw
    }
}

@media (max-width:300px) {
    #craouselContainer .swiper-container {
        width: 100%
    }
    #craouselContainer .swiper-slide {
        border-radius: 0
    }
    #craouselContainer .swiper-container .ImgHolder {
        border-radius: 0
    }
    #craouselContainer .ContentHolder {
        border-radius: 0
    }
}

#craouselContainer,
#craouselContainer * {
    box-sizing: border-box;
    bottom: unset !important
}

@media screen and (min-width: 540px) {
    .home-1 {
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
    .home-2>div {
        padding-top: 3rem;
        margin-top: 1.5rem
    }
    .home-1>div>div:first-child {
        padding-left: 3rem;
        justify-content: space-between
    }
    .home-1.shop-1>div>div:first-child {
        justify-content: space-evenly
    }
    .home-1>div>div:last-child {
        padding: 0;
        margin: 0
    }
    .home-1>div>div:last-child img {
        padding: 0;
        margin: 0
    }
    .home-2>div>div>div:last-child>div>div:first-child {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media screen and (min-width: 720px) {
    .home-1>div>div>div:last-child {
        flex-direction: row
    }
    .home-3>div:first-child>div>div:nth-child(1) {
        flex: 0 0 auto;
        width: 50%;
        padding-inline: 120px
    }
    .home-3.shop-5>div:first-child>div>div:nth-child(1) {
        padding-inline: 100px
    }
    .home-3>div:first-child>div>div:nth-child(2) {
        flex: 0 0 auto;
        width: 50%
    }
    .home-3>div:first-child>div>div:nth-child(3) {
        flex: 0 0 auto;
        width: 25%
    }
    .home-4>div>div:last-child {
        padding-top: 0
    }
    .home-4>div>div:first-child {
        padding: 0
    }
    .shop-2 .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .home-1.shop-1>div>div>div:last-child a:last-child {
        width: 60%
    }
    .home-1.company-1>div>div>div:last-child a:last-child {
        width: 60%
    }
    span#particles-js {
        height: calc(100vh - 70px);
        width: 100vw
    }
    .home-0 {
        height: calc(100vh - 70px)
    }
}

@media screen and (min-width: 960px) {
    .home-1>div>div:first-child,
    .home-6>div>div {
        flex: 0 0 auto;
        width: 50%
    }
    .home-1>div>div:last-child {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .home-1.company-1>div>div:last-child,
    .home-1.shop-1>div>div:last-child {
        flex: 0 0 auto;
        width: 50%
    }
    .home-2>div>div>div:first-child {
        padding-left: 3rem;
        order: 1;
        flex: 0 0 auto;
        width: 50%
    }
    .home-2>div>div>div:last-child {
        order: 2;
        flex: 0 0 auto;
        width: 50%
    }
    .home-3>div:last-child>div>div {
        flex: 0 0 auto;
        width: 50%
    }
    .home-4>div>div:first-child {
        flex: 0 0 auto;
        width: 50%
    }
    .home-4>div>div:last-child {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 3rem
    }
    .home-4>div>div:first-child ul {
        display: grid
    }
    .home-5>div>div>div {
        flex: 0 0 auto;
        width: 25%
    }
    .shop-2 .col-md-7 {
        padding: 3rem;
        order: 2
    }
    .shop-2 .sticky {
        order: 1
    }
}

@media(min-width: 576px) {
    .home-1,
    .home-2>div,
    .home-3>div,
    .home-4,
    .home-5>div,
    .home-6 {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .home-1,
    .home-2>div,
    .home-3>div,
    .home-4,
    .home-5>div,
    .home-6 {
        max-width: 720px
    }
    .home-4>div>div:first-child ul {
        grid-template-columns: auto auto;
        column-gap: 20px;
        row-gap: 10px;
        justify-items: start
    }
    .home-0 h1,
    .home-0 h1 span {
        font-size: 34px
    }
    .floating-nums {
        bottom: calc(50vh - 70px);
        position: fixed;
        width: auto;
        display: block
    }
    .floating-nums.fly-in-left {
        left: 0
    }
    .floating-nums.fly-in-right {
        right: 0
    }
    .floating-nums a {
        padding: 5px 15px;
        border-radius: 50px;
        box-shadow: 2px 2px 6px #0006;
        display: flex;
        gap: 10px;
        align-items: center
    }
    .floating-nums * {
        text-shadow: 1px 1px 5px #000;
        font-size: 14px
    }
    .float-whats {
        background: #4dc247
    }
    .float-whats span {
        color: #fff
    }
    .float-call {
        background: #2d4ca2
    }
    .float-call span {
        color: #fff
    }
    .fly-in-left.animate .float-whats {
        transform: translateX(-500px);
        animation: flyinright 1s ease forwards
    }
    .fly-in-right.animate .float-call {
        transform: translateX(500px);
        animation: flyinright 1s ease forwards
    }
    a.float-call .fc-phone {
        background: #fff;
        border-radius: 50px;
        padding: 5px
    }
    .teaser-sec {
        padding-block: 3.5rem;
        box-sizing: border-box
    }
}

@media(min-width: 992px) {
    .home-1,
    .home-2>div,
    .home-3>div,
    .home-4,
    .home-5>div,
    .home-6 {
        max-width: 1000px
    }
    .home-4>div>div:first-child h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: normal
    }
}

@media(min-width: 1200px) {
    .home-1,
    .home-2>div,
    .home-3>div,
    .home-4,
    .home-5>div,
    .home-6 {
        max-width: 1140px
    }
    .home-1>div>div>div:first-child h1 {
        font-size: 1.7rem
    }
    .home-1>div>div>div:last-child a:first-child span {
        font-size: 1.1rem
    }
    .home-1>div>div>div:last-child a:last-child span {
        font-size: 1.1rem
    }
    .home-3>div:first-child>div>div:nth-child(1) a span {
        font-size: 18px
    }
    .home-2>div>div>div:last-child h2 {
        font-size: 1.7rem
    }
    .home-2>div>div>div:last-child>div>div:last-child span {
        font-size: 1.4rem
    }
    .home-3>div:last-child>div>div>div>div>h3 {
        font-size: 1.4rem
    }
    .home-4>div>div:first-child span {
        font-size: 1.7rem
    }
    .home-5>div>h2 {
        font-size: 1.7rem
    }
    .home-5>div>div>div>div>div:nth-child(1)>h3 {
        font-size: 1.3rem
    }
    .home-6>div>div>div>h3 {
        font-size: 1.3rem
    }
    .shop-2 h2 {
        font-size: 1.7rem
    }
}

@media(min-width: 1400px) {
    .home-1,
    .home-2>div,
    .home-3>div,
    .home-4,
    .home-5>div,
    .home-6 {
        max-width: 1200px
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .home-1>div>div:first-child {
        width: 60%
    }
    .home-1>div>div:last-child {
        width: 40%;
        padding-right: 20px
    }
    .home-1>div>div>div:last-child a:first-child span {
        font-size: 16px
    }
    .home-1>div>div>div:first-child h1 {
        font-size: 26px
    }
    .home-1>div>div>div:last-child a:last-child span {
        font-size: 16px
    }
    .home-1,
    .home-2>div {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .home-2>div>div>div:last-child h2 {
        font-size: 24px
    }
    .home-2>div>div>div:last-child>div>div:last-child span {
        font-size: 20px
    }
}

.charts_orb {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    font-family: arial;
    color: #fff
}

.charts_orb .orb {
    padding: 20px
}

.charts_orb .orb .orb_graphic {
    position: relative
}

.charts_orb .orb .orb_graphic .orb_value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.charts_orb .orb .orb_label {
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    color: #fff;
    font-size: 18px
}

.charts_orb svg {
    width: 150px;
    height: 150px
}

.charts_orb svg circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 314.16, 314.16;
    stroke-width: 2;
    fill: transparent;
    r: 70;
    cx: 75;
    cy: 75
}

.charts_orb svg circle.fill {
    stroke: #D3D3D3
}

.charts_orb svg circle.progress {
    stroke: #FF6B00;
    transition: stroke-dashoffset .35s;
    stroke-dashoffset: 214.16;
    -webkit-animation-timing-function: linear
}

.charts_orb svg circle.progress.play {
    -webkit-animation: NAME-YOUR-ANIMATION 1.5s forwards;
    -webkit-animation-delay: .5s
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        stroke-dashoffset: 314.16
    }
    100% {
        stroke-dashoffset: 0
    }
}

.cs-main {
    padding: 0;
    background-image: linear-gradient(120deg, #323945 78%, #514A65 100%)
}

.ca-inner {
    padding: 0;
    background-image: url(/Portals/0/pic/footer-bg-shapes.svg);
    background-size: contain
}

.intro-section {
    background-color: #fff;
    direction: rtl;
    padding: 60px 20px;
    font-family: 'IRANSans', sans-serif
}

.intro-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center
}

.intro-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px
}

.intro-text {
    text-align: right;
    max-width: 600px
}

.intro-text h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #222
}

.intro-text .highlight {
    color: #d62731;
    font-size: 2rem
}

.intro-text p {
    line-height: 1.9;
    color: #444;
    margin-bottom: 1rem
}

.btn-consult {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #d62731;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color .3s ease
}

.btn-consult:hover {
    background-color: #b81e29
}

.cta-button:hover {
    background-color: #b81e29
}

@media (min-width: 768px) {
    .intro-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 60px
    }
}

.landing-section {
    padding: 30px 20px;
    background-color: #fff;
    direction: rtl;
    font-family: 'IRANSans', sans-serif
}

.landing-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center
}

.landing-image img {
    width: 100%;
    max-width: 535px;
    height: auto;
    border-radius: 10px;
    border: 1px solid #fff
}

.landing-text {
    max-width: 650px;
    text-align: right
}

.landing-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    border-bottom: 2px solid #d62731;
    display: inline-block;
    padding-bottom: 6px;
    color: #222
}

.landing-title span {
    color: #d62731;
    font-size: 1.7rem
}

.landing-text p {
    line-height: 2;
    margin-bottom: 1.2rem;
    color: #333
}

@media (min-width: 768px) {
    .landing-wrapper {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start
    }
}

.custom-shop-steps {
    padding: 4rem 1rem;
    background-color: #f8f9fa;
    direction: rtl
}

.shop-steps-header {
    text-align: center;
    max-width: 900px;
    margin: 3rem auto
}

.header-icon-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 1rem
}

.header-icon {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.icon-main-checklist {
    background-image: url(/Portals/0/pic/svg/timeline-process-and-goals.jpg)
}

.shop-steps-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin: 0
}

.shop-steps-header p {
    font-size: 15px;
    color: #444;
    line-height: 2
}

.custom-shop-steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    opacity: 0;
    transform: translateY(40px);
    transition: all .7s ease
}

.custom-shop-steps-grid.active {
    opacity: 1;
    transform: translateY(0)
}

.custom-shop-step {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px #0000000f;
    padding: 2rem;
    max-width: 360px;
    flex: 1 1 300px;
    transition: transform .3s ease
}

.custom-shop-step:hover {
    transform: translateY(-6px)
}

.custom-step-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    direction: rtl
}

.shop-step-icon {
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0
}

.icon-consulting {
    background-image: url(/Portals/0/Images/webp/1.webp)
}

.icon-ui-design {
    background-image: url(/Portals/0/Images/webp/2.webp)
}

.icon-development {
    background-image: url(/Portals/0/Images/webp/3.webp)
}

.icon-testing {
    background-image: url(/Portals/0/Images/webp/4.webp)
}

.icon-support {
    background-image: url(/Portals/0/Images/webp/5.webp)
}

.custom-shop-step h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    margin: 0
}

.custom-shop-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.9
}

@media (max-width: 768px) {
    .custom-shop-steps-grid {
        flex-direction: column;
        align-items: center
    }
}

.faq-section {
    margin: 40px auto;
    padding: 40px 20px;
    direction: rtl
}

.faq-title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.faq-item {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #00000017;
    overflow: hidden
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    padding: 18px 20px 18px 40px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
    transition: background .3s ease
}

.faq-item summary::-webkit-details-marker {
    display: none
}

.faq-item .icon {
    font-size: 18px;
    color: #888;
    margin-left: 10px;
    transition: transform .3s ease;
    font-weight: 700
}

.faq-item details[open] .icon {
    transform: rotate(45deg)
}

.faq-item p {
    padding: 0 20px 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.8
}

@media (max-width: 600px) {
    .faq-title {
        font-size: 22px
    }
    .faq-item summary {
        font-size: 15px;
        padding: 15px 15px 15px 35px
    }
    .faq-item p {
        font-size: 14px
    }
    .faq-item .icon {
        font-size: 16px;
        margin-left: 8px
    }
}

.faq-title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.faq-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: red;
    margin: 10px auto 0;
    border-radius: 2px
}

.styled-heading {
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    color: #222;
    background: url(/Portals/0/pic/svg/pricing-plans-h2.svg) no-repeat bottom center;
    background-size: 17.5rem auto;
    padding-bottom: 1rem;
    margin-bottom: 4rem
}

.ads {
    background-image: url(/Portals/0/pic/footer-bg-shapes.svg);
    background-color: #59064d;
    background-position: center;
    background-size: contain;
    padding: 60px 15px;
    text-align: center
}

.ads-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative
}

.ads-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ff4c61;
    margin: 10px auto 0
}

.ads-text {
    font-size: 16px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8
}

@media (max-width: 768px) {
    .ads-title {
        font-size: 22px
    }
    .ads-text {
        font-size: 14px;
        line-height: 1.6
    }
}

.video-rounded {
    border-radius: 15px;
    overflow: hidden
}

.banafsh {
    background-image: url(/Portals/0/pic/footer-bg-shapes.svg);
    background-color: #59064d;
    background-position: center;
    background-size: contain
}

.store-design-models {
    padding: 20px 0;
    line-height: 1.8
}

.store-design-models h2,
.store-design-models h3 {
    margin-bottom: 15px;
    font-weight: 700
}

.store-design-models .highlight {
    font-weight: 600;
    color: #333
}

.store-design-models .brand {
    font-weight: 700;
    color: #0073e6
}

.video-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #ffffffeb;
    border: 0;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 10px 25px #0003;
    transition: transform .25s ease, box-shadow .25s ease
}

.play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    border: 16px solid transparent;
    border-left-color: #222
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.07)
}

.teaser-sec {
    position: relative
}

.video-wrapper.stickable {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
    z-index: 10
}

.video-wrapper.stickable-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 24px;
    top: auto
}

@media (max-width: 767.98px) {
    .video-wrapper.stickable,
    .video-wrapper.stickable-bottom {
        position: static
    }
}

.cta-box-iran {
    --bg-start: #ff4e50;
    --bg-end: #f9d423;
    --text: #fff;
    --icon: #fff;
    --radius: 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    background: linear-gradient(135deg, var(--bg-start), var(--bg-end));
    color: var(--text);
    border-radius: var(--radius);
    padding: 28px 40px;
    margin: 50px 0;
    box-shadow: var(--shadow);
    box-shadow: none
}

.cta-text {
    text-align: center;
    width: 100%
}

.cta-text strong {
    font-size: 30px !important;
    font-weight: 900;
    line-height: 1.4;
    color: var(--text)
}

.cta-phones {
    display: flex;
    align-items: center;
    gap: 15px
}

.cta-icon-1 {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border-radius: 14px
}

.cta-icon img {
    width: 40px;
    height: 40px
}

.cta-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.cta-numbers a {
    color: var(--text);
    font-size: 25px;
    font-weight: 900;
    text-decoration: none
}

.cta-numbers a:hover {
    text-decoration: underline
}

@media (max-width: 880px) {
    .cta-box-iran {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px
    }
    .cta-phones {
        justify-content: center
    }
}

.accordion-item {
    border: 1px solid #3a5c88;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff
}

.accordion-header {
    background: #f4f8ff;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s ease;
    margin: 0;
    font-size: 18px
}

.accordion-header:hover {
    background: #e4ecfa
}

.accordion-header::after {
    content: "+";
    font-size: 20px;
    transition: transform .3s ease
}

.accordion-item.active .accordion-header::after {
    transform: rotate(45deg)
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    line-height: 1.8;
    transition: max-height .4s ease, padding .3s ease
}

.accordion-item.active .accordion-body {
    max-height: 500px;
    padding: 12px 16px
}

.landing-image {
    width: 100%;
    min-width: 0
}

.landing-image .video-rounded {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
    border-radius: 15px;
    object-fit: contain;
    aspect-ratio: 16 / 9
}

@media (max-width: 768px) {
    .landing-wrapper {
        flex-wrap: wrap
    }
    .landing-text,
    .landing-image {
        flex: 1 1 100%
    }
}

.nova-cta,
.nova-cta * {
    color: #fff
}

.nova-cta {
    margin: 30px auto;
    max-width: 1200px;
    background: linear-gradient(135deg, #22a0d0, #6a2ce9);
    border-radius: 18px;
    box-shadow: 0 10px 24px #20005840
}

.nova-cta__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    direction: rtl
}

.nova-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    border-radius: 999px;
    transition: .2s ease;
    border: 2px solid transparent;
    background: transparent
}

.nova-btn--line {
    border-color: #fff
}

.nova-btn:hover {
    background: #ffffff26
}

.nova-cta__actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.nova-cta__text {
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap
}

.nova-cta__avatars {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.nova-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px #0003;
    margin-left: -10px
}

.reveal-base {
    opacity: 0
}

.reveal-up {
    transform: translateY(24px)
}

.reveal-right {
    transform: translateX(24px)
}

.reveal-left {
    transform: translateX(-24px)
}

.reveal-scale {
    transform: scale(.85)
}

.reveal--visible {
    opacity: 1;
    transform: none;
    transition: opacity .7s ease, transform .7s ease;
    transition-delay: var(--d, 0s)
}

@media (prefers-reduced-motion: reduce) {
    .reveal-base,
    .reveal-up,
    .reveal-right,
    .reveal-left,
    .reveal-scale {
        opacity: 1 !important;
        transform: none !important
    }
    .reveal--visible {
        transition: none !important
    }
}

@media (max-width:900px) {
    .nova-cta__inner {
        grid-template-columns: 1fr;
        text-align: center
    }
    .nova-cta__actions {
        justify-content: center;
        flex-wrap: wrap
    }
    .nova-cta__text {
        white-space: normal;
        line-height: 1.7;
        margin: 12px 0
    }
    .nova-cta__avatars {
        justify-content: center;
        margin-top: 12px
    }
}

a.nova-link-white {
    color: #fff !important;
    border: 2px solid #fff;
    text-decoration: none !important
}

a.nova-link-white:hover {
    background: #ffffff26;
    color: #fff !important
}

.img-fluid {
    height: auto !important;
    box-shadow: 5px 5px 10px 0 #00000050;
    border-radius: 15px
}

.pricing-wrap {
    margin: 16px 0
}

.pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 6px 18px #0000000f
}

.pricing-table caption {
    caption-side: top;
    text-align: right;
    font-weight: 700;
    padding: 14px 16px;
    background: #f6f7fb
}

.pricing-table th,
.pricing-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    background: #fff
}

.pricing-table th {
    background: #fafbff;
    font-weight: 700;
    white-space: nowrap
}

.pricing-table tr:last-child td {
    border-bottom: none
}

.note {
    font-size: .92rem;
    color: #555;
    margin-top: 10px;
    line-height: 1.8
}

footer .social-row {
    padding-right: -50px !important
}

footer .social-row::before {
    display: none
}

footer .social-row ul li::before {
    display: none
}

footer .social-footer ul li {
    display: inline;
    margin: 5px
}

footer .social-footer ul li img {
    transform: scale(0.9);
    transition: transform .4s ease-in-out
}

footer .social-footer ul li img:hover {
    transform: scale(1.3)
}

footer .social-footer li:last-child img {
    width: 19px !important
}

@media (max-width:768px) {
    .pricing-table thead {
        display: none
    }
    .pricing-table,
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%
    }
    .pricing-table tr {
        margin: 10px 0;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden
    }
    .pricing-table td {
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        padding-right: 46%
    }
    .pricing-table td::before {
        content: attr(data-label);
        position: absolute;
        right: 12px;
        top: 12px;
        font-weight: 700;
        color: #333
    }
    .pricing-table td:last-child {
        border-bottom: none
    }
    .pricing-table caption {
        border-radius: 12px 12px 0 0
    }
}

@media (max-width: 768px) {
    .pricing-table caption {
        caption-side: top;
        text-align: center !important;
        padding: 10px 12px;
        font-size: 15px;
        line-height: 1.8;
        background: #f6f7fb;
        border-radius: 8px;
        display: block;
        width: 100%;
        box-sizing: border-box
    }
}

.landing-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 30px
}

.landing-text {
    flex: 1 1 50%;
    padding: 10px 30px 10px 10px
}

.landing-image {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
    align-items: center
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    aspect-ratio: 16/9;
    border-radius: 16px;
    overflow: hidden;
    background: #000
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: block
}

.video-poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .3s ease
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ff6b6b 0%, #ff2d2d 45%, #e50000 100%);
    box-shadow: 0 0 0 6px #fff;
    cursor: pointer;
    z-index: 3;
    transition: transform .2s ease, filter .2s ease
}

.play-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(0 0 2px #00000026)
}

.play-icon:hover {
    transform: translate(-50%, -50%) scale(1.05);
    filter: brightness(1.05)
}

.play-icon:active {
    transform: translate(-50%, -50%) scale(0.97)
}

@media (max-width: 992px) {
    .landing-wrapper {
        flex-direction: column
    }
    .landing-text,
    .landing-image {
        flex: 1 1 100%;
        text-align: center
    }
}

.feature-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    transition: all .3s ease;
    box-shadow: 0 5px 15px #2d4ca25c
}

.feature-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: filter .3s ease
}

.feature-box span {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    display: block
}

.feature-row .col:nth-child(odd) {
    transform: translateY(-15px)
}

.feature-row .col:nth-child(even) {
    transform: translateY(15px)
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px #7850b426
}

.feature-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    transition: filter .3s ease
}

.features-section {
    margin: -100px auto 60px
}

.features-section .feature-box {
    height: 100px !important
}

.features-section div:nth-child(odd) {
    margin-top: 50px
}

.features-section .feature-box img {
    border: 1px solid #028ccf;
    padding: 10px;
    border-radius: 5px;
    background: #ebf5ff
}

@media (max-width: 767px) {
    .feature-row .col {
        transform: none !important
    }
}

.cmsiran-home {
    margin-top: -30px
}

.wabtn {
    top: 45%;
    right: 10px !important
}

.wabtn a {
    background: #4dc247;
    margin-right: -9px;
    width: 144px;
    height: 40px
}

    h1 {
    font-weight: 800 !important;
    line-height: 1.4 !important;
    margin: 0 0 0.75rem !important;
    border: 1px solid transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-image: conic-gradient(from var(--angle), #c70008, #ffffff, #ffffff, #fffcfc, #ffffff) 1 !important;
    padding-bottom: .35rem !important;
    box-sizing: border-box !important;
    animation: h1UnderlineSpin 4s linear infinite !important;
    width: fit-content !important;
    }

    @keyframes h1UnderlineSpin {
    to {
    --angle: 360deg !important;
    }
    }
    .no-anim {
    animation: none !important;
    --angle: 120deg !important;
    }
    @property --angle {
    syntax: '<angle>';
        initial-value: 0deg;
        inherits: false;
        }

        /* هدر با زیرخط گرادینتیِ متحرک */
        .h1 {
        /* تایپوگرافی پایه (می‌تونی با فونت خودت تغییر بدی) */
        font-weight: 800;
        line-height: 1.4;
        margin: 0 0 0.75rem;
        /* افکت زیرخط */
        border: 1px solid transparent;
        /* لازم برای border-image */
        border-top: 0;
        border-left: 0;
        border-right: 0;
        /* فقط خطِ پایین باقی می‌ماند */
        border-image: conic-gradient(from var(--angle),
        #00c3ff, #7effb2, #ffd43b, #ff6b6b, #00c3ff) 1;
        /* برای فاصلهٔ متن از خط */
        padding-bottom: .35rem;
        /* صافی لبه‌ها در نمایشگرهای مختلف */
        box-sizing: border-box;
        /* انیمیشن چرخش گرادینت */
        animation: h1UnderlineSpin 4s linear infinite;
        }

        /* گزینهٔ تیره/روشن: اگر پس‌زمینه تیره است رنگ متن را روشن کن */
        .h1 {
        color: #fff;
        }

        /* اگر پس‌زمینه روشن است: */
        .h1 {
        color: #111;
        }

        /* انیمیشن چرخش زاویه */
        @keyframes h1UnderlineSpin {
        to {
        --angle: 360deg;
        }
        }
.pricing-table th{
    background: transparent !important;
}
table.pricing-table td {
    border: 1px solid #f4f4f4;
}


.minimal-clients {
    padding: 60px 5%;
    background-color: #ffffff;
    direction: rtl;
    font-family: tahoma, sans-serif;
}

/* عنوان با خطوط قرمز */
.title-container {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 26px;
    color: #222;
    font-weight: bold;
}

.section-title::before,
.section-title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ff0000;
    border-radius: 2px;
}

/* جدول ۶ ستونه */
.logo-grid {
    display: grid;
    /* تغییر اصلی اینجاست: از 4 به 6 */
    grid-template-columns: repeat(6, 1fr); 
    max-width: 1200px; /* پهنای بیشتر برای جا شدن ۶ ستون */
    margin: 0 auto;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.grid-item {
    height: 100px; /* ارتفاع مستطیلی فشرده */
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    padding: 5px; /* پدینگ حداقلی برای درشت ماندن لوگوها */
    transition: all 0.3s ease;
    background-color: #fff;
}

.grid-item img {
    max-width: 85%; /* در ۶ ستونه بهتر است کمی فضا از طرفین باشد */
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.grid-item:hover {
    background-color: #fafafa;
}

.grid-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

/* ریسپانسیو هوشمند */
@media (max-width: 1200px) {
    .logo-grid {
        grid-template-columns: repeat(4, 1fr); /* در مانیتورهای کوچک‌تر به ۴ ستون تغییر کند */
    }
}

@media (max-width: 768px) {
    .logo-grid {
        grid-template-columns: repeat(3, 1fr); /* در تبلت ۳ ستون */
    }
    .section-title { font-size: 22px; }
}

@media (max-width: 480px) {
    .logo-grid {
        grid-template-columns: repeat(2, 1fr); /* در موبایل ۲ ستون */
    }
    .grid-item { height: 80px; }
    .section-title { font-size: 18px; gap: 10px; }
    .section-title::before, .section-title::after { width: 30px; }
}