.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:first-child h1 {
    border: 1px solid;
    border-image: conic-gradient(from var(--angle), #0000, #ffffff80 .1turn, #d82731 .15turn, var(--c2) .25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: calc(1.3rem + 1.3vw);
    color: var(--bs-heading-color);
    margin: 0;
}

.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 0.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 0.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 0.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 0.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 0.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, rgba(0, 128, 0, 1) 0%, rgba(0, 128, 0, 1) 8%, rgba(255, 0, 0, 1) 8%, rgba(255, 0, 0, 1) 16%, rgba(128, 0, 128, 1) 16%, rgba(128, 0, 128, 1) 32%, rgba(0, 128, 0, 1) 32%, rgba(0, 128, 0, 1) 57%, rgba(255, 165, 0, 1) 57%, rgba(255, 165, 0, 1) 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);
    margin-top: 0;
    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);
    margin-top: 0;
    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 0.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);
    margin-top: 0;
    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 {
    padding: 1.5rem;
    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: 0px;
    font-family: Nunito;
    background-color: white;

}

#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: 0px;
}

#craouselContainer .ContentHolder {
    position: relative;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 20px;
}

#craouselContainer .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    border: 1px solid #4361ee;
}

#craouselContainer .swiper-pagination-bullet-active {
    background-color: #4361ee;
}

#craouselContainer .swiper-button {
    border: 1px solid white;
}

#craouselContainer .swiper-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
    border: 3px solid #4361ee;
    outline: 2px solid white;
}

#craouselContainer .swiper-slide h3 {
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}

#craouselContainer .swiper-slide p {
    font-size: 0.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: 0px;
    }

    #craouselContainer .swiper-container .ImgHolder {
        border-radius: 0px;
    }

    #craouselContainer .ContentHolder {
        border-radius: 0px;
    }
}

#craouselContainer,
#craouselContainer * {
    box-sizing: border-box;
    bottom: unset !important;
}


/* sm */
@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;
    }
}

/* md */
@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);
    }
}

/* lg */
@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 rgba(0, 0, 0, 0.4);
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .floating-nums * {
        text-shadow: 1px 1px 5px black;
        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);
    }

    .fly-in-left.animate .float-whats {
        animation: flyinright 1s ease forwards;
    }

    .fly-in-right.animate .float-call {
        transform: translateX(500px);
    }

    .fly-in-right.animate .float-call {
        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: 2rem;
    }

    .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: white;
}

.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: bold;
    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 0.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: 0.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: bold;
  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: bold;
  font-size: 1rem;
  transition: background-color 0.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: 500px;
  height: auto;
  border-radius: 0;
}

.landing-text {
  max-width: 650px;
  text-align: right;
}

.landing-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #d62731;
  display: inline-block;
  padding-bottom: 6px;
  color: #222;
}

.landing-title span {
  color: #d62731;
}

.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;
  }
}
